* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Lexical-Types/
@ 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: 25f4e929d47d10c918c271f29b8a21ca3dd8a457
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 7 11:40:02 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 7 11:40:02 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=25f4e929
[fixdep] MooseX-Lexical-Types -> Moose ( normalize )
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/MooseX-Lexical-Types/ChangeLog | 6 +++++-
.../MooseX-Lexical-Types-0.01.ebuild | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-perl/MooseX-Lexical-Types/ChangeLog b/dev-perl/MooseX-Lexical-Types/ChangeLog
index a4ba60c..c3df003 100644
--- a/dev-perl/MooseX-Lexical-Types/ChangeLog
+++ b/dev-perl/MooseX-Lexical-Types/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/MooseX-Lexical-Types
-# 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-Lexical-Types-0.01.ebuild:
+ Fix dependency on Moose ( normalize )
+
22 Jan 2011; Kent Fredric <kentfredric@gmail.com>
MooseX-Lexical-Types-0.01.ebuild:
Alternate deps for Class-MOP
diff --git a/dev-perl/MooseX-Lexical-Types/MooseX-Lexical-Types-0.01.ebuild b/dev-perl/MooseX-Lexical-Types/MooseX-Lexical-Types-0.01.ebuild
index e5689cd..68891c5 100644
--- a/dev-perl/MooseX-Lexical-Types/MooseX-Lexical-Types-0.01.ebuild
+++ b/dev-perl/MooseX-Lexical-Types/MooseX-Lexical-Types-0.01.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: $
EAPI=2
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
COMMON_DEPEND="
- || ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
+ || ( >=dev-perl/Moose-1.990.0 dev-perl/Class-MOP )
dev-perl/Lexical-Types
dev-perl/Moose
>=dev-perl/MooseX-Types-0.09
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Lexical-Types/
@ 2013-05-03 7:51 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-05-03 7:51 UTC (permalink / raw
To: gentoo-commits
commit: 1bc8473d1988049a54eff74c09b3c4b23ed90f7f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 3 07:43:02 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 07:43:02 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1bc8473d
MooseX-Lexical-Types: remove Class-MOP
Package-Manager: portage-2.2.0_alpha173
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/MooseX-Lexical-Types/ChangeLog | 4 ++++
.../MooseX-Lexical-Types-0.01.ebuild | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/dev-perl/MooseX-Lexical-Types/ChangeLog b/dev-perl/MooseX-Lexical-Types/ChangeLog
index c3df003..599b5f0 100644
--- a/dev-perl/MooseX-Lexical-Types/ChangeLog
+++ b/dev-perl/MooseX-Lexical-Types/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-Lexical-Types-0.01.ebuild:
+ Remove Class-MOP dep
+
07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
MooseX-Lexical-Types-0.01.ebuild:
Fix dependency on Moose ( normalize )
diff --git a/dev-perl/MooseX-Lexical-Types/MooseX-Lexical-Types-0.01.ebuild b/dev-perl/MooseX-Lexical-Types/MooseX-Lexical-Types-0.01.ebuild
index 68891c5..90c91f9 100644
--- a/dev-perl/MooseX-Lexical-Types/MooseX-Lexical-Types-0.01.ebuild
+++ b/dev-perl/MooseX-Lexical-Types/MooseX-Lexical-Types-0.01.ebuild
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
COMMON_DEPEND="
- || ( >=dev-perl/Moose-1.990.0 dev-perl/Class-MOP )
+ >=dev-perl/Moose-1.990.0
dev-perl/Lexical-Types
dev-perl/Moose
>=dev-perl/MooseX-Types-0.09
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Lexical-Types/
@ 2015-03-25 10:32 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-03-25 10:32 UTC (permalink / raw
To: gentoo-commits
commit: a5908523e645fc55408e8c22f2f810d45beb30a5
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 25 09:17:34 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 25 09:17:34 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a5908523
[fixup] MooseX-Lexical-Types: EAPI5, Fixup deps, normalise version
Package-Manager: portage-2.2.17
...1.ebuild => MooseX-Lexical-Types-0.10.0.ebuild} | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/dev-perl/MooseX-Lexical-Types/MooseX-Lexical-Types-0.01.ebuild b/dev-perl/MooseX-Lexical-Types/MooseX-Lexical-Types-0.10.0.ebuild
similarity index 67%
rename from dev-perl/MooseX-Lexical-Types/MooseX-Lexical-Types-0.01.ebuild
rename to dev-perl/MooseX-Lexical-Types/MooseX-Lexical-Types-0.10.0.ebuild
index 90c91f9..ffe36b2 100644
--- a/dev-perl/MooseX-Lexical-Types/MooseX-Lexical-Types-0.01.ebuild
+++ b/dev-perl/MooseX-Lexical-Types/MooseX-Lexical-Types-0.10.0.ebuild
@@ -1,30 +1,28 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=5
MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.01
inherit perl-module
DESCRIPTION="automatically validate lexicals against Moose type constraints"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-COMMON_DEPEND="
+
+RDEPEND="
+ dev-perl/namespace-autoclean
>=dev-perl/Moose-1.990.0
+ virtual/perl-Carp
dev-perl/Lexical-Types
- dev-perl/Moose
- >=dev-perl/MooseX-Types-0.09
dev-perl/Variable-Magic
- dev-perl/namespace-autoclean
+ >=dev-perl/MooseX-Types-0.90.0
"
DEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
test? (
dev-perl/Test-Exception
+ virtual/perl-Test-Simple
)
"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-25 10:32 UTC | newest]
Thread overview: 3+ 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-Lexical-Types/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-03-25 10:32 Kent Fredric
2013-02-07 13:55 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox