diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-09-02 10:19:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-09-02 10:19:16 +0000 |
commit | cfa8983c63d199947a9ea63dbefcd08f96f5711c (patch) | |
tree | 0c426175e2e980312d765732b93e1c023773d06f /app-crypt/nwipe | |
parent | Add new snapshot. Update bit live ebuild wrt aqua use. (diff) | |
download | gentoo-2-cfa8983c63d199947a9ea63dbefcd08f96f5711c.tar.gz gentoo-2-cfa8983c63d199947a9ea63dbefcd08f96f5711c.tar.bz2 gentoo-2-cfa8983c63d199947a9ea63dbefcd08f96f5711c.zip |
Version bump.
(Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/nwipe')
-rw-r--r-- | app-crypt/nwipe/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/nwipe/nwipe-0.10.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/app-crypt/nwipe/ChangeLog b/app-crypt/nwipe/ChangeLog index 18a148b43c03..ca135de48344 100644 --- a/app-crypt/nwipe/ChangeLog +++ b/app-crypt/nwipe/ChangeLog @@ -1,6 +1,11 @@ # 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.1 2012/01/16 16:29:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/nwipe/ChangeLog,v 1.2 2012/09/02 10:19:16 ssuominen Exp $ + +*nwipe-0.10 (02 Sep 2012) + + 02 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> +nwipe-0.10.ebuild: + Version bump. *nwipe-0.06 (16 Jan 2012) diff --git a/app-crypt/nwipe/nwipe-0.10.ebuild b/app-crypt/nwipe/nwipe-0.10.ebuild new file mode 100644 index 000000000000..dc94a32a3aba --- /dev/null +++ b/app-crypt/nwipe/nwipe-0.10.ebuild @@ -0,0 +1,24 @@ +# 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; } |