diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-21 01:43:53 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-21 01:43:53 +0000 |
commit | bbeb57a263d32005dc912572d7b786a320a8d7eb (patch) | |
tree | da356ca363392e72d80108750d46a7b497fd5fc6 /dev-perl/CGI-FastTemplate | |
parent | Changelog fix (diff) | |
download | historical-bbeb57a263d32005dc912572d7b786a320a8d7eb.tar.gz historical-bbeb57a263d32005dc912572d7b786a320a8d7eb.tar.bz2 historical-bbeb57a263d32005dc912572d7b786a320a8d7eb.zip |
Closes bug 11742, thanks to Jens Hilligsoee <gentoo@hilli.dk
Diffstat (limited to 'dev-perl/CGI-FastTemplate')
-rw-r--r-- | dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/CGI-FastTemplate/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/CGI-FastTemplate/Manifest | 2 |
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild b/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild new file mode 100644 index 000000000000..13a9f8bfbf51 --- /dev/null +++ b/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild @@ -0,0 +1,17 @@ + +inherit perl-module + +S=${WORKDIR}/${P} +CATEGORY="dev-perl" +DESCRIPTION="The Perl CGI::FastTemplate Module" +SRC_URI="http://search.cpan.org/CPAN/authors/id/J/JM/JMOORE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/JMOORE/${P}/" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~ppc ~alpha ~sparc" + +DEPEND="${DEPEND} + >=dev-perl/CGI-2.78-r3" + + diff --git a/dev-perl/CGI-FastTemplate/ChangeLog b/dev-perl/CGI-FastTemplate/ChangeLog new file mode 100644 index 000000000000..fcb84032aabc --- /dev/null +++ b/dev-perl/CGI-FastTemplate/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/CGI-FastTemplate +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-FastTemplate/ChangeLog,v 1.1 2003/06/21 01:43:53 mcummings Exp $ + +*CGI-FastTemplate-1.09 (20 Jun 2003) + + 20 Jun 2003; Michael Cummings <mcummings@gentoo.org> + CGI-FastTemplate-1.09.ebuild: + Closes bug 11742, thanks to Jens Hilligsoee <gentoo@hilli.dk + diff --git a/dev-perl/CGI-FastTemplate/Manifest b/dev-perl/CGI-FastTemplate/Manifest new file mode 100644 index 000000000000..238404b16af3 --- /dev/null +++ b/dev-perl/CGI-FastTemplate/Manifest @@ -0,0 +1,2 @@ +MD5 6a2d9b04d4a7fd1d10f86c8bf0dbc9fa CGI-FastTemplate-1.09.ebuild 358 +MD5 fa862c6a0eea85fd337837fc73f66576 files/digest-CGI-FastTemplate-1.09 72 |