summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/ninja-1.7.2-r0: add alpha keywordTobias Klausmann2017-04-221-1/+1
| | | | Gentoo-Bug: 614074
* dev-ruby/rainbow: add 2.2.2Hans de Graaff2017-04-222-0/+23
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ruby/selenium-webdriver: add 3.4.0Hans de Graaff2017-04-222-0/+39
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ruby/selenium-webdriver: cleanupHans de Graaff2017-04-223-78/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-boot/vboot-utils: version bump to 59_p20170413Zac Medico2017-04-212-0/+86
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-admin/salt: Version bump to 2016.11.4Patrick McLean2017-04-212-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-editors/emacs-vcs: Remove pretest version.Ulrich Müller2017-04-212-380/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-editors/emacs: Version bump. Remove release candidates.Ulrich Müller2017-04-213-359/+2
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* sci-libs/flann: Force C++11David Seifert2017-04-211-8/+9
| | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=614552 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* perl-module.eclass: Fix GENTOO_DEPEND_ON_SUBSLOT handling/errorKent Fredric2017-04-221-2/+2
| | | | | | | | Currently errors even when set to "yes" ( which is the mechanics that is implied if the option is missing ) This prematurely tells people about non-issues, and encourages them to set the wrong value.
* perl-functions.eclass: add perl_domoduleKent Fredric2017-04-221-0/+76
|
* perl-functions.eclass: add perl_get_vendorlibKent Fredric2017-04-221-1/+20
|
* perl-functions.eclass: add perl_get_raw_vendorlibKent Fredric2017-04-221-0/+18
|
* perl-functions.eclass: add perl_get_module_versionKent Fredric2017-04-221-0/+51
| | | | | | | | | | | | | | This utility provides informational data describing the given module names state of installation, either as a version, or as an error message describing the grade of failure incurred in module loading. It has the side effect that it most load the module (and its dependencies) into memory to give a report value, and can be expensive and have side-effects from Perl code execuring while the module loads, including (but not limited to) people calling POSIX::_exit This is the slowest way of inspecting state about a module, as it must load the module
* perl-functions.eclass: add perl_has_module_versionKent Fredric2017-04-221-0/+33
| | | | | | | | | | | | | | This is a utility for runtime checking if a module of a given version is installed from the perspective of Perl, whos opinion could be different than portage in the event of perl-core/* dual life effects shortly after a major Perl upgrade. Use this only if perl_has_module is insufficient, as the overheads and risk of side effects from this approach are high, given the module has to be actually loaded for the version comparison to happen. exits "true" if Perl has the given module installed at the given version ( or later ), exits "false" otherwise.
* perl-functions.eclass: Add perl_has_moduleKent Fredric2017-04-221-0/+28
| | | | | | | | | | | | | | | This is an incredibly fast way to check if Perl considers a module of the given name installed in any capacity, including broken. As long as "Foo.pm" is somewhere in @INC, `perl_has_module Foo` will return true. Even `perl_has_module threads` will return true on non-threaded perls, due to that module still being present, and the module only fataling when loaded. Whereas `perl_has_module_version threads 0` will always fail on non-threaded perls.
* dev-libs/libbson: version bump.Patrice Clement2017-04-212-0/+52
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-vim/pydiction: convert to python-r1.Patrice Clement2017-04-211-0/+26
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/pecl-amqp: Add missing ssl USE requirement on rabbitmq-cBrian Evans2017-04-211-2/+3
| | | | | | This causes a build failure for those with ssl off Package-Manager: Portage-2.3.5, Repoman-2.3.2
* net-misc/openvswitch: 2.7.0-r2 fixing bug 614520Matthew Thode2017-04-212-0/+167
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/docker: stabilize 17.03.1 on amd64William Hubbs2017-04-211-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/docker-runc: stabilize 1.0.0_rc2_p20170308 on amd64William Hubbs2017-04-211-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/docker-proxy: stabilize 0.8.0_p20161111 on amd64William Hubbs2017-04-211-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/containerd: stabilize 0.2.5_p20170308 on amd64William Hubbs2017-04-211-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-process/tini: stabilize 0.13.2 on amd64William Hubbs2017-04-211-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-cluster/glusterfs: drop old ebuildUltrabug2017-04-213-759/+0
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-python/setuptools: require python xml (expat) supportMike Gilbert2017-04-219-0/+9
| | | | | Bug: https://bugs.gentoo.org/519954 Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49
* dev-python/pytz: 2017.2: require timezone-data-2017aMike Gilbert2017-04-211-1/+1
| | | | | | Tests fail with older timezone data. Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49
* sys-process/tini: add myself as maintainer (approved by mrueg)William Hubbs2017-04-211-0/+4
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/containerd: add myself as a maintainerWilliam Hubbs2017-04-211-0/+4
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/docker: fix runtime dependencies for containerd snapshotsWilliam Hubbs2017-04-213-3/+3
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/containerd: fix snapshot base versionsWilliam Hubbs2017-04-214-3/+3
| | | | | | | I spoke with Manuel, and all of these snapshots are based on 0.2.5 not 0.2.3. This will clear the way for stabilization without forcing a downgrade. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-misc/hivex: Specify readline slotPacho Ramos2017-04-211-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-misc/hivex: Support newer pythonPacho Ramos2017-04-211-2/+2
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-i18n/ibus-cangjie: Drop oldPacho Ramos2017-04-215-166/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-i18n/ibus-cangjie: Support newer pythonPacho Ramos2017-04-211-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-emulation/spice: Support newer pythonPacho Ramos2017-04-211-10/+14
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-emacs/pymacs: Support newer pythonPacho Ramos2017-04-211-3/+5
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-doc/cppman: Drop oldPacho Ramos2017-04-212-27/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-doc/cppman: Support newer pythonPacho Ramos2017-04-211-2/+2
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* sys-cluster/glusterfs: version bump, fix #606840Ultrabug2017-04-213-0/+425
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* app-text/po4a: Remove old/brokenAndreas K. Huettel2017-04-211-60/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-text/po4a: Revbump to stable to restore the slot operator on perlAndreas K. Huettel2017-04-211-2/+0
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --force
* www-client/vivaldi: Old.Jeroen Roovers2017-04-212-117/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* www-client/vivaldi: Version bump.Jeroen Roovers2017-04-212-0/+117
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* sci-biology/foldingathome: switch EPREFIX usages in pkg_* back to EROOTIan Stakenvicius2017-04-211-3/+3
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/docker: Version bump to 17.05_rc1Manuel Rüger2017-04-212-0/+291
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* net-analyzer/pmacct: Add USE=nflog.Jeroen Roovers2017-04-212-1/+4
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* sci-biology/foldingathome: bump EAPIIan Stakenvicius2017-04-211-11/+11
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sci-biology/foldingathome: drop obsolete versionIan Stakenvicius2017-04-212-83/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1