summaryrefslogtreecommitdiff
blob: ee4cb29d4f1b8fcde4fbd67947f71df2cb87cc46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2004 Gentoo Foundation, Pieter Van den Abeele <pvdabeel@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/readline/readline-2.3.3.ebuild,v 1.6 2004/10/23 08:12:26 mr_bones_ Exp $

inherit distutils

DESCRIPTION="add readline support to python"
HOMEPAGE="http://www.opensource.apple.com/darwinsource/"
SRC_URI="http://www.metadistribution.org/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~ppc ppc-macos"
IUSE=""

DEPEND=">=sys-libs/readline-4.3
	>=dev-lang/python-2.3.3"