blob: 418ff706d9f6e8a9c8bad722bde06f3e0bc98e4f (
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
25
|
# 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-r1.ebuild,v 1.1 2003/09/17 08:46:34 liquidx Exp $
# This is just a placeholder for >=dev-python/orbit-python-1.99
# The package has been renamed to pyorbit since 1.99
DESCRIPTION="Orbit bindings for Python"
HOMEPAGE="http://orbit-python.sault.org/"
SRC_URI=""
DEPEND=">=dev-python/pyorbit-1.99"
IUSE=""
SLOT="2"
LICENSE="LGPL-2.1"
KEYWORDS="~x86"
src_compile() {
return
}
src_install() {
return
}
|