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 629F7138CD0 for ; Thu, 2 Jul 2015 04:50:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7774EE0829; Thu, 2 Jul 2015 04:50:41 +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 B06E1E0828 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 0DC23340768 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 88244751 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.fa6d64bcdbd66f3979521112d80457f0bd452545.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/Filter-Template-1.02.ebuild X-VCS-Directories: dev-perl/Filter-Template/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: fa6d64bcdbd66f3979521112d80457f0bd452545 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: f5292b81-a3e1-4b83-9b05-32f8ac74c6df X-Archives-Hash: 416551b1f20856a5e5834d42520486da commit: fa6d64bcdbd66f3979521112d80457f0bd452545 Author: Daniel Westermann-Clark pobox com> AuthorDate: Tue Jul 7 16:38:55 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=fa6d64bc [rebase-filter: dwc/Filter-Template] Add remaining ebuilds from my perl-poe overlay dev-perl/Filter-Template/Filter-Template-1.02.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-perl/Filter-Template/Filter-Template-1.02.ebuild b/dev-perl/Filter-Template/Filter-Template-1.02.ebuild new file mode 100644 index 0000000..e447406 --- /dev/null +++ b/dev-perl/Filter-Template/Filter-Template-1.02.ebuild @@ -0,0 +1,20 @@ +# Copyright Daniel Westermann-Clark +# Distributed under the terms of the GNU General Public License v2 +# $Header$ + +inherit perl-module + +DESCRIPTION="Source filter for code templates or macros" +HOMEPAGE="http://search.cpan.org/dist/${PN}/" +SRC_URI="mirror://cpan/authors/id/R/RC/RCAPUTO/${P}.tar.gz" +LICENSE="|| ( Artistic GPL-2 )" + +SLOT="0" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" +RESTRICT="nomirror" +SRC_TEST="do" + +IUSE="test" +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Simple )"