Gentoo Archives: gentoo-commits

From: "Alon Bar-Lev (alonbl)" <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/chntpw: chntpw-0.99.4.20070923.ebuild ChangeLog chntpw-0.99.4.20070409.ebuild chntpw-0.99.3.20040818.ebuild
Date: Thu, 10 Jan 2008 12:12:33
Message-Id: E1JCwFy-0000W5-Iu@stork.gentoo.org
1 alonbl 08/01/10 12:11:34
2
3 Modified: chntpw-0.99.4.20070923.ebuild ChangeLog
4 Removed: chntpw-0.99.4.20070409.ebuild
5 chntpw-0.99.3.20040818.ebuild
6 Log:
7 Add unzip dependency, bug#205158, thanks to yahya, cleanup
8 (Portage version: 2.1.4_rc14)
9
10 Revision Changes Path
11 1.2 app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild?r1=1.1&r2=1.2
16
17 Index: chntpw-0.99.4.20070923.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- chntpw-0.99.4.20070923.ebuild 28 Sep 2007 18:57:54 -0000 1.1
24 +++ chntpw-0.99.4.20070923.ebuild 10 Jan 2008 12:11:33 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild,v 1.1 2007/09/28 18:57:54 alonbl Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild,v 1.2 2008/01/10 12:11:33 alonbl Exp $
31
32 DESCRIPTION="Offline Windows NT Password & Registry Editor"
33 HOMEPAGE="http://home.eunet.no/~pnordahl/ntpasswd/"
34 @@ -8,8 +8,9 @@
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="~x86 ~ppc"
38 -DEPEND="dev-libs/openssl"
39 -RDEPEND="${DEPEND}"
40 +RDEPEND="dev-libs/openssl"
41 +DEPEND="${DEPEND}
42 + app-arch/unzip"
43 SRC_URI="http://home.eunet.no/~pnordahl/ntpasswd/${PN}-source-${MY_PV}.zip"
44 IUSE="static"
45 S="${WORKDIR}/${PN}-${MY_PV}"
46
47
48
49 1.12 app-crypt/chntpw/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/chntpw/ChangeLog?rev=1.12&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/chntpw/ChangeLog?rev=1.12&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/chntpw/ChangeLog?r1=1.11&r2=1.12
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-crypt/chntpw/ChangeLog,v
58 retrieving revision 1.11
59 retrieving revision 1.12
60 diff -u -r1.11 -r1.12
61 --- ChangeLog 15 Nov 2007 22:10:39 -0000 1.11
62 +++ ChangeLog 10 Jan 2008 12:11:33 -0000 1.12
63 @@ -1,6 +1,11 @@
64 # ChangeLog for app-crypt/chntpw
65 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/ChangeLog,v 1.11 2007/11/15 22:10:39 alonbl Exp $
67 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/ChangeLog,v 1.12 2008/01/10 12:11:33 alonbl Exp $
69 +
70 + 10 Jan 2008; Alon Bar-Lev <alonbl@g.o>
71 + -chntpw-0.99.3.20040818.ebuild, -chntpw-0.99.4.20070409.ebuild,
72 + chntpw-0.99.4.20070923.ebuild:
73 + Add unzip dependency, bug#205158, thanks to yahya, cleanup
74
75 15 Nov 2007; Alon Bar-Lev <alonbl@g.o> metadata.xml:
76 Assign to maintainer-needed@g.o, bug#185411.
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list