diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-11 06:52:35 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-11 06:52:35 +0000 |
commit | 0b2e12c58f90d14068904603a7655a8d31e41825 (patch) | |
tree | 5ba18b2dd7a695956abab30189876536f5d94e1e /dev-perl/PDF-API2 | |
parent | [bump] dev-perl/HTTP-BrowserDetect-1.220.0 (diff) | |
download | gentoo-2-0b2e12c58f90d14068904603a7655a8d31e41825.tar.gz gentoo-2-0b2e12c58f90d14068904603a7655a8d31e41825.tar.bz2 gentoo-2-0b2e12c58f90d14068904603a7655a8d31e41825.zip |
[bump] dev-perl/PDF-API2-2.19.0
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/PDF-API2')
-rw-r--r-- | dev-perl/PDF-API2/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/PDF-API2/PDF-API2-2.19.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/PDF-API2/ChangeLog b/dev-perl/PDF-API2/ChangeLog index ba4a69d245d0..cdd095c05c89 100644 --- a/dev-perl/PDF-API2/ChangeLog +++ b/dev-perl/PDF-API2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/PDF-API2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.20 2011/02/24 07:19:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.21 2011/03/11 06:52:35 tove Exp $ + +*PDF-API2-2.19.0 (11 Mar 2011) + + 11 Mar 2011; Torsten Veller <tove@gentoo.org> +PDF-API2-2.19.0.ebuild: + Version bump *PDF-API2-2.18 (24 Feb 2011) diff --git a/dev-perl/PDF-API2/PDF-API2-2.19.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.19.0.ebuild new file mode 100644 index 000000000000..5bc14b5c9e4f --- /dev/null +++ b/dev-perl/PDF-API2/PDF-API2-2.19.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/PDF-API2-2.19.0.ebuild,v 1.1 2011/03/11 06:52:35 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=SSIMMS +MODULE_VERSION=2.019 +inherit perl-module + +DESCRIPTION="Facilitates the creation and modification of PDF files" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND="virtual/perl-IO-Compress + dev-perl/Font-TTF" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |