summaryrefslogtreecommitdiff
blob: 174a762c54f3017aaebe13f5e4b514cc8ff556bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.3.ebuild,v 1.2 2003/02/13 11:37:59 vapier Exp $

# debug since its a devel release
inherit gnome2 debug

S=${WORKDIR}/${P}
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"

SLOT="0"
RDEPEND="${DEPEND} >=dev-util/pkgconfig-0.12.0"
KEYWORDS="~x86"

DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"