Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Archive-Zip: ChangeLog Archive-Zip-1.30.ebuild
Date: Wed, 05 May 2010 05:24:59
Message-Id: 20100505052453.99B052827B@corvid.gentoo.org
1 jer 10/05/05 05:24:53
2
3 Modified: ChangeLog Archive-Zip-1.30.ebuild
4 Log:
5 Stable for HPPA (bug #314467).
6 (Portage version: 2.2_rc67/cvs/Linux i686)
7
8 Revision Changes Path
9 1.75 dev-perl/Archive-Zip/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?rev=1.75&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?rev=1.75&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?r1=1.74&r2=1.75
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v
18 retrieving revision 1.74
19 retrieving revision 1.75
20 diff -u -r1.74 -r1.75
21 --- ChangeLog 18 Apr 2010 11:51:21 -0000 1.74
22 +++ ChangeLog 5 May 2010 05:24:53 -0000 1.75
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Archive-Zip
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v 1.74 2010/04/18 11:51:21 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v 1.75 2010/05/05 05:24:53 jer Exp $
28 +
29 + 05 May 2010; Jeroen Roovers <jer@g.o> Archive-Zip-1.30.ebuild:
30 + Stable for HPPA (bug #314467).
31
32 18 Apr 2010; Markus Meier <maekke@g.o> Archive-Zip-1.30.ebuild:
33 arm stable, bug #314467
34
35
36
37 1.5 dev-perl/Archive-Zip/Archive-Zip-1.30.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.30.ebuild?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.30.ebuild?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.30.ebuild?r1=1.4&r2=1.5
42
43 Index: Archive-Zip-1.30.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.30.ebuild,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- Archive-Zip-1.30.ebuild 18 Apr 2010 11:51:21 -0000 1.4
50 +++ Archive-Zip-1.30.ebuild 5 May 2010 05:24:53 -0000 1.5
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.30.ebuild,v 1.4 2010/04/18 11:51:21 maekke Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.30.ebuild,v 1.5 2010/05/05 05:24:53 jer Exp $
56
57 EAPI=2
58
59 @@ -10,7 +10,7 @@
60 DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files"
61
62 SLOT="0"
63 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
64 +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
65 IUSE=""
66
67 DEPEND=">=virtual/perl-Compress-Raw-Zlib-2.017