diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-06-13 16:41:19 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-06-13 16:41:19 +0000 |
commit | 55aa7a23e90ce3b3b67ff6f6dac17174dc2074a5 (patch) | |
tree | d484cabacf853178e6f554454da685a5399c1618 /dev-perl/Apache-Session/Apache-Session-1.60.ebuild | |
parent | Added ~amd64 to KEYWORDS. (diff) | |
download | historical-55aa7a23e90ce3b3b67ff6f6dac17174dc2074a5.tar.gz historical-55aa7a23e90ce3b3b67ff6f6dac17174dc2074a5.tar.bz2 historical-55aa7a23e90ce3b3b67ff6f6dac17174dc2074a5.zip |
bug fix for MY_P - bug 50600
Diffstat (limited to 'dev-perl/Apache-Session/Apache-Session-1.60.ebuild')
-rw-r--r-- | dev-perl/Apache-Session/Apache-Session-1.60.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Apache-Session/Apache-Session-1.60.ebuild b/dev-perl/Apache-Session/Apache-Session-1.60.ebuild index d5134c38d5d5..f3ae13d19a77 100644 --- a/dev-perl/Apache-Session/Apache-Session-1.60.ebuild +++ b/dev-perl/Apache-Session/Apache-Session-1.60.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.60.ebuild,v 1.1 2004/06/13 13:45:53 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.60.ebuild,v 1.2 2004/06/13 16:41:19 mcummings Exp $ inherit perl-module MY_PV=${PV/0/} MY_P=${PN}-${MY_PV} IUSE="" -S=${WORKDIR}/${P} +S=${WORKDIR}/${MY_P} DESCRIPTION="Perl module for Apache::Session" SRC_URI="http://search.cpan.org/CPAN/authors/id/J/JB/JBAKER/${MY_P}.tar.gz" HOMEPAGE="http://search.cpan.org/~jbaker/${MY_P}/" |