* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Env/
@ 2011-03-12 2:12 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-03-12 2:12 UTC (permalink / raw
To: gentoo-commits
commit: 76d9e8202b611e98c3f59fd4835f0e916f64acea
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 20:17:09 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar 11 20:17:09 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=76d9e820
[added] perl-core/Env
(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
perl-core/Env/ChangeLog | 10 ++++++++++
perl-core/Env/Env-1.20.0.ebuild | 27 +++++++++++++++++++++++++++
perl-core/Env/metadata.xml | 9 +++++++++
3 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/perl-core/Env/ChangeLog b/perl-core/Env/ChangeLog
new file mode 100644
index 0000000..cd2ac41
--- /dev/null
+++ b/perl-core/Env/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for perl-core/Env
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Env-1.20.0 (11 Mar 2011)
+
+ 11 Mar 2011; Kent Fredric <kentfredric@gmail.com> +Env-1.20.0.ebuild,
+ +metadata.xml:
+ Added: reported outdated by cpan-outdated
+
diff --git a/perl-core/Env/Env-1.20.0.ebuild b/perl-core/Env/Env-1.20.0.ebuild
new file mode 100644
index 0000000..9914221
--- /dev/null
+++ b/perl-core/Env/Env-1.20.0.ebuild
@@ -0,0 +1,27 @@
+# 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/metadata.xml b/perl-core/Env/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/perl-core/Env/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Env/
@ 2011-07-16 22:59 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-07-16 22:59 UTC (permalink / raw
To: gentoo-commits
commit: ec7a29679ad19a869eb0732701e25c723c72e641
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 22:51:37 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 22:51:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ec7a2967
[newversion] Env-1.30.0
(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
perl-core/Env/ChangeLog | 5 +++++
perl-core/Env/Env-1.30.0.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/perl-core/Env/ChangeLog b/perl-core/Env/ChangeLog
index cd2ac41..e538f0c 100644
--- a/perl-core/Env/ChangeLog
+++ b/perl-core/Env/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Env-1.30.0 (16 Jul 2011)
+
+ 16 Jul 2011; Kent Fredric <kentfredric@gmail.com> +Env-1.30.0.ebuild:
+ Version Bump
+
*Env-1.20.0 (11 Mar 2011)
11 Mar 2011; Kent Fredric <kentfredric@gmail.com> +Env-1.20.0.ebuild,
diff --git a/perl-core/Env/Env-1.30.0.ebuild b/perl-core/Env/Env-1.30.0.ebuild
new file mode 100644
index 0000000..d40f309
--- /dev/null
+++ b/perl-core/Env/Env-1.30.0.ebuild
@@ -0,0 +1,27 @@
+# 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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Env/
@ 2013-05-01 22:23 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2013-05-01 22:23 UTC (permalink / raw
To: gentoo-commits
commit: f933fcb6d05ae5a25064bbc44b3dcd8826ea7ffa
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed May 1 00:37:30 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed May 1 00:37:30 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f933fcb6
[newversion] perl-core/Env-1.40.0
Package-Manager: portage-2.2.0_alpha173
Manifest-Sign-Key: ECD2C675C102CDA4
---
perl-core/Env/ChangeLog | 7 ++++++-
perl-core/Env/Env-1.40.0.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 1 deletions(-)
diff --git a/perl-core/Env/ChangeLog b/perl-core/Env/ChangeLog
index e538f0c..bd0a1e4 100644
--- a/perl-core/Env/ChangeLog
+++ b/perl-core/Env/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for perl-core/Env
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Env-1.40.0 (01 May 2013)
+
+ 01 May 2013; Kent Fredric <kentfredric@gmail.com> +Env-1.40.0.ebuild:
+ Version Bump
+
*Env-1.30.0 (16 Jul 2011)
16 Jul 2011; Kent Fredric <kentfredric@gmail.com> +Env-1.30.0.ebuild:
diff --git a/perl-core/Env/Env-1.40.0.ebuild b/perl-core/Env/Env-1.40.0.ebuild
new file mode 100644
index 0000000..888b856
--- /dev/null
+++ b/perl-core/Env/Env-1.40.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Env/
@ 2014-10-05 9:41 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-10-05 9:41 UTC (permalink / raw
To: gentoo-commits
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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Env/
@ 2017-09-17 3:43 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-09-17 3:43 UTC (permalink / raw
To: gentoo-commits
commit: d6db4c6586ab5db3b5141ff2266a5380df33e585
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 03:41:47 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 03:41:47 2017 +0000
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..000000000
--- 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..000000000
--- a/perl-core/Env/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <maintainer type="person">
- <email>kentfredric@gmail.com</email>
- <name>Kent Fredric</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Env</remote-id>
- <remote-id type="cpan-module">Env</remote-id>
- <remote-id type="cpan-module">Env::Array</remote-id>
- <remote-id type="cpan-module">Env::Array::VMS</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-09-17 3:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-16 22:59 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Env/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2017-09-17 3:43 Kent Fredric
2014-10-05 9:41 Kent Fredric
2013-05-01 22:23 Kent Fredric
2011-03-12 2:12 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox