[gentoo-commits] proj/perl-overlay:master commit in: perl-core/Env/

2017-09-16 Thread Kent Fredric
commit: d6db4c6586ab5db3b5141ff2266a5380df33e585
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Sep 17 03:41:47 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Sep 17 03:41:47 2017 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d6db4c65

perl-core/Env: Nuke, no virtuals

 perl-core/Env/Env-1.40.0.ebuild | 28 
 perl-core/Env/metadata.xml  | 18 --
 2 files changed, 46 deletions(-)

diff --git a/perl-core/Env/Env-1.40.0.ebuild b/perl-core/Env/Env-1.40.0.ebuild
deleted file mode 100644
index b5fe15332..0
--- a/perl-core/Env/Env-1.40.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=1.04
-inherit perl-module
-
-DESCRIPTION='perl module that imports environment variables as scalars or 
arrays'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-   echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-   # Tie::Array
-   echo dev-lang/perl
-}
-DEPEND="
-   $(perl_meta_configure)
-   $(perl_meta_runtime)
-"
-RDEPEND="
-   $(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/perl-core/Env/metadata.xml b/perl-core/Env/metadata.xml
deleted file mode 100644
index d0930c280..0
--- a/perl-core/Env/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   p...@gentoo.org
-   Gentoo Perl Project
-   
-   
-   kentfred...@gmail.com
-   Kent Fredric
-   
-   
-   Env
-   Env
-   Env::Array
-   Env::Array::VMS
-   
-



[gentoo-commits] proj/perl-overlay:master commit in: perl-core/Env/

2014-10-05 Thread Kent Fredric
commit: f4e8ef9f4377cb2156b52ddf5fc844ea79bada7b
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sun Oct  5 09:05:22 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sun Oct  5 09:05:22 2014 +
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..000
--- 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..000
--- 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