fix SRC_URI
authorMarinus Schraal <foser@gentoo.org>
Tue, 9 Sep 2003 20:37:57 +0000 (20:37 +0000)
committerMarinus Schraal <foser@gentoo.org>
Tue, 9 Sep 2003 20:37:57 +0000 (20:37 +0000)
gnome-base/gconf/ChangeLog
gnome-base/gconf/Manifest
gnome-base/gconf/gconf-2.3.3.ebuild

index cdacf3175d173045d17cfd4ac38d4d4df9fc3464..f6bc2d3afd865b35f476a1abd79e6739f01d0967 100644 (file)
@@ -1,9 +1,12 @@
 # ChangeLog for gnome-base/gconf
 # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.44 2003/09/08 12:20:42 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.45 2003/09/09 20:37:47 foser Exp $
 
 *gconf-2.3.3 (08 Sep 2003)
 
+  08 Sep 2003; foser <foser@gentoo.org> gconf-2.3.3.ebuild :
+  Fix the fixed redefined SRC_URI (#28280)
+
   08 Sep 2003; foser <foser@gentoo.org> gconf-2.3.3.ebuild :
   Gnome 2.4 rc1 , fix redefinition of ${P} in the ebuild (#28169)
 
index 7938669365e02c36e4df0cb547d9ff3c9de2ed5a..ba70eea821af7c5b14dedde7f34091e0890f3680 100644 (file)
@@ -2,8 +2,8 @@ MD5 2bdeb24eae8590fc7903478432c2d457 gconf-1.0.8-r3.ebuild 1695
 MD5 40a6d540af0c5b1390f33f53b576a4e9 gconf-2.2.1.ebuild 1785
 MD5 11738e3ca7931c556071056947914a9e gconf-1.0.8-r5.ebuild 1847
 MD5 423a82bbcd7364a6be65f532ba8324c2 gconf-2.2.0.ebuild 1803
-MD5 9afb7cb5850099546422e5e58d8113eb gconf-2.3.3.ebuild 1902
-MD5 657aafc46fe65f2b7f2964986a5a1934 ChangeLog 7053
+MD5 b494cee491c6a51a1bdfe69816081220 gconf-2.3.3.ebuild 1920
+MD5 f7020e8367558963793a783f69447ce0 ChangeLog 7158
 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
 MD5 87a34bd430e3fce09cc7b3acbcb50c99 gconf-1.0.8-r4.ebuild 1790
 MD5 8485bd44122f283d1549e1f1cdddd03f files/gconfd-2-fix.patch 1820
index 6c1c03f769fbd306ed65f5125aa59aa4b5af04df..b39cb78b3a43f3cb5c694f7a5584d822102ab927 100644 (file)
@@ -1,16 +1,17 @@
 # Copyright 1999-2003 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.3.3.ebuild,v 1.3 2003/09/08 12:20:42 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.3.3.ebuild,v 1.4 2003/09/09 20:37:47 foser Exp $
 
 inherit gnome2
 
-MY_P=GConf-${PV}
+MY_PN=GConf
+MY_P=${MY_PN}-${PV}
 PVP=($(echo " $PV " | sed 's:[-\._]: :g'))
 S=${WORKDIR}/${MY_P}
 
 DESCRIPTION="Gnome Configuration System and Daemon"
 HOMEPAGE="http://www.gnome.org/"
-SRC_URI="mirror://gnome/sources/${PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
+SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
 
 IUSE="doc"
 LICENSE="LGPL-2"