diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:32:15 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:32:15 +0000 |
commit | 4e3ea959f8a64b1d522ad48e20bb9773fbe79403 (patch) | |
tree | 7dcb688b43d164d061cc85891cf6dbf9152125ff /dev-perl/Apache-Session | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-4e3ea959f8a64b1d522ad48e20bb9773fbe79403.tar.gz gentoo-2-4e3ea959f8a64b1d522ad48e20bb9773fbe79403.tar.bz2 gentoo-2-4e3ea959f8a64b1d522ad48e20bb9773fbe79403.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/Apache-Session')
-rw-r--r-- | dev-perl/Apache-Session/Apache-Session-1.54.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-perl/Apache-Session/Apache-Session-1.54.ebuild b/dev-perl/Apache-Session/Apache-Session-1.54.ebuild index 7134e70db7ea..490313bafc86 100644 --- a/dev-perl/Apache-Session/Apache-Session-1.54.ebuild +++ b/dev-perl/Apache-Session/Apache-Session-1.54.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.54.ebuild,v 1.5 2004/06/25 00:05:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.54.ebuild,v 1.6 2004/07/14 16:32:15 agriffis Exp $ inherit perl-module IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Perl module for Apache::Session" SRC_URI="http://search.cpan.org/CPAN/authors/id/J/JB/JBAKER/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/author/JBAKER/Apache-Session-1.54/" |