gentoo.git
8 years agosys-devel/autoconf: stable 2.69-r4 for hppa, bug #643378
Sergei Trofimovich [Mon, 8 Jan 2018 20:01:36 +0000 (20:01 +0000)]
sys-devel/autoconf: stable 2.69-r4 for hppa, bug #643378

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

8 years agoapp-text/nfoview: add upstream information to metadata
Craig Andrews [Mon, 8 Jan 2018 20:10:11 +0000 (15:10 -0500)]
app-text/nfoview: add upstream information to metadata

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agoapp-text/nfoview: version bump to 1.23
Till Schäfer [Mon, 8 Jan 2018 19:31:00 +0000 (20:31 +0100)]
app-text/nfoview: version bump to 1.23

Closes: https://bugs.gentoo.org/643902
Closes: https://bugs.gentoo.org/614314
Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agoapp-text/nfoview: add proxy maintainer
Till Schäfer [Mon, 8 Jan 2018 19:21:02 +0000 (20:21 +0100)]
app-text/nfoview: add proxy maintainer

Till Schäfer <till2.schaefer@uni-dortmund.de> is added as proxy
maintainer.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agowww-client/opera: Migrate from LINGUAS to L10N.
Ulrich Müller [Mon, 8 Jan 2018 19:57:03 +0000 (20:57 +0100)]
www-client/opera: Migrate from LINGUAS to L10N.

Map language codes for Montenegrin and Latin American Spanish from
their IETF language tags to the codes used by upstream.

This change affects only opera-12.16_p1860-r1.ebuild.

Closes: https://bugs.gentoo.org/583762
Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agoprofiles: Add cnr (Montenegrin) to l10n.desc.
Ulrich Müller [Mon, 8 Jan 2018 19:43:34 +0000 (20:43 +0100)]
profiles: Add cnr (Montenegrin) to l10n.desc.

Needed for www-client/opera-12.16_p1860-r1.

Note that "cnr" is not yet listed in the IANA Language Subtag Registry.
However, the Montenegrin language has obtained "cnr" as ISO 639-2 code
on 2017-12-21: http://www-01.sil.org/iso639-3/documentation.asp?id=cnr

8 years agodev-cpp/gsl: Drop old snapshot
Jan Henke [Mon, 8 Jan 2018 19:29:09 +0000 (20:29 +0100)]
dev-cpp/gsl: Drop old snapshot

Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agodev-cpp/gsl: New git snapshot and correctly patch catch use
Jan Henke [Mon, 8 Jan 2018 19:28:24 +0000 (20:28 +0100)]
dev-cpp/gsl: New git snapshot and correctly patch catch use

This updates the ebuild to a more recent snapshot and also fixes the patching to
use the system wide catch instead of downloading it during build.

Closes: https://bugs.gentoo.org/643422
Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agodev-python/pypy3-bin: Remove unused USE=doc code
Michał Górny [Mon, 8 Jan 2018 19:12:51 +0000 (20:12 +0100)]
dev-python/pypy3-bin: Remove unused USE=doc code

8 years agodev-python/pypy3: Remove commented out USE=doc logic
Michał Górny [Mon, 8 Jan 2018 19:10:56 +0000 (20:10 +0100)]
dev-python/pypy3: Remove commented out USE=doc logic

Remove the USE=doc logic since it was never fixed, and it was recently
removed from dev-python/pypy.

8 years agodev-python/pypy-bin: Remove USE=doc
Michał Górny [Mon, 8 Jan 2018 19:09:20 +0000 (20:09 +0100)]
dev-python/pypy-bin: Remove USE=doc

Remove USE=doc to match dev-python/pypy.

Closes: https://bugs.gentoo.org/643046

8 years agodev-python/pypy: Remove half-broken USE=doc
Michał Górny [Mon, 8 Jan 2018 19:07:16 +0000 (20:07 +0100)]
dev-python/pypy: Remove half-broken USE=doc

The doc building code is currently broken as it is subject to Sphinx
version mismatch, and given that we would need separate logic to select
interpreter for the PyPy build, and for the sphinx call, it's better
to remove the doc building altogether and possible reintroduce it
as a separate package in the future.

Closes: https://bugs.gentoo.org/643046

8 years agodev-perl/SOAP-Lite: Bump to version 1.260.0
Kent Fredric [Mon, 8 Jan 2018 19:27:26 +0000 (08:27 +1300)]
dev-perl/SOAP-Lite: Bump to version 1.260.0

- EAPI6
- Add USE="examples"
- Cleanup author tests
- Remove bogus CPAN remote-id's

Upstream:
- Test fixes
- Use '/usr/bin/env perl' ( ugh? )
- Correct the saop namespace declaration when calling services defined
  in WSDL
- Fix Unicode data encoding
- Remove is_utf8 check
- Remove use of UNIVERSAL::isa
- Doc fixes

Package-Manager: Portage-2.3.18, Repoman-2.3.6

8 years agowww-client/firefox-bin: don't hardcode 'lib/' in GTK_LIBS assignment
Ian Stakenvicius [Mon, 8 Jan 2018 19:21:35 +0000 (14:21 -0500)]
www-client/firefox-bin: don't hardcode 'lib/' in GTK_LIBS assignment

Until now, the 'firefox-bin' wrapper hard-coded the path to GTK_LIBS
to /usr/lib/gtk-3.0 ; this patch uses get_libdir to ensure the proper
value for 'lib' is assigned instead.  Required for SYMLINK_LIB=no
in the 17.1 profiles.

Bug: http://bugs.gentoo.org/643798
Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agox11-terms/gnome-terminal: remove some unnecessary USE requirements on dependencies
Mart Raudsepp [Mon, 8 Jan 2018 18:49:45 +0000 (20:49 +0200)]
x11-terms/gnome-terminal: remove some unnecessary USE requirements on dependencies

dev-libs/glib[dbus] just pulls in dconf at runtime, but we already have that
dependency here explicitly ourselves; no need to force a rebuild of glib just
for that then.

gtk+[X] is not required and a build against a pure-wayland gtk+ should work
just fine. The problem is that it won't grow X11 support after gtk+ is rebuilt
with USE=X and gnome-terminal not rebuilt. But it'll work fine, just have some
X11 specific extra cases or features disabled. Or it will break if USE=X is
initially there on gtk+, but later removed.
This is a global issue in gtk+[X,wayland] handling and we shouldn't disallow
pure wayland gnome-terminal builds in the meantime. Bug 624960 tracks the
global concerns.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agodev-perl/strictures: Cleanup old re bug #623108
Kent Fredric [Mon, 8 Jan 2018 18:48:06 +0000 (07:48 +1300)]
dev-perl/strictures: Cleanup old re bug #623108

Closes: https://bugs.gentoo.org/623108
Package-Manager: Portage-2.3.18, Repoman-2.3.6

8 years agodev-perl/ShipIt: Fix test failures re bug #623102
Kent Fredric [Mon, 8 Jan 2018 18:34:35 +0000 (07:34 +1300)]
dev-perl/ShipIt: Fix test failures re bug #623102

- EAPI6
- Fix test failures
- Remove bogus CPAN remote-id

Bug: https://bugs.gentoo.org/623102
Package-Manager: Portage-2.3.18, Repoman-2.3.6

8 years agoapp-arch/brotli-1.0.2-r0: alpha stable
Tobias Klausmann [Mon, 8 Jan 2018 18:04:43 +0000 (19:04 +0100)]
app-arch/brotli-1.0.2-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/643182

8 years agowww-plugins/chrome-binary-plugins: automated update (65.0.3311.3)
Mike Gilbert [Mon, 8 Jan 2018 18:14:16 +0000 (13:14 -0500)]
www-plugins/chrome-binary-plugins: automated update (65.0.3311.3)

Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37

8 years agowww-client/google-chrome-unstable: automated update (65.0.3311.3)
Mike Gilbert [Mon, 8 Jan 2018 18:14:10 +0000 (13:14 -0500)]
www-client/google-chrome-unstable: automated update (65.0.3311.3)

Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37

8 years agowww-client/chromium: depend on >=dev-libs/nss-3.26
Mike Gilbert [Mon, 8 Jan 2018 18:11:58 +0000 (13:11 -0500)]
www-client/chromium: depend on >=dev-libs/nss-3.26

https://chromium.googlesource.com/chromium/src/+/b52a2dfadb3158e39a3848d3631a2deffd4b2ac8

Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37

8 years agox11-misc/kapow: Migrate from LINGUAS to L10N.
Ulrich Müller [Mon, 8 Jan 2018 18:00:35 +0000 (19:00 +0100)]
x11-misc/kapow: Migrate from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agowww-apps/mod_survey: Remove linguas_* USE flags.
Ulrich Müller [Mon, 8 Jan 2018 17:52:12 +0000 (18:52 +0100)]
www-apps/mod_survey: Remove linguas_* USE flags.

Don't bother with setting a default language, which can never work
reliably when it is based on the order of entries in LINGUAS.
Stay with the upstream default (English) instead, which can be changed
in the config file.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agowww-client/google-chrome: depend on >=dev-libs/nss-3.26
Mike Gilbert [Mon, 8 Jan 2018 18:09:57 +0000 (13:09 -0500)]
www-client/google-chrome: depend on >=dev-libs/nss-3.26

https://chromium.googlesource.com/chromium/src/+/b52a2dfadb3158e39a3848d3631a2deffd4b2ac8

8 years agognome-base/gnome-control-center: guarantee a working Night Light functionality
Mart Raudsepp [Mon, 8 Jan 2018 17:52:39 +0000 (19:52 +0200)]
gnome-base/gnome-control-center: guarantee a working Night Light functionality

Night Light isn't behind USE=colord (not optional), but requires
gnome-settings-daemon[colord], so unconditionally depend on that.

Raise cups dep to 1.7 while here, as it uses an enum constant introduced there
and we don't backport the fix for that from gnome-3-24 branch. No practical
difference, as there is no such old version in-tree anymore.

Closes: https://bugs.gentoo.org/619298
Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agoapp-admin/puppet-agent: 5.3.3-r1 for bug 606918 (libreadline dep)
Matthew Thode [Mon, 8 Jan 2018 17:43:17 +0000 (11:43 -0600)]
app-admin/puppet-agent: 5.3.3-r1 for bug 606918 (libreadline dep)

Package-Manager: Portage-2.3.14, Repoman-2.3.6

8 years agosci-libs/mathgl: Migrate from LINGUAS to L10N.
Ulrich Müller [Mon, 8 Jan 2018 17:33:06 +0000 (18:33 +0100)]
sci-libs/mathgl: Migrate from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agomedia-gfx/luminance-hdr: [QA] Shorten DESCRIPTION.
Ulrich Müller [Mon, 8 Jan 2018 17:30:22 +0000 (18:30 +0100)]
media-gfx/luminance-hdr: [QA] Shorten DESCRIPTION.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agomedia-gfx/luminance-hdr: Migrate from LINGUAS to L10N.
Ulrich Müller [Mon, 8 Jan 2018 17:28:49 +0000 (18:28 +0100)]
media-gfx/luminance-hdr: Migrate from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agodev-python/os-brick: 1.15.5 bup
Matthew Thode [Mon, 8 Jan 2018 17:28:26 +0000 (11:28 -0600)]
dev-python/os-brick: 1.15.5 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

8 years agodev-python/oslo-log: 3.30.2 bup
Matthew Thode [Mon, 8 Jan 2018 17:25:48 +0000 (11:25 -0600)]
dev-python/oslo-log: 3.30.2 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

8 years agodev-python/castellan: 0.12.2 bup
Matthew Thode [Mon, 8 Jan 2018 17:23:58 +0000 (11:23 -0600)]
dev-python/castellan: 0.12.2 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

8 years agodev-python/oslo-serialization: 0.20.2 bup
Matthew Thode [Mon, 8 Jan 2018 17:22:41 +0000 (11:22 -0600)]
dev-python/oslo-serialization: 0.20.2 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

8 years agoapp-crypt/certbot-nginx: 0.20.0 stable amd64 and x86
Matthew Thode [Mon, 8 Jan 2018 17:19:07 +0000 (11:19 -0600)]
app-crypt/certbot-nginx: 0.20.0 stable amd64 and x86

Package-Manager: Portage-2.3.14, Repoman-2.3.6

8 years agoapp-crypt/certbot-apache: 0.20.0 stable amd64 and x86
Matthew Thode [Mon, 8 Jan 2018 17:18:31 +0000 (11:18 -0600)]
app-crypt/certbot-apache: 0.20.0 stable amd64 and x86

Package-Manager: Portage-2.3.14, Repoman-2.3.6

8 years agoapp-crypt/certbot: 0.20.0 stable amd64 and x86
Matthew Thode [Mon, 8 Jan 2018 17:17:15 +0000 (11:17 -0600)]
app-crypt/certbot: 0.20.0 stable amd64 and x86

Package-Manager: Portage-2.3.14, Repoman-2.3.6

8 years agoapp-crypt/acme: 0.20.0 bup
Matthew Thode [Mon, 8 Jan 2018 17:15:44 +0000 (11:15 -0600)]
app-crypt/acme: 0.20.0 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

8 years agodev-python/keyring: 10.6.0 bup
Matthew Thode [Mon, 8 Jan 2018 17:14:48 +0000 (11:14 -0600)]
dev-python/keyring: 10.6.0 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

8 years agodev-python/zeroconf: 0.19.1 stable amd64 and x86
Matthew Thode [Mon, 8 Jan 2018 17:10:50 +0000 (11:10 -0600)]
dev-python/zeroconf: 0.19.1 stable amd64 and x86

Package-Manager: Portage-2.3.14, Repoman-2.3.6

8 years agodev-libs/spdlog: remove unused patch
Michael Mair-Keimberger [Sun, 7 Jan 2018 08:01:36 +0000 (09:01 +0100)]
dev-libs/spdlog: remove unused patch

8 years agowww-client/vivaldi-snapshot: Old.
Jeroen Roovers [Mon, 8 Jan 2018 17:24:15 +0000 (18:24 +0100)]
www-client/vivaldi-snapshot: Old.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agowww-client/vivaldi-snapshot: Version 1.14.1064.3_p1.
Jeroen Roovers [Mon, 8 Jan 2018 17:23:41 +0000 (18:23 +0100)]
www-client/vivaldi-snapshot: Version 1.14.1064.3_p1.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agosys-devel/llvm: get compiler_rt working on ppc
Fabian Groffen [Mon, 8 Jan 2018 17:21:24 +0000 (18:21 +0100)]
sys-devel/llvm: get compiler_rt working on ppc

Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agomedia-video/gxine: Migrate from LINGUAS to L10N.
Ulrich Müller [Mon, 8 Jan 2018 17:16:43 +0000 (18:16 +0100)]
media-video/gxine: Migrate from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agodev-perl/Set-Object: Bump to version 1.380.0 re bug #623100
Kent Fredric [Mon, 8 Jan 2018 16:57:00 +0000 (05:57 +1300)]
dev-perl/Set-Object: Bump to version 1.380.0 re bug #623100

- EAPI6
- Nuke annoying author tests
- Fix installing "Changes.pod" to @INC

Upstream:
- Fix test failures with -Ddefault_inc_excludes_dot
- Fix get-magic

Bug: https://bugs.gentoo.org/623100
Package-Manager: Portage-2.3.18, Repoman-2.3.6

8 years agomail-client/thunderbird: stabilize for amd64, security bug 643842
Ian Stakenvicius [Mon, 8 Jan 2018 16:36:56 +0000 (11:36 -0500)]
mail-client/thunderbird: stabilize for amd64, security bug 643842

Stabilized by maintainer

Bug:  http://bugs.gentoo.org/643842
Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agodev-libs/cudnn: version bump.
Pavel Denisov [Tue, 26 Dec 2017 16:41:05 +0000 (17:41 +0100)]
dev-libs/cudnn: version bump.

Closes: https://bugs.gentoo.org/641616
Closes: https://github.com/gentoo/gentoo/pull/6645
Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agodev-util/vint: add Python 3.6 support
Ilya Tumaykin [Sat, 30 Dec 2017 11:12:03 +0000 (14:12 +0300)]
dev-util/vint: add Python 3.6 support

Closes: https://bugs.gentoo.org/640996
Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agodev-util/vint: remove old
Ilya Tumaykin [Sat, 30 Dec 2017 11:08:23 +0000 (14:08 +0300)]
dev-util/vint: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agodev-util/vint: verbump to 0.3.17
Ilya Tumaykin [Sat, 30 Dec 2017 11:06:51 +0000 (14:06 +0300)]
dev-util/vint: verbump to 0.3.17

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agodev-python/ansicolor: add Python 3.6 support
Ilya Tumaykin [Sun, 24 Dec 2017 12:56:46 +0000 (15:56 +0300)]
dev-python/ansicolor: add Python 3.6 support

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agodev-python/ansicolor: minor stylistic changes
Ilya Tumaykin [Sun, 24 Dec 2017 12:53:25 +0000 (15:53 +0300)]
dev-python/ansicolor: minor stylistic changes

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agodev-python/ansicolor: remove old
Ilya Tumaykin [Sun, 24 Dec 2017 12:50:31 +0000 (15:50 +0300)]
dev-python/ansicolor: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agodev-python/ansicolor: assign m-n package to myself
Ilya Tumaykin [Sun, 24 Dec 2017 12:45:54 +0000 (15:45 +0300)]
dev-python/ansicolor: assign m-n package to myself

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6686

8 years agoapp-text/asciidoc: remove live version.
Marc Joliet [Mon, 1 Jan 2018 12:28:44 +0000 (13:28 +0100)]
app-text/asciidoc: remove live version.

Remove the live version of app-text/asciidoc in light of the fact that
nothing much happens upstream these days.  As such, the live ebuild
doesn't help with maintaining asciidoc anymore.

Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6721

8 years agodev-libs/libyaml: fix dll build on mingw-w64.
Marty E. Plummer [Fri, 5 Jan 2018 06:15:44 +0000 (00:15 -0600)]
dev-libs/libyaml: fix dll build on mingw-w64.

includes the following patches:

https://github.com/yaml/libyaml/commit/119b7b6adfa72552d6dc7eb03f402ff5cf8f9fa6
https://github.com/yaml/libyaml/pull/85

Former is upstreamed, the latter is a pending PR. Without these changes a
shared library/dll cannot be created on mingw-w64. Latter patch is applied also
to the generated Makefile.in in order to prevent the need for eautoreconf.

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6752

8 years agox11-libs/vte: add PREFIX variable.
xdch47 [Fri, 5 Jan 2018 12:00:07 +0000 (13:00 +0100)]
x11-libs/vte: add PREFIX variable.

Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6753

8 years agomail-client/neomutt: remove unused patches.
Michael Mair-Keimberger [Fri, 5 Jan 2018 15:44:18 +0000 (16:44 +0100)]
mail-client/neomutt: remove unused patches.

Closes: https://github.com/gentoo/gentoo/pull/6761

8 years agomail-client/thunderbird-bin: bump for security bug 643842
Ian Stakenvicius [Mon, 8 Jan 2018 16:29:39 +0000 (11:29 -0500)]
mail-client/thunderbird-bin: bump for security bug 643842

Bumped direclty to stable by maintiner.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agognome-base/gvfs: elogind support, mtp unmount fix, other upstream patches
Mart Raudsepp [Mon, 8 Jan 2018 16:14:32 +0000 (18:14 +0200)]
gnome-base/gvfs: elogind support, mtp unmount fix, other upstream patches

Grab all commits (except version bump to 1.32.2) from upstream gnome-3-24 branch
and mtp unmount fix from gnome-3-26 branch. Include patch for elogind support
and integrate it in the ebuild.

Closes: https://bugs.gentoo.org/599482
Closes: https://bugs.gentoo.org/641522
Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agonet-news/newsboat: remove old
Tim Harder [Mon, 8 Jan 2018 16:14:19 +0000 (11:14 -0500)]
net-news/newsboat: remove old

8 years agonet-news/newsboat: make asciidoc a non-conditional build dep
Tim Harder [Mon, 8 Jan 2018 16:13:00 +0000 (11:13 -0500)]
net-news/newsboat: make asciidoc a non-conditional build dep

Fixes: https://bugs.gentoo.org/643592

8 years agodev-python/statistics: version bump to 3.4.0_beta3
Tim Harder [Mon, 8 Jan 2018 16:12:10 +0000 (11:12 -0500)]
dev-python/statistics: version bump to 3.4.0_beta3

8 years agodev-python/py-cpuinfo: use https for pypi homepage
Tim Harder [Mon, 8 Jan 2018 15:53:40 +0000 (10:53 -0500)]
dev-python/py-cpuinfo: use https for pypi homepage

8 years agodev-python/py-cpuinfo: version bump to 3.3.0
Tim Harder [Mon, 8 Jan 2018 15:49:11 +0000 (10:49 -0500)]
dev-python/py-cpuinfo: version bump to 3.3.0

8 years agomedia-gfx/geeqie: remove hardcoded -Werror
Bernard Cafarelli [Mon, 8 Jan 2018 16:06:38 +0000 (17:06 +0100)]
media-gfx/geeqie: remove hardcoded -Werror

Closes: https://bugs.gentoo.org/643142
Closes: https://bugs.gentoo.org/643146
Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agohardened/linux/amd64/no-multilib: drop obsolete wine atom
Mikle Kolyada [Mon, 8 Jan 2018 16:00:31 +0000 (19:00 +0300)]
hardened/linux/amd64/no-multilib: drop obsolete wine atom

8 years agoarch/amd64/x32: drop obsolete wine atom
Mikle Kolyada [Mon, 8 Jan 2018 15:50:00 +0000 (18:50 +0300)]
arch/amd64/x32: drop obsolete wine atom

8 years agoprofiles: comment-out 17.1 profiles to prevent accidental usage
Mike Gilbert [Mon, 8 Jan 2018 15:35:23 +0000 (10:35 -0500)]
profiles: comment-out 17.1 profiles to prevent accidental usage

8 years agoarch/amd64/no-multilib: drop obsolete wine atoms
Mikle Kolyada [Mon, 8 Jan 2018 15:36:48 +0000 (18:36 +0300)]
arch/amd64/no-multilib: drop obsolete wine atoms

8 years agognome-extra/gnome-calendar: fix compatibility with dev-libs/libical:0/3
Mart Raudsepp [Mon, 8 Jan 2018 14:55:10 +0000 (16:55 +0200)]
gnome-extra/gnome-calendar: fix compatibility with dev-libs/libical:0/3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agomail-mta/postfix: bump to 3.3_pre20180107
Eray Aslan [Mon, 8 Jan 2018 14:43:58 +0000 (17:43 +0300)]
mail-mta/postfix: bump to 3.3_pre20180107

also fix file permissions - see bug 643612

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agomedia-tv/kodi: use ffmpeg 3.4.1
Craig Andrews [Mon, 8 Jan 2018 14:16:33 +0000 (09:16 -0500)]
media-tv/kodi: use ffmpeg 3.4.1

See https://github.com/xbmc/xbmc/commit/64448686749865e4a86451403794e89740eeb0d8

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agosys-devel/automake: remove unused patch
Michael Mair-Keimberger [Sat, 6 Jan 2018 08:54:28 +0000 (09:54 +0100)]
sys-devel/automake: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/6769

8 years agonet-analyzer/nmap: Fix typo in variable name.
Ulrich Müller [Mon, 8 Jan 2018 13:57:06 +0000 (14:57 +0100)]
net-analyzer/nmap: Fix typo in variable name.

Closes: https://bugs.gentoo.org/643860
Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agodev-db/pgtap: amd64 stable wrt bug #643544
Mikle Kolyada [Mon, 8 Jan 2018 13:31:04 +0000 (16:31 +0300)]
dev-db/pgtap: amd64 stable wrt bug #643544

Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agomail-client/evolution: fix automagic net-mail/ytnef dependency
Mart Raudsepp [Mon, 8 Jan 2018 13:23:29 +0000 (15:23 +0200)]
mail-client/evolution: fix automagic net-mail/ytnef dependency

Closes: https://bugs.gentoo.org/637412
Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agognome-extra/evolution-ews: bump to 3.24.6, fresh install fix, libical3 compat
Mart Raudsepp [Mon, 8 Jan 2018 12:34:57 +0000 (14:34 +0200)]
gnome-extra/evolution-ews: bump to 3.24.6, fresh install fix, libical3 compat

Bump, patch to honor DESTDIR and not update caches when set (might cause sandbox
violation for us and is generally wrong), patches for libical:0/3 compatibility.

Bug: https://bugs.gentoo.org/628460
Closes: https://bugs.gentoo.org/639126
Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agomail-client/evolution: bump to 3.24.6, fix fresh install sandbox violation, libical3...
Mart Raudsepp [Mon, 8 Jan 2018 12:03:04 +0000 (14:03 +0200)]
mail-client/evolution: bump to 3.24.6, fix fresh install sandbox violation, libical3 compat

Bump, patch to honor DESTDIR and not update caches when set (might cause sandbox
violation for us and be generally wrong), patches for libical:0/3 compatibility.
As one more instance of libical3 problematic direct is_utc usage would have remained
with just cherry-picked compat patch, the libical compat patch contains a different
change as well, which removes that code, as is done in 3.26 (details in patch headers).

Closes: https://bugs.gentoo.org/628460
Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agognome-extra/evolution-data-server: bump to 3.24.7, fresh install fix, libical3 compat
Mart Raudsepp [Mon, 8 Jan 2018 11:13:40 +0000 (13:13 +0200)]
gnome-extra/evolution-data-server: bump to 3.24.7, fresh install fix, libical3 compat

Bump, patch to honor DESTDIR and not update caches when set (might cause sandbox
violation for us and be generally wrong), patches for libical:0/3 compatibility.

Bug: https://bugs.gentoo.org/628460
Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agoapp-misc/elasticsearch: Most recent SugarCRM Enterprise supported release. Remove...
Tony Vroon [Mon, 8 Jan 2018 12:52:18 +0000 (12:52 +0000)]
app-misc/elasticsearch: Most recent SugarCRM Enterprise supported release. Remove faulty release.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agomedia-video/simplescreenrecorder: Add missing DEPEND
Andreas Sturmlechner [Mon, 8 Jan 2018 12:39:56 +0000 (13:39 +0100)]
media-video/simplescreenrecorder: Add missing DEPEND

Package-Manager: Portage-2.3.13, Repoman-2.3.4

8 years agodev-db/oracle-instantclient-basic: blake2b Manifest
Michael Haubenwallner [Mon, 8 Jan 2018 12:19:24 +0000 (13:19 +0100)]
dev-db/oracle-instantclient-basic: blake2b Manifest

Closes: https://bugs.gentoo.org/642868
Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agodev-db/oracle-instantclient-jdbc: blake2b Manifest
Michael Haubenwallner [Mon, 8 Jan 2018 12:19:00 +0000 (13:19 +0100)]
dev-db/oracle-instantclient-jdbc: blake2b Manifest

Bug: https://bugs.gentoo.org/642868
Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agodev-db/oracle-instantclient-odbc: blake2b Manifest
Michael Haubenwallner [Mon, 8 Jan 2018 12:18:46 +0000 (13:18 +0100)]
dev-db/oracle-instantclient-odbc: blake2b Manifest

Bug: https://bugs.gentoo.org/642868
Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agodev-db/oracle-instantclient-sqlplus: blake2b Manifest
Michael Haubenwallner [Mon, 8 Jan 2018 12:18:19 +0000 (13:18 +0100)]
dev-db/oracle-instantclient-sqlplus: blake2b Manifest

Bug: https://bugs.gentoo.org/642868
Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agosys-apps/util-linux: Removed old.
Lars Wendler [Mon, 8 Jan 2018 11:59:25 +0000 (12:59 +0100)]
sys-apps/util-linux: Removed old.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agosys-apps/util-linux: Bump to version 2.31.1
Lars Wendler [Mon, 8 Jan 2018 11:58:50 +0000 (12:58 +0100)]
sys-apps/util-linux: Bump to version 2.31.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agodev-vcs/git: Bump to version 2.16.0_rc1. Removed old.
Lars Wendler [Mon, 8 Jan 2018 11:58:12 +0000 (12:58 +0100)]
dev-vcs/git: Bump to version 2.16.0_rc1. Removed old.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agoapp-shells/zsh-completions: Remove old
Manuel Rüger [Fri, 5 Jan 2018 15:28:34 +0000 (16:28 +0100)]
app-shells/zsh-completions: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agoapp-shells/zsh-completions: Stable on amd64
Manuel Rüger [Fri, 5 Jan 2018 15:28:12 +0000 (16:28 +0100)]
app-shells/zsh-completions: Stable on amd64

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agonet-libs/nodejs: HAI!
Jeroen Roovers [Mon, 8 Jan 2018 11:38:56 +0000 (12:38 +0100)]
net-libs/nodejs: HAI!

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agodev-lang/swi-prolog: bump 7.7 development version
Keri Harris [Mon, 8 Jan 2018 11:38:35 +0000 (12:38 +0100)]
dev-lang/swi-prolog: bump 7.7 development version

Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agoapp-misc/elasticsearch: Reinstate SugarCRM Enterprise supported 1.7.5
Tony Vroon [Mon, 8 Jan 2018 11:07:55 +0000 (11:07 +0000)]
app-misc/elasticsearch: Reinstate SugarCRM Enterprise supported 1.7.5

Package-Manager: Portage-2.3.13, Repoman-2.3.3

8 years agonet-dns/bind-tools: Cleanup
Christian Ruppert [Mon, 8 Jan 2018 09:08:26 +0000 (10:08 +0100)]
net-dns/bind-tools: Cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agonet-dns/bind: Cleanup + Update named.cache re bug 640774
Christian Ruppert [Mon, 8 Jan 2018 09:08:05 +0000 (10:08 +0100)]
net-dns/bind: Cleanup + Update named.cache re bug 640774

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agonet-proxy/haproxy: Cleanup
Christian Ruppert [Mon, 8 Jan 2018 09:02:00 +0000 (10:02 +0100)]
net-proxy/haproxy: Cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

8 years agonet-proxy/haproxy: Version bump
Bertrand Jacquin [Sun, 7 Jan 2018 17:47:37 +0000 (17:47 +0000)]
net-proxy/haproxy: Version bump

Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6785

8 years agoprofiles: specifing that KPTI patch are currently 64bit only
Alice Ferrazzi [Mon, 8 Jan 2018 08:44:03 +0000 (17:44 +0900)]
profiles: specifing that KPTI patch are currently 64bit only

8 years agosys-boot/unetbootin: Migrate from LINGUAS to L10N.
Ulrich Müller [Mon, 8 Jan 2018 08:42:09 +0000 (09:42 +0100)]
sys-boot/unetbootin: Migrate from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6