summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/ORBit2/ORBit2-2.5.1.ebuild')
-rw-r--r--gnome-base/ORBit2/ORBit2-2.5.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnome-base/ORBit2/ORBit2-2.5.1.ebuild b/gnome-base/ORBit2/ORBit2-2.5.1.ebuild
new file mode 100644
index 000000000000..4fb0081f603c
--- /dev/null
+++ b/gnome-base/ORBit2/ORBit2-2.5.1.ebuild
@@ -0,0 +1,25 @@
+# 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.5.1.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $
+
+inherit gnome2
+
+S=${WORKDIR}/${P}
+DESCRIPTION="ORBit2 is a high-performance CORBA ORB"
+HOMEPAGE="http://www.gnome.org/"
+
+MAKEOPTS="-j1"
+
+RDEPEND=">=dev-libs/glib-2
+ >=dev-libs/popt-1.5
+ >=dev-libs/libIDL-0.7.4
+ >=net-libs/linc-0.7"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.14"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc"
+
+DOCS="AUTHORS ChangeLog COPYING* README* HACKING INSTALL NEWS TODO MAINTAINERS"