summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2019-07-25 00:23:53 +1200
committerKent Fredric <kentnl@gentoo.org>2019-07-25 18:46:38 +1200
commitcfc0c2e3d5af102114371ea47e5e244002b2f649 (patch)
treeb61cf9c440dde842a7f947aba100174a245918f8 /dev-perl/CGI
parentdev-perl/BSON: Cleanup old versions (diff)
downloadgentoo-cfc0c2e3d5af102114371ea47e5e244002b2f649.tar.gz
gentoo-cfc0c2e3d5af102114371ea47e5e244002b2f649.tar.bz2
gentoo-cfc0c2e3d5af102114371ea47e5e244002b2f649.zip
dev-perl/CGI: Cleanup old versions
Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/CGI')
-rw-r--r--dev-perl/CGI/CGI-4.250.0.ebuild34
-rw-r--r--dev-perl/CGI/CGI-4.310.0.ebuild40
-rw-r--r--dev-perl/CGI/CGI-4.330.0.ebuild40
-rw-r--r--dev-perl/CGI/CGI-4.360.0.ebuild41
-rw-r--r--dev-perl/CGI/CGI-4.380.0.ebuild37
-rw-r--r--dev-perl/CGI/Manifest5
6 files changed, 0 insertions, 197 deletions
diff --git a/dev-perl/CGI/CGI-4.250.0.ebuild b/dev-perl/CGI/CGI-4.250.0.ebuild
deleted file mode 100644
index e0d26a4b29ae..000000000000
--- a/dev-perl/CGI/CGI-4.250.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=LEEJO
-DIST_VERSION=4.25
-inherit perl-module
-
-DESCRIPTION="Simple Common Gateway Interface Class"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Encode
- virtual/perl-Exporter
- >=virtual/perl-File-Spec-0.820.0
- virtual/perl-File-Temp
- >=dev-perl/HTML-Parser-3.690.0
- virtual/perl-if
- >=virtual/perl-parent-0.225.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=virtual/perl-Test-Simple-0.980.0
- dev-perl/Test-Deep
- dev-perl/Test-Warn
- dev-perl/Test-NoWarnings
- )
-"
diff --git a/dev-perl/CGI/CGI-4.310.0.ebuild b/dev-perl/CGI/CGI-4.310.0.ebuild
deleted file mode 100644
index 41b27a17b7c4..000000000000
--- a/dev-perl/CGI/CGI-4.310.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=LEEJO
-DIST_VERSION=4.31
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Simple Common Gateway Interface Class"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Encode
- virtual/perl-Exporter
- >=virtual/perl-File-Spec-0.820.0
- >=virtual/perl-File-Temp-0.170.0
- >=dev-perl/HTML-Parser-3.690.0
- virtual/perl-if
- >=virtual/perl-parent-0.225.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-IO
- >=virtual/perl-Test-Simple-0.980.0
- >=dev-perl/Test-Deep-0.110.0
- >=dev-perl/Test-Warn-0.300.0
- )
-"
-
-src_test() {
- perl_rm_files t/compiles_pod.t t/changes.t
- perl-module_src_test
-}
diff --git a/dev-perl/CGI/CGI-4.330.0.ebuild b/dev-perl/CGI/CGI-4.330.0.ebuild
deleted file mode 100644
index 710c0e39f1d0..000000000000
--- a/dev-perl/CGI/CGI-4.330.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=LEEJO
-DIST_VERSION=4.33
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Simple Common Gateway Interface Class"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Encode
- virtual/perl-Exporter
- >=virtual/perl-File-Spec-0.820.0
- >=virtual/perl-File-Temp-0.170.0
- >=dev-perl/HTML-Parser-3.690.0
- virtual/perl-if
- >=virtual/perl-parent-0.225.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-IO
- >=virtual/perl-Test-Simple-0.980.0
- >=dev-perl/Test-Deep-0.110.0
- >=dev-perl/Test-Warn-0.300.0
- )
-"
-
-src_test() {
- perl_rm_files t/compiles_pod.t t/changes.t
- perl-module_src_test
-}
diff --git a/dev-perl/CGI/CGI-4.360.0.ebuild b/dev-perl/CGI/CGI-4.360.0.ebuild
deleted file mode 100644
index 01fc2a62038a..000000000000
--- a/dev-perl/CGI/CGI-4.360.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=LEEJO
-DIST_VERSION=4.36
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Simple Common Gateway Interface Class"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Encode
- virtual/perl-Exporter
- >=virtual/perl-File-Spec-0.820.0
- >=virtual/perl-File-Temp-0.170.0
- >=dev-perl/HTML-Parser-3.690.0
- virtual/perl-if
- >=virtual/perl-parent-0.225.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-IO
- >=dev-perl/Test-Deep-0.110.0
- dev-perl/Test-NoWarnings
- >=virtual/perl-Test-Simple-0.980.0
- >=dev-perl/Test-Warn-0.300.0
- )
-"
-
-src_test() {
- perl_rm_files t/compiles_pod.t t/changes.t
- perl-module_src_test
-}
diff --git a/dev-perl/CGI/CGI-4.380.0.ebuild b/dev-perl/CGI/CGI-4.380.0.ebuild
deleted file mode 100644
index fafd5765e7b9..000000000000
--- a/dev-perl/CGI/CGI-4.380.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=LEEJO
-DIST_VERSION=4.38
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Simple Common Gateway Interface Class"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Encode
- virtual/perl-Exporter
- >=virtual/perl-File-Spec-0.820.0
- >=virtual/perl-File-Temp-0.170.0
- >=dev-perl/HTML-Parser-3.690.0
- virtual/perl-if
- >=virtual/perl-parent-0.225.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-IO
- >=dev-perl/Test-Deep-0.110.0
- dev-perl/Test-NoWarnings
- >=virtual/perl-Test-Simple-0.980.0
- >=dev-perl/Test-Warn-0.300.0
- )
-"
-PERL_RM_FILES=( "t/compiles_pod.t" "t/changes.t" )
diff --git a/dev-perl/CGI/Manifest b/dev-perl/CGI/Manifest
index 1d47ff0338c3..f24bf2f9b0ef 100644
--- a/dev-perl/CGI/Manifest
+++ b/dev-perl/CGI/Manifest
@@ -1,7 +1,2 @@
DIST CGI-4.22.tar.gz 194314 BLAKE2B 70f5746e1143103bf623d1e971637531e13dc1b8fd95ff95c849e1b7dea179cb56e5bfc068f29b4904e6446646a8e495ca41d5960b5df0287edf7deb31cc15df SHA512 becd37e56ca3fe8a6ab6069d99ddc65838d4aa00b57b6e30a5e2bcf73e84dff9a3f5f2841549f6627fe29d46607254197f3a03f308dc5fb6add3ece60719871d
-DIST CGI-4.25.tar.gz 194815 BLAKE2B eb790eb963b74ff9432c656b289eaefd1e481c61718f8941b9b30c8e55f7638bceb1db3f3052bdd421ef1e9d851ac403094c9997023323147df58d63965e3b1c SHA512 2f9befda944867d751a100024732de71073a47c2e63fdbbf86291422258da47adfe9677b7c39451958cf6e936a015c1b9c7f8338563f2548b7446128f9cb6b8b
-DIST CGI-4.31.tar.gz 197018 BLAKE2B e3715bc1bf1f6542a5ab5c55f84a1f8d7d1a195b03642fedf67144d7b1e9700988f3032357106923203a739bdc1412b4aada91928d1441b13369abbf139e1a57 SHA512 a3fc6a88bed4b86f5763c07ec0961d2b06754e0a2bc9112e87b12025975618d97f626895c7d8b3a2f85a2ba5adcf99a132801a52d54652cd09ae3f053457c411
-DIST CGI-4.33.tar.gz 197445 BLAKE2B 0ccbc6ec4df5c1dfe0fd06dbbb972097419a770cc9ed30c98604cb1c0bbfdd695b98d755b21b065611a222f381cb1fbc49af1cbeb4d5a93aa3e4c4ed4d80d301 SHA512 1303f0fc093e0a3a36b840799ea3054d850bb6fec09f127f7667c6d78f74979fe43a9868ee5652bdc96a745747cc9eb226a28b0aece9031fd71d5781c2c76c53
-DIST CGI-4.36.tar.gz 199026 BLAKE2B 81bcc625ad2f19c02eb22b1c35628e74c11e10bd0396bbeaa163ac55acce99cfb74a117d051ac30b8021bdc56e6dacbaa548b4a373aaca5dbc05577bbbd79387 SHA512 1fc1c2647be90ac7c75fe29c590c438993baa4b29bf7d6d0b24a7e998955aae86f31c5849eb871be6399e783e166d54f6146723dfc20dd757860e85f7836fb1c
-DIST CGI-4.38.tar.gz 199241 BLAKE2B c34ea29f3ecfca484e3ad21e82041500d09c5ef41d11fd062cb53c8bf75642cf6a424ab8b570b243f227bd1bda47b2b54e35da3adb994d076915a0a02aaacd52 SHA512 c035a24b228105786828a4c9ae9c6aab9f22e311dc73871dc25497c5b4b84e77b096e570059a9d7cadc2916bfba582d5c093b6f029ccf0d826870629e36be04e
DIST CGI-4.40.tar.gz 200642 BLAKE2B a3b751ee9daec925654e9781bee03842c43730690b835fde5dea421607670a386f3bea5f60d36bd629206417de35bab1b46e51a13d57a9b6feeedd6cec9fa2eb SHA512 317cc410d8cc630067759cc05b8643e0c3fe4e55307c437176892a625b88d46443c3e0ff4361e066c54f95c3573e5fa8c21e23069071fa0dc74fc2d93dca13c1