diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-17 08:46:39 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-17 08:46:39 +0000 |
commit | 63f1ae00e4e6a91ebc6ced5edeea948b150ec347 (patch) | |
tree | a68f4b7112e003714284aa72caf636ae6eebd402 /dev-python/orbit-python/orbit-python-1.99.0-r1.ebuild | |
parent | replacing with placeholder (diff) | |
download | historical-63f1ae00e4e6a91ebc6ced5edeea948b150ec347.tar.gz historical-63f1ae00e4e6a91ebc6ced5edeea948b150ec347.tar.bz2 historical-63f1ae00e4e6a91ebc6ced5edeea948b150ec347.zip |
replacing with placeholder
Diffstat (limited to 'dev-python/orbit-python/orbit-python-1.99.0-r1.ebuild')
-rw-r--r-- | dev-python/orbit-python/orbit-python-1.99.0-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/orbit-python/orbit-python-1.99.0-r1.ebuild b/dev-python/orbit-python/orbit-python-1.99.0-r1.ebuild new file mode 100644 index 000000000000..418ff706d9f6 --- /dev/null +++ b/dev-python/orbit-python/orbit-python-1.99.0-r1.ebuild @@ -0,0 +1,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 +} |