Thomas Deutschmann [Tue, 26 Jun 2018 11:20:13 +0000 (13:20 +0200)]
sys-apps/hwids: bump to v20180518
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Thomas Deutschmann [Tue, 26 Jun 2018 11:15:59 +0000 (13:15 +0200)]
net-misc/dhcpcd: bump to v7.0.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Thomas Deutschmann [Tue, 26 Jun 2018 11:07:10 +0000 (13:07 +0200)]
app-arch/unrar: bump to v5.6.5
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Thomas Deutschmann [Tue, 26 Jun 2018 11:03:53 +0000 (13:03 +0200)]
app-arch/rar: Update HOMEPAGE
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Thomas Deutschmann [Tue, 26 Jun 2018 11:03:09 +0000 (13:03 +0200)]
app-arch/rar: drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Thomas Deutschmann [Tue, 26 Jun 2018 11:02:31 +0000 (13:02 +0200)]
app-arch/rar: Bump to v5.6.0 from 2018-06-24
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Tobias Klausmann [Tue, 26 Jun 2018 10:18:44 +0000 (12:18 +0200)]
dev-libs/libgpg-error-1.29-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657596
Tobias Klausmann [Tue, 26 Jun 2018 10:18:44 +0000 (12:18 +0200)]
app-crypt/gnupg-2.2.8-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657596
Tobias Klausmann [Tue, 26 Jun 2018 10:18:44 +0000 (12:18 +0200)]
dev-perl/frontier-rpc-0.07_beta4-r2: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657592
Tobias Klausmann [Tue, 26 Jun 2018 10:18:44 +0000 (12:18 +0200)]
dev-perl/Font-TTF-1.60.0-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657592
Tobias Klausmann [Tue, 26 Jun 2018 10:18:44 +0000 (12:18 +0200)]
dev-perl/Finance-Quote-1.470.0-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657592
Tobias Klausmann [Tue, 26 Jun 2018 10:18:43 +0000 (12:18 +0200)]
dev-perl/File-Which-1.220.0-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657592
Tobias Klausmann [Tue, 26 Jun 2018 10:18:43 +0000 (12:18 +0200)]
dev-perl/File-Tail-1.300.0-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657592
Tobias Klausmann [Tue, 26 Jun 2018 10:18:43 +0000 (12:18 +0200)]
dev-perl/File-NCopy-0.360.0-r2: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657592
Tobias Klausmann [Tue, 26 Jun 2018 10:18:43 +0000 (12:18 +0200)]
dev-perl/File-MimeInfo-0.280.0-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657592
Tobias Klausmann [Tue, 26 Jun 2018 10:18:37 +0000 (12:18 +0200)]
dev-perl/App-pwhich-1.140.0-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657592
Aaron W. Swenson [Tue, 26 Jun 2018 10:12:04 +0000 (06:12 -0400)]
dev-db/postgresql: Slot bump live ebuild
Bump the slot to 12. Also, remove obsolete bool fix.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Sergei Trofimovich [Tue, 26 Jun 2018 09:47:53 +0000 (10:47 +0100)]
sys-libs/glibc: add USE=multiarch (enabled by default)
Normally multiarch should be enabled (where available).
But sometimes disabling multiarch is useful:
- to workaround or validate bugs specific to selected
runtime arch or IFUNC handling.
- to get code that matches -march= CFLAGS setting
Bug: https://bugs.gentoo.org/659030
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Sergei Trofimovich [Tue, 26 Jun 2018 07:54:33 +0000 (08:54 +0100)]
sys-libs/glibc: pass user's CFLAGS over CC/XX, not CPPFLAGS
Breakage example (before this change):
# CFLAGS="-O2 -march=core2 -mno-sse4.2" emerge -v1 =glibc-2.27-r4
Here user's CFLAGS were able to override (this bug) glibc's
CFLAGS additions like:
sysdeps/i386/i686/multiarch/Makefile:CFLAGS-strspn-c.c += -msse4
'strspn' was built as 'gcc -msse4 -mno-sse4.2' and failed:
smmintrin.h:631:1: error: inlining failed in call to always_inline
‘_mm_cmpistri’: target specific option mismatch
This happens because we passed user's CFLAGS via CPPFLAGS:
Makerules:COMPILE.c = $(CC) -c $(CFLAGS) $(CPPFLAGS)
To avoid this kind of overrides this change injects user's CFLAGS
into CC/CXX. Above example will use 'gcc -mno-sse4.2 -msse4' order.
Reported-by: Philipp Psurek
Bug: https://bugs.gentoo.org/657760
Closes: https://bugs.gentoo.org/659030
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Jeroen Roovers [Tue, 26 Jun 2018 09:18:36 +0000 (11:18 +0200)]
net-misc/iperf: Old.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Jeroen Roovers [Tue, 26 Jun 2018 09:15:52 +0000 (11:15 +0200)]
net-misc/iperf: Versions 2.0.12 3.6.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Lars Wendler [Tue, 26 Jun 2018 09:12:14 +0000 (11:12 +0200)]
app-misc/uptimed: Bump to version 0.4.1
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Patrice Clement [Tue, 26 Jun 2018 08:57:15 +0000 (10:57 +0200)]
dev-python/prettyprinter: new package.
prettyprinter is a syntax-highlighting, declarative and composable
pretty printer for Python 3.5+.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Louis Sautier [Tue, 26 Jun 2018 08:51:40 +0000 (10:51 +0200)]
net-irc/eggdrop: use https for the HOMEPAGE
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Lars Wendler [Tue, 26 Jun 2018 08:42:05 +0000 (10:42 +0200)]
media-video/smplayer: Removed old.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Lars Wendler [Tue, 26 Jun 2018 08:38:32 +0000 (10:38 +0200)]
media-video/smplayer: Bump to version 18.6.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Mike Frysinger [Tue, 26 Jun 2018 07:55:06 +0000 (03:55 -0400)]
sys-apps/man-pages: stabilize 4.15 for all
Mike Frysinger [Wed, 20 Jun 2018 22:03:17 +0000 (18:03 -0400)]
net-misc/openssh: send & accept COLORTERM env var #658540
For terminal emulators that set this variable, pass it along.
Url: https://gist.github.com/XVilka/
8346728
Bug: https://bugs.gentoo.org/658540
Mike Frysinger [Wed, 20 Jun 2018 21:47:41 +0000 (17:47 -0400)]
net-misc/openssh: update set of locale vars #367017
Rather than glob all LC_* env vars, hardcode the list based on what
POSIX defines and the GNU extensions. In practice, this means we
additionally send LANGUAGE, and unregistered or unrelated env vars
that happen to start with "LC_" are no longer sent. If someone has
a locale related variable that they want to include, they can file
a new request for it.
We continue to omit POSIX's NLSPATH as that is much more likely to
be system specific and have no useful meaning on the remote side.
Bug: https://bugs.gentoo.org/367017
Lars Wendler [Tue, 26 Jun 2018 08:06:48 +0000 (10:06 +0200)]
media-sound/pulseaudio: Fixed rm error.
Closes: https://bugs.gentoo.org/658704
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Johannes Huber [Tue, 26 Jun 2018 06:53:16 +0000 (08:53 +0200)]
x11-misc/i3lock: Fix metadata indentation
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Johannes Huber [Tue, 26 Jun 2018 06:51:44 +0000 (08:51 +0200)]
x11-misc/i3lock: Remove 2.8
Uses deprecated EAPI 5 and overshadowed by 2.10.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Johannes Huber [Tue, 26 Jun 2018 06:49:50 +0000 (08:49 +0200)]
x11-misc/rofi: Remove 1.3.1
Overshadowed by 1.5.1.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Johannes Huber [Tue, 26 Jun 2018 06:47:27 +0000 (08:47 +0200)]
app-text/kbibtex: Remove 0.8_pre20171110-r1
Overshadowed by 0.8.1.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Mikle Kolyada [Tue, 26 Jun 2018 06:41:54 +0000 (09:41 +0300)]
sci-libs/libsvm: amd64 stable wrt bug #658926
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Tupone Alfredo [Tue, 26 Jun 2018 06:27:09 +0000 (08:27 +0200)]
dev-ada/gnatcoll: Fix dependency on dev-ada/libgpr
Closes: https://bugs.gentoo.org/658410
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Andreas Sturmlechner [Mon, 25 Jun 2018 21:44:30 +0000 (23:44 +0200)]
profiles: Remove last-rited dev-util/automoc, media-libs/phonon-qt7
Michał Górny [Tue, 26 Jun 2018 05:47:18 +0000 (07:47 +0200)]
dev-python/pip: Fix PYTHON_REQ_USE
Eray Aslan [Tue, 26 Jun 2018 05:42:58 +0000 (08:42 +0300)]
mail-mta/postfix: bump to 3.4_pre20180624
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Hans de Graaff [Tue, 26 Jun 2018 04:38:20 +0000 (06:38 +0200)]
dev-ruby/selenium-webdriver: add 3.13.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Hans de Graaff [Tue, 26 Jun 2018 04:35:35 +0000 (06:35 +0200)]
dev-ruby/itextomml: add 1.5.7
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Hans de Graaff [Tue, 26 Jun 2018 04:29:45 +0000 (06:29 +0200)]
dev-ruby/capybara: cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Hans de Graaff [Tue, 26 Jun 2018 04:29:11 +0000 (06:29 +0200)]
dev-ruby/capybara: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Tim Harder [Tue, 26 Jun 2018 03:35:51 +0000 (23:35 -0400)]
dev-python/lxml: version bump to 4.2.2
Closes: https://bugs.gentoo.org/658680
Tim Harder [Tue, 26 Jun 2018 02:28:04 +0000 (22:28 -0400)]
dev-python/pip: version bump to 10.0.1
Closes: https://bugs.gentoo.org/578988
Closes: https://bugs.gentoo.org/621584
Mike Frysinger [Tue, 26 Jun 2018 03:28:02 +0000 (23:28 -0400)]
unpacker.eclass: disable path expansion while parsing SRC_URI #654960
Closes: https://bugs.gentoo.org/654960
Jason A. Donenfeld [Tue, 26 Jun 2018 03:23:27 +0000 (05:23 +0200)]
sys-apps/dtc: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Virgil Dupras [Tue, 26 Jun 2018 02:18:20 +0000 (22:18 -0400)]
app-emulation/lxc: remove spurious kernel flag checks
Remove kernel flags checks related to lxc-checkpoint. sys-process/criu
already checks for those flags and is a dependency to the lxc-checkpoint
utility.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 02:12:14 +0000 (22:12 -0400)]
app-emacs/ddskk: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 02:11:38 +0000 (22:11 -0400)]
gnome-extra/gnome-commander: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 02:10:40 +0000 (22:10 -0400)]
lxde-base/menu-cache: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Patrick McLean [Tue, 26 Jun 2018 02:12:39 +0000 (19:12 -0700)]
sys-kernel/vanilla-sources: Version bump to 4.9.110
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Patrick McLean [Tue, 26 Jun 2018 02:12:03 +0000 (19:12 -0700)]
sys-kernel/vanilla-sources: Version bump to 4.17.3
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Patrick McLean [Tue, 26 Jun 2018 02:11:22 +0000 (19:11 -0700)]
sys-kernel/vanilla-sources: Version bump to 4.16.18
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Patrick McLean [Tue, 26 Jun 2018 02:10:26 +0000 (19:10 -0700)]
sys-kernel/vanilla-sources: Version bump to 4.14.52
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Virgil Dupras [Tue, 26 Jun 2018 02:12:13 +0000 (22:12 -0400)]
app-emulation/lxc: re-add python USE flag
With LXC 3.0 de-bundling its python bindings, the python USE flag was
temporarily removed, but now that dev-python/python3-lxc has been added,
we can add it back again.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Jason Zaman [Tue, 26 Jun 2018 02:05:57 +0000 (10:05 +0800)]
sys-apps/restorecond: stable 2.8
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Jason Zaman [Tue, 26 Jun 2018 02:05:24 +0000 (10:05 +0800)]
sys-apps/mcstrans: stable 2.8
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Jason Zaman [Tue, 26 Jun 2018 02:04:58 +0000 (10:04 +0800)]
sys-apps/secilc: stable 2.8
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Jason Zaman [Tue, 26 Jun 2018 02:04:33 +0000 (10:04 +0800)]
sys-apps/semodule-utils: stable 2.8
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Jason Zaman [Tue, 26 Jun 2018 02:04:02 +0000 (10:04 +0800)]
sys-apps/selinux-python: stable 2.8
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Jason Zaman [Tue, 26 Jun 2018 02:03:10 +0000 (10:03 +0800)]
sys-apps/policycoreutils: stable 2.8
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Jason Zaman [Tue, 26 Jun 2018 02:02:44 +0000 (10:02 +0800)]
sys-apps/checkpolicy: stable 2.8
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Jason Zaman [Tue, 26 Jun 2018 02:02:19 +0000 (10:02 +0800)]
sys-libs/libsemanage: stable 2.8
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Jason Zaman [Tue, 26 Jun 2018 02:01:35 +0000 (10:01 +0800)]
sys-libs/libselinux: stable 2.8
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Jason Zaman [Tue, 26 Jun 2018 02:01:08 +0000 (10:01 +0800)]
sys-libs/libsepol: stable 2.8
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 02:02:09 +0000 (22:02 -0400)]
media-sound/gnump3d: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 02:00:43 +0000 (22:00 -0400)]
app-text/gocr: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:59:03 +0000 (21:59 -0400)]
dev-vcs/hgsubversion: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:57:12 +0000 (21:57 -0400)]
app-text/kbibtex: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:55:29 +0000 (21:55 -0400)]
sys-auth/libfprint: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:51:53 +0000 (21:51 -0400)]
dev-lang/luajit: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:47:07 +0000 (21:47 -0400)]
dev-ruby/net-scp: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:46:43 +0000 (21:46 -0400)]
dev-ruby/net-ssh: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:46:15 +0000 (21:46 -0400)]
dev-ruby/net-ssh-gateway: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:45:46 +0000 (21:45 -0400)]
dev-ruby/bcrypt_pbkdf: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:45:25 +0000 (21:45 -0400)]
dev-ruby/rbnacl: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:41:25 +0000 (21:41 -0400)]
dev-ruby/pg: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:40:49 +0000 (21:40 -0400)]
dev-ruby/sqlite3: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:38:50 +0000 (21:38 -0400)]
dev-python/cookies: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:38:32 +0000 (21:38 -0400)]
dev-python/moto: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:38:01 +0000 (21:38 -0400)]
dev-python/responses: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:36:49 +0000 (21:36 -0400)]
dev-python/hiredis: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:35:58 +0000 (21:35 -0400)]
dev-python/plumbum: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:33:58 +0000 (21:33 -0400)]
dev-python/pysnmp: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:33:24 +0000 (21:33 -0400)]
dev-python/pysmi: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:32:03 +0000 (21:32 -0400)]
dev-python/pytools: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:31:02 +0000 (21:31 -0400)]
dev-python/pyxattr: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:29:47 +0000 (21:29 -0400)]
sci-geosciences/qgis: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Virgil Dupras [Tue, 26 Jun 2018 01:45:37 +0000 (21:45 -0400)]
dev-python/python3-lxc: new package
This used to be bundled directly in LXC's package which is why I keyword
it with the same arches as app-emulation/lxc.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:27:49 +0000 (21:27 -0400)]
dev-python/rpyc: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:26:50 +0000 (21:26 -0400)]
dev-python/rtslib-fb: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:24:41 +0000 (21:24 -0400)]
dev-java/sbt: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:24:30 +0000 (21:24 -0400)]
dev-lang/scala: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Aaron Bauman [Tue, 26 Jun 2018 01:22:33 +0000 (21:22 -0400)]
app-office/unoconv: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Ben Kohler [Tue, 26 Jun 2018 01:21:43 +0000 (20:21 -0500)]
media-video/unifi-video: fix minor qa issues
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Ben Kohler [Tue, 26 Jun 2018 01:06:12 +0000 (20:06 -0500)]
net-misc/connman-json-client: new package
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Mike Gilbert [Tue, 26 Jun 2018 01:04:09 +0000 (21:04 -0400)]
www-plugins/chrome-binary-plugins: automated update (67.0.3396.99)
Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
Mike Gilbert [Tue, 26 Jun 2018 01:03:57 +0000 (21:03 -0400)]
www-client/google-chrome: automated update (67.0.3396.99)
Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
Ben Kohler [Tue, 26 Jun 2018 00:49:41 +0000 (19:49 -0500)]
media-video/unifi-video: new package
Package-Manager: Portage-2.3.40, Repoman-2.3.9