Hans de Graaff [Sat, 20 Jan 2018 06:21:26 +0000 (07:21 +0100)]
dev-ruby/jira-ruby: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Hans de Graaff [Sat, 20 Jan 2018 06:20:06 +0000 (07:20 +0100)]
dev-ruby/hashicorp-checkpoint: add 0.1.5
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Michael Orlitzky [Sat, 20 Jan 2018 05:09:52 +0000 (00:09 -0500)]
dev-lang/php: drop "unused" ebuilds.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Michael Orlitzky [Fri, 19 Jan 2018 16:35:41 +0000 (11:35 -0500)]
dev-lang/php: new revisions to fix shared memory and threads support.
Our PHP ebuilds used the "sharedmem" flag to conflate two ./configure
flags, namely --enable-shmop and --with-mm. The former is the "shared
memory" extension, and the latter enables the dev-libs/mm backend for
session storage. This commit separates the two:
* The old USE=sharedmem enables the shared memory extension
* The new USE=session-mm enables the dev-libs/mm session backend
The nascent session-mm flag depends on USE=session being set.
Additionally, we had a REQUIRED_USE constraint prohibiting USE=sharedmem
from being set at the same time as USE=threads. This turns out to be due
to an incompatibility between the --with-mm and --enable-maintainer-zts
flags, the latter of which is toggled by USE=threads. So in the new
revisions, we have a REQUIRED_USE constraint that blocks USE=threads
when USE=session-mm is set.
Thanks are due to Xiami who reported and fixed all of these issues in
bug 644922.
Reported-by: Xiami <i@f2light.com>
Closes: https://bugs.gentoo.org/644922
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Brian Evans [Sat, 20 Jan 2018 02:12:10 +0000 (21:12 -0500)]
dev-db/mariadb: Version bump to 5.5.59
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Matthias Maier [Sat, 20 Jan 2018 00:18:26 +0000 (18:18 -0600)]
eclass/toolchain.eclass: Add .xz variants to snapshot releases
Andreas K. Huettel [Fri, 19 Jan 2018 20:09:11 +0000 (21:09 +0100)]
sys-libs/glibc: Use linux-info.eclass to get running kernel, bug 587320
Bug: https://bugs.gentoo.org/587320
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Mike Frysinger [Fri, 19 Jan 2018 23:03:05 +0000 (18:03 -0500)]
sys-apps/busybox: update shell options in live git ebuild too
Synced from the existing releases.
Andreas Sturmlechner [Fri, 19 Jan 2018 23:03:26 +0000 (00:03 +0100)]
profiles: Remove last-rited app-cdr/qpxtool, media-gfx/wally
Closes: https://bugs.gentoo.org/629032
Closes: https://bugs.gentoo.org/637108
Brian Dolbec [Fri, 19 Jan 2018 21:59:45 +0000 (13:59 -0800)]
net-misc/crossbar: Version bump
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Brian Dolbec [Fri, 19 Jan 2018 21:44:37 +0000 (13:44 -0800)]
dev-python/txtorcon: Fix ipaddress dep for setuptools
Remove it from requirements.txt which required it for py3 when it shouldn't.
Error was discovered testing a new release of crossbar.
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Brian Dolbec [Fri, 19 Jan 2018 21:25:22 +0000 (13:25 -0800)]
dev-python/autobahn: Version bump
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Brian Dolbec [Fri, 19 Jan 2018 21:02:47 +0000 (13:02 -0800)]
dev-python/hyperlink: Version bump
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Brian Dolbec [Fri, 19 Jan 2018 19:21:48 +0000 (11:21 -0800)]
dev-python/treq: Version bump
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Brian Dolbec [Fri, 19 Jan 2018 18:47:29 +0000 (10:47 -0800)]
dev-python/sphinx-jinja: Version bump
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Brian Dolbec [Fri, 19 Jan 2018 18:36:50 +0000 (10:36 -0800)]
dev-python/spark-parser: Version bump
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Brian Dolbec [Fri, 19 Jan 2018 18:28:51 +0000 (10:28 -0800)]
dev-python/pynacl: Version bump
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Brian Dolbec [Fri, 19 Jan 2018 18:10:10 +0000 (10:10 -0800)]
dev-python/py-ubjson: Version bump
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Michał Górny [Fri, 19 Jan 2018 19:54:55 +0000 (20:54 +0100)]
dev-util/lldb: Utilize LLDB_USE_SYSTEM_SIX
Use LLDB_USE_SYSTEM_SIX to disable installing the bundled six module
instead of removing it manually.
Closes: https://bugs.gentoo.org/645042
Michał Górny [Fri, 19 Jan 2018 18:41:59 +0000 (19:41 +0100)]
dev-util/lldb: Pass test options only if tests are enabled
Michał Górny [Fri, 19 Jan 2018 18:36:14 +0000 (19:36 +0100)]
dev-util/lldb: Remove obsolete LLDB_TEST_COMPILER option
Michał Górny [Fri, 19 Jan 2018 19:50:48 +0000 (20:50 +0100)]
sys-devel/llvm: Fix implicit dependency on app-arch/libxar
Support conditionally using app-arch/libxar in LLVM 6+, and explicitly
force it off in LLVM 5. This library is used only to dump LLVM bitcode
in Mach-O files and it's very rare, so we can safely presume that nobody
really used it and it's not worth rebuild due to revbumping LLVM 5.
Closes: https://bugs.gentoo.org/645038
Mart Raudsepp [Fri, 19 Jan 2018 21:58:16 +0000 (23:58 +0200)]
app-arch/brotli-1.0.2: add ~arm keyword
Closes: https://bugs.gentoo.org/645058
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="arm64"
Andreas Sturmlechner [Fri, 19 Jan 2018 19:44:46 +0000 (20:44 +0100)]
kde-frameworks/breeze-icons: Restrict tests
Closes: https://bugs.gentoo.org/644964
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Andreas Sturmlechner [Fri, 19 Jan 2018 19:44:24 +0000 (20:44 +0100)]
kde-frameworks/breeze-icons-rcc: Restrict tests
Bug: https://bugs.gentoo.org/644964
Package-Manager: Portage-2.3.19, Repoman-2.3.6
James Le Cuirot [Fri, 19 Jan 2018 20:33:54 +0000 (20:33 +0000)]
dev-java/java-sdk-docs: Drop old 9.0.1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
James Le Cuirot [Fri, 19 Jan 2018 20:33:23 +0000 (20:33 +0000)]
dev-java/oracle-jre-bin: Drop old 9.0.1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
James Le Cuirot [Fri, 19 Jan 2018 20:30:52 +0000 (20:30 +0000)]
dev-java/oracle-jdk-bin: Drop old 9.0.1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Manuel Ullmann [Wed, 17 Jan 2018 02:30:23 +0000 (03:30 +0100)]
dev-java/java-sdk-docs: Version bump to 9.0.4
Closes: https://github.com/gentoo/gentoo/pull/6885
Manuel Ullmann [Wed, 17 Jan 2018 01:51:37 +0000 (02:51 +0100)]
dev-java/oracle-jre-bin: Version bump to 9.0.4
Closes: https://github.com/gentoo/gentoo/pull/6885
Manuel Ullmann [Wed, 17 Jan 2018 01:47:10 +0000 (02:47 +0100)]
dev-java/oracle-jdk-bin: Version bump to 9.0.4
Closes: https://github.com/gentoo/gentoo/pull/6885
Rolf Eike Beer [Fri, 19 Jan 2018 16:22:40 +0000 (17:22 +0100)]
sys-apps/kbd: stable 2.0.4 for hppa/sparc
Bug: https://bugs.gentoo.org/show_bug.cgi?id=645022
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa sparc"
Michał Górny [Fri, 19 Jan 2018 19:38:42 +0000 (20:38 +0100)]
app-arch/xar: Enable multilib support (needed for LLVM)
Lars Wendler [Fri, 19 Jan 2018 20:13:09 +0000 (21:13 +0100)]
net-misc/wget: Removed old.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Lars Wendler [Fri, 19 Jan 2018 20:12:14 +0000 (21:12 +0100)]
net-misc/wget: Bump to version 1.19.3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Ulrich Müller [Fri, 19 Jan 2018 20:10:14 +0000 (21:10 +0100)]
app-portage/eclass-manpages: New snapshot.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Michael Weber [Fri, 19 Jan 2018 20:05:08 +0000 (21:05 +0100)]
dev-util/cppcheck: Rebuild on dev-libs/tinyxml2 subslot updates (thanks Daniel M. Weeks).
Closes: https://bugs.gentoo.org/645052
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Fabian Groffen [Fri, 19 Jan 2018 19:26:02 +0000 (20:26 +0100)]
app-arch/xar: version bump to v1.8, bug #624642
Assign maintainership to Prefix team
Bump to 1.8 version from Apple sources (xar-400) because this package is
used by binutils-apple on macOS systems.
Bug: https://bugs.gentoo.org/624642
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Christoph Junghans [Fri, 19 Jan 2018 19:07:41 +0000 (12:07 -0700)]
sci-chemistry/gromacs: version bump
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Mikle Kolyada [Fri, 19 Jan 2018 18:47:09 +0000 (21:47 +0300)]
sys-fs/udisks: Add ~sparc keyword wrt bug #641308
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Andreas Sturmlechner [Thu, 18 Jan 2018 23:57:20 +0000 (00:57 +0100)]
net-libs/libbitcoinconsensus: Drop live ebuild (outdated)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Andreas Sturmlechner [Thu, 18 Jan 2018 23:56:36 +0000 (00:56 +0100)]
dev-util/bitcoin-tx: Drop live ebuild (outdated)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Andreas Sturmlechner [Thu, 18 Jan 2018 23:56:09 +0000 (00:56 +0100)]
net-p2p/bitcoind: Drop live ebuild (outdated)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Andreas Sturmlechner [Thu, 18 Jan 2018 23:55:44 +0000 (00:55 +0100)]
net-p2p/bitcoin-cli: Drop live ebuild (outdated)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Andreas Sturmlechner [Thu, 18 Jan 2018 23:55:16 +0000 (00:55 +0100)]
net-p2p/bitcoin-qt: Drop live ebuild (outdated)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Andreas Sturmlechner [Fri, 19 Jan 2018 16:15:31 +0000 (17:15 +0100)]
sci-chemistry/avogadro: Drop old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Andreas Sturmlechner [Fri, 12 Jan 2018 18:25:37 +0000 (19:25 +0100)]
sci-physics/geant-data: Drop old
Closes: https://bugs.gentoo.org/627096
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Andreas Sturmlechner [Fri, 12 Jan 2018 18:25:07 +0000 (19:25 +0100)]
sci-physics/geant: Drop old
Closes: https://bugs.gentoo.org/573118
Closes: https://bugs.gentoo.org/573778
Closes: https://bugs.gentoo.org/589622
Closes: https://bugs.gentoo.org/644358
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Andreas Sturmlechner [Fri, 19 Jan 2018 18:04:34 +0000 (19:04 +0100)]
profiles: Mask sci-physics/geant-python for removal
Bug: https://bugs.gentoo.org/513564
Ulrich Müller [Fri, 19 Jan 2018 18:28:01 +0000 (19:28 +0100)]
dev-libs/m17n-lib: [QA] Remove old.
Remove ebuild for 1.5.2, which is the last ebuild in the tree using
the long deprecated built_with_use function (and in EAPI 0, at that).
Bug: https://bugs.gentoo.org/610450
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Matthew Thode [Fri, 19 Jan 2018 17:23:27 +0000 (11:23 -0600)]
sys-cluster/cinder: 11.0.2 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Matthew Thode [Fri, 19 Jan 2018 17:17:36 +0000 (11:17 -0600)]
net-analyzer/icinga-web: drop old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Matthew Thode [Fri, 19 Jan 2018 17:14:53 +0000 (11:14 -0600)]
x11-plugins/vicious: 2.3.1 stable amd64 and x86
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Andreas Sturmlechner [Fri, 19 Jan 2018 17:22:01 +0000 (18:22 +0100)]
kde-frameworks/kdelibs: USE=handbook should be on by default
Reported-by: Mark Knecht <markknecht@gmail.com>
Closes: https://bugs.gentoo.org/645034
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Matthew Thode [Fri, 19 Jan 2018 16:53:02 +0000 (10:53 -0600)]
app-crypt/stoken: 0.92 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Guilherme Amadio [Fri, 19 Jan 2018 16:47:15 +0000 (17:47 +0100)]
media-fonts/hack: version bump to 3.000
Closes: https://bugs.gentoo.org/639792
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Daniel Pielmeier [Fri, 19 Jan 2018 16:45:13 +0000 (17:45 +0100)]
app-admin/conky: Version bump.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Guilherme Amadio [Tue, 16 Jan 2018 14:07:05 +0000 (15:07 +0100)]
sci-physics/root: set PATH and ROOTPATH, bug 641422
The previous commit had a bug that overwrote the file with
PATH setting. Now both PATH and ROOTPATH are properly set.
Closes: https://bugs.gentoo.org/641422
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Matthew Thode [Fri, 19 Jan 2018 16:08:59 +0000 (10:08 -0600)]
sys-cluster/nova: 16.0.4 and 15.1.0 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Manuel Rüger [Fri, 19 Jan 2018 16:09:07 +0000 (17:09 +0100)]
app-emulation/docker: Version bump to 18.01.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Brian Evans [Fri, 19 Jan 2018 16:05:30 +0000 (11:05 -0500)]
dev-libs/legousbtower: Drop kernel 2.4 support
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Manuel Rüger [Fri, 19 Jan 2018 15:54:46 +0000 (16:54 +0100)]
app-emulation/docker: Fix docker daemon version
Thanks to Edward Jee
Closes: https://bugs.gentoo.org/644276
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Mikle Kolyada [Fri, 19 Jan 2018 15:44:38 +0000 (18:44 +0300)]
net-mail/mailman: Drop old (insecure) version
Bug: https://bugs.gentoo.org/629090
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Till Schäfer [Tue, 16 Jan 2018 20:33:44 +0000 (21:33 +0100)]
kde-misc/playbar2: New package
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6883
Manuel Rüger [Fri, 19 Jan 2018 15:22:22 +0000 (16:22 +0100)]
net-analyzer/prometheus: Version bump to 2.1.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Brian Evans [Fri, 19 Jan 2018 15:19:13 +0000 (10:19 -0500)]
dev-libs/legousbtower: Mark all stable to satisfy current installs and repoman
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Brian Evans [Fri, 19 Jan 2018 15:17:49 +0000 (10:17 -0500)]
dev-libs/legousbtower: Revbump for EAPI and eclass
Previously, it looked in the linux-mod eclass to check KV_MINOR = 4
as it expected 2.x to still be current.
Now it uses the modern linux-info eclass and compares with kernel_is
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Michał Górny [Fri, 19 Jan 2018 13:34:59 +0000 (14:34 +0100)]
dev-util/sysdig: Bump to 0.20.0
Amy Liffey [Fri, 19 Jan 2018 13:42:38 +0000 (14:42 +0100)]
app-crypt/eid-mw: update lib removal for mozilla
Submitted-by: Vincent Hardy <vincent.hardy.be@gmail.com>
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Bernard Cafarelli [Fri, 19 Jan 2018 13:41:58 +0000 (14:41 +0100)]
media-video/peek: keybinder is now an optional dep
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Bernard Cafarelli [Fri, 19 Jan 2018 13:26:14 +0000 (14:26 +0100)]
media-video/peek: 1.2.1 bump
Now works without a compositor
Build test binaries with USE=test
Closes: https://bugs.gentoo.org/636896
Package-Manager: Portage-2.3.19, Repoman-2.3.6
David Seifert [Fri, 19 Jan 2018 13:02:04 +0000 (14:02 +0100)]
dev-cpp/catch: Update live ebuild
* Can now disable building with -Werror
Bug: https://bugs.gentoo.org/644354
Package-Manager: Portage-2.3.19, Repoman-2.3.6
David Seifert [Fri, 19 Jan 2018 12:35:06 +0000 (13:35 +0100)]
dev-cpp/catch: Take over maintainership
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Lars Wendler [Fri, 19 Jan 2018 12:49:14 +0000 (13:49 +0100)]
sys-apps/kbd: Ported live ebuild to EAPI-6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Jason Zaman [Fri, 19 Jan 2018 12:19:50 +0000 (20:19 +0800)]
net-libs/libtorrent: Add Stephen as proxy-maintainer
Bug: https://bugs.gentoo.org/645020
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Jason Zaman [Fri, 19 Jan 2018 12:08:12 +0000 (20:08 +0800)]
net-p2p/rtorrent: Add Stephen as proxy-maintainer
Bug: https://bugs.gentoo.org/645020
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Stephen Shkardoon [Tue, 16 Jan 2018 17:50:49 +0000 (06:50 +1300)]
net-p2p/rtorrent: Update init.d script to use correct PID
Overwrites the start-stop-daemon created PID file with the child PID
obtained by searching for children of screen.
Closes: https://bugs.gentoo.org/634852
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Jonathan Scruggs [Mon, 15 Jan 2018 15:05:37 +0000 (15:05 +0000)]
media-libs/opencolorio: Remove ebuild with errors
Jonathan Scruggs [Mon, 15 Jan 2018 15:02:16 +0000 (15:02 +0000)]
media-libs/opencolorio: Revision bump to fix Lut1DOp error
Fix the compile error in the Lut1DOp.cpp file
Fix install location of the CMake files
Split the patches to make it easier to maintain
Closes: https://bugs.gentoo.org/644466
Closes: https://github.com/gentoo/gentoo/pull/6870
Lars Wendler [Fri, 19 Jan 2018 11:56:51 +0000 (12:56 +0100)]
dev-util/cmake: Removed old.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Lars Wendler [Fri, 19 Jan 2018 11:55:58 +0000 (12:55 +0100)]
dev-util/cmake: Bump to version 3.10.2
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Lars Wendler [Thu, 18 Jan 2018 15:16:41 +0000 (16:16 +0100)]
net-fs/samba: Added glibc[-rpc] patch to next stable candidate.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Jeroen Roovers [Fri, 19 Jan 2018 11:24:07 +0000 (12:24 +0100)]
profiles/: Mask =dev-libs/libuv-1.19.0 (bug #645018).
Ultrabug [Fri, 19 Jan 2018 11:10:26 +0000 (12:10 +0100)]
net-misc/rabbitmq-server: add missing escript lib directory for 3.7 series
Alexis Ballier [Fri, 19 Jan 2018 11:06:06 +0000 (12:06 +0100)]
Revert "media-tv/kodi: Tweak ffmpeg dep to mark only 3.4 as broken with Kodi."
This reverts commit
5c4b195d0e944d418f80a85650a10cbde26ac332.
Bug: https://bugs.gentoo.org/645000
Jeroen Roovers [Fri, 19 Jan 2018 10:53:51 +0000 (11:53 +0100)]
dev-libs/libuv: Version 1.19.0.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Andreas Sturmlechner [Fri, 19 Jan 2018 10:38:29 +0000 (11:38 +0100)]
sys-auth/elogind: Fix boot w/ legacy-cgroupmode
Closes: https://bugs.gentoo.org/644834
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Agostino Sarubbo [Fri, 19 Jan 2018 10:29:48 +0000 (11:29 +0100)]
net-fs/samba: amd64 stable wrt bug #639024
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Amy Liffey [Fri, 19 Jan 2018 09:30:01 +0000 (10:30 +0100)]
dev-python/vdirsyncer: version bump 0.16.3
Closes: https://bugs.gentoo.org/644988
Submitted-by: Kristian <kbx@posteo.de>
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Amy Liffey [Fri, 19 Jan 2018 09:28:35 +0000 (10:28 +0100)]
dev-python/click-log: version bump 0.2.1
Closes: https://bugs.gentoo.org/644992
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Tobias Klausmann [Fri, 19 Jan 2018 08:31:15 +0000 (09:31 +0100)]
dev-ruby/redcloth-4.3.2-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/639720
Tobias Klausmann [Fri, 19 Jan 2018 08:31:15 +0000 (09:31 +0100)]
dev-ruby/test-unit-rr-1.0.5-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/639720
Tobias Klausmann [Fri, 19 Jan 2018 08:31:08 +0000 (09:31 +0100)]
dev-ruby/locale-2.1.2-r1: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/639720
Ulrich Müller [Fri, 12 Jan 2018 21:31:04 +0000 (22:31 +0100)]
l10n.eclass: Disabled locales are the complement of enabled ones.
Disabled locales returned by l10n_get_locales() should be the
complement of enabled locales: disabled = PLOCALES \ enabled.
So far, in the case of the enabled set falling back to PLOCALE_BACKUP,
the backup locale would end up being both enabled and disabled.
Closes: https://bugs.gentoo.org/547790
Ulrich Müller [Fri, 12 Jan 2018 09:23:34 +0000 (10:23 +0100)]
check-reqs.eclass: Make obsolete usage fatal.
QA warnings for calling the obsolete check_reqs function and for
missing size units were in place for more than two years, and usage
in the Gentoo repository has been fixed.
Error out on all obsolete usage. This will also allow dropping the
eutils inherit which was only needed for eqawarn().
Zac Medico [Fri, 19 Jan 2018 09:10:00 +0000 (01:10 -0800)]
net-p2p/bisq: remove old version 0.6.2
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Zac Medico [Fri, 19 Jan 2018 08:59:11 +0000 (00:59 -0800)]
net-p2p/bisq: version bump to 0.6.3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Hans de Graaff [Fri, 19 Jan 2018 09:02:08 +0000 (10:02 +0100)]
dev-ruby/webmock: amd64 stable
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Hans de Graaff [Fri, 19 Jan 2018 09:01:28 +0000 (10:01 +0100)]
dev-ruby/http: amd64 stable
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Hans de Graaff [Fri, 19 Jan 2018 09:00:51 +0000 (10:00 +0100)]
dev-ruby/certificate_authority: amd64 stable
Package-Manager: Portage-2.3.19, Repoman-2.3.6