diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-05-12 14:33:46 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-05-12 14:33:46 +0000 |
commit | 8ff48dbc4cff1211ab2ee41240f976101e59541a (patch) | |
tree | 33a7233e24001449b37309edf258fa68bf8ad550 /dev-perl/PDF-API2 | |
parent | Fix require_php_sapi_from usage wrt apache1. (diff) | |
download | gentoo-2-8ff48dbc4cff1211ab2ee41240f976101e59541a.tar.gz gentoo-2-8ff48dbc4cff1211ab2ee41240f976101e59541a.tar.bz2 gentoo-2-8ff48dbc4cff1211ab2ee41240f976101e59541a.zip |
Version bump
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-perl/PDF-API2')
-rw-r--r-- | dev-perl/PDF-API2/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/PDF-API2/PDF-API2-0.61.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/PDF-API2/files/digest-PDF-API2-0.61 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/PDF-API2/ChangeLog b/dev-perl/PDF-API2/ChangeLog index 6f92a1ca68f9..159d99a607f6 100644 --- a/dev-perl/PDF-API2/ChangeLog +++ b/dev-perl/PDF-API2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/PDF-API2 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.10 2007/05/01 11:48:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.11 2007/05/12 14:33:46 mcummings Exp $ + +*PDF-API2-0.61 (12 May 2007) + + 12 May 2007; Michael Cummings <mcummings@gentoo.org> + +PDF-API2-0.61.ebuild: + Version bump 01 May 2007; Markus Rothe <corsair@gentoo.org> PDF-API2-0.59.002.ebuild: Added ~ppc64 diff --git a/dev-perl/PDF-API2/PDF-API2-0.61.ebuild b/dev-perl/PDF-API2/PDF-API2-0.61.ebuild new file mode 100644 index 000000000000..3f3c9bac0d75 --- /dev/null +++ b/dev-perl/PDF-API2/PDF-API2-0.61.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/PDF-API2-0.61.ebuild,v 1.1 2007/05/12 14:33:46 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A Perl Module Chain to faciliate the Creation and Modification of High-Quality \"Portable Document Format (aka. PDF)\" Files" +SRC_URI="mirror://cpan/authors/id/A/AR/AREIBENS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~areibens/" + +SLOT="0" +LICENSE="|| ( Artistic LGPL-2 )" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-perl/Compress-Zlib + dev-lang/perl" diff --git a/dev-perl/PDF-API2/files/digest-PDF-API2-0.61 b/dev-perl/PDF-API2/files/digest-PDF-API2-0.61 new file mode 100644 index 000000000000..a11e6a2265ca --- /dev/null +++ b/dev-perl/PDF-API2/files/digest-PDF-API2-0.61 @@ -0,0 +1,3 @@ +MD5 b8c89bdb1754bcf5e435ff4e7b48dd2a PDF-API2-0.61.tar.gz 7120930 +RMD160 89c17d4894d11f36e89074a231e20a61fc2d5a6e PDF-API2-0.61.tar.gz 7120930 +SHA256 dce5627f304a4cf4dcf224e7912f9c9c67825bfcb6d06523e16f60777ab9a340 PDF-API2-0.61.tar.gz 7120930 |