* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-File/
@ 2015-06-20 9:37 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-20 9:37 UTC (permalink / raw
To: gentoo-commits
commit: 6b420ad67e85cf56e7387af8b9d8d0d2759e58a9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 08:09:03 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 08:09:03 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=6b420ad6
[fixup] Catalyst-Model-File: Fixup deps, resolve test failures with parallelism
Package-Manager: portage-2.2.17
.../Catalyst-Model-File-0.100.0-r1.ebuild | 51 ----------------------
.../Catalyst-Model-File-0.100.0-r2.ebuild | 36 +++++++++++++++
2 files changed, 36 insertions(+), 51 deletions(-)
diff --git a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r1.ebuild b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r1.ebuild
deleted file mode 100644
index 2072f56..0000000
--- a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=ASH
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION='File based storage model for Catalyst.'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
- # Test::More
- echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
- # Catalyst 5.80 ( 5.800.0 )
- echo \>=dev-perl/Catalyst-Runtime-5.800.0
- # Catalyst::Component::InstancePerContext
- echo dev-perl/Catalyst-Component-InstancePerContext
- # MRO::Compat
- echo dev-perl/MRO-Compat
- # Moose
- echo dev-perl/Moose
- # MooseX::Types::Moose
- echo dev-perl/MooseX-Types
- # MooseX::Types::Path::Class
- echo dev-perl/MooseX-Types-Path-Class
- # Path::Class
- echo dev-perl/Path-Class
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # perl v5.8.1 ( 5.8.1 )
- echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
diff --git a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r2.ebuild b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r2.ebuild
new file mode 100644
index 0000000..deade21
--- /dev/null
+++ b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ASH
+MODULE_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION="File based storage model for Catalyst."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PERL_RM_FILES=(
+ t/01use.t
+ t/02pod.t
+)
+PERL_RESTRICT="parallel-test"
+RDEPEND="
+ >=dev-perl/Catalyst-Runtime-5.800.0
+ dev-perl/Catalyst-Component-InstancePerContext
+ dev-perl/MRO-Compat
+ dev-perl/Moose
+ dev-perl/MooseX-Types
+ dev-perl/MooseX-Types-Path-Class
+ dev-perl/Path-Class
+ dev-perl/namespace-autoclean
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-File/
@ 2015-06-17 0:56 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-17 0:56 UTC (permalink / raw
To: gentoo-commits
commit: c088b18cefe86938bf77508ca3aab7b13e74832f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 00:21:35 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 00:21:35 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=c088b18c
[fixup] Catalyst-Model-File: EAPI5
Package-Manager: portage-2.2.17
...l-File-0.100.0.ebuild => Catalyst-Model-File-0.100.0-r1.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0.ebuild b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r1.ebuild
similarity index 92%
rename from dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0.ebuild
rename to dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r1.ebuild
index 5f24ffc..2072f56 100644
--- a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0.ebuild
+++ b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
MODULE_AUTHOR=ASH
MODULE_VERSION=0.10
inherit perl-module
DESCRIPTION='File based storage model for Catalyst.'
-LICENSE=" || ( Artistic GPL-2 )"
+
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -49,4 +49,3 @@ DEPEND="
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/Catalyst-Model-File/
@ 2012-02-12 7:22 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-02-12 7:22 UTC (permalink / raw
To: gentoo-commits
commit: 197b26903551d3850ab131373bc32adae3f9b520
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 12 02:12:00 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 12 02:12:00 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=197b2690
[migrate/qa] <=Catalyst-Model-File-0.08
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
...07.ebuild => Catalyst-Model-File-0.70.0.ebuild} | 9 ++++++---
...08.ebuild => Catalyst-Model-File-0.80.0.ebuild} | 9 ++++++---
dev-perl/Catalyst-Model-File/ChangeLog | 8 ++++++++
3 files changed, 20 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.07.ebuild b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.70.0.ebuild
similarity index 75%
rename from dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.07.ebuild
rename to dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.70.0.ebuild
index 209e2af..7dbb3b2 100644
--- a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.07.ebuild
+++ b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.70.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-
+EAPI=4
MODULE_AUTHOR=ASH
+MODULE_VERSION="0.07"
inherit perl-module
DESCRIPTION="File based storage model for Catalyst."
@@ -12,8 +13,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="
+RDEPEND="
>=dev-perl/Catalyst-Runtime-5.690.0
dev-perl/Catalyst-Component-InstancePerContext
dev-perl/Path-Class
"
+DEPEND="${RDEPEND}"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.08.ebuild b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.80.0.ebuild
similarity index 76%
rename from dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.08.ebuild
rename to dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.80.0.ebuild
index 757a9e4..988a55c 100644
--- a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.08.ebuild
+++ b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.80.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-
+EAPI=4
MODULE_AUTHOR=ASH
+MODULE_VERSION="0.08"
inherit perl-module
DESCRIPTION="File based storage model for Catalyst."
@@ -12,9 +13,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="
+RDEPEND="
>=dev-perl/Catalyst-Runtime-5.690.0
dev-perl/Catalyst-Component-InstancePerContext
dev-perl/Path-Class
dev-perl/MRO-Compat
"
+DEPEND="${RDEPEND}"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Model-File/ChangeLog b/dev-perl/Catalyst-Model-File/ChangeLog
index a175b2f..9fb96d0 100644
--- a/dev-perl/Catalyst-Model-File/ChangeLog
+++ b/dev-perl/Catalyst-Model-File/ChangeLog
@@ -2,6 +2,14 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Model-File-0.80.0 (12 Feb 2012)
+*Catalyst-Model-File-0.70.0 (12 Feb 2012)
+
+ 12 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ -Catalyst-Model-File-0.07.ebuild, -Catalyst-Model-File-0.08.ebuild,
+ +Catalyst-Model-File-0.70.0.ebuild, +Catalyst-Model-File-0.80.0.ebuild:
+ Migrate, EAPI/QA Fixes
+
*Catalyst-Model-File-0.100.0 (12 Feb 2012)
12 Feb 2012; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-File/
@ 2012-02-12 7:22 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-02-12 7:22 UTC (permalink / raw
To: gentoo-commits
commit: 928598b084af48c5e39f3d25a23b2243e0a7d9de
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 12 02:08:54 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 12 02:08:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=928598b0
[newversion] Catalyst-Model-File-0.100.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
.../Catalyst-Model-File-0.100.0.ebuild | 52 ++++++++++++++++++++
dev-perl/Catalyst-Model-File/ChangeLog | 8 +++-
2 files changed, 59 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0.ebuild b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0.ebuild
new file mode 100644
index 0000000..5f24ffc
--- /dev/null
+++ b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ASH
+MODULE_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION='File based storage model for Catalyst.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+ # Catalyst 5.80 ( 5.800.0 )
+ echo \>=dev-perl/Catalyst-Runtime-5.800.0
+ # Catalyst::Component::InstancePerContext
+ echo dev-perl/Catalyst-Component-InstancePerContext
+ # MRO::Compat
+ echo dev-perl/MRO-Compat
+ # Moose
+ echo dev-perl/Moose
+ # MooseX::Types::Moose
+ echo dev-perl/MooseX-Types
+ # MooseX::Types::Path::Class
+ echo dev-perl/MooseX-Types-Path-Class
+ # Path::Class
+ echo dev-perl/Path-Class
+ # namespace::autoclean
+ echo dev-perl/namespace-autoclean
+ # perl v5.8.1 ( 5.8.1 )
+ echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Model-File/ChangeLog b/dev-perl/Catalyst-Model-File/ChangeLog
index 3b80f62..a175b2f 100644
--- a/dev-perl/Catalyst-Model-File/ChangeLog
+++ b/dev-perl/Catalyst-Model-File/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Catalyst-Model-File
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Model-File-0.100.0 (12 Feb 2012)
+
+ 12 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Model-File-0.100.0.ebuild:
+ Version Bump
+
11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
Catalyst-Model-File-0.07.ebuild, Catalyst-Model-File-0.08.ebuild:
Fixdep Catalyst-Runtime
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-File/
@ 2011-11-11 14:38 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 9a53330f7b54189e41fa033d56247832d2bd17a3
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 14:29:25 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 14:29:25 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9a53330f
[fixdep] Catalyst-Model-File -> Catalyst-Runtime
(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../Catalyst-Model-File-0.07.ebuild | 4 ++--
.../Catalyst-Model-File-0.08.ebuild | 4 ++--
dev-perl/Catalyst-Model-File/ChangeLog | 6 +++++-
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.07.ebuild b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.07.ebuild
index 5e63d8c..209e2af 100644
--- a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.07.ebuild
+++ b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.07.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: $
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
- >=dev-perl/Catalyst-Runtime-5.690
+ >=dev-perl/Catalyst-Runtime-5.690.0
dev-perl/Catalyst-Component-InstancePerContext
dev-perl/Path-Class
"
diff --git a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.08.ebuild b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.08.ebuild
index 87c0d04..757a9e4 100644
--- a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.08.ebuild
+++ b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.08.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: $
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
- >=dev-perl/Catalyst-Runtime-5.690
+ >=dev-perl/Catalyst-Runtime-5.690.0
dev-perl/Catalyst-Component-InstancePerContext
dev-perl/Path-Class
dev-perl/MRO-Compat
diff --git a/dev-perl/Catalyst-Model-File/ChangeLog b/dev-perl/Catalyst-Model-File/ChangeLog
index 1f8667a..3b80f62 100644
--- a/dev-perl/Catalyst-Model-File/ChangeLog
+++ b/dev-perl/Catalyst-Model-File/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/Catalyst-Model-File
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+ Catalyst-Model-File-0.07.ebuild, Catalyst-Model-File-0.08.ebuild:
+ Fixdep Catalyst-Runtime
+
*Catalyst-Model-File-0.08 (11 Jul 2009)
11 Jul 2009; Michele Beltrame <m@cattlegrid.info>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-06-20 9:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-20 9:37 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-File/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-06-17 0:56 Kent Fredric
2012-02-12 7:22 Kent Fredric
2012-02-12 7:22 Kent Fredric
2011-11-11 14:38 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox