diff options
author | 2011-02-23 07:25:40 +0000 | |
---|---|---|
committer | 2011-02-23 07:25:40 +0000 | |
commit | 7aad5e49e38809a612e99031437dabdb3d9009ca (patch) | |
tree | f688dddda41cbb7741f03f6b331b68d3603623b3 /dev-perl/PDF-API2 | |
parent | [bump] dev-perl/Net-Daemon-0.460 (diff) | |
download | gentoo-2-7aad5e49e38809a612e99031437dabdb3d9009ca.tar.gz gentoo-2-7aad5e49e38809a612e99031437dabdb3d9009ca.tar.bz2 gentoo-2-7aad5e49e38809a612e99031437dabdb3d9009ca.zip |
[bump] dev-perl/PDF-API2-2.17
(Portage version: 2.2.0_alpha24/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.17.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/PDF-API2/ChangeLog b/dev-perl/PDF-API2/ChangeLog index 0f9e2bc8993f..2a79da1e1193 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.18 2011/01/25 12:19:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.19 2011/02/23 07:25:40 tove Exp $ + +*PDF-API2-2.17 (23 Feb 2011) + + 23 Feb 2011; Torsten Veller <tove@gentoo.org> +PDF-API2-2.17.ebuild: + Version bump *PDF-API2-2.16 (25 Jan 2011) diff --git a/dev-perl/PDF-API2/PDF-API2-2.17.ebuild b/dev-perl/PDF-API2/PDF-API2-2.17.ebuild new file mode 100644 index 000000000000..85eb8f27447c --- /dev/null +++ b/dev-perl/PDF-API2/PDF-API2-2.17.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.17.ebuild,v 1.1 2011/02/23 07:25:40 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=SSIMMS +MODULE_VERSION=2.017 +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" |