public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-I18N/
@ 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:     4fd5f42ec26a532f75d277a2a403046ba599822a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 22:35:04 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 22:35:04 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4fd5f42e

[fixdep] Catalyst-Plugin-I18N -> MRO-Compat ( normalize )

Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4

---
 .../Catalyst-Plugin-I18N-0.10.ebuild               |    4 ++--
 dev-perl/Catalyst-Plugin-I18N/ChangeLog            |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10.ebuild b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10.ebuild
index d65edec..855092a 100644
--- a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10.ebuild
+++ b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -17,6 +17,6 @@ DEPEND="
 	>=virtual/perl-Locale-Maketext-Simple-0.19
 	>=virtual/perl-i18n-langtags-0.35
 	dev-perl/locale-maketext-lexicon
-	>=dev-perl/MRO-Compat-0.10
+	>=dev-perl/MRO-Compat-0.100.0
 "
 RDEPEND=${DEPEND}

diff --git a/dev-perl/Catalyst-Plugin-I18N/ChangeLog b/dev-perl/Catalyst-Plugin-I18N/ChangeLog
index 25c6f81..ffe0630 100644
--- a/dev-perl/Catalyst-Plugin-I18N/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-I18N/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-I18N
-# Copyright 1999-2010 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-Plugin-I18N-0.10.ebuild:
+  Fix dependency on MRO-Compat ( normalize )
+
 *Catalyst-Plugin-I18N-0.10 (10 Aug 2010)
 
   10 Aug 2010; Michele Beltrame <m@cattlegrid.info>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-I18N/
@ 2014-07-24  3:01 Kent Fredric
  2014-08-20 11:03 ` Kent Fredric
  0 siblings, 1 reply; 6+ messages in thread
From: Kent Fredric @ 2014-07-24  3:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6a25667885eb904e3da15563414f4d5d0e39be84
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 02:59:51 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 02:59:51 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6a256678

[fix] dev-perl/Catalyst-Plugin-I18N Fix dep on I18N-LangTags

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 ...lugin-I18N-0.10.ebuild => Catalyst-Plugin-I18N-0.10-r1.ebuild} | 4 ++--
 dev-perl/Catalyst-Plugin-I18N/ChangeLog                           | 8 +++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10.ebuild b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10-r1.ebuild
similarity index 84%
rename from dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10.ebuild
rename to dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10-r1.ebuild
index 855092a..6d47944 100644
--- a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10.ebuild
+++ b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -15,7 +15,7 @@ IUSE=""
 DEPEND="
 	dev-perl/Catalyst-Runtime
 	>=virtual/perl-Locale-Maketext-Simple-0.19
-	>=virtual/perl-i18n-langtags-0.35
+	>=virtual/perl-I18N-LangTags-0.35
 	dev-perl/locale-maketext-lexicon
 	>=dev-perl/MRO-Compat-0.100.0
 "

diff --git a/dev-perl/Catalyst-Plugin-I18N/ChangeLog b/dev-perl/Catalyst-Plugin-I18N/ChangeLog
index ffe0630..8c28bb3 100644
--- a/dev-perl/Catalyst-Plugin-I18N/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-I18N/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-I18N
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-I18N-0.10-r1 (24 Jul 2014)
+
+  24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-I18N-0.10.ebuild, +Catalyst-Plugin-I18N-0.10-r1.ebuild:
+  Fix dep on I18N-LangTags
+
   28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
   Catalyst-Plugin-I18N-0.10.ebuild:
   Fix dependency on MRO-Compat ( normalize )


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-I18N/
  2014-07-24  3:01 Kent Fredric
@ 2014-08-20 11:03 ` Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2014-08-20 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     6a25667885eb904e3da15563414f4d5d0e39be84
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 02:59:51 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 02:59:51 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6a256678

[fix] dev-perl/Catalyst-Plugin-I18N Fix dep on I18N-LangTags

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 ...lugin-I18N-0.10.ebuild => Catalyst-Plugin-I18N-0.10-r1.ebuild} | 4 ++--
 dev-perl/Catalyst-Plugin-I18N/ChangeLog                           | 8 +++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10.ebuild b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10-r1.ebuild
similarity index 84%
rename from dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10.ebuild
rename to dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10-r1.ebuild
index 855092a..6d47944 100644
--- a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10.ebuild
+++ b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -15,7 +15,7 @@ IUSE=""
 DEPEND="
 	dev-perl/Catalyst-Runtime
 	>=virtual/perl-Locale-Maketext-Simple-0.19
-	>=virtual/perl-i18n-langtags-0.35
+	>=virtual/perl-I18N-LangTags-0.35
 	dev-perl/locale-maketext-lexicon
 	>=dev-perl/MRO-Compat-0.100.0
 "

diff --git a/dev-perl/Catalyst-Plugin-I18N/ChangeLog b/dev-perl/Catalyst-Plugin-I18N/ChangeLog
index ffe0630..8c28bb3 100644
--- a/dev-perl/Catalyst-Plugin-I18N/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-I18N/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-I18N
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-I18N-0.10-r1 (24 Jul 2014)
+
+  24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-I18N-0.10.ebuild, +Catalyst-Plugin-I18N-0.10-r1.ebuild:
+  Fix dep on I18N-LangTags
+
   28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
   Catalyst-Plugin-I18N-0.10.ebuild:
   Fix dependency on MRO-Compat ( normalize )


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-I18N/
@ 2014-08-27  0:55 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2014-08-27  0:55 UTC (permalink / raw
  To: gentoo-commits

commit:     cf57bb9d2a67e59a8cf75b70cb18fff92929e638
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Aug 26 23:31:34 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Aug 26 23:31:34 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cf57bb9d

[cleanup] dev-perl/Catalyst-Plugin-I18N remove old versions

Package-Manager: portage-2.2.10

---
 .../Catalyst-Plugin-I18N-0.09.ebuild                 | 20 --------------------
 dev-perl/Catalyst-Plugin-I18N/ChangeLog              |  4 ++++
 2 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.09.ebuild b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.09.ebuild
deleted file mode 100644
index ed39f09..0000000
--- a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.09.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=MRAMBERG
-inherit perl-module
-
-DESCRIPTION="I18N for Catalyst"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	dev-perl/Catalyst-Runtime
-	virtual/perl-Locale-Maketext-Simple
-	dev-perl/locale-maketext-lexicon
-	dev-perl/MRO-Compat
-"

diff --git a/dev-perl/Catalyst-Plugin-I18N/ChangeLog b/dev-perl/Catalyst-Plugin-I18N/ChangeLog
index 8c28bb3..572b254 100644
--- a/dev-perl/Catalyst-Plugin-I18N/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-I18N/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-I18N-0.09.ebuild:
+  Remove old
+
 *Catalyst-Plugin-I18N-0.10-r1 (24 Jul 2014)
 
   24 Jul 2014; 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-Plugin-I18N/
@ 2014-08-27  0:55 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2014-08-27  0:55 UTC (permalink / raw
  To: gentoo-commits

commit:     637a5efe473df6701f2632ac4484f7d128211dab
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Aug 26 23:35:54 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Aug 26 23:35:54 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=637a5efe

[fixup] dev-perl/Catalyst-Plugin-I18N EAPI=5, Normalise, Fixups

Package-Manager: portage-2.2.10

---
 ...-0.10-r1.ebuild => Catalyst-Plugin-I18N-0.100.0.ebuild} | 14 +++++++++++---
 dev-perl/Catalyst-Plugin-I18N/ChangeLog                    |  6 ++++++
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10-r1.ebuild b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0.ebuild
similarity index 69%
rename from dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10-r1.ebuild
rename to dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0.ebuild
index 6d47944..7d6c72a 100644
--- a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10-r1.ebuild
+++ b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=5
 MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=0.10
 inherit perl-module
 
 DESCRIPTION="I18N for Catalyst"
@@ -14,9 +15,16 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 DEPEND="
 	dev-perl/Catalyst-Runtime
-	>=virtual/perl-Locale-Maketext-Simple-0.19
-	>=virtual/perl-I18N-LangTags-0.35
+	>=virtual/perl-Locale-Maketext-Simple-0.190.0
+	>=virtual/perl-I18N-LangTags-0.350.0
 	dev-perl/locale-maketext-lexicon
 	>=dev-perl/MRO-Compat-0.100.0
 "
 RDEPEND=${DEPEND}
+
+PERL_RM_FILES=(
+	t/02pod.t
+	t/03podcoverage.t
+)
+
+SRC_TEST=do

diff --git a/dev-perl/Catalyst-Plugin-I18N/ChangeLog b/dev-perl/Catalyst-Plugin-I18N/ChangeLog
index 572b254..74d6ca2 100644
--- a/dev-perl/Catalyst-Plugin-I18N/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-I18N/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-I18N-0.100.0 (26 Aug 2014)
+
+  26 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-I18N-0.10-r1.ebuild, +Catalyst-Plugin-I18N-0.100.0.ebuild:
+  EAPI=5, Normalise, Fixups
+
   26 Aug 2014; Kent Fredric <kentfredric@gmail.com>
   -Catalyst-Plugin-I18N-0.09.ebuild:
   Remove old


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-I18N/
@ 2015-07-14  6:25 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2015-07-14  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ff8d07438392a01f330575d7f7ad47f896f512d2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jul 14 06:24:37 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jul 14 06:24:37 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ff8d0743

dev-perl/Catalyst-Plugin-I18N: Fixup dep on Locale-MakeText-Lexicon

Package-Manager: portage-2.2.17

 ...-I18N-0.100.0.ebuild => Catalyst-Plugin-I18N-0.100.0-r1.ebuild} | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0.ebuild b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0-r1.ebuild
similarity index 78%
rename from dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0.ebuild
rename to dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0-r1.ebuild
index 7d6c72a..e3ff82d 100644
--- a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -7,7 +7,6 @@ MODULE_VERSION=0.10
 inherit perl-module
 
 DESCRIPTION="I18N for Catalyst"
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
@@ -17,7 +16,7 @@ DEPEND="
 	dev-perl/Catalyst-Runtime
 	>=virtual/perl-Locale-Maketext-Simple-0.190.0
 	>=virtual/perl-I18N-LangTags-0.350.0
-	dev-perl/locale-maketext-lexicon
+	dev-perl/Locale-Maketext-Lexicon
 	>=dev-perl/MRO-Compat-0.100.0
 "
 RDEPEND=${DEPEND}
@@ -26,5 +25,3 @@ PERL_RM_FILES=(
 	t/02pod.t
 	t/03podcoverage.t
 )
-
-SRC_TEST=do


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

end of thread, other threads:[~2015-07-14  6:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-14  6:25 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-I18N/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-08-27  0:55 Kent Fredric
2014-08-27  0:55 Kent Fredric
2014-07-24  3:01 Kent Fredric
2014-08-20 11:03 ` Kent Fredric
2013-04-28 22:52 Kent Fredric

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