diff options
Diffstat (limited to 'dev-python/pyorbit/pyorbit-1.99.6.ebuild')
-rw-r--r-- | dev-python/pyorbit/pyorbit-1.99.6.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/pyorbit/pyorbit-1.99.6.ebuild b/dev-python/pyorbit/pyorbit-1.99.6.ebuild new file mode 100644 index 000000000000..f164b7d4f122 --- /dev/null +++ b/dev-python/pyorbit/pyorbit-1.99.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 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.6.ebuild,v 1.1 2003/07/31 17:54:19 foser Exp $ + +# debug since its a devel release +inherit gnome2 debug + +DESCRIPTION="ORBit2 bindings for Python" +HOMEPAGE="http://www.daa.com.au/~james/pygtk/" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +RDEPEND=">=dev-lang/python-2.2 + >=gnome-base/ORBit2-2.4.4" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" |