* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/
@ 2015-05-02 2:21 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-05-02 2:21 UTC (permalink / raw
To: gentoo-commits
commit: d6dc206e965dcab440d8f11cab13a700e1edaaa9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat May 2 01:15:36 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat May 2 01:15:36 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d6dc206e
[fixup] B-Hooks-OP-Check-EntersubForCV: Fix deps on ExtUtils-Depends
Package-Manager: portage-2.2.17
.../B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
index 41d02e4..f59fd30 100644
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
+++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
@@ -20,6 +20,6 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
- dev-perl/extutils-depends
+ dev-perl/ExtUtils-Depends
>=virtual/perl-ExtUtils-MakeMaker-6.420.0
"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/
@ 2015-03-26 1:03 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-03-26 1:03 UTC (permalink / raw
To: gentoo-commits
commit: 10ef58e3a139b023ea9822041caee8880d653a0b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 00:09:52 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 00:09:52 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=10ef58e3
[fixup] B-Hooks-OP-Check-EntersubForCV-0.90.0-r1: EAPI5, Fixup deps esp re rt#94945
Package-Manager: portage-2.2.17
...B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild | 25 +++++++++++
.../B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild | 50 ----------------------
2 files changed, 25 insertions(+), 50 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
new file mode 100644
index 0000000..41d02e4
--- /dev/null
+++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION='Invoke callbacks on construction of entersub OPs for certain CVs'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# B-Utils-0.250.0 RT #94945
+RDEPEND="
+ >=dev-perl/B-Hooks-OP-Check-0.190.0
+ >=dev-perl/B-Utils-0.250.0
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-parent
+"
+DEPEND="
+ ${RDEPEND}
+ dev-perl/extutils-depends
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+"
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild
deleted file mode 100644
index ac40893..0000000
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=ZEFRAM
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION='Invoke callbacks on construction of entersub OPs for certain CVs'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # B::Hooks::OP::Check 0.19 ( 0.190.0 )
- echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
- # B::Utils 0.19 ( 0.190.0 )
- echo \>=dev-perl/B-Utils-0.190.0
- # ExtUtils::Depends
- echo dev-perl/extutils-depends
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-perl_meta_build() {
- # B::Hooks::OP::Check 0.19 ( 0.190.0 )
- echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
- # B::Utils 0.19 ( 0.190.0 )
- echo \>=dev-perl/B-Utils-0.190.0
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-perl_meta_runtime() {
- # B::Hooks::OP::Check 0.19 ( 0.190.0 )
- echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
- # B::Utils 0.19 ( 0.190.0 )
- echo \>=dev-perl/B-Utils-0.190.0
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # parent
- echo virtual/perl-parent
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/
@ 2015-03-26 1:03 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-03-26 1:03 UTC (permalink / raw
To: gentoo-commits
commit: 5a1cf982658058f14b673e50689066831238030e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 25 23:59:40 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 25 23:59:40 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5a1cf982
[cleanup] B-Hooks-OP-Check-EntersubForCV-0.{4-8}0.0: Remove old versions
Package-Manager: portage-2.2.17
.../B-Hooks-OP-Check-EntersubForCV-0.40.0.ebuild | 26 ----------
.../B-Hooks-OP-Check-EntersubForCV-0.50.0.ebuild | 26 ----------
.../B-Hooks-OP-Check-EntersubForCV-0.60.0.ebuild | 30 ------------
.../B-Hooks-OP-Check-EntersubForCV-0.70.0.ebuild | 55 ----------------------
.../B-Hooks-OP-Check-EntersubForCV-0.80.0.ebuild | 47 ------------------
5 files changed, 184 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.40.0.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.40.0.ebuild
deleted file mode 100644
index a84e35a..0000000
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.40.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.04"
-inherit perl-module
-
-DESCRIPTION="Invoke callbacks on construction of entersub OPs for certain CVs"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- virtual/perl-parent
- dev-perl/B-Utils
- dev-perl/B-Hooks-OP-Check
-"
-DEPEND="
- ${COMMON_DEPEND}
- dev-perl/extutils-depends
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.50.0.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.50.0.ebuild
deleted file mode 100644
index cccee41..0000000
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.50.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.05"
-inherit perl-module
-
-DESCRIPTION="Invoke callbacks on construction of entersub OPs for certain CVs"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- virtual/perl-parent
- dev-perl/B-Utils
- dev-perl/B-Hooks-OP-Check
-"
-DEPEND="
- ${COMMON_DEPEND}
- dev-perl/extutils-depends
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.60.0.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.60.0.ebuild
deleted file mode 100644
index b320d87..0000000
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.60.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_VERSION=0.06
-MODULE_AUTHOR=FLORA
-inherit perl-module
-
-DESCRIPTION="Invoke callbacks on construction of entersub OPs for certain CVs"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- virtual/perl-parent
- virtual/perl-Scalar-List-Utils
- dev-perl/B-Utils
- >=dev-perl/B-Hooks-OP-Check-0.110.0
-"
-DEPEND="
- ${COMMON_DEPEND}
- dev-perl/extutils-depends
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
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
deleted file mode 100644
index 12a5a0c..0000000
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.70.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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/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
deleted file mode 100644
index f479083..0000000
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.80.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/
@ 2012-03-27 9:30 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-03-27 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 21f0e64c25193586e72e796980f14806a2a90885
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 03:39:50 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 03:39:50 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=21f0e64c
[newversion] B-Hooks-OP-Check-EntersubForCV-0.90.0
(Portage version: 2.2.0_alpha95/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
.../B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild | 50 ++++++++++++++++++++
dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog | 8 +++-
2 files changed, 57 insertions(+), 1 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild
new file mode 100644
index 0000000..ac40893
--- /dev/null
+++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION='Invoke callbacks on construction of entersub OPs for certain CVs'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # B::Hooks::OP::Check 0.19 ( 0.190.0 )
+ echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
+ # B::Utils 0.19 ( 0.190.0 )
+ echo \>=dev-perl/B-Utils-0.190.0
+ # ExtUtils::Depends
+ echo dev-perl/extutils-depends
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+perl_meta_build() {
+ # B::Hooks::OP::Check 0.19 ( 0.190.0 )
+ echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
+ # B::Utils 0.19 ( 0.190.0 )
+ echo \>=dev-perl/B-Utils-0.190.0
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+perl_meta_runtime() {
+ # B::Hooks::OP::Check 0.19 ( 0.190.0 )
+ echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
+ # B::Utils 0.19 ( 0.190.0 )
+ echo \>=dev-perl/B-Utils-0.190.0
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # parent
+ echo virtual/perl-parent
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog b/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
index b6e4082..600deb1 100644
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
+++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/B-Hooks-OP-Check-EntersubForCV
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*B-Hooks-OP-Check-EntersubForCV-0.90.0 (27 Mar 2012)
+
+ 27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+ +B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild:
+ Version Bump
+
24 Oct 2011; Kent Fredric <kentfredric@gmail.com>
+B-Hooks-OP-Check-EntersubForCV-0.80.0.ebuild:
Version Bump
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/
@ 2011-10-24 23:12 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-10-24 23:12 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] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/
@ 2011-09-23 6:17 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-09-23 6:17 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] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/
@ 2011-04-12 13:13 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-04-12 13:13 UTC (permalink / raw
To: gentoo-commits
commit: d04cf83014256bd097e522b041136823c925fac6
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 12 07:18:39 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 12 07:18:39 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d04cf830
[add zero] B-Hooks-OP-Check-EntersubForCV
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
...> B-Hooks-OP-Check-EntersubForCV-0.40.0.ebuild} | 0
...> B-Hooks-OP-Check-EntersubForCV-0.50.0.ebuild} | 0
...> B-Hooks-OP-Check-EntersubForCV-0.60.0.ebuild} | 0
dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog | 13 +++++++++++++
4 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.40.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.40.0.ebuild
similarity index 100%
rename from dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.40.ebuild
rename to dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.40.0.ebuild
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.50.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.50.0.ebuild
similarity index 100%
rename from dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.50.ebuild
rename to dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.50.0.ebuild
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.60.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.60.0.ebuild
similarity index 100%
rename from dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.60.ebuild
rename to dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.60.0.ebuild
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog b/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
index 667d5b0..266f9b8 100644
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
+++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
@@ -2,6 +2,19 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*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)
+
+ 12 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ -B-Hooks-OP-Check-EntersubForCV-0.40.ebuild,
+ +B-Hooks-OP-Check-EntersubForCV-0.40.0.ebuild,
+ -B-Hooks-OP-Check-EntersubForCV-0.50.ebuild,
+ +B-Hooks-OP-Check-EntersubForCV-0.50.0.ebuild,
+ -B-Hooks-OP-Check-EntersubForCV-0.60.ebuild,
+ +B-Hooks-OP-Check-EntersubForCV-0.60.0.ebuild:
+ Addzero
+
*B-Hooks-OP-Check-EntersubForCV-0.50 (12 Feb 2011)
*B-Hooks-OP-Check-EntersubForCV-0.40 (12 Feb 2011)
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/
@ 2011-02-12 20:30 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-02-12 20:30 UTC (permalink / raw
To: gentoo-commits
commit: e5f8ce222e666d5773de85bc0e74c1fec51fad24
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 12 16:25:31 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 12 16:25:31 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e5f8ce22
[migrate] remaining B-Hooks-OP-Check-EntersubForCV
(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
... => B-Hooks-OP-Check-EntersubForCV-0.40.ebuild} | 3 ++-
... => B-Hooks-OP-Check-EntersubForCV-0.50.ebuild} | 3 ++-
dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog | 10 ++++++++++
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.04.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.40.ebuild
similarity index 88%
rename from dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.04.ebuild
rename to dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.40.ebuild
index 90855e4..a84e35a 100644
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.04.ebuild
+++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.40.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=FLORA
+MODULE_VERSION="0.04"
inherit perl-module
DESCRIPTION="Invoke callbacks on construction of entersub OPs for certain CVs"
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.05.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.50.ebuild
similarity index 88%
rename from dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.05.ebuild
rename to dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.50.ebuild
index 90855e4..cccee41 100644
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.05.ebuild
+++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.50.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=FLORA
+MODULE_VERSION="0.05"
inherit perl-module
DESCRIPTION="Invoke callbacks on construction of entersub OPs for certain CVs"
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog b/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
index e6be1b9..667d5b0 100644
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
+++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
@@ -2,6 +2,16 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*B-Hooks-OP-Check-EntersubForCV-0.50 (12 Feb 2011)
+*B-Hooks-OP-Check-EntersubForCV-0.40 (12 Feb 2011)
+
+ 12 Feb 2011; Kent Fredric <kentfredric@gmail.com>
+ -B-Hooks-OP-Check-EntersubForCV-0.04.ebuild,
+ -B-Hooks-OP-Check-EntersubForCV-0.05.ebuild,
+ +B-Hooks-OP-Check-EntersubForCV-0.40.ebuild,
+ +B-Hooks-OP-Check-EntersubForCV-0.50.ebuild:
+ migrate remaining
+
*B-Hooks-OP-Check-EntersubForCV-0.60 (12 Feb 2011)
12 Feb 2011; Torsten Veller <tove@gentoo.org>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/
@ 2011-02-12 10:37 Torsten Veller
0 siblings, 0 replies; 9+ messages in thread
From: Torsten Veller @ 2011-02-12 10:37 UTC (permalink / raw
To: gentoo-commits
commit: 4a98b3157ae251e1e812100b2b464708621b0fdd
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 10:26:34 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 10:26:34 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4a98b315
[migrate] dev-perl/B-Hooks-OP-Check-EntersubForCV
(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
... => B-Hooks-OP-Check-EntersubForCV-0.60.ebuild} | 8 ++++++--
dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog | 9 ++++++++-
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.06.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.60.ebuild
similarity index 86%
rename from dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.06.ebuild
rename to dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.60.ebuild
index 1cdc56a..3d19b0b 100644
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.06.ebuild
+++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.60.ebuild
@@ -1,15 +1,19 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+
EAPI=3
+
+MODULE_VERSION=0.06
MODULE_AUTHOR=FLORA
inherit perl-module
DESCRIPTION="Invoke callbacks on construction of entersub OPs for certain CVs"
-LICENSE="|| ( Artistic GPL-2 )"
+
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+
COMMON_DEPEND="
virtual/perl-parent
virtual/perl-Scalar-List-Utils
diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog b/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
index 6b78238..e6be1b9 100644
--- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
+++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for dev-perl/B-Hooks-OP-Check-EntersubForCV
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*B-Hooks-OP-Check-EntersubForCV-0.60 (12 Feb 2011)
+
+ 12 Feb 2011; Torsten Veller <tove@gentoo.org>
+ -B-Hooks-OP-Check-EntersubForCV-0.06.ebuild,
+ +B-Hooks-OP-Check-EntersubForCV-0.60.ebuild:
+ Change version scheme
+
*B-Hooks-OP-Check-EntersubForCV-0.06 (05 Nov 2010)
05 Nov 2010; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-05-02 2:21 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-02 2:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-03-26 1:03 Kent Fredric
2015-03-26 1:03 Kent Fredric
2012-03-27 9:30 Kent Fredric
2011-10-24 23:12 Kent Fredric
2011-09-23 6:17 Kent Fredric
2011-04-12 13:13 Kent Fredric
2011-02-12 20:30 Kent Fredric
2011-02-12 10:37 Torsten Veller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox