summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/orbit/ChangeLog5
-rw-r--r--gnome-base/orbit/files/libIDLConf.sh-gentoo.diff11
-rw-r--r--gnome-base/orbit/orbit-0.5.17.ebuild8
3 files changed, 18 insertions, 6 deletions
diff --git a/gnome-base/orbit/ChangeLog b/gnome-base/orbit/ChangeLog
index c8b11717563f..70c5815ff069 100644
--- a/gnome-base/orbit/ChangeLog
+++ b/gnome-base/orbit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/orbit
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v 1.1 2004/08/21 14:47:37 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v 1.2 2004/08/24 13:16:28 foser Exp $
+
+ 24 Aug 2004; foser <foser@gentoo.org> files/libIDLConf.sh-gentoo.diff :
+ Re-add missing orbit-0 patch, remove redundant libc deps
*orbit-2.10.4 (21 Aug 2004)
diff --git a/gnome-base/orbit/files/libIDLConf.sh-gentoo.diff b/gnome-base/orbit/files/libIDLConf.sh-gentoo.diff
new file mode 100644
index 000000000000..f4b390a2654b
--- /dev/null
+++ b/gnome-base/orbit/files/libIDLConf.sh-gentoo.diff
@@ -0,0 +1,11 @@
+--- libIDLConf.sh.old Sat Nov 10 03:01:02 2001
++++ libIDLConf.sh Sat Nov 10 03:00:07 2001
+@@ -1,7 +1,7 @@
+ #
+ # Configuration file for using the libIDL library in GNOME applications
+ #
+-LIBIDL_INCLUDEDIR="-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include"
++LIBIDL_INCLUDEDIR="-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/libIDL-1.0"
+ LIBIDL_LIBDIR="-L/usr/lib"
+ LIBIDL_LIBS="-lIDL -L/usr/lib -lglib"
+ MODULE_VERSION="libIDL-0.6.8"
diff --git a/gnome-base/orbit/orbit-0.5.17.ebuild b/gnome-base/orbit/orbit-0.5.17.ebuild
index 8c41e658f44c..be29ee920319 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-2004 Gentoo Foundation
# 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.1 2004/08/21 14:59:55 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/orbit-0.5.17.ebuild,v 1.2 2004/08/24 13:16:28 foser Exp $
inherit gnome.org libtool gnuconfig
@@ -14,13 +14,11 @@ DESCRIPTION="A high-performance, lightweight CORBA ORB aiming for CORBA 2.2 comp
HOMEPAGE="http://www.labs.redhat.com/orbit/"
SRC_URI="mirror://gnome/sources/ORBit/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
-DEPEND="virtual/libc
- nls? ( sys-devel/gettext )
+DEPEND="nls? ( sys-devel/gettext )
>=sys-apps/tcp-wrappers-7.6
=dev-libs/glib-1.2*"
-RDEPEND="virtual/libc
- =dev-libs/glib-1.2*"
+RDEPEND="=dev-libs/glib-1.2*"
SLOT="1"
LICENSE="GPL-2"