summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/zlib: drop install of minizip/crypt.h #658536Mike Frysinger2018-06-202-0/+161
| | | | Closes: https://bugs.gentoo.org/658536
* net-misc/openssh: move ssh{,d}_config tweaks to a sep funcMike Frysinger2018-06-202-36/+52
| | | | | No functional changes here. Should make managing src_install easier as all the sshd_config/ssh_config changes are kept separate.
* sys-apps/xinetd: switch to upstream systemd service unitMike Frysinger2018-06-201-1/+5
|
* dev-python/more-itertools: bump to 4.2.0Louis Sautier2018-06-212-0/+40
| | | | | | Use pytest instead of nose because the latter fails. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* profiles: p.use.mask media-video/mpv[vulkan]Ilya Tumaykin2018-06-203-0/+15
| | | | | | | mask everywhere but amd64, x86 Closes: https://github.com/gentoo/gentoo/pull/8864 Reviewed-by: Michał Górny <mgorny@gentoo.org>
* media-video/mpv: update 'opengl' USE descIlya Tumaykin2018-06-201-1/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-video/mpv: add vulkan support to 0.28.2Ilya Tumaykin2018-06-201-2/+9
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-video/mpv: add vulkan support to 9999Ilya Tumaykin2018-06-202-1/+9
| | | | | | | | | | | | | | Implementation details: - mpv requires at least one enabled vulkan context (X or wayland), even though this isn't reflected by the build system. Hence the REQUIRED_USE. Without this you cannot enable vulkan backend. - The appropriate context must be enabled in vulkan-loader. - mpv technically allows vulkan without shaderc on NVIDIA cards, but support for this in NVIDIA drivers is deprecated and going away, see [1]. Thus always require shaderc. [1]: https://github.com/mpv-player/mpv/issues/5867 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/shaderc: new packageIlya Tumaykin2018-06-205-0/+236
| | | | | | | | A collection of tools, libraries and tests for shader compilation. Includes, for example, a GLSL -> SPIR-V compiler as a shared library, which is required for the upcoming Vulkan support in media-video/mpv. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-api: new package.David Roman2018-06-213-0/+55
| | | | Closes: https://github.com/gentoo/gentoo/pull/8916
* sys-libs/glibc: ChangeLog.old didnt exist here yetAndreas K. Hüttel2018-06-201-1/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/gmp: Remove oldAndreas K. Hüttel2018-06-208-495/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-kernel/gentoo-sources: Linux patch 4.16.17Mike Pagano2018-06-202-0/+31
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/vcrpy: skip test requiring network accessMike Gilbert2018-06-203-1/+30
| | | | | Closes: https://bugs.gentoo.org/645514 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* www-client/chromium: update patchMike Gilbert2018-06-201-12/+1
|
* dev-python/python-ldap: add GitHub to metadata.xmlLouis Sautier2018-06-201-1/+2
| | | | | | Also remove xmw's description as his fork is no longer used. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/python-ldap: sync live ebuild with 3.1.0Louis Sautier2018-06-201-41/+56
| | | | | | Use the official upstream instead of the fork. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/python-ldap: bump to 3.1.0, add Python 3, docLouis Sautier2018-06-202-0/+96
| | | | | | | | | | | | | * Do not override the value of libs because we do not actually link with them: https://github.com/python-ldap/python-ldap/issues/224 This also means libldap_r is now used by default (it was only selected with USE="sasl ssl"). * Remove outdated messages related to openldap-2.3.x and python-ldap-2.3.9. * Fix dependencies, add slot operator to openldap. * Run all the tests which do not require slapd. * Bump to EAPI 7. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-kernel/gentoo-sources: Linux patch 4.14.51Mike Pagano2018-06-202-0/+31
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/irc: remove oldLouis Sautier2018-06-203-102/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* x11-terms/kitty: version bump to 0.11.1Tim Harder2018-06-203-1/+98
| | | | | | Drop to py36 to work around f-strings docs issue (bug #658304). Closes: https://bugs.gentoo.org/658304
* dev-python/jaraco-stream: bump to 1.2, Python 3.6, PyPy{,3}Louis Sautier2018-06-202-0/+59
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pymediainfo: add missing doc dependencyLouis Sautier2018-06-201-3/+6
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-bootstrap: support PyPy, Python 3.6, fix depsLouis Sautier2018-06-201-11/+12
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-nav: add PyPy{,3}, missing dependencyLouis Sautier2018-06-201-1/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/visitor: support PyPy{,3}Louis Sautier2018-06-201-4/+3
| | | | | | Remove DEPEND on pytest-runner Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/dominate: add PyPy{,3}Louis Sautier2018-06-201-7/+4
| | | | | | Remove pytest-runner from test DEPENDs, it is not required. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-debug: support PyPy{,3}, Python 3.6, fix depsLouis Sautier2018-06-201-11/+9
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* www-apache/passenger: remove vulnerable versionHans de Graaff2018-06-202-128/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-vpn/wireguard: version bumpJason A. Donenfeld2018-06-202-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/inflection: do not require pytest-runner for testsLouis Sautier2018-06-201-1/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/inflection: Support PyPy{,3}, fix DESCRIPTIONLouis Sautier2018-06-201-10/+8
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-devel/gcc: stable 7.3.0-r3 for ia64, bug #658444Sergei Trofimovich2018-06-201-1/+1
| | | | | | Bug: https://bugs.gentoo.org/658444 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* dev-ruby/rbnacl: cleanupHans de Graaff2018-06-202-64/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-debug: fix DESCRIPTIONLouis Sautier2018-06-201-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* wm-icons fixedPacho Ramos2018-06-201-5/+0
|
* x11-themes/wm-icons: Drop oldPacho Ramos2018-06-202-54/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* x11-themes/wm-icons: Make repoman happyPacho Ramos2018-06-201-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* x11-themes/wm-icons: Fix install (#655174 by Kevin Korb)Pacho Ramos2018-06-202-25/+33
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-wtf: Support Python 3.6, fix dependenciesLouis Sautier2018-06-201-0/+60
| | | | | | | | A lot of the dependencies were missing or not needed. Removing intersphinx from the doc configuration prevents warning during the doc build. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-devel/dev86: Fix make call (#649940), strip properly (#651462)Pacho Ramos2018-06-202-0/+160
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-misc/hylafaxplus: Version bump (#547968)Pacho Ramos2018-06-204-4/+167
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-mail/courier-imap: Drop oldPacho Ramos2018-06-202-232/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-mail/courier-imap: Version bump (#624004)Pacho Ramos2018-06-202-0/+242
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-vcs/git-pimp: cram needed for tests (#631054 by toralf)Pacho Ramos2018-06-201-6/+7
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-vcs/git-mantle: cram needed for tests (#631042 by toralf)Pacho Ramos2018-06-201-7/+8
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/libp11: version bumpAlon Bar-Lev2018-06-202-0/+35
| | | | | Closes: https://bugs.gentoo.org/show_bug.cgi?id=658462 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-crypt/p11-kit: version bumpAlon Bar-Lev2018-06-202-0/+61
| | | | | | Closes: https://bugs.gentoo.org/show_bug.cgi?id=658558 Closes: https://bugs.gentoo.org/show_bug.cgi?id=655352 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/xmlsec: version bumpAlon Bar-Lev2018-06-202-0/+66
| | | | | Closes: https://bugs.gentoo.org/show_bug.cgi?id=658594 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* profiles: Mask x11-libs/libiterm-mbt for removalMatt Turner2018-06-201-0/+5
| | | | Bug: https://bugs.gentoo.org/658528