From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E8DF513877A for ; Mon, 1 Sep 2014 21:29:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A4A2E0BF9; Mon, 1 Sep 2014 21:29:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D2F4E0BE9 for ; Mon, 1 Sep 2014 21:29:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F37EB33F844 for ; Mon, 1 Sep 2014 21:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CBE54768 for ; Mon, 1 Sep 2014 21:29:11 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1409592703.99a559a4b84fcaae6026d7c9c1fa79e0c416a462.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Jemplate/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Jemplate/ChangeLog dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild dev-perl/Jemplate/Jemplate-0.300.0.ebuild X-VCS-Directories: dev-perl/Jemplate/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 99a559a4b84fcaae6026d7c9c1fa79e0c416a462 X-VCS-Branch: master Date: Mon, 1 Sep 2014 21:29:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6ed9e71b-04fa-4247-a29f-00ed2d6e7bda X-Archives-Hash: 4c0f85d5c764248e3554988272c7fea4 commit: 99a559a4b84fcaae6026d7c9c1fa79e0c416a462 Author: Kent Fredric gmail com> AuthorDate: Mon Sep 1 17:31:43 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Sep 1 17:31:43 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=99a559a4 [bump] dev-perl/Jemplate version 0.300.0, remove old Package-Manager: portage-2.2.10 --- dev-perl/Jemplate/ChangeLog | 6 +++++ dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild | 40 ---------------------------- dev-perl/Jemplate/Jemplate-0.300.0.ebuild | 26 ++++++++++++++++++ 3 files changed, 32 insertions(+), 40 deletions(-) diff --git a/dev-perl/Jemplate/ChangeLog b/dev-perl/Jemplate/ChangeLog index 9e92aa3..8beeda2 100644 --- a/dev-perl/Jemplate/ChangeLog +++ b/dev-perl/Jemplate/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Jemplate-0.300.0 (01 Sep 2014) + + 01 Sep 2014; Kent Fredric + -Jemplate-0.270.0-r1.ebuild, +Jemplate-0.300.0.ebuild: + version 0.300.0, remove old + 01 Sep 2014; Kent Fredric -Jemplate-0.220.0.ebuild, -Jemplate-0.230.0.ebuild, -Jemplate-0.261.0.ebuild, -Jemplate-0.262.0-r1.ebuild: diff --git a/dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild b/dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild deleted file mode 100644 index dbf5342..0000000 --- a/dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=INGY -MODULE_VERSION=0.27 -inherit perl-module - -DESCRIPTION='JavaScript Templating with Template Toolkit' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 -} -perl_meta_build() { - # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 -} -perl_meta_runtime() { - # File::Find::Rule 0.30 ( 0.300.0 ) - echo \>=dev-perl/File-Find-Rule-0.300.0 - # Filter::Util::Call - 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 ) - echo \>=dev-lang/perl-5.6.1 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Jemplate/Jemplate-0.300.0.ebuild b/dev-perl/Jemplate/Jemplate-0.300.0.ebuild new file mode 100644 index 0000000..8a61ce7 --- /dev/null +++ b/dev-perl/Jemplate/Jemplate-0.300.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=INGY +MODULE_VERSION=0.30 +inherit perl-module + +DESCRIPTION='JavaScript Templating with Template Toolkit' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +# Template -> Template::Toolkit +RDEPEND=" + >=dev-perl/File-Find-Rule-0.330.0 + >=dev-perl/Template-Toolkit-2.250.0 +" +DEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 +" +PERL_RM_FILES=( + t/release-pod-syntax.t +) +SRC_TEST="do parallel"