Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/PDF-API2: ChangeLog PDF-API2-0.73.ebuild
Date: Fri, 28 Aug 2009 20:16:02
Message-Id: E1Mg1M1-0005Qu-Br@stork.gentoo.org
1 robbat2 09/08/25 19:06:49
2
3 Modified: ChangeLog
4 Added: PDF-API2-0.73.ebuild
5 Log:
6 Version bump via perl-bump experimental tool.
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.16 dev-perl/PDF-API2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDF-API2/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDF-API2/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDF-API2/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -p -w -b -B -u -u -r1.15 -r1.16
22 --- ChangeLog 19 Jul 2009 17:42:57 -0000 1.15
23 +++ ChangeLog 25 Aug 2009 19:06:49 -0000 1.16
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/PDF-API2
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.15 2009/07/19 17:42:57 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.16 2009/08/25 19:06:49 robbat2 Exp $
29 +
30 +*PDF-API2-0.73 (25 Aug 2009)
31 +
32 + 25 Aug 2009; Robin H. Johnson <robbat2@g.o> +PDF-API2-0.73.ebuild:
33 + Version bump via perl-bump experimental tool.
34
35 19 Jul 2009; Torsten Veller <tove@g.o> PDF-API2-0.57.ebuild,
36 PDF-API2-0.65.ebuild:
37
38
39
40 1.1 dev-perl/PDF-API2/PDF-API2-0.73.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDF-API2/PDF-API2-0.73.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDF-API2/PDF-API2-0.73.ebuild?rev=1.1&content-type=text/plain
44
45 Index: PDF-API2-0.73.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/PDF-API2-0.73.ebuild,v 1.1 2009/08/25 19:06:49 robbat2 Exp $
50
51 inherit perl-module
52
53 DESCRIPTION="A Perl Module Chain to faciliate the Creation and Modification of High-Quality \"Portable Document Format (aka. PDF)\" Files"
54 SRC_URI="mirror://cpan/authors/id/A/AR/AREIBENS/${P}.tar.gz"
55 HOMEPAGE="http://search.cpan.org/~areibens/"
56
57 SLOT="0"
58 LICENSE="|| ( Artistic LGPL-2 )"
59 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
60 IUSE=""
61
62 SRC_TEST="do"
63
64 DEPEND="virtual/perl-IO-Compress
65 dev-lang/perl"