summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-09-09 20:37:57 +0000
committerMarinus Schraal <foser@gentoo.org>2003-09-09 20:37:57 +0000
commitb3527eba99478cfa22a0e56afa52f890a3846386 (patch)
tree329dfb2e99cb927aeb62781f340f64b835738423 /gnome-base
parentversion bump (diff)
downloadhistorical-b3527eba99478cfa22a0e56afa52f890a3846386.tar.gz
historical-b3527eba99478cfa22a0e56afa52f890a3846386.tar.bz2
historical-b3527eba99478cfa22a0e56afa52f890a3846386.zip
fix SRC_URI
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gconf/ChangeLog5
-rw-r--r--gnome-base/gconf/Manifest4
-rw-r--r--gnome-base/gconf/gconf-2.3.3.ebuild7
3 files changed, 10 insertions, 6 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog
index cdacf3175d17..f6bc2d3afd86 100644
--- a/gnome-base/gconf/ChangeLog
+++ b/gnome-base/gconf/ChangeLog
@@ -1,10 +1,13 @@
# 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)
25 Aug 2003; Mike Gardiner <obz@gentoo.org> gconf-2.2.1.ebuild:
diff --git a/gnome-base/gconf/Manifest b/gnome-base/gconf/Manifest
index 7938669365e0..ba70eea821af 100644
--- a/gnome-base/gconf/Manifest
+++ b/gnome-base/gconf/Manifest
@@ -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
diff --git a/gnome-base/gconf/gconf-2.3.3.ebuild b/gnome-base/gconf/gconf-2.3.3.ebuild
index 6c1c03f769fb..b39cb78b3a43 100644
--- a/gnome-base/gconf/gconf-2.3.3.ebuild
+++ b/gnome-base/gconf/gconf-2.3.3.ebuild
@@ -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"