public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Block/
@ 2011-04-12  2:57 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2011-04-12  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9ec836d63bb822b2fb92fa7595ab551e8fd38da0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 12 02:56:07 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 12 02:56:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9ec836d6

[migrate/fixde] Test-Block -> Module-Build

(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Test-Block/ChangeLog                      |    8 +++++++-
 ...Block-0.11.ebuild => Test-Block-0.110.0.ebuild} |    4 +++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-Block/ChangeLog b/dev-perl/Test-Block/ChangeLog
index 45042d1..9dcaad3 100644
--- a/dev-perl/Test-Block/ChangeLog
+++ b/dev-perl/Test-Block/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Test-Block
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Test-Block-0.110.0 (12 Apr 2011)
+
+  12 Apr 2011; Kent Fredric <kentfredric@gmail.com> -Test-Block-0.11.ebuild,
+  +Test-Block-0.110.0.ebuild:
+  Migrate, fixdep Module::Build
+
 *Test-Block-0.11 (04 May 2009)
 
   04 May 2009; Torsten Veller <tove@gentoo.org> +Test-Block-0.11.ebuild,

diff --git a/dev-perl/Test-Block/Test-Block-0.11.ebuild b/dev-perl/Test-Block/Test-Block-0.110.0.ebuild
similarity index 77%
rename from dev-perl/Test-Block/Test-Block-0.11.ebuild
rename to dev-perl/Test-Block/Test-Block-0.110.0.ebuild
index 573f6c6..81f77db 100644
--- a/dev-perl/Test-Block/Test-Block-0.11.ebuild
+++ b/dev-perl/Test-Block/Test-Block-0.110.0.ebuild
@@ -1,10 +1,11 @@
-# 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=ADIE
+MODULE_VERSION="0.11"
 inherit perl-module
 
 DESCRIPTION="Specify fine granularity test plans"
@@ -15,6 +16,7 @@ IUSE="test"
 
 RDEPEND=""
 DEPEND="${RDEPEND}
+	virtual/perl-Module-Build
 	test? ( dev-perl/Test-Exception )"
 
 SRC_TEST=do



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Block/
@ 2012-02-29 12:06 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-29 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     4229a0258a4a8f05d9ea12be8685e77fa050b060
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 29 07:02:24 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 29 07:02:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4229a025

[newversion] Test-Block-0.130.0

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Test-Block/ChangeLog                 |    7 ++++-
 dev-perl/Test-Block/Test-Block-0.130.0.ebuild |   37 +++++++++++++++++++++++++
 2 files changed, 43 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Test-Block/ChangeLog b/dev-perl/Test-Block/ChangeLog
index 9dcaad3..ac400f2 100644
--- a/dev-perl/Test-Block/ChangeLog
+++ b/dev-perl/Test-Block/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Test-Block
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Test-Block-0.130.0 (29 Feb 2012)
+
+  29 Feb 2012; Kent Fredric <kentfredric@gmail.com> +Test-Block-0.130.0.ebuild:
+  Version Bump
+
 *Test-Block-0.110.0 (12 Apr 2011)
 
   12 Apr 2011; Kent Fredric <kentfredric@gmail.com> -Test-Block-0.11.ebuild,

diff --git a/dev-perl/Test-Block/Test-Block-0.130.0.ebuild b/dev-perl/Test-Block/Test-Block-0.130.0.ebuild
new file mode 100644
index 0000000..3885519
--- /dev/null
+++ b/dev-perl/Test-Block/Test-Block-0.130.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ADIE
+MODULE_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION='DEPRECIATED: Specify fine granularity test plans'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.38 ( 0.380.0 )
+	echo \>=virtual/perl-Module-Build-0.380.0
+}
+perl_meta_runtime() {
+	# Test::Builder 0.17 ( 0.170.0 )
+	echo \>=virtual/perl-Test-Simple-0.47
+	# Test::Builder::Tester 1.01 ( 1.10.0 )
+	echo \>=virtual/perl-Test-Simple-0.62
+	# Test::Exception 0.15 ( 0.150.0 )
+	echo \>=dev-perl/Test-Exception-0.15
+	# Test::More 0.47 ( 0.470.0 )
+	echo \>=virtual/perl-Test-Simple-0.47
+	# perl v5.6.1 ( 5.6.1 )
+	echo \>=dev-lang/perl-5.6.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-29 12:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 12:06 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Block/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-04-12  2:57 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox