diff options
author | 2012-06-03 17:50:17 +0000 | |
---|---|---|
committer | 2012-06-03 17:50:17 +0000 | |
commit | ca5144476371ddf1f0a20e800caa5d6be7e0cfd8 (patch) | |
tree | 6308dec18a054dface0887a0073c6f6459c7008e /dev-perl/PDF-API2 | |
parent | ktoblzcheck bump (diff) | |
download | historical-ca5144476371ddf1f0a20e800caa5d6be7e0cfd8.tar.gz historical-ca5144476371ddf1f0a20e800caa5d6be7e0cfd8.tar.bz2 historical-ca5144476371ddf1f0a20e800caa5d6be7e0cfd8.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha109/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/PDF-API2')
-rw-r--r-- | dev-perl/PDF-API2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/PDF-API2/PDF-API2-0.57.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-perl/PDF-API2/ChangeLog b/dev-perl/PDF-API2/ChangeLog index 0bf50bf2a739..8740f23f1f3e 100644 --- a/dev-perl/PDF-API2/ChangeLog +++ b/dev-perl/PDF-API2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PDF-API2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.23 2012/04/26 11:02:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.24 2012/06/03 17:45:09 tove Exp $ + + 03 Jun 2012; Torsten Veller <tove@gentoo.org> -PDF-API2-0.57.ebuild: + Cleanup 26 Apr 2012; Agostino Sarubbo <ago@gentoo.org> PDF-API2-2.19.0.ebuild: Stable for amd64, wrt bug #413053 diff --git a/dev-perl/PDF-API2/PDF-API2-0.57.ebuild b/dev-perl/PDF-API2/PDF-API2-0.57.ebuild deleted file mode 100644 index fd5d00cdf2cc..000000000000 --- a/dev-perl/PDF-API2/PDF-API2-0.57.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 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.57.ebuild,v 1.4 2009/07/19 17:42:57 tove 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 ~x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="virtual/perl-IO-Compress - dev-lang/perl" |