summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/ganeti: now with QEMU Guest Agent support (merged upstream for ↵Robin H. Johnson2017-01-067-2/+734
| | | | | | 2.16, not yet released). Package-Manager: portage-2.3.2
* app-emulation/ganeti: cleanup unused patches.Robin H. Johnson2017-01-0611-374/+0
| | | | Package-Manager: portage-2.3.2
* sys-kernel/gentoo-sources: Linux patch 4.8.16Mike Pagano2017-01-062-0/+32
| | | | Package-Manager: portage-2.3.0
* sys-kernel/gentoo-sources: Linux patch 4.4.40Mike Pagano2017-01-062-0/+32
| | | | Package-Manager: portage-2.3.0
* dev-php/PEAR-Log: new version 1.13.1 replacing version 1.13.0.Michael Orlitzky2017-01-063-18/+49
| | | | | | | | | | | This new version drops the php-pear-r1 eclass, and fixes a few bugs. The documentation is now installed in the correct location, and the examples are behind a USE flag. The "minimal" USE flag is gone, because detection of features is automagic, and we don't want to surpise users when they suddenly disappear. The test suite now also works. Package-Manager: portage-2.3.0
* dev-php/PEAR-Log: remove unused version 1.12.8.Michael Orlitzky2017-01-062-18/+0
| | | | Package-Manager: portage-2.3.0
* dev-perl/File-Slurper: Drop ~mips keyword, nothing needs itMart Raudsepp2017-01-071-2/+2
| | | | | | Gentoo-bug: 603078 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-python/pid: clean up oldPatrice Clement2017-01-072-27/+0
| | | | Package-Manager: portage-2.3.0
* dev-python/pid: stable for amd64.Patrice Clement2017-01-071-6/+3
| | | | Package-Manager: portage-2.3.0
* x11-misc/xrootconsole: EAPI 6 bump.Patrice Clement2017-01-075-8/+54
| | | | Package-Manager: portage-2.3.0
* x11-misc/zim: stable for amd64+x86.Patrice Clement2017-01-071-2/+2
| | | | Package-Manager: portage-2.3.0
* dev-php/PEAR-Image_Text: remove unused version 0.6.1.Michael Orlitzky2017-01-062-17/+0
| | | | Package-Manager: portage-2.3.0
* updated dep so it'll actually buildMatthew Thode2017-01-061-1/+1
|
* dev-php/PEAR-HTML_Template_Sigma: remove unused version 1.2.0-r1.Michael Orlitzky2017-01-062-16/+0
| | | | Package-Manager: portage-2.3.0
* dev-php/twig: fix build with USE=extension unset.Michael Orlitzky2017-01-061-1/+29
| | | | | | | | | | | | | | | | | | | In commit 14f2ab0, I accidentally broke building with USE="-extension". The eclass src_prepare phase was correctly skipped (a new change), but then afterwards it became possible for the eclass src_configure and src_compile to fail. Now those phases are skipped when USE="-extension", too. For consistency and for a minor performance improvement, the eclass src_unpack phase is skipped, too. A new revision was made because I'm not 100% certain that it wasn't possible to install the extension with USE="-extension" before. If it was possible, any victims would want to re-emerge twig. I have also added an unconditional RDEPEND on "dev-lang/php" that could have been omitted before; that would itself justify a new revision. Gentoo-Bug: 604874 Package-Manager: portage-2.3.0
* app-office/calligra: Drop oldAndreas Sturmlechner2017-01-062-255/+0
| | | | Package-Manager: portage-2.3.0
* app-office/calligra: Fix DEPENDs, add USE=jpeg2k,phononAndreas Sturmlechner2017-01-068-0/+567
| | | | | | | | | | | | | | Make USE=lcms do something (enable PLUGIN_COLORENGINES) Make USE=spacenav do sth (enable PLUGIN_SPACENAVIGATOR) Revert upstream disabling AkonadiContact Block calligra-l10n:4 Drop unused libpng dependency Move boost,threadweaver RDEPEND -> DEPEND KDE_TEST=forceoptional-recursive to eliminate a truckload of warnings Disable benchmarks as well, nothing is installed Patch out bogus references to kdelibs4 Package-Manager: portage-2.3.0
* dev-php/twig: don't run eclass phases when USE="extension" is unset.Michael Orlitzky2017-01-061-5/+9
| | | | | | | | | | | If the user does not wish to build the C extension, there is no need to run the php-ext-source-r3 eclass phases. Doing so can lead to a build failure because those eclass phases use DEPENDencies that are only required conditionally on USE=extension. Gentoo-Bug: 604874 Package-Manager: portage-2.3.0
* net-misc/electrum: remove older unstable versionsAnthony G. Basile2017-01-063-298/+0
| | | | Package-Manager: portage-2.3.0
* net-misc/electrum: 2.7.15Luke Dashjr2017-01-063-0/+174
|
* sys-kernel/vanilla-sources: Linux patches 4.9.1, 4.8.16 and 4.4.40. Remove oldMike Pagano2017-01-064-5/+6
| | | | Package-Manager: portage-2.3.0
* dev-vcs/notify-webhook: Drop dead python3_3 implementation from PYTHON_COMPATMart Raudsepp2017-01-061-2/+2
| | | | | Acked-by: Robin H. Johnson <robbat2@gentoo.org> Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-python/pygobject: Drop dead python3_3 implementation from PYTHON_COMPATMart Raudsepp2017-01-061-2/+2
| | | | | | | This was removed in earlier version, but the bump happened on the same date as the global removal, so it ended up reappearing. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/PEAR-Text_Highlighter: new revision sans the php-pear-r1 eclass.Michael Orlitzky2017-01-062-16/+34
| | | | | | | | | | | | | | | This new revision drops php-pear-r1.eclass, and in the process fixes a few bugs. We no longer install all of the development junk, which eliminates the /usr/bin/generate executable (used to generate the PHP classes), and avoids a file collision with app-accessibility/julius. We also now store the documentation in the correct location. One extraneous dependency was removed, and another undocumented one added. Gentoo-Bug: 544514 Package-Manager: portage-2.3.0
* net-irc/irssi: Version bumpSven Wegener2017-01-062-0/+59
| | | | Package-Manager: Portage-2.3.0, Repoman-2.3.1
* dev-php/PEAR-File_Archive: remove unused PEAR-File_Archive-1.5.4-r1.Michael Orlitzky2017-01-062-19/+0
| | | | Package-Manager: portage-2.3.0
* dev-php/PEAR-File_Archive: new EAPI=6 revision sans php-pear-r1.eclass.Michael Orlitzky2017-01-062-18/+34
| | | | Package-Manager: portage-2.3.0
* dev-php/PEAR-Date: remove unused PEAR-Date-1.5.0_alpha1.Michael Orlitzky2017-01-062-17/+0
| | | | Package-Manager: portage-2.3.0
* profiles: mask x11-libs/gtk+:1 for removalMart Raudsepp2017-01-061-0/+6
| | | | Gentoo-bug: 604862
* app-misc/asciinema: don't forget to dieMichael Palimaka2017-01-071-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-misc/asciinema: add python3_5 supportIlya Tumaykin2017-01-071-2/+2
| | | | | | Build succeeds, tests pass, upload works. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-util/mingw64-runtime: version bumpAlon Bar-Lev2017-01-062-2/+2
| | | | Package-Manager: portage-2.3.0
* media-video/subliminal: fix tests in 2.0.5Ilya Tumaykin2017-01-062-2/+7
| | | | Closes: https://github.com/gentoo/gentoo/pull/3352
* dev-python/schedule: Initial versionManuel Rüger2017-01-063-0/+34
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sci-mathematics/octave: Add missing DEPEND on dev-qt/linguist-tools:5David Seifert2017-01-061-2/+2
| | | | | | Gentoo-bug: 604418 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-python/arrow: Version bump to 0.10.0Manuel Rüger2017-01-062-0/+32
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-fs/docker-volume-netshare: Initial versionManuel Rüger2017-01-065-0/+104
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-admin/lib_users: Mark ~ppc64 (bug #604504).Jeroen Roovers2017-01-061-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* dev-python/backports-unittest-mock: Mark ~ppc64 (bug #604504).Jeroen Roovers2017-01-061-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* dev-python/rst-linker: Mark ~ppc64 (bug #604504).Jeroen Roovers2017-01-061-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* sys-libs/glibc: prefixify the locale-gen scriptBenda Xu2017-01-0611-20/+22
| | | | | | | | note that prefix.eclass is compatible with EAPI=0 Bug: 473484 Package-Manager: portage-2.3.3
* dev-cpp/asio-1.10.8-r0: stable on alphaTobias Klausmann2017-01-061-1/+1
| | | | Gentoo-Bug: 604516
* sys-libs/glibc: Stable for PPC64 (bug #576726).Jeroen Roovers2017-01-061-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* dev-php/pecl-yaz-1.2.1-r0: stable on alphaTobias Klausmann2017-01-061-1/+1
| | | | Gentoo-Bug: 604706
* dev-util/dialog-1.3.20160828-r0: stable on alphaTobias Klausmann2017-01-061-1/+1
| | | | Gentoo-Bug: 604600
* app-arch/lzip-1.18-r0: stable on alphaTobias Klausmann2017-01-061-1/+1
| | | | Gentoo-Bug: 604514
* app-misc/ca-certificates-20161102.3.27.2-r2: stable on alphaTobias Klausmann2017-01-061-1/+1
| | | | Gentoo-Bug: 604502
* net-analyzer/nmap-7.31-r0: stable on alphaTobias Klausmann2017-01-061-1/+1
| | | | Gentoo-Bug: 604494
* x11-misc/xlockmore-5.47-r0: stable on alphaTobias Klausmann2017-01-061-1/+1
| | | | Gentoo-Bug: 604370
* app-text/convmv-2.0-r0: stable on alphaTobias Klausmann2017-01-061-1/+1
| | | | Gentoo-Bug: 604348