summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-04-02 10:57:25 +0000
committerTorsten Veller <tove@gentoo.org>2011-04-02 10:57:25 +0000
commitc460dadaf35690aaf0c0d0160f5e7c62578a6b4a (patch)
tree46b9d4b61d413594c0dba49d26e681d2b8d5bdbb /dev-perl
parentCleanup (diff)
downloadgentoo-2-c460dadaf35690aaf0c0d0160f5e7c62578a6b4a.tar.gz
gentoo-2-c460dadaf35690aaf0c0d0160f5e7c62578a6b4a.tar.bz2
gentoo-2-c460dadaf35690aaf0c0d0160f5e7c62578a6b4a.zip
Cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/PDF-API2/ChangeLog6
-rw-r--r--dev-perl/PDF-API2/PDF-API2-0.73.ebuild19
-rw-r--r--dev-perl/PDF-API2/PDF-API2-2.16.ebuild36
-rw-r--r--dev-perl/PDF-API2/PDF-API2-2.17.ebuild22
-rw-r--r--dev-perl/PDF-API2/PDF-API2-2.18.ebuild22
5 files changed, 5 insertions, 100 deletions
diff --git a/dev-perl/PDF-API2/ChangeLog b/dev-perl/PDF-API2/ChangeLog
index cdd095c05c89..915c48a2078c 100644
--- a/dev-perl/PDF-API2/ChangeLog
+++ b/dev-perl/PDF-API2/ChangeLog
@@ -1,6 +1,10 @@
# 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.21 2011/03/11 06:52:35 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.22 2011/04/02 10:57:25 tove Exp $
+
+ 02 Apr 2011; Torsten Veller <tove@gentoo.org> -PDF-API2-0.73.ebuild,
+ -PDF-API2-2.16.ebuild, -PDF-API2-2.17.ebuild, -PDF-API2-2.18.ebuild:
+ Cleanup
*PDF-API2-2.19.0 (11 Mar 2011)
diff --git a/dev-perl/PDF-API2/PDF-API2-0.73.ebuild b/dev-perl/PDF-API2/PDF-API2-0.73.ebuild
deleted file mode 100644
index 10e006bfd4b4..000000000000
--- a/dev-perl/PDF-API2/PDF-API2-0.73.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.73.ebuild,v 1.1 2009/08/25 19:06:49 robbat2 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"
diff --git a/dev-perl/PDF-API2/PDF-API2-2.16.ebuild b/dev-perl/PDF-API2/PDF-API2-2.16.ebuild
deleted file mode 100644
index 0bd5c10fdadf..000000000000
--- a/dev-perl/PDF-API2/PDF-API2-2.16.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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.16.ebuild,v 1.1 2011/01/25 12:19:20 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=SSIMMS
-MODULE_VERSION=2.016
-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
- media-fonts/dejavu"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
-
-src_install() {
- perl-module_src_install
- rm -rf "${D}/${VENDOR_LIB}/PDF/API2/fonts" || die
- ln -s /usr/share/fonts/dejavu "${D}/${VENDOR_LIB}/PDF/API2/fonts" || die
-}
-
-pkg_postinst() {
- if [[ ! -h ${ROOT}${VENDOR_LIB}/PDF/API2/fonts ]] ; then
- einfo "Creating symlink ${ROOT}${VENDOR_LIB}/PDF/API2/fonts"
- ln -s /usr/share/fonts/dejavu "${ROOT}${VENDOR_LIB}/PDF/API2/fonts"
- fi
-}
diff --git a/dev-perl/PDF-API2/PDF-API2-2.17.ebuild b/dev-perl/PDF-API2/PDF-API2-2.17.ebuild
deleted file mode 100644
index 85eb8f27447c..000000000000
--- a/dev-perl/PDF-API2/PDF-API2-2.17.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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"
diff --git a/dev-perl/PDF-API2/PDF-API2-2.18.ebuild b/dev-perl/PDF-API2/PDF-API2-2.18.ebuild
deleted file mode 100644
index 26351b44fe2c..000000000000
--- a/dev-perl/PDF-API2/PDF-API2-2.18.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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"