diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-10-27 14:47:18 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-10-27 14:47:18 +0000 |
commit | dc7f2c0e432b16d309f033a2152ef30965fdb12d (patch) | |
tree | e2fecd9689998bd745824a5eb899516ef644216e /dev-lang/python | |
parent | dont try to be too clever with TEXMFSYSVAR, it should not be modified, instal... (diff) | |
download | historical-dc7f2c0e432b16d309f033a2152ef30965fdb12d.tar.gz historical-dc7f2c0e432b16d309f033a2152ef30965fdb12d.tar.bz2 historical-dc7f2c0e432b16d309f033a2152ef30965fdb12d.zip |
removed unneeded epatch line
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/Manifest | 8 | ||||
-rw-r--r-- | dev-lang/python/python-2.5.1-r3.ebuild | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 40faff95658f..548e4bb037fa 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -91,10 +91,10 @@ EBUILD python-2.5.1-r2.ebuild 10333 RMD160 79588711454352ae17e6e1c042989aada2654 MD5 cd11c5ccf1671de5cd14d3c2e2777a52 python-2.5.1-r2.ebuild 10333 RMD160 79588711454352ae17e6e1c042989aada2654c63 python-2.5.1-r2.ebuild 10333 SHA256 b3f66cab06550579bcee7da97fc06a3d7a45be9765b7806884f364762fd8eb62 python-2.5.1-r2.ebuild 10333 -EBUILD python-2.5.1-r3.ebuild 10402 RMD160 a33b0b8a32866f45d742981a73428478c4bd3a3d SHA1 5b5569e61f9604b324b93a0dfa532da6df9c1d64 SHA256 deb694d0fd62e65f4bb2acc6a1cbedff3a763fed00c008f69e6b286f1f82bf98 -MD5 e3b6150537d361a719d85c7431bc8d48 python-2.5.1-r3.ebuild 10402 -RMD160 a33b0b8a32866f45d742981a73428478c4bd3a3d python-2.5.1-r3.ebuild 10402 -SHA256 deb694d0fd62e65f4bb2acc6a1cbedff3a763fed00c008f69e6b286f1f82bf98 python-2.5.1-r3.ebuild 10402 +EBUILD python-2.5.1-r3.ebuild 10335 RMD160 467f4d87504ae4b740aef72a70876c592d9d1f63 SHA1 664fa9b5a8157980e884268bdafbd75094774a25 SHA256 d103d1707d3bdbbbc947365d0f01dc8c510ecc0d0edf3356b4a6235650627eb4 +MD5 cfdf258020e5fc057dff97613cae77ab python-2.5.1-r3.ebuild 10335 +RMD160 467f4d87504ae4b740aef72a70876c592d9d1f63 python-2.5.1-r3.ebuild 10335 +SHA256 d103d1707d3bdbbbc947365d0f01dc8c510ecc0d0edf3356b4a6235650627eb4 python-2.5.1-r3.ebuild 10335 MISC ChangeLog 49852 RMD160 07b64c6f1734a27be3313519f5ed5ed8fad4e776 SHA1 97a1ed8bf45deda2b3ab5d24879b11cf7dfcba19 SHA256 086629b2d3cadb8f2443d3166c67878d3cfcde90e0b10a73a48d0c61d06849f8 MD5 2464e5c433612d59ea6bd84118bc857d ChangeLog 49852 RMD160 07b64c6f1734a27be3313519f5ed5ed8fad4e776 ChangeLog 49852 diff --git a/dev-lang/python/python-2.5.1-r3.ebuild b/dev-lang/python/python-2.5.1-r3.ebuild index 534af9259fd2..9957aa3885f0 100644 --- a/dev-lang/python/python-2.5.1-r3.ebuild +++ b/dev-lang/python/python-2.5.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild,v 1.1 2007/10/24 21:39:42 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild,v 1.2 2007/10/27 14:47:18 hawking Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -61,7 +61,6 @@ src_unpack() { unpack ${A} cd "${S}" - #epatch "${FILESDIR}/python-2.5.CVE-2007-4965-int-overflow.patch" if tc-is-cross-compiler ; then [[ $(python -V 2>&1) != "Python ${PV}" ]] && \ die "Crosscompiling requires the same host and build versions." |