* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Annotation/
@ 2011-03-22 9:45 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-03-22 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 87bdaacf5e21dd14befede3f576a2d7dc0c74705
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 22 09:41:01 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 22 09:41:01 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=87bdaacf
[added] B-Hooks-OP-Annotation
(Portage version: 2.2.0_alpha27/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
.../B-Hooks-OP-Annotation-0.430.0.ebuild | 25 ++++++++++++++++++++
dev-perl/B-Hooks-OP-Annotation/ChangeLog | 10 ++++++++
dev-perl/B-Hooks-OP-Annotation/metadata.xml | 9 +++++++
3 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.430.0.ebuild b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.430.0.ebuild
new file mode 100644
index 0000000..c603f2c
--- /dev/null
+++ b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.430.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=CHOCOLATE
+MODULE_VERSION=0.43
+inherit perl-module
+
+DESCRIPTION="annotate and delegate hooked OPs"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+ >=dev-perl/extutils-depends-0.301 $(comment 0.301.0)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/B-Hooks-OP-Annotation/ChangeLog b/dev-perl/B-Hooks-OP-Annotation/ChangeLog
new file mode 100644
index 0000000..d618436
--- /dev/null
+++ b/dev-perl/B-Hooks-OP-Annotation/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/B-Hooks-OP-Annotation
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*B-Hooks-OP-Annotation-0.430.0 (22 Mar 2011)
+
+ 22 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ +B-Hooks-OP-Annotation-0.430.0.ebuild, +metadata.xml:
+ Added for 'true'
+
diff --git a/dev-perl/B-Hooks-OP-Annotation/metadata.xml b/dev-perl/B-Hooks-OP-Annotation/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/B-Hooks-OP-Annotation/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] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Annotation/
@ 2011-04-20 13:56 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-04-20 13:56 UTC (permalink / raw
To: gentoo-commits
commit: c096d4b1b0e071d8977584740530d7f4ee7f73b9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 13:15:42 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 13:15:42 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c096d4b1
[newversion] B-Hooks-OP-Annotation-0.440.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
.../B-Hooks-OP-Annotation-0.440.0.ebuild | 25 ++++++++++++++++++++
dev-perl/B-Hooks-OP-Annotation/ChangeLog | 6 ++++
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild
new file mode 100644
index 0000000..79031be
--- /dev/null
+++ b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=CHOCOLATE
+MODULE_VERSION=0.44
+inherit perl-module
+
+DESCRIPTION="annotate and delegate hooked OPs"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+ >=dev-perl/extutils-depends-0.304 $(comment 0.304.0)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/B-Hooks-OP-Annotation/ChangeLog b/dev-perl/B-Hooks-OP-Annotation/ChangeLog
index d618436..0d33e95 100644
--- a/dev-perl/B-Hooks-OP-Annotation/ChangeLog
+++ b/dev-perl/B-Hooks-OP-Annotation/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*B-Hooks-OP-Annotation-0.440.0 (20 Apr 2011)
+
+ 20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +B-Hooks-OP-Annotation-0.440.0.ebuild:
+ Bump
+
*B-Hooks-OP-Annotation-0.430.0 (22 Mar 2011)
22 Mar 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Annotation/
2011-04-23 14:47 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
@ 2011-04-23 14:45 ` Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-04-23 14:45 UTC (permalink / raw
To: gentoo-commits
commit: adaeb9c95e0fd7fe14f3f7cf5aeae9d3095ef509
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 14:23:29 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 23 14:23:29 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=adaeb9c9
[cpanclean] B-Hooks-OP-Annotation-0.430.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
.../B-Hooks-OP-Annotation-0.430.0.ebuild | 25 --------------------
dev-perl/B-Hooks-OP-Annotation/ChangeLog | 4 +++
2 files changed, 4 insertions(+), 25 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.430.0.ebuild b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.430.0.ebuild
deleted file mode 100644
index c603f2c..0000000
--- a/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.430.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="4"
-MODULE_AUTHOR=CHOCOLATE
-MODULE_VERSION=0.43
-inherit perl-module
-
-DESCRIPTION="annotate and delegate hooked OPs"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
- >=dev-perl/extutils-depends-0.301 $(comment 0.301.0)
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/B-Hooks-OP-Annotation/ChangeLog b/dev-perl/B-Hooks-OP-Annotation/ChangeLog
index 0d33e95..8292b8e 100644
--- a/dev-perl/B-Hooks-OP-Annotation/ChangeLog
+++ b/dev-perl/B-Hooks-OP-Annotation/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 23 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ -B-Hooks-OP-Annotation-0.430.0.ebuild:
+ Gone on CPAN
+
*B-Hooks-OP-Annotation-0.440.0 (20 Apr 2011)
20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Annotation/
@ 2015-05-02 2:21 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-05-02 2:21 UTC (permalink / raw
To: gentoo-commits
commit: 93daf61068538a875cce6e9b94cc17bcfeef5801
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 1 22:08:24 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 1 22:08:24 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=93daf610
[fixup] B-Hooks-OP-Annotation: EAPI5, fixup deps and tests
Package-Manager: portage-2.2.17
...ild => B-Hooks-OP-Annotation-0.440.0-r1.ebuild} | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild
similarity index 55%
rename from dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild
rename to dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild
index 58a54f3..0366d09 100644
--- a/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild
+++ b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild
@@ -1,25 +1,23 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI=5
MODULE_AUTHOR=CHOCOLATE
MODULE_VERSION=0.44
inherit perl-module
DESCRIPTION="annotate and delegate hooked OPs"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
- >=dev-perl/extutils-depends-0.304.0
-"
+
+PERL_RM_FILES=(
+ t/pod.t
+)
+
+RDEPEND=""
DEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/ExtUtils-Depends-0.304.0
"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-05-02 2:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 9:45 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Annotation/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-04-20 13:56 Kent Fredric
2011-04-23 14:47 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-04-23 14:45 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2015-05-02 2:21 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox