public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-AttributeIndexes/
@ 2011-04-05 11:27 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-05 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     50b5dc43c6ae7e04683f0192b4bde0262a1791be
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jan 22 06:44:59 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr  5 11:26:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=50b5dc43

[import] ( kentnl:MXAttributeIndexes ) [fix] Migrate MooseX-AttributeIndexes to new version scheme, fix dep on M:B

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

---
 dev-perl/MooseX-AttributeIndexes/ChangeLog         |    7 +++++++
 ...d => MooseX-AttributeIndexes-0.10.10.70.ebuild} |    4 +++-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/dev-perl/MooseX-AttributeIndexes/ChangeLog b/dev-perl/MooseX-AttributeIndexes/ChangeLog
index 0388007..10d3266 100644
--- a/dev-perl/MooseX-AttributeIndexes/ChangeLog
+++ b/dev-perl/MooseX-AttributeIndexes/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-AttributeIndexes-0.10.10.70 (22 Jan 2011)
+
+  22 Jan 2011; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-AttributeIndexes-0.10.10.70.ebuild,
+  -MooseX-AttributeIndexes-0.01001007.ebuild:
+  Move to new version scheme, add dep on M::B
+
   02 Jan 2011; Kent Fredric <kentfredric@gmail.com>
   -MooseX-AttributeIndexes-0.01000300.ebuild:
   gone on cpan

diff --git a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.01001007.ebuild b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.10.10.70.ebuild
similarity index 85%
rename from dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.01001007.ebuild
rename to dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.10.10.70.ebuild
index 0e1abbb..129c134 100644
--- a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.01001007.ebuild
+++ b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.10.10.70.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=KENTNL
+MODULE_VERSION="0.01001007"
 inherit perl-module
 
 DESCRIPTION="Advertise metadata about your Model-Representing Classes to Any Database tool"
@@ -18,6 +19,7 @@ COMMON_DEPEND="
 "
 DEPEND="
 	${COMMON_DEPEND}
+	virtual/perl-Module-Build
 	test? (
 		virtual/perl-Test-Simple
 	)



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-AttributeIndexes/
@ 2011-04-05 11:27 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-05 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     512c12e7ec588d592d803846573d09e3973b288e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Aug 24 22:07:00 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr  5 11:25:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=512c12e7

[import] ( kentnl:MXAttributeIndexes ) Added MooseX-AttributeIndexes
(Portage version: 2.2_rc39/git/Linux x86_64)
 (Signed Manifest commit)

---
 dev-perl/MooseX-AttributeIndexes/ChangeLog         |   10 +++++++
 .../MooseX-AttributeIndexes-0.01000300.ebuild      |   27 ++++++++++++++++++++
 dev-perl/MooseX-AttributeIndexes/metadata.xml      |    9 ++++++
 3 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/dev-perl/MooseX-AttributeIndexes/ChangeLog b/dev-perl/MooseX-AttributeIndexes/ChangeLog
new file mode 100644
index 0000000..88adeb4
--- /dev/null
+++ b/dev-perl/MooseX-AttributeIndexes/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/MooseX-AttributeIndexes
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*MooseX-AttributeIndexes-0.01000300 (24 Aug 2009)
+
+  24 Aug 2009; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-AttributeIndexes-0.01000300.ebuild, +metadata.xml:
+  Added
+

diff --git a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.01000300.ebuild b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.01000300.ebuild
new file mode 100644
index 0000000..f95bb06
--- /dev/null
+++ b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.01000300.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=2
+MODULE_AUTHOR=KENTNL
+inherit perl-module
+
+DESCRIPTION="Advertise metadata about your Model-Representing Classes to Any Database tool"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+COMMON_DEPEND="
+	dev-perl/MooseX-Types
+	>=dev-perl/namespace-autoclean-0.08
+	>=dev-perl/Moose-0.89
+"
+DEPEND="
+	${COMMON_DEPEND}
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/MooseX-AttributeIndexes/metadata.xml b/dev-perl/MooseX-AttributeIndexes/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/MooseX-AttributeIndexes/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>kentfredric@gmail.com</email>
+        <name>Kent Fredric</name>
+    </maintainer>
+</pkgmetadata>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-AttributeIndexes/
@ 2011-04-05 11:27 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-05 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     2077a0f9f626f11fc83af669d11c205e76b425de
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Sep  1 11:46:37 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr  5 11:25:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2077a0f9

[import] ( kentnl:MXAttributeIndexes ) =MooseX-AttributeIndexes-0.01001007
(Portage version: 2.2_rc40/git/Linux x86_64)
 (Signed Manifest commit)

---
 dev-perl/MooseX-AttributeIndexes/ChangeLog         |    6 ++++
 .../MooseX-AttributeIndexes-0.01001007.ebuild      |   28 ++++++++++++++++++++
 2 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/dev-perl/MooseX-AttributeIndexes/ChangeLog b/dev-perl/MooseX-AttributeIndexes/ChangeLog
index 88adeb4..3568383 100644
--- a/dev-perl/MooseX-AttributeIndexes/ChangeLog
+++ b/dev-perl/MooseX-AttributeIndexes/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-AttributeIndexes-0.01001007 (01 Sep 2009)
+
+  01 Sep 2009; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-AttributeIndexes-0.01001007.ebuild:
+  Bump
+
 *MooseX-AttributeIndexes-0.01000300 (24 Aug 2009)
 
   24 Aug 2009; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.01001007.ebuild b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.01001007.ebuild
new file mode 100644
index 0000000..0e1abbb
--- /dev/null
+++ b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.01001007.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=2
+MODULE_AUTHOR=KENTNL
+inherit perl-module
+
+DESCRIPTION="Advertise metadata about your Model-Representing Classes to Any Database tool"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+COMMON_DEPEND="
+	dev-perl/MooseX-Types
+	>=dev-perl/namespace-autoclean-0.08
+	>=dev-perl/Moose-0.89
+	>=virtual/perl-Scalar-List-Utils-1.21
+"
+DEPEND="
+	${COMMON_DEPEND}
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-AttributeIndexes/
@ 2011-04-05 11:27 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-05 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4ab5df72df6abd8f4cbfd669d5d858091a610cbf
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jan  2 18:13:48 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr  5 11:25:46 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4ab5df72

[import] ( kentnl:MXAttributeIndexes ) [cleaned(gone on cpan)] MooseX-AttributeIndexes-0.01000300

(Portage version: 2.1.9.26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/MooseX-AttributeIndexes/ChangeLog         |    6 +++-
 .../MooseX-AttributeIndexes-0.01000300.ebuild      |   27 --------------------
 2 files changed, 5 insertions(+), 28 deletions(-)

diff --git a/dev-perl/MooseX-AttributeIndexes/ChangeLog b/dev-perl/MooseX-AttributeIndexes/ChangeLog
index 3568383..0388007 100644
--- a/dev-perl/MooseX-AttributeIndexes/ChangeLog
+++ b/dev-perl/MooseX-AttributeIndexes/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/MooseX-AttributeIndexes
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  02 Jan 2011; Kent Fredric <kentfredric@gmail.com>
+  -MooseX-AttributeIndexes-0.01000300.ebuild:
+  gone on cpan
+
 *MooseX-AttributeIndexes-0.01001007 (01 Sep 2009)
 
   01 Sep 2009; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.01000300.ebuild b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.01000300.ebuild
deleted file mode 100644
index f95bb06..0000000
--- a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.01000300.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=KENTNL
-inherit perl-module
-
-DESCRIPTION="Advertise metadata about your Model-Representing Classes to Any Database tool"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
-	dev-perl/MooseX-Types
-	>=dev-perl/namespace-autoclean-0.08
-	>=dev-perl/Moose-0.89
-"
-DEPEND="
-	${COMMON_DEPEND}
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-AttributeIndexes/
@ 2011-04-05 11:27 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-05 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     8c2acaf8818f936dc520b25b23b69edfa7c75270
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 16:35:18 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr  5 11:26:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8c2acaf8

[import] ( kentnl:MXAttributeIndexes ) [newversion] MooseX-AttributeIndexes-1.0.0

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

---
 dev-perl/MooseX-AttributeIndexes/ChangeLog         |    6 ++++
 .../MooseX-AttributeIndexes-1.0.0.ebuild           |   30 ++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/dev-perl/MooseX-AttributeIndexes/ChangeLog b/dev-perl/MooseX-AttributeIndexes/ChangeLog
index 10d3266..6d7576b 100644
--- a/dev-perl/MooseX-AttributeIndexes/ChangeLog
+++ b/dev-perl/MooseX-AttributeIndexes/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-AttributeIndexes-1.0.0 (12 Mar 2011)
+
+  12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-AttributeIndexes-1.0.0.ebuild:
+  bump
+
 *MooseX-AttributeIndexes-0.10.10.70 (22 Jan 2011)
 
   22 Jan 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.0.ebuild b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.0.ebuild
new file mode 100644
index 0000000..d7197c9
--- /dev/null
+++ b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=2
+MODULE_AUTHOR=KENTNL
+inherit perl-module
+
+DESCRIPTION="Advertise metadata about your Model-Representing Classes to Any Database tool"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+COMMON_DEPEND="
+	>=dev-perl/MooseX-Types-0.190
+	>=dev-perl/namespace-autoclean-0.08
+	>=dev-perl/Moose-0.94
+	>=virtual/perl-Scalar-List-Utils-1.21
+"
+DEPEND="
+	${COMMON_DEPEND}
+	>=virtual/perl-Module-Build-0.36.0
+	virtual/perl-File-Temp
+	test? (
+		>=virtual/perl-Test-Simple-0.92
+	)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-AttributeIndexes/
@ 2011-04-05 11:27 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-05 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     f8248b3a86e42a2f550a2947565f9d25949dbcde
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr  5 11:13:15 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr  5 11:26:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f8248b3a

[import] ( kentnl:MXAttributeIndexes ) [newversion]  MooseX-AttributeIndexes-1.0.1

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

---
 dev-perl/MooseX-AttributeIndexes/ChangeLog         |    6 ++++
 .../MooseX-AttributeIndexes-1.0.1.ebuild           |   30 ++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/dev-perl/MooseX-AttributeIndexes/ChangeLog b/dev-perl/MooseX-AttributeIndexes/ChangeLog
index 6d7576b..fb1099b 100644
--- a/dev-perl/MooseX-AttributeIndexes/ChangeLog
+++ b/dev-perl/MooseX-AttributeIndexes/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-AttributeIndexes-1.0.1 (05 Apr 2011)
+
+  05 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-AttributeIndexes-1.0.1.ebuild:
+  Bump
+
 *MooseX-AttributeIndexes-1.0.0 (12 Mar 2011)
 
   12 Mar 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.1.ebuild b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.1.ebuild
new file mode 100644
index 0000000..993fff6
--- /dev/null
+++ b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=KENTNL
+inherit perl-module
+
+DESCRIPTION="Advertise metadata about your Model-Representing Classes to Any Database tool"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+COMMON_DEPEND="
+	>=dev-perl/MooseX-Types-0.190
+	>=dev-perl/namespace-autoclean-0.08
+	>=dev-perl/Moose-0.94
+	>=virtual/perl-Scalar-List-Utils-1.21
+"
+DEPEND="
+	${COMMON_DEPEND}
+	>=virtual/perl-Module-Build-0.36.0
+	virtual/perl-File-Temp
+	test? (
+		>=virtual/perl-Test-Simple-0.92
+	)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-AttributeIndexes/
@ 2012-02-08 21:57 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-02-08 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     cd263c2932adb140eafe130113d22c3891ca5cf4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb  8 19:15:30 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb  8 19:15:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cd263c29

[cpanclean] MooseX-AttributeIndexes-0.10.10.70

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

---
 dev-perl/MooseX-AttributeIndexes/ChangeLog         |    6 +++-
 .../MooseX-AttributeIndexes-0.10.10.70.ebuild      |   30 --------------------
 2 files changed, 5 insertions(+), 31 deletions(-)

diff --git a/dev-perl/MooseX-AttributeIndexes/ChangeLog b/dev-perl/MooseX-AttributeIndexes/ChangeLog
index fb1099b..d73e4ba 100644
--- a/dev-perl/MooseX-AttributeIndexes/ChangeLog
+++ b/dev-perl/MooseX-AttributeIndexes/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/MooseX-AttributeIndexes
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  -MooseX-AttributeIndexes-0.10.10.70.ebuild:
+  Gone on CPAN
+
 *MooseX-AttributeIndexes-1.0.1 (05 Apr 2011)
 
   05 Apr 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.10.10.70.ebuild b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.10.10.70.ebuild
deleted file mode 100644
index 129c134..0000000
--- a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-0.10.10.70.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=KENTNL
-MODULE_VERSION="0.01001007"
-inherit perl-module
-
-DESCRIPTION="Advertise metadata about your Model-Representing Classes to Any Database tool"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
-	dev-perl/MooseX-Types
-	>=dev-perl/namespace-autoclean-0.08
-	>=dev-perl/Moose-0.89
-	>=virtual/perl-Scalar-List-Utils-1.21
-"
-DEPEND="
-	${COMMON_DEPEND}
-	virtual/perl-Module-Build
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-AttributeIndexes/
@ 2012-02-28 10:02 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-02-28 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     4b647ff689f3c656064d870871df269c2b455244
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 28 09:00:02 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 28 09:00:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4b647ff6

[newversion] MooseX-AttributeIndexes-1.0.2

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

---
 dev-perl/MooseX-AttributeIndexes/ChangeLog         |    6 ++
 .../MooseX-AttributeIndexes-1.0.2.ebuild           |   63 ++++++++++++++++++++
 2 files changed, 69 insertions(+), 0 deletions(-)

diff --git a/dev-perl/MooseX-AttributeIndexes/ChangeLog b/dev-perl/MooseX-AttributeIndexes/ChangeLog
index d73e4ba..ca291e1 100644
--- a/dev-perl/MooseX-AttributeIndexes/ChangeLog
+++ b/dev-perl/MooseX-AttributeIndexes/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-AttributeIndexes-1.0.2 (28 Feb 2012)
+
+  28 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-AttributeIndexes-1.0.2.ebuild:
+  Version Bump
+
   08 Feb 2012; Kent Fredric <kentfredric@gmail.com>
   -MooseX-AttributeIndexes-0.10.10.70.ebuild:
   Gone on CPAN

diff --git a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.2.ebuild b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.2.ebuild
new file mode 100644
index 0000000..22da325
--- /dev/null
+++ b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=1.0.2
+inherit perl-module
+
+DESCRIPTION='Advertise metadata about your Model-Representing Classes to Any Database tool.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# Module::Build 0.3601 ( 0.360.100 )
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+	# Module::Build 0.3601 ( 0.360.100 )
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+	# Moose 0.94 ( 0.940.0 )
+	echo \>=dev-perl/Moose-0.940
+	# Moose::Exporter
+	echo dev-perl/Moose
+	# Moose::Role
+	echo dev-perl/Moose
+	# Moose::Util::MetaRole
+	echo dev-perl/Moose
+	# MooseX::Types::Moose 0.19 ( 0.190.0 )
+	echo \>=dev-perl/MooseX-Types-0.190.0
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# namespace::autoclean 0.08 ( 0.80.0 )
+	echo \>=dev-perl/namespace-autoclean-0.080
+	# perl v5.10.0 ( 5.10.0 )
+	echo \>=dev-lang/perl-5.10.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# File::Find
+	echo dev-lang/perl
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Test::Moose
+	echo dev-perl/Moose
+	# Test::More 0.92 ( 0.920.0 )
+	echo \>=virtual/perl-Test-Simple-0.92
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-AttributeIndexes/
@ 2012-06-23 14:09 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-06-23 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     91022d7cc0a274089b96f64612e57b7b79cd2cbf
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 12:15:39 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 23 12:15:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=91022d7c

[fix] MooseX-AttributeIndexes -> namespace-autoclean normalise

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

---
 dev-perl/MooseX-AttributeIndexes/ChangeLog         |    5 +++++
 .../MooseX-AttributeIndexes-1.0.0.ebuild           |    4 ++--
 .../MooseX-AttributeIndexes-1.0.1.ebuild           |    4 ++--
 .../MooseX-AttributeIndexes-1.0.2.ebuild           |    2 +-
 4 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/dev-perl/MooseX-AttributeIndexes/ChangeLog b/dev-perl/MooseX-AttributeIndexes/ChangeLog
index ca291e1..843c23a 100644
--- a/dev-perl/MooseX-AttributeIndexes/ChangeLog
+++ b/dev-perl/MooseX-AttributeIndexes/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+  MooseX-AttributeIndexes-1.0.0.ebuild, MooseX-AttributeIndexes-1.0.1.ebuild,
+  MooseX-AttributeIndexes-1.0.2.ebuild:
+  Normalise dep on namespace-autoclean
+
 *MooseX-AttributeIndexes-1.0.2 (28 Feb 2012)
 
   28 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.0.ebuild b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.0.ebuild
index d7197c9..8fabfa8 100644
--- a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.0.ebuild
+++ b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.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: $
 EAPI=2
@@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 COMMON_DEPEND="
 	>=dev-perl/MooseX-Types-0.190
-	>=dev-perl/namespace-autoclean-0.08
+	>=dev-perl/namespace-autoclean-0.80.0
 	>=dev-perl/Moose-0.94
 	>=virtual/perl-Scalar-List-Utils-1.21
 "

diff --git a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.1.ebuild b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.1.ebuild
index 993fff6..afcf01a 100644
--- a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.1.ebuild
+++ b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.1.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: $
 EAPI=4
@@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 COMMON_DEPEND="
 	>=dev-perl/MooseX-Types-0.190
-	>=dev-perl/namespace-autoclean-0.08
+	>=dev-perl/namespace-autoclean-0.80.0
 	>=dev-perl/Moose-0.94
 	>=virtual/perl-Scalar-List-Utils-1.21
 "

diff --git a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.2.ebuild b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.2.ebuild
index 22da325..4f52eda 100644
--- a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.2.ebuild
+++ b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.2.ebuild
@@ -33,7 +33,7 @@ perl_meta_runtime() {
 	# Scalar::Util
 	echo virtual/perl-Scalar-List-Utils
 	# namespace::autoclean 0.08 ( 0.80.0 )
-	echo \>=dev-perl/namespace-autoclean-0.080
+	echo \>=dev-perl/namespace-autoclean-0.80.0
 	# perl v5.10.0 ( 5.10.0 )
 	echo \>=dev-lang/perl-5.10.0
 	# strict



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-AttributeIndexes/
@ 2013-04-28 14:06 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-04-28 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     411b5177bbacfd90cafba755b358fff14dd8e4eb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 13:47:05 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 13:47:05 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=411b5177

[newversion] MooseX-AttributeIndexes-1.0.3

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

---
 dev-perl/MooseX-AttributeIndexes/ChangeLog         |    6 ++
 .../MooseX-AttributeIndexes-1.0.3.ebuild           |   63 ++++++++++++++++++++
 2 files changed, 69 insertions(+), 0 deletions(-)

diff --git a/dev-perl/MooseX-AttributeIndexes/ChangeLog b/dev-perl/MooseX-AttributeIndexes/ChangeLog
index edf4b02..be38986 100644
--- a/dev-perl/MooseX-AttributeIndexes/ChangeLog
+++ b/dev-perl/MooseX-AttributeIndexes/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-AttributeIndexes-1.0.3 (28 Apr 2013)
+
+  28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-AttributeIndexes-1.0.3.ebuild:
+  Version Bump
+
   07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
   MooseX-AttributeIndexes-1.0.0.ebuild, MooseX-AttributeIndexes-1.0.1.ebuild,
   MooseX-AttributeIndexes-1.0.2.ebuild:

diff --git a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.3.ebuild b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.3.ebuild
new file mode 100644
index 0000000..31bd9f5
--- /dev/null
+++ b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.3.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=1.0.3
+inherit perl-module
+
+DESCRIPTION='Advertise metadata about your Model-Representing Classes to Any Database tool.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# Module::Build 0.4004 ( 0.400.400 )
+	echo \>=virtual/perl-Module-Build-0.400.400
+}
+perl_meta_build() {
+	# Module::Build 0.4004 ( 0.400.400 )
+	echo \>=virtual/perl-Module-Build-0.400.400
+}
+perl_meta_runtime() {
+	# Moose 0.94 ( 0.940.0 )
+	echo \>=dev-perl/Moose-0.940.0
+	# Moose::Exporter
+	echo dev-perl/Moose
+	# Moose::Role
+	echo dev-perl/Moose
+	# Moose::Util::MetaRole
+	echo dev-perl/Moose
+	# MooseX::Types::Moose 0.19 ( 0.190.0 )
+	echo \>=dev-perl/MooseX-Types-0.190.0
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# namespace::autoclean 0.08 ( 0.80.0 )
+	echo \>=dev-perl/namespace-autoclean-0.80.0
+	# perl v5.10.0 ( 5.10.0 )
+	echo \>=dev-lang/perl-5.10.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# File::Find
+	echo dev-lang/perl
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Test::Moose
+	echo dev-perl/Moose
+	# Test::More 0.98 ( 0.980.0 )
+	echo \>=virtual/perl-Test-Simple-0.980.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

end of thread, other threads:[~2013-04-28 14:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08 21:57 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-AttributeIndexes/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2013-04-28 14:06 Kent Fredric
2012-06-23 14:09 Kent Fredric
2012-02-28 10:02 Kent Fredric
2011-04-05 11:27 Kent Fredric
2011-04-05 11:27 Kent Fredric
2011-04-05 11:27 Kent Fredric
2011-04-05 11:27 Kent Fredric
2011-04-05 11:27 Kent Fredric
2011-04-05 11:27 Kent Fredric

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