diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-09-15 16:05:46 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-09-15 16:05:46 +0000 |
commit | 023a128159c3072a43dc4a705f317e4494fd1465 (patch) | |
tree | 9149189a81f03e0415b3565fc4200c368f6d502c /gnome-base | |
parent | gnome 2.8 release, minor fixups in older ebuilds (diff) | |
download | historical-023a128159c3072a43dc4a705f317e4494fd1465.tar.gz historical-023a128159c3072a43dc4a705f317e4494fd1465.tar.bz2 historical-023a128159c3072a43dc4a705f317e4494fd1465.zip |
fix up
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 3 | ||||
-rw-r--r-- | gnome-base/gconf/Manifest | 4 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-2.8.0.1.ebuild | 8 |
3 files changed, 6 insertions, 9 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index 7ad8502dfd2a..6f3c606c289f 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,12 +1,11 @@ # ChangeLog for gnome-base/gconf # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.85 2004/09/15 14:33:01 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.86 2004/09/15 16:05:46 foser Exp $ *gconf-2.8.0.1 (15 Sep 2004) 15 Sep 2004; foser <foser@gentoo.org> gconf-2.8.0.1.ebuild : Gnome 2.8 release - Add gtk USE 22 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> gconf-2.6.2.ebuild: Stable on alpha. diff --git a/gnome-base/gconf/Manifest b/gnome-base/gconf/Manifest index 2e9d99e067d1..954af710e74d 100644 --- a/gnome-base/gconf/Manifest +++ b/gnome-base/gconf/Manifest @@ -2,10 +2,10 @@ MD5 aa35b3c82e7832bd0ea41e81c55ba8ef gconf-2.4.0.1.ebuild 1937 MD5 e6238b6762233ce9b584f789bc99a0dc gconf-1.0.8-r3.ebuild 1707 MD5 24ba9a03be4a4cdb12bfeab6024ebc61 gconf-2.6.1.ebuild 2102 MD5 3a69d4cc5f346547bab0539318a111c2 gconf-1.0.9.ebuild 1865 -MD5 4dffe7ddf48b78a2380c01ef540545ba gconf-2.8.0.1.ebuild 2029 +MD5 cbb265acf32477c3ebef35596470793e gconf-2.8.0.1.ebuild 1978 MD5 eeb0f927c533dad22743d4a646f4a774 gconf-1.0.8-r5.ebuild 1872 MD5 9a02a5baca19634c57a87aae05ffa8cd gconf-2.6.0.ebuild 1956 -MD5 18bbe091b10a9b5bff0a26c8eb9b8ce4 ChangeLog 11989 +MD5 44412a34081eb7afba6fb262ed99eed5 ChangeLog 11975 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 b84f37b9c7bad4473d64d5db8cb1d4a4 gconf-2.6.2.ebuild 1949 MD5 aaa79f3ad5c910cfa6f813112e66f79e files/gconf-1.0.9-locallock_mdk.patch 1202 diff --git a/gnome-base/gconf/gconf-2.8.0.1.ebuild b/gnome-base/gconf/gconf-2.8.0.1.ebuild index 95e2c3b45793..4605fe343a94 100644 --- a/gnome-base/gconf/gconf-2.8.0.1.ebuild +++ b/gnome-base/gconf/gconf-2.8.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.8.0.1.ebuild,v 1.1 2004/09/15 14:33:02 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.8.0.1.ebuild,v 1.2 2004/09/15 16:05:46 foser Exp $ inherit eutils gnome2 @@ -13,7 +13,7 @@ DESCRIPTION="Gnome Configuration System and Daemon" HOMEPAGE="http://www.gnome.org/" SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" -IUSE="doc gtk" +IUSE="doc" LICENSE="LGPL-2" SLOT="2" KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa amd64 ~ia64 ~mips ~ppc64" @@ -22,7 +22,7 @@ RDEPEND=">=dev-libs/glib-2.0.1 >=gnome-base/orbit-2.4 >=dev-libs/libxml2-2 dev-libs/popt - gtk? ( >=x11-libs/gtk+-2 )" + >=x11-libs/gtk+-2" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 @@ -32,8 +32,6 @@ DEPEND="${RDEPEND} MAKEOPTS="${MAKEOPTS} -j1" -G2CONF="${G2CONF} $(use_enable gtk)" - src_install() { gnome2_src_install |