diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-30 14:16:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-30 14:16:36 +0000 |
commit | 8f6aeea32276c61f9c22e30ec9b0956a5a08e639 (patch) | |
tree | 4e850ae0283443dc96c69b250a0a2c174dcecd0d /app-crypt/nwipe | |
parent | Version bump. (diff) | |
download | gentoo-2-8f6aeea32276c61f9c22e30ec9b0956a5a08e639.tar.gz gentoo-2-8f6aeea32276c61f9c22e30ec9b0956a5a08e639.tar.bz2 gentoo-2-8f6aeea32276c61f9c22e30ec9b0956a5a08e639.zip |
old
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-crypt/nwipe')
-rw-r--r-- | app-crypt/nwipe/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/nwipe/nwipe-0.10.ebuild | 24 | ||||
-rw-r--r-- | app-crypt/nwipe/nwipe-0.11.ebuild | 24 |
3 files changed, 5 insertions, 49 deletions
diff --git a/app-crypt/nwipe/ChangeLog b/app-crypt/nwipe/ChangeLog index eb1d362d31dc..ff3cb8c56b29 100644 --- a/app-crypt/nwipe/ChangeLog +++ b/app-crypt/nwipe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/nwipe # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/nwipe/ChangeLog,v 1.5 2012/11/30 14:16:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/nwipe/ChangeLog,v 1.6 2012/11/30 14:16:36 ssuominen Exp $ + + 30 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> -nwipe-0.10.ebuild, + -nwipe-0.11.ebuild: + old *nwipe-0.12 (30 Nov 2012) diff --git a/app-crypt/nwipe/nwipe-0.10.ebuild b/app-crypt/nwipe/nwipe-0.10.ebuild deleted file mode 100644 index dc94a32a3aba..000000000000 --- a/app-crypt/nwipe/nwipe-0.10.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/nwipe/nwipe-0.10.ebuild,v 1.1 2012/09/02 10:19:16 ssuominen Exp $ - -EAPI=4 -inherit autotools - -DESCRIPTION="Securely erase disks using a variety of recognized methods" -HOMEPAGE="http://sourceforge.net/projects/nwipe/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=sys-block/parted-2.3 - >=sys-libs/ncurses-5.7-r7" -DEPEND="${RDEPEND}" - -DOCS="README" - -# prevent maintainer mode -src_prepare() { eautoreconf; } diff --git a/app-crypt/nwipe/nwipe-0.11.ebuild b/app-crypt/nwipe/nwipe-0.11.ebuild deleted file mode 100644 index 01182dc8be4b..000000000000 --- a/app-crypt/nwipe/nwipe-0.11.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/nwipe/nwipe-0.11.ebuild,v 1.1 2012/10/03 17:43:35 ssuominen Exp $ - -EAPI=4 -inherit autotools - -DESCRIPTION="Securely erase disks using a variety of recognized methods" -HOMEPAGE="http://sourceforge.net/projects/nwipe/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=sys-block/parted-2.3 - >=sys-libs/ncurses-5.7-r7" -DEPEND="${RDEPEND}" - -DOCS="README" - -# prevent maintainer mode -src_prepare() { eautoreconf; } |