commit:     daf85f54e839a0e165cb18b091cbd45bfc01987f
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Aug 13 13:32:33 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=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 <[email protected]>
+  +Filter-Template-1.03.ebuild:
+  Bump
+
   07 Jul 2009; Daniel Westermann-Clark <[email protected]>
   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 )"

Reply via email to