diff options
author | Preston A. Elder <prez@gentoo.org> | 2003-09-20 22:32:38 +0000 |
---|---|---|
committer | Preston A. Elder <prez@gentoo.org> | 2003-09-20 22:32:38 +0000 |
commit | 7d03929828a18172acdf561f1efc0242f924047d (patch) | |
tree | 842e7e27c056771fc117fa9c996f24fbfa666d70 /app-crypt/bcwipe | |
parent | removed default depend (diff) | |
download | historical-7d03929828a18172acdf561f1efc0242f924047d.tar.gz historical-7d03929828a18172acdf561f1efc0242f924047d.tar.bz2 historical-7d03929828a18172acdf561f1efc0242f924047d.zip |
Version bump.
Diffstat (limited to 'app-crypt/bcwipe')
-rw-r--r-- | app-crypt/bcwipe/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/bcwipe/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.3_p1.ebuild | 26 | ||||
-rw-r--r-- | app-crypt/bcwipe/files/digest-bcwipe-1.3_p1 | 2 |
4 files changed, 37 insertions, 2 deletions
diff --git a/app-crypt/bcwipe/ChangeLog b/app-crypt/bcwipe/ChangeLog index 0acae34b27d1..c2e3e7928851 100644 --- a/app-crypt/bcwipe/ChangeLog +++ b/app-crypt/bcwipe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/bcwipe # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.2 2003/03/01 19:39:00 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.3 2003/09/20 22:32:38 prez Exp $ + +*bcwipe-1.3_p1 (20 Sep 2003) + + 20 Sep 2003; Preston A. Elder <prez@gentoo.org> bcwipe-1.3_p1.ebuild: + Version bump. *bcwipe-1.2_p3 (01 Mar 2003) diff --git a/app-crypt/bcwipe/Manifest b/app-crypt/bcwipe/Manifest index 70aa285ee868..34031d57fa84 100644 --- a/app-crypt/bcwipe/Manifest +++ b/app-crypt/bcwipe/Manifest @@ -1,3 +1,5 @@ -MD5 1cdc257672ce2639256675c8b56be14b files/digest-bcwipe-1.2_p3 63 MD5 13f4c068578f53aa41d094c8c7a0a44b ChangeLog 528 MD5 9e0fa6492c9f77fe8cf6d6bf640d3f6d bcwipe-1.2_p3.ebuild 623 +MD5 003a4093697c70527123a51ef5ebabe0 bcwipe-1.3_p1.ebuild 697 +MD5 1cdc257672ce2639256675c8b56be14b files/digest-bcwipe-1.2_p3 63 +MD5 7049eb9f229d4847a157c7ec48777bc9 files/digest-bcwipe-1.3_p1 121 diff --git a/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild b/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild new file mode 100644 index 000000000000..f873f06854dc --- /dev/null +++ b/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild,v 1.1 2003/09/20 22:32:38 prez Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="BCWipe secure file removal utility" +SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz + http://www.jetico.com/linux/BCWipe.doc.tgz" +HOMEPAGE="http://www.jetico.com" +SLOT="0" +LICENSE="bestcrypt" +DEPEND="virtual/glibc" +RDEPEND="" +KEYWORDS="x86" + +src_compile() { + emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "Make failed" +} + +src_install () { + doman bcwipe.1 + exeinto /bin ; doexe bcwipe + cd ../bcwipe-help + dodir /usr/share/doc/${P} + cp -r * ${D}/usr/share/doc/${P} +} diff --git a/app-crypt/bcwipe/files/digest-bcwipe-1.3_p1 b/app-crypt/bcwipe/files/digest-bcwipe-1.3_p1 new file mode 100644 index 000000000000..89bd22595a40 --- /dev/null +++ b/app-crypt/bcwipe/files/digest-bcwipe-1.3_p1 @@ -0,0 +1,2 @@ +MD5 f66050aedb7c24484ea529f800dabbf9 BCWipe-1.3-1.tar.gz 18049 +MD5 120eca6e8cbcd8752e0e8b0c06f7c3ab BCWipe.doc.tgz 20889 |