blob: e458589a510ac9cd09adb603de75d77805cd588e (
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.4 2003/06/22 12:15:59 liquidx 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"
|