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 | ce5a4accb3766714afc45a848590de0b479b2e78 (patch) | |
tree | b70999e34e59a6ef9c9fd47e00fba6a4bed65d75 /app-crypt | |
parent | Version bumped. Changed master site and added zlib, doc IUSE flags. Ebuild co... (diff) | |
download | gentoo-2-ce5a4accb3766714afc45a848590de0b479b2e78.tar.gz gentoo-2-ce5a4accb3766714afc45a848590de0b479b2e78.tar.bz2 gentoo-2-ce5a4accb3766714afc45a848590de0b479b2e78.zip |
version bump
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bcwipe/ChangeLog | 7 | ||||
-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 |
3 files changed, 38 insertions, 1 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/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 |