diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-05-30 05:38:27 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-05-30 05:38:27 +0000 |
commit | 7f121e6d34eb2b4faddb6fb3f8bf7f9257d26287 (patch) | |
tree | 006f733bb7e8f1b1f62d2e2a51a117a66914f1fe /gnome-base/gconf | |
parent | version bump (diff) | |
download | gentoo-2-7f121e6d34eb2b4faddb6fb3f8bf7f9257d26287.tar.gz gentoo-2-7f121e6d34eb2b4faddb6fb3f8bf7f9257d26287.tar.bz2 gentoo-2-7f121e6d34eb2b4faddb6fb3f8bf7f9257d26287.zip |
add SLOTs
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.0.8-r3.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.1.10-r1.ebuild | 1 |
3 files changed, 11 insertions, 2 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index 6ee957d0e085..223be3f95311 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/gconf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.7 2002/05/24 16:23:18 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.8 2002/05/30 05:38:27 blocke Exp $ + + 30 May 2002; Bruce A. Locke <blocke@shivan.org> gconf-1.1.10-r1.ebuild,gconf-1.0.8-r3.ebuild: + + Added SLOTS to gconf 1.0.x and 1.1.x... Merging gconf 1.1.x and doing + an "emerge clean" would result in gconf 1.0.x being unmerged and breaking + many Gnome 1.4 applications (such as Galeon) *gconf-1.1.10-r1 (24 May 2002) 24 May 2002; Spider <spider@gentoo.org> gconf-1.1.10-r1.ebuild : diff --git a/gnome-base/gconf/gconf-1.0.8-r3.ebuild b/gnome-base/gconf/gconf-1.0.8-r3.ebuild index 63269bf2ba96..131cfc5cb713 100644 --- a/gnome-base/gconf/gconf-1.0.8-r3.ebuild +++ b/gnome-base/gconf/gconf-1.0.8-r3.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.8-r3.ebuild,v 1.1 2002/04/24 08:04:24 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.8-r3.ebuild,v 1.2 2002/05/30 05:38:27 blocke Exp $ S=${WORKDIR}/GConf-${PV} DESCRIPTION="Gconf" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/GConf/GConf-${PV}.tar.gz" HOMEPAGE="http://www.gnome.org/" +SLOT="1" + RDEPEND=">=sys-libs/db-3.2.3h nls? ( sys-devel/gettext )" diff --git a/gnome-base/gconf/gconf-1.1.10-r1.ebuild b/gnome-base/gconf/gconf-1.1.10-r1.ebuild index 5ecb7c3651ce..f6e066b8634e 100644 --- a/gnome-base/gconf/gconf-1.1.10-r1.ebuild +++ b/gnome-base/gconf/gconf-1.1.10-r1.ebuild @@ -16,6 +16,7 @@ S=${WORKDIR}/${MY_PN}-${PV} DESCRIPTION="Gnome Configuration System and Daemon" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${MY_PN}/${MY_PN}-${PV}.tar.bz2" HOMEPAGE="http://www.gnome.org/" +SLOT="2" RDEPEND=">=dev-libs/glib-2.0.1 >=gnome-base/ORBit2-2.3.106 |