diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-12-07 13:09:16 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-12-07 13:09:16 +0000 |
commit | 28611a5dfd25f257a480dc5413e16e99377ffd0b (patch) | |
tree | 99ea0150e613d6bacc2b0e0d654ea0b6e476f432 /dev-perl/Template-Plugin-Cycle | |
parent | Drop dev-lang/perl dependency (diff) | |
download | gentoo-2-28611a5dfd25f257a480dc5413e16e99377ffd0b.tar.gz gentoo-2-28611a5dfd25f257a480dc5413e16e99377ffd0b.tar.bz2 gentoo-2-28611a5dfd25f257a480dc5413e16e99377ffd0b.zip |
Drop dev-lang/perl dependency
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Template-Plugin-Cycle')
-rw-r--r-- | dev-perl/Template-Plugin-Cycle/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-perl/Template-Plugin-Cycle/ChangeLog b/dev-perl/Template-Plugin-Cycle/ChangeLog index 91d51b0bfa1c..7704a1244fd5 100644 --- a/dev-perl/Template-Plugin-Cycle/ChangeLog +++ b/dev-perl/Template-Plugin-Cycle/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for dev-perl/Template-Plugin-Cycle # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-Plugin-Cycle/ChangeLog,v 1.1 2014/09/25 10:44:13 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-Plugin-Cycle/ChangeLog,v 1.2 2014/12/07 13:09:16 zlogene Exp $ + + 07 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> + Template-Plugin-Cycle-1.60.0.ebuild: + Drop dev-lang/perl dependency *Template-Plugin-Cycle-1.60.0 (25 Sep 2014) 25 Sep 2014; Tony Vroon <chainsaw@gentoo.org> +Template-Plugin-Cycle-1.60.0.ebuild, +metadata.xml: Initial commit, ebuild by g-cpan with some minor tweaks by me. - diff --git a/dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0.ebuild b/dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0.ebuild index 6eb53ee37f5f..a1080605890a 100644 --- a/dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0.ebuild +++ b/dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0.ebuild,v 1.1 2014/09/25 10:44:13 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0.ebuild,v 1.2 2014/12/07 13:09:16 zlogene Exp $ EAPI=5 @@ -17,5 +17,4 @@ KEYWORDS="~amd64" IUSE="" DEPEND=">=dev-perl/Params-Util-1.60.0 - >=dev-perl/Template-Toolkit-2.240.0 - dev-lang/perl" + >=dev-perl/Template-Toolkit-2.240.0" |