commit: 7a551dc686876609379366dd0a7878b06a7358ed
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 06:14:08 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 06:14:08 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7a551dc6
[cleanup] URI-Escape-XS: Remove old versions
Package-Manager: portage-2.2.17
dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild | 34 ----------------------
dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild | 34 ----------------------
2 files changed, 68 deletions(-)
diff --git a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild
b/dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild
deleted file mode 100644
index 845f5df..0000000
--- a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DANKOGAI
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION='Drop-In replacement for URI::Escape'
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild
b/dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild
deleted file mode 100644
index cdfba16..0000000
--- a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DANKOGAI
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION='Drop-In replacement for URI::Escape'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"