summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* whitespaceMichael Sterrett2009-06-021-11/+1
| | | | | (Portage version: 2.1.6.11/cvs/Linux i686) (Unsigned Manifest commit)
* whitespaceMichael Sterrett2009-06-021-2/+1
| | | | (Portage version: 2.1.6.11/cvs/Linux i686)
* sparc stable wrt #270056Raúl Porcel2009-06-021-2/+2
| | | | | (Portage version: 2.1.6.11/cvs/Linux ia64) (Unsigned Manifest commit)
* sparc stable wrt #270056Raúl Porcel2009-06-022-3/+6
| | | | (Portage version: 2.1.6.11/cvs/Linux ia64)
* Don't call strip from the makefile (bug #272082).Michael Januszewski2009-06-021-5/+5
| | | | | (Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force) (Signed Manifest commit)
* Don't call strip from the makefile (bug #272082).Michael Januszewski2009-06-022-3/+7
| | | | (Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)
* Add patch to fix build with --as-needed by Kevin Pyle, closes bug #247937.Diego Elio Pettenò2009-06-021-2/+13
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Add patch to fix build with --as-needed by Kevin Pyle, closes bug #247937.Diego Elio Pettenò2009-06-023-5/+61
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Add patch to fix build with --as-needed by Kevin Pyle, closes bug #247930. ↵Diego Elio Pettenò2009-06-021-2/+13
| | | | | | | Also respect user cflags. (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Add patch to fix build with --as-needed by Kevin Pyle, closes bug #247930. ↵Diego Elio Pettenò2009-06-023-4/+32
| | | | | | Also respect user cflags. (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Add patch to fix --as-needed by Kevin Pyle, close bug #247928. Remove -j1 ↵Diego Elio Pettenò2009-06-021-2/+13
| | | | | | | from emake (builds fine at -j12), die on failed install. (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Add patch to fix --as-needed by Kevin Pyle, close bug #247928. Remove -j1 ↵Diego Elio Pettenò2009-06-023-5/+33
| | | | | | from emake (builds fine at -j12), die on failed install. (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Fix build by just not using the broken Makefile, instead build straight in ↵Diego Elio Pettenò2009-06-021-2/+12
| | | | | | | src_compile. Also fix DEPEND/RDEPEND and die on failed install. Closes bug #247924. (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Fix build by just not using the broken Makefile, instead build straight in ↵Diego Elio Pettenò2009-06-022-16/+24
| | | | | | src_compile. Also fix DEPEND/RDEPEND and die on failed install. Closes bug #247924. (Portage version: 2.2_rc33/cvs/Linux x86_64)
* whitespaceMichael Sterrett2009-06-011-1/+1
| | | | | (Portage version: 2.1.6.11/cvs/Linux i686) (Unsigned Manifest commit)
* whitespaceMichael Sterrett2009-06-011-2/+2
| | | | (Portage version: 2.1.6.11/cvs/Linux i686)
* Fixed -Werror related build failure, bug #260840, thank Alexandre NEY for ↵Peter Volkov2009-06-011-2/+2
| | | | | | | report. (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* Fixed -Werror related build failure, bug #260840, thank Alexandre NEY for ↵Peter Volkov2009-06-012-6/+10
| | | | | | report. (Portage version: 2.2_rc33/cvs/Linux i686)
* Removed old.Peter Volkov2009-06-011-3/+1
| | | | | (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* Removed old.Peter Volkov2009-06-012-33/+4
| | | | (Portage version: 2.2_rc33/cvs/Linux i686)
* Updated ChangeLog, since the fixed bug was already reported. Updated ebuild ↵Peter Volkov2009-06-011-2/+2
| | | | | | | to make fix complete, I hope.. (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* Updated ChangeLog, since the fixed bug was already reported. Updated ebuild ↵Peter Volkov2009-06-012-4/+7
| | | | | | to make fix complete, I hope.. (Portage version: 2.2_rc33/cvs/Linux i686)
* Removed vulnerable version, bug #271687, thank Robert Buchholz for report.Peter Volkov2009-06-011-3/+1
| | | | | (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* Removed vulnerable version, bug #271687, thank Robert Buchholz for report.Peter Volkov2009-06-012-46/+4
| | | | (Portage version: 2.2_rc33/cvs/Linux i686)
* Removed vulnerable version, bug #271761, thank Robert Buchholz for report.Peter Volkov2009-06-011-2/+1
| | | | | (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* Removed vulnerable version, bug #271761, thank Robert Buchholz for report.Peter Volkov2009-06-012-68/+5
| | | | (Portage version: 2.2_rc33/cvs/Linux i686)
* Fixed build failure in case intltool is not intalled in the system (added ↵Peter Volkov2009-06-011-3/+3
| | | | | | | nls USE flag), thank Drew Kollasch for report. (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* Fixed build failure in case intltool is not intalled in the system (added ↵Peter Volkov2009-06-013-4/+14
| | | | | | nls USE flag), thank Drew Kollasch for report. (Portage version: 2.2_rc33/cvs/Linux i686)
* Remove old.Peter Volkov2009-06-011-3/+1
| | | | | (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* Remove old.Peter Volkov2009-06-012-59/+4
| | | | (Portage version: 2.2_rc33/cvs/Linux i686)
* Remove old. Renamed pmacctd-init.d.1 into pmacctd-init.dPeter Volkov2009-06-011-8/+3
| | | | | (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* Remove old. Renamed pmacctd-init.d.1 into pmacctd-init.dPeter Volkov2009-06-016-151/+14
| | | | (Portage version: 2.2_rc33/cvs/Linux i686)
* Remove old.Peter Volkov2009-06-011-3/+1
| | | | | (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* Remove old.Peter Volkov2009-06-013-81/+5
| | | | (Portage version: 2.2_rc33/cvs/Linux i686)
* Removing oldPatrick Lauer2009-05-311-17/+2
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Unsigned Manifest commit)
* Removing oldPatrick Lauer2009-05-318-1447/+6
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Removing old for #271680Patrick Lauer2009-05-311-5/+1
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Unsigned Manifest commit)
* Removing old for #271680Patrick Lauer2009-05-312-157/+4
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* stable ppc64, bug 271105Brent Baude2009-05-311-2/+2
| | | | | (Portage version: 2.1.6.13/cvs/Linux ppc64) (Unsigned Manifest commit)
* stable ppc64, bug 271105Brent Baude2009-05-312-3/+6
| | | | (Portage version: 2.1.6.13/cvs/Linux ppc64)
* Fix stupid typo, #271946Tobias Scherbaum2009-05-311-2/+2
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Unsigned Manifest commit)
* Fix stupid typo, #271946Tobias Scherbaum2009-05-312-3/+7
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Remove unneeded patches.Jeroen Roovers2009-05-311-11/+1
| | | | | (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* Remove unneeded patches.Jeroen Roovers2009-05-3111-1571/+13
| | | | (Portage version: 2.2_rc33/cvs/Linux i686)
* Remove old (bug #271699).Jeroen Roovers2009-05-311-9/+1
| | | | | (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* Remove old (bug #271699).Jeroen Roovers2009-05-316-963/+7
| | | | (Portage version: 2.2_rc33/cvs/Linux i686)
* ppc stable #271105Gysbert Wassenaar2009-05-301-2/+2
| | | | | (Portage version: 2.1.6.13/cvs/Linux ppc) (Unsigned Manifest commit)
* ppc stable #271105Gysbert Wassenaar2009-05-302-3/+6
| | | | (Portage version: 2.1.6.13/cvs/Linux ppc)
* ppc stable #271104Gysbert Wassenaar2009-05-301-2/+2
| | | | | (Portage version: 2.1.6.13/cvs/Linux ppc) (Unsigned Manifest commit)
* ppc stable #271104Gysbert Wassenaar2009-05-302-3/+6
| | | | (Portage version: 2.1.6.13/cvs/Linux ppc)