summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-25 02:12:14 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-25 02:34:30 +0100
commit88df1526bd60d62a443475ef583d5ed03c1f8e70 (patch)
treed39f9834bcc683c203ec95b15f11d80debb42714 /dev-perl
parentdev-python/scipy: use pytest (again) (diff)
downloadgentoo-88df1526bd60d62a443475ef583d5ed03c1f8e70.tar.gz
gentoo-88df1526bd60d62a443475ef583d5ed03c1f8e70.tar.bz2
gentoo-88df1526bd60d62a443475ef583d5ed03c1f8e70.zip
dev-perl/PDF-API2: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/PDF-API2/Manifest1
-rw-r--r--dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-perl/PDF-API2/Manifest b/dev-perl/PDF-API2/Manifest
index d6e597ca77d1..ad06fa078ccb 100644
--- a/dev-perl/PDF-API2/Manifest
+++ b/dev-perl/PDF-API2/Manifest
@@ -1,2 +1 @@
-DIST PDF-API2-2.033.tar.gz 3533753 BLAKE2B 4a99cb7e01b69e07f8d3f3968f8a1d8e388707dc35e034cb862a3d587d91b5701acf724842b55c6bc010754103ceee3f90e8ce625ff1d7ee850f0bb63720ff03 SHA512 8579114492c8b8fcd8ad7b837e8dea1f7157803b2519883308696f78ce1597688bf5f3b06d13971b5a8302eb03636557de3a7092b8386a6e177748c4b3748ea5
DIST PDF-API2-2.040.tar.gz 3564742 BLAKE2B 16a33cf2f4cc700fe28ae73b3e01f7215adf22949b5d71c70c08d256c11ce2d007ea3106f9ccf6d89686448996c1ad24edd1259ef621a3056ba1040bde876020 SHA512 4b60e50bfded7c58be5e086db245b59e6f4fa08a9aa52e52f2c67036c27f5411c05ddc3980349ffe30ee20af8ea4f67eb67ec84724fc408e69de5e6da9cebdfa
diff --git a/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild
deleted file mode 100644
index a78487156557..000000000000
--- a/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SSIMMS
-DIST_VERSION=2.033
-DIST_EXAMPLES=( "contrib/*" )
-inherit perl-module
-
-DESCRIPTION="Facilitates the creation and modification of PDF files"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=virtual/perl-IO-Compress-1.0.0
- dev-perl/Font-TTF"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- dev-perl/Test-Exception
- dev-perl/Test-Memory-Cycle
- )
-"
-src_test() {
- perl_rm_files t/author-*.t
- perl-module_src_test
-}