summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:43:52 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:56:45 -0400
commit5c61b50fd9c31641598f0965a0ab4c1599c74015 (patch)
tree8c74ad08fa5aff860f7fe21b60fb01bba0badb24 /dev-perl/PDF-API2
parentdev-perl/Path-Tiny: Drop old versions (diff)
downloadgentoo-5c61b50fd9c31641598f0965a0ab4c1599c74015.tar.gz
gentoo-5c61b50fd9c31641598f0965a0ab4c1599c74015.tar.bz2
gentoo-5c61b50fd9c31641598f0965a0ab4c1599c74015.zip
dev-perl/PDF-API2: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/PDF-API2')
-rw-r--r--dev-perl/PDF-API2/Manifest2
-rw-r--r--dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild33
-rw-r--r--dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild33
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-perl/PDF-API2/Manifest b/dev-perl/PDF-API2/Manifest
index 52d535570a85..71774d5bb74f 100644
--- a/dev-perl/PDF-API2/Manifest
+++ b/dev-perl/PDF-API2/Manifest
@@ -1,3 +1 @@
-DIST PDF-API2-2.040.tar.gz 3564742 BLAKE2B 16a33cf2f4cc700fe28ae73b3e01f7215adf22949b5d71c70c08d256c11ce2d007ea3106f9ccf6d89686448996c1ad24edd1259ef621a3056ba1040bde876020 SHA512 4b60e50bfded7c58be5e086db245b59e6f4fa08a9aa52e52f2c67036c27f5411c05ddc3980349ffe30ee20af8ea4f67eb67ec84724fc408e69de5e6da9cebdfa
-DIST PDF-API2-2.042.tar.gz 3595280 BLAKE2B 128e0d3a6832d3cb0019ff6a6e2488c87e0993a6161c1fe2d57b9948ddd75da3421dc9d09db48b8871cb31c6d5f02480660f121d8135ea0873e6bb971c372aa0 SHA512 c55827056228320beaa8574a4b73f92a8dfa730f7874df7ac6ad9f2b4b017f29c84db8d7c41e71300b2252e7525ec3cc0111c787c88af0e463d52c762ced6ef0
DIST PDF-API2-2.044.tar.gz 3595900 BLAKE2B f1f73de9cdb0481f0536a8b9fce5a7101476c6ed5d1b7a26c90722452742e9289b6d40af0203062aaa7a85ce0379e8841568cb557deedc73dbc7d8f5cd6f6a1f SHA512 5d749676496d133164125275f1d35d84c6e3373cebf2b1515266473470a97cc1843f4dc8a494be0146c0c58486b535e7c27b4a034ae1b7ad19ecdb1e5c69e425
diff --git a/dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild
deleted file mode 100644
index 89341089f0d7..000000000000
--- a/dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=SSIMMS
-DIST_VERSION=2.040
-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"
-
-RDEPEND="
- >=virtual/perl-IO-Compress-1.0.0
- dev-perl/Font-TTF
-"
-
-BDEPEND="${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
-}
diff --git a/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild
deleted file mode 100644
index 973a714f9036..000000000000
--- a/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=SSIMMS
-DIST_VERSION=2.042
-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"
-
-RDEPEND="
- >=virtual/perl-IO-Compress-1.0.0
- dev-perl/Font-TTF
-"
-
-BDEPEND="${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
-}