diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-09-23 16:08:41 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-09-23 16:08:41 +0000 |
commit | 836d3d60ac6add9b0c16435bc11c9d0c3aa2658b (patch) | |
tree | 56cc6f08a0da29e8cc579357227511a7821b019d /eclass/gnome2.eclass | |
parent | Fixes #8207, ebuild now sets EXTRAVERSION. (diff) | |
download | historical-836d3d60ac6add9b0c16435bc11c9d0c3aa2658b.tar.gz historical-836d3d60ac6add9b0c16435bc11c9d0c3aa2658b.tar.bz2 historical-836d3d60ac6add9b0c16435bc11c9d0c3aa2658b.zip |
split SRC_URI into gnome.org.eclass and inherit that
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r-- | eclass/gnome2.eclass | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index d4701c20d7d4..21ea3ec04b01 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,8 +1,8 @@ # 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.24 2002/09/23 02:50:26 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.25 2002/09/23 16:08:41 spider Exp $ -inherit libtool +inherit libtool gnome.org if [ -n "$DEBUG" ] then @@ -25,9 +25,6 @@ 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} |