diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:02:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:02:52 +0000 |
commit | 1b673f1e2d845cec6e5e0e32868e69c5033d2a22 (patch) | |
tree | 3a97bd3db81eef6154658ef9a5568451d3ea188c /dev-perl/CGI-FastTemplate | |
parent | sync IUSE (+X) (diff) | |
download | historical-1b673f1e2d845cec6e5e0e32868e69c5033d2a22.tar.gz historical-1b673f1e2d845cec6e5e0e32868e69c5033d2a22.tar.bz2 historical-1b673f1e2d845cec6e5e0e32868e69c5033d2a22.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'dev-perl/CGI-FastTemplate')
-rw-r--r-- | dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild b/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild index 579ebc413719..24de676f01fb 100644 --- a/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild +++ b/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild,v 1.7 2004/06/25 00:10:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild,v 1.8 2004/07/14 16:47:33 agriffis Exp $ 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" @@ -13,8 +12,7 @@ HOMEPAGE="http://search.cpan.org/author/JMOORE/${P}/" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 amd64 ~ppc alpha sparc" +IUSE="" DEPEND="${DEPEND} >=dev-perl/CGI-2.78-r3" - - |