* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-JSON/
@ 2011-04-11 23:49 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-04-11 23:49 UTC (permalink / raw
To: gentoo-commits
commit: 1c9faabeacc6d922c35a59d7ee903f6086efee06
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 11 19:25:28 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr 11 19:25:28 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1c9faabe
[fixdep] Test-JSON -> Module Build
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Test-JSON/ChangeLog | 5 ++++-
dev-perl/Test-JSON/Test-JSON-0.11.ebuild | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Test-JSON/ChangeLog b/dev-perl/Test-JSON/ChangeLog
index 452e4ef..ce98dc4 100644
--- a/dev-perl/Test-JSON/ChangeLog
+++ b/dev-perl/Test-JSON/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for dev-perl/Test-JSON
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 11 Apr 2011; Kent Fredric <kentfredric@gmail.com> Test-JSON-0.11.ebuild:
+ Add Module::Build dep
+
*Test-JSON-0.11 (13 Aug 2009)
13 Aug 2009; Kent Fredric <kentfredric@gmail.com> +Test-JSON-0.11.ebuild:
diff --git a/dev-perl/Test-JSON/Test-JSON-0.11.ebuild b/dev-perl/Test-JSON/Test-JSON-0.11.ebuild
index a92fe9f..1f974d0 100644
--- a/dev-perl/Test-JSON/Test-JSON-0.11.ebuild
+++ b/dev-perl/Test-JSON/Test-JSON-0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -18,6 +18,7 @@ RDEPEND="
>=dev-perl/Test-Differences-0.47
"
DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
test? (
>=dev-perl/Test-Tester-0.107
)
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-JSON/
@ 2012-04-22 20:40 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-04-22 20:40 UTC (permalink / raw
To: gentoo-commits
commit: 270a94ecdc0d4856cc655a1ad4602f93b4f85a22
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 22 20:22:46 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 22 20:22:46 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=270a94ec
[migrate] Test-JSON to x.y.z
(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Test-JSON/ChangeLog | 9 ++++++++-
...t-JSON-0.11.ebuild => Test-JSON-0.110.0.ebuild} | 3 ++-
...st-JSON-0.06.ebuild => Test-JSON-0.60.0.ebuild} | 3 ++-
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Test-JSON/ChangeLog b/dev-perl/Test-JSON/ChangeLog
index ce98dc4..1b6c100 100644
--- a/dev-perl/Test-JSON/ChangeLog
+++ b/dev-perl/Test-JSON/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for dev-perl/Test-JSON
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-JSON-0.110.0 (22 Apr 2012)
+*Test-JSON-0.60.0 (22 Apr 2012)
+
+ 22 Apr 2012; Kent Fredric <kentfredric@gmail.com> -Test-JSON-0.06.ebuild,
+ -Test-JSON-0.11.ebuild, +Test-JSON-0.60.0.ebuild, +Test-JSON-0.110.0.ebuild:
+ Migrate to x.y.z
+
11 Apr 2011; Kent Fredric <kentfredric@gmail.com> Test-JSON-0.11.ebuild:
Add Module::Build dep
diff --git a/dev-perl/Test-JSON/Test-JSON-0.11.ebuild b/dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild
similarity index 86%
rename from dev-perl/Test-JSON/Test-JSON-0.11.ebuild
rename to dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild
index 1f974d0..c6b21e5 100644
--- a/dev-perl/Test-JSON/Test-JSON-0.11.ebuild
+++ b/dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=OVID
+MODULE_VERSION="0.11"
inherit perl-module
DESCRIPTION="Test JSON data"
diff --git a/dev-perl/Test-JSON/Test-JSON-0.06.ebuild b/dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild
similarity index 86%
rename from dev-perl/Test-JSON/Test-JSON-0.06.ebuild
rename to dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild
index e6baca4..d26db46 100644
--- a/dev-perl/Test-JSON/Test-JSON-0.06.ebuild
+++ b/dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=OVID
+MODULE_VERSION="0.06"
inherit perl-module
DESCRIPTION="Test JSON data"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-JSON/
@ 2013-04-28 22:52 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2013-04-28 22:52 UTC (permalink / raw
To: gentoo-commits
commit: cfc49efb9e6db2e39505382c49957141c29ac6e7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 22:41:15 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 22:41:15 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cfc49efb
[fixdep] Test-JSON -> JSON-Any ( normalize )
Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Test-JSON/ChangeLog | 6 +++++-
dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild | 4 ++--
dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild | 4 ++--
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Test-JSON/ChangeLog b/dev-perl/Test-JSON/ChangeLog
index 1b6c100..e93eab6 100644
--- a/dev-perl/Test-JSON/ChangeLog
+++ b/dev-perl/Test-JSON/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/Test-JSON
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 28 Apr 2013; Kent Fredric <kentfredric@gmail.com> Test-JSON-0.60.0.ebuild,
+ Test-JSON-0.110.0.ebuild:
+ Fix dependency on JSON-Any ( normalize )
+
*Test-JSON-0.110.0 (22 Apr 2012)
*Test-JSON-0.60.0 (22 Apr 2012)
diff --git a/dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild b/dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild
index c6b21e5..fcbc4e0 100644
--- a/dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild
+++ b/dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
- >=dev-perl/JSON-Any-1.20
+ >=dev-perl/JSON-Any-1.200.0
>=dev-perl/Test-Differences-0.47
"
DEPEND="${RDEPEND}
diff --git a/dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild b/dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild
index d26db46..ef8bcb0 100644
--- a/dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild
+++ b/dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
- >=dev-perl/JSON-Any-1.14
+ >=dev-perl/JSON-Any-1.140.0
>=dev-perl/Test-Differences-0.47
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-JSON/
@ 2015-06-03 12:58 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2015-06-03 12:58 UTC (permalink / raw
To: gentoo-commits
commit: 3e52c8a68d8d6ad73e4c88696de41b734fb55c7d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 2 21:31:57 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 2 21:31:57 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3e52c8a6
[cleanup] Test-JSON: Remove old versions
Package-Manager: portage-2.2.17
dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild b/dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild
deleted file mode 100644
index ef8bcb0..0000000
--- a/dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-MODULE_AUTHOR=OVID
-MODULE_VERSION="0.06"
-inherit perl-module
-
-DESCRIPTION="Test JSON data"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
- >=dev-perl/JSON-Any-1.140.0
- >=dev-perl/Test-Differences-0.47
-"
-DEPEND="${RDEPEND}
- test? (
- >=dev-perl/Test-Tester-0.103
- )
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-JSON/
@ 2015-06-03 12:58 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2015-06-03 12:58 UTC (permalink / raw
To: gentoo-commits
commit: 09b53f301cb76d43869e5534d47aee8c5fdd3f61
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 3 00:03:53 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 3 00:03:53 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=09b53f30
[fixup] Test-JSON: EAPI5, fixup deps, allow Test-Simple as a Test::Tester provider, fixup tests
Package-Manager: portage-2.2.17
...-JSON-0.110.0.ebuild => Test-JSON-0.110.0-r1.ebuild} | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild b/dev-perl/Test-JSON/Test-JSON-0.110.0-r1.ebuild
similarity index 53%
rename from dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild
rename to dev-perl/Test-JSON/Test-JSON-0.110.0-r1.ebuild
index fcbc4e0..be94888 100644
--- a/dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild
+++ b/dev-perl/Test-JSON/Test-JSON-0.110.0-r1.ebuild
@@ -1,27 +1,30 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=5
MODULE_AUTHOR=OVID
-MODULE_VERSION="0.11"
+MODULE_VERSION=0.11
inherit perl-module
DESCRIPTION="Test JSON data"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+PERL_RM_FILES=(
+ t/pod.t
+ t/pod-coverage.t
+)
RDEPEND="
>=dev-perl/JSON-Any-1.200.0
- >=dev-perl/Test-Differences-0.47
+ >=dev-perl/Test-Differences-0.470.0
"
DEPEND="${RDEPEND}
virtual/perl-Module-Build
test? (
- >=dev-perl/Test-Tester-0.107
+ || ( >=virtual/perl-Test-Simple-1.1.10 >=dev-perl/Test-Tester-0.107.0 )
+ >=virtual/perl-Test-Simple-0.620.0
)
"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-JSON/
@ 2017-09-17 3:43 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-09-17 3:43 UTC (permalink / raw
To: gentoo-commits
commit: 962394b6b7e2f348275ad309992f59dcdcc28c3f
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 02:39:14 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 02:39:14 2017 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=962394b6
dev-perl/Test-JSON: Remove dev-perl/Test-Tester
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Test-JSON/Test-JSON-0.110.0-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Test-JSON/Test-JSON-0.110.0-r1.ebuild b/dev-perl/Test-JSON/Test-JSON-0.110.0-r1.ebuild
index 16a589eb2..54b6240c2 100644
--- a/dev-perl/Test-JSON/Test-JSON-0.110.0-r1.ebuild
+++ b/dev-perl/Test-JSON/Test-JSON-0.110.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -23,7 +23,6 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
- || ( >=virtual/perl-Test-Simple-1.1.10 >=dev-perl/Test-Tester-0.107.0 )
- >=virtual/perl-Test-Simple-0.620.0
+ >=virtual/perl-Test-Simple-1.1.10
)
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-09-17 3:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-11 23:49 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-JSON/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-04-22 20:40 Kent Fredric
2013-04-28 22:52 Kent Fredric
2015-06-03 12:58 Kent Fredric
2015-06-03 12:58 Kent Fredric
2017-09-17 3:43 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox