commit:     fa6d64bcdbd66f3979521112d80457f0bd452545
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Tue Jul  7 16:38:55 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> 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 <daniel at acceleration dot net>
+# 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 )"

Reply via email to