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

commit:     ddfe8a4d3d03b17be7cdfeccedbb1954fa3690fa
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 15 00:20:39 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 15 00:20:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ddfe8a4d

[fix] MooseX-Method

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

---
 dev-perl/MooseX-Method/ChangeLog                   |    8 +++++++-
 ...od-0.44.ebuild => MooseX-Method-0.440.0.ebuild} |    9 +++++----
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/dev-perl/MooseX-Method/ChangeLog b/dev-perl/MooseX-Method/ChangeLog
index a81626f..af76058 100644
--- a/dev-perl/MooseX-Method/ChangeLog
+++ b/dev-perl/MooseX-Method/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/MooseX-Method
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-Method-0.440.0 (15 Mar 2011)
+
+  15 Mar 2011; Kent Fredric <kentfredric@gmail.com> -MooseX-Method-0.44.ebuild,
+  +MooseX-Method-0.440.0.ebuild:
+  Move to new version scheme, EAPI=3, fixdeps
+
 *MooseX-Method-0.44 (09 Jul 2009)
 
   09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>

diff --git a/dev-perl/MooseX-Method/MooseX-Method-0.44.ebuild b/dev-perl/MooseX-Method/MooseX-Method-0.440.0.ebuild
similarity index 74%
rename from dev-perl/MooseX-Method/MooseX-Method-0.44.ebuild
rename to dev-perl/MooseX-Method/MooseX-Method-0.440.0.ebuild
index 545801f..b11ceab 100644
--- a/dev-perl/MooseX-Method/MooseX-Method-0.44.ebuild
+++ b/dev-perl/MooseX-Method/MooseX-Method-0.440.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=3
 
 MODULE_AUTHOR=GPHAT
+MODULE_VERSION="0.44"
 inherit perl-module
 
 DESCRIPTION="Method declaration with type checking"
@@ -16,8 +17,8 @@ SRC_TEST="do"
 
 IUSE="test"
 RDEPEND=">=dev-perl/Moose-0.22
-	>=dev-perl/Class-MOP-0.37
-	>=dev-perl/HTML-Template-Pro-0.65
+	|| ( >=dev-perl/Moose-1.990.0 >=dev-perl/Class-MOP-0.37 )
+	>=dev-perl/HTML-Template-Pro-0.650.0
 	>=virtual/perl-Scalar-List-Utils-1.14
 	>=dev-perl/Sub-Name-0.02"
 DEPEND="${RDEPEND}



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Method/
@ 2011-03-15  1:10 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-03-15  1:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8691e8705e460042967b22a548895cb377a8d5af
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul  9 17:00:38 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 15 00:13:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8691e870

[import] ( dwc:MooseX-Method ) Add MooseX-Method for VCI
(Portage version: 2.1.6.13/git/Linux x86_64)
 (Signed Manifest commit)

---
 dev-perl/MooseX-Method/ChangeLog                 |   10 ++++++++
 dev-perl/MooseX-Method/MooseX-Method-0.44.ebuild |   28 ++++++++++++++++++++++
 dev-perl/MooseX-Method/metadata.xml              |    9 +++++++
 3 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/dev-perl/MooseX-Method/ChangeLog b/dev-perl/MooseX-Method/ChangeLog
new file mode 100644
index 0000000..a81626f
--- /dev/null
+++ b/dev-perl/MooseX-Method/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/MooseX-Method
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*MooseX-Method-0.44 (09 Jul 2009)
+
+  09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+  +MooseX-Method-0.44.ebuild, +metadata.xml:
+  Add MooseX-Method for VCI
+

diff --git a/dev-perl/MooseX-Method/MooseX-Method-0.44.ebuild b/dev-perl/MooseX-Method/MooseX-Method-0.44.ebuild
new file mode 100644
index 0000000..545801f
--- /dev/null
+++ b/dev-perl/MooseX-Method/MooseX-Method-0.44.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=GPHAT
+inherit perl-module
+
+DESCRIPTION="Method declaration with type checking"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND=">=dev-perl/Moose-0.22
+	>=dev-perl/Class-MOP-0.37
+	>=dev-perl/HTML-Template-Pro-0.65
+	>=virtual/perl-Scalar-List-Utils-1.14
+	>=dev-perl/Sub-Name-0.02"
+DEPEND="${RDEPEND}
+	test? (
+		>=virtual/perl-Test-Simple-0.47
+		>=dev-perl/Test-Exception-0.21
+		>=dev-perl/Test-Pod-1.26
+	)"

diff --git a/dev-perl/MooseX-Method/metadata.xml b/dev-perl/MooseX-Method/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/MooseX-Method/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>dwc@pobox.com</email>
+        <name>Daniel Westermann-Clark</name>
+    </maintainer>
+</pkgmetadata>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Method/
@ 2013-02-07 13:55 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-02-07 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     6902f9ad2a3026005a823b743e4ec99141f8167e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb  7 12:15:02 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb  7 12:15:02 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6902f9ad

[fixdep] MooseX-Method -> Moose & Class-MOP ( normalize )

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

---
 dev-perl/MooseX-Method/ChangeLog                   |    6 +++++-
 .../MooseX-Method/MooseX-Method-0.440.0.ebuild     |    6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-perl/MooseX-Method/ChangeLog b/dev-perl/MooseX-Method/ChangeLog
index af76058..9fbd0ac 100644
--- a/dev-perl/MooseX-Method/ChangeLog
+++ b/dev-perl/MooseX-Method/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/MooseX-Method
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  MooseX-Method-0.440.0.ebuild:
+  Fix dependency on Moose & Class-MOP ( normalize )
+
 *MooseX-Method-0.440.0 (15 Mar 2011)
 
   15 Mar 2011; Kent Fredric <kentfredric@gmail.com> -MooseX-Method-0.44.ebuild,

diff --git a/dev-perl/MooseX-Method/MooseX-Method-0.440.0.ebuild b/dev-perl/MooseX-Method/MooseX-Method-0.440.0.ebuild
index b11ceab..e9b49ac 100644
--- a/dev-perl/MooseX-Method/MooseX-Method-0.440.0.ebuild
+++ b/dev-perl/MooseX-Method/MooseX-Method-0.440.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: $
 
@@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~x86"
 SRC_TEST="do"
 
 IUSE="test"
-RDEPEND=">=dev-perl/Moose-0.22
-	|| ( >=dev-perl/Moose-1.990.0 >=dev-perl/Class-MOP-0.37 )
+RDEPEND=">=dev-perl/Moose-0.220.0
+	|| ( >=dev-perl/Moose-1.990.0 >=dev-perl/Class-MOP-0.370.0 )
 	>=dev-perl/HTML-Template-Pro-0.650.0
 	>=virtual/perl-Scalar-List-Utils-1.14
 	>=dev-perl/Sub-Name-0.02"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Method/
@ 2013-05-03  7:51 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-05-03  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     78f1c7fc1d30a7117a82ff160261d62b2f508658
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  3 07:43:40 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  3 07:43:40 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=78f1c7fc

MooseX-Method: remove Class-MOP

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

---
 dev-perl/MooseX-Method/ChangeLog                   |    4 ++++
 .../MooseX-Method/MooseX-Method-0.440.0.ebuild     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/dev-perl/MooseX-Method/ChangeLog b/dev-perl/MooseX-Method/ChangeLog
index 9fbd0ac..42f1391 100644
--- a/dev-perl/MooseX-Method/ChangeLog
+++ b/dev-perl/MooseX-Method/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 May 2013; Kent Fredric <kentfredric@gmail.com>
+  MooseX-Method-0.440.0.ebuild:
+  Remove Class-MOP dep
+
   07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
   MooseX-Method-0.440.0.ebuild:
   Fix dependency on Moose & Class-MOP ( normalize )

diff --git a/dev-perl/MooseX-Method/MooseX-Method-0.440.0.ebuild b/dev-perl/MooseX-Method/MooseX-Method-0.440.0.ebuild
index e9b49ac..d3144de 100644
--- a/dev-perl/MooseX-Method/MooseX-Method-0.440.0.ebuild
+++ b/dev-perl/MooseX-Method/MooseX-Method-0.440.0.ebuild
@@ -17,7 +17,7 @@ SRC_TEST="do"
 
 IUSE="test"
 RDEPEND=">=dev-perl/Moose-0.220.0
-	|| ( >=dev-perl/Moose-1.990.0 >=dev-perl/Class-MOP-0.370.0 )
+	>=dev-perl/Moose-1.990.0
 	>=dev-perl/HTML-Template-Pro-0.650.0
 	>=virtual/perl-Scalar-List-Utils-1.14
 	>=dev-perl/Sub-Name-0.02"


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

end of thread, other threads:[~2013-05-03  7:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-03  7:51 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Method/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2013-02-07 13:55 Kent Fredric
2011-03-15  1:10 Kent Fredric
2011-03-15  1:10 Kent Fredric

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