Gentoo Archives: gentoo-commits

From: "Patrick McLean (chutzpah)" <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/nwipe: nwipe-0.14.ebuild ChangeLog
Date: Fri, 22 Feb 2013 23:13:30
Message-Id: 20130222231327.679D52171D@flycatcher.gentoo.org
1 chutzpah 13/02/22 23:13:27
2
3 Modified: ChangeLog
4 Added: nwipe-0.14.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
9
10 Revision Changes Path
11 1.9 app-crypt/nwipe/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/nwipe/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/nwipe/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/nwipe/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-crypt/nwipe/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 10 Feb 2013 18:31:48 -0000 1.8
24 +++ ChangeLog 22 Feb 2013 23:13:27 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-crypt/nwipe
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/nwipe/ChangeLog,v 1.8 2013/02/10 18:31:48 alonbl Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/nwipe/ChangeLog,v 1.9 2013/02/22 23:13:27 chutzpah Exp $
30 +
31 +*nwipe-0.14 (22 Feb 2013)
32 +
33 + 22 Feb 2013; Patrick McLean <chutzpah@g.o> +nwipe-0.14.ebuild:
34 + version bump
35
36 *nwipe-0.13 (10 Feb 2013)
37
38
39
40
41 1.1 app-crypt/nwipe/nwipe-0.14.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/nwipe/nwipe-0.14.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/nwipe/nwipe-0.14.ebuild?rev=1.1&content-type=text/plain
45
46 Index: nwipe-0.14.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-crypt/nwipe/nwipe-0.14.ebuild,v 1.1 2013/02/22 23:13:27 chutzpah Exp $
51
52 EAPI=5
53
54 DESCRIPTION="Securely erase disks using a variety of recognized methods"
55 HOMEPAGE="http://sourceforge.net/projects/nwipe/"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 RDEPEND=">=sys-block/parted-2.3
64 >=sys-libs/ncurses-5.7-r7"
65 DEPEND="${RDEPEND}
66 virtual/pkgconfig"
67
68 DOCS="README"