diff options
author | 2005-09-29 13:48:34 +0000 | |
---|---|---|
committer | 2005-09-29 13:48:34 +0000 | |
commit | 05b6b42d40d4e3f399d14dddc9938b5c431f038a (patch) | |
tree | 7394aa177a9491d317940a4703f433541d9ff392 /dev-lang | |
parent | Version bump thanks to Andrew D and Joshua Jackson in bug #103301 (diff) | |
download | historical-05b6b42d40d4e3f399d14dddc9938b5c431f038a.tar.gz historical-05b6b42d40d4e3f399d14dddc9938b5c431f038a.tar.bz2 historical-05b6b42d40d4e3f399d14dddc9938b5c431f038a.zip |
Remove echo .. accidentally left in.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/Manifest | 8 | ||||
-rw-r--r-- | dev-lang/python/python-2.4.2.ebuild | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index a296d22d2233..f3151b344900 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -12,7 +12,7 @@ MD5 ad616f0fecea68a16aea3f97e46c9a72 python-2.4-r3.ebuild 7106 MD5 1297065ab6caf1a8d31f06f4575a5798 python-2.4.1-r1.ebuild 8849 MD5 1df326999058ecec71a274a37ba15514 python-2.4.1.ebuild 8094 MD5 0b2169037f60f9e451936c89cc92066f ChangeLog 27628 -MD5 84b16b34a0b0c9f2584eb3cabe2abb7f python-2.4.2.ebuild 8873 +MD5 93cab482d83bc03cae5421cef92da7e8 python-2.4.2.ebuild 8846 MD5 678a7e4660de986e8e22808d18f93686 files/digest-python-2.4.2 66 MD5 1c5cd53cb89c821a549968bac31df0f1 files/depreorder.py 2235 MD5 f3f370c8d1382c1a7571cfc1cbb196d9 files/digest-python-2.1.3-r1 62 @@ -67,7 +67,7 @@ MD5 36b36bac050785b8e393dc72f8e51d2f files/python-2.4.2-readline.patch 8628 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDOt1lKf2g/qXtneoRAuynAJ9s1nXb6/bWIVvLdtIIMH5hm2LfnACgnV1g -nhYkv4qMUxgn4A6omoFSVKQ= -=zpdv +iD8DBQFDO/DOKf2g/qXtneoRArGFAJ4oJ7TRG5XaOISxWuCz8swGMBuTWACeIITx +pwBAmZxH/3HvXJX+9Grgcmg= +=uTEw -----END PGP SIGNATURE----- diff --git a/dev-lang/python/python-2.4.2.ebuild b/dev-lang/python/python-2.4.2.ebuild index 5a1e4b665871..f28396a46173 100644 --- a/dev-lang/python/python-2.4.2.ebuild +++ b/dev-lang/python/python-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.2.ebuild,v 1.1 2005/09/28 18:13:31 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.2.ebuild,v 1.2 2005/09/29 13:48:34 kloeri Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -54,7 +54,6 @@ src_unpack() { unpack ${A} cd ${S} - echo "her er vi.. $(pwd)" # unnecessary termcap dep in readline (#79013) epatch ${FILESDIR}/${PN}-2.4.2-readline.patch # db4.2 support |