Gentoo Archives: gentoo-commits

From: "Yuval Yaari (yuval)" <yuval@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Archive-Zip: ChangeLog Archive-Zip-1.23.ebuild
Date: Tue, 29 Apr 2008 05:56:24
Message-Id: E1JqipC-0005hl-7M@stork.gentoo.org
1 yuval 08/04/29 05:56:22
2
3 Modified: ChangeLog
4 Added: Archive-Zip-1.23.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.57 dev-perl/Archive-Zip/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?rev=1.57&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?rev=1.57&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?r1=1.56&r2=1.57
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v
19 retrieving revision 1.56
20 retrieving revision 1.57
21 diff -u -r1.56 -r1.57
22 --- ChangeLog 28 Mar 2008 09:52:15 -0000 1.56
23 +++ ChangeLog 29 Apr 2008 05:56:21 -0000 1.57
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Archive-Zip
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v 1.56 2008/03/28 09:52:15 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v 1.57 2008/04/29 05:56:21 yuval Exp $
29 +
30 +*Archive-Zip-1.23 (29 Apr 2008)
31 +
32 + 29 Apr 2008; Yuval Yaari <yuval@g.o> +Archive-Zip-1.23.ebuild:
33 + Version bump
34
35 28 Mar 2008; Jeroen Roovers <jer@g.o> Archive-Zip-1.20.ebuild:
36 Stable for HPPA too.
37
38
39
40 1.1 dev-perl/Archive-Zip/Archive-Zip-1.23.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.23.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.23.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Archive-Zip-1.23.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.23.ebuild,v 1.1 2008/04/29 05:56:21 yuval Exp $
50
51 inherit perl-module
52
53 DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files"
54 HOMEPAGE="http://search.cpan.org/~adamk/"
55 SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz"
56
57 LICENSE="Artistic"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
60 IUSE=""
61
62 DEPEND=">=dev-perl/Compress-Zlib-1.14
63 >=dev-perl/File-Which-0.05
64 >=virtual/perl-File-Spec-0.80
65 dev-lang/perl"
66
67 SRC_TEST="do"
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list