summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-06-13 16:41:19 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-06-13 16:41:19 +0000
commit71fa18e57596d342944fa1d785d3d821c8b47986 (patch)
treed9fc8ee667896430e99ccb19b8fae1c8fa66dae1 /dev-perl/Apache-Session
parentAdded ~amd64 to KEYWORDS. (Manifest recommit) (diff)
downloadgentoo-2-71fa18e57596d342944fa1d785d3d821c8b47986.tar.gz
gentoo-2-71fa18e57596d342944fa1d785d3d821c8b47986.tar.bz2
gentoo-2-71fa18e57596d342944fa1d785d3d821c8b47986.zip
bug fix for MY_P - bug 50600
Diffstat (limited to 'dev-perl/Apache-Session')
-rw-r--r--dev-perl/Apache-Session/Apache-Session-1.60.ebuild4
-rw-r--r--dev-perl/Apache-Session/ChangeLog6
2 files changed, 7 insertions, 3 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}/"
diff --git a/dev-perl/Apache-Session/ChangeLog b/dev-perl/Apache-Session/ChangeLog
index ddb715afa11e..9f05da7c9937 100644
--- a/dev-perl/Apache-Session/ChangeLog
+++ b/dev-perl/Apache-Session/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Apache-Session
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.4 2004/06/13 13:45:53 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.5 2004/06/13 16:41:19 mcummings Exp $
+
+ 13 Jun 2004; Michael Cummings <mcummings@gentoo.org>
+ Apache-Session-1.60.ebuild:
+ bug fix because of MY_P
*Apache-Session-1.60 (13 Jun 2004)