diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-07-28 13:10:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-07-28 13:10:14 +0000 |
commit | 2a5f900387b86dcf2b5c26724b57e7855c85a8b7 (patch) | |
tree | 94c24e148fff09832ebe2aa7e7b2cec49ed33e92 /dev-python | |
parent | Updates from #49733. (diff) | |
download | gentoo-2-2a5f900387b86dcf2b5c26724b57e7855c85a8b7.tar.gz gentoo-2-2a5f900387b86dcf2b5c26724b57e7855c85a8b7.tar.bz2 gentoo-2-2a5f900387b86dcf2b5c26724b57e7855c85a8b7.zip |
cleanup
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/readline/Manifest | 2 | ||||
-rw-r--r-- | dev-python/readline/readline-2.3.3.ebuild | 10 |
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-python/readline/Manifest b/dev-python/readline/Manifest index f802d982c9d8..36cf31a314a9 100644 --- a/dev-python/readline/Manifest +++ b/dev-python/readline/Manifest @@ -1,3 +1,3 @@ MD5 473c4bd39f60180f5f6e98977888c09b ChangeLog 572 -MD5 1a4401d6340cb84af14e76fe3631db79 readline-2.3.3.ebuild 648 +MD5 eb8e5680aa5432e1729436d7ba4478b8 readline-2.3.3.ebuild 557 MD5 06cb89ebacdc06b393c34d4029abdfa8 files/digest-readline-2.3.3 65 diff --git a/dev-python/readline/readline-2.3.3.ebuild b/dev-python/readline/readline-2.3.3.ebuild index a986337dba27..f30e05a03710 100644 --- a/dev-python/readline/readline-2.3.3.ebuild +++ b/dev-python/readline/readline-2.3.3.ebuild @@ -1,11 +1,13 @@ # 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.2 2004/07/19 12:35:36 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/readline/readline-2.3.3.ebuild,v 1.3 2004/07/28 13:10:14 vapier Exp $ -DESCRIPTION="Readline Python module, extends default Darwin Python with readline support" +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="-* macos" @@ -13,7 +15,3 @@ IUSE="" DEPEND=">=sys-libs/readline-4.3 >=dev-lang/python-2.3.3" - -src_install() { - python ./setup.py install --root=${D} || die -} |