diff options
author | 2009-09-07 08:40:25 +0000 | |
---|---|---|
committer | 2009-09-07 08:40:25 +0000 | |
commit | e030f099e27bbf40d3f133ae9e07e2bace828c0a (patch) | |
tree | 82894db27fdfc630c410036b3581e3fa6457853a /dev-perl/PDF-API2 | |
parent | Cleanup (diff) | |
download | gentoo-2-e030f099e27bbf40d3f133ae9e07e2bace828c0a.tar.gz gentoo-2-e030f099e27bbf40d3f133ae9e07e2bace828c0a.tar.bz2 gentoo-2-e030f099e27bbf40d3f133ae9e07e2bace828c0a.zip |
Cleanup
(Portage version: 2.2_rc40/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.65.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-perl/PDF-API2/ChangeLog b/dev-perl/PDF-API2/ChangeLog index 0684e8e7be96..31d746427873 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.16 2009/08/25 19:06:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.17 2009/09/07 08:40:25 tove Exp $ + + 07 Sep 2009; Torsten Veller <tove@gentoo.org> -PDF-API2-0.65.ebuild: + Cleanup *PDF-API2-0.73 (25 Aug 2009) diff --git a/dev-perl/PDF-API2/PDF-API2-0.65.ebuild b/dev-perl/PDF-API2/PDF-API2-0.65.ebuild deleted file mode 100644 index b54f7de8dcd2..000000000000 --- a/dev-perl/PDF-API2/PDF-API2-0.65.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.65.ebuild,v 1.3 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 ~ppc64 ~x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="virtual/perl-IO-Compress - dev-lang/perl" |