diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:19 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:19 +0000 |
commit | 6ab1655423d78f3be0e0d79473a19420e7b6125b (patch) | |
tree | 3c0519cfa9f0e41411ff69d85fb70df9855ff1d4 /gnome-base | |
parent | During removal of sparc64 keywords from the ebuilds a bad sed introduced prob... (diff) | |
download | historical-6ab1655423d78f3be0e0d79473a19420e7b6125b.tar.gz historical-6ab1655423d78f3be0e0d79473a19420e7b6125b.tar.bz2 historical-6ab1655423d78f3be0e0d79473a19420e7b6125b.zip |
During removal of sparc64 keywords from the ebuilds a bad sed introduced problematic KEYWORDS line that contained an illegal character before the alpha keyword. Fixed.
Diffstat (limited to 'gnome-base')
56 files changed, 112 insertions, 112 deletions
diff --git a/gnome-base/ORBit/ORBit-0.5.17.ebuild b/gnome-base/ORBit/ORBit-0.5.17.ebuild index 82a8007c66c3..811a5e56b494 100644 --- a/gnome-base/ORBit/ORBit-0.5.17.ebuild +++ b/gnome-base/ORBit/ORBit-0.5.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.17.ebuild,v 1.9 2002/12/09 04:22:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.17.ebuild,v 1.10 2002/12/15 10:44:19 bjb Exp $ IUSE="nls" @@ -21,7 +21,7 @@ RDEPEND="virtual/glibc SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc alpha" +KEYWORDS="x86 sparc alpha" src_compile() { if [ -z "`use nls`" ] ; then diff --git a/gnome-base/ORBit2/ORBit2-2.4.1.ebuild b/gnome-base/ORBit2/ORBit2-2.4.1.ebuild index 0644805050ac..c55e85f7e412 100644 --- a/gnome-base/ORBit2/ORBit2-2.4.1.ebuild +++ b/gnome-base/ORBit2/ORBit2-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ORBit2-2.4.1.ebuild,v 1.7 2002/12/09 04:22:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ORBit2-2.4.1.ebuild,v 1.8 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" DOCS="AUTHORS ChangeLog COPYING* README* HACKING INSTALL NEWS TODO MAINTAINERS" diff --git a/gnome-base/bonobo-activation/bonobo-activation-1.0.3.ebuild b/gnome-base/bonobo-activation/bonobo-activation-1.0.3.ebuild index 2b1c3b1ef1ae..f3ed4f69ac0f 100644 --- a/gnome-base/bonobo-activation/bonobo-activation-1.0.3.ebuild +++ b/gnome-base/bonobo-activation/bonobo-activation-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo-activation/bonobo-activation-1.0.3.ebuild,v 1.8 2002/12/09 04:22:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo-activation/bonobo-activation-1.0.3.ebuild,v 1.9 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" RDEPEND=">=dev-libs/glib-2.0.4 >=dev-libs/libxml2-2.4.20 diff --git a/gnome-base/bonobo-activation/bonobo-activation-1.0.4.ebuild b/gnome-base/bonobo-activation/bonobo-activation-1.0.4.ebuild index c5b16246d0d4..10c50e7af258 100644 --- a/gnome-base/bonobo-activation/bonobo-activation-1.0.4.ebuild +++ b/gnome-base/bonobo-activation/bonobo-activation-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo-activation/bonobo-activation-1.0.4.ebuild,v 1.3 2002/12/09 04:22:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo-activation/bonobo-activation-1.0.4.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" RDEPEND=">=dev-libs/glib-2.0.4 >=dev-libs/libxml2-2.4.20 diff --git a/gnome-base/control-center/control-center-2.0.1.1.ebuild b/gnome-base/control-center/control-center-2.0.1.1.ebuild index f23578ff13c6..61a2364080fe 100644 --- a/gnome-base/control-center/control-center-2.0.1.1.ebuild +++ b/gnome-base/control-center/control-center-2.0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/control-center-2.0.1.1.ebuild,v 1.5 2002/12/09 04:22:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/control-center-2.0.1.1.ebuild,v 1.6 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnome/2.0.1/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="2" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" RDEPEND=">=x11-libs/gtk+-2.0.6 >=dev-libs/glib-2.0.6 diff --git a/gnome-base/control-center/control-center-2.0.3-r1.ebuild b/gnome-base/control-center/control-center-2.0.3-r1.ebuild index b79e35744a46..611cf4599e2e 100644 --- a/gnome-base/control-center/control-center-2.0.3-r1.ebuild +++ b/gnome-base/control-center/control-center-2.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/control-center-2.0.3-r1.ebuild,v 1.2 2002/12/09 04:22:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/control-center-2.0.3-r1.ebuild,v 1.3 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -11,7 +11,7 @@ SRC_URI="${SRC_URI} HOMEPAGE="http://www.gnome.org/" SLOT="2" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" RDEPEND=">=x11-libs/gtk+-2.0.6 >=dev-libs/glib-2.0.6 diff --git a/gnome-base/control-center/control-center-2.0.3.ebuild b/gnome-base/control-center/control-center-2.0.3.ebuild index 2aa4485707d4..cc9d46ce9e25 100644 --- a/gnome-base/control-center/control-center-2.0.3.ebuild +++ b/gnome-base/control-center/control-center-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/control-center-2.0.3.ebuild,v 1.3 2002/12/09 04:22:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/control-center-2.0.3.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -9,7 +9,7 @@ DESCRIPTION="the gnome2 Desktop configuration tool" HOMEPAGE="http://www.gnome.org/" SLOT="2" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" RDEPEND=">=x11-libs/gtk+-2.0.6 >=dev-libs/glib-2.0.6 diff --git a/gnome-base/eel/eel-2.0.7.ebuild b/gnome-base/eel/eel-2.0.7.ebuild index fbad831ce877..93fe1d60a1d5 100644 --- a/gnome-base/eel/eel-2.0.7.ebuild +++ b/gnome-base/eel/eel-2.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/eel-2.0.7.ebuild,v 1.4 2002/12/09 04:22:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/eel-2.0.7.ebuild,v 1.5 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnome/2.0.2/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="2" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" RDEPEND=">=dev-libs/glib-2.0.6-r1 >=gnome-base/gconf-1.2.1 diff --git a/gnome-base/eel/eel-2.0.8.ebuild b/gnome-base/eel/eel-2.0.8.ebuild index e568b1ac0668..c5d669074c79 100644 --- a/gnome-base/eel/eel-2.0.8.ebuild +++ b/gnome-base/eel/eel-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/eel-2.0.8.ebuild,v 1.3 2002/12/09 04:22:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/eel-2.0.8.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -9,7 +9,7 @@ DESCRIPTION="EEL is the Eazel Extentions Library" HOMEPAGE="http://www.gnome.org/" SLOT="2" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" RDEPEND=">=dev-libs/glib-2 >=gnome-base/gconf-1.2.1 diff --git a/gnome-base/gail/gail-0.17.ebuild b/gnome-base/gail/gail-0.17.ebuild index 1a2d8f7d2887..74bc024ff456 100644 --- a/gnome-base/gail/gail-0.17.ebuild +++ b/gnome-base/gail/gail-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-0.17.ebuild,v 1.6 2002/12/09 04:22:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-0.17.ebuild,v 1.7 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -9,7 +9,7 @@ DESCRIPTION="Part of Gnome Accessibility" SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2" DEPEND=">=dev-util/pkgconfig-0.12.0 diff --git a/gnome-base/gconf/gconf-1.2.1.ebuild b/gnome-base/gconf/gconf-1.2.1.ebuild index a64f875fa4dd..99fb0daf84cc 100644 --- a/gnome-base/gconf/gconf-1.2.1.ebuild +++ b/gnome-base/gconf/gconf-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.2.1.ebuild,v 1.7 2002/12/09 04:22:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.2.1.ebuild,v 1.8 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -13,7 +13,7 @@ SRC_URI="mirror://gnome/2.0.0/sources/${MY_PN}/${MY_PN}-${PV}.tar.bz2" HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2.1" SLOT="2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" RDEPEND=">=dev-libs/glib-2.0.6 >=gnome-base/ORBit2-2.4.1 diff --git a/gnome-base/gdm/gdm-2.4.0.11-r1.ebuild b/gnome-base/gdm/gdm-2.4.0.11-r1.ebuild index 67e4e304fb29..3dc2c4be81cf 100644 --- a/gnome-base/gdm/gdm-2.4.0.11-r1.ebuild +++ b/gnome-base/gdm/gdm-2.4.0.11-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.4.0.11-r1.ebuild,v 1.4 2002/12/09 04:22:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.4.0.11-r1.ebuild,v 1.5 2002/12/15 10:44:19 bjb Exp $ DESCRIPTION="GNOME2 Display Manager" HOMEPAGE="http://www.gnome.org/" SRC_URI="mirror://gnome/2.0.1/sources/${PN}/${P}.tar.bz2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2" IUSE="nls" diff --git a/gnome-base/gdm/gdm-2.4.0.11.ebuild b/gnome-base/gdm/gdm-2.4.0.11.ebuild index cdf5cbd7d5e8..c57d8d96b849 100644 --- a/gnome-base/gdm/gdm-2.4.0.11.ebuild +++ b/gnome-base/gdm/gdm-2.4.0.11.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.4.0.11.ebuild,v 1.8 2002/12/09 04:22:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.4.0.11.ebuild,v 1.9 2002/12/15 10:44:19 bjb Exp $ DESCRIPTION="GNOME2 Display Manager" HOMEPAGE="http://www.gnome.org/" SRC_URI="mirror://gnome/2.0.1/sources/${PN}/${P}.tar.bz2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2" IUSE="nls" diff --git a/gnome-base/gdm/gdm-2.4.0.12-r1.ebuild b/gnome-base/gdm/gdm-2.4.0.12-r1.ebuild index d6cc666e1dcb..bb3b2c98c311 100644 --- a/gnome-base/gdm/gdm-2.4.0.12-r1.ebuild +++ b/gnome-base/gdm/gdm-2.4.0.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.4.0.12-r1.ebuild,v 1.2 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.4.0.12-r1.ebuild,v 1.3 2002/12/15 10:44:19 bjb Exp $ inherit gnome.org @@ -8,7 +8,7 @@ DESCRIPTION="GNOME2 Display Manager" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2" IUSE="nls" SRC_URI="${SRC_URI} diff --git a/gnome-base/gdm/gdm-2.4.0.12.ebuild b/gnome-base/gdm/gdm-2.4.0.12.ebuild index 680ce2d9f57c..da96f53d3278 100644 --- a/gnome-base/gdm/gdm-2.4.0.12.ebuild +++ b/gnome-base/gdm/gdm-2.4.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.4.0.12.ebuild,v 1.3 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.4.0.12.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ inherit gnome.org @@ -8,7 +8,7 @@ DESCRIPTION="GNOME2 Display Manager" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2" IUSE="nls" diff --git a/gnome-base/gnome-applets/gnome-applets-2.0.3.ebuild b/gnome-base/gnome-applets/gnome-applets-2.0.3.ebuild index 06fc0ad8c397..1d9af50f8e67 100644 --- a/gnome-base/gnome-applets/gnome-applets-2.0.3.ebuild +++ b/gnome-base/gnome-applets/gnome-applets-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.0.3.ebuild,v 1.6 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.0.3.ebuild,v 1.7 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -13,7 +13,7 @@ SRC_URI="mirror://gnome/2.0.2/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="2" LICENSE="GPL-2 FDL-1.1" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" RDEPEND=">=x11-libs/gtk+-2.0.6 >=x11-libs/libwnck-0.17 diff --git a/gnome-base/gnome-applets/gnome-applets-2.0.4.ebuild b/gnome-base/gnome-applets/gnome-applets-2.0.4.ebuild index a72a4f847ab3..6a1abbb07e1e 100644 --- a/gnome-base/gnome-applets/gnome-applets-2.0.4.ebuild +++ b/gnome-base/gnome-applets/gnome-applets-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.0.4.ebuild,v 1.4 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.0.4.ebuild,v 1.5 2002/12/15 10:44:19 bjb Exp $ inherit libtool gnome2 @@ -10,7 +10,7 @@ DESCRIPTION="Applets for the Gnome2 Desktop and Panel" HOMEPAGE="http://www.gnome.org/" SLOT="2" LICENSE="GPL-2 FDL-1.1" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" RDEPEND=">=x11-libs/gtk+-2 >=x11-libs/libwnck-0.13 diff --git a/gnome-base/gnome-desktop/gnome-desktop-2.0.10.ebuild b/gnome-base/gnome-desktop/gnome-desktop-2.0.10.ebuild index ef6cdbbd1f46..c517f3921f02 100644 --- a/gnome-base/gnome-desktop/gnome-desktop-2.0.10.ebuild +++ b/gnome-base/gnome-desktop/gnome-desktop-2.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-desktop/gnome-desktop-2.0.10.ebuild,v 1.3 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-desktop/gnome-desktop-2.0.10.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -9,7 +9,7 @@ DESCRIPTION="Libraries for the gnome desktop that is not part of the UI" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2 FDL-1.1 LGPL-2.1" RDEPEND=">=gnome-base/libgnomeui-2 diff --git a/gnome-base/gnome-desktop/gnome-desktop-2.0.8.ebuild b/gnome-base/gnome-desktop/gnome-desktop-2.0.8.ebuild index a8dc06fc6e61..d85446884dd0 100644 --- a/gnome-base/gnome-desktop/gnome-desktop-2.0.8.ebuild +++ b/gnome-base/gnome-desktop/gnome-desktop-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-desktop/gnome-desktop-2.0.8.ebuild,v 1.5 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-desktop/gnome-desktop-2.0.8.ebuild,v 1.6 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnome/2.0.1/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 FDL-1.1 LGPL-2.1" RDEPEND=">=gnome-base/libgnomeui-2.0.5 diff --git a/gnome-base/gnome-desktop/gnome-desktop-2.0.9.ebuild b/gnome-base/gnome-desktop/gnome-desktop-2.0.9.ebuild index a99a8b7ce62b..13bcb42349d0 100644 --- a/gnome-base/gnome-desktop/gnome-desktop-2.0.9.ebuild +++ b/gnome-base/gnome-desktop/gnome-desktop-2.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-desktop/gnome-desktop-2.0.9.ebuild,v 1.3 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-desktop/gnome-desktop-2.0.9.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -9,7 +9,7 @@ DESCRIPTION="Libraries for the gnome desktop that is not part of the UI" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2 FDL-1.1 LGPL-2.1" RDEPEND=">=gnome-base/libgnomeui-2 diff --git a/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild b/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild index ae05efa19d42..89884ddffa6e 100644 --- a/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild +++ b/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild,v 1.13 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild,v 1.14 2002/12/15 10:44:19 bjb Exp $ IUSE="doc nls kde" @@ -11,7 +11,7 @@ DESCRIPTION="GNOME Core Libraries" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" DEPEND=">=media-libs/imlib-1.9.10 >=media-sound/esound-0.2.23 diff --git a/gnome-base/gnome-mime-data/gnome-mime-data-2.0.0.ebuild b/gnome-base/gnome-mime-data/gnome-mime-data-2.0.0.ebuild index 2cb81c0a69e9..d2a65c10e982 100644 --- a/gnome-base/gnome-mime-data/gnome-mime-data-2.0.0.ebuild +++ b/gnome-base/gnome-mime-data/gnome-mime-data-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mime-data/gnome-mime-data-2.0.0.ebuild,v 1.8 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mime-data/gnome-mime-data-2.0.0.ebuild,v 1.9 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" RDEPEND=">=dev-libs/glib-2.0.0" diff --git a/gnome-base/gnome-panel/gnome-panel-2.0.10.ebuild b/gnome-base/gnome-panel/gnome-panel-2.0.10.ebuild index 00aa33b92632..74e73a7cd41f 100644 --- a/gnome-base/gnome-panel/gnome-panel-2.0.10.ebuild +++ b/gnome-base/gnome-panel/gnome-panel-2.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.0.10.ebuild,v 1.3 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.0.10.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="GPL-2 FDL-1.1 LGPL-2.1" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" RDEPEND=">=x11-libs/gtk+-2.0.3 >=dev-libs/libxml2-2.4.24 diff --git a/gnome-base/gnome-panel/gnome-panel-2.0.11.ebuild b/gnome-base/gnome-panel/gnome-panel-2.0.11.ebuild index afb54d43eba8..c512407aee2f 100644 --- a/gnome-base/gnome-panel/gnome-panel-2.0.11.ebuild +++ b/gnome-base/gnome-panel/gnome-panel-2.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.0.11.ebuild,v 1.3 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.0.11.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="GPL-2 FDL-1.1 LGPL-2.1" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" RDEPEND=">=x11-libs/gtk+-2.0.3 >=dev-libs/libxml2-2.4.24 diff --git a/gnome-base/gnome-panel/gnome-panel-2.0.9.ebuild b/gnome-base/gnome-panel/gnome-panel-2.0.9.ebuild index b84c8797db6a..820cb0a4d7e9 100644 --- a/gnome-base/gnome-panel/gnome-panel-2.0.9.ebuild +++ b/gnome-base/gnome-panel/gnome-panel-2.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.0.9.ebuild,v 1.6 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.0.9.ebuild,v 1.7 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="GPL-2 FDL-1.1 LGPL-2.1" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" RDEPEND=">=x11-libs/gtk+-2.0.6-r1 >=dev-libs/libxml2-2.4.24 diff --git a/gnome-base/gnome-session/gnome-session-2.0.7.ebuild b/gnome-base/gnome-session/gnome-session-2.0.7.ebuild index f7bcc88b15eb..aeae9bd4d969 100644 --- a/gnome-base/gnome-session/gnome-session-2.0.7.ebuild +++ b/gnome-base/gnome-session/gnome-session-2.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.0.7.ebuild,v 1.5 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.0.7.ebuild,v 1.6 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnome/2.0.1/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1 FDL-1.1" RDEPEND=">=dev-libs/glib-2.0.6-r1 diff --git a/gnome-base/gnome-session/gnome-session-2.0.8.ebuild b/gnome-base/gnome-session/gnome-session-2.0.8.ebuild index fa32941e03f3..2b481ec15169 100644 --- a/gnome-base/gnome-session/gnome-session-2.0.8.ebuild +++ b/gnome-base/gnome-session/gnome-session-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.0.8.ebuild,v 1.3 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.0.8.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -9,7 +9,7 @@ DESCRIPTION="the Gnome2 session manager" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2 LGPL-2.1 FDL-1.1" RDEPEND=">=dev-libs/glib-2 diff --git a/gnome-base/gnome-session/gnome-session-2.0.9.ebuild b/gnome-base/gnome-session/gnome-session-2.0.9.ebuild index 69176edf0b2b..7d02a09cfc14 100644 --- a/gnome-base/gnome-session/gnome-session-2.0.9.ebuild +++ b/gnome-base/gnome-session/gnome-session-2.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.0.9.ebuild,v 1.4 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.0.9.ebuild,v 1.5 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 eutils @@ -9,7 +9,7 @@ DESCRIPTION="the Gnome2 session manager" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2 LGPL-2.1 FDL-1.1" RDEPEND=">=dev-libs/glib-2 diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.0.2.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.0.2.ebuild index c0730915b286..d22e718f5016 100644 --- a/gnome-base/gnome-vfs/gnome-vfs-2.0.2.ebuild +++ b/gnome-base/gnome-vfs/gnome-vfs-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.0.2.ebuild,v 1.7 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.0.2.ebuild,v 1.8 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -11,7 +11,7 @@ DESCRIPTION="Gnome Virtual Filesystem" SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1" RDEPEND="=dev-libs/glib-2.0* diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.0.4-r2.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.0.4-r2.ebuild index f0f25be18ddb..0229ffec492f 100644 --- a/gnome-base/gnome-vfs/gnome-vfs-2.0.4-r2.ebuild +++ b/gnome-base/gnome-vfs/gnome-vfs-2.0.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.0.4-r2.ebuild,v 1.5 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.0.4-r2.ebuild,v 1.6 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -11,7 +11,7 @@ DESCRIPTION="Gnome Virtual Filesystem" SRC_URI="mirror://gnome/2.0.1/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1" RDEPEND="=dev-libs/glib-2.0* diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.0.4.1.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.0.4.1.ebuild index 2046dd62522d..dcee84b5b0a3 100644 --- a/gnome-base/gnome-vfs/gnome-vfs-2.0.4.1.ebuild +++ b/gnome-base/gnome-vfs/gnome-vfs-2.0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.0.4.1.ebuild,v 1.3 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.0.4.1.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -10,7 +10,7 @@ S=${WORKDIR}/${P} DESCRIPTION="Gnome Virtual Filesystem" HOMEPAGE="http://www.gnome.org/" SLOT="2" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2 LGPL-2.1" RDEPEND="=dev-libs/glib-2.0* diff --git a/gnome-base/gnome/gnome-2.0.2-r1.ebuild b/gnome-base/gnome/gnome-2.0.2-r1.ebuild index b39bc81ec61c..1dc4fe56552b 100644 --- a/gnome-base/gnome/gnome-2.0.2-r1.ebuild +++ b/gnome-base/gnome/gnome-2.0.2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.0.2-r1.ebuild,v 1.4 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.0.2-r1.ebuild,v 1.5 2002/12/15 10:44:19 bjb Exp $ S=${WORKDIR} DESCRIPTION="GNOME 2.0 - merge this package to merge the Gnome2 desktop" HOMEPAGE="http://www.gnome.org/" LICENSE="as-is" -KEYWORDS="ppc x86 sparc alpha" +KEYWORDS="ppc x86 sparc alpha" SLOT="2.0" # Note to developers: diff --git a/gnome-base/gnome/gnome-2.0.2-r2.ebuild b/gnome-base/gnome/gnome-2.0.2-r2.ebuild index 84acdf52e826..60e9b0808a29 100644 --- a/gnome-base/gnome/gnome-2.0.2-r2.ebuild +++ b/gnome-base/gnome/gnome-2.0.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.0.2-r2.ebuild,v 1.3 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.0.2-r2.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ S=${WORKDIR} DESCRIPTION="GNOME 2.0 - merge this package to merge the Gnome2 desktop" @@ -10,7 +10,7 @@ SLOT="2.0" # when unmasking for an arch # double check none of the deps are still masked ! -KEYWORDS="~ppc x86 ~sparc ~alpha" +KEYWORDS="~ppc x86 ~sparc ~alpha" # Note to developers: diff --git a/gnome-base/gnome/gnome-2.0.3.ebuild b/gnome-base/gnome/gnome-2.0.3.ebuild index f1f7f84dd2ea..3e6d3e1bdb69 100644 --- a/gnome-base/gnome/gnome-2.0.3.ebuild +++ b/gnome-base/gnome/gnome-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.0.3.ebuild,v 1.4 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.0.3.ebuild,v 1.5 2002/12/15 10:44:19 bjb Exp $ S=${WORKDIR} DESCRIPTION="GNOME 2.0 - merge this package to merge the Gnome2 desktop" @@ -10,7 +10,7 @@ SLOT="2.0" # when unmasking for an arch # double check none of the deps are still masked ! -KEYWORDS="~ppc x86 ~sparc ~alpha" +KEYWORDS="~ppc x86 ~sparc ~alpha" # Note to developers: diff --git a/gnome-base/libbonobo/libbonobo-2.0.0-r1.ebuild b/gnome-base/libbonobo/libbonobo-2.0.0-r1.ebuild index dac188b495d2..7d34c64b06ae 100644 --- a/gnome-base/libbonobo/libbonobo-2.0.0-r1.ebuild +++ b/gnome-base/libbonobo/libbonobo-2.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.0.0-r1.ebuild,v 1.8 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.0.0-r1.ebuild,v 1.9 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -11,7 +11,7 @@ DESCRIPTION="a CORBA framework " SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="LGPL-2.1 GPL-2" RDEPEND=">=dev-libs/glib-2.0.0 diff --git a/gnome-base/libbonobo/libbonobo-2.0.1.ebuild b/gnome-base/libbonobo/libbonobo-2.0.1.ebuild index d87d54f72b4f..251ea95ea949 100644 --- a/gnome-base/libbonobo/libbonobo-2.0.1.ebuild +++ b/gnome-base/libbonobo/libbonobo-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.0.1.ebuild,v 1.3 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.0.1.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -10,7 +10,7 @@ S=${WORKDIR}/${P} DESCRIPTION="a CORBA framework " HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" LICENSE="LGPL-2.1 GPL-2" RDEPEND=">=dev-libs/glib-2.0.1 diff --git a/gnome-base/libbonoboui/libbonoboui-2.0.1.ebuild b/gnome-base/libbonoboui/libbonoboui-2.0.1.ebuild index f30825ba9642..8d29b7ba56ad 100644 --- a/gnome-base/libbonoboui/libbonoboui-2.0.1.ebuild +++ b/gnome-base/libbonoboui/libbonoboui-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.0.1.ebuild,v 1.6 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.0.1.ebuild,v 1.7 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -9,7 +9,7 @@ DESCRIPTION="User Interface part of Lib bonobo" SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=dev-libs/glib-2.0.6 diff --git a/gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild b/gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild index 6b2e037a120c..6d1d89c44923 100644 --- a/gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild +++ b/gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild,v 1.4 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild,v 1.5 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -8,7 +8,7 @@ S=${WORKDIR}/${P} DESCRIPTION="User Interface part of Lib bonobo" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=x11-libs/gtk+-2.0.2 diff --git a/gnome-base/libbonoboui/libbonoboui-2.0.3.ebuild b/gnome-base/libbonoboui/libbonoboui-2.0.3.ebuild index 7ef0137c6115..83184fa89e38 100644 --- a/gnome-base/libbonoboui/libbonoboui-2.0.3.ebuild +++ b/gnome-base/libbonoboui/libbonoboui-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.0.3.ebuild,v 1.5 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.0.3.ebuild,v 1.6 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -9,7 +9,7 @@ DESCRIPTION="User Interface part of Lib bonobo" SRC_URI="mirror://gnome/2.0.1/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=dev-libs/glib-2.0.6 diff --git a/gnome-base/libglade/libglade-2.0.0-r1.ebuild b/gnome-base/libglade/libglade-2.0.0-r1.ebuild index 81b3ba4bba91..ce70de86b16c 100644 --- a/gnome-base/libglade/libglade-2.0.0-r1.ebuild +++ b/gnome-base/libglade/libglade-2.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.0.0-r1.ebuild,v 1.7 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.0.0-r1.ebuild,v 1.8 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -13,7 +13,7 @@ S=${WORKDIR}/${P} DESCRIPTION="GLADE is a interface builder" SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" SLOT="2.0" RDEPEND=">=dev-libs/glib-2.0.3 diff --git a/gnome-base/libglade/libglade-2.0.1.ebuild b/gnome-base/libglade/libglade-2.0.1.ebuild index 896e8dea03bb..44d2d1176ac2 100644 --- a/gnome-base/libglade/libglade-2.0.1.ebuild +++ b/gnome-base/libglade/libglade-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.0.1.ebuild,v 1.6 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.0.1.ebuild,v 1.7 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -13,7 +13,7 @@ S=${WORKDIR}/${P} DESCRIPTION="GLADE is a interface builder" SRC_URI="mirror://gnome/2.0.1/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" SLOT="2.0" RDEPEND=">=dev-libs/glib-2.0.6 diff --git a/gnome-base/libgnome/libgnome-2.0.5.ebuild b/gnome-base/libgnome/libgnome-2.0.5.ebuild index 365bd3c8c43d..27f0f7b3993e 100644 --- a/gnome-base/libgnome/libgnome-2.0.5.ebuild +++ b/gnome-base/libgnome/libgnome-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.0.5.ebuild,v 1.5 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.0.5.ebuild,v 1.6 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -11,7 +11,7 @@ DESCRIPTION="Essential Gnome Libraries" SRC_URI="mirror://gnome/2.0.1/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=dev-libs/libxslt-1.0.20 diff --git a/gnome-base/libgnome/libgnome-2.0.6.ebuild b/gnome-base/libgnome/libgnome-2.0.6.ebuild index d3e3e232dde0..9bad9d67771b 100644 --- a/gnome-base/libgnome/libgnome-2.0.6.ebuild +++ b/gnome-base/libgnome/libgnome-2.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.0.6.ebuild,v 1.3 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.0.6.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -10,7 +10,7 @@ S=${WORKDIR}/${P} DESCRIPTION="Essential Gnome Libraries" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=dev-libs/libxslt-1.0.18 diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.0.2.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.0.2.ebuild index ba12384ef363..03855e938067 100644 --- a/gnome-base/libgnomecanvas/libgnomecanvas-2.0.2.ebuild +++ b/gnome-base/libgnomecanvas/libgnomecanvas-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.0.2.ebuild,v 1.7 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.0.2.ebuild,v 1.8 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -11,7 +11,7 @@ DESCRIPTION="the Gnome 2 Canvas library" SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1" diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.0.4.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.0.4.ebuild index d62ac87e4710..57f0f8069fd4 100644 --- a/gnome-base/libgnomecanvas/libgnomecanvas-2.0.4.ebuild +++ b/gnome-base/libgnomecanvas/libgnomecanvas-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.0.4.ebuild,v 1.6 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.0.4.ebuild,v 1.7 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -11,7 +11,7 @@ DESCRIPTION="the Gnome 2 Canvas library" SRC_URI="mirror://gnome/2.0.1/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1" diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.0.5.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.0.5.ebuild index debb7f8f8380..bb8d81191ed6 100644 --- a/gnome-base/libgnomecanvas/libgnomecanvas-2.0.5.ebuild +++ b/gnome-base/libgnomecanvas/libgnomecanvas-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.0.5.ebuild,v 1.3 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.0.5.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -10,7 +10,7 @@ S=${WORKDIR}/${P} DESCRIPTION="the Gnome 2 Canvas library" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2 LGPL-2.1" diff --git a/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild b/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild index 544f5e85f155..152fb82555ad 100644 --- a/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild +++ b/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild,v 1.7 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild,v 1.8 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -12,7 +12,7 @@ DESCRIPTION="Printer handling for Gnome" SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1" diff --git a/gnome-base/libgnomeprintui/libgnomeprintui-1.116.0.ebuild b/gnome-base/libgnomeprintui/libgnomeprintui-1.116.0.ebuild index 3cebfc6b4c43..f3fb71f6ebc4 100644 --- a/gnome-base/libgnomeprintui/libgnomeprintui-1.116.0.ebuild +++ b/gnome-base/libgnomeprintui/libgnomeprintui-1.116.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-1.116.0.ebuild,v 1.7 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-1.116.0.ebuild,v 1.8 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -10,7 +10,7 @@ DESCRIPTION="user interface libraries for gnome print" SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=gnome-base/libgnomeui-2.0.1 diff --git a/gnome-base/libgnomeui/libgnomeui-2.0.3.ebuild b/gnome-base/libgnomeui/libgnomeui-2.0.3.ebuild index 9189059ed057..aeddbcdf6666 100644 --- a/gnome-base/libgnomeui/libgnomeui-2.0.3.ebuild +++ b/gnome-base/libgnomeui/libgnomeui-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.0.3.ebuild,v 1.7 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.0.3.ebuild,v 1.8 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -11,7 +11,7 @@ DESCRIPTION="User interface part of libgnome" SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=x11-libs/gtk+-2.0.6 diff --git a/gnome-base/libgnomeui/libgnomeui-2.0.5-r1.ebuild b/gnome-base/libgnomeui/libgnomeui-2.0.5-r1.ebuild index 74d568068501..ff783636f472 100644 --- a/gnome-base/libgnomeui/libgnomeui-2.0.5-r1.ebuild +++ b/gnome-base/libgnomeui/libgnomeui-2.0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.0.5-r1.ebuild,v 1.2 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.0.5-r1.ebuild,v 1.3 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -11,7 +11,7 @@ DESCRIPTION="User interface part of libgnome" SRC_URI="mirror://gnome/2.0.1/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=x11-libs/gtk+-2.0.6 diff --git a/gnome-base/libgnomeui/libgnomeui-2.0.5.ebuild b/gnome-base/libgnomeui/libgnomeui-2.0.5.ebuild index a5bfc5fec009..d0172cbcb307 100644 --- a/gnome-base/libgnomeui/libgnomeui-2.0.5.ebuild +++ b/gnome-base/libgnomeui/libgnomeui-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.0.5.ebuild,v 1.8 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.0.5.ebuild,v 1.9 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -10,7 +10,7 @@ S="${WORKDIR}/${P}" DESCRIPTION="User interface part of libgnome" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=x11-libs/gtk+-2.0.6 diff --git a/gnome-base/libgnomeui/libgnomeui-2.0.6-r1.ebuild b/gnome-base/libgnomeui/libgnomeui-2.0.6-r1.ebuild index 7aa36e3de9f0..ca86f1196604 100644 --- a/gnome-base/libgnomeui/libgnomeui-2.0.6-r1.ebuild +++ b/gnome-base/libgnomeui/libgnomeui-2.0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.0.6-r1.ebuild,v 1.3 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.0.6-r1.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ IUSE="doc" @@ -10,7 +10,7 @@ S="${WORKDIR}/${P}" DESCRIPTION="User interface part of libgnome" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=x11-libs/gtk+-2 diff --git a/gnome-base/libgtop/libgtop-2.0.0-r1.ebuild b/gnome-base/libgtop/libgtop-2.0.0-r1.ebuild index 655ace0d5a8a..fcbd971921b5 100644 --- a/gnome-base/libgtop/libgtop-2.0.0-r1.ebuild +++ b/gnome-base/libgtop/libgtop-2.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-2.0.0-r1.ebuild,v 1.8 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-2.0.0-r1.ebuild,v 1.9 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="2" LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" RDEPEND=">=x11-libs/gtk+-2.0.0 >=dev-libs/glib-2.0.0" diff --git a/gnome-base/librsvg/librsvg-2.0.1.ebuild b/gnome-base/librsvg/librsvg-2.0.1.ebuild index 6bf24bfad697..16f39dad581f 100644 --- a/gnome-base/librsvg/librsvg-2.0.1.ebuild +++ b/gnome-base/librsvg/librsvg-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.0.1.ebuild,v 1.7 2002/12/09 04:22:39 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.0.1.ebuild,v 1.8 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 S=${WORKDIR}/${P} @@ -8,7 +8,7 @@ DESCRIPTION="rendering svg library" SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=dev-libs/glib-2.0.4 diff --git a/gnome-base/nautilus/nautilus-2.0.7.ebuild b/gnome-base/nautilus/nautilus-2.0.7.ebuild index bf331027fe80..c71c5e2d5f1a 100644 --- a/gnome-base/nautilus/nautilus-2.0.7.ebuild +++ b/gnome-base/nautilus/nautilus-2.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.0.7.ebuild,v 1.5 2002/12/09 04:22:39 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.0.7.ebuild,v 1.6 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnome/2.0.2/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="GPL-2 LGPL-2.1 FDL-1.1" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" IUSE="oggvorbis" RDEPEND="app-admin/fam-oss diff --git a/gnome-base/nautilus/nautilus-2.0.8.ebuild b/gnome-base/nautilus/nautilus-2.0.8.ebuild index 0279c2dcda74..aab01b5a97f8 100644 --- a/gnome-base/nautilus/nautilus-2.0.8.ebuild +++ b/gnome-base/nautilus/nautilus-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.0.8.ebuild,v 1.3 2002/12/09 04:22:39 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.0.8.ebuild,v 1.4 2002/12/15 10:44:19 bjb Exp $ inherit gnome2 @@ -9,7 +9,7 @@ DESCRIPTION="A filemanager for the Gnome2 desktop" HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="GPL-2 LGPL-2.1 FDL-1.1" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" IUSE="oggvorbis" RDEPEND="app-admin/fam-oss |