diff options
author | 2008-01-02 15:37:28 +0000 | |
---|---|---|
committer | 2008-01-02 15:37:28 +0000 | |
commit | 68521c8a3e093b30769e57df8979b52f5cd47619 (patch) | |
tree | 86413eca03cd0fffd2adcff8f48c373e9ffc6fa7 /app-crypt/bcwipe | |
parent | Stable on amd64 wrt bug #198630 (diff) | |
download | gentoo-2-68521c8a3e093b30769e57df8979b52f5cd47619.tar.gz gentoo-2-68521c8a3e093b30769e57df8979b52f5cd47619.tar.bz2 gentoo-2-68521c8a3e093b30769e57df8979b52f5cd47619.zip |
Cleanup
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'app-crypt/bcwipe')
-rw-r--r-- | app-crypt/bcwipe/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.5_p3.ebuild | 44 | ||||
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.6_p1.ebuild | 44 | ||||
-rw-r--r-- | app-crypt/bcwipe/files/digest-bcwipe-1.5_p3 | 6 | ||||
-rw-r--r-- | app-crypt/bcwipe/files/digest-bcwipe-1.6_p1 | 6 |
5 files changed, 5 insertions, 101 deletions
diff --git a/app-crypt/bcwipe/ChangeLog b/app-crypt/bcwipe/ChangeLog index 0e4f02128a50..20e1dfd33210 100644 --- a/app-crypt/bcwipe/ChangeLog +++ b/app-crypt/bcwipe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/bcwipe # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.23 2008/01/02 15:30:45 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.24 2008/01/02 15:37:28 alonbl Exp $ + + 02 Jan 2008; Alon Bar-Lev <alonbl@gentoo.org> -bcwipe-1.5_p3.ebuild, + -bcwipe-1.6_p1.ebuild: + Cleanup 02 Jan 2008; Christoph Mende <angelos@gentoo.org> bcwipe-1.6_p8.ebuild: Stable on amd64 wrt bug #198630 diff --git a/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild b/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild deleted file mode 100644 index 0206132a340b..000000000000 --- a/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild,v 1.7 2007/07/13 21:47:34 mr_bones_ Exp $ - -inherit toolchain-funcs - -DESCRIPTION="BCWipe secure file removal utility" -HOMEPAGE="http://www.jetico.com/" -SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz - http://www.jetico.com/linux/BCWipe.doc.tgz" - -LICENSE="bestcrypt" -SLOT="0" -IUSE="" -KEYWORDS="amd64 ppc sparc x86" - -DEPEND="virtual/libc" -RDEPEND="" - -S=${WORKDIR}/${PN} - -src_compile() { - emake CC=$(tc-getCC) DEFS="${CFLAGS}"|| die "Make failed" -} - -src_test() { - echo "abc123" >> testfile - ./bcwipe -f testfile || die "bcwipe test failed" - [ -f testfile ] && die "test file still exists. bcwipe should of deleted it" -} - -src_install() { - dobin bcwipe || die - doman bcwipe.1 - cd ../bcwipe-help - dodir /usr/share/doc/${PF} - cp -r * ${D}/usr/share/doc/${PF} -} - -pkg_postinst() { - ewarn "The BestCrypt drivers are not free - Please purchace a license from " - ewarn "http://www.jetico.com/" - ewarn "full details /usr/share/doc/${PF}/wu_licen.htm" -} diff --git a/app-crypt/bcwipe/bcwipe-1.6_p1.ebuild b/app-crypt/bcwipe/bcwipe-1.6_p1.ebuild deleted file mode 100644 index 09514a317c06..000000000000 --- a/app-crypt/bcwipe/bcwipe-1.6_p1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p1.ebuild,v 1.2 2007/07/13 21:47:34 mr_bones_ Exp $ - -inherit toolchain-funcs - -DESCRIPTION="BCWipe secure file removal utility" -HOMEPAGE="http://www.jetico.com/" -SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz - http://www.jetico.com/linux/BCWipe.doc.tgz" - -LICENSE="bestcrypt" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -DEPEND="virtual/libc" -RDEPEND="" - -S=${WORKDIR}/${PN} - -src_compile() { - emake CC=$(tc-getCC) DEFS="${CFLAGS}"|| die "Make failed" -} - -src_test() { - echo "abc123" >> testfile - ./bcwipe -f testfile || die "bcwipe test failed" - [ -f testfile ] && die "test file still exists. bcwipe should of deleted it" -} - -src_install() { - dobin bcwipe - doman bcwipe.1 - cd ../bcwipe-help - dodir /usr/share/doc/${PF} - cp -r * ${D}/usr/share/doc/${PF} -} - -pkg_postinst() { - ewarn "The BestCrypt drivers are not free - Please purchace a license from " - ewarn "http://www.jetico.com/" - ewarn "full details /usr/share/doc/${PF}/wu_licen.htm" -} diff --git a/app-crypt/bcwipe/files/digest-bcwipe-1.5_p3 b/app-crypt/bcwipe/files/digest-bcwipe-1.5_p3 deleted file mode 100644 index 029258952a61..000000000000 --- a/app-crypt/bcwipe/files/digest-bcwipe-1.5_p3 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 1b99a6d12c2b3259fdbd527f484f03c3 BCWipe-1.5-3.tar.gz 21093 -RMD160 d65a7601e6744356b207c590648d3e3cca43eca3 BCWipe-1.5-3.tar.gz 21093 -SHA256 3f6055dfe05955d1d8735be08bd891e974cfd87cb0a0dfebb4dc58566e4201d5 BCWipe-1.5-3.tar.gz 21093 -MD5 f095c187949d08a3cc3b245862df9acd BCWipe.doc.tgz 21218 -RMD160 a38bb741c3aae7d849cc8035010644720434ac2b BCWipe.doc.tgz 21218 -SHA256 afa50bf8653bb6bee108f0ae8b3dc35d289dde3d5c513b7e9ae7fe373635df4f BCWipe.doc.tgz 21218 diff --git a/app-crypt/bcwipe/files/digest-bcwipe-1.6_p1 b/app-crypt/bcwipe/files/digest-bcwipe-1.6_p1 deleted file mode 100644 index c6ea01bb0b8c..000000000000 --- a/app-crypt/bcwipe/files/digest-bcwipe-1.6_p1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 3ee1f865acda62a2721c595e8905d8bb BCWipe-1.6-1.tar.gz 21674 -RMD160 e7105a44dfa3803bf78a902f9f0c114f47252f2b BCWipe-1.6-1.tar.gz 21674 -SHA256 7135e79a2394f03bfa0b17c11db02f1bb479a2a85e2aad5c95ba00318cc68500 BCWipe-1.6-1.tar.gz 21674 -MD5 f095c187949d08a3cc3b245862df9acd BCWipe.doc.tgz 21218 -RMD160 a38bb741c3aae7d849cc8035010644720434ac2b BCWipe.doc.tgz 21218 -SHA256 afa50bf8653bb6bee108f0ae8b3dc35d289dde3d5c513b7e9ae7fe373635df4f BCWipe.doc.tgz 21218 |