diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 15:59:35 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 15:59:35 +0000 |
commit | bd7c9541fbea05c1a97cf7272d9b28b97a229e37 (patch) | |
tree | 59bbefea634e1cebfb2602677616bdf8b1da2c8a /app-crypt/bcwipe | |
parent | Version bumped. Changed master site and added zlib, doc IUSE flags. Ebuild co... (diff) | |
download | historical-bd7c9541fbea05c1a97cf7272d9b28b97a229e37.tar.gz historical-bd7c9541fbea05c1a97cf7272d9b28b97a229e37.tar.bz2 historical-bd7c9541fbea05c1a97cf7272d9b28b97a229e37.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.5_p2.ebuild | 30 | ||||
-rw-r--r-- | app-crypt/bcwipe/files/digest-bcwipe-1.5_p2 | 2 |
4 files changed, 41 insertions, 2 deletions
diff --git a/app-crypt/bcwipe/ChangeLog b/app-crypt/bcwipe/ChangeLog index 6d26591029ec..7823f44b5136 100644 --- a/app-crypt/bcwipe/ChangeLog +++ b/app-crypt/bcwipe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/bcwipe # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.4 2004/06/06 15:49:41 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.5 2004/06/06 15:59:35 dragonheart Exp $ + +*bcwipe-1.5_p2 (07 Jun 2004) + + 07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +bcwipe-1.5_p2.ebuild: + version bump 07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml, bcwipe-1.2_p3.ebuild, bcwipe-1.3_p1.ebuild: diff --git a/app-crypt/bcwipe/Manifest b/app-crypt/bcwipe/Manifest index f608742950f2..a874cdf1a1a0 100644 --- a/app-crypt/bcwipe/Manifest +++ b/app-crypt/bcwipe/Manifest @@ -1,6 +1,8 @@ -MD5 a0e1b644295a5de398be08b8c320e919 ChangeLog 779 MD5 c1cd316b892024a461d40a4c35ff737f bcwipe-1.2_p3.ebuild 632 MD5 43e98ef2bef0eaf3aa4a3e9db99afa6b bcwipe-1.3_p1.ebuild 757 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 +MD5 bd52a71f91c9c317808c5c5a758e9036 bcwipe-1.5_p2.ebuild 755 +MD5 667500686f927391137d31980557d943 ChangeLog 901 MD5 1cdc257672ce2639256675c8b56be14b files/digest-bcwipe-1.2_p3 63 MD5 7049eb9f229d4847a157c7ec48777bc9 files/digest-bcwipe-1.3_p1 121 +MD5 471318482fcd15b5faf79fc5bfea66c9 files/digest-bcwipe-1.5_p2 118 diff --git a/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild b/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild new file mode 100644 index 000000000000..5335114ed11f --- /dev/null +++ b/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild,v 1.1 2004/06/06 15:59:35 dragonheart Exp $ + +DESCRIPTION="BCWipe secure file removal utility" +HOMEPAGE="http://www.jetico.com/" +SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tgz + http://www.jetico.com/linux/BCWipe.doc.tgz" + +LICENSE="bestcrypt" +SLOT="0" +IUSE="" +KEYWORDS="~x86" + +DEPEND="virtual/glibc" +RDEPEND="" + +S=${WORKDIR}/${PN} + +src_compile() { + emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "Make failed" +} + +src_install() { + dobin bcwipe || die + doman bcwipe.1 + cd ../bcwipe-help + dodir /usr/share/doc/${PF} + cp -r * ${D}/usr/share/doc/${PF} +} diff --git a/app-crypt/bcwipe/files/digest-bcwipe-1.5_p2 b/app-crypt/bcwipe/files/digest-bcwipe-1.5_p2 new file mode 100644 index 000000000000..24bfa5b71984 --- /dev/null +++ b/app-crypt/bcwipe/files/digest-bcwipe-1.5_p2 @@ -0,0 +1,2 @@ +MD5 080785707eb83398dedcefd28fc93fa3 BCWipe-1.5-2.tgz 21053 +MD5 f095c187949d08a3cc3b245862df9acd BCWipe.doc.tgz 21218 |