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 65A1A138CD0 for ; Thu, 2 Jul 2015 04:50:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFD2EE082D; 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 B0D4BE0829 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 0EBC334076D 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 9A5E0752 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.35b0f5edca4909dc12166e9bd1e63f12acbdb794.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.02.ebuild dev-perl/Filter-Template/metadata.xml X-VCS-Directories: dev-perl/Filter-Template/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 35b0f5edca4909dc12166e9bd1e63f12acbdb794 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: 409da537-f3cd-4788-9d9a-174f0485fc6c X-Archives-Hash: 7d5b283329037776e7e93d309f18d2a8 commit: 35b0f5edca4909dc12166e9bd1e63f12acbdb794 Author: Daniel Westermann-Clark pobox com> AuthorDate: Tue Jul 7 22:08:51 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=35b0f5ed [rebase-filter: dwc/Filter-Template] Convert to EAPI=2 and add metadata.xml (Portage version: 2.1.6.13/git/Linux x86_64) (Signed Manifest commit) dev-perl/Filter-Template/ChangeLog | 8 ++++++++ dev-perl/Filter-Template/Filter-Template-1.02.ebuild | 16 ++++++++-------- dev-perl/Filter-Template/metadata.xml | 9 +++++++++ 3 files changed, 25 insertions(+), 8 deletions(-) diff --git a/dev-perl/Filter-Template/ChangeLog b/dev-perl/Filter-Template/ChangeLog new file mode 100644 index 0000000..edd8ec5 --- /dev/null +++ b/dev-perl/Filter-Template/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-perl/Filter-Template +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 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.02.ebuild b/dev-perl/Filter-Template/Filter-Template-1.02.ebuild index e447406..fede27a 100644 --- a/dev-perl/Filter-Template/Filter-Template-1.02.ebuild +++ b/dev-perl/Filter-Template/Filter-Template-1.02.ebuild @@ -1,20 +1,20 @@ -# Copyright Daniel Westermann-Clark +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header$ +# $Header: $ +EAPI=2 + +MODULE_AUTHOR=RCAPUTO 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" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" SRC_TEST="do" IUSE="test" -RDEPEND="dev-lang/perl" +RDEPEND="" DEPEND="${RDEPEND} test? ( virtual/perl-Test-Simple )" diff --git a/dev-perl/Filter-Template/metadata.xml b/dev-perl/Filter-Template/metadata.xml new file mode 100644 index 0000000..743b271 --- /dev/null +++ b/dev-perl/Filter-Template/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + dwc@pobox.com + Daniel Westermann-Clark + +