summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/orbit-python/orbit-python-1.99.0.ebuild')
-rw-r--r--dev-python/orbit-python/orbit-python-1.99.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/orbit-python/orbit-python-1.99.0.ebuild b/dev-python/orbit-python/orbit-python-1.99.0.ebuild
new file mode 100644
index 000000000000..264c22a76b09
--- /dev/null
+++ b/dev-python/orbit-python/orbit-python-1.99.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-1.99.0.ebuild,v 1.1 2002/11/01 16:53:50 foser Exp $
+
+inherit gnome2 debug
+
+IUSE=""
+S=${WORKDIR}/${P}
+DESCRIPTION="Orbit bindings for Python"
+HOMEPAGE="http://orbit-python.sault.org/"
+
+DEPEND=">=dev-lang/python-2.2
+ >=net-libs/linc-0.1.6
+ >=gnome-base/ORBit2-2.3.103
+ >=dev-libs/libIDL-0.7.1
+ >=dev-libs/glib-1.3.10"
+
+RDEPEND="${DEPEND} >=dev-util/pkgconfig-0.12.0"
+
+SLOT="2"
+LICENSE="LGPL-2.1"
+KEYWORDS="~x86"
+
+DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"