diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-09-23 02:50:26 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-09-23 02:50:26 +0000 |
commit | be18e4662676bc32f8d96448712da05525cf9cd3 (patch) | |
tree | d08a3950a05f2661d521bd3ebc218845d609fb5d /eclass/gnome2.eclass | |
parent | Removing from sys-apps. (diff) | |
download | gentoo-2-be18e4662676bc32f8d96448712da05525cf9cd3.tar.gz gentoo-2-be18e4662676bc32f8d96448712da05525cf9cd3.tar.bz2 gentoo-2-be18e4662676bc32f8d96448712da05525cf9cd3.zip |
SRC_URI fix from carpaski
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r-- | eclass/gnome2.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index d60d47a03838..d4701c20d7d4 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.23 2002/08/22 19:16:05 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.24 2002/09/23 02:50:26 spider Exp $ inherit libtool @@ -25,6 +25,10 @@ fi ELTCONF="" SCROLLKEEPER_UPDATE="1" +PVP=($(echo " $PV " | sed 's:[-\._]: :g')) +SRC_URI="mirror://gnome/sources/${PN}/${PVP[0]}.${PVP[1]}/${P}.tar.bz2" + + gnome2_src_configure() { elibtoolize ${ELTCONF} # doc keyword for gtk-doc |