summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2013-02-22 23:13:27 +0000
committerPatrick McLean <chutzpah@gentoo.org>2013-02-22 23:13:27 +0000
commit89af6e940e1410eec958ef81b884b5aab206ed02 (patch)
treec9ebde8e504b4dc9b7bbec434e345deef936514e /app-crypt
parentMask net-misc/wxdfast (bug 457832) (diff)
downloadgentoo-2-89af6e940e1410eec958ef81b884b5aab206ed02.tar.gz
gentoo-2-89af6e940e1410eec958ef81b884b5aab206ed02.tar.bz2
gentoo-2-89af6e940e1410eec958ef81b884b5aab206ed02.zip
version bump
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/nwipe/ChangeLog7
-rw-r--r--app-crypt/nwipe/nwipe-0.14.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/app-crypt/nwipe/ChangeLog b/app-crypt/nwipe/ChangeLog
index 42f8078375ab..359538f39674 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.8 2013/02/10 18:31:48 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/nwipe/ChangeLog,v 1.9 2013/02/22 23:13:27 chutzpah Exp $
+
+*nwipe-0.14 (22 Feb 2013)
+
+ 22 Feb 2013; Patrick McLean <chutzpah@gentoo.org> +nwipe-0.14.ebuild:
+ version bump
*nwipe-0.13 (10 Feb 2013)
diff --git a/app-crypt/nwipe/nwipe-0.14.ebuild b/app-crypt/nwipe/nwipe-0.14.ebuild
new file mode 100644
index 000000000000..732bb4cec636
--- /dev/null
+++ b/app-crypt/nwipe/nwipe-0.14.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.14.ebuild,v 1.1 2013/02/22 23:13:27 chutzpah 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"