summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-11-02 15:34:14 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-11-02 15:34:14 +0000
commit2b5b054098eb726fd5bf77b19a2ff9c9c6429342 (patch)
tree0d639165d86e92f2de007ca61bdda08b74847158 /net-zope/contentprovider
parentWrong location for eclass (diff)
downloadoverlay-2b5b054098eb726fd5bf77b19a2ff9c9c6429342.tar.gz
overlay-2b5b054098eb726fd5bf77b19a2ff9c9c6429342.tar.bz2
overlay-2b5b054098eb726fd5bf77b19a2ff9c9c6429342.zip
Fixed zope package ebuilds and the zpkg eclass
svn path=/; revision=499
Diffstat (limited to 'net-zope/contentprovider')
-rw-r--r--net-zope/contentprovider/contentprovider-20051102.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-zope/contentprovider/contentprovider-20051102.ebuild b/net-zope/contentprovider/contentprovider-20051102.ebuild
index 90606fb..b25c7d8 100644
--- a/net-zope/contentprovider/contentprovider-20051102.ebuild
+++ b/net-zope/contentprovider/contentprovider-20051102.ebuild
@@ -4,9 +4,11 @@
inherit zpkg
+MY_P=zope.${P}
+
DESCRIPTION="The Zope contentprovider module allows pluggable web pages."
HOMEPAGE="http://www.zope.org"
-SRC_URI="http://www.gunnarwrobel.de/downloads/zope.${P}.tgz"
+SRC_URI="http://www.gunnarwrobel.de/downloads/${MY_P}.tgz"
LICENSE="ZPL"
SLOT="0"
@@ -16,3 +18,5 @@ KEYWORDS="~x86"
RDEPEND=""
DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"