diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-07-25 15:34:40 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-07-25 15:34:40 +0000 |
commit | 5fa252a02c1cf131dbc26b7342667bd98efe6de2 (patch) | |
tree | af52497fccbd2213591980825c0a730a6b5ea8f6 /gnome-base/ORBit2/ORBit2-2.6.3.ebuild | |
parent | New version, mark 2.6.2 x86 (diff) | |
download | gentoo-2-5fa252a02c1cf131dbc26b7342667bd98efe6de2.tar.gz gentoo-2-5fa252a02c1cf131dbc26b7342667bd98efe6de2.tar.bz2 gentoo-2-5fa252a02c1cf131dbc26b7342667bd98efe6de2.zip |
New version, mark 2.6.2 x86
Diffstat (limited to 'gnome-base/ORBit2/ORBit2-2.6.3.ebuild')
-rw-r--r-- | gnome-base/ORBit2/ORBit2-2.6.3.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnome-base/ORBit2/ORBit2-2.6.3.ebuild b/gnome-base/ORBit2/ORBit2-2.6.3.ebuild new file mode 100644 index 000000000000..0584aa4862a2 --- /dev/null +++ b/gnome-base/ORBit2/ORBit2-2.6.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ORBit2-2.6.3.ebuild,v 1.1 2003/07/25 15:34:31 foser Exp $ + +inherit gnome2 + +DESCRIPTION="ORBit2 is a high-performance CORBA ORB" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64" + +RDEPEND=">=dev-libs/glib-2 + >=dev-libs/popt-1.5 + >=dev-libs/libIDL-0.7.4 + >=net-libs/linc-1 + dev-util/indent" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.14" + +DOCS="AUTHORS ChangeLog COPYING* README* HACKING INSTALL NEWS TODO MAINTAINERS" + +MAKEOPTS="${MAKEOPTS} -j1" + |