Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/zzuf: zzuf-0.13.ebuild ChangeLog
Date: Tue, 02 Mar 2010 18:35:36
Message-Id: E1NmWwM-000402-Gb@stork.gentoo.org
1 patrick 10/03/02 18:35:30
2
3 Modified: zzuf-0.13.ebuild ChangeLog
4 Log:
5 Prevent file collision with zziplib on /bin/zzcat, #307049
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-forensics/zzuf/zzuf-0.13.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/zzuf/zzuf-0.13.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/zzuf/zzuf-0.13.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/zzuf/zzuf-0.13.ebuild?r1=1.1&r2=1.2
14
15 Index: zzuf-0.13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-forensics/zzuf/zzuf-0.13.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- zzuf-0.13.ebuild 26 Feb 2010 20:50:28 -0000 1.1
22 +++ zzuf-0.13.ebuild 2 Mar 2010 18:35:29 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/zzuf/zzuf-0.13.ebuild,v 1.1 2010/02/26 20:50:28 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/zzuf/zzuf-0.13.ebuild,v 1.2 2010/03/02 18:35:29 patrick Exp $
28
29 inherit autotools
30
31 @@ -13,7 +13,7 @@
32 KEYWORDS="~amd64 ~sparc ~x86"
33 IUSE=""
34
35 -RDEPEND=""
36 +RDEPEND="!dev-libs/zziplib"
37
38 src_unpack() {
39 unpack ${A}
40
41
42
43 1.7 app-forensics/zzuf/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/zzuf/ChangeLog?rev=1.7&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/zzuf/ChangeLog?rev=1.7&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/zzuf/ChangeLog?r1=1.6&r2=1.7
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-forensics/zzuf/ChangeLog,v
52 retrieving revision 1.6
53 retrieving revision 1.7
54 diff -u -r1.6 -r1.7
55 --- ChangeLog 26 Feb 2010 20:50:28 -0000 1.6
56 +++ ChangeLog 2 Mar 2010 18:35:29 -0000 1.7
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-forensics/zzuf
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/zzuf/ChangeLog,v 1.6 2010/02/26 20:50:28 patrick Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/zzuf/ChangeLog,v 1.7 2010/03/02 18:35:29 patrick Exp $
62 +
63 + 02 Mar 2010; Patrick Lauer <patrick@g.o> zzuf-0.13.ebuild:
64 + Prevent file collision with zziplib on /bin/zzcat, #307049
65
66 *zzuf-0.13 (26 Feb 2010)