[gentoo-commits] repo/gentoo:master commit in: sys-fs/btrfs-progs/

2019-09-05 Thread Lars Wendler
commit: 5e440e3fa4be8a36bc274a3381432a626f872196
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep  6 05:45:35 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep  6 05:45:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e440e3f

sys-fs/btrfs-progs: Bump to version 5.2.2

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 sys-fs/btrfs-progs/Manifest |   1 +
 sys-fs/btrfs-progs/btrfs-progs-5.2.2.ebuild | 125 
 2 files changed, 126 insertions(+)

diff --git a/sys-fs/btrfs-progs/Manifest b/sys-fs/btrfs-progs/Manifest
index 4315591dbd6..e2278691ad3 100644
--- a/sys-fs/btrfs-progs/Manifest
+++ b/sys-fs/btrfs-progs/Manifest
@@ -8,4 +8,5 @@ DIST btrfs-progs-v4.4.1.tar.xz 1173248 BLAKE2B 
8bf07a3bc3d24a3f641c2dc7a6353f186
 DIST btrfs-progs-v4.9.1.tar.xz 1476524 BLAKE2B 
3fdd1c040fdf8083fcf5d4106db22112aaba59dd9a6ab8ad164302ec153a83151fbf88d84181dc849c296bb96ad883d4f7329bff111c67c19fdb814db5073fb2
 SHA512 
143f5c8863f3b9eff2e4ca2c750bb80ffe62f66d0c15d23e6f5bf75dab0133dcd3ff4d4c722360560de24b73e3da1222f265230d18de06d7bccd85ad2cb9a6a5
 DIST btrfs-progs-v5.1.1.tar.xz 2041940 BLAKE2B 
ca032cf17e78e5892788b677b5a0fead7cf1108fd464facb48e713b259c8c75f8b7714377f75e7b9e595c7c8fa5927fa37d11f43f51e4d898698f9fc5d26a808
 SHA512 
0f7582893e76d73ac7c0061dd43f65c465ca6308d3447a4e12f95397edcf3b74cc4dd3fad4a139739322650a0d228c4b2d43eb6eb9a09eb92f8fa2a5ef1519cd
 DIST btrfs-progs-v5.2.1.tar.xz 2049856 BLAKE2B 
841a506f07f1d965c3443fbea39c81a833c41ce1215db3feb41650c964a3a6ba8f5f964c61838921f2df90f6de7fdb057f0d41856549f26b9c4d580b4707d18f
 SHA512 
7da495df7dd2ef1c7961eda132c5f587785c7a91d2531a0c5ed3917f07c708d02acd48681520c10c375edd7a8a7ecab371e806077ccae7899eb41a5ddea89c59
+DIST btrfs-progs-v5.2.2.tar.xz 2073592 BLAKE2B 
6c477ad2599a2f629b5d85a28dee7286af744e4d684ff9a0e9b5ae433b7b1450ac66caa41103781d159c172d8c6fdf26f4590d1476e457f09d7f52d6ea87e481
 SHA512 
97eaf3dd8ce1629f0acace23f3eedc7c6942299ddb65cdc3b0a7b623026db1063d72f3c1b6297782705e08dfc4c361384e17b5e27a16e756cd0a81e35e79aa9c
 DIST btrfs-progs-v5.2.tar.xz 2047448 BLAKE2B 
5b30e82036c33d0fb7b562c3fcd512247cd7946eb0679a5389e6891b205e8b06ed9d4c29fdd1f13f13a5dd30c4204a94ffa78843f9e5001dbb715e67f2efb46a
 SHA512 
a62d3977aa62d7bd71a589525b7dde140fa8f5f2d484d6bd0546606be124b9776667ef3a5e9a084a1ea2b905b6a9125e5892637fcf9cabc79f0707b967aac9c0

diff --git a/sys-fs/btrfs-progs/btrfs-progs-5.2.2.ebuild 
b/sys-fs/btrfs-progs/btrfs-progs-5.2.2.ebuild
new file mode 100644
index 000..4680b387969
--- /dev/null
+++ b/sys-fs/btrfs-progs/btrfs-progs-5.2.2.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit bash-completion-r1 python-single-r1
+
+libbtrfs_soname=0
+
+if [[ ${PV} !=  ]]; then
+   MY_PV="v${PV/_/-}"
+   [[ "${PV}" = *_rc* ]] || \
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   
SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz;
+   S="${WORKDIR}/${PN}-${MY_PV}"
+else
+   WANT_LIBTOOL=none
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/kdave/btrfs-progs.git;
+   EGIT_BRANCH="devel"
+fi
+
+DESCRIPTION="Btrfs filesystem utilities"
+HOMEPAGE="https://btrfs.wiki.kernel.org;
+
+LICENSE="GPL-2"
+SLOT="0/${libbtrfs_soname}"
+IUSE="+convert doc python reiserfs static static-libs +zstd"
+
+RESTRICT=test # tries to mount repared filesystems
+
+RDEPEND="
+   dev-libs/lzo:2=
+   sys-apps/util-linux:0=[static-libs(+)?]
+   sys-libs/zlib:0=
+   convert? (
+   sys-fs/e2fsprogs:0=
+   sys-libs/e2fsprogs-libs:0=
+   reiserfs? (
+   >=sys-fs/reiserfsprogs-3.6.27
+   )
+   )
+   python? ( ${PYTHON_DEPS} )
+   zstd? ( app-arch/zstd:0= )
+"
+DEPEND="${RDEPEND}
+   convert? ( sys-apps/acl )
+   python? ( dev-python/setuptools[${PYTHON_USEDEP}] )
+   static? (
+   dev-libs/lzo:2[static-libs(+)]
+   sys-apps/util-linux:0[static-libs(+)]
+   sys-libs/zlib:0[static-libs(+)]
+   convert? (
+   sys-fs/e2fsprogs:0[static-libs(+)]
+   sys-libs/e2fsprogs-libs:0[static-libs(+)]
+   reiserfs? (
+   >=sys-fs/reiserfsprogs-3.6.27[static-libs(+)]
+   )
+   )
+   zstd? ( app-arch/zstd:0[static-libs(+)] )
+   )
+"
+BDEPEND="
+   doc? (
+   || ( >=app-text/asciidoc-8.6.0 dev-ruby/asciidoctor )
+   app-text/docbook-xml-dtd:4.5
+   app-text/xmlto
+   )
+"
+
+if [[ ${PV} ==  ]]; then
+   DEPEND+=" sys-devel/gnuconfig"
+fi
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

[gentoo-commits] repo/gentoo:master commit in: sys-fs/btrfs-progs/

2019-09-05 Thread Lars Wendler
commit: 39ad9e3c50602f32c9bfef964cfb0fb67792f79f
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep  6 05:46:25 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep  6 05:46:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ad9e3c

sys-fs/btrfs-progs: Removed old

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 sys-fs/btrfs-progs/Manifest   |   1 -
 sys-fs/btrfs-progs/btrfs-progs-5.2.ebuild | 125 --
 2 files changed, 126 deletions(-)

diff --git a/sys-fs/btrfs-progs/Manifest b/sys-fs/btrfs-progs/Manifest
index e2278691ad3..9f825b19d6a 100644
--- a/sys-fs/btrfs-progs/Manifest
+++ b/sys-fs/btrfs-progs/Manifest
@@ -9,4 +9,3 @@ DIST btrfs-progs-v4.9.1.tar.xz 1476524 BLAKE2B 
3fdd1c040fdf8083fcf5d4106db22112a
 DIST btrfs-progs-v5.1.1.tar.xz 2041940 BLAKE2B 
ca032cf17e78e5892788b677b5a0fead7cf1108fd464facb48e713b259c8c75f8b7714377f75e7b9e595c7c8fa5927fa37d11f43f51e4d898698f9fc5d26a808
 SHA512 
0f7582893e76d73ac7c0061dd43f65c465ca6308d3447a4e12f95397edcf3b74cc4dd3fad4a139739322650a0d228c4b2d43eb6eb9a09eb92f8fa2a5ef1519cd
 DIST btrfs-progs-v5.2.1.tar.xz 2049856 BLAKE2B 
841a506f07f1d965c3443fbea39c81a833c41ce1215db3feb41650c964a3a6ba8f5f964c61838921f2df90f6de7fdb057f0d41856549f26b9c4d580b4707d18f
 SHA512 
7da495df7dd2ef1c7961eda132c5f587785c7a91d2531a0c5ed3917f07c708d02acd48681520c10c375edd7a8a7ecab371e806077ccae7899eb41a5ddea89c59
 DIST btrfs-progs-v5.2.2.tar.xz 2073592 BLAKE2B 
6c477ad2599a2f629b5d85a28dee7286af744e4d684ff9a0e9b5ae433b7b1450ac66caa41103781d159c172d8c6fdf26f4590d1476e457f09d7f52d6ea87e481
 SHA512 
97eaf3dd8ce1629f0acace23f3eedc7c6942299ddb65cdc3b0a7b623026db1063d72f3c1b6297782705e08dfc4c361384e17b5e27a16e756cd0a81e35e79aa9c
-DIST btrfs-progs-v5.2.tar.xz 2047448 BLAKE2B 
5b30e82036c33d0fb7b562c3fcd512247cd7946eb0679a5389e6891b205e8b06ed9d4c29fdd1f13f13a5dd30c4204a94ffa78843f9e5001dbb715e67f2efb46a
 SHA512 
a62d3977aa62d7bd71a589525b7dde140fa8f5f2d484d6bd0546606be124b9776667ef3a5e9a084a1ea2b905b6a9125e5892637fcf9cabc79f0707b967aac9c0

diff --git a/sys-fs/btrfs-progs/btrfs-progs-5.2.ebuild 
b/sys-fs/btrfs-progs/btrfs-progs-5.2.ebuild
deleted file mode 100644
index 4680b387969..000
--- a/sys-fs/btrfs-progs/btrfs-progs-5.2.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit bash-completion-r1 python-single-r1
-
-libbtrfs_soname=0
-
-if [[ ${PV} !=  ]]; then
-   MY_PV="v${PV/_/-}"
-   [[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-   
SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz;
-   S="${WORKDIR}/${PN}-${MY_PV}"
-else
-   WANT_LIBTOOL=none
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/kdave/btrfs-progs.git;
-   EGIT_BRANCH="devel"
-fi
-
-DESCRIPTION="Btrfs filesystem utilities"
-HOMEPAGE="https://btrfs.wiki.kernel.org;
-
-LICENSE="GPL-2"
-SLOT="0/${libbtrfs_soname}"
-IUSE="+convert doc python reiserfs static static-libs +zstd"
-
-RESTRICT=test # tries to mount repared filesystems
-
-RDEPEND="
-   dev-libs/lzo:2=
-   sys-apps/util-linux:0=[static-libs(+)?]
-   sys-libs/zlib:0=
-   convert? (
-   sys-fs/e2fsprogs:0=
-   sys-libs/e2fsprogs-libs:0=
-   reiserfs? (
-   >=sys-fs/reiserfsprogs-3.6.27
-   )
-   )
-   python? ( ${PYTHON_DEPS} )
-   zstd? ( app-arch/zstd:0= )
-"
-DEPEND="${RDEPEND}
-   convert? ( sys-apps/acl )
-   python? ( dev-python/setuptools[${PYTHON_USEDEP}] )
-   static? (
-   dev-libs/lzo:2[static-libs(+)]
-   sys-apps/util-linux:0[static-libs(+)]
-   sys-libs/zlib:0[static-libs(+)]
-   convert? (
-   sys-fs/e2fsprogs:0[static-libs(+)]
-   sys-libs/e2fsprogs-libs:0[static-libs(+)]
-   reiserfs? (
-   >=sys-fs/reiserfsprogs-3.6.27[static-libs(+)]
-   )
-   )
-   zstd? ( app-arch/zstd:0[static-libs(+)] )
-   )
-"
-BDEPEND="
-   doc? (
-   || ( >=app-text/asciidoc-8.6.0 dev-ruby/asciidoctor )
-   app-text/docbook-xml-dtd:4.5
-   app-text/xmlto
-   )
-"
-
-if [[ ${PV} ==  ]]; then
-   DEPEND+=" sys-devel/gnuconfig"
-fi
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   if [[ ${PV} ==  ]]; then
-   AT_M4DIR=m4 eautoreconf
-   mkdir config || die
-   local automakedir="$(autotools_run_tool --at-output automake 
--print-libdir)"
-   [[ 

[gentoo-commits] repo/gentoo:master commit in: sci-libs/cantera/files/, sci-libs/cantera/

2019-09-05 Thread Joonas Niilola
commit: 386771016f5534e7a99133e0e13eb4b6e001461a
Author: band-a-prend  yandex  ru>
AuthorDate: Wed Aug 14 03:02:03 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Sep  6 03:04:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38677101

sci-libs/cantera: revision bump (r2) with fix python installation path

Fix python installation path using 'libdirname' env variable.
This patch is backport of upstream patch [1].

[1] https://github.com/Cantera/cantera/pull/674

This patch is backport of upstream patch [1] but with removing of
'setIterator' function instead of it's deprecation.

[1] https://github.com/Cantera/cantera/pull/672

Closes: https://github.com/gentoo/gentoo/pull/12701
Signed-off-by: Sergey Torokhov  mail.ru>
Signed-off-by: Joonas Niilola  gentoo.org>

 sci-libs/cantera/cantera-2.4.0-r2.ebuild   | 126 ++
 .../files/cantera_2.4.0_env_python_install.patch   |  17 ++
 .../cantera/files/cantera_2.4.0_sundials4.patch| 190 +
 3 files changed, 333 insertions(+)

diff --git a/sci-libs/cantera/cantera-2.4.0-r2.ebuild 
b/sci-libs/cantera/cantera-2.4.0-r2.ebuild
new file mode 100644
index 000..2d69f8d348c
--- /dev/null
+++ b/sci-libs/cantera/cantera-2.4.0-r2.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit desktop fortran-2 python-single-r1 scons-utils toolchain-funcs
+
+DESCRIPTION="Object-oriented tool suite for chemical kinetics, thermodynamics, 
and transport"
+HOMEPAGE="https://www.cantera.org;
+SRC_URI="https://github.com/Cantera/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+cti fortran pch +python test"
+
+REQUIRED_USE="
+   python? ( cti )
+   ${PYTHON_REQUIRED_USE}
+   "
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   python? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+   http://cantera.org/docs/sphinx/html/compiling/config-options.html
+
+src_configure() {
+   scons_vars=(
+   CC="$(tc-getCC)"
+   CXX="$(tc-getCXX)"
+   cc_flags="${CXXFLAGS}"
+   cxx_flags="-std=c++11"
+   debug="no"
+   FORTRAN="$(tc-getFC)"
+   FORTRANFLAGS="${CXXFLAGS}"
+   optimize_flags="-Wno-inline"
+   renamed_shared_libraries="no"
+   use_pch=$(usex pch)
+## In some cases other order can break the detection of right location of 
Boost: ##
+   system_fmt="y"
+   system_sundials="y"
+   system_eigen="y"
+   env_vars="all"
+   extra_inc_dirs="/usr/include/eigen3"
+   )
+   use test || scons_vars+=( googletest="none" )
+
+   scons_targets=(
+   f90_interface=$(usex fortran y n)
+   python2_package="none"
+   )
+
+   if use cti ; then
+   local scons_python=$(usex python full minimal)
+   scons_targets+=( python3_package="${scons_python}" 
python3_cmd="${EPYTHON}" )
+   else
+   scons_targets+=( python3_package="none" )
+   fi
+}
+
+src_compile() {
+   escons build "${scons_vars[@]}" "${scons_targets[@]}" prefix="/usr"
+}
+
+src_test() {
+   escons test
+}
+
+src_install() {
+   escons install stage_dir="${D}" libdirname="$(get_libdir)"
+   if ! use cti ; then
+   rm -r "${D}/usr/share/man" || die "Can't remove man files."
+   else
+   # Run the byte-compile of modules
+   python_optimize "${D}/$(python_get_sitedir)/${PN}"
+   fi
+}
+
+pkg_postinst() {
+   if use cti && ! use python ; then
+   elog "Cantera was build without 'python' use-flag therefore the 
CTI tool 'ck2cti'"
+   elog "will convert Chemkin files to Cantera format without 
verification of kinetic mechanism."
+   fi
+
+   local post_msg=$(usex fortran "and Fortran " "")
+   elog "C++ ${post_msg}samples are installed to 
'/usr/share/${PN}/samples/' directory."
+
+   if use python ; then
+   elog "Python examples are installed to 
'$(python_get_sitedir)/${PN}/examples/' directories."
+   fi
+}

diff --git a/sci-libs/cantera/files/cantera_2.4.0_env_python_install.patch 
b/sci-libs/cantera/files/cantera_2.4.0_env_python_install.patch
new file mode 100644
index 000..2e01fed1fa9
--- /dev/null
+++ b/sci-libs/cantera/files/cantera_2.4.0_env_python_install.patch
@@ -0,0 +1,17 @@
+diff -Nur old/interfaces/cython/SConscript new/interfaces/cython/SConscript
+--- old/interfaces/cython/SConscript   2018-08-24 16:24:45.0 +0300
 new/interfaces/cython/SConscript   2019-08-14 04:28:41.0 +0300
+@@ -83,10 +83,10 @@
+ extra = ''
+ elif localenv['OS'] == 'Darwin':
+

[gentoo-commits] proj/gcc-config:master commit in: /

2019-09-05 Thread Sergei Trofimovich
commit: 2aff500d7b04329dd5ec5baec785a2bcfd72fcaa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Sep  5 22:35:35 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Sep  5 22:35:35 2019 +
URL:https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=2aff500d

gcc-config: change comment to clarify why env-udate is still useful

Signed-off-by: Sergei Trofimovich  gentoo.org>

 gcc-config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc-config b/gcc-config
index 7f2d69f..9e5abf8 100755
--- a/gcc-config
+++ b/gcc-config
@@ -696,7 +696,7 @@ switch_profile() {
 
eend 0
 
-   # Not needed since Aug 2018. Can be removed later (say, in a year).
+   # This is needed mainly for MANPATH and INFOPATH updates.
if [[ ${envd_changed} -ne 0 ]] ; then
echo
ewarn "If you intend to use the gcc from the new profile in an 
already"



[gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard/

2019-09-05 Thread Jason A. Donenfeld
commit: 343b06df253e9335e5bfbd2b726a54b2d189ea7a
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu Sep  5 22:30:54 2019 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Thu Sep  5 22:31:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343b06df

net-vpn/wireguard: version bump

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 net-vpn/wireguard/Manifest  | 2 +-
 .../{wireguard-0.0.20190702.ebuild => wireguard-0.0.20190905.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/wireguard/Manifest b/net-vpn/wireguard/Manifest
index eeab5530f60..1f3145d4f1f 100644
--- a/net-vpn/wireguard/Manifest
+++ b/net-vpn/wireguard/Manifest
@@ -1 +1 @@
-DIST WireGuard-0.0.20190702.tar.xz 327632 BLAKE2B 
5a6ecb34e7f02507a2d97209c6210f01c8000644519f6b6532de5f50b7f2cd9d1534c2e5098bb1f5615ce08891b71e2d54b31b976808ad386cd0c99d1cd79c14
 SHA512 
8b92b51506cd3f8e9939378b86f23678e08e8501432decd0abf6a9d4e3dfe4742b6f1cb75e06407f5816778b3dd90849a5da83252ab882392ec1905dfb997501
+DIST WireGuard-0.0.20190905.tar.xz 328440 BLAKE2B 
fce7c7ef367f88978af7253f979242ef46368e5b56d28c6e9ad4f5c89e2864711b49658e13b1379d8b4ee994b62071b14ed254bf439b8f3c8ceaed5546acfedf
 SHA512 
25e74d1cce495dcec04341ba18214a916f38ba71d36cccba3237ac3b3a54c83eee9718a2d90213268fba6a236f5c6cd7b80a4ae8deef0ee99611b4ed3cb5ed31

diff --git a/net-vpn/wireguard/wireguard-0.0.20190702.ebuild 
b/net-vpn/wireguard/wireguard-0.0.20190905.ebuild
similarity index 100%
rename from net-vpn/wireguard/wireguard-0.0.20190702.ebuild
rename to net-vpn/wireguard/wireguard-0.0.20190905.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-db/etcd/

2019-09-05 Thread Zac Medico
commit: 56b5560f9c0bd5ccc09df68e722823bfa7805ebd
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Sep  5 22:04:31 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Sep  5 22:04:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b5560f

dev-db/etcd: Fix compile with go-1.13

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 dev-db/etcd/etcd-3.4.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-db/etcd/etcd-3.4.0.ebuild b/dev-db/etcd/etcd-3.4.0.ebuild
index c6423b93241..97d43f62eaf 100644
--- a/dev-db/etcd/etcd-3.4.0.ebuild
+++ b/dev-db/etcd/etcd-3.4.0.ebuild
@@ -29,6 +29,9 @@ src_prepare() {
# missing ... in args forwarded to print-like function
sed -e 's:l\.Logger\.Panic(v):l.Logger.Panic(v...):' \
-i "${S}"/src/${EGO_PN}/raft/logger.go || die
+
+   # Avoid network-sandbox violations since go-1.13
+   rm src/${EGO_PN}/go.mod || die
 }
 
 pkg_setup() {



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

2019-09-05 Thread Zac Medico
commit: a44751895082bb20bb7d617b3fb814881b4e338e
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Sep  5 21:56:47 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Sep  5 22:00:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4475189

app-admin/vault: Bump to version 1.2.2

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 app-admin/vault/Manifest   |  2 +
 app-admin/vault/vault-1.2.2.ebuild | 93 ++
 2 files changed, 95 insertions(+)

diff --git a/app-admin/vault/Manifest b/app-admin/vault/Manifest
index 1653aa8d29a..902b185fc0f 100644
--- a/app-admin/vault/Manifest
+++ b/app-admin/vault/Manifest
@@ -7,3 +7,5 @@ DIST vault-1.1.2-webui.tar.xz 1281868 BLAKE2B 
9c3662dabfd9403fda4a8acd8f9a86ff86
 DIST vault-1.1.2.tar.gz 26026601 BLAKE2B 
df208b15076007ab87c3c6683698dc4348f56d5a73ff2a52ce17c5a9858acf4d597f7c53f709a1415247cd4cdc65454cc1aa6c18504cbb10368d39df2974175d
 SHA512 
bc645bc5efeaf5a185479ab2ea78589762d09a40e889845d8cceac94568fcfcfeac94ae602c548648aea800b791121fbb2b75c3af9a9651d08dd9e38c1219826
 DIST vault-1.1.3-webui.tar.xz 1284144 BLAKE2B 
b84260974ce0827ce8ae834827c331a9bf70f589984975152188615aa480172cf41f4a45abc96fa13bfb7837ae1679bcff519f6aa7ab0678048b2cffbbe11afe
 SHA512 
36331457c50e2a5d42269a5f91cd3e982c3f7dbfd0a2cfa4f8f435c253af6f075da6401b59a92e1949c683b4c5e899ef2f28bbd8a5cbeabcca8ef30816d75e73
 DIST vault-1.1.3.tar.gz 26026249 BLAKE2B 
a8fb531caf43f675d604f58126a7e56f7bf86defa2309d5d81d92911457efe5595b5c3244be4d0f73806ca5b746bddc852f871c10841da0e7ec128e53c6c18a4
 SHA512 
bf757558b984711967fdc623393e71c74d5e73922de3b0574ecb229a5d52320ebc3f848b48eabf0ed7a8d6e9d9f6c12d69fb23309fb8c19492b135344c8c4be2
+DIST vault-1.2.2-webui.tar.xz 1920136 BLAKE2B 
81b90a0d796727c7523712ae50f85a24fa98b8b78c304d3ee50654e7f0ea1b3d58005abcbe55a15c3b496f5fce5701306ac57f0c6decc7ab8ae24ab12f5dd81d
 SHA512 
b454e02e664190903b11bf0e3e465463182f3b7060efeb2c858127306869d731193102ba58398c28441d2be1a3956b88b2591aab1460047647742ba9dab5a00c
+DIST vault-1.2.2.tar.gz 27588019 BLAKE2B 
5d989d1750a134f0c68e25ced7406ec8e7ae1d2233a1ece634e1487e4879af2d4a3e938aea1016d6872754f31ef19c85d04cd65e63f6547d7a5cf3cfa93ec208
 SHA512 
ce9211b3deb1839759646f8488fe2b89fec379bafed472921a62cd507f842ed05647fe4da7cb9482d195b028a29eb576f947da24aecd8b19181c7282fd3a155d

diff --git a/app-admin/vault/vault-1.2.2.ebuild 
b/app-admin/vault/vault-1.2.2.ebuild
new file mode 100644
index 000..851d2b1431f
--- /dev/null
+++ b/app-admin/vault/vault-1.2.2.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit fcaps golang-base golang-vcs-snapshot systemd user
+
+EGO_PN="github.com/hashicorp/${PN}"
+VAULT_WEBUI_ARCHIVE="${P}-webui.tar.xz"
+DESCRIPTION="A tool for managing secrets"
+HOMEPAGE="https://vaultproject.io/;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   webui? (
+   mirror://gentoo/${VAULT_WEBUI_ARCHIVE}
+   https://dev.gentoo.org/~zmedico/dist/${VAULT_WEBUI_ARCHIVE}
+   )"
+SLOT="0"
+LICENSE="MPL-2.0"
+KEYWORDS="~amd64"
+IUSE="+webui"
+
+RESTRICT="test"
+
+DEPEND=">=dev-lang/go-1.11:=
+   dev-go/gox"
+
+FILECAPS=(
+   -m 755 'cap_ipc_lock=+ep' usr/bin/${PN}
+)
+
+src_unpack() {
+   golang-vcs-snapshot_src_unpack
+   if use webui; then
+   # The webui assets build has numerous nodejs dependencies,
+   # see 
https://github.com/hashicorp/vault/blob/master/ui/README.md
+   pushd "${S}/src/${EGO_PN}" >/dev/null || die
+   unpack "${VAULT_WEBUI_ARCHIVE}"
+   popd >/dev/null
+   fi
+}
+
+src_prepare() {
+   default
+   # Avoid the need to have a git checkout
+   sed -e 's:^\(GIT_COMMIT=\).*:\1:' \
+   -e 's:^\(GIT_DIRTY=\).*:\1:' \
+   -e s:\'\${GIT_COMMIT}\${GIT_DIRTY}\':: \
+   -i src/${EGO_PN}/scripts/build.sh || die
+   sed -e "/hooks/d" \
+   -e 's|^\([[:space:]]*\)goimports .*)|\1true|' \
+   -i src/${EGO_PN}/Makefile || die
+
+   # Avoid network-sandbox violations since go-1.13
+   rm src/${EGO_PN}/go.mod || die
+}
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_compile() {
+   mkdir bin || die
+   export -n GOCACHE XDG_CACHE_HOME #678970
+   export GOBIN=${S}/bin GOPATH=${S}
+   cd src/${EGO_PN} || die
+   # The fmt target may need to be executed if it was previously
+   # executed by an older version of go (bug 665438).
+   emake fmt
+   BUILD_TAGS="$(usex webui ui '')" \
+   XC_ARCH=$(go env GOARCH) \
+   XC_OS=$(go env GOOS) \
+   XC_OSARCH=$(go env GOOS)/$(go env GOARCH) \
+   emake
+}
+
+src_install() {
+   dodoc src/${EGO_PN}/{CHANGELOG.md,CONTRIBUTING.md,README.md}
+   newinitd 

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

2019-09-05 Thread Andreas K. Hüttel
commit: a2e0ab0d8d7ead500a2a1ca76c8fcbc28efb2f47
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep  5 21:22:55 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep  5 21:23:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e0ab0d

package.mask: Last-rite sci-libs/openfoam-bin, bug 688504

Acked by patrick

Bug: https://bugs.gentoo.org/688504
Bug: https://bugs.gentoo.org/453796
Bug: https://bugs.gentoo.org/547216
Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index abbb27c7f1c..d60b25ea849 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas K. Hüttel  (2019-09-04)
+# EAPI 2. Brutally outdated and untouched for ages. Removal in
+# 30 days, bug 688504
+sci-libs/openfoam-bin
+
 # Michał Górny  (2019-09-04)
 # EAPI 0.  Keyworded only for x86-fbsd which is dead.  Practically untouched
 # since 2007.  Removal in 30 days.  Bug #693504.



[gentoo-commits] repo/gentoo:master commit in: media-video/makemkv/

2019-09-05 Thread James Le Cuirot
commit: 2a32c44a0f07f0643040b6e7583de665e9f22494
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Sep  5 21:16:01 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep  5 21:16:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a32c44a

media-video/makemkv: Bump to 1.14.5, drop old 1.14.4, EAPI 7

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: James Le Cuirot  gentoo.org>

 media-video/makemkv/Manifest  | 4 ++--
 .../makemkv/{makemkv-1.14.4.ebuild => makemkv-1.14.5.ebuild}  | 8 
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-video/makemkv/Manifest b/media-video/makemkv/Manifest
index 92ce6eddecb..4c56e7e6703 100644
--- a/media-video/makemkv/Manifest
+++ b/media-video/makemkv/Manifest
@@ -1,2 +1,2 @@
-DIST makemkv-bin-1.14.4.tar.gz 9135402 BLAKE2B 
0564ec01067c39fa2c538f4923f010fc4bda555c84e1c054ff04fe8be958fe596adedc272d755958ae192883b28cd914af5e177d87f9274879ce9f49f135fa20
 SHA512 
ef48c09f56b3c46edd25a690b27dd0216b701ff84133e99742c263157f5ea032fd76286b9d8e3979cdd0da8ddceacab4fe0981e056df65228394ac91228c3c09
-DIST makemkv-oss-1.14.4.tar.gz 4385464 BLAKE2B 
1645014ce87fff2f6eedea8059fc3d2db5f9f371272453b6d86162163c7b4fe46362af14310b6f3ce628c22e6b552cf99c780368c4384afa772fe17b44f18dd0
 SHA512 
05fab5d97fe0f0678c2000dd7580532ccafa6c0232bc61a5f17e79f1c02577b6317a78bb12af481d5fdc8eff2e0633aa58a430c256d6d72f04247774e2044b20
+DIST makemkv-bin-1.14.5.tar.gz 9465109 BLAKE2B 
8eccfd5bee60cf1994b96e8f513a1b439193b0e76bda32399afabae922d1ea208e0b41e78c1af37c3fee3c0fde7f46f33dbd6caef3165399e4797c5bed689950
 SHA512 
9086444f30de71a83d93cf9814f4485b5ebe78940acd722a549029af89408fd39a2a25a145ce2444fb97de90bc3c3acdf2df323865e74bada6e5052d23d94d30
+DIST makemkv-oss-1.14.5.tar.gz 4384596 BLAKE2B 
86e684c10c74272be7f4a7f93f41ab9fc1604fcc631bcb42ae78160a74cbd43067a5f1c049beee3c011ebe36b08bf6595d9a74606919ff9d5265d3c69c0225d0
 SHA512 
22097b70c3cee56bd58fc93e65a2acd0556f1a89717ca8ceda7b3b795692086d88d0a01f875fa9cea9b5fe08f19351e6a03997233ff4eb55fe462bc7ff3bcdc7

diff --git a/media-video/makemkv/makemkv-1.14.4.ebuild 
b/media-video/makemkv/makemkv-1.14.5.ebuild
similarity index 96%
rename from media-video/makemkv/makemkv-1.14.4.ebuild
rename to media-video/makemkv/makemkv-1.14.5.ebuild
index 3668bf07c79..84c2ac2f4b4 100644
--- a/media-video/makemkv/makemkv-1.14.4.ebuild
+++ b/media-video/makemkv/makemkv-1.14.5.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit flag-o-matic gnome2-utils linux-info
+inherit flag-o-matic linux-info xdg-utils
 
 MY_P=makemkv-oss-${PV}
 MY_PB=makemkv-bin-${PV}
@@ -80,7 +80,7 @@ src_install() {
 }
 
 pkg_postinst() {
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
 
elog "While MakeMKV is in beta mode, upstream has provided a license"
elog "to use if you do not want to purchase one."
@@ -103,5 +103,5 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
 }



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

2019-09-05 Thread Zac Medico
commit: 74f68dc7ab149380d1291a47e94174cbdef377ee
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Sep  5 21:08:12 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Sep  5 21:08:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f68dc7

app-admin/consul: Bump to version 1.6.0

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 app-admin/consul/Manifest|  1 +
 app-admin/consul/consul-1.6.0.ebuild | 74 
 2 files changed, 75 insertions(+)

diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest
index 25fe7d7c19c..23d5661b5c0 100644
--- a/app-admin/consul/Manifest
+++ b/app-admin/consul/Manifest
@@ -3,3 +3,4 @@ DIST consul-1.5.0.tar.gz 20830405 BLAKE2B 
e64fbc22ade0c737db4f2f1b0e3966dbe61745
 DIST consul-1.5.1.tar.gz 21123963 BLAKE2B 
4fe6a45f442d849196a7b9961110cdcc6f92931626ab583859efabe62038f6b2c356b27b37ea41b27755cca138c567be5c81854794a1ba0ccae3f9e0dfd10749
 SHA512 
7486d24bf1fa9fe94175abf9e008dc4fe4277c509381a524a9ee20e17bc4959f621e39be29e33622cb672ef3a04f9161e575009197bcd35c78b45f1d2637a2ea
 DIST consul-1.5.2.tar.gz 21697719 BLAKE2B 
782d6fe02cda097db9256a7e508cf19cf4d514d7936022d339fa62db705f6c60468cea907cd22338bb61c3287bfccb3a4d435a4f9222aa7558999553909e5d40
 SHA512 
e0820592abc5e119f74c8bf3d11a23726ee6dda7d193864a4486d64deef0bfd6ae4c9170b57d6f978e7ddfeb425229a019c45a8edcdea0938bce9315f2444fd6
 DIST consul-1.5.3.tar.gz 21743194 BLAKE2B 
c797b04457c5f0b12f06732a94038b25367b53a9e6088d725eea61786a0e18bd905ad680bc12c4bfa30b44292d2676689dd6f18e9e2143bf6e1b02c2c55f678f
 SHA512 
3f275ec160b9e583b81ba8d463fdb05e9fc9058db2453d9393a56b67337ea04df98a89225323192230938e1abfb48fa60fe0a32b4d8980573b749217b69933e9
+DIST consul-1.6.0.tar.gz 22465984 BLAKE2B 
3a030619786e8dabdf8b778012a80ff4b0e76ede6c313b688bf04bfd1a8488bff1bbd4a36c1dd11496bd1942f7bba2a9bb22ae3b364fee4335adfb741756dd67
 SHA512 
a122892693e3bee0fc0e0b5c0945e4a8dddb890228c091112e0db11a8afd33430611c20ff9bc13d2b3a2ac0d3b560be2d9c4e03a9cc425983fbd8f7edb699658

diff --git a/app-admin/consul/consul-1.6.0.ebuild 
b/app-admin/consul/consul-1.6.0.ebuild
new file mode 100644
index 000..b5b9eab35a1
--- /dev/null
+++ b/app-admin/consul/consul-1.6.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit golang-vcs-snapshot systemd user
+GIT_COMMIT="944cc71"
+KEYWORDS="~amd64"
+EGO_PN="github.com/hashicorp/consul"
+DESCRIPTION="A tool for service discovery, monitoring and configuration"
+HOMEPAGE="https://www.consul.io;
+SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MPL-2.0"
+IUSE=""
+
+RESTRICT="test"
+
+DEPEND="dev-go/gox
+   >=dev-lang/go-1.11:=
+   >=dev-go/go-tools-0_pre20160121"
+RDEPEND=""
+
+pkg_setup() {
+   enewgroup consul
+   enewuser consul -1 -1 /var/lib/${PN} consul
+}
+
+src_prepare() {
+   default
+
+   # avoid network-sandbox violations since go-1.13
+   rm src/${EGO_PN}/go.mod || die
+   grep -rlZ '_ "github.com/envoyproxy/protoc-gen-validate/validate"' . | \
+   xargs -0 sed -i '/_ 
"github.com\/envoyproxy\/protoc-gen-validate\/validate"/d' || die
+
+   sed -e 's:go get -u -v $(GOTOOLS)::' \
+   -e 's:vendorfmt dev-build:dev-build:' \
+   -i "src/${EGO_PN}/GNUmakefile" || die
+}
+
+src_compile() {
+   # The dev target sets causes build.sh to set appropriate XC_OS
+   # and XC_ARCH, and skips generation of an unused zip file,
+   # avoiding a dependency on app-arch/zip.
+   GOPATH="${S}" \
+   GOBIN="${S}/bin" \
+   GIT_DESCRIBE="v${PV}" \
+   GIT_DIRTY="" \
+   GIT_COMMIT="${GIT_COMMIT}" \
+   emake -C "src/${EGO_PN}" dev-build
+}
+
+src_install() {
+   local x
+
+   dobin bin/consul
+
+   keepdir /etc/consul.d
+   insinto /etc/consul.d
+   doins "${FILESDIR}/"*.json.example
+
+   for x in /var/{lib,log}/${PN}; do
+   keepdir "${x}"
+   fowners consul:consul "${x}"
+   done
+
+   newinitd "${FILESDIR}/consul.initd" "${PN}"
+   newconfd "${FILESDIR}/consul.confd" "${PN}"
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+   systemd_dounit "${FILESDIR}/consul.service"
+}



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

2019-09-05 Thread Zac Medico
commit: 98af196037b6d7968f5ffb60bc74997c8f59055a
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Sep  5 20:58:05 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Sep  5 21:02:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98af1960

app-admin/consul: Fix compile with go-1.13

Reported-by: William Hubbs  gentoo.org>
Closes: https://bugs.gentoo.org/693578
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 app-admin/consul/consul-1.5.3.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/app-admin/consul/consul-1.5.3.ebuild 
b/app-admin/consul/consul-1.5.3.ebuild
index 13ebbc13a38..913d62b917c 100644
--- a/app-admin/consul/consul-1.5.3.ebuild
+++ b/app-admin/consul/consul-1.5.3.ebuild
@@ -30,6 +30,11 @@ pkg_setup() {
 src_prepare() {
default
 
+   # avoid network-sandbox violations since go-1.13
+   rm src/${EGO_PN}/go.mod || die
+   grep -rlZ '_ "github.com/envoyproxy/protoc-gen-validate/validate"' . | \
+   xargs -0 sed -i '/_ 
"github.com\/envoyproxy\/protoc-gen-validate\/validate"/d' || die
+
sed -e 's:go get -u -v $(GOTOOLS)::' \
-e 's:vendorfmt dev-build:dev-build:' \
-i "src/${EGO_PN}/GNUmakefile" || die



[gentoo-commits] repo/gentoo:master commit in: games-fps/gzdoom/, games-fps/gzdoom/files/

2019-09-05 Thread James Le Cuirot
commit: 657a8f058b0cf5ee648ea8376ed7c73bbae83c45
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sat Aug 31 11:25:49 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep  5 20:20:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657a8f05

games-fps/gzdoom: Drop old

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: William Breathitt Gray  gmail.com>
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/gzdoom/Manifest  |  1 -
 .../gzdoom/files/gzdoom-4.1.3-fluidsynth2.patch| 28 --
 .../files/gzdoom-4.1.3-install_soundfonts.patch| 34 
 games-fps/gzdoom/gzdoom-4.1.3.ebuild   | 62 --
 4 files changed, 125 deletions(-)

diff --git a/games-fps/gzdoom/Manifest b/games-fps/gzdoom/Manifest
index d7ccd5b9e28..1a1880d9565 100644
--- a/games-fps/gzdoom/Manifest
+++ b/games-fps/gzdoom/Manifest
@@ -1,2 +1 @@
-DIST gzdoom-4.1.3.tar.gz 13084313 BLAKE2B 
d082efacc99264eff92f51dac1a4ff742ee00c65fec769cd143e1ffa7a1527060735efc7325a5fd5d0950bdce52cf28941837c1a32e3e88483ece574de1fba64
 SHA512 
16d3db1320eaaf39477971e3724228850abe216fa792d79e288f3551ab635344c22699c10ccf9e7da4dc49543e1b5ff8be7f0053b79dc53e274e33cc17a667ac
 DIST gzdoom-4.2.0.tar.gz 13482879 BLAKE2B 
5c68718b840ce00a752179b4c735f064ed2ea669eff5e4bd71e3ccea3bb9af238287ddffc297cbfbe6069c658ec1d203b73790c973f836f8aa9ba33ac3ec2803
 SHA512 
07ad674eb22eb1388a5e3a6bd91d769fef90cb52728034e30d2967c484acaa41cfc7fc9ed486f4dbd0e86ea4d32bbafde402b771fc2fceb0708551328ef08f0d

diff --git a/games-fps/gzdoom/files/gzdoom-4.1.3-fluidsynth2.patch 
b/games-fps/gzdoom/files/gzdoom-4.1.3-fluidsynth2.patch
deleted file mode 100644
index 1ae12a832b4..000
--- a/games-fps/gzdoom/files/gzdoom-4.1.3-fluidsynth2.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: Jan Engelhardt 
-Date: 2018-10-16 14:29:56.900427855 +0200
-
-Make the build work with fluidsynth 2.x.
-

- src/sound/mididevices/music_fluidsynth_mididevice.cpp |5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-Index: gzdoom-3.6.0/src/sound/mididevices/music_fluidsynth_mididevice.cpp
-===
 gzdoom-3.6.0.orig/src/sound/mididevices/music_fluidsynth_mididevice.cpp
-+++ gzdoom-3.6.0/src/sound/mididevices/music_fluidsynth_mididevice.cpp
-@@ -78,10 +78,13 @@ extern "C" unsigned __stdcall GetSystemD
- #define FLUID_CHORUS_DEFAULT_LEVEL 2.0f
- #define FLUID_CHORUS_DEFAULT_SPEED 0.3f
- #define FLUID_CHORUS_DEFAULT_DEPTH 8.0f
--#define FLUID_CHORUS_DEFAULT_TYPE FLUID_CHORUS_MOD_SINE
- 
- #endif
- 
-+#ifndef FLUID_CHORUS_DEFAULT_TYPE
-+#define FLUID_CHORUS_DEFAULT_TYPE FLUID_CHORUS_MOD_SINE
-+#endif
-+
- // TYPES ---
- 
- // EXTERNAL FUNCTION PROTOTYPES 

diff --git a/games-fps/gzdoom/files/gzdoom-4.1.3-install_soundfonts.patch 
b/games-fps/gzdoom/files/gzdoom-4.1.3-install_soundfonts.patch
deleted file mode 100644
index 1fe0b99d9a8..000
--- a/games-fps/gzdoom/files/gzdoom-4.1.3-install_soundfonts.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 2d1c7ba17cac3ccd201e77ad01a9dd06ab22cb2e Mon Sep 17 00:00:00 2001
-From: William Breathitt Gray 
-Date: Thu, 13 Jun 2019 18:01:08 +0900
-Subject: [PATCH] Install soundfonts and WOPL/WOPN banks
-
-The INSTALL_SOUNDFONT_PATH cache entry is used to configure the
-installation directory.

- src/CMakeLists.txt | 9 +
- 1 file changed, 9 insertions(+)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 0bb16f39e..4ff15062d 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -1451,6 +1451,15 @@ add_custom_command(TARGET zdoom POST_BUILD
-   ${CMAKE_SOURCE_DIR}/fm_banks/gs-by-papiezak-and-sneakernets.wopn 
$/fm_banks/gs-by-papiezak-and-sneakernets.wopn
- )
- 
-+if( WIN32 )
-+  set( INSTALL_SOUNDFONT_PATH . CACHE STRING "Directory where soundfonts 
and WOPL/WOPN banks will be placed during install." )
-+else()
-+  set( INSTALL_SOUNDFONT_PATH share/games/doom CACHE STRING "Directory 
where soundfonts and WOPL/WOPN banks will be placed during install." )
-+endif()
-+install(FILES "${PROJECT_BINARY_DIR}/soundfonts" 
"${PROJECT_BINARY_DIR}/fm_banks"
-+  DESTINATION ${INSTALL_SOUNDFONT_PATH}
-+  COMPONENT "Soundfont resources")
-+
- if( CMAKE_COMPILER_IS_GNUCXX )
-   # GCC misoptimizes this file
-   set_source_files_properties( oplsynth/fmopl.cpp PROPERTIES 
COMPILE_FLAGS "-fno-tree-dominator-opts -fno-tree-fre" )
--- 
-2.21.0
-

diff --git a/games-fps/gzdoom/gzdoom-4.1.3.ebuild 
b/games-fps/gzdoom/gzdoom-4.1.3.ebuild
deleted file mode 100644
index 242bd4e9287..000
--- a/games-fps/gzdoom/gzdoom-4.1.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils 

[gentoo-commits] repo/gentoo:master commit in: games-fps/gzdoom/files/, games-fps/gzdoom/, licenses/

2019-09-05 Thread James Le Cuirot
commit: 705eb56685009e7e2f6b68f2e55af8d8202fd37d
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sat Aug 31 12:09:57 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep  5 20:20:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705eb566

games-fps/gzdoom: Bump to version 4.2.0

The 'nonfree' USE flag is introduced to allow users to control whether
nonfree assets are installed.

Doom assets are under the Doom Collector's Edition license. Heretic and
Hexen assets are under the Activision license. Chex Quest assets are
under the Chex Quest 3 license. Strife assets are freely distributable
according to Stephen Kick, CEO of Nightdive Studios.

Closes: https://bugs.gentoo.org/692584
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: William Breathitt Gray  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12833
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/gzdoom/Manifest  |   1 +
 ...-4.2.0-Introduce-the-BUILD_NONFREE-option.patch |  36 ++
 .../gzdoom/files/gzdoom-4.2.0-fluidsynth2.patch|  28 +
 .../files/gzdoom-4.2.0-install_soundfonts.patch|  34 +
 games-fps/gzdoom/gzdoom-4.2.0.ebuild   |  79 
 games-fps/gzdoom/metadata.xml  |   1 +
 licenses/Activision| 139 +
 licenses/ChexQuest3|   1 +
 licenses/DOOM-COLLECTORS-EDITION   |  88 +
 9 files changed, 407 insertions(+)

diff --git a/games-fps/gzdoom/Manifest b/games-fps/gzdoom/Manifest
index a1c5d339328..d7ccd5b9e28 100644
--- a/games-fps/gzdoom/Manifest
+++ b/games-fps/gzdoom/Manifest
@@ -1 +1,2 @@
 DIST gzdoom-4.1.3.tar.gz 13084313 BLAKE2B 
d082efacc99264eff92f51dac1a4ff742ee00c65fec769cd143e1ffa7a1527060735efc7325a5fd5d0950bdce52cf28941837c1a32e3e88483ece574de1fba64
 SHA512 
16d3db1320eaaf39477971e3724228850abe216fa792d79e288f3551ab635344c22699c10ccf9e7da4dc49543e1b5ff8be7f0053b79dc53e274e33cc17a667ac
+DIST gzdoom-4.2.0.tar.gz 13482879 BLAKE2B 
5c68718b840ce00a752179b4c735f064ed2ea669eff5e4bd71e3ccea3bb9af238287ddffc297cbfbe6069c658ec1d203b73790c973f836f8aa9ba33ac3ec2803
 SHA512 
07ad674eb22eb1388a5e3a6bd91d769fef90cb52728034e30d2967c484acaa41cfc7fc9ed486f4dbd0e86ea4d32bbafde402b771fc2fceb0708551328ef08f0d

diff --git 
a/games-fps/gzdoom/files/gzdoom-4.2.0-Introduce-the-BUILD_NONFREE-option.patch 
b/games-fps/gzdoom/files/gzdoom-4.2.0-Introduce-the-BUILD_NONFREE-option.patch
new file mode 100644
index 000..c74d08a24a4
--- /dev/null
+++ 
b/games-fps/gzdoom/files/gzdoom-4.2.0-Introduce-the-BUILD_NONFREE-option.patch
@@ -0,0 +1,36 @@
+From 1e09b211a000c649aae6eea736647daa650141bc Mon Sep 17 00:00:00 2001
+From: William Breathitt Gray 
+Date: Sat, 31 Aug 2019 21:23:23 +0900
+Subject: [PATCH] Introduce the BUILD_NONFREE option
+
+This allow users to disable building nonfree components (brightmaps.pk3
+and game_support.pk3) if they so desire.
+---
+ CMakeLists.txt | 9 +++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7860358ef..23d317f42 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -404,10 +404,15 @@ add_subdirectory( libraries/lzma )
+ add_subdirectory( tools )
+ add_subdirectory( libraries/dumb )
+ add_subdirectory( libraries/gdtoa )
++
+ add_subdirectory( wadsrc )
+-add_subdirectory( wadsrc_bm )
+ add_subdirectory( wadsrc_lights )
+-add_subdirectory( wadsrc_extra )
++option (BUILD_NONFREE "Build nonfree components" ON)
++if( BUILD_NONFREE )
++  add_subdirectory( wadsrc_bm )
++  add_subdirectory( wadsrc_extra )
++endif()
++
+ add_subdirectory( src )
+ 
+ if( NOT CMAKE_CROSSCOMPILING )
+-- 
+2.23.0
+

diff --git a/games-fps/gzdoom/files/gzdoom-4.2.0-fluidsynth2.patch 
b/games-fps/gzdoom/files/gzdoom-4.2.0-fluidsynth2.patch
new file mode 100644
index 000..1ae12a832b4
--- /dev/null
+++ b/games-fps/gzdoom/files/gzdoom-4.2.0-fluidsynth2.patch
@@ -0,0 +1,28 @@
+From: Jan Engelhardt 
+Date: 2018-10-16 14:29:56.900427855 +0200
+
+Make the build work with fluidsynth 2.x.
+
+---
+ src/sound/mididevices/music_fluidsynth_mididevice.cpp |5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+Index: gzdoom-3.6.0/src/sound/mididevices/music_fluidsynth_mididevice.cpp
+===
+--- gzdoom-3.6.0.orig/src/sound/mididevices/music_fluidsynth_mididevice.cpp
 gzdoom-3.6.0/src/sound/mididevices/music_fluidsynth_mididevice.cpp
+@@ -78,10 +78,13 @@ extern "C" unsigned __stdcall GetSystemD
+ #define FLUID_CHORUS_DEFAULT_LEVEL 2.0f
+ #define FLUID_CHORUS_DEFAULT_SPEED 0.3f
+ #define FLUID_CHORUS_DEFAULT_DEPTH 8.0f
+-#define FLUID_CHORUS_DEFAULT_TYPE FLUID_CHORUS_MOD_SINE
+ 
+ #endif
+ 
++#ifndef FLUID_CHORUS_DEFAULT_TYPE
++#define FLUID_CHORUS_DEFAULT_TYPE FLUID_CHORUS_MOD_SINE
++#endif
++
+ // TYPES 

[gentoo-commits] repo/gentoo:master commit in: games-fps/freedoom/

2019-09-05 Thread James Le Cuirot
commit: 1c2e29d525b1e0f5da9fc660970da0c8799ab33d
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sun Sep  1 06:58:06 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep  5 20:20:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2e29d5

games-fps/freedoom: Require 'nonfree' USE flag on gzdoom

If running GZDoom, the nonfree GZDoom game_support.pk3 (formerly
zd_extra.pk3) file is required.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: William Breathitt Gray  gmail.com>
Signed-off-by: James Le Cuirot  gentoo.org>

 .../freedoom/{freedoom-0.11.3-r1.ebuild => freedoom-0.11.3-r2.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/freedoom/freedoom-0.11.3-r1.ebuild 
b/games-fps/freedoom/freedoom-0.11.3-r2.ebuild
similarity index 94%
rename from games-fps/freedoom/freedoom-0.11.3-r1.ebuild
rename to games-fps/freedoom/freedoom-0.11.3-r2.ebuild
index b0297a0238e..0006bb365ce 100644
--- a/games-fps/freedoom/freedoom-0.11.3-r1.ebuild
+++ b/games-fps/freedoom/freedoom-0.11.3-r2.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
~games-fps/freedoom-data-${PV}
|| (
-   games-fps/gzdoom
+   games-fps/gzdoom[nonfree(+)]
games-engines/odamex
games-fps/doomsday
games-fps/prboom-plus



[gentoo-commits] repo/gentoo:master commit in: games-fps/freedm/

2019-09-05 Thread James Le Cuirot
commit: 7d6d2e014e3c20b332aeacf4b62225034fc9cf2e
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sun Sep  1 07:16:34 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep  5 20:20:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6d2e01

games-fps/freedm: Require 'nonfree' USE flag on gzdoom

If running GZDoom, the nonfree GZDoom game_support.pk3 (formerly
zd_extra.pk3) file is required.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: William Breathitt Gray  gmail.com>
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/freedm/{freedm-0.11.3.ebuild => freedm-0.11.3-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/freedm/freedm-0.11.3.ebuild 
b/games-fps/freedm/freedm-0.11.3-r1.ebuild
similarity index 94%
rename from games-fps/freedm/freedm-0.11.3.ebuild
rename to games-fps/freedm/freedm-0.11.3-r1.ebuild
index 47c3ee76f4c..fe8bae6ec40 100644
--- a/games-fps/freedm/freedm-0.11.3.ebuild
+++ b/games-fps/freedm/freedm-0.11.3-r1.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
~games-fps/freedm-data-${PV}
|| (
-   games-fps/gzdoom
+   games-fps/gzdoom[nonfree(+)]
games-engines/odamex
games-fps/doomsday
games-fps/prboom-plus



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

2019-09-05 Thread Jeroen Roovers
commit: a102188bd827234fef4490fd8b19e8ed2ec66efb
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep  5 20:16:21 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep  5 20:16:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a102188b

www-client/opera-beta: Old

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

 www-client/opera-beta/Manifest |   2 -
 .../opera-beta/opera-beta-63.0.3368.33.ebuild  | 115 -
 .../opera-beta/opera-beta-63.0.3368.51.ebuild  | 115 -
 3 files changed, 232 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 23cc67e1fb5..e84fdbda909 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,3 +1 @@
-DIST opera-beta_63.0.3368.33_amd64.deb 60993852 BLAKE2B 
ebc7ef2bc0281a24be4b67bed32078f20d15736a8030f17a7c42dfd7559b540076559287ba9a3bd613b33b2e3df766f1fc7e39b73af1655a7182571aab3b8944
 SHA512 
d50171df199f804fb5178ce7afc83b79413be528171837039b41b6f345277aa855ecc1b710ba4c4905a560b0f9e7efbc3ecf6351e90c332e04746c3879a7052e
-DIST opera-beta_63.0.3368.51_amd64.deb 61177834 BLAKE2B 
7b31da9a59dbacfc4f98fd56ffc6f50c45e7c05677ade30ca0c9b83777090326b4bda83d1458da637f419045bd3a00b1caca012366395a5d9c9620e9d07adee5
 SHA512 
a6d8d45025fd2c985f8004c1327de3f29f50cee1f4b6976b157524230ea90aee9afc89e6522e677277df8c90ac6b08d81ae541705a458fa9d1702a8c0a669836
 DIST opera-beta_64.0.3417.8_amd64.deb 66468202 BLAKE2B 
cacfce4db714ef83e7130bb2d5729541aa4e86d1645e0b80009c7b6a354fbf459976a692b4b24a5f5a4afabb292a87f5be8c5b1f74d6ac5ba0e2724f2bc52569
 SHA512 
783d875986f0ca64bbe049370cac718982075412fa07e27830452b0b6df630f9121add83caa5dae5758bf6f67d71876aea36ef0011739eaf98980bb053680569

diff --git a/www-client/opera-beta/opera-beta-63.0.3368.33.ebuild 
b/www-client/opera-beta/opera-beta-63.0.3368.33.ebuild
deleted file mode 100644
index 59a8587ec4b..000
--- a/www-client/opera-beta/opera-beta-63.0.3368.33.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# 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 es es-419 fi fil fr fr-CA 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/
-"
-SRC_URI="amd64? ("
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
-"
-done
-SRC_URI+=")"
-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}
-
-pkg_setup() {
-   OPERA_HOME="usr/$(get_libdir)/${PN}"
-}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   default
-
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-   gunzip usr/share/doc/${PF}/changelog.gz || die
-
-   rm usr/bin/${PN} || 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() {
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-   

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

2019-09-05 Thread Jeroen Roovers
commit: 9c5600f9abee86d6f9208114617075289b24018c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep  5 20:16:02 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep  5 20:16:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5600f9

www-client/opera-beta: Version 64.0.3417.8

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

 www-client/opera-beta/Manifest |   1 +
 .../opera-beta/opera-beta-64.0.3417.8.ebuild   | 115 +
 2 files changed, 116 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 40fc469142f..23cc67e1fb5 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,2 +1,3 @@
 DIST opera-beta_63.0.3368.33_amd64.deb 60993852 BLAKE2B 
ebc7ef2bc0281a24be4b67bed32078f20d15736a8030f17a7c42dfd7559b540076559287ba9a3bd613b33b2e3df766f1fc7e39b73af1655a7182571aab3b8944
 SHA512 
d50171df199f804fb5178ce7afc83b79413be528171837039b41b6f345277aa855ecc1b710ba4c4905a560b0f9e7efbc3ecf6351e90c332e04746c3879a7052e
 DIST opera-beta_63.0.3368.51_amd64.deb 61177834 BLAKE2B 
7b31da9a59dbacfc4f98fd56ffc6f50c45e7c05677ade30ca0c9b83777090326b4bda83d1458da637f419045bd3a00b1caca012366395a5d9c9620e9d07adee5
 SHA512 
a6d8d45025fd2c985f8004c1327de3f29f50cee1f4b6976b157524230ea90aee9afc89e6522e677277df8c90ac6b08d81ae541705a458fa9d1702a8c0a669836
+DIST opera-beta_64.0.3417.8_amd64.deb 66468202 BLAKE2B 
cacfce4db714ef83e7130bb2d5729541aa4e86d1645e0b80009c7b6a354fbf459976a692b4b24a5f5a4afabb292a87f5be8c5b1f74d6ac5ba0e2724f2bc52569
 SHA512 
783d875986f0ca64bbe049370cac718982075412fa07e27830452b0b6df630f9121add83caa5dae5758bf6f67d71876aea36ef0011739eaf98980bb053680569

diff --git a/www-client/opera-beta/opera-beta-64.0.3417.8.ebuild 
b/www-client/opera-beta/opera-beta-64.0.3417.8.ebuild
new file mode 100644
index 000..59a8587ec4b
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-64.0.3417.8.ebuild
@@ -0,0 +1,115 @@
+# 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 es es-419 fi fil fr fr-CA 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/
+"
+SRC_URI="amd64? ("
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
+"
+done
+SRC_URI+=")"
+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}
+
+pkg_setup() {
+   OPERA_HOME="usr/$(get_libdir)/${PN}"
+}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   default
+
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+   gunzip usr/share/doc/${PF}/changelog.gz || die
+
+   rm usr/bin/${PN} || 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() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/

2019-09-05 Thread James Le Cuirot
commit: 4d0444b6e5f9fc16f24112b9eb48e87ca7ae6013
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sun Sep  1 03:36:45 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep  5 20:08:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0444b6

games-fps/freedm-data: Drop old

Now that we can build FreeDM from source, we no longer need to provide
the prebuilt WADs.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: William Breathitt Gray  gmail.com>
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/freedm-data/Manifest  |  1 -
 games-fps/freedm-data/freedm-data-0.11.3.ebuild | 28 -
 2 files changed, 29 deletions(-)

diff --git a/games-fps/freedm-data/Manifest b/games-fps/freedm-data/Manifest
index 9cafdbdf10a..234cde6dfeb 100644
--- a/games-fps/freedm-data/Manifest
+++ b/games-fps/freedm-data/Manifest
@@ -1,2 +1 @@
-DIST freedm-0.11.3.zip 7853186 BLAKE2B 
5f399233e0d1f1c61d8170dc8e13ca0c6efe79255a87511027ad69e9ab7cf21045e9bc7f40fec6fa3604b3c77590cde8e85b2e9a53e1d89c5aeaf67bffa7023e
 SHA512 
263f126e519a883b828b4f321363fe0f8c557ae58b76c6b3e28aa60e86c15fcc78c866bf003fc523276cefbb431023de64f09b026e85b0a0c7c85a88d1f47cd0
 DIST freedoom-0.11.3.tar.gz 17010131 BLAKE2B 
a0b601575da8516cf9f83466fe2146b708aa3cb21a3df2f7cbcd018a560f65b9b89c85907115050c4985b64eff29a3a9d2cfb7d31e93043e9d3c35fe7749d749
 SHA512 
51e0d5f7ca7c846c556fcba36b0f9c815090bfc76a80200aebd1526291da16b71145fbe254100cc5ad37ffc044d4380ef07b8bd4bdb811f00b9150e7b34dd636

diff --git a/games-fps/freedm-data/freedm-data-0.11.3.ebuild 
b/games-fps/freedm-data/freedm-data-0.11.3.ebuild
deleted file mode 100644
index 43ac7804c6a..000
--- a/games-fps/freedm-data/freedm-data-0.11.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Game resources for FreeDM"
-HOMEPAGE="https://freedoom.github.io;
-SRC_URI="https://github.com/freedoom/freedoom/releases/download/v${PV}/freedm-${PV}.zip;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}/freedm-${PV}"
-
-DOOMWADPATH=/usr/share/doom
-
-src_install() {
-   insinto ${DOOMWADPATH}
-   doins freedm.wad
-   dodoc CREDITS.txt README.html
-}
-
-pkg_postinst() {
-   elog "FreeDM WAD file installed into ${DOOMWADPATH} directory."
-}



[gentoo-commits] repo/gentoo:master commit in: games-fps/freedoom-data/, games-fps/freedoom-data/files/ImageMagick/

2019-09-05 Thread James Le Cuirot
commit: 8912d4ab88d3aa1482bd2c55b765fa8065fa4e7e
Author: William Breathitt Gray  gmail  com>
AuthorDate: Fri Jul  5 14:02:53 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep  5 20:08:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8912d4ab

games-fps/freedoom-data: Build from source

Closes: https://bugs.gentoo.org/687676
Package-Manager: Portage-2.3.68, Repoman-2.3.15
Signed-off-by: William Breathitt Gray  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12839
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/freedoom-data/Manifest   |  1 +
 .../freedoom-data/files/ImageMagick/policy.xml |  4 ++
 .../freedoom-data/freedoom-data-0.11.3-r1.ebuild   | 57 ++
 3 files changed, 62 insertions(+)

diff --git a/games-fps/freedoom-data/Manifest b/games-fps/freedoom-data/Manifest
index d3ca3066e92..e879cf01883 100644
--- a/games-fps/freedoom-data/Manifest
+++ b/games-fps/freedoom-data/Manifest
@@ -1 +1,2 @@
 DIST freedoom-0.11.3.zip 18889307 BLAKE2B 
052d7f58d1beb7947f4fff3021ec0229c9746bfb7970a52d23fa44fc881d8cf3c314b8ecf0dc400c2da4e28c623695874ae75dcd1e45933fdb1826ea04f0e24b
 SHA512 
c67fc69bca87cba2ba40b91f578724feaabbd6cd64c6845fa567d6901b7a9e3145185011731c677a71f7b5a6f8707855fb573c0c09b6d47fef83b1577b211816
+DIST freedoom-0.11.3.tar.gz 17010131 BLAKE2B 
a0b601575da8516cf9f83466fe2146b708aa3cb21a3df2f7cbcd018a560f65b9b89c85907115050c4985b64eff29a3a9d2cfb7d31e93043e9d3c35fe7749d749
 SHA512 
51e0d5f7ca7c846c556fcba36b0f9c815090bfc76a80200aebd1526291da16b71145fbe254100cc5ad37ffc044d4380ef07b8bd4bdb811f00b9150e7b34dd636

diff --git a/games-fps/freedoom-data/files/ImageMagick/policy.xml 
b/games-fps/freedoom-data/files/ImageMagick/policy.xml
new file mode 100644
index 000..ffacb9209fb
--- /dev/null
+++ b/games-fps/freedoom-data/files/ImageMagick/policy.xml
@@ -0,0 +1,4 @@
+
+
+  
+

diff --git a/games-fps/freedoom-data/freedoom-data-0.11.3-r1.ebuild 
b/games-fps/freedoom-data/freedoom-data-0.11.3-r1.ebuild
new file mode 100644
index 000..ed2ae707e1a
--- /dev/null
+++ b/games-fps/freedoom-data/freedoom-data-0.11.3-r1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit python-any-r1 xdg
+
+DESCRIPTION="Game resources for Freedoom: Phase 1+2"
+HOMEPAGE="https://freedoom.github.io;
+SRC_URI="https://github.com/freedoom/freedoom/archive/v${PV}.tar.gz -> 
freedoom-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]')
+   app-text/asciidoc
+   games-util/deutex
+   virtual/imagemagick-tools[png]"
+
+S="${WORKDIR}/freedoom-${PV}"
+
+DOOMWADPATH=share/doom
+
+python_check_deps() {
+   has_version -b "dev-python/pillow[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+   # This is to enable usage of the 'PS' coder, which is
+   # disabled by default (https://bugs.gentoo.org/664236)
+   install -D -t ~/.config/ImageMagick 
"${FILESDIR}"/ImageMagick/policy.xml || die
+
+   xdg_src_prepare
+   eapply_user
+}
+
+src_compile() {
+   emake wads/freedoom{1,2}.wad
+}
+
+src_install() {
+   emake install-freedoom{1,2} \
+   prefix="${ED}/usr/" \
+   bindir="bin/" \
+   mandir="share/man/" \
+   waddir="${DOOMWADPATH}/"
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   elog "Freedoom WAD files installed into ${EPREFIX}/usr/${DOOMWADPATH} 
directory."
+}



[gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/files/ImageMagick/, games-fps/freedm-data/

2019-09-05 Thread James Le Cuirot
commit: bbe77ee0db93eab854216714c09f8f7e23960bce
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sun Sep  1 03:24:31 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep  5 20:08:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe77ee0

games-fps/freedm-data: Build from source

Closes: https://bugs.gentoo.org/689306
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: William Breathitt Gray  gmail.com>
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/freedm-data/Manifest |  1 +
 games-fps/freedm-data/files/ImageMagick/policy.xml |  4 ++
 games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild | 57 ++
 3 files changed, 62 insertions(+)

diff --git a/games-fps/freedm-data/Manifest b/games-fps/freedm-data/Manifest
index 3c4282d5197..9cafdbdf10a 100644
--- a/games-fps/freedm-data/Manifest
+++ b/games-fps/freedm-data/Manifest
@@ -1 +1,2 @@
 DIST freedm-0.11.3.zip 7853186 BLAKE2B 
5f399233e0d1f1c61d8170dc8e13ca0c6efe79255a87511027ad69e9ab7cf21045e9bc7f40fec6fa3604b3c77590cde8e85b2e9a53e1d89c5aeaf67bffa7023e
 SHA512 
263f126e519a883b828b4f321363fe0f8c557ae58b76c6b3e28aa60e86c15fcc78c866bf003fc523276cefbb431023de64f09b026e85b0a0c7c85a88d1f47cd0
+DIST freedoom-0.11.3.tar.gz 17010131 BLAKE2B 
a0b601575da8516cf9f83466fe2146b708aa3cb21a3df2f7cbcd018a560f65b9b89c85907115050c4985b64eff29a3a9d2cfb7d31e93043e9d3c35fe7749d749
 SHA512 
51e0d5f7ca7c846c556fcba36b0f9c815090bfc76a80200aebd1526291da16b71145fbe254100cc5ad37ffc044d4380ef07b8bd4bdb811f00b9150e7b34dd636

diff --git a/games-fps/freedm-data/files/ImageMagick/policy.xml 
b/games-fps/freedm-data/files/ImageMagick/policy.xml
new file mode 100644
index 000..ffacb9209fb
--- /dev/null
+++ b/games-fps/freedm-data/files/ImageMagick/policy.xml
@@ -0,0 +1,4 @@
+
+
+  
+

diff --git a/games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild 
b/games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild
new file mode 100644
index 000..99ce657c786
--- /dev/null
+++ b/games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit python-any-r1 xdg
+
+DESCRIPTION="Game resources for FreeDM"
+HOMEPAGE="https://freedoom.github.io;
+SRC_URI="https://github.com/freedoom/freedoom/archive/v${PV}.tar.gz -> 
freedoom-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]')
+   app-text/asciidoc
+   games-util/deutex
+   virtual/imagemagick-tools[png]"
+
+S="${WORKDIR}/freedoom-${PV}"
+
+DOOMWADPATH=share/doom
+
+python_check_deps() {
+   has_version -b "dev-python/pillow[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+   # This is to enable usage of the 'PS' coder, which is
+   # disabled by default (https://bugs.gentoo.org/664236)
+   install -D -t ~/.config/ImageMagick 
"${FILESDIR}"/ImageMagick/policy.xml || die
+
+   xdg_src_prepare
+   eapply_user
+}
+
+src_compile() {
+   emake wads/freedm.wad
+}
+
+src_install() {
+   emake install-freedm \
+   prefix="${ED}/usr/" \
+   bindir="bin/" \
+   mandir="share/man/" \
+   waddir="${DOOMWADPATH}/"
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   elog "FreeDM WAD file installed into ${EPREFIX}/usr/${DOOMWADPATH} 
directory."
+}



[gentoo-commits] repo/gentoo:master commit in: games-fps/freedoom-data/

2019-09-05 Thread James Le Cuirot
commit: 6ba86c22a70223f3d1a7909b9654e5b1d1de1d2e
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sun Sep  1 03:35:35 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep  5 20:08:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba86c22

games-fps/freedoom-data: Drop old

Now that we can build Freedoom from source, we no longer need to provide
the prebuilt WADs.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: William Breathitt Gray  gmail.com>
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/freedoom-data/Manifest   |  1 -
 .../freedoom-data/freedoom-data-0.11.3.ebuild  | 29 --
 2 files changed, 30 deletions(-)

diff --git a/games-fps/freedoom-data/Manifest b/games-fps/freedoom-data/Manifest
index e879cf01883..234cde6dfeb 100644
--- a/games-fps/freedoom-data/Manifest
+++ b/games-fps/freedoom-data/Manifest
@@ -1,2 +1 @@
-DIST freedoom-0.11.3.zip 18889307 BLAKE2B 
052d7f58d1beb7947f4fff3021ec0229c9746bfb7970a52d23fa44fc881d8cf3c314b8ecf0dc400c2da4e28c623695874ae75dcd1e45933fdb1826ea04f0e24b
 SHA512 
c67fc69bca87cba2ba40b91f578724feaabbd6cd64c6845fa567d6901b7a9e3145185011731c677a71f7b5a6f8707855fb573c0c09b6d47fef83b1577b211816
 DIST freedoom-0.11.3.tar.gz 17010131 BLAKE2B 
a0b601575da8516cf9f83466fe2146b708aa3cb21a3df2f7cbcd018a560f65b9b89c85907115050c4985b64eff29a3a9d2cfb7d31e93043e9d3c35fe7749d749
 SHA512 
51e0d5f7ca7c846c556fcba36b0f9c815090bfc76a80200aebd1526291da16b71145fbe254100cc5ad37ffc044d4380ef07b8bd4bdb811f00b9150e7b34dd636

diff --git a/games-fps/freedoom-data/freedoom-data-0.11.3.ebuild 
b/games-fps/freedoom-data/freedoom-data-0.11.3.ebuild
deleted file mode 100644
index 5e38d534c7e..000
--- a/games-fps/freedoom-data/freedoom-data-0.11.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Game resources for Freedoom: Phase 1+2"
-HOMEPAGE="https://freedoom.github.io;
-SRC_URI="https://github.com/freedoom/freedoom/releases/download/v${PV}/freedoom-${PV}.zip;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}/freedoom-${PV}"
-
-DOOMWADPATH=/usr/share/doom
-
-src_install() {
-   insinto ${DOOMWADPATH}
-   doins freedoom1.wad
-   doins freedoom2.wad
-   dodoc CREDITS.txt README.html
-}
-
-pkg_postinst() {
-   elog "Freedoom WAD files installed into ${DOOMWADPATH} directory."
-}



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

2019-09-05 Thread Sergei Trofimovich
commit: 534e0f7d5e8a02264b7b7fc97c3ef11441e35c5c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Sep  5 19:01:04 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Sep  5 19:05:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534e0f7d

toolchain.eclass: drop PATH and ROOTPATH from /etc/env.d/gcc/

toolchain.eclass constructs correct GCC_PATH since 2007:
commit 7d9f89700a2ee50674c0d871ec6d21b468ac6206
("start moving to GCC_PATH for env.d #174422 and cleanup "
"gcc-config logic so that it doesnt matter what the ROOT value is")

gcc-config moved over as well. Let's leave GCC_PATH as
the only available variable to locate gcc's whereabouts.

Bug: https://bugs.gentoo.org/174422
Signed-off-by: Sergei Trofimovich  gentoo.org>

 eclass/toolchain.eclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 529c12a4116..bc7d7b1c260 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -2126,8 +2126,6 @@ create_gcc_env_entry() {
fi
 
cat <<-EOF > ${gcc_envd_file}
-   PATH="${BINPATH}"
-   ROOTPATH="${BINPATH}"
GCC_PATH="${BINPATH}"
LDPATH="${ldpaths}"
MANPATH="${DATAPATH}/man"



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luv/

2019-09-05 Thread Joonas Niilola
commit: 9189264db54c0f6a85adfcf5c055d5d5752fda82
Author: Bernardo Meurer  standard  ai>
AuthorDate: Thu Sep  5 08:15:50 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  5 18:45:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9189264d

dev-libs/libluv: new package (1.30.1_p0)

Bare libuv bindings for lua

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

 dev-lua/luv/Manifest |  2 ++
 dev-lua/luv/luv-1.30.1_p0.ebuild | 62 
 dev-lua/luv/metadata.xml | 21 ++
 3 files changed, 85 insertions(+)

diff --git a/dev-lua/luv/Manifest b/dev-lua/luv/Manifest
new file mode 100644
index 000..0b154193b78
--- /dev/null
+++ b/dev-lua/luv/Manifest
@@ -0,0 +1,2 @@
+DIST luv-1.30.1_p0.tar.gz 88560 BLAKE2B 
9eb32f4e13921899a80dfba143508d26ef0bee3ce0186b62b31ee9da508aa434ac01dcdbd5654f03fd18798791b71e310739e2d9a879f03bf6c48475cc6e0b46
 SHA512 
c7f613e72d5e5e93035597fcb6a3868d60e61811d4858ced1c2087f31ed0720c11fe436af51d6626c0d77ed448989520b220d6a150b49f6ec0fe557472dd66c7
+DIST luv-lua-compat-1.30.1_p0.zip 62515 BLAKE2B 
173dbe43a1f1f4e440c1e40b0a0b22b4ca580568e754a44fbcf57370a53340ebe247de18ae8e98e68cf0f85ae2fa6ec41d5acfb9a433e4bdc717a1e80a2480b6
 SHA512 
7e66b059aecdb4de630fd305fdcc439cccac94b44101c8b74d61f0f40a1e01e8e68c811a96bddcf5bb0ae09f369d9524f0ec9b009e31d89aef2a1115becba056

diff --git a/dev-lua/luv/luv-1.30.1_p0.ebuild b/dev-lua/luv/luv-1.30.1_p0.ebuild
new file mode 100644
index 000..50c64f2bb52
--- /dev/null
+++ b/dev-lua/luv/luv-1.30.1_p0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils unpacker
+
+MY_PV="${PV/_p/-}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Bare libuv bindings for lua"
+HOMEPAGE="https://github.com/luvit/luv;
+# XXX: Remember to check this hash between bumps!
+# https://github.com/luvit/luv/tree/master/deps
+LUA_COMPAT_HASH="daebe77a2f498817713df37f0bb316db1d8f"
+SRC_URI="
+   https://github.com/luvit/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
+   
https://github.com/keplerproject/lua-compat-5.3/archive/${LUA_COMPAT_HASH}.zip 
-> ${PN}-lua-compat-${PV}.zip
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="luajit test"
+
+BDEPEND="
+   virtual/pkgconfig
+   test? (
+   luajit? ( dev-lang/luajit:2 )
+   !luajit? ( dev-lang/lua:0 )
+   )
+"
+DEPEND="dev-libs/libuv:="
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   # Fix libdir
+   # Match '/lib/' and '/lib"' without capturing / or ", replacing with 
libdir
+   sed -i -r "s/\/lib(\"|\/)/\/$(get_libdir)\1/g" CMakeLists.txt || die 
"Failed to sed CMakeLists.txt"
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   lua_compat_dir="${WORKDIR}/lua-compat-5.3-${LUA_COMPAT_HASH}"
+   local mycmakeargs=(
+   -DBUILD_MODULE=OFF
+   -DLUA_BUILD_TYPE=System
+   -DLUA_COMPAT53_DIR="${lua_compat_dir}"
+   -DWITH_LUA_ENGINE=$(usex luajit LuaJIT Lua)
+   -DWITH_SHARED_LIBUV=ON
+   )
+   cmake-utils_src_configure
+}
+
+src_test() {
+   local elua="$(usex luajit luajit lua)"
+   # We need to copy the library back so that the tests see it
+   cp "${BUILD_DIR}/libluv.so" "./luv.so" || die "Failed to copy library 
for tests"
+   ${elua} "tests/run.lua" || die "Tests failed"
+}

diff --git a/dev-lua/luv/metadata.xml b/dev-lua/luv/metadata.xml
new file mode 100644
index 000..b860177b333
--- /dev/null
+++ b/dev-lua/luv/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   berna...@standard.ai
+   Bernardo Meurer
+   
+   
+   proxy-ma...@gentoo.org
+   Gentoo Proxy Maintainers Project
+   
+   
+   libuv bindings for luajit and lua 5.1/ 5.2/ 5.3.
+
+   This library makes libuv available to lua scripts. It was made 
for the
+   luvit project but should usable from nearly any lua project.
+   
+   
+   luvit/luv
+   
+



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

2019-09-05 Thread Joonas Niilola
commit: 97abf8e1d28f88278ca051d53202dc84ca468748
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Thu Sep  5 16:53:39 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  5 18:28:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97abf8e1

net-im/slack-bin: version bump to 4.0.2

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/12861
Closes: https://github.com/gentoo/gentoo/pull/12865
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/slack-bin/Manifest   |  1 +
 net-im/slack-bin/slack-bin-4.0.2.ebuild | 98 +
 2 files changed, 99 insertions(+)

diff --git a/net-im/slack-bin/Manifest b/net-im/slack-bin/Manifest
index ecf7c073955..6f66d39ecaf 100644
--- a/net-im/slack-bin/Manifest
+++ b/net-im/slack-bin/Manifest
@@ -2,3 +2,4 @@ DIST slack-desktop-2.1.2-amd64.deb 46460486 BLAKE2B 
c6478764d3bd49745f9626d85287
 DIST slack-desktop-2.1.2-i386.deb 42997902 BLAKE2B 
e5b3375efbe00d31e34c900aedde4c6c19b0e6a550d9db6155d9f8333c9d6db241da60e9b711eee7dbf6cf89d5ac4b84050c9e89c490172b7db205f38981dca3
 SHA512 
6b68123d3c85687043e886974449fe424af267c326ffc869d03d911ae5d0f30f5081b611e136bc4f832da8d555b2851a4c093df9c8be2de98235ebcd03528d8c
 DIST slack-desktop-3.1.1-amd64.deb 60320286 BLAKE2B 
3054e8283b41d5b8b45323131b2a85800ba8b8e24e0b80aa0eff0c0152c7cad0a2914bf64a6b83621cf6c9ad52b9bf26c0d113cf5867d4c3f2e7d6129d4d27ae
 SHA512 
06f209b07d1bbbadede592f4e63da7c53436ecc821585448269d4eda16ad0bdf8355ac46e508741150fae6dc883c90563509361f47dd02fda2f15b2829dda309
 DIST slack-desktop-3.4.2-amd64.deb 62724122 BLAKE2B 
31ab566b9a1cb80f1daa207664f4bf0504666cb388f06bf5cd5d381ab26f6b11a4eae5a4a0abd634dd562277fd291bddfb213b9285c4fab218488acc3bbd39a9
 SHA512 
d3d9ea70467fe59c6194430054d4bed5824a39b156ed9d215df4592eed7b63fbdb93d0a135502941805575f99bce0ec3fe266643cac731b75d9c58a760b3c1a4
+DIST slack-desktop-4.0.2-amd64.deb 61298592 BLAKE2B 
d6d30f75d245f78276036588eb69a579148feb18fd9232c096b95ce342d37719476eec49ec67147dcd87dbf84b60e8041c45cd6a133f48811cff33958abc43e5
 SHA512 
6647253eaf73022baaeacbc2e5c8a679cf1d65f8a43aec207b0aedafb74ba64b76196ee621f26097591ccd9e1aa215f2185e23b7083a4da9c89fb031f09a4471

diff --git a/net-im/slack-bin/slack-bin-4.0.2.ebuild 
b/net-im/slack-bin/slack-bin-4.0.2.ebuild
new file mode 100644
index 000..4717b253329
--- /dev/null
+++ b/net-im/slack-bin/slack-bin-4.0.2.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-bin/}"
+MULTILIB_COMPAT=( abi_x86_64 )
+
+inherit desktop multilib-build pax-utils unpacker xdg-utils
+
+DESCRIPTION="Team collaboration tool"
+HOMEPAGE="https://www.slack.com/;
+SRC_URI="https://downloads.slack-edge.com/linux_releases/${MY_PN}-desktop-${PV}-amd64.deb;
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="ayatana gnome-keyring pax_kernel"
+RESTRICT="bindist mirror"
+
+RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}]
+   dev-libs/atk:0[${MULTILIB_USEDEP}]
+   dev-libs/expat:0[${MULTILIB_USEDEP}]
+   dev-libs/glib:2[${MULTILIB_USEDEP}]
+   dev-libs/nspr:0[${MULTILIB_USEDEP}]
+   dev-libs/nss:0[${MULTILIB_USEDEP}]
+   media-libs/alsa-lib:0[${MULTILIB_USEDEP}]
+   media-libs/mesa:0[${MULTILIB_USEDEP}]
+   net-print/cups:0[${MULTILIB_USEDEP}]
+   sys-apps/dbus:0[${MULTILIB_USEDEP}]
+   sys-apps/util-linux:0[${MULTILIB_USEDEP}]
+   x11-libs/cairo:0[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   x11-libs/gtk+:3[${MULTILIB_USEDEP}]
+   x11-libs/libX11:0[${MULTILIB_USEDEP}]
+   x11-libs/libxcb:0/1.12[${MULTILIB_USEDEP}]
+   x11-libs/libXcomposite:0[${MULTILIB_USEDEP}]
+   x11-libs/libXcursor:0[${MULTILIB_USEDEP}]
+   x11-libs/libXdamage:0[${MULTILIB_USEDEP}]
+   x11-libs/libXext:0[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes:0[${MULTILIB_USEDEP}]
+   x11-libs/libXi:0[${MULTILIB_USEDEP}]
+   x11-libs/libxkbfile:0[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr:0[${MULTILIB_USEDEP}]
+   x11-libs/libXrender:0[${MULTILIB_USEDEP}]
+   x11-libs/libXScrnSaver:0[${MULTILIB_USEDEP}]
+   x11-libs/libXtst:0[${MULTILIB_USEDEP}]
+   x11-libs/pango:0[${MULTILIB_USEDEP}]
+   ayatana? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] )
+   gnome-keyring? ( app-crypt/libsecret:0[${MULTILIB_USEDEP}] )"
+
+QA_PREBUILT="opt/slack/slack
+   opt/slack/resources/app.asar.unpacked/node_modules/*
+   opt/slack/libnode.so
+   opt/slack/libffmpeg.so
+   opt/slack/libCallsCore.so
+   opt/slack/libVkICD_mock_icd.so
+   opt/slack/libEGL.so
+   opt/slack/libGLESv2.so
+   opt/slack/swiftshader/libEGL.so
+   opt/slack/swiftshader/libGLESv2.so"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   default
+
+   

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

2019-09-05 Thread Joonas Niilola
commit: 28932420ff134623e9ef679e19003c00d9de7e7b
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Thu Sep  5 16:52:24 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  5 18:28:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28932420

net-im/slack-bin: drop old ebuilds

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/slack-bin/Manifest   |  2 -
 net-im/slack-bin/slack-bin-3.3.8.ebuild | 94 
 net-im/slack-bin/slack-bin-3.4.0.ebuild | 95 -
 3 files changed, 191 deletions(-)

diff --git a/net-im/slack-bin/Manifest b/net-im/slack-bin/Manifest
index 03d9ac427a3..ecf7c073955 100644
--- a/net-im/slack-bin/Manifest
+++ b/net-im/slack-bin/Manifest
@@ -1,6 +1,4 @@
 DIST slack-desktop-2.1.2-amd64.deb 46460486 BLAKE2B 
c6478764d3bd49745f9626d85287489fd58345b1315e41fdb1bfa9b93e4201aeeb2a22678e79f584c3da26d090136c1b8b18e449b518a69a0291072b5fc05089
 SHA512 
b23ccee498c2c6d043bdb4632b1b2755b3f0a96a1d78338020fb4221c49b7feeb437cc358abcf285e0f0a0f7b57f4db6792b2baa8b339596a287f1272ed12284
 DIST slack-desktop-2.1.2-i386.deb 42997902 BLAKE2B 
e5b3375efbe00d31e34c900aedde4c6c19b0e6a550d9db6155d9f8333c9d6db241da60e9b711eee7dbf6cf89d5ac4b84050c9e89c490172b7db205f38981dca3
 SHA512 
6b68123d3c85687043e886974449fe424af267c326ffc869d03d911ae5d0f30f5081b611e136bc4f832da8d555b2851a4c093df9c8be2de98235ebcd03528d8c
 DIST slack-desktop-3.1.1-amd64.deb 60320286 BLAKE2B 
3054e8283b41d5b8b45323131b2a85800ba8b8e24e0b80aa0eff0c0152c7cad0a2914bf64a6b83621cf6c9ad52b9bf26c0d113cf5867d4c3f2e7d6129d4d27ae
 SHA512 
06f209b07d1bbbadede592f4e63da7c53436ecc821585448269d4eda16ad0bdf8355ac46e508741150fae6dc883c90563509361f47dd02fda2f15b2829dda309
-DIST slack-desktop-3.3.8-amd64.deb 56743966 BLAKE2B 
3673a55a300b56b645d69e18617fd58241c9f4ac5fec088660bb715c722b4b22b77db9302ca3d8f09338bb41be188998366e8c5f9f0a145d80391f82fbc5fb6f
 SHA512 
f9a0414213bf0d1a8404f532a37b16bf47a43b8ecf6bb9be99184577b3b8c58e5f1b1b40a044550dc900d328b40207763de6eb3936e0b8ded709782796e81720
-DIST slack-desktop-3.4.0-amd64.deb 56807282 BLAKE2B 
fa0637b98344983b66a5362b03e719260e7553cabad0d5ff294ac5051d8b2bf189722c82f328410c5ffdbe057dd782a51f81ba0f213ce36efee017c4febe8291
 SHA512 
7ae266b5bf13a89d66d35646005a4d5cb0de0143cba19ea450b226ac394de90c82b45d6798f39c7d27db6cad36db2c25f1f4ee06a436753cc49170eabc9fa6b8
 DIST slack-desktop-3.4.2-amd64.deb 62724122 BLAKE2B 
31ab566b9a1cb80f1daa207664f4bf0504666cb388f06bf5cd5d381ab26f6b11a4eae5a4a0abd634dd562277fd291bddfb213b9285c4fab218488acc3bbd39a9
 SHA512 
d3d9ea70467fe59c6194430054d4bed5824a39b156ed9d215df4592eed7b63fbdb93d0a135502941805575f99bce0ec3fe266643cac731b75d9c58a760b3c1a4

diff --git a/net-im/slack-bin/slack-bin-3.3.8.ebuild 
b/net-im/slack-bin/slack-bin-3.3.8.ebuild
deleted file mode 100644
index 3db3b00c13e..000
--- a/net-im/slack-bin/slack-bin-3.3.8.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-bin/}"
-MULTILIB_COMPAT=( abi_x86_64 )
-
-inherit desktop multilib-build pax-utils unpacker xdg-utils
-
-DESCRIPTION="Team collaboration tool"
-HOMEPAGE="http://www.slack.com/;
-SRC_URI="https://downloads.slack-edge.com/linux_releases/${MY_PN}-desktop-${PV}-amd64.deb;
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="ayatana gnome-keyring pax_kernel"
-RESTRICT="bindist mirror"
-
-RDEPEND="dev-libs/atk:0[${MULTILIB_USEDEP}]
-   dev-libs/expat:0[${MULTILIB_USEDEP}]
-   dev-libs/glib:2[${MULTILIB_USEDEP}]
-   dev-libs/nspr:0[${MULTILIB_USEDEP}]
-   dev-libs/nss:0[${MULTILIB_USEDEP}]
-   gnome-base/gconf:2[${MULTILIB_USEDEP}]
-   media-libs/alsa-lib:0[${MULTILIB_USEDEP}]
-   media-libs/fontconfig:1.0[${MULTILIB_USEDEP}]
-   media-libs/freetype:2[${MULTILIB_USEDEP}]
-   net-misc/curl:0[${MULTILIB_USEDEP}]
-   net-print/cups:0[${MULTILIB_USEDEP}]
-   sys-apps/dbus:0[${MULTILIB_USEDEP}]
-   x11-libs/cairo:0[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   x11-libs/gtk+:3[${MULTILIB_USEDEP}]
-   x11-libs/libX11:0[${MULTILIB_USEDEP}]
-   x11-libs/libxcb:0/1.12[${MULTILIB_USEDEP}]
-   x11-libs/libXcomposite:0[${MULTILIB_USEDEP}]
-   x11-libs/libXcursor:0[${MULTILIB_USEDEP}]
-   x11-libs/libXdamage:0[${MULTILIB_USEDEP}]
-   x11-libs/libXext:0[${MULTILIB_USEDEP}]
-   x11-libs/libXfixes:0[${MULTILIB_USEDEP}]
-   x11-libs/libXi:0[${MULTILIB_USEDEP}]
-   x11-libs/libxkbfile:0[${MULTILIB_USEDEP}]
-   x11-libs/libXrandr:0[${MULTILIB_USEDEP}]
-   x11-libs/libXrender:0[${MULTILIB_USEDEP}]
-   x11-libs/libXScrnSaver:0[${MULTILIB_USEDEP}]
-   x11-libs/libXtst:0[${MULTILIB_USEDEP}]
-   x11-libs/pango:0[${MULTILIB_USEDEP}]

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

2019-09-05 Thread Zac Medico
commit: 3a0a8c9045067fad21cffa904c9546014f84dd31
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Sep  5 17:59:45 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Sep  5 18:01:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0a8c90

app-emulation/buildah: Bump to version 1.11.0

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/buildah/Manifest  |  1 +
 app-emulation/buildah/buildah-1.11.0.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest
index 69a3993bbf7..4ca8a1f0925 100644
--- a/app-emulation/buildah/Manifest
+++ b/app-emulation/buildah/Manifest
@@ -1,4 +1,5 @@
 DIST buildah-1.10.0.tar.gz 9362108 BLAKE2B 
691b5273056f9eb3e1f1dabf22c299ae281af8db13e680351bc0f4e0b6560b0ac20def5a1b3a039d14b97bb35a935a34ae83eeadc6272ad4d68a494439cc5f57
 SHA512 
33d33bb622e69512a2e11592455d654f6478994e78894bd0f73e03cc01e12c7e30b1fc25bbd6b44a3ce83b9e261ffb47c3d08a99bf523f4fe0e3ff00d93861a8
 DIST buildah-1.10.1.tar.gz 9378648 BLAKE2B 
ea563d1a52634aa4e0172f05caf04b511bd9962cec012ed35830ceb5848dae1c14020167d61d44e11d0dcdcd6d5440c216505a11987f6806bac1336dd12152c9
 SHA512 
0651ed1ec6015b437ed0a786bef20c6a88fedfa4d318edc081d257720b1cc2c8d380a8cde5125ab5894bf0b4a6df90034b689097f7cc05630401e8e7700fca6a
+DIST buildah-1.11.0.tar.gz 10065996 BLAKE2B 
fcf709f7474bcb45f2da6f90b614b4c95036d19c05fad715f80720efbb9ad6c4be6725001de4b5198c7d81e365ff12a742b73bc5d7268819de56c4b2fbe0b8e4
 SHA512 
a5e852a427de4e3f3ce8d78fb8ea82e8b6e0a1bcc6a0bc786c2bcb0d4689fec5f5a6413f77898bd953dc7eeea31d1d58fe22fac40cd5209fa5016a376a9958b7
 DIST buildah-1.8.4.tar.gz 5122400 BLAKE2B 
b02a1cac77f5f16ab6cec3a74f11ee94675c717ead21fd791feb4cfbd08dcfb4313a1ee3134d3b9f9d20218935db35e28dab406a9f706ff2f46a2beb1abaa56b
 SHA512 
a316e5e2bea7cded1db089bbc7831c9af69242caa6108c78d63864c012053bda3dc3da5bf70248b2742b2be1ad66aeb59c844558022c20f79236f5b1292d6366
 DIST buildah-1.9.2.tar.gz 9505091 BLAKE2B 
886e1ae5804f005f5782d011ed8440a8ac5eb09b2cf7917ac04ed1ab3e08f8cce6ef9b8efaf3392d60ed46b5bdb2efcec8b44c0448f970210cd613837a5d8f1f
 SHA512 
1add432491fcae3b22dac2768ba71be2a47f42f3d9fae14cc5ff54220b3b7b96a48a95cb10b249de98f9c3067d463bbeca75c7c52783c111a9b5ed0ba03eb30f

diff --git a/app-emulation/buildah/buildah-1.11.0.ebuild 
b/app-emulation/buildah/buildah-1.11.0.ebuild
new file mode 100644
index 000..5675dd131e1
--- /dev/null
+++ b/app-emulation/buildah/buildah-1.11.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit bash-completion-r1 golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="A tool that facilitates building OCI images"
+HOMEPAGE="https://github.com/containers/buildah;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="ostree selinux"
+EGO_PN="${HOMEPAGE#*//}"
+EGIT_COMMIT="v${PV}"
+GIT_COMMIT="2c5da1b"
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+RDEPEND="app-crypt/gpgme:=
+   app-emulation/skopeo
+   dev-libs/libgpg-error:=
+   dev-libs/libassuan:=
+   sys-fs/lvm2:=
+   sys-libs/libseccomp:=
+   selinux? ( sys-libs/libselinux:= )"
+DEPEND="${RDEPEND}"
+RESTRICT="test"
+REQUIRED_USE="!selinux? ( !ostree )"
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+src_prepare() {
+   default
+   sed -e 's|^\(GIT_COMMIT ?= \).*|\1'${GIT_COMMIT}'|' -i Makefile || die
+
+   [[ -f ostree_tag.sh ]] || die
+   use ostree || { echo -e "#!/bin/sh\necho containers_image_ostree_stub" 
> \
+   ostree_tag.sh || die; }
+
+   [[ -f selinux_tag.sh ]] || die
+   use selinux || { echo -e "#!/bin/sh\ntrue" > \
+   selinux_tag.sh || die; }
+}
+
+src_compile() {
+   export -n GOCACHE XDG_CACHE_HOME
+   GOPATH="${WORKDIR}/${P}" emake all
+}
+
+src_install() {
+   dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md 
troubleshooting.md
+   doman docs/*.1
+   dodoc -r docs/tutorials
+   dobin ${PN} imgtype
+   dobashcomp contrib/completions/bash/buildah
+}
+
+src_test() {
+   GOPATH="${WORKDIR}/${P}" emake test-unit
+}



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

2019-09-05 Thread Craig Andrews
commit: c7b69f39c3bb3b047fb23ac4a992a3934936a908
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:26:01 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b69f39

media-plugins/kodi-pvr-njoy: 3.4.2 version bump

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

 media-plugins/kodi-pvr-njoy/Manifest   |  1 +
 .../kodi-pvr-njoy/kodi-pvr-njoy-3.4.2.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/media-plugins/kodi-pvr-njoy/Manifest 
b/media-plugins/kodi-pvr-njoy/Manifest
new file mode 100644
index 000..e4a920fe2ea
--- /dev/null
+++ b/media-plugins/kodi-pvr-njoy/Manifest
@@ -0,0 +1 @@
+DIST kodi-pvr-njoy-3.4.2.tar.gz 47637 BLAKE2B 
258dc10c06b68b6812b320aab5236a2ddb3f565ce616efb9ec6cc7710f60b58c24b827b61109af89e41430d4ef33a1daf6cb526ad8d449b954589c82783f5035
 SHA512 
5f30afb07c8c683920cce9acc2aa182273943e1381304e4e17f396fb42f1c464884e9134f507d7e787d9f271d24193eeb20c72870d2c7012a07aef94e1a686c4

diff --git a/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-3.4.2.ebuild 
b/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-3.4.2.ebuild
new file mode 100644
index 000..7554c5d1aca
--- /dev/null
+++ b/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-3.4.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's Njoy N7 client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.njoy;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.njoy.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Leia"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.njoy/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.njoy-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   dev-libs/tinyxml
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-screensaver-asteroids/

2019-09-05 Thread Craig Andrews
commit: 1bdb984cf799d6676a851ad54e82ca303386796e
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:18:18 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bdb984c

media-plugins/kodi-screensaver-asteroids: Cleanup Kodi 17 versions

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

 media-plugins/kodi-screensaver-asteroids/Manifest  |  1 -
 .../kodi-screensaver-asteroids-1.1.0-r1.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/media-plugins/kodi-screensaver-asteroids/Manifest 
b/media-plugins/kodi-screensaver-asteroids/Manifest
index 3fae05905f2..50e6a57cbfd 100644
--- a/media-plugins/kodi-screensaver-asteroids/Manifest
+++ b/media-plugins/kodi-screensaver-asteroids/Manifest
@@ -1,2 +1 @@
-DIST kodi-screensaver-asteroids-1.1.0.tar.gz 9762 BLAKE2B 
5d4da0beb5f344732432b0cf9b8fb8d92e0428bffde6ad384e0fd837d9c12ec1ff96e3eb78c3fc639983b91ce0b405d8e77179d88e6f8d71c022663cf51a92c9
 SHA512 
38cbdae262ac9136654699dffaa51f9c854557c3aa0bb0abf038d3f5d4f94045f73aa054498b0283d7a38a6a985a49ab2df80f9b4d5f3fae6b4cc09794ddc838
 DIST kodi-screensaver-asteroids-2.1.0.tar.gz 18838 BLAKE2B 
26504e8a10afed55a780fc18e127df7029adabff913baf4da89e76ebc1ee1bea46431e4a578f8273335a40a30b0bf8e678c86624e75fd3419696c3cb9d494a69
 SHA512 
61d848aa136ab3a9896446d92c5bc8d02867bcdc67b8eed58cff0b9c3573c52a19b4d16de5494dc45c0f69946075749d73e8681858d534f8cbbe31d005a9a5c3

diff --git 
a/media-plugins/kodi-screensaver-asteroids/kodi-screensaver-asteroids-1.1.0-r1.ebuild
 
b/media-plugins/kodi-screensaver-asteroids/kodi-screensaver-asteroids-1.1.0-r1.ebuild
deleted file mode 100644
index 89339cd2eef..000
--- 
a/media-plugins/kodi-screensaver-asteroids/kodi-screensaver-asteroids-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Asteroids screensaver for Kodi"
-HOMEPAGE="https://github.com/notspiff/screensaver.asteroids;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/notspiff/screensaver.asteroids.git;
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/notspiff/screensaver.asteroids/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/screensaver.asteroids-${PV}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   "



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

2019-09-05 Thread Craig Andrews
commit: 1aee7c03e9625f760f1071078ee6c58cba06dc0f
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:18:05 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aee7c03

media-plugins/kodi-pvr-vuplus: Cleanup Kodi 17 versions

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

 media-plugins/kodi-pvr-vuplus/Manifest |  1 -
 .../kodi-pvr-vuplus/kodi-pvr-vuplus-2.4.10.ebuild  | 38 --
 2 files changed, 39 deletions(-)

diff --git a/media-plugins/kodi-pvr-vuplus/Manifest 
b/media-plugins/kodi-pvr-vuplus/Manifest
index 04ea7beffeb..5e866117fd4 100644
--- a/media-plugins/kodi-pvr-vuplus/Manifest
+++ b/media-plugins/kodi-pvr-vuplus/Manifest
@@ -1,4 +1,3 @@
-DIST kodi-pvr-vuplus-2.4.10.tar.gz 80514 BLAKE2B 
d84f0da7f8473456ce6258b2602fb2ddc7631080d951ac33f603d9b649369c6cfd1fc36421ac200de7aaacd09cd23797c70e9f187bb011353889144aa8014f70
 SHA512 
b9569a85a6cb2c02b72f9494148f55874acc7c4a826704abfd4bd1d29c96b6221dbc62510c3823947b6496bd3465d6d9cd2089009d984fa706efc5b8ea882fa1
 DIST kodi-pvr-vuplus-3.17.0.tar.gz 160410 BLAKE2B 
0eae7616abf01713148f6ac5370ccc2de9ee47dcb4b024119c16b1417fe1c655a8f1e9d9af188ae5106399cd321303f2ceb232b037f220411b15990986a6cea9
 SHA512 
a9c7e46af9bc1cdc18aeacac6f219c3c4210854287e086870e64b1cf2350b69b32d8ec3e980805be00093020ff3423b1cf7eb47dabcca4b14eee1f1cbe49e9f1
 DIST kodi-pvr-vuplus-3.18.1.tar.gz 163398 BLAKE2B 
30cab3bcd9e0750c116f2e95170fd5d9fdc5c1be0f8068ed58aafc265454105d70504c6bf661d0b4c2e21eb9ca9e1868ec8da8e32bd39a054feae5bf8804ab46
 SHA512 
eadfb01b5a9d478d03bf720133c5de163b5fc1b8789dd2f756724dd180bc00ae593c43a4e727d6f6c9646a99626cc8dd6ee72cb054db65c2a49acc08ebb00ccc
 DIST kodi-pvr-vuplus-3.19.0.tar.gz 168331 BLAKE2B 
141de1df21ae4149be56be3d952edd15792567aae39b337671c8f53cf28b1208dd69993a3680deb25b006b1d92eaa1a5b151ebc394f84d041d7cf99e56c206a4
 SHA512 
3a59aa691b0982cfbae466a3fa148a9ab71c7daeaeff1b91fdb71da4fbb406a6fa0346551bf7da37a4ba4dd6c1f58a2a3e41b0533b69afa4e28ecdf52be0029c

diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-2.4.10.ebuild 
b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-2.4.10.ebuild
deleted file mode 100644
index ebf04407c57..000
--- a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-2.4.10.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Kodi's VuPlus client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.vuplus;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vuplus.git;
-   inherit git-r3
-   ;;
-*)
-   CODENAME="Krypton"
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kodi-pvr/pvr.vuplus/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/pvr.vuplus-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   dev-libs/tinyxml
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "



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

2019-09-05 Thread Craig Andrews
commit: 12f420f04c39fe33110076fd03cef5226c579ec4
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:22:05 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f420f0

package.use.mask: media-tv/kodi-17 has been removed

Signed-off-by: Craig Andrews  gentoo.org>

 profiles/base/package.use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index dec89386d6a..82413ef6a62 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -119,7 +119,6 @@ dev-python/construct python_targets_python2_7
 # Has multiple issues including symlinks and threading.
 # Packages should use and access libmariadb.so instead
 dev-db/mariadb-connector-c mysqlcompat
-~media-tv/kodi-17.6 mariadb
 
 # Georgy Yakovlev  (2019-03-05)
 # Not keyworded on non-x86 arches



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

2019-09-05 Thread Craig Andrews
commit: 1ccc97524b54d1eaa21af3f4eaf50e9760af1ea4
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:18:39 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ccc9752

media-plugins/kodi-visualization-projectm: Cleanup Kodi 17 versions

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

 media-plugins/kodi-visualization-projectm/Manifest |  2 --
 .../kodi-visualization-projectm-1.2.0.ebuild   | 38 --
 .../kodi-visualization-projectm-1.2.1.ebuild   | 38 --
 3 files changed, 78 deletions(-)

diff --git a/media-plugins/kodi-visualization-projectm/Manifest 
b/media-plugins/kodi-visualization-projectm/Manifest
index d02c231875d..3188f0b7772 100644
--- a/media-plugins/kodi-visualization-projectm/Manifest
+++ b/media-plugins/kodi-visualization-projectm/Manifest
@@ -1,4 +1,2 @@
-DIST kodi-visualization-projectm-1.2.0.tar.gz 450058 BLAKE2B 
cd612cf2680bd5d1ef13bba41e9bcd20245ed40b0fbf4396259ad850232a4fed739f99738b118e6603512b155e73d487e94ff4f0077bdb22d8604a151d221b7d
 SHA512 
9ad106cb97ac9c626908988a5c9cf7a9b18b23585f7c905cb8298a93afaf1e735eb3b582152e30e4e5bdd83625608228a9abaf233c8bbb765b7031c4a2d5a44e
-DIST kodi-visualization-projectm-1.2.1.tar.gz 450055 BLAKE2B 
36be46629f927f4e9555f4e76521c2d55a2603f438b0dc5b9f4e83ea95a5b6b27ad20c02f211fa38298f08cd789bd5c4edd14215066575dd5e41d5cab603c2c6
 SHA512 
37091b7656c791434c80572d57424bfc7161c0f2b752adffc2c4d837c93d733e104f7b68893544f3efc32c67e607882063c34ecae240754b1c71856d83ba4c2e
 DIST kodi-visualization-projectm-2.1.0.tar.gz 2479742 BLAKE2B 
e0fc2953ef1d242aa89d3e0afe7804b22460c70a2f98758bd252fa6aa1978001b60cc167878e725f09e2e38e0ebf2c013b3edad88ca015e54148da73a0fceb51
 SHA512 
74924f524d8e4d5c108cf23ae52d034404db9d1d5f63866cda920f552de93f524c6bd7eaff894295c2dae779be11dc17808540f22ad5f2536ec90166d2a95cec
 DIST kodi-visualization-projectm-2.2.0.tar.gz 2478953 BLAKE2B 
89e4d75de74b920dcb4829303c20cbafa5bcf843279c98817c35aca547408b961e6df9d1fd8f0bbdd3113ab2f5836c6b5f353e6f363f896b79341742d4850bf2
 SHA512 
6b16f6d186d7ab3bcc84ef60a1227f61a6244c2328ba685d606a29dd6b8e08270e58de26498af274970c3e2ad0a41597cd091a30209ad05c88bb8313995ae3a7

diff --git 
a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-1.2.0.ebuild
 
b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-1.2.0.ebuild
deleted file mode 100644
index cc8110b82d2..000
--- 
a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-1.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="ProjectM visualizer for Kodi"
-HOMEPAGE="https://github.com/notspiff/visualization.projectm;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/notspiff/visualization.projectm.git;
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/notspiff/visualization.projectm/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/visualization.projectm-${PV}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   media-libs/libprojectm
-   virtual/opengl
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "

diff --git 
a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-1.2.1.ebuild
 
b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-1.2.1.ebuild
deleted file mode 100644
index cc8110b82d2..000
--- 
a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-1.2.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="ProjectM visualizer for Kodi"
-HOMEPAGE="https://github.com/notspiff/visualization.projectm;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/notspiff/visualization.projectm.git;
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/notspiff/visualization.projectm/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/visualization.projectm-${PV}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   media-libs/libprojectm
-   virtual/opengl
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "



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

2019-09-05 Thread Craig Andrews
commit: f78143e58b0bdbc455fb8a2eb8ea985e16f10e4e
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:17:48 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78143e5

media-plugins/kodi-pvr-vbox: Cleanup Kodi 17 versions

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

 media-plugins/kodi-pvr-vbox/Manifest   |  1 -
 .../kodi-pvr-vbox/kodi-pvr-vbox-4.0.2-r1.ebuild| 37 --
 2 files changed, 38 deletions(-)

diff --git a/media-plugins/kodi-pvr-vbox/Manifest 
b/media-plugins/kodi-pvr-vbox/Manifest
index c74f65a0226..008d2584829 100644
--- a/media-plugins/kodi-pvr-vbox/Manifest
+++ b/media-plugins/kodi-pvr-vbox/Manifest
@@ -1,4 +1,3 @@
-DIST kodi-pvr-vbox-4.0.2.tar.gz 150156 BLAKE2B 
82751404d60b8064ad4c56c5de2bb2745cf1d3bbf6a10c6c96391e3021353a1c64c1d7c54ecbd53722b3e39edaecd97716877ad6738bdbb9c0a3ff1f10c35d42
 SHA512 
2b46cd6090764660c25a8c229bc11c23b0b200e4eecc6682a89f2754f6869217b93600ac5eb7a48b7d9183ca6eb237e1a396902b84493668c7045a6b4eb23a6e
 DIST kodi-pvr-vbox-4.4.6.tar.gz 155719 BLAKE2B 
178ec1adfd17f8afc80daf526fec863b93c17ec13b5a54c7a2aa166c6a73cbe5d57a3e349f2c6522c2081af6b4f892a731b49a0aee2a6e5686a2adf5f95d5fc9
 SHA512 
b34b2ddc9bdae9a51e44a7dbe483f9a21d6d4de951e0c996a2f82e63b87718b7f56a3bfbeb45c0cc7a6d828d279bb1f6ab25292b328b1853a09e1267c22026fe
 DIST kodi-pvr-vbox-4.4.7.tar.gz 155710 BLAKE2B 
b8de69b536ef265afb5e30123555918a071517f2b61999889397b93ae1e06d0a695de0f604f66c011017bfe14ab251f95e75a5aec83fa0b13b69761b24914872
 SHA512 
07aae037b72c643ff0ca7c7fd911d77e04246caaa475a55e2ce71ee2075da68f8824d7babdfcfa31e64c27893e122c337a1fe48c769daad6acbd482e4b78297d
 DIST kodi-pvr-vbox-4.4.8.tar.gz 155911 BLAKE2B 
bcfd48ebfa0a6378367794df5789e8cc80768a12292f88c26eef52a99007edadbb7da016109e7d29566563176e87dc75ff19e78d8777b8f263d78a23a9d4a274
 SHA512 
27c0d7143d70cb42ec2c57e553622cbc785e1d01aef09600030b6cb3a23a4c974d51700e80da1f3480a7e0fbacef1db3ff955fe2beab79f6ee0613065a0e556a

diff --git a/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-4.0.2-r1.ebuild 
b/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-4.0.2-r1.ebuild
deleted file mode 100644
index 5bc893a7257..000
--- a/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-4.0.2-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Kodi's VBox Home TV Gateway PVR client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.vbox;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vbox.git;
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="https://github.com/kodi-pvr/pvr.vbox/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/pvr.vbox-${PV}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   dev-libs/tinyxml2
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "



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

2019-09-05 Thread Craig Andrews
commit: 1c5dc657197ec9728e8cc980783162484e61dbb8
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:18:12 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5dc657

media-plugins/kodi-pvr-wmc: Cleanup Kodi 17 versions

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

 media-plugins/kodi-pvr-wmc/Manifest|  1 -
 .../kodi-pvr-wmc/kodi-pvr-wmc-1.4.9.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/media-plugins/kodi-pvr-wmc/Manifest 
b/media-plugins/kodi-pvr-wmc/Manifest
index ddbb5e51ee5..cc7e0cc4cd6 100644
--- a/media-plugins/kodi-pvr-wmc/Manifest
+++ b/media-plugins/kodi-pvr-wmc/Manifest
@@ -1,2 +1 @@
-DIST kodi-pvr-wmc-1.4.9.tar.gz 177965 BLAKE2B 
680896d2f519977a0dbaaffdb6fe92f815787615dc9014934e2415eb817ac1a1f5dd5669f3d8ba1a0d6a98f0518062b285cdddb5cdf54efac4ec79aa3795ab73
 SHA512 
51ddfb064df5861b3fa89decdf78a499f8251fee3f18ffcf09fcdfbe9c3c741536cafce460486b38bd8abb447e3494f819aef3a2d0764b8e1579d649f386503f
 DIST kodi-pvr-wmc-2.4.4.tar.gz 178508 BLAKE2B 
e1d80860ade2a639dd65a9dd541657ee29032facf95c427fd38038f5df28f5cc93622f00809228ae7968786b0d5499606c38eb79adc7ed9200b4e94e2de26206
 SHA512 
9932d3c44dd91ff371ef34cd9fbbbe1485629116b102c31dc7292e32f82869727423195ae9c78969d96e3a03dd22d481cc0708212921acba0524759a4acaad8d

diff --git a/media-plugins/kodi-pvr-wmc/kodi-pvr-wmc-1.4.9.ebuild 
b/media-plugins/kodi-pvr-wmc/kodi-pvr-wmc-1.4.9.ebuild
deleted file mode 100644
index 50c278f7f89..000
--- a/media-plugins/kodi-pvr-wmc/kodi-pvr-wmc-1.4.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Kodi's Windows Media Center client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.wmc;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.wmc.git;
-   inherit git-r3
-   ;;
-*)
-   CODENAME="Krypton"
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kodi-pvr/pvr.wmc/archive/${PV}v2-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/pvr.wmc-${PV}v2-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   "
-RDEPEND="
-   ${DEPEND}
-   "



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

2019-09-05 Thread Craig Andrews
commit: 5dfb8624aa8a429dc78c055eaba7a1344ed71501
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:28:17 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dfb8624

media-plugins/kodi-pvr-demo: 3.6.1 version bump

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

 media-plugins/kodi-pvr-demo/Manifest  | 1 +
 .../{kodi-pvr-demo-.ebuild => kodi-pvr-demo-3.6.1.ebuild} | 8 
 media-plugins/kodi-pvr-demo/kodi-pvr-demo-.ebuild | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/media-plugins/kodi-pvr-demo/Manifest 
b/media-plugins/kodi-pvr-demo/Manifest
new file mode 100644
index 000..b874d0fe432
--- /dev/null
+++ b/media-plugins/kodi-pvr-demo/Manifest
@@ -0,0 +1 @@
+DIST kodi-pvr-demo-3.6.1.tar.gz 35070 BLAKE2B 
f916f89dd701c5fa9b6f9ad4950115433382c94ec5cc73afb0c753b80c1850947ba4776e494842e9181595b5a8bdb0e38f3a6b0baeaa6b19dfe2fe104b2ac06b
 SHA512 
ddcc0c91b9173920ab5a9e05622312e7363b85be74254e451cff7d415d09fe9b60f59acb75c66359eabc3e737921116c2232042a76dcabcf9e2d52d4d3e31a09

diff --git a/media-plugins/kodi-pvr-demo/kodi-pvr-demo-.ebuild 
b/media-plugins/kodi-pvr-demo/kodi-pvr-demo-3.6.1.ebuild
similarity index 85%
copy from media-plugins/kodi-pvr-demo/kodi-pvr-demo-.ebuild
copy to media-plugins/kodi-pvr-demo/kodi-pvr-demo-3.6.1.ebuild
index 6fe9c8a7d8b..5a8fd989966 100644
--- a/media-plugins/kodi-pvr-demo/kodi-pvr-demo-.ebuild
+++ b/media-plugins/kodi-pvr-demo/kodi-pvr-demo-3.6.1.ebuild
@@ -16,8 +16,8 @@ case ${PV} in
inherit git-r3
;;
 *)
-   CODENAME="Krypton"
-   KEYWORDS="~x86 ~amd64"
+   CODENAME="Leia"
+   KEYWORDS="~amd64 ~x86"

SRC_URI="https://github.com/kodi-pvr/pvr.demo/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
S="${WORKDIR}/pvr.demo-${PV}-${CODENAME}"
;;
@@ -28,8 +28,8 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   ~media-tv/kodi-
-   ~media-libs/kodi-platform-
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
dev-libs/tinyxml
"
 

diff --git a/media-plugins/kodi-pvr-demo/kodi-pvr-demo-.ebuild 
b/media-plugins/kodi-pvr-demo/kodi-pvr-demo-.ebuild
index 6fe9c8a7d8b..6d694e9aa2d 100644
--- a/media-plugins/kodi-pvr-demo/kodi-pvr-demo-.ebuild
+++ b/media-plugins/kodi-pvr-demo/kodi-pvr-demo-.ebuild
@@ -16,8 +16,8 @@ case ${PV} in
inherit git-r3
;;
 *)
-   CODENAME="Krypton"
-   KEYWORDS="~x86 ~amd64"
+   CODENAME="Leia"
+   KEYWORDS="~amd64 ~x86"

SRC_URI="https://github.com/kodi-pvr/pvr.demo/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
S="${WORKDIR}/pvr.demo-${PV}-${CODENAME}"
;;



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

2019-09-05 Thread Craig Andrews
commit: 752a86add6865f7b6da37cf799de8840904305ec
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:18:30 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752a86ad

media-plugins/kodi-visualization-goom: Cleanup Kodi 17 versions

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

 media-plugins/kodi-visualization-goom/Manifest |  1 -
 .../kodi-visualization-goom-1.1.0-r1.ebuild| 36 --
 2 files changed, 37 deletions(-)

diff --git a/media-plugins/kodi-visualization-goom/Manifest 
b/media-plugins/kodi-visualization-goom/Manifest
deleted file mode 100644
index 6081ff2f57d..000
--- a/media-plugins/kodi-visualization-goom/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kodi-visualization-goom-1.1.0.tar.gz 493839 BLAKE2B 
97e99f0f8bc657b5f92464bd80c591de48c48839982005e5996ea949e6e6a4db24de0c31ed010becad29da8f4eb5d9b579006b2a4c28ee567f094460cc4aa063
 SHA512 
d0e7ab3931ad32f16f4b97f3746e2e5ec9ed08ba23184ac880ab4da1c0da16511c6a9e1ea595ccbbac3c7c8f385fa5dced1e554d0a1a8122db4f35223eb66ace

diff --git 
a/media-plugins/kodi-visualization-goom/kodi-visualization-goom-1.1.0-r1.ebuild 
b/media-plugins/kodi-visualization-goom/kodi-visualization-goom-1.1.0-r1.ebuild
deleted file mode 100644
index 15d76968e81..000
--- 
a/media-plugins/kodi-visualization-goom/kodi-visualization-goom-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Goom visualizer for Kodi"
-HOMEPAGE="https://github.com/notspiff/visualization.goom;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/notspiff/visualization.goom.git;
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/notspiff/visualization.goom/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/visualization.goom-${PV}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   virtual/opengl
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "



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

2019-09-05 Thread Craig Andrews
commit: a5950b014ea0d746bd9989396535c85b512a852c
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:17:41 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5950b01

media-plugins/kodi-pvr-stalker: Cleanup Kodi 17 versions

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

 media-plugins/kodi-pvr-stalker/Manifest|  2 --
 .../kodi-pvr-stalker/kodi-pvr-stalker-2.8.3.ebuild | 39 --
 .../kodi-pvr-stalker/kodi-pvr-stalker-2.8.6.ebuild | 39 --
 3 files changed, 80 deletions(-)

diff --git a/media-plugins/kodi-pvr-stalker/Manifest 
b/media-plugins/kodi-pvr-stalker/Manifest
index c60ef0d474c..f05b2e692b3 100644
--- a/media-plugins/kodi-pvr-stalker/Manifest
+++ b/media-plugins/kodi-pvr-stalker/Manifest
@@ -1,4 +1,2 @@
-DIST kodi-pvr-stalker-2.8.3.tar.gz 111738 BLAKE2B 
49fa5ca9fc3b3dedff9c82b7886bcc4539e07c53907960a60f0d55f37a5d7a2d7bcf22aa1280d36c9d38c63f65f0f701a2c9df7af6f31939fe0ed5dc35f3fe29
 SHA512 
26fdc7560e0e39c774115fe021a4ef9bc34bafeeead425935a8ea26b5a95cd3a4b4d1a60be466f89d6bbd0f16350cc8d3245409942164b4b55c969e4ecc9149e
-DIST kodi-pvr-stalker-2.8.6.tar.gz 112121 BLAKE2B 
9093ccff3060333a88f26a33e2f27795bcf9692d1f5026c2204d87a52da2937d55a18eb2d35ada66a029f782e97d104bc12ca522dc0eab0e71660eb3851dd1ea
 SHA512 
cb7c04a78de7ff1300765a77a5343092ee27231373f91c7f638dcb3bc76f6ed074403a362000964d360c936174cb4e7586ad91bad8c6ef30f4b412dadc8ceafa
 DIST kodi-pvr-stalker-3.4.8.tar.gz 115254 BLAKE2B 
865ac0123b54369bbe73e67855d915efbd3af82d9cac5669099895efec8410eee7acf8d20f6904a0b939bdbba0feab8ec7aa3e953d816914407673c2bebd3c05
 SHA512 
f4fd2965199a0a5a31b37c2afa60e3cd6746c25dcfa80d8ddbedb2236b92f3c243dddfdff92fd9e6ffafd434c53124b89b8bd2c636856c62cb78b84e446a3292
 DIST kodi-pvr-stalker-3.4.9.tar.gz 115275 BLAKE2B 
bd9df715d3f5e630d4a47fe24f24515085f8a6a151545c27d5bc6b3bf4e4876672cddbd7c2d6fbd6a999b285afc6a48a29030ac72b4ed32cf10e8448235ef0b1
 SHA512 
16107f60529b4ef3730f7a3deb5a7cd9ee645678647248d2fff01dbc94dc7a53029a67a3709955a9be8483a13e13048dadf73a32489725b60b5c07c3a0b6a979

diff --git a/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-2.8.3.ebuild 
b/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-2.8.3.ebuild
deleted file mode 100644
index 01b9331e3ff..000
--- a/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-2.8.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Kodi's Stalker client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.stalker;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.stalker.git;
-   inherit git-r3
-   ;;
-*)
-   CODENAME="Krypton"
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kodi-pvr/pvr.stalker/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/pvr.stalker-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   dev-libs/jsoncpp
-   dev-libs/tinyxml
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "

diff --git a/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-2.8.6.ebuild 
b/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-2.8.6.ebuild
deleted file mode 100644
index 01b9331e3ff..000
--- a/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-2.8.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Kodi's Stalker client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.stalker;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.stalker.git;
-   inherit git-r3
-   ;;
-*)
-   CODENAME="Krypton"
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kodi-pvr/pvr.stalker/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/pvr.stalker-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   dev-libs/jsoncpp
-   dev-libs/tinyxml
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "



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

2019-09-05 Thread Craig Andrews
commit: 3563a5359538ad63f46576e6ee36476eb4257b48
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:22:34 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3563a535

media-libs/kodi-platform: Cleanup old version

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

 media-libs/kodi-platform/Manifest  |  1 -
 .../kodi-platform/kodi-platform-17.1.0.1.ebuild| 32 --
 2 files changed, 33 deletions(-)

diff --git a/media-libs/kodi-platform/Manifest 
b/media-libs/kodi-platform/Manifest
index 9f1e498c042..ddc1fabf616 100644
--- a/media-libs/kodi-platform/Manifest
+++ b/media-libs/kodi-platform/Manifest
@@ -1,3 +1,2 @@
-DIST kodi-platform-17.1.0.1.tar.gz 8538 BLAKE2B 
3264ef2b480d6b8e0f3c0b7dbf6427a39cdd3b882ccb50d76977e169d49fa46e7716969a15f0de1bdf787f327a2a551027be762c1d16eb0482747531c89e45d1
 SHA512 
c3501b30d6e643239d1a5726eae79d734392709240b21fd314c97fa8a98b0c4ba912c8a246bd53e7049fadde0f695274ae4d1920442ab9a22337258388f80bcb
 DIST kodi-platform-18.0_pre20180301.tar.gz 8605 BLAKE2B 
8486c0777373de75c0120b3e62ef1ff43107b36471696a7329f15fc62670f230737ee382695dbcb61ca5215fa2898cf3c6ecdfc0b48043b57f48cf15adc9fbf5
 SHA512 
35bb8d27db3b1e9debef647e02c2cf4ba7f2b2bdde07cb57eedd5859800d0614426d82f4be9cdeb11dba6576cad93e43095a05047411dcbcb749609d51f53ec7
 DIST kodi-platform-18.0_pre20190429.tar.gz 8616 BLAKE2B 
424fa1da5f2dda5343ebe8414555382be6391d9467e73a07088a9e46674508bd83aeec59277f5d0b6e4bf0e1a6c56910a338f1774b17ef4ad21ca7b1e4198fef
 SHA512 
acbe478c2167cbd90ef8cd0ba6ea9ac657a4140f5337e840e960358b26cb3d7880e52527c0d7f6d0ae8068b92b3a3cc5719110163ecfa4520469fc64b8e1b9b7

diff --git a/media-libs/kodi-platform/kodi-platform-17.1.0.1.ebuild 
b/media-libs/kodi-platform/kodi-platform-17.1.0.1.ebuild
deleted file mode 100644
index b70d6dcab99..000
--- a/media-libs/kodi-platform/kodi-platform-17.1.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-if [[ ${PV} == * ]]; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/xbmc/${PN}.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~x86"
-   GIT_COMMIT="c8188d8"
-   SRC_URI="https://github.com/xbmc/${PN}/tarball/${GIT_COMMIT} -> 
${P}.tar.gz"
-   S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}"
-fi
-
-DESCRIPTION="Kodi platform support library"
-HOMEPAGE="https://kodi.tv;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =dev-libs/libplatform-2*
-   dev-libs/tinyxml
-   "
-
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/files/, media-tv/kodi/

2019-09-05 Thread Craig Andrews
commit: fe1fbf319bcb246812c3c3ac9480394c1d5edb5d
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:20:21 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1fbf31

media-tv/kodi: Cleanup old version (Kodi 17)

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

 media-tv/kodi/Manifest |   6 -
 media-tv/kodi/files/generate.sh|  34 --
 ...adapt-to-deprecated-symbols-and-functions.patch | 401 -
 .../kodi-17-fix-audio-with-latest-ffmpeg.patch |  15 -
 media-tv/kodi/files/kodi-17.6-nmblookup.patch  |  25 --
 media-tv/kodi/files/kodi-17.6-wrapper.patch|  39 --
 media-tv/kodi/files/kodi-cmake-no-java.patch   |  56 ---
 media-tv/kodi/kodi-17.6-r11.ebuild | 277 --
 media-tv/kodi/metadata.xml |   2 -
 9 files changed, 855 deletions(-)

diff --git a/media-tv/kodi/Manifest b/media-tv/kodi/Manifest
index edb5036b3d2..c921311ac0c 100644
--- a/media-tv/kodi/Manifest
+++ b/media-tv/kodi/Manifest
@@ -1,13 +1,7 @@
-DIST ffmpeg-kodi-3.1.11-Krypton-17.5.tar.gz 11188798 BLAKE2B 
bb91a89a47f3ea6894f28834b477cc2c2db64590e0202b784182f724e89fb385385218463404076565bedcd41a81797c2f340ce579aee75e09f2c99ae494031d
 SHA512 
b28bb6970c6767213f34e5f4f3e48ad5219a6c668a5264ff7de0a42712cb7393f389ddd88f56785a2dc8089f8231ae5fd05adfa10dbf15ea3e0ad7bc2ccd4d73
 DIST ffmpeg-kodi-4.0.3-Leia-18.2.tar.gz 12426917 BLAKE2B 
83da9511d7b4ef6a8c813561a061c4fe86712e4424c30c9005500751c6c79f4232910caaf13cd34d2db1867f592b042dd291d6c32a77f80107ce87a3a7db1760
 SHA512 
b4d4bf16f05b953ba81769446c8fd90246e1919b9ef671fb212008151c83d8445e4123ad37c352aa6243074962832e817749d2de318eb721d5bb5d655fd77ab2
 DIST ffmpeg-kodi-4.0.4-Leia-18.4.tar.gz 12430413 BLAKE2B 
6de6fde2c16264f851466b46f87c23c34e7d503203f69d47342d46034f153860190d196da51221f866315405c8a33325b216028256ee5d5e293336afae99
 SHA512 
c6dd75dbff7119adeeda246cfb640b5e8d3b4c242ef83e5ba070207b60f0c715c3fe3cb328d87687b70a133f122a03aba990f0e95f3aac7d5dbcee25bec59078
-DIST kodi-17.6-generated-addons.tar.xz 57564 BLAKE2B 
9b3000ac23a6aab24b703a2b66016dbf0637ff3d615b89435cba3717acb913a4543bb57aaa9ae59a9493891ba62af06414ef2c0cea3a81e9ec32ea60e209330d
 SHA512 
ee1344e859b2871f9dd3e2f2f75f9c0f9f787ac111a6b9ab8f80af6524a786d51baeb4f247a8c5b35001073be49bf4289d1c63e3114625143f3747aa9b1f4be2
-DIST kodi-17.6.tar.gz 58275293 BLAKE2B 
538675b7a3400d9182f957da9bbf609ce5ece502c3a7f4a32e26c802bae9795979554204148e06d1923d8e68ba1f06f9d92bf11416f73cf9431381642ca00639
 SHA512 
1f1ba91e6129ab423f9ad47b63d7bb75775dbf18638a96413a572aaa790f4f0d738ca35486513e158a7f55d501f78f08dd9d68aabe2fbb80a729c6091b264111
 DIST kodi-18.3.tar.gz 51013397 BLAKE2B 
cce29d4813973c942f83a034bc6d73eafc1be2a50436e1e5611ccf04c27e6110c4b4f99f7f7d1cf8da3e2550209c8bee3db6e98136b8fa9738c4b1fc7e43
 SHA512 
4e898e28238dcbc67e106c5a0ef88bd6a82f8c0ad00e77e3ddbe2da6181b37d9ca1ba6bda57206223cfa119c5291edb4410d3e773d97b5ab67660e49929437ec
 DIST kodi-18.4.tar.gz 51027569 BLAKE2B 
47e3377abb4a1e5a3c26b1519f45ab9347127467594841ac689b857a3f4163731951d4e1e4960bce5c2af4fa224acf4a3887f42bdc41a603bba4979d3bcbcda8
 SHA512 
ae08fc29d20387d9352dc1ae4a89da19962a279b89705ff8f7869377281589d44a685cebaa8509d3252ae79215dcdaadb72e9fa752e6d2bce59974bc23276aad
 DIST libdvdcss-1.4.2-Leia-Beta-5.tar.gz 101068 BLAKE2B 
283aa2cec0a2200d3569bc280cb9659e9224a6b3a77db8a35b269cd8caf1337ac9d8b92b806df66f63ef7458a46bd6261f0b8b14678b10e26644a79dcbeea5da
 SHA512 
5185dbdbeb1bd13ea9d8723f1f4ab599d6f3102f5ba1096cd085aa1cda252c045f327c719227bba8e1b742352ade5e335106c8d0c1637a5a6b93ce661620dd7e
-DIST libdvdcss-2f12236bc1c92f73c21e973363f79eb300de603f.tar.gz 95395 BLAKE2B 
fb3973e098201d177309ad7ca50131725eee4bc6f30f425efa5fea406411f6143ba03abd82cd6c91a250419d3e0a29aafcbf981ba015f6e14cd0ceb001222c12
 SHA512 
12ba7aa653fcb26d5336bf2a8110c924d634cec79f684bbf19dc38ea33f69fb68c22c97f4c09e5ca7c35f95f6c324a6d70ccc2c501a99122a9321cafd33b2cd9
-DIST libdvdnav-43b5f81f5fe30bceae3b7cecf2b0ca57fc930dac.tar.gz 130603 BLAKE2B 
0a211fcedb216567bcd929048af01486ff91efbb8d31592fd116676b6ae95de3cd7bfab7cd79853b3d15e96c27e62cce8c79eeb9baee68a1bad4f3fce8a207a0
 SHA512 
901c6f24afa1d78b6ed78d1ee30daf634ca0bbc0467ef9cc3416bcab4fbc4fda6869ffa051791d85c0b510de748805328627681ef044668a7857299f0035232e
 DIST libdvdnav-6.0.0-Leia-Alpha-3.tar.gz 137942 BLAKE2B 
7573434a0ae8e8ccabf48173f81fcde29074eb138e119a2ae9156cde3c3d8bfd716f5d0e605b97f2dcac21f570781137c8533c5ae306b51e3905822fda318355
 SHA512 
11c93eaacd156f8fd7dec7c43d366438b201f31ad55b2870463a9e286912b6ada08882319a021fb7992190f87b909a49f2b83e0321cc17aedc29f7fe5898fa72
-DIST libdvdread-17d99db97e7b8f23077b342369d3c22a6250affd.tar.gz 124326 BLAKE2B 
37521d50f9983290df5209db417e39ea4f3dcf5c36eafe9f75a8c23689c7302c29c4197e40eebb0f1b35cd16e5264e251a72548a0ce2ec2ba1a3a22c1768adaf

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

2019-09-05 Thread Craig Andrews
commit: 55237a2013f0313c90f32193953cf8e63c545773
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:23:54 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55237a20

media-plugins/kodi-pvr-demo: Fix - dependencies

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

 media-plugins/kodi-pvr-demo/kodi-pvr-demo-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/kodi-pvr-demo/kodi-pvr-demo-.ebuild 
b/media-plugins/kodi-pvr-demo/kodi-pvr-demo-.ebuild
index 314dc1ef456..6fe9c8a7d8b 100644
--- a/media-plugins/kodi-pvr-demo/kodi-pvr-demo-.ebuild
+++ b/media-plugins/kodi-pvr-demo/kodi-pvr-demo-.ebuild
@@ -28,8 +28,8 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   =media-tv/kodi-
-   =media-libs/kodi-platform-
+   ~media-tv/kodi-
+   ~media-libs/kodi-platform-
dev-libs/tinyxml
"
 



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

2019-09-05 Thread Craig Andrews
commit: 2dbeb8da8d0a180f1f39d791404dff57fb6202ad
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:18:32 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbeb8da

media-plugins/kodi-visualization-nastyfft: Cleanup Kodi 17 versions

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

 media-plugins/kodi-visualization-nastyfft/Manifest |  1 -
 .../kodi-visualization-nastyfft-1.1.0-r1.ebuild| 36 --
 2 files changed, 37 deletions(-)

diff --git a/media-plugins/kodi-visualization-nastyfft/Manifest 
b/media-plugins/kodi-visualization-nastyfft/Manifest
deleted file mode 100644
index 5568acb4f49..000
--- a/media-plugins/kodi-visualization-nastyfft/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kodi-visualization-nastyfft-1.1.0.tar.gz 22375 BLAKE2B 
3cd1c7362479e218259631dcf8af38f4f3bd32ef02e56fb5df8f9b3c9648096ac0e341eb9b9bd1567fc0e7ab2f690775289d2a39a7d59fd7f7923c56840a690b
 SHA512 
fd32db6e39558102d6d9959b51029ceda250c5e3174689718ec78b095294cabda3d1459db753507245f96d7798273df23a197e82a9dea5a050147c6133a4b2e3

diff --git 
a/media-plugins/kodi-visualization-nastyfft/kodi-visualization-nastyfft-1.1.0-r1.ebuild
 
b/media-plugins/kodi-visualization-nastyfft/kodi-visualization-nastyfft-1.1.0-r1.ebuild
deleted file mode 100644
index 09baa294d4d..000
--- 
a/media-plugins/kodi-visualization-nastyfft/kodi-visualization-nastyfft-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="NastyFFT visualizer for Kodi"
-HOMEPAGE="https://github.com/notspiff/visualization.nastyfft;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/notspiff/visualization.nastyfft.git;
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/notspiff/visualization.nastyfft/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/visualization.nastyfft-${PV}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   virtual/opengl
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "



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

2019-09-05 Thread Craig Andrews
commit: 1ac32d83a359f9ae3207785453ea03f1de8bcb27
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:23:23 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac32d83

media-plugins/kodi-pvr-argustv: Fix - dependencies

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

 media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-.ebuild 
b/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-.ebuild
index a36cdf82997..64d10d3212c 100644
--- a/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-.ebuild
+++ b/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-.ebuild
@@ -28,8 +28,8 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   =media-tv/kodi-
-   =media-libs/kodi-platform-
+   ~media-tv/kodi-
+   ~media-libs/kodi-platform-
dev-libs/jsoncpp
"
 



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

2019-09-05 Thread Craig Andrews
commit: 3507c587bed5b363c060d5449b386a08ae336705
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:18:45 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3507c587

media-plugins/kodi-visualization-waveform: Cleanup Kodi 17 versions

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

 media-plugins/kodi-visualization-waveform/Manifest |  1 -
 .../kodi-visualization-waveform-1.1.0-r1.ebuild| 36 --
 2 files changed, 37 deletions(-)

diff --git a/media-plugins/kodi-visualization-waveform/Manifest 
b/media-plugins/kodi-visualization-waveform/Manifest
index e6ad22b8bff..e28c62aa392 100644
--- a/media-plugins/kodi-visualization-waveform/Manifest
+++ b/media-plugins/kodi-visualization-waveform/Manifest
@@ -1,2 +1 @@
-DIST kodi-visualization-waveform-1.1.0.tar.gz 42636 BLAKE2B 
82a77554c57de7348823fce645fa6bc16bec384c345619997a24c93088b81b5703e20da4cfc3626eb651fe8403564d6aca23861a55adf2e84ba9a82ac5e1d536
 SHA512 
243696af3388506a52c46c8e636f5cbe973c916e1b03f24ad58327642721cf1a492fb16a7a0e69cd80732b8b435b009862dffca78dc8974f86cbb092a6aff195
 DIST kodi-visualization-waveform-2.0.1.tar.gz 43929 BLAKE2B 
5ef24c80ca035ffe92e9c96b8d5a509bca7ce68679bc3e723fcd76b6a5eea70702caa6a8b802b26058131993d8b7f42e41a2cb43073ba2fff65356cdf5e333f3
 SHA512 
3ba3a3b92d7bbe5e82374daf92fe1054ee80fc316e8b63d0543248406ab7c341831f085f50221aa0bf9ea534c2eb37221c8c165aa553b8c8dbe5cae1b58c3229

diff --git 
a/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-1.1.0-r1.ebuild
 
b/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-1.1.0-r1.ebuild
deleted file mode 100644
index c3e77106f08..000
--- 
a/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Waveform visualizer for Kodi"
-HOMEPAGE="https://github.com/notspiff/visualization.waveform;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/notspiff/visualization.waveform.git;
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/notspiff/visualization.waveform/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/visualization.waveform-${PV}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   virtual/opengl
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "



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

2019-09-05 Thread Craig Andrews
commit: 63d2052f4a7650a898d4eea3c24948bcb1d21611
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:17:26 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d2052f

media-plugins/kodi-pvr-njoy: Cleanup Kodi 17 versions

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

 media-plugins/kodi-pvr-njoy/Manifest   |  2 --
 .../kodi-pvr-njoy/kodi-pvr-njoy-2.4.2.ebuild   | 38 --
 .../kodi-pvr-njoy/kodi-pvr-njoy-2.4.3.ebuild   | 38 --
 3 files changed, 78 deletions(-)

diff --git a/media-plugins/kodi-pvr-njoy/Manifest 
b/media-plugins/kodi-pvr-njoy/Manifest
deleted file mode 100644
index af42295d1d3..000
--- a/media-plugins/kodi-pvr-njoy/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST kodi-pvr-njoy-2.4.2.tar.gz 47118 BLAKE2B 
f14dfe99aa1866f6ec08616120ecf2252cdb5b6c8e358736c208203aa7d9ff8c4af1b2338bf34c7ab77860b80f7a718b1c3e10123efdf70a068ddcdac82d46bb
 SHA512 
2f36aed57c51dbba853c7e57775b2374d072028b1d02978d44f519adb72c6605ea0f1b19721411dc6a6f7c4b4cd0e36517f646c9ae901cfe2dd6e64916f0ba8d
-DIST kodi-pvr-njoy-2.4.3.tar.gz 47126 BLAKE2B 
ba5a3fb7267822824d507b6865740b8646c167cebca64cd63d004368081af467dd9f7e6eca0eb62fa926bac1f99c463bc1cfed17b557630ae850dd61cd088274
 SHA512 
e08595942e6c7d51422730156e7d3d110657c5ed8db2c5563d3cc03f03f17719e325c5d31bf627af9b71373edcd86b05cfa2f5d8d3854b56d2ea7395733137df

diff --git a/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-2.4.2.ebuild 
b/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-2.4.2.ebuild
deleted file mode 100644
index 2e5f3ab319e..000
--- a/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-2.4.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Kodi's Njoy N7 client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.njoy;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.njoy.git;
-   inherit git-r3
-   ;;
-*)
-   CODENAME="Krypton"
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kodi-pvr/pvr.njoy/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/pvr.njoy-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   dev-libs/tinyxml
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "

diff --git a/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-2.4.3.ebuild 
b/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-2.4.3.ebuild
deleted file mode 100644
index 2e5f3ab319e..000
--- a/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-2.4.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Kodi's Njoy N7 client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.njoy;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.njoy.git;
-   inherit git-r3
-   ;;
-*)
-   CODENAME="Krypton"
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kodi-pvr/pvr.njoy/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/pvr.njoy-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   dev-libs/tinyxml
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "



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

2019-09-05 Thread Craig Andrews
commit: f3964711029f2b9a101af3321d2b49eda73ba87a
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:24:20 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3964711

media-plugins/kodi-pvr-njoy: Fix - dependencies

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

 media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-.ebuild 
b/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-.ebuild
index 3f233b0c990..959e619083e 100644
--- a/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-.ebuild
+++ b/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-.ebuild
@@ -28,8 +28,8 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   =media-tv/kodi-
-   =media-libs/kodi-platform-
+   ~media-tv/kodi-
+   ~media-libs/kodi-platform-
dev-libs/tinyxml
"
 



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

2019-09-05 Thread Craig Andrews
commit: d5d5f52624874f695fdbc679dddf7155c5df3c36
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:17:24 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d5f526

media-plugins/kodi-pvr-nextpvr: Cleanup Kodi 17 versions

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

 media-plugins/kodi-pvr-nextpvr/Manifest|  2 --
 .../kodi-pvr-nextpvr-2.4.11.ebuild | 38 --
 .../kodi-pvr-nextpvr-2.4.13.ebuild | 38 --
 3 files changed, 78 deletions(-)

diff --git a/media-plugins/kodi-pvr-nextpvr/Manifest 
b/media-plugins/kodi-pvr-nextpvr/Manifest
index e2164624ed0..5a58389d940 100644
--- a/media-plugins/kodi-pvr-nextpvr/Manifest
+++ b/media-plugins/kodi-pvr-nextpvr/Manifest
@@ -1,5 +1,3 @@
-DIST kodi-pvr-nextpvr-2.4.11.tar.gz 111677 BLAKE2B 
ce1279641f4ed1bd5e1a0731198775c2ca6358ac8de846bc57588988eb415bfbaf9fe069b84717368eafb9fa01b232b833888c8580bdd886d1331618c369faab
 SHA512 
2c9e98cb6b99aca8c582d4751096c7ef445f97b09fb6d51c798767c7a7b54632bd4e5c7fb2d723b023eeb335daa73e53ba455156bd8e8ea863c3a98659e5e906
-DIST kodi-pvr-nextpvr-2.4.13.tar.gz 111692 BLAKE2B 
5199c9fb8b767eeaf116ed87abafe0d5f0e1e252fae945589413c002b313a222090c9cc12db02e927f168f6217c2fcff55f20adef984e54bceed92755e9922a5
 SHA512 
314217bca4ce7bf43900e8572fca158874c90bba50ca78b7541e804a3b00216bb39ef7624a270ceb4407f33d85b2711c7b58ea9b4ec1a0386d3d7697cac29c2a
 DIST kodi-pvr-nextpvr-3.3.11.tar.gz 119455 BLAKE2B 
1a1eaedaada67267ac63776e0ff4c668a6f2484c73e37ce94cc825ac07507fec3a4d4970b556bff1ab8a0a74231b38525773492b91cd4ed4bba98b213a15b9ea
 SHA512 
145c71c0eeb7b9cea03b1fa1c4c18f6b69e6d775519e1565160efd32a38642eb351b608fb54f285281a36ee4841e8242e1ff7c2aa384dbee17dabfe8ba13bd65
 DIST kodi-pvr-nextpvr-3.3.12.tar.gz 119592 BLAKE2B 
6522790e6bb6dabecd010d34fdd1ee9590b541e8fd5a539f586cb81635f5f3729f813514355306042180e7482d0e1c350639d285ce591fc1c35d560e50f903e2
 SHA512 
bda38c256a9d49f72ec6c8ac9942670942edd8ac095c5f6eee120f52189a9d5466c28f2a7dcb525987da5df05d5ebc4e3b2d93778807370c8d16ac936c616293
 DIST kodi-pvr-nextpvr-3.3.13.tar.gz 127574 BLAKE2B 
c2460352ce24099553a2610002bfb499555bde180d557dd19fcfd905bd4a38ddf7c6f9cc4e53636287197690b778eaf74afafb78c44fab1cb24a20df709e6648
 SHA512 
b75bd7d127e3e3f4e103dc9dfd3f681706c298c1d216904c0c0088cf8a02301b3dcaee0d0dd976568c14be59c78e8d98a60d0806465b08f130452c52cdb836cc

diff --git a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-2.4.11.ebuild 
b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-2.4.11.ebuild
deleted file mode 100644
index 2a2aee92451..000
--- a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-2.4.11.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Kodi's NextPVR client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.nextpvr;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.nextpvr.git;
-   inherit git-r3
-   ;;
-*)
-   CODENAME="Krypton"
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kodi-pvr/pvr.nextpvr/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/pvr.nextpvr-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   dev-libs/tinyxml
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "

diff --git a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-2.4.13.ebuild 
b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-2.4.13.ebuild
deleted file mode 100644
index 2a2aee92451..000
--- a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-2.4.13.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Kodi's NextPVR client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.nextpvr;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.nextpvr.git;
-   inherit git-r3
-   ;;
-*)
-   CODENAME="Krypton"
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kodi-pvr/pvr.nextpvr/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/pvr.nextpvr-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   dev-libs/tinyxml
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "



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

2019-09-05 Thread Craig Andrews
commit: 1007bdc383658e2cba048b06dd021dac62da19a4
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:17:55 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1007bdc3

media-plugins/kodi-pvr-vdr-vnsi: Cleanup Kodi 17 versions

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

 media-plugins/kodi-pvr-vdr-vnsi/Manifest   |  1 -
 .../kodi-pvr-vdr-vnsi-2.6.17.ebuild| 37 --
 2 files changed, 38 deletions(-)

diff --git a/media-plugins/kodi-pvr-vdr-vnsi/Manifest 
b/media-plugins/kodi-pvr-vdr-vnsi/Manifest
index f7072830a2c..2c6e207c382 100644
--- a/media-plugins/kodi-pvr-vdr-vnsi/Manifest
+++ b/media-plugins/kodi-pvr-vdr-vnsi/Manifest
@@ -1,3 +1,2 @@
-DIST kodi-pvr-vdr-vnsi-2.6.17.tar.gz 145541 BLAKE2B 
3682369144e75de78728c2b4c04f0edc4af470c696a96ab2204817173c507900de26810fa02a25111efa86a57090bbf8cdb1466e8ec375e69fb86ccc120e398d
 SHA512 
43b9196d9cc08dc115638145ed06359cb78616534535b266f96c320ce8f7c808820654ae313a735a0a41a0ec71d5bceb50ed53bb869829c6bc79e434bb1dd653
 DIST kodi-pvr-vdr-vnsi-3.6.2.tar.gz 145275 BLAKE2B 
40f1f21b80411c772b093a4a117522b31d93d3bc87d876154f46cfa58781e56e10d92e0dc67ca40be07a8e3e2b7c1c0a9716bd7a9b81ff21601b921b5a21f343
 SHA512 
ed76ba60188f513a6c43b21985522cb5e8eb8da3ffdf35ee88e95cec94c078cfc322c2e267a8837626c60242082bd61214c9ec26bff844967ce9f28f1cf885f8
 DIST kodi-pvr-vdr-vnsi-3.6.3.tar.gz 146568 BLAKE2B 
375cacf90a8a7fa430f7b06a12397293df3d5aff07ce5c5fc254440bbb2a2b6f3f4e0b49687dd81a069a76801fc6ede3adcca9de11a126bb6ddae9ed7c35f4f4
 SHA512 
8f060373c43493ccde0e3d199470fcbf9c6e33f0457f31eb64bab4dde06e6cdbce5de0cefc9018aa7d35d8608d74fdf0f2f6e5e2b8d0a741683fa2091b4fe954

diff --git a/media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-2.6.17.ebuild 
b/media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-2.6.17.ebuild
deleted file mode 100644
index 583023f5daa..000
--- a/media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-2.6.17.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Kodi PVR addon VNSI"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.vdr.vnsi;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vdr.vnsi.git;
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="https://github.com/kodi-pvr/pvr.vdr.vnsi/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/pvr.vdr.vnsi-${PV}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   virtual/opengl
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "



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

2019-09-05 Thread Craig Andrews
commit: 6d5896ef730be9cec9d9fbe824feb719b15040fe
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:18:28 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d5896ef

media-plugins/kodi-visualization-fishbmc: Cleanup Kodi 17 versions

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

 media-plugins/kodi-visualization-fishbmc/Manifest  |  1 -
 .../kodi-visualization-fishbmc-4.1.0-r1.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/media-plugins/kodi-visualization-fishbmc/Manifest 
b/media-plugins/kodi-visualization-fishbmc/Manifest
deleted file mode 100644
index 063cf5bf274..000
--- a/media-plugins/kodi-visualization-fishbmc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kodi-visualization-fishbmc-4.1.0.tar.gz 58536 BLAKE2B 
e0e573d6fdf3b461606e9335e64e531a92497201918bf22a26b5f2e0220bc8fdef199383e63f31f5acadd5d5091ead7edfae62ad3c20fa5174638e9d07f5fda5
 SHA512 
6107228b8a3f92a047003ef3a34dc57d187d9c6b1f28e2f8d326fd71e7e7b586750c02a3bb9b11cdda322cbdc5d3fe0146c08364029da028fd65d0f3a13a3358

diff --git 
a/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-4.1.0-r1.ebuild
 
b/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-4.1.0-r1.ebuild
deleted file mode 100644
index 1646b899e33..000
--- 
a/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-4.1.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Fische visualizer for Kodi"
-HOMEPAGE="https://github.com/notspiff/visualization.fishbmc;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/notspiff/visualization.fishbmc.git;
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/notspiff/visualization.fishbmc/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/visualization.fishbmc-${PV}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   virtual/opengl
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "



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

2019-09-05 Thread Craig Andrews
commit: eca72544b45044d00a8471c032985586d8ee35e6
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:17:33 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca72544

media-plugins/kodi-pvr-pctv: Cleanup Kodi 17 versions

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

 media-plugins/kodi-pvr-pctv/Manifest   |  2 --
 .../kodi-pvr-pctv/kodi-pvr-pctv-1.4.5.ebuild   | 38 --
 .../kodi-pvr-pctv/kodi-pvr-pctv-1.4.7.ebuild   | 38 --
 3 files changed, 78 deletions(-)

diff --git a/media-plugins/kodi-pvr-pctv/Manifest 
b/media-plugins/kodi-pvr-pctv/Manifest
index efabb68eebd..6c9f2d18233 100644
--- a/media-plugins/kodi-pvr-pctv/Manifest
+++ b/media-plugins/kodi-pvr-pctv/Manifest
@@ -1,3 +1 @@
-DIST kodi-pvr-pctv-1.4.5.tar.gz 64968 BLAKE2B 
e73230dc79b7891c13d7e0a4a46cf3f56c072610d87f1c10738acff24add4d763ff318054d2a96c06513eeb951c5ffea63273d07d3c5e6ccaf2d3b90f0fa432b
 SHA512 
75d61d0520536a4d6dc9d50953b7f98b08aec18f0d1bba30207332efb50acd920af1ca4380c47696edf88c1544950ec2b3b0ac559b672e84e4108fbcd8ba1780
-DIST kodi-pvr-pctv-1.4.7.tar.gz 65031 BLAKE2B 
fb240b1845755273a553efa040ec7f487435129a1924dac0b2b923243d75ae8eb80592cf1186dd3f5082b0bf610c392d305c87a02b515f713ba42919767c5c12
 SHA512 
f9989b5d90c115de9ac32254cd2ff2f1b5a7a78416ee66db8606afa63b21793f2164fed0ffabbf56e8ee041da011e18f48be70eb3ebe8a952f1c71be205085f1
 DIST kodi-pvr-pctv-2.4.5.tar.gz 67169 BLAKE2B 
99861fadf9fba102fb45b9d095cf8ccaa58ca53b5182f714f8666dddecc43f98ce57583b3e7b3d156aaece9f63acc7fb653d2b3763104c280d9ef30dfff6d664
 SHA512 
288446a04b9dca623ab12759500123d3bc548b131a3cf6757431e99571611834408da2918085d52c29380e5d5f856a6c4dede7a9793ac427123291346a28ed62

diff --git a/media-plugins/kodi-pvr-pctv/kodi-pvr-pctv-1.4.5.ebuild 
b/media-plugins/kodi-pvr-pctv/kodi-pvr-pctv-1.4.5.ebuild
deleted file mode 100644
index 3c212c8dc3d..000
--- a/media-plugins/kodi-pvr-pctv/kodi-pvr-pctv-1.4.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Kodi's PCTV client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.pctv;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.pctv.git;
-   inherit git-r3
-   ;;
-*)
-   CODENAME="Krypton"
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kodi-pvr/pvr.pctv/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/pvr.pctv-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   dev-libs/jsoncpp
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "

diff --git a/media-plugins/kodi-pvr-pctv/kodi-pvr-pctv-1.4.7.ebuild 
b/media-plugins/kodi-pvr-pctv/kodi-pvr-pctv-1.4.7.ebuild
deleted file mode 100644
index 3c212c8dc3d..000
--- a/media-plugins/kodi-pvr-pctv/kodi-pvr-pctv-1.4.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Kodi's PCTV client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.pctv;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.pctv.git;
-   inherit git-r3
-   ;;
-*)
-   CODENAME="Krypton"
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kodi-pvr/pvr.pctv/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/pvr.pctv-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   dev-libs/jsoncpp
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-screensaver-rsxs/

2019-09-05 Thread Craig Andrews
commit: 6d9d347c71782fd42e621a011f772323af9856a0
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:18:26 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9d347c

media-plugins/kodi-screensaver-rsxs: Cleanup Kodi 17 versions

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

 media-plugins/kodi-screensaver-rsxs/Manifest   |  1 -
 .../kodi-screensaver-rsxs-1.4.0-r1.ebuild  | 42 --
 2 files changed, 43 deletions(-)

diff --git a/media-plugins/kodi-screensaver-rsxs/Manifest 
b/media-plugins/kodi-screensaver-rsxs/Manifest
deleted file mode 100644
index a2babd84184..000
--- a/media-plugins/kodi-screensaver-rsxs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kodi-screensaver-rsxs-1.4.0.tar.gz 6181175 BLAKE2B 
4873027b5f3583129a243c90fd7b3770c43cbba22428301778835e9cd62123a4248a0bf9199c3727f30f61cb7df6b6b1268ff7a1211405c0b72be75462a6781b
 SHA512 
95d553e54be91b914b40d4616d2a6a127404215ceb4fbdf40abc4b6c9d981b33681dbe88c6def34d0bf80a8c0188c59d3760a5804a5189dce1257e5242568497

diff --git 
a/media-plugins/kodi-screensaver-rsxs/kodi-screensaver-rsxs-1.4.0-r1.ebuild 
b/media-plugins/kodi-screensaver-rsxs/kodi-screensaver-rsxs-1.4.0-r1.ebuild
deleted file mode 100644
index d4a92cb85d1..000
--- a/media-plugins/kodi-screensaver-rsxs/kodi-screensaver-rsxs-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="RSXS screensaver for Kodi"
-HOMEPAGE="https://github.com/notspiff/screensavers.rsxs;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/notspiff/screensavers.rsxs.git;
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/notspiff/screensavers.rsxs/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/screensavers.rsxs-${PV}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   media-libs/libpng:=
-   sys-libs/zlib
-   media-libs/glu
-   virtual/opengl
-   "
-
-RDEPEND="
-   media-libs/libpng:=
-   sys-libs/zlib
-   virtual/opengl
-   media-libs/glu
-   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-screensaver-pyro/

2019-09-05 Thread Craig Andrews
commit: 5dda6ab32e592164418ead68e0a71c20493b024f
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:18:24 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dda6ab3

media-plugins/kodi-screensaver-pyro: Cleanup Kodi 17 versions

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

 media-plugins/kodi-screensaver-pyro/Manifest   |  1 -
 .../kodi-screensaver-pyro-1.1.0-r1.ebuild  | 31 --
 2 files changed, 32 deletions(-)

diff --git a/media-plugins/kodi-screensaver-pyro/Manifest 
b/media-plugins/kodi-screensaver-pyro/Manifest
index ea4e5f479b0..a30914d7582 100644
--- a/media-plugins/kodi-screensaver-pyro/Manifest
+++ b/media-plugins/kodi-screensaver-pyro/Manifest
@@ -1,3 +1,2 @@
-DIST kodi-screensaver-pyro-1.1.0.tar.gz 4664 BLAKE2B 
92ebff9b42ca257d24e52bad267a301fd9b85bcae9a0db254b2d679722c63dc32abb94c7fce7a0cef7da35cfdc60a44b0f07d0f139332b086c0ff924ea6daff8
 SHA512 
93cbf40393dc2c50c927daffbdc10756c4a8e4a9a960e07edd6841ae4b0ac5c49beb097ce0710ca38720963e77859b7ed0198dc611c6990a73e066c8ee91bcb2
 DIST kodi-screensaver-pyro-2.0.0.tar.gz 6502 BLAKE2B 
a0ccc3346f6482db303d4d12104b09611fcc21658eefd23a6af7610cfcff996e2e6507f90da1a8ae3b853a5104da1d4d2a316ae5a335c14e1af4c88b5ac6a7fb
 SHA512 
383fd40fc2bde9a1fe52126300b6279ec78ceab773bd6a763c8b72c3d3ed9b04e5b15eaa0de6da34af7e1d86046807e4734f75e524fa8335bf18cc8bc3965360
 DIST kodi-screensaver-pyro-3.0.0.tar.gz 81858 BLAKE2B 
4d48cfeee5d51c45e0caa99e742226ed6f6b0704391d657be8863ffe76acfeb2e3f3740903cec89e0dcaa2dcbff6109fb91e582c5855598b9fd75549880ab87a
 SHA512 
92335e156950f7da5800dc9c9fd57262a2d608d63cb2015e3f5711686b657930f05651a35e043480ed64f40cb34a3228c44b6c641b63a8d0438e0944abc09515

diff --git 
a/media-plugins/kodi-screensaver-pyro/kodi-screensaver-pyro-1.1.0-r1.ebuild 
b/media-plugins/kodi-screensaver-pyro/kodi-screensaver-pyro-1.1.0-r1.ebuild
deleted file mode 100644
index c1ca0912494..000
--- a/media-plugins/kodi-screensaver-pyro/kodi-screensaver-pyro-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Pyro screensaver for Kodi"
-HOMEPAGE="https://github.com/notspiff/screensaver.pyro;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/notspiff/screensaver.pyro.git;
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/notspiff/screensaver.pyro/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/screensaver.pyro-${PV}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   "



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

2019-09-05 Thread Craig Andrews
commit: c28873cc53881ed38a81e517c80cf26ecabadec6
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Sep  5 16:17:17 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Sep  5 17:30:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28873cc

media-plugins/kodi-pvr-mythtv: Cleanup Kodi 17 versions

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

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

diff --git a/media-plugins/kodi-pvr-mythtv/Manifest 
b/media-plugins/kodi-pvr-mythtv/Manifest
index c1682d17207..7cd8ae883b4 100644
--- a/media-plugins/kodi-pvr-mythtv/Manifest
+++ b/media-plugins/kodi-pvr-mythtv/Manifest
@@ -1,2 +1 @@
-DIST kodi-pvr-mythtv-4.15.3.tar.gz 650217 BLAKE2B 
ddc6b11039bd8e5e6b46331030909063e127f681f4059e604734644a3159c10f10c3dbed770ba8a58bb5ea3b7e543dfba042b28f347c842d963d7966e35cad32
 SHA512 
1171f4e6a05878660795b585185d35707ef713e310f3508e7fb3327caf79feb6a941e4b4f4d9f2331ef13492c141a4d36157547e350642eee900f3fad1d46b55
 DIST kodi-pvr-mythtv-5.10.9.tar.gz 702493 BLAKE2B 
457be0137a95d1abe0ad4a5634bcf21bad8d2f9261879468e2c5ba598a41b7eb71ed1bbf9992f45db8ad82d4da25bf87067199c57e71b64c9255608350874a2c
 SHA512 
b497f79de6ca42638af0ac3c76c18343236db26af2901b60f49ddc71f9c0f4c68c293a50dc57a80e0ecf81df2629ad7695a842e63e1e8ebc2b22de082a5e39c6

diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild 
b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild
deleted file mode 100644
index 0b183188b03..000
--- a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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-17*
-   =media-libs/kodi-platform-17*
-   "
-RDEPEND="
-   ${DEPEND}
-   "



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

2019-09-05 Thread Daniel Pielmeier
commit: 3ec1af24dc972ad8c0472b01f851afa5db717932
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu Sep  5 17:25:21 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu Sep  5 17:25:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec1af24

app-portage/pfl: Revison bump to pfl-3.0.1-r3.

Add support for python-3.7.

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

 app-portage/pfl/pfl-3.0.1-r3.ebuild | 49 +
 1 file changed, 49 insertions(+)

diff --git a/app-portage/pfl/pfl-3.0.1-r3.ebuild 
b/app-portage/pfl/pfl-3.0.1-r3.ebuild
new file mode 100644
index 000..0683d8fadcd
--- /dev/null
+++ b/app-portage/pfl/pfl-3.0.1-r3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_REQ_USE="xml"
+
+inherit distutils-r1
+
+DESCRIPTION="Searchable online file/package database for Gentoo"
+HOMEPAGE="http://www.portagefilelist.de;
+SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+IUSE="+network-cron"
+
+DEPEND=""
+RDEPEND="
+   ${DEPEND}
+   >=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}]
+   net-misc/curl
+   sys-apps/portage[${PYTHON_USEDEP}]
+   network-cron? ( sys-apps/util-linux[caps] )
+"
+
+PATCHES=(
+   "${FILESDIR}/e-file-function.patch"
+)
+
+python_install_all() {
+   if use network-cron ; then
+   exeinto /etc/cron.weekly
+   doexe cron/pfl
+   fi
+
+   keepdir /var/lib/${PN}
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   if [[ ! -e "${EROOT}/var/lib/${PN}/pfl.info" ]]; then
+   touch "${EROOT}/var/lib/${PN}/pfl.info" || die
+   fi
+   chown -R portage:portage "${EROOT}/var/lib/${PN}" || die
+   chmod 775 "${EROOT}/var/lib/${PN}" || die
+}



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

2019-09-05 Thread Daniel Pielmeier
commit: 74d2c5d2d2a29683d85a02d0712e291097bbe176
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu Sep  5 17:19:04 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu Sep  5 17:19:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d2c5d2

net-print/hplip: Version bump to hplip-3.19.8.

Add support for python-3.7.

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

 net-print/hplip/Manifest|   1 +
 net-print/hplip/hplip-3.19.8.ebuild | 274 
 2 files changed, 275 insertions(+)

diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest
index 0fc5bbd0781..e4aff19af70 100644
--- a/net-print/hplip/Manifest
+++ b/net-print/hplip/Manifest
@@ -1,3 +1,4 @@
 DIST hplip-3.18.12-patches-1.tar.xz 12032 BLAKE2B 
33e6e4e1e0e5b4f998459073cf0742b7c56929b23e6c1cc3ba9df4eafb8007273a5a2e7f27af0d2d4a3a97ebb9cfe462b74dcddd7149088980893b2c66113b7c
 SHA512 
3b0e2b4f7d8da257c6fcf12f2e049276d059426f2d1c626324982ce862efa2323cbb191a373c53fea7880e3b6e44ec62e584091676556d97e6a456edea4c44cf
 DIST hplip-3.18.12.tar.gz 24588202 BLAKE2B 
f2ffa6d0d54e467c03ccf9e74accb62ef69842001a00e8c4e6fd68b40c4daff5896fcdd69d37b5e50be2b837918058a5c9071615ab77c1ce83fffc546ff98c02
 SHA512 
7197cac325cf40c03f49053a98ee0e8ac6c670d142b2a64df09c0f7afa1d7d3602216c55c825ccbf20a1fbda9c9289173b8708e9f87171a862dae5b6b4ef7635
 DIST hplip-3.19.6.tar.gz 25436373 BLAKE2B 
9ce8fe6aec475ea6c2c5b2d311ac498ef34e12e9f7c41900ae88d1ce30939470f8f9a1c29fffceb1f69dd205be25ce6aa381fe9ee3a2f01e86dcbd927c63
 SHA512 
c99448ad0cef9fc626a0a03147a0d582513cb838ecfbfe29f07c65bbf701dee5c7d0469b118ccc4e8c230c7a4b4685a72a1e67595ee01150b0472692d654
+DIST hplip-3.19.8.tar.gz 25473983 BLAKE2B 
8778b1b66164e38c1593c55b1a5b762679e82e1ab96249520d02af87e2a55584733ee3c047fad912838571be626f85d6a07335f95b37a28fd7b1015c993ec6b8
 SHA512 
99b7661c9b1d70f3c762658fcbff1ab0c170be8f8fd6cc8bbc80bb0860ccc6d69d38b662ff8be2bd38986a95385a5e5766f22003ee3e74b764dab3d46c6cb9ac

diff --git a/net-print/hplip/hplip-3.19.8.ebuild 
b/net-print/hplip/hplip-3.19.8.ebuild
new file mode 100644
index 000..ac23a93aaa9
--- /dev/null
+++ b/net-print/hplip/hplip-3.19.8.ebuild
@@ -0,0 +1,274 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_REQ_USE="threads(+),xml"
+
+# 14 and 15 spit out a lot of warnings about subdirs
+WANT_AUTOMAKE="1.13"
+
+inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev
+
+DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and 
service tools"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing;
+SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
+   
https://dev.gentoo.org/~billie/distfiles/${PN}-3.18.12-patches-1.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+IUSE="doc fax +hpcups hpijs kde libnotify libressl -libusb0 minimal parport 
policykit qt5 scanner +snmp static-ppds X"
+
+COMMON_DEPEND="
+   net-print/cups
+   virtual/jpeg:0
+   hpijs? ( net-print/cups-filters[foomatic] )
+   !minimal? (
+   ${PYTHON_DEPS}
+   sys-apps/dbus
+   !libusb0? ( virtual/libusb:1 )
+   libusb0? ( virtual/libusb:0 )
+   scanner? ( media-gfx/sane-backends )
+   snmp? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   net-analyzer/net-snmp
+   )
+   )
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+DEPEND="
+   ${COMMON_DEPEND}
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   app-text/ghostscript-gpl
+   !minimal? (
+   >=dev-python/dbus-python-1.2.0-r1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/pygobject:2[${PYTHON_USEDEP}]' 'python2*')
+   $(python_gen_cond_dep 
'dev-python/pygobject:3[${PYTHON_USEDEP}]' 'python3*')
+   fax? ( dev-python/reportlab[${PYTHON_USEDEP}] )
+   kernel_linux? ( virtual/udev )
+   qt5? (
+   
>=dev-python/PyQt5-5.5.1[dbus,gui,widgets,${PYTHON_USEDEP}]
+   libnotify? ( dev-python/notify2[${PYTHON_USEDEP}] )
+   )
+   scanner? (
+   >=dev-python/reportlab-3.2[${PYTHON_USEDEP}]
+   >=dev-python/pillow-3.1.1[${PYTHON_USEDEP}]
+   X? (
+   || (
+   kde? ( kde-misc/skanlite )
+   media-gfx/xsane
+   media-gfx/sane-frontends
+   )
+   )
+   )
+   )
+   policykit? ( sys-auth/polkit )
+"
+
+REQUIRED_USE="!minimal? ( 

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

2019-09-05 Thread Daniel Pielmeier
commit: 8a851ac679b26f6b77d28c347f849eadcb215131
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu Sep  5 17:08:52 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu Sep  5 17:08:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a851ac6

dev-python/notify2: Revision bump to notify2-0.3.1-r1.

Add support for python-3.7. This fixes bug #693560.

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

 dev-python/notify2/notify2-0.3.1-r1.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-python/notify2/notify2-0.3.1-r1.ebuild 
b/dev-python/notify2/notify2-0.3.1-r1.ebuild
new file mode 100644
index 000..d04e66c02b3
--- /dev/null
+++ b/dev-python/notify2/notify2-0.3.1-r1.ebuild
@@ -0,0 +1,30 @@
+# 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,3_7} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Python interface to DBus notifications."
+HOMEPAGE="https://bitbucket.org/takluyver/pynotify2;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="examples"
+
+RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]"
+
+python_test() {
+   virtx ${EPYTHON} test_notify2.py || die
+}
+
+python_install_all() {
+   if use examples; then
+   insinto /usr/share/doc/${PF}/examples
+   doins examples/*
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/latte-dock/

2019-09-05 Thread Andreas Sturmlechner
commit: 47b092e0d0e80c1b866b3507a42b8afa8ef5ed7b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  5 13:05:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  5 17:00:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b092e0

kde-misc/latte-dock: 0.9.2 version bump

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

 kde-misc/latte-dock/Manifest|  1 +
 kde-misc/latte-dock/latte-dock-0.9.2.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/kde-misc/latte-dock/Manifest b/kde-misc/latte-dock/Manifest
index e0f1075547b..431d2258a47 100644
--- a/kde-misc/latte-dock/Manifest
+++ b/kde-misc/latte-dock/Manifest
@@ -1,2 +1,3 @@
 DIST latte-dock-0.8.9.tar.xz 668104 BLAKE2B 
65844b3f90ea6ca105b026fb17825438e5fbb1320b735454fb93a5428b376de55fb5385b56df6a334b15531d83ed9e8cd9718de4e9a4f4a0eb48ef7e04db0c5e
 SHA512 
4a542df07cfb760c4413eeefe65ebbc5405cc31f5de9039464e2390c84c60611e3a58d2458bf6750ea43e97959df68a75fa068c6b1fc5fdaf33f5b6745d08fd5
 DIST latte-dock-0.9.1.tar.xz 696660 BLAKE2B 
f7e9caf466c23fd2dd776eae6ec1e3ad0312291816cdcd7502b8bfe8a29b31e0f75ad7b5c0e440c3e391bcd9eba48e26c2831ab9a2b76578ec6afb1cf41be6d6
 SHA512 
e9884e27f7b638b73447ae62bcf1eafb0f6299bdeb6e8515bd23a64bf295e65baa7883b7c14907991dcf83d7b07680357d411c1653d7facc057f2ff0ce7ea51f
+DIST latte-dock-0.9.2.tar.xz 708436 BLAKE2B 
a54d11e5d98e4e9238f26ccee8f3ea67822f44f015a93cf0a4e2a202a5569e766ce0dd651f9ddf2f1251dca9d342dbb3fa58c2cf29bec04f7e24574136b46621
 SHA512 
3537ec6b9503802a7efbbea7ae6ddf864188ba3b73c8121b434efc527f3c3e8d8f5e68447541a867b4422ccc5e3d2af85f491807a597bdb747960e8ab983bebd

diff --git a/kde-misc/latte-dock/latte-dock-0.9.2.ebuild 
b/kde-misc/latte-dock/latte-dock-0.9.2.ebuild
new file mode 100644
index 000..56133083024
--- /dev/null
+++ b/kde-misc/latte-dock/latte-dock-0.9.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Elegant dock, based on KDE Frameworks"
+HOMEPAGE="https://store.kde.org/p/1169519/
+   https://github.com/psifidotos/Latte-Dock;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kactivities)
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kpackage)
+   $(add_frameworks_dep kwayland)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep plasma X)
+   $(add_plasma_dep libksysguard)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgraphicaleffects)
+   $(add_qt_dep qtgui 'xcb')
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/

2019-09-05 Thread Matt Turner
commit: 7813f53d2927373e4805e18bd558c2f9d3641515
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep  5 15:45:03 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep  5 15:45:03 2019 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=7813f53d

specs/ia64: s/2008.0/latest

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

 releases/weekly/specs/ia64/installcd-stage1.spec | 6 +++---
 releases/weekly/specs/ia64/installcd-stage2-minimal.spec | 8 
 releases/weekly/specs/ia64/stage1.spec   | 4 ++--
 releases/weekly/specs/ia64/stage2.spec   | 6 +++---
 releases/weekly/specs/ia64/stage3.spec   | 6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/releases/weekly/specs/ia64/installcd-stage1.spec 
b/releases/weekly/specs/ia64/installcd-stage1.spec
index 7dda7458..de651690 100644
--- a/releases/weekly/specs/ia64/installcd-stage1.spec
+++ b/releases/weekly/specs/ia64/installcd-stage1.spec
@@ -1,10 +1,10 @@
 subarch: ia64
-version_stamp: 2008.0
+version_stamp: latest
 target: livecd-stage1
 rel_type: default
 profile: default/linux/ia64/17.0
-snapshot: 2008.0
-source_subpath: default/stage3-ia64-2008.0
+snapshot: latest
+source_subpath: default/stage3-ia64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 livecd/use:

diff --git a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
index 39d226f2..7679ef1c 100644
--- a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
@@ -1,16 +1,16 @@
 subarch: ia64
-version_stamp: 2008.0
+version_stamp: latest
 target: livecd-stage2
 rel_type: default
 profile: default/linux/ia64/17.0
-snapshot: 2008.0
-source_subpath: default/livecd-stage1-ia64-2008.0
+snapshot: latest
+source_subpath: default/livecd-stage1-ia64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 livecd/bootargs: dokeymap
 livecd/cdtar: /home/armin76/tmp/elilo-3.6-cdtar.tar.bz2
 livecd/fstype: squashfs
-livecd/iso: /home/catalyst/builds/default/install-ia64-minimal-2008.0.iso
+livecd/iso: /home/catalyst/builds/default/install-ia64-minimal-latest.iso
 livecd/type: gentoo-release-minimal
 livecd/volid: Gentoo ia64 latest
 

diff --git a/releases/weekly/specs/ia64/stage1.spec 
b/releases/weekly/specs/ia64/stage1.spec
index 76354699..c02cc2d2 100644
--- a/releases/weekly/specs/ia64/stage1.spec
+++ b/releases/weekly/specs/ia64/stage1.spec
@@ -1,9 +1,9 @@
 subarch: ia64
-version_stamp: 2008.0
+version_stamp: latest
 target: stage1
 rel_type: default
 profile: default/linux/ia64/17.0
-snapshot: 2008.0
+snapshot: latest
 source_subpath: default/stage3-ia64-latest
 update_seed: yes
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages

diff --git a/releases/weekly/specs/ia64/stage2.spec 
b/releases/weekly/specs/ia64/stage2.spec
index 4d318e66..63af244c 100644
--- a/releases/weekly/specs/ia64/stage2.spec
+++ b/releases/weekly/specs/ia64/stage2.spec
@@ -1,8 +1,8 @@
 subarch: ia64
-version_stamp: 2008.0
+version_stamp: latest
 target: stage2
 rel_type: default
 profile: default/linux/ia64/17.0
-snapshot: 2008.0
-source_subpath: default/stage1-ia64-2008.0
+snapshot: latest
+source_subpath: default/stage1-ia64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages

diff --git a/releases/weekly/specs/ia64/stage3.spec 
b/releases/weekly/specs/ia64/stage3.spec
index 983d39e6..6329593d 100644
--- a/releases/weekly/specs/ia64/stage3.spec
+++ b/releases/weekly/specs/ia64/stage3.spec
@@ -1,8 +1,8 @@
 subarch: ia64
-version_stamp: 2008.0
+version_stamp: latest
 target: stage3
 rel_type: default
 profile: default/linux/ia64/17.0
-snapshot: 2008.0
-source_subpath: default/stage2-ia64-2008.0
+snapshot: latest
+source_subpath: default/stage2-ia64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages



[gentoo-commits] proj/releng:master commit in: tools/

2019-09-05 Thread Matt Turner
commit: dce27f9f28ec56eef5b5c650e4e6b559cff1cec8
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep  5 15:48:26 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep  5 15:48:26 2019 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=dce27f9f

catalyst-auto: Skip ia64 stage2 builds

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

 tools/catalyst-auto-ia64.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
index 438a5757..b1b61124 100644
--- a/tools/catalyst-auto-ia64.conf
+++ b/tools/catalyst-auto-ia64.conf
@@ -3,7 +3,7 @@
 
 SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ia64
 
-SPECS="stage1.spec stage2.spec stage3.spec"
+SPECS="stage1.spec stage3.spec"
 #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
 #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/

2019-09-05 Thread Matt Turner
commit: e138bd87ead381ca9265b852315e823f4b2cee37
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep  5 15:46:50 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep  5 15:46:50 2019 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e138bd87

specs/ia64: Set portage_prefix and update_seed_command

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

 releases/weekly/specs/ia64/stage1.spec | 2 ++
 releases/weekly/specs/ia64/stage2.spec | 1 +
 releases/weekly/specs/ia64/stage3.spec | 1 +
 3 files changed, 4 insertions(+)

diff --git a/releases/weekly/specs/ia64/stage1.spec 
b/releases/weekly/specs/ia64/stage1.spec
index c02cc2d2..d2bccc9e 100644
--- a/releases/weekly/specs/ia64/stage1.spec
+++ b/releases/weekly/specs/ia64/stage1.spec
@@ -6,4 +6,6 @@ profile: default/linux/ia64/17.0
 snapshot: latest
 source_subpath: default/stage3-ia64-latest
 update_seed: yes
+update_seed_command: --update --deep @world
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
+portage_prefix: releng

diff --git a/releases/weekly/specs/ia64/stage2.spec 
b/releases/weekly/specs/ia64/stage2.spec
index 63af244c..f4bada36 100644
--- a/releases/weekly/specs/ia64/stage2.spec
+++ b/releases/weekly/specs/ia64/stage2.spec
@@ -6,3 +6,4 @@ profile: default/linux/ia64/17.0
 snapshot: latest
 source_subpath: default/stage1-ia64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
+portage_prefix: releng

diff --git a/releases/weekly/specs/ia64/stage3.spec 
b/releases/weekly/specs/ia64/stage3.spec
index fc7aeb91..60b2f96a 100644
--- a/releases/weekly/specs/ia64/stage3.spec
+++ b/releases/weekly/specs/ia64/stage3.spec
@@ -6,3 +6,4 @@ profile: default/linux/ia64/17.0
 snapshot: latest
 source_subpath: default/stage1-ia64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
+portage_prefix: releng



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/

2019-09-05 Thread Matt Turner
commit: e931cc19f0c9163df736237a98a18566803eca9e
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep  5 15:45:33 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep  5 15:45:33 2019 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e931cc19

specs/ia64: Build stage3 from stage1

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

 releases/weekly/specs/ia64/stage3.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/weekly/specs/ia64/stage3.spec 
b/releases/weekly/specs/ia64/stage3.spec
index 6329593d..fc7aeb91 100644
--- a/releases/weekly/specs/ia64/stage3.spec
+++ b/releases/weekly/specs/ia64/stage3.spec
@@ -4,5 +4,5 @@ target: stage3
 rel_type: default
 profile: default/linux/ia64/17.0
 snapshot: latest
-source_subpath: default/stage2-ia64-latest
+source_subpath: default/stage1-ia64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseeffects/

2019-09-05 Thread Matthew Thode
commit: 74b246ca5a800fee0ba568be4ac55419cdd9c63c
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Sep  5 15:39:20 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Sep  5 15:40:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b246ca

media-sound/pulseeffects: 4.6.6 stable amd64 and x86

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 media-sound/pulseeffects/pulseeffects-4.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseeffects/pulseeffects-4.6.6.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.6.6.ebuild
index 0e6624cf242..9ff4d83fe6d 100644
--- a/media-sound/pulseeffects/pulseeffects-4.6.6.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-4.6.6.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]];then
EGIT_REPO_URI="${HOMEPAGE}"
 else
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-3"



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

2019-09-05 Thread Matthew Thode
commit: 362ba11a5fddce89c9bc15f4940bb788755b11d7
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Sep  5 15:33:38 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Sep  5 15:39:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362ba11a

media-plugins/mda-lv2: 1.2.2 stable x86

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild 
b/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild
index e144613bd49..2b587a9d9ef 100644
--- a/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild
+++ b/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="media-libs/lv2"



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

2019-09-05 Thread Matthew Thode
commit: f2b9a5773bc2a3144d6ead5bb63d824e47715fb7
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Sep  5 15:35:46 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Sep  5 15:40:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b9a577

media-libs/zita-convolver: 4.0.3 stable amd64 and x86 for pulseeffects

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 media-libs/zita-convolver/zita-convolver-4.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/zita-convolver/zita-convolver-4.0.3.ebuild 
b/media-libs/zita-convolver/zita-convolver-4.0.3.ebuild
index 000640840e9..391c6bbf347 100644
--- a/media-libs/zita-convolver/zita-convolver-4.0.3.ebuild
+++ b/media-libs/zita-convolver/zita-convolver-4.0.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2;
 
 LICENSE="GPL-3+"
 SLOT="0/4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="sci-libs/fftw:3.0="
 DEPEND="${RDEPEND}"



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

2019-09-05 Thread Agostino Sarubbo
commit: c1b0a5f05959c505d9a955c76621155c8cb74a58
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 15:15:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 15:15:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b0a5f0

media-libs/harfbuzz: amd64 stable wrt bug #693512

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

 media-libs/harfbuzz/harfbuzz-2.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
index 3b5b05a00e5..993d7a268f8 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3 autotools
 else
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2019-09-05 Thread Agostino Sarubbo
commit: 6f163532241602c18dac78e44424fe408a3d0d5d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 15:15:15 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 15:15:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f163532

media-libs/libvpx: amd64 stable wrt bug #693510

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

 media-libs/libvpx/libvpx-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libvpx/libvpx-1.7.0.ebuild 
b/media-libs/libvpx/libvpx-1.7.0.ebuild
index ceb0d4881ae..e37ec4d62fa 100644
--- a/media-libs/libvpx/libvpx-1.7.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.7.0.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ppc64 ~s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ppc64 ~s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc 
cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 
cpu_flags_x86_sse4_1 +highbitdepth static-libs svc test +threads"
 
 REQUIRED_USE="



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

2019-09-05 Thread Agostino Sarubbo
commit: 4a6fa27f1f121c0f6dc5bc23636b10cda189b8cc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 15:13:57 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 15:13:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6fa27f

media-libs/tiff: x86 stable wrt bug #693394

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

 media-libs/tiff/tiff-4.0.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/tiff/tiff-4.0.10-r2.ebuild 
b/media-libs/tiff/tiff-4.0.10-r2.ebuild
index 2b6bb7fe677..9f1174ee30f 100644
--- a/media-libs/tiff/tiff-4.0.10-r2.ebuild
+++ b/media-libs/tiff/tiff-4.0.10-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/libtiff/${P}.tar.gz;
 
 LICENSE="libtiff"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd"
 
 RDEPEND="



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

2019-09-05 Thread Agostino Sarubbo
commit: 193868f47ef263aadca9325f0532d85de3faac9e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 15:14:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 15:14:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193868f4

media-libs/libvpx: x86 stable wrt bug #693510

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

 media-libs/libvpx/libvpx-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libvpx/libvpx-1.7.0.ebuild 
b/media-libs/libvpx/libvpx-1.7.0.ebuild
index fa492370ec8..ceb0d4881ae 100644
--- a/media-libs/libvpx/libvpx-1.7.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.7.0.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ppc64 ~s390 sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ppc64 ~s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc 
cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 
cpu_flags_x86_sse4_1 +highbitdepth static-libs svc test +threads"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/

2019-09-05 Thread Agostino Sarubbo
commit: 31ed5f2989201ca6b7641ff438ac5e73d8df64cd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 15:14:05 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 15:14:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ed5f29

media-tv/kodi: x86 stable wrt bug #693406

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

 media-tv/kodi/kodi-18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/kodi/kodi-18.4.ebuild b/media-tv/kodi/kodi-18.4.ebuild
index 8d4e32953a1..1af63f9e872 100644
--- a/media-tv/kodi/kodi-18.4.ebuild
+++ b/media-tv/kodi/kodi-18.4.ebuild
@@ -27,7 +27,7 @@ else
MY_PV=${MY_PV/_rc/rc}
MY_P="${PN}-${MY_PV}"
SRC_URI+=" 
https://github.com/xbmc/xbmc/archive/${MY_PV}-${CODENAME}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME}
 fi
 



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

2019-09-05 Thread Agostino Sarubbo
commit: d52b1db6c7f8ec17a5a4fb6860f83c6f5060dc6e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 15:14:13 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 15:14:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52b1db6

media-libs/harfbuzz: x86 stable wrt bug #693512

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

 media-libs/harfbuzz/harfbuzz-2.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
index 04583f7e65b..3b5b05a00e5 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3 autotools
 else
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/proofgeneral/, app-emacs/proofgeneral/files/

2019-09-05 Thread Ulrich Müller
commit: 0cc699e224d4923fdb05ee14d73c20dd0b09afe4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Sep  5 14:37:29 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Sep  5 15:05:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc699e2

app-emacs/proofgeneral: Bump to version 4.4.

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/proofgeneral/Manifest|  1 +
 .../files/proofgeneral-4.4-desktop.patch   | 14 +
 .../files/proofgeneral-4.4-images-dir.patch| 11 
 app-emacs/proofgeneral/proofgeneral-4.4.ebuild | 59 ++
 4 files changed, 85 insertions(+)

diff --git a/app-emacs/proofgeneral/Manifest b/app-emacs/proofgeneral/Manifest
index 60a383039cc..29da9a184a2 100644
--- a/app-emacs/proofgeneral/Manifest
+++ b/app-emacs/proofgeneral/Manifest
@@ -1 +1,2 @@
 DIST ProofGeneral-4.2.tgz 1613190 BLAKE2B 
e12913d67f95b20d99d5bdaa82a36f0dd2b664441a86dc86cb4f8afaac2379691c01e60cfe6af3bbf177f0dc2f82ce34ea4d706ee34c2d5986de3f807ce05045
 SHA512 
102c56a1bc113439b1fa8aa10efe571d47d68b344d3489fe18ca3bdbf8828bb31fd2302a68a4bd639c59c429d41e82e5d933abddd3444781cb0e8a603db432ab
+DIST proofgeneral-4.4.tar.gz 14105056 BLAKE2B 
8d45218cde620411d14ab3c703fea37f0482c0e1f6fc8d104b4de7506140d4d0491b5e23ddbf458bfa3aeb683b71f6e4deea31c2a46b902342fc686c2945162a
 SHA512 
8be7f78b61a225fa4770698251424a0afe093efc3229f74f3a764317dc8cc00a72cb29e751f755dc5fdab59983906c9185f7828a1644a87d160265f12061

diff --git a/app-emacs/proofgeneral/files/proofgeneral-4.4-desktop.patch 
b/app-emacs/proofgeneral/files/proofgeneral-4.4-desktop.patch
new file mode 100644
index 000..56937b8394c
--- /dev/null
+++ b/app-emacs/proofgeneral/files/proofgeneral-4.4-desktop.patch
@@ -0,0 +1,14 @@
+--- PG-4.4-orig/etc/desktop/proofgeneral.desktop
 PG-4.4/etc/desktop/proofgeneral.desktop
+@@ -4,9 +4,9 @@
+ Name=Proof General
+ GenericName=Theorem proving environment
+ Comment=Organise your proofs!
+-Icon=proofgeneral.png
++Icon=proofgeneral
+ TryExec=proofgeneral
+ Exec=proofgeneral %F
+ Terminal=false
+-Categories=Application;IDE;Development;TextEditor;Math
++Categories=IDE;Development;TextEditor;Math
+ StartupWMClass=Emacs

diff --git a/app-emacs/proofgeneral/files/proofgeneral-4.4-images-dir.patch 
b/app-emacs/proofgeneral/files/proofgeneral-4.4-images-dir.patch
new file mode 100644
index 000..555837deda0
--- /dev/null
+++ b/app-emacs/proofgeneral/files/proofgeneral-4.4-images-dir.patch
@@ -0,0 +1,11 @@
+--- PG-4.4-orig/generic/proof-site.el
 PG-4.4/generic/proof-site.el
+@@ -127,7 +127,7 @@
+   :group 'proof-general-internals)
+ 
+ (defcustom proof-images-directory
+-  (concat proof-home-directory "images/")
++  "@SITEETC@/images/"
+ "Where Proof General image files are installed.  Ends with slash."
+   :type 'directory
+   :group 'proof-general-internals)

diff --git a/app-emacs/proofgeneral/proofgeneral-4.4.ebuild 
b/app-emacs/proofgeneral/proofgeneral-4.4.ebuild
new file mode 100644
index 000..0b9df0133b6
--- /dev/null
+++ b/app-emacs/proofgeneral/proofgeneral-4.4.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="A generic interface for proof assistants"
+HOMEPAGE="https://proofgeneral.github.io/;
+SRC_URI="https://github.com/ProofGeneral/PG/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+ GPL-2 GPL-3+ HPND CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND=">=app-emacs/mmm-mode-0.4.8-r2"
+BDEPEND="${RDEPEND}"
+
+S="${WORKDIR}/PG-${PV}"
+ELISP_PATCHES="${P}-images-dir.patch
+   ${P}-desktop.patch"
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   elisp_src_prepare
+   sed -i -e "s:@SITEETC@:${EPREFIX}${SITEETC}/${PN}:" \
+   generic/proof-site.el || die
+   sed -i -e '/^OTHER_ELISP/s:contrib/mmm::' Makefile || die
+}
+
+src_compile() {
+   #emake clean# remove precompiled lisp files
+   emake -j1 compile doc.info EMACS=emacs
+}
+
+src_install() {
+   emake -j1 install-elisp install-bin install-desktop \
+   EMACS=emacs \
+   PREFIX="${ED}"/usr \
+   ELISP="${ED}${SITELISP}"/${PN} \
+   DEST_ELISP="${EPREFIX}${SITELISP}"/${PN}
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+   # move images out of elisp dir
+   mkdir -p "${ED}${SITEETC}"/${PN}/ || die
+   mv "${ED}${SITELISP}"/${PN}/images "${ED}${SITEETC}"/${PN}/ || die
+
+   doinfo doc/*.info*
+   doman doc/proofgeneral.1
+   dodoc AUTHORS BUGS CHANGES COMPATIBILITY FAQ.md INSTALL README.md 
REGISTER
+}
+
+pkg_postinst() {
+   elisp-site-regen
+   # Already in REGISTER, so no need to install README.gentoo
+   elog "Please register your use of Proof General on the web at:"
+   elog "  

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

2019-09-05 Thread Ulrich Müller
commit: 2976eea33924ceb896f8d6abcf1447b92edaf679
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Sep  5 12:11:36 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Sep  5 15:05:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2976eea3

app-emacs/distel: Bump to version 4.1.1.

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/distel/Manifest|  1 +
 app-emacs/distel/distel-4.1.1.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/app-emacs/distel/Manifest b/app-emacs/distel/Manifest
index 755b567f702..92c3a5ee0fb 100644
--- a/app-emacs/distel/Manifest
+++ b/app-emacs/distel/Manifest
@@ -1 +1,2 @@
 DIST distel-4.0.6.tar.gz 210257 BLAKE2B 
615682bfc2b773a78ad85d4817135144dda787d1db57b2743ea2fca8ed672fc1e37f6bc23803c9cc2b6096e7376d318cd7c25c3133f7b9c1326dbd451273841b
 SHA512 
510f82b6794379d89020d234462e09251e0db285ebc111eaf096e32a4e3619384650cb2b47ed68d38762a496504b58981c73ca5b930bd0eb1407aee9599c149f
+DIST distel-4.1.1.tar.gz 214189 BLAKE2B 
0a24039c11d603814ca352ccc09e776b2431ab1172c195a528aba6ecd85eeb15d9739bb37fcc850fd33e2af928eb9d2c7bc8a1721b46f79792ec658f58d41a4e
 SHA512 
3ef73a650775f25f8e77c78cfaec3d2277a4e097128819d118ba566ac477455a1764383959f1d8eca33f8dedfa937eab605dfff899d344b9b03262c2abc7ac44

diff --git a/app-emacs/distel/distel-4.1.1.ebuild 
b/app-emacs/distel/distel-4.1.1.ebuild
new file mode 100644
index 000..bfe7b568b6c
--- /dev/null
+++ b/app-emacs/distel/distel-4.1.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Distributed Emacs Lisp for Erlang"
+HOMEPAGE="https://massemanet.github.io/distel/
+   https://www.emacswiki.org/emacs/DistributedEmacsLisp;
+SRC_URI="https://github.com/massemanet/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+# "New BSD License" according to https://code.google.com/p/distel/
+# "MIT" according to https://github.com/massemanet/distel
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-lang/erlang-11.2.5[emacs]"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   emake base info
+   cd elisp || die
+   elisp-compile *.el
+}
+
+src_install() {
+   emake prefix="${ED}"/usr \
+   ELISP_DIR="${ED}${SITELISP}/${PN}" install
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+   doinfo doc/distel.info
+   dodoc AUTHORS ChangeLog NEWS README*
+   use doc && dodoc doc/gorrie02distel.pdf
+   docinto html
+   dodoc doc/distel/*.html
+}



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

2019-09-05 Thread Ulrich Müller
commit: eb933559440cf252b6a9a5a4ff63027033faee71
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Sep  5 13:37:28 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Sep  5 15:05:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb933559

app-emacs/mmm-mode: Bump to version 0.5.7.

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/mmm-mode/Manifest  |  1 +
 app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/app-emacs/mmm-mode/Manifest b/app-emacs/mmm-mode/Manifest
index f7544ecbfee..61b5aad1dcf 100644
--- a/app-emacs/mmm-mode/Manifest
+++ b/app-emacs/mmm-mode/Manifest
@@ -1 +1,2 @@
 DIST mmm-mode-0.5.4.tar.gz 174680 BLAKE2B 
fbe69ffe291d7144ddaa22d161545350893285e2594f9343d6b4e3b6c929a83209c8dbdf5f270b179c98c7fd1ab88d2c5f68066e6aca0ef5e855c4c194e9
 SHA512 
71828769f40ca56d87c581481fc6531466de30155af3f22eb96ee176cd9dae354ed95a6c37d79e47a033bb79c67335e0f50dac2fb57f262bbe0ef43266af2b6e
+DIST mmm-mode-0.5.7.tar.gz 176034 BLAKE2B 
23fed0f260c9f46134d83d29e96b96ff331aa0fbe8d121663b74de944489d1a51948f6fba729129e47a34e1ef48cfb0f8bbc45f6ab8f548001bbe0e88a61aeca
 SHA512 
3afb77b3351c8ea5844cd57bb873e6ebe91ce1e268d0d585581482f5039c64ea80fc7aa620e45330eca0eb7839223764164ccc09e932b54f23f3f37c9953cb39

diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild 
b/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild
new file mode 100644
index 000..74ec2b53ffa
--- /dev/null
+++ b/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Enables the user to edit different parts of a file in different 
major modes"
+HOMEPAGE="http://mmm-mode.sourceforge.net/;
+SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ Texinfo-manual"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+BDEPEND="sys-apps/texinfo"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="mmm.texinfo"
+DOCS="AUTHORS FAQ NEWS README README.Mason TODO"



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

2019-09-05 Thread Lars Wendler
commit: 655894f94f348402d11e21e42fb8654c8a291df4
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  5 14:27:37 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  5 14:27:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=655894f9

media-libs/libogg: Bump to version 1.3.4

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/libogg/Manifest|  1 +
 media-libs/libogg/libogg-1.3.4.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/media-libs/libogg/Manifest b/media-libs/libogg/Manifest
index 4db285ec0a7..2d9c7f20cf9 100644
--- a/media-libs/libogg/Manifest
+++ b/media-libs/libogg/Manifest
@@ -1 +1,2 @@
 DIST libogg-1.3.3.tar.xz 417636 BLAKE2B 
2fc69580ed94be520c8e6b764e6271ec60e9d83d4265ca0408df4b2e6233a0f1d68e79400bc3871cc130034697ba97cedc453a574b9c6f618c9b819a93a2d3e8
 SHA512 
37d8e4329bf7a997a95d84a55c325a5a893ec84bb4d5b7ea638e5cb13201a0619e71ecd9710a8371def69f092c62dcc59ec0a607db246028ee8a62678386260b
+DIST libogg-1.3.4.tar.xz 428696 BLAKE2B 
21814db2d45e32be56da1b56afacce4b906b34c7b71e7915ceb7b4a240b9a1c271085a4d19362c97c5bb825569094bd2940a92140204f0449eeeadaa40cc6b30
 SHA512 
09ffb72c3cbde5c05140f5879bd457106ed4070bd7aa5ea7720cf8910167f1d0fa6312f1f71625d51f21e3033219da858e1a8a2701bfd768b35061f7586f976c

diff --git a/media-libs/libogg/libogg-1.3.4.ebuild 
b/media-libs/libogg/libogg-1.3.4.ebuild
new file mode 100644
index 000..87444316d67
--- /dev/null
+++ b/media-libs/libogg/libogg-1.3.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit multilib-minimal
+
+DESCRIPTION="the Ogg media file format library"
+HOMEPAGE="https://xiph.org/ogg/;
+SRC_URI="https://downloads.xiph.org/releases/ogg/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+
+DOCS=( AUTHORS CHANGES )
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/ogg/config_types.h
+)
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
+   $(use_enable static-libs static)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${ED}" -type f -name "*.la" -delete || die
+}



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

2019-09-05 Thread Agostino Sarubbo
commit: c3da211f05bf9f243f98a4a130d863e044e8f267
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 11:36:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 11:36:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3da211f

app-emacs/emacs-common-gentoo: ia64 stable wrt bug #693382

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

 app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild 
b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild
index d570d912123..b6a09310a9f 100644
--- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild
+++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="games X"
 
 RDEPEND="games? ( acct-group/gamestat )"



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

2019-09-05 Thread Agostino Sarubbo
commit: 44b403ef01fff71262420c7ef42b2979c70b49d7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 11:36:06 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 11:36:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b403ef

media-libs/harfbuzz: ia64 stable wrt bug #693512

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

 media-libs/harfbuzz/harfbuzz-2.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
index b4546786f13..04583f7e65b 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3 autotools
 else
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2019-09-05 Thread Agostino Sarubbo
commit: 6a5e7ac6cead74c0e940251fab938880ba79d5e8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 11:36:03 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 11:36:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5e7ac6

media-libs/libvpx: ia64 stable wrt bug #693510

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

 media-libs/libvpx/libvpx-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libvpx/libvpx-1.7.0.ebuild 
b/media-libs/libvpx/libvpx-1.7.0.ebuild
index 1376d6193bb..fa492370ec8 100644
--- a/media-libs/libvpx/libvpx-1.7.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.7.0.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ppc64 ~s390 sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc 
cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 
cpu_flags_x86_sse4_1 +highbitdepth static-libs svc test +threads"
 
 REQUIRED_USE="



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

2019-09-05 Thread Agostino Sarubbo
commit: db248c303cf84ea6c200fb7eb113354d52c3b74d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 11:35:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 11:35:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db248c30

media-libs/harfbuzz: sparc stable wrt bug #693512

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

 media-libs/harfbuzz/harfbuzz-2.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
index 32a1e3f1db9..b4546786f13 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3 autotools
 else
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2019-09-05 Thread Agostino Sarubbo
commit: eb61aad31d0fce01f82fdd30a0e9be021cbe017a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 11:35:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 11:35:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb61aad3

app-emacs/emacs-common-gentoo: sparc stable wrt bug #693382

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

 app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild 
b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild
index 2e5cd7b34e8..d570d912123 100644
--- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild
+++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="games X"
 
 RDEPEND="games? ( acct-group/gamestat )"



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

2019-09-05 Thread Agostino Sarubbo
commit: ef5d90540dc0fa5e4668bef8d3892739feb38e37
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 11:35:07 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 11:35:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5d9054

media-libs/libvpx: sparc stable wrt bug #693510

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

 media-libs/libvpx/libvpx-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libvpx/libvpx-1.7.0.ebuild 
b/media-libs/libvpx/libvpx-1.7.0.ebuild
index 36ae94bc3ea..1376d6193bb 100644
--- a/media-libs/libvpx/libvpx-1.7.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.7.0.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc 
cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 
cpu_flags_x86_sse4_1 +highbitdepth static-libs svc test +threads"
 
 REQUIRED_USE="



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

2019-09-05 Thread Agostino Sarubbo
commit: 36a45e6a9c37350fdb536798ec31cf3bb57b41a4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 11:35:05 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 11:35:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a45e6a

media-libs/tiff: sparc stable wrt bug #693394

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

 media-libs/tiff/tiff-4.0.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/tiff/tiff-4.0.10-r2.ebuild 
b/media-libs/tiff/tiff-4.0.10-r2.ebuild
index 3347ddca2df..2b6bb7fe677 100644
--- a/media-libs/tiff/tiff-4.0.10-r2.ebuild
+++ b/media-libs/tiff/tiff-4.0.10-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/libtiff/${P}.tar.gz;
 
 LICENSE="libtiff"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/jove/

2019-09-05 Thread Ulrich Müller
commit: d3e12893fa4996ead15d22db3dd6794ebe36873f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Sep  5 10:48:26 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Sep  5 10:48:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e12893

app-editors/jove: Remove old.

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-editors/jove/jove-4.16.0.73.ebuild | 51 --
 1 file changed, 51 deletions(-)

diff --git a/app-editors/jove/jove-4.16.0.73.ebuild 
b/app-editors/jove/jove-4.16.0.73.ebuild
deleted file mode 100644
index 72d2a677cad..000
--- a/app-editors/jove/jove-4.16.0.73.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Jonathan's Own Version of Emacs, a light emacs-like editor 
without LISP bindings"
-HOMEPAGE="ftp://ftp.cs.toronto.edu/cs/ftp/pub/hugh/jove-dev/;
-SRC_URI="ftp://ftp.cs.toronto.edu/cs/ftp/pub/hugh/jove-dev/${PN}${PV}.tgz;
-
-LICENSE="JOVE"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc"
-
-RDEPEND="sys-libs/ncurses"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}${PV}"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-4.16.0.70.3.1-getline.patch"
-   epatch "${FILESDIR}/${P}-build.patch"
-   epatch "${FILESDIR}/${P}-sendmail.patch"
-   epatch "${FILESDIR}/${P}-doc.patch"
-}
-
-src_compile() {
-   tc-export CC
-
-   emake OPTFLAGS="${CFLAGS}" \
-   SYSDEFS="-DSYSVR4 -D_XOPEN_SOURCE=500" \
-   TERMCAPLIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
-
-   if use doc; then
-   # Full manual (*not* man page)
-   emake doc/jove.man
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   keepdir /var/lib/jove/preserve
-
-   dodoc README
-   if use doc; then
-   dodoc doc/jove.man
-   fi
-}



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

2019-09-05 Thread Michael Haubenwallner
commit: 4cd61342d847cb65569cf938728b995b8f0c20ca
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Thu Sep  5 10:29:14 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Thu Sep  5 10:30:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd61342

app-portage/prefix-toolkit: drop /portage from child's PORTAGE_TMPDIR

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

 app-portage/prefix-toolkit/prefix-toolkit-5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/prefix-toolkit/prefix-toolkit-5.ebuild 
b/app-portage/prefix-toolkit/prefix-toolkit-5.ebuild
index 88068a06a24..62f94528cc1 100644
--- a/app-portage/prefix-toolkit/prefix-toolkit-5.ebuild
+++ b/app-portage/prefix-toolkit/prefix-toolkit-5.ebuild
@@ -455,7 +455,7 @@ ebegin "creating make.conf"
echo "EPREFIX=\"${CHILD_EPREFIX}\""
echo "PORTAGE_OVERRIDE_EPREFIX=\"${PARENT_EPREFIX}\""
echo "BROOT=\"${PARENT_EPREFIX}\""
-   echo "PORTAGE_TMPDIR=\"\${EPREFIX}/var/tmp/portage\""
+   echo "PORTAGE_TMPDIR=\"\${EPREFIX}/var/tmp\""
# Since EAPI 7 there is BDEPEND, which is DEPEND in EAPI up to 6.
# We do not want to pull DEPEND from EAPI <= 6, but RDEPEND only.
echo "EMERGE_DEFAULT_OPTS=\"--root-deps=rdeps\""



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

2019-09-05 Thread Ulrich Müller
commit: 8e31a7073b200241b9f243ea8e9a3e02731dfee4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Sep  5 09:04:46 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Sep  5 10:26:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e31a707

app-emacs/quilt-el: Bump to version 0.66.

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/quilt-el/Manifest |  1 +
 app-emacs/quilt-el/quilt-el-0.66.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/app-emacs/quilt-el/Manifest b/app-emacs/quilt-el/Manifest
index 334cb7d8ac3..7856ee28685 100644
--- a/app-emacs/quilt-el/Manifest
+++ b/app-emacs/quilt-el/Manifest
@@ -1 +1,2 @@
+DIST quilt-0.66.tar.gz 413069 BLAKE2B 
41201d54cb26d4761413365fe19b65bd6971ada1e69198d2edbc346df6a3060ff3af4d80551d68ab4ffe003183bc0a28515ce1d070db95f2b1a04a0680ac4fb2
 SHA512 
c2cb75c0937612e1e0da25b713acf629b6b5aacbd8254d8bd17220b63c7b8ca996cd9d0315a32d67d54a4a7dc01b212cdda33afaacf3db063da757f1973306f4
 DIST quilt-el-0.48.0.tar.gz 13147 BLAKE2B 
595e7d12c24095df3c0d12de607b4e43e36345b53f9d89e6ea6ea781ed25f893d5100e3a023b4f5bc0aee11dcf93a7ef3862fabe28c8eda98a43dce634969444
 SHA512 
0a198ef0f8354c927c4527bb7a3e99fd6d12f17cbe65c736341c527de440d144581205337163912ce04f83749c31833221cc4153d5736ffec060ad4ade73c694

diff --git a/app-emacs/quilt-el/quilt-el-0.66.ebuild 
b/app-emacs/quilt-el/quilt-el-0.66.ebuild
new file mode 100644
index 000..4a2ffef3d55
--- /dev/null
+++ b/app-emacs/quilt-el/quilt-el-0.66.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+MY_P="quilt-${PV}"
+DESCRIPTION="Quilt mode for Emacs"
+HOMEPAGE="https://savannah.nongnu.org/projects/quilt
+   http://satoru-takeuchi.org/dev/quilt-el/;
+SRC_URI="mirror://nongnu/quilt/${MY_P}.tar.gz"
+
+LICENSE="GPL-1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="dev-util/quilt"
+
+S="${WORKDIR}/${MY_P}/lib"
+ELISP_PATCHES="${PN}-0.45.4-header-window.patch"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="../doc/README.EMACS"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/auctex/, app-emacs/auctex/files/

2019-09-05 Thread Ulrich Müller
commit: 6bf543064ee636fee7842bf3000b8c861db458c8
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Sep  5 10:24:13 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Sep  5 10:26:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf54306

app-emacs/auctex: Fix build failure with Emacs 27.

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/auctex/auctex-12.1-r1.ebuild| 62 +++
 app-emacs/auctex/files/auctex-12.1-autoload.patch | 33 
 2 files changed, 95 insertions(+)

diff --git a/app-emacs/auctex/auctex-12.1-r1.ebuild 
b/app-emacs/auctex/auctex-12.1-r1.ebuild
new file mode 100644
index 000..dcd803eff7f
--- /dev/null
+++ b/app-emacs/auctex/auctex-12.1-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="Extensible package for writing and formatting TeX files in Emacs"
+HOMEPAGE="https://www.gnu.org/software/auctex/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+ FDL-1.3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris"
+IUSE="preview-latex"
+
+RDEPEND="virtual/latex-base
+   preview-latex? (
+   app-text/dvipng
+   app-text/ghostscript-gpl
+   )"
+BDEPEND="${RDEPEND}"
+
+ELISP_PATCHES="${P}-autoload.patch"
+TEXMF="/usr/share/texmf-site"
+
+src_configure() {
+   econf --with-emacs \
+   --with-auto-dir="${EPREFIX}/var/lib/auctex" \
+   --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
+   --with-packagelispdir="${EPREFIX}${SITELISP}/${PN}" \
+   --with-packagedatadir="${EPREFIX}${SITEETC}/${PN}" \
+   --with-texmf-dir="${EPREFIX}${TEXMF}" \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   --disable-build-dir-test \
+   $(use_enable preview-latex preview)
+}
+
+src_compile() {
+   export VARTEXFONTS="${T}"/fonts
+   emake
+}
+
+src_install() {
+   emake -j1 DESTDIR="${D}" install
+   elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el"
+   if use preview-latex; then
+   elisp-site-file-install "${FILESDIR}/60${PN}-gentoo.el"
+   fi
+   dodoc ChangeLog* CHANGES FAQ INSTALL PROBLEMS.preview README RELEASE 
TODO
+}
+
+pkg_postinst() {
+   use preview-latex && texmf-update
+   elisp-site-regen
+}
+
+pkg_postrm(){
+   use preview-latex && texmf-update
+   elisp-site-regen
+}

diff --git a/app-emacs/auctex/files/auctex-12.1-autoload.patch 
b/app-emacs/auctex/files/auctex-12.1-autoload.patch
new file mode 100644
index 000..3ee765d94ca
--- /dev/null
+++ b/app-emacs/auctex/files/auctex-12.1-autoload.patch
@@ -0,0 +1,33 @@
+commit 1b88eda687913a3a355a010ed0483bfcfce28301
+Author: Tassilo Horn 
+Date:   Fri May 17 22:07:10 2019 +0200
+
+Fix autoload generation code (bug#35758)
+
+* Makefile.in (AUTOLOAD,PREVIEW_AUTOLOAD): Use arg instead of
+  generated-autoload-file (bug#35758).
+
+diff --git a/Makefile.in b/Makefile.in
+index 822eea9f..74659f7a 100644
+--- a/Makefile.in
 b/Makefile.in
+@@ -52,12 +52,15 @@ PACKAGE=auctex
+ PACKAGE_INFO=auctex preview-latex
+ EMACS=@EMACS@
+ ELCC=$(EMACS) -batch -q -no-site-file -no-init-file -l lpath.el
+-AUTOLOAD=--eval '(let ((generated-autoload-file (expand-file-name "$@"))) \
+-  (mapcar (function update-file-autoloads) command-line-args-left) \
++AUTOLOAD=--eval '(let ((autoload-file (expand-file-name "$@"))) \
++  (mapcar (lambda (file) \
++(update-file-autoloads file nil autoload-file)) \
++  command-line-args-left) \
+   (save-buffers-kill-emacs t))'
+ 
+-PREVIEW_AUTOLOAD=--eval '(let ((generated-autoload-file (expand-file-name 
"$@"))) \
+-  (update-file-autoloads "preview.el")(save-buffers-kill-emacs 
t))'
++PREVIEW_AUTOLOAD=--eval '(let ((autoload-file (expand-file-name "$@"))) \
++  (update-file-autoloads "preview.el" nil autoload-file) \
++  (save-buffers-kill-emacs t))'
+ 
+ # Files and directories excluded from distributed tar ball.
+ EXCLUDEDFILES=autogen.sh .gitignore doc/.gitignore doc/tex-ref.log \



[gentoo-commits] repo/gentoo:master commit in: sys-process/numactl/, sys-process/numactl/files/

2019-09-05 Thread Lars Wendler
commit: 70f1db8ce052fb213d978f3b903c701cf659fb36
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  5 09:23:32 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  5 09:23:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f1db8c

sys-process/numactl: Removed old

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 sys-process/numactl/Manifest   |  1 -
 .../numactl/files/numactl-2.0.11-sysmacros.patch   | 41 
 .../numactl/files/numactl-2.0.8-cpuid-pic.patch| 17 ---
 sys-process/numactl/numactl-2.0.11.ebuild  | 54 --
 4 files changed, 113 deletions(-)

diff --git a/sys-process/numactl/Manifest b/sys-process/numactl/Manifest
index 879976de1f4..318046859f0 100644
--- a/sys-process/numactl/Manifest
+++ b/sys-process/numactl/Manifest
@@ -1,3 +1,2 @@
-DIST numactl-2.0.11.tar.gz 408175 BLAKE2B 
0767d555d5254e780ef50bd66215e84208e88fb37422fd86443e53ee52faef4242ff21e6028bdb92c4e1fa7815cdb23e87cd084763539dc1d560097f43bd563f
 SHA512 
1969d7ee0ff3de0d6f1fa42ec089a17cdb3f92cb35d453b8f8b2eec49724c43787ecbd213357013a8f2500a260b0df9844d515815ca3a0376314a0eed050a0d4
 DIST numactl-2.0.12.tar.gz 423020 BLAKE2B 
39d33612591df805715c51280bf34b8328ba6fc49bdaf9dd3bd67e076f9d319c9622ef72766c12e319f4be27ee9ec7f5ecb054a6e8c7c3cf568a69aea624d511
 SHA512 
316b10f50e6eee4cee9cf191f19381ec4a61980354eec3f9fe43fef21465bee28a82adeb9c235d4877e82950ccd14c9473b79fd1e2f5a7f598ec2fac230780ff
 DIST numactl-2.0.13.tar.gz 438096 BLAKE2B 
f615fafdb366930c6cdee1e4ef3d1e1d5e21f8f1c09aa904c0ebfa56972a99144991c6907127ef35794ca19d711e41b54488c5bfaeca8a0149ab9697d8c1ef75
 SHA512 
f7b747eb8f3ded9f3661cb0fc7b65b5ed490677f881f8fe6a000baf714747515853b4e5c8781b014241180bf16e9f0bfdf2c6f758725e34b4938696ba496b72a

diff --git a/sys-process/numactl/files/numactl-2.0.11-sysmacros.patch 
b/sys-process/numactl/files/numactl-2.0.11-sysmacros.patch
deleted file mode 100644
index 3f953675739..000
--- a/sys-process/numactl/files/numactl-2.0.11-sysmacros.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-https://bugs.gentoo.org/580098
-
-From c1644f92e340d797e490c41a9ef9961125d202b9 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger 
-Date: Mon, 18 Apr 2016 18:49:51 -0400
-Subject: [PATCH] include sys/sysmacros.h for major/minor
-
-These functions are not part of any official spec, and glibc has always
-kept them in sys/sysmacros.h.  As glibc moves to conform to POSIX, and
-more alternative C libraries come up, we need to include this header
-explicitly to get the prototypes.  Otherwise we fail to build like:
-
-affinity.c: In function 'affinity_file':
-affinity.c:177:7: warning: implicit declaration of function 'major' 
[-Wimplicit-function-declaration]
-   if (major(d) != maj || minor(d) != min)
-   ^
-affinity.c:177:26: warning: implicit declaration of function 'minor' 
[-Wimplicit-function-declaration]
-   if (major(d) != maj || minor(d) != min)
-  ^
-./.libs/libnuma.so: undefined reference to 'minor'
-./.libs/libnuma.so: undefined reference to 'major'
-collect2: error: ld returned 1 exit status

- affinity.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/affinity.c b/affinity.c
-index 9fbd6af..984291c 100644
 a/affinity.c
-+++ b/affinity.c
-@@ -40,6 +40,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
--- 
-2.7.4
-

diff --git a/sys-process/numactl/files/numactl-2.0.8-cpuid-pic.patch 
b/sys-process/numactl/files/numactl-2.0.8-cpuid-pic.patch
deleted file mode 100644
index 02e84b72577..000
--- a/sys-process/numactl/files/numactl-2.0.8-cpuid-pic.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-make the code work on x86/PIC.  this code is only used in the demo,
-and the overhead of always running this is system noise, so don't
-bother bracketing with __i386__/__PIC__ defines.
-
-http://bugs.gentoo.org/456238
-
 a/clearcache.c
-+++ b/clearcache.c
-@@ -57,7 +57,7 @@ void clearcache(unsigned char *mem, unsigned size)
- #if defined(__i386__) || defined(__x86_64__)
-   unsigned i, cl, eax, feat;
-   /* get clflush unit and feature */
--  asm("cpuid" : "=a" (eax), "=b" (cl), "=d" (feat) : "0" (1) : "cx");
-+  asm("xchg %%ebx, %%esi; cpuid; xchg %%esi, %%ebx;" : "=a" (eax), "=S" 
(cl), "=d" (feat) : "0" (1) : "cx");
-   if (!(feat & (1 << 19)))
-   fallback_clearcache();
-   cl = ((cl >> 8) & 0xff) * 8;

diff --git a/sys-process/numactl/numactl-2.0.11.ebuild 
b/sys-process/numactl/numactl-2.0.11.ebuild
deleted file mode 100644
index 513866b7c61..000
--- a/sys-process/numactl/numactl-2.0.11.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils toolchain-funcs multilib-minimal
-
-DESCRIPTION="Utilities and libraries for NUMA systems"

[gentoo-commits] repo/proj/libressl:master commit in: net-libs/nodejs/

2019-09-05 Thread Stefan Strogin
commit: 73e6c461ac4d616f7e6024563d4a6180b7d11459
Author: Dennis Gaebler  uni-ulm  de>
AuthorDate: Thu Sep  5 07:59:31 2019 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Thu Sep  5 09:12:37 2019 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=73e6c461

net-libs/nodejs: bump to 12.10.0

Reported-by: Dennis Gaebler  uni-ulm.de>
Closes: https://github.com/gentoo/libressl/pull/304
Signed-off-by: Stefan Strogin  gentoo.org>

 net-libs/nodejs/Manifest  |   1 +
 net-libs/nodejs/nodejs-12.10.0.ebuild | 210 ++
 2 files changed, 211 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 6003166..10c897f 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -1,5 +1,6 @@
 DIST node-v10.15.3.tar.xz 20262632 BLAKE2B 
d65d4e274fa829be5cda1970b0ebe7081e8476334cb825e5727324c3202bc015f4ba39589608284d0f8c0b722079c06d1587de5299a3c81ccb7b0eacbdaccf84
 SHA512 
cf741f733af7a7e1fbd37b0f98110078494b4771dbdfccacfda95a5ea4cda6cdcea4f8d31dddcf27477213614e4ab6cf7d1a1f900cb92936333730737ac4f9e8
 DIST node-v11.14.0.tar.xz 22106812 BLAKE2B 
3a8dd9feb5916f235bf69d0610e32c1861e64f427b6de5ec27b3634268f273826f271cf5ea821042420d3b3f348124be2ce2fda13d0addea092db1338c9f95f7
 SHA512 
4e8033ea0f326fe5a8372c81771cd58242881ac7db905f697ce79ef9cb3ba2dfe2b94fb24a36775761c72ac531096c5e18a8574f933d76c1b652b18419b25446
+DIST node-v12.10.0.tar.xz 22726116 BLAKE2B 
deb6ecaec54233050eaeb335d58020b8a82009bbab51c41c00784cab3003e57dbc96f3c25715deefbb5b3aee704b3db920cbb650af33cbcb1a62c1bb654f48f8
 SHA512 
7eb57b40effa9627b93c74ddc01ce1c044e878c669969c506ed40f72a7946c7c6951931c4fe4fbef456386ad459f7f4f1d0f04177e38343375aa463974ca1dba
 DIST node-v12.9.0.tar.xz 22724192 BLAKE2B 
6d71db0013650372ca10ff66bc34593b91d93169f90351bedd1044fab248047d3dbc6cb40e2026fd9dd460e4f6f95a4b24d234899e6ea3665489745100550ef8
 SHA512 
d6de30d0e38719dd2997e5312a81d86757d46de01f3214b04c3ee28a643c945fdc27d2179d06ceb7bc12cdafcefd1edee5da2618463ee214bee8e57bdacd0a8b
 DIST node-v12.9.1.tar.xz 22714668 BLAKE2B 
c2ab1d67d1f9cf9dee4a1fcb0f1f8f23e2536f526290baf9d5dd05867695f763d8cd8e501b044cb42b383a897f5e016c7a57aecc2d5a4ca58ab3d50020db1f07
 SHA512 
efe5fbf0545a3e9c37c7598abd89841073cfafefc04a9b5f9f95c8c51357bf3d5384701fd5524ff8fcaef833bca87c72cbf1f8755ee406e9437ad8ad875af18e
 DIST node-v6.11.5.tar.xz 15699404 BLAKE2B 
ba2df91bf5ef38cedb60b42919cf56f16807e619a81876fc92a5741e49da7ec91c4239d00f549c5e80d0bb8282bb9b396dd984507916cd18d61b403a3a7cef94
 SHA512 
62490725ef7957294c1bddf21ef0626c7472876791210168116501255ecee58457e9de9b044e10033706243299bbfd1495efeca169596fbf26f5eeba6d8fa4c9

diff --git a/net-libs/nodejs/nodejs-12.10.0.ebuild 
b/net-libs/nodejs/nodejs-12.10.0.ebuild
new file mode 100644
index 000..f92f9d0
--- /dev/null
+++ b/net-libs/nodejs/nodejs-12.10.0.ebuild
@@ -0,0 +1,210 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 toolchain-funcs
+
+DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
+HOMEPAGE="https://nodejs.org/;
+SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
+
+LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+IUSE="bundled-ssl cpu_flags_x86_sse2 debug doc icu inspector libressl +npm 
+snapshot +ssl systemtap test"
+REQUIRED_USE="
+   bundled-ssl? ( ssl )
+   inspector? ( icu ssl )
+   libressl? ( bundled-ssl )
+   npm? ( ssl )
+"
+
+RDEPEND="
+   >=dev-libs/libuv-1.31.0:=
+   >=net-dns/c-ares-1.15.0
+   >=net-libs/http-parser-2.8.0:=
+   >=net-libs/nghttp2-1.39.2
+   sys-libs/zlib
+   icu? ( >=dev-libs/icu-64.2:= )
+   ssl? (
+   !bundled-ssl? ( >=dev-libs/openssl-1.1.1:0= )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   ${PYTHON_DEPS}
+   systemtap? ( dev-util/systemtap )
+   test? ( net-misc/curl )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch
+   "${FILESDIR}"/${PN}--llhttp.patch
+)
+S="${WORKDIR}/node-v${PV}"
+
+pkg_pretend() {
+   (use x86 && ! use cpu_flags_x86_sse2) && \
+   die "Your CPU doesn't support the required SSE2 instruction."
+
+   ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \
+   die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer."
+}
+
+src_prepare() {
+   tc-export CC CXX PKG_CONFIG
+   export V=1
+   export BUILDTYPE=Release
+
+   # fix compilation on Darwin
+   # https://code.google.com/p/gyp/issues/detail?id=260
+   sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || 
die
+
+   # make sure we use python2.* while using gyp
+   sed -i -e "s/python/${EPYTHON}/" 

[gentoo-commits] repo/proj/libressl:master commit in: net-libs/nodejs/

2019-09-05 Thread Stefan Strogin
commit: 493a56b36bb50f26872466a2bf42bd422fe0fc13
Author: Stefan Strogin  gentoo  org>
AuthorDate: Thu Sep  5 09:14:40 2019 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Thu Sep  5 09:14:40 2019 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=493a56b3

net-libs/nodejs: drop old 12.9.0

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Stefan Strogin  gentoo.org>

 net-libs/nodejs/Manifest |   1 -
 net-libs/nodejs/nodejs-12.9.0.ebuild | 210 ---
 2 files changed, 211 deletions(-)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 10c897f..a83e5dc 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -1,7 +1,6 @@
 DIST node-v10.15.3.tar.xz 20262632 BLAKE2B 
d65d4e274fa829be5cda1970b0ebe7081e8476334cb825e5727324c3202bc015f4ba39589608284d0f8c0b722079c06d1587de5299a3c81ccb7b0eacbdaccf84
 SHA512 
cf741f733af7a7e1fbd37b0f98110078494b4771dbdfccacfda95a5ea4cda6cdcea4f8d31dddcf27477213614e4ab6cf7d1a1f900cb92936333730737ac4f9e8
 DIST node-v11.14.0.tar.xz 22106812 BLAKE2B 
3a8dd9feb5916f235bf69d0610e32c1861e64f427b6de5ec27b3634268f273826f271cf5ea821042420d3b3f348124be2ce2fda13d0addea092db1338c9f95f7
 SHA512 
4e8033ea0f326fe5a8372c81771cd58242881ac7db905f697ce79ef9cb3ba2dfe2b94fb24a36775761c72ac531096c5e18a8574f933d76c1b652b18419b25446
 DIST node-v12.10.0.tar.xz 22726116 BLAKE2B 
deb6ecaec54233050eaeb335d58020b8a82009bbab51c41c00784cab3003e57dbc96f3c25715deefbb5b3aee704b3db920cbb650af33cbcb1a62c1bb654f48f8
 SHA512 
7eb57b40effa9627b93c74ddc01ce1c044e878c669969c506ed40f72a7946c7c6951931c4fe4fbef456386ad459f7f4f1d0f04177e38343375aa463974ca1dba
-DIST node-v12.9.0.tar.xz 22724192 BLAKE2B 
6d71db0013650372ca10ff66bc34593b91d93169f90351bedd1044fab248047d3dbc6cb40e2026fd9dd460e4f6f95a4b24d234899e6ea3665489745100550ef8
 SHA512 
d6de30d0e38719dd2997e5312a81d86757d46de01f3214b04c3ee28a643c945fdc27d2179d06ceb7bc12cdafcefd1edee5da2618463ee214bee8e57bdacd0a8b
 DIST node-v12.9.1.tar.xz 22714668 BLAKE2B 
c2ab1d67d1f9cf9dee4a1fcb0f1f8f23e2536f526290baf9d5dd05867695f763d8cd8e501b044cb42b383a897f5e016c7a57aecc2d5a4ca58ab3d50020db1f07
 SHA512 
efe5fbf0545a3e9c37c7598abd89841073cfafefc04a9b5f9f95c8c51357bf3d5384701fd5524ff8fcaef833bca87c72cbf1f8755ee406e9437ad8ad875af18e
 DIST node-v6.11.5.tar.xz 15699404 BLAKE2B 
ba2df91bf5ef38cedb60b42919cf56f16807e619a81876fc92a5741e49da7ec91c4239d00f549c5e80d0bb8282bb9b396dd984507916cd18d61b403a3a7cef94
 SHA512 
62490725ef7957294c1bddf21ef0626c7472876791210168116501255ecee58457e9de9b044e10033706243299bbfd1495efeca169596fbf26f5eeba6d8fa4c9
 DIST node-v8.12.0.tar.xz 18310452 BLAKE2B 
79634fc57cd76a97e72bab4be37da91d5eff4d13cdaa2b48e83f013885fa3590ba4a28378baf036ed26b7304bf234753d1d4014f72571496f5bb6cd5b221e5f0
 SHA512 
665d2dba287d78bcd723d7b4d00a6897fb996f4aa69a541e010a3dfeb2614257892117fcce7123966b1ecaddc9269a6667e0e262df693baea1f476c96de55c42

diff --git a/net-libs/nodejs/nodejs-12.9.0.ebuild 
b/net-libs/nodejs/nodejs-12.9.0.ebuild
deleted file mode 100644
index f92f9d0..000
--- a/net-libs/nodejs/nodejs-12.9.0.ebuild
+++ /dev/null
@@ -1,210 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 toolchain-funcs
-
-DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
-HOMEPAGE="https://nodejs.org/;
-SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
-
-LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
-IUSE="bundled-ssl cpu_flags_x86_sse2 debug doc icu inspector libressl +npm 
+snapshot +ssl systemtap test"
-REQUIRED_USE="
-   bundled-ssl? ( ssl )
-   inspector? ( icu ssl )
-   libressl? ( bundled-ssl )
-   npm? ( ssl )
-"
-
-RDEPEND="
-   >=dev-libs/libuv-1.31.0:=
-   >=net-dns/c-ares-1.15.0
-   >=net-libs/http-parser-2.8.0:=
-   >=net-libs/nghttp2-1.39.2
-   sys-libs/zlib
-   icu? ( >=dev-libs/icu-64.2:= )
-   ssl? (
-   !bundled-ssl? ( >=dev-libs/openssl-1.1.1:0= )
-   )
-"
-DEPEND="
-   ${RDEPEND}
-   ${PYTHON_DEPS}
-   systemtap? ( dev-util/systemtap )
-   test? ( net-misc/curl )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch
-   "${FILESDIR}"/${PN}--llhttp.patch
-)
-S="${WORKDIR}/node-v${PV}"
-
-pkg_pretend() {
-   (use x86 && ! use cpu_flags_x86_sse2) && \
-   die "Your CPU doesn't support the required SSE2 instruction."
-
-   ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \
-   die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer."
-}
-
-src_prepare() {
-   tc-export CC CXX PKG_CONFIG
-   export V=1
-   export BUILDTYPE=Release
-
-   # fix compilation on 

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

2019-09-05 Thread Manuel Rüger
commit: 1efa3f04dffe37b2f54d76f502ed96c85ee81529
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Sep  5 09:07:59 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Sep  5 09:07:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efa3f04

app-emulation/docker: Version bump to 18.09.9

Package-Manager: Portage-2.3.75, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/docker/Manifest  |   1 +
 app-emulation/docker/docker-18.09.9.ebuild | 308 +
 2 files changed, 309 insertions(+)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index 51cb8d1b85a..4893496ab53 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,3 +1,4 @@
 DIST docker-18.09.8.tar.gz 15263186 BLAKE2B 
9c6d23172e138491c383342753ddf0f7d3831d11b0d4212bd62709733a68b77151884c2a7a7b52e53a3885a84fc860eeb1561723e5967e0a95eff174fda68ae4
 SHA512 
34cf91da732ebbde88f0c8cd39664130e6bd344b18d4643715a00e1c4062d0838a37650a8ee68fb371abd8f01910c7bdce1237af74a49cd63b5ed5382eaf00ed
+DIST docker-18.09.9.tar.gz 15299640 BLAKE2B 
2a4fa670ddac0136e85300fd137a8ea91651c51c54fa3d52ddc5b1a640a1ee202a34f428fcf9eea286c581f49a2c28b711100e7541773e5bc1f2e37884cae2dc
 SHA512 
d0235ae54e4d8d4d0893f6f35293f36177afabc71d0b3e6a74341260e52dcd9351a924efe8fa299cf9a51efdc68b6b284f6435d7210c44193a673f7fff71ce0b
 DIST docker-19.03.1.tar.gz 16652136 BLAKE2B 
be5c001e48bdce0ea8e520c131ff1699d12e39c45cf7dba3452689879e29abe12509c5d70e4a82eb66ac599b85717cd7e057cff1a41ba552eb2ce549e692d991
 SHA512 
92b4e5fe2bbf96a261d290ca807550af45146be9d21680940bd6aa45d9127ae8ddbc706df4056f1720ed6975a2a92004f1789fae4109c50206904ad827d4bf2e
 DIST docker-19.03.2.tar.gz 16657356 BLAKE2B 
3e48ea67f1ef65786c30b4d47b29dbe92d7fb7b043d2c4f15c07cdc929554a07870ce5ade2c1fe26eebea74d28dc71752e9c96e86fe12e0d96608059b5c91f11
 SHA512 
6b594fdbb53dcc0228781375a3884eb370446738c44f7c1e42945c4ccc263e75f53d984bc8ea6a6a498446859e667305bd967299c12956f1cb925d868a4bf2b8

diff --git a/app-emulation/docker/docker-18.09.9.ebuild 
b/app-emulation/docker/docker-18.09.9.ebuild
new file mode 100644
index 000..94950688f27
--- /dev/null
+++ b/app-emulation/docker/docker-18.09.9.ebuild
@@ -0,0 +1,308 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/docker/docker-ce"
+
+if [[ ${PV} = ** ]]; then
+   # Docker cannot be fetched via "go get", thanks to autogenerated code
+   EGIT_REPO_URI="https://${EGO_PN}.git;
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
+   inherit git-r3
+else
+   DOCKER_GITCOMMIT="039a7df"
+   MY_PV=${PV/_/-}
+   SRC_URI="https://${EGO_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64"
+   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
+   inherit golang-vcs-snapshot
+fi
+inherit bash-completion-r1 golang-base linux-info systemd udev user
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://dockerproject.org;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor aufs btrfs +container-init device-mapper hardened +overlay 
seccomp"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
+CDEPEND="
+   >=dev-db/sqlite-3.7.9:3
+   device-mapper? (
+   >=sys-fs/lvm2-2.02.89[thin]
+   )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+   apparmor? ( sys-libs/libapparmor )
+"
+
+DEPEND="
+   ${CDEPEND}
+
+   dev-go/go-md2man
+
+   btrfs? (
+   >=sys-fs/btrfs-progs-3.16.1
+   )
+"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
+RDEPEND="
+   ${CDEPEND}
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+   dev-libs/libltdl
+   ~app-emulation/containerd-1.2.6
+   ~app-emulation/runc-1.0.0_rc8[apparmor?,seccomp?]
+   ~app-emulation/docker-proxy-0.8.0_p20190513
+   container-init? ( >=sys-process/tini-0.18.0[static] )
+"
+
+RESTRICT="installsources strip"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+# see "contrib/check-config.sh" from upstream's sources
+CONFIG_CHECK="
+   ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
+   ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED 
~CPUSETS ~MEMCG
+   ~KEYS
+   ~VETH ~BRIDGE ~BRIDGE_NETFILTER
+   ~IP_NF_FILTER ~IP_NF_TARGET_MASQUERADE
+   ~NETFILTER_XT_MATCH_ADDRTYPE ~NETFILTER_XT_MATCH_CONNTRACK 
~NETFILTER_XT_MATCH_IPVS
+   ~IP_NF_NAT ~NF_NAT ~NF_NAT_NEEDED
+   ~POSIX_MQUEUE
+
+   ~USER_NS
+   ~SECCOMP
+   ~CGROUP_PIDS
+   ~MEMCG_SWAP ~MEMCG_SWAP_ENABLED
+
+   

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

2019-09-05 Thread Agostino Sarubbo
commit: 2b4ee48356bc398dbba4568d15e97f96d3f72249
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 07:46:37 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 07:46:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4ee483

media-libs/tiff: s390 stable wrt bug #693394

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

 media-libs/tiff/tiff-4.0.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/tiff/tiff-4.0.10-r2.ebuild 
b/media-libs/tiff/tiff-4.0.10-r2.ebuild
index 5f25d8a10be..3347ddca2df 100644
--- a/media-libs/tiff/tiff-4.0.10-r2.ebuild
+++ b/media-libs/tiff/tiff-4.0.10-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/libtiff/${P}.tar.gz;
 
 LICENSE="libtiff"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd"
 
 RDEPEND="



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

2019-09-05 Thread Agostino Sarubbo
commit: 716228c1dda2d2660b69567b018045cd3b76f947
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 07:46:39 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 07:46:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716228c1

media-libs/harfbuzz: s390 stable wrt bug #693512

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

 media-libs/harfbuzz/harfbuzz-2.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
index 4ac18f150d7..32a1e3f1db9 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3 autotools
 else
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2019-09-05 Thread Agostino Sarubbo
commit: 6330694c22668fc5c4822abaf33257121d94fb3d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 07:45:25 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 07:45:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6330694c

app-emacs/emacs-common-gentoo: ppc64 stable wrt bug #693382

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

 app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild 
b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild
index e37726b4a0d..2e5cd7b34e8 100644
--- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild
+++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="games X"
 
 RDEPEND="games? ( acct-group/gamestat )"



[gentoo-commits] repo/gentoo:master commit in: sys-process/numactl/

2019-09-05 Thread Agostino Sarubbo
commit: cefc2b3654f646854d70322779d9426c63944fdf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 07:45:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 07:45:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefc2b36

sys-process/numactl: ppc64 stable wrt bug #693322

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

 sys-process/numactl/numactl-2.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/numactl/numactl-2.0.12.ebuild 
b/sys-process/numactl/numactl-2.0.12.ebuild
index 7c36bfe3f7e..f97df3e2704 100644
--- a/sys-process/numactl/numactl-2.0.12.ebuild
+++ b/sys-process/numactl/numactl-2.0.12.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" ==  ]] ; then
 else

SRC_URI="https://github.com/numactl/numactl/releases/download/v${PV}/${P}.tar.gz;
# ARM lacks the __NR_migrate_pages syscall.
-   KEYWORDS="amd64 -arm arm64 ia64 ~mips ppc ~ppc64 x86 ~amd64-linux"
+   KEYWORDS="amd64 -arm arm64 ia64 ~mips ppc ppc64 x86 ~amd64-linux"
 fi
 
 LICENSE="GPL-2"



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

2019-09-05 Thread Agostino Sarubbo
commit: c678c5d9177be0bc6a9bb5b5be71c8899700ab8d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 07:45:28 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 07:45:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c678c5d9

media-libs/tiff: ppc64 stable wrt bug #693394

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

 media-libs/tiff/tiff-4.0.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/tiff/tiff-4.0.10-r2.ebuild 
b/media-libs/tiff/tiff-4.0.10-r2.ebuild
index ee090d4618b..5f25d8a10be 100644
--- a/media-libs/tiff/tiff-4.0.10-r2.ebuild
+++ b/media-libs/tiff/tiff-4.0.10-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/libtiff/${P}.tar.gz;
 
 LICENSE="libtiff"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd"
 
 RDEPEND="



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

2019-09-05 Thread Agostino Sarubbo
commit: 4fae7b2236b2961bc4f21a83ad710ad91b0c46bf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 07:45:32 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 07:45:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fae7b22

media-libs/libvpx: ppc64 stable wrt bug #693510

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

 media-libs/libvpx/libvpx-1.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libvpx/libvpx-1.7.0.ebuild 
b/media-libs/libvpx/libvpx-1.7.0.ebuild
index 319c2f4e00c..36ae94bc3ea 100644
--- a/media-libs/libvpx/libvpx-1.7.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.7.0.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
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc 
cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 
cpu_flags_x86_sse4_1 +highbitdepth static-libs svc test +threads"
 
 REQUIRED_USE="



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

2019-09-05 Thread Agostino Sarubbo
commit: b54ee5a213cb7ed5096bc0466087f264cd9a4229
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 07:45:38 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 07:45:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54ee5a2

media-libs/harfbuzz: ppc64 stable wrt bug #693512

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

 media-libs/harfbuzz/harfbuzz-2.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
index 9b53cd7e132..4ac18f150d7 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3 autotools
 else
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



[gentoo-commits] repo/gentoo:master commit in: sys-process/numactl/

2019-09-05 Thread Agostino Sarubbo
commit: f5044cd77dddfff3176bb38459f823524b509abf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 07:43:52 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 07:43:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5044cd7

sys-process/numactl: ppc stable wrt bug #693322

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

 sys-process/numactl/numactl-2.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/numactl/numactl-2.0.12.ebuild 
b/sys-process/numactl/numactl-2.0.12.ebuild
index 4be77cc236e..7c36bfe3f7e 100644
--- a/sys-process/numactl/numactl-2.0.12.ebuild
+++ b/sys-process/numactl/numactl-2.0.12.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" ==  ]] ; then
 else

SRC_URI="https://github.com/numactl/numactl/releases/download/v${PV}/${P}.tar.gz;
# ARM lacks the __NR_migrate_pages syscall.
-   KEYWORDS="amd64 -arm arm64 ia64 ~mips ~ppc ~ppc64 x86 ~amd64-linux"
+   KEYWORDS="amd64 -arm arm64 ia64 ~mips ppc ~ppc64 x86 ~amd64-linux"
 fi
 
 LICENSE="GPL-2"



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

2019-09-05 Thread Agostino Sarubbo
commit: 9f5f13c0f52901528a0eeca265ff9b6f16074edc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 07:44:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 07:44:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5f13c0

media-libs/harfbuzz: ppc stable wrt bug #693512

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

 media-libs/harfbuzz/harfbuzz-2.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
index f03429a61fe..9b53cd7e132 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3 autotools
 else
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



[gentoo-commits] repo/gentoo:master commit in: app-editors/jove/

2019-09-05 Thread Agostino Sarubbo
commit: d703aac3126d4b65441691d86fb95d51efd2fafb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 07:43:59 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 07:43:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d703aac3

app-editors/jove: ppc stable wrt bug #693388

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

 app-editors/jove/jove-4.16.0.73-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/jove/jove-4.16.0.73-r1.ebuild 
b/app-editors/jove/jove-4.16.0.73-r1.ebuild
index 2a08de0ba9b..c6f1bdcef2e 100644
--- a/app-editors/jove/jove-4.16.0.73-r1.ebuild
+++ b/app-editors/jove/jove-4.16.0.73-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="ftp://ftp.cs.toronto.edu/cs/ftp/pub/hugh/jove-dev/${PN}${PV}.tgz;
 
 LICENSE="JOVE"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="doc"
 
 RDEPEND="sys-libs/ncurses:0="



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

2019-09-05 Thread Agostino Sarubbo
commit: 5b434ae94cae33082dc923aa49d53c0d997298a9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 07:44:03 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 07:44:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b434ae9

media-libs/tiff: ppc stable wrt bug #693394

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

 media-libs/tiff/tiff-4.0.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/tiff/tiff-4.0.10-r2.ebuild 
b/media-libs/tiff/tiff-4.0.10-r2.ebuild
index ce5b6eb760c..ee090d4618b 100644
--- a/media-libs/tiff/tiff-4.0.10-r2.ebuild
+++ b/media-libs/tiff/tiff-4.0.10-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/libtiff/${P}.tar.gz;
 
 LICENSE="libtiff"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd"
 
 RDEPEND="



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

2019-09-05 Thread Agostino Sarubbo
commit: c618d101fe21c97c8dc79df69853fe9dd86248b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  5 07:43:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  5 07:43:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c618d101

app-emacs/emacs-common-gentoo: ppc stable wrt bug #693382

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

 app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild 
b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild
index 727c0a3917c..e37726b4a0d 100644
--- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild
+++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="games X"
 
 RDEPEND="games? ( acct-group/gamestat )"



[gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/, eclass/, dev-ada/gprbuild/, dev-ada/libgpr/

2019-09-05 Thread Alfredo Tupone
commit: fdd5c618b5ac3633580b76043cb344e0881ffc6d
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Thu Sep  5 07:25:56 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Sep  5 07:26:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd5c618

Revert ada.eclass modification as requested

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ada/gprbuild/gprbuild-2017-r2.ebuild |  89 ---
 dev-ada/gprbuild/gprbuild-2019-r1.ebuild |  81 --
 dev-ada/libgpr/libgpr-2019-r1.ebuild |  60 -
 dev-ada/xmlada/xmlada-2019-r1.ebuild |  80 --
 eclass/ada.eclass| 435 ---
 5 files changed, 745 deletions(-)

diff --git a/dev-ada/gprbuild/gprbuild-2017-r2.ebuild 
b/dev-ada/gprbuild/gprbuild-2017-r2.ebuild
deleted file mode 100644
index 79897043cf6..000
--- a/dev-ada/gprbuild/gprbuild-2017-r2.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ADA_COMPAT=( gnat_201{6,7} )
-
-inherit ada toolchain-funcs multiprocessing
-
-MYP=${PN}-gpl-${PV}
-
-DESCRIPTION="Multi-Language Management"
-HOMEPAGE="http://libre.adacore.com/;
-SRC_URI="
-   http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deecff7
-   -> ${MYP}-src.tar.gz
-   http://mirrors.cdn.adacore.com/art/591aeb88c7a4473fcbb154f8
-   -> xmlada-gpl-${PV}-src.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${ADA_REQUIRED_USE}"
-
-DEPEND="${ADA_DEPS}"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${MYP}-src
-
-PATCHES=(
-   "${FILESDIR}"/${P}-gentoo.patch
-   "${FILESDIR}"/${P}-config.patch
-)
-
-src_prepare() {
-   default
-   sed -i \
-   -e "s:@VER@:${GCC_PV}:g" \
-   share/gprconfig/compilers.xml \
-   share/gprconfig/gnat.xml \
-   share/gprconfig/c.xml \
-   share/gprconfig/linker.xml \
-   || die
-   sed -i \
-   -e "s:@GNATBIND@:${GNATBIND}:g" \
-   src/gprlib.adb \
-   || die
-   if use ada_target_gnat_2016; then
-   sed -i \
-   -e 's:"-no-pie", ::g' \
-   share/gprconfig/linker.xml \
-   || die
-   fi
-}
-
-src_configure() {
-   emake prefix="${D}"/usr setup
-}
-
-bin_progs="gprbuild gprconfig gprclean gprinstall gprname gprls"
-lib_progs="gprlib gprbind"
-
-src_compile() {
-   local xmlada_src="../xmlada-gpl-${PV}-src"
-   incflags="-Isrc -Igpr/src -I${xmlada_src}/sax -I${xmlada_src}/dom \
-   -I${xmlada_src}/schema -I${xmlada_src}/unicode \
-   -I${xmlada_src}/input_sources"
-   ${GCC} -c ${CFLAGS} gpr/src/gpr_imports.c -o gpr_imports.o || die
-   for bin in ${bin_progs}; do
-   ${GNATMAKE} -j$(makeopts_jobs) ${incflags} $ADAFLAGS 
${bin}-main \
-   -o ${bin} -largs gpr_imports.o || die
-   done
-   for lib in $lib_progs; do
-   ${GNATMAKE} -j$(makeopts_jobs) ${incflags} ${lib} $ADAFLAGS \
-   -largs gpr_imports.o || die
-   done
-}
-
-src_install() {
-   dobin ${bin_progs}
-   exeinto /usr/libexec/gprbuild
-   doexe ${lib_progs}
-   insinto /usr/share/gprconfig
-   doins share/gprconfig/*
-   insinto /usr/share/gpr
-   doins share/_default.gpr
-   einstalldocs
-}

diff --git a/dev-ada/gprbuild/gprbuild-2019-r1.ebuild 
b/dev-ada/gprbuild/gprbuild-2019-r1.ebuild
deleted file mode 100644
index 14f410a45c1..000
--- a/dev-ada/gprbuild/gprbuild-2019-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ADA_COMPAT=( gnat_201{7,8,9} )
-
-inherit ada toolchain-funcs multiprocessing
-
-MYP=${P}-20190517-194D8-src
-XMLADA=xmlada-${PV}-20190429-19B9D-src
-
-DESCRIPTION="Multi-Language Management"
-HOMEPAGE="http://libre.adacore.com/;
-SRC_URI="
-   http://mirrors.cdn.adacore.com/art/5cdf8e8031e87a8f1d425093
-   -> ${MYP}.tar.gz
-   http://mirrors.cdn.adacore.com/art/5cdf916831e87a8f1d4250b5
-   -> ${XMLADA}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${ADA_REQUIRED_USE}"
-
-DEPEND="${ADA_DEPS}"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${MYP}
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_prepare() {
-   default
-   sed -i \
-   -e "s:@VER@:${GCC_PV}:g" \
-   share/gprconfig/compilers.xml \
-   share/gprconfig/gnat.xml \
-   share/gprconfig/c.xml \
-   share/gprconfig/linker.xml \
-   || die
-   sed -i \
-   -e "s:@GNATBIND@:${GNATBIND}:g" \
-   src/gprlib.adb \
-   || die
-}
-
-src_configure() {
-   emake 

  1   2   >