* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/
@ 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: 0dae80769e314e52dcdc7e19a35340cd5abd3ae7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Sep 21 12:08:15 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Sep 22 07:26:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0dae8076
[newversion] B-Hooks-OP-Check-EntersubForCV-0.70.0
(Portage version: 2.2.0_alpha57/git/Linux x86_64, unsigned Manifest commit)
---
.../B-Hooks-OP-Check-EntersubForCV-0.70.0.ebuild | 55 ++++++++++++++++++++
dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog | 6 ++
2 files changed, 61 insertions(+), 0 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.70.0.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.70.0.ebuild
new file mode 100644
index 0000000..12a5a0c
--- /dev/null
+++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.70.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_VERSION=0.07
+MODULE_AUTHOR=ZEFRAM
+inherit perl-module
+
+DESCRIPTION="Invoke callbacks on construction of entersub OPs for certain CVs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true; }
+COMMON_DEPEND="
+ $(comment --require)
+ $(comment parent)
+ virtual/perl-parent
+
+ $(comment Scalar::Util)
+ virtual/perl-Scalar-List-Utils
+
+ $(comment B::Utils)
+ dev-perl/B-Utils
+
+ $(comment B::Hooks::OP::Check 0.19)
+ >=dev-perl/B-Hooks-OP-Check-0.190.0
+"
+DEPEND="
+ ${COMMON_DEPEND}
+
+ $(comment --build)
+ $(comment B::Utils)
+ dev-perl/B-Utils
+
+ $(comment B::Hooks::OP::Check 0.19)
+ >=dev-perl/B-Hooks-OP-Check-0.190.0
+
+ $(comment --configure)
+
+ $(comment B::Utils)
+ dev-perl/B-Utils
+
+ $(comment ExtUtils::Depends)
+ dev-perl/extutils-depends
+
+ $(comment B::Hooks::OP::Check 0.19)
+ >=dev-perl/B-Hooks-OP-Check-0.190.0
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog b/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
index 266f9b8..871fb59 100644
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
+++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*B-Hooks-OP-Check-EntersubForCV-0.70.0 (21 Sep 2011)
+
+ 21 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+ +B-Hooks-OP-Check-EntersubForCV-0.70.0.ebuild:
+ Version Bump
+
*B-Hooks-OP-Check-EntersubForCV-0.60.0 (12 Apr 2011)
*B-Hooks-OP-Check-EntersubForCV-0.50.0 (12 Apr 2011)
*B-Hooks-OP-Check-EntersubForCV-0.40.0 (12 Apr 2011)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/
@ 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: 5bca23fb56410bd14d9583797fa022ad10459bb5
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Oct 24 22:45:45 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Oct 24 22:45:45 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5bca23fb
[newversion] ZEFRAM/B-Hooks-OP-Check-EntersubForCV-0.08 0.80.0
- Explicitly export XS API symbols
(Portage version: 2.2.0_alpha70/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../B-Hooks-OP-Check-EntersubForCV-0.80.0.ebuild | 47 ++++++++++++++++++++
dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog | 12 +++++
2 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.80.0.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.80.0.ebuild
new file mode 100644
index 0000000..f479083
--- /dev/null
+++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.80.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_VERSION=0.08
+MODULE_AUTHOR=ZEFRAM
+inherit perl-module
+
+DESCRIPTION="Invoke callbacks on construction of entersub OPs for certain CVs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+meta_runtime_dep() {
+ # parent
+ echo virtual/perl-parent
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # B::Utils
+ echo dev-perl/B-Utils
+ #comment B::Hooks::OP::Check 0.19 0.190.0
+ echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
+}
+meta_build_dep() {
+ # B::Utils
+ echo dev-perl/B-Utils
+ # B::Hooks::OP::Check 0.19 0.190.0
+ echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
+ # ExtUtils::MakeMaker 6.42 6.420.0
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+meta_configure_dep() {
+ # B::Utils
+ echo dev-perl/B-Utils
+ # ExtUtils::Depends
+ echo dev-perl/extutils-depends
+ # B::Hooks::OP::Check 0.19 0.190
+ echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
+ # ExtUtils-MakeMaker-6.42
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+RDEPEND="$(meta_runtime_dep)"
+DEPEND="$(meta_configure_dep) $(meta_build_dep) $(meta_runtime_dep)"
+
+SRC_TEST="do"
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog b/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
index 871fb59..b6e4082 100644
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
+++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
@@ -2,6 +2,18 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 24 Oct 2011; Kent Fredric <kentfredric@gmail.com>
+ +B-Hooks-OP-Check-EntersubForCV-0.80.0.ebuild:
+ Version Bump
+
+ - Explicitly export XS API Symbols
+
+*B-Hooks-OP-Check-EntersubForCV-0.80.0 (24 Oct 2011)
+
+ 24 Oct 2011; Kent Fredric <kentfredric@gmail.com>
+ +B-Hooks-OP-Check-EntersubForCV-0.80.0.ebuild:
+ Version Bump
+
*B-Hooks-OP-Check-EntersubForCV-0.70.0 (21 Sep 2011)
21 Sep 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-16 0:43 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/B-Hooks-OP-Check-EntersubForCV/ 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