summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-06-14 02:09:22 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-06-14 02:09:22 +0000
commit30e1220b487f8fa1667aefb21a16da31cc9f47a4 (patch)
tree06cf84bb7e3bae419665951506728c6f68642cfe /app-crypt/bcwipe
parentAdd USE=pie hardened (diff)
downloadgentoo-2-30e1220b487f8fa1667aefb21a16da31cc9f47a4.tar.gz
gentoo-2-30e1220b487f8fa1667aefb21a16da31cc9f47a4.tar.bz2
gentoo-2-30e1220b487f8fa1667aefb21a16da31cc9f47a4.zip
remove app-crypt/bcwipe/bcwipe-1.2_p3.ebuild. BCWipe-1.3-1.tar.gz nolonger on web site.Digests updated to reflect this. This solves bug #53833.
Diffstat (limited to 'app-crypt/bcwipe')
-rw-r--r--app-crypt/bcwipe/ChangeLog9
-rw-r--r--app-crypt/bcwipe/Manifest4
-rw-r--r--app-crypt/bcwipe/bcwipe-1.2_p3.ebuild26
-rw-r--r--app-crypt/bcwipe/bcwipe-1.3_p1.ebuild4
-rw-r--r--app-crypt/bcwipe/files/digest-bcwipe-1.2_p31
-rw-r--r--app-crypt/bcwipe/files/digest-bcwipe-1.3_p12
6 files changed, 13 insertions, 33 deletions
diff --git a/app-crypt/bcwipe/ChangeLog b/app-crypt/bcwipe/ChangeLog
index 7823f44b5136..0788619fec3c 100644
--- a/app-crypt/bcwipe/ChangeLog
+++ b/app-crypt/bcwipe/ChangeLog
@@ -1,6 +1,13 @@
# 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.5 2004/06/06 15:59:35 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.6 2004/06/14 02:09:22 dragonheart Exp $
+
+ 14 Jun 2004; Daniel Black <dragonheart@gentoo.org> bcwipe-1.3_p1.ebuild,
+ -bcwipe-1.2_p3.ebuild:
+ BCWipe-1.3-1.tar.gz, and older versions, nolonger on web site.
+ Documentation is the same for all versions. Digests updated to reflect
+ this. This solves bug #53833 logged by Boris Wachtmeister
+ <sirro@nurfuerspam.de>.
*bcwipe-1.5_p2 (07 Jun 2004)
diff --git a/app-crypt/bcwipe/Manifest b/app-crypt/bcwipe/Manifest
index a874cdf1a1a0..31adbf469806 100644
--- a/app-crypt/bcwipe/Manifest
+++ b/app-crypt/bcwipe/Manifest
@@ -1,8 +1,8 @@
MD5 c1cd316b892024a461d40a4c35ff737f bcwipe-1.2_p3.ebuild 632
-MD5 43e98ef2bef0eaf3aa4a3e9db99afa6b bcwipe-1.3_p1.ebuild 757
+MD5 bacd942a04a2ff3c024c7187ec97f72a bcwipe-1.3_p1.ebuild 751
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
+MD5 d4e66dc21986379a0e6157599ab8a2c8 files/digest-bcwipe-1.3_p1 121
diff --git a/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild b/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild
deleted file mode 100644
index e11a8750925a..000000000000
--- a/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.2_p3.ebuild,v 1.5 2004/06/06 15:49:41 dragonheart Exp $
-
-DESCRIPTION="BCWipe secure file removal utility"
-HOMEPAGE="http://www.jetico.com/"
-SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz"
-
-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
-}
diff --git a/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild b/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild
index 09510a819d70..011a221590ee 100644
--- a/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild
+++ b/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild
@@ -1,10 +1,10 @@
# 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.3_p1.ebuild,v 1.3 2004/06/06 15:49:41 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild,v 1.4 2004/06/14 02:09:22 dragonheart Exp $
DESCRIPTION="BCWipe secure file removal utility"
HOMEPAGE="http://www.jetico.com/"
-SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz
+SRC_URI="mirror://gentoo/linux/BCWipe-${PV/_p/-}.tar.gz
http://www.jetico.com/linux/BCWipe.doc.tgz"
LICENSE="bestcrypt"
diff --git a/app-crypt/bcwipe/files/digest-bcwipe-1.2_p3 b/app-crypt/bcwipe/files/digest-bcwipe-1.2_p3
deleted file mode 100644
index 68713db70799..000000000000
--- a/app-crypt/bcwipe/files/digest-bcwipe-1.2_p3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d1aba86334a673d2a6f5c43c21fbe5f5 BCWipe-1.2-3.tar.gz 17049
diff --git a/app-crypt/bcwipe/files/digest-bcwipe-1.3_p1 b/app-crypt/bcwipe/files/digest-bcwipe-1.3_p1
index 89bd22595a40..9b09db28f120 100644
--- a/app-crypt/bcwipe/files/digest-bcwipe-1.3_p1
+++ b/app-crypt/bcwipe/files/digest-bcwipe-1.3_p1
@@ -1,2 +1,2 @@
MD5 f66050aedb7c24484ea529f800dabbf9 BCWipe-1.3-1.tar.gz 18049
-MD5 120eca6e8cbcd8752e0e8b0c06f7c3ab BCWipe.doc.tgz 20889
+MD5 f095c187949d08a3cc3b245862df9acd BCWipe.doc.tgz 21218