* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-JSON/
@ 2011-04-13 13:01 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-04-13 13:01 UTC (permalink / raw
To: gentoo-commits
commit: acf6447958b7ed4f294dd69df12851de55a04a41
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 13 12:07:36 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 13 12:07:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=acf64479
[newversion] Catalyst-View-JSON-0.330.0
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
.../Catalyst-View-JSON-0.330.0.ebuild | 27 ++++++++++++++++++++
dev-perl/Catalyst-View-JSON/ChangeLog | 6 ++++
2 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.330.0.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.330.0.ebuild
new file mode 100644
index 0000000..673c828
--- /dev/null
+++ b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.330.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.33
+inherit perl-module
+
+DESCRIPTION="JSON View Class"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+comment() { echo ''; }
+RDEPEND="
+ >=dev-perl/Catalyst-Runtime-5.600.0
+ >=dev-perl/JSON-Any-1.15 $(comment 1.150.0)
+ dev-perl/MRO-Compat
+"
+DEPEND="
+ ${RDEPEND}
+ dev-perl/yaml $(comment YAML)
+ virtual/perl-Test-Simple $(comment BUILD_REQUIRES Test::More)
+"
+SRC_TEST=do
diff --git a/dev-perl/Catalyst-View-JSON/ChangeLog b/dev-perl/Catalyst-View-JSON/ChangeLog
index 072e1ec..6f9eb83 100644
--- a/dev-perl/Catalyst-View-JSON/ChangeLog
+++ b/dev-perl/Catalyst-View-JSON/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-View-JSON-0.330.0 (13 Apr 2011)
+
+ 13 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-View-JSON-0.330.0.ebuild:
+ Bump
+
*Catalyst-View-JSON-0.320.0 (13 Apr 2011)
*Catalyst-View-JSON-0.310.0 (13 Apr 2011)
*Catalyst-View-JSON-0.300.0 (13 Apr 2011)
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-JSON/
@ 2011-04-13 13:01 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-04-13 13:01 UTC (permalink / raw
To: gentoo-commits
commit: 5dc9b9329416afc1c33e2bb4c17d76da784bf2db
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 13 12:02:28 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 13 12:02:28 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5dc9b932
[migrate/addzero] Catalyst-View-JSON
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
...28.ebuild => Catalyst-View-JSON-0.280.0.ebuild} | 3 ++-
...30.ebuild => Catalyst-View-JSON-0.300.0.ebuild} | 3 ++-
...31.ebuild => Catalyst-View-JSON-0.310.0.ebuild} | 1 +
...20.ebuild => Catalyst-View-JSON-0.320.0.ebuild} | 0
dev-perl/Catalyst-View-JSON/ChangeLog | 12 ++++++++++++
5 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.28.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.280.0.ebuild
similarity index 86%
rename from dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.28.ebuild
rename to dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.280.0.ebuild
index 36e392a..acfe31d 100644
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.28.ebuild
+++ b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.280.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION="0.28"
inherit perl-module
DESCRIPTION="JSON View Class"
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.30.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.300.0.ebuild
similarity index 86%
rename from dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.30.ebuild
rename to dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.300.0.ebuild
index 36e392a..69cb6cf 100644
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.30.ebuild
+++ b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.300.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION="0.30"
inherit perl-module
DESCRIPTION="JSON View Class"
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.31.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.310.0.ebuild
similarity index 95%
rename from dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.31.ebuild
rename to dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.310.0.ebuild
index c21e3a1..e1b2693 100644
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.31.ebuild
+++ b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.310.0.ebuild
@@ -3,6 +3,7 @@
# $Header: $
EAPI=3
MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION="0.31"
inherit perl-module
DESCRIPTION="JSON View Class"
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.0.ebuild
similarity index 100%
rename from dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.ebuild
rename to dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.0.ebuild
diff --git a/dev-perl/Catalyst-View-JSON/ChangeLog b/dev-perl/Catalyst-View-JSON/ChangeLog
index 094a1f9..072e1ec 100644
--- a/dev-perl/Catalyst-View-JSON/ChangeLog
+++ b/dev-perl/Catalyst-View-JSON/ChangeLog
@@ -2,6 +2,18 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-View-JSON-0.320.0 (13 Apr 2011)
+*Catalyst-View-JSON-0.310.0 (13 Apr 2011)
+*Catalyst-View-JSON-0.300.0 (13 Apr 2011)
+*Catalyst-View-JSON-0.280.0 (13 Apr 2011)
+
+ 13 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ -Catalyst-View-JSON-0.28.ebuild, -Catalyst-View-JSON-0.30.ebuild,
+ -Catalyst-View-JSON-0.31.ebuild, +Catalyst-View-JSON-0.280.0.ebuild,
+ +Catalyst-View-JSON-0.300.0.ebuild, +Catalyst-View-JSON-0.310.0.ebuild,
+ -Catalyst-View-JSON-0.320.ebuild, +Catalyst-View-JSON-0.320.0.ebuild:
+ Migrate, Addzero
+
*Catalyst-View-JSON-0.320 (09 Jan 2011)
09 Jan 2011; Torsten Veller <tove@gentoo.org>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-JSON/
@ 2011-11-11 14:38 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 0677db1c812400bb43ca5ffed850c8f0499aeb00
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 13:40:01 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 13:40:01 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0677db1c
[fixdep] Catalyst-View-JSON -> Catalyst-Runtime
(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../Catalyst-View-JSON-0.310.0.ebuild | 2 +-
.../Catalyst-View-JSON-0.320.0.ebuild | 2 +-
dev-perl/Catalyst-View-JSON/ChangeLog | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.310.0.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.310.0.ebuild
index e1b2693..0f573ff 100644
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.310.0.ebuild
+++ b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.310.0.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
- >=dev-perl/Catalyst-Runtime-5.600
+ >=dev-perl/Catalyst-Runtime-5.600.0
>=dev-perl/JSON-Any-1.15
dev-perl/MRO-Compat
"
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.0.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.0.ebuild
index df3c9e7..6534c4b 100644
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.0.ebuild
+++ b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.0.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
- >=dev-perl/Catalyst-Runtime-5.600
+ >=dev-perl/Catalyst-Runtime-5.600.0
>=dev-perl/JSON-Any-1.15
dev-perl/MRO-Compat
"
diff --git a/dev-perl/Catalyst-View-JSON/ChangeLog b/dev-perl/Catalyst-View-JSON/ChangeLog
index 6f9eb83..f5e2805 100644
--- a/dev-perl/Catalyst-View-JSON/ChangeLog
+++ b/dev-perl/Catalyst-View-JSON/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+ Catalyst-View-JSON-0.310.0.ebuild, Catalyst-View-JSON-0.320.0.ebuild:
+ Fixdep Catalyst-Runtime
+
*Catalyst-View-JSON-0.330.0 (13 Apr 2011)
13 Apr 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-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: 4046ae8ba3c6c9f5ea01ec3781c946fc647c9569
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 22:40:29 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 22:40:29 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4046ae8b
[fixdep] Catalyst-View-JSON -> JSON-Any ( normalize )
Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4
---
.../Catalyst-View-JSON-0.280.0.ebuild | 4 ++--
.../Catalyst-View-JSON-0.300.0.ebuild | 4 ++--
.../Catalyst-View-JSON-0.310.0.ebuild | 4 ++--
.../Catalyst-View-JSON-0.320.0.ebuild | 4 ++--
.../Catalyst-View-JSON-0.330.0.ebuild | 4 ++--
dev-perl/Catalyst-View-JSON/ChangeLog | 8 +++++++-
6 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.280.0.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.280.0.ebuild
index acfe31d..1a844c0 100644
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.280.0.ebuild
+++ b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.280.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
dev-perl/Catalyst-Runtime
- >=dev-perl/JSON-Any-1.15
+ >=dev-perl/JSON-Any-1.150.0
dev-perl/MRO-Compat
"
DEPEND="
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.300.0.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.300.0.ebuild
index 69cb6cf..6b30157 100644
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.300.0.ebuild
+++ b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.300.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
dev-perl/Catalyst-Runtime
- >=dev-perl/JSON-Any-1.15
+ >=dev-perl/JSON-Any-1.150.0
dev-perl/MRO-Compat
"
DEPEND="
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.310.0.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.310.0.ebuild
index 0f573ff..70e8f78 100644
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.310.0.ebuild
+++ b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.310.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/Catalyst-Runtime-5.600.0
- >=dev-perl/JSON-Any-1.15
+ >=dev-perl/JSON-Any-1.150.0
dev-perl/MRO-Compat
"
DEPEND="
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.0.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.0.ebuild
index 6534c4b..3faac7b 100644
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.0.ebuild
+++ b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/Catalyst-Runtime-5.600.0
- >=dev-perl/JSON-Any-1.15
+ >=dev-perl/JSON-Any-1.150.0
dev-perl/MRO-Compat
"
DEPEND="
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.330.0.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.330.0.ebuild
index 673c828..4d02b59 100644
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.330.0.ebuild
+++ b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.330.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
@@ -16,7 +16,7 @@ IUSE="test"
comment() { echo ''; }
RDEPEND="
>=dev-perl/Catalyst-Runtime-5.600.0
- >=dev-perl/JSON-Any-1.15 $(comment 1.150.0)
+ >=dev-perl/JSON-Any-1.150.0
dev-perl/MRO-Compat
"
DEPEND="
diff --git a/dev-perl/Catalyst-View-JSON/ChangeLog b/dev-perl/Catalyst-View-JSON/ChangeLog
index f5e2805..a280d5f 100644
--- a/dev-perl/Catalyst-View-JSON/ChangeLog
+++ b/dev-perl/Catalyst-View-JSON/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Catalyst-View-JSON
-# Copyright 1999-2011 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>
+ Catalyst-View-JSON-0.280.0.ebuild, Catalyst-View-JSON-0.300.0.ebuild,
+ Catalyst-View-JSON-0.310.0.ebuild, Catalyst-View-JSON-0.320.0.ebuild,
+ Catalyst-View-JSON-0.330.0.ebuild:
+ Fix dependency on JSON-Any ( normalize )
+
11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
Catalyst-View-JSON-0.310.0.ebuild, Catalyst-View-JSON-0.320.0.ebuild:
Fixdep Catalyst-Runtime
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-JSON/
@ 2015-04-02 23:30 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2015-04-02 23:30 UTC (permalink / raw
To: gentoo-commits
commit: 7f64e241275b39be51f67ce98f109aeeb36aae9b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Apr 2 21:43:28 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Apr 2 21:43:28 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7f64e241
[cleanup] Catalyst-View-JSON: Remove old versions
Package-Manager: portage-2.2.17
.../Catalyst-View-JSON-0.280.0.ebuild | 25 ---------------------
.../Catalyst-View-JSON-0.300.0.ebuild | 25 ---------------------
.../Catalyst-View-JSON-0.310.0.ebuild | 26 ----------------------
.../Catalyst-View-JSON-0.320.0.ebuild | 26 ----------------------
4 files changed, 102 deletions(-)
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.280.0.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.280.0.ebuild
deleted file mode 100644
index 1a844c0..0000000
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.280.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION="0.28"
-inherit perl-module
-
-DESCRIPTION="JSON View Class"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
- dev-perl/Catalyst-Runtime
- >=dev-perl/JSON-Any-1.150.0
- dev-perl/MRO-Compat
-"
-DEPEND="
- ${RDEPEND}
- test? ( dev-perl/yaml )
-"
-SRC_TEST=do
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.300.0.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.300.0.ebuild
deleted file mode 100644
index 6b30157..0000000
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.300.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION="0.30"
-inherit perl-module
-
-DESCRIPTION="JSON View Class"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
- dev-perl/Catalyst-Runtime
- >=dev-perl/JSON-Any-1.150.0
- dev-perl/MRO-Compat
-"
-DEPEND="
- ${RDEPEND}
- test? ( dev-perl/yaml )
-"
-SRC_TEST=do
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.310.0.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.310.0.ebuild
deleted file mode 100644
index 70e8f78..0000000
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.310.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=3
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION="0.31"
-inherit perl-module
-
-DESCRIPTION="JSON View Class"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
- >=dev-perl/Catalyst-Runtime-5.600.0
- >=dev-perl/JSON-Any-1.150.0
- dev-perl/MRO-Compat
-"
-DEPEND="
- ${RDEPEND}
- dev-perl/yaml
- virtual/perl-Test-Simple
-"
-SRC_TEST=do
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.0.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.0.ebuild
deleted file mode 100644
index 3faac7b..0000000
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.320.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=3
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.32
-inherit perl-module
-
-DESCRIPTION="JSON View Class"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
- >=dev-perl/Catalyst-Runtime-5.600.0
- >=dev-perl/JSON-Any-1.150.0
- dev-perl/MRO-Compat
-"
-DEPEND="
- ${RDEPEND}
- dev-perl/yaml
- virtual/perl-Test-Simple
-"
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-JSON/
@ 2015-04-02 23:30 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2015-04-02 23:30 UTC (permalink / raw
To: gentoo-commits
commit: 1cf9f6f3dddebbffa5dc41dd0937a71bd27fc7f9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Apr 2 22:13:49 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Apr 2 22:13:49 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1cf9f6f3
[bump] Catalyst-View-JSON-0.350.0
Package-Manager: portage-2.2.17
.../Catalyst-View-JSON-0.330.0.ebuild | 27 --------------------
.../Catalyst-View-JSON-0.350.0.ebuild | 29 ++++++++++++++++++++++
2 files changed, 29 insertions(+), 27 deletions(-)
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.330.0.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.330.0.ebuild
deleted file mode 100644
index 4d02b59..0000000
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.330.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.33
-inherit perl-module
-
-DESCRIPTION="JSON View Class"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-comment() { echo ''; }
-RDEPEND="
- >=dev-perl/Catalyst-Runtime-5.600.0
- >=dev-perl/JSON-Any-1.150.0
- dev-perl/MRO-Compat
-"
-DEPEND="
- ${RDEPEND}
- dev-perl/yaml $(comment YAML)
- virtual/perl-Test-Simple $(comment BUILD_REQUIRES Test::More)
-"
-SRC_TEST=do
diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.350.0.ebuild b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.350.0.ebuild
new file mode 100644
index 0000000..3beb5e5
--- /dev/null
+++ b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.350.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=JJNAPIORK
+MODULE_VERSION=0.35
+inherit perl-module
+
+DESCRIPTION="JSON View for your data"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+# YAML -> yaml
+RDEPEND="
+ >=dev-perl/Catalyst-Runtime-5.600.0
+ >=dev-perl/JSON-MaybeXS-1.3.0
+ dev-perl/MRO-Compat
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ test? (
+ dev-perl/yaml
+ virtual/perl-Test-Simple
+ )
+"
+SRC_TEST=do
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-04-02 23:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13 13:01 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-JSON/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-04-02 23:30 Kent Fredric
2015-04-02 23:30 Kent Fredric
2013-04-28 22:52 Kent Fredric
2011-11-11 14:38 Kent Fredric
2011-04-13 13:01 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox