diff options
author | 2006-02-02 22:33:23 +0000 | |
---|---|---|
committer | 2006-02-02 22:33:23 +0000 | |
commit | c7affb88a6b0e0945dcf0b6a5aa920e60af2eda3 (patch) | |
tree | 8f43290d2edd08f8b5a11d64f9f9688b0b66e742 /dev-lang | |
parent | Add missing python-2.4.2-mmap+fd.patch. (diff) | |
download | gentoo-2-c7affb88a6b0e0945dcf0b6a5aa920e60af2eda3.tar.gz gentoo-2-c7affb88a6b0e0945dcf0b6a5aa920e60af2eda3.tar.bz2 gentoo-2-c7affb88a6b0e0945dcf0b6a5aa920e60af2eda3.zip |
Remove silly cvs tags breaking patch..
(Portage version: 2.0.54)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/Manifest | 12 | ||||
-rw-r--r-- | dev-lang/python/files/python-2.4.2-mmap+fd.patch | 9 |
2 files changed, 1 insertions, 20 deletions
diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 7d39ec5d7d82..b471a01eb841 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 743bb6795aadd151444605d4630baf80 ChangeLog 29994 MD5 7e423c353b08a2c05693d13f21e067d0 files/depreorder-topsort.py 1958 MD5 1c5cd53cb89c821a549968bac31df0f1 files/depreorder.py 2235 @@ -48,7 +45,7 @@ MD5 eaa33949f072a9787c453c37c1236108 files/python-2.4.1-db4.patch 1414 MD5 5fdb512b55d4ed9b13a5a3af00a5ba40 files/python-2.4.1-libdir.patch 7875 MD5 47e9455f3e16c3369c9e57388ba3d643 files/python-2.4.1-readline.patch 8984 MD5 5af982af8ad4befbf15567ae399cf2b9 files/python-2.4.1-st_flags.patch 5649 -MD5 bb94b5ecedcbfd85b7ac283b79ff07be files/python-2.4.2-mmap+fd.patch 4920 +MD5 340e0b5984a715c667ff57088479d2fd files/python-2.4.2-mmap+fd.patch 4610 MD5 73616f083daf8e22a7bff21c4a51678e files/python-2.4.2-no-threads.patch 591 MD5 36b36bac050785b8e393dc72f8e51d2f files/python-2.4.2-readline.patch 8628 MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2 178 @@ -70,10 +67,3 @@ MD5 ee21268fe5f633029a2575a6e0808d75 python-2.4.1-r1.ebuild 9144 MD5 83d5f6cfce039d87c651dbad4224912a python-2.4.1.ebuild 8344 MD5 c453c29aa3366ad1e50b2c1f73efedde python-2.4.2-r1.ebuild 9566 MD5 f9de6829c64c8f780d4c3b90ea5105a9 python-2.4.2.ebuild 9234 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFD4obFugEuf3OQ0akRAsU3AJ98aAyt1bCNj5YslRarR1Kxpa1FLgCdE5V4 -G5tPpzCVq3Yp+E/8rDI0SaQ= -=VCMp ------END PGP SIGNATURE----- diff --git a/dev-lang/python/files/python-2.4.2-mmap+fd.patch b/dev-lang/python/files/python-2.4.2-mmap+fd.patch index 852dbd3cc379..04190323afd1 100644 --- a/dev-lang/python/files/python-2.4.2-mmap+fd.patch +++ b/dev-lang/python/files/python-2.4.2-mmap+fd.patch @@ -1,14 +1,5 @@ --- Modules/mmapmodule.c.orig 2005-09-20 21:04:42.000000000 +0200 +++ Modules/mmapmodule.c 2006-02-02 18:50:48.000000000 +0100 -@@ -1,7 +1,7 @@ - /* - / Author: Sam Rushing <rushing@nightmare.com> - / Hacked for Unix by AMK -- / $Id: python-2.4.2-mmap+fd.patch,v 1.1 2006/02/02 22:23:41 kloeri Exp $ -+ / $Id: python-2.4.2-mmap+fd.patch,v 1.1 2006/02/02 22:23:41 kloeri Exp $ - - / mmapmodule.cpp -- map a view of a file into memory - / @@ -99,6 +99,8 @@ #endif /* MS_WINDOWS */ |