summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-12-17 10:04:00 +0000
committerSven Wegener <swegener@gentoo.org>2004-12-17 10:04:00 +0000
commit7ffb9fbd8bf5c834017e9e78ae102bdfc75aeb58 (patch)
tree6221d60abdd6162bd6e6060aff9cfec9a8628969 /app-misc/wipe
parentbug #73943: CAN-2004-1154: Integer overflow for samba 2.x, 3.x<=3.0.9 (diff)
downloadhistorical-7ffb9fbd8bf5c834017e9e78ae102bdfc75aeb58.tar.gz
historical-7ffb9fbd8bf5c834017e9e78ae102bdfc75aeb58.tar.bz2
historical-7ffb9fbd8bf5c834017e9e78ae102bdfc75aeb58.zip
Removed old ebuild.
Diffstat (limited to 'app-misc/wipe')
-rw-r--r--app-misc/wipe/ChangeLog5
-rw-r--r--app-misc/wipe/files/digest-wipe-2.1.01
-rw-r--r--app-misc/wipe/wipe-2.1.0.ebuild31
3 files changed, 4 insertions, 33 deletions
diff --git a/app-misc/wipe/ChangeLog b/app-misc/wipe/ChangeLog
index d07c1374020b..ad19d93ed844 100644
--- a/app-misc/wipe/ChangeLog
+++ b/app-misc/wipe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/wipe
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/ChangeLog,v 1.9 2004/10/05 13:34:52 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/ChangeLog,v 1.10 2004/12/17 10:04:00 swegener Exp $
+
+ 17 Dec 2004; Sven Wegener <swegener@gentoo.org> -wipe-2.1.0.ebuild:
+ Removed old ebuild.
05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> wipe-2.2.0.ebuild:
Masked wipe-2.2.0.ebuild stable for ppc
diff --git a/app-misc/wipe/files/digest-wipe-2.1.0 b/app-misc/wipe/files/digest-wipe-2.1.0
deleted file mode 100644
index e518435c4520..000000000000
--- a/app-misc/wipe/files/digest-wipe-2.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e0bad31a045537b016b202023857b2dc wipe-2.1.0.tar.bz2 69993
diff --git a/app-misc/wipe/wipe-2.1.0.ebuild b/app-misc/wipe/wipe-2.1.0.ebuild
deleted file mode 100644
index a3e8261f78f9..000000000000
--- a/app-misc/wipe/wipe-2.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/wipe-2.1.0.ebuild,v 1.10 2004/06/28 04:17:54 vapier Exp $
-
-DESCRIPTION="Secure file wiping utility based on Peter Gutman's patterns"
-HOMEPAGE="http://wipe.sourceforge.net/"
-SRC_URI="mirror://sourceforge/wipe/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="virtual/libc
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- sed -i -e '28 i\#include <errno.h>' ${S}/rand.c || die "sed rand.c failed"
-}
-
-src_install() {
- dobin wipe || die
- doman wipe.1
- dodoc copyright CHANGES README TODO TESTING
-}
-
-pkg_postinst() {
- einfo "Note that wipe is useless on journalling filesystems, such as reiserfs or XFS."
- einfo "See documentation for more info."
-}