* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Role-Cmd/
@ 2013-02-07 13:55 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-02-07 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 8a2b0927a40f301b97fde64836335d58dccfb89b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 7 13:01:01 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 7 13:01:01 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8a2b0927
[fixdep] MooseX-Role-Cmd -> MooseX-Role-Cmd ( normalize )
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/MooseX-Role-Cmd/ChangeLog | 6 +++++-
.../MooseX-Role-Cmd/MooseX-Role-Cmd-0.100.0.ebuild | 4 ++--
.../MooseX-Role-Cmd/MooseX-Role-Cmd-0.60.0.ebuild | 4 ++--
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-perl/MooseX-Role-Cmd/ChangeLog b/dev-perl/MooseX-Role-Cmd/ChangeLog
index 97a390e..be8d10b 100644
--- a/dev-perl/MooseX-Role-Cmd/ChangeLog
+++ b/dev-perl/MooseX-Role-Cmd/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/MooseX-Role-Cmd
-# Copyright 1999-2012 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-Role-Cmd-0.60.0.ebuild, MooseX-Role-Cmd-0.100.0.ebuild:
+ Fix dependency on MooseX-Role-Cmd ( normalize )
+
23 Jun 2012; Kent Fredric <kentfredric@gmail.com>
-MooseX-Role-Cmd-0.90.0.ebuild:
Gone on CPAN
diff --git a/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.100.0.ebuild b/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.100.0.ebuild
index a0fb986..451de56 100644
--- a/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.100.0.ebuild
+++ b/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.100.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEPEND="
- >=dev-perl/Moose-0.90
+ >=dev-perl/Moose-0.900.0
>=virtual/perl-IPC-Cmd-0.42
dev-perl/IPC-Run
"
diff --git a/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.60.0.ebuild b/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.60.0.ebuild
index d3c7518..b9d6fc0 100644
--- a/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.60.0.ebuild
+++ b/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.60.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEPEND="
- >=dev-perl/Moose-0.60
+ >=dev-perl/Moose-0.600.0
>=virtual/perl-IPC-Cmd-0.42
"
DEPEND="
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Role-Cmd/
@ 2012-06-23 17:19 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-06-23 17:19 UTC (permalink / raw
To: gentoo-commits
commit: b8eb0efb2b69adbb520196f2b32377cd5e9435c2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 17:06:51 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 23 17:06:51 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b8eb0efb
[cpanclean] MooseX-Role-Cmd-0.90.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/MooseX-Role-Cmd/ChangeLog | 4 +++
.../MooseX-Role-Cmd/MooseX-Role-Cmd-0.90.0.ebuild | 25 --------------------
2 files changed, 4 insertions(+), 25 deletions(-)
diff --git a/dev-perl/MooseX-Role-Cmd/ChangeLog b/dev-perl/MooseX-Role-Cmd/ChangeLog
index e06e3d8..97a390e 100644
--- a/dev-perl/MooseX-Role-Cmd/ChangeLog
+++ b/dev-perl/MooseX-Role-Cmd/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 23 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+ -MooseX-Role-Cmd-0.90.0.ebuild:
+ Gone on CPAN
+
*MooseX-Role-Cmd-0.100.0 (23 Jun 2012)
*MooseX-Role-Cmd-0.90.0 (23 Jun 2012)
*MooseX-Role-Cmd-0.60.0 (23 Jun 2012)
diff --git a/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.90.0.ebuild b/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.90.0.ebuild
deleted file mode 100644
index 55836e3..0000000
--- a/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.90.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=EDENC
-MODULE_VERSION="0.09"
-inherit perl-module
-
-DESCRIPTION="Wrap system command binaries the Moose way"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- >=dev-perl/Moose-0.90
- >=virtual/perl-IPC-Cmd-0.42
- dev-perl/IPC-Run
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Role-Cmd/
@ 2012-06-23 17:19 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-06-23 17:19 UTC (permalink / raw
To: gentoo-commits
commit: 3e0f21014a80acc5c1792cf30d6fcea8d6104cae
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 17:06:00 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 23 17:06:00 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3e0f2101
[migrate] MooseX-Role-Cmd to x.y.z
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/MooseX-Role-Cmd/ChangeLog | 12 +++++++++++-
...0.100.ebuild => MooseX-Role-Cmd-0.100.0.ebuild} | 2 +-
...d-0.06.ebuild => MooseX-Role-Cmd-0.60.0.ebuild} | 3 ++-
...d-0.09.ebuild => MooseX-Role-Cmd-0.90.0.ebuild} | 3 ++-
4 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/dev-perl/MooseX-Role-Cmd/ChangeLog b/dev-perl/MooseX-Role-Cmd/ChangeLog
index bffe1c1..e06e3d8 100644
--- a/dev-perl/MooseX-Role-Cmd/ChangeLog
+++ b/dev-perl/MooseX-Role-Cmd/ChangeLog
@@ -1,7 +1,17 @@
# ChangeLog for dev-perl/MooseX-Role-Cmd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-Role-Cmd-0.100.0 (23 Jun 2012)
+*MooseX-Role-Cmd-0.90.0 (23 Jun 2012)
+*MooseX-Role-Cmd-0.60.0 (23 Jun 2012)
+
+ 23 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+ -MooseX-Role-Cmd-0.06.ebuild, -MooseX-Role-Cmd-0.09.ebuild,
+ +MooseX-Role-Cmd-0.60.0.ebuild, +MooseX-Role-Cmd-0.90.0.ebuild,
+ -MooseX-Role-Cmd-0.100.ebuild, +MooseX-Role-Cmd-0.100.0.ebuild:
+ Migrate to x.y.z
+
*MooseX-Role-Cmd-0.100 (08 Jan 2011)
08 Jan 2011; Torsten Veller <tove@gentoo.org> +MooseX-Role-Cmd-0.100.ebuild:
diff --git a/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.100.ebuild b/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.100.0.ebuild
similarity index 91%
rename from dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.100.ebuild
rename to dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.100.0.ebuild
index 57e87fb..a0fb986 100644
--- a/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.100.ebuild
+++ b/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.100.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=3
diff --git a/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.06.ebuild b/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.60.0.ebuild
similarity index 86%
rename from dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.06.ebuild
rename to dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.60.0.ebuild
index bd3f523..d3c7518 100644
--- a/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.06.ebuild
+++ b/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.60.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=ISILLITOE
+MODULE_VERSION="0.06"
inherit perl-module
DESCRIPTION="Wrap system command binaries the Moose way"
diff --git a/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.09.ebuild b/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.90.0.ebuild
similarity index 87%
rename from dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.09.ebuild
rename to dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.90.0.ebuild
index d60bbb9..55836e3 100644
--- a/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.09.ebuild
+++ b/dev-perl/MooseX-Role-Cmd/MooseX-Role-Cmd-0.90.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=EDENC
+MODULE_VERSION="0.09"
inherit perl-module
DESCRIPTION="Wrap system command binaries the Moose way"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-07 13:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-07 13:55 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Role-Cmd/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-06-23 17:19 Kent Fredric
2012-06-23 17:19 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox