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 DCC42138CD0 for ; Thu, 2 Jul 2015 04:50:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C886CE0835; Thu, 2 Jul 2015 04:50:46 +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 62F90E0835 for ; Thu, 2 Jul 2015 04:50:41 +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 18802340875 for ; Thu, 2 Jul 2015 04:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF1EE755 for ; Thu, 2 Jul 2015 04:50:37 +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: <1435812476.22b1080e459bbfd5655fdcb4ccf59fe0e6610808.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Filter-Template/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Filter-Template/ChangeLog dev-perl/Filter-Template/Filter-Template-1.040.ebuild dev-perl/Filter-Template/Filter-Template-1.43.0.ebuild X-VCS-Directories: dev-perl/Filter-Template/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 22b1080e459bbfd5655fdcb4ccf59fe0e6610808 X-VCS-Branch: master Date: Thu, 2 Jul 2015 04:50:37 +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: 493b5c40-ccf0-4b5f-87eb-eb67b15febfe X-Archives-Hash: 21e0a53617c2daeb3659ebd764a619cf commit: 22b1080e459bbfd5655fdcb4ccf59fe0e6610808 Author: Kent Fredric gmail com> AuthorDate: Thu Jul 2 04:47:56 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Jul 2 04:47:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=22b1080e [bump] Filter-Template-1.43.0, remove old versions dev-perl/Filter-Template/ChangeLog | 21 ------------- .../Filter-Template/Filter-Template-1.040.ebuild | 20 ------------- .../Filter-Template/Filter-Template-1.43.0.ebuild | 35 ++++++++++++++++++++++ 3 files changed, 35 insertions(+), 41 deletions(-) diff --git a/dev-perl/Filter-Template/ChangeLog b/dev-perl/Filter-Template/ChangeLog deleted file mode 100644 index 94f43c6..0000000 --- a/dev-perl/Filter-Template/ChangeLog +++ /dev/null @@ -1,21 +0,0 @@ -# ChangeLog for dev-perl/Filter-Template -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*Filter-Template-1.040 (16 Mar 2010) - - 16 Mar 2010; Daniel Westermann-Clark - -Filter-Template-1.02.ebuild, -Filter-Template-1.03.ebuild, - +Filter-Template-1.040.ebuild: - Bump dev-perl/Filter-Template to 1.040 and remove versions not on CPAN - -*Filter-Template-1.03 (13 Aug 2009) - - 13 Aug 2009; Daniel Westermann-Clark - +Filter-Template-1.03.ebuild: - Bump - - 07 Jul 2009; Daniel Westermann-Clark - Filter-Template-1.02.ebuild, +metadata.xml: - Convert to EAPI=2 and add metadata.xml - diff --git a/dev-perl/Filter-Template/Filter-Template-1.040.ebuild b/dev-perl/Filter-Template/Filter-Template-1.040.ebuild deleted file mode 100644 index 4a14b03..0000000 --- a/dev-perl/Filter-Template/Filter-Template-1.040.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=RCAPUTO -inherit perl-module - -DESCRIPTION="Source filter for code templates or macros" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" -SRC_TEST="do" - -IUSE="test" -RDEPEND=">=virtual/perl-Filter-1.33" -DEPEND="${RDEPEND} - test? ( virtual/perl-Test-Simple )" diff --git a/dev-perl/Filter-Template/Filter-Template-1.43.0.ebuild b/dev-perl/Filter-Template/Filter-Template-1.43.0.ebuild new file mode 100644 index 0000000..eb59fd3 --- /dev/null +++ b/dev-perl/Filter-Template/Filter-Template-1.43.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +MODULE_AUTHOR=RCAPUTO +MODULE_VERSION=1.043 + +inherit perl-module + +DESCRIPTION="Source filter for code templates or macros" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="test" + +PERL_RM_FILES=( + t/release-pod-coverage.t + t/release-pod-syntax.t +) +# Filter::Util::Call -> Filter +# Test::More -> Test-Simple +RDEPEND=" + virtual/perl-Carp + >=dev-perl/Filter-1.490.0 + virtual/perl-constant +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + >=virtual/perl-Test-Simple-0.980.0 + >=virtual/perl-Scalar-Util-1.290.0 + ) +"