summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-07-28 13:10:14 +0000
committerMike Frysinger <vapier@gentoo.org>2004-07-28 13:10:14 +0000
commit2156c2cde6dadacb044a2bc3a31ba686d913e883 (patch)
tree4970326b26e2420a1a5d7f90c5d801cab35fbfe6 /dev-python
parentUpdates from #49733. (diff)
downloadhistorical-2156c2cde6dadacb044a2bc3a31ba686d913e883.tar.gz
historical-2156c2cde6dadacb044a2bc3a31ba686d913e883.tar.bz2
historical-2156c2cde6dadacb044a2bc3a31ba686d913e883.zip
cleanup
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/readline/Manifest12
-rw-r--r--dev-python/readline/readline-2.3.3.ebuild10
2 files changed, 15 insertions, 7 deletions
diff --git a/dev-python/readline/Manifest b/dev-python/readline/Manifest
index f802d982c9d8..be3160059b91 100644
--- a/dev-python/readline/Manifest
+++ b/dev-python/readline/Manifest
@@ -1,3 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 473c4bd39f60180f5f6e98977888c09b ChangeLog 572
-MD5 1a4401d6340cb84af14e76fe3631db79 readline-2.3.3.ebuild 648
+MD5 4006397f40b1d6ea019e0714e5dfef4f readline-2.3.3.ebuild 558
MD5 06cb89ebacdc06b393c34d4029abdfa8 files/digest-readline-2.3.3 65
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.8 (GNU/Linux)
+
+iD8DBQFBB6XHHTu7gpaalycRAnNXAKCZw8p6vmFD5GNPZLElwwU5DMoH1gCfT/4i
++jJCW7lBwTbfVTzhclZ7uGA=
+=OAoS
+-----END PGP SIGNATURE-----
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
-}