blob: 9dfefa3bf4018da4879cd057f7e15aeae67a7d4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.0.0.ebuild,v 1.9 2004/06/25 01:41:49 agriffis 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 alpha sparc amd64 ~hppa"
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"
|