* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Scope-Upper/
@ 2012-02-16 0:26 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16 0:26 UTC (permalink / raw
To: gentoo-commits
commit: 0321d0d48bec57097daaa499eaf29376a3a8d5ac
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 27 11:20:59 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 27 11:20:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0321d0d4
[newversion] Scope-Upper-0.150.0
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/Scope-Upper/ChangeLog | 6 +++
dev-perl/Scope-Upper/Scope-Upper-0.150.0.ebuild | 40 +++++++++++++++++++++++
2 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Scope-Upper/ChangeLog b/dev-perl/Scope-Upper/ChangeLog
index d6e5799..992e70a 100644
--- a/dev-perl/Scope-Upper/ChangeLog
+++ b/dev-perl/Scope-Upper/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Scope-Upper-0.150.0 (27 Aug 2011)
+
+ 27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+ +Scope-Upper-0.150.0.ebuild:
+ Version BumP
+
10 Mar 2011; Kent Fredric <kentfredric@gmail.com> -Scope-Upper-0.13.ebuild:
Gone on CPAN
diff --git a/dev-perl/Scope-Upper/Scope-Upper-0.150.0.ebuild b/dev-perl/Scope-Upper/Scope-Upper-0.150.0.ebuild
new file mode 100644
index 0000000..c52c503
--- /dev/null
+++ b/dev-perl/Scope-Upper/Scope-Upper-0.150.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=VPIT
+MODULE_VERSION=0.15
+inherit perl-module
+
+DESCRIPTION="Act on upper scopes"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { true;}
+RDEPEND="
+ $(comment Exporter)
+
+ $(comment XSLoader)
+ virtual/perl-XSLoader
+
+ $(comment base)
+"
+DEPEND="${RDEPEND}
+ $(comment configure)
+ $(comment Config)
+
+ $(comment ExtUtils::MakeMaker)
+ virtual/perl-ExtUtils-MakeMaker
+
+ $(comment build)
+ $(comment ExtUtils::MakeMaker)
+ virtual/perl-ExtUtils-MakeMaker
+
+ $(comment Test::More)
+ virtual/perl-Test-Simple
+"
+
+SRC_TEST=do
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Scope-Upper/
@ 2012-02-16 0:26 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16 0:26 UTC (permalink / raw
To: gentoo-commits
commit: f348a9bfb14ca209613206b9c081704d2ffc882f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Sep 25 07:18:22 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Sep 25 07:18:22 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f348a9bf
[newversion] Scope-Upper-0.160.0
(Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/Scope-Upper/ChangeLog | 6 +++
dev-perl/Scope-Upper/Scope-Upper-0.160.0.ebuild | 44 +++++++++++++++++++++++
2 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Scope-Upper/ChangeLog b/dev-perl/Scope-Upper/ChangeLog
index 992e70a..17fd4f1 100644
--- a/dev-perl/Scope-Upper/ChangeLog
+++ b/dev-perl/Scope-Upper/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Scope-Upper-0.160.0 (25 Sep 2011)
+
+ 25 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+ +Scope-Upper-0.160.0.ebuild:
+ Version Bump
+
*Scope-Upper-0.150.0 (27 Aug 2011)
27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Scope-Upper/Scope-Upper-0.160.0.ebuild b/dev-perl/Scope-Upper/Scope-Upper-0.160.0.ebuild
new file mode 100644
index 0000000..47df0e0
--- /dev/null
+++ b/dev-perl/Scope-Upper/Scope-Upper-0.160.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=VPIT
+MODULE_VERSION=0.16
+inherit perl-module
+
+DESCRIPTION="Act on upper scopes"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_eumm_configure() {
+ # perl 5.006
+
+ # strict
+
+ # warnings
+
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+ # Config
+}
+perl_eumm_prereq_pm() {
+ # Exporter
+
+ # XSLoader
+ echo virtual/perl-XSLoader
+ # base
+}
+perl_eumm_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+ # Test::More
+ echo virtual/perl-Test-Simple
+ # %PREREQ_PM
+ perl_eumm_prereq_pm
+}
+RDEPEND="$(perl_eumm_prereq_pm)"
+DEPEND="$(perl_eumm_configure) $(perl_eumm_build) $(perl_eumm_prereq_pm)"
+SRC_TEST=do
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-16 1:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 0:26 [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Scope-Upper/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-02-16 0:26 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox