summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2004-06-15 21:16:31 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2004-06-15 21:16:31 +0000
commit1a49a0fbb3f9f25836bf0f74a09d42d2d54401ce (patch)
treeb38df3ff570fca1bfbf35cf3cd1a32ed2cdb2fef /eclass
parentFixed the package (diff)
downloadoverlay-1a49a0fbb3f9f25836bf0f74a09d42d2d54401ce.tar.gz
overlay-1a49a0fbb3f9f25836bf0f74a09d42d2d54401ce.tar.bz2
overlay-1a49a0fbb3f9f25836bf0f74a09d42d2d54401ce.zip
Starting on the new horde alpha versions
svn path=/; revision=14
Diffstat (limited to 'eclass')
-rw-r--r--eclass/horde.eclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass
index 2590e8a..3e2f65c 100644
--- a/eclass/horde.eclass
+++ b/eclass/horde.eclass
@@ -38,6 +38,9 @@ if [ "${PN}" != "${PN/-cvs}" ] ; then
SRC_URI=""
S=${WORKDIR}/${ECVS_MODULES}
else
+ if [ "${PV}" != "${PV/_alpha}" ] ; then
+ PV="${PV/_alpha}-ALPHA"
+ fi
EHORDE_CVS="false"
SRC_URI="http://ftp.horde.org/pub/${HORDE_PN}/${HORDE_PN}-${PV}.tar.gz"
S=${WORKDIR}/${HORDE_PN}-${PV}