From b486225c57c63987af55069031d89b1f4bb53c7b Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sun, 10 Feb 2013 18:31:48 +0000 Subject: Version bump (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit) --- app-crypt/nwipe/ChangeLog | 7 ++++++- app-crypt/nwipe/nwipe-0.13.ebuild | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 app-crypt/nwipe/nwipe-0.13.ebuild (limited to 'app-crypt') 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 +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" -- cgit v1.2.3-65-gdbad