blob: e32959da5fb3982080035e5a2b46e69f4da4af13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2003 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.2 2003/02/13 11:35:57 vapier 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"
|