diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-02-09 18:28:43 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-02-09 18:28:43 +0000 |
commit | b341244441d071e59bf749cee898e813dcd26544 (patch) | |
tree | b26954342a3b641781818848fb0913ca22f36301 /dev-python | |
parent | Added hppa to keywords. (diff) | |
download | historical-b341244441d071e59bf749cee898e813dcd26544.tar.gz historical-b341244441d071e59bf749cee898e813dcd26544.tar.bz2 historical-b341244441d071e59bf749cee898e813dcd26544.zip |
initial commit
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyorbit/files/digest-pyorbit-1.99.3 | 1 | ||||
-rw-r--r-- | dev-python/pyorbit/pyorbit-1.99.3.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/pyorbit/files/digest-pyorbit-1.99.3 b/dev-python/pyorbit/files/digest-pyorbit-1.99.3 new file mode 100644 index 000000000000..a6e50e08efa7 --- /dev/null +++ b/dev-python/pyorbit/files/digest-pyorbit-1.99.3 @@ -0,0 +1 @@ +MD5 da7ee0e637ddd4cd55b0cb8a56a5aea1 pyorbit-1.99.3.tar.bz2 186776 diff --git a/dev-python/pyorbit/pyorbit-1.99.3.ebuild b/dev-python/pyorbit/pyorbit-1.99.3.ebuild new file mode 100644 index 000000000000..c6202ef13585 --- /dev/null +++ b/dev-python/pyorbit/pyorbit-1.99.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-1.99.3.ebuild,v 1.1 2003/02/09 18:28:43 foser Exp $ + +# debug since its a devel release +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="ORBit2 bindings for Python" +HOMEPAGE="http://www.daa.com.au/~james/pygtk/" +LICENSE="LGPL-2.1" + +DEPEND=">=dev-lang/python-2.2 + >=gnome-base/ORBit2-2.4.4" + +SLOT="0" +RDEPEND="${DEPEND} >=dev-util/pkgconfig-0.12.0" +KEYWORDS="~x86" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" |