diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-18 11:43:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-18 11:43:10 +0000 |
commit | 2476e6afb42eaa742742de406f716a8c14e9c532 (patch) | |
tree | 1a7dc0c1e0ab27d954296de9b2fc5a1528a83c8e /app-misc/wipe | |
parent | version bump (bug 38346) (diff) | |
download | historical-2476e6afb42eaa742742de406f716a8c14e9c532.tar.gz historical-2476e6afb42eaa742742de406f716a8c14e9c532.tar.bz2 historical-2476e6afb42eaa742742de406f716a8c14e9c532.zip |
version bump (bug 38346)
Diffstat (limited to 'app-misc/wipe')
-rw-r--r-- | app-misc/wipe/Manifest | 4 | ||||
-rw-r--r-- | app-misc/wipe/files/digest-wipe-2.2.0 | 1 | ||||
-rw-r--r-- | app-misc/wipe/wipe-2.2.0.ebuild | 25 |
3 files changed, 28 insertions, 2 deletions
diff --git a/app-misc/wipe/Manifest b/app-misc/wipe/Manifest index 2e3380cc65f0..3da58ef1c9fb 100644 --- a/app-misc/wipe/Manifest +++ b/app-misc/wipe/Manifest @@ -1,5 +1,5 @@ -MD5 673107142d970ece728a752731b21d6b ChangeLog 448 +MD5 bd253973515d14397674d19db56f4c51 ChangeLog 578 MD5 56bb663ebc212e858c2daa3cea9f1a0c wipe-2.1.0.ebuild 898 -MD5 85887747ba9048883120b06d1bea1520 wipe-2.2.0.ebuild 892 +MD5 faaa882487747f012d8702d82ed4a7d7 wipe-2.2.0.ebuild 769 MD5 a53f8775aa00a2b49d527fa520203136 files/digest-wipe-2.1.0 62 MD5 96d676b2df2cb0830d62488f0264581c files/digest-wipe-2.2.0 62 diff --git a/app-misc/wipe/files/digest-wipe-2.2.0 b/app-misc/wipe/files/digest-wipe-2.2.0 new file mode 100644 index 000000000000..8c47d8e809e0 --- /dev/null +++ b/app-misc/wipe/files/digest-wipe-2.2.0 @@ -0,0 +1 @@ +MD5 1e1366c6407e7910f6131ebfee9f1ea6 wipe-2.2.0.tar.bz2 70134 diff --git a/app-misc/wipe/wipe-2.2.0.ebuild b/app-misc/wipe/wipe-2.2.0.ebuild new file mode 100644 index 000000000000..bbd368baf8fa --- /dev/null +++ b/app-misc/wipe/wipe-2.2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/wipe-2.2.0.ebuild,v 1.1 2004/01/18 11:43:04 mr_bones_ 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" + +KEYWORDS="~x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND="virtual/glibc" + +src_install() { + dobin wipe || die "dobin failed" + doman wipe.1 || die "doman failed" + dodoc copyright CHANGES README TODO TESTING || die "dodoc failed" +} + +pkg_postinst() { + einfo "Note that wipe is useless on journalling filesystems, such as reiserfs or XFS." + einfo "See documentation for more info." +} |