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 83588138CD0 for ; Thu, 2 Jul 2015 04:50:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E39EE0831; Thu, 2 Jul 2015 04:50:42 +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 B6933E082D for ; Thu, 2 Jul 2015 04:50:40 +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 14983340815 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 AB74B753 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: <1435811409.daf85f54e839a0e165cb18b091cbd45bfc01987f.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.03.ebuild X-VCS-Directories: dev-perl/Filter-Template/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: daf85f54e839a0e165cb18b091cbd45bfc01987f 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: f3a0e714-70c2-48d8-9f84-615d94b789f7 X-Archives-Hash: c221968dd3d1c340a779cb2295bf487e commit: daf85f54e839a0e165cb18b091cbd45bfc01987f Author: Daniel Westermann-Clark pobox com> AuthorDate: Thu Aug 13 13:32:33 2009 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Jul 2 04:30:09 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=daf85f54 [rebase-filter: dwc/Filter-Template] Bump Filter-Template to 1.03 (Portage version: 2.1.6.13/git/Linux x86_64) (Signed Manifest commit) dev-perl/Filter-Template/ChangeLog | 6 ++++++ dev-perl/Filter-Template/Filter-Template-1.03.ebuild | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-perl/Filter-Template/ChangeLog b/dev-perl/Filter-Template/ChangeLog index edd8ec5..3a28eaa 100644 --- a/dev-perl/Filter-Template/ChangeLog +++ b/dev-perl/Filter-Template/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*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.03.ebuild b/dev-perl/Filter-Template/Filter-Template-1.03.ebuild new file mode 100644 index 0000000..6e763f7 --- /dev/null +++ b/dev-perl/Filter-Template/Filter-Template-1.03.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 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 )"