Tobias Klausmann [Mon, 6 Mar 2017 15:36:25 +0000 (16:36 +0100)]
x11-drivers/xf86-input-mouse-1.9.2-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:24 +0000 (16:36 +0100)]
x11-drivers/xf86-input-libinput-0.24.0-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:23 +0000 (16:36 +0100)]
x11-drivers/xf86-input-keyboard-1.9.0-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:23 +0000 (16:36 +0100)]
x11-drivers/xf86-input-joystick-1.6.3-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:22 +0000 (16:36 +0100)]
x11-drivers/xf86-input-evdev-2.10.5-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:21 +0000 (16:36 +0100)]
x11-base/xorg-server-1.19.2-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:21 +0000 (16:36 +0100)]
x11-base/xorg-drivers-1.19-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:20 +0000 (16:36 +0100)]
x11-apps/xconsole-1.0.7-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:19 +0000 (16:36 +0100)]
x11-apps/xauth-1.0.10-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:18 +0000 (16:36 +0100)]
x11-apps/sessreg-1.1.1-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:18 +0000 (16:36 +0100)]
sys-libs/libutempter-1.1.6-r2: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:17 +0000 (16:36 +0100)]
media-libs/mesa-13.0.5-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:16 +0000 (16:36 +0100)]
media-libs/libepoxy-1.4.1-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:15 +0000 (16:36 +0100)]
dev-libs/wayland-protocols-1.7-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:14 +0000 (16:36 +0100)]
dev-libs/wayland-1.12.0-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:13 +0000 (16:36 +0100)]
dev-libs/libwacom-0.24-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:12 +0000 (16:36 +0100)]
dev-libs/libinput-1.6.2-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:11 +0000 (16:36 +0100)]
dev-libs/libevdev-1.5.6-r0: add alpha keyword
Gentoo-Bug: 611056
Tobias Klausmann [Mon, 6 Mar 2017 15:36:11 +0000 (16:36 +0100)]
net-analyzer/wireshark-2.2.5-r0: add alpha keyword
Gentoo-Bug: 609646
Manuel Rüger [Mon, 6 Mar 2017 15:33:45 +0000 (16:33 +0100)]
app-emulation/docker-runc: Add snapshot for docker-17.03.x
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Manuel Rüger [Mon, 6 Mar 2017 15:19:48 +0000 (16:19 +0100)]
dev-util/drone-ui: Update snapshot
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Manuel Rüger [Mon, 6 Mar 2017 13:23:35 +0000 (14:23 +0100)]
app-emulation/docker: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Chí-Thanh Christopher Nguyễn [Mon, 6 Mar 2017 15:07:44 +0000 (16:07 +0100)]
app-office/openoffice-bin: version bump to 4.1.3, depend on sys-libs/ncurses:5/5
Bug: https://bugs.gentoo.org/show_bug.cgi?id=597080
Bug: https://bugs.gentoo.org/show_bug.cgi?id=603090
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Michael Haubenwallner [Thu, 2 Mar 2017 13:45:16 +0000 (14:45 +0100)]
profiles/arch/amd64/no-multilib: do not inherit arch/amd64
While arch/amd64/no-multilib of course _is_ an override to arch/amd64,
is should not _perform_ the override by itself, as that causes lots of
subsequent profiles to end up with arch/amd64 inherited multiple times,
most prominent is the default/linux/amd64/13.0/no-multilib profile.
Sort-of-acked-by: blueness
Michael Haubenwallner [Thu, 2 Mar 2017 12:52:58 +0000 (13:52 +0100)]
profiles/hardened/linux/amd64/no-multilib: inherit arch/amd64/no-multilib late
Whether arch/amd64/no-multilib does _inherit_ arch/amd64
or not, arch/amd64/no-multilib does _extend_ arch/amd64 anyway.
So inheriting arch/amd64/no-multilib before arch/amd64 always will
reset the arch/amd64/no-multilib to the arch/amd64 values.
Sort-of-acked-by: blueness
Thomas Deutschmann [Mon, 6 Mar 2017 14:17:56 +0000 (15:17 +0100)]
dev-libs/liblogging: Bump to v1.0.6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Tobias Klausmann [Mon, 6 Mar 2017 13:47:48 +0000 (14:47 +0100)]
sci-physics/espresso: Fix whitespace and drop CVS header
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Alon Bar-Lev [Mon, 6 Mar 2017 13:28:45 +0000 (15:28 +0200)]
net-libs/gnutls: version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Matt Turner [Mon, 6 Mar 2017 13:25:24 +0000 (05:25 -0800)]
x11-base/xorg-drivers: Block old xf86-video-wacom.
Matt Turner [Mon, 6 Mar 2017 13:22:03 +0000 (05:22 -0800)]
x11-drivers/xf86-input-wacom: Add support for xorg-server-1.19.
Manuel Rüger [Mon, 6 Mar 2017 13:14:20 +0000 (14:14 +0100)]
app-emulation/docker: Add version constraint to containerd/runc versions to avoid incompatibilities
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Manuel Rüger [Mon, 6 Mar 2017 13:07:44 +0000 (14:07 +0100)]
app-emulation/containerd: Add snapshot for docker-17.03.x
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Manuel Rüger [Mon, 6 Mar 2017 13:04:13 +0000 (14:04 +0100)]
app-emulation/containerd: Add snapshot for docker-1.13.x
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Alexis Ballier [Mon, 6 Mar 2017 13:07:19 +0000 (14:07 +0100)]
dev-ml/ocaml-dns: Bump to 0.19.1
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Chí-Thanh Christopher Nguyễn [Mon, 6 Mar 2017 13:10:09 +0000 (14:10 +0100)]
app-forensics/volatility: version bump, allow building against pycryptodome
Bug: https://bugs.gentoo.org/show_bug.cgi?id=599056
Bug: https://bugs.gentoo.org/show_bug.cgi?id=611582
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Lars Wendler [Mon, 6 Mar 2017 11:54:00 +0000 (12:54 +0100)]
net-fs/cifs-utils: Removed old.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Lars Wendler [Mon, 6 Mar 2017 11:53:14 +0000 (12:53 +0100)]
net-fs/cifs-utils: Bump to version 6.7
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Lars Wendler [Mon, 6 Mar 2017 11:47:07 +0000 (12:47 +0100)]
media-sound/mpg123: Removed old.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Lars Wendler [Mon, 6 Mar 2017 11:46:06 +0000 (12:46 +0100)]
media-sound/mpg123: Bump to version 1.24.0
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Patrice Clement [Mon, 6 Mar 2017 11:31:03 +0000 (12:31 +0100)]
app-vim/alternate: install documentation.
Gentoo-Bug: https://bugs.gentoo.org/483552
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Lars Wendler [Mon, 6 Mar 2017 11:23:42 +0000 (12:23 +0100)]
dev-libs/jansson: Bump to version 2.10
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Chema Alonso Josa [Mon, 6 Mar 2017 11:22:48 +0000 (12:22 +0100)]
app-admin/tripwire: Bumps version to 2.4.3.4
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Lars Wendler [Mon, 6 Mar 2017 09:44:44 +0000 (10:44 +0100)]
app-misc/mc: Removed old.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Lars Wendler [Mon, 6 Mar 2017 09:39:37 +0000 (10:39 +0100)]
app-misc/mc: Only disable broken tests, not the entire test suite.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Mikhail Pukhlikov [Mon, 6 Mar 2017 09:40:55 +0000 (13:40 +0400)]
profiles/license_groups: dotnet-eula correct position for sorting
Mikhail Pukhlikov [Mon, 6 Mar 2017 09:35:28 +0000 (13:35 +0400)]
profiles/license_groups: add dotnet-eula to restrictive group
Lars Wendler [Mon, 6 Mar 2017 09:34:45 +0000 (10:34 +0100)]
app-doc/linuxfromscratch: Removed old.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Lars Wendler [Mon, 6 Mar 2017 09:34:20 +0000 (10:34 +0100)]
app-doc/linuxfromscratch: Stable for all arches.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Lars Wendler [Mon, 6 Mar 2017 09:33:20 +0000 (10:33 +0100)]
app-doc/linuxfromscratch: Bump to version 8.0
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Mikhail Pukhlikov [Mon, 6 Mar 2017 09:23:07 +0000 (13:23 +0400)]
licenses: add missing license for dev-dotnet/referenceassemblies-pcl
dotnet-eula
Christoph Junghans [Mon, 6 Mar 2017 08:12:16 +0000 (01:12 -0700)]
sci-physics/espresso: version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Ulrich Müller [Mon, 6 Mar 2017 07:32:15 +0000 (08:32 +0100)]
app-emacs/ebuild-mode: Remove old.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Ulrich Müller [Mon, 6 Mar 2017 07:28:58 +0000 (08:28 +0100)]
app-emacs/ebuild-mode: Version bump.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Lars Wendler [Mon, 6 Mar 2017 07:20:56 +0000 (08:20 +0100)]
dev-util/geany: Bump to version 1.30
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Alexis Ballier [Mon, 6 Mar 2017 07:16:45 +0000 (08:16 +0100)]
dev-ml/ocaml-containers: Bump to 1.1
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Alexis Ballier [Mon, 6 Mar 2017 07:12:58 +0000 (08:12 +0100)]
dev-ml/ocaml-cstruct: Bump to 2.3.2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Stephen L Arnold [Mon, 6 Mar 2017 07:15:51 +0000 (23:15 -0800)]
dev-util/cccc: Add missing MFC dialect patch and options file
Closes bug 602368.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Hans de Graaff [Mon, 6 Mar 2017 06:23:05 +0000 (07:23 +0100)]
dev-ruby/travis: Install required assets, fix whitespace, bug 609506
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Hans de Graaff [Mon, 6 Mar 2017 06:11:30 +0000 (07:11 +0100)]
dev-ruby/selenium-webdriver: add 3.2.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Hans de Graaff [Mon, 6 Mar 2017 06:04:14 +0000 (07:04 +0100)]
dev-ruby/hashie: add 3.5.5
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:48:38 +0000 (20:48 -0500)]
x11-apps/radeontop: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:47:31 +0000 (20:47 -0500)]
www-misc/fcgiwrap: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:46:14 +0000 (20:46 -0500)]
sys-apps/lcdtest: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:45:21 +0000 (20:45 -0500)]
net-p2p/torrentinfo: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:44:24 +0000 (20:44 -0500)]
net-p2p/eiskaltdcpp: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:42:49 +0000 (20:42 -0500)]
net-news/quiterss: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:41:46 +0000 (20:41 -0500)]
net-libs/miniupnpc: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:41:03 +0000 (20:41 -0500)]
net-im/vacuum: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:40:01 +0000 (20:40 -0500)]
net-im/psimedia: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:37:46 +0000 (20:37 -0500)]
net-im/psi: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:35:30 +0000 (20:35 -0500)]
media-sound/split2flac: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:34:41 +0000 (20:34 -0500)]
media-sound/fluid-soundfont: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:33:44 +0000 (20:33 -0500)]
media-libs/libechonest: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:32:46 +0000 (20:32 -0500)]
media-gfx/converseen: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:32:06 +0000 (20:32 -0500)]
media-fonts/nunito: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:31:13 +0000 (20:31 -0500)]
dev-python/miniupnpc: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:28:08 +0000 (20:28 -0500)]
app-text/goldendict: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Göktürk Yüksek [Mon, 6 Mar 2017 01:26:04 +0000 (20:26 -0500)]
app-misc/metromap: remove unresponsive proxied maintainer
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Maciej Mrozowski [Mon, 6 Mar 2017 01:10:53 +0000 (02:10 +0100)]
dev-libs/libmspack: New package, bug 548382.
Package-Manager: Portage-2.3.3, Repoman-2.3.2
Sergei Trofimovich [Sun, 5 Mar 2017 23:58:05 +0000 (23:58 +0000)]
dev-util/rustfmt: fix LICENSE syntax and restore x86 keyword, bug #611542
While at it dropped RETRICT=mirror.
Bug: https://bugs.gentoo.org/611542
Reported-by: Ulrich Müller
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Guilherme Amadio [Sun, 5 Mar 2017 23:42:55 +0000 (20:42 -0300)]
media-fonts/comic-neue: Version bump to 2.3
Maciej Mrozowski [Sun, 5 Mar 2017 23:20:17 +0000 (00:20 +0100)]
games-simulation/flightgear: Version bump 2017.1.2, fix speexdps, bug 611674, enable SIMD intrinsics, sync live ebuild a bit. Drop PPC.
Andreas Sturmlechner [Sun, 5 Mar 2017 22:38:16 +0000 (23:38 +0100)]
kde-apps/kleopatra: Raise DEPEND on fixed kde-apps/kdepimlibs
Gentoo-bug: 600510
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas Sturmlechner [Sun, 5 Mar 2017 22:36:43 +0000 (23:36 +0100)]
kde-apps/kmail: Raise DEPEND on fixed kde-apps/kdepimlibs
Gentoo-bug: 600510
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas Sturmlechner [Sun, 5 Mar 2017 22:30:07 +0000 (23:30 +0100)]
kde-apps/kdepim-common-libs: Raise DEPEND on fixed kde-apps/kdepimlibs
Gentoo-bug: 600510
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas Sturmlechner [Sun, 5 Mar 2017 22:21:19 +0000 (23:21 +0100)]
kde-apps/kdepimlibs: Fix build with gpgme-1.8.0
Fake GPGME_PTHREAD_{FOUND,LIBRARIES} values for rdeps.
Gentoo-bug: 600510
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas Sturmlechner [Sun, 5 Mar 2017 22:17:12 +0000 (23:17 +0100)]
profiles: Add app-crypt/gpgme[cxx,qt5] to plasma package.use.stable.mask
Gentoo-bug: 611470
Mike Pagano [Sun, 5 Mar 2017 23:09:39 +0000 (18:09 -0500)]
sys-kernel/git-sources: Linux patch 4.11-rc1. Remove old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Sergei Trofimovich [Sun, 5 Mar 2017 22:27:59 +0000 (22:27 +0000)]
app-misc/mc: bump up to 4.8.19
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Mike Pagano [Sun, 5 Mar 2017 21:41:52 +0000 (16:41 -0500)]
kernel-2.eclass: Add some additional text to bring some additional notice to users about the security considerations of a specific kernel and direct them to the upstream website for further information. See bug #599454
Andrew Savchenko [Sun, 5 Mar 2017 21:28:10 +0000 (00:28 +0300)]
sci-physics/xfoil: remove damn Id
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Andrew Savchenko [Sun, 5 Mar 2017 21:23:43 +0000 (00:23 +0300)]
sci-physics/xfoil: version bump
Bug: 556688
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Ulrich Müller [Sun, 5 Mar 2017 20:48:02 +0000 (21:48 +0100)]
app-doc/pms: Don't try to install png files since there aren't any.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Robin H. Johnson [Sun, 5 Mar 2017 19:48:41 +0000 (11:48 -0800)]
net-dialup/minicom: Force lockdir to /var/lock
Upstream uses automagic detection of the first existing directory of:
/etc/locks /var/lock /usr/spool/locks /var/spool/locks /var/spool/lock
/usr/spool/uucp /var/spool/uucp /var/run
While many of these will exist in a live system, that was not a safe
assumption during a chrooted package build, such as stage building.
The init system is responsible for creating /var/lock, so force the
lockdir to that.
Package-Manager: portage-2.3.3
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Matthias Schwarzott [Sun, 5 Mar 2017 19:11:56 +0000 (20:11 +0100)]
media-plugins/vdr-markad: Remove required ffmpeg flag x264, as only decoding is needed. Add ~arm keyword.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
soredake [Sun, 5 Mar 2017 16:21:55 +0000 (18:21 +0200)]
net-misc/streamlink: replace MIT license -> Apache-2.0, bug #601378
Closes: https://github.com/gentoo/gentoo/pull/4126
Matt Turner [Sun, 5 Mar 2017 18:31:03 +0000 (10:31 -0800)]
profiles: Mask app-misc/ofl for removal.
Bug: https://bugs.gentoo.org/445436
Tupone Alfredo [Sun, 5 Mar 2017 17:59:27 +0000 (18:59 +0100)]
games-action/bzflag: bump to 2.4.8
Package-Manager: portage-2.3.3
Matt Turner [Sun, 5 Mar 2017 17:25:31 +0000 (09:25 -0800)]
media-libs/libepoxy: Enable USE=+X by default.
Mart Raudsepp [Sun, 5 Mar 2017 17:12:30 +0000 (19:12 +0200)]
x11-libs/gtk+: Adjust libepoxy X USE deps for all gtk+:3
The libepoxy version adding IUSE=X is slated for fast stabling, so
guard us against this in the stable 3.20 version as well.
Gentoo-bug: 611710
Package-Manager: Portage-2.3.3, Repoman-2.3.1