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: Thu, 24 Jul 2014 02:12:04 +0000 (UTC) [thread overview]
Message-ID: <1406165661.771d57c38f5fdcba41b5260010d1e2e3c697973b.kent@gentoo> (raw)
commit: 771d57c38f5fdcba41b5260010d1e2e3c697973b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 00:49:03 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 01:34:21 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=771d57c3
[fix] dev-perl/Jemplate -> Filter to dev-perl
Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Jemplate/ChangeLog | 10 +++++++++-
.../{Jemplate-0.262.0.ebuild => Jemplate-0.262.0-r1.ebuild} | 4 ++--
.../{Jemplate-0.270.0.ebuild => Jemplate-0.270.0-r1.ebuild} | 4 ++--
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Jemplate/ChangeLog b/dev-perl/Jemplate/ChangeLog
index c883137..4669477 100644
--- a/dev-perl/Jemplate/ChangeLog
+++ b/dev-perl/Jemplate/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for dev-perl/Jemplate
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Jemplate-0.270.0-r1 (24 Jul 2014)
+*Jemplate-0.262.0-r1 (24 Jul 2014)
+
+ 24 Jul 2014; Kent Fredric <kentfredric@gmail.com> -Jemplate-0.262.0.ebuild,
+ +Jemplate-0.262.0-r1.ebuild, -Jemplate-0.270.0.ebuild,
+ +Jemplate-0.270.0-r1.ebuild:
+ Fix dep on Filter
+
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:
diff --git a/dev-perl/Jemplate/Jemplate-0.262.0.ebuild b/dev-perl/Jemplate/Jemplate-0.262.0-r1.ebuild
similarity index 93%
rename from dev-perl/Jemplate/Jemplate-0.262.0.ebuild
rename to dev-perl/Jemplate/Jemplate-0.262.0-r1.ebuild
index 9f45f82..ff254f8 100644
--- a/dev-perl/Jemplate/Jemplate-0.262.0.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.262.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
@@ -23,7 +23,7 @@ perl_meta_runtime() {
# File::Find::Rule 0.30 ( 0.300.0 )
echo \>=dev-perl/File-Find-Rule-0.300.0
# Filter::Util::Call
- echo virtual/perl-Filter
+ echo dev-perl/Filter
# Template 2.14 ( 2.140.0 )
echo \>=dev-perl/Template-Toolkit-2.140.0
# perl v5.6.1 ( 5.6.1 )
diff --git a/dev-perl/Jemplate/Jemplate-0.270.0.ebuild b/dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild
similarity index 93%
rename from dev-perl/Jemplate/Jemplate-0.270.0.ebuild
rename to dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild
index 9533d02..dbf5342 100644
--- a/dev-perl/Jemplate/Jemplate-0.270.0.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
@@ -23,7 +23,7 @@ perl_meta_runtime() {
# File::Find::Rule 0.30 ( 0.300.0 )
echo \>=dev-perl/File-Find-Rule-0.300.0
# Filter::Util::Call
- echo virtual/perl-Filter
+ echo dev-perl/Filter
# Template 2.14 ( 2.140.0 )
echo \>=dev-perl/Template-Toolkit-2.140.0
# perl v5.6.1 ( 5.6.1 )
next reply other threads:[~2014-07-24 22:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-24 2:12 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
2013-02-09 19:31 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=1406165661.771d57c38f5fdcba41b5260010d1e2e3c697973b.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