public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Class-Most/
@ 2011-03-29 10:33 Torsten Veller
  0 siblings, 0 replies; 5+ messages in thread
From: Torsten Veller @ 2011-03-29 10:33 UTC (permalink / raw
  To: gentoo-commits

commit:     cb5daa8f8cb953c889d054524d3f3a0cc79b38e4
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 10:31:18 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 10:31:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cb5daa8f

[add] dev-perl/Test-Class-Most

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

---
 dev-perl/Test-Class-Most/ChangeLog                 |   10 ++++++++
 .../Test-Class-Most/Test-Class-Most-0.50.0.ebuild  |   25 ++++++++++++++++++++
 dev-perl/Test-Class-Most/metadata.xml              |    5 ++++
 3 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Test-Class-Most/ChangeLog b/dev-perl/Test-Class-Most/ChangeLog
new file mode 100644
index 0000000..77d19df
--- /dev/null
+++ b/dev-perl/Test-Class-Most/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Test-Class-Most
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Test-Class-Most-0.50.0 (29 Mar 2011)
+
+  29 Mar 2011; Torsten Veller <tove@gentoo.org> +Test-Class-Most-0.50.0.ebuild,
+  +metadata.xml:
+  Initial commit for Mason
+

diff --git a/dev-perl/Test-Class-Most/Test-Class-Most-0.50.0.ebuild b/dev-perl/Test-Class-Most/Test-Class-Most-0.50.0.ebuild
new file mode 100644
index 0000000..62dffb8
--- /dev/null
+++ b/dev-perl/Test-Class-Most/Test-Class-Most-0.50.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=OVID
+MODULE_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Test Classes the easy way"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=dev-perl/Test-Class-0.33
+	>=dev-perl/Test-Most-0.21
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-Module-Build-0.36
+"
+
+SRC_TEST=do

diff --git a/dev-perl/Test-Class-Most/metadata.xml b/dev-perl/Test-Class-Most/metadata.xml
new file mode 100644
index 0000000..801e938
--- /dev/null
+++ b/dev-perl/Test-Class-Most/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>perl</herd>
+</pkgmetadata>



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

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

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

[newversion] Test-Class-Most-0.60.0

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

---
 dev-perl/Test-Class-Most/ChangeLog                 |    9 +++++-
 .../Test-Class-Most/Test-Class-Most-0.60.0.ebuild  |   31 ++++++++++++++++++++
 2 files changed, 39 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Test-Class-Most/ChangeLog b/dev-perl/Test-Class-Most/ChangeLog
index 77d19df..9e5cd2f 100644
--- a/dev-perl/Test-Class-Most/ChangeLog
+++ b/dev-perl/Test-Class-Most/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/Test-Class-Most
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Test-Class-Most-0.60.0 (29 Feb 2012)
+
+  29 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +Test-Class-Most-0.60.0.ebuild:
+  Version BumP
+
+
 *Test-Class-Most-0.50.0 (29 Mar 2011)
 
   29 Mar 2011; Torsten Veller <tove@gentoo.org> +Test-Class-Most-0.50.0.ebuild,

diff --git a/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild b/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild
new file mode 100644
index 0000000..6e3c4c2
--- /dev/null
+++ b/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=OVID
+MODULE_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION='Test Classes the easy way'
+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::Class 0.33 ( 0.330.0 )
+	echo \>=dev-perl/Test-Class-0.33
+	# Test::Most 0.21 ( 0.210.0 )
+	echo \>=dev-perl/Test-Most-0.210.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Class-Most/
@ 2012-09-17 10:30 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-09-17 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     f6b819ae4e644d68c1e0e67d0b4f8793aa53c18a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep 17 09:29:30 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep 17 09:29:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f6b819ae

[fixdep] Test-Class-Most -> Test-Class ( normalize )

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Test-Class-Most/ChangeLog                 |    4 ++++
 .../Test-Class-Most/Test-Class-Most-0.50.0.ebuild  |    4 ++--
 .../Test-Class-Most/Test-Class-Most-0.60.0.ebuild  |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Test-Class-Most/ChangeLog b/dev-perl/Test-Class-Most/ChangeLog
index 9e5cd2f..8bc511c 100644
--- a/dev-perl/Test-Class-Most/ChangeLog
+++ b/dev-perl/Test-Class-Most/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Sep 2012; Kent Fredric <kentfredric@gmail.com>
+  Test-Class-Most-0.50.0.ebuild, Test-Class-Most-0.60.0.ebuild:
+  Fixdep on Test-Class ( normalize )
+
 *Test-Class-Most-0.60.0 (29 Feb 2012)
 
   29 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Test-Class-Most/Test-Class-Most-0.50.0.ebuild b/dev-perl/Test-Class-Most/Test-Class-Most-0.50.0.ebuild
index 62dffb8..e7a9ede 100644
--- a/dev-perl/Test-Class-Most/Test-Class-Most-0.50.0.ebuild
+++ b/dev-perl/Test-Class-Most/Test-Class-Most-0.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -15,7 +15,7 @@ IUSE=""
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
-	>=dev-perl/Test-Class-0.33
+	>=dev-perl/Test-Class-0.330.0
 	>=dev-perl/Test-Most-0.21
 "
 DEPEND="${RDEPEND}

diff --git a/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild b/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild
index 6e3c4c2..548cb69 100644
--- a/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild
+++ b/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild
@@ -17,7 +17,7 @@ perl_meta_configure() {
 }
 perl_meta_runtime() {
 	# Test::Class 0.33 ( 0.330.0 )
-	echo \>=dev-perl/Test-Class-0.33
+	echo \>=dev-perl/Test-Class-0.330.0
 	# Test::Most 0.21 ( 0.210.0 )
 	echo \>=dev-perl/Test-Most-0.210.0
 }


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Class-Most/
@ 2012-09-17 10:30 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-09-17 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c1c3d041c6f5c2f5a004a6c909139790ddc7016d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep 17 09:39:58 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep 17 09:39:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c1c3d041

[newversion] Test-Class-Most-0.70.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Test-Class-Most/ChangeLog                 |    6 ++++
 .../Test-Class-Most/Test-Class-Most-0.70.0.ebuild  |   31 ++++++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Test-Class-Most/ChangeLog b/dev-perl/Test-Class-Most/ChangeLog
index 8bc511c..a7ba70a 100644
--- a/dev-perl/Test-Class-Most/ChangeLog
+++ b/dev-perl/Test-Class-Most/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Test-Class-Most-0.70.0 (17 Sep 2012)
+
+  17 Sep 2012; Kent Fredric <kentfredric@gmail.com>
+  +Test-Class-Most-0.70.0.ebuild:
+  Version Bump
+
   17 Sep 2012; Kent Fredric <kentfredric@gmail.com>
   Test-Class-Most-0.50.0.ebuild, Test-Class-Most-0.60.0.ebuild:
   Fixdep on Test-Class ( normalize )

diff --git a/dev-perl/Test-Class-Most/Test-Class-Most-0.70.0.ebuild b/dev-perl/Test-Class-Most/Test-Class-Most-0.70.0.ebuild
new file mode 100644
index 0000000..7fc248c
--- /dev/null
+++ b/dev-perl/Test-Class-Most/Test-Class-Most-0.70.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=OVID
+MODULE_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION='Test Classes the easy way'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.4 ( 0.400.0 )
+	echo \>=virtual/perl-Module-Build-0.400.0
+}
+perl_meta_runtime() {
+	# Test::Class 0.33 ( 0.330.0 )
+	echo \>=dev-perl/Test-Class-0.330.0
+	# Test::Most 0.31 ( 0.310.0 )
+	echo \>=dev-perl/Test-Most-0.310.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Class-Most/
@ 2015-06-09  8:14 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-09  8:14 UTC (permalink / raw
  To: gentoo-commits

commit:     3d9d186dee329380bbc94b85741ad6bcba7553da
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 06:12:54 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  9 06:12:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3d9d186d

[cleanup] Test-Class-Most: Remove old versions

Package-Manager: portage-2.2.17

 .../Test-Class-Most/Test-Class-Most-0.50.0.ebuild  | 25 -----------------
 .../Test-Class-Most/Test-Class-Most-0.60.0.ebuild  | 31 ----------------------
 .../Test-Class-Most/Test-Class-Most-0.70.0.ebuild  | 31 ----------------------
 3 files changed, 87 deletions(-)

diff --git a/dev-perl/Test-Class-Most/Test-Class-Most-0.50.0.ebuild b/dev-perl/Test-Class-Most/Test-Class-Most-0.50.0.ebuild
deleted file mode 100644
index e7a9ede..0000000
--- a/dev-perl/Test-Class-Most/Test-Class-Most-0.50.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=OVID
-MODULE_VERSION=0.05
-inherit perl-module
-
-DESCRIPTION="Test Classes the easy way"
-
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-perl/Test-Class-0.330.0
-	>=dev-perl/Test-Most-0.21
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-Module-Build-0.36
-"
-
-SRC_TEST=do

diff --git a/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild b/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild
deleted file mode 100644
index 548cb69..0000000
--- a/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=OVID
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION='Test Classes the easy way'
-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::Class 0.33 ( 0.330.0 )
-	echo \>=dev-perl/Test-Class-0.330.0
-	# Test::Most 0.21 ( 0.210.0 )
-	echo \>=dev-perl/Test-Most-0.210.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Test-Class-Most/Test-Class-Most-0.70.0.ebuild b/dev-perl/Test-Class-Most/Test-Class-Most-0.70.0.ebuild
deleted file mode 100644
index 7fc248c..0000000
--- a/dev-perl/Test-Class-Most/Test-Class-Most-0.70.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=OVID
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION='Test Classes the easy way'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# Module::Build 0.4 ( 0.400.0 )
-	echo \>=virtual/perl-Module-Build-0.400.0
-}
-perl_meta_runtime() {
-	# Test::Class 0.33 ( 0.330.0 )
-	echo \>=dev-perl/Test-Class-0.330.0
-	# Test::Most 0.31 ( 0.310.0 )
-	echo \>=dev-perl/Test-Most-0.310.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


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

end of thread, other threads:[~2015-06-09  8:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-17 10:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Class-Most/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-09  8:14 Kent Fredric
2012-09-17 10:30 Kent Fredric
2012-02-29 12:06 Kent Fredric
2011-03-29 10:33 Torsten Veller

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