Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@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 Archive-Zip-1.29.ebuild
Date: Wed, 01 Jul 2009 04:55:05
Message-Id: E1MLrqY-0001RD-SM@stork.gentoo.org
1 tove 09/07/01 04:55:02
2
3 Modified: ChangeLog
4 Added: Archive-Zip-1.30.ebuild
5 Removed: Archive-Zip-1.29.ebuild
6 Log:
7 Version bump. Cleanup
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.67 dev-perl/Archive-Zip/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?rev=1.67&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?rev=1.67&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?r1=1.66&r2=1.67
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v
20 retrieving revision 1.66
21 retrieving revision 1.67
22 diff -u -r1.66 -r1.67
23 --- ChangeLog 30 Jun 2009 06:08:03 -0000 1.66
24 +++ ChangeLog 1 Jul 2009 04:55:02 -0000 1.67
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Archive-Zip
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v 1.66 2009/06/30 06:08:03 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v 1.67 2009/07/01 04:55:02 tove Exp $
30 +
31 +*Archive-Zip-1.30 (01 Jul 2009)
32 +
33 + 01 Jul 2009; Torsten Veller <tove@g.o> -Archive-Zip-1.29.ebuild,
34 + +Archive-Zip-1.30.ebuild:
35 + Version bump. Cleanup
36
37 *Archive-Zip-1.29 (30 Jun 2009)
38
39
40
41
42 1.1 dev-perl/Archive-Zip/Archive-Zip-1.30.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.30.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.30.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Archive-Zip-1.30.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.30.ebuild,v 1.1 2009/07/01 04:55:02 tove Exp $
52
53 EAPI=2
54
55 MODULE_AUTHOR=ADAMK
56 inherit perl-module
57
58 DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files"
59
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
62 IUSE=""
63
64 DEPEND=">=virtual/perl-Compress-Raw-Zlib-2.017
65 >=virtual/perl-File-Spec-0.80"
66 RDEPEND="${DEPEND}"
67
68 SRC_TEST="do"