summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump to fix CVE-2013-4297.Doug Goldstein2013-09-063-18/+449
| | | | | Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* arm, microblaze, ppc, and ppc64 softmmu targets require USE=fdt, patch from ↵Doug Goldstein2013-09-063-21/+23
| | | | | | | Mike Gilbert <floppym@gentoo.org> fixes bug #482878 Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* Call distutils-r1_python_install to fix bug #483756.Doug Goldstein2013-09-063-29/+21
| | | | | Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* Clean up PYTHON_COMPAT from old implementations.Michał Górny2013-09-0522-95/+132
| | | | | Package-Manager: portage-2.2.1/cvs/Linux x86_64 Manifest-Sign-Key: 0xEFB4464E!
* Respect AR (bug #483740 by Agostino Sarubbo).Sergei Trofimovich2013-09-053-8/+16
| | | | | Package-Manager: portage-2.2.0_alpha194_p2/cvs/Linux x86_64 Manifest-Sign-Key: 0x611FF3AA
* Stable for x86, wrt bug #479962Agostino Sarubbo2013-09-053-15/+22
| | | | | | Package-Manager: portage-2.1.13.7/cvs/Linux x86_64 RepoMan-Options: --include-arches="x86" Manifest-Sign-Key: 0x7194459F
* Stable for amd64, wrt bug #483280Agostino Sarubbo2013-09-023-15/+23
| | | | | | Package-Manager: portage-2.1.13.7/cvs/Linux x86_64 RepoMan-Options: --include-arches="amd64" Manifest-Sign-Key: 0x7194459F
* Version bumpDoug Goldstein2013-09-023-16/+449
| | | | | Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* Fix USE=custom-cflags build with -O3 and recent gcc versions (bug #480508, ↵Alexandre Rostovtsev2013-09-016-15/+45
| | | | | | | thanks to Konstantin). Package-Manager: portage-2.2.1/cvs/Linux x86_64 Manifest-Sign-Key: 0xCF0ADD61
* Do not pull in corefonts when USE=truetype; users who need the original ↵Alexandre Rostovtsev2013-09-0141-166/+221
| | | | | | | corefonts instead of Wine's version can use winetricks (bug #481122, thanks to Luke-Jr). Do not depend on libXmu (not needed), but do depend on libSM and libICE (pulled in due to AC_PATH_XTRA silliness) (bug #483252, thanks to Rafał Mużyło). Package-Manager: portage-2.2.1/cvs/Linux x86_64 Manifest-Sign-Key: 0xCF0ADD61
* Stable for amd64, wrt bug #483048Agostino Sarubbo2013-08-313-15/+22
| | | | | | Package-Manager: portage-2.1.13.7/cvs/Linux x86_64 RepoMan-Options: --include-arches="amd64" Manifest-Sign-Key: 0x7194459F
* Add unit file (#480714 by Billy DeVincentis)Pacho Ramos2013-08-314-5/+139
| | | | | Package-Manager: portage-2.2.1/cvs/Linux x86_64 Manifest-Sign-Key: 0xA188FBD4
* Remove older versionsDoug Goldstein2013-08-304-874/+14
| | | | | Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* Fix RPC call bounds issue.Doug Goldstein2013-08-293-16/+449
| | | | | Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* Stable for x86, wrt bug #480140Agostino Sarubbo2013-08-283-18/+21
| | | | | | Package-Manager: portage-2.1.13.7/cvs/Linux x86_64 RepoMan-Options: --include-arches="x86" Manifest-Sign-Key: 0x7194459F
* Stable for x86, wrt bug #480134Agostino Sarubbo2013-08-283-15/+22
| | | | | | Package-Manager: portage-2.1.13.7/cvs/Linux x86_64 RepoMan-Options: --include-arches="x86" Manifest-Sign-Key: 0x7194459F
* Version bumpDoug Goldstein2013-08-273-10/+564
| | | | | Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* Version bump.Mike Frysinger2013-08-274-6/+109
| | | | | Package-Manager: portage-2.2.0/cvs/Linux x86_64 Manifest-Sign-Key: 0xFB7C4156
* Backported a number of fixes I considered stability or worthy of a 0.10.1 ↵Doug Goldstein2013-08-274-13/+100
| | | | | | | release. Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* Revision bump: do not link to libelf statically, wrt bug #480940. Thanks to ↵Sergey Popov2013-08-253-9/+72
| | | | | | | James Cloos for discovering this issue Package-Manager: portage-2.2.1/cvs/Linux x86_64 Manifest-Sign-Key: 0x1F357D42
* Fix dependency on dev-libs/elfutils, wrt bug #480940. Drop old revisionSergey Popov2013-08-256-121/+24
| | | | | Package-Manager: portage-2.2.1/cvs/Linux x86_64 Manifest-Sign-Key: 0x1F357D42
* Fix patch name.Mike Gilbert2013-08-243-8/+12
| | | | | Package-Manager: portage-2.2.1/cvs/Linux x86_64 Manifest-Sign-Key: 0x0BBEEA1FEA4843A4
* Add patch from vmware-modules to fix vmblock under linux-3.10, bug 482256 by ↵Mike Gilbert2013-08-244-8/+40
| | | | | | | Serge. Package-Manager: portage-2.2.0_p8/cvs/Linux x86_64 Manifest-Sign-Key: 0x0BBEEA1FEA4843A4
* Raise media-libs/tiff dependency to skip non-multilib -r4.Samuli Suominen2013-08-243-21/+17
| | | | | Package-Manager: portage-2.2.0/cvs/Linux x86_64 Manifest-Sign-Key: 0x4868F14D
* Grab the latest upstream fixesDoug Goldstein2013-08-233-10/+447
| | | | | Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* substitute wiki page with xen's offical wiki page, fixes Bug #482114 by a3liIan Delaney2013-08-235-17/+31
| | | | | Package-Manager: portage-2.2.0/cvs/Linux x86_64 Manifest-Sign-Key: 0xB8072B0D
* substitute wiki page with xen's offical wiki page, fixes Bug #482114 by a3liIan Delaney2013-08-236-25/+29
| | | | | Package-Manager: portage-2.2.0/cvs/Linux x86_64 Manifest-Sign-Key: 0xB8072B0D
* Change maintainer to the Gentoo multilib project.Michał Górny2013-08-2245-168/+413
| | | | | Package-Manager: portage-2.2.1/cvs/Linux x86_64 Manifest-Sign-Key: 0xEFB4464E!
* Change maintainer to the multilib project.Michał Górny2013-08-223-5/+33
| | | | | Package-Manager: portage-2.2.1/cvs/Linux x86_64 Manifest-Sign-Key: 0xEFB4464E!
* Add /usr/lib32/terminfo to the removal list.Michał Górny2013-08-213-13/+7
| | | | | Package-Manager: portage-2.2.0_p8/cvs/Linux x86_64 Manifest-Sign-Key: 0x9627F456F9DA7643!
* new revision featuring migrated e2fsprogs-libs, ncurses and gpmAlexis Ballier2013-08-214-9/+65
| | | | | Package-Manager: portage-2.2.0/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Version Bump to 12.5.0Richard Yao2013-08-203-15/+181
| | | | | Package-Manager: portage-2.2.0/cvs/Linux x86_64 Manifest-Sign-Key: 0xBEE84C64
* SeaBIOS/VGABios/sgabios are not meant to be a versioned depend for the live ↵Doug Goldstein2013-08-193-18/+22
| | | | | | | ebuild. bug #481594 Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* Fix dependency on sys-apps/dtc due to internal copy of fdt_env.h in QEMU ↵Doug Goldstein2013-08-195-14/+25
| | | | | | | sources. bug #480680 Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* Stable for x86, wrt bug #479682Agostino Sarubbo2013-08-183-18/+21
| | | | | | Package-Manager: portage-2.1.13.7/cvs/Linux x86_64 RepoMan-Options: --include-arches="x86" Manifest-Sign-Key: 0x7194459F
* Conditionalize '--enable-migration-from-qemu-kvm' (not an upstream option).Sergei Trofimovich2013-08-173-14/+12
| | | | | Package-Manager: portage-2.2.0_alpha194_p2/cvs/Linux x86_64 Manifest-Sign-Key: 0x611FF3AA
* new revision featuring migrated libdvAlexis Ballier2013-08-164-8/+20
| | | | | Package-Manager: portage-2.2.0/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Version bumpDoug Goldstein2013-08-167-49/+741
| | | | | Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* New revision featuring migrated elfutils/libelf.Alexis Ballier2013-08-164-8/+48
| | | | | Package-Manager: portage-2.2.0/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Bump EAPI to 5, drop unneeded base eclass, add mips64 targetSergey Popov2013-08-153-14/+18
| | | | | Package-Manager: portage-2.2.0/cvs/Linux x86_64 Manifest-Sign-Key: 0x1F357D42
* WhitespacePatrick Lauer2013-08-153-15/+8
| | | | Package-Manager: portage-2.2.0/cvs/Linux x86_64
* Remove unneded useflag description, fix repoman whitespace warningsPatrick Lauer2013-08-145-26/+13
| | | | Package-Manager: portage-2.2.0/cvs/Linux x86_64
* Remove older versionDoug Goldstein2013-08-143-554/+13
| | | | | Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* Bump the stable patchset.Doug Goldstein2013-08-144-538/+49
| | | | | Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* Enable verbose build, wrt bug #444346. Thanks to Agostino Sarubbo for ↵Sergey Popov2013-08-129-29/+62
| | | | | | | discovering this issue Package-Manager: portage-2.2.0_alpha193/cvs/Linux x86_64 Manifest-Sign-Key: 0x1F357D42
* Fix build issue with glibc 2.17. bug #480472Doug Goldstein2013-08-123-14/+20
| | | | | Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!
* Update SRC_URI links, apply patchset only in non-live ebuildsSergey Popov2013-08-123-13/+21
| | | | | Package-Manager: portage-2.2.0_alpha193/cvs/Linux x86_64 Manifest-Sign-Key: 0x1F357D42
* Remove unneeded epatch call, add support for epatch_user, wrt bug #428716. ↵Sergey Popov2013-08-123-13/+27
| | | | | | | Thanks to Andrew Aladjev <aladjev.andrew@gmail.com> Package-Manager: portage-2.2.0_alpha193/cvs/Linux x86_64 Manifest-Sign-Key: 0x1F357D42
* New revision with ffmpeg:0.10 migrated for libavutil,avcodec,avformat and ↵Alexis Ballier2013-08-124-8/+35
| | | | | | | avfilter. This version is outdated and has known vulnerabilities but much less than the one shipped here. Remove the .pc/.so anyway since those versions cannot be used properly with our current headers from the ebuilds. Package-Manager: portage-2.2.0_alpha196/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Fix issue with paths being prefixed with /usr/local. Correctly move ↵Doug Goldstein2013-08-117-168/+48
| | | | | | | everything to /run from /var/run. Fix issue with daemon not starting up correctly due to missing options. Add GA_OPTIONS to init script config for other options like a --fsfreeze-hook. bug #480438. bug #480370. Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xD7DFA8D318FA9AEF!