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/nwipe-0.13.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app-crypt/nwipe/nwipe-0.13.ebuild (limited to 'app-crypt/nwipe/nwipe-0.13.ebuild') 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