diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-24 07:19:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-24 07:19:01 +0000 |
commit | 2f1e62a838b65bb7b36d81bc6a0bce9f3fb4803a (patch) | |
tree | c2e1ca662b277914ebc391715874510fca77097c /dev-perl/PDF-API2 | |
parent | [bump] dev-perl/IO-Multiplex-1.120 (diff) | |
download | gentoo-2-2f1e62a838b65bb7b36d81bc6a0bce9f3fb4803a.tar.gz gentoo-2-2f1e62a838b65bb7b36d81bc6a0bce9f3fb4803a.tar.bz2 gentoo-2-2f1e62a838b65bb7b36d81bc6a0bce9f3fb4803a.zip |
[bump] dev-perl/PDF-API2-2.18
(Portage version: 2.2.0_alpha25/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.18.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/PDF-API2/ChangeLog b/dev-perl/PDF-API2/ChangeLog index 2a79da1e1193..ba4a69d245d0 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.19 2011/02/23 07:25:40 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.20 2011/02/24 07:19:01 tove Exp $ + +*PDF-API2-2.18 (24 Feb 2011) + + 24 Feb 2011; Torsten Veller <tove@gentoo.org> +PDF-API2-2.18.ebuild: + Version bump *PDF-API2-2.17 (23 Feb 2011) diff --git a/dev-perl/PDF-API2/PDF-API2-2.18.ebuild b/dev-perl/PDF-API2/PDF-API2-2.18.ebuild new file mode 100644 index 000000000000..26351b44fe2c --- /dev/null +++ b/dev-perl/PDF-API2/PDF-API2-2.18.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.18.ebuild,v 1.1 2011/02/24 07:19:01 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=SSIMMS +MODULE_VERSION=2.018 +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" |