Michał Górny [Thu, 21 Jun 2018 06:22:58 +0000 (08:22 +0200)]
xfce-base/exo: Bump to 0.12.2
Fabian Groffen [Thu, 21 Jun 2018 07:02:43 +0000 (09:02 +0200)]
sys-devel/gcc-apple: add -no-cpp-precomp workaround
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Sergei Trofimovich [Thu, 21 Jun 2018 07:01:25 +0000 (08:01 +0100)]
dev-util/radare2: drop vulnerable 2.5.0, bug #658620
Bug: https://bugs.gentoo.org/658620
Package-Manager: Portage-2.3.40, Repoman-2.3.9
William Breathitt Gray [Wed, 20 Jun 2018 18:02:32 +0000 (14:02 -0400)]
games-action/minetest: version bump to 0.4.17.1
Closes: https://bugs.gentoo.org/658570
Closes: https://github.com/gentoo/gentoo/pull/8921
Sergei Trofimovich [Thu, 21 Jun 2018 06:33:19 +0000 (07:33 +0100)]
media-sound/pulseaudio: stable 11.1-r1 for ia64, bug #656704
Bug: https://bugs.gentoo.org/656704
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Thu, 21 Jun 2018 06:33:13 +0000 (07:33 +0100)]
sys-auth/libfprint: stable 0.6.0-r2 for ia64, bug #655340
Bug: https://bugs.gentoo.org/655340
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Thu, 21 Jun 2018 06:33:08 +0000 (07:33 +0100)]
app-shells/gentoo-bashcomp: stable
20180302 for ia64, bug #655328
Bug: https://bugs.gentoo.org/655328
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Thu, 21 Jun 2018 06:32:55 +0000 (07:32 +0100)]
mail-mta/exim: stable 4.91-r2 for ia64, bug #637546
Bug: https://bugs.gentoo.org/637546
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
Michael Mair-Keimberger [Tue, 19 Jun 2018 17:17:05 +0000 (19:17 +0200)]
app-forensics/cmospwd: EAPI7 with minor changes
Closes: https://github.com/gentoo/gentoo/pull/8913
Michael Mair-Keimberger [Tue, 19 Jun 2018 17:14:15 +0000 (19:14 +0200)]
app-forensics/cmospwd: use HTTPs
Conrad Kostecki [Sat, 16 Jun 2018 10:56:06 +0000 (12:56 +0200)]
media-sound/teamspeak-client-bin: bump to version 3.1.10
Closes: https://bugs.gentoo.org/658222
Closes: https://github.com/gentoo/gentoo/pull/8856
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Hans de Graaff [Thu, 21 Jun 2018 04:31:20 +0000 (06:31 +0200)]
dev-ruby/highline: add 2.0.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Hans de Graaff [Thu, 21 Jun 2018 04:11:11 +0000 (06:11 +0200)]
dev-ruby/uglifier: add 4.1.12
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Brian Evans [Thu, 21 Jun 2018 03:55:08 +0000 (23:55 -0400)]
dev-db/mariadb: Version bump for 10.1.34
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Mike Frysinger [Thu, 21 Jun 2018 02:55:38 +0000 (22:55 -0400)]
sys-libs/zlib: drop install of minizip/crypt.h #658536
Closes: https://bugs.gentoo.org/658536
Mike Frysinger [Wed, 20 Jun 2018 21:34:49 +0000 (17:34 -0400)]
net-misc/openssh: move ssh{,d}_config tweaks to a sep func
No functional changes here. Should make managing src_install easier
as all the sshd_config/ssh_config changes are kept separate.
Mike Frysinger [Wed, 20 Jun 2018 21:00:59 +0000 (17:00 -0400)]
sys-apps/xinetd: switch to upstream systemd service unit
Louis Sautier [Wed, 20 Jun 2018 23:00:25 +0000 (01:00 +0200)]
dev-python/more-itertools: bump to 4.2.0
Use pytest instead of nose because the latter fails.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Ilya Tumaykin [Sat, 16 Jun 2018 20:06:32 +0000 (23:06 +0300)]
profiles: p.use.mask media-video/mpv[vulkan]
mask everywhere but amd64, x86
Closes: https://github.com/gentoo/gentoo/pull/8864
Reviewed-by: Michał Górny <mgorny@gentoo.org>
Ilya Tumaykin [Sat, 16 Jun 2018 20:03:43 +0000 (23:03 +0300)]
media-video/mpv: update 'opengl' USE desc
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Ilya Tumaykin [Sat, 16 Jun 2018 20:01:18 +0000 (23:01 +0300)]
media-video/mpv: add vulkan support to 0.28.2
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Ilya Tumaykin [Sat, 16 Jun 2018 19:29:52 +0000 (22:29 +0300)]
media-video/mpv: add vulkan support to 9999
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
Ilya Tumaykin [Sat, 16 Jun 2018 18:06:50 +0000 (21:06 +0300)]
media-libs/shaderc: new package
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
David Roman [Tue, 19 Jun 2018 19:56:18 +0000 (21:56 +0200)]
dev-python/flask-api: new package.
Closes: https://github.com/gentoo/gentoo/pull/8916
Andreas K. Hüttel [Wed, 20 Jun 2018 21:58:12 +0000 (23:58 +0200)]
sys-libs/glibc: ChangeLog.old didnt exist here yet
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Andreas K. Hüttel [Wed, 20 Jun 2018 21:52:04 +0000 (23:52 +0200)]
dev-libs/gmp: Remove old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Mike Pagano [Wed, 20 Jun 2018 21:49:13 +0000 (17:49 -0400)]
sys-kernel/gentoo-sources: Linux patch 4.16.17
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Mike Gilbert [Wed, 20 Jun 2018 21:46:20 +0000 (17:46 -0400)]
dev-python/vcrpy: skip test requiring network access
Closes: https://bugs.gentoo.org/645514
Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
Mike Gilbert [Wed, 20 Jun 2018 15:33:19 +0000 (11:33 -0400)]
www-client/chromium: update patch
Louis Sautier [Tue, 19 Jun 2018 11:22:21 +0000 (13:22 +0200)]
dev-python/python-ldap: add GitHub to metadata.xml
Also remove xmw's description as his fork is no longer used.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Louis Sautier [Wed, 20 Jun 2018 21:40:16 +0000 (23:40 +0200)]
dev-python/python-ldap: sync live ebuild with 3.1.0
Use the official upstream instead of the fork.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Louis Sautier [Tue, 19 Jun 2018 11:52:08 +0000 (13:52 +0200)]
dev-python/python-ldap: bump to 3.1.0, add Python 3, doc
* 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
Mike Pagano [Wed, 20 Jun 2018 21:31:45 +0000 (17:31 -0400)]
sys-kernel/gentoo-sources: Linux patch 4.14.51
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Louis Sautier [Wed, 20 Jun 2018 20:56:25 +0000 (22:56 +0200)]
dev-python/irc: remove old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Tim Harder [Wed, 20 Jun 2018 02:22:39 +0000 (22:22 -0400)]
x11-terms/kitty: version bump to 0.11.1
Drop to py36 to work around f-strings docs issue (bug #658304).
Closes: https://bugs.gentoo.org/658304
Louis Sautier [Wed, 20 Jun 2018 20:52:58 +0000 (22:52 +0200)]
dev-python/jaraco-stream: bump to 1.2, Python 3.6, PyPy{,3}
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Louis Sautier [Wed, 20 Jun 2018 20:32:42 +0000 (22:32 +0200)]
dev-python/pymediainfo: add missing doc dependency
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Louis Sautier [Wed, 20 Jun 2018 20:26:03 +0000 (22:26 +0200)]
dev-python/flask-bootstrap: support PyPy, Python 3.6, fix deps
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Louis Sautier [Wed, 20 Jun 2018 20:07:26 +0000 (22:07 +0200)]
dev-python/flask-nav: add PyPy{,3}, missing dependency
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Louis Sautier [Wed, 20 Jun 2018 19:54:19 +0000 (21:54 +0200)]
dev-python/visitor: support PyPy{,3}
Remove DEPEND on pytest-runner
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Louis Sautier [Wed, 20 Jun 2018 19:36:21 +0000 (21:36 +0200)]
dev-python/dominate: add PyPy{,3}
Remove pytest-runner from test DEPENDs, it is not required.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Louis Sautier [Wed, 20 Jun 2018 19:22:58 +0000 (21:22 +0200)]
dev-python/flask-debug: support PyPy{,3}, Python 3.6, fix deps
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Hans de Graaff [Wed, 20 Jun 2018 19:22:50 +0000 (21:22 +0200)]
www-apache/passenger: remove vulnerable version
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Jason A. Donenfeld [Wed, 20 Jun 2018 19:20:30 +0000 (21:20 +0200)]
net-vpn/wireguard: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Louis Sautier [Wed, 20 Jun 2018 19:10:00 +0000 (21:10 +0200)]
dev-python/inflection: do not require pytest-runner for tests
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Louis Sautier [Wed, 20 Jun 2018 19:07:47 +0000 (21:07 +0200)]
dev-python/inflection: Support PyPy{,3}, fix DESCRIPTION
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Sergei Trofimovich [Wed, 20 Jun 2018 18:59:19 +0000 (19:59 +0100)]
sys-devel/gcc: stable 7.3.0-r3 for ia64, bug #658444
Bug: https://bugs.gentoo.org/658444
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
Hans de Graaff [Wed, 20 Jun 2018 18:47:03 +0000 (20:47 +0200)]
dev-ruby/rbnacl: cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Louis Sautier [Wed, 20 Jun 2018 18:50:23 +0000 (20:50 +0200)]
dev-python/flask-debug: fix DESCRIPTION
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Pacho Ramos [Wed, 20 Jun 2018 18:44:35 +0000 (20:44 +0200)]
wm-icons fixed
Pacho Ramos [Wed, 20 Jun 2018 18:44:10 +0000 (20:44 +0200)]
x11-themes/wm-icons: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Pacho Ramos [Wed, 20 Jun 2018 18:43:50 +0000 (20:43 +0200)]
x11-themes/wm-icons: Make repoman happy
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Pacho Ramos [Wed, 20 Jun 2018 18:43:25 +0000 (20:43 +0200)]
x11-themes/wm-icons: Fix install (#655174 by Kevin Korb)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Louis Sautier [Wed, 20 Jun 2018 18:44:14 +0000 (20:44 +0200)]
dev-python/flask-wtf: Support Python 3.6, fix dependencies
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
Pacho Ramos [Wed, 20 Jun 2018 18:29:08 +0000 (20:29 +0200)]
sys-devel/dev86: Fix make call (#649940), strip properly (#651462)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Pacho Ramos [Wed, 20 Jun 2018 18:21:09 +0000 (20:21 +0200)]
net-misc/hylafaxplus: Version bump (#547968)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Pacho Ramos [Wed, 20 Jun 2018 18:09:57 +0000 (20:09 +0200)]
net-mail/courier-imap: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Pacho Ramos [Wed, 20 Jun 2018 18:09:03 +0000 (20:09 +0200)]
net-mail/courier-imap: Version bump (#624004)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Pacho Ramos [Wed, 20 Jun 2018 17:49:30 +0000 (19:49 +0200)]
dev-vcs/git-pimp: cram needed for tests (#631054 by toralf)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Pacho Ramos [Wed, 20 Jun 2018 17:45:36 +0000 (19:45 +0200)]
dev-vcs/git-mantle: cram needed for tests (#631042 by toralf)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Alon Bar-Lev [Wed, 20 Jun 2018 16:32:59 +0000 (19:32 +0300)]
dev-libs/libp11: version bump
Closes: https://bugs.gentoo.org/show_bug.cgi?id=658462
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Alon Bar-Lev [Wed, 20 Jun 2018 16:24:20 +0000 (19:24 +0300)]
app-crypt/p11-kit: version bump
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
Alon Bar-Lev [Wed, 20 Jun 2018 16:18:16 +0000 (19:18 +0300)]
dev-libs/xmlsec: version bump
Closes: https://bugs.gentoo.org/show_bug.cgi?id=658594
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Matt Turner [Wed, 20 Jun 2018 18:10:21 +0000 (11:10 -0700)]
profiles: Mask x11-libs/libiterm-mbt for removal
Bug: https://bugs.gentoo.org/658528
Pacho Ramos [Wed, 20 Jun 2018 17:38:29 +0000 (19:38 +0200)]
net-libs/libssh2: Fix openssl-1.1 memleak (#630804)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Pacho Ramos [Wed, 20 Jun 2018 17:35:56 +0000 (19:35 +0200)]
net-libs/libssh2: Fix openssl-1.1 compat (#614784)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Pacho Ramos [Wed, 20 Jun 2018 17:18:39 +0000 (19:18 +0200)]
net-firewall/sanewall: net-tools needed (#621534 by toralf)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Andreas Sturmlechner [Wed, 20 Jun 2018 17:14:03 +0000 (19:14 +0200)]
profiles: powerpc: Stable-mask media-sound/pulseaudio[qt5]
Pacho Ramos [Wed, 20 Jun 2018 16:56:36 +0000 (18:56 +0200)]
media-libs/mediastreamer: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Pacho Ramos [Wed, 20 Jun 2018 16:55:32 +0000 (18:55 +0200)]
net-libs/ortp: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Pacho Ramos [Wed, 20 Jun 2018 16:49:44 +0000 (18:49 +0200)]
net-libs/libeXosip: Drop old/broken version
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Pacho Ramos [Wed, 20 Jun 2018 16:47:45 +0000 (18:47 +0200)]
net-voip/linphone: Drop old/broken version
Lots of bugs and not really stable at present time (#626420)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Eray Aslan [Wed, 20 Jun 2018 16:49:11 +0000 (19:49 +0300)]
mail-mta/postfix: bump to 3.4_pre20180620
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Andreas Sturmlechner [Wed, 20 Jun 2018 16:48:34 +0000 (18:48 +0200)]
profiles: ppc32: Stable-mask media-sound/pulseaudio[qt5]
Bug: https://bugs.gentoo.org/656704
Andreas Sturmlechner [Wed, 20 Jun 2018 16:29:55 +0000 (18:29 +0200)]
app-office/scribus: Move 1.5.3 specific patches into tarball
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Andreas Sturmlechner [Wed, 20 Jun 2018 14:41:17 +0000 (16:41 +0200)]
app-office/scribus: 1.5.4 version bump, fix build with poppler-0.64.0
Closes: https://bugs.gentoo.org/656036
Closes: https://bugs.gentoo.org/657802
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Lars Wendler [Wed, 20 Jun 2018 15:37:46 +0000 (17:37 +0200)]
dev-libs/openssl: Bump to version 1.1.1_pre8. Removed old.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Alexey Shvetsov [Wed, 20 Jun 2018 15:30:49 +0000 (18:30 +0300)]
sci-chemistry/vmd: Update metadata
Closes: https://bugs.gentoo.org/653520
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Mart Raudsepp [Wed, 20 Jun 2018 14:37:19 +0000 (17:37 +0300)]
media-libs/gst-plugins-bad: fix openglmixers plugin enabling
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Mike Gilbert [Wed, 20 Jun 2018 14:00:14 +0000 (10:00 -0400)]
www-client/chromium: dev channel bump (69.0.3464.0)
Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
Mike Gilbert [Wed, 20 Jun 2018 13:58:48 +0000 (09:58 -0400)]
chromium-2.eclass: remove .pak.info files
Craig Andrews [Wed, 20 Jun 2018 13:50:41 +0000 (09:50 -0400)]
media-plugins/kodi-vfs-sftp: SFTP VFS addon for Kodi
Adds support for SFTP to Kodi.
This functionality was originally part of Kodi itself, but was removed in Kodi 18.
See https://github.com/xbmc/xbmc/pull/12005
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Craig Andrews [Wed, 20 Jun 2018 13:50:32 +0000 (09:50 -0400)]
media-tv/kodi: remove sftp use flag on -9999 ebuild
See https://github.com/xbmc/xbmc/pull/12005
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Matija Skala [Mon, 18 Jun 2018 19:49:23 +0000 (21:49 +0200)]
kde-frameworks/kcodecs: Add missing DEPEND
Closes: https://github.com/gentoo/gentoo/pull/8896
Andreas Sturmlechner [Wed, 20 Jun 2018 13:02:51 +0000 (15:02 +0200)]
kde-apps/korganizer: Drop obsolete cmake option
Closes: https://bugs.gentoo.org/658494
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Andreas Sturmlechner [Wed, 20 Jun 2018 12:22:49 +0000 (14:22 +0200)]
dev-libs/quazip: 0.7.6 version bump, moved to GitHub
Bug: https://bugs.gentoo.org/658548
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Andreas Sturmlechner [Tue, 19 Jun 2018 20:25:30 +0000 (22:25 +0200)]
kde-plasma/plasma-nm: Fix cmake options
Closes: https://bugs.gentoo.org/658498
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Andreas Sturmlechner [Mon, 18 Jun 2018 22:26:49 +0000 (00:26 +0200)]
dev-qt: Drop Qt 5.9.5
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Andreas Sturmlechner [Mon, 18 Jun 2018 19:36:07 +0000 (21:36 +0200)]
media-sound/fluidsynth: 1.1.11 version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Michael Haubenwallner [Wed, 20 Jun 2018 11:14:13 +0000 (13:14 +0200)]
profiles/prefix/make.defaults: PYTHON TARGET are incremental vars
We need to drop unwanted base profile values, especially for
PYTHON_SINGLE_TARGET.
Alexis Ballier [Wed, 20 Jun 2018 10:57:46 +0000 (12:57 +0200)]
eclass/ros-catkin.eclass: Use https for homepage and add ROS_REPO_URI too for a quicker link to the repo.
Marek Szuba [Wed, 20 Jun 2018 10:14:26 +0000 (11:14 +0100)]
x11-misc/xiccd: bump to EAPI 7
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Marek Szuba [Wed, 20 Jun 2018 10:13:09 +0000 (11:13 +0100)]
dev-python/pyicu: bump 2.0.3 to EAPI 7
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Marek Szuba [Wed, 20 Jun 2018 10:09:41 +0000 (11:09 +0100)]
dev-libs/amdgpu-pro-opencl: bump to EAPI 7
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Michael Haubenwallner [Wed, 17 Jan 2018 15:21:25 +0000 (16:21 +0100)]
dev-libs/libpcre2: fix cygwin build
Closes: https://bugs.gentoo.org/633612
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/8918
Lars Wendler [Wed, 20 Jun 2018 07:59:56 +0000 (09:59 +0200)]
app-text/poppler: Adjusted sub-slot in live ebuild.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Lars Wendler [Wed, 20 Jun 2018 07:58:07 +0000 (09:58 +0200)]
app-text/poppler: Bump to version 0.66.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Conrad Kostecki [Tue, 19 Jun 2018 18:26:48 +0000 (20:26 +0200)]
x11-plugins/pidgin-telegram: New package
Closes: https://bugs.gentoo.org/529908
Closes: https://github.com/gentoo/gentoo/pull/7777
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Conrad Kostecki [Mon, 18 Jun 2018 20:40:46 +0000 (22:40 +0200)]
dev-libs/nmeap: New package
Needed-by: https://bugs.gentoo.org/652706
Closes: https://bugs.gentoo.org/653150
Closes: https://github.com/gentoo/gentoo/pull/7989
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Michał Górny [Wed, 20 Jun 2018 07:52:34 +0000 (09:52 +0200)]
package.mask: Last rite sys-apps/paludis