summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-crypt/nwipe/ChangeLog7
-rw-r--r--app-crypt/nwipe/nwipe-0.13.ebuild21
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"