summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/orbit-python/orbit-python-0.3.1.ebuild')
-rw-r--r--dev-python/orbit-python/orbit-python-0.3.1.ebuild21
1 files changed, 12 insertions, 9 deletions
diff --git a/dev-python/orbit-python/orbit-python-0.3.1.ebuild b/dev-python/orbit-python/orbit-python-0.3.1.ebuild
index 412148d3d877..ae7de90a0297 100644
--- a/dev-python/orbit-python/orbit-python-0.3.1.ebuild
+++ b/dev-python/orbit-python/orbit-python-0.3.1.ebuild
@@ -1,20 +1,23 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Mikael Hallendal <micke@hallendal.net>
-# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.1.ebuild,v 1.1 2001/11/15 21:42:01 hallski Exp $
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.1.ebuild,v 1.1.1.1 2005/11/30 10:10:34 chriswhite Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="ORBit bindings for Python"
SRC_URI="http://orbit-python.sault.org/files/${P}.tar.gz"
HOMEPAGE="http://orbit-python.sault.org/"
-DEPEND=">=dev-libs/glib-1.2.10
- >=gnome-base/ORBit-0.5.10-r1
+DEPEND="=dev-libs/glib-1.2*
+ =gnome-base/orbit-0*
virtual/python"
+SLOT="0"
+KEYWORDS="x86 sparc alpha ~ppc"
+IUSE=""
+LICENSE="GPL-2"
+
src_compile() {
CFLAGS="$CFLAGS `gnome-config --cflags libIDL`"
-
+
PYTHON="/usr/bin/python" ./configure --host=${CHOST} \
--prefix=/usr \
--with-libIDL-prefix=/usr \
@@ -26,6 +29,6 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
-
+
dodoc AUTHORS COPYING ChangeLog NEWS README TODO
}