* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-StashChange/
@ 2011-02-12 10:37 Torsten Veller
0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller @ 2011-02-12 10:37 UTC (permalink / raw
To: gentoo-commits
commit: 6a3db8588f87eb9144c23bfb63146ad0cf59eb5b
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 10:27:40 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 10:27:40 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6a3db858
[migrate] dev-perl/B-Hooks-OP-Check-StashChange
(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
...ld => B-Hooks-OP-Check-StashChange-0.60.ebuild} | 11 +++++++----
dev-perl/B-Hooks-OP-Check-StashChange/ChangeLog | 9 ++++++++-
2 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.06.ebuild b/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.ebuild
similarity index 81%
rename from dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.06.ebuild
rename to dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.ebuild
index 8e9a409..fb2375f 100644
--- a/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.06.ebuild
+++ b/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.ebuild
@@ -1,20 +1,23 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+
+EAPI=3
+
+MODULE_VERSION=0.06
MODULE_AUTHOR=FLORA
inherit perl-module
DESCRIPTION="Invoke callbacks when the stash code is being compiled in changes"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-
IUSE=""
+
RDEPEND="
>=dev-perl/B-Hooks-OP-Check-0.14
"
DEPEND="${RDEPEND}
dev-perl/extutils-depends"
+
SRC_TEST=do
diff --git a/dev-perl/B-Hooks-OP-Check-StashChange/ChangeLog b/dev-perl/B-Hooks-OP-Check-StashChange/ChangeLog
index c748cb6..26bcb45 100644
--- a/dev-perl/B-Hooks-OP-Check-StashChange/ChangeLog
+++ b/dev-perl/B-Hooks-OP-Check-StashChange/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for dev-perl/B-Hooks-OP-Check-StashChange
-# 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-StashChange-0.60 (12 Feb 2011)
+
+ 12 Feb 2011; Torsten Veller <tove@gentoo.org>
+ -B-Hooks-OP-Check-StashChange-0.06.ebuild,
+ +B-Hooks-OP-Check-StashChange-0.60.ebuild:
+ EAPI=3. Change version scheme
+
13 May 2010; Torsten Veller <tove@gentoo.org>
B-Hooks-OP-Check-StashChange-0.06.ebuild:
DEPEND on ExtUtils-Depends
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-StashChange/
@ 2011-04-12 13:13 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-04-12 13:13 UTC (permalink / raw
To: gentoo-commits
commit: 1f173e9f8b90a5f0815d4b182603a5d6a1a67e8a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 12 07:21:25 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 12 07:21:25 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1f173e9f
[addzero] B-Hooks-OP-Check-StashChange
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
... => B-Hooks-OP-Check-StashChange-0.60.0.ebuild} | 0
dev-perl/B-Hooks-OP-Check-StashChange/ChangeLog | 7 +++++++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.ebuild b/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0.ebuild
similarity index 100%
rename from dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.ebuild
rename to dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0.ebuild
diff --git a/dev-perl/B-Hooks-OP-Check-StashChange/ChangeLog b/dev-perl/B-Hooks-OP-Check-StashChange/ChangeLog
index 26bcb45..00c5e00 100644
--- a/dev-perl/B-Hooks-OP-Check-StashChange/ChangeLog
+++ b/dev-perl/B-Hooks-OP-Check-StashChange/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*B-Hooks-OP-Check-StashChange-0.60.0 (12 Apr 2011)
+
+ 12 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ -B-Hooks-OP-Check-StashChange-0.60.ebuild,
+ +B-Hooks-OP-Check-StashChange-0.60.0.ebuild:
+ Add zero
+
*B-Hooks-OP-Check-StashChange-0.60 (12 Feb 2011)
12 Feb 2011; Torsten Veller <tove@gentoo.org>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-StashChange/
@ 2015-05-02 2:21 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-05-02 2:21 UTC (permalink / raw
To: gentoo-commits
commit: 3153a05d5baddd60078fe3bd905820cb99404400
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat May 2 01:21:11 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat May 2 01:21:11 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3153a05d
[fixup] B-Hooks-OP-Check-StashChange: EAPI5, Fixup deps
Package-Manager: portage-2.2.17
...ild => B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild} | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0.ebuild b/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild
similarity index 64%
rename from dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0.ebuild
rename to dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild
index 69143d1..33dbe78 100644
--- a/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0.ebuild
+++ b/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
MODULE_VERSION=0.06
MODULE_AUTHOR=FLORA
@@ -12,12 +12,16 @@ DESCRIPTION="Invoke callbacks when the stash code is being compiled in changes"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
+# Test::More -> Test-Simple
RDEPEND="
+ virtual/perl-parent
>=dev-perl/B-Hooks-OP-Check-0.140.0
"
DEPEND="${RDEPEND}
- dev-perl/extutils-depends"
-
-SRC_TEST=do
+ dev-perl/ExtUtils-Depends
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-02 2:21 UTC | newest]
Thread overview: 3+ 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-StashChange/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-04-12 13:13 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