commit: f4e8ef9f4377cb2156b52ddf5fc844ea79bada7b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 5 09:05:22 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 5 09:05:22 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f4e8ef9f
[cleanup] perl-core/Env remove old
Package-Manager: portage-2.2.10
---
perl-core/Env/Env-1.20.0.ebuild | 27 ---------------------------
perl-core/Env/Env-1.30.0.ebuild | 27 ---------------------------
2 files changed, 54 deletions(-)
diff --git a/perl-core/Env/Env-1.20.0.ebuild b/perl-core/Env/Env-1.20.0.ebuild
deleted file mode 100644
index 9914221..0000000
--- a/perl-core/Env/Env-1.20.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="3"
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="1.02"
-inherit perl-module
-
-DESCRIPTION="perl module that imports environment variables as scalars or
arrays"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
- $(comment Tie-Array)
-"
-DEPEND="
- ${COMMON_DEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.31
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/perl-core/Env/Env-1.30.0.ebuild b/perl-core/Env/Env-1.30.0.ebuild
deleted file mode 100644
index d40f309..0000000
--- a/perl-core/Env/Env-1.30.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=1.03
-inherit perl-module
-
-DESCRIPTION="perl module that imports environment variables as scalars or
arrays"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
- $(comment Tie-Array)
-"
-DEPEND="
- ${COMMON_DEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.31
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"