summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix -x option passed to python_mod_optimize, thanks to Remy Blank, #224137.Ali Polatel2008-05-291-22/+22
| | | | | (Portage version: 2.1.5.2) (Signed Manifest commit)
* Fix -x option passed to python_mod_optimize, thanks to Remy Blank, #224137.Ali Polatel2008-05-2919-64/+74
| | | | (Portage version: 2.1.5.2)
* python_mod_optimize is ROOT aware.Ali Polatel2008-05-291-22/+22
| | | | | (Portage version: 2.1.5.2) (Signed Manifest commit)
* python_mod_optimize is ROOT aware.Ali Polatel2008-05-2919-67/+76
| | | | (Portage version: 2.1.5.2)
* amd64/x86 stable, security bug #216673Markus Meier2008-05-281-3/+13
| | | | | (Portage version: 2.1.5.2) (Signed Manifest commit)
* amd64/x86 stable, security bug #216673Markus Meier2008-05-283-5/+9
| | | | (Portage version: 2.1.5.2)
* Stable on ppc64; bug #216673Markus Rothe2008-05-271-3/+3
| | | | | (Portage version: 2.1.4.4) (Unsigned Manifest commit)
* Stable on ppc64; bug #216673Markus Rothe2008-05-273-5/+9
| | | | (Portage version: 2.1.4.4)
* ppc stable, bug #216673Tobias Scherbaum2008-05-261-3/+3
| | | | | (Portage version: 2.1.5.2) (Unsigned Manifest commit)
* ppc stable, bug #216673Tobias Scherbaum2008-05-263-5/+9
| | | | (Portage version: 2.1.5.2)
* ia64/sparc stable wrt security #216673Raúl Porcel2008-05-261-3/+3
| | | | | (Portage version: 2.1.4.4) (Unsigned Manifest commit)
* ia64/sparc stable wrt security #216673Raúl Porcel2008-05-263-5/+9
| | | | (Portage version: 2.1.4.4)
* Stable on alpha, bug #216673Tobias Klausmann2008-05-251-12/+2
| | | | | (Portage version: 2.1.5.2) (Unsigned Manifest commit)
* Stable on alpha, bug #216673Tobias Klausmann2008-05-252-3/+7
| | | | (Portage version: 2.1.5.2)
* Fixed typo.Ali Polatel2008-05-251-4/+4
| | | | | (Portage version: 2.1.5.2) (Signed Manifest commit)
* Fixed typo.Ali Polatel2008-05-251-2/+2
| | | | (Portage version: 2.1.5.2)
* Fixed typo, thanks to Blackb|rd.Ali Polatel2008-05-251-1/+11
| | | | | (Portage version: 2.1.5.2) (Signed Manifest commit)
* Fixed typo, thanks to Blackb|rd.Ali Polatel2008-05-251-2/+2
| | | | (Portage version: 2.1.5.2)
* Stable on alpha, bug #216673Tobias Klausmann2008-05-251-12/+2
| | | | | (Portage version: 2.1.5.2) (Unsigned Manifest commit)
* Stable on alpha, bug #216673Tobias Klausmann2008-05-252-3/+7
| | | | (Portage version: 2.1.5.2)
* Added patch to disable failing test_bsddb test for 2.3. Disable test_pow on ↵Ali Polatel2008-05-251-4/+15
| | | | | | | alpha until upstream comes up with a fix. (Portage version: 2.1.5.2) (Signed Manifest commit)
* Added patch to disable failing test_bsddb test for 2.3. Disable test_pow on ↵Ali Polatel2008-05-255-5/+43
| | | | | | alpha until upstream comes up with a fix. (Portage version: 2.1.5.2)
* Stable for HPPA (bug #216673).Jeroen Roovers2008-05-241-13/+3
| | | | | (Portage version: 2.1.5) (Unsigned Manifest commit)
* Stable for HPPA (bug #216673).Jeroen Roovers2008-05-243-5/+9
| | | | (Portage version: 2.1.5)
* Revision bumps. Don't build the imageop module on 32 bit as well, #216673.Ali Polatel2008-05-211-4/+10
| | | | | (Portage version: 2.1.5) (Signed Manifest commit)
* Revision bumps. Don't build the imageop module on 32 bit as well, #216673.Ali Polatel2008-05-214-1/+903
| | | | (Portage version: 2.1.5)
* Drop dev-python/python-fchksum from PDEPEND. It's not needed anymore.Ali Polatel2008-05-131-6/+6
| | | | | (Portage version: 2.1.5_rc10) (Signed Manifest commit)
* Drop dev-python/python-fchksum from PDEPEND. It's not needed anymore.Ali Polatel2008-05-133-21/+10
| | | | (Portage version: 2.1.5_rc10)
* Revbumps. Updated CXXFLAGS patch so packages overridingAli Polatel2008-05-131-4/+8
| | | | | | | | distutils.CCompiler._compile won't fail to build, #219238. Added patch to fix executable stack for ctypes, thanks to Sandro Bonazzola, #218753. Added patch to build with system expat, thanks to Diego, #178921. (Portage version: 2.1.5_rc10) (Signed Manifest commit)
* Revbumps. Updated CXXFLAGS patch so packages overridingAli Polatel2008-05-133-1/+670
| | | | | | | distutils.CCompiler._compile won't fail to build, #219238. Added patch to fix executable stack for ctypes, thanks to Sandro Bonazzola, #218753. Added patch to build with system expat, thanks to Diego, #178921. (Portage version: 2.1.5_rc10)
* Revbumps. Updated patchset to fix compilation of extensions when CXXFLAGS is ↵Ali Polatel2008-04-191-4/+8
| | | | | | | unset. (Portage version: 2.1.5_rc4) (Signed Manifest commit)
* Revbumps. Updated patchset to fix compilation of extensions when CXXFLAGS is ↵Ali Polatel2008-04-193-1/+668
| | | | | | unset. (Portage version: 2.1.5_rc4)
* Revbump. Backported upstream patches fixing many threading issues and ↵Ali Polatel2008-04-181-25/+11
| | | | | | | infinite recursions. Dropped old. Quoting. (Portage version: 2.1.5_rc4) (Signed Manifest commit)
* Revbump. Backported upstream patches fixing many threading issues and ↵Ali Polatel2008-04-1815-2577/+117
| | | | | | infinite recursions. Dropped old. Quoting. (Portage version: 2.1.5_rc4)
* Version bumps. Updated patchsets to fix buffer overflow in zlib extensionAli Polatel2008-04-181-1/+18
| | | | | | | | | (CVE-2008-1721) bug 217221 and unsafe PyString_FromStringAndSize(). Added patch by Mark Peloquin for distutils to respect CXXFLAGS, bug 145206. Add wininst USE flag to conditionally install MS Windows executables, bug 198021. Use EAPI=1, rename nothreads and nocxx USE flags to threads and cxx. (Portage version: 2.1.5_rc4) (Signed Manifest commit)
* Version bumps. Updated patchsets to fix buffer overflow in zlib extensionAli Polatel2008-04-184-1/+923
| | | | | | | | (CVE-2008-1721) bug 217221 and unsafe PyString_FromStringAndSize(). Added patch by Mark Peloquin for distutils to respect CXXFLAGS, bug 145206. Add wininst USE flag to conditionally install MS Windows executables, bug 198021. Use EAPI=1, rename nothreads and nocxx USE flags to threads and cxx. (Portage version: 2.1.5_rc4)
* Stable on ppc64; bug #211281Markus Rothe2008-03-111-2/+2
| | | | | (Portage version: 2.1.4.4) (Unsigned Manifest commit)
* Stable on ppc64; bug #211281Markus Rothe2008-03-112-3/+6
| | | | (Portage version: 2.1.4.4)
* Changed newinitd/newconfd for pydoc to install the init.d/conf.d scripts as ↵Tiziano Müller2008-03-111-3/+3
| | | | | | | pydoc-2.x (aka don't break slotting) (Portage version: 2.1.4.4, RepoMan options: --force) (Unsigned Manifest commit)
* Changed newinitd/newconfd for pydoc to install the init.d/conf.d scripts as ↵Tiziano Müller2008-03-113-7/+12
| | | | | | pydoc-2.x (aka don't break slotting) (Portage version: 2.1.4.4, RepoMan options: --force)
* Stable on ppc wrt bug 211281Gysbert Wassenaar2008-03-061-12/+2
| | | | | (Portage version: 2.1.4.4) (Unsigned Manifest commit)
* Stable on ppc wrt bug 211281Gysbert Wassenaar2008-03-062-3/+6
| | | | (Portage version: 2.1.4.4)
* Stable on amd64, bug #211281Christoph Mende2008-03-031-2/+12
| | | | | (Portage version: 2.1.4.4) (Signed Manifest commit)
* Stable on amd64, bug #211281Christoph Mende2008-03-032-3/+6
| | | | (Portage version: 2.1.4.4)
* alpha/ia64/sparc/x86 stable wrt #211281Raúl Porcel2008-03-031-2/+2
| | | | | (Portage version: 2.1.4.4) (Unsigned Manifest commit)
* alpha/ia64/sparc/x86 stable wrt #211281Raúl Porcel2008-03-032-3/+6
| | | | (Portage version: 2.1.4.4)
* Stable for HPPA (bug #211281).Jeroen Roovers2008-03-031-2/+2
| | | | | (Portage version: 2.1.4.4) (Unsigned Manifest commit)
* Stable for HPPA (bug #211281).Jeroen Roovers2008-03-032-3/+6
| | | | (Portage version: 2.1.4.4)
* Added init.d/conf.d scripts for the integrated pydoc webserver (bug #59903, ↵Tiziano Müller2008-03-011-13/+5
| | | | | | | thanks to compnerd). (Portage version: 2.1.4.4, RepoMan options: --force) (Unsigned Manifest commit)
* Added init.d/conf.d scripts for the integrated pydoc webserver (bug #59903, ↵Tiziano Müller2008-03-015-3/+48
| | | | | | thanks to compnerd). (Portage version: 2.1.4.4, RepoMan options: --force)