diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-03-31 20:54:20 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-03-31 20:54:20 +0000 |
commit | 5d31079387226bdf2c16b4b6d3d4f56105723afe (patch) | |
tree | 8061b27e67d6e8f0aaf67945e7573c4dfb3760ef /dev-python/pyorbit/pyorbit-1.99.4.ebuild | |
parent | fix digest (diff) | |
download | gentoo-2-5d31079387226bdf2c16b4b6d3d4f56105723afe.tar.gz gentoo-2-5d31079387226bdf2c16b4b6d3d4f56105723afe.tar.bz2 gentoo-2-5d31079387226bdf2c16b4b6d3d4f56105723afe.zip |
new version
Diffstat (limited to 'dev-python/pyorbit/pyorbit-1.99.4.ebuild')
-rw-r--r-- | dev-python/pyorbit/pyorbit-1.99.4.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/pyorbit/pyorbit-1.99.4.ebuild b/dev-python/pyorbit/pyorbit-1.99.4.ebuild new file mode 100644 index 000000000000..d867b66d052f --- /dev/null +++ b/dev-python/pyorbit/pyorbit-1.99.4.ebuild @@ -0,0 +1,21 @@ +# 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.4.ebuild,v 1.1 2003/03/31 20:54:20 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" + +DEPEND=">=dev-lang/python-2.2 + >=gnome-base/ORBit2-2.4.4" + +RDEPEND="${DEPEND} + >=dev-util/pkgconfig-0.12.0" + +SLOT="0" +KEYWORDS="~x86 ~ppc" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" |