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/PDF-API2: ChangeLog PDF-API2-2.18.ebuild
Date: Thu, 24 Feb 2011 07:19:10
Message-Id: 20110224071901.2020720054@flycatcher.gentoo.org
1 tove 11/02/24 07:19:01
2
3 Modified: ChangeLog
4 Added: PDF-API2-2.18.ebuild
5 Log:
6 [bump] dev-perl/PDF-API2-2.18
7
8 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.20 dev-perl/PDF-API2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDF-API2/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDF-API2/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDF-API2/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 23 Feb 2011 07:25:40 -0000 1.19
24 +++ ChangeLog 24 Feb 2011 07:19:01 -0000 1.20
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/PDF-API2
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.19 2011/02/23 07:25:40 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.20 2011/02/24 07:19:01 tove Exp $
30 +
31 +*PDF-API2-2.18 (24 Feb 2011)
32 +
33 + 24 Feb 2011; Torsten Veller <tove@g.o> +PDF-API2-2.18.ebuild:
34 + Version bump
35
36 *PDF-API2-2.17 (23 Feb 2011)
37
38
39
40
41 1.1 dev-perl/PDF-API2/PDF-API2-2.18.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDF-API2/PDF-API2-2.18.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDF-API2/PDF-API2-2.18.ebuild?rev=1.1&content-type=text/plain
45
46 Index: PDF-API2-2.18.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/PDF-API2-2.18.ebuild,v 1.1 2011/02/24 07:19:01 tove Exp $
51
52 EAPI=3
53
54 MODULE_AUTHOR=SSIMMS
55 MODULE_VERSION=2.018
56 inherit perl-module
57
58 DESCRIPTION="Facilitates the creation and modification of PDF files"
59
60 LICENSE="LGPL-2.1"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
63 IUSE=""
64
65 RDEPEND="virtual/perl-IO-Compress
66 dev-perl/Font-TTF"
67 DEPEND="${RDEPEND}"
68
69 SRC_TEST="do"