diff options
30 files changed, 218 insertions, 117 deletions
diff --git a/gnome-base/eel/ChangeLog b/gnome-base/eel/ChangeLog index 0f0941468c77..8113a28d8a2c 100644 --- a/gnome-base/eel/ChangeLog +++ b/gnome-base/eel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/eel # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/ChangeLog,v 1.21 2002/11/13 00:25:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/ChangeLog,v 1.22 2002/11/28 01:42:31 foser Exp $ + +*eel-2.0.8 (27 Nov 2002) + + 27 Nov 2002; foser <foser@gentoo.org> eel-2.0.8.ebuild : + GNOME 2.0.3 release *eel-2.1.2 (12 Nov 2002) diff --git a/gnome-base/eel/eel-2.0.8.ebuild b/gnome-base/eel/eel-2.0.8.ebuild new file mode 100644 index 000000000000..b6963d4a0749 --- /dev/null +++ b/gnome-base/eel/eel-2.0.8.ebuild @@ -0,0 +1,33 @@ +# 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.1 2002/11/28 01:42:31 foser Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="EEL is the Eazel Extentions Library" +HOMEPAGE="http://www.gnome.org/" +SLOT="2" +LICENSE="GPL-2 LGPL-2.1" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" + +RDEPEND=">=dev-libs/glib-2 + >=gnome-base/gconf-1.2.1 + >=x11-libs/gtk+-2.0.6-r1 + >=media-libs/libart_lgpl-2.3.10 + >=dev-libs/libxml2-2.4.7 + >=gnome-base/gnome-vfs-2 + >=dev-libs/popt-1.6.3 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + >=gnome-base/libgnomecanvas-2 + >=gnome-base/gnome-vfs-2 + >=gnome-base/libglade-2 + >=gnome-base/gail-0.16" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +LIBTOOL_FIX="1" + +DOCS="AUTHORS ChangeLog COPYING* HACKING THANKS README* INSTALL NEWS TODO MAINTAINERS" diff --git a/gnome-base/eel/eel-2.1.1.ebuild b/gnome-base/eel/eel-2.1.1.ebuild deleted file mode 100644 index 7374bc7dceb6..000000000000 --- a/gnome-base/eel/eel-2.1.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.1.1.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ - -inherit gnome2 debug - -S=${WORKDIR}/${P} -DESCRIPTION="EEL is the Eazel Extentions Library" -HOMEPAGE="http://www.gnome.org/" -SLOT="2" -LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="x86 ppc sparc sparc64 alpha" - -RDEPEND=">=dev-libs/glib-2.0.6-r1 - >=gnome-base/gconf-1.2.1 - =x11-libs/gtk+-2.1* - >=media-libs/libart_lgpl-2.3.10 - >=dev-libs/libxml2-2.4.25 - >=gnome-base/gnome-vfs-2.0.4 - >=dev-libs/popt-1.6.3 - >=gnome-base/libbonobo-2.0.0 - >=gnome-base/libbonoboui-2.0 - =gnome-base/bonobo-activation-2.1* - =gnome-base/libgnome-2.1* - =gnome-base/libgnomeui-2.1* - =gnome-base/libgnomecanvas-2.1* - =gnome-base/gail-1.1*" - -DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" - -LIBTOOL_FIX="1" - -DOCS="AUTHORS ChangeLog COPYING* HACKING THANKS README* INSTALL NEWS TODO MAINTAINERS" - -src_compile() { - gnome2_src_compile --enable-platform-gnome-2 -} - diff --git a/gnome-base/eel/eel-2.1.2.ebuild b/gnome-base/eel/eel-2.1.2.ebuild index 02dabfd345f0..edea554c80fc 100644 --- a/gnome-base/eel/eel-2.1.2.ebuild +++ b/gnome-base/eel/eel-2.1.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/eel/eel-2.1.2.ebuild,v 1.1 2002/11/13 00:25:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/eel-2.1.2.ebuild,v 1.2 2002/11/28 01:42:31 foser Exp $ inherit gnome2 debug @@ -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 sparc64 alpha" +KEYWORDS="x86" RDEPEND=">=dev-libs/glib-2.0.6-r1 >=gnome-base/gconf-1.2.1 diff --git a/gnome-base/eel/files/digest-eel-2.0.8 b/gnome-base/eel/files/digest-eel-2.0.8 new file mode 100644 index 000000000000..098caf4e2835 --- /dev/null +++ b/gnome-base/eel/files/digest-eel-2.0.8 @@ -0,0 +1 @@ +MD5 fc2f7a38204e2b7640f5d6258fe11890 eel-2.0.8.tar.bz2 414892 diff --git a/gnome-base/eel/files/digest-eel-2.1.1 b/gnome-base/eel/files/digest-eel-2.1.1 deleted file mode 100644 index e52a0a72093c..000000000000 --- a/gnome-base/eel/files/digest-eel-2.1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 60ab1297dadc7e9a9fe3a20a93107fd8 eel-2.1.1.tar.bz2 462960 diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.1.3.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.1.3.ebuild index d16b447fc09c..d8a41eab36a6 100644 --- a/gnome-base/gnome-vfs/gnome-vfs-2.1.3.ebuild +++ b/gnome-base/gnome-vfs/gnome-vfs-2.1.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-vfs/gnome-vfs-2.1.3.ebuild,v 1.1 2002/11/13 00:25:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.1.3.ebuild,v 1.2 2002/11/28 01:42:41 foser 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 sparc64 alpha" +KEYWORDS="x86" LICENSE="GPL-2 LGPL-2.1" RDEPEND="=dev-libs/glib-2.0* diff --git a/gnome-base/libbonobo/libbonobo-2.1.0.ebuild b/gnome-base/libbonobo/libbonobo-2.1.0.ebuild index 2e870a1dff93..dcb51f0ffe7f 100644 --- a/gnome-base/libbonobo/libbonobo-2.1.0.ebuild +++ b/gnome-base/libbonobo/libbonobo-2.1.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/libbonobo/libbonobo-2.1.0.ebuild,v 1.1 2002/11/13 00:25:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.1.0.ebuild,v 1.2 2002/11/28 01:42:41 foser 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 sparc64 alpha" +KEYWORDS="x86" LICENSE="LGPL-2.1 GPL-2" RDEPEND=">=dev-libs/glib-2.0.1 diff --git a/gnome-base/libbonoboui/libbonoboui-2.1.0.ebuild b/gnome-base/libbonoboui/libbonoboui-2.1.0.ebuild index 6c526d4d93ab..223432c9a5c9 100644 --- a/gnome-base/libbonoboui/libbonoboui-2.1.0.ebuild +++ b/gnome-base/libbonoboui/libbonoboui-2.1.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/libbonoboui/libbonoboui-2.1.0.ebuild,v 1.1 2002/11/13 00:25:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.1.0.ebuild,v 1.2 2002/11/28 01:42:41 foser Exp $ inherit gnome2 debug @@ -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 sparc64 alpha" +KEYWORDS="x86" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=x11-libs/gtk+-2.0.2 diff --git a/gnome-base/libgnome/ChangeLog b/gnome-base/libgnome/ChangeLog index cc9ba2ccd766..3e95fc28b74b 100644 --- a/gnome-base/libgnome/ChangeLog +++ b/gnome-base/libgnome/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/libgnome # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.12 2002/10/27 14:42:12 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.13 2002/11/28 01:42:41 foser Exp $ + +*libgnome-2.0.6 (27 Nov 2002) + + 27 Nov 2002; foser <foser@gentoo.org> libgnome-2.0.6.ebuild : + GNOME 2.0.3 release *libgnome-2.1.0 (27 Oct 2002) diff --git a/gnome-base/libgnome/files/digest-libgnome-2.0.6 b/gnome-base/libgnome/files/digest-libgnome-2.0.6 new file mode 100644 index 000000000000..62ae974677f7 --- /dev/null +++ b/gnome-base/libgnome/files/digest-libgnome-2.0.6 @@ -0,0 +1 @@ +MD5 97a8c8f85f8b56174afc638321bfd641 libgnome-2.0.6.tar.bz2 472750 diff --git a/gnome-base/libgnome/files/digest-libgnome-2.1.0 b/gnome-base/libgnome/files/digest-libgnome-2.1.0 deleted file mode 100644 index d5d8c3564612..000000000000 --- a/gnome-base/libgnome/files/digest-libgnome-2.1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 68bfa4cbe375894abee9fdbe8cfc9ef8 libgnome-2.1.0.tar.bz2 460160 diff --git a/gnome-base/libgnome/libgnome-2.1.0.ebuild b/gnome-base/libgnome/libgnome-2.0.6.ebuild index dacecd0c903d..3511b30163c5 100644 --- a/gnome-base/libgnome/libgnome-2.1.0.ebuild +++ b/gnome-base/libgnome/libgnome-2.0.6.ebuild @@ -1,29 +1,27 @@ # 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.1.0.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.0.6.ebuild,v 1.1 2002/11/28 01:42:41 foser Exp $ IUSE="doc" -inherit gnome2 debug +inherit gnome2 S=${WORKDIR}/${P} DESCRIPTION="Essential Gnome Libraries" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="x86 ppc sparc sparc64 alpha" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" LICENSE="GPL-2 LGPL-2.1" -RDEPEND=">=dev-libs/libxslt-1.0.21 - >=dev-libs/glib-2.0.6 +RDEPEND=">=dev-libs/libxslt-1.0.18 + >=dev-libs/glib-2.0.3 >=gnome-base/gconf-1.2.1 - >=gnome-base/gnome-mime-data-2.0.1 - >=gnome-base/libbonobo-2.0.0 - >=gnome-base/gnome-vfs-2.0.4 - >=media-sound/esound-0.2.29 + >=gnome-base/libbonobo-2 + >=gnome-base/gnome-vfs-2 + >=media-sound/esound-0.2.26 >=media-libs/audiofile-0.2.3 - >=dev-libs/libxml2-2.4.25 - >=sys-apps/gawk-3.1.0 - >=sys-devel/perl-5.6.1-r3" + >=dev-libs/libxml2-2.4.22 + >=sys-apps/gawk-3.1.0" DEPEND="${RDEPEND} >=dev-util/intltool-0.22 diff --git a/gnome-base/libgnome/libgnome-2.1.1.ebuild b/gnome-base/libgnome/libgnome-2.1.1.ebuild index 3e969a83a5ad..f91f94e5fdc4 100644 --- a/gnome-base/libgnome/libgnome-2.1.1.ebuild +++ b/gnome-base/libgnome/libgnome-2.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/libgnome/libgnome-2.1.1.ebuild,v 1.1 2002/11/13 00:25:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.1.1.ebuild,v 1.2 2002/11/28 01:42:41 foser 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 sparc64 alpha" +KEYWORDS="x86" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=dev-libs/libxslt-1.0.20 diff --git a/gnome-base/libgnomecanvas/ChangeLog b/gnome-base/libgnomecanvas/ChangeLog index 852c53d51e9e..cd50547ecbce 100644 --- a/gnome-base/libgnomecanvas/ChangeLog +++ b/gnome-base/libgnomecanvas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/libgnomecanvas # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog,v 1.8 2002/10/27 14:42:12 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog,v 1.9 2002/11/28 01:42:43 foser Exp $ + +*libgnomecanvas-2.0.5 (27 Nov 2002) + + 27 Nov 2002; foser <foser@gentoo.org> libgnomecanvas-2.0.5.ebuild : + GNOME 2.0.3 release *libgnomecanvas-2.1.0 (27 Oct 2002) diff --git a/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.0.5 b/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.0.5 new file mode 100644 index 000000000000..44994e20fe9d --- /dev/null +++ b/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.0.5 @@ -0,0 +1 @@ +MD5 dde3e7ad514acc33d02d7b4144d489c0 libgnomecanvas-2.0.5.tar.bz2 390093 diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.0.5.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.0.5.ebuild new file mode 100644 index 000000000000..cf033826dcce --- /dev/null +++ b/gnome-base/libgnomecanvas/libgnomecanvas-2.0.5.ebuild @@ -0,0 +1,36 @@ +# 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.1 2002/11/28 01:42:43 foser Exp $ + +IUSE="doc" + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="the Gnome 2 Canvas library" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +LICENSE="GPL-2 LGPL-2.1" + + +RDEPEND=">=gnome-base/libglade-2 + >=x11-libs/gtk+-2.0.3 + >=x11-libs/pango-1.0.1 + >=media-libs/libart_lgpl-2.3.8 + >=sys-devel/gettext-0.10.40 + >=sys-devel/perl-5.6.1 + >=sys-apps/gawk-3.1.0 + >=sys-devel/bison-1.28-r3" + + +DEPEND=">=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.9-r2 ) + ${RDEPEND}" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" + + + + + diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.1.0.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.1.0.ebuild index 7226d12a09ac..2551444e45c7 100644 --- a/gnome-base/libgnomecanvas/libgnomecanvas-2.1.0.ebuild +++ b/gnome-base/libgnomecanvas/libgnomecanvas-2.1.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/libgnomecanvas/libgnomecanvas-2.1.0.ebuild,v 1.2 2002/11/13 00:25:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.1.0.ebuild,v 1.3 2002/11/28 01:42:43 foser 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 sparc64 alpha" +KEYWORDS="x86" LICENSE="GPL-2 LGPL-2.1" diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.1.1.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.1.1.ebuild index ba4f15acd762..8b4d78c400a5 100644 --- a/gnome-base/libgnomeprint/libgnomeprint-2.1.1.ebuild +++ b/gnome-base/libgnomeprint/libgnomeprint-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.1.1.ebuild,v 1.1 2002/11/13 00:25:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.1.1.ebuild,v 1.2 2002/11/28 01:42:43 foser Exp $ inherit libtool gnome2 debug @@ -8,7 +8,7 @@ S=${WORKDIR}/${P} DESCRIPTION="Printer handling for Gnome" HOMEPAGE="http://www.gnome.org/" SLOT="2.2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86" LICENSE="GPL-2 LGPL-2.1" diff --git a/gnome-base/libgnomeprintui/libgnomeprintui-2.1.1.ebuild b/gnome-base/libgnomeprintui/libgnomeprintui-2.1.1.ebuild index 9a08e4117a68..e7a8955c5329 100644 --- a/gnome-base/libgnomeprintui/libgnomeprintui-2.1.1.ebuild +++ b/gnome-base/libgnomeprintui/libgnomeprintui-2.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/libgnomeprintui/libgnomeprintui-2.1.1.ebuild,v 1.1 2002/11/13 00:25:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.1.1.ebuild,v 1.2 2002/11/28 01:42:43 foser Exp $ inherit gnome2 debug @@ -8,7 +8,7 @@ S=${WORKDIR}/${P} DESCRIPTION="user interface libraries for gnome print" HOMEPAGE="http://www.gnome.org/" SLOT="2.2" -KEYWORDS="x86 ppc sparc sparc64 alpha" +KEYWORDS="x86" LICENSE="GPL-2 LGPL-2.1" RDEPEND="=gnome-base/libgnomeui-2.1* diff --git a/gnome-base/libgnomeui/ChangeLog b/gnome-base/libgnomeui/ChangeLog index 078a2389cc3b..9b20d7e845a8 100644 --- a/gnome-base/libgnomeui/ChangeLog +++ b/gnome-base/libgnomeui/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/libgnomeui # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.12 2002/11/21 19:52:40 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.13 2002/11/28 01:42:43 foser Exp $ + +*libgnomeui-2.0.6 (27 Nov 2002) + + 27 Nov 2002; foser <foser@gentoo.org> libgnomeui-2.0.6.ebuild : + GNOME 2.0.3 release *libgnomeui-2.0.5-r1 (21 Nov 2002) diff --git a/gnome-base/libgnomeui/files/digest-libgnomeui-2.0.6 b/gnome-base/libgnomeui/files/digest-libgnomeui-2.0.6 new file mode 100644 index 000000000000..72bf00543c5d --- /dev/null +++ b/gnome-base/libgnomeui/files/digest-libgnomeui-2.0.6 @@ -0,0 +1 @@ +MD5 5915cc352f3c89705f9dc5d73a6a2600 libgnomeui-2.0.6.tar.bz2 1002552 diff --git a/gnome-base/libgnomeui/libgnomeui-2.0.6.ebuild b/gnome-base/libgnomeui/libgnomeui-2.0.6.ebuild new file mode 100644 index 000000000000..ef985aacde05 --- /dev/null +++ b/gnome-base/libgnomeui/libgnomeui-2.0.6.ebuild @@ -0,0 +1,33 @@ +# 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.ebuild,v 1.1 2002/11/28 01:42:43 foser Exp $ + +IUSE="doc" + +inherit eutils gnome2 + +S="${WORKDIR}/${P}" +DESCRIPTION="User interface part of libgnome" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +LICENSE="GPL-2 LGPL-2.1" + +RDEPEND=">=x11-libs/gtk+-2 + >=sys-devel/perl-5.0.0 + >=sys-apps/gawk-3.1.0 + >=dev-libs/popt-1.6.0 + >=sys-devel/bison-1.28 + >=sys-devel/gettext-0.10.40 + >=media-sound/esound-0.2.26 + >=media-libs/audiofile-0.2.3 + >=gnome-base/libbonoboui-2 + >=gnome-base/gconf-1.2.1 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomecanvas-2" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.9-r2 )" + +DOCS="AUTHORS COPYING.LIB INSTALL NEWS README" diff --git a/gnome-base/librsvg/librsvg-2.1.1.ebuild b/gnome-base/librsvg/librsvg-2.1.1.ebuild index d89557bfa1e9..807df27f21cf 100644 --- a/gnome-base/librsvg/librsvg-2.1.1.ebuild +++ b/gnome-base/librsvg/librsvg-2.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/librsvg/librsvg-2.1.1.ebuild,v 1.2 2002/11/13 00:25:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.1.1.ebuild,v 1.3 2002/11/28 01:42:43 foser Exp $ inherit gnome2 debug @@ -8,7 +8,7 @@ S=${WORKDIR}/${P} DESCRIPTION="rendering svg library" HOMEPAGE="http://www.gnome.org/" SLOT="2" -KEYWORDS="x86 ppc sparc sparc64 alpha" +KEYWORDS="x86" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=dev-libs/glib-2.0.4 diff --git a/gnome-base/nautilus/ChangeLog b/gnome-base/nautilus/ChangeLog index 4d9937236db0..5e990080fc7a 100644 --- a/gnome-base/nautilus/ChangeLog +++ b/gnome-base/nautilus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/nautilus # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.30 2002/11/13 00:25:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.31 2002/11/28 01:42:43 foser Exp $ + +*nautilus-2.0.8 (27 Nov 2002) + + 27 Nov 2002; foser <foser@gentoo.org> nautilus-2.0.8.ebuild : + GNOME 2.0.3 release *nautilus-2.1.2 (12 Nov 2002) diff --git a/gnome-base/nautilus/files/digest-nautilus-2.0.8 b/gnome-base/nautilus/files/digest-nautilus-2.0.8 new file mode 100644 index 000000000000..9bf044294aa8 --- /dev/null +++ b/gnome-base/nautilus/files/digest-nautilus-2.0.8 @@ -0,0 +1 @@ +MD5 761bed97624070aa29cca64fd56842b1 nautilus-2.0.8.tar.bz2 5126102 diff --git a/gnome-base/nautilus/files/digest-nautilus-2.1.1 b/gnome-base/nautilus/files/digest-nautilus-2.1.1 deleted file mode 100644 index 85c3d80a8e5d..000000000000 --- a/gnome-base/nautilus/files/digest-nautilus-2.1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 74c845fe31bc76b8a5dbb44d668ff74a nautilus-2.1.1.tar.bz2 4158606 diff --git a/gnome-base/nautilus/nautilus-2.0.8.ebuild b/gnome-base/nautilus/nautilus-2.0.8.ebuild new file mode 100644 index 000000000000..26c53acd28c7 --- /dev/null +++ b/gnome-base/nautilus/nautilus-2.0.8.ebuild @@ -0,0 +1,51 @@ +# 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.1 2002/11/28 01:42:43 foser Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +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 ~sparc64 ~alpha" +IUSE="oggvorbis" + +RDEPEND="app-admin/fam-oss + >=dev-libs/glib-2 + >=x11-libs/gtk+-2 + >=gnome-base/gconf-1.2.1 + >=x11-libs/gtk+-2.0.5 + >=dev-libs/libxml2-2.4.7 + >=gnome-base/gnome-vfs-2 + >=media-sound/esound-0.2.27 + >=gnome-base/bonobo-activation-1 + >=gnome-base/eel-2.0.4 + >=gnome-base/libgnome-2.0.1 + >=gnome-base/libgnomeui-2 + >=gnome-base/gnome-desktop-2.0.3 + >=media-libs/libart_lgpl-2.3.10 + >=gnome-base/libbonobo-2 + >=gnome-base/libbonoboui-2 + >=gnome-base/libgnomecanvas-2 + >=gnome-base/librsvg-2.0.1 + >=app-text/scrollkeeper-0.3.11 + sys-apps/eject + oggvorbis? ( media-sound/vorbis-tools )" + +DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" + + +G2CONF="${G2CONF} --enable-gdialog=yes" +DOCS="AUTHORS COPYIN* ChangeLo* HACKING INSTALL MAINTAINERS NEWS README THANKS TODO" + +src_compile () { + # Also apply the "reverse deps" patch. + # + # http://bugzilla.gnome.org/show_bug.cgi?id=75635 + ELTCONF="${ELTCONF} --reverse-deps" + gnome2_src_configure ${1} + make || die "compile dislikes me" +} + diff --git a/gnome-base/nautilus/nautilus-2.1.1.ebuild b/gnome-base/nautilus/nautilus-2.1.1.ebuild deleted file mode 100644 index 56bf6eb3b951..000000000000 --- a/gnome-base/nautilus/nautilus-2.1.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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.1.1.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ - -inherit gnome2 debug - -S=${WORKDIR}/${P} -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 sparc64 alpha" - -RDEPEND="app-admin/fam-oss - >=dev-libs/glib-2.0.6-r1 - >=gnome-base/gconf-1.2.1 - =x11-libs/gtk+-2.1* - >=dev-libs/libxml2-2.4.25 - >=gnome-base/gnome-vfs-2.0.4 - >=media-sound/esound-0.2.29 - =gnome-base/bonobo-activation-2.1* - =gnome-base/eel-2.1* - =gnome-base/gail-1.1* - =gnome-base/libgnome-2.1* - =gnome-base/libgnomeui-2.1* - =gnome-base/gnome-desktop-2.1* - >=media-libs/libart_lgpl-2.3.10 - >=gnome-base/libbonobo-2.0.0 - >=gnome-base/libbonoboui-2.0 - =gnome-base/libgnomecanvas-2.1* - =gnome-base/librsvg-2.1* - >=app-text/scrollkeeper-0.3.11 - =gnome-extra/gnome-utils-2.1*" - -DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" - - -G2CONF="${G2CONF} --enable-platform-gnome-2 --enable-gdialog=yes" -DOCS="AUTHORS COPYIN* ChangeLo* HACKING INSTALL MAINTAINERS NEWS README THANKS TODO" diff --git a/gnome-base/nautilus/nautilus-2.1.2.ebuild b/gnome-base/nautilus/nautilus-2.1.2.ebuild index 1959a24a38e4..19fdef16db0c 100644 --- a/gnome-base/nautilus/nautilus-2.1.2.ebuild +++ b/gnome-base/nautilus/nautilus-2.1.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/nautilus/nautilus-2.1.2.ebuild,v 1.1 2002/11/13 00:25:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.1.2.ebuild,v 1.2 2002/11/28 01:42:43 foser Exp $ inherit gnome2 debug @@ -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 sparc64 alpha" +KEYWORDS="x86" IUSE="oggvorbis" RDEPEND="app-admin/fam-oss |