Ilya Tumaykin [Tue, 22 Dec 2015 20:36:31 +0000 (23:36 +0300)]
media-video/mpv: add support for EGL video output via GBM
This allows to use EGL on top of a DRM device bypassing window
server/compositor.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 19:43:57 +0000 (22:43 +0300)]
media-video/mpv: drop pvr USE as done upstream wrt bug 568018
This was originally submitted by Vindex17 in PR #318.
Gentoo-Bug: 568018
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 19:41:01 +0000 (22:41 +0300)]
media-video/mpv: add compiler check when vaapi is enabled with egl
VAAPI + EGL combo requires Thread Local Storage C++11 feature or
GNU __thread extension. Add the corresponding check for sanity.
See also https://github.com/mpv-player/mpv/issues/2631
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 19:33:40 +0000 (22:33 +0300)]
media-video/mpv: update vaapi USE dependencies and configure options
VAAPI in mpv is now available for Wayland and for EGL and GLX on X11 as
opposed to GLX only before. A newer libva version is required, though.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 23:08:10 +0000 (02:08 +0300)]
media-video/mpv: revbump 0.11.0 to receive recent live ebuild changes
This requires a small upstream patch to fix include in tests.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Mon, 28 Dec 2015 06:38:36 +0000 (09:38 +0300)]
media-video/mpv: group iconv-dependent deps under iconv USE
Package-Manager: portage-2.2.24
Ilya Tumaykin [Mon, 28 Dec 2015 04:52:39 +0000 (07:52 +0300)]
media-video/mpv: use simpler chmod call
Suggested by mgorny in PR #511.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Mon, 28 Dec 2015 02:56:27 +0000 (05:56 +0300)]
media-video/mpv: indent IUSE contents for clarity
This helps to visualize what lines belong to IUSE variable.
Suggested by mgorny in PR #511.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 19:12:03 +0000 (22:12 +0300)]
media-video/mpv: use ${PN} when not in links
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 19:08:23 +0000 (22:08 +0300)]
media-video/mpv: use more sane logic for opengl and egl USE flags
Currently 'opengl' USE stands for 'anything that draws using OpenGL
API', and 'egl' USE stands for 'EGL for X11'. Notice these are not
complementary.
Thus, for example, on Wayland one should use 'mpv[wayland,opengl,-egl]',
which is a bit counterintuitive, since Wayland (compositor) uses EGL
only. Also one cannot disable GLX support, but leave EGL on X11, because
of USE flags interdependencies.
Both X11 and Wayland use OpenGL API to do drawing, but historically the
first one was native OpenGL in X11 aka GLX and later came EGL in X11 and
Wayland. However, now there is a tendency to prefer EGL to not bind
oneself to X11.
There is no global 'egl' USE atm, but the logic of local 'egl' USEs
across the tree is 'not bind oneself to GLX'. On Linux there is no need
to repeat that drawing is done using OpenGL API even when EGL comes to
play.
Taking all of the above into account more sane and expected meaning
should be given to 'opengl' and 'egl' USE flags.
After this change 'opengl' USE stands for 'OpenGL in X11 aka GLX' and
'egl' USE stands for 'any EGL-based output'. Notice these are now
complementary.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 18:32:29 +0000 (21:32 +0300)]
media-video/mpv: wayland supports rendering via EGL only
This is stated in Wayland docs and mpv configure script.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 18:11:12 +0000 (21:11 +0300)]
media-video/mpv: explicitly enable audio input in Video4Linux streams
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 18:02:08 +0000 (21:02 +0300)]
media-video/mpv: comment on automagic VDPAU HW acceleration
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 17:59:38 +0000 (20:59 +0300)]
media-video/mpv: adjust required libass USE flags wrt bug 562394
mpv uses libass to render subtitles and enca to detect subtitle
encoding. For mpv to support enca, mpv does not need to have
libass[enca]. This helps to avoid problems with >=libass-0.13.0,
which dropped 'enca' USE.
Also enable harfbuzz USE to support subtitles for complex languages.
See [0] as a reference for both of the above.
[0]: https://github.com/mpv-player/mpv/blob/master/DOCS/man/options.rst
Gentoo-Bug: 562394
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 17:22:33 +0000 (20:22 +0300)]
media-video/mpv: adjust required libdvread version from 4.1.3 to 4.1.0
The first libdvdread-4.x version that entered the tree was 4.1.3, so
from the Portage point of view this is ditto. However, mpv configure
script requires libdvdread '>=4.1.0'. Unless someone wants to include
this lengthy explanation why these two versions mismatch in the ebuild,
adjust libdvdread version in dependency.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Mon, 28 Dec 2015 06:27:13 +0000 (09:27 +0300)]
media-video/mpv: clarify USE descriptions in metadata
enca and libguess are used only for subtitles charset discovery.
Minor wording improvements for vf-dlopen and jpeg USE flags.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 17:11:26 +0000 (20:11 +0300)]
media-video/mpv: avoid uchardet automagic dep wrt bug 565646
Add missing uchardet USE flag to avoid automagic dependency on uchardet
wrt bug 565646.
Gentoo-Bug: 565646
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 17:04:38 +0000 (20:04 +0300)]
media-video/mpv: explicitly disable unsupported options
Similar idea was submitted by Vindex17 in PR #318.
This includes static build and APIs from MacOS and Windows.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 16:57:47 +0000 (19:57 +0300)]
media-video/mpv: sort use_enable statements as in configure script
This eases USE reviews during version bumps.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 16:54:06 +0000 (19:54 +0300)]
media-video/mpv: adjust libsdl2 dependency
Similar idea was submitted by Vindex17 in PR #318.
Though libsdl2 is listed under audio outputs in configure script,
it actually handles both audio and video outputs. Thus video and sound
USE flags should be enabled for libsdl2. We also want X or wayland USE
flag enabled for libsdl2, so mpv can create a window to render in.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 16:49:47 +0000 (19:49 +0300)]
media-video/mpv: tidy comments
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 16:44:10 +0000 (19:44 +0300)]
media-video/mpv: enable test support, masked on ~alpha for now
mpv has a small, but working test suite. It requires dev-util/cmocka,
which is missing ~alpha keyword atm. Thus a package USE mask is needed.
See bug 569558 for dev-util/cmocka KEYWORDREQ.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 16:37:02 +0000 (19:37 +0300)]
media-video/mpv: simplify mesa dependency
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 16:31:44 +0000 (19:31 +0300)]
media-video/mpv: add missing libXdamage dep for OpenGL on X (GLX)
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 16:15:41 +0000 (19:15 +0300)]
media-video/mpv: introduce missing archive USE
This USE enables archive support via libarchive.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 16:11:37 +0000 (19:11 +0300)]
media-video/mpv: use COMMON_DEPEND for common dependencies
This was originally submitted by Vindex17 in PR #318.
This makes DEPEND/RDEPEND setup simple and readable.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 15:54:18 +0000 (18:54 +0300)]
media-video/mpv: rename doc-pdf USE to doc
We have the standard way to enable documentation build in Gentoo and
this way is global doc USE.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 15:49:46 +0000 (18:49 +0300)]
media-video/mpv: remove useless deps on x11-proto/*
These packages are pulled by the corresponding libs already.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 15:42:20 +0000 (18:42 +0300)]
media-video/mpv: fix libva dependency version wrt bug 565618
This was originally submitted by Vindex17 in PR #318.
Gentoo-Bug: 565618
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 15:36:07 +0000 (18:36 +0300)]
media-video/mpv: remove explicit dependency on libcdio
Upstream requires only libcdio-cdparanoia for CDDA support.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 15:23:52 +0000 (18:23 +0300)]
media-video/mpv: rename cdio USE to cdda
This was originally submitted by Vindex17 in PR #318.
Local cdio USE has the same meaning for mpv as global cdda USE. It looks
like it was copied from mplayer ebuild where it made sense, because
mplayer could support both cdparanoia and cdio-paranoia at the time. On
the other hand, current mpv only supports cdio-paranoia.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 15:13:55 +0000 (18:13 +0300)]
media-video/mpv: sort dependencies alphabetically
Package-Manager: portage-2.2.24
Ilya Tumaykin [Mon, 28 Dec 2015 04:46:23 +0000 (07:46 +0300)]
media-video/mpv: use elog for libav USE message
This way user is also informed after the build that he may lose some
functionality with libav.
Suggested by mgorny in PR #511.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 15:08:38 +0000 (18:08 +0300)]
media-video/mpv: better wording in user messages
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 15:06:39 +0000 (18:06 +0300)]
media-video/mpv: do USE checks in pkg_pretend
This was originally submitted by Vindex17 in PR #318.
This is the proper place if we will need to die early (we will).
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 14:59:13 +0000 (17:59 +0300)]
media-video/mpv: sort eclasses alphabetically
Package-Manager: portage-2.2.24
Ilya Tumaykin [Mon, 28 Dec 2015 02:43:54 +0000 (05:43 +0300)]
media-video/mpv: make waf sources be appended to SRC_URI
This helps to avoid confusion that waf sources are the only ones being
fetched.
Suggested by mgorny in PR #511.
Also use a shorter fetch URL for waf sources.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 14:56:19 +0000 (17:56 +0300)]
media-video/mpv: rename WAF_V to WAF_PV to be in sync with Portage
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 14:47:07 +0000 (17:47 +0300)]
media-video/mpv: make more probable branch first
We have only one live ebuild and no less than one versioned ebuild.
Thus make the versioned case be the first to preserve the flow of
reading in most cases.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 14:37:12 +0000 (17:37 +0300)]
media-video/mpv: use HTTPS links where possible
Package-Manager: portage-2.2.24
Ilya Tumaykin [Tue, 22 Dec 2015 14:32:15 +0000 (17:32 +0300)]
media-video/mpv: whitespace change to improve readability
Package-Manager: portage-2.2.24
Ian Delaney [Mon, 28 Dec 2015 12:42:49 +0000 (20:42 +0800)]
profiles/arch/amd64/package.use.mask: typo; add missed '#'
Ian Delaney [Mon, 28 Dec 2015 12:41:32 +0000 (20:41 +0800)]
profiles/arch/x86/package.use.mask: typo; add missed '#'
Ian Delaney [Mon, 28 Dec 2015 11:14:05 +0000 (19:14 +0800)]
profiles/arch/alpha/package.use.mask: set use/mask for media-video/mpv test
Pull request: https://github.com/gentoo/gentoo/pull/511,544
Ian Delaney [Mon, 28 Dec 2015 08:21:24 +0000 (16:21 +0800)]
profiles/arch/x86/package.use.mask: unmask IUSE uchardet for media-video/mpv
Pull request: https://github.com/gentoo/gentoo/pull/511
Ian Delaney [Mon, 28 Dec 2015 08:18:50 +0000 (16:18 +0800)]
profiles/arch/amd64/package.use.mask: unmask IUSE uchardet for media-video/mpv
Pull request: https://github.com/gentoo/gentoo/pull/511
Ian Delaney [Mon, 28 Dec 2015 08:14:15 +0000 (16:14 +0800)]
profiles/base/package.use.mask: masking IUSE uchardet for media-video/mpv
temporary measure until keywording completed for dev-libs/uchardet
Pull request: https://github.com/gentoo/gentoo/pull/511
Patrice Clement [Mon, 28 Dec 2015 09:59:03 +0000 (09:59 +0000)]
Merge remote-tracking branch 'github/pr/535'.
Patrice Clement [Mon, 28 Dec 2015 09:55:12 +0000 (09:55 +0000)]
Merge remote-tracking branch 'github/pr/540'.
Patrice Clement [Mon, 28 Dec 2015 09:52:02 +0000 (09:52 +0000)]
Merge remote-tracking branch 'github/pr/543'. Fixes bug 568878.
Agostino Sarubbo [Mon, 28 Dec 2015 08:42:00 +0000 (09:42 +0100)]
net-misc/rsync: amd64 stable wrt bug #569140
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Dirkjan Ochtman [Sun, 27 Dec 2015 18:14:19 +0000 (19:14 +0100)]
dev-util/rebar: version bump to 2.6.0, EAPI=5
Hans de Graaff [Mon, 28 Dec 2015 08:05:24 +0000 (09:05 +0100)]
net-irc/epic5: cleanup for bug 547768
Package-Manager: portage-2.2.24
Heather Cynede [Mon, 28 Dec 2015 07:56:08 +0000 (11:56 +0400)]
dev-lang/mono: mono 4.2.2.10 patch corrections
Package-Manager: portage-2.2.26
Jeroen Roovers [Mon, 28 Dec 2015 07:57:35 +0000 (08:57 +0100)]
dev-libs/liblinear: Stable for PPC64 (bug #569730).
Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches
Alexis Ballier [Mon, 28 Dec 2015 07:56:17 +0000 (08:56 +0100)]
media-video/ffmpeg: use openjpeg2 in live ebuild
Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Jeroen Roovers [Mon, 28 Dec 2015 07:53:45 +0000 (08:53 +0100)]
app-shells/bash: Stable for HPPA PPC64 (bug #569874).
Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches
Hans de Graaff [Mon, 28 Dec 2015 07:46:40 +0000 (08:46 +0100)]
net-misc/termtter: add 2.2.3
Also remove 2.2.2 since could no longer be installed due
to ruby19 being deprecated for some time.
Package-Manager: portage-2.2.24
Jeroen Roovers [Mon, 28 Dec 2015 07:45:36 +0000 (08:45 +0100)]
net-firewall/psad: Version bump.
Package-Manager: portage-2.2.26
Jeroen Roovers [Mon, 28 Dec 2015 07:41:52 +0000 (08:41 +0100)]
net-misc/apt-cacher-ng: Version bump.
Package-Manager: portage-2.2.26
Alexis Ballier [Mon, 28 Dec 2015 07:38:11 +0000 (08:38 +0100)]
media-plugins/live: bump to 2015.12.22.
Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Jeroen Roovers [Mon, 28 Dec 2015 07:38:21 +0000 (08:38 +0100)]
www-client/surf: Add dev-libs/glib SLOT.
Package-Manager: portage-2.2.26
Jeroen Roovers [Mon, 28 Dec 2015 07:36:18 +0000 (08:36 +0100)]
www-client/surf: Version bump.
Package-Manager: portage-2.2.26
Jeroen Roovers [Mon, 28 Dec 2015 07:12:12 +0000 (08:12 +0100)]
www-client/opera-developer: Version bump.
Package-Manager: portage-2.2.26
Alexis Ballier [Mon, 28 Dec 2015 07:31:19 +0000 (08:31 +0100)]
media-video/mkvtoolnix: remove old
Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Slawomir Lis [Mon, 28 Dec 2015 07:02:15 +0000 (08:02 +0100)]
version bump, #569628
Package-Manager: portage-2.2.26
Hans de Graaff [Mon, 28 Dec 2015 06:51:23 +0000 (07:51 +0100)]
dev-ruby/asciidoctor: add 1.5.3
Package-Manager: portage-2.2.24
Hans de Graaff [Mon, 28 Dec 2015 06:30:11 +0000 (07:30 +0100)]
dev-ruby/asciimath: initial import of 1.0.2
New dependency for dev-ruby/asciidoctor
Package-Manager: portage-2.2.24
Slawomir Lis [Mon, 28 Dec 2015 05:56:46 +0000 (06:56 +0100)]
version bump
Package-Manager: portage-2.2.26
Slawomir Lis [Mon, 28 Dec 2015 05:52:24 +0000 (06:52 +0100)]
Fixed #569636
Package-Manager: portage-2.2.26
Robin H. Johnson [Mon, 28 Dec 2015 03:29:43 +0000 (19:29 -0800)]
sys-kernel/genkernel: new release.
Package-Manager: portage-2.2.24
Davide Pesavento [Mon, 28 Dec 2015 02:46:37 +0000 (03:46 +0100)]
qt4-build.eclass: remove dead eclass
https://archives.gentoo.org/gentoo-dev/message/
35353553177e12af2b0a054c96f44707
Davide Pesavento [Mon, 28 Dec 2015 02:32:11 +0000 (03:32 +0100)]
qt*.eclass: do not talk about "herd"
Doug Goldstein [Thu, 24 Dec 2015 23:33:33 +0000 (17:33 -0600)]
sys-fs/lvm2: add missing dependency for USE=lvm2create_initrd
USE=lvm2create_initrd needs app-arch/cpio
Gentoo-Bug: 500308
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Doug Goldstein [Thu, 24 Dec 2015 23:28:35 +0000 (17:28 -0600)]
sys-fs/lvm2: conditionally depend on lvmetad
If the user has configured their system to be dependent on lvmetad in
/etc/lvm/lvm.conf then we need to depend on lvmetad starting up.
Otherwise it shouldn't be necessary and won't be started.
Gentoo-Bug: 503016
Gentoo-Bug: 525614
Gentoo-Bug: 554918
Gentoo-Bug: 565154
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Doug Goldstein [Thu, 24 Dec 2015 22:51:37 +0000 (16:51 -0600)]
sys-fs/lvm2: fix missing dir for lvmetad
lvmetad fails to start up due to /run/lvm not existing when it the
system needs it to start. This ensures the directory is created.
Gentoo-Bug: 521960
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Ilya Tumaykin [Sun, 27 Dec 2015 23:23:37 +0000 (02:23 +0300)]
media-video/aegisub: remove old
Package-Manager: portage-2.2.24
Ilya Tumaykin [Sun, 27 Dec 2015 23:21:00 +0000 (02:21 +0300)]
media-video/aegisub: reuse patch for 3.2.2 in live ebuild
Package-Manager: portage-2.2.24
Ilya Tumaykin [Sun, 27 Dec 2015 23:18:40 +0000 (02:18 +0300)]
media-video/aegisub: remove clang-only options to avoid warnings on gcc
These options only suppress compilation warnings and do not alter
compilation itself, so it is safe to remove them.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Sun, 27 Dec 2015 23:08:00 +0000 (02:08 +0300)]
media-video/aegisub: adjust LIBS_LUA placement in luajit unbundle patch
LIBS_LUA (aka '-lluajit-5.x') is included in OBJ list in automation
build. This is why linking to luajit works properly.
However, the expected behaviour is to include LIBS_LUA in LIBS list.
Package-Manager: portage-2.2.24
Ilya Tumaykin [Sun, 27 Dec 2015 22:49:39 +0000 (01:49 +0300)]
media-video/aegisub: adjust pthread patch wrt bug 568878
- Always append '-lpthread' to LIBS_PTHREAD since build system fails to
do so when needed.
- Add CFLAGS_PTHREAD to libaegisub build since it uses pthreads.
- Remove CFLAGS_PTHREAD from tools build since it does not use pthreads,
but only links with archive that includes pthread symbols.
Gentoo-Bug: 568878
Package-Manager: portage-2.2.24
Michał Górny [Sun, 27 Dec 2015 22:47:38 +0000 (23:47 +0100)]
sys-devel/llvm: Backport msan fix for 4.1+ kernels, bug #569894
Anthony G. Basile [Sun, 27 Dec 2015 22:57:30 +0000 (17:57 -0500)]
dev-util/plan9port: add prefix support, bug #567260
Thanks Jeremi Piotrowski <jeremi.piotrowski@gmail.com>
Package-Manager: portage-2.2.24
Mike Frysinger [Sun, 27 Dec 2015 22:12:59 +0000 (17:12 -0500)]
sys-apps/findutils: version bump to 4.5.18
Ilya Tumaykin [Sun, 27 Dec 2015 19:57:28 +0000 (22:57 +0300)]
app-admin/ulogd: drop obsolete initscript and systemd unit suffixes
Package-Manager: portage-2.2.24
Ilya Tumaykin [Sun, 27 Dec 2015 19:53:14 +0000 (22:53 +0300)]
app-admin/ulogd: remove old
Package-Manager: portage-2.2.24
Amy Winston [Sun, 27 Dec 2015 19:58:19 +0000 (20:58 +0100)]
x11-misc/tint2: version bump 0.12.3 bug #565876.Thanks Anthony Parsons.
Package-Manager: portage-2.2.24
Zac Medico [Sun, 27 Dec 2015 19:46:54 +0000 (11:46 -0800)]
app-emulation/docker-swarm: version bump to 1.0.1
Package-Manager: portage-2.2.26
Christian Ruppert [Sun, 27 Dec 2015 19:38:54 +0000 (20:38 +0100)]
net-dns/bind-tools: Version bump. Fixes bug 563648 and bug 568982
Package-Manager: portage-2.2.26
Christian Ruppert [Sun, 27 Dec 2015 19:36:51 +0000 (20:36 +0100)]
net-dns/bind: Add patch comment / bug id
Package-Manager: portage-2.2.26
Christian Ruppert [Sun, 27 Dec 2015 19:32:04 +0000 (20:32 +0100)]
net-dns/bind: Version bump. Fixes bug 563362, bug 567438 and bug 568982
Package-Manager: portage-2.2.26
Zac Medico [Sun, 27 Dec 2015 19:03:06 +0000 (11:03 -0800)]
app-emulation/docker-machine: version bump to 0.5.4
Package-Manager: portage-2.2.26
Michael Palimaka [Sun, 27 Dec 2015 18:56:46 +0000 (05:56 +1100)]
dev-util/pmk: mask for removal
Thomas Beierlein [Sun, 27 Dec 2015 18:43:50 +0000 (19:43 +0100)]
media-radio/cwdaemon: Version bump
Package-Manager: portage-2.2.26
Michael Palimaka [Sun, 27 Dec 2015 18:29:34 +0000 (05:29 +1100)]
dev-util/kdevelop*: remove old
Nicolas Bock [Sun, 27 Dec 2015 18:26:40 +0000 (11:26 -0700)]
app-text/jabref-bin: Version bump.
Package-Manager: portage-2.2.24
Michael Palimaka [Sun, 27 Dec 2015 17:53:39 +0000 (04:53 +1100)]
app-text/bibletime: backport patch from upstream solving build with Qt 5.5
Package-Manager: portage-2.2.26
Michael Palimaka [Sun, 27 Dec 2015 17:28:59 +0000 (04:28 +1100)]
app-text/bibletime: raise dependency required to build
Package-Manager: portage-2.2.26
Michael Palimaka [Sun, 27 Dec 2015 17:27:12 +0000 (04:27 +1100)]
app-text/bibletime: fix build with USE="-qt5"
Package-Manager: portage-2.2.26
Gilles Dartiguelongue [Sun, 27 Dec 2015 17:13:00 +0000 (18:13 +0100)]
media-video/pitivi: drop old revision, bug #569648
Package-Manager: portage-2.2.26