diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2013-02-10 18:31:48 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2013-02-10 18:31:48 +0000 |
commit | b486225c57c63987af55069031d89b1f4bb53c7b (patch) | |
tree | cf962635eb44036e8c2a2e98e9424f1eecc91bec /app-crypt | |
parent | Depend on sys-apps/dbus (bug #450020). Rewritten init script (diff) | |
download | gentoo-2-b486225c57c63987af55069031d89b1f4bb53c7b.tar.gz gentoo-2-b486225c57c63987af55069031d89b1f4bb53c7b.tar.bz2 gentoo-2-b486225c57c63987af55069031d89b1f4bb53c7b.zip |
Version bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/nwipe/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/nwipe/nwipe-0.13.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/app-crypt/nwipe/ChangeLog b/app-crypt/nwipe/ChangeLog index 82aa8add1b47..42f8078375ab 100644 --- a/app-crypt/nwipe/ChangeLog +++ b/app-crypt/nwipe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/nwipe # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/nwipe/ChangeLog,v 1.7 2013/02/02 22:59:24 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/nwipe/ChangeLog,v 1.8 2013/02/10 18:31:48 alonbl Exp $ + +*nwipe-0.13 (10 Feb 2013) + + 10 Feb 2013; Alon Bar-Lev <alonbl@gentoo.org> +nwipe-0.13.ebuild: + Version bump *nwipe-0.12-r1 (02 Feb 2013) diff --git a/app-crypt/nwipe/nwipe-0.13.ebuild b/app-crypt/nwipe/nwipe-0.13.ebuild new file mode 100644 index 000000000000..a3674111c5c7 --- /dev/null +++ b/app-crypt/nwipe/nwipe-0.13.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/nwipe/nwipe-0.13.ebuild,v 1.1 2013/02/10 18:31:48 alonbl Exp $ + +EAPI=5 + +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} + virtual/pkgconfig" + +DOCS="README" |