summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Switch to using gen_usr_ldscript -a, bug #256234Fabian Groffen2009-06-301-11/+2
| | | | | (Portage version: 2.2.00.13734-prefix/cvs/Darwin powerpc) (Unsigned Manifest commit)
* Switch to using gen_usr_ldscript -a, bug #256234Fabian Groffen2009-06-302-1/+72
| | | | (Portage version: 2.2.00.13734-prefix/cvs/Darwin powerpc)
* Bump to 2.0.2Patrick Lauer2009-06-281-1/+3
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Unsigned Manifest commit)
* Bump to 2.0.2Patrick Lauer2009-06-282-1/+26
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Bump to 2.12.0. Fixes #251740 #261099Patrick Lauer2009-06-281-1/+3
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Unsigned Manifest commit)
* Bump to 2.12.0. Fixes #251740 #261099Patrick Lauer2009-06-282-2/+66
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* amd64 stable, bug #270243Markus Meier2009-06-281-2/+12
| | | | | (Portage version: 2.1.6.13/cvs/Linux x86_64) (Signed Manifest commit)
* amd64 stable, bug #270243Markus Meier2009-06-282-3/+7
| | | | (Portage version: 2.1.6.13/cvs/Linux x86_64)
* Bump to 1.16Patrick Lauer2009-06-281-1/+3
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Unsigned Manifest commit)
* Bump to 1.16Patrick Lauer2009-06-282-2/+31
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Bump to 2.5Patrick Lauer2009-06-281-1/+3
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Unsigned Manifest commit)
* Bump to 2.5Patrick Lauer2009-06-282-2/+40
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Stable on alpha, bug #270243Tobias Klausmann2009-06-281-12/+2
| | | | | (Portage version: 2.1.6.13/cvs/Linux x86_64) (Unsigned Manifest commit)
* Stable on alpha, bug #270243Tobias Klausmann2009-06-282-3/+7
| | | | (Portage version: 2.1.6.13/cvs/Linux x86_64)
* amd64 stable - 274842Richard Freeman2009-06-271-2/+12
| | | | | (Portage version: 2.1.6.13/cvs/Linux x86_64) (Signed Manifest commit)
* amd64 stable - 274842Richard Freeman2009-06-272-3/+7
| | | | (Portage version: 2.1.6.13/cvs/Linux x86_64)
* stable x86, bug 270243Christian Faulhammer2009-06-261-2/+12
| | | | | (Portage version: 2.1.6.13/cvs/Linux i686) (Signed Manifest commit)
* stable x86, bug 270243Christian Faulhammer2009-06-262-3/+7
| | | | (Portage version: 2.1.6.13/cvs/Linux i686)
* Add a patch to fix on non-GNU systems, hopefully.Diego Elio Pettenò2009-06-241-6/+7
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Add a patch to fix on non-GNU systems, hopefully.Diego Elio Pettenò2009-06-243-2/+20
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* alpha/arm/ia64/m68k/s390/sh/sparc/x86 stable wrt #274842Raúl Porcel2009-06-221-2/+2
| | | | | (Portage version: 2.1.6.13/cvs/Linux ia64) (Unsigned Manifest commit)
* alpha/arm/ia64/m68k/s390/sh/sparc/x86 stable wrt #274842Raúl Porcel2009-06-222-3/+6
| | | | (Portage version: 2.1.6.13/cvs/Linux ia64)
* Stable for HPPA (bug #274842).Jeroen Roovers2009-06-221-12/+2
| | | | | (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* Stable for HPPA (bug #274842).Jeroen Roovers2009-06-222-3/+6
| | | | (Portage version: 2.2_rc33/cvs/Linux i686)
* Fix call python_mod_optimize in pkg_postrm for bug #272897Cédric Krier2009-06-211-2/+2
| | | | | (Portage version: 2.1.6.13/cvs/Linux i686) (Unsigned Manifest commit)
* Fix call python_mod_optimize in pkg_postrm for bug #272897Cédric Krier2009-06-212-3/+6
| | | | (Portage version: 2.1.6.13/cvs/Linux i686)
* Use a different alternative to avoid applying the disable-regenerate-man for ↵Diego Elio Pettenò2009-06-211-5/+6
| | | | | | | now: download the doc tarball and merge it in. This increses the downloaded data by 500k and also installs quite a bit more documentation, but also solves bug #206166 in a nice way, provide the full documentation set and so on. If upstream will provide a --disable-regenerate-doc in the future, then I'll add the doc USE flag to disable the extra download, for now this will work out, I think. (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Use a different alternative to avoid applying the disable-regenerate-man for ↵Diego Elio Pettenò2009-06-212-10/+13
| | | | | | now: download the doc tarball and merge it in. This increses the downloaded data by 500k and also installs quite a bit more documentation, but also solves bug #206166 in a nice way, provide the full documentation set and so on. If upstream will provide a --disable-regenerate-doc in the future, then I'll add the doc USE flag to disable the extra download, for now this will work out, I think. (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Restore the patch to disable man regeneration, comment it so that there is a ↵Diego Elio Pettenò2009-06-211-6/+6
| | | | | | | bug reference too; also comment the xtests patch. Fix the warning for broken setups, removing pam_timestamp (which is present again). (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Restore the patch to disable man regeneration, comment it so that there is a ↵Diego Elio Pettenò2009-06-212-3/+18
| | | | | | bug reference too; also comment the xtests patch. Fix the warning for broken setups, removing pam_timestamp (which is present again). (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Version bump, from #272983Caleb Tennis2009-06-211-1/+3
| | | | | (Portage version: 2.1.6.13/cvs/Linux i686) (Unsigned Manifest commit)
* Version bump, from #272983Caleb Tennis2009-06-212-1/+152
| | | | (Portage version: 2.1.6.13/cvs/Linux i686)
* Add a patch to fix building with nls USE flag disabled, see bug #274856.Diego Elio Pettenò2009-06-211-5/+6
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Add a patch to fix building with nls USE flag disabled, see bug #274856.Diego Elio Pettenò2009-06-213-2/+20
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Fix a bunch of QA problems: compressed patch file in FILESDIR, ↵Diego Elio Pettenò2009-06-201-3/+13
| | | | | | | double-patched autotools, symlinked scripts for autotools that might not be there, compile happening during install phase, redundant S assignments. (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Fix a bunch of QA problems: compressed patch file in FILESDIR, ↵Diego Elio Pettenò2009-06-204-10/+27
| | | | | | double-patched autotools, symlinked scripts for autotools that might not be there, compile happening during install phase, redundant S assignments. (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Shut up a few QA warnings.Diego Elio Pettenò2009-06-201-6/+6
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Shut up a few QA warnings.Diego Elio Pettenò2009-06-203-10/+8
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Version bump to new release. Some of the interesting changes: the debug USE ↵Diego Elio Pettenò2009-06-201-4/+7
| | | | | | | flag is properly set up this time, we don't patch man regeneration any longer (should be fixed upsteram), don't touch the modules' README files until install phase, don't error out on pam_timestamp usage, this PAM version fixes it. Also drop the update warnings on the split PAM modules. (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Version bump to new release. Some of the interesting changes: the debug USE ↵Diego Elio Pettenò2009-06-203-1/+181
| | | | | | flag is properly set up this time, we don't patch man regeneration any longer (should be fixed upsteram), don't touch the modules' README files until install phase, don't error out on pam_timestamp usage, this PAM version fixes it. Also drop the update warnings on the split PAM modules. (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Remove old version.Diego Elio Pettenò2009-06-201-3/+11
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Remove old version.Diego Elio Pettenò2009-06-202-184/+5
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Version bump #274840 by Arfrever Frehtes Taifersar Arahesis.Mike Frysinger2009-06-201-11/+6
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Version bump #274840 by Arfrever Frehtes Taifersar Arahesis.Mike Frysinger2009-06-202-1/+113
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* oldMike Frysinger2009-06-203-318/+0
|
* make sure to enable cxx by defaultMike Frysinger2009-06-201-4/+4
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* make sure to enable cxx by defaultMike Frysinger2009-06-201-2/+3
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Refactor compile step, include terminfo update from upstream #270527 by ↵Mike Frysinger2009-06-201-2/+14
| | | | | | | Ulrich Müller, and always add _GNU_SOURCE to BUILD_CPPFLAGS #214642 by Ryan Tandy. (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Refactor compile step, include terminfo update from upstream #270527 by ↵Mike Frysinger2009-06-204-4/+205
| | | | | | Ulrich Müller, and always add _GNU_SOURCE to BUILD_CPPFLAGS #214642 by Ryan Tandy. (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Pull in pkg-config #273042 by Zhang, Hongjiu.Mike Frysinger2009-06-201-10/+6
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)