From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/perl5i/
Date: Tue, 20 Nov 2012 22:54:57 +0000 (UTC) [thread overview]
Message-ID: <1353448914.24c825fd8be9f79ccf0706b19e79118b3883c415.kent@gentoo> (raw)
commit: 24c825fd8be9f79ccf0706b19e79118b3883c415
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Nov 20 22:01:54 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov 20 22:01:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=24c825fd
[fixdep] perl5i -> yaml ( normalize )
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/perl5i/ChangeLog | 4 ++++
dev-perl/perl5i/perl5i-2.10.0.ebuild | 2 +-
dev-perl/perl5i/perl5i-2.6.0.ebuild | 2 +-
dev-perl/perl5i/perl5i-2.6.1.ebuild | 2 +-
dev-perl/perl5i/perl5i-2.9.1.ebuild | 2 +-
5 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/dev-perl/perl5i/ChangeLog b/dev-perl/perl5i/ChangeLog
index a1a096f..3737afe 100644
--- a/dev-perl/perl5i/ChangeLog
+++ b/dev-perl/perl5i/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 20 Nov 2012; Kent Fredric <kentfredric@gmail.com> perl5i-2.6.0.ebuild,
+ perl5i-2.6.1.ebuild, perl5i-2.9.1.ebuild, perl5i-2.10.0.ebuild:
+ Fixdep on dev-perl/yaml ( normalize )
+
*perl5i-2.10.0 (25 Jul 2012)
25 Jul 2012; Kent Fredric <kentfredric@gmail.com> +perl5i-2.10.0.ebuild:
diff --git a/dev-perl/perl5i/perl5i-2.10.0.ebuild b/dev-perl/perl5i/perl5i-2.10.0.ebuild
index 580677e..8389f52 100644
--- a/dev-perl/perl5i/perl5i-2.10.0.ebuild
+++ b/dev-perl/perl5i/perl5i-2.10.0.ebuild
@@ -75,7 +75,7 @@ perl_meta_runtime() {
# Want 0.18 ( 0.180.0 )
echo \>=dev-perl/Want-0.180.0
# YAML::Any 0.70 ( 0.700.0 )
- echo \>=dev-perl/yaml-0.70
+ echo \>=dev-perl/yaml-0.700.0
# autobox 2.70 ( 2.700.0 )
echo \>=dev-perl/autobox-2.700.0
# autobox::Core 1.0 ( 1.0.0 )
diff --git a/dev-perl/perl5i/perl5i-2.6.0.ebuild b/dev-perl/perl5i/perl5i-2.6.0.ebuild
index facc22c..3347758 100644
--- a/dev-perl/perl5i/perl5i-2.6.0.ebuild
+++ b/dev-perl/perl5i/perl5i-2.6.0.ebuild
@@ -40,7 +40,7 @@ COMMON_DEPEND="
>=dev-perl/List-MoreUtils-0.22 $(comment 0.220.0)
>=dev-perl/indirect-0.22 $(comment 0.220.0)
>=dev-perl/JSON-2.170.0
- >=dev-perl/yaml-0.70 $(comment 0.700.0) $(comment YAML::Any)
+ >=dev-perl/yaml-0.700.0 $(comment YAML::Any)
>=dev-perl/Digest-SHA1-2.09 $(comment 2.90.0)
>=virtual/perl-Digest-MD5-2.36 $(comment 2.360.0)
>=dev-perl/Object-ID-0.1.0
diff --git a/dev-perl/perl5i/perl5i-2.6.1.ebuild b/dev-perl/perl5i/perl5i-2.6.1.ebuild
index 19ff7f3..9da2832 100644
--- a/dev-perl/perl5i/perl5i-2.6.1.ebuild
+++ b/dev-perl/perl5i/perl5i-2.6.1.ebuild
@@ -40,7 +40,7 @@ COMMON_DEPEND="
>=dev-perl/List-MoreUtils-0.22 $(comment 0.220.0)
>=dev-perl/indirect-0.22 $(comment 0.220.0)
>=dev-perl/JSON-2.170.0
- >=dev-perl/yaml-0.70 $(comment 0.700.0) $(comment YAML::Any)
+ >=dev-perl/yaml-0.700.0 $(comment YAML::Any)
>=dev-perl/Digest-SHA1-2.09 $(comment 2.90.0)
>=virtual/perl-Digest-MD5-2.36 $(comment 2.360.0)
>=dev-perl/Object-ID-0.1.0
diff --git a/dev-perl/perl5i/perl5i-2.9.1.ebuild b/dev-perl/perl5i/perl5i-2.9.1.ebuild
index 32710ea..8b332dd 100644
--- a/dev-perl/perl5i/perl5i-2.9.1.ebuild
+++ b/dev-perl/perl5i/perl5i-2.9.1.ebuild
@@ -73,7 +73,7 @@ perl_meta_runtime() {
# Want 0.18 ( 0.180.0 )
echo \>=dev-perl/Want-0.180.0
# YAML::Any 0.70 ( 0.700.0 )
- echo \>=dev-perl/yaml-0.70
+ echo \>=dev-perl/yaml-0.700.0
# autobox 2.70 ( 2.700.0 )
echo \>=dev-perl/autobox-2.700.0
# autobox::Core 1.0 ( 1.0.0 )
next reply other threads:[~2012-11-20 22:57 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-20 22:54 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-03-26 4:44 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/perl5i/ Kent Fredric
2014-10-11 18:46 Kent Fredric
2013-05-01 22:23 Kent Fredric
2013-02-09 19:31 Kent Fredric
2012-07-25 18:30 Kent Fredric
2012-06-08 18:42 Kent Fredric
2012-04-06 20:43 Kent Fredric
2012-02-29 12:06 Kent Fredric
2012-02-27 21:01 Kent Fredric
2011-04-12 1:10 Kent Fredric
2011-04-12 1:10 Kent Fredric
2011-03-26 5:17 Kent Fredric
2011-03-22 9:45 Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1353448914.24c825fd8be9f79ccf0706b19e79118b3883c415.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox