diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:48:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:48:49 +0000 |
commit | f4c6305661f04528cf741a8d101e01b3e234fba1 (patch) | |
tree | 5f457f4538ae5ad4dc7abf5423e4a6509cbebc08 /dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-f4c6305661f04528cf741a8d101e01b3e234fba1.tar.gz gentoo-2-f4c6305661f04528cf741a8d101e01b3e234fba1.tar.bz2 gentoo-2-f4c6305661f04528cf741a8d101e01b3e234fba1.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild')
-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" - - |