From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Jemplate/
Date: Sat, 9 Feb 2013 19:31:24 +0000 (UTC) [thread overview]
Message-ID: <1360437416.4c06b0a0433b9d8c7aaf727aeb55b5745ca2f3f1.kent@gentoo> (raw)
commit: 4c06b0a0433b9d8c7aaf727aeb55b5745ca2f3f1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 9 19:16:56 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 9 19:16:56 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4c06b0a0
[fixdep] Jemplate -> Template-Toolkit ( normalize )
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Jemplate/ChangeLog | 7 ++++++-
dev-perl/Jemplate/Jemplate-0.220.0.ebuild | 4 ++--
dev-perl/Jemplate/Jemplate-0.230.0.ebuild | 4 ++--
dev-perl/Jemplate/Jemplate-0.261.0.ebuild | 4 ++--
dev-perl/Jemplate/Jemplate-0.262.0.ebuild | 4 ++--
dev-perl/Jemplate/Jemplate-0.270.0.ebuild | 4 ++--
6 files changed, 16 insertions(+), 11 deletions(-)
diff --git a/dev-perl/Jemplate/ChangeLog b/dev-perl/Jemplate/ChangeLog
index 5b3dc4e..c883137 100644
--- a/dev-perl/Jemplate/ChangeLog
+++ b/dev-perl/Jemplate/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for dev-perl/Jemplate
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 09 Feb 2013; Kent Fredric <kentfredric@gmail.com> Jemplate-0.220.0.ebuild,
+ Jemplate-0.230.0.ebuild, Jemplate-0.261.0.ebuild, Jemplate-0.262.0.ebuild,
+ Jemplate-0.270.0.ebuild:
+ Fix dependency on Template-Toolkit ( normalize )
+
*Jemplate-0.270.0 (27 May 2012)
27 May 2012; Kent Fredric <kentfredric@gmail.com> +Jemplate-0.270.0.ebuild:
diff --git a/dev-perl/Jemplate/Jemplate-0.220.0.ebuild b/dev-perl/Jemplate/Jemplate-0.220.0.ebuild
index b64f1b1..a433d9f 100644
--- a/dev-perl/Jemplate/Jemplate-0.220.0.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.220.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: $
@@ -14,5 +14,5 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
- >=dev-perl/Template-Toolkit-2.19
+ >=dev-perl/Template-Toolkit-2.190.0
"
diff --git a/dev-perl/Jemplate/Jemplate-0.230.0.ebuild b/dev-perl/Jemplate/Jemplate-0.230.0.ebuild
index 854abe1..60884ab 100644
--- a/dev-perl/Jemplate/Jemplate-0.230.0.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.230.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: $
@@ -14,6 +14,6 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
- >=dev-perl/Template-Toolkit-2.19
+ >=dev-perl/Template-Toolkit-2.190.0
>=dev-perl/File-Find-Rule-0.30
"
diff --git a/dev-perl/Jemplate/Jemplate-0.261.0.ebuild b/dev-perl/Jemplate/Jemplate-0.261.0.ebuild
index 69a0c82..46bc891 100644
--- a/dev-perl/Jemplate/Jemplate-0.261.0.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.261.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: $
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-perl/Template-Toolkit-2.19
+RDEPEND=">=dev-perl/Template-Toolkit-2.190.0
>=dev-perl/File-Find-Rule-0.30"
DEPEND="${RDEPEND}"
diff --git a/dev-perl/Jemplate/Jemplate-0.262.0.ebuild b/dev-perl/Jemplate/Jemplate-0.262.0.ebuild
index 4ae3801..9f45f82 100644
--- a/dev-perl/Jemplate/Jemplate-0.262.0.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.262.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=4
@@ -25,7 +25,7 @@ perl_meta_runtime() {
# Filter::Util::Call
echo virtual/perl-Filter
# Template 2.14 ( 2.140.0 )
- echo \>=dev-perl/Template-Toolkit-2.14
+ echo \>=dev-perl/Template-Toolkit-2.140.0
# perl v5.6.1 ( 5.6.1 )
echo \>=dev-lang/perl-5.6.1
}
diff --git a/dev-perl/Jemplate/Jemplate-0.270.0.ebuild b/dev-perl/Jemplate/Jemplate-0.270.0.ebuild
index b456a41..9533d02 100644
--- a/dev-perl/Jemplate/Jemplate-0.270.0.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.270.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=4
@@ -25,7 +25,7 @@ perl_meta_runtime() {
# Filter::Util::Call
echo virtual/perl-Filter
# Template 2.14 ( 2.140.0 )
- echo \>=dev-perl/Template-Toolkit-2.14
+ echo \>=dev-perl/Template-Toolkit-2.140.0
# perl v5.6.1 ( 5.6.1 )
echo \>=dev-lang/perl-5.6.1
}
next reply other threads:[~2013-02-09 19:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-09 19:31 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-09-01 21:29 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Jemplate/ Kent Fredric
2014-09-01 21:29 Kent Fredric
2014-07-24 2:12 Kent Fredric
2012-05-27 7:47 Kent Fredric
2012-05-27 7:47 Kent Fredric
2012-03-27 9:30 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=1360437416.4c06b0a0433b9d8c7aaf727aeb55b5745ca2f3f1.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