diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2003-01-08 07:33:12 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2003-01-08 07:33:12 +0000 |
commit | 40dc9d434da13a1b255738bc8da0d9be08725205 (patch) | |
tree | 1e42b4c77c98620b82960a6714593e84c963cef6 /eclass/gtk-engines.eclass | |
parent | Marked stable. (diff) | |
download | gentoo-2-40dc9d434da13a1b255738bc8da0d9be08725205.tar.gz gentoo-2-40dc9d434da13a1b255738bc8da0d9be08725205.tar.bz2 gentoo-2-40dc9d434da13a1b255738bc8da0d9be08725205.zip |
Fixed the crux SRC_URI to work on the new gnome ftp scheme
Diffstat (limited to 'eclass/gtk-engines.eclass')
-rw-r--r-- | eclass/gtk-engines.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/gtk-engines.eclass b/eclass/gtk-engines.eclass index 578ab66ed623..e306c10fb7c5 100644 --- a/eclass/gtk-engines.eclass +++ b/eclass/gtk-engines.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.14 2002/11/28 07:54:09 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.15 2003/01/08 07:33:12 spider Exp $ # The gtk-engines eclass is inheritd by all gtk-engines-* ebuilds. @@ -118,7 +118,8 @@ then elif [ "X${ENGINE}" = "Xcrux" ] then - SRC_URI="mirror://gnome/2.0.1/sources/${MY_PN}/${MY_P}.tar.bz2" + PVP=($(echo " $PV " | sed 's:[-\._]: :g')) + SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" elif [ "X${MY_PN}" = "Xgtk-engines" ] && [ "$SLOT" -eq "2" ] then |