summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-11-01 16:53:50 +0000
committerMarinus Schraal <foser@gentoo.org>2002-11-01 16:53:50 +0000
commit44d8ece39146191b19e3ea005e848a9f7594eeee (patch)
tree9ca09b4dba5fa4a3dad900ebd3eb43e532ca019f /dev-python/orbit-python
parentadded ppc flag (diff)
downloadhistorical-44d8ece39146191b19e3ea005e848a9f7594eeee.tar.gz
historical-44d8ece39146191b19e3ea005e848a9f7594eeee.tar.bz2
historical-44d8ece39146191b19e3ea005e848a9f7594eeee.zip
New versions, stuff needed by straw
Diffstat (limited to 'dev-python/orbit-python')
-rw-r--r--dev-python/orbit-python/ChangeLog7
-rw-r--r--dev-python/orbit-python/files/digest-orbit-python-1.99.01
-rw-r--r--dev-python/orbit-python/orbit-python-1.99.0.ebuild24
3 files changed, 31 insertions, 1 deletions
diff --git a/dev-python/orbit-python/ChangeLog b/dev-python/orbit-python/ChangeLog
index ac0bbc85a797..b6098300cfe2 100644
--- a/dev-python/orbit-python/ChangeLog
+++ b/dev-python/orbit-python/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/orbit-python
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/ChangeLog,v 1.3 2002/07/30 00:03:16 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/ChangeLog,v 1.4 2002/11/01 16:53:50 foser Exp $
+
+*orbit-python-1.99.0 (01 Nov 2002)
+
+ 01 Nov 2002; foser <foser@gentoo.org> orbit-python-1.99.0.ebuild :
+ New ORBit2 development bindings
*orbit-python-0.3.1 (11 Apr 2002)
diff --git a/dev-python/orbit-python/files/digest-orbit-python-1.99.0 b/dev-python/orbit-python/files/digest-orbit-python-1.99.0
new file mode 100644
index 000000000000..92c19ece959c
--- /dev/null
+++ b/dev-python/orbit-python/files/digest-orbit-python-1.99.0
@@ -0,0 +1 @@
+MD5 3f23c819d96a1de0c6a3ffd698fae745 orbit-python-1.99.0.tar.bz2 553755
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"