diff options
-rw-r--r-- | dev-libs/libxml/libxml-1.8.10.ebuild | 7 | ||||
-rw-r--r-- | gnome-base/ORBit/ORBit-0.5.3.ebuild | 6 | ||||
-rw-r--r-- | gnome-base/gnome-print/gnome-print-0.24.ebuild | 9 | ||||
-rw-r--r-- | gnome-base/libgtop/libgtop-1.0.9.ebuild | 7 | ||||
-rw-r--r-- | gnome-base/libxml/libxml-1.8.10.ebuild | 7 | ||||
-rw-r--r-- | gnome-base/oaf/oaf-0.5.1.ebuild | 9 |
6 files changed, 39 insertions, 6 deletions
diff --git a/dev-libs/libxml/libxml-1.8.10.ebuild b/dev-libs/libxml/libxml-1.8.10.ebuild index 42fbf9c9b24d..5c3ae9c88be3 100644 --- a/dev-libs/libxml/libxml-1.8.10.ebuild +++ b/dev-libs/libxml/libxml-1.8.10.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.10.ebuild,v 1.1 2000/10/14 11:38:35 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.10.ebuild,v 1.2 2000/11/03 02:47:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,11 @@ DESCRIPTION="libxml" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A} HOMEPAGE="http://www.gnome.org/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=dev-libs/glib-1.2.8" + src_compile() { cd ${S} LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome diff --git a/gnome-base/ORBit/ORBit-0.5.3.ebuild b/gnome-base/ORBit/ORBit-0.5.3.ebuild index 87d468141e37..4f75fe4691a7 100644 --- a/gnome-base/ORBit/ORBit-0.5.3.ebuild +++ b/gnome-base/ORBit/ORBit-0.5.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.3.ebuild,v 1.4 2000/10/14 11:38:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.3.ebuild,v 1.5 2000/11/03 02:47:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,10 @@ DESCRIPTION="A high-performance, lightweight CORBA ORB aiming for CORBA 2.2 comp SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A} HOMEPAGE="http://www.labs.redhat.com/orbit/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-apps/tcp-wrappers-7.6 + >=dev-libs/glib-1.2.8" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/opt/gnome diff --git a/gnome-base/gnome-print/gnome-print-0.24.ebuild b/gnome-base/gnome-print/gnome-print-0.24.ebuild index 960394b84b78..a276cd7ab578 100644 --- a/gnome-base/gnome-print/gnome-print-0.24.ebuild +++ b/gnome-base/gnome-print/gnome-print-0.24.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.24.ebuild,v 1.1 2000/10/14 11:38:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.24.ebuild,v 1.2 2000/11/03 02:47:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,13 @@ DESCRIPTION="gnome-print" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A} HOMEPAGE="http://www.gnome.org/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=gnome-base/gnome-libs-1.2.4 + >=gnome-base/libxml-1.8.10 + >=gnome-base/gdk-pixbuf-0.9.0" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/opt/gnome diff --git a/gnome-base/libgtop/libgtop-1.0.9.ebuild b/gnome-base/libgtop/libgtop-1.0.9.ebuild index d53a2db1e873..ab367f97e421 100644 --- a/gnome-base/libgtop/libgtop-1.0.9.ebuild +++ b/gnome-base/libgtop/libgtop-1.0.9.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-1.0.9.ebuild,v 1.4 2000/10/14 11:38:35 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-1.0.9.ebuild,v 1.5 2000/11/03 02:47:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,11 @@ DESCRIPTION="libgtop" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A} HOMEPAGE="http://www.gnome.org/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=gnome-base/gnome-libs-1.2.4" + src_compile() { cd ${S} LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome \ diff --git a/gnome-base/libxml/libxml-1.8.10.ebuild b/gnome-base/libxml/libxml-1.8.10.ebuild index 47d40cb5e12f..ae454d3ed58c 100644 --- a/gnome-base/libxml/libxml-1.8.10.ebuild +++ b/gnome-base/libxml/libxml-1.8.10.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libxml/libxml-1.8.10.ebuild,v 1.1 2000/10/14 11:38:35 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libxml/libxml-1.8.10.ebuild,v 1.2 2000/11/03 02:47:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,11 @@ DESCRIPTION="libxml" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A} HOMEPAGE="http://www.gnome.org/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=dev-libs/glib-1.2.8" + src_compile() { cd ${S} LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome diff --git a/gnome-base/oaf/oaf-0.5.1.ebuild b/gnome-base/oaf/oaf-0.5.1.ebuild index 0bd067a3167f..ab3bd532a676 100644 --- a/gnome-base/oaf/oaf-0.5.1.ebuild +++ b/gnome-base/oaf/oaf-0.5.1.ebuild @@ -1,13 +1,20 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.5.1.ebuild,v 1.1 2000/10/14 11:38:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.5.1.ebuild,v 1.2 2000/11/03 02:47:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Object Activation Framework for GNOME" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/"${A} +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=app-arch/rpm-3.0.5 + >=gnome-base/ORBit-0.5.3 + >=gnome-base/libxml-1.8.10" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets |