[gentoo-commits] repo/gentoo:master commit in: dev-lang/erlang/

2018-09-17 Thread Michał Górny
commit: 9df8c3acffa1d832070e50b7f824270a29103f28
Author: Harley Wiltzer  hotmail  com>
AuthorDate: Sun Sep  2 19:56:07 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 18 06:58:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df8c3ac

dev-lang/erlang: Fixes docs pdf installation

Closes: https://bugs.gentoo.org/467116
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9769

 dev-lang/erlang/erlang-20.3.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-lang/erlang/erlang-20.3.ebuild 
b/dev-lang/erlang/erlang-20.3.ebuild
index 90ffecb7144..6d717177588 100644
--- a/dev-lang/erlang/erlang-20.3.ebuild
+++ b/dev-lang/erlang/erlang-20.3.ebuild
@@ -146,10 +146,12 @@ src_install() {
echo "MANPATH=\"${EPREFIX}${ERL_LIBDIR}/man\"" > 
"${ED}/etc/env.d/90erlang"
 
if use doc ; then
-   dohtml -A README,erl,hrl,c,h,kwc,info -r \
-   "${WORKDIR}"/doc "${WORKDIR}"/lib "${WORKDIR}"/erts-*
+   local DOCS=( "AUTHORS" "HOWTO"/* "README.md" "CONTRIBUTING.md" 
"${WORKDIR}"/doc "${WORKDIR}"/lib "${WORKDIR}"/erts-* )
+   docompress -x /usr/share/doc/${PF}
fi
 
+   einstalldocs
+
if use emacs ; then
pushd "${S}"
elisp-install erlang lib/tools/emacs/*.{el,elc}



[gentoo-commits] repo/gentoo:master commit in: net-im/qtox/

2018-09-17 Thread Michał Górny
commit: df40bb5aae04f71bf65c2846ce23bc741a88188d
Author: Susan Wilson  airmail  cc>
AuthorDate: Sat Sep 15 03:35:06 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 18 06:57:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df40bb5a

net-im/qtox: add missing libexif dep

Closes: https://bugs.gentoo.org/663506
Closes: https://github.com/gentoo/gentoo/pull/9869

 net-im/qtox/qtox-1.16.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/qtox/qtox-1.16.3.ebuild b/net-im/qtox/qtox-1.16.3.ebuild
index 4bd474cc1f4..0f7b98649ed 100644
--- a/net-im/qtox/qtox-1.16.3.ebuild
+++ b/net-im/qtox/qtox-1.16.3.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
dev-qt/qtwidgets:5
dev-qt/qtxml:5
media-gfx/qrencode:=
+   media-libs/libexif
media-libs/openal
>=media-video/ffmpeg-2.6.3:=[webp,v4l]
net-libs/tox:0/0.2[av]



[gentoo-commits] repo/gentoo:master commit in: dev-python/kombu/files/

2018-09-17 Thread Michał Górny
commit: 22ef831f426fada4c1031a1109c54ac444654be5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Sep 11 17:20:12 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 18 06:49:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ef831f

dev-python/kombu: remove unused patch(es)

 dev-python/kombu/files/kombu-NA-tests-fix.patch | 16 
 1 file changed, 16 deletions(-)

diff --git a/dev-python/kombu/files/kombu-NA-tests-fix.patch 
b/dev-python/kombu/files/kombu-NA-tests-fix.patch
deleted file mode 100644
index a4bcda6e292..000
--- a/dev-python/kombu/files/kombu-NA-tests-fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://github.com/celery/kombu/commit/828ba134105eeb4c6df52cb4441cf90c297b77e3
-Fixes NA bug with amqplib.
-diff --git a/kombu/transport/amqplib.py b/kombu/transport/amqplib.py
-index feedee7..f57e28c 100644
 a/kombu/transport/amqplib.py
-+++ b/kombu/transport/amqplib.py
-@@ -17,6 +17,9 @@ class SSLError(Exception):  # noqa
- pass
- from struct import unpack
- 
-+class NA(object):
-+pass
-+
- try:
- from amqplib import client_0_8 as amqp
- from amqplib.client_0_8 import transport



[gentoo-commits] repo/gentoo:master commit in: app-misc/fujiplay/, app-misc/fujiplay/files/

2018-09-17 Thread Michał Górny
commit: 206356bcbe465d0996fe8d04fb2e15551ca0f6f0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Sep 12 11:56:55 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 18 06:51:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206356bc

app-misc/fujiplay: EAPI7, fix HOMEPAGE/SRC_URI, improve ebuild

Closes: https://bugs.gentoo.org/665772
Closes: https://github.com/gentoo/gentoo/pull/9843

 app-misc/fujiplay/Manifest |  1 +
 .../files/fujiplay-1.33-unterminated-strings.patch |  4 +-
 app-misc/fujiplay/fujiplay-1.33-r1.ebuild  | 45 ++
 3 files changed, 48 insertions(+), 2 deletions(-)

diff --git a/app-misc/fujiplay/Manifest b/app-misc/fujiplay/Manifest
index cf4af29ecfe..ef977f241d8 100644
--- a/app-misc/fujiplay/Manifest
+++ b/app-misc/fujiplay/Manifest
@@ -1 +1,2 @@
+DIST fujiplay-1.33.tar.gz 12588 BLAKE2B 
4be2b4d44696f5d43942c19cde308874684c87762b2778026750c4db9ba249c2ec8b7986bca5c526c7199289b3094157c068067db38a015372fd6fbd5a1e285d
 SHA512 
168ce95b6926da2438fb858b2537060877145b28638217214f72833fcc75b76dd7e5bba9ed0ca966cd2f7f1c31ca3302ee4662907bf743c393314d615d795149
 DIST fujiplay.tgz 12588 BLAKE2B 
4be2b4d44696f5d43942c19cde308874684c87762b2778026750c4db9ba249c2ec8b7986bca5c526c7199289b3094157c068067db38a015372fd6fbd5a1e285d
 SHA512 
168ce95b6926da2438fb858b2537060877145b28638217214f72833fcc75b76dd7e5bba9ed0ca966cd2f7f1c31ca3302ee4662907bf743c393314d615d795149

diff --git a/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch 
b/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch
index 7f03c696c20..1ae94633624 100644
--- a/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch
+++ b/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch
@@ -1,5 +1,5 @@
 fujiplay.c 1999-02-23 10:30:31.0 +0100
-+++ fujiplay.c 2006-08-05 00:50:08.0 +0200
+--- a/fujiplay.c   1999-02-23 10:30:31.0 +0100
 b/fujiplay.c   2006-08-05 00:50:08.0 +0200
 @@ -759,40 +759,38 @@
return 1;
  }

diff --git a/app-misc/fujiplay/fujiplay-1.33-r1.ebuild 
b/app-misc/fujiplay/fujiplay-1.33-r1.ebuild
new file mode 100644
index 000..796eccb8d31
--- /dev/null
+++ b/app-misc/fujiplay/fujiplay-1.33-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Utility for Fujifilm/Leica digital cameras (via serial port)"
+HOMEPAGE="https://www.math.u-psud.fr/~bousch/fujiplay.html";
+SRC_URI="https://www.math.u-psud.fr/~bousch/${PN}.tgz -> ${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}"
+
+PATCHES=( "${FILESDIR}"/${P}-unterminated-strings.patch )
+
+src_compile() {
+   emake CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS}" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin fujiplay yycc2ppm
+   dodoc README fujiplay.lsm mx700-commands.html
+   emake all clean
+}
+
+pkg_postinst() {
+   ln -s /dev/ttyS0 /dev/fujifilm || die
+   elog "A symbolic link /dev/ttyS0 -> /dev/fujifilm was created."
+   elog "You may want to create a serial group to allow non-root"
+   elog "members R/W access to the serial device."
+   elog
+}
+
+pkg_postrm() {
+   rm -f /dev/fujifilm || die
+   elog
+   elog "The symbolic link /dev/fujifilm was removed."
+   elog
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/py-amqp/files/

2018-09-17 Thread Michał Górny
commit: fdd36e50f4afb9b958bcd73ff05e2f6a344e67a5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Sep 11 17:20:23 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 18 06:49:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd36e50

dev-python/py-amqp: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/9828

 .../files/py-amqp-1.3.3-disable_socket_tests.patch| 15 ---
 1 file changed, 15 deletions(-)

diff --git a/dev-python/py-amqp/files/py-amqp-1.3.3-disable_socket_tests.patch 
b/dev-python/py-amqp/files/py-amqp-1.3.3-disable_socket_tests.patch
deleted file mode 100644
index 67353e3b8ae..000
--- a/dev-python/py-amqp/files/py-amqp-1.3.3-disable_socket_tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ur amqp-1.3.3.orig/funtests/run_all.py amqp-1.3.3/funtests/run_all.py
 funtests/run_all.py2013-11-10 08:53:13.0 +0800
-+++ funtests/run_all.py2013-12-18 21:10:54.050283404 +0800
-@@ -23,10 +23,7 @@
- TEST_NAMES = [
- 'test_exceptions',
- 'test_serialization',
--'test_basic_message',
--'test_connection',
--'test_channel',
--'test_with',
-+'test_basic_message'
- ]
- 
- 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/leatherman/

2018-09-17 Thread Matt Thode
commit: 3d921cc0aaefdf54c321acf3201eab3a759e0070
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Sep 18 06:45:32 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Sep 18 06:45:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d921cc0

dev-libs/leatherman: 1.5.0 bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/leatherman/Manifest|  1 +
 dev-libs/leatherman/leatherman-1.5.0.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-libs/leatherman/Manifest b/dev-libs/leatherman/Manifest
index 1c6f17ad1b4..5f19f09ed43 100644
--- a/dev-libs/leatherman/Manifest
+++ b/dev-libs/leatherman/Manifest
@@ -1,2 +1,3 @@
 DIST leatherman-1.3.0.tar.gz 434229 BLAKE2B 
e0c19bca2378afc4928554ac0862543504ba725aadc6cffd78220f7f7f1b725cad960fc6d9fdd2d54a43c233b35959ebcb9c71d1191a5535703599fa32e3301e
 SHA512 
5e06be7add652f69b0d4a8d778e33dfb68183c4d598217cc6542d2431f7984f0af989c27bd69e89b77ab03d6dd2adab9d70f68cd87dae20d8e24ae05923fbe9b
 DIST leatherman-1.4.2.tar.gz 814263 BLAKE2B 
5ca8123f264ed0f7843c6fc1b0966c577fb9d12933e5baa375e0beef8ba17afe4388f1e05e1022e392c50e32e159b765531137cf069bd0f5b8baa3626c860949
 SHA512 
e0cb19605163b68ac5a8fc74e875d856af5e34345f19c38f0db45da7536ec27ba6cf4b4e8c5883ceb9a5978cdc8831181ec89ad4105252366b198af4f3f22bff
+DIST leatherman-1.5.0.tar.gz 814292 BLAKE2B 
d48f09ade91fd5194669101fc5c9e60ad1eba09dce61507c716257bfeaef4cf8e9318f5674a23c92bf95324fad7712443f4c31ea09de1b9769e4d4e2d1a2de15
 SHA512 
9788722bb85ff3018f4b7ecccd9dbd86104d8bdafd6179766e137ed09343e4b6b2029e48afe2aa4bae03e2b45176fc619da0697e3e305ee4651cc21602e15af4

diff --git a/dev-libs/leatherman/leatherman-1.5.0.ebuild 
b/dev-libs/leatherman/leatherman-1.5.0.ebuild
new file mode 100644
index 000..d209a991053
--- /dev/null
+++ b/dev-libs/leatherman/leatherman-1.5.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils multilib
+
+DESCRIPTION="A C++ toolkit"
+HOMEPAGE="https://github.com/puppetlabs/leatherman";
+SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+IUSE="debug static-libs test"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0/${PV}"
+
+RDEPEND="net-misc/curl"
+DEPEND=">=dev-libs/boost-1.54:=[nls]
+   net-misc/curl
+   >=sys-devel/gcc-4.8:*"
+
+PATCHES=( "${FILESDIR}"/portage-sandbox-test-fix.patch )
+
+src_prepare() {
+   sed -i 's/\-Werror\ //g' "cmake/cflags.cmake" || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DCMAKE_BUILD_TYPE=None
+   -DCMAKE_INSTALL_PREFIX=/usr
+   )
+   if ! use static-libs; then
+   mycmakeargs+=(
+   -DLEATHERMAN_SHARED=ON
+   )
+   else
+   mycmakeargs+=(
+   -DLEATHERMAN_SHARED=OFF
+   )
+   fi
+   if use debug; then
+   mycmakeargs+=(
+ -DCMAKE_BUILD_TYPE=Debug
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_test() {
+   "${WORKDIR}/${P}"_build/bin/leatherman_test
+}
+
+src_install() {
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/

2018-09-17 Thread Matt Thode
commit: a4ccf9d957bd2e1408b7ddb6a706df0822f61498
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Sep 18 06:48:51 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Sep 18 06:48:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ccf9d9

dev-ruby/facter: 3.12.0 bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-ruby/facter/Manifest | 1 +
 dev-ruby/facter/{facter-.ebuild => facter-3.12.0.ebuild} | 1 +
 dev-ruby/facter/facter-.ebuild   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
index 868765f4765..7c129b02248 100644
--- a/dev-ruby/facter/Manifest
+++ b/dev-ruby/facter/Manifest
@@ -3,4 +3,5 @@ DIST facter-3.11.1.tar.gz 384201 BLAKE2B 
349493f0046239ed900cb22df6cac2f5c1f7485
 DIST facter-3.11.2.tar.gz 384784 BLAKE2B 
f280772231a9105e5924cdb777411861a76a67c15b4d7f3cc73fb9c089752a4e5fa43c4d84b8525917fae71ae34c770925161cc94882e74a704d6609b1c1778a
 SHA512 
aaeee7449813590ac8bc8d3b1b2a654e75bcdaabbb19f91f8b282f747e0f8af05ef71bc872b99c226f0db4d06b67549551f62c365853f5829c6b26c931c0b582
 DIST facter-3.11.3.tar.gz 384882 BLAKE2B 
ad6103df38efb6abd68d9f831e53dba2767401e129d55bb94adee4dc3f8bc48c7a969050cc52d395a196883d561317ccb72bfaba2775e003171fd6941935feb8
 SHA512 
6b2dbc5a0bc1c70739a4c0987311ef0891a27f64ed1b45a46cc20a37e6d1d24fda0481976fbf743f83f10d2014f6e0df0e2b5cc9eba19924e831652e1a8417ef
 DIST facter-3.11.4.tar.gz 388074 BLAKE2B 
c3105376ba8d74df08e7e19ca7b5291d241d57aebb43a77d0dabe96668a07a62bf70fb18aa3bc3d85011e22f935a711daade17cf60ad867a7503e1b731647c88
 SHA512 
af58d0592a4b220d8f1d9a6d065da71136b58b7a474587c140021fd2915d920d328bad52178566f26292bd932ca1ac1371a631f88a567876265c7494bb01c518
+DIST facter-3.12.0.tar.gz 390445 BLAKE2B 
8c7f2fccd16df3b13df451c18eaeb0cb837d1408b247bbf35f264e3adc2daeb5efaf3008ecf95428433d19067310b2d273a6001e1e151c260ddd5185f54b
 SHA512 
2ef78903f62784f86f8d155f9f10ba793c10742f87d80c894c6bd505ae9186b5e875366d9c05899fe5e25f2994cf66b7d73d6c6570a38a7bc6e45ff0d5108c36
 DIST facter-3.9.2.tar.gz 380883 BLAKE2B 
d2804664e0499715230e5696c5a9ebae933f5b43dfb37154251d47763c2c7f78cfa8d1413dd836e5a0c76ed67300d066fa5bb390f17f85cd4cb7a444eaf0d133
 SHA512 
bc040826311bbff40f5a151ade315d9d47ef1e0f3faa570805e48ca55405265e66308230118b9cd59f701ecd76a7b0fd4d9200dd4ace838521223a162b105374

diff --git a/dev-ruby/facter/facter-.ebuild 
b/dev-ruby/facter/facter-3.12.0.ebuild
similarity index 98%
copy from dev-ruby/facter/facter-.ebuild
copy to dev-ruby/facter/facter-3.12.0.ebuild
index d99f0e0675c..683775e7668 100644
--- a/dev-ruby/facter/facter-.ebuild
+++ b/dev-ruby/facter/facter-3.12.0.ebuild
@@ -82,6 +82,7 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_VERBOSE_MAKEFILE=ON
-DRUBY_LIB_INSTALL=${my_ruby_sitelibdir}
+   -DBLKID_LIBRARYDIR="${EPREFIX}/$(get_libdir)"
)
if use debug; then
mycmakeargs+=(

diff --git a/dev-ruby/facter/facter-.ebuild 
b/dev-ruby/facter/facter-.ebuild
index d99f0e0675c..683775e7668 100644
--- a/dev-ruby/facter/facter-.ebuild
+++ b/dev-ruby/facter/facter-.ebuild
@@ -82,6 +82,7 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_VERBOSE_MAKEFILE=ON
-DRUBY_LIB_INSTALL=${my_ruby_sitelibdir}
+   -DBLKID_LIBRARYDIR="${EPREFIX}/$(get_libdir)"
)
if use debug; then
mycmakeargs+=(



[gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/

2018-09-17 Thread Eray Aslan
commit: 8978227035b09b94e251cdbe9dca708818718d3e
Author: Eray Aslan  gentoo  org>
AuthorDate: Tue Sep 18 06:24:41 2018 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Tue Sep 18 06:25:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89782270

net-mail/mailutils: fix building with emacs

thanks Ulrich Müller for the patch
Closes: https://bugs.gentoo.org/656324
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-mail/mailutils/mailutils-3.4-r3.ebuild | 136 +
 1 file changed, 136 insertions(+)

diff --git a/net-mail/mailutils/mailutils-3.4-r3.ebuild 
b/net-mail/mailutils/mailutils-3.4-r3.ebuild
new file mode 100644
index 000..ff55ff32e35
--- /dev/null
+++ b/net-mail/mailutils/mailutils-3.4-r3.ebuild
@@ -0,0 +1,136 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools elisp-common eutils flag-o-matic python-single-r1 
toolchain-funcs
+
+DESCRIPTION="A useful collection of mail servers, clients, and filters"
+HOMEPAGE="https://www.gnu.org/software/mailutils/mailutils.html";
+SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="berkdb bidi +clients emacs gdbm sasl guile ipv6 kerberos kyotocabinet \
+   ldap mysql nls pam postgres python servers ssl static-libs +threads 
tcpd \
+   tokyocabinet"
+
+RDEPEND="!mail-client/nmh
+   !mail-filter/libsieve
+   !mail-client/mailx
+   !mail-client/nail
+   sys-libs/ncurses:=
+   sys-libs/readline:=
+   dev-libs/libltdl:0
+   virtual/mta
+   berkdb? ( sys-libs/db:= )
+   bidi? ( dev-libs/fribidi )
+   emacs? ( virtual/emacs )
+   gdbm? ( sys-libs/gdbm )
+   guile? ( dev-scheme/guile:12/22 )
+   kerberos? ( virtual/krb5 )
+   kyotocabinet? ( dev-db/kyotocabinet )
+   ldap? ( net-nds/openldap )
+   mysql? ( virtual/mysql )
+   nls? ( sys-devel/gettext )
+   pam? ( virtual/pam )
+   postgres? ( dev-db/postgresql:= )
+   python? ( ${PYTHON_DEPS} )
+   sasl? ( virtual/gsasl )
+   ssl? ( net-libs/gnutls:= )
+   tcpd? ( sys-apps/tcp-wrappers )
+   tokyocabinet? ( dev-db/tokyocabinet )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+   servers? ( tcpd )"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # Disable bytecompilation of Python modules.
+   echo "#!/bin/sh" > build-aux/py-compile
+   eapply "${FILESDIR}/${P}-MH-testsuite.patch" \
+   "${FILESDIR}/${P}-fix-endianness.patch"
+   # add missing tests so that make check doesn't fail
+   cp "${FILESDIR}"/{hdr,nohdr,twomsg,weed}.at "${S}"/readmsg/tests || die
+   if use mysql; then
+   sed -i -e /^INCLUDES/"s:$:$(mysql_config --include):" \
+   sql/Makefile.am || die
+   fi
+   eapply_user
+   eautoreconf
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+
+   # maildir is the Gentoo default
+   econf MU_DEFAULT_SCHEME=maildir \
+   CURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" \
+   $(use_with berkdb berkeley-db) \
+   $(use_with bidi fribidi) \
+   $(use_enable ipv6) \
+   $(use_with gdbm) \
+   $(use_with sasl gsasl) \
+   $(use_with guile) \
+   $(use_with kerberos gssapi) \
+   $(use_with ldap) \
+   $(use_with mysql) \
+   $(use_enable nls) \
+   $(use_enable pam) \
+   $(use_with postgres) \
+   $(use_enable python) \
+   $(use_with ssl gnutls) \
+   $(use_enable static-libs static) \
+   $(use_enable threads pthread) \
+   $(use_with tokyocabinet) \
+   $(use_with kyotocabinet) \
+   $(use_with tcpd tcp-wrappers) \
+   $(use_enable servers build-servers) \
+   $(use_enable clients build-clients) \
+   EMACS=$(usex emacs emacs no) \
+   --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
+   --with-mail-spool=/var/spool/mail \
+   --with-readline \
+   --enable-sendmail \
+   --disable-debug \
+   --disable-rpath
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   insinto /etc
+   # bug 613112
+   newins "${FILESDIR}/mailutils.rc" mailutils.conf
+   keepdir /etc/mailutils.d/
+   insinto /etc/mailutils.d
+   doins "${FILESDIR}/mail"
+
+   if use python; then
+   python_optimize
+   if use static-libs; then
+   rm -r "${D}$(python_get_sitedir)/mailutils"/*.{a,l

[gentoo-commits] repo/gentoo:master commit in: eclass/

2018-09-17 Thread Michał Górny
commit: 31fbd315a46f0996e9f994939e99f8a2c08922f7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 15 15:53:39 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 18 06:19:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fbd315

git-r3.eclass: Undocument deprecated EGIT_LIVE_* API

 eclass/git-r3.eclass | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
index 3c09b6682ef..a1ad0d238dc 100644
--- a/eclass/git-r3.eclass
+++ b/eclass/git-r3.eclass
@@ -122,8 +122,6 @@ fi
 # URIs are completely unsecured and their use (even if only as
 # a fallback) renders the ebuild completely vulnerable to MITM attacks.
 #
-# It can be overridden via env using ${PN}_LIVE_REPO variable.
-#
 # Can be a whitespace-separated list or an array.
 #
 # Example:
@@ -152,8 +150,6 @@ fi
 # @DESCRIPTION:
 # The branch name to check out. If unset, the upstream default (HEAD)
 # will be used.
-#
-# It can be overridden via env using ${PN}_LIVE_BRANCH variable.
 
 # @ECLASS-VARIABLE: EGIT_COMMIT
 # @DEFAULT_UNSET
@@ -162,8 +158,6 @@ fi
 # commit from the branch will be used. Note that if set to a commit
 # not on HEAD branch, EGIT_BRANCH needs to be set to a branch on which
 # the commit is available.
-#
-# It can be overridden via env using ${PN}_LIVE_COMMIT variable.
 
 # @ECLASS-VARIABLE: EGIT_COMMIT_DATE
 # @DEFAULT_UNSET
@@ -178,8 +172,6 @@ fi
 # (assuming that merges are done correctly). In other words, each merge
 # will be considered alike a single commit with date corresponding
 # to the merge commit date.
-#
-# It can be overridden via env using ${PN}_LIVE_COMMIT_DATE variable.
 
 # @ECLASS-VARIABLE: EGIT_CHECKOUT_DIR
 # @DESCRIPTION:
@@ -262,6 +254,7 @@ _git-r3_env_setup() {
esc_pn=${PN//[-+]/_}
[[ ${esc_pn} == [0-9]* ]] && esc_pn=_${esc_pn}
 
+   # note: deprecated, use EGIT_OVERRIDE_* instead
livevar=${esc_pn}_LIVE_REPO
EGIT_REPO_URI=${!livevar-${EGIT_REPO_URI}}
[[ ${!livevar} ]] \



[gentoo-commits] repo/gentoo:master commit in: eclass/

2018-09-17 Thread Michał Górny
commit: 7f291f5759959bc338ca0b52b169871f0dccf9a9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  8 07:06:34 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 18 06:18:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f291f57

python-utils-r1.eclass: Block also pythonX.Y in wrappers

Improve the wrapper blocking logic to block specific Python versions
as well rather than just 2/3.  In other words, for eselected pythonX.Y
both pythonZ (Z = X^1) and python*.* (!= X.Y) will be blocked.
Hopefully this will catch more build systems that hardcode Python
versions rather than respecting what we're giving them.

This will work only for build systems respecting PATH.  Build systems
(and ebuilds) using /usr/bin path directly will still be able to use
other Python versions.

 eclass/python-utils-r1.eclass | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index e3cf82b4b58..6bcbe2e5a09 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -1043,11 +1043,21 @@ python_wrapper_setup() {
nonsupp+=( 2to3 python-config "python${pyver}-config" )
fi
 
+   # block all other interpreters as incompatible
+   local orig_EPYTHON=${EPYTHON}
local x
+   for x in "${_PYTHON_ALL_IMPLS[@]}"; do
+   python_export "${x}" EPYTHON
+   [[ ${EPYTHON} == ${orig_EPYTHON} ]] && continue
+
+   nonsupp+=( "${EPYTHON}" )
+   [[ ${EPYTHON} == python* ]] && nonsupp+=( 
"${EPYTHON}-config" )
+   done
+
for x in "${nonsupp[@]}"; do
cat >"${workdir}"/bin/${x} <<-_EOF_ || die
#!/bin/sh
-   echo "${ECLASS}: ${FUNCNAME}: ${x} is not 
supported by ${EPYTHON} (PYTHON_COMPAT)" >&2
+   echo "${ECLASS}: ${FUNCNAME}: ${x} is not 
supported by ${orig_EPYTHON} (PYTHON_COMPAT)" >&2
exit 127
_EOF_
chmod +x "${workdir}"/bin/${x} || die



[gentoo-commits] repo/gentoo:master commit in: eclass/

2018-09-17 Thread Michał Górny
commit: 74cfb1b0d4aaba426d3edec51e5c30daf70aa25b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 15 15:51:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 18 06:18:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74cfb1b0

git-r3.eclass: Print possible override vars for user convenience

 eclass/git-r3.eclass | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
index 48fac96ee35..3c09b6682ef 100644
--- a/eclass/git-r3.eclass
+++ b/eclass/git-r3.eclass
@@ -586,6 +586,8 @@ git-r3_fetch() {
local -x GIT_DIR
_git-r3_set_gitdir "${repos[0]}"
 
+   einfo "Repository id: ${GIT_DIR##*/}"
+
# prepend the local mirror if applicable
if [[ ${EGIT_MIRROR_URI} ]]; then
repos=(
@@ -618,10 +620,11 @@ git-r3_fetch() {
COMMIT_DATE:commit_date
)
 
-   local localvar livevar live_warn=
+   local localvar livevar live_warn= override_vars=()
for localvar in "${varmap[@]}"; do
livevar=EGIT_OVERRIDE_${localvar%:*}_${override_name}
localvar=${localvar#*:}
+   override_vars+=( "${livevar}" )
 
if [[ -n ${!livevar} ]]; then
[[ ${localvar} == repos ]] && repos=()
@@ -633,6 +636,13 @@ git-r3_fetch() {
 
if [[ ${live_warn} ]]; then
ewarn "No support will be provided."
+   else
+   einfo "To override fetched repository properties, use:"
+   local x
+   for x in "${override_vars[@]}"; do
+   einfo "  ${x}"
+   done
+   einfo
fi
fi
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/systemrescuecd-x86/

2018-09-17 Thread Michał Górny
commit: 9101d5de42e74ba7eaff612f3b751f247d664446
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 18 06:07:04 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 18 06:18:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9101d5de

app-admin/systemrescuecd-x86: Bump to 5.3.1

 app-admin/systemrescuecd-x86/Manifest  |  1 +
 .../systemrescuecd-x86-5.3.1.ebuild| 61 ++
 2 files changed, 62 insertions(+)

diff --git a/app-admin/systemrescuecd-x86/Manifest 
b/app-admin/systemrescuecd-x86/Manifest
index fa5fe331e43..9edf7db3501 100644
--- a/app-admin/systemrescuecd-x86/Manifest
+++ b/app-admin/systemrescuecd-x86/Manifest
@@ -33,3 +33,4 @@ DIST systemrescuecd-x86-5.2.0.iso 569669632 BLAKE2B 
fe31a68df650b46bd875b91c643c
 DIST systemrescuecd-x86-5.2.1.iso 570523648 BLAKE2B 
9bb6b2ff7b9930f658baddbf60ef89e86171febcfb48eb0a6ce1bfea8fd3348773a9da948370f9f310dd0e992c40aa64a4ef1442f5cd7f408f847d147074cf1f
 SHA512 
6820f079c9e97ac0d383ed9096a120e7e31771e1d41465f4cf7f5db36a7cb83ccfaae5c5e561181c3b3cb169d4cc4a9a6904a707ecde06a6de4f2456d2a658e4
 DIST systemrescuecd-x86-5.2.2.iso 572006400 BLAKE2B 
2cc95acc529ae8e0525664ffbdfefaf6e4513e8135fa6af120121b0b7930b0203bd17d5d70ccafacfe0064bb8615f45aa22b6e6e3fcee8a005a0315fd9b5cf62
 SHA512 
7dd1ccd63775e35f6589808416468c4a9314f4a7a5d0cb1f2bc34ffb9eef3a450b0da244dfc9e325d828c39404c0cdcce27cc990eade33762c17a1e32f8db9b5
 DIST systemrescuecd-x86-5.3.0.iso 607547392 BLAKE2B 
92aa82e54794adc1705111776b4df21bd39f96bdbed1c6e05bb24b01fd1a12d92fb1209241289f89adca7885fd441ddd61639d5168978b95dd0784faec65f32a
 SHA512 
082a82a2882b62012944184107b2655de6c89f5a6c26145a3edb2b5a54ff6aad6a4ef43edc0468e62895daf4d5365d2722ffa8bf4f2f8e60f1ee7d9a727b013d
+DIST systemrescuecd-x86-5.3.1.iso 573913088 BLAKE2B 
3c4da5777d05999e0b3e30b01dc821a4e840bb22d513fa4bfb9fdf601b9811676be8cee7ed9aae0aa7b971916add500b39172964384a2a07b3ed1cf5b946ba04
 SHA512 
1038622e148995450e61cd27f65af2ecb929ec8d0367fec3dbde01410a33596ec8f183d79ab931595c21deb597d60dae45ad516d8e1f00f32013729bdcd53ec8

diff --git a/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.1.ebuild 
b/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.1.ebuild
new file mode 100644
index 000..7bfc35a7dd2
--- /dev/null
+++ b/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The .iso image of SystemRescueCD rescue disk, x86 (+ amd64) 
variant"
+HOMEPAGE="http://www.sysresccd.org/";
+# Large ISO mirroring explicitly approved by infra in bug #588766
+SRC_URI="mirror://sourceforge/systemrescuecd/sysresccd-${PN#*-}/${PV}/${P}.iso"
+
+LICENSE="GPL-2"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+isohybrid"
+
+DEPEND="isohybrid? ( >=sys-boot/syslinux-4 )"
+
+S=${WORKDIR}
+
+src_install() {
+   insinto "/usr/share/${PN%-*}"
+   doins "${DISTDIR}/${P}.iso"
+
+   if use isohybrid; then
+   set -- isohybrid -u "${ED}usr/share/${PN%-*}/${P}.iso"
+   echo "${@}"
+   "${@}" || die "${*} failed"
+   fi
+}
+
+pkg_postinst() {
+   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+
+   # no version newer than ours? we're the newest!
+   if ! has_version ">${CATEGORY}/${PF}"; then
+   ln -f -s -v "${P}.iso" "${f}" || die
+   fi
+}
+
+pkg_postrm() {
+   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+
+   # if there is no version newer than ours installed
+   if ! has_version ">${CATEGORY}/${PF}"; then
+   # and we are truly and completely uninstalled...
+   if [[ ! ${REPLACED_BY_VERSION} ]]; then
+   # then find an older version to set the symlink to
+   local newest_version=$(best_version 
"<${CATEGORY}/${PF}")
+
+   if [[ ${newest_version} ]]; then
+   # update the symlink
+   ln -f -s -v "${newest_version%-r*}.iso" "${f}" 
|| die
+   else
+   # last version removed? clean up the symlink
+   rm -v "${f}" || die
+   # and the parent directory
+   rmdir "${f%/*}" || die
+   fi
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/nanoc/

2018-09-17 Thread Hans de Graaff
commit: 8af53d373b730be7b78a3213d8daecdbda261dc3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 18 05:34:42 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 18 05:34:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af53d37

www-apps/nanoc: add 4.9.5

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-apps/nanoc/Manifest   |  1 +
 www-apps/nanoc/nanoc-4.9.5.ebuild | 93 +++
 2 files changed, 94 insertions(+)

diff --git a/www-apps/nanoc/Manifest b/www-apps/nanoc/Manifest
index 2c46308a898..927b034657d 100644
--- a/www-apps/nanoc/Manifest
+++ b/www-apps/nanoc/Manifest
@@ -2,3 +2,4 @@ DIST nanoc-4.8.10.gem 260608 BLAKE2B 
102548bc4616287d7084f81f505f2c1f7fa294a6bfc
 DIST nanoc-4.9.2.tar.gz 275891 BLAKE2B 
6c2ca3b1f00f59762530ccf8dfb37599d89b67819e893fc49252afa0be334c64c0c2f771f7b05db14d24e264d355870a7308a117823750ba6edd68d82b113357
 SHA512 
593ed6def82e1c109983e37602a1def0bec0ea7a025d2badd3ddd3c564cb43ef619ea9173e563e32ae3891d4e3de85b5020e83292c5e16e1a6888399213c26cf
 DIST nanoc-4.9.3.tar.gz 276677 BLAKE2B 
d14ba8518a299fa9c4ac6ca638eb644dce9b1c0ab0895843a9bb8a916329916c9efaf4bd0bd397cb4dc10319081593dce167d966c2cc1d35247e5c0fd8368e72
 SHA512 
cc3946a8887f917cba4ef7d0fb5e5043eb8c6995a09de8e525562594fba2410d457643b27d158c89cb03b17b014624bc2844a85bbc6ae92dbf18723692c63a85
 DIST nanoc-4.9.4.tar.gz 281066 BLAKE2B 
bcf0771af8368e1910bc471d936490823a3f2768bf8503ffe20eb86a2c52f35d03962a969f35335fc9f2e292056441f8e37b73a907bf2bedbb5ab81f3b341fa4
 SHA512 
8e6b92ea031397442551e240a0b400b3fd9b55cd3782ee3297c562160b3a5d9539f2587d526453bde9154f2de421198a528ad73ab6230c49de4599f0b4d298d2
+DIST nanoc-4.9.5.tar.gz 282523 BLAKE2B 
5faad9c9d37cb5540d26bb1db0ee42615333aac4daec94a8c13c1d68da0b0ccf714a1643fd231dd39cfb4f169ef9ad6bbc1ccc6bf141c26f7236e234d627
 SHA512 
455a55ce5cd983d0c292380d0e60e8016e7c7dbde7ea1d17ef7cf112707a481da4623ad30762b64167e2e277a7a11c0b06f21b2685467455ee31fc3b9d6cc4c1

diff --git a/www-apps/nanoc/nanoc-4.9.5.ebuild 
b/www-apps/nanoc/nanoc-4.9.5.ebuild
new file mode 100644
index 000..9e6642788b8
--- /dev/null
+++ b/www-apps/nanoc/nanoc-4.9.5.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby"
+HOMEPAGE="https://nanoc.ws/";
+SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="${IUSE} minimal"
+
+DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
+
+RUBY_S="${P}/nanoc"
+
+ruby_add_rdepend "!minimal? (
+   dev-ruby/mime-types:*
+   dev-ruby/rack:*
+   www-servers/adsf
+)
+   >=dev-ruby/addressable-2.5
+   >=dev-ruby/cri-2.13:0
+   dev-ruby/ddmemoize:1
+   dev-ruby/ddmetrics:1
+   dev-ruby/ddplugin:1
+   =dev-ruby/hamster-3*
+   >=dev-ruby/parallel-1.12:1
+   dev-ruby/ref:2
+   >=dev-ruby/slow_enumerator_tools-1.1.0:1
+   >=dev-ruby/tomlrb-1.2:1"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec:3
+   dev-ruby/asciidoctor
+   dev-ruby/fuubar
+   dev-ruby/maruku
+   >=dev-ruby/mocha-0.13
+   dev-ruby/minitest
+   dev-ruby/pry
+   dev-ruby/rdoc
+   dev-ruby/rouge:2
+   dev-ruby/systemu
+   dev-ruby/timecop
+   dev-ruby/vcr
+   dev-ruby/webmock
+   dev-ruby/yard
+)
+doc? (
+   dev-ruby/kramdown
+   dev-ruby/rdiscount
+   dev-ruby/yard
+)"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/simplecov/,/SimpleCov.formatter/ s:^:#:' test/helper.rb || 
die
+   sed -i -e '/simplecov/I s:^:#:' \
+   -e '/codecov/I s:^:#:' ../common/spec/spec_helper_head.rb || die
+   sed -i -e '/coverall/I s:^:#:' \
+   -e '/rubocop/ s:^:#:' Rakefile || die
+
+   echo "-r ./spec/spec_helper.rb" > .rspec || die
+
+   # Avoid tests requiring a network connection
+   rm -f test/checking/checks/test_{css,html}.rb || die
+
+   # Avoid tests for unpackaged dependencies
+   rm spec/nanoc/deploying/fog_spec.rb \
+  spec/nanoc/filters/less_spec.rb \
+  test/filters/test_{markaby,rainpress}.rb || die
+
+   # Use useable tmp dir
+   sed -i -e 's:/tmp/whatever:'${T}'/whatever:' 
spec/nanoc/base/checksummer_spec.rb || die
+
+   # Avoid non-fatal failing tests due to specifics in the environment
+   sed -i -e '145askip "gentoo"' spec/nanoc/cli/error_handler_spec.rb || 
die
+   sed -i -e '/does not crash when output dir does not exist and/askip 
"gentoo"' spec/nanoc/cli/commands/view_spec.rb || die
+   sed -i -e '/watches with --watch/askip "gentoo"' 
spec/nanoc/cli/commands/compile_spec.rb 

[gentoo-commits] repo/gentoo:master commit in: profiles/

2018-09-17 Thread Joshua Kinard
commit: 6642740fbf3942364aebe7602f08774ec553ed98
Author: Joshua Kinard  gentoo  org>
AuthorDate: Tue Sep 18 04:40:30 2018 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Tue Sep 18 04:40:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6642740f

Added mips 17.0 profiles to profiles.desc.

Signed-off-by: Joshua Kinard  gentoo.org>

 profiles/profiles.desc | 12 
 1 file changed, 12 insertions(+)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 2ac3d6dc745..dc4c8765e71 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -179,6 +179,18 @@ mipsdefault/linux/mips/13.0/mipsel/n64 
 exp
 mipsdefault/linux/mips/13.0/mipsel/multilib/o32 exp
 mipsdefault/linux/mips/13.0/mipsel/multilib/n32 exp
 mipsdefault/linux/mips/13.0/mipsel/multilib/n64 exp
+mipsdefault/linux/mips/17.0/o32 exp
+mipsdefault/linux/mips/17.0/n32 exp
+mipsdefault/linux/mips/17.0/n64 exp
+mipsdefault/linux/mips/17.0/multilib/o32exp
+mipsdefault/linux/mips/17.0/multilib/n32exp
+mipsdefault/linux/mips/17.0/multilib/n64exp
+mipsdefault/linux/mips/17.0/mipsel/o32  exp
+mipsdefault/linux/mips/17.0/mipsel/n32  exp
+mipsdefault/linux/mips/17.0/mipsel/n64  exp
+mipsdefault/linux/mips/17.0/mipsel/multilib/o32 exp
+mipsdefault/linux/mips/17.0/mipsel/multilib/n32 exp
+mipsdefault/linux/mips/17.0/mipsel/multilib/n64 exp
 
 # PPC32 Profiles
 # @MAINTAINER: p...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: sys-devel/bc/, sys-devel/bc/files/

2018-09-17 Thread Mike Frysinger
commit: c467a8a6e70b793221cd1f6a6658894c2e4a190e
Author: Mike Frysinger  chromium  org>
AuthorDate: Tue Sep 18 03:40:54 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Sep 18 03:48:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c467a8a6

sys-devel/bc: replace ed usage with sed

The ed usage here is minor and easy enough to convert to sed.
This avoids a depend that no one else generally has.

 sys-devel/bc/bc-1.07.1-r2.ebuild |  2 +-
 sys-devel/bc/files/bc-1.07.1-no-ed-its-sed.patch | 23 +++
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/sys-devel/bc/bc-1.07.1-r2.ebuild b/sys-devel/bc/bc-1.07.1-r2.ebuild
index 78cc0f0805f..5a7d1afa3a7 100644
--- a/sys-devel/bc/bc-1.07.1-r2.ebuild
+++ b/sys-devel/bc/bc-1.07.1-r2.ebuild
@@ -23,13 +23,13 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
-   sys-apps/ed
sys-devel/flex
virtual/yacc
 "
 
 PATCHES=(
"${FILESDIR}/${PN}-1.07.1-sandbox.patch"
+   "${FILESDIR}/${PN}-1.07.1-no-ed-its-sed.patch"
 )
 
 src_prepare() {

diff --git a/sys-devel/bc/files/bc-1.07.1-no-ed-its-sed.patch 
b/sys-devel/bc/files/bc-1.07.1-no-ed-its-sed.patch
new file mode 100644
index 000..ce8e456186b
--- /dev/null
+++ b/sys-devel/bc/files/bc-1.07.1-no-ed-its-sed.patch
@@ -0,0 +1,23 @@
+in Gentoo, everyone has sed.  no one really has ed.  tweak this minor script
+to use sed instead of ed.  the changes are straight forward:
+* change \$ to $
+* merge last two $,$ commands into one
+* delete w/q commands
+
+--- a/bc/fix-libmath_h
 b/bc/fix-libmath_h
+@@ -1,9 +1,6 @@
+-ed libmath.h <

[gentoo-commits] repo/gentoo:master commit in: sys-devel/bc/, sys-devel/bc/files/

2018-09-17 Thread Mike Frysinger
commit: 35e6708437937e606a718be756ba8a7988652323
Author: Mike Frysinger  chromium  org>
AuthorDate: Tue Sep 18 03:47:29 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Sep 18 03:48:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e67084

sys-devel/bc: fix cross-compile builds #627126

Fixes: https://bugs.gentoo.org/627126

 sys-devel/bc/bc-1.07.1-r2.ebuild |  3 +++
 sys-devel/bc/files/bc-1.07.1-use-system-bc.patch | 16 
 2 files changed, 19 insertions(+)

diff --git a/sys-devel/bc/bc-1.07.1-r2.ebuild b/sys-devel/bc/bc-1.07.1-r2.ebuild
index 5a7d1afa3a7..99044d02af9 100644
--- a/sys-devel/bc/bc-1.07.1-r2.ebuild
+++ b/sys-devel/bc/bc-1.07.1-r2.ebuild
@@ -35,6 +35,9 @@ PATCHES=(
 src_prepare() {
default
 
+   # Avoid bad build tool usage when cross-compiling.  #627126
+   tc-is-cross-compiler && eapply 
"${FILESDIR}/${PN}-1.07.1-use-system-bc.patch"
+
# A patch to make this into a configure option has been sent upstream,
# but lets avoid regenerating all the autotools just for this.
if use forced-sandbox ; then

diff --git a/sys-devel/bc/files/bc-1.07.1-use-system-bc.patch 
b/sys-devel/bc/files/bc-1.07.1-use-system-bc.patch
new file mode 100644
index 000..03ccb68c083
--- /dev/null
+++ b/sys-devel/bc/files/bc-1.07.1-use-system-bc.patch
@@ -0,0 +1,16 @@
+when cross-compiling, the local fbc binary won't work.  use the system
+bc instead as the demands of the .b script are simple enough.
+
+https://bugs.gentoo.org/627126
+
+--- a/bc/Makefile.in
 b/bc/Makefile.in
+@@ -628,7 +628,7 @@ libmath.h: libmath.b $(fbcOBJ) $(LIBBC)
+   echo '{0}' > libmath.h
+   $(MAKE) global.o
+   $(LINK) -o fbc $(fbcOBJ) global.o $(LIBBC) $(LIBL) $(READLINELIB) 
$(LIBS)
+-  ./fbc -c $(srcdir)/libmath.b libmath.h
++  bc -c $(srcdir)/libmath.b libmath.h
+   $(srcdir)/fix-libmath_h
+   rm -f ./fbc ./global.o
+ sbc.o: sbc.c



[gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/

2018-09-17 Thread Michael Orlitzky
commit: 0dbbc52674fccc8c21209fe42b9e66790369901f
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Sep 18 02:05:09 2018 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Sep 18 02:43:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbbc526

mail-filter/spamassassin: new version 3.4.2.

This new version incorporates a ton of fixes that have piled on top of
v3.4.1 over the past few years. As a result, we are able to drop all
of our PATCHES in the new ebuild. The new version also addresses four
security vulnerabilities:

  * CVE-2016-1238
  * CVE-2017-15705
  * CVE-2018-11780
  * CVE-2018-11781

Sadly, there is a new failure in the test suite (upstream bug 7622) so
I've added RESTRICT=test for now.

Stabilization of this version should already be fast-tracked for the
security issues mentioned above, but just in case, the release notes
have the following to say:

  If you do not update to 3.4.2, you will be stuck at the last ruleset
  with SHA-1 signatures in the near future.

Bug: https://bugs.gentoo.org/666348
Bug: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7622
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 mail-filter/spamassassin/Manifest  |   1 +
 mail-filter/spamassassin/spamassassin-3.4.2.ebuild | 242 +
 2 files changed, 243 insertions(+)

diff --git a/mail-filter/spamassassin/Manifest 
b/mail-filter/spamassassin/Manifest
index d2d417e002f..6b7489e6f21 100644
--- a/mail-filter/spamassassin/Manifest
+++ b/mail-filter/spamassassin/Manifest
@@ -1 +1,2 @@
 DIST Mail-SpamAssassin-3.4.1.tar.bz2 2710985 BLAKE2B 
f85b0ed2bae783bc6dfa39df36589a6cb90e6c657efcff1fa094f952847e4bcb24aa232b6689804bb1170204ae1d33216ed9bde207d7a7a6863410d8f847c391
 SHA512 
91d50e2ce6520e3e1c7bc66da133a0815be34ced15e26b6e6c17af5a03d5c62f41d8086f25f65084d6634497148cf5439977d7d4a44d7c3e307535beac6629af
+DIST Mail-SpamAssassin-3.4.2.tar.bz2 2700016 BLAKE2B 
a29b4cfce5e578c07ec54b2224191917dc45bcefff071f674c572fc905f1d6324827bcc21c338546bdea11140fc20474a16314218e2fd4fa685965b0e0078df8
 SHA512 
fe3d9d1d7b9fed3063549afd071066729f1f4d998be91ded1e5afc29bb37c7a298dc5f8f99a282b75435d317b5b5072a81393134ccfe059a73d953e26a9c3885

diff --git a/mail-filter/spamassassin/spamassassin-3.4.2.ebuild 
b/mail-filter/spamassassin/spamassassin-3.4.2.ebuild
new file mode 100644
index 000..340edb07078
--- /dev/null
+++ b/mail-filter/spamassassin/spamassassin-3.4.2.ebuild
@@ -0,0 +1,242 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit perl-functions systemd toolchain-funcs user
+
+MY_P="Mail-SpamAssassin-${PV//_/-}"
+S="${WORKDIR}/${MY_P}"
+DESCRIPTION="An extensible mail filter which can identify and tag spam"
+HOMEPAGE="https://spamassassin.apache.org/";
+SRC_URI="mirror://apache/spamassassin/source/${MY_P}.tar.bz2"
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+IUSE="berkdb cron ipv6 ldap libressl mysql postgres qmail sqlite ssl test"
+
+# Upstream bug 7622.
+RESTRICT=test
+
+# The Makefile.PL script checks for dependencies, but only fails if a
+# required (i.e. not optional) dependency is missing. We therefore
+# require most of the optional modules only at runtime.
+REQDEPEND="dev-lang/perl:=
+   dev-perl/HTML-Parser
+   dev-perl/Net-DNS
+   dev-perl/NetAddr-IP
+   virtual/perl-Archive-Tar
+   virtual/perl-Digest-SHA
+   virtual/perl-IO-Zlib
+   virtual/perl-Time-HiRes
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   )"
+
+# SpamAssassin doesn't use libwww-perl except as a fallback for when
+# curl/wget are missing, so we depend on one of those instead. Some
+# mirrors use https, so we need those utilities to support SSL.
+#
+# re2c is needed to compile the rules (sa-compile).
+#
+# We still need the old Digest-SHA1 because razor2 has not been ported
+# to Digest-SHA.
+OPTDEPEND="app-crypt/gnupg
+   dev-perl/Digest-SHA1
+   dev-perl/Encode-Detect
+   dev-perl/Geo-IP
+   dev-perl/HTTP-Date
+   dev-perl/Mail-DKIM
+   dev-perl/Mail-SPF
+   dev-perl/Net-Patricia
+   dev-perl/Net-CIDR-Lite
+   dev-util/re2c
+   || ( net-misc/wget[ssl] net-misc/curl[ssl] )
+   virtual/perl-MIME-Base64
+   virtual/perl-Pod-Parser
+   berkdb? ( virtual/perl-DB_File )
+   ipv6? ( dev-perl/IO-Socket-INET6 )
+   ldap? ( dev-perl/perl-ldap )
+   mysql? (
+   dev-perl/DBI
+   dev-perl/DBD-mysql
+   )
+   postgres? (
+   dev-perl/DBI
+   dev-perl/DBD-Pg
+   )
+   sqlite? (
+   dev-perl/DBI
+   dev-perl/DBD-SQLite
+   )
+   ssl? ( dev-perl/IO-Socket-SSL )"
+
+DEPEND="${REQDEPEND}
+   test? (
+   ${OPTDEPEND}

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/

2018-09-17 Thread Matt Turner
commit: 345238b6c21a1106b9f7165151e5050b7168697e
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 01:54:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 01:54:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345238b6

sys-kernel/gentoo-sources-4.4.150: ppc stable, bug 663744

 sys-kernel/gentoo-sources/gentoo-sources-4.4.150.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.150.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.150.ebuild
index e4f5aba8b3b..bfc8dc7dbd4 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.150.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.150.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/

2018-09-17 Thread Matt Turner
commit: e0a17bc7246982512db7e2a3b71a3587180510b7
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 01:54:37 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 01:54:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a17bc7

sys-kernel/gentoo-sources-4.9.122: ppc64 stable, bug 663744

 sys-kernel/gentoo-sources/gentoo-sources-4.9.122.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.122.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.122.ebuild
index 2cd4e6c4acf..23f5c1d25ec 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.122.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.122.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/

2018-09-17 Thread Matt Turner
commit: 48dff8b86519334e8dff99b08a202806c051ac56
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 01:54:08 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 01:54:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dff8b8

sys-kernel/gentoo-sources-4.9.122: ppc stable, bug 663744

 sys-kernel/gentoo-sources/gentoo-sources-4.9.122.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.122.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.122.ebuild
index c52dd5bfdc1..2cd4e6c4acf 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.122.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.122.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/

2018-09-17 Thread Matt Turner
commit: 7f24f2f02b6cca5c8a6b70c82928646641642f69
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 01:54:41 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 01:54:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f24f2f0

sys-kernel/gentoo-sources-4.4.150: ppc64 stable, bug 663744

 sys-kernel/gentoo-sources/gentoo-sources-4.4.150.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.150.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.150.ebuild
index bfc8dc7dbd4..050ea2088fc 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.150.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.150.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/

2018-09-17 Thread Matt Turner
commit: 2df5f7052f6c2eb0ed93dd3f7a1fba6aac129b9f
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 01:52:55 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 01:52:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df5f705

app-portage/repoman-2.3.10: ppc64 stable, bug 666374

 app-portage/repoman/repoman-2.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/repoman/repoman-2.3.10.ebuild 
b/app-portage/repoman/repoman-2.3.10.ebuild
index 5c5835e8d7b..0c81d80a5e3 100644
--- a/app-portage/repoman/repoman-2.3.10.ebuild
+++ b/app-portage/repoman/repoman-2.3.10.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
S="${WORKDIR}/${P}/repoman"
 else
SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2";
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/

2018-09-17 Thread Matt Turner
commit: 5cdb32c6ab0ca80da088fd828e7666b75b4bd468
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 01:52:56 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 01:52:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cdb32c6

sys-apps/portage-2.3.49: ppc64 stable, bug 666374

 sys-apps/portage/portage-2.3.49.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/portage/portage-2.3.49.ebuild 
b/sys-apps/portage/portage-2.3.49.ebuild
index 16df926d1b5..b8ef7c77fd6 100644
--- a/sys-apps/portage/portage-2.3.49.ebuild
+++ b/sys-apps/portage/portage-2.3.49.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
 SLOT="0"
 IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/

2018-09-17 Thread Matt Turner
commit: 451bdf8ec338fe10f52295b6179ea61757062ae1
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 01:52:53 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 01:52:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451bdf8e

app-portage/repoman-2.3.10: ppc stable, bug 666374

 app-portage/repoman/repoman-2.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/repoman/repoman-2.3.10.ebuild 
b/app-portage/repoman/repoman-2.3.10.ebuild
index e4c2e52c647..5c5835e8d7b 100644
--- a/app-portage/repoman/repoman-2.3.10.ebuild
+++ b/app-portage/repoman/repoman-2.3.10.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
S="${WORKDIR}/${P}/repoman"
 else
SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2";
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/

2018-09-17 Thread Matt Turner
commit: 959d5331ea8e3edb76ac02cfc177f8fae7d71847
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 01:52:54 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 01:52:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959d5331

sys-apps/portage-2.3.49: ppc stable, bug 666374

 sys-apps/portage/portage-2.3.49.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/portage/portage-2.3.49.ebuild 
b/sys-apps/portage/portage-2.3.49.ebuild
index 83550e38ad2..16df926d1b5 100644
--- a/sys-apps/portage/portage-2.3.49.ebuild
+++ b/sys-apps/portage/portage-2.3.49.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
 SLOT="0"
 IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
 



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2018-09-17 Thread Matt Turner
commit: 624fea7c74d18ad6029eb9a1244d141af58efb40
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 01:02:03 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 01:09:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624fea7c

net-print/hplip-3.18.6: ppc stable, bug 652926

 net-print/hplip/hplip-3.18.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip/hplip-3.18.6.ebuild 
b/net-print/hplip/hplip-3.18.6.ebuild
index 066d531a7ca..328eacdbdfa 100644
--- a/net-print/hplip/hplip-3.18.6.ebuild
+++ b/net-print/hplip/hplip-3.18.6.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ppc ~ppc64 x86"
 
 IUSE="doc fax +hpcups hpijs kde libressl -libusb0 minimal parport policykit 
qt5 scanner +snmp static-ppds X"
 



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2018-09-17 Thread Matt Turner
commit: b7c15df84fccc330de5f71861079fc95a1b550d9
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 01:02:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 01:09:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c15df8

net-print/hplip-3.18.6: ppc64 stable, bug 652926

 net-print/hplip/hplip-3.18.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip/hplip-3.18.6.ebuild 
b/net-print/hplip/hplip-3.18.6.ebuild
index 328eacdbdfa..473bb980270 100644
--- a/net-print/hplip/hplip-3.18.6.ebuild
+++ b/net-print/hplip/hplip-3.18.6.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 
 IUSE="doc fax +hpcups hpijs kde libressl -libusb0 minimal parport policykit 
qt5 scanner +snmp static-ppds X"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/R/

2018-09-17 Thread Matt Turner
commit: e3f170042c4e4b15fc035c39a8c00e03e147f3b0
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 01:08:23 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 01:09:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f17004

dev-lang/R: drop ppc/ppc64 keywords, bug 641284

 dev-lang/R/R-3.2.2.ebuild | 2 +-
 dev-lang/R/R-3.3.2.ebuild | 2 +-
 dev-lang/R/R-3.4.1.ebuild | 2 +-
 dev-lang/R/R-3.5.1.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/R/R-3.2.2.ebuild b/dev-lang/R/R-3.2.2.ebuild
index ae27f02d702..a4ca3845b1e 100644
--- a/dev-lang/R/R-3.2.2.ebuild
+++ b/dev-lang/R/R-3.2.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="amd64 hppa ia64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE="cairo doc icu java jpeg lapack minimal nls openmp perl png prefix 
profile readline static-libs tiff tk X"
 REQUIRED_USE="png? ( || ( cairo X ) ) jpeg? ( || ( cairo X ) ) tiff? ( || ( 
cairo X ) )"
 

diff --git a/dev-lang/R/R-3.3.2.ebuild b/dev-lang/R/R-3.3.2.ebuild
index fb9bde8c312..2a3cb85b5ce 100644
--- a/dev-lang/R/R-3.3.2.ebuild
+++ b/dev-lang/R/R-3.3.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE="cairo doc icu java jpeg lapack minimal nls openmp perl png prefix 
profile readline static-libs tiff tk X"
 REQUIRED_USE="png? ( || ( cairo X ) ) jpeg? ( || ( cairo X ) ) tiff? ( || ( 
cairo X ) )"
 

diff --git a/dev-lang/R/R-3.4.1.ebuild b/dev-lang/R/R-3.4.1.ebuild
index 45c84fd3649..a3e84cc1fd8 100644
--- a/dev-lang/R/R-3.4.1.ebuild
+++ b/dev-lang/R/R-3.4.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~hppa ia64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE="cairo doc icu java jpeg lapack minimal nls openmp perl png prefix 
profile readline static-libs tiff tk X"
 REQUIRED_USE="png? ( || ( cairo X ) ) jpeg? ( || ( cairo X ) ) tiff? ( || ( 
cairo X ) )"
 

diff --git a/dev-lang/R/R-3.5.1.ebuild b/dev-lang/R/R-3.5.1.ebuild
index 96c6fe5ac78..23d0c99a327 100644
--- a/dev-lang/R/R-3.5.1.ebuild
+++ b/dev-lang/R/R-3.5.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE="cairo doc icu java jpeg lapack minimal nls openmp perl png prefix 
profile readline static-libs tiff tk X"
 REQUIRED_USE="png? ( || ( cairo X ) ) jpeg? ( || ( cairo X ) ) tiff? ( || ( 
cairo X ) )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/yap/

2018-09-17 Thread Matt Turner
commit: 4e4df5d0a580fc97afbeac898621a5b8ba26a447
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 01:07:36 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 01:09:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4df5d0

dev-lang/yap: drop ppc keywords

 dev-lang/yap/yap-6.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/yap/yap-6.3.3.ebuild b/dev-lang/yap/yap-6.3.3.ebuild
index 12e9befa719..8c631c424ae 100644
--- a/dev-lang/yap/yap-6.3.3.ebuild
+++ b/dev-lang/yap/yap-6.3.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.dcc.fc.up.pt/~vsc/Yap/${P}.tar.gz
 
 LICENSE="Artistic LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
 IUSE="R debug doc examples gmp java mpi mysql odbc readline static threads"
 
 RDEPEND="sys-libs/zlib



[gentoo-commits] repo/gentoo:master commit in: app-portage/eix/

2018-09-17 Thread Matt Turner
commit: fde1169216c577998cd409ef39197344ba58a8ac
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 00:59:46 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 00:59:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde11692

app-portage/eix-0.33.2: ppc64 stable, bug 661180

 app-portage/eix/eix-0.33.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/eix/eix-0.33.2.ebuild 
b/app-portage/eix/eix-0.33.2.ebuild
index c4a24a74946..572f9750bbf 100644
--- a/app-portage/eix/eix-0.33.2.ebuild
+++ b/app-portage/eix/eix-0.33.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 BOTHDEPEND="nls? ( virtual/libintl )



[gentoo-commits] repo/gentoo:master commit in: app-portage/eix/

2018-09-17 Thread Matt Turner
commit: d2ca8f1e805b81aa08d1bcda052f18ab86661e66
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 00:59:36 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 00:59:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ca8f1e

app-portage/eix-0.33.2: ppc stable, bug 661180

 app-portage/eix/eix-0.33.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/eix/eix-0.33.2.ebuild 
b/app-portage/eix/eix-0.33.2.ebuild
index 1336be56325..c4a24a74946 100644
--- a/app-portage/eix/eix-0.33.2.ebuild
+++ b/app-portage/eix/eix-0.33.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 BOTHDEPEND="nls? ( virtual/libintl )



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-vaapi/

2018-09-17 Thread Mart Raudsepp
commit: 3c432c98ebc0f678ec25c3a903d8601f79e16102
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Sep 18 00:25:33 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Sep 18 00:25:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c432c98

media-plugins/gst-plugins-vaapi: bump to 1.14.3 for upstream bug fixes

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-vaapi/Manifest   |   1 +
 .../gst-plugins-vaapi-1.14.3.ebuild| 110 +
 2 files changed, 111 insertions(+)

diff --git a/media-plugins/gst-plugins-vaapi/Manifest 
b/media-plugins/gst-plugins-vaapi/Manifest
index ad4930e0655..be904c78973 100644
--- a/media-plugins/gst-plugins-vaapi/Manifest
+++ b/media-plugins/gst-plugins-vaapi/Manifest
@@ -1,3 +1,4 @@
 DIST gstreamer-vaapi-1.12.4.tar.xz 998844 BLAKE2B 
e37d6f66054e46e421ffbd4c27362bba0fb2ad57bfccb4891ba85573dec18ca304654336768a519c202bda0e829b80ab75a5708ddfc1dc9751774b4ef783a16d
 SHA512 
2251395f77be8d17837f4b0d38a2271155a5fbd57560fac9334660abb34a4f609dda8d9714bfa8f64395a85d3fa336f7ad1b8e8e7490b5288843fbe3d1dbd7f5
 DIST gstreamer-vaapi-1.14.1.tar.xz 1064992 BLAKE2B 
bae42e3cafc6d1e5799a8ef795f9e1f6a6ac60b6878aea1aed81550fd7e408c5104b5ea89d6e5f7535ac8d21fe5f14fccf061e15eb68a7c1c60c29ad4a4deabb
 SHA512 
f1eecb61cb92439d93a47ac162a5cda8a456dbb205594f378e8adf98c45e4cd59553ccfd3bbcf1c6a568c6af5e7834bbfb0ea17610f0c7e7c9e268a4eeb5b020
 DIST gstreamer-vaapi-1.14.2.tar.xz 1068872 BLAKE2B 
835eb394d81b4de671703b2ff05b3bf57d2d09bc15d01c865c1c74cf6aad61071149c1f78f693b47b81d4c28f580d5fd6b004a99c26972ac67e5dca13abc8dfa
 SHA512 
7297dc04c116cab5cb066efc2dc34f9510927fadf696475c14ca3b3a3befe8c0ed5c63c9a4039f1f268e79a967c89a34d74048da92198f05833315f90d503202
+DIST gstreamer-vaapi-1.14.3.tar.xz 1070536 BLAKE2B 
7e3458702072d96acc31c1ac5c4ec9f23f6d618ba922884fb141a0897a04959da7f34c7abff7765f086357d3f8f7532a1582508d117c199f76338ebd3723c6ae
 SHA512 
b89acf63c2900b0cd588cce1a06d959a4f8bbe929c237fce985d3cfce7b94d43a3317f06a42fa77e3ff790fff8a81c8bbeeed7ac797794e4cc3342f18faa69e3

diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.14.3.ebuild 
b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.14.3.ebuild
new file mode 100644
index 000..181114b5eb8
--- /dev/null
+++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.14.3.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib-minimal
+
+MY_PN="gstreamer-vaapi"
+DESCRIPTION="Hardware accelerated video decoding through VA-API plugin for 
GStreamer"
+HOMEPAGE="https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi";
+SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz";
+
+LICENSE="LGPL-2.1+"
+SLOT="1.0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+drm +egl gles2 +opengl wayland +X" # Keep default enabled IUSE in sync 
with gst-plugins-base and libva
+
+# gst-vaapi configure is based around GL platform mainly, unlike 
gst-plugins-bad that goes by GL API mainly; for less surprises,
+# we design gst-vaapi ebuild in terms of GL API as main choice as well, 
meaning that USE opengl and/or gles2 is required to
+# enable opengl support at all and choices get chained from there.
+# One or multiple video output are required: drm, x11, glx, egl and/or wayland;
+# but GL API is our main trigger, thus USE=egl should be ineffective if 
neither gles2 or opengl is enabled;
+# So "|| ( drm egl opengl wayland X )" would be wrong, because egl isn't built 
with USE="egl -opengl -gles2", ending up with no video outputs.
+# As we ensure at least one working GL output with other REQUIRED_USE, we can 
put gles2/opengl in REQUIRED_USE instead of egl, solving the issue.
+# gles2 API only supported windowing system (on linux) is EGL, so require it
+# opengl API only supported windowing systems (on linux) are EGL and GLX, so 
require one of them (glx is enabled with USE="opengl X")
+REQUIRED_USE="
+   || ( drm gles2 opengl wayland X )
+   gles2? ( egl )
+   opengl? ( || ( egl X ) )
+"
+
+# glx doesn't require libva-glx (libva[opengl]) afaics, only by 
tests/test-display.c
+# USE flag behavior:
+# 'drm' enables vaapi drm support
+# 'egl' enables EGL platform support (but only if also 'opengl||gles2')
+# - 'egl' is exposed as a USE flag mainly to get EGL support instead of or in 
addition to GLX support with desktop GL while keeping it optional for pure GLX 
cases;
+#   it's always required with USE=gles2, thus USE="gles2 opengl X" will 
require and build desktop GL EGL platform support as well on top of GLX, which 
doesn't add extra deps at that point.
+# 'gles2' enables GLESv2 or GLESv3 based GL API support
+# 'opengl' enables desktop OpenGL based GL API support
+# 'wayland' enables non-GL Wayland support; wayland EGL support when combined 
with 'egl' (but only if also 'opengl||gles2')
+# 'X' enables non-GL X support; GL

[gentoo-commits] repo/gentoo:master commit in: media-libs/gstreamer-editing-services/

2018-09-17 Thread Mart Raudsepp
commit: d40b9b68bb891b15048d703a04109bc81f7b7239
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Sep 18 00:22:18 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Sep 18 00:25:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40b9b68

media-libs/gstreamer-editing-services: bump to 1.14.3 for upstream bug fixes

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/gstreamer-editing-services/Manifest |  1 +
 .../gstreamer-editing-services-1.14.3.ebuild   | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/media-libs/gstreamer-editing-services/Manifest 
b/media-libs/gstreamer-editing-services/Manifest
index 2a9f8bc0d1b..2b5cb406c64 100644
--- a/media-libs/gstreamer-editing-services/Manifest
+++ b/media-libs/gstreamer-editing-services/Manifest
@@ -1,2 +1,3 @@
 DIST gstreamer-editing-services-1.14.1.tar.xz 1059888 BLAKE2B 
d176c5d4341df208ee87d71f1838e5bb6c3bce7f072a3214d6907b91e75a81f5cd79cf424266205641281d525dea7e36423ffb98adef3cddd54814ea763a8d00
 SHA512 
3801769a515f248b923c50ad51961175094a66f2aa55184e82ecb948331c05b6e297a723d5443db11ec3274ee48f56d6dcc8af8a95cf9e701cc4e02615f8e6e4
 DIST gstreamer-editing-services-1.14.2.tar.xz 1063208 BLAKE2B 
b26db0c944e203026c1be242b80d3d16396d754c1883c07608f73f236d3e96979ef0eb5a7a0230fc360edd34caf22afa3d1e59eb4109ef17e60481b428703539
 SHA512 
74cd168d1308086e1b4c350eeec1757f790e05a8a762ebb7dd43c7ecdc0e747d7e5cfa2c3b0266eea18d98a369beb1fa544dafb4a1d22fe23af1d4e055322b29
+DIST gstreamer-editing-services-1.14.3.tar.xz 1066740 BLAKE2B 
c5511ca12eccb08d49733540e2d264290a6ca53ec0d5e9007d354e10808568727ed10bfb205c425fd56d334ef12e30324d67b0dcff8115b3c13d1123fe6026b9
 SHA512 
5dc4fc65c7ce9604b75516774c4481f3214ed703c0d3bb2a6fa348e5a8a09c963ac711e81e5c91f12f57ab3df63a94d7d178fcd4aab4d4d429f32e055c14a205

diff --git 
a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.14.3.ebuild
 
b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.14.3.ebuild
new file mode 100644
index 000..0bb7fc8cf81
--- /dev/null
+++ 
b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.14.3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+GNOME2_LA_PUNT="yes"
+
+inherit bash-completion-r1 gnome2 python-r1
+
+DESCRIPTION="SDK for making video editors and more"
+HOMEPAGE="http://wiki.pitivi.org/wiki/GES";
+SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz";
+
+LICENSE="LGPL-2+"
+SLOT="1.0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+introspection"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.40.0:2
+   dev-libs/libxml2:2
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   >=media-libs/gstreamer-${PV}:1.0[introspection?]
+   >=media-libs/gst-plugins-base-${PV}:1.0[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.3
+   virtual/pkgconfig
+"
+# XXX: tests do pass but need g-e-s to be installed due to missing
+# AM_TEST_ENVIRONMENT setup.
+RESTRICT="test"
+
+src_configure() {
+   # gtk is only used for examples
+   gnome2_src_configure \
+   $(use_enable introspection) \
+   --disable-examples \
+   --without-gtk \
+   --with-bash-completion-dir="$(get_bashcompdir)" \
+   --with-package-name="GStreamer editing services ebuild for 
Gentoo" \
+   
--with-package-origin="https://packages.gentoo.org/package/media-libs/gstreamer-editing-services";
+}
+
+src_compile() {
+   # Prevent sandbox violations, bug #53
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   addpredict /dev
+   gnome2_src_compile
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-layers/files/, media-libs/vulkan-layers/

2018-09-17 Thread Nick Sarnie
commit: c7264ea95258abcf25c58fa66c289011bd19ee7d
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Sep 18 00:18:24 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Sep 18 00:18:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7264ea9

media-libs/vulkan-layers: Remove unnecessary patch

I had 1.1.84.0 headers installed accidentally

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 ...2.0-Modify-scripts-to-accomodate-new-exts.patch | 23 --
 .../vulkan-layers/vulkan-layers-1.1.82.0.ebuild|  1 -
 2 files changed, 24 deletions(-)

diff --git 
a/media-libs/vulkan-layers/files/vulkan-layers-1.1.82.0-Modify-scripts-to-accomodate-new-exts.patch
 
b/media-libs/vulkan-layers/files/vulkan-layers-1.1.82.0-Modify-scripts-to-accomodate-new-exts.patch
deleted file mode 100644
index 45da36c66c7..000
--- 
a/media-libs/vulkan-layers/files/vulkan-layers-1.1.82.0-Modify-scripts-to-accomodate-new-exts.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 7bd8575b65e6a7ab9954cf30dcaff398bf9246e9 Mon Sep 17 00:00:00 2001
-From: Shannon McPherson 
-Date: Mon, 10 Sep 2018 11:13:02 -0600
-Subject: [PATCH] scripts: Modify scripts to accomodate new exts
-
-Parameter validation was not gathering and processing structure
-information correctly for one of the 84 Headers extensions

- scripts/parameter_validation_generator.py | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/scripts/parameter_validation_generator.py 
b/scripts/parameter_validation_generator.py
-index 8bb8da382..b157a1578 100644
 a/scripts/parameter_validation_generator.py
-+++ b/scripts/parameter_validation_generator.py
-@@ -711,6 +711,7 @@ def genVkStructureType(self, typename):
- # Add underscore between lowercase then uppercase
- value = re.sub('([a-z0-9])([A-Z])', r'\1_\2', typename)
- value = value.replace('D3_D12', 'D3D12')
-+value = value.replace('ASTCDecode', 'ASTC_Decode')
- value = value.replace('Device_IDProp', 'Device_ID_Prop')
- value = value.replace('LODGather', 'LOD_Gather')
- value = value.replace('Features2', 'FEATURES_2')

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.1.82.0.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.1.82.0.ebuild
index af1263d167f..c1a86b1bc3a 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.1.82.0.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.1.82.0.ebuild
@@ -38,7 +38,6 @@ DEPEND="${PYTHON_DEPS}
 
 PATCHES=(
"${FILESDIR}/${PN}-Use-a-file-to-get-the-spirv-tools-commit-ID.patch"
-   "${FILESDIR}/${PN}-1.1.82.0-Modify-scripts-to-accomodate-new-exts.patch"
 )
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-tools/

2018-09-17 Thread Nick Sarnie
commit: 1b4ab2d77803fd0843efd0e3b3a9bda620b27bb7
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 23:29:40 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Sep 18 00:12:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4ab2d7

dev-util/vulkan-tools: Bump to 1.1.82.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/vulkan-tools/Manifest |  1 +
 ...ls-.ebuild => vulkan-tools-1.1.82.0.ebuild} | 30 +-
 dev-util/vulkan-tools/vulkan-tools-.ebuild | 30 +-
 3 files changed, 25 insertions(+), 36 deletions(-)

diff --git a/dev-util/vulkan-tools/Manifest b/dev-util/vulkan-tools/Manifest
index 1fa7abf7d1c..9c1cc3777d3 100644
--- a/dev-util/vulkan-tools/Manifest
+++ b/dev-util/vulkan-tools/Manifest
@@ -1 +1,2 @@
 DIST vulkan-tools-1.1.77.0.tar.gz 330131 BLAKE2B 
3190c59745f6068fc00871f7c7c889ec2e429095d5090b0b02e1d3bbdd8613147febbbe4da3f1d48690a34577bff21bf5fd90bed77a621d0716e1b10dd9e8207
 SHA512 
e569e1d6da651a9f3c4669de0d4ebd301528036e283ea46049abdabca6b1b993f07e48643f91b29a38859a44770e55c8222058cf1f2a0dfd4838c37f801ba725
+DIST vulkan-tools-1.1.82.0.tar.gz 342321 BLAKE2B 
8591e7b16b59a1f839639642b652bcb040d9d1695a7e1cc3ccbc791703504647a517a6632db90bff9a21f7417d2219f2b7720ae1798795b31171e798b8d12ff5
 SHA512 
214cd30b03bf11310fe890bbcc082e515125a89591a225d113412bc41d302f8bc9a8598faaf8ca7acbd9c9ee3da43431564572e9495d966a13f90d277115d9c5

diff --git a/dev-util/vulkan-tools/vulkan-tools-.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-1.1.82.0.ebuild
similarity index 85%
copy from dev-util/vulkan-tools/vulkan-tools-.ebuild
copy to dev-util/vulkan-tools/vulkan-tools-1.1.82.0.ebuild
index 3fce8b8e686..338431363f2 100644
--- a/dev-util/vulkan-tools/vulkan-tools-.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-1.1.82.0.ebuild
@@ -9,7 +9,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_SUBMODULES=()
inherit git-r3
 else
-   EGIT_COMMIT="384fff68c802a10b5d7f4f352a4bb43b3efe5f23"
+   EGIT_COMMIT="2cfddd146d666efe0ed06ef1d2bc5565821df144"
KEYWORDS="~amd64"

SRC_URI="https://github.com/KhronosGroup/Vulkan-Tools/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/Vulkan-Tools-${EGIT_COMMIT}"
@@ -40,27 +40,21 @@ DEPEND="${PYTHON_DEPS}
 REQUIRED_USE="|| ( X wayland )
  vulkaninfo? ( X )"
 
-MULTILIB_CHOST_TOOLS=(
-   /usr/bin/vulkancube
-   /usr/bin/vulkancubecpp
-   /usr/bin/vulkaninfo
-)
-
 pkg_setup() {
-  MULTILIB_CHOST_TOOLS=()
+   MULTILIB_CHOST_TOOLS=()
 
-  if use vulkaninfo; then
-  MULTILIB_CHOST_TOOLS+=( /usr/bin/vulkaninfo )
-  fi
+   if use vulkaninfo; then
+   MULTILIB_CHOST_TOOLS+=( /usr/bin/vulkaninfo )
+   fi
 
-  if use cube; then
-  MULTILIB_CHOST_TOOLS+=(
-  /usr/bin/vulkancube
-  /usr/bin/vulkancubecpp
-  )
-  fi
+   if use cube; then
+   MULTILIB_CHOST_TOOLS+=(
+   /usr/bin/vulkancube
+   /usr/bin/vulkancubecpp
+   )
+   fi
 
-  python-any-r1_pkg_setup
+   python-any-r1_pkg_setup
 }
 
 multilib_src_configure() {

diff --git a/dev-util/vulkan-tools/vulkan-tools-.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-.ebuild
index 3fce8b8e686..338431363f2 100644
--- a/dev-util/vulkan-tools/vulkan-tools-.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-.ebuild
@@ -9,7 +9,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_SUBMODULES=()
inherit git-r3
 else
-   EGIT_COMMIT="384fff68c802a10b5d7f4f352a4bb43b3efe5f23"
+   EGIT_COMMIT="2cfddd146d666efe0ed06ef1d2bc5565821df144"
KEYWORDS="~amd64"

SRC_URI="https://github.com/KhronosGroup/Vulkan-Tools/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/Vulkan-Tools-${EGIT_COMMIT}"
@@ -40,27 +40,21 @@ DEPEND="${PYTHON_DEPS}
 REQUIRED_USE="|| ( X wayland )
  vulkaninfo? ( X )"
 
-MULTILIB_CHOST_TOOLS=(
-   /usr/bin/vulkancube
-   /usr/bin/vulkancubecpp
-   /usr/bin/vulkaninfo
-)
-
 pkg_setup() {
-  MULTILIB_CHOST_TOOLS=()
+   MULTILIB_CHOST_TOOLS=()
 
-  if use vulkaninfo; then
-  MULTILIB_CHOST_TOOLS+=( /usr/bin/vulkaninfo )
-  fi
+   if use vulkaninfo; then
+   MULTILIB_CHOST_TOOLS+=( /usr/bin/vulkaninfo )
+   fi
 
-  if use cube; then
-  MULTILIB_CHOST_TOOLS+=(
-  /usr/bin/vulkancube
-  /usr/bin/vulkancubecpp
-  )
-  fi
+   if use cube; then
+   MULTILIB_CHOST_TOOLS+=(
+   /usr/bin/vulkancube
+

[gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-layers/, media-libs/vulkan-layers/files/

2018-09-17 Thread Nick Sarnie
commit: b8f1a478bcc47d5fa902706c431fc7391cac8a82
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Sep 18 00:00:43 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Sep 18 00:12:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f1a478

media-libs/vulkan-layers: Bump to 1.1.82.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/vulkan-layers/Manifest  |  1 +
 ...2.0-Modify-scripts-to-accomodate-new-exts.patch | 23 ++
 ...s-.ebuild => vulkan-layers-1.1.82.0.ebuild} |  5 +++--
 media-libs/vulkan-layers/vulkan-layers-.ebuild |  4 ++--
 4 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/media-libs/vulkan-layers/Manifest 
b/media-libs/vulkan-layers/Manifest
index e1b0a00434c..222e6f8e935 100644
--- a/media-libs/vulkan-layers/Manifest
+++ b/media-libs/vulkan-layers/Manifest
@@ -1 +1,2 @@
 DIST vulkan-layers-1.1.77.0.tar.gz 1099507 BLAKE2B 
b23efed4b99f3d7ca6a5938467b80fd0e7afed281a44eb5fd24b2e6f1340dd9bcc05d9e4a45ce936a4c90db9d3b8269ae4f4b4a786fefb16f28a0b58df5e265d
 SHA512 
0c7f3cdcf99dafa6ea8d169ef5627c5ee392844bb0e95647faa14998fc3fd121e34ec035ce17567dff61f4efa2d88738e45eda2827b6048ae8ade25adea1a411
+DIST vulkan-layers-1.1.82.0.tar.gz 962993 BLAKE2B 
6fe541116f8d4d4370cb5a0b2a98c07139577edf20653359f9f149b503c3d2e9aa98e95af14582c80033b535cc4cec5cc5f148396f472aaf75a8767579978a61
 SHA512 
c34b691a340830462b917890c97dd86c66eac097ba284183d8bf148267b1a881c909b89c6f9ab78ddd03a60cc884c982bc578cc67e4fbaf37d044004b006a65a

diff --git 
a/media-libs/vulkan-layers/files/vulkan-layers-1.1.82.0-Modify-scripts-to-accomodate-new-exts.patch
 
b/media-libs/vulkan-layers/files/vulkan-layers-1.1.82.0-Modify-scripts-to-accomodate-new-exts.patch
new file mode 100644
index 000..45da36c66c7
--- /dev/null
+++ 
b/media-libs/vulkan-layers/files/vulkan-layers-1.1.82.0-Modify-scripts-to-accomodate-new-exts.patch
@@ -0,0 +1,23 @@
+From 7bd8575b65e6a7ab9954cf30dcaff398bf9246e9 Mon Sep 17 00:00:00 2001
+From: Shannon McPherson 
+Date: Mon, 10 Sep 2018 11:13:02 -0600
+Subject: [PATCH] scripts: Modify scripts to accomodate new exts
+
+Parameter validation was not gathering and processing structure
+information correctly for one of the 84 Headers extensions
+---
+ scripts/parameter_validation_generator.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/scripts/parameter_validation_generator.py 
b/scripts/parameter_validation_generator.py
+index 8bb8da382..b157a1578 100644
+--- a/scripts/parameter_validation_generator.py
 b/scripts/parameter_validation_generator.py
+@@ -711,6 +711,7 @@ def genVkStructureType(self, typename):
+ # Add underscore between lowercase then uppercase
+ value = re.sub('([a-z0-9])([A-Z])', r'\1_\2', typename)
+ value = value.replace('D3_D12', 'D3D12')
++value = value.replace('ASTCDecode', 'ASTC_Decode')
+ value = value.replace('Device_IDProp', 'Device_ID_Prop')
+ value = value.replace('LODGather', 'LOD_Gather')
+ value = value.replace('Features2', 'FEATURES_2')

diff --git a/media-libs/vulkan-layers/vulkan-layers-.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.1.82.0.ebuild
similarity index 89%
copy from media-libs/vulkan-layers/vulkan-layers-.ebuild
copy to media-libs/vulkan-layers/vulkan-layers-1.1.82.0.ebuild
index b2e238baddb..af1263d167f 100644
--- a/media-libs/vulkan-layers/vulkan-layers-.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.1.82.0.ebuild
@@ -9,7 +9,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_SUBMODULES=()
inherit git-r3
 else
-   EGIT_COMMIT="0ec7ce985fba34d5303f84f09fab79cd2b9874a8"
+   EGIT_COMMIT="89bbac497742d48c3d483f78b1bba99101784746"
KEYWORDS="~amd64"

SRC_URI="https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/Vulkan-ValidationLayers-${EGIT_COMMIT}"
@@ -29,7 +29,7 @@ RDEPEND="!<=media-libs/vulkan-loader-1.1.70.0-r999"
 DEPEND="${PYTHON_DEPS}
dev-util/glslang:=[${MULTILIB_USEDEP}]
>=dev-util/spirv-tools-2018.2-r1:=[${MULTILIB_USEDEP}]
-   >=dev-util/vulkan-headers-1.1.77.0-r1
+   >=dev-util/vulkan-headers-1.1.82.0
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
   x11-libs/libX11:=[${MULTILIB_USEDEP}]
@@ -38,6 +38,7 @@ DEPEND="${PYTHON_DEPS}
 
 PATCHES=(
"${FILESDIR}/${PN}-Use-a-file-to-get-the-spirv-tools-commit-ID.patch"
+   "${FILESDIR}/${PN}-1.1.82.0-Modify-scripts-to-accomodate-new-exts.patch"
 )
 
 multilib_src_configure() {

diff --git a/media-libs/vulkan-layers/vulkan-layers-.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-.ebuild
index b2e238baddb..c1a86b1bc3a 100644
--- a/media-libs/vulkan-layers/vulkan-layers-.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-.ebuild
@@ -9,7 +9,7 @@ if [[ "${PV}" == "" ]]; t

[gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-headers/

2018-09-17 Thread Nick Sarnie
commit: b6d17ac8210051cb60653aab84c556f9decd5ab6
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Sep 18 00:03:51 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Sep 18 00:12:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d17ac8

dev-util/vulkan-headers: Bump to 1.1.82.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/vulkan-headers/Manifest   |  1 +
 .../vulkan-headers/vulkan-headers-1.1.82.0.ebuild  | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-util/vulkan-headers/Manifest b/dev-util/vulkan-headers/Manifest
index 8fd28ac02f8..13ff888fac4 100644
--- a/dev-util/vulkan-headers/Manifest
+++ b/dev-util/vulkan-headers/Manifest
@@ -1 +1,2 @@
 DIST vulkan-headers-1.1.77.0.tar.gz 459383 BLAKE2B 
4c08cb5264d2cae036e7a5c9260915186ba237067a003f69300ef550f1d944123223dce3c1084cf2e2a44f571b957928771e4d907e5714415841cda60dd5387d
 SHA512 
097d6d532215751715c9ce0d97f4e7793318c5e37633754cda2f451201ef34121e14e99ecbf8d3281a417d1ece11f1065852ac5409d7b16a1370e27f065c3a78
+DIST vulkan-headers-1.1.82.0.tar.gz 472739 BLAKE2B 
323635c02909e1713973787812ea94cf14e9d6bbb16359594e2ac3910bab1a8de383674157575ef82f7fe100d78fdfdf1b6e82d75bed5d63abc7d38af555a6ab
 SHA512 
9236db6d3e5c24687ae4ee01237190e4594657e6c6f00b3e859dbf34f6bfccea37a4d56fa7112d3d982c4fdabc1967e96c0fbbd07cc835591e4f48f00518ddb7

diff --git a/dev-util/vulkan-headers/vulkan-headers-1.1.82.0.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-1.1.82.0.ebuild
new file mode 100644
index 000..08976482e5e
--- /dev/null
+++ b/dev-util/vulkan-headers/vulkan-headers-1.1.82.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-Headers.git";
+   inherit git-r3
+else
+   EGIT_COMMIT="c4e056d365472174471a243dfefbfe66a03564af"
+   KEYWORDS="~amd64"
+   
SRC_URI="https://github.com/KhronosGroup/Vulkan-Headers/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/Vulkan-Headers-${EGIT_COMMIT}"
+fi
+
+DESCRIPTION="Vulkan Header files and API registry"
+HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Headers";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+# Old packaging will cause file collisions
+RDEPEND="!<=media-libs/vulkan-loader-1.1.70.0-r999"



[gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-loader/

2018-09-17 Thread Nick Sarnie
commit: 6d227501bb5dd45bad6d260b2dcc020474a48830
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Sep 18 00:11:33 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Sep 18 00:12:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d227501

media-libs/vulkan-loader: Drop old, update USE description

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/vulkan-loader/Manifest  |  1 -
 media-libs/vulkan-loader/metadata.xml  |  3 +-
 .../vulkan-loader/vulkan-loader-1.1.70.0-r1.ebuild | 65 --
 3 files changed, 1 insertion(+), 68 deletions(-)

diff --git a/media-libs/vulkan-loader/Manifest 
b/media-libs/vulkan-loader/Manifest
index 15b1d2558c0..b37d10a 100644
--- a/media-libs/vulkan-loader/Manifest
+++ b/media-libs/vulkan-loader/Manifest
@@ -1,3 +1,2 @@
-DIST vulkan-loader-1.1.70.0.tar.gz 4107351 BLAKE2B 
86859e74839a0a7c667476db62a1bc73d89f22e6bb951f2742bc6990ed498e9201bd17973e887f360b2eec610e29d547e79d5323ed74fd5618cb0fc75dbba063
 SHA512 
ae57e6890225b6e4607fde04a296a14bc54fd6b61b360b771bd24f00607dcb6fff06b3ec38a761173c92c90628a139f1424445e174c21adad4af6f445b91ed26
 DIST vulkan-loader-1.1.77.0.tar.gz 1512876 BLAKE2B 
bf5fbf3623f0ca2b2473d496edd23ce388313d7dbeb8e3f95549da5726a1ab25fcce673d5dd3df094d3abdd2c5ecc4a87759a80e7d05d7b34abf30ee325895f2
 SHA512 
95fe179c93df1ea36cee8123588b232433c988e9a5889a606e7adbc4192d6a4bc8809f9936cf11ae953090392d0c9e4265697b608adacc7eb7cf6479baf49f48
 DIST vulkan-loader-1.1.82.0.tar.gz 1342427 BLAKE2B 
4b2c589e2c1edaa29e13e892cc839f2d7af5bbadf7dda3f50eca2543c1877af175e9640545b886ffe3e8b1c51373502ee272829ddb15c07629ea08ece697e5b9
 SHA512 
624e493454e622e29bc0de5fdf1c425691b3c98f317660847e95aee6bc42dafa0b4d8caa9de52e8f3229b7e743afa475485cd3affbdb295e16ba49d30d1eb19e

diff --git a/media-libs/vulkan-loader/metadata.xml 
b/media-libs/vulkan-loader/metadata.xml
index 5896567b6cb..6d56c31a9fe 100644
--- a/media-libs/vulkan-loader/metadata.xml
+++ b/media-libs/vulkan-loader/metadata.xml
@@ -9,7 +9,6 @@
KhronosGroup/Vulkan-LoaderAndValidationLayers


-   Build vulkan demos and vulkaninfo
-   Build the vulkan layers
+   Include the vulkan layers

 

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.1.70.0-r1.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.1.70.0-r1.ebuild
deleted file mode 100644
index 3f8fd8e41b3..000
--- a/media-libs/vulkan-loader/vulkan-loader-1.1.70.0-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-if [[ "${PV}" == "" ]]; then
-   
EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git";
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/archive/sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/Vulkan-LoaderAndValidationLayers-sdk-${PV}"
-fi
-
-inherit python-any-r1 cmake-multilib
-
-DESCRIPTION="Vulkan Installable Client Driver (ICD) Loader"
-HOMEPAGE="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="demos layers wayland X"
-REQUIRED_USE="demos? ( X )"
-
-RDEPEND=""
-DEPEND="${PYTHON_DEPS}
-   demos? ( dev-util/glslang:=[${MULTILIB_USEDEP}] )
-   layers? (
-   dev-util/glslang:=[${MULTILIB_USEDEP}]
-   >=dev-util/spirv-tools-2018.2-r1:=[${MULTILIB_USEDEP}]
-   )
-   wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
-   X? (
-   x11-libs/libX11:=[${MULTILIB_USEDEP}]
-   x11-libs/libXrandr:=[${MULTILIB_USEDEP}]
-   )"
-
-PATCHES=(
-   
"${FILESDIR}/${P}-Dont-require-glslang-if-not-building-layers.patch"
-   "${FILESDIR}/${PN}-Fix-layers-install-directory.patch"
-   
"${FILESDIR}/${PN}-Use-a-file-to-get-the-spirv-tools-commit-ID.patch"
-   )
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_SKIP_RPATH=True
-   -DBUILD_TESTS=False
-   -DBUILD_LAYERS=$(usex layers)
-   -DBUILD_DEMOS=$(usex demos)
-   -DBUILD_VKJSON=False
-   -DBUILD_LOADER=True
-   -DBUILD_WSI_MIR_SUPPORT=False
-   -DBUILD_WSI_WAYLAND_SUPPORT=$(usex wayland)
-   -DBUILD_WSI_XCB_SUPPORT=$(usex X)
-   -DBUILD_WSI_XLIB_SUPPORT=$(usex X)
-   )
-   cmake-utils_src_configure
-}
-
-multilib_src_install() {
-   keepdir /etc/vulkan/icd.d
-
-   cmake-utils_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-headers/

2018-09-17 Thread Nick Sarnie
commit: 464d454313775b4d9da736dc26685afe4bf8e6d3
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Sep 18 00:04:32 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Sep 18 00:12:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464d4543

dev-util/vulkan-headers: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../vulkan-headers/vulkan-headers-1.1.77.0.ebuild  | 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-util/vulkan-headers/vulkan-headers-1.1.77.0.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-1.1.77.0.ebuild
deleted file mode 100644
index 0e2db963613..000
--- a/dev-util/vulkan-headers/vulkan-headers-1.1.77.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-Headers.git";
-   inherit git-r3
-else
-   EGIT_COMMIT="b1577d5fbd5424c863710aa156aaafa77cae3de8"
-   KEYWORDS="~amd64"
-   
SRC_URI="https://github.com/KhronosGroup/Vulkan-Headers/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/Vulkan-Headers-${EGIT_COMMIT}"
-fi
-
-DESCRIPTION="Vulkan Header files and API registry"
-HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Headers";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-# Old packaging will cause file collisions
-RDEPEND="!<=media-libs/vulkan-loader-1.1.70.0-r999"



[gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-tools/

2018-09-17 Thread Nick Sarnie
commit: c250141e5e93aaaf16a12e7779476624b8231410
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 23:30:01 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Sep 18 00:12:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c250141e

dev-util/vulkan-tools: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../vulkan-tools/vulkan-tools-1.1.77.0-r1.ebuild   | 89 --
 1 file changed, 89 deletions(-)

diff --git a/dev-util/vulkan-tools/vulkan-tools-1.1.77.0-r1.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-1.1.77.0-r1.ebuild
deleted file mode 100644
index 6fa37cabccc..000
--- a/dev-util/vulkan-tools/vulkan-tools-1.1.77.0-r1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-Tools.git";
-   EGIT_SUBMODULES=()
-   inherit git-r3
-else
-   EGIT_COMMIT="384fff68c802a10b5d7f4f352a4bb43b3efe5f23"
-   KEYWORDS="~amd64"
-   
SRC_URI="https://github.com/KhronosGroup/Vulkan-Tools/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/Vulkan-Tools-${EGIT_COMMIT}"
-fi
-
-inherit python-any-r1 cmake-multilib
-
-DESCRIPTION="Official Vulkan Tools and Utilities for Windows, Linux, Android, 
and MacOS"
-HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Tools";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+cube +vulkaninfo X wayland"
-
-# Old packaging will cause file collisions
-RDEPEND="!<=media-libs/vulkan-loader-1.1.70.0-r999"
-DEPEND="${PYTHON_DEPS}
-   cube? ( dev-util/glslang:=[${MULTILIB_USEDEP}] )
-   dev-util/vulkan-headers
-   media-libs/vulkan-loader:=[${MULTILIB_USEDEP},wayland?,X?]
-   wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
-   X? (
-   x11-libs/libX11:=[${MULTILIB_USEDEP}]
-   x11-libs/libXrandr:=[${MULTILIB_USEDEP}]
-  )"
-
-# Vulkaninfo does not support wayland
-REQUIRED_USE="|| ( X wayland )
- vulkaninfo? ( X )"
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_SKIP_RPATH=True
-   -DBUILD_CUBE=$(usex cube)
-   -DBUILD_VULKANINFO=$(usex vulkaninfo)
-   -DBUILD_WSI_MIR_SUPPORT=False
-   -DBUILD_WSI_WAYLAND_SUPPORT=$(usex wayland)
-   -DBUILD_WSI_XCB_SUPPORT=$(usex X)
-   -DBUILD_WSI_XLIB_SUPPORT=$(usex X)
-   -DGLSLANG_INSTALL_DIR="/usr"
-   -DVULKAN_HEADERS_INSTALL_DIR="/usr"
-   )
-
-   # Upstream only supports one window system at a time
-   # If X is set at all, even if wayland is set, use X
-   #
-   # If -cube and/or -vulkaninfo is set, the flags we set
-   # are ignored, so we don't need to consider that
-   if use X; then
-   mycmakeargs+=(
-   -DCUBE_WSI_SELECTION="XCB"
-   -DVULKANINFO_WSI_SELECTION="XCB"
-   )
-   fi
-
-   if ! use X && use wayland; then
-   mycmakeargs+=(
-   -DCUBE_WSI_SELECTION="WAYLAND"
-   )
-   fi
-
-   cmake-utils_src_configure
-}
-
-multilib_src_install() {
-   cmake-utils_src_install
-
-   if use cube; then
-   mv "${ED%/}"/usr/bin/cube "${ED%/}"/usr/bin/vulkancube || die
-   mv "${ED%/}"/usr/bin/cubepp "${ED%/}"/usr/bin/vulkancubecpp || 
die
-   fi
-}
-
-pkg_postinst() {
-   einfo "The cube and cubepp demos have been renamed to"
-   einfo "vulkancube and vulkancubecpp to prevent collisions"
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-loader/

2018-09-17 Thread Nick Sarnie
commit: 868253f7993f4a4509c9c9de41134515fe148f2d
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Sep 18 00:09:10 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Sep 18 00:12:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=868253f7

media-libs/vulkan-loader: Bump to 1.1.82.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/vulkan-loader/Manifest | 1 +
 .../{vulkan-loader-.ebuild => vulkan-loader-1.1.82.0.ebuild}  | 4 ++--
 media-libs/vulkan-loader/vulkan-loader-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/media-libs/vulkan-loader/Manifest 
b/media-libs/vulkan-loader/Manifest
index 434c609df81..15b1d2558c0 100644
--- a/media-libs/vulkan-loader/Manifest
+++ b/media-libs/vulkan-loader/Manifest
@@ -1,2 +1,3 @@
 DIST vulkan-loader-1.1.70.0.tar.gz 4107351 BLAKE2B 
86859e74839a0a7c667476db62a1bc73d89f22e6bb951f2742bc6990ed498e9201bd17973e887f360b2eec610e29d547e79d5323ed74fd5618cb0fc75dbba063
 SHA512 
ae57e6890225b6e4607fde04a296a14bc54fd6b61b360b771bd24f00607dcb6fff06b3ec38a761173c92c90628a139f1424445e174c21adad4af6f445b91ed26
 DIST vulkan-loader-1.1.77.0.tar.gz 1512876 BLAKE2B 
bf5fbf3623f0ca2b2473d496edd23ce388313d7dbeb8e3f95549da5726a1ab25fcce673d5dd3df094d3abdd2c5ecc4a87759a80e7d05d7b34abf30ee325895f2
 SHA512 
95fe179c93df1ea36cee8123588b232433c988e9a5889a606e7adbc4192d6a4bc8809f9936cf11ae953090392d0c9e4265697b608adacc7eb7cf6479baf49f48
+DIST vulkan-loader-1.1.82.0.tar.gz 1342427 BLAKE2B 
4b2c589e2c1edaa29e13e892cc839f2d7af5bbadf7dda3f50eca2543c1877af175e9640545b886ffe3e8b1c51373502ee272829ddb15c07629ea08ece697e5b9
 SHA512 
624e493454e622e29bc0de5fdf1c425691b3c98f317660847e95aee6bc42dafa0b4d8caa9de52e8f3229b7e743afa475485cd3affbdb295e16ba49d30d1eb19e

diff --git a/media-libs/vulkan-loader/vulkan-loader-.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.1.82.0.ebuild
similarity index 93%
copy from media-libs/vulkan-loader/vulkan-loader-.ebuild
copy to media-libs/vulkan-loader/vulkan-loader-1.1.82.0.ebuild
index 0331bbbe2b6..8fdb1e92bdf 100644
--- a/media-libs/vulkan-loader/vulkan-loader-.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.1.82.0.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" == "" ]]; then
inherit git-r3
 else
KEYWORDS="~amd64"
-   EGIT_COMMIT="c71d5027a9d7fe4b170c0ff69bad67efd1d530cf"
+   EGIT_COMMIT="979f925d939e4daa3c823bd2b9d46ca479481fe9"

SRC_URI="https://github.com/KhronosGroup/Vulkan-Loader/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/Vulkan-Loader-${EGIT_COMMIT}"
 fi
@@ -26,7 +26,7 @@ IUSE="layers wayland X"
 
 PDEPEND="layers? ( media-libs/vulkan-layers:=[${MULTILIB_USEDEP}] )"
 DEPEND="${PYTHON_DEPS}
-   >=dev-util/vulkan-headers-1.1.77.0-r1
+   >=dev-util/vulkan-headers-1.1.82.0
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
x11-libs/libX11:=[${MULTILIB_USEDEP}]

diff --git a/media-libs/vulkan-loader/vulkan-loader-.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-.ebuild
index 0331bbbe2b6..8fdb1e92bdf 100644
--- a/media-libs/vulkan-loader/vulkan-loader-.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" == "" ]]; then
inherit git-r3
 else
KEYWORDS="~amd64"
-   EGIT_COMMIT="c71d5027a9d7fe4b170c0ff69bad67efd1d530cf"
+   EGIT_COMMIT="979f925d939e4daa3c823bd2b9d46ca479481fe9"

SRC_URI="https://github.com/KhronosGroup/Vulkan-Loader/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/Vulkan-Loader-${EGIT_COMMIT}"
 fi
@@ -26,7 +26,7 @@ IUSE="layers wayland X"
 
 PDEPEND="layers? ( media-libs/vulkan-layers:=[${MULTILIB_USEDEP}] )"
 DEPEND="${PYTHON_DEPS}
-   >=dev-util/vulkan-headers-1.1.77.0-r1
+   >=dev-util/vulkan-headers-1.1.82.0
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
x11-libs/libX11:=[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-assrender/

2018-09-17 Thread Mart Raudsepp
commit: e586a85d0d67c283444357ed64d85e76ace03413
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:19:18 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e586a85d

media-plugins/gst-plugins-assrender: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-assrender/Manifest   |  1 +
 .../gst-plugins-assrender-1.14.3.ebuild| 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-assrender/Manifest 
b/media-plugins/gst-plugins-assrender/Manifest
index 50292dc5071..8e7a9d31337 100644
--- a/media-plugins/gst-plugins-assrender/Manifest
+++ b/media-plugins/gst-plugins-assrender/Manifest
@@ -2,3 +2,4 @@ DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daa
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git 
a/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.14.3.ebuild 
b/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.14.3.ebuild
new file mode 100644
index 000..e6ec01d07a1
--- /dev/null
+++ b/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.14.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="ASS/SSA rendering with effects support plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE=""
+
+RDEPEND=">=media-libs/libass-0.10.2:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-smoothstreaming/

2018-09-17 Thread Mart Raudsepp
commit: 9a010eb02a7d23007b05bc83375814702ee2ee14
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:21:16 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:50:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a010eb0

media-plugins/gst-plugins-smoothstreaming: bump to 1.14.3, no code changes from 
1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-smoothstreaming/Manifest |  1 +
 .../gst-plugins-smoothstreaming-1.14.3.ebuild  | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/media-plugins/gst-plugins-smoothstreaming/Manifest 
b/media-plugins/gst-plugins-smoothstreaming/Manifest
index 8732a3755b6..32a9b073797 100644
--- a/media-plugins/gst-plugins-smoothstreaming/Manifest
+++ b/media-plugins/gst-plugins-smoothstreaming/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git 
a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.3.ebuild
 
b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.3.ebuild
new file mode 100644
index 000..2ec5feec35f
--- /dev/null
+++ 
b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="Smooth Streaming plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+
+   # FIXME: gsturidownloader does not have a .pc
+   #   gst-libs/gst/uridownloader:gsturidownloader \
+   #   gst-libs/gst/adaptativedemux:gstadaptivedemux \
+   #   gst-libs/gst/isoff:gstisoff
+   gstreamer_system_link \
+   gst-libs/gst/codecparsers:gstreamer-codecparsers
+
+   local directory libs
+   directory="gst-libs/gst/uridownloader"
+   libs="-lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
-lgsturidownloader-1.0"
+   sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
+   -i ext/smoothstreaming/Makefile.{am,in} || die
+
+   directory="gst-libs/gst/adaptivedemux"
+   libs="-lgsturidownloader-1.0 -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 
-lgobject-2.0 -lglib-2.0 -lgstadaptivedemux-1.0"
+   sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
+   -i ext/smoothstreaming/Makefile.{am,in} || die
+
+   directory="gst-libs/gst/isoff"
+   libs="-lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
-lgstisoff-1.0"
+   sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
+   -i ext/smoothstreaming/Makefile.{am,in} || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-srtp/

2018-09-17 Thread Mart Raudsepp
commit: 33c6f88e36f2a4f4f3681149e080d9254a4fb341
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:15:58 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c6f88e

media-plugins/gst-plugins-srtp: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-srtp/Manifest |  1 +
 .../gst-plugins-srtp/gst-plugins-srtp-1.14.3.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/media-plugins/gst-plugins-srtp/Manifest 
b/media-plugins/gst-plugins-srtp/Manifest
index a3fc36743c3..0263363f066 100644
--- a/media-plugins/gst-plugins-srtp/Manifest
+++ b/media-plugins/gst-plugins-srtp/Manifest
@@ -1,2 +1,3 @@
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.14.3.ebuild 
b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.14.3.ebuild
new file mode 100644
index 000..831f7db6f23
--- /dev/null
+++ b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.14.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="SRTP encoder/decoder plugin for GStreamer"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=net-libs/libsrtp-2.1.0:2=[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-modplug/

2018-09-17 Thread Mart Raudsepp
commit: 9d178c052486a9ea6f580545a38c27047d041a62
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:18:39 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d178c05

media-plugins/gst-plugins-modplug: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-modplug/Manifest |  1 +
 .../gst-plugins-modplug/gst-plugins-modplug-1.14.3.ebuild  | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-modplug/Manifest 
b/media-plugins/gst-plugins-modplug/Manifest
index 50292dc5071..8e7a9d31337 100644
--- a/media-plugins/gst-plugins-modplug/Manifest
+++ b/media-plugins/gst-plugins-modplug/Manifest
@@ -2,3 +2,4 @@ DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daa
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git 
a/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.14.3.ebuild 
b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.14.3.ebuild
new file mode 100644
index 000..5222ccf50b3
--- /dev/null
+++ b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.14.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="MOD audio decoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-lv2/

2018-09-17 Thread Mart Raudsepp
commit: a7e0188383729855054231320f09c2a802c389e4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:21:02 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:50:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e01883

media-plugins/gst-plugins-lv2: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-lv2/Manifest  |  1 +
 .../gst-plugins-lv2/gst-plugins-lv2-1.14.3.ebuild   | 17 +
 2 files changed, 18 insertions(+)

diff --git a/media-plugins/gst-plugins-lv2/Manifest 
b/media-plugins/gst-plugins-lv2/Manifest
index 8732a3755b6..32a9b073797 100644
--- a/media-plugins/gst-plugins-lv2/Manifest
+++ b/media-plugins/gst-plugins-lv2/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git a/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.14.3.ebuild 
b/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.14.3.ebuild
new file mode 100644
index 000..05485204d8e
--- /dev/null
+++ b/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.14.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="Lv2 elements for Gstreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/lv2-1.14.0-r1[${MULTILIB_USEDEP}]
+   >=media-libs/lilv-0.24.2-r2[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-voaacenc/

2018-09-17 Thread Mart Raudsepp
commit: b23bd04ae5a636fca32b3b7a0df8ce936b746bb7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:18:53 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23bd04a

media-plugins/gst-plugins-voaacenc: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-voaacenc/Manifest|  1 +
 .../gst-plugins-voaacenc-1.14.3.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-voaacenc/Manifest 
b/media-plugins/gst-plugins-voaacenc/Manifest
index 8732a3755b6..32a9b073797 100644
--- a/media-plugins/gst-plugins-voaacenc/Manifest
+++ b/media-plugins/gst-plugins-voaacenc/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git 
a/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.14.3.ebuild 
b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.14.3.ebuild
new file mode 100644
index 000..5e956ed3221
--- /dev/null
+++ b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.14.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="AAC encoder plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/vo-aacenc-0.1.3[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-bs2b/

2018-09-17 Thread Mart Raudsepp
commit: 6b8ac7eca37225a3212fd20d7922fbc141e09797
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:20:33 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8ac7ec

media-plugins/gst-plugins-bs2b: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-bs2b/Manifest  |  1 +
 .../gst-plugins-bs2b/gst-plugins-bs2b-1.14.3.ebuild  | 16 
 2 files changed, 17 insertions(+)

diff --git a/media-plugins/gst-plugins-bs2b/Manifest 
b/media-plugins/gst-plugins-bs2b/Manifest
index 8732a3755b6..32a9b073797 100644
--- a/media-plugins/gst-plugins-bs2b/Manifest
+++ b/media-plugins/gst-plugins-bs2b/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git a/media-plugins/gst-plugins-bs2b/gst-plugins-bs2b-1.14.3.ebuild 
b/media-plugins/gst-plugins-bs2b/gst-plugins-bs2b-1.14.3.ebuild
new file mode 100644
index 000..2e93bd8ed59
--- /dev/null
+++ b/media-plugins/gst-plugins-bs2b/gst-plugins-bs2b-1.14.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="bs2b elements for Gstreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/libbs2b[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-kate/

2018-09-17 Thread Mart Raudsepp
commit: 61fdfd6bc647587c22ed5cfc92456db230ba76d3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:19:31 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61fdfd6b

media-plugins/gst-plugins-kate: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-kate/Manifest |  1 +
 .../gst-plugins-kate/gst-plugins-kate-1.14.3.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/media-plugins/gst-plugins-kate/Manifest 
b/media-plugins/gst-plugins-kate/Manifest
index 8732a3755b6..32a9b073797 100644
--- a/media-plugins/gst-plugins-kate/Manifest
+++ b/media-plugins/gst-plugins-kate/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git a/media-plugins/gst-plugins-kate/gst-plugins-kate-1.14.3.ebuild 
b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.14.3.ebuild
new file mode 100644
index 000..fc6da400847
--- /dev/null
+++ b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.14.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="Kate overlay codec suppport plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/libkate-0.1.7[${MULTILIB_USEDEP}]
+   >=media-libs/libtiger-0.3.2[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-faac/

2018-09-17 Thread Mart Raudsepp
commit: 13b0a09702e8bf0e14abd90ec48a6d4320af4865
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:19:55 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b0a097

media-plugins/gst-plugins-faac: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-faac/Manifest|  1 +
 .../gst-plugins-faac/gst-plugins-faac-1.14.3.ebuild| 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-faac/Manifest 
b/media-plugins/gst-plugins-faac/Manifest
index 50292dc5071..8e7a9d31337 100644
--- a/media-plugins/gst-plugins-faac/Manifest
+++ b/media-plugins/gst-plugins-faac/Manifest
@@ -2,3 +2,4 @@ DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daa
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git a/media-plugins/gst-plugins-faac/gst-plugins-faac-1.14.3.ebuild 
b/media-plugins/gst-plugins-faac/gst-plugins-faac-1.14.3.ebuild
new file mode 100644
index 000..05649df8b58
--- /dev/null
+++ b/media-plugins/gst-plugins-faac/gst-plugins-faac-1.14.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="AAC audio encoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-uvch264/

2018-09-17 Thread Mart Raudsepp
commit: 2c93618dea1d931202f969fc2363e079322ff04d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:18:00 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c93618d

media-plugins/gst-plugins-uvch264: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-uvch264/Manifest |  1 +
 .../gst-plugins-uvch264-1.14.3.ebuild  | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/media-plugins/gst-plugins-uvch264/Manifest 
b/media-plugins/gst-plugins-uvch264/Manifest
index 8732a3755b6..32a9b073797 100644
--- a/media-plugins/gst-plugins-uvch264/Manifest
+++ b/media-plugins/gst-plugins-uvch264/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git 
a/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.14.3.ebuild 
b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.14.3.ebuild
new file mode 100644
index 000..27d2bb3198f
--- /dev/null
+++ b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.14.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="UVC compliant H264 encoding cameras plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   virtual/libgudev:=[${MULTILIB_USEDEP}]
+   virtual/libusb:1[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+
+   # FIXME: gstbasecamerabin does not have a .pc
+   # gstreamer_system_link \
+   #   gst-libs/gst/basecamerabinsrc:gstbasecamerabinsrc
+
+   local directory libs
+   directory="gst-libs/gst/basecamerabinsrc"
+   libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgstapp-1.0 -lgstbasecamerabinsrc-1.0"
+   sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
+   -i sys/uvch264/Makefile.{am,in} || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-resindvd/

2018-09-17 Thread Mart Raudsepp
commit: b59a376ca4d7d8b4cffbeb147c27772031f2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:17:45 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59a376c

media-plugins/gst-plugins-resindvd: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-resindvd/Manifest |  1 +
 .../gst-plugins-resindvd-1.14.3.ebuild  | 17 +
 2 files changed, 18 insertions(+)

diff --git a/media-plugins/gst-plugins-resindvd/Manifest 
b/media-plugins/gst-plugins-resindvd/Manifest
index 50292dc5071..8e7a9d31337 100644
--- a/media-plugins/gst-plugins-resindvd/Manifest
+++ b/media-plugins/gst-plugins-resindvd/Manifest
@@ -2,3 +2,4 @@ DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daa
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git 
a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.14.3.ebuild 
b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.14.3.ebuild
new file mode 100644
index 000..77f8d40273a
--- /dev/null
+++ b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.14.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="DVD playback support plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/libdvdnav-4.2.0-r1[${MULTILIB_USEDEP}]
+   >=media-libs/libdvdread-4.2.0-r1[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-soundtouch/

2018-09-17 Thread Mart Raudsepp
commit: d5d1a42a2df396c7136fdf576480ac7e63dfd68d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:21:31 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:50:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d1a42a

media-plugins/gst-plugins-soundtouch: bump to 1.14.3, no code changes from 
1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-soundtouch/Manifest  |  1 +
 .../gst-plugins-soundtouch-1.14.3.ebuild   | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-soundtouch/Manifest 
b/media-plugins/gst-plugins-soundtouch/Manifest
index 50292dc5071..8e7a9d31337 100644
--- a/media-plugins/gst-plugins-soundtouch/Manifest
+++ b/media-plugins/gst-plugins-soundtouch/Manifest
@@ -2,3 +2,4 @@ DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daa
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git 
a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.14.3.ebuild 
b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.14.3.ebuild
new file mode 100644
index 000..bc1c86772fb
--- /dev/null
+++ b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.14.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="Beats-per-minute detection and pitch controlling plugin for 
GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/libsoundtouch-1.7.1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-chromaprint/

2018-09-17 Thread Mart Raudsepp
commit: bd33d1396afa40afd4a172229fdd87c809776142
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:22:26 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:50:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd33d139

media-plugins/gst-plugins-chromaprint: bump to 1.14.3, no code changes from 
1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-chromaprint/Manifest  |  1 +
 .../gst-plugins-chromaprint-1.14.3.ebuild   | 13 +
 2 files changed, 14 insertions(+)

diff --git a/media-plugins/gst-plugins-chromaprint/Manifest 
b/media-plugins/gst-plugins-chromaprint/Manifest
index a3fc36743c3..0263363f066 100644
--- a/media-plugins/gst-plugins-chromaprint/Manifest
+++ b/media-plugins/gst-plugins-chromaprint/Manifest
@@ -1,2 +1,3 @@
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git 
a/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.3.ebuild 
b/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.3.ebuild
new file mode 100644
index 000..d71c5cabac9
--- /dev/null
+++ 
b/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.3.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="Calculate Chromaprint fingerprint from audio files for GStreamer"
+KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
+
+RDEPEND="media-libs/chromaprint[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-openh264/

2018-09-17 Thread Mart Raudsepp
commit: 0f0cd2577fe622f9b52806580243609adb0a3a1a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:20:47 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f0cd257

media-plugins/gst-plugins-openh264: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-openh264/Manifest  |  1 +
 .../gst-plugins-openh264-1.14.3.ebuild   | 16 
 2 files changed, 17 insertions(+)

diff --git a/media-plugins/gst-plugins-openh264/Manifest 
b/media-plugins/gst-plugins-openh264/Manifest
index 8732a3755b6..32a9b073797 100644
--- a/media-plugins/gst-plugins-openh264/Manifest
+++ b/media-plugins/gst-plugins-openh264/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git 
a/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.14.3.ebuild 
b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.14.3.ebuild
new file mode 100644
index 000..6886b229125
--- /dev/null
+++ b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.14.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="H.264 encoder/decoder plugin for GStreamer."
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/openh264-1.3[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-rtmp/

2018-09-17 Thread Mart Raudsepp
commit: b18357e9ab807e5b3a967265256204c49e370bf0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:18:16 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18357e9

media-plugins/gst-plugins-rtmp: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-rtmp/Manifest|  1 +
 .../gst-plugins-rtmp/gst-plugins-rtmp-1.14.3.ebuild| 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-rtmp/Manifest 
b/media-plugins/gst-plugins-rtmp/Manifest
index 50292dc5071..8e7a9d31337 100644
--- a/media-plugins/gst-plugins-rtmp/Manifest
+++ b/media-plugins/gst-plugins-rtmp/Manifest
@@ -2,3 +2,4 @@ DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daa
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git a/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.14.3.ebuild 
b/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.14.3.ebuild
new file mode 100644
index 000..c02ad8b37c9
--- /dev/null
+++ b/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.14.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="RTMP source/sink plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libmms/

2018-09-17 Thread Mart Raudsepp
commit: 13789a17ab4cda5c0108e0759f6832056031af83
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:20:19 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13789a17

media-plugins/gst-plugins-libmms: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-libmms/Manifest  |  1 +
 .../gst-plugins-libmms/gst-plugins-libmms-1.14.3.ebuild| 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-libmms/Manifest 
b/media-plugins/gst-plugins-libmms/Manifest
index 50292dc5071..8e7a9d31337 100644
--- a/media-plugins/gst-plugins-libmms/Manifest
+++ b/media-plugins/gst-plugins-libmms/Manifest
@@ -2,3 +2,4 @@ DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daa
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git a/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.14.3.ebuild 
b/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.14.3.ebuild
new file mode 100644
index 000..f975f9f1a17
--- /dev/null
+++ b/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.14.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="Microsoft Multi Media Server source plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE=""
+
+RDEPEND=">=media-libs/libmms-0.6.2-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-voamrwbenc/

2018-09-17 Thread Mart Raudsepp
commit: 5c74a34fa7295aebdb5fd0a7e3e871d0e1245be3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:21:45 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:50:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c74a34f

media-plugins/gst-plugins-voamrwbenc: bump to 1.14.3, no code changes from 
1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-voamrwbenc/Manifest  |  1 +
 .../gst-plugins-voamrwbenc-1.14.3.ebuild   | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-voamrwbenc/Manifest 
b/media-plugins/gst-plugins-voamrwbenc/Manifest
index 8732a3755b6..32a9b073797 100644
--- a/media-plugins/gst-plugins-voamrwbenc/Manifest
+++ b/media-plugins/gst-plugins-voamrwbenc/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git 
a/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.14.3.ebuild 
b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.14.3.ebuild
new file mode 100644
index 000..89130467e3e
--- /dev/null
+++ b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.14.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="AMR-WB audio encoder plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-colormanagement/

2018-09-17 Thread Mart Raudsepp
commit: 131c3ab48ffebacda85b304491b76e3408fdf383
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:21:55 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:50:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131c3ab4

media-plugins/gst-plugins-colormanagement: bump to 1.14.3, no code changes from 
1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-colormanagement/Manifest|  1 +
 .../gst-plugins-colormanagement-1.14.3.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/media-plugins/gst-plugins-colormanagement/Manifest 
b/media-plugins/gst-plugins-colormanagement/Manifest
index a3fc36743c3..0263363f066 100644
--- a/media-plugins/gst-plugins-colormanagement/Manifest
+++ b/media-plugins/gst-plugins-colormanagement/Manifest
@@ -1,2 +1,3 @@
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git 
a/media-plugins/gst-plugins-colormanagement/gst-plugins-colormanagement-1.14.3.ebuild
 
b/media-plugins/gst-plugins-colormanagement/gst-plugins-colormanagement-1.14.3.ebuild
new file mode 100644
index 000..787f3228a80
--- /dev/null
+++ 
b/media-plugins/gst-plugins-colormanagement/gst-plugins-colormanagement-1.14.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="Color management correction GStreamer plugins"
+KEYWORDS="~amd64"
+
+RDEPEND=">=media-libs/lcms-2.7:2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+GST_PLUGINS_BUILD="lcms2"



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-bad/

2018-09-17 Thread Mart Raudsepp
commit: bd7ab00b7e9b363d24ff38e9e8877e8acc3b2aba
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:26:29 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:50:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7ab00b

media-libs/gst-plugins-bad: add glib-utils build dep

Uses glib-mkenums

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/gst-plugins-bad/gst-plugins-bad-1.14.2.ebuild | 1 +
 media-libs/gst-plugins-bad/gst-plugins-bad-1.14.3.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.14.2.ebuild 
b/media-libs/gst-plugins-bad/gst-plugins-bad-1.14.2.ebuild
index ec03046828c..c58d0a23e12 100644
--- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.14.2.ebuild
+++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.14.2.ebuild
@@ -36,6 +36,7 @@ RDEPEND="
 "
 
 DEPEND="${RDEPEND}
+   dev-util/glib-utils
>=dev-util/gtk-doc-am-1.12
 "
 

diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.14.3.ebuild 
b/media-libs/gst-plugins-bad/gst-plugins-bad-1.14.3.ebuild
index ec03046828c..c58d0a23e12 100644
--- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.14.3.ebuild
+++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.14.3.ebuild
@@ -36,6 +36,7 @@ RDEPEND="
 "
 
 DEPEND="${RDEPEND}
+   dev-util/glib-utils
>=dev-util/gtk-doc-am-1.12
 "
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-hls/

2018-09-17 Thread Mart Raudsepp
commit: 20ff07aaff626bdd3336bcdbfa4a44419530aaa2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:17:18 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ff07aa

media-plugins/gst-plugins-hls: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-hls/Manifest |  1 +
 .../gst-plugins-hls/gst-plugins-hls-1.14.3.ebuild  | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/media-plugins/gst-plugins-hls/Manifest 
b/media-plugins/gst-plugins-hls/Manifest
index 8732a3755b6..32a9b073797 100644
--- a/media-plugins/gst-plugins-hls/Manifest
+++ b/media-plugins/gst-plugins-hls/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git a/media-plugins/gst-plugins-hls/gst-plugins-hls-1.14.3.ebuild 
b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.14.3.ebuild
new file mode 100644
index 000..058ae72347c
--- /dev/null
+++ b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.14.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="HTTP live streaming plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/nettle:0=[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+
+   # FIXME: gsturidownloader does not have a .pc
+   # gstreamer_system_link \
+   #   gst-libs/gst/uridownloader:gsturidownloader \
+   #   gst-libs/gst/adaptativedemux:gstadaptivedemux
+
+   local directory libs
+   directory="gst-libs/gst/uridownloader"
+   libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgsturidownloader-1.0"
+   sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
+   -i ext/hls/Makefile.{am,in} || die
+
+   directory="gst-libs/gst/adaptivedemux"
+   libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0"
+   sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
+   -i ext/hls/Makefile.{am,in} || die
+}
+
+multilib_src_configure() {
+   gstreamer_multilib_src_configure \
+   --with-hls-crypto=nettle
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-dtls/

2018-09-17 Thread Mart Raudsepp
commit: d2181fc1b6aabf1f95585a4da654d75b48a5755d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:22:10 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:50:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2181fc1

media-plugins/gst-plugins-dtls: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-dtls/Manifest |  1 +
 .../gst-plugins-dtls/gst-plugins-dtls-1.14.3.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/media-plugins/gst-plugins-dtls/Manifest 
b/media-plugins/gst-plugins-dtls/Manifest
index 8732a3755b6..32a9b073797 100644
--- a/media-plugins/gst-plugins-dtls/Manifest
+++ b/media-plugins/gst-plugins-dtls/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git a/media-plugins/gst-plugins-dtls/gst-plugins-dtls-1.14.3.ebuild 
b/media-plugins/gst-plugins-dtls/gst-plugins-dtls-1.14.3.ebuild
new file mode 100644
index 000..6d4627c88f1
--- /dev/null
+++ b/media-plugins/gst-plugins-dtls/gst-plugins-dtls-1.14.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="DTLS encoder/decoder with SRTP support plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl"
+
+RDEPEND="
+   libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
+   !libressl? ( >=dev-libs/openssl-1.0.1:0=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-dts/

2018-09-17 Thread Mart Raudsepp
commit: 480da07f163d4ef5aac611a976b9831daac31d06
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:17:03 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480da07f

media-plugins/gst-plugins-dts: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-dts/Manifest  |  1 +
 .../gst-plugins-dts/gst-plugins-dts-1.14.3.ebuild   | 17 +
 2 files changed, 18 insertions(+)

diff --git a/media-plugins/gst-plugins-dts/Manifest 
b/media-plugins/gst-plugins-dts/Manifest
index 50292dc5071..8e7a9d31337 100644
--- a/media-plugins/gst-plugins-dts/Manifest
+++ b/media-plugins/gst-plugins-dts/Manifest
@@ -2,3 +2,4 @@ DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daa
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git a/media-plugins/gst-plugins-dts/gst-plugins-dts-1.14.3.ebuild 
b/media-plugins/gst-plugins-dts/gst-plugins-dts-1.14.3.ebuild
new file mode 100644
index 000..4a09ce9f746
--- /dev/null
+++ b/media-plugins/gst-plugins-dts/gst-plugins-dts-1.14.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="DTS audio decoder plugin for Gstreamer"
+KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd"
+IUSE="+orc"
+
+RDEPEND="
+   >=media-libs/libdca-0.0.5-r3[${MULTILIB_USEDEP}]
+   orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-neon/

2018-09-17 Thread Mart Raudsepp
commit: f56ed06aefe1ff262687a04efdc3a070f412fa00
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:16:23 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56ed06a

media-plugins/gst-plugins-neon: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-neon/Manifest|  1 +
 .../gst-plugins-neon/gst-plugins-neon-1.14.3.ebuild| 14 ++
 2 files changed, 15 insertions(+)

diff --git a/media-plugins/gst-plugins-neon/Manifest 
b/media-plugins/gst-plugins-neon/Manifest
index 50292dc5071..8e7a9d31337 100644
--- a/media-plugins/gst-plugins-neon/Manifest
+++ b/media-plugins/gst-plugins-neon/Manifest
@@ -2,3 +2,4 @@ DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daa
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.3.ebuild 
b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.3.ebuild
new file mode 100644
index 000..31abc796734
--- /dev/null
+++ b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="HTTP client source plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=net-libs/neon-0.30.0[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-x265/

2018-09-17 Thread Mart Raudsepp
commit: 3385a1424972bbab7a63b40fcdc9aa8a67a1f296
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:16:40 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:49:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3385a142

media-plugins/gst-plugins-x265: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-x265/Manifest  |  1 +
 .../gst-plugins-x265/gst-plugins-x265-1.14.3.ebuild  | 16 
 2 files changed, 17 insertions(+)

diff --git a/media-plugins/gst-plugins-x265/Manifest 
b/media-plugins/gst-plugins-x265/Manifest
index 8732a3755b6..32a9b073797 100644
--- a/media-plugins/gst-plugins-x265/Manifest
+++ b/media-plugins/gst-plugins-x265/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.14.3.ebuild 
b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.14.3.ebuild
new file mode 100644
index 000..fdf54708a5a
--- /dev/null
+++ b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.14.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE="gst-plugins-bad"
+
+inherit gstreamer
+
+DESCRIPTION="H.265 encoder plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/x265:=[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-bluez/

2018-09-17 Thread Mart Raudsepp
commit: 389590ab4cc8917ee8599f7bdc4631f1ce12cffe
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 23:15:41 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 23:48:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389590ab

media-plugins/gst-plugins-bluez: bump to 1.14.3, no code changes from 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-plugins/gst-plugins-bluez/Manifest   |  1 +
 .../gst-plugins-bluez/gst-plugins-bluez-1.14.3.ebuild  | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/media-plugins/gst-plugins-bluez/Manifest 
b/media-plugins/gst-plugins-bluez/Manifest
index 8732a3755b6..32a9b073797 100644
--- a/media-plugins/gst-plugins-bluez/Manifest
+++ b/media-plugins/gst-plugins-bluez/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-bad-1.12.4.tar.xz 4709272 BLAKE2B 
a4d1fec48fdd67fc66eb5588dbee820c22b19a41dda4f5643b1ae326bfc827cd4796fc7a523fb0a9758605952377a2491f4e53ea74237ca7841659dea4ddcbc0
 SHA512 
a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b
 DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 
915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36
 SHA512 
6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
 DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 
477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c
 SHA512 
7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db
+DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7

diff --git a/media-plugins/gst-plugins-bluez/gst-plugins-bluez-1.14.3.ebuild 
b/media-plugins/gst-plugins-bluez/gst-plugins-bluez-1.14.3.ebuild
new file mode 100644
index 000..7f9ff994bb3
--- /dev/null
+++ b/media-plugins/gst-plugins-bluez/gst-plugins-bluez-1.14.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="AVDTP source/sink and A2DP sink plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=net-wireless/bluez-5[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+"



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/test/, pym/gentoolkit/

2018-09-17 Thread Virgil Dupras
commit: ce821ea62cd40b0110fc128f92e140da4e7482cf
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Sep 17 23:31:27 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep 17 23:31:27 2018 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=ce821ea6

Atom.intersects: simplify name-only matching logic

Remove old "optimization". Slicing two strings can't possibly be faster
than checking if `.category` is `None`: the call to `.cp` earlier
ensures that we've already populated that property.

Also, add tests for it.

 pym/gentoolkit/atom.py   | 12 +++-
 pym/gentoolkit/test/test_atom.py | 11 +--
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/pym/gentoolkit/atom.py b/pym/gentoolkit/atom.py
index b5b755c..b86c89c 100644
--- a/pym/gentoolkit/atom.py
+++ b/pym/gentoolkit/atom.py
@@ -209,15 +209,9 @@ class Atom(portage.dep.Atom, CPV):
# Our "cp" (cat/pkg) must match exactly:
if self.cp != other.cp:
# Check to see if one is name only:
-   # Avoid slow partitioning if we're definitely not 
matching
-   # (yes, this is hackish, but it's faster):
-   if self.cp[-1:] != other.cp[-1:]:
-   return False
-
-   if ((not self.category and self.name == other.name) or
-   (not other.category and other.name == 
self.name)):
-   return True
-   return False
+   # We don't bother checking if self.category is None: it 
can't be
+   # because we're an Atom subclass and that would be 
invalid.
+   return (not other.category and self.name == other.name)
 
# Slot dep only matters if we both have one. If we do they
# must be identical:

diff --git a/pym/gentoolkit/test/test_atom.py b/pym/gentoolkit/test/test_atom.py
index 399905e..6177222 100644
--- a/pym/gentoolkit/test/test_atom.py
+++ b/pym/gentoolkit/test/test_atom.py
@@ -8,6 +8,7 @@
 import unittest
 
 from gentoolkit.atom import Atom
+from gentoolkit.cpv import CPV
 from gentoolkit.test import cmp
 
 """Atom test suite (verbatim) from pkgcore."""
@@ -140,10 +141,16 @@ class TestGentoolkitAtom(unittest.TestCase):
result, that_atom.intersects(this_atom),
'%s intersecting %s should be %s' % (that, 
this, result))
 
+   def test_intersects_nameonly(self):
+   atom = Atom('cat/pkg')
+   self.assertTrue(atom.intersects(CPV('pkg')))
+   self.assertFalse(atom.intersects(CPV('other')))
+   self.assertFalse(atom.intersects(CPV('dkg')))
+
 
 def test_main():
-suite = unittest.TestLoader().loadTestsFromTestCase(TestGentoolkitAtom)
-unittest.TextTestRunner(verbosity=2).run(suite)
+   suite = 
unittest.TestLoader().loadTestsFromTestCase(TestGentoolkitAtom)
+   unittest.TextTestRunner(verbosity=2).run(suite)
 test_main.__test__ = False
 
 



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/

2018-09-17 Thread Virgil Dupras
commit: 52ec462b8d529682d688c38fcd724d1894188e65
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Sep 17 23:31:27 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep 17 23:31:27 2018 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=52ec462b

Greatly speed up "equery depends"

Avoid `Atom` instanciation in obvious non-matches (`.cp` not matching)
when search for revdeps. On my machine, it made `equery d -a
dev-python/pillow` go from `1m3s` to `0m19s`.

 pym/gentoolkit/dependencies.py | 43 +-
 1 file changed, 21 insertions(+), 22 deletions(-)

diff --git a/pym/gentoolkit/dependencies.py b/pym/gentoolkit/dependencies.py
index 117342a..bb9ab0b 100644
--- a/pym/gentoolkit/dependencies.py
+++ b/pym/gentoolkit/dependencies.py
@@ -77,38 +77,31 @@ class Dependencies(Query):
return []
return result
 
-   def get_depend(self):
-   """Get the contents of DEPEND and parse it with self.parser."""
-
+   def _get_depend(self, env_vars, raw=False):
+   raw_depend = ' '.join(self.environment(env_vars))
+   if raw:
+   return raw_depend
try:
-   return self.parser(self.environment(('DEPEND',))[0])
+   return self.parser(raw_depend)
except portage.exception.InvalidPackageName as err:
raise errors.GentoolkitInvalidCPV(err)
 
-   def get_pdepend(self):
-   """Get the contents of PDEPEND and parse it with self.parser."""
+   def get_depend(self, **kwargs):
+   """Get the contents of DEPEND and parse it with self.parser."""
+   return self._get_depend(('DEPEND', ), **kwargs)
 
-   try:
-   return self.parser(self.environment(('PDEPEND',))[0])
-   except portage.exception.InvalidPackageName as err:
-   raise errors.GentoolkitInvalidCPV(err)
+   def get_pdepend(self, **kwargs):
+   """Get the contents of PDEPEND and parse it with self.parser."""
+   return self._get_depend(('PDEPEND', ), **kwargs)
 
-   def get_rdepend(self):
+   def get_rdepend(self, **kwargs):
"""Get the contents of RDEPEND and parse it with self.parser."""
+   return self._get_depend(('RDEPEND', ), **kwargs)
 
-   try:
-   return self.parser(self.environment(('RDEPEND',))[0])
-   except portage.exception.InvalidPackageName as err:
-   raise errors.GentoolkitInvalidCPV(err)
-
-   def get_all_depends(self):
+   def get_all_depends(self, **kwargs):
"""Get the contents of ?DEPEND and parse it with self.parser."""
-
env_vars = ('DEPEND', 'PDEPEND', 'RDEPEND')
-   try:
-   return self.parser(' '.join(self.environment(env_vars)))
-   except portage.exception.InvalidPackageName as err:
-   raise errors.GentoolkitInvalidCPV(err)
+   return self._get_depend(env_vars, **kwargs)
 
def graph_depends(
self,
@@ -237,6 +230,12 @@ class Dependencies(Query):
 
pkgdep = None
for pkgdep in pkgset:
+   raw_depends = pkgdep.get_all_depends(raw=True)
+   if self.cp not in raw_depends:
+   # fast path for obviously non-matching 
packages. This saves
+   # us the work of instantiating a whole Atom() 
for *every*
+   # dependency of *every* package in pkgset.
+   continue
try:
all_depends = depcache[pkgdep]
except KeyError:



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/test/, pym/gentoolkit/

2018-09-17 Thread Virgil Dupras
commit: 72bb4d3a91e47db7532219889dbeda72f6073746
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Sep 17 23:31:27 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep 17 23:31:27 2018 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=72bb4d3a

Atom.intersects: add repo comparison

The code for it was already there, but commented out. Portage now
supports repo alright...

 pym/gentoolkit/atom.py   | 7 +++
 pym/gentoolkit/test/test_atom.py | 5 ++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/pym/gentoolkit/atom.py b/pym/gentoolkit/atom.py
index 9d8a558..b5b755c 100644
--- a/pym/gentoolkit/atom.py
+++ b/pym/gentoolkit/atom.py
@@ -227,10 +227,9 @@ class Atom(portage.dep.Atom, CPV):
this_slot != that_slot):
return False
 
-   # TODO: Uncomment when Portage's Atom supports repo
-   #if (self.repo_name is not None and other.repo_name is not None 
and
-   #   self.repo_name != other.repo_name):
-   #   return False
+   if (self.repo is not None and other.repo is not None and
+   self.repo != other.repo):
+   return False
 
# Use deps are similar: if one of us forces a flag on and the
# other forces it off we do not intersect. If only one of us

diff --git a/pym/gentoolkit/test/test_atom.py b/pym/gentoolkit/test/test_atom.py
index 1adb221..399905e 100644
--- a/pym/gentoolkit/test/test_atom.py
+++ b/pym/gentoolkit/test/test_atom.py
@@ -126,9 +126,8 @@ class TestGentoolkitAtom(unittest.TestCase):
('=cat/pkg-1-r1*', 'cat/pkg-2', False),
('>=cat/pkg-8.4', '=cat/pkg-8.3.4*', False),
-   # Repos not yet supported by Portage
-   #('cat/pkg::gentoo', 'cat/pkg', True),
-   #('cat/pkg::gentoo', 'cat/pkg::foo', False),
+   ('cat/pkg::gentoo', 'cat/pkg', True),
+   ('cat/pkg::gentoo', 'cat/pkg::foo', False),
('=sys-devel/gcc-4.1.1-r3', '=sys-devel/gcc-3.3*', 
False),
('=sys-libs/db-4*', '~sys-libs/db-4.3.29', True),
]:



[gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-headers/

2018-09-17 Thread Nick Sarnie
commit: d1f113df9b672954caccd9d976085e489f18a7c5
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 23:20:56 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 23:24:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f113df

dev-util/spirv-headers: Version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/spirv-headers/Manifest |  1 +
 .../spirv-headers-1.3.4_pre20180917.ebuild  | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-util/spirv-headers/Manifest b/dev-util/spirv-headers/Manifest
index a2584fcb7ac..a4a03bfab7e 100644
--- a/dev-util/spirv-headers/Manifest
+++ b/dev-util/spirv-headers/Manifest
@@ -1,2 +1,3 @@
 DIST spirv-headers-1.3.1_pre20180710.tar.gz 281382 BLAKE2B 
9e38c7779af97cae27c595f816d1e1cc99eb29e086dd4b6cb76cb4696f73f1e05f92f022b77639f5a80f517df75996fdbd10d7bb11cc6eccad8144a7b8b776d5
 SHA512 
5f0c174ea07dccefdd10242f5122e10b11f8975d2fb36f77975497050b10841fcb4a7f19d90c9ef5853a81dabc8d93b91621d07175a1cf3ab8ba7f6c16fe51fe
+DIST spirv-headers-1.3.4_pre20180917.tar.gz 283733 BLAKE2B 
6bf0f5c00ae827f8a4b560dcbbe4c42d810cebefe0beecd3e7a022dc1f04bc2ed77f03ec2c0d0e6bf141ab1e4f058362f307c672cf92d83a8d1ceac2a200e659
 SHA512 
1fab471d07c9e85e75a3de08dccdd4ff7296ffd2cb265cb6cf7038e654c9d2afd8a2ee923eacfd2c47e02c5b139ab49271e489ce1b94f719b063be8910274598
 DIST spirv-headers-1.3.tar.gz 279415 BLAKE2B 
77e36c02d072daa3aff7eceda53a5d6cd060564f494986a9a99c52d80605e67c6f8ba2968d656b955f188da2c0bea18b11c834d11ed334f5c33eb14b4e9c
 SHA512 
c612c4fcffefc3a277a9713712150c7e6b696eb676737b4968809784ef32c004820d9abd22389082203fc0853a87f920754b7c9b6b43d85131e750d09e267036

diff --git a/dev-util/spirv-headers/spirv-headers-1.3.4_pre20180917.ebuild 
b/dev-util/spirv-headers/spirv-headers-1.3.4_pre20180917.ebuild
new file mode 100644
index 000..9427682b1c4
--- /dev/null
+++ b/dev-util/spirv-headers/spirv-headers-1.3.4_pre20180917.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Machine-readable files for the SPIR-V Registry"
+HOMEPAGE="https://www.khronos.org/registry/spir-v/";
+EGIT_COMMIT="dcf23bdabacc3c54b83b1f9367e7a8adb27f8d87"
+SRC_URI="https://github.com/KhronosGroup/SPIRV-Headers/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}"



[gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-tools/

2018-09-17 Thread Nick Sarnie
commit: 85801b9d8c4d41703256891dd7aece35952e3cae
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 23:14:25 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 23:24:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85801b9d

dev-util/spirv-tools: Bump to v2018.5

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/spirv-tools/Manifest  |  1 +
 dev-util/spirv-tools/spirv-tools-2018.5.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-util/spirv-tools/Manifest b/dev-util/spirv-tools/Manifest
index 32fa406d06d..13fb93d9c25 100644
--- a/dev-util/spirv-tools/Manifest
+++ b/dev-util/spirv-tools/Manifest
@@ -1,2 +1,3 @@
 DIST spirv-tools-2018.2.tar.gz 1039360 BLAKE2B 
bef1c3e4efa598bffad8f71c4a92cce9db98fd5699ab2f5616a7a4985c15da87f1e246391a2ca5e07affd352c6314896ff1599cdddc117b01655990f9c7b78f4
 SHA512 
6deed7a36b460135fd7db613b7101d53a87ae5d555f1795aa9a96ab14f437621d4667a41e5f5ae16e849f8e5d66e02611bed21e3110a902feac6c7f376eb5815
 DIST spirv-tools-2018.4.tar.gz 1327904 BLAKE2B 
1ed01edf0dd5e8c3ac0d1a866d27f2e2ef377e9c082579291f8e755592ff3ea4f44a597e3e7694977500b9434889b0f741e03d566e777bb0f9af5e2e59374d61
 SHA512 
6b982efb30529e7f7776d7702f563bb4f874b9be3a7b0d838d77a15813f4177da99c152f40f11854fc3d60791ecf4026e006ff25a216bb44194dfd921c50920d
+DIST spirv-tools-2018.5.tar.gz 1354299 BLAKE2B 
a2f74ac52cbcb3881009274c41cf8be48ae91d2d62d9e687d28719e65bb7cd5c0a5104a967e995fc5da066c1e6a278df4bf285fa9bf617660072bd0ee535b9bb
 SHA512 
068a39e15111f24ad2a6b27e7ada786b3124b239aa8b13e187a4d512044db57a8e6a0fccadd0451155e1f57c96c8dec91a2338996c59fc883007cf7be07f2cad

diff --git a/dev-util/spirv-tools/spirv-tools-2018.5.ebuild 
b/dev-util/spirv-tools/spirv-tools-2018.5.ebuild
new file mode 100644
index 000..a639f5cc603
--- /dev/null
+++ b/dev-util/spirv-tools/spirv-tools-2018.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib cmake-utils
+
+DESCRIPTION="Provides an API and commands for processing SPIR-V modules"
+HOMEPAGE="https://github.com/KhronosGroup/SPIRV-Tools";
+SRC_URI="https://github.com/KhronosGroup/SPIRV-Tools/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# Tests fail upon finding symbols that do not match a regular expression
+# in the generated library. Easily hit with non-standard compiler flags
+RESTRICT="test"
+
+RDEPEND=""
+DEPEND=">=dev-util/spirv-headers-1.3.1_pre20180710"
+EGIT_COMMIT="b4cb01c7c451dd90e26174f6b94ba6a37c53d917"
+S="${WORKDIR}/SPIRV-Tools-${PV}"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   "-DSPIRV-Headers_SOURCE_DIR=/usr/"
+   )
+
+   cmake-utils_src_configure
+}
+
+multilib_src_install() {
+   default
+   echo "${EGIT_COMMIT}" > "${PN}-commit.h" || die
+   insinto /usr/include/"${PN}"
+   doins  "${PN}-commit.h"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-tools/

2018-09-17 Thread Nick Sarnie
commit: 8350a49104a25e4802d0ab763354825f8131e14b
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 23:14:51 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 23:24:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8350a491

dev-util/spirv-tools: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/spirv-tools/Manifest |  1 -
 dev-util/spirv-tools/spirv-tools-2018.2-r1.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-util/spirv-tools/Manifest b/dev-util/spirv-tools/Manifest
index 13fb93d9c25..eafd1165d40 100644
--- a/dev-util/spirv-tools/Manifest
+++ b/dev-util/spirv-tools/Manifest
@@ -1,3 +1,2 @@
-DIST spirv-tools-2018.2.tar.gz 1039360 BLAKE2B 
bef1c3e4efa598bffad8f71c4a92cce9db98fd5699ab2f5616a7a4985c15da87f1e246391a2ca5e07affd352c6314896ff1599cdddc117b01655990f9c7b78f4
 SHA512 
6deed7a36b460135fd7db613b7101d53a87ae5d555f1795aa9a96ab14f437621d4667a41e5f5ae16e849f8e5d66e02611bed21e3110a902feac6c7f376eb5815
 DIST spirv-tools-2018.4.tar.gz 1327904 BLAKE2B 
1ed01edf0dd5e8c3ac0d1a866d27f2e2ef377e9c082579291f8e755592ff3ea4f44a597e3e7694977500b9434889b0f741e03d566e777bb0f9af5e2e59374d61
 SHA512 
6b982efb30529e7f7776d7702f563bb4f874b9be3a7b0d838d77a15813f4177da99c152f40f11854fc3d60791ecf4026e006ff25a216bb44194dfd921c50920d
 DIST spirv-tools-2018.5.tar.gz 1354299 BLAKE2B 
a2f74ac52cbcb3881009274c41cf8be48ae91d2d62d9e687d28719e65bb7cd5c0a5104a967e995fc5da066c1e6a278df4bf285fa9bf617660072bd0ee535b9bb
 SHA512 
068a39e15111f24ad2a6b27e7ada786b3124b239aa8b13e187a4d512044db57a8e6a0fccadd0451155e1f57c96c8dec91a2338996c59fc883007cf7be07f2cad

diff --git a/dev-util/spirv-tools/spirv-tools-2018.2-r1.ebuild 
b/dev-util/spirv-tools/spirv-tools-2018.2-r1.ebuild
deleted file mode 100644
index 46aa033b73a..000
--- a/dev-util/spirv-tools/spirv-tools-2018.2-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-multilib cmake-utils
-
-DESCRIPTION="Provides an API and commands for processing SPIR-V modules"
-HOMEPAGE="https://github.com/KhronosGroup/SPIRV-Tools";
-SRC_URI="https://github.com/KhronosGroup/SPIRV-Tools/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# Tests fail upon finding symbols that do not match a regular expression
-# in the generated library. Easily hit with non-standard compiler flags
-RESTRICT="test"
-
-RDEPEND=""
-DEPEND="dev-util/spirv-headers"
-
-S="${WORKDIR}/SPIRV-Tools-${PV}"
-
-UPSTREAM_COMMIT="8d8a71278bf9e83dd0fb30d5474386d30870b74d"
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   "-DSPIRV-Headers_SOURCE_DIR=/usr/"
-   )
-
-   cmake-utils_src_configure
-}
-
-multilib_src_install() {
-   default
-   echo "${UPSTREAM_COMMIT}" > "${PN}-commit.h" || die
-   insinto /usr/include/"${PN}"
-   doins  "${PN}-commit.h"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-devel/bc/files/, sys-devel/bc/

2018-09-17 Thread Mike Frysinger
commit: e490601874fe785c7632e6571a3a1d8f43404622
Author: Mike Frysinger  chromium  org>
AuthorDate: Mon Sep 17 23:19:15 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Sep 17 23:23:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4906018

sys-devel/bc: add support for --sandbox & USE=forced-sandbox

The dc tool has an ! command which allows for arbitrary system() calls
which is not ideal for processing arbitrary user scripts.  First add
support for a --sandbox flag at runtime (like sed/gawk gnu tools),
then add a USE=forced-sandbox option so people can lock it down.

The patches have been sent to upstream, but considering how slow the
bc project tends to move, and their lack of a project site/git repo,
going to merge this now and just wait for upstream feedback.

 sys-devel/bc/bc-1.07.1-r2.ebuild   |  65 
 sys-devel/bc/files/bc-1.07.1-sandbox.patch | 121 +
 sys-devel/bc/metadata.xml  |   3 +
 3 files changed, 189 insertions(+)

diff --git a/sys-devel/bc/bc-1.07.1-r2.ebuild b/sys-devel/bc/bc-1.07.1-r2.ebuild
new file mode 100644
index 000..78cc0f0805f
--- /dev/null
+++ b/sys-devel/bc/bc-1.07.1-r2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Handy console-based calculator utility"
+HOMEPAGE="https://www.gnu.org/software/bc/bc.html";
+SRC_URI="mirror://gnu/bc/${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="forced-sandbox libedit readline static"
+
+RDEPEND="
+   !readline? ( libedit? ( dev-libs/libedit:= ) )
+   readline? (
+   >=sys-libs/readline-4.1:0=
+   >=sys-libs/ncurses-5.2:=
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   sys-apps/ed
+   sys-devel/flex
+   virtual/yacc
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.07.1-sandbox.patch"
+)
+
+src_prepare() {
+   default
+
+   # A patch to make this into a configure option has been sent upstream,
+   # but lets avoid regenerating all the autotools just for this.
+   if use forced-sandbox ; then
+   sed -i '/dc_sandbox_enabled = 0/s:0:1:' dc/dc.c || die
+   fi
+}
+
+src_configure() {
+   local myconf=(
+   $(use_with readline)
+   )
+   if use readline ; then
+   myconf+=( --without-libedit )
+   else
+   myconf+=( $(use_with libedit) )
+   fi
+   use static && append-ldflags -static
+
+   econf "${myconf[@]}"
+
+   # Do not regen docs -- configure produces a small fragment that includes
+   # the version info which causes all pages to regen (newer file). #554774
+   touch -r doc doc/*
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}

diff --git a/sys-devel/bc/files/bc-1.07.1-sandbox.patch 
b/sys-devel/bc/files/bc-1.07.1-sandbox.patch
new file mode 100644
index 000..ec5c406645b
--- /dev/null
+++ b/sys-devel/bc/files/bc-1.07.1-sandbox.patch
@@ -0,0 +1,121 @@
+this has been sent upstream, but they don't have a mailing list or project site
+to link to.  oh well.
+
+From e641584767c3c7cc1ff544805acc2562fc56cda9 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Mon, 17 Sep 2018 18:57:57 -0400
+Subject: [PATCH 1/2] dc: add a --sandbox option
+
+Other GNU projects (like sed & gawk) have a --sandbox flag whereby
+access to files and system() are disabled.  This allows people to
+run arbitrary scripts without worrying about them "escaping" and
+executing arbitrary commands on the system.
+---
+ dc/dc.c | 9 -
+ dc/dc.h | 3 +++
+ dc/misc.c   | 6 ++
+ doc/dc.1| 5 +
+ doc/dc.texi | 4 
+ 5 files changed, 26 insertions(+), 1 deletion(-)
+
+diff --git a/dc/dc.c b/dc/dc.c
+index 6a2bb2639235..592a76be71da 100644
+--- a/dc/dc.c
 b/dc/dc.c
+@@ -54,6 +54,7 @@
+ #endif
+ 
+ const char *progname; /* basename of program invocation */
++int dc_sandbox_enabled;   /* whether sandbox mode is enabled */
+ 
+ static void
+ bug_report_info DC_DECLVOID()
+@@ -80,6 +81,7 @@ usage DC_DECLARG((f))
+ Usage: %s [OPTION] [file ...]\n\
+   -e, --expression=EXPRevaluate expression\n\
+   -f, --file=FILE  evaluate contents of file\n\
++  -S, --sandboxdisable the ! (system) command\n\
+   -h, --help   display this help and exit\n\
+   -V, --versionoutput version information and exit\n\
+ \n\
+@@ -252,6 +254,7 @@ main DC_DECLARG((argc, argv))
+   static struct option const long_opts[] = {
+   {"expression", required_argument, NULL, 'e'},
+   {"file", required_

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/

2018-09-17 Thread Matt Turner
commit: 5eaabdd7b976bb5837a0f49663eeadeaae060695
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 23:21:06 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 23:21:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eaabdd7

dev-libs/libressl-2.6.5: ppc64 stable, bug 658158

 dev-libs/libressl/libressl-2.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libressl/libressl-2.6.5.ebuild 
b/dev-libs/libressl/libressl-2.6.5.ebuild
index 2cbf58f9995..89d0ddacb56 100644
--- a/dev-libs/libressl/libressl-2.6.5.ebuild
+++ b/dev-libs/libressl/libressl-2.6.5.ebuild
@@ -14,7 +14,7 @@ LICENSE="ISC openssl"
 # we'll try to use the max of either.  However, if either change between
 # versions, we have to change the subslot to trigger rebuild of consumers.
 SLOT="0/44"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="+asm static-libs test"
 REQUIRED_USE="test? ( static-libs )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/

2018-09-17 Thread Matt Turner
commit: 27247d0bb389f0af4ac340aa294f32d24bc6549b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 23:21:03 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 23:21:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27247d0b

dev-libs/libressl-2.6.5: ppc stable, bug 658158

 dev-libs/libressl/libressl-2.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libressl/libressl-2.6.5.ebuild 
b/dev-libs/libressl/libressl-2.6.5.ebuild
index c8e510fa235..2cbf58f9995 100644
--- a/dev-libs/libressl/libressl-2.6.5.ebuild
+++ b/dev-libs/libressl/libressl-2.6.5.ebuild
@@ -14,7 +14,7 @@ LICENSE="ISC openssl"
 # we'll try to use the max of either.  However, if either change between
 # versions, we have to change the subslot to trigger rebuild of consumers.
 SLOT="0/44"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86"
 IUSE="+asm static-libs test"
 REQUIRED_USE="test? ( static-libs )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/

2018-09-17 Thread Matt Turner
commit: fe17cdf997b3c29f6e43a9b9f81471bf6f51659a
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 23:13:15 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 23:13:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe17cdf9

app-text/mupdf-1.13.0: ppc stable, bug 634678

 app-text/mupdf/mupdf-1.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/mupdf/mupdf-1.13.0.ebuild 
b/app-text/mupdf/mupdf-1.13.0.ebuild
index 731ec1534b1..ffc63f156fa 100644
--- a/app-text/mupdf/mupdf-1.13.0.ebuild
+++ b/app-text/mupdf/mupdf-1.13.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mupdf.com/downloads/${P}-source.tar.gz";
 
 LICENSE="AGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ~ppc64 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="X +curl javascript lcms libressl opengl +openssl static static-libs 
vanilla"
 
 LIB_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/

2018-09-17 Thread Matt Turner
commit: 3f02c4c9b2420e6f18e94ab5d8eb24bef34da45e
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 23:13:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 23:13:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f02c4c9

app-text/mupdf-1.13.0: ppc64 stable, bug 634678

 app-text/mupdf/mupdf-1.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/mupdf/mupdf-1.13.0.ebuild 
b/app-text/mupdf/mupdf-1.13.0.ebuild
index ffc63f156fa..4c5c9d0cca8 100644
--- a/app-text/mupdf/mupdf-1.13.0.ebuild
+++ b/app-text/mupdf/mupdf-1.13.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mupdf.com/downloads/${P}-source.tar.gz";
 
 LICENSE="AGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ~ppc64 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="X +curl javascript lcms libressl opengl +openssl static static-libs 
vanilla"
 
 LIB_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_conntrack/

2018-09-17 Thread Matt Turner
commit: 42d9a615bee08bcd001913c312e82491f27422a9
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 23:07:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 23:07:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d9a615

net-libs/libnetfilter_conntrack-1.0.6: ppc64 stable, bug 641228

 net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild 
b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
index 01936dd5f2b..7e714e7d6a9 100644
--- a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
+++ b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnftnl/

2018-09-17 Thread Matt Turner
commit: 2ff2418c7b5b962e95606b9f31a7bf0ed6cc443d
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 23:07:03 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 23:07:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff2418c

net-libs/libnftnl-1.1.1-r1: ppc stable, bug 641228

 net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild 
b/net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild
index 0cd0aa9c581..0de1e6267cd 100644
--- a/net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild
+++ b/net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://netfilter.org/projects/${PN}/files/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0/7" # libnftnl.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~x86"
 IUSE="examples json static-libs test"
 
 RDEPEND=">=net-libs/libmnl-1.0.3



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnftnl/

2018-09-17 Thread Matt Turner
commit: e072f1d5c51e77343832392437ab2760113705d6
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 23:07:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 23:07:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e072f1d5

net-libs/libnftnl-1.1.1-r1: ppc64 stable, bug 641228

 net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild 
b/net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild
index 0de1e6267cd..078b64bdd18 100644
--- a/net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild
+++ b/net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://netfilter.org/projects/${PN}/files/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0/7" # libnftnl.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~x86"
 IUSE="examples json static-libs test"
 
 RDEPEND=">=net-libs/libmnl-1.0.3



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2018-09-17 Thread Matt Turner
commit: 5963e7b22a9d4d29940c094843617ae2d652ac7f
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 23:10:00 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 23:10:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5963e7b2

net-misc/connman-1.35-r1: ppc stable, bug 630028

 net-misc/connman/connman-1.35-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.35-r1.ebuild 
b/net-misc/connman/connman-1.35-r1.ebuild
index 67a8c779709..eebc2322c72 100644
--- a/net-misc/connman/connman-1.35-r1.ebuild
+++ b/net-misc/connman/connman-1.35-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 x86"
 
 IUSE="${IUSE} bluetooth debug doc examples +ethernet iptables l2tp nftables"
 IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr 
networkmanager"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/

2018-09-17 Thread Matt Turner
commit: a1a02b32e8ae223ee09223dae4593ddee947dd9e
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 23:07:01 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 23:07:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a02b32

net-firewall/iptables-1.6.1-r3: ppc stable, bug 641228

 net-firewall/iptables/iptables-1.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/iptables/iptables-1.6.1-r3.ebuild 
b/net-firewall/iptables/iptables-1.6.1-r3.ebuild
index a28009ae493..6f4a4677f3a 100644
--- a/net-firewall/iptables/iptables-1.6.1-r3.ebuild
+++ b/net-firewall/iptables/iptables-1.6.1-r3.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 # Subslot tracks libxtables as that's the one other packages generally link
 # against and iptables changes.  Will have to revisit if other sonames change.
 SLOT="0/12"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86"
 IUSE="conntrack ipv6 netlink nftables pcap static-libs"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2018-09-17 Thread Matt Turner
commit: 1b2af19c419cce9d5a6a707e26039bff2e50eb10
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 23:10:01 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 23:10:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2af19c

net-misc/connman-1.35-r1: ppc64 stable, bug 630028

 net-misc/connman/connman-1.35-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.35-r1.ebuild 
b/net-misc/connman/connman-1.35-r1.ebuild
index eebc2322c72..d0e35256607 100644
--- a/net-misc/connman/connman-1.35-r1.ebuild
+++ b/net-misc/connman/connman-1.35-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
 
 IUSE="${IUSE} bluetooth debug doc examples +ethernet iptables l2tp nftables"
 IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr 
networkmanager"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/

2018-09-17 Thread Matt Turner
commit: f9b6a93e2f55fe56cee2c982674d4a576f4ad2e3
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 23:07:04 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 23:07:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b6a93e

net-firewall/iptables-1.6.1-r3: ppc64 stable, bug 641228

 net-firewall/iptables/iptables-1.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/iptables/iptables-1.6.1-r3.ebuild 
b/net-firewall/iptables/iptables-1.6.1-r3.ebuild
index 6f4a4677f3a..7d3ba830e63 100644
--- a/net-firewall/iptables/iptables-1.6.1-r3.ebuild
+++ b/net-firewall/iptables/iptables-1.6.1-r3.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 # Subslot tracks libxtables as that's the one other packages generally link
 # against and iptables changes.  Will have to revisit if other sonames change.
 SLOT="0/12"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="conntrack ipv6 netlink nftables pcap static-libs"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_conntrack/

2018-09-17 Thread Matt Turner
commit: df02954a11bf338b09068a4af44b08f0a7feaf1b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 23:07:02 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 23:07:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df02954a

net-libs/libnetfilter_conntrack-1.0.6: ppc stable, bug 641228

 net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild 
b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
index 6339ed767ff..01936dd5f2b 100644
--- a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
+++ b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86"
 IUSE="static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-opus/

2018-09-17 Thread Matt Turner
commit: cd284ad86b1b5111fbf71f1c593c959cecda018c
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:25 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd284ad8

media-plugins/gst-plugins-opus-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-opus/gst-plugins-opus-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.14.1.ebuild 
b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.14.1.ebuild
index ea7a67c0178..36defa6b1fc 100644
--- a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
 DESCRIPTION="Opus audio parser plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE=""
 
 COMMON_DEPEND=">=media-libs/opus-1.1:=[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-soup/

2018-09-17 Thread Matt Turner
commit: 2ca5af1d142820840c443f21b1fff287f0ce5221
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:31 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca5af1d

media-plugins/gst-plugins-soup-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-soup/gst-plugins-soup-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.14.1.ebuild 
b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.14.1.ebuild
index 4901c60590d..3f8b67cc5bc 100644
--- a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="HTTP client source/sink plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
 IUSE=""
 
 RDEPEND=">=net-libs/libsoup-2.48:2.4[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-ximagesrc/

2018-09-17 Thread Matt Turner
commit: 5d9ae26bfb97c661924b5e4a424cce5931da44b6
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:38 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9ae26b

media-plugins/gst-plugins-ximagesrc-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.14.1.ebuild 
b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.14.1.ebuild
index 65e9d288e5e..e9a0f3958ff 100644
--- a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="X11 video capture stream plugin for GStreamer"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libpng/

2018-09-17 Thread Matt Turner
commit: bbe723c7e108462348aea22a8aa2d902d15b9ef9
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:19 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe723c7

media-plugins/gst-plugins-libpng-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.1.ebuild 
b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.1.ebuild
index 225d0888c02..fcfb848ced1 100644
--- a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="PNG image encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-speex/

2018-09-17 Thread Matt Turner
commit: 36583de89baf07f74ccb0bd1276cbd0fada680bb
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:32 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36583de8

media-plugins/gst-plugins-speex-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-speex/gst-plugins-speex-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.14.1.ebuild 
b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.14.1.ebuild
index edb545dbbf9..98153a1f9fd 100644
--- a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Speex encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-modplug/

2018-09-17 Thread Matt Turner
commit: b7f905c1637ed5e6efbbaa6c6be4a79e77d91bf0
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:22 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f905c1

media-plugins/gst-plugins-modplug-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.14.1.ebuild 
b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.14.1.ebuild
index c4120540669..16d538b354f 100644
--- a/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="MOD audio decoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~mips ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~mips ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-taglib/

2018-09-17 Thread Matt Turner
commit: c910aa7b6ab4a3047a0cd02f1fe2e09718c81242
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:33 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c910aa7b

media-plugins/gst-plugins-taglib-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.14.1.ebuild 
b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.14.1.ebuild
index 01d04bed933..690cd1bfd15 100644
--- a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="ID3v2/APEv2 tagger plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/taglib-1.9.1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-wavpack/

2018-09-17 Thread Matt Turner
commit: acb06450c903a4f81235178fe99f1521f34e71a6
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:36 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb06450

media-plugins/gst-plugins-wavpack-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.14.1.ebuild 
b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.14.1.ebuild
index 098999846b3..32faaad2665 100644
--- a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Wavpack audio encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE=""
 
 RDEPEND=">=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-pulse/

2018-09-17 Thread Matt Turner
commit: 540c62a1e6785833d146f301030411b2ee62ba12
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:27 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540c62a1

media-plugins/gst-plugins-pulse-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.14.1.ebuild 
b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.14.1.ebuild
index e9dce1985c1..6b466ae5aab 100644
--- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="PulseAudio sound server plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-shout2/

2018-09-17 Thread Matt Turner
commit: 41fe0f343c5944f8c58ed4f308a5970d9c983495
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:29 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fe0f34

media-plugins/gst-plugins-shout2-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.14.1.ebuild 
b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.14.1.ebuild
index a21446190fe..6b0ad52e64b 100644
--- a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Icecast server sink plugin for GStreamer"
-KEYWORDS="alpha amd64 ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libshout-2.3.1-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-raw1394/

2018-09-17 Thread Matt Turner
commit: 5f27c9ce7c9ee3748d60168a7295c61160921a74
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:28 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f27c9ce

media-plugins/gst-plugins-raw1394-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.14.1.ebuild 
b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.14.1.ebuild
index b62cae2efa6..8e450889cfe 100644
--- a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Fiwewire DV/HDV capture plugin for GStreamer"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-neon/

2018-09-17 Thread Matt Turner
commit: c65ec41d43f423ecd476a005724970a252ab
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:24 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65ec41d

media-plugins/gst-plugins-neon-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.1.ebuild 
b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.1.ebuild
index 859af467105..225be30c19c 100644
--- a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="HTTP client source plugin for GStreamer"
-KEYWORDS="alpha amd64 ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=net-libs/neon-0.30.0[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libvisual/

2018-09-17 Thread Matt Turner
commit: 4b0ecfab925919868f7b70121f41a5b296833d75
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:20 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0ecfab

media-plugins/gst-plugins-libvisual-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.14.1.ebuild 
b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.14.1.ebuild
index d670c7d49d7..ebfda4e7317 100644
--- a/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
 DESCRIPTION="Visualization elements for GStreamer"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libav/

2018-09-17 Thread Matt Turner
commit: 10701f619242b45d17b495c1df7f182b5a19c207
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10701f61

media-plugins/gst-plugins-libav-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.1.ebuild 
b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.1.ebuild
index c014b080a74..2dd0fbdcb98 100644
--- a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="1.0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE="libav +orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-twolame/

2018-09-17 Thread Matt Turner
commit: c70b3b58a918ebb95410d53303ed643dc06537ed
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 22:54:34 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 22:54:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70b3b58

media-plugins/gst-plugins-twolame-1.14.1: ppc64 stable, bug 661288

 media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.14.1.ebuild 
b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.14.1.ebuild
index 27d4c141b4a..b2f99d374a0 100644
--- a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="MPEG2 encoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/twolame-0.3.13-r1[${MULTILIB_USEDEP}]"



  1   2   3   >