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

2019-08-27 Thread Michał Górny
commit: 3e70f4ed4fb297962ab1c86aa8ba09ec48641b90
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 28 05:20:52 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 28 05:36:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e70f4ed

dev-python/miniupnpc: Bump to 2.1.20190824

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/miniupnpc/Manifest  |  1 +
 dev-python/miniupnpc/miniupnpc-2.1.20190824.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/miniupnpc/Manifest b/dev-python/miniupnpc/Manifest
index 03c38330242..a6c46011e16 100644
--- a/dev-python/miniupnpc/Manifest
+++ b/dev-python/miniupnpc/Manifest
@@ -1 +1,2 @@
 DIST miniupnpc-2.1.20190625.tar.gz 94461 BLAKE2B 
26c881c2ef99640e99a5c9cb138cc88dc29a25cd57fffaeaffcf521ded11402fd34ad1001639cd0659fdef9debd247dded5c1903b69f36b74b059c1e282bcdfb
 SHA512 
d55a959bb2fce2c1747fa95da53d9993220403d2c511b12f489b80a7941b28238561f90a1cd60be9fa2bd62777fbfd3cef370db694b9970f73ccbdf3ef49aa48
+DIST miniupnpc-2.1.20190824.tar.gz 94564 BLAKE2B 
1569e15bc9a886bdee5192526b83e0a628f0d6c9b4449c547c0c22c2ab1f912b1671d84ead6aa6961161bd99e5f62f8428f3867b8f9ca14e04d5f953e6553d4a
 SHA512 
9ed5fc6fbe6f64fbfa23938043732db1999f3c8585422a660fde04fd9e203d7acf8a5c3f1f1433468ea179f090261702194cf5714601c5c0ed9094250352f175

diff --git a/dev-python/miniupnpc/miniupnpc-2.1.20190824.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.1.20190824.ebuild
new file mode 100644
index 000..b29713da4bc
--- /dev/null
+++ b/dev-python/miniupnpc/miniupnpc-2.1.20190824.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for UPnP client library"
+HOMEPAGE="http://miniupnp.free.fr/;
+SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=net-libs/miniupnpc-${PV}:0="
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+PATCHES=(
+   "${FILESDIR}"/miniupnpc-2.0.20171102-shared-lib.patch
+)
+
+# DOCS are installed by net-libs/miniupnpc.
+DOCS=()
+
+# Example test command:
+# python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); 
u.selectigd(); print(u.externalipaddress())'



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

2019-08-27 Thread Michał Górny
commit: bf82b0f31ac8a91fa6f585d26fb076232e997a56
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 28 05:19:34 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 28 05:36:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf82b0f3

dev-python/miniupnpc: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/miniupnpc/Manifest  |  1 -
 dev-python/miniupnpc/miniupnpc-2.1.20190408.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-python/miniupnpc/Manifest b/dev-python/miniupnpc/Manifest
index ca5446b1ce2..03c38330242 100644
--- a/dev-python/miniupnpc/Manifest
+++ b/dev-python/miniupnpc/Manifest
@@ -1,2 +1 @@
-DIST miniupnpc-2.1.20190408.tar.gz 94216 BLAKE2B 
19b0bee46d2f738939fda31c465779a6e6c7c04b2e975aed77c3a642bbfd1c61813367da5f2aa3f351fe1e5a71a842bfcd7b54c4faf589e345ddb1551bc322c6
 SHA512 
faa0f1363ebb59ca636b6c974188c52903ad07652f8268563c9c1a5826fafc2458d9f521efd3546fbbd4b71b3b14a50ba89dda52757adad1db81c31d9ba0987a
 DIST miniupnpc-2.1.20190625.tar.gz 94461 BLAKE2B 
26c881c2ef99640e99a5c9cb138cc88dc29a25cd57fffaeaffcf521ded11402fd34ad1001639cd0659fdef9debd247dded5c1903b69f36b74b059c1e282bcdfb
 SHA512 
d55a959bb2fce2c1747fa95da53d9993220403d2c511b12f489b80a7941b28238561f90a1cd60be9fa2bd62777fbfd3cef370db694b9970f73ccbdf3ef49aa48

diff --git a/dev-python/miniupnpc/miniupnpc-2.1.20190408.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.1.20190408.ebuild
deleted file mode 100644
index 454bb726534..000
--- a/dev-python/miniupnpc/miniupnpc-2.1.20190408.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for UPnP client library"
-HOMEPAGE="http://miniupnp.free.fr/;
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=net-libs/miniupnpc-${PV}:0="
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-PATCHES=(
-   "${FILESDIR}"/miniupnpc-2.0.20171102-shared-lib.patch
-)
-
-# DOCS are installed by net-libs/miniupnpc.
-DOCS=()
-
-# Example test command:
-# python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); 
u.selectigd(); print(u.externalipaddress())'



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

2019-08-27 Thread Michał Górny
commit: 2aa1a54df90994e1e711ebfb081c7c589b236ba3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 28 05:19:43 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 28 05:36:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa1a54d

net-libs/miniupnpc: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 net-libs/miniupnpc/Manifest  |  2 -
 net-libs/miniupnpc/miniupnpc-2.1.20190210.ebuild | 56 
 net-libs/miniupnpc/miniupnpc-2.1.20190408.ebuild | 56 
 3 files changed, 114 deletions(-)

diff --git a/net-libs/miniupnpc/Manifest b/net-libs/miniupnpc/Manifest
index 2f4d80d3671..03c38330242 100644
--- a/net-libs/miniupnpc/Manifest
+++ b/net-libs/miniupnpc/Manifest
@@ -1,3 +1 @@
-DIST miniupnpc-2.1.20190210.tar.gz 94125 BLAKE2B 
1cb8e4cd4d015d82eb15eec20e93b14a9f280aeabfc54e96ff9511db7fddf9713b9bffd0893c17f29beede29c6bfe73e6a459f7b20c9e4b33c88753b39cb7a0e
 SHA512 
51f662c2a7a78cd99a793ff8b89097d895c80aaca696109c06106f8bb2601465207e068a410134cc66a61b4c0e11d4635bac6e9efdfe3fe8c4f813ac9e7a2fc2
-DIST miniupnpc-2.1.20190408.tar.gz 94216 BLAKE2B 
19b0bee46d2f738939fda31c465779a6e6c7c04b2e975aed77c3a642bbfd1c61813367da5f2aa3f351fe1e5a71a842bfcd7b54c4faf589e345ddb1551bc322c6
 SHA512 
faa0f1363ebb59ca636b6c974188c52903ad07652f8268563c9c1a5826fafc2458d9f521efd3546fbbd4b71b3b14a50ba89dda52757adad1db81c31d9ba0987a
 DIST miniupnpc-2.1.20190625.tar.gz 94461 BLAKE2B 
26c881c2ef99640e99a5c9cb138cc88dc29a25cd57fffaeaffcf521ded11402fd34ad1001639cd0659fdef9debd247dded5c1903b69f36b74b059c1e282bcdfb
 SHA512 
d55a959bb2fce2c1747fa95da53d9993220403d2c511b12f489b80a7941b28238561f90a1cd60be9fa2bd62777fbfd3cef370db694b9970f73ccbdf3ef49aa48

diff --git a/net-libs/miniupnpc/miniupnpc-2.1.20190210.ebuild 
b/net-libs/miniupnpc/miniupnpc-2.1.20190210.ebuild
deleted file mode 100644
index bfae17481af..000
--- a/net-libs/miniupnpc/miniupnpc-2.1.20190210.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="UPnP client library and a simple UPnP client"
-HOMEPAGE="http://miniupnp.free.fr/;
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd"
-IUSE="ipv6 kernel_linux static-libs"
-
-RDEPEND=""
-DEPEND="kernel_linux? ( sys-apps/lsb-release sys-apps/which )"
-
-src_prepare() {
-   eapply_user
-
-   # These bins are not installed, upnpc-static requires building static 
lib
-   sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' Makefile || die
-   # Prevent gzipping manpage.
-   sed -i -e '/gzip/d' Makefile || die
-
-   if ! use static-libs; then
-   sed -i \
-   -e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \
-   -e '/$(INSTALL) -m 644 $(LIBRARY) 
$(DESTDIR)$(INSTALLDIRLIB)/d' \
-   Makefile || die
-   fi
-}
-
-# Upstream cmake causes more trouble than it fixes,
-# so we'll just stay with the Makefile for now.
-
-src_compile() {
-   tc-export CC AR
-   emake upnpc-shared $(usex static-libs upnpc-static '')
-}
-
-src_test() {
-   emake -j1 HAVE_IPV6=$(usex ipv6) check
-}
-
-src_install() {
-   emake \
-   DESTDIR="${D}" \
-   PREFIX="${EPREFIX}/usr" \
-   INSTALLDIRLIB="${EPREFIX}/usr/$(get_libdir)" \
-   install
-
-   dodoc README Changelog.txt
-}

diff --git a/net-libs/miniupnpc/miniupnpc-2.1.20190408.ebuild 
b/net-libs/miniupnpc/miniupnpc-2.1.20190408.ebuild
deleted file mode 100644
index 84a21887ff3..000
--- a/net-libs/miniupnpc/miniupnpc-2.1.20190408.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="UPnP client library and a simple UPnP client"
-HOMEPAGE="http://miniupnp.free.fr/;
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="amd64 ~arm arm64 hppa ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd"
-IUSE="ipv6 kernel_linux static-libs"
-
-RDEPEND=""
-DEPEND="kernel_linux? ( sys-apps/lsb-release sys-apps/which )"
-
-src_prepare() {
-   eapply_user
-
-   # These bins are not installed, upnpc-static requires building static 
lib
-   sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' Makefile || die
-   # Prevent gzipping manpage.
-   sed -i -e '/gzip/d' Makefile || die
-
-   if ! use static-libs; then
-   sed -i \
-   -e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \
-   -e '/$(INSTALL) -m 644 $(LIBRARY) 
$(DESTDIR)$(INSTALLDIRLIB)/d' \
-   Makefile || die
-   fi
-}
-
-# Upstream cmake causes more trouble than it fixes,
-# so 

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

2019-08-27 Thread Michał Górny
commit: 2a77921e1aa2e2404fc3275f0390865e854d8eca
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 28 05:20:40 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 28 05:36:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a77921e

net-libs/miniupnpc: Bump to 2.1.20190824

Signed-off-by: Michał Górny  gentoo.org>

 net-libs/miniupnpc/Manifest  |  1 +
 net-libs/miniupnpc/miniupnpc-2.1.20190824.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/net-libs/miniupnpc/Manifest b/net-libs/miniupnpc/Manifest
index 03c38330242..a6c46011e16 100644
--- a/net-libs/miniupnpc/Manifest
+++ b/net-libs/miniupnpc/Manifest
@@ -1 +1,2 @@
 DIST miniupnpc-2.1.20190625.tar.gz 94461 BLAKE2B 
26c881c2ef99640e99a5c9cb138cc88dc29a25cd57fffaeaffcf521ded11402fd34ad1001639cd0659fdef9debd247dded5c1903b69f36b74b059c1e282bcdfb
 SHA512 
d55a959bb2fce2c1747fa95da53d9993220403d2c511b12f489b80a7941b28238561f90a1cd60be9fa2bd62777fbfd3cef370db694b9970f73ccbdf3ef49aa48
+DIST miniupnpc-2.1.20190824.tar.gz 94564 BLAKE2B 
1569e15bc9a886bdee5192526b83e0a628f0d6c9b4449c547c0c22c2ab1f912b1671d84ead6aa6961161bd99e5f62f8428f3867b8f9ca14e04d5f953e6553d4a
 SHA512 
9ed5fc6fbe6f64fbfa23938043732db1999f3c8585422a660fde04fd9e203d7acf8a5c3f1f1433468ea179f090261702194cf5714601c5c0ed9094250352f175

diff --git a/net-libs/miniupnpc/miniupnpc-2.1.20190824.ebuild 
b/net-libs/miniupnpc/miniupnpc-2.1.20190824.ebuild
new file mode 100644
index 000..daca7228030
--- /dev/null
+++ b/net-libs/miniupnpc/miniupnpc-2.1.20190824.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="UPnP client library and a simple UPnP client"
+HOMEPAGE="http://miniupnp.free.fr/;
+SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-fbsd"
+IUSE="ipv6 kernel_linux static-libs"
+
+RDEPEND=""
+DEPEND="kernel_linux? ( sys-apps/lsb-release sys-apps/which )"
+
+src_prepare() {
+   eapply_user
+
+   # These bins are not installed, upnpc-static requires building static 
lib
+   sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' Makefile || die
+   # Prevent gzipping manpage.
+   sed -i -e '/gzip/d' Makefile || die
+
+   if ! use static-libs; then
+   sed -i \
+   -e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \
+   -e '/$(INSTALL) -m 644 $(LIBRARY) 
$(DESTDIR)$(INSTALLDIRLIB)/d' \
+   Makefile || die
+   fi
+}
+
+# Upstream cmake causes more trouble than it fixes,
+# so we'll just stay with the Makefile for now.
+
+src_compile() {
+   tc-export CC AR
+   emake upnpc-shared $(usex static-libs upnpc-static '')
+}
+
+src_test() {
+   emake -j1 HAVE_IPV6=$(usex ipv6) check
+}
+
+src_install() {
+   emake \
+   DESTDIR="${D}" \
+   PREFIX="${EPREFIX}/usr" \
+   INSTALLDIRLIB="${EPREFIX}/usr/$(get_libdir)" \
+   install
+
+   dodoc README Changelog.txt
+}



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

2019-08-27 Thread Michał Górny
commit: b5a834ce44f4a441964feba3358e836e57aa13a1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 28 05:22:03 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 28 05:36:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a834ce

net-misc/miniupnpd: Bump to 2.1.20190824

Signed-off-by: Michał Górny  gentoo.org>

 net-misc/miniupnpd/Manifest  |  1 +
 net-misc/miniupnpd/miniupnpd-2.1.20190824.ebuild | 88 
 2 files changed, 89 insertions(+)

diff --git a/net-misc/miniupnpd/Manifest b/net-misc/miniupnpd/Manifest
index 49fd75fafde..bbb04bab5d9 100644
--- a/net-misc/miniupnpd/Manifest
+++ b/net-misc/miniupnpd/Manifest
@@ -1 +1,2 @@
 DIST miniupnpd-2.1.20190630.tar.gz 240466 BLAKE2B 
fe4d4e59a7dad32bef9ed9b4c58b52e378ec9b26ea2439e84284630a7ef7269c6cd53cabdc632ff274cae88aea2552a8808af2ea349138f8b8ed667baf9e87ee
 SHA512 
cd6006e5487652a258f7320e1e28fea7b0790528cc014071109a1abd0f6c249237cf8d0620987c14ee0ce1cca14f4bb4abd439b1d422e0e49a398cd485eaf970
+DIST miniupnpd-2.1.20190824.tar.gz 240490 BLAKE2B 
c2eaf08b18d4cd27a18a71232fd8d972ced799a68b0e6f3ff1b3d155ab0e27047153dcd81a0c89806f74a6c09c303eb3255825f6fd4083f1ec77605ee4f0d1b3
 SHA512 
f3e591e10b33d2459e55118db11f6692bafd75ae867f934f4a5c6ccf6c9cf21363d0a746d1b319a08381119f382d5941af84c5bfb5c54b97f8945aa9d7372987

diff --git a/net-misc/miniupnpd/miniupnpd-2.1.20190824.ebuild 
b/net-misc/miniupnpd/miniupnpd-2.1.20190824.ebuild
new file mode 100644
index 000..07c804f3564
--- /dev/null
+++ b/net-misc/miniupnpd/miniupnpd-2.1.20190824.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="MiniUPnP IGD Daemon"
+HOMEPAGE="http://miniupnp.free.fr/;
+SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+leasefile igd2 ipv6 nftables pcp-peer portinuse strict"
+
+RDEPEND="
+   dev-libs/gmp:0=
+   sys-apps/util-linux:=
+   dev-libs/openssl:0=
+   !nftables? (
+   >=net-firewall/iptables-1.4.6:0=[ipv6?]
+   net-libs/libnfnetlink:=
+   net-libs/libmnl:=
+   )
+   nftables? (
+   net-firewall/nftables
+   net-libs/libnftnl:=
+   net-libs/libmnl:=
+   )"
+DEPEND="${RDEPEND}
+   sys-apps/lsb-release"
+
+src_prepare() {
+   default
+
+   # Prevent overriding CFLAGS.
+   sed -i -e '/^CFLAGS =/d' Makefile.linux_nft || die
+
+   mv "Makefile.linux$(usex nftables _nft '')" Makefile || die
+
+   # Prevent gzipping manpage.
+   sed -i -e '/gzip/d' Makefile || die
+}
+
+src_configure() {
+   local -a opts
+   opts=(
+   --vendorcfg
+   $(usex igd2 '--igd2' '')
+   $(usex ipv6 '--ipv6' '')
+   $(usex leasefile '--leasefile' '')
+   $(usex portinuse '--portinuse' '')
+   $(usex pcp-peer '--pcp-peer' '')
+   $(usex strict '--strict' '')
+   )
+
+   emake CONFIG_OPTIONS="${opts[*]}" config.h
+}
+
+src_compile() {
+   # By default, it builds a bunch of unittests that are missing wrapper
+   # scripts in the tarball
+   emake CC="$(tc-getCC)" STRIP=true miniupnpd
+}
+
+src_install() {
+   emake PREFIX="${ED}" STRIP=true install
+
+   local confd_seds=()
+   if use nftables; then
+   confd_seds+=( -e 's/^iptables_scripts=/#&/' )
+   else
+   confd_seds+=( -e 's/^nftables_scripts=/#&/' )
+   fi
+   if ! use ipv6 || use nftables; then
+   confd_seds+=( -e 's/^ip6tables_scripts=/#&/' )
+   fi
+
+   newinitd "${FILESDIR}"/${PN}-init.d-r2 ${PN}
+   newconfd - ${PN} < <(sed "${confd_seds[@]}" \
+   "${FILESDIR}"/${PN}-conf.d-r2 || die)
+}
+
+pkg_postinst() {
+   elog "Please correct the external interface in the top of the two"
+   elog "scripts in /etc/miniupnpd and edit the config file in there too"
+}



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

2019-08-27 Thread Hans de Graaff
commit: d4e553dafd1c1fe016882a5cc648633581385648
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 28 04:48:59 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 28 05:15:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e553da

dev-ruby/webmock: add 3.7.0

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/webmock/Manifest |  1 +
 dev-ruby/webmock/webmock-3.7.0.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest
index ec8fd364f8e..f8163b0c1cc 100644
--- a/dev-ruby/webmock/Manifest
+++ b/dev-ruby/webmock/Manifest
@@ -2,3 +2,4 @@ DIST webmock-2.3.2.gem 112128 BLAKE2B 
ef0a722374057d7c5392924f68de8520f08cb0aa03
 DIST webmock-3.5.1.gem 116736 BLAKE2B 
eb6531dd481588419932a93d091bf2c2802d98a9abe650e892e568f13a642c61ccbf395e293fb0b24b2e96f464902f8311d03a7afe84e917c4780d2da6000a78
 SHA512 
6096ebe84140e7385ac941c2f63951d19523b2f7e3330fb38181f19c423b4c4d47828d200d8921e02850374b048902191f96f8d693746bcdf284cf0c5eacd924
 DIST webmock-3.6.0.gem 117248 BLAKE2B 
251f80c90777deacc24588a947426252522c3b4ec1670e77801391e9ed495cc7790b2f7211abc728ac357b2876fbb16b654fffe410c5aa3e837c46e927f031f7
 SHA512 
4bb3ed9cf7e67c1560c1835e26275657b28b40e3f95dbe50156ce1960e418519020675b6ed07e80521d85ea0b0e53c22d674b7b17b4c9349ef62c089e6bc7891
 DIST webmock-3.6.2.gem 117760 BLAKE2B 
132b700323cbc4e753406ccfcc69375107c1d8546fd71bacf13db614d1818926321e2cd27dfc08670f908e0ac5946b06892138c2701fb1f27cfcf9fb6dd56c3d
 SHA512 
1d6141be90840d01e3d7b8e925e0a981ac715fbca1219dd35edd7cf3bcea1c1da3442aaa131e3586f0827a7b06207314119c1f47e6ae64f11f154c70ba6fc5c2
+DIST webmock-3.7.0.gem 120832 BLAKE2B 
24936bbbd1e0451759acba1fe3dd1760929535210d5e66ebfcfadb4d160a3b52c594e1b842a723503ea1857b515c27c9840f16243bb3446c41e7024027e7cdef
 SHA512 
4d14fc2a5b5cb8ced0b60c65049d2db448add34a53aaa87cd79ad9beca8414a80db7673bff883cb4f8f65592ba17b195e1823c8837f9ae81f73ac185cd59d803

diff --git a/dev-ruby/webmock/webmock-3.7.0.ebuild 
b/dev-ruby/webmock/webmock-3.7.0.ebuild
new file mode 100644
index 000..377168ac604
--- /dev/null
+++ b/dev-ruby/webmock/webmock-3.7.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP 
requests"
+HOMEPAGE="https://github.com/bblimke/webmock;
+
+LICENSE="GPL-2"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 
>=dev-ruby/hashdiff-0.4.0:0"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/rspec:3
+   >=dev-ruby/test-unit-3.0.0
+   dev-ruby/rack
+   >=dev-ruby/httpclient-2.8.0
+   || ( dev-ruby/http:4 dev-ruby/http:3 ) )"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+   sed -i -e '1igem "test-unit"' test/test_helper.rb || die
+
+   # There is now optional support for curb and typhoeus which we don't
+   # have in Gentoo yet. em_http_request is available in Gentoo but its
+   # version is too old. patron's latest version is not compatible.
+   sed -i -e '/\(curb\|typhoeus\|em-http\|patron\)/d' spec/spec_helper.rb 
|| die
+   rm 
spec/acceptance/{typhoeus,curb,excon,em_http_request,patron,async_http_client}/*
 || die
+
+   # Avoid httpclient specs that require network access, most likely
+   # because mocking does not fully work.
+   sed -i -e '/httpclient streams response/,/^  end/ s:^:#:' \
+   -e '/are detected when manually specifying Authorization 
header/,/^end/ s:^:#:' \
+   spec/acceptance/httpclient/httpclient_spec.rb
+
+   # Avoid specs that require network access
+   sed -i -e '/when request is not stubbed/,/^  end/ s:^:#:' 
spec/acceptance/shared/callbacks.rb
+}
+
+each_ruby_test() {
+   ${RUBY} -S rake test NO_CONNECTION=true || die
+   ${RUBY} -S rspec-3 spec || die
+
+   einfo "Delay to allow the test server to stop"
+   sleep 10
+}



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

2019-08-27 Thread Hans de Graaff
commit: 5deb168f19b546dd512993bf19a0b79063166922
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 28 04:38:56 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 28 05:15:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5deb168f

dev-ruby/nio4r: add 2.5.0

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/nio4r/Manifest   |  1 +
 dev-ruby/nio4r/nio4r-2.5.0.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/nio4r/Manifest b/dev-ruby/nio4r/Manifest
index 3a81f615dd6..1ece28cb4b7 100644
--- a/dev-ruby/nio4r/Manifest
+++ b/dev-ruby/nio4r/Manifest
@@ -1,3 +1,4 @@
 DIST nio4r-1.2.1.gem 94208 BLAKE2B 
229c1c69000a6701ad765af26e592b9dbdb3646f155dc2114ea677b40097c0158c615efb25506c2ae59316e4ecdd7ec8747bf4f18a3ec2ca1be6bf028b85
 SHA512 
3136863955bd6f4d489955bae9baf2fb527447c0e71dade1a05402f3e7c8570bf1dd9b8335d70d7303ec4df0a236b13e4ede74ce9154be00a108afcd7c6b7f40
 DIST nio4r-2.3.1.gem 101888 BLAKE2B 
1891581eaa8659ed86f13e365664974ea55921e0107b7ce9757961cebe27f290995e90c17d375b35cf15245856c7c1d61fd05a332dc09032fffc1599bc2474ab
 SHA512 
6e8fbc744f17b42a0a5c9f8f6db79ce3c9c0dbf6cb047f0b48faab813effc9f5dabe7405475a755bea9f0eb49037f6f26bdc6b8ff3fc7ab3bca61fc238e4eb6d
 DIST nio4r-2.4.0.gem 101888 BLAKE2B 
05f0223ccf493d3566d370e3199b26136b4158939fcd7102d5d513ae0988c3691fedb00fe47f9884396bc333ed2b88b605c583048ad6a2ebe70eb7aa4b70a6df
 SHA512 
2cd77c4af934c10cbcc23e926d0111a319bd9be69b0ead9c5c5614911f2cd3127ffa9fb103907d961b59e6f846cc83ac9a97722a85dac390dbf2f2a20976a0c0
+DIST nio4r-2.5.0.gem 110080 BLAKE2B 
8b53c5fc8f924b24d8af5ea1c1c729d1218605b5474c48450f1015a5a824c264070235602d5bd423502255d8163665f2c86871a261d17486927c94d6ed1f029e
 SHA512 
29d669d15124783fec49e8b48b7aac1ff5f6399160fd60a515b42a7635abb22f146abdf338633e41577fc4b25e96ee7277c23206d449414105acf3d04d9d

diff --git a/dev-ruby/nio4r/nio4r-2.5.0.ebuild 
b/dev-ruby/nio4r/nio4r-2.5.0.ebuild
new file mode 100644
index 000..a0396fa1cc8
--- /dev/null
+++ b/dev-ruby/nio4r/nio4r-2.5.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance selector API for monitoring IO objects"
+HOMEPAGE="https://github.com/socketry/nio4r;
+
+LICENSE="MIT || ( BSD GPL-2 )"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+# Note that nio4r bundles a patched copy of libev, and without these
+# patches the tests fail: https://github.com/celluloid/nio4r/issues/15
+
+ruby_add_bdepend "test? ( dev-ruby/rspec-retry )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Cc]overalls/d' -e '/[Bb]undler/d' spec/spec_helper.rb || 
die
+   sed -e '/extension/ s:^:#:' -i Rakefile || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/${PN} extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/${PN}
+   cp ext/${PN}/*$(get_modname) lib/ || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/fontawesome/

2019-08-27 Thread Joonas Niilola
commit: acdca573bb531861ba1773febe9f176ca1d2ab52
Author: Bernardo Meurer  gmail  com>
AuthorDate: Wed Aug  7 04:39:29 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Aug 28 05:01:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acdca573

media-fonts/fontawesome: yank 5.0.6

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Bernardo Meurer  standard.ai>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-fonts/fontawesome/Manifest |  1 -
 media-fonts/fontawesome/fontawesome-5.0.6.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/media-fonts/fontawesome/Manifest b/media-fonts/fontawesome/Manifest
index 8340d476c77..c18c650dfa1 100644
--- a/media-fonts/fontawesome/Manifest
+++ b/media-fonts/fontawesome/Manifest
@@ -2,4 +2,3 @@ DIST fontawesome-4.7.0.tar.gz 2672776 BLAKE2B 
c20474c0167665d82fcbe74984ad9c44fa
 DIST fontawesome-5.1.0.tar.gz 10505651 BLAKE2B 
0ec84cdf36855ba43e5858b2e8b12a93c9ec950216b64fa307e1fa058e05f83f08c820e4a3b95432e30c33ee4efe5931bee7077ff182d52725068c53bf387b6f
 SHA512 
1f35f0d326e1f896b606d851577fe99639c164101f236c47966289a8a7e3b1e64fea3f1338d12f32db56ec35b1fcb5d6de250276bcb468fec114d4c3928f
 DIST fontawesome-5.10.2.tar.gz 10458602 BLAKE2B 
f4adc84a352a4ca4fb3fe0216f5672c36d4f972ce4ff7785f088afcef5c0049310116a188325508be23a5949dd75a2bc8504dcf94d614d66e8f73b9ce1674b7e
 SHA512 
dec887c9379972cd6e4d5eb06a947cd2d6b418ef9db5526759b653ca163377d3a0634d300e24b1d3c8bdfec6ea062dad4da191045ce5fa245100f16dd2e657ca
 DIST fontawesome-5.9.0.tar.gz 10407351 BLAKE2B 
2e55f8237033c0daad7028a2e10d5f893b03aeb3c49c26c367c5e8107c2c17900694d424ca76e262f15750e21a74d5a747798da4e21a5c69a809bb89594d755f
 SHA512 
6347f21fb47d779f2a39b9205e8edbac09b3feef88cee103052d5bbba7f857d97e485c659c69edd6053f9af7561f0b260b38eb90b570a3d0a74fe634d723c0cf
-DIST fontawesome-free-5.0.6.zip 21098097 BLAKE2B 
981220261e29dc9894eee1b829af4815176d566ce6309a3d356fdb8c5e5e9a1f4ccadd522c70f51088aebfcbb4c85ea593916ce09a129a85ef9ebf711f253ccb
 SHA512 
cb5ad12b2b40687bca0624e9424ff483e5af4c7da1ef032b58698d00bb32c5385c0d5fe40892c252af66a5470843a092442aa14d7936cb6af30066efd07b53b5

diff --git a/media-fonts/fontawesome/fontawesome-5.0.6.ebuild 
b/media-fonts/fontawesome/fontawesome-5.0.6.ebuild
deleted file mode 100644
index aafd04922e9..000
--- a/media-fonts/fontawesome/fontawesome-5.0.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit font
-
-REPO_PN="Font-Awesome"
-
-MY_P="${PN}-free-${PV}"
-
-DESCRIPTION="The iconic font"
-HOMEPAGE="https://fontawesome.com;
-SRC_URI="https://github.com/FortAwesome/${REPO_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI="https://use.fontawesome.com/releases/v${PV}/${MY_P}.zip;
-
-LICENSE="CC-BY-3.0 OFL-1.1"
-SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+otf +ttf"
-
-REQUIRED_USE="|| ( otf ttf )"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   if use otf; then
-   FONT_S="${S}/use-on-desktop" FONT_SUFFIX="otf" font_src_install
-   fi
-   if use ttf; then
-   FONT_S="${S}/web-fonts-with-css/webfonts" FONT_SUFFIX="ttf" 
font_src_install
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/fontawesome/

2019-08-27 Thread Joonas Niilola
commit: 057f5d47a3f97f1e640aec0ad6bb9bfb53348958
Author: Bernardo Meurer  gmail  com>
AuthorDate: Wed Aug  7 04:41:30 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Aug 28 05:01:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057f5d47

media-fonts/fontawesome: yank 5.9.0

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Bernardo Meurer  standard.ai>
Closes: https://github.com/gentoo/gentoo/pull/12629
Signed-off-by: Joonas Niilola  gentoo.org>

 media-fonts/fontawesome/Manifest |  1 -
 media-fonts/fontawesome/fontawesome-5.9.0.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/media-fonts/fontawesome/Manifest b/media-fonts/fontawesome/Manifest
index c18c650dfa1..fe6634f0f20 100644
--- a/media-fonts/fontawesome/Manifest
+++ b/media-fonts/fontawesome/Manifest
@@ -1,4 +1,3 @@
 DIST fontawesome-4.7.0.tar.gz 2672776 BLAKE2B 
c20474c0167665d82fcbe74984ad9c44fa1155a2a5363222981d6c32f40a3bf13bfc2c582d78e8d36e57939f8af3810fa823f2241d1924a83a05c79ed08cface
 SHA512 
913e5eec221e9601c92059745344766f4c3a6f3563cbc6f8a5f3850a0101bab8f3f992a97c6f1c264a2bbb5163f3feecc6b3f64fcb22c9592d2d38cc777d
 DIST fontawesome-5.1.0.tar.gz 10505651 BLAKE2B 
0ec84cdf36855ba43e5858b2e8b12a93c9ec950216b64fa307e1fa058e05f83f08c820e4a3b95432e30c33ee4efe5931bee7077ff182d52725068c53bf387b6f
 SHA512 
1f35f0d326e1f896b606d851577fe99639c164101f236c47966289a8a7e3b1e64fea3f1338d12f32db56ec35b1fcb5d6de250276bcb468fec114d4c3928f
 DIST fontawesome-5.10.2.tar.gz 10458602 BLAKE2B 
f4adc84a352a4ca4fb3fe0216f5672c36d4f972ce4ff7785f088afcef5c0049310116a188325508be23a5949dd75a2bc8504dcf94d614d66e8f73b9ce1674b7e
 SHA512 
dec887c9379972cd6e4d5eb06a947cd2d6b418ef9db5526759b653ca163377d3a0634d300e24b1d3c8bdfec6ea062dad4da191045ce5fa245100f16dd2e657ca
-DIST fontawesome-5.9.0.tar.gz 10407351 BLAKE2B 
2e55f8237033c0daad7028a2e10d5f893b03aeb3c49c26c367c5e8107c2c17900694d424ca76e262f15750e21a74d5a747798da4e21a5c69a809bb89594d755f
 SHA512 
6347f21fb47d779f2a39b9205e8edbac09b3feef88cee103052d5bbba7f857d97e485c659c69edd6053f9af7561f0b260b38eb90b570a3d0a74fe634d723c0cf

diff --git a/media-fonts/fontawesome/fontawesome-5.9.0.ebuild 
b/media-fonts/fontawesome/fontawesome-5.9.0.ebuild
deleted file mode 100644
index 18ae5f0a3c4..000
--- a/media-fonts/fontawesome/fontawesome-5.9.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="Font-Awesome"
-inherit font
-
-DESCRIPTION="The iconic font"
-HOMEPAGE="https://fontawesome.com;
-SRC_URI="https://github.com/FortAwesome/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="CC-BY-3.0 OFL-1.1"
-SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+otf +ttf"
-
-REQUIRED_USE="|| ( otf ttf )"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_install() {
-   if use otf; then
-   FONT_S="${S}/otfs" FONT_SUFFIX="otf" font_src_install
-   fi
-   if use ttf; then
-   FONT_S="${S}/webfonts" FONT_SUFFIX="ttf" font_src_install
-   fi
-}



[gentoo-commits] proj/musl:master commit in: /

2019-08-27 Thread Jory Pratt
commit: 7032d6e583c83c0457d3a3cfaf0a1edae76cde8e
Author: Jory Pratt  gentoo  org>
AuthorDate: Wed Aug 28 03:11:20 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Wed Aug 28 03:11:20 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=7032d6e5

Add myself as a maintainer

Signed-off-by: Jory Pratt  gentoo.org>

 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index c455f4f..518d55a 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ http://www.musl-libc.org/
 
 ### Maintainers
 * Anthony G. Basile 
+* Jory A. Pratt 
 * Aric Belsito 
 * Felix Janda 
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/

2019-08-27 Thread Nick Sarnie
commit: 136988d680f4caa24479a5ceefea1e5853709d58
Author: Nick Sarnie  gentoo  org>
AuthorDate: Wed Aug 28 02:44:01 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Wed Aug 28 02:44:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136988d6

app-emulation/wine-vanilla: Sync with ::wine

Bump stable

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-4.0.2.ebuild | 533 +
 2 files changed, 534 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index d6d2b14add9..d384056f464 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,6 +1,7 @@
 DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 DIST gentoo-wine-patches-20190511.tar.xz 58996 BLAKE2B 
571c30d94341f567261893f884345b39eab42adc8b5c306a30d03943fd770055e070ae01e41e5add5b873063d3aaa69641faf81b16ac6039970d8a22b177dd7e
 SHA512 
ccd74d0d6acecc7b24dc89466f93099bd6991d607a4fe89d68637d1fa82e02ebd76b532fe1afd8ab8de8ef3f2d49fe8d71f797796a9434f4b0f7a8183c084969
 DIST wine-4.0.1.tar.xz 21665840 BLAKE2B 
b33b5ce8b4624dfbbbf473a88ed8c52d5e53855fa98ac3128e9b89dbeee6e92044ed1e662e1dc9669bd8d805424c36f2dd2c836c51bf6a5e4d78350926a13150
 SHA512 
dd240525e389f841123a569fd2f9b8da698b7707bc0de408dfd60ae73c5e24d522abb42b76571c840df52c686fdeae56e0a9c69db2cd31f04cdb345feeacf1dc
+DIST wine-4.0.2.tar.xz 21668348 BLAKE2B 
f1aa8ba3add9ae1e6fbb930a0c557c0015a699b21ba9988c6832c9a1b5180f98cbaadc561fbe4a22e97ff78732ee121a14f5a82b0637c71a4856fa5524ff2f5a
 SHA512 
14cb7eeba188562b73125c668f2020e1df6802e486552e422d3aa75b95f6fccedc0f87868f7e58ce71697941ff49757981ec93b9ef288da37ca8570658f194fc
 DIST wine-4.0.tar.xz 21644692 BLAKE2B 
9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3
 SHA512 
7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd
 DIST wine-4.11.tar.xz 22098508 BLAKE2B 
dee7ec74808b365cfa9087cadc29721af2f17663da760ae8d3f506e8ebd897aeeba0728eb57d1afa386b181b18f0861538b5c245841f9ce5e43470029ae4ef0b
 SHA512 
df4e636959f6044f92aca16dce9cb392fd6c513ccc5a19585d3de8cd7fe0a9d21b05fcfa538172f94721d0356d9ec1470b7da810fcfa70d3aae9054a48d4700b
 DIST wine-4.12.1.tar.xz 22125544 BLAKE2B 
7a3b221e2bf3af91feff529b5af3926956cbcbce020439c7aa4f464f78d8c93ed1686eabdfee080dd0946e378645667ddb19c67a6449f1b171f1660127ecc05d
 SHA512 
5d226aa4f24c59949c88d377d8f3d38839179e473b7e5bbf029af8142dfa23fd046ca919b63c8c8fc7e1a46077a860d3dab9d2e040f0367c85c8d386707222c1

diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild
new file mode 100644
index 000..5f5e60da927
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild
@@ -0,0 +1,533 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin 
sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(ver_cut 1)
+   MINOR_V=$(ver_cut 2)
+   
SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.${MINOR_V}/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20180120"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~np-hardass/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner sdl 
selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan +X 
+xcomposite xinerama +xml"

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2019-08-27 Thread Nick Sarnie
commit: d32c9ffa514036d074deff25e157760b1557323c
Author: Nick Sarnie  gentoo  org>
AuthorDate: Wed Aug 28 02:41:42 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Wed Aug 28 02:41:42 2019 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=d32c9ffa

app-emulation/wine-vanilla: Bump stable to 4.0.2

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-4.0.2.ebuild | 533 +
 2 files changed, 534 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 1ba2963..bd70e45 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -3,6 +3,7 @@ DIST gentoo-wine-patches-20190316.tar.xz 58848 BLAKE2B 
76e66749638589dd6d6eceb4b
 DIST gentoo-wine-patches-20190430.tar.xz 58896 BLAKE2B 
96c30ee48c4c50720abe8bb1d5a7c2e8ba0691dca3fd38b3807e2b2269236bccb3da18e59b4e35c2703cfb725300ee53c95e9ed584dd9e2c4184b31716b6b4c6
 SHA512 
52970b1e0673ae84e614db33536e9fa64bb6497a6f19c462f73ddf6b3239f38c9d59fe1c379cd67ef613c0660dcf84e2753e54647f01a8a1b2ee95ae4bb9f8d6
 DIST gentoo-wine-patches-20190511.tar.xz 58996 BLAKE2B 
571c30d94341f567261893f884345b39eab42adc8b5c306a30d03943fd770055e070ae01e41e5add5b873063d3aaa69641faf81b16ac6039970d8a22b177dd7e
 SHA512 
ccd74d0d6acecc7b24dc89466f93099bd6991d607a4fe89d68637d1fa82e02ebd76b532fe1afd8ab8de8ef3f2d49fe8d71f797796a9434f4b0f7a8183c084969
 DIST wine-4.0.1.tar.xz 21665840 BLAKE2B 
b33b5ce8b4624dfbbbf473a88ed8c52d5e53855fa98ac3128e9b89dbeee6e92044ed1e662e1dc9669bd8d805424c36f2dd2c836c51bf6a5e4d78350926a13150
 SHA512 
dd240525e389f841123a569fd2f9b8da698b7707bc0de408dfd60ae73c5e24d522abb42b76571c840df52c686fdeae56e0a9c69db2cd31f04cdb345feeacf1dc
+DIST wine-4.0.2.tar.xz 21668348 BLAKE2B 
f1aa8ba3add9ae1e6fbb930a0c557c0015a699b21ba9988c6832c9a1b5180f98cbaadc561fbe4a22e97ff78732ee121a14f5a82b0637c71a4856fa5524ff2f5a
 SHA512 
14cb7eeba188562b73125c668f2020e1df6802e486552e422d3aa75b95f6fccedc0f87868f7e58ce71697941ff49757981ec93b9ef288da37ca8570658f194fc
 DIST wine-4.0.tar.xz 21644692 BLAKE2B 
9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3
 SHA512 
7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd
 DIST wine-4.1.tar.xz 21680916 BLAKE2B 
1a040606e34e1aec6f63d9692c6cbf915f5b32c817116aed68203e6bdedb8cb129dad440f7e51e9fb2ebaf1aa537d1584333f06b8b2c5d68f9ff37921d5b8b95
 SHA512 
2b28fc82111552009a042d682ea8f4e54d90f14bb99f1fbe12732090e7562527c229683562630edada0b1f4143de226734337b20d1b23d711191dcc0a834e4dc
 DIST wine-4.10.tar.xz 22109948 BLAKE2B 
60e627d1e88eaa71c08ab15f093b1b11a8ce619f6b4bde08ccabc6b28bfaa44822f407e14b78c67680e00eec01fa01ba8cd851faa73dd42fb77f394a8556ab7d
 SHA512 
cafc1d268719f723091429d9d8787044719f0936b00d47c6d01cef4d9c141fed7ba5b9776c1c63c68934a0a1071fb74daa0440aa52e77c4e42aca894163d6f54

diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild
new file mode 100644
index 000..27d69ef
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild
@@ -0,0 +1,533 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin 
sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(ver_cut 1)
+MINOR_V=$(ver_cut 2)
+   
SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.${MINOR_V}/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20180120"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~np-hardass/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner sdl 
selinux +ssl test +threads +truetype udev 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-mythtv/

2019-08-27 Thread Craig Andrews
commit: 42d9e2f3dabef1c2c214d65f7b90dce1e60bd1f4
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Aug 28 00:37:29 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug 28 00:37:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d9e2f3

media-plugins/kodi-pvr-mythtv: 5.10.8 version bump

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-pvr-mythtv/Manifest |  1 +
 .../kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.8.ebuild  | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/media-plugins/kodi-pvr-mythtv/Manifest 
b/media-plugins/kodi-pvr-mythtv/Manifest
index e0d588ac657..0d9feb28a08 100644
--- a/media-plugins/kodi-pvr-mythtv/Manifest
+++ b/media-plugins/kodi-pvr-mythtv/Manifest
@@ -3,3 +3,4 @@ DIST kodi-pvr-mythtv-5.10.4.tar.gz 700724 BLAKE2B 
51b30945bc24c5b66be2543ca95f7f
 DIST kodi-pvr-mythtv-5.10.5.tar.gz 701110 BLAKE2B 
7aa1148cdc5b0c187b0c4c077c5a882493bc081e27ea2210fc0b02fa7757007d3f7081ca35bc155e9d019601b1d51b89fd358c094a30202309e6cfa218636e9b
 SHA512 
9c3b5fc208693bfbded7e6376131aa06bf94b2019c111d40c254a7505c0b4641d66f7a57ad55fe0c174756811983250ce68e4d074619413d04d1b46d66759d7e
 DIST kodi-pvr-mythtv-5.10.6.tar.gz 701798 BLAKE2B 
e99fe7e4959e44238184b85fb8a6b22ff7f375f1ef6f1035d119edbfd0df65909e4e656ad0c008e34c5bd841b6379760a81e194f2b66bfdc087914647f69ae99
 SHA512 
14577d686f18698bd7fc9fcaf74bf3eb6dbb01e630782054a6045060bcead6878654d5427c7e6b37632a75de92b9a4dffecbecbd7b60004fdaf2763415919401
 DIST kodi-pvr-mythtv-5.10.7.tar.gz 701835 BLAKE2B 
148f3bea1b034376c848c10c434987ef9265d722c028f8af1a5307f989a344114137111affae617f9012a5efaa6b1e772cf630fdfedd9d033474dadfd5512ce5
 SHA512 
3329737dda3141fe8cb0bcdb19a9f817d2320128e0db36b0255e8f8eaad00c4ab1149cf2ec3d617464c645c5030fe96cb22ac94fdf29d6ecc9533f7c0295a9f5
+DIST kodi-pvr-mythtv-5.10.8.tar.gz 702471 BLAKE2B 
2d16b0837193fcf91d834d98cc67b5554346869f7501ede71dca548fc0f05f1d26f6b5379b391d1ba58a90dac4af21d5f816980aa7a2824eb0228bc1baccb1e5
 SHA512 
73a8d959bc3df5514e247ef3f6c0f2496f12435c44ff2abf334671713ea8cbcbb69a5f54fe6d7cc5e9042a090beb923cec994b7e758d1ceec83b0f6d79731927

diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.8.ebuild 
b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.8.ebuild
new file mode 100644
index 000..8ba4769034b
--- /dev/null
+++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.8.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="MythTV PVR for Kodi"
+HOMEPAGE="https://github.com/janbar/pvr.mythtv;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/janbar/pvr.mythtv.git;
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/pvr.mythtv-${PV}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   sys-libs/zlib
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   "
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/

2019-08-27 Thread Craig Andrews
commit: d39997400c6f217ff9afd96e3dc43b1a45ad8351
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Aug 28 00:15:20 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug 28 00:15:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3999740

media-plugins/kodi-inputstream-adaptive: Delete depends directory

Ensure that no bundled dependencies are used

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 .../kodi-inputstream-adaptive/kodi-inputstream-adaptive-.ebuild  | 5 +
 1 file changed, 5 insertions(+)

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-.ebuild 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-.ebuild
index 8ee95469fba..678fd189c74 100644
--- 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-.ebuild
+++ 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-.ebuild
@@ -36,3 +36,8 @@ DEPEND="
 RDEPEND="
${DEPEND}
"
+
+src_prepare(){
+   [ -d depends ] && rm -rf depends || die
+   cmake-utils_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools-ng/

2019-08-27 Thread Matt Turner
commit: e41339fa20c88030b41ddbf34a877af9ffb8dbb8
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Aug 27 23:27:00 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Aug 27 23:27:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41339fa

sys-fs/squashfs-tools-ng: Version bump to 0.6.1

Signed-off-by: Matt Turner  gentoo.org>

 sys-fs/squashfs-tools-ng/Manifest   | 2 +-
 .../{squashfs-tools-ng-0.6.ebuild => squashfs-tools-ng-0.6.1.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/squashfs-tools-ng/Manifest 
b/sys-fs/squashfs-tools-ng/Manifest
index 8cada401b35..d839d483f3d 100644
--- a/sys-fs/squashfs-tools-ng/Manifest
+++ b/sys-fs/squashfs-tools-ng/Manifest
@@ -1,2 +1,2 @@
 DIST squashfs-tools-ng-0.5.tar.xz 158048 BLAKE2B 
e8d53336a0955875eaf5a301329f620f6efd27d27d985c760a7eaaded94a60e1a7384f076311101b4a6de36b1330d7b42866079b074b6af1829d4162c1f62b38
 SHA512 
b39cd6e9627e71eb0fcc59a587612fe062c3f437e11342e6ec1a1fee1e6a51b38dcc881bf9a1d69578ad4686f939ece8ec02ed79a6cc6c69afe06bc6753390bf
-DIST squashfs-tools-ng-0.6.tar.xz 199708 BLAKE2B 
e325b282ae1c4355e780abaac5f760800b94dde12e13e772663bb1d6ffea1c7c155d48ac657253be34cd50e442d75d3e7bcfdbc066226856e6e04fb18c121570
 SHA512 
2a84b8eceeca2899870be37055210e20ecc97073ebe57cff1b945f221c2b5f1d116a4909be6a906991148363ad7f888cf44dfda198d96d15a37487a83075fb57
+DIST squashfs-tools-ng-0.6.1.tar.xz 203756 BLAKE2B 
94d20ed11f53df4b9d6a413ad52e3d968bdbacaa0a68988672eab07664a0b3681f0de916288fdf6ce5f6d4eea4b77af08fe2da3fbbf19cc745a3a24c7ac23ba2
 SHA512 
f82506d298be4fbf878f68e118dbcf8377fe72ef89d8cb9a24b8cecc23c6d431b021f6b3d5312c0da155ab148a3c55aacb962e8215ac28511b203b5c5dbfb855

diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.6.ebuild 
b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.6.1.ebuild
similarity index 100%
rename from sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.6.ebuild
rename to sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.6.1.ebuild



[gentoo-commits] repo/proj/guru:master commit in: dev-lang/fbc/files/1.07.0/, dev-lang/fbc/

2019-08-27 Thread Ralph Seichter
commit: 7b9d865baea700878aa4ab8358da70c3919eea6b
Author: William Breathitt Gray  gmail  com>
AuthorDate: Tue Aug 27 12:00:39 2019 +
Commit: Ralph Seichter  seichter  de>
CommitDate: Tue Aug 27 12:00:39 2019 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b9d865b

dev-lang/fbc: Bump to version 1.07.0

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: William Breathitt Gray  gmail.com>

 dev-lang/fbc/Manifest  |  2 +
 dev-lang/fbc/fbc-1.07.0.ebuild | 89 ++
 .../files/1.07.0/0001-Pass-ltinfo-to-linker.patch  | 25 ++
 3 files changed, 116 insertions(+)

diff --git a/dev-lang/fbc/Manifest b/dev-lang/fbc/Manifest
index 948cffc..d8c8386 100644
--- a/dev-lang/fbc/Manifest
+++ b/dev-lang/fbc/Manifest
@@ -1,4 +1,6 @@
 DIST FreeBASIC-1.06.0-source-bootstrap.tar.xz 7742292 BLAKE2B 
fd32c6e5edf6e8c27538465141c6b870d6c893f8e05fc8d91b273f9268a68065709cba95e8c5cd8b86786522b2ac1eaf1a6a547227432bbc9998eb1288b29515
 SHA512 
42878091994cae7e0a2f4ba1d2d83a80d32d62ad06790ac06643a266200b53b7ce2480a651b1622910a2733756b7ca032a5be1bb73ee3f796146394eebb9f43c
+DIST FreeBASIC-1.07.0-source-bootstrap.tar.xz 8237216 BLAKE2B 
f657f8a81d412435b8b4167ded5019e9821f0cf47db9d38708da0eea6bdc8835a77c643122e792616aefbbb557f228e6ab06e823c10e1afe922c9e4b34088989
 SHA512 
3a69e2fe5a81b8990e0ec811a9aeb0c9bdd84e858983800c444717197754a0b8e2945091d80d4c6736b691798dbc571b3e7f885d6a6e4564c9ca1021a2fae71c
 DIST fbc-1.06.0-bootstrap-dist-linux-x86.patch 147301 BLAKE2B 
8320f988bc84f5df1b732719a11d1a8edbfceff04ad51b1fbd883eb21d20f1c2f16b8c6ae41b5b0472e4faf1058345969b85ed0c93c071de3c9ed703e298106a
 SHA512 
b2ee285504ce0f8a6a01ee5da7661e40c4a6bb0075f26751fbc79a328cac66f7809ad4c2489eaab01a6e6432ca6d76e19835c86bddf9df5af3b89c547fd8ffb3
 DIST fbc-1.06.0-bootstrap-dist-linux-x86_64.patch 198197 BLAKE2B 
72083bef84aed5ec2d95badb70a42db2e5d89084454f79aef41808a018ab238b1d230cb7282f4adf1be9d003c3865cb914fbf057fbd84c069dfecc4abd3da80b
 SHA512 
771077a2526164223c3ae157558355538701224863b2a5923881ac2d2568f4cd1f5489df73aa8d55b1efccc82fe9e251e893a2b361363c1862d4c1e7bc3fb4ba
 DIST fbc-1.06.0.tar.gz 8847831 BLAKE2B 
9245137995f9f3e2ff5adaf9b273593434ac9ec96919b2c970ec26183fe6fb7afee35753f2dd92f4b34d1aade92871e5a6722571a5ba04dde323fd7fb06c55c5
 SHA512 
687dcf665bb10e6a771cc01d02c21da77d89e052308600038dce526ba1ccfc6554d409dab184f3495557c9e4fdf744fd7a9088b4b137b782a9ab8633622c5484
+DIST fbc-1.07.0.tar.gz 8938137 BLAKE2B 
14849dd0cfb0f0a2d0f2e4966a855964027adbacc2253e236f9f10ba73c40b16714d8fb75778cac8cb6eb1600d6adeb2037929a376b4938961e53e5de83fafba
 SHA512 
1cab52e97854b3ef17db6ba4750c0216f3bd04e23997f005189988007014574467c0f63f41ad822d089a18e97439ba52743223d1bb282133b41c0625b66cd8f5

diff --git a/dev-lang/fbc/fbc-1.07.0.ebuild b/dev-lang/fbc/fbc-1.07.0.ebuild
new file mode 100644
index 000..83399ea
--- /dev/null
+++ b/dev-lang/fbc/fbc-1.07.0.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A free/open source, multi-platform BASIC compiler."
+HOMEPAGE="https://www.freebasic.net;
+SRC_URI="https://github.com/freebasic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+   
https://github.com/freebasic/${PN}/releases/download/${PV}/FreeBASIC-${PV}-source-bootstrap.tar.xz;
+
+LICENSE="FDL-1.2 GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gpm libffi opengl X"
+
+DEPEND="
+   sys-libs/ncurses:=
+   gpm? ( sys-libs/gpm )
+   libffi? ( virtual/libffi )
+   opengl? ( virtual/opengl )
+   X? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   )"
+RDEPEND="${DEPEND}"
+
+PATCHES="${FILESDIR}/${PV}"
+
+DOCS="${S}/doc/fbc.1"
+
+BOOTSTRAP_S="${WORKDIR}/FreeBASIC-${PV}-source-bootstrap"
+
+src_unpack() {
+   # We only need bootstrap source code if fbc is not already present
+   if ! has_version dev-lang/fbc; then
+   unpack FreeBASIC-${PV}-source-bootstrap.tar.xz
+   fi
+   unpack ${P}.tar.gz
+}
+
+src_prepare() {
+   # We only need bootstrap source code if fbc is not already present
+   if ! has_version dev-lang/fbc; then
+   cd "${BOOTSTRAP_S}" || die "cd failed"
+   eapply "${FILESDIR}/${PV}"
+   cd "${S}" || die "cd failed"
+   fi
+   default
+}
+
+src_compile() {
+   local fbc="fbc"
+   local fbcflags=""
+
+   # We only need bootstrap compiler if fbc is not already present
+   if ! has_version dev-lang/fbc; then
+   cd "${BOOTSTRAP_S}" || die "cd failed"
+
+   # Build bootstrap compiler
+   emake bootstrap-minimal
+
+   # Set bootstrap compiler to build fbc
+   fbc="${BOOTSTRAP_S}/bin/fbc"
+   fbcflags="-i ${BOOTSTRAP_S}/inc"
+
+

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ettercap/

2019-08-27 Thread Sergei Trofimovich
commit: 8dd629493742ea813a23673f895cd58866e404f4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug 27 22:59:16 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 27 22:59:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd62949

net-analyzer/ettercap: stable 0.8.3 for ppc64, bug #618018

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-analyzer/ettercap/ettercap-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ettercap/ettercap-0.8.3.ebuild 
b/net-analyzer/ettercap/ettercap-0.8.3.ebuild
index 2266674161e..e98c715f2f9 100644
--- a/net-analyzer/ettercap/ettercap-0.8.3.ebuild
+++ b/net-analyzer/ettercap/ettercap-0.8.3.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/Ettercap/${PN}.git;
 else
SRC_URI="https://github.com/Ettercap/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ppc ~ppc64 sparc ~x86 ~x86-fbsd"
+   KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 sparc ~x86 ~x86-fbsd"
 fi
 
 IUSE="doc geoip gtk ipv6 libressl ncurses +plugins test"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/

2019-08-27 Thread Sergei Trofimovich
commit: e63bea95060c782e3ac7daab09119bf8b4f3aafa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug 27 22:59:19 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 27 22:59:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63bea95

app-emacs/ebuild-mode: stable 1.47 for ppc64, bug #692936

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild 
b/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild
index 1611100da38..ecc6ac3808b 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 BDEPEND="sys-apps/texinfo"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/

2019-08-27 Thread Sergei Trofimovich
commit: 7feb1e73b6421c6baf50cdfb97ec5a0db95ff66e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug 27 22:58:05 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 27 22:58:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7feb1e73

app-emacs/bbdb: stable 3.1.2-r1 for ppc, bug #692934

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/bbdb/bbdb-3.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild 
b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
index 329328bb935..961c1a97330 100644
--- a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
+++ b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3+ GPL-1+ FDL-1.3+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="tex vm"
 RESTRICT="test" #631700
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ettercap/

2019-08-27 Thread Sergei Trofimovich
commit: 8a5cd1dc698e9d59f4f7d825f76f8953bda5be89
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug 27 22:58:01 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 27 22:58:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5cd1dc

net-analyzer/ettercap: stable 0.8.3 for ppc, bug #618018

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-analyzer/ettercap/ettercap-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ettercap/ettercap-0.8.3.ebuild 
b/net-analyzer/ettercap/ettercap-0.8.3.ebuild
index ae156f7e628..2266674161e 100644
--- a/net-analyzer/ettercap/ettercap-0.8.3.ebuild
+++ b/net-analyzer/ettercap/ettercap-0.8.3.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/Ettercap/${PN}.git;
 else
SRC_URI="https://github.com/Ettercap/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
+   KEYWORDS="~alpha ~amd64 ~arm ppc ~ppc64 sparc ~x86 ~x86-fbsd"
 fi
 
 IUSE="doc geoip gtk ipv6 libressl ncurses +plugins test"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/

2019-08-27 Thread Sergei Trofimovich
commit: d237c772412c80f603a4a8cd1f8a4fa9d55db92e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug 27 22:58:09 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 27 22:58:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d237c772

app-emacs/ebuild-mode: stable 1.47 for ppc, bug #692936

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild 
b/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild
index 9c59b083dfe..1611100da38 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 BDEPEND="sys-apps/texinfo"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/

2019-08-27 Thread Sergei Trofimovich
commit: 25af7656da6d2d6800359e0f5d15525b2a469b75
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug 27 22:56:37 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 27 22:56:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25af7656

app-emacs/ebuild-mode: stable 1.47 for ia64, bug #692936

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild 
b/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild
index 003de7e54c8..9c59b083dfe 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 BDEPEND="sys-apps/texinfo"
 



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

2019-08-27 Thread Sergei Trofimovich
commit: 2533f15d927d34aa9f5a6e624fd540d6a091fe85
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug 27 22:56:10 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 27 22:56:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2533f15d

net-print/cups: stable 2.2.12 for ia64, bug #692300

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-print/cups/cups-2.2.12.ebuild 
b/net-print/cups/cups-2.2.12.ebuild
index 5d587dc35c0..66d5735f60b 100644
--- a/net-print/cups/cups-2.2.12.ebuild
+++ b/net-print/cups/cups-2.2.12.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} == * ]]; then
 else
#SRC_URI="https://github.com/apple/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

SRC_URI="https://github.com/apple/cups/releases/download/v${PV}/${P}-source.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
 fi
 
 DESCRIPTION="The Common Unix Printing System"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gucharmap/

2019-08-27 Thread Sergei Trofimovich
commit: 6991b1805d4fdc6629aff8ea03abde60f0c5b3f3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug 27 22:56:03 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 27 22:56:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6991b180

gnome-extra/gucharmap: stable 12.0.1 for ia64, bug #691430

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 gnome-extra/gucharmap/gucharmap-12.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gucharmap/gucharmap-12.0.1.ebuild 
b/gnome-extra/gucharmap/gucharmap-12.0.1.ebuild
index fc88d757ede..1d4e700f247 100644
--- a/gnome-extra/gucharmap/gucharmap-12.0.1.ebuild
+++ b/gnome-extra/gucharmap/gucharmap-12.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap;
 
 LICENSE="GPL-3+"
 SLOT="2.90"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 
 IUSE="debug +introspection test vala"
 REQUIRED_USE="vala? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugins-linux-madrisan/

2019-08-27 Thread Louis Sautier
commit: aa79e280a3402420221b42c15f1c9843f0d3453e
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Aug 27 22:25:10 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Aug 27 22:46:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa79e280

net-analyzer/nagios-plugins-linux-madrisan: new package, version 25

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Louis Sautier  gentoo.org>

 .../nagios-plugins-linux-madrisan/Manifest |  1 +
 .../nagios-plugins-linux-madrisan/metadata.xml | 15 
 .../nagios-plugins-linux-madrisan-25.ebuild| 44 ++
 3 files changed, 60 insertions(+)

diff --git a/net-analyzer/nagios-plugins-linux-madrisan/Manifest 
b/net-analyzer/nagios-plugins-linux-madrisan/Manifest
new file mode 100644
index 000..02102b1d690
--- /dev/null
+++ b/net-analyzer/nagios-plugins-linux-madrisan/Manifest
@@ -0,0 +1 @@
+DIST nagios-plugins-linux-madrisan-25.tar.xz 371712 BLAKE2B 
60637426d9ced289a1acdf61c3e7c5a2b3227afb20079ef93d445057b2127d12a6c76ab5a780571ac8bdd6ac3b55de2761722236d2ed7a057ab84559d97610e9
 SHA512 
64961a16e24802d66c48d0c33bd63d75aba8492f38dd83a57ee2e7cb728cf6876c7869622256c4249a9e9da39b744a332df6ecad80f6039861887bb5c8d806ec

diff --git a/net-analyzer/nagios-plugins-linux-madrisan/metadata.xml 
b/net-analyzer/nagios-plugins-linux-madrisan/metadata.xml
new file mode 100644
index 000..2485783589c
--- /dev/null
+++ b/net-analyzer/nagios-plugins-linux-madrisan/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   sb...@gentoo.org
+   Louis Sautier
+   
+   
+   Build check_docker which requires 
net-misc/curl
+   
+   
+   madrisan/nagios-plugins-linux
+   
https://github.com/madrisan/nagios-plugins-linux/issues
+   
+

diff --git 
a/net-analyzer/nagios-plugins-linux-madrisan/nagios-plugins-linux-madrisan-25.ebuild
 
b/net-analyzer/nagios-plugins-linux-madrisan/nagios-plugins-linux-madrisan-25.ebuild
new file mode 100644
index 000..ce3bc9bb46c
--- /dev/null
+++ 
b/net-analyzer/nagios-plugins-linux-madrisan/nagios-plugins-linux-madrisan-25.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_PN="nagios-plugins-linux"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Additional and alternative Nagios plugins for Linux"
+HOMEPAGE="https://github.com/madrisan/nagios-plugins-linux;
+SRC_URI="https://github.com/madrisan/${MY_PN}/releases/download/v${PV}/${MY_P}.tar.xz
 -> ${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl"
+
+DEPEND="curl? ( net-misc/curl:0= )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   # Avoid collision with net-analyzer/monitoring-plugins
+   sed -ri "s/check_(load|swap|users)/&_madrisan/" plugins/Makefile.am || 
die
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   --libexecdir="${EPREFIX}/usr/$(get_libdir)/nagios/plugins"
+   # Most options are already defaults for Gentoo
+   --disable-hardening
+   $(use_enable curl libcurl)
+   )
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   emake check VERBOSE=1
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/salt/files/, app-admin/salt/

2019-08-27 Thread Patrick McLean
commit: 2c7bdc17799ac9bc164ff4ec92f7105f3a9d6cad
Author: Patrick McLean  sony  com>
AuthorDate: Tue Aug 27 21:37:18 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug 27 21:38:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7bdc17

app-admin/salt: Revbump, update to work with newer deps

Newer pyyaml and jsonschema need patches to pass tests properly.

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Patrick McLean  gentoo.org>

 .../salt/files/salt-2019.2.0-newer-deps.patch  | 210 +
 ...salt-2019.2.0-skip-tests-that-oom-machine.patch |  20 ++
 ...alt-2019.2.0.ebuild => salt-2019.2.0-r1.ebuild} |   8 +-
 3 files changed, 235 insertions(+), 3 deletions(-)

diff --git a/app-admin/salt/files/salt-2019.2.0-newer-deps.patch 
b/app-admin/salt/files/salt-2019.2.0-newer-deps.patch
new file mode 100644
index 000..bdf95e21089
--- /dev/null
+++ b/app-admin/salt/files/salt-2019.2.0-newer-deps.patch
@@ -0,0 +1,210 @@
+diff --git a/salt/modules/dockercompose.py b/salt/modules/dockercompose.py
+index 61e937536c..0f37e0d43a 100644
+--- a/salt/modules/dockercompose.py
 b/salt/modules/dockercompose.py
+@@ -241,7 +241,7 @@ def __load_docker_compose(path):
+ None, None)
+ try:
+ with salt.utils.files.fopen(file_path, 'r') as fl:
+-loaded = yaml.load(fl)
++loaded = yaml.safe_load(fl)
+ except EnvironmentError:
+ return None, __standardize_result(False,
+ 'Could not read {0}'.format(file_path),
+@@ -371,7 +371,7 @@ def __load_compose_definitions(path, definition):
+   None, None)
+ else:
+ try:
+-loaded_definition = yaml.load(definition)
++loaded_definition = yaml.safe_load(definition)
+ except yaml.YAMLError as yerr:
+ msg = 'Could not parse {0} {1}'.format(definition, yerr)
+ return None, None, __standardize_result(False, msg,
+diff --git a/salt/serializers/yaml.py b/salt/serializers/yaml.py
+index c95b40e48f..2154e5dcab 100644
+--- a/salt/serializers/yaml.py
 b/salt/serializers/yaml.py
+@@ -72,6 +72,7 @@ def serialize(obj, **options):
+ '''
+ 
+ options.setdefault('Dumper', Dumper)
++options.setdefault('default_flow_style', None)
+ try:
+ response = yaml.dump(obj, **options)
+ if response.endswith('\n...\n'):
+diff --git a/salt/serializers/yamlex.py b/salt/serializers/yamlex.py
+index 2e4ba6fb2b..e42634f580 100644
+--- a/salt/serializers/yamlex.py
 b/salt/serializers/yamlex.py
+@@ -182,6 +182,7 @@ def serialize(obj, **options):
+ '''
+ 
+ options.setdefault('Dumper', Dumper)
++options.setdefault('default_flow_style', None)
+ try:
+ response = yaml.dump(obj, **options)
+ if response.endswith('\n...\n'):
+diff --git a/salt/utils/yamldumper.py b/salt/utils/yamldumper.py
+index 9892c87d23..3692ea324a 100644
+--- a/salt/utils/yamldumper.py
 b/salt/utils/yamldumper.py
+@@ -115,6 +115,7 @@ def dump(data, stream=None, **kwargs):
+ '''
+ if 'allow_unicode' not in kwargs:
+ kwargs['allow_unicode'] = True
++kwargs.setdefault('default_flow_style', None)
+ return yaml.dump(data, stream, **kwargs)
+ 
+ 
+@@ -126,4 +127,5 @@ def safe_dump(data, stream=None, **kwargs):
+ '''
+ if 'allow_unicode' not in kwargs:
+ kwargs['allow_unicode'] = True
++kwargs.setdefault('default_flow_style', None)
+ return yaml.dump(data, stream, Dumper=SafeOrderedDumper, **kwargs)
+diff --git a/tests/integration/utils/test_win_runas.py 
b/tests/integration/utils/test_win_runas.py
+index 3042a77991..d4057a4d03 100644
+--- a/tests/integration/utils/test_win_runas.py
 b/tests/integration/utils/test_win_runas.py
+@@ -539,7 +539,7 @@ class RunAsTest(ModuleCase):
+ win32serviceutil.StartService('test service')
+ wait_for_service('test service')
+ with salt.utils.files.fopen(RUNAS_OUT, 'r') as fp:
+-ret = yaml.load(fp)
++ret = yaml.safe_load(fp)
+ assert ret['retcode'] == 1, ret
+ 
+ @with_system_user('test-runas', on_existing='delete', delete=True,
+@@ -560,7 +560,7 @@ class RunAsTest(ModuleCase):
+ win32serviceutil.StartService('test service')
+ wait_for_service('test service')
+ with salt.utils.files.fopen(RUNAS_OUT, 'r') as fp:
+-ret = yaml.load(fp)
++ret = yaml.safe_load(fp)
+ assert ret['retcode'] == 1, ret
+ 
+ @with_system_user('test-runas-admin', on_existing='delete', delete=True,
+@@ -581,7 +581,7 @@ class RunAsTest(ModuleCase):
+ win32serviceutil.StartService('test service')
+ wait_for_service('test service')
+ with salt.utils.files.fopen(RUNAS_OUT, 'r') as fp:
+-ret = yaml.load(fp)
++

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-08-27 Thread Mart Raudsepp
commit: 648c3680c69dcfb926512350261ec714ea7ac3a4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 21:37:05 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:37:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648c3680

gnome-extra/libgsf: bump to 1.14.46

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/libgsf/Manifest  |  1 +
 gnome-extra/libgsf/libgsf-1.14.46.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 5a4594eb650..02a77f76a5a 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1,2 +1,3 @@
 DIST libgsf-1.14.43.tar.xz 618272 BLAKE2B 
a381125ce75d06ae4bf1c9dbe9b2e207534ff7c3310e40984e482bc5120eae45a7e3ed4cfd878890037f31ee540c700dea3120119b9a533fa79cab317a0c83a8
 SHA512 
bb487de9358c057fc73f3414c9515726315be9b6d78456253daaca1cbd58281de8766e0b72914532d63fab04d3ae2cf90f711f436c7b4f70620d77e8a7802ac9
 DIST libgsf-1.14.45.tar.xz 618476 BLAKE2B 
f577859578de6ca359a7377dcced424e95779d3fd155cdbeb1c2874f7a0d0c7a09a2322d2538452b48798ea979e8260be77215140f298dc58ee32a0b9ead0e47
 SHA512 
2e993150b6fec336a14fd85d5c631e4a3b43187039dab0cba3b8badf62873f39814392db92bb737b92aa9a6d8b4ba41f1fb248c1fe07b88cddd28ded5e4d9ebd
+DIST libgsf-1.14.46.tar.xz 689360 BLAKE2B 
d5d66e96dc74fa68111781ce9bcbfaed2b8a99f9d2bcb16e32a650e103716633b5def7c93f133538449a3b6d9299e4709ba29bc6a520d5c7fe144bcbf78d3ae1
 SHA512 
130331f63d48455cc2ce60756e2ac703f8a7f5fa8f1243d9d9321fb87e01bf1d616d085d100a3e5d1cf34fb851ffb77bc642aff6c674ace167b9aa117f4fb1b0

diff --git a/gnome-extra/libgsf/libgsf-1.14.46.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
new file mode 100644
index 000..1f6481f8189
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://developer.gnome.org/gsf/;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+IUSE="bzip2 gtk +introspection"
+
+RDEPEND="
+   >=dev-libs/glib-2.34:2
+   >=dev-libs/libxml2-2.4.16:2
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   virtual/imagemagick-tools
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   dev-libs/gobject-introspection-common
+   >=sys-devel/gettext-0.19.4
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with bzip2 bz2) \
+   $(use_enable introspection) \
+   $(use_with gtk gdk-pixbuf)
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae/, app-emulation/fs-uae/files/

2019-08-27 Thread James Le Cuirot
commit: 07e7677694e74d5410824fa70febbff79d77d5bf
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Aug 27 21:31:42 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Aug 27 21:32:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e76776

app-emulation/fs-uae: Fix missing X11/Xatom.h include

I think this was breaking when SDL2 was built with USE=-X. I think it
needs USE=X but I have added the missing include anyway and sent the
patch upstream.

Closes: https://bugs.gentoo.org/689994
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: James Le Cuirot  gentoo.org>

 .../fs-uae/files/fs-uae-3.0.0-Xatom.h.patch| 25 ++
 app-emulation/fs-uae/fs-uae-3.0.0.ebuild   |  3 ++-
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/app-emulation/fs-uae/files/fs-uae-3.0.0-Xatom.h.patch 
b/app-emulation/fs-uae/files/fs-uae-3.0.0-Xatom.h.patch
new file mode 100644
index 000..8fa5bd612c4
--- /dev/null
+++ b/app-emulation/fs-uae/files/fs-uae-3.0.0-Xatom.h.patch
@@ -0,0 +1,25 @@
+From c4c267a90d412bc6d072615d38ce891325282b6d Mon Sep 17 00:00:00 2001
+From: James Le Cuirot 
+Date: Tue, 27 Aug 2019 22:22:57 +0100
+Subject: [PATCH] Add missing X11/Xatom.h include
+
+It is sometimes (but not always?) included by SDL2.
+---
+ libfsemu/src/ml/x11.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/libfsemu/src/ml/x11.c b/libfsemu/src/ml/x11.c
+index c20073d3..4dc5487c 100644
+--- a/libfsemu/src/ml/x11.c
 b/libfsemu/src/ml/x11.c
+@@ -26,6 +26,7 @@ extern SDL_Window* g_fs_ml_window;
+ 
+ #include 
+ #include 
++#include 
+ #ifdef USE_X11_XTEST
+ #include 
+ #endif
+-- 
+2.21.0
+

diff --git a/app-emulation/fs-uae/fs-uae-3.0.0.ebuild 
b/app-emulation/fs-uae/fs-uae-3.0.0.ebuild
index 376c782ca59..f0492ee2c5a 100644
--- a/app-emulation/fs-uae/fs-uae-3.0.0.ebuild
+++ b/app-emulation/fs-uae/fs-uae-3.0.0.ebuild
@@ -16,7 +16,7 @@ IUSE="fmv glew"
 RDEPEND="
dev-libs/glib:2
media-libs/libpng:0=
-   media-libs/libsdl2[opengl]
+   media-libs/libsdl2[opengl,X]
media-libs/openal
virtual/opengl
x11-libs/libdrm
@@ -37,6 +37,7 @@ BDEPEND="
 
 PATCHES=(
"${FILESDIR}"/${PN}-3.0.0-libmpeg2.patch
+   "${FILESDIR}"/${PN}-3.0.0-Xatom.h.patch
 )
 
 src_prepare() {



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

2019-08-27 Thread Mart Raudsepp
commit: b6d888360d3cb29617fe7209a5340f93eb9d5f56
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 21:27:26 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:30:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d88836

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-vaapi/Manifest 
b/media-plugins/gst-plugins-vaapi/Manifest
index 81d87f3f002..c0b345dffbb 100644
--- a/media-plugins/gst-plugins-vaapi/Manifest
+++ b/media-plugins/gst-plugins-vaapi/Manifest
@@ -1,2 +1,3 @@
 DIST gstreamer-vaapi-1.14.1.tar.xz 1064992 BLAKE2B 
bae42e3cafc6d1e5799a8ef795f9e1f6a6ac60b6878aea1aed81550fd7e408c5104b5ea89d6e5f7535ac8d21fe5f14fccf061e15eb68a7c1c60c29ad4a4deabb
 SHA512 
f1eecb61cb92439d93a47ac162a5cda8a456dbb205594f378e8adf98c45e4cd59553ccfd3bbcf1c6a568c6af5e7834bbfb0ea17610f0c7e7c9e268a4eeb5b020
 DIST gstreamer-vaapi-1.14.3.tar.xz 1070536 BLAKE2B 
7e3458702072d96acc31c1ac5c4ec9f23f6d618ba922884fb141a0897a04959da7f34c7abff7765f086357d3f8f7532a1582508d117c199f76338ebd3723c6ae
 SHA512 
b89acf63c2900b0cd588cce1a06d959a4f8bbe929c237fce985d3cfce7b94d43a3317f06a42fa77e3ff790fff8a81c8bbeeed7ac797794e4cc3342f18faa69e3
+DIST gstreamer-vaapi-1.14.5.tar.xz 1068344 BLAKE2B 
b98363981dc7f111fc8c15188d31dea394b7f6cf300050b95d564b75020931a0f8690d11410f2d3d18d6649ef2ee290c933c3731b4bc3ca43bffb57a4c1bf542
 SHA512 
287df56ad9bb3fd0754b9f307082eb180c8f0b622e2c9436c5dcf2272a5fb620cb18970726d231688837d52cb169a10e98e14160e51fd82198c34ea612c0d60b

diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.14.5.ebuild 
b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.14.5.ebuild
new file mode 100644
index 000..7212411033f
--- /dev/null
+++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.14.5.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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; GLX support when combined with 'opengl'
+# gst-plugins-bad still needed for codecparsers (GL libraries moved to -base); 
checked for 1.14 (recheck for 1.16)
+GST_REQ="${PV}"
+GL_DEPS="
+   
>=media-libs/gst-plugins-base-${GST_REQ}:${SLOT}[egl?,gles2?,opengl?,wayland?,X?]
+   

[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-rtsp-server/

2019-08-27 Thread Mart Raudsepp
commit: 9d53d98eb7536254eabab84e96c077f235a6014e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 21:10:08 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:30:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d53d98e

media-libs/gst-rtsp-server: bump to 1.14.5 for upstream bug fixes

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/gst-rtsp-server/Manifest|  1 +
 .../gst-rtsp-server/gst-rtsp-server-1.14.5.ebuild  | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/media-libs/gst-rtsp-server/Manifest 
b/media-libs/gst-rtsp-server/Manifest
index 7f14854d785..1e0da77ab4c 100644
--- a/media-libs/gst-rtsp-server/Manifest
+++ b/media-libs/gst-rtsp-server/Manifest
@@ -1 +1,2 @@
 DIST gst-rtsp-server-1.14.2.tar.xz 665904 BLAKE2B 
3f9ab3c1579d34ec8877bcc6da2802cc69aa444ef1fabfe548e2acf3b1c58eb0e29ffb09c250fb6d2ae61e4847bf2098c22874ec43266d46d5b402cbbbcda892
 SHA512 
81c64c31cef45479ec23d57b11d09950ca8c04820b6cf422af6caabccd71ad648e210a114f9f020136ddfdfc9e942c3eb15f055778d493d54c8770ed4f93634c
+DIST gst-rtsp-server-1.14.5.tar.xz 672180 BLAKE2B 
3e67f703c190e46580cf7c08a9437d51e9c1e009dd27cf359ecd5aa301ddda6cd70c0d5567e72c6e5f9443318e899a9b55e6883c71c9fc021f77286afd89bbc9
 SHA512 
dbfb63fb219808d2a32d710bef33d2b3b9906300d4c527c72534a4cb6db0f5ce4f4fadcedf7f6a3a5f46005f4408717d9aafa1a510c4aed18f5d07d6b3646492

diff --git a/media-libs/gst-rtsp-server/gst-rtsp-server-1.14.5.ebuild 
b/media-libs/gst-rtsp-server/gst-rtsp-server-1.14.5.ebuild
new file mode 100644
index 000..e31415b887e
--- /dev/null
+++ b/media-libs/gst-rtsp-server/gst-rtsp-server-1.14.5.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gstreamer
+
+DESCRIPTION="A GStreamer based RTSP server"
+HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-rtsp-server.html;
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples +introspection static-libs test"
+
+# gst-plugins-base for many used elements and API
+# gst-plugins-good for rtprtxsend and rtpbin elements, maybe more
+# gst-plugins-srtp for srtpenc and srtpdec elements
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}]
+   
>=media-libs/gst-plugins-base-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-good-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   >=media-plugins/gst-plugins-srtp-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+"
+
+# Due to gstreamer src_configure
+QA_CONFIGURE_OPTIONS="--enable-nls"
+
+multilib_src_configure() {
+   # debug: only adds -g to CFLAGS
+   # docbook: nothing behind that switch
+   # libcgroup is automagic and only used in examples
+   gstreamer_multilib_src_configure \
+   --disable-debug \
+   --disable-valgrind \
+   --disable-examples \
+   --disable-docbook \
+   --disable-gtk-doc \
+   $(multilib_native_use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test tests) \
+   LIBCGROUP_LIBS= \
+   LIBCGROUP_FLAGS=
+
+   # work-around gtk-doc out-of-source brokedness
+   if multilib_is_native_abi ; then
+   ln -s "${S}"/docs/libs/${d}/html docs/libs/${d}/html || die
+   fi
+}
+
+multilib_src_install() {
+   emake install DESTDIR="${D}"
+   # Handle broken upstream modifications to defaults of gtk-doc
+   emake install -C docs/libs DESTDIR="${D}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${ED}" -name '*.la' -delete || die
+
+   if use examples ; then
+   insinto /usr/share/doc/${PF}/examples
+   doins "${S}"/examples/*.c
+   fi
+}



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

2019-08-27 Thread Mart Raudsepp
commit: 037eda4d6c24ab446381d31762bb8e5643eb50a2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 21:15:05 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:30:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037eda4d

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-libs/gstreamer-editing-services/Manifest 
b/media-libs/gstreamer-editing-services/Manifest
index 9db1ab72636..28a4c07e1ec 100644
--- a/media-libs/gstreamer-editing-services/Manifest
+++ b/media-libs/gstreamer-editing-services/Manifest
@@ -1 +1,2 @@
 DIST gstreamer-editing-services-1.14.3.tar.xz 1066740 BLAKE2B 
c5511ca12eccb08d49733540e2d264290a6ca53ec0d5e9007d354e10808568727ed10bfb205c425fd56d334ef12e30324d67b0dcff8115b3c13d1123fe6026b9
 SHA512 
5dc4fc65c7ce9604b75516774c4481f3214ed703c0d3bb2a6fa348e5a8a09c963ac711e81e5c91f12f57ab3df63a94d7d178fcd4aab4d4d429f32e055c14a205
+DIST gstreamer-editing-services-1.14.5.tar.xz 1069356 BLAKE2B 
95ddff56b56b3ae59872a340258af0277d9b5c3619fe25861ce3f65238d3802bdda3c51cf84f0a206f7ccf095ab81ff3f178b7c0322dc7687741626c3b8da947
 SHA512 
9b3d0336e596004a51069900c61f293eaf213a83655799139373c77cf5637a3511ba4ec6a1c75f53d81643539e32f7d130fd0cd58090b948f81e8e081226b5c3

diff --git 
a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.14.5.ebuild
 
b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.14.5.ebuild
new file mode 100644
index 000..5dcedc7b4ef
--- /dev/null
+++ 
b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.14.5.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+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: profiles/

2019-08-27 Thread Michał Górny
commit: f70442d6c6c95658859179fe639b3b10dfd474d8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 27 21:07:24 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 27 21:07:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70442d6

package.mask: Last rite mail-filter/sid-milter

Bug: https://bugs.gentoo.org/519668
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 89abc7ee500..5727cb64e94 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2019-08-27)
+# Unmaintained.  No release since 2008.  Is reported to wrongly reject
+# 'pretty much all mails', also reported build failure.
+# Removal in 30 days.  Bug #519668.
+mail-filter/sid-milter
+
 # Michał Górny  (2019-08-27)
 # Fails to build against openssl-1.1.  Not touched by Gentoo maintainer
 # who is also upstream since 2016, and the problem has been reported



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

2019-08-27 Thread Mart Raudsepp
commit: 192c0f379fb360dc6fb1fa34af168f0c8e5abcb4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:59:43 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192c0f37

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-voaacenc/Manifest 
b/media-plugins/gst-plugins-voaacenc/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-voaacenc/Manifest
+++ b/media-plugins/gst-plugins-voaacenc/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git 
a/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.14.5.ebuild 
b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.14.5.ebuild
new file mode 100644
index 000..b1e3d1b3008
--- /dev/null
+++ b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.14.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-srtp/

2019-08-27 Thread Mart Raudsepp
commit: 323112e27e280acc8a6b571332086996f21b2fe0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:59:23 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323112e2

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-srtp/Manifest 
b/media-plugins/gst-plugins-srtp/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-srtp/Manifest
+++ b/media-plugins/gst-plugins-srtp/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.14.5.ebuild 
b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.14.5.ebuild
new file mode 100644
index 000..60100c4ef66
--- /dev/null
+++ b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.14.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~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-ladspa/

2019-08-27 Thread Mart Raudsepp
commit: af31e6390ac7005e03e220ce55667f066ba23669
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:57:23 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af31e639

media-plugins/gst-plugins-ladspa: bump to 1.14.5, no code changes from 1.14.3

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-ladspa/Manifest 
b/media-plugins/gst-plugins-ladspa/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-ladspa/Manifest
+++ b/media-plugins/gst-plugins-ladspa/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.14.5.ebuild 
b/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.14.5.ebuild
new file mode 100644
index 000..5e1289c3a3a
--- /dev/null
+++ b/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.14.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="Ladspa elements for Gstreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2019-08-27 Thread Mart Raudsepp
commit: f4707166e5b9aa3ad2554f2afa2b45b529eaa297
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:58:45 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4707166

media-plugins/gst-plugins-ofa: bump to 1.14.5, no code changes from 1.14.3

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-ofa/Manifest 
b/media-plugins/gst-plugins-ofa/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-ofa/Manifest
+++ b/media-plugins/gst-plugins-ofa/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.14.5.ebuild 
b/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.14.5.ebuild
new file mode 100644
index 000..a4e7faf7380
--- /dev/null
+++ b/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.14.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="MusicIP audio fingerprinting plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=media-libs/libofa-0.9.3-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2019-08-27 Thread Mart Raudsepp
commit: b3b8b58c785f473e18c296d828930af3bd0d328a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:58:51 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b8b58c

media-plugins/gst-plugins-opencv: bump to 1.14.5, no code changes from 1.14.3

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-plugins/gst-plugins-opencv/Manifest  |  1 +
 .../gst-plugins-opencv-1.14.5.ebuild   | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/media-plugins/gst-plugins-opencv/Manifest 
b/media-plugins/gst-plugins-opencv/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-opencv/Manifest
+++ b/media-plugins/gst-plugins-opencv/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.14.5.ebuild 
b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.14.5.ebuild
new file mode 100644
index 000..ca235c56e79
--- /dev/null
+++ b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.14.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="OpenCV elements for Gstreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/opencv-2.3.0[contrib(+),${MULTILIB_USEDEP}]
+   

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

2019-08-27 Thread Mart Raudsepp
commit: 9f43e3c2d961da0b16976da553fbaf8c9413462d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:58:35 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f43e3c2

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-neon/Manifest 
b/media-plugins/gst-plugins-neon/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-neon/Manifest
+++ b/media-plugins/gst-plugins-neon/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.5.ebuild 
b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.5.ebuild
new file mode 100644
index 000..d96d4946cf0
--- /dev/null
+++ b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-zbar/

2019-08-27 Thread Mart Raudsepp
commit: c81e31a18f697bfe5d993e9b70460c005480b8e6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:59:29 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81e31a1

media-plugins/gst-plugins-zbar: bump to 1.14.5, no code changes from 1.14.3

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-zbar/Manifest 
b/media-plugins/gst-plugins-zbar/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-zbar/Manifest
+++ b/media-plugins/gst-plugins-zbar/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.14.5.ebuild 
b/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.14.5.ebuild
new file mode 100644
index 000..8ac232303b1
--- /dev/null
+++ b/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.14.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="Bar codes detection in video streams for GStreamer"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=media-gfx/zbar-0.10_p20121015-r2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2019-08-27 Thread Mart Raudsepp
commit: e0d249bd993fd240baeeaf4fd5e90f55ca8db12e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:57:16 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d249bd

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-kate/Manifest 
b/media-plugins/gst-plugins-kate/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-kate/Manifest
+++ b/media-plugins/gst-plugins-kate/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-kate/gst-plugins-kate-1.14.5.ebuild 
b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.14.5.ebuild
new file mode 100644
index 000..9b34138051e
--- /dev/null
+++ b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.14.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-faad/

2019-08-27 Thread Mart Raudsepp
commit: d241f2268e2851ab2833aa225d93731e4ac0471f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:57:09 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d241f226

media-plugins/gst-plugins-faad: bump to 1.14.5, no code changes from 1.14.3

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-faad/Manifest 
b/media-plugins/gst-plugins-faad/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-faad/Manifest
+++ b/media-plugins/gst-plugins-faad/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-faad/gst-plugins-faad-1.14.5.ebuild 
b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.14.5.ebuild
new file mode 100644
index 000..66fadd19f6f
--- /dev/null
+++ b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.14.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="AAC audio decoder plugin."
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=media-libs/faad2-2.7-r3[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2019-08-27 Thread Mart Raudsepp
commit: 5c31d8b725ea1115bfc2263320759872b90331fe
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:57:30 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c31d8b7

media-plugins/gst-plugins-libde265: bump to 1.14.5, no code changes from 1.14.3

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-libde265/Manifest 
b/media-plugins/gst-plugins-libde265/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-libde265/Manifest
+++ b/media-plugins/gst-plugins-libde265/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

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



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

2019-08-27 Thread Mart Raudsepp
commit: 9959763a99ab564a5b1619d5a6c053c552ad0aa0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:57:49 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9959763a

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-lv2/Manifest 
b/media-plugins/gst-plugins-lv2/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-lv2/Manifest
+++ b/media-plugins/gst-plugins-lv2/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.14.5.ebuild 
b/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.14.5.ebuild
new file mode 100644
index 000..e492e0f0ac1
--- /dev/null
+++ b/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.14.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-x265/

2019-08-27 Thread Mart Raudsepp
commit: 3013846f4e7a16f2d2e53b8420d8a607b6292b09
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:59:57 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:05:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3013846f

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-x265/Manifest 
b/media-plugins/gst-plugins-x265/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-x265/Manifest
+++ b/media-plugins/gst-plugins-x265/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.14.5.ebuild 
b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.14.5.ebuild
new file mode 100644
index 000..be64d7ebefd
--- /dev/null
+++ b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.14.5.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-voamrwbenc/

2019-08-27 Thread Mart Raudsepp
commit: 14d2e14d1702bdcd5cc0c49eb6373bdc74e55481
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:59:50 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d2e14d

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-voamrwbenc/Manifest 
b/media-plugins/gst-plugins-voamrwbenc/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-voamrwbenc/Manifest
+++ b/media-plugins/gst-plugins-voamrwbenc/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git 
a/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.14.5.ebuild 
b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.14.5.ebuild
new file mode 100644
index 000..a202cf5447b
--- /dev/null
+++ b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.14.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-uvch264/

2019-08-27 Thread Mart Raudsepp
commit: 0afa4ac0b4c93c6d270972ea1fdb3bfb1a736f78
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:59:36 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afa4ac0

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-uvch264/Manifest 
b/media-plugins/gst-plugins-uvch264/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-uvch264/Manifest
+++ b/media-plugins/gst-plugins-uvch264/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git 
a/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.14.5.ebuild 
b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.14.5.ebuild
new file mode 100644
index 000..b2560f32fb9
--- /dev/null
+++ b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.14.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-soundtouch/

2019-08-27 Thread Mart Raudsepp
commit: ddad59b88698d247917d1c4d2d387d3d07edbaa1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:59:10 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddad59b8

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-soundtouch/Manifest 
b/media-plugins/gst-plugins-soundtouch/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-soundtouch/Manifest
+++ b/media-plugins/gst-plugins-soundtouch/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git 
a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.14.5.ebuild 
b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.14.5.ebuild
new file mode 100644
index 000..78edac2abb9
--- /dev/null
+++ b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.14.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-libmms/

2019-08-27 Thread Mart Raudsepp
commit: 4b90a326a2c7c6afb82f16166083c1b3416692c5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:57:42 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b90a326

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-libmms/Manifest 
b/media-plugins/gst-plugins-libmms/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-libmms/Manifest
+++ b/media-plugins/gst-plugins-libmms/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.14.5.ebuild 
b/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.14.5.ebuild
new file mode 100644
index 000..b298ff380c4
--- /dev/null
+++ b/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.14.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-dash/

2019-08-27 Thread Mart Raudsepp
commit: 811d1bf5d9ea69b5e6c96f994d486dc28f83d47d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:56:24 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811d1bf5

media-plugins/gst-plugins-dash: bump to 1.14.5, no code changes from 1.14.3

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-plugins/gst-plugins-dash/Manifest|  1 +
 .../gst-plugins-dash-1.14.5.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/media-plugins/gst-plugins-dash/Manifest 
b/media-plugins/gst-plugins-dash/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-dash/Manifest
+++ b/media-plugins/gst-plugins-dash/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-dash/gst-plugins-dash-1.14.5.ebuild 
b/media-plugins/gst-plugins-dash/gst-plugins-dash-1.14.5.ebuild
new file mode 100644
index 000..10b6999fa76
--- /dev/null
+++ b/media-plugins/gst-plugins-dash/gst-plugins-dash-1.14.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="MPEG-DASH 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
+   # gstreamer_system_link \
+   #   gst-libs/gst/uridownloader:gsturidownloader \
+   #   gst-libs/gst/adaptivedemux:gstadaptivedemux \
+   #   gst-libs/gst/isoff:gstisoff
+
+   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/dash/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/dash/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/dash/Makefile.{am,in} || die
+}



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

2019-08-27 Thread Mart Raudsepp
commit: 2fdd01660f14bd20ba0ef26e20b5e1721948b59d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:56:57 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdd0166

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-faac/Manifest 
b/media-plugins/gst-plugins-faac/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-faac/Manifest
+++ b/media-plugins/gst-plugins-faac/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-faac/gst-plugins-faac-1.14.5.ebuild 
b/media-plugins/gst-plugins-faac/gst-plugins-faac-1.14.5.ebuild
new file mode 100644
index 000..c87efdcf6c9
--- /dev/null
+++ b/media-plugins/gst-plugins-faac/gst-plugins-faac-1.14.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-modplug/

2019-08-27 Thread Mart Raudsepp
commit: 7cb4417a339b80debb9de96c1a08ff5ca6ec5806
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:58:01 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb4417a

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-modplug/Manifest 
b/media-plugins/gst-plugins-modplug/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-modplug/Manifest
+++ b/media-plugins/gst-plugins-modplug/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git 
a/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.14.5.ebuild 
b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.14.5.ebuild
new file mode 100644
index 000..eb2a94adde7
--- /dev/null
+++ b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.14.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-mplex/

2019-08-27 Thread Mart Raudsepp
commit: c3cda0fb054c680505ff3f6864c2b28851d21b8b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:58:24 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cda0fb

media-plugins/gst-plugins-mplex: bump to 1.14.5, no code changes from 1.14.3

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-mplex/Manifest 
b/media-plugins/gst-plugins-mplex/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-mplex/Manifest
+++ b/media-plugins/gst-plugins-mplex/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.14.5.ebuild 
b/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.14.5.ebuild
new file mode 100644
index 000..a9ae2c4c94e
--- /dev/null
+++ b/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.14.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="MPEG/DVD/SVCD/VCD video/audio multiplexing plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE=""
+
+RDEPEND=">=media-video/mjpegtools-2.1.0-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2019-08-27 Thread Mart Raudsepp
commit: b6edc63d5203a0d83df9c49b36d67c16878d8401
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:59:03 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6edc63d

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-resindvd/Manifest 
b/media-plugins/gst-plugins-resindvd/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-resindvd/Manifest
+++ b/media-plugins/gst-plugins-resindvd/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git 
a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.14.5.ebuild 
b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.14.5.ebuild
new file mode 100644
index 000..ab22ad1bedc
--- /dev/null
+++ b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.14.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-mpeg2enc/

2019-08-27 Thread Mart Raudsepp
commit: 46688557c0f007ef2e844681a13b195b69cc691c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:58:10 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46688557

media-plugins/gst-plugins-mpeg2enc: bump to 1.14.5, no code changes from 1.14.3

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-mpeg2enc/Manifest 
b/media-plugins/gst-plugins-mpeg2enc/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-mpeg2enc/Manifest
+++ b/media-plugins/gst-plugins-mpeg2enc/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git 
a/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.14.5.ebuild 
b/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.14.5.ebuild
new file mode 100644
index 000..251924e182d
--- /dev/null
+++ b/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.14.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="MPEG-1/2 video encoding plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-video/mjpegtools-2.1.0-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2019-08-27 Thread Mart Raudsepp
commit: a36047cd4bc2bbb6d849f3b0d91e904606a4d7d4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:56:46 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36047cd

media-plugins/gst-plugins-dvb: bump to 1.14.5, no code changes from 1.14.3

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-plugins/gst-plugins-dvb/Manifest   |  1 +
 .../gst-plugins-dvb/gst-plugins-dvb-1.14.5.ebuild| 20 
 2 files changed, 21 insertions(+)

diff --git a/media-plugins/gst-plugins-dvb/Manifest 
b/media-plugins/gst-plugins-dvb/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-dvb/Manifest
+++ b/media-plugins/gst-plugins-dvb/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.14.5.ebuild 
b/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.14.5.ebuild
new file mode 100644
index 000..86fc62f5fff
--- /dev/null
+++ b/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.14.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPION="DVB device capture plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="virtual/os-headers"
+
+src_prepare() {
+   default
+   gstreamer_system_link \
+   gst-libs/gst/mpegts:gstreamer-mpegts
+}



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

2019-08-27 Thread Mart Raudsepp
commit: affaeb81d2067a67af982b9b501ed4abf7e0b475
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:56:35 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=affaeb81

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-dts/Manifest 
b/media-plugins/gst-plugins-dts/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-dts/Manifest
+++ b/media-plugins/gst-plugins-dts/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git a/media-plugins/gst-plugins-dts/gst-plugins-dts-1.14.5.ebuild 
b/media-plugins/gst-plugins-dts/gst-plugins-dts-1.14.5.ebuild
new file mode 100644
index 000..ef9b7fc44b4
--- /dev/null
+++ b/media-plugins/gst-plugins-dts/gst-plugins-dts-1.14.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-colormanagement/

2019-08-27 Thread Mart Raudsepp
commit: acb5843ab87a33c2c95f153516e4e1fe18075036
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 20:56:17 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:04:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb5843a

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-plugins/gst-plugins-colormanagement/Manifest 
b/media-plugins/gst-plugins-colormanagement/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-colormanagement/Manifest
+++ b/media-plugins/gst-plugins-colormanagement/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B 
b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf
 SHA512 
3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b

diff --git 
a/media-plugins/gst-plugins-colormanagement/gst-plugins-colormanagement-1.14.5.ebuild
 
b/media-plugins/gst-plugins-colormanagement/gst-plugins-colormanagement-1.14.5.ebuild
new file mode 100644
index 000..49873558bfc
--- /dev/null
+++ 
b/media-plugins/gst-plugins-colormanagement/gst-plugins-colormanagement-1.14.5.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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: profiles/

2019-08-27 Thread Michał Górny
commit: 4b7b2dae37d4603868ed32acbd398fae18023c5c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 27 21:01:55 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 27 21:01:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7b2dae

package.mask: Last rite app-crypt/af_alg

Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 26224bdccaf..89abc7ee500 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2019-08-27)
+# Fails to build against openssl-1.1.  Not touched by Gentoo maintainer
+# who is also upstream since 2016, and the problem has been reported
+# in Jan 2019.  Removal in 30 days.  Bug #674800.
+app-crypt/af_alg
+
 # Michał Górny  (2019-08-27)
 # Our version is seriously outdated and has numerous bugs reported,
 # including multilib-strict failures preventing it from being installed



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

2019-08-27 Thread Michał Górny
commit: 2924381217380ed8efcf625ea6438c4f8040c15d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 27 20:54:08 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 27 20:55:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29243812

package.mask: Last rite sci-libs/grib_api

Bug: https://bugs.gentoo.org/628746
Signed-off-by: Michał Górny  gentoo.org>

 profiles/base/package.use.mask | 4 
 profiles/package.mask  | 9 +
 2 files changed, 13 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1ef0df9060b..515801c6f88 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny  (2019-08-27)
+# sci-libs/grib_api is slated for removal.
+dev-lang/gdl grib
+
 # Michał Górny  (2019-08-27)
 # net-misc/tokyotyrant is slated for removal.
 app-metrics/collectd collectd_plugins_tokyotyrant

diff --git a/profiles/package.mask b/profiles/package.mask
index 938cfc09ac2..26224bdccaf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,15 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2019-08-27)
+# Our version is seriously outdated and has numerous bugs reported,
+# including multilib-strict failures preventing it from being installed
+# on any modern system.  It has not been touched since 2016, and is
+# many releases behind upstream.  Furthermore, upstream has discontinued
+# it in favor of eeCodes.
+# Removal in 30 days.  Bug #628746.
+sci-libs/grib_api
+
 # Michał Górny  (2019-08-27)
 # Not touched since 2012.  Homepage gone, and no replacement found.
 # No reverse dependencies.



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/

2019-08-27 Thread Agostino Sarubbo
commit: 3660f09015d50d29dd1794251765fd5216dadecd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 27 20:44:59 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 27 20:44:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3660f090

app-emacs/ebuild-mode: amd64 stable wrt bug #692936

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild 
b/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild
index 7ff7faf0a81..003de7e54c8 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 BDEPEND="sys-apps/texinfo"
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ebuild-mode/

2019-08-27 Thread Agostino Sarubbo
commit: 8960c3afd206c294a331b346ccf0a535c749e816
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 27 20:45:03 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 27 20:45:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8960c3af

app-xemacs/ebuild-mode: amd64 stable wrt bug #692936

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-xemacs/ebuild-mode/ebuild-mode-1.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.47.ebuild 
b/app-xemacs/ebuild-mode/ebuild-mode-1.47.ebuild
index ad5a9ccad6d..fe0216995b5 100644
--- a/app-xemacs/ebuild-mode/ebuild-mode-1.47.ebuild
+++ b/app-xemacs/ebuild-mode/ebuild-mode-1.47.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa ~x86"
 
 RDEPEND=">=app-editors/xemacs-21.4.20-r5
app-xemacs/sh-script"



[gentoo-commits] repo/gentoo:master commit in: media-radio/flrig/

2019-08-27 Thread Agostino Sarubbo
commit: 4167522bfc680aa67c64b0fd41bd338ae249a886
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 27 20:44:41 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 27 20:44:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4167522b

media-radio/flrig: amd64 stable wrt bug #692894

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-radio/flrig/flrig-1.3.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/flrig/flrig-1.3.46.ebuild 
b/media-radio/flrig/flrig-1.3.46.ebuild
index 5020c2bffaf..bd5cdb084a4 100644
--- a/media-radio/flrig/flrig-1.3.46.ebuild
+++ b/media-radio/flrig/flrig-1.3.46.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="nls"
 
 DOCS=(AUTHORS ChangeLog README)



[gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/

2019-08-27 Thread Agostino Sarubbo
commit: cd2733c85e7ed78cf8b79b72619a22dc31adddfa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 27 20:44:53 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 27 20:44:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2733c8

app-emacs/bbdb: amd64 stable wrt bug #692934

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/bbdb/bbdb-3.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild 
b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
index b747df62d95..329328bb935 100644
--- a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
+++ b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3+ GPL-1+ FDL-1.3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="tex vm"
 RESTRICT="test" #631700
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apache-mode/

2019-08-27 Thread Agostino Sarubbo
commit: 332bdb986ef1d475cd2ebc5d788803fb7f0e5ba7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 27 20:44:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 27 20:44:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332bdb98

app-emacs/apache-mode: amd64 stable wrt bug #692888

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/apache-mode/apache-mode-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/apache-mode/apache-mode-2.2.0.ebuild 
b/app-emacs/apache-mode/apache-mode-2.2.0.ebuild
index 6be7e2ac368..de58c6ef3fa 100644
--- a/app-emacs/apache-mode/apache-mode-2.2.0.ebuild
+++ b/app-emacs/apache-mode/apache-mode-2.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/emacs-php/apache-mode/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 SITEFILE="50${PN}-gentoo.el"
 DOCS="README.org"



[gentoo-commits] repo/gentoo:master commit in: media-radio/fldigi/

2019-08-27 Thread Agostino Sarubbo
commit: 887bd2f2384dc8e19b8480f290ddd89f591e3de7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 27 20:44:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 27 20:44:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887bd2f2

media-radio/fldigi: amd64 stable wrt bug #692896

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-radio/fldigi/fldigi-4.1.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/fldigi/fldigi-4.1.06.ebuild 
b/media-radio/fldigi/fldigi-4.1.06.ebuild
index 17d2911234f..15e16401dc4 100644
--- a/media-radio/fldigi/fldigi-4.1.06.ebuild
+++ b/media-radio/fldigi/fldigi-4.1.06.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="hamlib nls pulseaudio"
 IUSE_CPU_FLAGS=" sse sse2 sse3"
 IUSE+=" ${IUSE_CPU_FLAGS// / cpu_flags_x86_}"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/

2019-08-27 Thread Agostino Sarubbo
commit: c59ad306c6de487f9cc80dfca618024a9647bcbe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 27 20:45:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 27 20:45:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59ad306

sys-auth/pam_skey: amd64 stable wrt bug #692940

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
index c286358b4e1..6294890fff5 100644
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="net-libs/libnsl:0=
>=sys-libs/pam-0.78-r3



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-yaz/

2019-08-27 Thread Agostino Sarubbo
commit: 5c9580dd673849e29d90e2b659573437f0ad7fb6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 27 20:44:30 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 27 20:44:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9580dd

dev-php/pecl-yaz: amd64 stable wrt bug #692880

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild 
b/dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild
index ee31d36f649..e659819d49a 100644
--- a/dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild
+++ b/dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3"
 
 inherit php-ext-pecl-r3
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 
 DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ 
toolkit"
 LICENSE="BSD"



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

2019-08-27 Thread Michał Górny
commit: 0ed6f253934b26d7599bcbf6537de3578a59534d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 27 20:42:41 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 27 20:42:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed6f253

package.mask: Last rite dev-tcltk/tkTheme

Bug: https://bugs.gentoo.org/692796
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9521ec8f034..938cfc09ac2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2019-08-27)
+# Not touched since 2012.  Homepage gone, and no replacement found.
+# No reverse dependencies.
+# Removal in 30 days.  Bug #692796.
+dev-tcltk/tkTheme
+
 # Michał Górny  (2019-08-27)
 # Discontinued upstream, in favor of Tokyo Tycoon.  Last release
 # in 2010.  Not touched by the Gentoo maintainer since 2010, with bugs



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

2019-08-27 Thread Michał Górny
commit: 3198106efde9cf413e94052639f64981813f22cb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 27 20:35:43 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 27 20:35:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3198106e

package.mask: Last rite net-misc/tokyotyrant

Bug: https://bugs.gentoo.org/681044
Signed-off-by: Michał Górny  gentoo.org>

 profiles/base/package.use.mask | 4 
 profiles/package.mask  | 7 +++
 2 files changed, 11 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 03d58985412..1ef0df9060b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny  (2019-08-27)
+# net-misc/tokyotyrant is slated for removal.
+app-metrics/collectd collectd_plugins_tokyotyrant
+
 # Michał Górny  (2019-08-25)
 # sys-cluster/open-mx is masked for removal.
 sys-cluster/openmpi openmpi_fabrics_open-mx

diff --git a/profiles/package.mask b/profiles/package.mask
index ce13c174ebd..9521ec8f034 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2019-08-27)
+# Discontinued upstream, in favor of Tokyo Tycoon.  Last release
+# in 2010.  Not touched by the Gentoo maintainer since 2010, with bugs
+# having to be addressed by other developers.
+# Removal in 30 days.  Bug #681044.
+net-misc/tokyotyrant
+
 # Michał Górny  (2019-08-27)
 # Live ebuild committed in Oct 2018, and not updated since.  Suffers
 # from numerous QA violations.  Never had a keyworded version.



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

2019-08-27 Thread Michał Górny
commit: a791242913c0de4ee160f12ba1889fb3ef852d23
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 27 20:27:15 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 27 20:27:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7912429

package.mask: Last rite net-misc/hblink

Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 69e83f8e813..ce13c174ebd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2019-08-27)
+# Live ebuild committed in Oct 2018, and not updated since.  Suffers
+# from numerous QA violations.  Never had a keyworded version.
+# Removal in 14 days.  Bug #692048.
+net-misc/hblink
+
 # Ulrich Müller  (2019-08-26)
 # A more recent version of thumbs.el is distributed
 # as part of GNU Emacs proper.



[gentoo-commits] repo/gentoo:master commit in: sci-libs/grib_api/

2019-08-27 Thread Michał Górny
commit: 5f1a9fac2359ed80ab62e5dc59b37f614fd10399
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 27 20:20:37 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 27 20:23:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1a9fac

sci-libs/grib_api: Remove USE=jasper

Signed-off-by: Michał Górny  gentoo.org>

 sci-libs/grib_api/grib_api-1.11.0.ebuild | 6 +++---
 sci-libs/grib_api/metadata.xml   | 2 --
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/sci-libs/grib_api/grib_api-1.11.0.ebuild 
b/sci-libs/grib_api/grib_api-1.11.0.ebuild
index e4957260477..e1476a9132a 100644
--- a/sci-libs/grib_api/grib_api-1.11.0.ebuild
+++ b/sci-libs/grib_api/grib_api-1.11.0.ebuild
@@ -21,13 +21,13 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
-IUSE="doc examples fortran jasper jpeg2k netcdf openmp png python static-libs 
threads perl"
+IUSE="doc examples fortran jpeg2k netcdf openmp png python static-libs threads 
perl"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
jpeg2k? (
-   jasper? ( media-libs/jasper:= )
-   !jasper? ( media-libs/openjpeg:0 )
+   media-libs/openjpeg:0
+   !!media-libs/jasper
)
netcdf? ( sci-libs/netcdf )
png? ( media-libs/libpng:0= )

diff --git a/sci-libs/grib_api/metadata.xml b/sci-libs/grib_api/metadata.xml
index b053bfcb874..9a5952fcb79 100644
--- a/sci-libs/grib_api/metadata.xml
+++ b/sci-libs/grib_api/metadata.xml
@@ -13,8 +13,6 @@
   line tools is also provided to give quick access to grib messages.
 
 
-  Use media-libs/jasper instead of
-  media-libs/openjpeg for JPEG 2000 support
   Build with Adaptive Entropy Coding compression, needs 
sci-libs/libaec
 
 



[gentoo-commits] repo/gentoo:master commit in: app-office/kexi/files/, app-office/kexi/

2019-08-27 Thread Andreas Sturmlechner
commit: af7adfc22385edcf84b5d0e217ee2aecedf1380d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 20:17:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 20:21:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7adfc2

app-office/kexi: Let cmake detect PostgreSQL 12

Let's do something useful with that revbump.

Closes: https://bugs.gentoo.org/692924
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kexi/files/kexi-3.2.0-postgresql-9.12.patch| 24 ++
 app-office/kexi/kexi-3.2.0-r1.ebuild   | 86 ++
 2 files changed, 110 insertions(+)

diff --git a/app-office/kexi/files/kexi-3.2.0-postgresql-9.12.patch 
b/app-office/kexi/files/kexi-3.2.0-postgresql-9.12.patch
new file mode 100644
index 000..8835c5ea13d
--- /dev/null
+++ b/app-office/kexi/files/kexi-3.2.0-postgresql-9.12.patch
@@ -0,0 +1,24 @@
+From 88ac2b4a1386bc05f0e3965f31949039eaf4d3ff Mon Sep 17 00:00:00 2001
+From: Pino Toscano 
+Date: Sat, 25 May 2019 07:12:17 +0200
+Subject: cmake: find PostgreSQL 12
+
+---
+ cmake/modules/FindPostgreSQL.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/modules/FindPostgreSQL.cmake 
b/cmake/modules/FindPostgreSQL.cmake
+index 56e6e56..1579be0 100644
+--- a/cmake/modules/FindPostgreSQL.cmake
 b/cmake/modules/FindPostgreSQL.cmake
+@@ -86,7 +86,7 @@ set(PostgreSQL_LIBRARY_DIR_MESSAGE "Set the 
PostgreSQL_LIBRARY_DIR cmake cache e
+ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable to 
where PostgreSQL is found on the machine E.g C:/Program Files/PostgreSQL/8.4")
+ 
+ set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS}
+-"11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" 
"8.1" "8.0")
++"12" "11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" 
"8.2" "8.1" "8.0")
+ 
+ # Define additional search paths for root directories.
+ foreach (suffix ${PostgreSQL_KNOWN_VERSIONS} )
+-- 
+cgit v1.1

diff --git a/app-office/kexi/kexi-3.2.0-r1.ebuild 
b/app-office/kexi/kexi-3.2.0-r1.ebuild
new file mode 100644
index 000..fcd7857e501
--- /dev/null
+++ b/app-office/kexi/kexi-3.2.0-r1.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# KDE_HANDBOOK="true"
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="Visual database applications creator"
+HOMEPAGE="https://kde.org/applications/office/kexi/ 
http://www.kexi-project.org/;
+[[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
+
+KEYWORDS="amd64 x86"
+IUSE="debug experimental marble mdb mysql postgres sqlite webkit"
+
+BDEPEND="sys-devel/gettext"
+DEPEND="
+   $(add_frameworks_dep breeze-icons-rcc)
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep ktexteditor)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep designer)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   >=dev-db/kdb-3.1.0-r1:5=[debug?,mysql?,postgres?,sqlite?]
+   >=dev-libs/kproperty-3.1.0:5=
+   >=dev-libs/kreport-3.1.0:5=[scripting]
+   marble? ( $(add_kdeapps_dep marble) )
+   mdb? (
+   dev-libs/glib:2
+   virtual/libiconv
+   )
+   mysql? ( dev-db/mysql-connector-c:= )
+   postgres? (
+   dev-db/postgresql:*
+   dev-libs/libpqxx
+   )
+   webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-missing-header.patch
+   "${FILESDIR}"/${P}-postgresql-9.12.patch
+)
+
+src_prepare() {
+   if ! use webkit; then
+   punt_bogus_dep Qt5 WebKit
+   punt_bogus_dep Qt5 WebKitWidgets
+   fi
+
+   kde5_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DKEXI_MIGRATEMANAGER_DEBUG=$(usex debug)
+   -DKEXI_AUTORISE_TABBED_TOOLBAR=$(usex experimental)
+   -DKEXI_SCRIPTS_SUPPORT=$(usex experimental)
+   $(cmake-utils_use_find_package marble KexiMarble)
+   $(cmake-utils_use_find_package mdb GLIB2)
+   $(cmake-utils_use_find_package mysql MySQL)
+   

[gentoo-commits] repo/gentoo:master commit in: app-office/kexi/

2019-08-27 Thread Andreas Sturmlechner
commit: 5b23932a9bedaa27bcfc7bf1960cd66c6d517799
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 20:17:34 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 20:21:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b23932a

app-office/kexi: Drop 3.2.0 (r0)

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/kexi/kexi-3.2.0.ebuild | 83 ---
 1 file changed, 83 deletions(-)

diff --git a/app-office/kexi/kexi-3.2.0.ebuild 
b/app-office/kexi/kexi-3.2.0.ebuild
deleted file mode 100644
index 5fb6cd97867..000
--- a/app-office/kexi/kexi-3.2.0.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# KDE_HANDBOOK="true"
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Visual database applications creator"
-HOMEPAGE="https://kde.org/applications/office/kexi/ 
http://www.kexi-project.org/;
-[[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
-
-KEYWORDS="amd64 x86"
-IUSE="debug experimental marble mdb mysql postgres sqlite webkit"
-
-BDEPEND="sys-devel/gettext"
-DEPEND="
-   $(add_frameworks_dep breeze-icons-rcc)
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep designer)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   >=dev-db/kdb-3.1.0-r1:5=[debug?,mysql?,postgres?,sqlite?]
-   >=dev-libs/kproperty-3.1.0:5=
-   >=dev-libs/kreport-3.1.0:5=[scripting]
-   marble? ( $(add_kdeapps_dep marble) )
-   mdb? (
-   dev-libs/glib:2
-   virtual/libiconv
-   )
-   mysql? ( dev-db/mysql-connector-c:= )
-   postgres? (
-   dev-db/postgresql:*
-   dev-libs/libpqxx
-   )
-   webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-missing-header.patch )
-
-src_prepare() {
-   if ! use webkit; then
-   punt_bogus_dep Qt5 WebKit
-   punt_bogus_dep Qt5 WebKitWidgets
-   fi
-
-   kde5_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DKEXI_MIGRATEMANAGER_DEBUG=$(usex debug)
-   -DKEXI_AUTORISE_TABBED_TOOLBAR=$(usex experimental)
-   -DKEXI_SCRIPTS_SUPPORT=$(usex experimental)
-   $(cmake-utils_use_find_package marble KexiMarble)
-   $(cmake-utils_use_find_package mdb GLIB2)
-   $(cmake-utils_use_find_package mysql MySQL)
-   $(cmake-utils_use_find_package postgres PostgreSQL)
-   )
-   use experimental && mycmakeargs+=( -DKEXI_SCRIPTING_DEBUG=$(usex debug) 
)
-
-   kde5_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-08-27 Thread Andreas Sturmlechner
commit: 5f93871d92ec7871023bebaa0a2cee5be95e2c3d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 19:52:52 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 19:58:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f93871d

app-office/kmymoney: Drop duplicate KEYWORDS line

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/kmymoney/kmymoney-5.0.6.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.6.ebuild 
b/app-office/kmymoney/kmymoney-5.0.6.ebuild
index 28de2025ae6..86b2bc4fc86 100644
--- a/app-office/kmymoney/kmymoney-5.0.6.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.6.ebuild
@@ -20,7 +20,6 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2"
-KEYWORDS=""
 IUSE="activities addressbook calendar holidays ofx quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"



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

2019-08-27 Thread Andreas Sturmlechner
commit: 8ce248e156087e62094e52ae8fdab9b450550a9f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 19:12:34 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 19:58:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce248e1

media-libs/phonon: 4.11.0 version bump

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/phonon/Manifest |  1 +
 media-libs/phonon/phonon-4.11.0.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/media-libs/phonon/Manifest b/media-libs/phonon/Manifest
index ddd76bdc7cf..d787dc1c169 100644
--- a/media-libs/phonon/Manifest
+++ b/media-libs/phonon/Manifest
@@ -1,3 +1,4 @@
 DIST phonon-4.10.2.tar.xz 322176 BLAKE2B 
a73fa78e732ba56745e0791559a1ab195e9a5d867d368935ebc779cc1705a405dfd8302f6b5d92678098da8b6fdb52ec4cc2d553c361c3fefc738d502e3c38b6
 SHA512 
205c2f41691ed37a2b24aa5e900f7720ba024d2046ea4bf0a9b9c46235ffd72dfb4010287ccf753b13e395f84c2a202cbb76454806de3519faf52c3ac7001c4e
 DIST phonon-4.10.3.tar.xz 336724 BLAKE2B 
33ac87fa15985bb57672da0e29389a396e8f5662ca94d475eaa111a5a1fef16f9fc90cdee696b80d131fc53abd9500fbb7907ecb483d81e422e339660e19900d
 SHA512 
2619ac0d7873205a2773bdb226695b5a9e2deb4f47b1a0bb9dbf9a905e3f82f7834ced1b4b1e7a6dadf50fca289f92a5749e3057546c3e16a41e1d6420b594c6
 DIST phonon-4.10.90.tar.xz 397988 BLAKE2B 
3de40fb41e3b75f24fe21c5ae21c5e1680b3f3d275588e3817321a0b4edf396f8478ce1e619113afdc11b61d67413186c4f5f2dcb60b2c81c5ca995b2812b83a
 SHA512 
84171400973f8c5889c074499ab813a7ab3831e783f6c02ec6bc0ddafd26f48654f91cdc2326526b92c15a9d602b91604f4f23ef28e8ef041cbe54caf0a9b9ac
+DIST phonon-4.11.0.tar.xz 397768 BLAKE2B 
eeadfb8e080d52a29b0cc3d7fe728376a1580b7c008361ec62fb135738c32812401f797d93a8d87e338affdbb4b0ccefc8de0736d5cff15ee85899269a4c0243
 SHA512 
d7302aa9d0e9d3a8c408cf2787911b49808f58f5052dbca19e9b93b68a6f829dd31ede0ac10de4a9a3cf11e4ab1986e76e0d4cc02142b2f50ffecf285b3eb897

diff --git a/media-libs/phonon/phonon-4.11.0.ebuild 
b/media-libs/phonon/phonon-4.11.0.ebuild
new file mode 100644
index 000..6edaf832b5a
--- /dev/null
+++ b/media-libs/phonon/phonon-4.11.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop kde5
+
+DESCRIPTION="KDE multimedia abstraction library"
+HOMEPAGE="https://phonon.kde.org/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
+fi
+
+LICENSE="|| ( LGPL-2.1 LGPL-3 )"
+SLOT="0"
+IUSE="debug designer gstreamer pulseaudio +vlc"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+DEPEND="
+   !!dev-qt/qtphonon:4
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   designer? ( dev-qt/designer:5 )
+   pulseaudio? (
+   dev-libs/glib:2
+   media-sound/pulseaudio[glib]
+   )
+"
+RDEPEND="${DEPEND}"
+PDEPEND="
+   gstreamer? ( >=media-libs/phonon-gstreamer-4.9.60 )
+   vlc? ( >=media-libs/phonon-vlc-0.9.60 )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer)
+   -DCMAKE_DISABLE_FIND_PACKAGE_GLIB2=$(usex !pulseaudio)
+   -DCMAKE_DISABLE_FIND_PACKAGE_PulseAudio=$(usex !pulseaudio)
+   -DPHONON_BUILD_SETTINGS=$(usex !pulseaudio)
+   )
+   kde5_src_configure
+}
+
+src_install() {
+   kde5_src_install
+   use pulseaudio || \
+   make_desktop_entry "${PN}settings" \
+   "Phonon Audio and Video" preferences-desktop-sound
+}



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

2019-08-27 Thread Andreas Sturmlechner
commit: 29ccd23fc2a7bf2d76703eb905334d24da5473b3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 19:15:23 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 19:58:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ccd23f

media-libs/phonon: Drop 4.10.3

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/phonon/Manifest |  1 -
 media-libs/phonon/phonon-4.10.3.ebuild | 57 --
 2 files changed, 58 deletions(-)

diff --git a/media-libs/phonon/Manifest b/media-libs/phonon/Manifest
index e0efaf0..fa0b9c10f73 100644
--- a/media-libs/phonon/Manifest
+++ b/media-libs/phonon/Manifest
@@ -1,3 +1,2 @@
 DIST phonon-4.10.2.tar.xz 322176 BLAKE2B 
a73fa78e732ba56745e0791559a1ab195e9a5d867d368935ebc779cc1705a405dfd8302f6b5d92678098da8b6fdb52ec4cc2d553c361c3fefc738d502e3c38b6
 SHA512 
205c2f41691ed37a2b24aa5e900f7720ba024d2046ea4bf0a9b9c46235ffd72dfb4010287ccf753b13e395f84c2a202cbb76454806de3519faf52c3ac7001c4e
-DIST phonon-4.10.3.tar.xz 336724 BLAKE2B 
33ac87fa15985bb57672da0e29389a396e8f5662ca94d475eaa111a5a1fef16f9fc90cdee696b80d131fc53abd9500fbb7907ecb483d81e422e339660e19900d
 SHA512 
2619ac0d7873205a2773bdb226695b5a9e2deb4f47b1a0bb9dbf9a905e3f82f7834ced1b4b1e7a6dadf50fca289f92a5749e3057546c3e16a41e1d6420b594c6
 DIST phonon-4.11.0.tar.xz 397768 BLAKE2B 
eeadfb8e080d52a29b0cc3d7fe728376a1580b7c008361ec62fb135738c32812401f797d93a8d87e338affdbb4b0ccefc8de0736d5cff15ee85899269a4c0243
 SHA512 
d7302aa9d0e9d3a8c408cf2787911b49808f58f5052dbca19e9b93b68a6f829dd31ede0ac10de4a9a3cf11e4ab1986e76e0d4cc02142b2f50ffecf285b3eb897

diff --git a/media-libs/phonon/phonon-4.10.3.ebuild 
b/media-libs/phonon/phonon-4.10.3.ebuild
deleted file mode 100644
index b6079f78857..000
--- a/media-libs/phonon/phonon-4.10.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != ** ]]; then
-   SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
-else
-   EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
-   inherit git-r3
-fi
-
-inherit cmake-utils qmake-utils
-
-DESCRIPTION="KDE multimedia API"
-HOMEPAGE="https://phonon.kde.org/;
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-IUSE="debug designer gstreamer pulseaudio +vlc"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   kde-frameworks/extra-cmake-modules:5
-   virtual/pkgconfig
-"
-DEPEND="
-   !!dev-qt/qtphonon:4
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   designer? ( dev-qt/designer:5 )
-   pulseaudio? (
-   dev-libs/glib:2
-   >=media-sound/pulseaudio-0.9.21[glib]
-   )
-"
-RDEPEND="${DEPEND}"
-PDEPEND="
-   gstreamer? ( =media-libs/phonon-gstreamer-4.9* )
-   vlc? ( =media-libs/phonon-vlc-0.10* )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DPHONON_BUILD_PHONON4QT5=ON
-   -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE
-   -DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer)
-   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Declarative=ON
-   -DWITH_GLIB2=$(usex pulseaudio)
-   -DWITH_PulseAudio=$(usex pulseaudio)
-   -DQT_QMAKE_EXECUTABLE="$(qt5_get_bindir)"/qmake
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-vlc/

2019-08-27 Thread Andreas Sturmlechner
commit: 2ae76bd775123d906bfec38d77d3ead894cbf60c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 19:19:20 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 19:58:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae76bd7

media-libs/phonon-vlc: Drop 0.10.3

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/phonon-vlc/Manifest |  1 -
 media-libs/phonon-vlc/phonon-vlc-0.10.3.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/media-libs/phonon-vlc/Manifest b/media-libs/phonon-vlc/Manifest
index 09b2ce76485..ee619e1c63a 100644
--- a/media-libs/phonon-vlc/Manifest
+++ b/media-libs/phonon-vlc/Manifest
@@ -1,3 +1,2 @@
 DIST phonon-backend-vlc-0.10.2.tar.xz 60568 BLAKE2B 
7ee5ea6cc627ec2bd872b4c60f9c915f383e9b2826b30c4b0db96e8348b1a26ea4f710076b68892c28c73d45dae118f06a315093b6e954d48967891f1e31eec4
 SHA512 
3c4e7c60582d7871b209f4b38b139f43ab5f97618399164ecc649cd0e077a1d4c7848bc5c5c213d747cf7e5f1252ff53ded745880dfd36247494479840789ba5
-DIST phonon-backend-vlc-0.10.3.tar.xz 66488 BLAKE2B 
d7e50a24f47117a0e00741457e9526e3042c7a2a0492a13a67a23f5dd7e2c9db89f6b9cce71d7bebed41327315e222a4a6b4637731dc15416be002ff47bad3fe
 SHA512 
77f66536b9debc62807ca952173640a40ab9b82e17a2ac85e524c1f5dada16a39c7bb1c72230f3ca14a9c826adaf79b9439aa223be960cded634dbd00e91127f
 DIST phonon-backend-vlc-0.11.0.tar.xz 69824 BLAKE2B 
3a206e642f0a2a95ac96f065c5f353a41956786dfdfba5eded3b4d64d26f58df936b893bb77bd16bc0652f42e8eead008dbbfc7b17abd3e77387fff01bd0ed01
 SHA512 
3f82b0c306ea1fdfbcc7b33a227f360961532b736146c96c2fff8fdf8157fd2f8e5e047f491fd1f4124dbf3bb9fa288265ea5d35d8ae6100214589c70e4d716b

diff --git a/media-libs/phonon-vlc/phonon-vlc-0.10.3.ebuild 
b/media-libs/phonon-vlc/phonon-vlc-0.10.3.ebuild
deleted file mode 100644
index 1314578be05..000
--- a/media-libs/phonon-vlc/phonon-vlc-0.10.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="phonon-backend-vlc"
-
-if [[ ${PV} != ** ]]; then
-   
SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-else
-   EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
-   inherit git-r3
-fi
-
-inherit cmake-utils
-
-DESCRIPTION="Phonon VLC backend"
-HOMEPAGE="https://phonon.kde.org/;
-
-LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-IUSE="debug"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   =media-libs/phonon-4.10*
-   media-video/vlc:=[dbus,ogg,vorbis]
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=( -DPHONON_BUILD_PHONON4QT5=ON )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2019-08-27 Thread Andreas Sturmlechner
commit: 62eb14adde104adbfc5c6c524bba6d274d26f134
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 19:28:55 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 19:58:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62eb14ad

sys-auth/polkit-qt: 0.113 version bump

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-auth/polkit-qt/Manifest |  1 +
 sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/sys-auth/polkit-qt/Manifest b/sys-auth/polkit-qt/Manifest
index f8e02f52818..8afcecc7593 100644
--- a/sys-auth/polkit-qt/Manifest
+++ b/sys-auth/polkit-qt/Manifest
@@ -1 +1,2 @@
 DIST polkit-qt-1-0.112.0_p20160416.tar.xz 64540 BLAKE2B 
fbc3631585801f42ff92324576a2bd82d61aa5b24317f95e1182c300073a8e746007fa3409127a50d7d3433c5092f56d72e2e579683d08145067d4424c4dfe7e
 SHA512 
90677af780a2bbcb33b6a54702ba96f965eb8561f2636af7aa0146f9b2450f9e89f67e022ffa99742afe50e3d1f570eabfad686e9e08e629a1e662d9f5abf2ea
+DIST polkit-qt-1-0.113.0.tar.xz 64652 BLAKE2B 
52d8c5c8009e2595c70db5b6a6349e4524d6d9cbec12c5a535f25d737da1d16e77fadf3572eebbede7a5ed583c818e878119b416d69a076e03bb37d2f7da7b41
 SHA512 
deea5d75f547eaa0279c664ec9608b65f464db97fd5fdea27437f8ed4ec033de2b9f91d967deacb28bf0a1e54f131f997acb862cc3e1f8dfcb1f6c337e719b38

diff --git a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
new file mode 100644
index 000..7191cd244da
--- /dev/null
+++ b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN}-1"
+MY_P="${MY_PN}-${PV}"
+inherit cmake-utils
+
+DESCRIPTION="Qt wrapper around polkit-1 client libraries"
+HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/;
+SRC_URI="mirror://kde/stable/${MY_PN}/${MY_P}.tar.xz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="debug"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   >=sys-auth/polkit-0.103
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS README README.porting TODO )
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_EXAMPLES=OFF
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-vlc/

2019-08-27 Thread Andreas Sturmlechner
commit: b917aff33a4cbc254888ac8606678b22feb089f7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 19:18:18 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 19:58:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b917aff3

media-libs/phonon-vlc: 0.11.0 version bump

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/phonon-vlc/Manifest |  1 +
 media-libs/phonon-vlc/phonon-vlc-0.11.0.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/media-libs/phonon-vlc/Manifest b/media-libs/phonon-vlc/Manifest
index 9128328abbf..527985f7695 100644
--- a/media-libs/phonon-vlc/Manifest
+++ b/media-libs/phonon-vlc/Manifest
@@ -1,3 +1,4 @@
 DIST phonon-backend-vlc-0.10.2.tar.xz 60568 BLAKE2B 
7ee5ea6cc627ec2bd872b4c60f9c915f383e9b2826b30c4b0db96e8348b1a26ea4f710076b68892c28c73d45dae118f06a315093b6e954d48967891f1e31eec4
 SHA512 
3c4e7c60582d7871b209f4b38b139f43ab5f97618399164ecc649cd0e077a1d4c7848bc5c5c213d747cf7e5f1252ff53ded745880dfd36247494479840789ba5
 DIST phonon-backend-vlc-0.10.3.tar.xz 66488 BLAKE2B 
d7e50a24f47117a0e00741457e9526e3042c7a2a0492a13a67a23f5dd7e2c9db89f6b9cce71d7bebed41327315e222a4a6b4637731dc15416be002ff47bad3fe
 SHA512 
77f66536b9debc62807ca952173640a40ab9b82e17a2ac85e524c1f5dada16a39c7bb1c72230f3ca14a9c826adaf79b9439aa223be960cded634dbd00e91127f
 DIST phonon-backend-vlc-0.10.90.tar.xz 69864 BLAKE2B 
d8f07f0813751dcf81c50519c6c5707de2f6d24473ca6fa7c0b8e360e5051c40f5012aaf6c58c63a93df54b5ba3fe853130377949ea0072bb19423befe52ba6f
 SHA512 
c7855780e94a6f8ed38277f5688bb7b7638baa1dc91bcfdf3b58f1c8f5545ae366455fe6b1ff4d480aed121fe154752e0478a5de32c3b48c9733e3e8d375695d
+DIST phonon-backend-vlc-0.11.0.tar.xz 69824 BLAKE2B 
3a206e642f0a2a95ac96f065c5f353a41956786dfdfba5eded3b4d64d26f58df936b893bb77bd16bc0652f42e8eead008dbbfc7b17abd3e77387fff01bd0ed01
 SHA512 
3f82b0c306ea1fdfbcc7b33a227f360961532b736146c96c2fff8fdf8157fd2f8e5e047f491fd1f4124dbf3bb9fa288265ea5d35d8ae6100214589c70e4d716b

diff --git a/media-libs/phonon-vlc/phonon-vlc-0.11.0.ebuild 
b/media-libs/phonon-vlc/phonon-vlc-0.11.0.ebuild
new file mode 100644
index 000..566bc66ad00
--- /dev/null
+++ b/media-libs/phonon-vlc/phonon-vlc-0.11.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="phonon-backend-vlc"
+inherit kde5
+
+DESCRIPTION="VLC backend for the Phonon multimedia library"
+HOMEPAGE="https://phonon.kde.org/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   
SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"
+SLOT="0"
+IUSE="debug"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+DEPEND="
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   >=media-libs/phonon-4.10.60
+   media-video/vlc:=[dbus,ogg,vorbis]
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"



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

2019-08-27 Thread Andreas Sturmlechner
commit: 2928059a2cf087cc9b51f624fdedbad5f74c1976
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 19:17:16 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 19:58:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2928059a

media-libs/phonon-gstreamer: Drop 4.9.90

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/phonon-gstreamer/Manifest   |  1 -
 .../phonon-gstreamer-4.9.90.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/media-libs/phonon-gstreamer/Manifest 
b/media-libs/phonon-gstreamer/Manifest
index 2cccd582f9c..33e026de1fd 100644
--- a/media-libs/phonon-gstreamer/Manifest
+++ b/media-libs/phonon-gstreamer/Manifest
@@ -1,4 +1,3 @@
 DIST phonon-backend-gstreamer-4.10.0.tar.xz 98532 BLAKE2B 
b9182a50810536c46999266bd40996bb59ac982e44d2066c2afd897d3a2feb99e5570e36dcc869098f5b171018f4c339a2e3b8df124eaeb88236073245069859
 SHA512 
3beaba9ea3a332a6908ebdaa966958e8e8056d79cfb210e82a8edaf08f0a8bacbf8094e91b1b1b936406aa634dabb962e6c1468e4dde3febd9efac1a63ea70a4
 DIST phonon-backend-gstreamer-4.9.0.tar.xz 75960 BLAKE2B 
676810dc99f3734a6932bfe355a37df1334c3460eba9a6d96e039442ce2729b61db61798c1f7207aef68a30f79355703c80e6aeb1a2ca7156f22e9fd7e07027b
 SHA512 
9c13d37c6c7070c2bd8fcc562f743ac2f55289bc7cc82147ef0ae990e5d380d541cc1d9ce61e6ad1549ed1935d41faafaeeb0cd5463e4c656ea8fee636ff4dfe
 DIST phonon-backend-gstreamer-4.9.1.tar.xz 88460 BLAKE2B 
236a1ecdc5fcb96d041e9e743993c1f613e6a9fde8b2c8a094216f00f5862f1a5617bc87d2a5b6b8dc935de6538233b6c6ee54ca67ae7796f3f6b96be835c2b5
 SHA512 
c7ad71c4273d3037cb245abffeba679e4920b0797b72cf5876b0b9a5a76be200de317a7d5da5dd9eaf46932030fd8ff9e5c64975d1258319d6c8ad1c17d773e0
-DIST phonon-backend-gstreamer-4.9.90.tar.xz 98556 BLAKE2B 
ffcde03d55d230d9573ac8617314c6f68978b266acf831cc591f8ab73144d7d0c389c9ba18d8862775c3bfc80150101def9094c5e699b805960d74690aaae043
 SHA512 
b9ca5034beaf443cf0a33fbef74245f20b4f83350654723b048124083e6e0f6e18a4828d0d7f506c9ea3bc3377fe6376c66a6af8e3a3d139a0e6e787397d19cb

diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.90.ebuild 
b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.90.ebuild
deleted file mode 100644
index 86d0b8ffe1a..000
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.90.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="GStreamer backend for the Phonon multimedia library"
-HOMEPAGE="https://phonon.kde.org/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   
SRC_URI="mirror://kde/unstable/phonon/phonon-backend-gstreamer/phonon-backend-gstreamer-${PV}.tar.xz"
-   KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-IUSE="alsa debug +network"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-"
-DEPEND="
-   dev-libs/glib:2
-   dev-libs/libxml2:2
-   dev-qt/qtgui:5
-   dev-qt/qtopengl:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   media-libs/gst-plugins-base:1.0
-   media-libs/gstreamer:1.0
-   >=media-libs/phonon-4.10.60
-   media-plugins/gst-plugins-meta:1.0[alsa?,ogg,vorbis]
-   virtual/opengl
-"
-RDEPEND="${DEPEND}
-   network? ( media-plugins/gst-plugins-soup:1.0 )
-"



[gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-vlc/

2019-08-27 Thread Andreas Sturmlechner
commit: ef90bf1f5b9bfeb251743d5d32596e3c2badae43
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 19:18:44 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 19:58:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef90bf1f

media-libs/phonon-vlc: Drop 0.10.90

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/phonon-vlc/Manifest  |  1 -
 media-libs/phonon-vlc/phonon-vlc-0.10.90.ebuild | 32 -
 2 files changed, 33 deletions(-)

diff --git a/media-libs/phonon-vlc/Manifest b/media-libs/phonon-vlc/Manifest
index 527985f7695..09b2ce76485 100644
--- a/media-libs/phonon-vlc/Manifest
+++ b/media-libs/phonon-vlc/Manifest
@@ -1,4 +1,3 @@
 DIST phonon-backend-vlc-0.10.2.tar.xz 60568 BLAKE2B 
7ee5ea6cc627ec2bd872b4c60f9c915f383e9b2826b30c4b0db96e8348b1a26ea4f710076b68892c28c73d45dae118f06a315093b6e954d48967891f1e31eec4
 SHA512 
3c4e7c60582d7871b209f4b38b139f43ab5f97618399164ecc649cd0e077a1d4c7848bc5c5c213d747cf7e5f1252ff53ded745880dfd36247494479840789ba5
 DIST phonon-backend-vlc-0.10.3.tar.xz 66488 BLAKE2B 
d7e50a24f47117a0e00741457e9526e3042c7a2a0492a13a67a23f5dd7e2c9db89f6b9cce71d7bebed41327315e222a4a6b4637731dc15416be002ff47bad3fe
 SHA512 
77f66536b9debc62807ca952173640a40ab9b82e17a2ac85e524c1f5dada16a39c7bb1c72230f3ca14a9c826adaf79b9439aa223be960cded634dbd00e91127f
-DIST phonon-backend-vlc-0.10.90.tar.xz 69864 BLAKE2B 
d8f07f0813751dcf81c50519c6c5707de2f6d24473ca6fa7c0b8e360e5051c40f5012aaf6c58c63a93df54b5ba3fe853130377949ea0072bb19423befe52ba6f
 SHA512 
c7855780e94a6f8ed38277f5688bb7b7638baa1dc91bcfdf3b58f1c8f5545ae366455fe6b1ff4d480aed121fe154752e0478a5de32c3b48c9733e3e8d375695d
 DIST phonon-backend-vlc-0.11.0.tar.xz 69824 BLAKE2B 
3a206e642f0a2a95ac96f065c5f353a41956786dfdfba5eded3b4d64d26f58df936b893bb77bd16bc0652f42e8eead008dbbfc7b17abd3e77387fff01bd0ed01
 SHA512 
3f82b0c306ea1fdfbcc7b33a227f360961532b736146c96c2fff8fdf8157fd2f8e5e047f491fd1f4124dbf3bb9fa288265ea5d35d8ae6100214589c70e4d716b

diff --git a/media-libs/phonon-vlc/phonon-vlc-0.10.90.ebuild 
b/media-libs/phonon-vlc/phonon-vlc-0.10.90.ebuild
deleted file mode 100644
index 568be0ae183..000
--- a/media-libs/phonon-vlc/phonon-vlc-0.10.90.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="phonon-backend-vlc"
-inherit kde5
-
-DESCRIPTION="VLC backend for the Phonon multimedia library"
-HOMEPAGE="https://phonon.kde.org/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/unstable/phonon/${MY_PN}/${MY_PN}-${PV}.tar.xz"
-   KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-IUSE="debug"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-DEPEND="
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   >=media-libs/phonon-4.10.60
-   media-video/vlc:=[dbus,ogg,vorbis]
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"



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

2019-08-27 Thread Andreas Sturmlechner
commit: 2b40255c1e009b6072dabe06dd24d5a4a81e1ba8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 19:16:22 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 19:58:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b40255c

media-libs/phonon-gstreamer: 4.10.0 version bump

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/phonon-gstreamer/Manifest   |  1 +
 .../phonon-gstreamer-4.10.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/media-libs/phonon-gstreamer/Manifest 
b/media-libs/phonon-gstreamer/Manifest
index 248321929bb..2cccd582f9c 100644
--- a/media-libs/phonon-gstreamer/Manifest
+++ b/media-libs/phonon-gstreamer/Manifest
@@ -1,3 +1,4 @@
+DIST phonon-backend-gstreamer-4.10.0.tar.xz 98532 BLAKE2B 
b9182a50810536c46999266bd40996bb59ac982e44d2066c2afd897d3a2feb99e5570e36dcc869098f5b171018f4c339a2e3b8df124eaeb88236073245069859
 SHA512 
3beaba9ea3a332a6908ebdaa966958e8e8056d79cfb210e82a8edaf08f0a8bacbf8094e91b1b1b936406aa634dabb962e6c1468e4dde3febd9efac1a63ea70a4
 DIST phonon-backend-gstreamer-4.9.0.tar.xz 75960 BLAKE2B 
676810dc99f3734a6932bfe355a37df1334c3460eba9a6d96e039442ce2729b61db61798c1f7207aef68a30f79355703c80e6aeb1a2ca7156f22e9fd7e07027b
 SHA512 
9c13d37c6c7070c2bd8fcc562f743ac2f55289bc7cc82147ef0ae990e5d380d541cc1d9ce61e6ad1549ed1935d41faafaeeb0cd5463e4c656ea8fee636ff4dfe
 DIST phonon-backend-gstreamer-4.9.1.tar.xz 88460 BLAKE2B 
236a1ecdc5fcb96d041e9e743993c1f613e6a9fde8b2c8a094216f00f5862f1a5617bc87d2a5b6b8dc935de6538233b6c6ee54ca67ae7796f3f6b96be835c2b5
 SHA512 
c7ad71c4273d3037cb245abffeba679e4920b0797b72cf5876b0b9a5a76be200de317a7d5da5dd9eaf46932030fd8ff9e5c64975d1258319d6c8ad1c17d773e0
 DIST phonon-backend-gstreamer-4.9.90.tar.xz 98556 BLAKE2B 
ffcde03d55d230d9573ac8617314c6f68978b266acf831cc591f8ab73144d7d0c389c9ba18d8862775c3bfc80150101def9094c5e699b805960d74690aaae043
 SHA512 
b9ca5034beaf443cf0a33fbef74245f20b4f83350654723b048124083e6e0f6e18a4828d0d7f506c9ea3bc3377fe6376c66a6af8e3a3d139a0e6e787397d19cb

diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild 
b/media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild
new file mode 100644
index 000..34230a07d8e
--- /dev/null
+++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="phonon-backend-gstreamer"
+inherit kde5
+
+DESCRIPTION="GStreamer backend for the Phonon multimedia library"
+HOMEPAGE="https://phonon.kde.org/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   
SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
+fi
+
+LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"
+SLOT="0"
+IUSE="alsa debug +network"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+DEPEND="
+   dev-libs/glib:2
+   dev-libs/libxml2:2
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   media-libs/gst-plugins-base:1.0
+   media-libs/gstreamer:1.0
+   >=media-libs/phonon-4.10.60
+   media-plugins/gst-plugins-meta:1.0[alsa?,ogg,vorbis]
+   virtual/opengl
+"
+RDEPEND="${DEPEND}
+   network? ( media-plugins/gst-plugins-soup:1.0 )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"



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

2019-08-27 Thread Andreas Sturmlechner
commit: 4f09daf2c870f773975ed90ba3736fec81529452
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 19:14:00 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 19:58:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f09daf2

media-libs/phonon: Drop 4.10.90

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/phonon/Manifest  |  1 -
 media-libs/phonon/metadata.xml  |  1 -
 media-libs/phonon/phonon-4.10.90.ebuild | 48 -
 3 files changed, 50 deletions(-)

diff --git a/media-libs/phonon/Manifest b/media-libs/phonon/Manifest
index d787dc1c169..e0efaf0 100644
--- a/media-libs/phonon/Manifest
+++ b/media-libs/phonon/Manifest
@@ -1,4 +1,3 @@
 DIST phonon-4.10.2.tar.xz 322176 BLAKE2B 
a73fa78e732ba56745e0791559a1ab195e9a5d867d368935ebc779cc1705a405dfd8302f6b5d92678098da8b6fdb52ec4cc2d553c361c3fefc738d502e3c38b6
 SHA512 
205c2f41691ed37a2b24aa5e900f7720ba024d2046ea4bf0a9b9c46235ffd72dfb4010287ccf753b13e395f84c2a202cbb76454806de3519faf52c3ac7001c4e
 DIST phonon-4.10.3.tar.xz 336724 BLAKE2B 
33ac87fa15985bb57672da0e29389a396e8f5662ca94d475eaa111a5a1fef16f9fc90cdee696b80d131fc53abd9500fbb7907ecb483d81e422e339660e19900d
 SHA512 
2619ac0d7873205a2773bdb226695b5a9e2deb4f47b1a0bb9dbf9a905e3f82f7834ced1b4b1e7a6dadf50fca289f92a5749e3057546c3e16a41e1d6420b594c6
-DIST phonon-4.10.90.tar.xz 397988 BLAKE2B 
3de40fb41e3b75f24fe21c5ae21c5e1680b3f3d275588e3817321a0b4edf396f8478ce1e619113afdc11b61d67413186c4f5f2dcb60b2c81c5ca995b2812b83a
 SHA512 
84171400973f8c5889c074499ab813a7ab3831e783f6c02ec6bc0ddafd26f48654f91cdc2326526b92c15a9d602b91604f4f23ef28e8ef041cbe54caf0a9b9ac
 DIST phonon-4.11.0.tar.xz 397768 BLAKE2B 
eeadfb8e080d52a29b0cc3d7fe728376a1580b7c008361ec62fb135738c32812401f797d93a8d87e338affdbb4b0ccefc8de0736d5cff15ee85899269a4c0243
 SHA512 
d7302aa9d0e9d3a8c408cf2787911b49808f58f5052dbca19e9b93b68a6f829dd31ede0ac10de4a9a3cf11e4ab1986e76e0d4cc02142b2f50ffecf285b3eb897

diff --git a/media-libs/phonon/metadata.xml b/media-libs/phonon/metadata.xml
index e86d58c68ee..c965ebc5d23 100644
--- a/media-libs/phonon/metadata.xml
+++ b/media-libs/phonon/metadata.xml
@@ -7,7 +7,6 @@


Install plugin for 
dev-qt/designer
-   Install device preferences and backend 
settings GUI
Install VLC Phonon backend

 

diff --git a/media-libs/phonon/phonon-4.10.90.ebuild 
b/media-libs/phonon/phonon-4.10.90.ebuild
deleted file mode 100644
index 1462d43373c..000
--- a/media-libs/phonon/phonon-4.10.90.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="KDE multimedia abstraction library"
-HOMEPAGE="https://phonon.kde.org/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/unstable/phonon/${P}.tar.xz"
-   KEYWORDS=""
-fi
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-IUSE="debug designer gstreamer gui pulseaudio +vlc"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-"
-DEPEND="
-   !!dev-qt/qtphonon:4
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   designer? ( dev-qt/designer:5 )
-   pulseaudio? (
-   dev-libs/glib:2
-   media-sound/pulseaudio[glib]
-   )
-"
-RDEPEND="${DEPEND}"
-PDEPEND="
-   gstreamer? ( >=media-libs/phonon-gstreamer-4.9.60 )
-   vlc? ( >=media-libs/phonon-vlc-0.9.60 )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer)
-   -DCMAKE_DISABLE_FIND_PACKAGE_GLIB2=$(usex !pulseaudio)
-   -DCMAKE_DISABLE_FIND_PACKAGE_PulseAudio=$(usex !pulseaudio)
-   -DPHONON_BUILD_SETTINGS=$(usex gui)
-   )
-   kde5_src_configure
-}



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

2019-08-27 Thread Andreas Sturmlechner
commit: 724d49ee469ccdb3bb3bea34c9d88924eb168c41
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 19:17:54 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 19:58:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724d49ee

media-libs/phonon-gstreamer: Drop 4.9.1

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/phonon-gstreamer/Manifest   |  1 -
 .../phonon-gstreamer/phonon-gstreamer-4.9.1.ebuild | 57 --
 2 files changed, 58 deletions(-)

diff --git a/media-libs/phonon-gstreamer/Manifest 
b/media-libs/phonon-gstreamer/Manifest
index 33e026de1fd..65683b38da9 100644
--- a/media-libs/phonon-gstreamer/Manifest
+++ b/media-libs/phonon-gstreamer/Manifest
@@ -1,3 +1,2 @@
 DIST phonon-backend-gstreamer-4.10.0.tar.xz 98532 BLAKE2B 
b9182a50810536c46999266bd40996bb59ac982e44d2066c2afd897d3a2feb99e5570e36dcc869098f5b171018f4c339a2e3b8df124eaeb88236073245069859
 SHA512 
3beaba9ea3a332a6908ebdaa966958e8e8056d79cfb210e82a8edaf08f0a8bacbf8094e91b1b1b936406aa634dabb962e6c1468e4dde3febd9efac1a63ea70a4
 DIST phonon-backend-gstreamer-4.9.0.tar.xz 75960 BLAKE2B 
676810dc99f3734a6932bfe355a37df1334c3460eba9a6d96e039442ce2729b61db61798c1f7207aef68a30f79355703c80e6aeb1a2ca7156f22e9fd7e07027b
 SHA512 
9c13d37c6c7070c2bd8fcc562f743ac2f55289bc7cc82147ef0ae990e5d380d541cc1d9ce61e6ad1549ed1935d41faafaeeb0cd5463e4c656ea8fee636ff4dfe
-DIST phonon-backend-gstreamer-4.9.1.tar.xz 88460 BLAKE2B 
236a1ecdc5fcb96d041e9e743993c1f613e6a9fde8b2c8a094216f00f5862f1a5617bc87d2a5b6b8dc935de6538233b6c6ee54ca67ae7796f3f6b96be835c2b5
 SHA512 
c7ad71c4273d3037cb245abffeba679e4920b0797b72cf5876b0b9a5a76be200de317a7d5da5dd9eaf46932030fd8ff9e5c64975d1258319d6c8ad1c17d773e0

diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.1.ebuild 
b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.1.ebuild
deleted file mode 100644
index 84a04fda0ae..000
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="phonon-backend-gstreamer"
-MY_P=${MY_PN}-${PV}
-
-if [[ ${PV} != ** ]]; then
-   SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
-else
-   EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
-   inherit git-r3
-fi
-
-inherit cmake-utils xdg-utils
-
-DESCRIPTION="Phonon GStreamer backend"
-HOMEPAGE="https://phonon.kde.org/;
-
-LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-IUSE="alsa debug +network"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-DEPEND="
-   dev-libs/glib:2
-   dev-libs/libxml2:2
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtopengl:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   =media-libs/phonon-4.10*
-   media-plugins/gst-plugins-meta:1.0[alsa?,ogg,vorbis]
-   virtual/opengl
-   network? ( media-plugins/gst-plugins-soup:1.0 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=( -DPHONON_BUILD_PHONON4QT5=ON )
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/files/, net-analyzer/tcpdump/

2019-08-27 Thread Jeroen Roovers
commit: f061abdd02c8cf63129bb71d677114892386e5eb
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug 27 19:39:33 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 27 19:39:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f061abdd

net-analyzer/tcpdump: Remove automatically added include directories

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Bug: https://bugs.gentoo.org/692772
Signed-off-by: Jeroen Roovers  gentoo.org>

 .../tcpdump/files/tcpdump-4.9.2-includedir.patch   | 65 ++
 ...tcpdump-.ebuild => tcpdump-4.9.2-r1.ebuild} | 27 +
 net-analyzer/tcpdump/tcpdump-.ebuild   |  4 +-
 3 files changed, 82 insertions(+), 14 deletions(-)

diff --git a/net-analyzer/tcpdump/files/tcpdump-4.9.2-includedir.patch 
b/net-analyzer/tcpdump/files/tcpdump-4.9.2-includedir.patch
new file mode 100644
index 000..0f74fa9a8a3
--- /dev/null
+++ b/net-analyzer/tcpdump/files/tcpdump-4.9.2-includedir.patch
@@ -0,0 +1,65 @@
+--- a/aclocal.m4
 b/aclocal.m4
+@@ -534,40 +534,6 @@
+   if test $libpcap = FAIL ; then
+   AC_MSG_ERROR(see the INSTALL doc for more info)
+   fi
+-  dnl
+-  dnl Some versions of Red Hat Linux put "pcap.h" in
+-  dnl "/usr/include/pcap"; had the LBL folks done so,
+-  dnl that would have been a good idea, but for
+-  dnl the Red Hat folks to do so just breaks source
+-  dnl compatibility with other systems.
+-  dnl
+-  dnl We work around this by assuming that, as we didn't
+-  dnl find a local libpcap, libpcap is in /usr/lib or
+-  dnl /usr/local/lib and that the corresponding header
+-  dnl file is under one of those directories; if we don't
+-  dnl find it in either of those directories, we check to
+-  dnl see if it's in a "pcap" subdirectory of them and,
+-  dnl if so, add that subdirectory to the "-I" list.
+-  dnl
+-  dnl (We now also put pcap.h in /usr/include/pcap, but we
+-  dnl leave behind a /usr/include/pcap.h that includes it,
+-  dnl so you can still just include .)
+-  dnl
+-  AC_MSG_CHECKING(for extraneous pcap header directories)
+-  if test \( ! -r /usr/local/include/pcap.h \) -a \
+-  \( ! -r /usr/include/pcap.h \); then
+-  if test -r /usr/local/include/pcap/pcap.h; then
+-  d="/usr/local/include/pcap"
+-  elif test -r /usr/include/pcap/pcap.h; then
+-  d="/usr/include/pcap"
+-  fi
+-  fi
+-  if test -z "$d" ; then
+-  AC_MSG_RESULT(not found)
+-  else
+-  $2="-I$d $$2"
+-  AC_MSG_RESULT(found -- -I$d added)
+-  fi
+   fi
+ else
+   $1=$libpcap
+@@ -1351,11 +1351,4 @@
+   -f "$1/$tmplib/libcrypto.dylib" \); then
+   ac_cv_ssleay_path="$1"
+   fi
+-
+-  #
+-  # Make sure we have the headers as well.
+-  #
+-  if test -d "$1/include/openssl" -a -f "$1/include/openssl/des.h"; then
+-  incdir="-I$1/include"
+-  fi
+ ])
+--- a/configure.in
 b/configure.in
+@@ -908,7 +908,6 @@
+   # Put the subdirectories of the libcrypto root directory
+   # at the front of the header and library search path.
+   #
+-  CFLAGS="-I$withval/include $CFLAGS"
+   LIBS="-L$withval/lib $LIBS"
+   fi
+ ],[

diff --git a/net-analyzer/tcpdump/tcpdump-.ebuild 
b/net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild
similarity index 80%
copy from net-analyzer/tcpdump/tcpdump-.ebuild
copy to net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild
index 5386a5f79ce..7e89e1714aa 100644
--- a/net-analyzer/tcpdump/tcpdump-.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild
@@ -1,26 +1,22 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit flag-o-matic toolchain-funcs user
+EAPI=7
+inherit autotools flag-o-matic toolchain-funcs user
 
 DESCRIPTION="A Tool for network monitoring and data acquisition"
-EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump;
 HOMEPAGE="
http://www.tcpdump.org/
-   ${EGIT_REPO_URI}
+   https://github.com/the-tcpdump-group/tcpdump
+"
+SRC_URI="
+   http://www.tcpdump.org/release/${P}.tar.gz
 "
 
 LICENSE="BSD"
 SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="+drop-root libressl smi ssl samba suid test"
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   KEYWORDS=""
-else
-   

[gentoo-commits] repo/gentoo:master commit in: dev-ada/libgpr/

2019-08-27 Thread Alfredo Tupone
commit: 1d9f5eb579e6808191d477d4042ce6916ab0bc83
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Tue Aug 27 19:14:12 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Aug 27 19:14:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9f5eb5

dev-ada/libgpr: fix repoman warnings

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ada/libgpr/libgpr-2018-r1.ebuild | 3 ++-
 dev-ada/libgpr/libgpr-2019.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ada/libgpr/libgpr-2018-r1.ebuild 
b/dev-ada/libgpr/libgpr-2018-r1.ebuild
index 18b7fe860f2..06922c203e4 100644
--- a/dev-ada/libgpr/libgpr-2018-r1.ebuild
+++ b/dev-ada/libgpr/libgpr-2018-r1.ebuild
@@ -20,7 +20,8 @@ RDEPEND="dev-ada/xmlada[shared?,static-libs?,static-pic?]
dev-ada/xmlada[gnat_2016=,gnat_2017=,gnat_2018=,gnat_2019=]
!net-libs/grpc"
 DEPEND="${RDEPEND}
-   
dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?]"
+   dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?]
+   dev-ada/gprbuild[gnat_2019(-)?]"
 
 S="${WORKDIR}"/${MYP}-src
 

diff --git a/dev-ada/libgpr/libgpr-2019.ebuild 
b/dev-ada/libgpr/libgpr-2019.ebuild
index aa2517a75a3..5f736261f7f 100644
--- a/dev-ada/libgpr/libgpr-2019.ebuild
+++ b/dev-ada/libgpr/libgpr-2019.ebuild
@@ -20,7 +20,8 @@ RDEPEND="dev-ada/xmlada[shared?,static-libs?,static-pic?]
dev-ada/xmlada[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?]
!net-libs/grpc"
 DEPEND="${RDEPEND}
-   
dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?]"
+   dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?]
+   dev-ada/gprbuild[gnat_2019(-)?]"
 
 S="${WORKDIR}"/${MYP}-src
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/ntp/files/, net-misc/ntp/

2019-08-27 Thread Craig Andrews
commit: e4b4dea3d09eef699a51f915e96e53db6084b46b
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Aug 27 18:30:25 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Aug 27 18:43:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b4dea3

net-misc/ntp: systemd service improvements

systemd services Wants=network-online.target
Remove explicit reference to NetworkManager,
  use generic network-online.target instead

Closes: https://bugs.gentoo.org/658608
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 net-misc/ntp/files/ntpdate.service-r2 |  14 
 net-misc/ntp/files/sntp.service-r3|  14 
 net-misc/ntp/ntp-4.2.8_p13-r1.ebuild  | 146 ++
 3 files changed, 174 insertions(+)

diff --git a/net-misc/ntp/files/ntpdate.service-r2 
b/net-misc/ntp/files/ntpdate.service-r2
new file mode 100644
index 000..7ad294eccde
--- /dev/null
+++ b/net-misc/ntp/files/ntpdate.service-r2
@@ -0,0 +1,14 @@
+[Unit]
+Description=Set time via NTP using ntpdate
+After=network-online.target nss-lookup.target
+Before=time-sync.target
+Wants=network-online.target time-sync.target
+Conflicts=systemd-timesyncd.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/sbin/ntpdate -b -u $SERVER
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target

diff --git a/net-misc/ntp/files/sntp.service-r3 
b/net-misc/ntp/files/sntp.service-r3
new file mode 100644
index 000..2ab722f2c6f
--- /dev/null
+++ b/net-misc/ntp/files/sntp.service-r3
@@ -0,0 +1,14 @@
+[Unit]
+Description=Set time via SNTP
+After=network.target network-online.target nss-lookup.target
+Before=time-sync.target
+Wants=network-online.target time-sync.target
+Conflicts=systemd-timesyncd.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/sntp -s $SERVER
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target

diff --git a/net-misc/ntp/ntp-4.2.8_p13-r1.ebuild 
b/net-misc/ntp/ntp-4.2.8_p13-r1.ebuild
new file mode 100644
index 000..75150d17139
--- /dev/null
+++ b/net-misc/ntp/ntp-4.2.8_p13-r1.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools toolchain-funcs flag-o-matic user systemd
+
+MY_P=${P/_p/p}
+DESCRIPTION="Network Time Protocol suite/programs"
+HOMEPAGE="http://www.ntp.org/;
+SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV:0:3}/${MY_P}.tar.gz
+   https://dev.gentoo.org/~polynomial-c/${MY_P}-manpages.tar.xz;
+
+LICENSE="HPND BSD ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint"
+IUSE="caps debug ipv6 libressl openntpd parse-clocks readline samba selinux 
snmp ssl +threads vim-syntax zeroconf"
+
+CDEPEND="readline? ( >=sys-libs/readline-4.1:0= )
+   >=dev-libs/libevent-2.0.9:=[threads?]
+   kernel_linux? ( caps? ( sys-libs/libcap ) )
+   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
+   snmp? ( net-analyzer/net-snmp )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   parse-clocks? ( net-misc/pps-tools )"
+DEPEND="${CDEPEND}
+   virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-ntp )
+   vim-syntax? ( app-vim/ntp-syntax )
+   !net-misc/ntpsec
+   !openntpd? ( !net-misc/openntpd )
+"
+PDEPEND="openntpd? ( net-misc/openntpd )"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.2.8-ipc-caps.patch #533966
+   "${FILESDIR}"/${PN}-4.2.8-sntp-test-pthreads.patch #563922
+   "${FILESDIR}"/${PN}-4.2.8_p10-fix-build-wo-ssl-or-libressl.patch
+   "${FILESDIR}"/${PN}-4.2.8_p12-libressl-2.8.patch
+)
+
+pkg_setup() {
+   enewgroup ntp 123
+   enewuser ntp 123 -1 /dev/null ntp
+}
+
+src_prepare() {
+   default
+   append-cppflags -D_GNU_SOURCE #264109
+   # Make sure every build uses the same install layout. #539092
+   find sntp/loc/ -type f '!' -name legacy -delete || die
+   eautoreconf #622754
+   # Disable pointless checks.
+   touch .checkChangeLog .gcc-warning FRC.html html/.datecheck
+}
+
+src_configure() {
+   # avoid libmd5/libelf
+   export ac_cv_search_MD5Init=no ac_cv_header_md5_h=no
+   export ac_cv_lib_elf_nlist=no
+   # blah, no real configure options #176333
+   export ac_cv_header_dns_sd_h=$(usex zeroconf)
+   export ac_cv_lib_dns_sd_DNSServiceRegister=${ac_cv_header_dns_sd_h}
+   # Increase the default memlimit from 32MiB to 128MiB.  #533232
+   local myeconfargs=(
+   --with-lineeditlibs=readline,edit,editline
+   --with-yielding-select
+   --disable-local-libevent
+   --docdir='$(datarootdir)'/doc/${PF}
+   --htmldir='$(docdir)/html'
+   

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-dosbox/

2019-08-27 Thread Craig Andrews
commit: 54046fcecc5c5ae7894dffa6e33ab8f9650c749a
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Aug 27 17:56:22 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Aug 27 17:57:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54046fce

kodi-game-libretro-dosbox: Call cmake-utils_src_prepare in src_prepare

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 .../kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-.ebuild 
b/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-.ebuild
index ac365499237..5023eb5cc6e 100644
--- 
a/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-.ebuild
+++ 
b/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-.ebuild
@@ -34,5 +34,5 @@ RDEPEND="
"
 src_prepare() {
echo 'find_library(DOSBOX_LIB NAMES 
dosbox_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-dosbox.cmake" || die
-   default
+   cmake-utils_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-fceumm/

2019-08-27 Thread Craig Andrews
commit: 16231b48f561398cb96a7623af5666cf558d06cd
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Aug 27 17:56:34 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Aug 27 17:57:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16231b48

kodi-game-libretro-fceumm: Call cmake-utils_src_prepare in src_prepare

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 .../kodi-game-libretro-fceumm/kodi-game-libretro-fceumm-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/kodi-game-libretro-fceumm/kodi-game-libretro-fceumm-.ebuild 
b/media-plugins/kodi-game-libretro-fceumm/kodi-game-libretro-fceumm-.ebuild
index 303c7881473..dd15a631b6b 100644
--- 
a/media-plugins/kodi-game-libretro-fceumm/kodi-game-libretro-fceumm-.ebuild
+++ 
b/media-plugins/kodi-game-libretro-fceumm/kodi-game-libretro-fceumm-.ebuild
@@ -34,5 +34,5 @@ RDEPEND="
"
 src_prepare() {
echo 'find_library(FCEUMM_LIB NAMES 
fceumm_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-fceumm.cmake" || die
-   default
+   cmake-utils_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-visualization-projectm/

2019-08-27 Thread Craig Andrews
commit: b05bc00bb59156d664b98e850e17076908d72849
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Aug 27 17:52:09 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Aug 27 17:57:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05bc00b

media-plugins/kodi-visualization-projectm: Call cmake-utils_src_prepare in 
src_prepare

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 .../kodi-visualization-projectm/kodi-visualization-projectm-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-.ebuild
 
b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-.ebuild
index a25910b0604..66381994918 100644
--- 
a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-.ebuild
+++ 
b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-.ebuild
@@ -40,5 +40,5 @@ RDEPEND="
 src_prepare() {
# Delete bundled libprojectM
rm src/libprojectM -rf || die
-   default
+   cmake-utils_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-twentyfortyeight/

2019-08-27 Thread Craig Andrews
commit: 381e930f84f4cb491d7b1aaa99e747c1237643fd
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Aug 27 17:57:12 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Aug 27 17:57:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381e930f

kodi-game-libretro-twentyfortyeight: Call cmake-utils_src_prepare in src_prepare

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 .../kodi-game-libretro-twentyfortyeight-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-.ebuild
 
b/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-.ebuild
index 1d4549a6ba3..852f780f1e2 100644
--- 
a/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-.ebuild
+++ 
b/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-.ebuild
@@ -35,5 +35,5 @@ RDEPEND="
 
 src_prepare() {
echo 'find_library(2048_LIB NAMES 
2048_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-2048.cmake" || die
-   default
+   cmake-utils_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-nestopia/

2019-08-27 Thread Craig Andrews
commit: 02376515076bab8ceba2e51f5c9c7413d474b596
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Aug 27 17:56:47 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Aug 27 17:57:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02376515

kodi-game-libretro-nestopia: Call cmake-utils_src_prepare in src_prepare

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 .../kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-.ebuild
 
b/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-.ebuild
index d27af5cd12e..d08d797471c 100644
--- 
a/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-.ebuild
+++ 
b/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-.ebuild
@@ -34,5 +34,5 @@ RDEPEND="
"
 src_prepare() {
echo 'find_library(NESTOPIA_LIB NAMES 
nestopia_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-nestopia.cmake" || die
-   default
+   cmake-utils_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-bnes/

2019-08-27 Thread Craig Andrews
commit: 5661c199cffe2bbfa2f9dd2fc84264743628f3e8
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Aug 27 17:56:10 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Aug 27 17:57:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5661c199

kodi-game-libretro-bnes: Call cmake-utils_src_prepare in src_prepare

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 .../kodi-game-libretro-bnes/kodi-game-libretro-bnes-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-.ebuild 
b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-.ebuild
index 178b2d36704..c4ec85a581c 100644
--- a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-.ebuild
+++ b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-.ebuild
@@ -34,5 +34,5 @@ RDEPEND="
"
 src_prepare() {
echo 'find_library(BNES_LIB NAMES 
bnes_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-bnes.cmake" || die
-   default
+   cmake-utils_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-snes9x/

2019-08-27 Thread Craig Andrews
commit: 13544ab3965d0309447eac1e32840fec52d88ada
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Aug 27 17:57:00 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Aug 27 17:57:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13544ab3

kodi-game-libretro-snes9x: Call cmake-utils_src_prepare in src_prepare

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 .../kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-.ebuild 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-.ebuild
index 1d05bea7bf9..4b6e38acdc5 100644
--- 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-.ebuild
+++ 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-.ebuild
@@ -34,5 +34,5 @@ RDEPEND="
"
 src_prepare() {
echo 'find_library(SNES9X_LIB NAMES 
snes9x_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-snes9x.cmake" || die
-   default
+   cmake-utils_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: www-client/opera/

2019-08-27 Thread Jeroen Roovers
commit: aebbb06dab0971f9754a80df49e14d0b23bfa5ef
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug 27 17:38:49 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 27 17:39:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebbb06d

www-client/opera: Sort xdg_* alphabetically

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Closes: https://bugs.gentoo.org/627996
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/opera/opera-63.0.3368.53.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/opera/opera-63.0.3368.53.ebuild 
b/www-client/opera/opera-63.0.3368.53.ebuild
index 2144791d1fb..b28807261d0 100644
--- a/www-client/opera/opera-63.0.3368.53.ebuild
+++ b/www-client/opera/opera-63.0.3368.53.ebuild
@@ -99,13 +99,13 @@ src_install() {
 }
 
 pkg_postrm() {
-   xdg_icon_cache_update
xdg_desktop_database_update
+   xdg_icon_cache_update
xdg_mimeinfo_database_update
 }
 
 pkg_postinst() {
-   xdg_icon_cache_update
xdg_desktop_database_update
+   xdg_icon_cache_update
xdg_mimeinfo_database_update
 }



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2019-08-27 Thread Mike Gilbert
commit: 339110691bd8ffa6c11548de57dc6d7772416dba
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Aug 27 17:38:56 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Aug 27 17:38:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33911069

www-plugins/chrome-binary-plugins: automated update (76.0.3809.132)

Package-Manager: Portage-2.3.73_p3, Repoman-2.3.17_p23
Signed-off-by: Mike Gilbert  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...-76.0.3809.100.ebuild => chrome-binary-plugins-76.0.3809.132.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index c1240a0784c..a7ad5e1d210 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_77.0.3865.42-1_amd64.deb 63838692 BLAKE2B 
586783eecf2d359e35e160b0c949ad4b03ba556bbd2d3ff5d92f740054811498660e34ff0c3bda6871ce09772ae18f8787c96da948120e06faafcbcee318cbf6
 SHA512 
31d99efa74660c50b82aa8efbc5a7d9b8bcfd2f26c578fbc9c78fba56fdf810c3f190eb39c4e300ad98928c177085ee4c6f63d2eeb8df5fd373488bf23415ca2
-DIST google-chrome-stable_76.0.3809.100-1_amd64.deb 59477810 BLAKE2B 
7fd5e64f00cb80070c396f6414cbe921bd05b3405120c21d89777bb0da6e4b082f3209927dcb39397970024daffc80c5d5c182e34ba783309bddc1a3a0ec7b22
 SHA512 
73d742f69b2208383cbadc4432d217ad65a1dae4050ebe7b4e9b7f109563c9565863b8703517a004aa9eee3bd75de66a650d2602db7d1733b1fedb651e6fe085
+DIST google-chrome-stable_76.0.3809.132-1_amd64.deb 59170956 BLAKE2B 
3eea5ff9c3bafa4c4e7f0dd27a8f85a505f2c8a7260f6c517264343c57eb0694e66203622c01d19f89f01c90a384255eaabf2c43e62c7a510e379f3c0a73
 SHA512 
c93aa39776ae5ca3f24092668c5d3e7fd873ce1b0ce05fa9a5d8a4a164981cf9cb4724a368026cab2475467bc0c85247626ac4f859d6e71f3072af9b7f8f1393
 DIST google-chrome-unstable_78.0.3887.7-1_amd64.deb 64363722 BLAKE2B 
b4cad58e0f2aa316bd61acea30fbe27c0d513e2584972b2ba1ea9220206accd2806303bb592fb1992b8d8587990c18cf0b2eab35afb885138076a7ddd401e82d
 SHA512 
74849670d05eb31b1cfb531397dab33af891007eae5ae299cbb4c8e9296f3d6bf2710c58b8993c48c37482139795bafd89b65892c9073d1c3a01629f01c49fc6

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.100.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.132.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.100.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.132.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome/

2019-08-27 Thread Mike Gilbert
commit: 64d9361857dae6cb8fe49e28e8b1666d01e263ec
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Aug 27 17:38:47 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Aug 27 17:38:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d93618

www-client/google-chrome: automated update (76.0.3809.132)

Package-Manager: Portage-2.3.73_p3, Repoman-2.3.17_p23
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome/Manifest   | 2 +-
 ...e-chrome-76.0.3809.100.ebuild => google-chrome-76.0.3809.132.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index a1c13fb9b92..9b40c57e4fc 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_76.0.3809.100-1_amd64.deb 59477810 BLAKE2B 
7fd5e64f00cb80070c396f6414cbe921bd05b3405120c21d89777bb0da6e4b082f3209927dcb39397970024daffc80c5d5c182e34ba783309bddc1a3a0ec7b22
 SHA512 
73d742f69b2208383cbadc4432d217ad65a1dae4050ebe7b4e9b7f109563c9565863b8703517a004aa9eee3bd75de66a650d2602db7d1733b1fedb651e6fe085
+DIST google-chrome-stable_76.0.3809.132-1_amd64.deb 59170956 BLAKE2B 
3eea5ff9c3bafa4c4e7f0dd27a8f85a505f2c8a7260f6c517264343c57eb0694e66203622c01d19f89f01c90a384255eaabf2c43e62c7a510e379f3c0a73
 SHA512 
c93aa39776ae5ca3f24092668c5d3e7fd873ce1b0ce05fa9a5d8a4a164981cf9cb4724a368026cab2475467bc0c85247626ac4f859d6e71f3072af9b7f8f1393

diff --git a/www-client/google-chrome/google-chrome-76.0.3809.100.ebuild 
b/www-client/google-chrome/google-chrome-76.0.3809.132.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-76.0.3809.100.ebuild
rename to www-client/google-chrome/google-chrome-76.0.3809.132.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/opera/

2019-08-27 Thread Jeroen Roovers
commit: b3a0e18ff342920f240470dddc347471f35a7c9b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug 27 17:35:45 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 27 17:36:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a0e18f

www-client/opera: Old

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/opera/Manifest|   4 -
 www-client/opera/metadata.xml|   3 -
 www-client/opera/opera-12.16_p1860-r1.ebuild | 238 ---
 3 files changed, 245 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 16c51fc52f9..9f6a63551a4 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,5 +1 @@
-DIST opera-12.16-1860.amd64.freebsd.tar.xz 13312684 BLAKE2B 
2c4cd52a07999c5beabec8474d6d855d04e06b4e3264ff1f279822e7cf89311fb49cab9254f4c2d83fa01e98c7597372cf439c4d5b9e9b8a6a0b1f444c4e67e8
 SHA512 
e08547a8c966ec64c00e7058cb17856c9e2174b8b6e327d3e8b4c69226c9d1a1ff98f07557b607d8db68811b8a4f94a349ec9c882b480a706d3f28f7430e5ff8
-DIST opera-12.16-1860.i386.freebsd.tar.xz 13385696 BLAKE2B 
35fef5a5d1784941ce11ff3fed440d9c8f83ce5f9a0a8aad3f68deb470a7d82accfe7c9c93be225b458c0fc8e738ca7841d3d14abcaa201801321f3280f2b58f
 SHA512 
0bb2c0548765ea476cdb8be6c84faf1d60dddb5a2c08b7312027f4cd17fa8ebd4fbc1a97657bbcb0ac07733e5f3b340b181a307a778c38543140adbfe7f8b844
-DIST opera-12.16-1860.i386.linux.tar.xz 13154668 BLAKE2B 
7f9ef54f44bc143c13173bce92543351c39288058455baf3fde19f9f8766c9acd72971216c8c340fd89e918f18e89320eb8d13c4be9ec71635e2073c94c90067
 SHA512 
a13ec53311e3e78f35103a9dd5337c0e9a555362860213080211ee9d21de88fbd6aae03bed20b7515874d5a09dfbab108954213745fb82175f5e48e555152613
-DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 BLAKE2B 
e0cb727ea79868d1c3c692d445fc8949f554c3bbe2bf3c9f222885891458cab7af1a29096cd3caf6936e83068841dda4bff5b8a17eb55a86bebe39ce2b270183
 SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 DIST opera-stable_63.0.3368.53_amd64.deb 60374636 BLAKE2B 
4cb6726f275504972d5d97b8fdde1d96f9d122a31e241914cd3f62a0e2eb94d25ada8e1ad10b4416456dfd173d01e680134a94ae2a68b1ab087fbe78d36558d1
 SHA512 
f3d89f4a7857b76cab2480efb2c43d9997b110a049a9a8a84509d05a35d691e12b9ffd58e5e85f2ee6520ee172662008d6d021653807df49638931ac1e7f6eb9

diff --git a/www-client/opera/metadata.xml b/www-client/opera/metadata.xml
index 2078dce6390..2ac7edc2a6f 100644
--- a/www-client/opera/metadata.xml
+++ b/www-client/opera/metadata.xml
@@ -10,7 +10,4 @@ Opera is a graphical Web browser available on several 
platforms. The desktop
 version runs on GNU/Linux and FreeBSD. Versions for Macintosh and
 Windows are also available.
 
-
-Install support libraries and runtime dependencies to support 
GTK+/GNOME desktop integration
-
 

diff --git a/www-client/opera/opera-12.16_p1860-r1.ebuild 
b/www-client/opera/opera-12.16_p1860-r1.ebuild
deleted file mode 100644
index 9ea33719af1..000
--- a/www-client/opera/opera-12.16_p1860-r1.ebuild
+++ /dev/null
@@ -1,238 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils gnome2-utils multilib pax-utils versionator xdg-utils
-
-DESCRIPTION="A fast and secure web browser and Internet suite"
-HOMEPAGE="https://www.opera.com/;
-
-SLOT="0"
-LICENSE="OPERA-12 LGPL-2 LGPL-3"
-KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="elibc_FreeBSD gtk multilib"
-
-O_V="$(get_version_component_range 1-2)" # Version, i.e. 11.00
-O_B="$(get_version_component_range 3)"   # Build number, i.e. 1156
-
-# == Variables that often change ==
-# All other variables should be accounted for by _pre/_p
-
-O_K="noserch" # The key to the snapshot URL
-
-O_LINGUAS="
-   af ar az be bg bn cnr cs da de el en-GB es-419 es-ES et fa fi fr fr-CA 
fy
-   gd he hi hr hu id it ja ka kk ko lt lv mk ms nb nl nn pa pl pt pt-BR ro 
ru
-   sk sr sv sw ta te th tl tr uk ur uz vi zh-CN zh-TW zu
-" # Supported linguas
-
-# == End of variables that often change ==
-
-if [[ "pre${O_B/pre/}" = "${O_B}" ]]; then # snapshot: _pre
-   HOMEPAGE="https://my.opera.com/desktopteam/blog/;
-
-   O_D="${O_K}_${O_V}-${O_B/pre}"  # directory string
-   O_P="${PN}-${O_V}-${O_B/pre}"   # package string
-   O_U="https://snapshot.opera.com/unix/;  # base URI
-
-   SRC_URI="
-   amd64? ( ${O_U}${O_D}/${O_P}.x86_64.linux.tar.xz )
-   amd64-fbsd? ( ${O_U}${O_D}/${O_P}.amd64.freebsd.tar.xz )
-   x86? ( ${O_U}${O_D}/${O_P}.i386.linux.tar.xz )
-   x86-fbsd? ( ${O_U}${O_D}/${O_P}.i386.freebsd.tar.xz )
-   "
-else   # release: _p
-   O_D="${O_V/./}" # directory string
-   O_P="${PN}-${O_V}-${O_B/p}" 

[gentoo-commits] repo/gentoo:master commit in: www-client/opera/

2019-08-27 Thread Jeroen Roovers
commit: b7ecae4a6d072518cd7e345148012abaebb7b973
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug 27 17:31:59 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 27 17:34:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ecae4a

www-client/opera: Stable

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/opera/opera-63.0.3368.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/opera/opera-63.0.3368.53.ebuild 
b/www-client/opera/opera-63.0.3368.53.ebuild
index fbf25ee7c63..2144791d1fb 100644
--- a/www-client/opera/opera-63.0.3368.53.ebuild
+++ b/www-client/opera/opera-63.0.3368.53.ebuild
@@ -25,7 +25,7 @@ SRC_URI+="
"${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
 "
 done
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
dev-libs/expat



[gentoo-commits] repo/gentoo:master commit in: www-client/opera/

2019-08-27 Thread Jeroen Roovers
commit: 62a90d16afb402b39802977b36381252ac016c6e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug 27 17:31:16 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 27 17:34:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a90d16

www-client/opera: Version 63.0.3368.53

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/opera/Manifest  |   1 +
 www-client/opera/opera-63.0.3368.53.ebuild | 111 +
 2 files changed, 112 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 6c19b8544ce..ae740a55c06 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -5,3 +5,4 @@ DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 BLAKE2B 
e0cb727ea79868d1c3c69
 DIST opera-stable_62.0.3331.116_amd64.deb 66479598 BLAKE2B 
1015f740686ce3ff8164040f6bdc3f495123dc4d8d7d30c39524d93150eda0de5d5282198103552c952dd6b268f7e88d7fc3de4b0a1fa09099542971e4d0abb8
 SHA512 
8bbcb77d12f86f3a37ee77f6c4de636b976a1f1367e0992d7efed76e718037bce8e651b0e1a4a722e7c8d9b2a2ad2223c0b6dfd7084191c2e4d670d682a23a52
 DIST opera-stable_63.0.3368.35_amd64.deb 60629598 BLAKE2B 
5e2be00d2156f87a479f58b0bc3554ca6ff1b9c3c59a7adfc9381602a139ad9172deb1a2e815dbb3c014c67deb474d2a91eb7d4851c8cd6ef857cd4a1ee09564
 SHA512 
2bb502fbd447efb07163f603f3e8aef23595020483a2670e7cc5ee1faeb093bbcbb8d42cb032ab13b8d6a3978ac305213246843e7603bda16b1c17295f62f87b
 DIST opera-stable_63.0.3368.43_amd64.deb 60652496 BLAKE2B 
67cf673cf5d27eb7b66fd9a86f28b475db2138a77740ae5f49bb3bab2eb928950d391ee7cc38947ebb13fce79c82d8de8379f9d3691f100d0247df25df9e002e
 SHA512 
6e3c2fb4b13ddcf0ad461542e3f7f31280042b9604db90f82e8df4c4d8b84a9e234ef76eb372cd3df5a0bebfa373fba0ea62095be74016d440a6d5921b6f216b
+DIST opera-stable_63.0.3368.53_amd64.deb 60374636 BLAKE2B 
4cb6726f275504972d5d97b8fdde1d96f9d122a31e241914cd3f62a0e2eb94d25ada8e1ad10b4416456dfd173d01e680134a94ae2a68b1ab087fbe78d36558d1
 SHA512 
f3d89f4a7857b76cab2480efb2c43d9997b110a049a9a8a84509d05a35d691e12b9ffd58e5e85f2ee6520ee172662008d6d021653807df49638931ac1e7f6eb9

diff --git a/www-client/opera/opera-63.0.3368.53.ebuild 
b/www-client/opera/opera-63.0.3368.53.ebuild
new file mode 100644
index 000..fbf25ee7c63
--- /dev/null
+++ b/www-client/opera/opera-63.0.3368.53.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+
+"
+inherit chromium-2 multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   https://download1.operacdn.com/pub/
+   https://download2.operacdn.com/pub/
+   https://download3.operacdn.com/pub/
+   https://download4.operacdn.com/pub/
+"
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
+"
+done
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   default
+
+   OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}-stable/copyright || die
+   mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die
+   gunzip usr/share/doc/${PF}/changelog.gz || die
+
+   pushd "${OPERA_HOME}"/localization > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   rm "${OPERA_HOME}"/${PN}_autoupdate || die
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 

  1   2   >