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

2020-04-16 Thread Michał Górny
commit: 4fa469fba42cbefbcb5349ed746e9b2b49407e79
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 17 05:42:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 17 05:42:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa469fb

dev-python/cairocffi: Remove old

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

 dev-python/cairocffi/Manifest  |  1 -
 dev-python/cairocffi/cairocffi-1.0.2-r1.ebuild | 55 --
 2 files changed, 56 deletions(-)

diff --git a/dev-python/cairocffi/Manifest b/dev-python/cairocffi/Manifest
index 604145a342c..db7a73ef68f 100644
--- a/dev-python/cairocffi/Manifest
+++ b/dev-python/cairocffi/Manifest
@@ -1,4 +1,3 @@
 DIST cairocffi-0.8.0.tar.gz 79217 BLAKE2B 
fefcee32e486c150d089b7d13b046c864b83fcc184f7880e86cfae0afc22c1e712ad7e835d76506b4ab0cefab6629abcc5bd86cd95c417dcc64c9374a8629110
 SHA512 
70179e05ca4a4efeaa39ade1ee1a96d280d198ecff5ae8c8fc634c24d8922ea6a3e1eb6cf5f55c5fc9d3f5b2fc3131a53051690eb86712762d8b6400df8a630a
 DIST cairocffi-0.9.0.tar.gz 84652 BLAKE2B 
9f09c038619b0f44c568d6636861b0e12ffd7e9ab546f3a65bbd8e77eee7ff5f0c6f4d92a841696492b786d0067af86e25949b723ef6ef73ede370fbf2576d6d
 SHA512 
0d3d54e0d54b3696c8336d8b3a6d745628da51d9d9f8c50f36006c007e1432a95dd9bafd8d865923059d040cc4e9f7989b3670a5318383b357ffc979eeb920d5
-DIST cairocffi-1.0.2.tar.gz 68537 BLAKE2B 
ddaf20e0d878126c86b03aa87663391fad37386b8d2dae790e26c20b9050cd3bc36783a32a5c8ee99f64acb232701316bd8308be7327ce406cd49de4df3f92dc
 SHA512 
0ae63be9d6ca4591d806e259ecb385086b053739de2e5098541078d4c142dd100b593a7712d5410a92ed7dbf6e9a7f7a5287f00425cd8d54ada421dae0cfd762
 DIST cairocffi-1.1.0.tar.gz 68744 BLAKE2B 
604812572bb1a39ab52e41e03714acc93ddc7532e07ac36b693f53ad71cf0bcfd5d2f3bceb56b8e352fe7f179b174a244238b9cfcee690cbc0cb96e5b2934c75
 SHA512 
a9bc9ec5be767388aad9d06cc3b386b474dbacf097d3558b4033834cfb2f5418eede2f4b4080bec7e4725c6821f6e54d6c3366e8c4ee73bd3fa1cf444b395197

diff --git a/dev-python/cairocffi/cairocffi-1.0.2-r1.ebuild 
b/dev-python/cairocffi/cairocffi-1.0.2-r1.ebuild
deleted file mode 100644
index e5bd3f05cf6..000
--- a/dev-python/cairocffi/cairocffi-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 virtualx
-
-MY_PN="${PN}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="CFFI-based drop-in replacement for Pycairo"
-HOMEPAGE="https://github.com/Kozea/cairocffi;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   $(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 
'python*')
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
-   x11-libs/cairo:0=[X,xcb(+)]
-   x11-libs/gdk-pixbuf[jpeg]"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.0-tests.patch
-   "${FILESDIR}"/${P}-test-deps.patch
-)
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   virtx py.test -v --pyargs cairocffi
-}
-
-python_install_all() {
-   use doc && HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-session/

2020-04-16 Thread Michał Górny
commit: 75453c0831c26c2d1e551697686608bb5a135d60
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 17 05:51:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 17 05:51:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75453c08

xfce-base/xfce4-session: Remove stale REQUIRED_USE on polkit

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

 xfce-base/xfce4-session/xfce4-session-4.14.2.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/xfce-base/xfce4-session/xfce4-session-4.14.2.ebuild 
b/xfce-base/xfce4-session/xfce4-session-4.14.2.ebuild
index 251ab43f61c..7b63062aa85 100644
--- a/xfce-base/xfce4-session/xfce4-session-4.14.2.ebuild
+++ b/xfce-base/xfce4-session/xfce4-session-4.14.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="elogind nls policykit systemd +xscreensaver"
+IUSE="nls policykit +xscreensaver"
 
 COMMON_DEPEND="x11-apps/iceauth
>=dev-libs/glib-2.42
@@ -39,9 +39,6 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
-REQUIRED_USE="elogind? ( policykit )
-   systemd? ( policykit )"
-
 PATCHES=(
"${FILESDIR}"/${PN}-4.10.1-alock_support_to_xflock4.patch
 # TODO: this patch needs updating for the new version, and finding



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

2020-04-16 Thread Michał Górny
commit: 315042a4eb57403ad2cb9c5d72f28e4f43dad402
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 17 05:34:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 17 05:34:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315042a4

dev-python/urllib3: Bump to 1.25.9

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

 dev-python/urllib3/Manifest  |  1 +
 dev-python/urllib3/urllib3-1.25.9.ebuild | 85 
 2 files changed, 86 insertions(+)

diff --git a/dev-python/urllib3/Manifest b/dev-python/urllib3/Manifest
index 0dc0cfe427a..25263bd6f15 100644
--- a/dev-python/urllib3/Manifest
+++ b/dev-python/urllib3/Manifest
@@ -1,2 +1,3 @@
 DIST urllib3-1.24.2.tar.gz 230699 BLAKE2B 
9c2f2be8fa743f542493d75072c02423d1bd40189561fa0ea393a8a2515b24da9a2a383aeec35b55bdd2a9954d3d585450d759548358ed91ecfdb9ec03d391b6
 SHA512 
9939e9e7c4da30b5effb334969cd835c9d0404a136761098203c699570aab02e63fb3f1b4ab680def0bc0906fabe5f0782ab94cf3095ff10ccf9b3c371653cf2
 DIST urllib3-1.25.8.tar.gz 261077 BLAKE2B 
9625c8bce484e3a0ae8b49a776377d5420a496652d75220438f8f9cfbfa96c22a6fbea29380f45f18d8620d14568056dcb3e8b6a08fe711085298d2f6b2ea870
 SHA512 
6e380d98d9a8b06534abfab4eb67b685a8311a091e31adcefe2b0ffc61d2b728229df067790b20358f2646e9054a546450c3351e4aa618f31d85573ea50ceaa2
+DIST urllib3-1.25.9.tar.gz 254921 BLAKE2B 
bd78d7a1de71ffe3b1f62352bb49f94fd402870f57e86ae07ea5462706c19b0ae1f8e23a7e8a4a83482b57e007cb95f5ae242d179cec7e9568fcb440b9d95b82
 SHA512 
505f1d9137e469a48ee0de417f2be36946cf1d9bbcf1233280be399a6c6d8650b5b3c6cfcf884b04e0156974da703f48843381b9aab377738a2e60f7d2d3799b

diff --git a/dev-python/urllib3/urllib3-1.25.9.ebuild 
b/dev-python/urllib3/urllib3-1.25.9.ebuild
new file mode 100644
index 000..013ac015a9f
--- /dev/null
+++ b/dev-python/urllib3/urllib3-1.25.9.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_REQ_USE="ssl(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and 
more"
+HOMEPAGE="https://github.com/urllib3/urllib3;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="brotli test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/PySocks-1.5.8[${PYTHON_USEDEP}]
+   =dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
+   >=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/ipaddress[${PYTHON_USEDEP}]
+   ' -2)
+   brotli? ( dev-python/brotlipy[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_cond_dep "
+   ${RDEPEND}
+   dev-python/brotlipy[\${PYTHON_USEDEP}]
+   dev-python/mock[\${PYTHON_USEDEP}]
+   dev-python/pytest[\${PYTHON_USEDEP}]
+   >=dev-python/trustme-0.5.3[\${PYTHON_USEDEP}]
+   >=www-servers/tornado-4.2.1[\${PYTHON_USEDEP}]
+   " 'python3*')
+   )
+"
+
+distutils_enable_sphinx docs \
+   dev-python/alabaster \
+   dev-python/mock
+
+python_prepare_all() {
+   # https://github.com/urllib3/urllib3/issues/1756
+   sed -e 's:10.255.255.1:240.0.0.0:' \
+   -i test/__init__.py || die
+   # tests failing if 'localhost.' cannot be resolved
+   sed -e 's:test_dotted_fqdn:_&:' \
+   -i test/with_dummyserver/test_https.py || die
+   sed -e 's:test_request_host_header_ignores_fqdn_dot:_&:' \
+   -i test/with_dummyserver/test_socketlevel.py || die
+   # no clue why those fail, might be tornado's fault, might be just
+   # very flaky
+   sed -e 's:test_client_no_intermediate:_&:' \
+   -i test/with_dummyserver/test_https.py || die
+   sed -e 's:test_basic_ipv6_proxy:_&:' \
+   -i test/with_dummyserver/test_proxy_poolmanager.py || die
+   sed -e 's:test_connection_closed_on_read_timeout_preload_false:_&:' \
+   -i test/with_dummyserver/test_socketlevel.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   local -x CI=1
+   # FIXME: get tornado ported
+   case ${EPYTHON} in
+   python2*)
+   ewarn "Tests are being skipped for Python 2 in order to 
reduce the number"
+   ewarn "of circular dependencies for Python 2 removal.  
Please test"
+   ewarn "manually in a virtualenv."
+   ;;
+   python3*)
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+   ;;
+   esac
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xprocess/, dev-python/pytest-xprocess/files/

2020-04-16 Thread Michał Górny
commit: 59c9fe8d03239d1d6f85acedc54024de7752e564
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 17 05:43:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 17 05:43:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c9fe8d

dev-python/pytest-xprocess: Remove old

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

 dev-python/pytest-xprocess/Manifest|  1 -
 .../files/pytest-xprocess-0.12.1-pytest-28.patch   | 39 --
 .../pytest-xprocess-0.12.1-r2.ebuild   | 34 ---
 3 files changed, 74 deletions(-)

diff --git a/dev-python/pytest-xprocess/Manifest 
b/dev-python/pytest-xprocess/Manifest
index 6958ed0da9e..746c2142ff6 100644
--- a/dev-python/pytest-xprocess/Manifest
+++ b/dev-python/pytest-xprocess/Manifest
@@ -1,2 +1 @@
-DIST pytest-xprocess-0.12.1.tar.gz 12078 BLAKE2B 
30c3c2b41e79b79c5a18911c325ff273b80c45f29d269b96c4085c0c78a6897b2064eb1d2e83f9c061c4663d2f52d88230d9e87ea2ba4d114c6e04f42aa50a5e
 SHA512 
fda868a12a056070afd5838c4bc466b4906a7138f685d4a0e6e0adbd975e5a1a2b9b37b8de36a45fb700e02ca14ae219cfe29c467f8d03e55d2a375a7efc9927
 DIST pytest-xprocess-0.13.1.tar.gz 10273 BLAKE2B 
0c2a8bdf5e31543b32ada50f2bb5e1a09b45de820064807bf41321638d11d6b6fea28fd2a8c795e7bc6f7ac7370a3e78988e8aee318fad9df194fd3b06cce7cd
 SHA512 
e0ab9e13d7f90ffca1bb3646e5789582806519ff5e665e13ed0db00896d799a7828b39e7657e947783d15ec1a961b33c1c981e39069dd298bf352826dbdc496f

diff --git 
a/dev-python/pytest-xprocess/files/pytest-xprocess-0.12.1-pytest-28.patch 
b/dev-python/pytest-xprocess/files/pytest-xprocess-0.12.1-pytest-28.patch
deleted file mode 100644
index 45d3b244644..000
--- a/dev-python/pytest-xprocess/files/pytest-xprocess-0.12.1-pytest-28.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 4b5de795b492b5beb15385b20fe289851c1b2570 Mon Sep 17 00:00:00 2001
-From: Bruno Oliveira 
-Date: Wed, 7 Jun 2017 09:55:28 -0300
-Subject: [PATCH] Add py35 and py36 to CI and drop support for pytest<2.8
-
-Also drop requirement on pytest_cache

- pytest_xprocess.py | 3 +--
- setup.py   | 2 +-
- 2 files changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/pytest_xprocess.py b/pytest_xprocess.py
-index e8d731c..c4edbdd 100644
 a/pytest_xprocess.py
-+++ b/pytest_xprocess.py
-@@ -18,8 +18,7 @@ def pytest_addoption(parser):
- 
- 
- def getrootdir(config):
--from pytest_cache import getrootdir
--return getrootdir(config, ".xprocess").ensure(dir=1)
-+return config.rootdir.join(".xprocess").ensure(dir=1)
- 
- 
- def pytest_cmdline_main(config):
-diff --git a/setup.py b/setup.py
-index 1992785..b3dd88c 100755
 a/setup.py
-+++ b/setup.py
-@@ -12,5 +12,5 @@ if __name__ == "__main__":
- url='https://github.com/pytest-dev/pytest-xprocess/',
- py_modules=['pytest_xprocess', 'xprocess'],
- entry_points={'pytest11': ['xprocess = pytest_xprocess']},
--install_requires=['pytest-cache', 'pytest>=2.3.5', 'psutil'],
-+install_requires=['pytest>=2.8', 'psutil'],
- )
--- 
-2.24.0
-

diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild 
b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild
deleted file mode 100644
index e4f4528986d..000
--- a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Manage external processes across test runs"
-HOMEPAGE="https://pypi.org/project/pytest-xprocess/ 
https://github.com/pytest-dev/pytest-xprocess;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-   "${FILESDIR}"/pytest-xprocess-0.12.1-pytest-28.patch
-)
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # Upstream's package mistakenly includes __pycache__ directory that make
-   # tests fail.
-   rm -r example/__pycache__ || die
-   distutils-r1_src_prepare
-}



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

2020-04-16 Thread Hans de Graaff
commit: de9886295fda67696ed60d0bb9bdefcc883672ae
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 17 04:36:10 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 17 04:36:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de988629

dev-ruby/asciidoctor-diagram: add 2.0.2

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

 dev-ruby/asciidoctor-diagram/Manifest  |  1 +
 .../asciidoctor-diagram-2.0.2.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/asciidoctor-diagram/Manifest 
b/dev-ruby/asciidoctor-diagram/Manifest
index a362b8814ae..eddb9fa369d 100644
--- a/dev-ruby/asciidoctor-diagram/Manifest
+++ b/dev-ruby/asciidoctor-diagram/Manifest
@@ -1,3 +1,4 @@
 DIST asciidoctor-diagram-1.5.18.tar.gz 11705290 BLAKE2B 
d5c1a6047af1a1a5c1b08ccb180dfa57057213df2f8a9ec8aef6608bc34501aa979cb30c2c8b196e0039be24d8c5ba9e81d902f603e9624402eaa7e93d800169
 SHA512 
f3341ffd0b9f7eb994b478ebb81f668a30fa338cf76cfba638032d5b80203b304776cee4d1f575270105af9b51dc6d0a80604e92e2ad54760dfa9b73ffa794cb
 DIST asciidoctor-diagram-1.5.19.tar.gz 11707367 BLAKE2B 
2088d2a7b424b9a716204e607d6e4c3bb7521b2098caad131210c163ade6f8a07872793945829d6b1e6e88a9d04126738eb439c968e99f326baddc310b48de0e
 SHA512 
14270c8ea0e63163e01171695ecb99f5ef9667e2ec50b26e56495a1fc2c0e8af97fc784f5decb8fc75f1830581a9bc658d699af6aeee52adc20adad82cb1aed9
 DIST asciidoctor-diagram-2.0.1.tar.gz 12026822 BLAKE2B 
867d35415d4259533047bdec40ddd7984b62356fb8e84a2cc722188b64691098b598e58d7e6760df2609956b7bc2c8dfd314f742da83589c2f1e4c7909e86899
 SHA512 
01e77a6d8a278d5f79a039ece6c79f4e500ec4477231cdadd8e36c8935ce71118beb4f1ec6e691b208977ea14243db0e799b2ff5e2f1f6326ee13a321628393f
+DIST asciidoctor-diagram-2.0.2.tar.gz 12481283 BLAKE2B 
f0b12514a7b16f6ab8c3a072aa9550ecfe0c8139e8f9ec1ea660a805813f942530519e4d90357e9b28d5d0e6c48bb9aff5dc1d56bfbe1cb15095653a8311c62c
 SHA512 
8a72ee61b7341c516d1d34610a7cd0cd6d0c8dbd4b970b79c3b313f1230a0cc79ff47fcf553c2de144bd3f1f922183f0236354651a255023ce14b04f17195ee7

diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.2.ebuild 
b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.2.ebuild
new file mode 100644
index 000..ba3ba2f1a00
--- /dev/null
+++ b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc LICENSE.txt README.adoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A set of Asciidoctor extensions that enable you to add diagrams"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor-diagram;
+SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/asciidoctor-1.5.7 

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

2020-04-16 Thread Hans de Graaff
commit: 12f9089a341b6edf3d9cc330ff0765900ef135ac
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 16 05:28:32 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 17 04:20:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f9089a

dev-ruby/parser: add 2.7.1.1

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

 dev-ruby/parser/Manifest  |  1 +
 dev-ruby/parser/parser-2.7.1.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/parser/Manifest b/dev-ruby/parser/Manifest
index a421d45399f..9c00f7d71a1 100644
--- a/dev-ruby/parser/Manifest
+++ b/dev-ruby/parser/Manifest
@@ -3,3 +3,4 @@ DIST parser-2.7.0.3.gem 725504 BLAKE2B 
b665475d3054a7d61492f7c04e2b1039f89bd08d2
 DIST parser-2.7.0.4.gem 726016 BLAKE2B 
168462c98cf21563cfef07783a8723201aea5ffce4d363f206a9604503ded91c11e49851908a4b2317fb62c01fdef6b9f7ef9c8d6ff243dc721912e705d19c63
 SHA512 
87f613279cdd911e707ccacb65f9278bbcbea153c77d96da0163f8cffbb6c43ce17351fc9a7146018f3e27bbc9ec99365f250010f61d60cf665e062be3ef5501
 DIST parser-2.7.0.5.gem 726016 BLAKE2B 
556d4b580f7efcdec484646db59b623f9f40b0959e8751b2cbbfcf3fa84c0e82dac06d2df88df77b4d1d973c56e17190a1da85523485d4a36feee4042890dbac
 SHA512 
5358c7004ca06ee50f38906145a1d357b49a23f1ce461b72b8cb5558e91aee18b87fe5eafa7df1b356d47a3ddacbb7cdff8fc516470ea6ad6532be1782c05a82
 DIST parser-2.7.1.0.gem 726016 BLAKE2B 
55386c4d2107230e17d1bce7997c15512024d93e65e21ca7d1e850e433dcaf7daa75d180967b40c109d3361824c3d9e1c6ef992602c6eec3b7a2c9679993bc72
 SHA512 
f6e4e814836798045c9eadf84aefe0394b0e8b3dc47d9e6c0e7e372cc4ad13653a45aac10c03e94f79a879b99cb43eaf8cdc4a899a41d463ecae76205d2943a7
+DIST parser-2.7.1.1.gem 727040 BLAKE2B 
5deb439440cff0f95cfa99969a70c926a82bb0d30f842f0a0915e2e1b7dc6eb4c12e059e8b2f8882b2f772777d611de7ea9133f68a6b0a5954c6446f2dafd1c3
 SHA512 
29345f4cdbc424e07184b97c4dfab39be2b61f5ae57dba53ee8775fa0251b23f01375f281922f65c64cb0f6998f87144e685db2c9e0815ea7747ea573fa38f56

diff --git a/dev-ruby/parser/parser-2.7.1.1.ebuild 
b/dev-ruby/parser/parser-2.7.1.1.ebuild
new file mode 100644
index 000..a1dfc9b62aa
--- /dev/null
+++ b/dev-ruby/parser/parser-2.7.1.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_TASK_TEST="test"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
+HOMEPAGE="https://github.com/whitequark/parser;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/racc
+   dev-ruby/cliver )"
+ruby_add_rdepend "=dev-ruby/ast-2.4*"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   sed -i -e '/simplecov/ s:^:#:' test/helper.rb || die
+}



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

2020-04-16 Thread Hans de Graaff
commit: c264169471e29bbd225e8bda119d8a230feb7ae0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 17 04:27:00 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 17 04:27:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2641694

dev-ruby/activeldap: add 6.0.0

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

 dev-ruby/activeldap/Manifest|  1 +
 dev-ruby/activeldap/activeldap-6.0.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 61994ed2481..d40109f2d27 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,2 +1,3 @@
 DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15
 SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
 DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60
 SHA512 
da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f
+DIST activeldap-6.0.0.gem 226304 BLAKE2B 
ea200a672e1d77cb2eeca343479d39652441403737db9e1fbed14e594749cf33e00e8ca98ffaaa5f473e683faacc2f8d0b046b1ecb3dedf04efa7a23379f7439
 SHA512 
8b3ce2356612be4093210391102fb5fea51ba9e33ed9ee8281445d8bd13574af88cffbd35122b8cca69ea6799dd31be8fb2f2086f6ed773078b877a4c2ac163d

diff --git a/dev-ruby/activeldap/activeldap-6.0.0.ebuild 
b/dev-ruby/activeldap/activeldap-6.0.0.ebuild
new file mode 100644
index 000..f83f8e45f9f
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-6.0.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="TODO doc/text/*"
+RUBY_FAKEGEM_EXTRAINSTALL="po"
+
+inherit ruby-fakegem
+
+MY_P="${P/ruby-/}"
+DESCRIPTION="ActiveLDAP provides an activerecord inspired object oriented 
interface to LDAP"
+HOMEPAGE="https://github.com/activeldap/activeldap;
+
+LICENSE="GPL-2"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Most tests require a live LDAP server to run.
+RESTRICT="test"
+
+ruby_add_rdepend "
+   >dev-ruby/activemodel-4.2.0:*
+   dev-ruby/builder
+   dev-ruby/locale
+   dev-ruby/ruby-gettext
+   dev-ruby/gettext_i18n_rails
+   || ( dev-ruby/ruby-net-ldap >=dev-ruby/ruby-ldap-0.8.2 )"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc doc/text/*
+   dodoc -r examples
+}



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

2020-04-16 Thread Patrick McLean
commit: 7ba5cb43ec56eeff37204a88944866279180e3f7
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Apr 17 01:44:05 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Apr 17 01:44:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba5cb43

net-vpn/mullvad-netns-0.2: Version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean  gentoo.org>

 net-vpn/mullvad-netns/Manifest  | 2 +-
 .../{mullvad-netns-0.1.ebuild => mullvad-netns-0.2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/mullvad-netns/Manifest b/net-vpn/mullvad-netns/Manifest
index 4d209a650f3..16498a9f93b 100644
--- a/net-vpn/mullvad-netns/Manifest
+++ b/net-vpn/mullvad-netns/Manifest
@@ -1 +1 @@
-DIST mullvad-netns-0.1.tar.gz 12068 BLAKE2B 
658f3e050b66028712bc611f42a6b193d482e5d9a9d398d703dbd2e0cdef6a7f94dd614198cf36548d3b1f4eb0f70bc1c9beb34c96e6b4e2e04520fb5544b618
 SHA512 
de923d3d97fd5689022fea821aa93ee74e3057e50842804da84c8ab6962722edbac61bdbd3c188c6eeda8960345fa6609da5f55e90ee5a49f50bbc7c4838
+DIST mullvad-netns-0.2.tar.gz 12087 BLAKE2B 
43f578a8a2d7f0317de9c2c0bc19f49a37ad7754dfcb50a5d698313fe6470ec6f2580d2e7629ac95dbeeddd6c1ac6d660b142c5c801830624c14e6c0e781dc6e
 SHA512 
6f0942841fce19b35adb38b73ae7d692f22e551cf6bccd9c67acf6d248fe7d2684a6a20b9b6459429caf333e68c4d6e460632068b5eebd6a29654a46fb2ab64e

diff --git a/net-vpn/mullvad-netns/mullvad-netns-0.1.ebuild 
b/net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild
similarity index 100%
rename from net-vpn/mullvad-netns/mullvad-netns-0.1.ebuild
rename to net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-tex/xmltex/

2020-04-16 Thread Matt Turner
commit: 9838d41271b22d47e1b2845a618170cd63bcffef
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 17 00:41:09 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 17 00:43:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9838d412

dev-tex/xmltex: Unpack with /bin/gzip explicitly

... in order to work around an incompatibility in app-arch/pigz. It
appears that xmltex's tarball has trailing junk at the end of the file,
and it appears to be a completed project, so no new releases are
forthcoming.

Closes: https://bugs.gentoo.org/645438
Signed-off-by: Matt Turner  gentoo.org>

 dev-tex/xmltex/xmltex-1.9-r3.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-tex/xmltex/xmltex-1.9-r3.ebuild 
b/dev-tex/xmltex/xmltex-1.9-r3.ebuild
index 177068ab925..5b9a6f94c67 100644
--- a/dev-tex/xmltex/xmltex-1.9-r3.ebuild
+++ b/dev-tex/xmltex/xmltex-1.9-r3.ebuild
@@ -22,6 +22,11 @@ DEPEND="virtual/latex-base"
 
 RDEPEND="${DEPEND}"
 
+src_unpack() {
+   # Bug 645438
+   tar -I /bin/gzip -xf "${DISTDIR}"/${P}.tar.gz || die
+}
+
 src_compile() {
fmt_call="$(has_version '>=app-text/texlive-core-2019' \
  && echo "fmtutil-user" || echo "fmtutil")"



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

2020-04-16 Thread Andreas Sturmlechner
commit: fccbb61561f20e1f95f4d003d6a316fdc7d2a7be
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 16 23:32:07 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 17 00:04:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fccbb615

dev-python/translate-toolkit: Drop python3_8 from 2.4.0

Proper support according to upstream in >=2.5.0.

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

 dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild 
b/dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild
index 47d469e3769..95b94c3da37 100644
--- a/dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild
+++ b/dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1
@@ -17,8 +17,7 @@ SLOT="0"
 KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc +html +ical +ini +subtitles +yaml"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   subtitles? ( || ( $(python_gen_useflags python3_6 python3_7) ) )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
@@ -38,7 +37,7 @@ RDEPEND="${DEPEND}
html? ( dev-python/utidylib[${PYTHON_USEDEP}] )
ical? ( dev-python/vobject[${PYTHON_USEDEP}] )
ini? ( dev-python/iniparse[${PYTHON_USEDEP}] )
-   subtitles? ( $(python_gen_cond_dep 
'media-video/gaupol[${PYTHON_USEDEP}]' python3_6 python3_7) )
+   subtitles? ( media-video/gaupol[${PYTHON_USEDEP}] )
yaml? ( dev-python/pyyaml[${PYTHON_USEDEP}] )
 "
 



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

2020-04-16 Thread Andreas Sturmlechner
commit: 5f1727c84f6e1c0d96dc2def256fa2935acae483
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 16 23:03:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 17 00:04:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1727c8

app-text/xmldiff: python3_8 support

Tests passed.

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

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

diff --git a/app-text/xmldiff/xmldiff-2.3.ebuild 
b/app-text/xmldiff/xmldiff-2.3.ebuild
index 2b4aa9c6734..1ed202bb4aa 100644
--- a/app-text/xmldiff/xmldiff-2.3.ebuild
+++ b/app-text/xmldiff/xmldiff-2.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 DISTUTILS_USE_SETUPTOOLS="rdepend"
 inherit distutils-r1



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

2020-04-16 Thread Andreas Sturmlechner
commit: 10c1df032fc9fd9ab816018ddfb8041ddcec6529
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 17 00:03:14 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 17 00:04:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c1df03

media-libs/vigra: python3_8 support

dev-libs/boost now has py38, and if Fedora does, so can we.

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

 media-libs/vigra/vigra-1.11.1-r3.ebuild | 2 +-
 media-libs/vigra/vigra-.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/vigra/vigra-1.11.1-r3.ebuild 
b/media-libs/vigra/vigra-1.11.1-r3.ebuild
index bfb94af9b87..93a26b7b05e 100644
--- a/media-libs/vigra/vigra-1.11.1-r3.ebuild
+++ b/media-libs/vigra/vigra-1.11.1-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="threads(+),xml"
 inherit cmake-utils python-r1
 

diff --git a/media-libs/vigra/vigra-.ebuild 
b/media-libs/vigra/vigra-.ebuild
index 289fe049252..9bb9d1c453b 100644
--- a/media-libs/vigra/vigra-.ebuild
+++ b/media-libs/vigra/vigra-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="threads(+),xml"
 inherit cmake-utils python-r1
 



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

2020-04-16 Thread Andreas Sturmlechner
commit: 4c4b9d9c62d1c8c46e538f2d286c3c980adcce2b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 17 00:01:01 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 17 00:04:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4b9d9c

app-text/asciidoc: 9.0.0_rc2 version bump, python3_8

- Replace hardcoded version in SRC_URI and S with PV
- Misc ebuild improvements (skel.ebuild)

Closes: https://bugs.gentoo.org/716976
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/asciidoc/Manifest  |  1 +
 app-text/asciidoc/asciidoc-9.0.0_rc2.ebuild | 92 +
 2 files changed, 93 insertions(+)

diff --git a/app-text/asciidoc/Manifest b/app-text/asciidoc/Manifest
index 9821a9f8b5f..06a17938e0a 100644
--- a/app-text/asciidoc/Manifest
+++ b/app-text/asciidoc/Manifest
@@ -1,2 +1,3 @@
 DIST asciidoc-8.6.10_p20181016.tar.gz 576694 BLAKE2B 
4d255606675346d00ab03398bf48cb30d357f9f9366944e4faf66ae4c96dafce49acdd930fc848f3dbb2d704a004bb5815d17b53416a76c8368a92e4716328b2
 SHA512 
801f360b0c444e932f1c50897d446de0ec3f0fb2206080b5aa6dda396fede96065f7bb629a84c8a8e40c5d8897f305fdb1877512f04ae757f3b142fd3a7305d0
 DIST asciidoc-9.0.0_rc1.tar.gz 1143528 BLAKE2B 
97e2ee77cf7554e2e0d53e792213377e6cb233853717487b0c0ac1c70d233a5d58a08f3aa69ae840c90f98185b595f9feb7396795b2de47ff0cfc0147920bc2a
 SHA512 
965d65df18ff90596e5cd72bec8d0f7daf2f6ad585ec77af2a6ae9637569b613e2384cc7015c1823fcde99be8170107789505a543fe8b6d3273f2c75a6a92960
+DIST asciidoc-9.0.0_rc2.tar.gz 1145229 BLAKE2B 
e820a957a5e03f8b28e94fb0e9514b2beebe5b08a30357b7ab70db326894270972cfee1b44c30d51dc1c4794e91a09e36acbf9e464386d9e932ac7d32e2f8e93
 SHA512 
61ea1eb74a2e2da76f92e32ef279f8940fa4ea77a82078e15b54c7c6f134e9d177b0425c6eb8a239cfd2dc6a6f85ad5e93883a447a3e0e92850c0898747b5ea3

diff --git a/app-text/asciidoc/asciidoc-9.0.0_rc2.ebuild 
b/app-text/asciidoc/asciidoc-9.0.0_rc2.ebuild
new file mode 100644
index 000..c32f51787ff
--- /dev/null
+++ b/app-text/asciidoc/asciidoc-9.0.0_rc2.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+
+inherit autotools eutils python-single-r1 readme.gentoo-r1
+
+DESCRIPTION="A plain text human readable/writable document format"
+HOMEPAGE="http://asciidoc.org/ https://github.com/asciidoc/asciidoc-py3/;
+SRC_URI="https://github.com/${PN}/${PN}-py3/archive/${PV/_/}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="examples test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="${PYTHON_DEPS}
+   app-text/docbook-xml-dtd:4.5
+   >=app-text/docbook-xsl-stylesheets-1.75
+   dev-libs/libxslt
+   dev-libs/libxml2:2
+   "
+DEPEND="
+   test? (
+   ${PYTHON_DEPS}
+   app-text/dvipng
+   app-text/dvisvgm
+   dev-texlive/texlive-latex
+   dev-util/source-highlight
+   media-gfx/graphviz
+   media-gfx/imagemagick
+   media-sound/lilypond
+   )"
+
+DOC_CONTENTS="
+If you are going to use a2x, please also look at a2x(1) under
+REQUISITES for a list of runtime dependencies.
+"
+
+DOCS=( BUGS.txt CHANGELOG.txt README.asciidoc
+  docbook-xsl/asciidoc-docbook-xsl.txt dblatex/dblatex-readme.txt
+  filters/code/code-filter-readme.txt )
+
+S="${WORKDIR}/${PN}-py3-${PV/_/}"
+
+src_prepare() {
+   default
+   # Only needed for prefix - harmless (does nothing) otherwise
+   sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \
+   asciidoc.py || die
+
+   eautoreconf
+}
+
+src_configure() {
+   econf --sysconfdir="${EPREFIX}"/usr/share
+}
+
+src_test() {
+   local -x ASCIIDOC_PY=asciidoc.py
+   "${EPYTHON}" tests/test${PN}.py run || die
+}
+
+src_install() {
+   default
+   python_fix_shebang "${ED}"/usr/bin/*.py
+
+   readme.gentoo_create_doc
+
+   # Below results in some files being installed twice in different 
locations, but they are
+   # in the right place, uncompressed, and there won't be any broken 
links. See bug #483336
+   if use examples; then
+   # examples/website is full of relative symlinks,
+   # deref them for copying, which dodoc doesn't do
+   cp -rL examples/website "${ED}"/usr/share/doc/${PF}/examples || 
die
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+
+   optfeature "\"music\" filter support" "media-sound/lilypond 
media-gfx/imagemagick"
+   optfeature 

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

2020-04-16 Thread Andreas Sturmlechner
commit: f2c449cf191dc1fb58ec8472f5a0bfc3887f5a57
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 16 23:30:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 17 00:04:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c449cf

dev-python/translate-toolkit: 2.5.0 version bump, full python3_8 support

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

 dev-python/translate-toolkit/Manifest  |  1 +
 .../translate-toolkit-2.5.0.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/dev-python/translate-toolkit/Manifest 
b/dev-python/translate-toolkit/Manifest
index 7786dc1d18f..d3b39c62bbd 100644
--- a/dev-python/translate-toolkit/Manifest
+++ b/dev-python/translate-toolkit/Manifest
@@ -1 +1,2 @@
 DIST translate-toolkit-2.4.0.tar.gz 7646438 BLAKE2B 
5d956ce05b57aa3ec2c7896a36f199cab5a590d4d6a4ad84263d7b757e35d5e42a40cac38ea3da1c8a11c64b1cacff5a5742b79ad5a87436842a35547d89e611
 SHA512 
715d9e974c451a5c3d92471287f4da8e8ba663efda849398f77a3c3d6f16e0c9a8e685261ec07c02ce9bd13f3766f0b2b1ad441b92116bb3913036ffbd415658
+DIST translate-toolkit-2.5.0.tar.gz 7679224 BLAKE2B 
927b0dcfc0836ed2f2589d70f5789fc6d8b23a3e80bf4ef0054704ca12e4b5287a7e3b2a90992197bae6fc0acee1ea9d93a8eff05f6e5182f9269ca2aa9e5a66
 SHA512 
c4ff8fe9e7cc5b44a5448391ecbcfc454bf32d3794267e67824b020ca78cfbeba1283287a42f07859cd197a413fe8171ad5e31375f60fec77f334642ed2ad13e

diff --git a/dev-python/translate-toolkit/translate-toolkit-2.5.0.ebuild 
b/dev-python/translate-toolkit/translate-toolkit-2.5.0.ebuild
new file mode 100644
index 000..0686fe28f54
--- /dev/null
+++ b/dev-python/translate-toolkit/translate-toolkit-2.5.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="sqlite"
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Toolkit to convert between many translation formats"
+HOMEPAGE="https://github.com/translate/translate;
+SRC_URI="https://github.com/translate/translate/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc +html +ical +ini +subtitles +yaml"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+BDEPEND="
+   doc? ( >=dev-python/sphinx-3.0.1 )
+"
+DEPEND="
+   >=dev-python/six-1.11.0[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}
+   !dev-python/pydiff
+   app-text/iso-codes
+   >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.3.1[${PYTHON_USEDEP}]
+   >=dev-python/pycountry-19.8.18[${PYTHON_USEDEP}]
+   >=dev-python/python-levenshtein-0.12.0[${PYTHON_USEDEP}]
+   sys-devel/gettext
+   html? ( dev-python/utidylib[${PYTHON_USEDEP}] )
+   ical? ( dev-python/vobject[${PYTHON_USEDEP}] )
+   ini? ( dev-python/iniparse[${PYTHON_USEDEP}] )
+   subtitles? ( media-video/gaupol[${PYTHON_USEDEP}] )
+   yaml? ( dev-python/pyyaml[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   # Prevent unwanted d'loading in doc build
+   sed -e "/^'sphinx.ext.intersphinx',/d" \
+   -e "/html_theme/ s/sphinx-bootstrap/classic/" \
+   -i docs/conf.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   emake -C docs html
+   HTML_DOCS=( "${S}"/docs/_build/html/. )
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   rm -Rf docs || die
+   if ! use html; then
+   rm "${ED}"/usr/bin/{html2po,po2html} || die
+   fi
+   if ! use ical; then
+   rm "${ED}"/usr/bin/{ical2po,po2ical} || die
+   fi
+   if ! use ini; then
+   rm "${ED}"/usr/bin/{ini2po,po2ini} || die
+   fi
+   if ! use subtitles; then
+   rm "${ED}"/usr/bin/{sub2po,po2sub} || die
+   fi
+
+   python_optimize
+}



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

2020-04-16 Thread Georgy Yakovlev
commit: 96c2169718b108bf84c17de3a84199a7ad7a2043
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Apr 16 23:35:42 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Apr 16 23:36:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c21697

sys-apps/fd: bump to 8.0.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/fd/Manifest|  11 +
 sys-apps/fd/fd-8.0.0.ebuild | 103 
 2 files changed, 114 insertions(+)

diff --git a/sys-apps/fd/Manifest b/sys-apps/fd/Manifest
index 025b172e7ae..624f36e920e 100644
--- a/sys-apps/fd/Manifest
+++ b/sys-apps/fd/Manifest
@@ -2,6 +2,7 @@ DIST aho-corasick-0.7.10.crate 111039 BLAKE2B 
69f984dbe528ece5ce4345bc0f39c12250
 DIST aho-corasick-0.7.6.crate 108953 BLAKE2B 
d713366d0783e1ffbe65408e4d38ef9f12276f61043c768265de5d47e446a378306096a70252c9a49a6e7d3b97a09f30405a3d8df6b40dc2dfeb7407ed574c95
 SHA512 
120aa28e72279f561d7f51657aa0800dd46504cd92f758f848284e5f3695be6f5e24056a66b0f2d971c527277e92ae938e2357ade37b5cbe1c93913a5dc308b1
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
+DIST anyhow-1.0.28.crate 26549 BLAKE2B 
856d810ebc8765e173601e74e7064ee524c615fda87adcb8e49d6d1c76857edcfdfa8c480bcd1892c0b8be26e3cff3ea9333f3edbe7c60386e48e1deb3f031f2
 SHA512 
d8c2aa7ae279fe5b9b9ecba1bce3acd14f0087f98c494e6727ea3540d59ae021e373fe4d27e07b942061591cabc68cdd7b1abce4970479d0d44851e9fca66524
 DIST atty-0.2.13.crate 4764 BLAKE2B 
673eea1d377fc3aca792a3a8bd2a5c058f3041abc76a8760dd6acab7f19fa610f812c57d81a4dbf773675cad3df483904c66e66b45d83393402f747c6db60d89
 SHA512 
4554ca7dedb4c2e8693e5847ef1fe66161ed4cb2c19156bb03f41ce7e7ea21838369dabaf447a60d1468de8bfbb7087438c12934c4569dde63df074f168569ad
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.0.crate 12870 BLAKE2B 
79e495d53298574afd3b292da7c9c363dcb3ea434fd44258efaf3628e95ebfc731f03083f8a1060272a2a3478a6452cdc41539e2dac08465cc6e6283844bf260
 SHA512 
451fc63148792ba1952b884170e3481359b01bacca5ec0456f43ca58f8e092b8f81c9764f8b00d4104059ff608089be5858220ee868127c064cc890c767ec3a3
@@ -24,27 +25,34 @@ DIST diff-0.1.11.crate 8165 BLAKE2B 
6c651d00120b190b55b334c780ce7724e91f554cf3d8
 DIST diff-0.1.12.crate 10223 BLAKE2B 
369f305661f1da31207f3801ed1841dbce12451ac9c3e9d3736f7158ece433af9b2e42c29063e5d93bb86b1d300e503caa9c3ce7dd0b25553f91d72a9eea5298
 SHA512 
0e81331c0424e9369963e23894a6412b65a3ed4f3154ccc184fc84cf1c5985b81c586a6b34e8c6c0e5c3afba38fb15277cfd89e7f50c85bd5d8d4d24ba670d16
 DIST fd-7.4.0.tar.gz 60366 BLAKE2B 
70cfaea591ed7d58ab068fba1cba20432e70d52ddab9b0dcc48570452b97abaa9881074312114483b2280ef0fdec8f4e9ec170cf48ffc7dc2986a68bc68ca80e
 SHA512 
abe42ffedc8bb4ac5ddff9ccfe0d38dc70604ab0184b6e300a3800735d82d25f48b7b01d3cf94a5b661810d66f706517549dcb636b01fd41cf6d8b5b31eaef31
 DIST fd-7.5.0.tar.gz 62622 BLAKE2B 
97ba0e5d61f4f20a73dd19c7a37856415607913ac96ad0fb18d2b84ffd1a2c3b9ca8ee001bcf3678f47bd4126003b57d94b7624e3d10fc9a1e65d80a5da89625
 SHA512 
bfaacd14ab48594eb1ef751673a0301590a7301d80040fc2dbc05506cf92d1f0fdc59786aa09af3e37112aaa1285492b96a017e85495e640569257d42ad3
+DIST fd-8.0.0.tar.gz 71474 BLAKE2B 
a46cdf9af53156e1fa864562313352867b14e8a027ce0935e8581fa9a6b9addf8e325338ddf6142082a3c2d3a8b0d718897e720e46463b6948e7746b18de6dfa
 SHA512 
01f7caee8edd7ce45bdcc041dd39b4adc58d89750ea7de624911b0a64a303269f588356a4ffe64f27fe04527970b7eef1e4f31f6c4f36eec349af6df9ce74800
 DIST fd-find-7.5.0.crate 62505 BLAKE2B 
4cc4aa4a75ba34c26df03c1ba14e48c80365beecb6bd73087a01a6f50cba8866ccc4a5a3b22501e8a603e659ba69f5c04f1e55599e3d0b923e39da297c7fe99a
 SHA512 
873ef1d4134a78833cf5f09dd7131c3083c1d2ed5330dbe9735a1d52edf9c2e014cc8d4e441333e7b8fc3c11717db4588c2434cc2f98c8ee0a10fdcdadf0080d
+DIST fd-find-8.0.0.crate 71246 BLAKE2B 
2f884ccf1b9ceaf6c08d7c60846d25c3f69e34fdd43c3ea34b17a9c65bb0ce7896cd423a2898db2b10b45a3f911f26789a7322a63a4f4dcbc72c379ec34d5572
 SHA512 
8145da321c184c1984c8b2289403e24bddb3494f9264050491248342c0eaa4fce920bfb225ad7c779a7390e2c06ccdc208d085883ce227eb1bde54349dfc8b9a
 DIST filetime-0.2.7.crate 13469 BLAKE2B 

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

2020-04-16 Thread Anthony G. Basile
commit: bab75d1f1f8c59a37b9d358b57eb96bba2713fde
Author: Jakov Smolic  sartura  hr>
AuthorDate: Tue Apr 14 07:32:58 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Apr 16 23:34:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab75d1f

net-misc/curl: add ftp, gopher, telnet and tftp USE flags

Enable control over FTP, Gopher, Telnet and TFTP protocols.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Luka Perkov  sartura.hr>
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-misc/curl/curl-7.69.1.ebuild | 10 +-
 net-misc/curl/metadata.xml   |  4 
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/net-misc/curl/curl-7.69.1.ebuild b/net-misc/curl/curl-7.69.1.ebuild
index e97bf1695bd..d550be9c1cb 100644
--- a/net-misc/curl/curl-7.69.1.ebuild
+++ b/net-misc/curl/curl-7.69.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.xz;
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="adns alt-svc brotli http2 idn +imap ipv6 kerberos ldap metalink +pop3 
+progress-meter rtmp samba +smtp ssh ssl static-libs test threads"
+IUSE="adns alt-svc brotli +ftp gopher http2 idn +imap ipv6 kerberos ldap 
metalink +pop3 +progress-meter rtmp samba +smtp ssh ssl static-libs test telnet 
+tftp threads"
 IUSE+=" curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss 
+curl_ssl_openssl curl_ssl_winssl"
 IUSE+=" nghttp3 quiche"
 IUSE+=" elibc_Winnt"
@@ -164,8 +164,8 @@ multilib_src_configure() {
--enable-dict \
--disable-esni \
--enable-file \
-   --enable-ftp \
-   --enable-gopher \
+   $(use_enable ftp) \
+   $(use_enable gopher) \
--enable-http \
$(use_enable imap) \
$(use_enable ldap) \
@@ -177,8 +177,8 @@ multilib_src_configure() {
$(use_enable samba smb) \
$(use_with ssh libssh2) \
$(use_enable smtp) \
-   --enable-telnet \
-   --enable-tftp \
+   $(use_enable telnet) \
+   $(use_enable tftp) \
--enable-tls-srp \
$(use_enable adns ares) \
--enable-cookies \

diff --git a/net-misc/curl/metadata.xml b/net-misc/curl/metadata.xml
index b7a3ad54860..8d7bc1a2c2d 100644
--- a/net-misc/curl/metadata.xml
+++ b/net-misc/curl/metadata.xml
@@ -8,6 +8,8 @@

Enable alt-svc support
Enable brotli compression support
+   Enable FTP support
+   Enable Gopher protocol support
Enable HTTP/2.0 support
Enable Internet Message Access Protocol 
support
Enable HTTP/3.0 support using 
net-libs/nghttp3 and net-libs/ngtcp2
@@ -18,6 +20,8 @@
Enable the progress meter
Enable Simple Mail Transfer Protocol 
support
Enable crypto engine support (via openssl if 
USE='-gnutls -nss')
+   Enable Telnet protocol support
+   Enable TFTP support
Enable RTMP Streaming Media support





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

2020-04-16 Thread Robin H. Johnson
commit: fc4e58a52e137485f1dcfa2773dba0066d3d7dc9
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Apr 16 22:28:13 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Apr 16 23:03:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4e58a5

dev-ruby/aws-sdk: bump

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/aws-sdk/Manifest|  1 +
 dev-ruby/aws-sdk/aws-sdk-2.11.488.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/aws-sdk/Manifest b/dev-ruby/aws-sdk/Manifest
index 03ba6e4047e..01433d9ba3a 100644
--- a/dev-ruby/aws-sdk/Manifest
+++ b/dev-ruby/aws-sdk/Manifest
@@ -1 +1,2 @@
+DIST aws-sdk-ruby-2.11.488.tar.gz 5997468 BLAKE2B 
bf374a451d07052676eedf75cac71f57f4557ff3d0970593cd76f057938844e0eca28e63aa983619345a5852542a8b1fe371c1be2c6132146daa9b5c123c7869
 SHA512 
c2726a9afc38d579fa65977c3c1cd2af5f6b235ac84cf5b4dd8fac6040a01c753d6409fe90e1cf32d500f26366c76a3b2499a0e79ebb005601756dab068fe91f
 DIST aws-sdk-ruby-2.11.79.tar.gz 4068576 BLAKE2B 
481852772704dd91afca4511f402e0288aa80523133be2d15f0a3d085efca7c38fce1e7d794ebc9ffca5c4b2b5f69c9366346525f250ab9c2b06aa6c7e9631ee
 SHA512 
dc9076f3658e6d764671a2f661c9c5363977807861bb9a71d287ebb55de02fc80679a209ea00d438d162f4185cf2f8c65800fde8712f143b17c5b60369f7203e

diff --git a/dev-ruby/aws-sdk/aws-sdk-2.11.488.ebuild 
b/dev-ruby/aws-sdk/aws-sdk-2.11.488.ebuild
new file mode 100644
index 000..f501f763237
--- /dev/null
+++ b/dev-ruby/aws-sdk/aws-sdk-2.11.488.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST=""
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="../CHANGELOG.md ../MIGRATING.md ../README.md 
../UPGRADING.md"
+
+GITHUB_USER="aws"
+GITHUB_PROJECT="${PN}-ruby"
+RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Official SDK for Amazon Web Services"
+HOMEPAGE="https://aws.amazon.com/sdkforruby;
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "virtual/ruby-ssl
+   ~dev-ruby/aws-sdk-resources-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sdk-resources/

2020-04-16 Thread Robin H. Johnson
commit: d770ca3c8333a3e9233769d10f93bdb724eecbfb
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Apr 16 22:28:12 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Apr 16 23:03:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d770ca3c

dev-ruby/aws-sdk-resources: bump

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/aws-sdk-resources/Manifest|  1 +
 .../aws-sdk-resources-2.11.488.ebuild  | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/aws-sdk-resources/Manifest 
b/dev-ruby/aws-sdk-resources/Manifest
index 03ba6e4047e..01433d9ba3a 100644
--- a/dev-ruby/aws-sdk-resources/Manifest
+++ b/dev-ruby/aws-sdk-resources/Manifest
@@ -1 +1,2 @@
+DIST aws-sdk-ruby-2.11.488.tar.gz 5997468 BLAKE2B 
bf374a451d07052676eedf75cac71f57f4557ff3d0970593cd76f057938844e0eca28e63aa983619345a5852542a8b1fe371c1be2c6132146daa9b5c123c7869
 SHA512 
c2726a9afc38d579fa65977c3c1cd2af5f6b235ac84cf5b4dd8fac6040a01c753d6409fe90e1cf32d500f26366c76a3b2499a0e79ebb005601756dab068fe91f
 DIST aws-sdk-ruby-2.11.79.tar.gz 4068576 BLAKE2B 
481852772704dd91afca4511f402e0288aa80523133be2d15f0a3d085efca7c38fce1e7d794ebc9ffca5c4b2b5f69c9366346525f250ab9c2b06aa6c7e9631ee
 SHA512 
dc9076f3658e6d764671a2f661c9c5363977807861bb9a71d287ebb55de02fc80679a209ea00d438d162f4185cf2f8c65800fde8712f143b17c5b60369f7203e

diff --git a/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.11.488.ebuild 
b/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.11.488.ebuild
new file mode 100644
index 000..0ba1d97e1cc
--- /dev/null
+++ b/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.11.488.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="resources.schema.json"
+
+GITHUB_USER="aws"
+GITHUB_PROJECT="aws-sdk-ruby"
+RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Official SDK for Amazon Web Services"
+HOMEPAGE="https://aws.amazon.com/sdkforruby;
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "~dev-ruby/aws-sdk-core-${PV}"
+
+ruby_add_bdepend "dev-ruby/webmock"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sdk-core/

2020-04-16 Thread Robin H. Johnson
commit: 6526480fd29987c3cb6750289588db90c002ffdc
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Apr 16 22:28:10 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Apr 16 23:03:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6526480f

dev-ruby/aws-sdk-core: bump

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/aws-sdk-core/Manifest |  1 +
 dev-ruby/aws-sdk-core/aws-sdk-core-2.11.488.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-ruby/aws-sdk-core/Manifest b/dev-ruby/aws-sdk-core/Manifest
index 03ba6e4047e..01433d9ba3a 100644
--- a/dev-ruby/aws-sdk-core/Manifest
+++ b/dev-ruby/aws-sdk-core/Manifest
@@ -1 +1,2 @@
+DIST aws-sdk-ruby-2.11.488.tar.gz 5997468 BLAKE2B 
bf374a451d07052676eedf75cac71f57f4557ff3d0970593cd76f057938844e0eca28e63aa983619345a5852542a8b1fe371c1be2c6132146daa9b5c123c7869
 SHA512 
c2726a9afc38d579fa65977c3c1cd2af5f6b235ac84cf5b4dd8fac6040a01c753d6409fe90e1cf32d500f26366c76a3b2499a0e79ebb005601756dab068fe91f
 DIST aws-sdk-ruby-2.11.79.tar.gz 4068576 BLAKE2B 
481852772704dd91afca4511f402e0288aa80523133be2d15f0a3d085efca7c38fce1e7d794ebc9ffca5c4b2b5f69c9366346525f250ab9c2b06aa6c7e9631ee
 SHA512 
dc9076f3658e6d764671a2f661c9c5363977807861bb9a71d287ebb55de02fc80679a209ea00d438d162f4185cf2f8c65800fde8712f143b17c5b60369f7203e

diff --git a/dev-ruby/aws-sdk-core/aws-sdk-core-2.11.488.ebuild 
b/dev-ruby/aws-sdk-core/aws-sdk-core-2.11.488.ebuild
new file mode 100644
index 000..9db5e5838f3
--- /dev/null
+++ b/dev-ruby/aws-sdk-core/aws-sdk-core-2.11.488.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="apis ca-bundle.crt endpoints.json"
+
+GITHUB_USER="aws"
+GITHUB_PROJECT="aws-sdk-ruby"
+RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Official SDK for Amazon Web Services"
+HOMEPAGE="https://aws.amazon.com/sdkforruby;
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/aws-sigv4 dev-ruby/jmespath:1"
+
+ruby_add_bdepend "test? ( dev-ruby/webmock )"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+
+   # Avoid spec that gets confused by our directory names
+   sed -i -e '/requires prefixes from plugin names when loading/,/end/ 
s:^:#:' \
+   spec/seahorse/client/plugin_list_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sdk-core/

2020-04-16 Thread Robin H. Johnson
commit: 28e2d4be90fb9b9058cbd50430e58e0732839714
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Apr 16 23:00:50 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Apr 16 23:03:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e2d4be

dev-ruby/aws-sdk-core: bump

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/aws-sdk-core/Manifest   |  1 +
 dev-ruby/aws-sdk-core/aws-sdk-core-3.94.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/aws-sdk-core/Manifest b/dev-ruby/aws-sdk-core/Manifest
index 01433d9ba3a..05d92e33a73 100644
--- a/dev-ruby/aws-sdk-core/Manifest
+++ b/dev-ruby/aws-sdk-core/Manifest
@@ -1,2 +1,3 @@
+DIST aws-sdk-core-3.94.0.gem 270848 BLAKE2B 
427fd39d864b2b69e161c0a97cb88984c0dc3f05a07df25412f6e365ec0405a1d226e4bb1f0c024d02f1823d93b9127d96cb025362b1f0e5da259e93dadf0ae9
 SHA512 
30b660ea5cbea483e284ad82125e4c9e22ac6874f25c9b0d709c64c940ad03d9cc2a87af97e2c182c6720c23675467e3b0442bb7164ed36bfd36dd19dd8ec924
 DIST aws-sdk-ruby-2.11.488.tar.gz 5997468 BLAKE2B 
bf374a451d07052676eedf75cac71f57f4557ff3d0970593cd76f057938844e0eca28e63aa983619345a5852542a8b1fe371c1be2c6132146daa9b5c123c7869
 SHA512 
c2726a9afc38d579fa65977c3c1cd2af5f6b235ac84cf5b4dd8fac6040a01c753d6409fe90e1cf32d500f26366c76a3b2499a0e79ebb005601756dab068fe91f
 DIST aws-sdk-ruby-2.11.79.tar.gz 4068576 BLAKE2B 
481852772704dd91afca4511f402e0288aa80523133be2d15f0a3d085efca7c38fce1e7d794ebc9ffca5c4b2b5f69c9366346525f250ab9c2b06aa6c7e9631ee
 SHA512 
dc9076f3658e6d764671a2f661c9c5363977807861bb9a71d287ebb55de02fc80679a209ea00d438d162f4185cf2f8c65800fde8712f143b17c5b60369f7203e

diff --git a/dev-ruby/aws-sdk-core/aws-sdk-core-3.94.0.ebuild 
b/dev-ruby/aws-sdk-core/aws-sdk-core-3.94.0.ebuild
new file mode 100644
index 000..16d54afa905
--- /dev/null
+++ b/dev-ruby/aws-sdk-core/aws-sdk-core-3.94.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+# Not packaged and upstream not tagged.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides API clients for AWS"
+HOMEPAGE="https://aws.amazon.com/sdk-for-ruby/;
+
+LICENSE="Apache-2.0"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/aws-eventstream-1.0.2:1"
+ruby_add_rdepend ">=dev-ruby/aws-partitions-1.239.0:1"
+ruby_add_rdepend ">=dev-ruby/aws-sigv4-1.1:1"
+ruby_add_rdepend "dev-ruby/jmespath:1"



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

2020-04-16 Thread Robin H. Johnson
commit: a6728bca7ed266760a9fff36be3310a9736b100f
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Apr 16 23:00:45 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Apr 16 23:03:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6728bca

dev-ruby/aws-partitions: bump

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/aws-partitions/Manifest|  1 +
 .../aws-partitions/aws-partitions-1.297.0.ebuild| 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/aws-partitions/Manifest b/dev-ruby/aws-partitions/Manifest
index 3e8d8ba6684..379c27a6ddd 100644
--- a/dev-ruby/aws-partitions/Manifest
+++ b/dev-ruby/aws-partitions/Manifest
@@ -1,2 +1,3 @@
 DIST aws-partitions-1.248.0.gem 18432 BLAKE2B 
2232b8786f599c677984ecd92e256863951822402fa523ecf85b16a2c65659477132baa3831133db9cccbc07404ac5cb14bf84aebe1e03ee4a76aa265b6b457f
 SHA512 
b055be405478a981e2061ceb217a781c813fc8779124d4078014003ff3c14bf22746a6f0211199c1d5f8ca1b46359d5b1b817dcf4600ec5a8da105a6eefab789
 DIST aws-partitions-1.281.0.gem 18944 BLAKE2B 
723ab683eceffb0873afa9aa227826b1e0ac797258858ed55ea5e1413826a1d6818f732600d081711f0b989bbd2c81cc4f7102e96e5f86faedd2bd893c4c1c2e
 SHA512 
329c353ee2f2762a7202ee6297e6f4f10d8a47ef6f660858f1bdd118fd77e19a2e4ae9424884af0007b2a000d291d9eb8f47d6eb20541dd3378fba6b261526ca
+DIST aws-partitions-1.297.0.gem 20992 BLAKE2B 
df538a03fc579ecb65dfcadc0fb5dbef93a896a3c21d1e6cdaab75572aebc354ffe0a41cb82d5bc34e1414d560105270ede590e9a79ead1ac43a78a225bec861
 SHA512 
90d3484cb6d06597b1122512185dc8b0f5964a1c0748855b89c3efbefd410432ab7e88e6698d9532db7bc3db51f9dbce1f236e6745c31bf1312c6e0a1cd1f76e

diff --git a/dev-ruby/aws-partitions/aws-partitions-1.297.0.ebuild 
b/dev-ruby/aws-partitions/aws-partitions-1.297.0.ebuild
new file mode 100644
index 000..864a129dbc7
--- /dev/null
+++ b/dev-ruby/aws-partitions/aws-partitions-1.297.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+# Not packaged and upstream not tagged.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRAINSTALL="partitions.json"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides interfaces to enumerate AWS partitions, regions, and 
services"
+HOMEPAGE="https://aws.amazon.com/sdk-for-ruby/;
+
+LICENSE="Apache-2.0"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""



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

2020-04-16 Thread Robin H. Johnson
commit: d5227fc9f3efdc593adc0b3455e10babdff4fe54
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Apr 16 23:00:52 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Apr 16 23:03:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5227fc9

dev-ruby/aws-eventstream: bump

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/aws-eventstream/Manifest |  1 +
 dev-ruby/aws-eventstream/aws-eventstream-1.1.0.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/aws-eventstream/Manifest 
b/dev-ruby/aws-eventstream/Manifest
index ed87d8d4608..36ace86acbf 100644
--- a/dev-ruby/aws-eventstream/Manifest
+++ b/dev-ruby/aws-eventstream/Manifest
@@ -1 +1,2 @@
 DIST aws-eventstream-1.0.3.gem 9216 BLAKE2B 
32cb1d14562365bd9fc579272f6f5a56d542662dbca765431a980c278aa1ecdc4c61ba4875c52c83d962771e89f831c4b167b176882bf45649cea7732ec68c04
 SHA512 
bd2babd7ec1e3190b839925116cfe315f09087e106970603941ce4e1eea64cb4fcbf59d16c547a5ac4968792839de3dbb2e4719a05cd4433c611df44567029b0
+DIST aws-eventstream-1.1.0.gem 8704 BLAKE2B 
52018f2466f24b5c4ca9463321d4bad94579c6c98ef7fe0de34376da1e9ecfa0171de3485f65266a8b6be99c6eab956b88b367b8431c62aac1b46107f47925db
 SHA512 
40af0ad738341bd879458060c5d5b1cda3d539ecec18e3e14f2c36582368e246a1dd510480629f7f29e044dc6f9d3a028af72650a0386491931f5a2691ac5d8a

diff --git a/dev-ruby/aws-eventstream/aws-eventstream-1.1.0.ebuild 
b/dev-ruby/aws-eventstream/aws-eventstream-1.1.0.ebuild
new file mode 100644
index 000..0fff340c1e8
--- /dev/null
+++ b/dev-ruby/aws-eventstream/aws-eventstream-1.1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+# Not packaged and upstream not tagged.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Amazon Web Services event stream library"
+HOMEPAGE="https://aws.amazon.com/sdk-for-ruby/;
+
+LICENSE="Apache-2.0"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: sys-libs/liburing/

2020-04-16 Thread Sergei Trofimovich
commit: a59a5d54716c09e64a0dbb6f8ff64229d4e88604
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 19:14:13 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 22:54:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59a5d54

sys-libs/liburing: keyworded 0.5 for hppa, bug #711488

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-libs/liburing/liburing-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/liburing/liburing-0.5.ebuild 
b/sys-libs/liburing/liburing-0.5.ebuild
index e29a953c4d6..d331e71bb68 100644
--- a/sys-libs/liburing/liburing-0.5.ebuild
+++ b/sys-libs/liburing/liburing-0.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://git.kernel.dk/cgit/${PN}/snapshot/${P}.tar.bz2;
 LICENSE="MIT"
 SLOT="0"
 
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/chrome-gnome-shell/, profiles/arch/ia64/, ...

2020-04-16 Thread Sergei Trofimovich
commit: 21e1da97e80946f64720897cd9204acf6ac67ef5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Apr 16 22:35:42 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 22:53:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e1da97

*/*: restore ~ia64 gnome-base/gnome-shell keywords

Émeric Maschino and Mart Raudsepp noted that
gnome-extra/evolution-data-server has no hard dependency
on webkit-gtk and we can just mask USE=oauth there.

This change does exactly that and restores keywords
for the following packages:

- gnome-base/gdm
- gnome-base/gnome-shell
- nome-extra/chrome-gnome-shell
- nome-extra/evolution-data-server

Reported-by: Émeric Maschino
Closes: https://bugs.gentoo.org/717550
Signed-off-by: Sergei Trofimovich  gentoo.org>

 gnome-base/gdm/gdm-3.34.1.ebuild  | 2 +-
 gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild  | 2 +-
 gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild| 2 +-
 gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild | 2 +-
 profiles/arch/ia64/package.use.mask   | 3 ++-
 5 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnome-base/gdm/gdm-3.34.1.ebuild b/gnome-base/gdm/gdm-3.34.1.ebuild
index e5c1d95ec6d..cd0b9154afa 100644
--- a/gnome-base/gdm/gdm-3.34.1.ebuild
+++ b/gnome-base/gdm/gdm-3.34.1.ebuild
@@ -25,7 +25,7 @@ IUSE="accessibility audit bluetooth-sound branding elogind 
fprint +introspection
 RESTRICT="!test? ( test )"
 REQUIRED_USE="^^ ( elogind systemd )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 
 # NOTE: x11-base/xorg-server dep is for X_SERVER_PATH etc, bug #295686
 # nspr used by smartcard extension

diff --git a/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild
index 31bff815d4a..da6d7449f1c 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild
@@ -15,7 +15,7 @@ IUSE="+bluetooth +browser-extension elogind gtk-doc +ibus 
+networkmanager system
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
?? ( elogind systemd )"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 
 # libXfixes-5.0 needed for pointer barriers and #include 

 # FIXME:

diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild 
b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild
index 5ff6798c1a4..b70997c1968 100644
--- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild
+++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild
index 2ec4314c5b0..d8d6502f2ae 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild
@@ -17,7 +17,7 @@ SLOT="0/62-24-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 2f3923801b8..975602c0ba2 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -17,9 +17,10 @@ app-text/texlive l10n_ja context
 # - net-libs/webkit-gtk: ruby build system
 app-editors/emacs xwidgets
 dev-util/geany-plugins markdown
+gnome-extra/evolution-data-server oauth
 # - gnome-extra/sushi: depends on webkit-gtk
 gnome-base/nautilus previewer
-# - gnome-base/gnome-shell: depends on gnome-extra/evolution-data-server
+# - net-libs/gnome-online-accounts: depends on webkit-gtk
 gnome-base/gnome-control-center flickr
 gnome-base/gvfs google
 



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

2020-04-16 Thread Patrick McLean
commit: 332052b7f05571d7317757235a90d4162b739730
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Apr 16 22:36:59 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Apr 16 22:36:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332052b7

profiles: arch: riscv: mask doc USE flag on libcbor (bug 709752)

This it to facilitate keywording libfido2 for openssh security key
support.

Signed-off-by: Patrick McLean  gentoo.org>

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 07c9f1e63ba..0d4cb1e3de5 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Patrick McLean  (2020-04-16)
+# Lots of python dependencies, mask to facilitate keywording
+# keywording dev-libs/libfido2
+dev-libs/libcbor doc
+
 # Joonas Niilola  (2020-03-26)
 # Dependency not keyworded on ~riscv
 dev-libs/libpipeline test



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

2020-04-16 Thread Ben Kohler
commit: bad50b2dd5d290cf2a8017c4a495203c1f169cce
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Apr 16 22:25:48 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Apr 16 22:25:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad50b2d

dev-libs/ell: drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ben Kohler  gentoo.org>

 dev-libs/ell/Manifest   |  3 ---
 dev-libs/ell/ell-0.26.ebuild| 46 ---
 dev-libs/ell/ell-0.27.ebuild| 46 ---
 dev-libs/ell/ell-0.30-r1.ebuild | 60 -
 dev-libs/ell/ell-0.30.ebuild| 59 
 5 files changed, 214 deletions(-)

diff --git a/dev-libs/ell/Manifest b/dev-libs/ell/Manifest
index 2ea737a1574..bfe566273b4 100644
--- a/dev-libs/ell/Manifest
+++ b/dev-libs/ell/Manifest
@@ -1,5 +1,2 @@
-DIST ell-0.26.tar.xz 473512 BLAKE2B 
bad1545b65caad7263e03156740ef5dfc401536fc063f34bdac5346a9edca8b7b16fd175abb264a6163e9dca87d1469f388984a95962dcc695e3e98549ff2a0a
 SHA512 
b7a841f6e3c50077b60c210549744344ee70b5116bc9ee0f44dfea896f68fe6ab89a6fa38fcfe04e259648de978162aa5592f2e07accf13825584b40d57ef6cb
-DIST ell-0.27.tar.xz 474412 BLAKE2B 
3b7d7ccfff8a92bbe930032b6a54bdc91b6541d1e6d8e514f1e49fcd08f3f5bc47beb3722dc864a63dcbbd72f793fbc2bc590b168f1623ff6e7088fbc960acb1
 SHA512 
ecda285155ef5ac1b8bdeabfba2e972149a5027c85236af74366c735aec7304b2dee8ff6aa931000b4299e8bb7654e7d4a63c1738de6e6e740f5ba16467f2823
 DIST ell-0.28.tar.xz 474880 BLAKE2B 
2c571f952056c9f4e3e8c245b2b57645c4baa2935fdbe758170dcfe689f4db2162322f25a80cc5a7d4d5bded6159d1fa0d583be979a2708d32e61e91d1ced585
 SHA512 
6c3aef4d403878c0c9b8a1e5e8861656f2abbab19dd275b1aecca899ca615c00aee30e18f194435ec6be859adcffbe3703a79b13508e1e76c2192ec51f7c0cd7
-DIST ell-0.30.tar.xz 478204 BLAKE2B 
77d1b7307949feb47da28e0c777172b9f5272676dc6fe677955118a9f8dfdaad43fc400e0057ae8b370ac441c61a21bc351fe89053e40d0d94f9874a3b373726
 SHA512 
e58ad67b8c6aca5294eb00cc194bac672f8666a445295f289e68462981bc07e5c2bce1297423470e1ba34cc2e2d10ee57741ce370e7c013991571ad1f685c6ff
 DIST ell-0.31.tar.xz 478860 BLAKE2B 
f8f8d109605bf62396da001bd3d9b48fd6b7a6fc94ab890ab5a56fc8afb07a216b884fdf4b624ac8f39c3196de8149c7b32790da03262400aac6f8cd8b3fb56b
 SHA512 
e304cc3bb1355fc0671412e793530503c83b1a036bfa3dd5b0cc36cfb28684b780293dc3d81a5727e0030743529882f71ac28d3c735860f6d46477e8ccf6a6e8

diff --git a/dev-libs/ell/ell-0.26.ebuild b/dev-libs/ell/ell-0.26.ebuild
deleted file mode 100644
index e4afae4a385..000
--- a/dev-libs/ell/ell-0.26.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic multilib-minimal
-
-DESCRIPTION="Embedded Linux Library provides core, low-level functionality for 
system daemons"
-HOMEPAGE="https://01.org/ell;
-if [[ "${PV}" == * ]] ; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git;
-else
-   
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
-fi
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-IUSE="glib pie"
-
-RDEPEND="
-   glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   [[ "${PV}" == * ]] && eautoreconf
-}
-
-multilib_src_configure() {
-   append-cflags "-fsigned-char" #662694
-   local myeconfargs=(
-   $(use_enable glib)
-   $(use_enable pie)
-   )
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
-   local DOCS=( ChangeLog README )
-   einstalldocs
-
-   find "${ED}" -name "*.la" -delete || die
-}

diff --git a/dev-libs/ell/ell-0.27.ebuild b/dev-libs/ell/ell-0.27.ebuild
deleted file mode 100644
index e4afae4a385..000
--- a/dev-libs/ell/ell-0.27.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic multilib-minimal
-
-DESCRIPTION="Embedded Linux Library provides core, low-level functionality for 
system daemons"
-HOMEPAGE="https://01.org/ell;
-if [[ "${PV}" == * ]] ; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git;
-else
-   
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
-fi
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-IUSE="glib pie"
-
-RDEPEND="
-   glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   [[ "${PV}" == * ]] && eautoreconf
-}
-
-multilib_src_configure() {
-   append-cflags "-fsigned-char" #662694
-   local 

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

2020-04-16 Thread Ben Kohler
commit: d4040f48944b93c38a8fa6680c743a041758086f
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Apr 16 22:22:08 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Apr 16 22:22:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4040f48

net-misc/remmina: drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/remmina/Manifest|  5 --
 net-misc/remmina/remmina-1.3.10.ebuild   | 98 
 net-misc/remmina/remmina-1.3.4.ebuild| 88 
 net-misc/remmina/remmina-1.3.9-r1.ebuild | 97 ---
 net-misc/remmina/remmina-1.4.1.ebuild| 97 ---
 net-misc/remmina/remmina-1.4.2-r1.ebuild | 98 
 6 files changed, 483 deletions(-)

diff --git a/net-misc/remmina/Manifest b/net-misc/remmina/Manifest
index 76dfeb27da4..a4492ddc4fc 100644
--- a/net-misc/remmina/Manifest
+++ b/net-misc/remmina/Manifest
@@ -1,7 +1,2 @@
-DIST Remmina-v1.3.10.tar.gz 1651065 BLAKE2B 
8d2f3068ad0938c4641deb2c20ccef10e30949273a2db92a9ff8bf4e84e49aa0bc662128f8fc576f98baa3cb0f4b19273399118a3ce5d7b5aa92ff03cc602cdb
 SHA512 
e6770fee4d9c694c7c85a9937a293db437456840eee107de4adaad0bdfb1d649bd66b1f28ee0f196386eb968a2f23e139429db22f32febdc62ce02c0a4d66f7f
-DIST Remmina-v1.3.4.tar.gz 1365473 BLAKE2B 
f71a9c0a0fa9eafa547abf192972da39f0cfe1ca3745a87783d6a9ec5bab0674d93df8815b589b25659990bb345748f8f464f401c7efb934e8e71b207b0dab67
 SHA512 
212ebc6e08c694861522a05feb51e4efa012ef3361debf079384c07e4354370f6cf7d2880ff442bbe03782421bac7f33343d8049207073d90925d1c894d30e7a
 DIST Remmina-v1.3.6.tar.gz 1538166 BLAKE2B 
f3fc60df2a1a31bd5aae7d8de2d85cd579fa4cc35a0351fbce80433e21583b67cfc81665307d02fbd4863f6a55695be81f9c4d07423d6c8122d84dd625b69c3b
 SHA512 
ce16379aa163467d05018c900d0dc7c2a7d73c1c22dd06a9a3092efa7675fda505bfa31b20131b9a3a10c74788377db17961c0bc9e59c47b1c7a15bf347f3bab
-DIST Remmina-v1.3.9.tar.gz 1627404 BLAKE2B 
4077b38e987a93f71f96597784949522659def04ad0d2ab05c72bebb94a3bbf2c2a222828965aaf76b0273a378950b5dd0e7acdb7543f0d6c7f3220d16eb281c
 SHA512 
f87d30d30d6d9692f60cd27336ac0059a4374125b231cdf1e3710785b08fc77722112ea48e5717958b03fc5784abb9fcd86aa5a427c4d634cb3f2be1aac41945
-DIST Remmina-v1.4.1.tar.gz 1662456 BLAKE2B 
17bc53459e2073c1df3a53963ab9775ab61d41904e592177c815bba9cf74d586152bf5c3af6fd2430c1e8d3e0203747f2d4e13093fdc343bcb9e4ebafaf50046
 SHA512 
90e78cc488d3d695373043ce2f7db6626e5a92f284aaa9e81a6683f4e3a1b7b2f025eff3ce456b98a180b2afc2419da76daed95dd164692c15c2a2219a354397
-DIST Remmina-v1.4.2.tar.gz 1700893 BLAKE2B 
ebac1337eaa9af29b09c6be4bcc9093b02ac96fad4480f06656a9cf21e6b805651bfbdd1361ef605334ab6bfc4ffbd4b6f5360f44fa9c11b0bc8189078ecf35e
 SHA512 
50c8d866e0a995f84f31d2c0b881117e2af329b8e661de5c1472201c250fb3482471d16f2532c2915ff59d6cd912f490839b7e8cd267aad8f9140a915a518e41
 DIST Remmina-v1.4.3.tar.gz 1705751 BLAKE2B 
4d49b5d5da4017cc1870a5e37a73db767862997cffdd58b080ab5707eeb293eed7e756ca974a4f4922bb9417e94610fe07b1e774f5ad7e269e797362ff264e83
 SHA512 
9f555f9ff60e2a136f6379a0f2828d091aa972dcff7ebd09eaf1834dc10f506d218e5cb6856c17f625c1040a11240da2ed5ebe9f4fe32a083494cfcbbdef1a41

diff --git a/net-misc/remmina/remmina-1.3.10.ebuild 
b/net-misc/remmina/remmina-1.3.10.ebuild
deleted file mode 100644
index 2213b14bca0..000
--- a/net-misc/remmina/remmina-1.3.10.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils eutils gnome2-utils xdg-utils
-
-MY_P="${PN^}-v${PV}"
-
-DESCRIPTION="A GTK+ RDP, SPICE, VNC, XDMCP and SSH client"
-HOMEPAGE="https://remmina.org/;
-SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ayatana crypt cups examples gnome-keyring kwallet libressl nls spice ssh 
rdp telepathy vnc webkit zeroconf"
-
-CDEPEND="
-   dev-libs/glib:2
-   dev-libs/json-glib
-   dev-libs/libsodium:=
-   net-libs/libsoup
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libxkbfile
-   ayatana? ( dev-libs/libappindicator:3 )
-   crypt? ( dev-libs/libgcrypt:0= )
-   rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129
-   cups? ( net-print/cups:= ) )
-   gnome-keyring? ( app-crypt/libsecret )
-   kwallet? ( kde-frameworks/kwallet )
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   spice? ( net-misc/spice-gtk[gtk3] )
-   ssh? ( net-libs/libssh:0=[sftp]
-   x11-libs/vte:2.91 )
-   telepathy? ( net-libs/telepathy-glib )
-   vnc? ( net-libs/libvncserver[jpeg] )
-   webkit? ( net-libs/webkit-gtk:4 )
-   zeroconf? ( || ( >=net-dns/avahi-0.8-r2[dbus,gtk] 
https://remmina.org/;

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

2020-04-16 Thread Ben Kohler
commit: 0af82aeee81d80e02e8d4cfdc06f74b6b276350e
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Apr 16 12:17:06 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Apr 16 22:20:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af82aee

net-misc/dropbox: bump to 95.4.441, drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   6 +-
 net-misc/dropbox/dropbox-93.4.273.ebuild   | 102 -
 ...box-94.3.371.ebuild => dropbox-95.4.441.ebuild} |   0
 3 files changed, 2 insertions(+), 106 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index c4e2d1930e9..589363938ef 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,6 +1,4 @@
-DIST dropbox-lnx.x86-93.4.273.tar.gz 94058022 BLAKE2B 
436f861aa569d6468031a841d9a5f5e592e7a1213d3eb84d3029deb842e5a03cfa54a570c5f20efa7e66ead62aff44f599b8c3eb99fceacccadda95a45123bee
 SHA512 
fd8e1fc05ded55fadaae484605f36d14779432d843d9e7ead20e77f33cad2b45ddc3f35c6dc1acd8b544d152998682ec3c5cf28b96c08143b85c60a75e063015
-DIST dropbox-lnx.x86-94.3.371.tar.gz 94249950 BLAKE2B 
a3e798b55e54dbfe9f8e3cea5c05405e2280b81654cb6ebd6957c0b1492c6ce6ec341be25c8708bd9b53d03fa9629e4861ac408e169aa2525dda31de1746afb9
 SHA512 
363da23ea0ae18bf4e09b8be13901c9bfd87a14747f9c4ed65cebbf57f2992d120bd6004dcb3d4162cb3246d4dc03aa3d64953819cc8919adff2e758da19c072
 DIST dropbox-lnx.x86-94.4.384.tar.gz 94254443 BLAKE2B 
4d12d0268ea71f4d06304dbe29bcd54f3af4c39e10ba8be4892724c6dc556dd844e587f789cc957dad66d7bd44ae8fdac398cefbfb714a8b01d7f8c06b1d6d50
 SHA512 
710af644cdaf88a6db26f86b2cafd1bb729b4cd52aab4a3328c9c3061183db32db016adb6d8dc9c5a2fc860a55c3abc712a774ac3e635459c605e91c0178c37e
-DIST dropbox-lnx.x86_64-93.4.273.tar.gz 98410343 BLAKE2B 
fa9828aa695521d64d911a7f958e9b7df926a4457b6613759d769ed78b7d7111448069d18855f0184c7228e9ca6dbd811b5739fd0763f23952d0b33ab9ea8514
 SHA512 
98829692f4b662bfafd709c99708067f172a10cafc32af1e53ecc9592ab0d5b15dae2da492c24f6b6079a2ad66eff1293416453e03090aca427b4ea7a5ea059b
-DIST dropbox-lnx.x86_64-94.3.371.tar.gz 98551058 BLAKE2B 
6c4051cc81e490a28c34f52ef7f9f74e0e263f24ebc409fe67ac86d371db89ef250ade98a3701a0101d6e90bfd6835eda17176ed6413dbb774b2b9b43f2d7aa9
 SHA512 
c12ffe8a5051cc396ea188e7907449fb49d103b476c1070952fcb815bec29c72ec02bec5826898b3aee5230c195620a62499440b5ea27b4d97f55ad8914ab143
+DIST dropbox-lnx.x86-95.4.441.tar.gz 94501019 BLAKE2B 
9f0a0d35bcfc75bb4a8418d0aa19448cbf5f2d5a23e0f5fe032a08e6d467ae3e157c8667abc5c73584000a347929daebd250d25051e2586ad42c58313d1dd694
 SHA512 
3b10df33f182faa10866b325e486b35aeed056b0cc80bc8dd8a8e44d085d114f104f51591cfda7329ea1c2d0a698c4c300765d077ef1a866464d393b60af329a
 DIST dropbox-lnx.x86_64-94.4.384.tar.gz 98561877 BLAKE2B 
ff1ec6a8f76b9b79ed3cfe34d5dd5642886d01631bba062ba15528929e1068425fadc403c8a7fb3242b08c2d2742a2f4ccd255c8772691ee1e4f1b8693be4dcb
 SHA512 
e905b283ef435d7b6c0d7973f49e8c0a4a5e7c25c2570967b24bb8476ef1889f63d01e7951f1c6d78a5c6851e1a30737b9297032dede1540e3bf391c56bc0c8b
+DIST dropbox-lnx.x86_64-95.4.441.tar.gz 98809031 BLAKE2B 
36dbce71cee6e2df69187e6fb4ad1a4534561bd871a9d5bdbe8952f768f658ac3ac47adca68ec68be2ccb3e4a780ac7e67b4898e33d2763ea0e6d384dd85bca4
 SHA512 
66f83fd4f3a770cac4879edb21635941ae11b5f83113bf8a0efd2365d957ee7ea9e65a602e635131c57cd47057092757c8c4c3f03558a5dc63863e8a0a9c7d7c

diff --git a/net-misc/dropbox/dropbox-93.4.273.ebuild 
b/net-misc/dropbox/dropbox-93.4.273.ebuild
deleted file mode 100644
index 48bae48934d..000
--- a/net-misc/dropbox/dropbox-93.4.273.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/;
-SRC_URI="
-   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
-   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )"
-
-LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-linux"
-IUSE="+librsync-bundled selinux X"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-BDEPEND="dev-util/patchelf"
-
-# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND="
-   X? (
-   dev-libs/glib:2
-   media-libs/fontconfig
-   media-libs/freetype
-   virtual/jpeg
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXinerama
-   x11-libs/libXxf86vm
-   x11-libs/pango[X]
-   x11-misc/wmctrl
-   x11-themes/hicolor-icon-theme
-   )
-   !librsync-bundled? ( =sys-devel/gcc-4.2.0
-   sys-libs/zlib
-   sys-libs/ncurses-compat:5"

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

2020-04-16 Thread Sergei Trofimovich
commit: 3a1b0a5e226c561f876d84210048b1fe3c95f2bb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Apr 16 22:15:28 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 22:15:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1b0a5e

app-emulation/qemu: fix epoll_create1 handling, bug #717548

Recent python started using epoll_create1() which had
a bug of missing translation for flags from target to host.

Pull upstreamed patch.

Reported-by: Barnabás Virágh
Closes: https://bugs.gentoo.org/717548
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../qemu/files/qemu-4.2.0-epoll_create1.patch  |  39 +
 app-emulation/qemu/qemu-4.2.0-r4.ebuild| 838 +
 2 files changed, 877 insertions(+)

diff --git a/app-emulation/qemu/files/qemu-4.2.0-epoll_create1.patch 
b/app-emulation/qemu/files/qemu-4.2.0-epoll_create1.patch
new file mode 100644
index 000..bb20dd12087
--- /dev/null
+++ b/app-emulation/qemu/files/qemu-4.2.0-epoll_create1.patch
@@ -0,0 +1,39 @@
+From ce7ae180620a2fbf66232c3556678fbf4f136a5c Mon Sep 17 00:00:00 2001
+From: Sergei Trofimovich 
+Date: Wed, 15 Apr 2020 19:28:42 +0100
+Subject: [PATCH] linux-user/syscall.c: add target-to-host mapping for
+ epoll_create1()
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Noticed by Barnabás Virágh as a python-3.7 failue on qemu-alpha.
+
+The bug shows up on alpha as it's one of the targets where
+EPOLL_CLOEXEC differs from other targets:
+sysdeps/unix/sysv/linux/alpha/bits/epoll.h: EPOLL_CLOEXEC  = 0100
+sysdeps/unix/sysv/linux/bits/epoll.h:EPOLL_CLOEXEC = 0200
+
+Bug: https://bugs.gentoo.org/717548
+Reported-by: Barnabás Virágh
+Signed-off-by: Sergei Trofimovich 
+---
+ linux-user/syscall.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/linux-user/syscall.c b/linux-user/syscall.c
+index 674f70e70a..05f03919ff 100644
+--- a/linux-user/syscall.c
 b/linux-user/syscall.c
+@@ -12012,7 +12012,7 @@ static abi_long do_syscall1(void *cpu_env, int num, 
abi_long arg1,
+ #endif
+ #if defined(TARGET_NR_epoll_create1) && defined(CONFIG_EPOLL_CREATE1)
+ case TARGET_NR_epoll_create1:
+-return get_errno(epoll_create1(arg1));
++return get_errno(epoll_create1(target_to_host_bitmask(arg1, 
fcntl_flags_tbl)));
+ #endif
+ #if defined(TARGET_NR_epoll_ctl)
+ case TARGET_NR_epoll_ctl:
+-- 
+2.26.1
+

diff --git a/app-emulation/qemu/qemu-4.2.0-r4.ebuild 
b/app-emulation/qemu/qemu-4.2.0-r4.ebuild
new file mode 100644
index 000..ca09f22cc43
--- /dev/null
+++ b/app-emulation/qemu/qemu-4.2.0-r4.ebuild
@@ -0,0 +1,838 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_REQ_USE="ncurses,readline"
+
+PLOCALES="bg de_DE fr_FR hu it tr zh_CN"
+
+FIRMWARE_ABI_VERSION="4.0.0-r50"
+
+inherit eutils linux-info toolchain-funcs multilib python-r1 \
+   udev fcaps readme.gentoo-r1 pax-utils l10n xdg-utils
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://git.qemu.org/git/qemu.git;
+   EGIT_SUBMODULES=(
+   slirp
+   tests/fp/berkeley-{test,soft}float-3
+   ui/keycodemapdb
+   )
+   inherit git-r3
+   SRC_URI=""
+else
+   SRC_URI="https://download.qemu.org/${P}.tar.xz
+   https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r1.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"
+HOMEPAGE="http://www.qemu.org http://www.linux-kvm.org;
+
+LICENSE="GPL-2 LGPL-2 BSD-2"
+SLOT="0"
+
+IUSE="accessibility +aio alsa bzip2 capstone +caps +curl debug doc
+   +fdt glusterfs gnutls gtk infiniband iscsi jemalloc +jpeg kernel_linux
+   kernel_FreeBSD lzo ncurses nfs nls numa opengl +oss +pin-upstream-blobs
+   plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux
+   smartcard snappy spice ssh static static-user systemtap tci test usb
+   usbredir vde +vhost-net vhost-user-fs virgl virtfs +vnc vte xattr xen
+   xfs +xkb"
+
+COMMON_TARGETS="aarch64 alpha arm cris hppa i386 m68k microblaze microblazeel
+   mips mips64 mips64el mipsel nios2 or1k ppc ppc64 riscv32 riscv64 s390x
+   sh4 sh4eb sparc sparc64 x86_64 xtensa xtensaeb"
+IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS}
+   lm32 moxie tricore unicore32"
+IUSE_USER_TARGETS="${COMMON_TARGETS}
+   aarch64_be armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus
+   tilegx"
+
+use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' 
${IUSE_SOFTMMU_TARGETS})
+use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS})
+IUSE+=" ${use_softmmu_targets} ${use_user_targets}"
+
+RESTRICT="!test? ( test )"
+# Allow no targets to be built so that people 

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

2020-04-16 Thread William Hubbs
commit: 21369e2071cb7ce4d5daaae710d4ac2f1c5fb4de
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Apr 16 22:10:32 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Apr 16 22:10:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21369e20

app-emulation/containerd: 1.3.4 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/containerd/Manifest|  1 +
 app-emulation/containerd/containerd-1.3.4.ebuild | 55 
 2 files changed, 56 insertions(+)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index c55dea94df1..50dea9321e9 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -6,3 +6,4 @@ DIST containerd-1.2.7.tar.gz 4877757 BLAKE2B 
6cf98e370547d3ca5158f546e72e3ff5fdc
 DIST containerd-1.3.0.tar.gz 5697153 BLAKE2B 
c334cfd2aa11dd430c74bc9f3fe6f31d83faf752b9794da26021033bb6af492c48ed1665fc76ddfe5b858f04d45e9b77505f331e3c3da556af2d75e3cca3bb12
 SHA512 
cff9f0189b9fdc2b5492c92129af284aa8cd099e48de94cafd90aed191e2d20060c96008111b05fe081de0d4fc41d35f8cba5a3dc2d8cc0a5c37f695fd3cedc1
 DIST containerd-1.3.1.tar.gz 5703741 BLAKE2B 
6eae3fe9714128e7a5378484115378629baf6c4f7ef4b795e625cc1fbc05323a123c2337c5b203a2c3c3b34486c81f7e5b3ad200c000c961931fc99347ef4513
 SHA512 
4991286d1a8a221dad24121c5e6cd31a00685d91e652546d0d97745624486450bc05ff4f889f2975c178c4c175fedd7b15f89121a7ce4e6687919aabd04501b4
 DIST containerd-1.3.2.tar.gz 5704320 BLAKE2B 
32ea22ff445cc66f4c8db8abdbaaa7fa0c8c620b294bda54f2319045af1925398057ba1a5cb5c265cfc73bcff5b49943013b517ecb3bd05f4504920c4a8d6f29
 SHA512 
768a19eb0829e196a61ddedaa11b0d6691caf8f9cc590a3e47ac77c1acad62e64b7a55017a1a6cccfcb87785a083d5ce131048b0e39e48c65e6cd5922382fc3c
+DIST containerd-1.3.4.tar.gz 5700890 BLAKE2B 
9d5642399eafbf3df25d2bdb6ffeb8e98362e9f2c6cdcd7a64fff12bad40f58fa97451228a607def408cc8a8cfbfce67c47fcfdf86865d8086d0b7aad7595d5a
 SHA512 
b186d5aef3e5a0d35c12dcc3cfa5d48a9602f6278c4650942859a1ab6abd1299d33a1bc623376955a834a2626491196b604591d92a05d39745dfc33ff51ad5aa

diff --git a/app-emulation/containerd/containerd-1.3.4.ebuild 
b/app-emulation/containerd/containerd-1.3.4.ebuild
new file mode 100644
index 000..4733a84998c
--- /dev/null
+++ b/app-emulation/containerd/containerd-1.3.4.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+EGO_PN="github.com/containerd/${PN}"
+inherit toolchain-funcs
+
+DESCRIPTION="A daemon to control runC"
+HOMEPAGE="https://containerd.io/;
+
+if [[ ${PV} == * ]]; then
+   inherit golang-vcs
+else
+   MY_PV="${PV/_rc/-rc.}"
+   EGIT_COMMIT="v${MY_PV}"
+   CONTAINERD_COMMIT=814b7956
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+   inherit golang-vcs-snapshot
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor btrfs +cri hardened +seccomp"
+
+DEPEND="btrfs? ( sys-fs/btrfs-progs )
+   seccomp? ( sys-libs/libseccomp )"
+RDEPEND=">=app-emulation/runc-1.0.0_rc9
+   seccomp? ( sys-libs/libseccomp )"
+
+S=${WORKDIR}/${P}/src/${EGO_PN}
+
+RESTRICT="strip test"
+
+src_prepare() {
+   default
+   if [[ ${PV} != ** ]]; then
+   sed -i -e "s/git describe --match.*$/echo ${PV})/"\
+   -e "s/git rev-parse HEAD.*$/echo $CONTAINERD_COMMIT)/"\
+   -e "s/-s -w//" \
+   Makefile || die
+   fi
+}
+
+src_compile() {
+   local options=( $(usex btrfs "" "no_btrfs") $(usex cri "" "no_cri") 
$(usex seccomp "seccomp" "") $(usex apparmor "apparmor" "") )
+   export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
+   LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '') 
BUILDTAGS="${options[@]}" emake
+}
+
+src_install() {
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   keepdir /var/lib/containerd
+   dobin bin/*
+}



[gentoo-commits] repo/user/superposition:master commit in: dev-ml/ppx_optcomp/

2020-04-16 Thread Philip Miess
commit: e8be4260149d00800c62486db3036b4bd0576690
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Apr 16 21:47:44 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Apr 16 21:47:44 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=e8be4260

add ppx_optcomp with dune dep

Signed-off-by: Philip Miess  yahoo.com>

 dev-ml/ppx_optcomp/Manifest|  3 +++
 dev-ml/ppx_optcomp/metadata.xml|  8 
 dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild | 24 
 3 files changed, 35 insertions(+)

diff --git a/dev-ml/ppx_optcomp/Manifest b/dev-ml/ppx_optcomp/Manifest
new file mode 100644
index 000..82a3ff2
--- /dev/null
+++ b/dev-ml/ppx_optcomp/Manifest
@@ -0,0 +1,3 @@
+DIST ppx_optcomp-0.9.0.tar.gz 14611 BLAKE2B 
6fc431fd3ed173835a48814718a05b3ae619f182f4c008415dba77c88bfeab780e6fc49c4faed2ee4e362b6a151544b1a707651dcbfdbfcdce979a2a3d6d6c02
 SHA512 
ce4a5049045458533b783b99b7569e72e074bd425a81315d43fcab26dbc2a4b141cfda2b2365c69b3d0251f2bf0b8c8f0d14fc8883f1a0f4edae824776565a9c
+EBUILD ppx_optcomp-0.9.0-r3.ebuild 523 BLAKE2B 
41573c0a453b7f3d11618e71fe1db98adebd5a858b9cfb2dd36fadd5d87ba3452f4117c4c6bbc127fdedbf0c3b450c1cbfefbc029fd04135e3ee1addda876af7
 SHA512 
0810ed65ae372522626dfd54ff3be60543dab9cab89fc0f2a76917c1f81cf3f03fd4f4640c757d932dee9c9449394736e4a3847aa664b66bd1fc41944ac2f97c
+MISC metadata.xml 254 BLAKE2B 
e8b174fb629dd9c675bc12b7789454c91c8b2f689140c70345cff6e2ae8fd78c55963e983ccb922940cd82bca702e9c9fe3668dbecef06775038693c8b8d3f8c
 SHA512 
f8061b6d24fbe6afdff7284e2fc85aeff0c10df1baf44639e329e7ff25b44d351d87c705307602936a98a6a0f3db78c0c5d0d6cb79b779d0816957db62a535e1

diff --git a/dev-ml/ppx_optcomp/metadata.xml b/dev-ml/ppx_optcomp/metadata.xml
new file mode 100644
index 000..f45619f
--- /dev/null
+++ b/dev-ml/ppx_optcomp/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   janestreet/ppx_optcomp
+   
+

diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild 
b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild
new file mode 100644
index 000..33fb7a8
--- /dev/null
+++ b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit opam
+
+DESCRIPTION="Optional compilation for OCaml"
+HOMEPAGE="https://github.com/janestreet/ppx_optcomp;
+SRC_URI="https://github.com/janestreet/ppx_optcomp/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-ml/ppx_core:=
+   dev-ml/stdio:=
+   dev-ml/ocaml-migrate-parsetree:=
+"
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+   ~dev-ml/dune-1.11.4"



[gentoo-commits] repo/user/superposition:master commit in: dev-ml/ppx_driver/

2020-04-16 Thread Philip Miess
commit: 1ba6be5ff48e9fe268ec7fd5566dffa86ddeb0f2
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Apr 16 21:50:43 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Apr 16 21:50:43 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=1ba6be5f

add ppx_driver with dune dep

Signed-off-by: Philip Miess  yahoo.com>

 dev-ml/ppx_driver/Manifest   |  3 +++
 dev-ml/ppx_driver/metadata.xml   |  8 
 dev-ml/ppx_driver/ppx_driver-0.9.1-r1.ebuild | 25 +
 3 files changed, 36 insertions(+)

diff --git a/dev-ml/ppx_driver/Manifest b/dev-ml/ppx_driver/Manifest
new file mode 100644
index 000..8c166e1
--- /dev/null
+++ b/dev-ml/ppx_driver/Manifest
@@ -0,0 +1,3 @@
+DIST ppx_driver-0.9.1.tar.gz 28637 BLAKE2B 
d787ac91713bd750d2d2bde5830df3abb1a07be6672000d7a6de6c125a7627e7a5b94aa9f8f87e2c6c57a7a92073c44e18c7285575aad02f5db9c7b4419647d8
 SHA512 
1e3647e34fb9e6d44b783fae1fce21413e5591f8934c3d2ddac3d1b37019b0d95117c8d64abf14cbfe4f67147612371ec1eb76b477763b062206ffc9b46688d7
+EBUILD ppx_driver-0.9.1-r1.ebuild 581 BLAKE2B 
a4f6a5b043e5f0176beb36883cdbb0a3da16e26c3e58836a7f916273fe8361b8e0ed4209462ee1b8dfb4df78bcbb4878570398d11de0cd2d4e69d8e3e37ff5d2
 SHA512 
c5f8f79a59734b241416b9cb880dbd27799809e23189c34f600bdefa7db92a40f7a76700e6c9c1905d726e77fcbed8b909083ed2c309d3f47706741c7ac36bb1
+MISC metadata.xml 253 BLAKE2B 
518ba67681e3faf163903ba46c833f47b1ffc8baa2b6a5a13926508c46fd47553835b82f803d0a5a1f6220daec42a1bb7d9c4f00b6681b3a2d21ff1cbecb
 SHA512 
3140a003b9eda9761883e478972d61fe343e5a396b410ac8bfa37d19c25ab4dadc1d911a43076d3591d9416c80722e256b10893e20e0996d77e020e4f5b70305

diff --git a/dev-ml/ppx_driver/metadata.xml b/dev-ml/ppx_driver/metadata.xml
new file mode 100644
index 000..305fe73
--- /dev/null
+++ b/dev-ml/ppx_driver/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   janestreet/ppx_driver
+   
+

diff --git a/dev-ml/ppx_driver/ppx_driver-0.9.1-r1.ebuild 
b/dev-ml/ppx_driver/ppx_driver-0.9.1-r1.ebuild
new file mode 100644
index 000..925ac13
--- /dev/null
+++ b/dev-ml/ppx_driver/ppx_driver-0.9.1-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit opam
+
+DESCRIPTION="Feature-full driver for OCaml AST transformers"
+HOMEPAGE="https://github.com/janestreet/ppx_driver;
+SRC_URI="https://github.com/janestreet/ppx_driver/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-ml/ppx_core:=
+ dev-ml/stdio:=
+   dev-ml/ppx_optcomp:=
+   dev-ml/ocaml-migrate-parsetree:=
+   dev-ml/ocamlbuild:="
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+   ~dev-ml/dune-1.11.4"



[gentoo-commits] repo/user/superposition:master commit in: dev-ml/obus/

2020-04-16 Thread Philip Miess
commit: f9d0930d973831422d5e9ad42d12da30cf6be494
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Apr 16 21:38:31 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Apr 16 21:38:31 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=f9d0930d

add ppx_metaquot dep

Signed-off-by: Philip Miess  yahoo.com>

 dev-ml/obus/Manifest  | 2 +-
 dev-ml/obus/obus-1.2.0.ebuild | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/obus/Manifest b/dev-ml/obus/Manifest
index 0b3e4f3..599ba63 100644
--- a/dev-ml/obus/Manifest
+++ b/dev-ml/obus/Manifest
@@ -4,5 +4,5 @@ DIST obus-1.2.0.tar.gz 171795 BLAKE2B 
3d6fc3c6178252cfa9cb93f871d25bd7397709f00b
 DIST obus-1.2.2.tar.gz 172331 BLAKE2B 
8613217804990b0ff4b5c454da4e6cb68f3e5870c00f9c48f30d339c858469c532061e3bc34fc527c9c992d6ba5379bc546e3a85f27f1a6d931c862aa89aed5e
 SHA512 
2e696d5333db8a66b067b0086787f0e17740513569b41722fc744b271d6c465bed995c41199653fba41b6d3ac843fa4d1592e7088c9c0e57e3eaed8fa4d4989d
 EBUILD obus-1.1.8.ebuild 840 BLAKE2B 
16728531cf9b76f3ffca4bf99ba59ffadf32cfbba30c7556ed1566cbb9037b5e915575a7e003e4e6fea1c19beacb1c8dd00e63250be28c996252dfaa4fc0186b
 SHA512 
bce9a900bc94ca2d3ab4d5c1d002856f6ddd6e51df5ca4b1b2a5c682d51fa40cf45d12f64ff4ec9041b7bdf2bcb1bc44499d089e26f1b218e0845ac83e81e210
 EBUILD obus-1.1.ebuild 719 BLAKE2B 
d220dcab1c2a4d19bf267ebfea0ca60f164a1478268bad261be0a6eee03705850779a8b8c3ac976dc94aa942a9983fcf74be71b16d6f6c26c1bbc5d3284ef97f
 SHA512 
06ae52d8738f37136662203d62f12ccc271e9eb7eb30e46a3a0dae68895e04a82df36befa4991ac50f8afb2aa188d6615ef3dca7f9983d0902a792fe3a7da310
-EBUILD obus-1.2.0.ebuild 885 BLAKE2B 
e784fbd7354d6eb967eaee998520d5b5f7e7bd0d2bcad97e45d29ea7e45444d906e6eec62462300fa87a08c656e4f639ee1c0d00464f5178f85cc2fe40206caf
 SHA512 
be8df6f6cde1628fc649c1f621c25bb82d283323d7a7cbc5f330bbb4fec7be688bcd47468bd7a9fac62c39c770bd9509349e38d99c2c9c2ab630a832a1e2873a
+EBUILD obus-1.2.0.ebuild 905 BLAKE2B 
2ab0388fa06ac8f94018811b8ce4b2be338084e58729aa4c36891f1ef8c2c10e880f8855bc40ee41c4d47555d89ae9adc644edede3c6071bcd236b903e6ca86d
 SHA512 
f2b38da559617c57cad8a347d7d6283ef2d1ce5d0e3fbb9f74dfec636fbbcc992f41e701c1276c7ee33bd84c19c8560fdbedb2acc94de192a87f67c9972e
 MISC metadata.xml 285 BLAKE2B 
7665ca7b22bf0c8b2e486a5633130588ea83952d863912d0e8299707ed6d26dd66e40e1faa53173eb24079d4607cb783c9e0f6dce8f298607e5baf1ec5f1e587
 SHA512 
a8207edb781bc25e9bdc7f074ae3164ea9037077c6f6e0284474d033d57ceb188c3e1e9a77a0bbc9c7cac538a75ba23c42993340bd6555b0a71085d43c3f905d

diff --git a/dev-ml/obus/obus-1.2.0.ebuild b/dev-ml/obus/obus-1.2.0.ebuild
index 8502912..9e91220 100644
--- a/dev-ml/obus/obus-1.2.0.ebuild
+++ b/dev-ml/obus/obus-1.2.0.ebuild
@@ -22,6 +22,7 @@ dev-ml/react
 dev-ml/type-conv[ocamlopt?]
 dev-ml/xmlm
 dev-ml/ppx_core
+dev-ml/ppx_metaquot
 dev-ml/menhir
 dev-ml/ocaml-migrate-parsetree"
 DEPEND="${COMMEN_DEPEND}



[gentoo-commits] repo/user/superposition:master commit in: dev-ml/ppx_metaquot/

2020-04-16 Thread Philip Miess
commit: e86286ad19980e58792894428dfb64f2b45c9b18
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Apr 16 21:34:40 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Apr 16 21:34:40 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=e86286ad

add ppx_metaquot with dune dep

Signed-off-by: Philip Miess  yahoo.com>

 dev-ml/ppx_metaquot/Manifest  |  3 +++
 dev-ml/ppx_metaquot/metadata.xml  |  8 
 dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild | 26 ++
 3 files changed, 37 insertions(+)

diff --git a/dev-ml/ppx_metaquot/Manifest b/dev-ml/ppx_metaquot/Manifest
new file mode 100644
index 000..0587ff0
--- /dev/null
+++ b/dev-ml/ppx_metaquot/Manifest
@@ -0,0 +1,3 @@
+DIST ppx_metaquot-0.9.0.tar.gz 6801 BLAKE2B 
b5629da4c2460ed064e614e0051bd104fd731526498ffd085a75039672c186f314918c4c355a9dacfee7982c06b338950de0a670b27bd061e19b688a21693c08
 SHA512 
7645f02f964f2a33836f947a725384f95c7724dcd88c031aa3dd2d255127a21d473e19ff77cb917f845930ab44541a4698becf56721cc1a0a0eee5912947cd22
+EBUILD ppx_metaquot-0.9.0.ebuild 591 BLAKE2B 
8692762cb9fef248391dd6d419b933ef0ebfdcc365917b70951319752075d931b31251ad296b78b57675910e76485a76119fa7aa373298b57896f394e415b012
 SHA512 
7d01e0afb44f007f746158003bb2952fd98de8f53fe194ba9e137808406658a6f64d0b036ffe9b4e9c0f5e10a1f544fd7c802769c5bca9be7e53b91e4f326020
+MISC metadata.xml 255 BLAKE2B 
fcbf1fab1602517bb56010a6601cdfd6a178b1359572f496a6d168210af21319b60771d362efc52b908dc65e5a83ebf33fd5ef696c1fe131aedef0aebce19363
 SHA512 
d72c8cc39275b75dc8a43490d6b607a63874fd1e9e17a4fadfd18a66647901e1e8637e1ad3208d61c6a9b74f205ca57587ea440fac5ef597b425a5ecde0ecde0

diff --git a/dev-ml/ppx_metaquot/metadata.xml b/dev-ml/ppx_metaquot/metadata.xml
new file mode 100644
index 000..cc4e024
--- /dev/null
+++ b/dev-ml/ppx_metaquot/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   janestreet/ppx_metaquot
+   
+

diff --git a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild 
b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
new file mode 100644
index 000..c20d3c7
--- /dev/null
+++ b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit opam
+
+DESCRIPTION="Write OCaml AST fragment using OCaml syntax"
+HOMEPAGE="https://github.com/janestreet/ppx_metaquot;
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-ml/ppx_core:=
+   dev-ml/ppx_driver:=
+   dev-ml/ppx_traverse_builtins:=
+   dev-ml/ocaml-migrate-parsetree:=
+   

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

2020-04-16 Thread William Hubbs
commit: 0ba1a045604be328634acecc68097b3672af6c52
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Apr 16 21:39:13 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Apr 16 21:39:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba1a045

app-admin/dxf: 7.7.0 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-admin/dxf/Manifest |  1 +
 app-admin/dxf/dxf-7.7.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-admin/dxf/Manifest b/app-admin/dxf/Manifest
index f69e3891191..78fa5625e1b 100644
--- a/app-admin/dxf/Manifest
+++ b/app-admin/dxf/Manifest
@@ -1,2 +1,3 @@
 DIST dxf-7.5.1.tar.gz 308004 BLAKE2B 
6f8aaf39fbf3a9ef813d5af502361fac3827db17fa5279c3a53e8b87826cac15ef59cb41b2682c9eea065e0a30d98c2b22f72b4922869a012eab76274b1ff325
 SHA512 
f1a5082d70c115da9f01385e40ed7d2c1ce82af6fb9e55c8f3173e544a9ff3e98c8c565c9e6a2ca1e9a688665944ec0d9dd873f621914d5b746ef4a145f308a0
 DIST dxf-7.5.2.tar.gz 310576 BLAKE2B 
0b9b79b4278c2e4137105952d070bb5ce8b7b905881fb10d38c2504467ccc4e6ac8061651b2e82cae1af3e7d26a58904dc1cafe5099519e0ad14b6760131ab82
 SHA512 
2fb8d175fbcb13dc9160b28d37e5d74886826764b2f5b2cc9a1aad0cff59f7bd5146c15b130cb760406a9bbd4abd650adb050db72bd81dcca9e9b05beccec769
+DIST dxf-7.7.0.tar.gz 311410 BLAKE2B 
8fa4414f8a934db3b8b71193f1aa67bfee61084b6f737e98093164d7ed6fd9b6fc0e2ba8e8eb9b60337a721f04d3be2eb3dbc4a994cecd4735e2681326fb39ef
 SHA512 
a08b63bb250047b4fb858496a3acf1fa952911a9d22f37ef565db20a34d9b14af4a7282cbc428a61163e810a2ee5d23e2fc5f72f55c89a521eae9073350e282c

diff --git a/app-admin/dxf/dxf-7.7.0.ebuild b/app-admin/dxf/dxf-7.7.0.ebuild
new file mode 100644
index 000..50748bf02f1
--- /dev/null
+++ b/app-admin/dxf/dxf-7.7.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="Docker registry v2 client in Python"
+HOMEPAGE="https://github.com/davedoesdev/dxf;
+SRC_URI="https://github.com/davedoesdev/dxf/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-python/jwcrypto-0.4.2[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.18.4[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/tqdm-4.19.4[${PYTHON_USEDEP}]
+   >=dev-python/www-authenticate-0.9.2[${PYTHON_USEDEP}]"
+
+RESTRICT="test"
+# Require dockerd running
+
+python_test() {
+   emake test
+}



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

2020-04-16 Thread William Hubbs
commit: 969cecf8f1fdf7b63849fc9cd7ce64c891467dfd
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Apr 16 21:12:37 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Apr 16 21:13:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969cecf8

app-emulation/skopeo: 0.2.0 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/skopeo/Manifest|  1 +
 app-emulation/skopeo/skopeo-0.2.0.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/app-emulation/skopeo/Manifest b/app-emulation/skopeo/Manifest
index fe0c8471412..23e3f0447f8 100644
--- a/app-emulation/skopeo/Manifest
+++ b/app-emulation/skopeo/Manifest
@@ -2,3 +2,4 @@ DIST containers-storage-1.14.0-vfs-user-xattrs.patch 14835 
BLAKE2B 99c35933dcb25
 DIST skopeo-0.1.39.tar.gz 3850036 BLAKE2B 
e635be475f22cc25ab98e446424f4a6b0babe34f827a73f9c9c1533db782490e9af94e759ac78fbeeec1c0e1fa42eef9d09fb4e7ff1f4df654f65fe4c1a9f7b0
 SHA512 
c4aadc40f9d637c628cd96c204b3e9bc3a928c145521bed2e5046508fc936ff99442dda8b4a4cdd85c4d04e64a9ccee5ea8d563c6ebf4e6020d50d96b921716c
 DIST skopeo-0.1.40.tar.gz 3907911 BLAKE2B 
0a9ebcc9662036b1595149f0d19a46c0565b115d37b22c6410041eef3e6755b20561439596f1033dd6ce2c78a4948e358b2518003729873d5ab8ce9a7bec082c
 SHA512 
161edb8afa961e48e314cf70a4fcebd971a45a50fc11eab6ec751ba4eb05a8be011d16b83c4ed1fa9d6336846da5f518da006d4476ee4e29a160c629820773d3
 DIST skopeo-0.1.41.tar.gz 4692408 BLAKE2B 
d5e99be0cb478065f1478beda355abc11c8f13ad8446251048502da1b1af38d407ec46d284e59d2018af5d1ca6a953ad6156a306e9bc1acbdb22b447fe17a59f
 SHA512 
924af178eb9621395cfffcf51aa072886dc8c20746bce1599a503df8c54794e34184a1fc6fd9582b889c7c8efecf8cf192797bc8e208b90c71cca31bb970d8e9
+DIST skopeo-0.2.0.tar.gz 4295805 BLAKE2B 
4ad13ff49bec56f3766e8d94f80fe8e22edb011b8862fb1249882e5695fa9260a6e2ce3d8345411ee7717cb92d4c1516268678f0884a62b02bfc8c9a554367ee
 SHA512 
89d416110561dbe967860f752db607634a37b12adc376736de48264ec064abfed6b3db9ae195ffb3e9616dd6d65528660a23f2a5145d4674ed47cf443f17295a

diff --git a/app-emulation/skopeo/skopeo-0.2.0.ebuild 
b/app-emulation/skopeo/skopeo-0.2.0.ebuild
new file mode 100644
index 000..41797bfbd1b
--- /dev/null
+++ b/app-emulation/skopeo/skopeo-0.2.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+COMMIT=1119299c4b27e16680744e8bcf3b5362344a40d7
+inherit go-module bash-completion-r1
+
+DESCRIPTION="Command line utility foroperations on container images and image 
repositories"
+HOMEPAGE="https://github.com/containers/skopeo;
+SRC_URI="https://github.com/containers/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+COMMON_DEPEND=">=app-crypt/gpgme-1.5.5:=
+   >=dev-libs/libassuan-2.4.3:=
+   dev-libs/libgpg-error:=
+   >=sys-fs/btrfs-progs-4.0.1
+   >=sys-fs/lvm2-2.02.145:="
+DEPEND="${COMMON_DEPEND}
+   dev-go/go-md2man"
+RDEPEND="${COMMON_DEPEND}"
+
+RESTRICT="test"
+
+src_compile() {
+   local BUILDTAGS="containers_image_ostree_stub"
+   set -- go build -mod=vendor -ldflags "-X main.gitCommit=${COMMIT}" \
+   -gcflags "${GOGCFLAGS}" -tags "${BUILDTAGS}" \
+   -o skopeo ./cmd/skopeo
+   echo "$@"
+   "$@" || die
+   cd docs || die
+   for f in *.1.md; do
+   go-md2man -in ${f} -out ${f%%.md} || die
+   done
+}
+
+src_install() {
+   dobin skopeo
+   doman docs/*.1
+   dobashcomp completions/bash/skopeo
+   insinto /etc/containers
+   newins default-policy.json policy.json
+   insinto /etc/containers/registries.d
+   doins default.yaml
+   keepdir /var/lib/atomic/sigstore
+   einstalldocs
+}



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

2020-04-16 Thread James Le Cuirot
commit: 22fe0ea8e712c0a6ed6070e3aeb175887e8dc7af
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Apr 16 20:38:55 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 16 20:44:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fe0ea8

media-sound/openmpt123: Bump to 0.4.12, drop old 0.4.11

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

 media-sound/openmpt123/Manifest | 2 +-
 .../openmpt123/{openmpt123-0.4.11.ebuild => openmpt123-0.4.12.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/openmpt123/Manifest b/media-sound/openmpt123/Manifest
index 63f880895ec..f8ef5c0c540 100644
--- a/media-sound/openmpt123/Manifest
+++ b/media-sound/openmpt123/Manifest
@@ -1 +1 @@
-DIST libopenmpt-0.4.11+release.autotools.tar.gz 1471760 BLAKE2B 
fa6fd53974e235c9efb01dd7498067be9eb90a06906785d05257557c4c7faafbd0136f63e46f76638b46362cad02849fee45a21ed1c65603134c387d1c064d12
 SHA512 
d720a0c04984f624f7ecd1ee8648045cd09ced2cc8b1cf3546404b9e73b2781493076391c1881e0d0eee72cf829a38365313efb9852448cd1cfe5f7b7f535e99
+DIST libopenmpt-0.4.12+release.autotools.tar.gz 1472183 BLAKE2B 
ef3a2e04289a767e911c1d1aca9f973418be103b5aa62517cbc2a3900d2c5e3f175a885a13d85d29b1fd87af3df17b93900a6faa4ad38507b8aabf8897ab1203
 SHA512 
ed3d992712d6f3ecf019491311af72842c80703542a67f4e5a8bd5196156ef0941412d44f6887f3eefcf04094408704a23ba86cf12b05943bde4007eced9c63a

diff --git a/media-sound/openmpt123/openmpt123-0.4.11.ebuild 
b/media-sound/openmpt123/openmpt123-0.4.12.ebuild
similarity index 97%
rename from media-sound/openmpt123/openmpt123-0.4.11.ebuild
rename to media-sound/openmpt123/openmpt123-0.4.12.ebuild
index e7c6d6f4b4b..f015fab023a 100644
--- a/media-sound/openmpt123/openmpt123-0.4.11.ebuild
+++ b/media-sound/openmpt123/openmpt123-0.4.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openttd/

2020-04-16 Thread James Le Cuirot
commit: 08ec15becf379d3009b2d3d4cb2128c8dfd34e3c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Apr 16 20:42:50 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 16 20:44:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ec15be

games-simulation/openttd: Bump to 1.10.1, drop old 1.10.0

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

 games-simulation/openttd/Manifest   | 2 +-
 .../openttd/{openttd-1.10.0-r1.ebuild => openttd-1.10.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-simulation/openttd/Manifest 
b/games-simulation/openttd/Manifest
index 00e621e85a9..0fefa7f45e6 100644
--- a/games-simulation/openttd/Manifest
+++ b/games-simulation/openttd/Manifest
@@ -1 +1 @@
-DIST openttd-1.10.0-source.tar.xz 6801228 BLAKE2B 
7383cec42ece1b02fa9c783453ca2c54346138762b44d4338cd5f31577855cf0dc7af5744a3fc82354c463d81fc6ecde0ec3f9f660b6275cb58f85ecf43adbba
 SHA512 
f1727b81a059aa04bea1fb6a9a89ae0619942d6406a77f99e642a60ea9416daa215bbd0cbd183747c2df5f6dea81766b7e04493a52211e55522e8b2642db701a
+DIST openttd-1.10.1-source.tar.xz 6741548 BLAKE2B 
a9cf7681d4180a27f3b51ec9e4cdfdc8eae8a3e51f3ab70caa638d19211336c2067bdeefddb59a3638cbd25d89d83fb8ee4170584e861fefe84013ec5c6ff69c
 SHA512 
9e391c2c18687ce9d6fb1094da5dac1166ec409b17f5f4745486b24185e01380cfd806157b7fb9298c58f790995b43bc8c93d993e6a7e36a5b7cf153b7a1de89

diff --git a/games-simulation/openttd/openttd-1.10.0-r1.ebuild 
b/games-simulation/openttd/openttd-1.10.1.ebuild
similarity index 100%
rename from games-simulation/openttd/openttd-1.10.0-r1.ebuild
rename to games-simulation/openttd/openttd-1.10.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/

2020-04-16 Thread James Le Cuirot
commit: db63f031fa6d394a699ee0a0f15ca8d5294e56d8
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Apr 16 20:39:20 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 16 20:44:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db63f031

games-util/lgogdownloader: Bump to 3.6, drop old 3.7

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

 games-util/lgogdownloader/Manifest  | 2 +-
 .../{lgogdownloader-3.6.ebuild => lgogdownloader-3.7.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/lgogdownloader/Manifest 
b/games-util/lgogdownloader/Manifest
index 358481bab89..e11639e41e6 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1 @@
-DIST lgogdownloader-3.6.tar.gz 85470 BLAKE2B 
8dafbbbc0653629f5fda2a54f7f0609924d02e4266a018ebdc04abbdfa0ad97e9bdb1f33f5a1e8cb24695cf9c45c2abbbc4857f7eb8650dbc73feef9c6dd9f54
 SHA512 
e03b1f50a227aa9295071a309eaac4110592b1f50b8379298605d4995e83cde27039e3b3f074c6cd47f6e6971aafe756d619619b7e24f5960b8f271fa1081793
+DIST lgogdownloader-3.7.tar.gz 85653 BLAKE2B 
bb6fe56be291ca726b97cfb7ce83e87e855584da911839a9bc6a923c027e7ea67e83e62a5e8bb1a0c62dd053a7d6728c1e82896d19ba48a310574dc8c6a647f5
 SHA512 
2085b9c64008d790a28dcb9d22009340acac164db316523919dcf797255fd57a36160950fb222e82b9ee6262ef8c0e86193e2d9a4488ea2105f9f4bbe7db727b

diff --git a/games-util/lgogdownloader/lgogdownloader-3.6.ebuild 
b/games-util/lgogdownloader/lgogdownloader-3.7.ebuild
similarity index 100%
rename from games-util/lgogdownloader/lgogdownloader-3.6.ebuild
rename to games-util/lgogdownloader/lgogdownloader-3.7.ebuild



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openttd/

2020-04-16 Thread James Le Cuirot
commit: 7fd6b71cb7c2fc49a0e9cbf5fc89c41513f09356
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Apr 16 20:36:34 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 16 20:43:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd6b71c

games-simulation/openttd: Fix dependencies and CC/CXX

Bug: https://bugs.gentoo.org/716528
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot  gentoo.org>

 .../{openttd-1.10.0.ebuild => openttd-1.10.0-r1.ebuild}   | 11 +++
 games-simulation/openttd/openttd-.ebuild  | 11 +++
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/games-simulation/openttd/openttd-1.10.0.ebuild 
b/games-simulation/openttd/openttd-1.10.0-r1.ebuild
similarity index 94%
rename from games-simulation/openttd/openttd-1.10.0.ebuild
rename to games-simulation/openttd/openttd-1.10.0-r1.ebuild
index c8b8fc022e8..07ee1c24820 100644
--- a/games-simulation/openttd/openttd-1.10.0.ebuild
+++ b/games-simulation/openttd/openttd-1.10.0-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit xdg
+
+inherit toolchain-funcs xdg
 
 MY_PV="${PV/_rc/-RC}"
 MY_P="${PN}-${MY_PV}"
@@ -20,11 +21,11 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png 
cpu_flags_x86_sse +timidity +truetype zlib"
+IUSE="aplaymidi debug dedicated iconv icu +lzma lzo +openmedia +png 
cpu_flags_x86_sse +timidity +truetype zlib"
 RESTRICT="test" # needs a graphics set in order to test
 
 RDEPEND="!dedicated? (
-   media-libs/libsdl[sound,X,video]
+   media-libs/libsdl2[sound,video]
icu? (
dev-libs/icu-layoutex
dev-libs/icu-le-hb
@@ -36,6 +37,7 @@ RDEPEND="!dedicated? (
sys-libs/zlib:=
)
)
+   lzma? ( app-arch/xz-utils )
lzo? ( dev-libs/lzo:2 )
iconv? ( virtual/libiconv )
png? (
@@ -72,6 +74,7 @@ src_configure() {
--prefix-dir="${EPREFIX}/usr"
$(use_with cpu_flags_x86_sse sse)
$(use_with iconv)
+   $(use_with lzma)
$(use_with lzo liblzo2)
$(use_with png)
$(usex debug '--enable-debug=3' '')
@@ -101,7 +104,7 @@ src_configure() {
 
# configure is a hand-written bash-script, so econf will not work.
# It's all built as C++, upstream uses CFLAGS internally.
-   CFLAGS="" ./configure ${myopts[@]} || die
+   CC=$(tc-getCC) CXX=$(tc-getCXX) CFLAGS="" ./configure ${myopts[@]} || 
die
 }
 
 src_compile() {

diff --git a/games-simulation/openttd/openttd-.ebuild 
b/games-simulation/openttd/openttd-.ebuild
index c8b8fc022e8..07ee1c24820 100644
--- a/games-simulation/openttd/openttd-.ebuild
+++ b/games-simulation/openttd/openttd-.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit xdg
+
+inherit toolchain-funcs xdg
 
 MY_PV="${PV/_rc/-RC}"
 MY_P="${PN}-${MY_PV}"
@@ -20,11 +21,11 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png 
cpu_flags_x86_sse +timidity +truetype zlib"
+IUSE="aplaymidi debug dedicated iconv icu +lzma lzo +openmedia +png 
cpu_flags_x86_sse +timidity +truetype zlib"
 RESTRICT="test" # needs a graphics set in order to test
 
 RDEPEND="!dedicated? (
-   media-libs/libsdl[sound,X,video]
+   media-libs/libsdl2[sound,video]
icu? (
dev-libs/icu-layoutex
dev-libs/icu-le-hb
@@ -36,6 +37,7 @@ RDEPEND="!dedicated? (
sys-libs/zlib:=
)
)
+   lzma? ( app-arch/xz-utils )
lzo? ( dev-libs/lzo:2 )
iconv? ( virtual/libiconv )
png? (
@@ -72,6 +74,7 @@ src_configure() {
--prefix-dir="${EPREFIX}/usr"
$(use_with cpu_flags_x86_sse sse)
$(use_with iconv)
+   $(use_with lzma)
$(use_with lzo liblzo2)
$(use_with png)
$(usex debug '--enable-debug=3' '')
@@ -101,7 +104,7 @@ src_configure() {
 
# configure is a hand-written bash-script, so econf will not work.
# It's all built as C++, upstream uses CFLAGS internally.
-   CFLAGS="" ./configure ${myopts[@]} || die
+   CC=$(tc-getCC) CXX=$(tc-getCXX) CFLAGS="" ./configure ${myopts[@]} || 
die
 }
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openttd/

2020-04-16 Thread James Le Cuirot
commit: 3172a2b7a53f5150e1ae8eba4541c0a9073194e8
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Apr 16 20:37:54 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 16 20:43:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3172a2b7

games-simulation/openttd: Drop old 1.9.*

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

 games-simulation/openttd/Manifest |   3 -
 games-simulation/openttd/openttd-1.9.1.ebuild | 185 --
 games-simulation/openttd/openttd-1.9.2.ebuild | 185 --
 games-simulation/openttd/openttd-1.9.3.ebuild | 185 --
 4 files changed, 558 deletions(-)

diff --git a/games-simulation/openttd/Manifest 
b/games-simulation/openttd/Manifest
index 6ef4bdbbcee..00e621e85a9 100644
--- a/games-simulation/openttd/Manifest
+++ b/games-simulation/openttd/Manifest
@@ -1,4 +1 @@
 DIST openttd-1.10.0-source.tar.xz 6801228 BLAKE2B 
7383cec42ece1b02fa9c783453ca2c54346138762b44d4338cd5f31577855cf0dc7af5744a3fc82354c463d81fc6ecde0ec3f9f660b6275cb58f85ecf43adbba
 SHA512 
f1727b81a059aa04bea1fb6a9a89ae0619942d6406a77f99e642a60ea9416daa215bbd0cbd183747c2df5f6dea81766b7e04493a52211e55522e8b2642db701a
-DIST openttd-1.9.1-source.tar.xz 6647548 BLAKE2B 
fd7d03221bea49345e2163ff700e62a12682f706c1dab3fc741136219b80094bf945dc0cefcd807a643d141841a307141bb760d4b06bf75fa18129c557b149c3
 SHA512 
44d907299a14fd09ebff980f7c212bbdbd5def880bc56bfe106c3efa8cb32472bbcafdbb145d3f4340a3bc96179418f78fe2ddc62dd067b464eca73313b477c1
-DIST openttd-1.9.2-source.tar.xz 860 BLAKE2B 
a28862b00f3ec5cd8f015445022746e08a298046de05a592a76f72ff72d76aae4584d48cfe021d3fe6920555b4848986b3e25b23998cac830da572c21f06e595
 SHA512 
a84a219c049147e9566967f96a01c84dde587e38da37b34ef756da99a2d14f1d418492030098f63c4ac60cb0db553f474aaf3b8a00c8abfd98f66adc14f523e4
-DIST openttd-1.9.3-source.tar.xz 6659508 BLAKE2B 
653ddd14d257d25f6c51138765f310cb8166575375fb95227a9a2c06cd1b526d8af403cb736d17b98c49add26f668ab5c6f8ca7b5fcda5fea9093726b2fd4a21
 SHA512 
e2208f730cf26c2df9b1950e885e20471060217dd47f2483db3f1cc86b40658d71208f27caab38a9fa513cfddb33c791a0972336dfa902a6d110ef246d936a34

diff --git a/games-simulation/openttd/openttd-1.9.1.ebuild 
b/games-simulation/openttd/openttd-1.9.1.ebuild
deleted file mode 100644
index 49368f0e59a..000
--- a/games-simulation/openttd/openttd-1.9.1.ebuild
+++ /dev/null
@@ -1,185 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit xdg
-
-MY_PV="${PV/_rc/-RC}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="OpenTTD is a clone of Transport Tycoon Deluxe"
-HOMEPAGE="http://www.openttd.org/;
-if [[ "${PV}" == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/OpenTTD/OpenTTD.git;
-else
-   
SRC_URI="https://proxy.binaries.openttd.org/openttd-releases/${MY_PV}/${MY_P}-source.tar.xz;
-   KEYWORDS="~amd64 ~ppc64 ~x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png 
cpu_flags_x86_sse +timidity +truetype zlib"
-RESTRICT="test" # needs a graphics set in order to test
-
-RDEPEND="!dedicated? (
-   media-libs/libsdl[sound,X,video]
-   icu? (
-   dev-libs/icu-layoutex
-   dev-libs/icu-le-hb
-   >=dev-libs/icu-58.1:=
-   )
-   truetype? (
-   media-libs/fontconfig
-   media-libs/freetype:2
-   sys-libs/zlib:=
-   )
-   )
-   lzo? ( dev-libs/lzo:2 )
-   iconv? ( virtual/libiconv )
-   png? (
-   media-libs/libpng:0
-   sys-libs/zlib:=
-   )
-   zlib? ( sys-libs/zlib:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig"
-PDEPEND="
-   !dedicated? (
-   openmedia? (
-   games-misc/openmsx
-   games-misc/opensfx
-   )
-   aplaymidi? ( media-sound/alsa-utils )
-   !aplaymidi? ( timidity? ( media-sound/timidity++ ) )
-   )
-   openmedia? ( >=games-misc/opengfx-0.4.7 )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.9.0-cflags.patch
-   "${FILESDIR}"/${PN}-1.9.0-dont_compress_manpages.patch
-)
-
-src_configure() {
-   local myopts=(
-   --binary-dir="bin"
-   --disable-strip
-   --doc-dir="share/doc/${PF}"
-   --install-dir="${D}"
-   --menu-group="Game;Simulation;"
-   --prefix-dir="${EPREFIX}/usr"
-   $(use_with cpu_flags_x86_sse sse)
-   $(use_with iconv)
-   $(use_with lzo liblzo2)
-   $(use_with png)
-   $(usex debug '--enable-debug=3' '')
-   # there is an allegro interface available as 

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

2020-04-16 Thread James Le Cuirot
commit: 9b857f7aa4e0ec2bf163b898a72212a4391775b0
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Apr 16 20:38:33 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 16 20:44:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b857f7a

media-libs/libopenmpt: Bump to 0.4.12, drop old 0.4.11

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

 media-libs/libopenmpt/Manifest  | 2 +-
 .../libopenmpt/{libopenmpt-0.4.11.ebuild => libopenmpt-0.4.12.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libopenmpt/Manifest b/media-libs/libopenmpt/Manifest
index 63f880895ec..f8ef5c0c540 100644
--- a/media-libs/libopenmpt/Manifest
+++ b/media-libs/libopenmpt/Manifest
@@ -1 +1 @@
-DIST libopenmpt-0.4.11+release.autotools.tar.gz 1471760 BLAKE2B 
fa6fd53974e235c9efb01dd7498067be9eb90a06906785d05257557c4c7faafbd0136f63e46f76638b46362cad02849fee45a21ed1c65603134c387d1c064d12
 SHA512 
d720a0c04984f624f7ecd1ee8648045cd09ced2cc8b1cf3546404b9e73b2781493076391c1881e0d0eee72cf829a38365313efb9852448cd1cfe5f7b7f535e99
+DIST libopenmpt-0.4.12+release.autotools.tar.gz 1472183 BLAKE2B 
ef3a2e04289a767e911c1d1aca9f973418be103b5aa62517cbc2a3900d2c5e3f175a885a13d85d29b1fd87af3df17b93900a6faa4ad38507b8aabf8897ab1203
 SHA512 
ed3d992712d6f3ecf019491311af72842c80703542a67f4e5a8bd5196156ef0941412d44f6887f3eefcf04094408704a23ba86cf12b05943bde4007eced9c63a

diff --git a/media-libs/libopenmpt/libopenmpt-0.4.11.ebuild 
b/media-libs/libopenmpt/libopenmpt-0.4.12.ebuild
similarity index 97%
rename from media-libs/libopenmpt/libopenmpt-0.4.11.ebuild
rename to media-libs/libopenmpt/libopenmpt-0.4.12.ebuild
index 091bc25c2d2..093c6758739 100644
--- a/media-libs/libopenmpt/libopenmpt-0.4.11.ebuild
+++ b/media-libs/libopenmpt/libopenmpt-0.4.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



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

2020-04-16 Thread Mart Raudsepp
commit: 0ae73f3d4d70dc4053745e6b6c905b3c914b07cc
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Thu Apr 16 17:42:38 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Apr 16 20:40:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae73f3d

sys-apps/debianutils: arm64 stable (bug #717676)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/sys-apps/debianutils/debianutils-4.9.1.ebuild 
b/sys-apps/debianutils/debianutils-4.9.1.ebuild
index 31a787b0af6..ed8e0d3d488 100644
--- a/sys-apps/debianutils/debianutils-4.9.1.ebuild
+++ b/sys-apps/debianutils/debianutils-4.9.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
 
 LICENSE="BSD GPL-2 SMAIL"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x86-linux"
 IUSE="+installkernel static"
 
 PDEPEND="



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

2020-04-16 Thread Mart Raudsepp
commit: fdb853e0999e059e8601fcf6827e6a8a6c6523cf
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Thu Apr 16 18:00:19 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Apr 16 20:40:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb853e0

dev-python/pytest-xprocess: arm64 stable (bug #717674)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild 
b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild
index 83e32620723..5328b454227 100644
--- a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild
+++ b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-04-16 Thread Mart Raudsepp
commit: c233e7d876311318a3aa203634d92b2cbcf46dc0
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Thu Apr 16 17:45:07 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Apr 16 20:40:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c233e7d8

dev-libs/libnl: arm64 stable (bug #717662)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-libs/libnl/libnl-3.5.0.ebuild 
b/dev-libs/libnl/libnl-3.5.0.ebuild
index 314e0b54a40..d4c68b52604 100644
--- a/dev-libs/libnl/libnl-3.5.0.ebuild
+++ b/dev-libs/libnl/libnl-3.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 "
 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="+debug static-libs python +threads utils"
 
 RDEPEND="



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

2020-04-16 Thread Mart Raudsepp
commit: 81078563dd7814c7dac09dd8355495b9b150116a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Apr 16 20:39:32 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Apr 16 20:40:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81078563

dev-python/cairocffi: arm64 stable (bug #714286)

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

 dev-python/cairocffi/cairocffi-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cairocffi/cairocffi-1.1.0.ebuild 
b/dev-python/cairocffi/cairocffi-1.1.0.ebuild
index 876f2e47910..457f6312111 100644
--- a/dev-python/cairocffi/cairocffi-1.1.0.ebuild
+++ b/dev-python/cairocffi/cairocffi-1.1.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-04-16 Thread Mart Raudsepp
commit: 4e3b600f2aaa8f2dec2c7c0638cfbf27c5ca7995
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Thu Apr 16 17:43:00 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Apr 16 20:40:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3b600f

sys-kernel/installkernel-gentoo: arm64 stable (bug #717676)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/sys-kernel/installkernel-gentoo/installkernel-gentoo-2.ebuild 
b/sys-kernel/installkernel-gentoo/installkernel-gentoo-2.ebuild
index 1d40ac000cd..92efe376055 100644
--- a/sys-kernel/installkernel-gentoo/installkernel-gentoo-2.ebuild
+++ b/sys-kernel/installkernel-gentoo/installkernel-gentoo-2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/mgorny/installkernel-gentoo/archive/v${PV}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x86-linux"
 
 RDEPEND="
>=sys-apps/debianutils-4.9-r1



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

2020-04-16 Thread Sebastian Pipping
commit: fdbe3e4f916c311f2639946101716b35e18fd697
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Thu Apr 16 20:35:54 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Thu Apr 16 20:39:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbe3e4f

app-misc/spacenavd: Fix USE=-X and deps for 0.7.1

Closes: https://bugs.gentoo.org/717690
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22

 .../spacenavd/files/spacenavd-0.7.1-no-x11.patch   | 36 ++
 app-misc/spacenavd/spacenavd-0.7.1.ebuild  | 11 ++-
 2 files changed, 46 insertions(+), 1 deletion(-)

diff --git a/app-misc/spacenavd/files/spacenavd-0.7.1-no-x11.patch 
b/app-misc/spacenavd/files/spacenavd-0.7.1-no-x11.patch
new file mode 100644
index 000..71b9e26cd03
--- /dev/null
+++ b/app-misc/spacenavd/files/spacenavd-0.7.1-no-x11.patch
@@ -0,0 +1,36 @@
+From 0e7ee937e01b764a6bde28875a3bf0169dbfafa6 Mon Sep 17 00:00:00 2001
+From: John Tsiombikas 
+Date: Sat, 8 Feb 2020 05:23:02 +0200
+Subject: [PATCH] dev.c should conditionally include proto_x11.h, only if
+ USE_X11 is defined. Closes github bug #22.
+
+---
+ src/dev.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/dev.c b/src/dev.c
+index 2074895..8a1b315 100644
+--- a/src/dev.c
 b/src/dev.c
+@@ -1,6 +1,6 @@
+ /*
+ spacenavd - a free software replacement driver for 6dof space-mice.
+-Copyright (C) 2007-2019 John Tsiombikas 
++Copyright (C) 2007-2020 John Tsiombikas 
+ 
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+@@ -25,7 +25,10 @@ along with this program.  If not, see 
.
+ #include "dev_serial.h"
+ #include "event.h" /* remove pending events upon device removal */
+ #include "spnavd.h"
++
++#ifdef USE_X11
+ #include "proto_x11.h"
++#endif
+ 
+ static struct device *add_device(void);
+ static struct device *dev_path_in_use(char const * dev_path);
+-- 
+2.26.1
+

diff --git a/app-misc/spacenavd/spacenavd-0.7.1.ebuild 
b/app-misc/spacenavd/spacenavd-0.7.1.ebuild
index e4ff48d27d9..c36104bb835 100644
--- a/app-misc/spacenavd/spacenavd-0.7.1.ebuild
+++ b/app-misc/spacenavd/spacenavd-0.7.1.ebuild
@@ -14,9 +14,18 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="X"
 
-RDEPEND="X? ( x11-apps/xdpyinfo x11-libs/libXi )"
+RDEPEND="X? (
+   x11-apps/xdpyinfo
+   x11-base/xorg-proto
+   x11-libs/libX11
+   x11-libs/libXi
+   )"
 DEPEND="${RDEPEND}"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-no-x11.patch  # bug 717690
+)
+
 pkg_setup() {
CONFIG_CHECK="~INPUT_EVDEV"
ERROR_CFG="Your kernel needs INPUT_EVDEV for the spacenavd to work 
properly"



[gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/

2020-04-16 Thread Conrad Kostecki
commit: b197c6502631b3d54cbe91f53d6a66e78930331f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Apr 16 20:34:46 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Apr 16 20:34:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b197c650

games-server/bedrock-server: drop old version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Conrad Kostecki  gentoo.org>

 games-server/bedrock-server/Manifest   |  1 -
 .../bedrock-server/bedrock-server-1.14.32.1.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/games-server/bedrock-server/Manifest 
b/games-server/bedrock-server/Manifest
index 85ea1049bac..09b2759175f 100644
--- a/games-server/bedrock-server/Manifest
+++ b/games-server/bedrock-server/Manifest
@@ -1,3 +1,2 @@
 DIST bedrock-server-1.14.1.4.zip 49395245 BLAKE2B 
987de7d8e009dedb87e01b14e81ba857dd374f7d6621d3f13e137d7a51ad763d952452a1f8d34ff943add8ae3df8c7aff7fc5fe315d2ee29986fe967926a3969
 SHA512 
765d31aa3fd75c3e654ae65e5888ef3fc094fb12a49d9f0d5b0d94c58dfb508884218288dd4bb1cbda007305bff969219d6d438db4d9732295590678561bfcc3
-DIST bedrock-server-1.14.32.1.zip 49449540 BLAKE2B 
293b366cd3455775b0cd4145cac474030c6eeb7df83397cc0f80c2f97515e2f2aaf256cc4ca7372e3795534d1ccefba515fbd054914c7e93b65ed5e8f1ef122a
 SHA512 
e998565f04cd2703f125fb5627aeae8b1f010600e0880f0aee009dc26544f251cd2b503d27ecbc721ee62b7f07afaf357ae631042094d18884310b9518a8
 DIST bedrock-server-1.14.60.5.zip 288044278 BLAKE2B 
11fa18f892b95eac8fa2108adce6af14b213f4a409c82d4a59b9cf17ce2d8921f1ef1d6e74cc53757f5453daa84298c36230884f15e56408b74e3a70ca50b74b
 SHA512 
d295f7090fb26c87d8259cd5e7581699d59292425362139035929548e27055e78c3a8c64b02f99c3da24d8edf8657f3ca656253c7979d30b1495ebf6000b9308

diff --git a/games-server/bedrock-server/bedrock-server-1.14.32.1.ebuild 
b/games-server/bedrock-server/bedrock-server-1.14.32.1.ebuild
deleted file mode 100644
index c7229a9f1d2..000
--- a/games-server/bedrock-server/bedrock-server-1.14.32.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="The official bedrock (non-java) based server for the sandbox 
video game"
-HOMEPAGE="https://www.minecraft.net/;
-SRC_URI="https://minecraft.azureedge.net/bin-linux/${P}.zip;
-
-LICENSE="Mojang"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-RDEPEND="
-   acct-group/bedrock
-   acct-user/bedrock
-   app-misc/dtach
-   dev-libs/openssl:0/1.1
-   net-misc/curl[ssl]
-"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="bindist mirror"
-
-S="${WORKDIR}"
-
-DOCS=(
-   "bedrock_server_how_to.html"
-   "release-notes.txt"
-)
-
-QA_PREBUILT="
-   opt/bedrock-server/bedrock_server
-   opt/bedrock-server/libCrypto.so
-"
-
-src_install() {
-   exeinto /opt/bedrock-server
-   doexe bedrock_server libCrypto.so
-
-   insinto /opt/bedrock-server
-   doins {permissions,whitelist}.json server.properties
-   doins -r {behavior,resource}_packs definitions structures
-
-   dodir /opt/bin
-   dosym ../bedrock-server/bedrock_server /opt/bin/bedrock-server
-
-   newinitd "${FILESDIR}"/bedrock-server.initd-r1 bedrock-server
-
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/

2020-04-16 Thread Conrad Kostecki
commit: 0b8e22782db1cb41c1b6018514c8c7ea1ac7cad3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Apr 16 20:34:03 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Apr 16 20:34:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8e2278

games-server/bedrock-server: bump to version 1.14.60.5

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Conrad Kostecki  gentoo.org>

 games-server/bedrock-server/Manifest   |  1 +
 .../bedrock-server/bedrock-server-1.14.60.5.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/games-server/bedrock-server/Manifest 
b/games-server/bedrock-server/Manifest
index ccae1151a05..85ea1049bac 100644
--- a/games-server/bedrock-server/Manifest
+++ b/games-server/bedrock-server/Manifest
@@ -1,2 +1,3 @@
 DIST bedrock-server-1.14.1.4.zip 49395245 BLAKE2B 
987de7d8e009dedb87e01b14e81ba857dd374f7d6621d3f13e137d7a51ad763d952452a1f8d34ff943add8ae3df8c7aff7fc5fe315d2ee29986fe967926a3969
 SHA512 
765d31aa3fd75c3e654ae65e5888ef3fc094fb12a49d9f0d5b0d94c58dfb508884218288dd4bb1cbda007305bff969219d6d438db4d9732295590678561bfcc3
 DIST bedrock-server-1.14.32.1.zip 49449540 BLAKE2B 
293b366cd3455775b0cd4145cac474030c6eeb7df83397cc0f80c2f97515e2f2aaf256cc4ca7372e3795534d1ccefba515fbd054914c7e93b65ed5e8f1ef122a
 SHA512 
e998565f04cd2703f125fb5627aeae8b1f010600e0880f0aee009dc26544f251cd2b503d27ecbc721ee62b7f07afaf357ae631042094d18884310b9518a8
+DIST bedrock-server-1.14.60.5.zip 288044278 BLAKE2B 
11fa18f892b95eac8fa2108adce6af14b213f4a409c82d4a59b9cf17ce2d8921f1ef1d6e74cc53757f5453daa84298c36230884f15e56408b74e3a70ca50b74b
 SHA512 
d295f7090fb26c87d8259cd5e7581699d59292425362139035929548e27055e78c3a8c64b02f99c3da24d8edf8657f3ca656253c7979d30b1495ebf6000b9308

diff --git a/games-server/bedrock-server/bedrock-server-1.14.60.5.ebuild 
b/games-server/bedrock-server/bedrock-server-1.14.60.5.ebuild
new file mode 100644
index 000..c7229a9f1d2
--- /dev/null
+++ b/games-server/bedrock-server/bedrock-server-1.14.60.5.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="The official bedrock (non-java) based server for the sandbox 
video game"
+HOMEPAGE="https://www.minecraft.net/;
+SRC_URI="https://minecraft.azureedge.net/bin-linux/${P}.zip;
+
+LICENSE="Mojang"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RDEPEND="
+   acct-group/bedrock
+   acct-user/bedrock
+   app-misc/dtach
+   dev-libs/openssl:0/1.1
+   net-misc/curl[ssl]
+"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+S="${WORKDIR}"
+
+DOCS=(
+   "bedrock_server_how_to.html"
+   "release-notes.txt"
+)
+
+QA_PREBUILT="
+   opt/bedrock-server/bedrock_server
+   opt/bedrock-server/libCrypto.so
+"
+
+src_install() {
+   exeinto /opt/bedrock-server
+   doexe bedrock_server libCrypto.so
+
+   insinto /opt/bedrock-server
+   doins {permissions,whitelist}.json server.properties
+   doins -r {behavior,resource}_packs definitions structures
+
+   dodir /opt/bin
+   dosym ../bedrock-server/bedrock_server /opt/bin/bedrock-server
+
+   newinitd "${FILESDIR}"/bedrock-server.initd-r1 bedrock-server
+
+   einstalldocs
+}



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

2020-04-16 Thread William Hubbs
commit: b447868dfed2feeb67957a130dd245f8e50d427b
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Apr 16 20:18:05 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Apr 16 20:18:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b447868d

app-emulation/buildah: 1.14.8 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/buildah/Manifest  |  1 +
 app-emulation/buildah/buildah-1.14.8.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest
index 1a8cb047bcf..0dcb0f0f58d 100644
--- a/app-emulation/buildah/Manifest
+++ b/app-emulation/buildah/Manifest
@@ -1,2 +1,3 @@
 DIST buildah-1.14.5.tar.gz 11023227 BLAKE2B 
ebd6cecfc6fa4635ae662dddc722a350fd0b9c87c3d4d67f8010d5ea070270da4f4cd5759612b84d55ecd27b90904950b96471d75057bc6b7d45989312ebec8e
 SHA512 
759d2ba26af43d6ff7ee891f88114a0cde6307439f7837343bfa6edba2473805f0f2e584264e8be01b9f0af07b1fd323243af5feeb9535ada4475ce53a980ff6
 DIST buildah-1.14.6.tar.gz 11104320 BLAKE2B 
fa618e095523e853454170504aa2747d29e8bec16282eb4bdcf9d8ddeccceeb7ad706d0d127dc621ef0840136737b328c31d9b6b2f9bd1b734beb6d24a15bea3
 SHA512 
869addbd41c115ca92eab30133c76cd0d449184e95f3b64fa57ad84f50834e6f6189bd1a7e4871aba270b96bf69192ff00da7f0e086439c811c5093342ac14d2
+DIST buildah-1.14.8.tar.gz 10660799 BLAKE2B 
b32375900c3509b88ae37366f1d2e2b593d0705cabf74c305bf0838f8e22ef9805e37b6bbe1a054d9fc3e48fa5c086fd0524362d570742eec846fb4b079c74d5
 SHA512 
8cc64d8262ffe3727f4c32051f4f3456ab0b54f221ce6d144a301b732170eb487dc356f4e056c804ca9806172e60920239b62800a0aac2dc5de83cd656ea97f3

diff --git a/app-emulation/buildah/buildah-1.14.8.ebuild 
b/app-emulation/buildah/buildah-1.14.8.ebuild
new file mode 100644
index 000..ee3be785fd2
--- /dev/null
+++ b/app-emulation/buildah/buildah-1.14.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit bash-completion-r1 go-module
+
+KEYWORDS="~amd64"
+DESCRIPTION="A tool that facilitates building OCI images"
+HOMEPAGE="https://github.com/containers/buildah;
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
+SLOT="0"
+IUSE="selinux"
+EGIT_COMMIT="v${PV}"
+GIT_COMMIT=155ce56a
+SRC_URI="https://github.com/containers/buildah/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"
+
+src_prepare() {
+   default
+   [[ -f selinux_tag.sh ]] || die
+   use selinux || { echo -e "#!/bin/sh\ntrue" > \
+   selinux_tag.sh || die; }
+}
+
+src_compile() {
+   emake GIT_COMMIT=${GIT_COMMIT} 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() {
+   emake test-unit
+}



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

2020-04-16 Thread Andreas Sturmlechner
commit: 80ff8d8a989b951d86bb8e294e810adf2e804017
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 16 19:46:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 16 19:54:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ff8d8a

media-plugins/audacious-plugins: 4.0.2 version bump

Thanks-to: Etienne d'Hautefeuille  yahoo.fr>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-plugins/audacious-plugins/Manifest   |   1 +
 .../audacious-plugins-4.0.2.ebuild | 166 +
 2 files changed, 167 insertions(+)

diff --git a/media-plugins/audacious-plugins/Manifest 
b/media-plugins/audacious-plugins/Manifest
index 801ea0015f3..802bc293a7b 100644
--- a/media-plugins/audacious-plugins/Manifest
+++ b/media-plugins/audacious-plugins/Manifest
@@ -1,2 +1,3 @@
 DIST audacious-plugins-3.10.1.tar.bz2 1715477 BLAKE2B 
fda3940e6c06aadd93a3e1538be747083fcc969cf3118cf3e942787906b9ee0a13bd3c30d15ba19cb713559cdf8f7b71d7b961173b1619f0aafbdea5deb75ac3
 SHA512 
454e9ce4061e92a0ecda40f562d4cc7453fc0019fd76b25dbe9e319319fa37c22f9785cb29563e8074de8a88e6130106aca1e431790297e1b4636dc974fde565
+DIST audacious-plugins-4.0.2.tar.bz2 1752042 BLAKE2B 
73a7c72517e1f897885d0d73797e0b47fe4c25625f317dd6ea6179de997d10f2e6b829bc35411794c1b526eb671e07220bc7056214668d2cd5b53d2e754a7041
 SHA512 
0d3aa46f6ad75e6d541de7b7f24de2cc169a8856c5a204688231b6233131a1ce55feb9bb126eed89d05a8ee21e3a441449a1e11fd20b4fc10724afebb4318118
 DIST audacious-plugins-4.0.tar.bz2 1741569 BLAKE2B 
2be0bd0d48cda51788286385a1c75d9f9d5701fff325dab7fe0f63560051690f023d8e27d24d33b87aefeaa0d54cc5e6240736511d9b547aad9d260da0e9f471
 SHA512 
f9f7d249ff5b8337729ce59b24ec249b96842ed9986a6a42a4de179bed44a431316537311a5514d652c0f847d7e849afd18e0bb2a2a5628d24cc6d449c52095c

diff --git a/media-plugins/audacious-plugins/audacious-plugins-4.0.2.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-4.0.2.ebuild
new file mode 100644
index 000..9344bbc0468
--- /dev/null
+++ b/media-plugins/audacious-plugins/audacious-plugins-4.0.2.ebuild
@@ -0,0 +1,166 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${P/_/-}"
+
+if [[ ${PV} == * ]]; then
+   inherit autotools git-r3
+   
EGIT_REPO_URI="https://github.com/audacious-media-player/audacious-plugins.git;
+else
+   SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2;
+   KEYWORDS="~amd64 ~x86"
+fi
+DESCRIPTION="Lightweight and versatile audio player"
+HOMEPAGE="https://audacious-media-player.org/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="aac +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth gme http jack
+   lame libav libnotify libsamplerate lirc mms modplug mp3 nls opengl
+   pulseaudio qtmedia scrobbler sdl sid sndfile soxr speedpitch streamtuner
+   vorbis wavpack"
+REQUIRED_USE="
+   || ( alsa jack pulseaudio qtmedia sdl )
+   ampache? ( http ) streamtuner? ( http )"
+
+# The following plugins REQUIRE a GUI build of audacious, because non-GUI
+# builds do NOT install the libaudgui library & headers.
+# Plugins without a configure option:
+#   alarm
+#   albumart
+#   delete-files
+#   ladspa
+#   playlist-manager
+#   search-tool
+#   skins
+#   vtx
+# Plugins with a configure option:
+#   glspectrum
+#   gtkui
+#   hotkey
+#   notify
+#   statusicon
+BDEPEND="
+   dev-util/gdbus-codegen
+   virtual/pkgconfig
+   nls? ( dev-util/intltool )
+"
+DEPEND="
+   app-arch/unzip
+   dev-libs/dbus-glib
+   dev-libs/glib
+   dev-libs/libxml2:2
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   ~media-sound/audacious-${PV}
+   aac? ( >=media-libs/faad2-2.7 )
+   alsa? ( >=media-libs/alsa-lib-1.0.16 )
+   ampache? ( =media-libs/ampache_browser-1* )
+   bs2b? ( media-libs/libbs2b )
+   cdda? (
+   dev-libs/libcdio:=
+   dev-libs/libcdio-paranoia:=
+   >=media-libs/libcddb-1.2.1
+   )
+   cue? ( media-libs/libcue:= )
+   ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
+   flac? (
+   >=media-libs/flac-1.2.1-r1
+   >=media-libs/libvorbis-1.0
+   )
+   fluidsynth? ( media-sound/fluidsynth:= )
+   http? ( >=net-libs/neon-0.26.4 )
+   jack? (
+   >=media-libs/bio2jack-0.4
+   virtual/jack
+   )
+   lame? ( media-sound/lame )
+   libnotify? ( x11-libs/libnotify )
+   libsamplerate? ( media-libs/libsamplerate:= )
+   lirc? ( app-misc/lirc )
+   mms? ( >=media-libs/libmms-0.3 )
+   modplug? ( media-libs/libmodplug )
+   mp3? ( >=media-sound/mpg123-1.12.1 )
+   opengl? ( dev-qt/qtopengl:5 )
+   pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
+   qtmedia? ( dev-qt/qtmultimedia:5 )
+   scrobbler? ( net-misc/curl )
+   sdl? ( 

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

2020-04-16 Thread Andreas Sturmlechner
commit: 25325f9d2e97ad7e6573e086c5592e4174b9000e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 16 19:50:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 16 19:54:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25325f9d

media-sound/audacious: Drop 4.0

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

 media-sound/audacious/Manifest |  1 -
 media-sound/audacious/audacious-4.0.ebuild | 81 --
 2 files changed, 82 deletions(-)

diff --git a/media-sound/audacious/Manifest b/media-sound/audacious/Manifest
index 1fdb5f5..bd17b50f854 100644
--- a/media-sound/audacious/Manifest
+++ b/media-sound/audacious/Manifest
@@ -1,4 +1,3 @@
 DIST audacious-3.10.1.tar.bz2 564481 BLAKE2B 
d1f76f34f0f6fbbe5ba92a95015fa0f3ef6399cc05f69f58474523761b00a4de7b8471660d9cb640487110cc3998df59f21108ff0b4ea72014ad75cd32ad864b
 SHA512 
e88891caaa3897f9b4abf39136e20834aedf1287d0d5eefea392fda89050db8db00c6f363976a68fe250ddbae4e27590f7615916a76370a44ca9235f1fa60b43
 DIST audacious-4.0.2.tar.bz2 576407 BLAKE2B 
001d185db59e38f686c78964b759f851481bc4c7fcddb521fde9bd985095fa32bacb6f1bcea167a91616af4fca412d75cf63dfe0cd3b19ee396e36e211b1a94e
 SHA512 
3f541000c874f2d026f2a4c23f1f98486aae9450c6dc8d7597f742b21d701883b31bbc5620bf23408ce0da397fdf414dffe37a778eb70df5a553a854f2435b99
-DIST audacious-4.0.tar.bz2 579176 BLAKE2B 
62127d9dcc666e0834c71d5004863fe7c2f7a5835a3549aa88decd6e74d6714e70f59343c3a8b5a73bfe43064bf47f8b2d15d964c4957ad70ed17f65a90c0ccb
 SHA512 
82a44270a4dad39098f7055d540a44e6e0e9826a3f140d7feb537518e42a8d391357c1adbcc62d118b0a82e79c88729e74748f8b41b9d8e4ff40ffc5d96ec759
 DIST gentoo_ice-xmms-0.2.tar.bz2 51839 BLAKE2B 
d3bf8dbfee675dd588bc0258f1015c76877b6b0a3835813d8e9621d149b924aaa33544d07f7ad44a01c058d41d7480b3908b0773c124af33b6e020c376b13d54
 SHA512 
e863a8f86073007c47ce8c20739aae4bff22e22a7ddc11556b12ae6ebb68654cec7310fdc9d05f2c47f81cf2591fe601b2eb12a2fd911c0a6118c9f3cc524f05

diff --git a/media-sound/audacious/audacious-4.0.ebuild 
b/media-sound/audacious/audacious-4.0.ebuild
deleted file mode 100644
index 13924b39fcb..000
--- a/media-sound/audacious/audacious-4.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${P/_/-}"
-
-if [[ ${PV} == * ]]; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/audacious-media-player/audacious.git;
-else
-   SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2;
-   KEYWORDS="~amd64 ~x86"
-fi
-inherit xdg
-
-DESCRIPTION="Lightweight and versatile audio player"
-HOMEPAGE="https://audacious-media-player.org/;
-SRC_URI+=" mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="nls"
-
-BDEPEND="
-   virtual/pkgconfig
-   nls? ( dev-util/intltool )
-"
-DEPEND="
-   >=dev-libs/dbus-glib-0.60
-   >=dev-libs/glib-2.28
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   >=x11-libs/cairo-1.2.6
-   >=x11-libs/pango-1.8.0
-   virtual/freedesktop-icon-theme
-"
-RDEPEND="${DEPEND}"
-PDEPEND="~media-plugins/audacious-plugins-${PV}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
-   default
-   [[ ${PV} == * ]] && git-r3_src_unpack
-}
-
-src_prepare() {
-   default
-   if ! use nls; then
-   sed -e "/SUBDIRS/s/ po//" -i Makefile || die # bug #512698
-   fi
-   [[ ${PV} == * ]] && eautoreconf
-}
-
-src_configure() {
-   # D-Bus is a mandatory dependency, remote control,
-   # session management and some plugins depend on this.
-   # Building without D-Bus is *unsupported* and a USE-flag
-   # will not be added due to the bug reports that will result.
-   # Bugs #197894, #199069, #207330, #208606
-   local myeconfargs=(
-   --disable-valgrind
-   --disable-gtk
-   --enable-dbus
-   --enable-qt
-   $(use_enable nls)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   # Gentoo_ice skin installation; bug #109772
-   insinto /usr/share/audacious/Skins/gentoo_ice
-   doins -r "${WORKDIR}"/gentoo_ice/.
-   docinto gentoo_ice
-   dodoc "${WORKDIR}"/README
-}



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

2020-04-16 Thread Andreas Sturmlechner
commit: aff50e977a289dcb968d9269d38742edc7726dd3
Author: Etienne d'Hautefeuille  yahoo  fr>
AuthorDate: Thu Apr 16 19:31:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 16 19:54:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff50e97

media-sound/audacious: 4.0.2 version bump

Thanks-to: Etienne d'Hautefeuille  yahoo.fr>
Closes: https://github.com/gentoo/gentoo/pull/15373
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/audacious/Manifest   |  1 +
 media-sound/audacious/audacious-4.0.2.ebuild | 81 
 2 files changed, 82 insertions(+)

diff --git a/media-sound/audacious/Manifest b/media-sound/audacious/Manifest
index aa671cd5981..1fdb5f5 100644
--- a/media-sound/audacious/Manifest
+++ b/media-sound/audacious/Manifest
@@ -1,3 +1,4 @@
 DIST audacious-3.10.1.tar.bz2 564481 BLAKE2B 
d1f76f34f0f6fbbe5ba92a95015fa0f3ef6399cc05f69f58474523761b00a4de7b8471660d9cb640487110cc3998df59f21108ff0b4ea72014ad75cd32ad864b
 SHA512 
e88891caaa3897f9b4abf39136e20834aedf1287d0d5eefea392fda89050db8db00c6f363976a68fe250ddbae4e27590f7615916a76370a44ca9235f1fa60b43
+DIST audacious-4.0.2.tar.bz2 576407 BLAKE2B 
001d185db59e38f686c78964b759f851481bc4c7fcddb521fde9bd985095fa32bacb6f1bcea167a91616af4fca412d75cf63dfe0cd3b19ee396e36e211b1a94e
 SHA512 
3f541000c874f2d026f2a4c23f1f98486aae9450c6dc8d7597f742b21d701883b31bbc5620bf23408ce0da397fdf414dffe37a778eb70df5a553a854f2435b99
 DIST audacious-4.0.tar.bz2 579176 BLAKE2B 
62127d9dcc666e0834c71d5004863fe7c2f7a5835a3549aa88decd6e74d6714e70f59343c3a8b5a73bfe43064bf47f8b2d15d964c4957ad70ed17f65a90c0ccb
 SHA512 
82a44270a4dad39098f7055d540a44e6e0e9826a3f140d7feb537518e42a8d391357c1adbcc62d118b0a82e79c88729e74748f8b41b9d8e4ff40ffc5d96ec759
 DIST gentoo_ice-xmms-0.2.tar.bz2 51839 BLAKE2B 
d3bf8dbfee675dd588bc0258f1015c76877b6b0a3835813d8e9621d149b924aaa33544d07f7ad44a01c058d41d7480b3908b0773c124af33b6e020c376b13d54
 SHA512 
e863a8f86073007c47ce8c20739aae4bff22e22a7ddc11556b12ae6ebb68654cec7310fdc9d05f2c47f81cf2591fe601b2eb12a2fd911c0a6118c9f3cc524f05

diff --git a/media-sound/audacious/audacious-4.0.2.ebuild 
b/media-sound/audacious/audacious-4.0.2.ebuild
new file mode 100644
index 000..13924b39fcb
--- /dev/null
+++ b/media-sound/audacious/audacious-4.0.2.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${P/_/-}"
+
+if [[ ${PV} == * ]]; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/audacious-media-player/audacious.git;
+else
+   SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2;
+   KEYWORDS="~amd64 ~x86"
+fi
+inherit xdg
+
+DESCRIPTION="Lightweight and versatile audio player"
+HOMEPAGE="https://audacious-media-player.org/;
+SRC_URI+=" mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="nls"
+
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( dev-util/intltool )
+"
+DEPEND="
+   >=dev-libs/dbus-glib-0.60
+   >=dev-libs/glib-2.28
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   >=x11-libs/cairo-1.2.6
+   >=x11-libs/pango-1.8.0
+   virtual/freedesktop-icon-theme
+"
+RDEPEND="${DEPEND}"
+PDEPEND="~media-plugins/audacious-plugins-${PV}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_unpack() {
+   default
+   [[ ${PV} == * ]] && git-r3_src_unpack
+}
+
+src_prepare() {
+   default
+   if ! use nls; then
+   sed -e "/SUBDIRS/s/ po//" -i Makefile || die # bug #512698
+   fi
+   [[ ${PV} == * ]] && eautoreconf
+}
+
+src_configure() {
+   # D-Bus is a mandatory dependency, remote control,
+   # session management and some plugins depend on this.
+   # Building without D-Bus is *unsupported* and a USE-flag
+   # will not be added due to the bug reports that will result.
+   # Bugs #197894, #199069, #207330, #208606
+   local myeconfargs=(
+   --disable-valgrind
+   --disable-gtk
+   --enable-dbus
+   --enable-qt
+   $(use_enable nls)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   # Gentoo_ice skin installation; bug #109772
+   insinto /usr/share/audacious/Skins/gentoo_ice
+   doins -r "${WORKDIR}"/gentoo_ice/.
+   docinto gentoo_ice
+   dodoc "${WORKDIR}"/README
+}



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

2020-04-16 Thread Andreas Sturmlechner
commit: d1798fb49ca115bf7018761237054b20e8704477
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 16 19:49:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 16 19:54:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1798fb4

media-plugins/audacious-plugins: Drop 4.0

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

 media-plugins/audacious-plugins/Manifest   |   1 -
 .../audacious-plugins/audacious-plugins-4.0.ebuild | 166 -
 2 files changed, 167 deletions(-)

diff --git a/media-plugins/audacious-plugins/Manifest 
b/media-plugins/audacious-plugins/Manifest
index 802bc293a7b..cf8fadc2da9 100644
--- a/media-plugins/audacious-plugins/Manifest
+++ b/media-plugins/audacious-plugins/Manifest
@@ -1,3 +1,2 @@
 DIST audacious-plugins-3.10.1.tar.bz2 1715477 BLAKE2B 
fda3940e6c06aadd93a3e1538be747083fcc969cf3118cf3e942787906b9ee0a13bd3c30d15ba19cb713559cdf8f7b71d7b961173b1619f0aafbdea5deb75ac3
 SHA512 
454e9ce4061e92a0ecda40f562d4cc7453fc0019fd76b25dbe9e319319fa37c22f9785cb29563e8074de8a88e6130106aca1e431790297e1b4636dc974fde565
 DIST audacious-plugins-4.0.2.tar.bz2 1752042 BLAKE2B 
73a7c72517e1f897885d0d73797e0b47fe4c25625f317dd6ea6179de997d10f2e6b829bc35411794c1b526eb671e07220bc7056214668d2cd5b53d2e754a7041
 SHA512 
0d3aa46f6ad75e6d541de7b7f24de2cc169a8856c5a204688231b6233131a1ce55feb9bb126eed89d05a8ee21e3a441449a1e11fd20b4fc10724afebb4318118
-DIST audacious-plugins-4.0.tar.bz2 1741569 BLAKE2B 
2be0bd0d48cda51788286385a1c75d9f9d5701fff325dab7fe0f63560051690f023d8e27d24d33b87aefeaa0d54cc5e6240736511d9b547aad9d260da0e9f471
 SHA512 
f9f7d249ff5b8337729ce59b24ec249b96842ed9986a6a42a4de179bed44a431316537311a5514d652c0f847d7e849afd18e0bb2a2a5628d24cc6d449c52095c

diff --git a/media-plugins/audacious-plugins/audacious-plugins-4.0.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-4.0.ebuild
deleted file mode 100644
index 9344bbc0468..000
--- a/media-plugins/audacious-plugins/audacious-plugins-4.0.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${P/_/-}"
-
-if [[ ${PV} == * ]]; then
-   inherit autotools git-r3
-   
EGIT_REPO_URI="https://github.com/audacious-media-player/audacious-plugins.git;
-else
-   SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2;
-   KEYWORDS="~amd64 ~x86"
-fi
-DESCRIPTION="Lightweight and versatile audio player"
-HOMEPAGE="https://audacious-media-player.org/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="aac +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth gme http jack
-   lame libav libnotify libsamplerate lirc mms modplug mp3 nls opengl
-   pulseaudio qtmedia scrobbler sdl sid sndfile soxr speedpitch streamtuner
-   vorbis wavpack"
-REQUIRED_USE="
-   || ( alsa jack pulseaudio qtmedia sdl )
-   ampache? ( http ) streamtuner? ( http )"
-
-# The following plugins REQUIRE a GUI build of audacious, because non-GUI
-# builds do NOT install the libaudgui library & headers.
-# Plugins without a configure option:
-#   alarm
-#   albumart
-#   delete-files
-#   ladspa
-#   playlist-manager
-#   search-tool
-#   skins
-#   vtx
-# Plugins with a configure option:
-#   glspectrum
-#   gtkui
-#   hotkey
-#   notify
-#   statusicon
-BDEPEND="
-   dev-util/gdbus-codegen
-   virtual/pkgconfig
-   nls? ( dev-util/intltool )
-"
-DEPEND="
-   app-arch/unzip
-   dev-libs/dbus-glib
-   dev-libs/glib
-   dev-libs/libxml2:2
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   ~media-sound/audacious-${PV}
-   aac? ( >=media-libs/faad2-2.7 )
-   alsa? ( >=media-libs/alsa-lib-1.0.16 )
-   ampache? ( =media-libs/ampache_browser-1* )
-   bs2b? ( media-libs/libbs2b )
-   cdda? (
-   dev-libs/libcdio:=
-   dev-libs/libcdio-paranoia:=
-   >=media-libs/libcddb-1.2.1
-   )
-   cue? ( media-libs/libcue:= )
-   ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
-   flac? (
-   >=media-libs/flac-1.2.1-r1
-   >=media-libs/libvorbis-1.0
-   )
-   fluidsynth? ( media-sound/fluidsynth:= )
-   http? ( >=net-libs/neon-0.26.4 )
-   jack? (
-   >=media-libs/bio2jack-0.4
-   virtual/jack
-   )
-   lame? ( media-sound/lame )
-   libnotify? ( x11-libs/libnotify )
-   libsamplerate? ( media-libs/libsamplerate:= )
-   lirc? ( app-misc/lirc )
-   mms? ( >=media-libs/libmms-0.3 )
-   modplug? ( media-libs/libmodplug )
-   mp3? ( >=media-sound/mpg123-1.12.1 )
-   opengl? ( dev-qt/qtopengl:5 )
-   pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
-   qtmedia? ( dev-qt/qtmultimedia:5 )
-   scrobbler? ( net-misc/curl )
-   sdl? ( media-libs/libsdl2[sound] )
-   sid? ( 

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

2020-04-16 Thread Mikle Kolyada
commit: 78d160d7dfd4818658cddeb8917eaa4de070ce46
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr 16 19:49:36 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr 16 19:50:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d160d7

profiles: mask all texlive-2020 ebuilds

Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1e5fce7369a..8ed8983bb84 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -123,6 +123,44 @@ sys-apps/fwupdate
 ~dev-libs/kpathsea-6.3.2_p20200406
 ~dev-libs/ptexenc-1.3.8_p20200406
 ~dev-tex/bibtexu-3.71_p20200406
+~dev-texlive/texlive-basic-2020
+~dev-texlive/texlive-bibtexextra-2020
+~dev-texlive/texlive-context-2020
+~dev-texlive/texlive-fontsextra-2020
+~dev-texlive/texlive-fontsrecommended-2020
+~dev-texlive/texlive-fontutils-2020
+~dev-texlive/texlive-formatsextra-2020
+~dev-texlive/texlive-games-2020
+~dev-texlive/texlive-humanities-2020
+~dev-texlive/texlive-langarabic-2020
+~dev-texlive/texlive-langchinese-2020
+~dev-texlive/texlive-langcjk-2020
+~dev-texlive/texlive-langcyrillic-2020
+~dev-texlive/texlive-langczechslovak-2020
+~dev-texlive/texlive-langenglish-2020
+~dev-texlive/texlive-langeuropean-2020
+~dev-texlive/texlive-langfrench-2020
+~dev-texlive/texlive-langgerman-2020
+~dev-texlive/texlive-langgreek-2020
+~dev-texlive/texlive-langitalian-2020
+~dev-texlive/texlive-langjapanese-2020
+~dev-texlive/texlive-langkorean-2020
+~dev-texlive/texlive-langother-2020
+~dev-texlive/texlive-langpolish-2020
+~dev-texlive/texlive-langportuguese-2020
+~dev-texlive/texlive-langspanish-2020
+~dev-texlive/texlive-latex-2020
+~dev-texlive/texlive-latexextra-2020
+~dev-texlive/texlive-latexrecommended-2020
+~dev-texlive/texlive-luatex-2020
+~dev-texlive/texlive-mathscience-2020
+~dev-texlive/texlive-metapost-2020
+~dev-texlive/texlive-music-2020
+~dev-texlive/texlive-pictures-2020
+~dev-texlive/texlive-plaingeneric-2020
+~dev-texlive/texlive-pstricks-2020
+~dev-texlive/texlive-publishers-2020
+~dev-texlive/texlive-xetex-2020
 
 # Matt Turner  (2020-04-12)
 # In conjunction with Firefox's sandbox, breaks loading of i965 driver.



[gentoo-commits] repo/proj/guru:master commit in: app-text/OCRmyPDF/

2020-04-16 Thread Andrew Ammerlaan
commit: a26fc1f9666f03e98fac54d4033167f6eea1a88c
Author: Alarig Le Lay  swordarmor  fr>
AuthorDate: Thu Apr 16 18:27:53 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Apr 16 18:27:53 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a26fc1f9

app-text/OCRmyPDF: Newer dev-python/pdfminer-six dep

See https://github.com/jbarlow83/OCRmyPDF/blob/v9.7.2/setup.py#L101

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alarig Le Lay  swordarmor.fr>

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

diff --git a/app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild 
b/app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild
index b397cce..ef648cf 100644
--- a/app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild
+++ b/app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
app-text/ghostscript-gpl
app-text/tesseract
app-text/unpaper
-   <=dev-python/pdfminer-six-20200124[${PYTHON_USEDEP}]
+   <=dev-python/pdfminer-six-20200402[${PYTHON_USEDEP}]
>=dev-python/pdfminer-six-20181108[${PYTHON_USEDEP}]
dev-python/pikepdf[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/

2020-04-16 Thread Andreas Sturmlechner
commit: 52e4b457cc4bcf3458cfc17a3aef998e5343c140
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 13:12:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 16 19:31:57 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=52e4b457

dev-qt/qtwayland: keyworded 5.14.2 for sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtwayland/qtwayland-5.14..ebuild | 2 +-
 dev-qt/qtwayland/qtwayland-5.15..ebuild | 2 +-
 dev-qt/qtwayland/qtwayland-5..ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.14..ebuild 
b/dev-qt/qtwayland/qtwayland-5.14..ebuild
index 00131b6e..03b11bd2 100644
--- a/dev-qt/qtwayland/qtwayland-5.14..ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.14..ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Wayland platform plugin for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="vulkan X"

diff --git a/dev-qt/qtwayland/qtwayland-5.15..ebuild 
b/dev-qt/qtwayland/qtwayland-5.15..ebuild
index 3edb9436..e2924071 100644
--- a/dev-qt/qtwayland/qtwayland-5.15..ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15..ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Wayland platform plugin for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="vulkan X"

diff --git a/dev-qt/qtwayland/qtwayland-5..ebuild 
b/dev-qt/qtwayland/qtwayland-5..ebuild
index 3edb9436..e2924071 100644
--- a/dev-qt/qtwayland/qtwayland-5..ebuild
+++ b/dev-qt/qtwayland/qtwayland-5..ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Wayland platform plugin for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="vulkan X"



[gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/

2020-04-16 Thread Andreas Sturmlechner
commit: bc16411eb7eddb58cd833fdc5670eb0d2843ef25
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 13:11:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 16 19:30:28 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=bc16411e

dev-qt/qtdeclarative: keyworded 5.14.2 for sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtdeclarative/qtdeclarative-5.14..ebuild | 2 +-
 dev-qt/qtdeclarative/qtdeclarative-5.15..ebuild | 2 +-
 dev-qt/qtdeclarative/qtdeclarative-5..ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.14..ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.14..ebuild
index 5e576bf9..5e3c49a6 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.14..ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.14..ebuild
@@ -8,7 +8,7 @@ inherit python-any-r1 qt5-build
 DESCRIPTION="The QML and Quick modules for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="gles2-only +jit localstorage vulkan +widgets"

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15..ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.15..ebuild
index 5e576bf9..5e3c49a6 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.15..ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.15..ebuild
@@ -8,7 +8,7 @@ inherit python-any-r1 qt5-build
 DESCRIPTION="The QML and Quick modules for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="gles2-only +jit localstorage vulkan +widgets"

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5..ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5..ebuild
index 5e576bf9..5e3c49a6 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5..ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5..ebuild
@@ -8,7 +8,7 @@ inherit python-any-r1 qt5-build
 DESCRIPTION="The QML and Quick modules for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="gles2-only +jit localstorage vulkan +widgets"



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

2020-04-16 Thread Mike Gilbert
commit: bca9b36ea529eca9b29863db59a25d3549e6bce4
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Thu Apr 16 12:19:06 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 16 19:25:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca9b36e

www-client/chromium: stable channel bumps to 81.0.4044.113

Depend on >=media-libs/libvpx-1.8.2 for USE=system-vpx.

Bug: https://bugs.gentoo.org/717652
Bug: https://bugs.gentoo.org/696924
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Stephan Hartmann  googlemail.com>
Signed-off-by: Mike Gilbert  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/15371

 www-client/chromium/Manifest  |   1 +
 www-client/chromium/chromium-81.0.4044.113.ebuild | 748 ++
 2 files changed, 749 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 29665edc4d2..00f3466b4ae 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,3 +1,4 @@
+DIST chromium-81.0.4044.113.tar.xz 785970632 BLAKE2B 
4306b4f7986abd8b56d6b52bd76d84de755eeab7d2f5ded447d031a4e36376c5d5a580ed857181e8e893788407245eb65b908bd77df927d03e6e6e65f188527e
 SHA512 
dfdf71fb8c98baf722aded7815f773850368b0bc7cb74d8c994c0c3f7dcf0157a0969ba501774a107a00c1fe18d08f90fcf8ea957ffb19bed5007d188ffa2010
 DIST chromium-81.0.4044.92.tar.xz 785906276 BLAKE2B 
af8e40391362c5ea182b917b085cfc1c2fe605503621316196e4a60d7031fe3b3075af9040ad756bddbad77058b5210d265731990a828ca6a11829e41c7cb807
 SHA512 
2d5817c84ac17e7b4d2e4473df841f53a074528e0ac997345ee68db4a9f8b45d84ef50c1d475608428f49ae40fe5315cda9d501ee22b829156c9e533044fb5af
 DIST chromium-83.0.4103.7.tar.xz 802381832 BLAKE2B 
5e1d204dd799a11726e9e8247598e28268e0689462cdd0b35867c63b1f578fcd356fbaa0f9181e26ed67f798100464f0cd218d83874df6d3b9c55f29aa4e176f
 SHA512 
42bc38921ece136cfc24a5b9c15739f336524a5a178e57b11ffebd897b1092354e35da144f9b11d91569f07ed480c3e565e4d6086ca3be84d139633e000a71d6
 DIST setuptools-44.1.0.zip 858569 BLAKE2B 
f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68
 SHA512 
4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf

diff --git a/www-client/chromium/chromium-81.0.4044.113.ebuild 
b/www-client/chromium/chromium-81.0.4044.113.ebuild
new file mode 100644
index 000..58dd1ddd4d5
--- /dev/null
+++ b/www-client/chromium/chromium-81.0.4044.113.ebuild
@@ -0,0 +1,748 @@
+# Copyright 2009-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 desktop flag-o-matic multilib ninja-utils 
pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="https://chromium.org/;
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+closure-compile component-build cups cpu_flags_arm_neon +hangouts 
kerberos pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg 
+system-icu +system-libvpx +tcmalloc widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+REQUIRED_USE="component-build? ( !suid )"
+
+COMMON_DEPEND="
+   >=app-accessibility/at-spi2-atk-2.26:2
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   >=dev-libs/atk-2.26
+   dev-libs/expat:=
+   dev-libs/glib:2
+   system-icu? ( >=dev-libs/icu-65:= )
+   >=dev-libs/libxml2-2.9.4-r3:=[icu]
+   dev-libs/libxslt:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.26:=
+   >=dev-libs/re2-0.2019.08.01:=
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   >=media-libs/harfbuzz-2.4.0:0=[icu(-)]
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
+   system-libvpx? ( >=media-libs/libvpx-1.8.2:=[postproc,svc] )
+   >=media-libs/openh264-1.6.0:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? (
+   >=media-video/ffmpeg-4:=
+   || (
+   media-video/ffmpeg[-samba]
+   >=net-fs/samba-4.5.10-r1[-debug(-)]
+   )
+   >=media-libs/opus-1.3.1:=
+   )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   virtual/udev
+   x11-libs/cairo:=
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libX11:=
+   x11-libs/libXcomposite:=
+   x11-libs/libXcursor:=
+   x11-libs/libXdamage:=
+   

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

2020-04-16 Thread Mike Gilbert
commit: 9667a632bd576bea20d7ebbe918efbc62baf73ef
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 16 19:24:48 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 16 19:24:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9667a632

www-plugins/chrome-binary-plugins: automated update

Package-Manager: Portage-2.3.99_p1, Repoman-2.3.22_p30
Signed-off-by: Mike Gilbert  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 6 +++---
 0.4044.92.ebuild => chrome-binary-plugins-81.0.4044.113.ebuild} | 0
 ...2_beta.ebuild => chrome-binary-plugins-83.0.4103.14_beta.ebuild} | 0
 ..._alpha.ebuild => chrome-binary-plugins-84.0.4115.5_alpha.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 69070f8801b..5ae176d5d9c 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_81.0.4044.92-1_amd64.deb 66682918 BLAKE2B 
ccbd44703068663836434abc86d483e3ffef159e2da4e4f43ffaddc607d2478809a53ed2792f2ee2d60d2ee2be64917b3545e0996b2f8509e9f865f848420179
 SHA512 
6288556b21d3aee0c2890eb26e4354a77ccfbba7a0cb9bd2183ac1a633d155372989fa1d7ab37c61eda489f06240c9d4e60a1c6b25bc2bd73343de4b9fc7bf75
-DIST google-chrome-stable_81.0.4044.92-1_amd64.deb 4566 BLAKE2B 
7ebc10f4e6c33431bda44867ecf74e421293240fb350a222977669ff8a1755b7eb1c50976670c78238d7101b89dcb4df5c8e72bfae51c2e57ed7aa3c9938d925
 SHA512 
57bb48cabe2d06f9486fff40b1faff0a5d58867ba54573e317da0e641b12d8c29f7443bb9adec6e3f134ce3916584c1b2357faebbb2c267e651918519e958ae0
-DIST google-chrome-unstable_83.0.4103.7-1_amd64.deb 68968780 BLAKE2B 
e7fd551789970ccb369c0c4879041440933a1a5d1e86efd6f424ff5d95901a0404f1162929c43198ee4428a3664bf2c0b1e1ce9fdab3b69cbeddedcf9bfb7a69
 SHA512 
cdb2af678cdc93477e3d5e7ca08459e6bc696abeb3b7b05cce91a934e8ca993361d7b12e73a0344f34594443fba80e08bb9543f376172faaf9cf705387806db3
+DIST google-chrome-beta_83.0.4103.14-1_amd64.deb 68300220 BLAKE2B 
0536598667126ed8599e7ba745f1c6c58347c66f6d690bb6c5e6a2a2c8eda35c4e9de1817270574d09fed1a5b75b0cd57794a5b96f7af2a2d56c883e8314
 SHA512 
7dfde07c62d8cb377f7fac6e94eba56cff7f6e55a83cd716bf25abadae3371f22a74666f70a9dd8593144780f76da0ecec18d10210984939fa9a23de3500fce1
+DIST google-chrome-stable_81.0.4044.113-1_amd64.deb 67103130 BLAKE2B 
a093497f370f5083a7bdc69a2a53fef402ace27cc061914e400613c1a82e4d31f8d73b64a952743ea55a66187beae8e53ceea1a0f81a7b0e3f9f1a1980e2e8fb
 SHA512 
43a53b603258f9ec2b0b3627a09b5c5782d68190eda13197896982dc3178bcc327a4205e33543cc7c654109e2a83e70f2e9e1f8f6793780821e03e501c92cd89
+DIST google-chrome-unstable_84.0.4115.5-1_amd64.deb 68352454 BLAKE2B 
e3817ec742f50d4c975ae736358b486740c0b56653168c06b7f129576b03ee61f66defde7af411ad4023d934f565e308fd57d7658af1e8923b5f67f1924d0628
 SHA512 
67d12a11c36367206f1b7b5889e28d21dfba7e77f50ef23fd5f40faf3e2ab09674734e946d10d588f434a9c6fe53adf016dc13a4707a745aef881e758d60cf53

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

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.92_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-83.0.4103.14_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.92_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-83.0.4103.14_beta.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-83.0.4103.7_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-84.0.4115.5_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-83.0.4103.7_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-84.0.4115.5_alpha.ebuild



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

2020-04-16 Thread Mike Gilbert
commit: d30c239a1951e6278b77769c359bd2378910500e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 16 19:24:24 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 16 19:24:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d30c239a

www-client/google-chrome-beta: automated update (83.0.4103.14)

Package-Manager: Portage-2.3.99_p1, Repoman-2.3.22_p30
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 20374201a17..e50669513a9 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_81.0.4044.92-1_amd64.deb 66682918 BLAKE2B 
ccbd44703068663836434abc86d483e3ffef159e2da4e4f43ffaddc607d2478809a53ed2792f2ee2d60d2ee2be64917b3545e0996b2f8509e9f865f848420179
 SHA512 
6288556b21d3aee0c2890eb26e4354a77ccfbba7a0cb9bd2183ac1a633d155372989fa1d7ab37c61eda489f06240c9d4e60a1c6b25bc2bd73343de4b9fc7bf75
+DIST google-chrome-beta_83.0.4103.14-1_amd64.deb 68300220 BLAKE2B 
0536598667126ed8599e7ba745f1c6c58347c66f6d690bb6c5e6a2a2c8eda35c4e9de1817270574d09fed1a5b75b0cd57794a5b96f7af2a2d56c883e8314
 SHA512 
7dfde07c62d8cb377f7fac6e94eba56cff7f6e55a83cd716bf25abadae3371f22a74666f70a9dd8593144780f76da0ecec18d10210984939fa9a23de3500fce1

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-81.0.4044.92.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-83.0.4103.14.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-81.0.4044.92.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-83.0.4103.14.ebuild



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

2020-04-16 Thread Mike Gilbert
commit: 3d209069d5dd0b72aef02c5c10ba2e357fb72744
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 16 19:24:38 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 16 19:24:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d209069

www-client/google-chrome-unstable: automated update (84.0.4115.5)

Package-Manager: Portage-2.3.99_p1, Repoman-2.3.22_p30
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-83.0.4103.7.ebuild => google-chrome-unstable-84.0.4115.5.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 804cfffc499..83eb28c1761 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_83.0.4103.7-1_amd64.deb 68968780 BLAKE2B 
e7fd551789970ccb369c0c4879041440933a1a5d1e86efd6f424ff5d95901a0404f1162929c43198ee4428a3664bf2c0b1e1ce9fdab3b69cbeddedcf9bfb7a69
 SHA512 
cdb2af678cdc93477e3d5e7ca08459e6bc696abeb3b7b05cce91a934e8ca993361d7b12e73a0344f34594443fba80e08bb9543f376172faaf9cf705387806db3
+DIST google-chrome-unstable_84.0.4115.5-1_amd64.deb 68352454 BLAKE2B 
e3817ec742f50d4c975ae736358b486740c0b56653168c06b7f129576b03ee61f66defde7af411ad4023d934f565e308fd57d7658af1e8923b5f67f1924d0628
 SHA512 
67d12a11c36367206f1b7b5889e28d21dfba7e77f50ef23fd5f40faf3e2ab09674734e946d10d588f434a9c6fe53adf016dc13a4707a745aef881e758d60cf53

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-83.0.4103.7.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-84.0.4115.5.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-83.0.4103.7.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-84.0.4115.5.ebuild



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

2020-04-16 Thread Mikle Kolyada
commit: 65eb8c7ee05a3444b956aa1514ccde496e0caa2f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr 16 19:21:20 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr 16 19:25:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65eb8c7e

app-text/texlive-core: make hurbuzz and graphite2 no-op

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/texlive-core/texlive-core-2020.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/texlive-core/texlive-core-2020.ebuild 
b/app-text/texlive-core/texlive-core-2020.ebuild
index 36602fdf202..ae8b3ae4db8 100644
--- a/app-text/texlive-core/texlive-core-2020.ebuild
+++ b/app-text/texlive-core/texlive-core-2020.ebuild
@@ -89,8 +89,10 @@ COMMON_DEPEND="${MODULAR_X_DEPEND}
!~dev-texlive/texlive-basic-2019
!~dev-texlive/texlive-fontutils-2019
sys-libs/zlib
+   >=media-libs/harfbuzz-1.4.5[icu,graphite]
>=media-libs/libpng-1.2.43-r2:0=
media-libs/gd[png]
+   media-gfx/graphite2
>=x11-libs/cairo-1.12
>=x11-libs/pixman-0.18
dev-libs/zziplib
@@ -98,10 +100,8 @@ COMMON_DEPEND="${MODULAR_X_DEPEND}
dev-libs/gmp:0
dev-libs/mpfr:0=
xetex? (
-   >=media-libs/harfbuzz-1.4.5[icu,graphite]
>=app-text/teckit-2.5.3
media-libs/fontconfig
-   media-gfx/graphite2
)
media-libs/freetype:2
>=dev-libs/icu-50:=



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

2020-04-16 Thread Mike Gilbert
commit: 24695db0edeb755fc05d421a405cbeb0ca947798
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 16 19:24:08 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 16 19:24:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24695db0

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

Package-Manager: Portage-2.3.99_p1, Repoman-2.3.22_p30
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index ec4b0a903a5..0d7255d9d04 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_81.0.4044.92-1_amd64.deb 4566 BLAKE2B 
7ebc10f4e6c33431bda44867ecf74e421293240fb350a222977669ff8a1755b7eb1c50976670c78238d7101b89dcb4df5c8e72bfae51c2e57ed7aa3c9938d925
 SHA512 
57bb48cabe2d06f9486fff40b1faff0a5d58867ba54573e317da0e641b12d8c29f7443bb9adec6e3f134ce3916584c1b2357faebbb2c267e651918519e958ae0
+DIST google-chrome-stable_81.0.4044.113-1_amd64.deb 67103130 BLAKE2B 
a093497f370f5083a7bdc69a2a53fef402ace27cc061914e400613c1a82e4d31f8d73b64a952743ea55a66187beae8e53ceea1a0f81a7b0e3f9f1a1980e2e8fb
 SHA512 
43a53b603258f9ec2b0b3627a09b5c5782d68190eda13197896982dc3178bcc327a4205e33543cc7c654109e2a83e70f2e9e1f8f6793780821e03e501c92cd89

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



[gentoo-commits] repo/gentoo:master commit in: app-crypt/heimdal/

2020-04-16 Thread Sergei Trofimovich
commit: d2d5d03cc0809336e3480356f16e6eed6bfc882c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 19:04:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 19:12:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d5d03c

app-crypt/heimdal: stable 7.6.0 for sparc, bug #686034

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-crypt/heimdal/heimdal-7.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/heimdal/heimdal-7.6.0.ebuild 
b/app-crypt/heimdal/heimdal-7.6.0.ebuild
index a4b03f644ad..648f2f91ecf 100644
--- a/app-crypt/heimdal/heimdal-7.6.0.ebuild
+++ b/app-crypt/heimdal/heimdal-7.6.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86"
 IUSE="afs +berkdb caps gdbm hdb-ldap ipv6 libressl +lmdb otp selinux ssl 
static-libs test X"
 RESTRICT="!test? ( test )"
 



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

2020-04-16 Thread Andreas Sturmlechner
commit: 81dc76524e1a197d9ecedfa5513ecc14321288a2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 16 18:58:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 16 18:58:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81dc7652

app-office/libreoffice: Raise minimum dev-libs/boost to >=1.72.0

Reported-by: Thomas Ilnseher  gmx.de>
Closes: https://bugs.gentoo.org/714846
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice/libreoffice-6.4.3.2.ebuild  | 2 +-
 app-office/libreoffice/libreoffice-6.4..ebuild | 2 +-
 app-office/libreoffice/libreoffice-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-6.4.3.2.ebuild 
b/app-office/libreoffice/libreoffice-6.4.3.2.ebuild
index 8fd1426360f..604dc556242 100644
--- a/app-office/libreoffice/libreoffice-6.4.3.2.ebuild
+++ b/app-office/libreoffice/libreoffice-6.4.3.2.ebuild
@@ -117,7 +117,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=dev-cpp/libcmis-0.5.2
dev-db/unixODBC
dev-lang/perl
-   dev-libs/boost:=[nls]
+   >=dev-libs/boost-1.72.0:=[nls]
dev-libs/expat
dev-libs/hyphen
dev-libs/icu:=

diff --git a/app-office/libreoffice/libreoffice-6.4..ebuild 
b/app-office/libreoffice/libreoffice-6.4..ebuild
index 185fcbf5dd5..96cb0161263 100644
--- a/app-office/libreoffice/libreoffice-6.4..ebuild
+++ b/app-office/libreoffice/libreoffice-6.4..ebuild
@@ -117,7 +117,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=dev-cpp/libcmis-0.5.2
dev-db/unixODBC
dev-lang/perl
-   dev-libs/boost:=[nls]
+   >=dev-libs/boost-1.72.0:=[nls]
dev-libs/expat
dev-libs/hyphen
dev-libs/icu:=

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index c124c40612f..536c445e030 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -121,7 +121,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=dev-cpp/libcmis-0.5.2
dev-db/unixODBC
dev-lang/perl
-   dev-libs/boost:=[nls]
+   >=dev-libs/boost-1.72.0:=[nls]
dev-libs/expat
dev-libs/hyphen
dev-libs/icu:=



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

2020-04-16 Thread Andreas Sturmlechner
commit: 099fea0064d50b1c49e9265b133807e45e86ac89
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 16 18:47:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 16 18:51:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099fea00

app-office/libreoffice: 6.4.3.2 version bump

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

 app-office/libreoffice/Manifest   |   2 +
 app-office/libreoffice/libreoffice-6.4.3.2.ebuild | 548 ++
 2 files changed, 550 insertions(+)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index 424ed07c68f..5333f52a64c 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -8,8 +8,10 @@ DIST dtoa-20180411.tgz 48893 BLAKE2B 
4a03dc67e44353ae1c0653c8305d2df9bcfef16b48d
 DIST libreoffice-6.3.4.2.tar.xz 225632492 BLAKE2B 
587fe7e6298ded60fa08963f572733eb8e387c00b428201bb6f1de7eddcf9d9ee97438231ed3f961bd22628bde0fd9dfeacb63febdc566cde781bcebb9c9a71d
 SHA512 
2ed687ae805da36635419729066a2924f1e38a6b0f8d2692c42b366450a261012adfcd8a5d7915d9cfd292d07519fc32c596cdb56d7be6b12a49618b18d6f3d2
 DIST libreoffice-6.3.5.2.tar.xz 226222804 BLAKE2B 
f4b996f8eedf58f7e2ec1d1d796aecf1cc35f394cc5800b1e15db60534096a91e329f9744c8582dae85a12fb6c849be8cceff8998b45074ecc9535f7afce542c
 SHA512 
041ee00e347f6ef229a97b56d9ceee6c0fa80a56436cc2dce909878d08d617d316731a7a21cdc4b6d5ef800f3d00d3ee67c69f770912028261f1552e79899a1a
 DIST libreoffice-6.4.2.2.tar.xz 234798492 BLAKE2B 
ed2992b1e80e5c638e4f6129988da5f3f94e74a74448ddf8b831efe1942782b62612aa7e0e2fe021696fcb4e30b2b6a2dd8dcc007f26494b8858aefd72b019fb
 SHA512 
3439cd855bf77e07ce0efa866c878cb16d77b6532e1bfa67571e994908c9c8ecdcc8fee504d75878fb499fb84f000dd4d8261424c37a5814bc1c5792d40724d9
+DIST libreoffice-6.4.3.2.tar.xz 230409812 BLAKE2B 
f9cdad1540c45525bd70596dc3033e3466fcdf3d96547222b936141e49ff6d45581ca59d0e42c4bb79fcb63586d748ccafae712369e024105235e2a9b69be7ce
 SHA512 
ee11c704fa7184ffe371aa36c835c4c7fb06ef03d08fa0a5a9e647e80610db275e091d1ac79c1fe11af0c7f14dd72c821da9e7e6ba59573fc88cec79f84c873a
 DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 BLAKE2B 
f03c7ddeb53c5ca3fd23401679601fcf2c4037ba17be4eb7b784c7ce7ebb71a24b8ab4aac8b7da8c6b1f14dd23bc1294ba85ff4f70ad271fb4ee3c5372e10883
 SHA512 
785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f
 DIST libreoffice-help-6.3.4.2.tar.xz 13191636 BLAKE2B 
c1696efa0ec9fef9dbcc0c0388de8a384484af1453d200e08820ba910cdcb65638b189566a19868281fd1777213812fde06adb07c1a662302eea1d0a791ff5a0
 SHA512 
8c74c82c7d73adb1523300d1f7500769f5a623fdba60b440a63c122cbfeb631a6a34ecbcb115b0154a6957be1918306f7d0c1f465030f8e8cfd5c9a1acad17c9
 DIST libreoffice-help-6.3.5.2.tar.xz 13192732 BLAKE2B 
79e869d8d2bb91243e9fe2ba279bfcd4f3b759904fdd2efbeb1add773cb732621a41841c4064ad63ad9713a53e626c50bfcc1b3d9137ddb4fe73fca39f710bb9
 SHA512 
aec83b210cc596131aa5bcb37012a98cc42c365274c4f80e8e87595f4f50d8f36588256616738ba3c2c9a8a61d03ed5e6c33a4b588561c5084cd008c5dbe787a
 DIST libreoffice-help-6.4.2.2.tar.xz 88381732 BLAKE2B 
062b2a2524642c2280a3a73a2d725ed3625254796c0dcc62a4417f7800df70f0e3a01bbd595581e040c47af58b8a048c3046d8ac85eada164b39e8e61a557c8d
 SHA512 
503f75ac71ea1d358886d344ba722dc376a48c4a0f6b46d643640679541311215ed6f5840c7c471cce4f84e7f0aff4260f4a04c548013cc41cf2d029ee324501
+DIST libreoffice-help-6.4.3.2.tar.xz 88297704 BLAKE2B 
bbd1af159c8b8db1909335f37095812ec3ce81d73644a30a85f3e37daeabeb9a158451b8e586f24d4b7544c8cd0948eeb20ede464384c3277d196f33322e63fb
 SHA512 
9f8c1bcde27d153389d124af1393d0939262c85a1624f0b475a5515b5737612cb607d04742a069534771eee51ba98896926804ec7001d6bc2110dccdd6e7615a
 DIST skia-m83-8ce842d38d0b32149e874d6855c91e8c68ba65a7.tar.xz 8218672 BLAKE2B 
cfeb805d82ce1f5dd70c7365983fa8107d5ccda9409b2654c032115cdf8a1c32fa0451162b0cceec3dcc0054e3d0d0e13583ea93843b0d0a6eb948cc31c15ce0
 SHA512 
1018fc1cc8a7edc15745cc20791f9a22e5b318018ba619d6cb5b6995d3e81ab93c910bb3a42734872d3be54893c2ce7db507b2c61088660b2ce6630ff9b36ebb

diff --git a/app-office/libreoffice/libreoffice-6.4.3.2.ebuild 
b/app-office/libreoffice/libreoffice-6.4.3.2.ebuild
new file mode 100644
index 000..8fd1426360f
--- /dev/null
+++ b/app-office/libreoffice/libreoffice-6.4.3.2.ebuild
@@ -0,0 +1,548 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="threads(+),xml"
+
+MY_PV="${PV/_alpha/.alpha}"
+MY_PV="${MY_PV/_beta/.beta}"
+# experimental ; release ; old
+# Usually the tarballs are moved a lot so this should make everyone happy.
+DEV_URI="
+   https://dev-builds.libreoffice.org/pre-releases/src
+   https://download.documentfoundation.org/libreoffice/src/${MY_PV:0:5}/
+   

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

2020-04-16 Thread Andreas Sturmlechner
commit: 522cf8a7805760fa3fb0377ff09f0ff9eb3258ec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 16 18:51:38 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 16 18:51:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522cf8a7

app-office/libreoffice-l10n: Drop 6.4.2.2

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

 app-office/libreoffice-l10n/Manifest   | 168 -
 .../libreoffice-l10n-6.4.2.2.ebuild|  91 ---
 2 files changed, 259 deletions(-)

diff --git a/app-office/libreoffice-l10n/Manifest 
b/app-office/libreoffice-l10n/Manifest
index deb2a753cb7..728dbd72600 100644
--- a/app-office/libreoffice-l10n/Manifest
+++ b/app-office/libreoffice-l10n/Manifest
@@ -334,174 +334,6 @@ DIST 
LibreOffice_6.3.5.2_Linux_x86-64_rpm_langpack_xh.tar.gz 289421 BLAKE2B 79ea
 DIST LibreOffice_6.3.5.2_Linux_x86-64_rpm_langpack_zh-CN.tar.gz 837214 BLAKE2B 
ddbca7dd184cbc2513828a6837a46c62128357c59df195ff14762dd3f1449462a55c5dbd4513b6061cc333ddfeb63f6798fa948f9b5a548fa31fa2857b41e1fa
 SHA512 
90d9a501b79b9d9477b6bb66a1466e9bbbf0a7afc127dd8f0e0d28b09ce6b007fc495cfe05ecf20071ebf18fa8b771621ae1639c9b61841d433cc6772a265913
 DIST LibreOffice_6.3.5.2_Linux_x86-64_rpm_langpack_zh-TW.tar.gz 838113 BLAKE2B 
9425bf3d6bffc1be486caa0731457d7aa7841f13a009d6c74a58b80b8cb40383ce1e67e68ec771032c954bb1499096b5c91dd0e2f754505d3cccb1c996a2bba2
 SHA512 
45c0efbabb2386f8464134da7101a3cca90d08c0807632e315341e698aa9a753717c7dc5d8f9f600d38c67b0ddca04198e4bae7635bc3e8826f608a91800be10
 DIST LibreOffice_6.3.5.2_Linux_x86-64_rpm_langpack_zu.tar.gz 319550 BLAKE2B 
5a702af484a03498eb42a450a2ac469871e60cd03b7cab18f9b73acaccb75dc6c3ce7cfcb563e3a44cc5d3077a07a3c0d6e5716f896cb3195876e73ad07dbf7a
 SHA512 
24253e44ebda4958fb7276f8affb509cda0a07daa3f609d3fed0e9889ec78784f222f1e34618c792b8ddc10023989a4c08204baa3fe50c34b8fd151b13594593
-DIST LibreOffice_6.4.2.2_Linux_x86-64_rpm_helppack_am.tar.gz 3552228 BLAKE2B 
b01956b2e4adcf0fdda950ac02cd8c6a68881dcbd047aa730984b33951ad5e94ee7a92f28233b7076443783320e821f66cdc7a19180ca48c350d4f34b7323d6d
 SHA512 
9c60451a8f68186445261966e54f9f7fb915d66496cf8a7e3b4f087564d9a3625593c9f0a722ccc5c59b647aad46ce22dced2eedeff420948cd7214a15931c8d
-DIST LibreOffice_6.4.2.2_Linux_x86-64_rpm_helppack_ast.tar.gz 3294705 BLAKE2B 
f41ab4767cf76c56826c3882a6d9ff675df0df1c30fb70780169f6466bde8796d8db0f889887cca318c487d212f466aeec9f1c686814b11880bcf297f6737bc6
 SHA512 
35a37f26530a1a993abd16a2d74e53af2ea29f3a345482a39e9a8a638613c15d5dcf0bf6036ff96eb30c73c0fd87266d587e21bb607ce46cc2159d9e307a04e8
-DIST LibreOffice_6.4.2.2_Linux_x86-64_rpm_helppack_bg.tar.gz 3579883 BLAKE2B 
0dbdb34f14ed3d2b029d22d0d54dbd2c989f15c85aeee7798be755dc8820b7d481ce3a4bec7c534a405975183cd73b45e4191ccae3ad399033c3414b598f10fb
 SHA512 
1f19c0cb2ebc4ef6f971292deb470c5bc9e83028ace233401752d0f47c10a8575b67e6e778ca90ce84228a04b47978dc2ad7a244dcccab56b7facae3609a94ee
-DIST LibreOffice_6.4.2.2_Linux_x86-64_rpm_helppack_bn-IN.tar.gz 3705363 
BLAKE2B 
5b361485f1749ea9b286bde6fca3318405c482fde4c2b2eba5ab9d12e45942f2a451689664867154c547ddcf5c3f21df41a18c4af96da4d0961b00d326fa8665
 SHA512 
7474d2eb0ccbaec548e3340aae60278066fa2960c90c1676aa402bbcd38f3af098ebc96552e14c1277b4c40e558f72e9791b9f7a6549680d7a1f9c2b917c223f
-DIST LibreOffice_6.4.2.2_Linux_x86-64_rpm_helppack_bn.tar.gz 3437459 BLAKE2B 
74e318acd35c457a99ee41e6538c3e4c929085d3291bf3cb23b1063458c8a4d69c4bc8de0a51305c9f59d4f0a730105a8f61331e6b1aa13d59d405b3ac6407e0
 SHA512 
062770b9a6eecf6dc67b0d0ab0b071577d68b30cb6e28c90d33d0c8136c65c7afb74bbd33641db70fe09b54b4e12d92fa694de48b73e3c32c765f7df5d62f61a
-DIST LibreOffice_6.4.2.2_Linux_x86-64_rpm_helppack_bo.tar.gz 3455715 BLAKE2B 
e17d96fda25e2a591bebe2616a4d8055f7f29bdd80fce909309413b4e9ed5d22dba8540a8bf74003adff4608db0639993d7fac6abe8a2bc121638324c88f8c74
 SHA512 
40f5158a883bf597f3d2cee66809cca4e94aeb7bab0bc37fb3b8fe4181d9564aea19d37c985c35a24be8a8d3b2eddcd357d58f5d6536f5b4d07083d044fa297b
-DIST LibreOffice_6.4.2.2_Linux_x86-64_rpm_helppack_bs.tar.gz 3187348 BLAKE2B 
f1128033ec8e63c10b29a20903eb6bcbb2951cef906755e47b95a431e15f4c6bdca5edfe6232a4a0b32579b18a1e19ebe69f2480e961a392003b66f3d324ba24
 SHA512 
c85a381742a54ff07741e1253f7a54cb0de7c381b617cc7597538f3ffb7d730428920220207f194ddc7d0a887d98a347f80abd71a576cc9d8441d1861c214173
-DIST LibreOffice_6.4.2.2_Linux_x86-64_rpm_helppack_ca-valencia.tar.gz 3302090 
BLAKE2B 
54ac542c3c2829ee1145f1e554a390e599d1cc26f3aba2c8152b6ab45c69dc2108e3110ad3573dab94074d132970ee02ab07b385eac94d195f803c0860838f67
 SHA512 
1142c1f83c73c4494736d01275b43de8d622fab58987d6e6ff4c7de678ec07cea3863890b20c75891db858fb933f0e3eec704b9043c4afbb156f6f66692f0ab1
-DIST LibreOffice_6.4.2.2_Linux_x86-64_rpm_helppack_ca.tar.gz 3289769 BLAKE2B 
68031defc59e72f3781032706feaa15b80b0668653ec6e51081e30d1143619b3496f9fb2656f4df2cb9430597a88223ab06a9c0c97c6d8ff187440185d256959
 SHA512 

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

2020-04-16 Thread Andreas Sturmlechner
commit: 6c16834554e59839c25b4af4167d52bc69b3c3c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 16 18:51:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 16 18:51:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c168345

app-office/libreoffice: Drop 6.4.2.2

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

 app-office/libreoffice/Manifest   |   2 -
 app-office/libreoffice/libreoffice-6.4.2.2.ebuild | 548 --
 2 files changed, 550 deletions(-)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index 5333f52a64c..b621ea22158 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -7,11 +7,9 @@ DIST a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip 23150 
BLAKE2B 51db6bd9058
 DIST dtoa-20180411.tgz 48893 BLAKE2B 
4a03dc67e44353ae1c0653c8305d2df9bcfef16b48dff6df5c857a6bd0510a92aa6d9b9660ad63b2344d5195fef072e526f8d7900791b15442923b63196dda3f
 SHA512 
722aa814c33a34bfffe6c0201b0035cc3b65854a0ba9ae2f51620a89d68019353e2c306651b35bca337186b22b2e9865ef3c5e3df8e9328006f882e4577f8c85
 DIST libreoffice-6.3.4.2.tar.xz 225632492 BLAKE2B 
587fe7e6298ded60fa08963f572733eb8e387c00b428201bb6f1de7eddcf9d9ee97438231ed3f961bd22628bde0fd9dfeacb63febdc566cde781bcebb9c9a71d
 SHA512 
2ed687ae805da36635419729066a2924f1e38a6b0f8d2692c42b366450a261012adfcd8a5d7915d9cfd292d07519fc32c596cdb56d7be6b12a49618b18d6f3d2
 DIST libreoffice-6.3.5.2.tar.xz 226222804 BLAKE2B 
f4b996f8eedf58f7e2ec1d1d796aecf1cc35f394cc5800b1e15db60534096a91e329f9744c8582dae85a12fb6c849be8cceff8998b45074ecc9535f7afce542c
 SHA512 
041ee00e347f6ef229a97b56d9ceee6c0fa80a56436cc2dce909878d08d617d316731a7a21cdc4b6d5ef800f3d00d3ee67c69f770912028261f1552e79899a1a
-DIST libreoffice-6.4.2.2.tar.xz 234798492 BLAKE2B 
ed2992b1e80e5c638e4f6129988da5f3f94e74a74448ddf8b831efe1942782b62612aa7e0e2fe021696fcb4e30b2b6a2dd8dcc007f26494b8858aefd72b019fb
 SHA512 
3439cd855bf77e07ce0efa866c878cb16d77b6532e1bfa67571e994908c9c8ecdcc8fee504d75878fb499fb84f000dd4d8261424c37a5814bc1c5792d40724d9
 DIST libreoffice-6.4.3.2.tar.xz 230409812 BLAKE2B 
f9cdad1540c45525bd70596dc3033e3466fcdf3d96547222b936141e49ff6d45581ca59d0e42c4bb79fcb63586d748ccafae712369e024105235e2a9b69be7ce
 SHA512 
ee11c704fa7184ffe371aa36c835c4c7fb06ef03d08fa0a5a9e647e80610db275e091d1ac79c1fe11af0c7f14dd72c821da9e7e6ba59573fc88cec79f84c873a
 DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 BLAKE2B 
f03c7ddeb53c5ca3fd23401679601fcf2c4037ba17be4eb7b784c7ce7ebb71a24b8ab4aac8b7da8c6b1f14dd23bc1294ba85ff4f70ad271fb4ee3c5372e10883
 SHA512 
785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f
 DIST libreoffice-help-6.3.4.2.tar.xz 13191636 BLAKE2B 
c1696efa0ec9fef9dbcc0c0388de8a384484af1453d200e08820ba910cdcb65638b189566a19868281fd1777213812fde06adb07c1a662302eea1d0a791ff5a0
 SHA512 
8c74c82c7d73adb1523300d1f7500769f5a623fdba60b440a63c122cbfeb631a6a34ecbcb115b0154a6957be1918306f7d0c1f465030f8e8cfd5c9a1acad17c9
 DIST libreoffice-help-6.3.5.2.tar.xz 13192732 BLAKE2B 
79e869d8d2bb91243e9fe2ba279bfcd4f3b759904fdd2efbeb1add773cb732621a41841c4064ad63ad9713a53e626c50bfcc1b3d9137ddb4fe73fca39f710bb9
 SHA512 
aec83b210cc596131aa5bcb37012a98cc42c365274c4f80e8e87595f4f50d8f36588256616738ba3c2c9a8a61d03ed5e6c33a4b588561c5084cd008c5dbe787a
-DIST libreoffice-help-6.4.2.2.tar.xz 88381732 BLAKE2B 
062b2a2524642c2280a3a73a2d725ed3625254796c0dcc62a4417f7800df70f0e3a01bbd595581e040c47af58b8a048c3046d8ac85eada164b39e8e61a557c8d
 SHA512 
503f75ac71ea1d358886d344ba722dc376a48c4a0f6b46d643640679541311215ed6f5840c7c471cce4f84e7f0aff4260f4a04c548013cc41cf2d029ee324501
 DIST libreoffice-help-6.4.3.2.tar.xz 88297704 BLAKE2B 
bbd1af159c8b8db1909335f37095812ec3ce81d73644a30a85f3e37daeabeb9a158451b8e586f24d4b7544c8cd0948eeb20ede464384c3277d196f33322e63fb
 SHA512 
9f8c1bcde27d153389d124af1393d0939262c85a1624f0b475a5515b5737612cb607d04742a069534771eee51ba98896926804ec7001d6bc2110dccdd6e7615a
 DIST skia-m83-8ce842d38d0b32149e874d6855c91e8c68ba65a7.tar.xz 8218672 BLAKE2B 
cfeb805d82ce1f5dd70c7365983fa8107d5ccda9409b2654c032115cdf8a1c32fa0451162b0cceec3dcc0054e3d0d0e13583ea93843b0d0a6eb948cc31c15ce0
 SHA512 
1018fc1cc8a7edc15745cc20791f9a22e5b318018ba619d6cb5b6995d3e81ab93c910bb3a42734872d3be54893c2ce7db507b2c61088660b2ce6630ff9b36ebb

diff --git a/app-office/libreoffice/libreoffice-6.4.2.2.ebuild 
b/app-office/libreoffice/libreoffice-6.4.2.2.ebuild
deleted file mode 100644
index b3b6af835f9..000
--- a/app-office/libreoffice/libreoffice-6.4.2.2.ebuild
+++ /dev/null
@@ -1,548 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="threads(+),xml"
-
-MY_PV="${PV/_alpha/.alpha}"
-MY_PV="${MY_PV/_beta/.beta}"
-# experimental ; release ; 

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

2020-04-16 Thread Andreas Sturmlechner
commit: 2d6ca76534b25a11809041fe61d2e50c60f78cc0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 16 18:47:03 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 16 18:51:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6ca765

app-office/libreoffice-l10n: 6.4.3.2 version bump

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

 app-office/libreoffice-l10n/Manifest   | 168 +
 .../libreoffice-l10n-6.4.3.2.ebuild|  91 +++
 2 files changed, 259 insertions(+)

diff --git a/app-office/libreoffice-l10n/Manifest 
b/app-office/libreoffice-l10n/Manifest
index b7a09bb1d45..deb2a753cb7 100644
--- a/app-office/libreoffice-l10n/Manifest
+++ b/app-office/libreoffice-l10n/Manifest
@@ -502,3 +502,171 @@ DIST 
LibreOffice_6.4.2.2_Linux_x86-64_rpm_langpack_xh.tar.gz 293438 BLAKE2B 8731
 DIST LibreOffice_6.4.2.2_Linux_x86-64_rpm_langpack_zh-CN.tar.gz 836045 BLAKE2B 
ed1a7687ad9e695dbdd782899705be260293ae9afe47e5ccc665bc2b6859e95151b50c7e7714a4fde800ddf7a54266af38e390a039efb621e4247483153117e8
 SHA512 
01e29b4055701dc3f90bfa6a4b8a7f84d2f1d84919d6940f630944de9a31c1210d978dc319d39157e3f7e3910bc93e426d453b5c89606b6726c444bdacfeed99
 DIST LibreOffice_6.4.2.2_Linux_x86-64_rpm_langpack_zh-TW.tar.gz 846681 BLAKE2B 
69c26bf609ffddcebb7fd3335af5545f975ea2aa3453f7c8101df2119bffda48928eef361729ac0e848272367d07815daffa6c40016d4928ef69491f2543f74c
 SHA512 
b0d0afc408af47ed961386ca5810f05ed8a6e65c4126b5b4664ad25b8c2475738b074245f8a038417e1894965daee8b7db93bc08da54edcf4ffbbd01a1b388f8
 DIST LibreOffice_6.4.2.2_Linux_x86-64_rpm_langpack_zu.tar.gz 323137 BLAKE2B 
b1de21da6092b11bf179d6558b99ceb7b3d3e72be98e5d4a47ede8f10e4e1f76c3c62f6195fa2093e06e5a31286d0f5845a2eeb97a55070d06ff75bfdede4975
 SHA512 
ec326f69bcb3e6c9ebe49e2027bd7928a3d887650eddb9bb8de2ae41c6bb8d855c65a6adb3c70285673a61922cac9379f21dfca29b15dd9c40ac9a6d3ccbb70f
+DIST LibreOffice_6.4.3.2_Linux_x86-64_rpm_helppack_am.tar.gz 3552486 BLAKE2B 
5758f1ae9c9fdf5c84db5fca97de4eb50e8d49478ba8d7649eb6af0846d6f70ea2bb03f594efdb3c8ba75792b74ecacdeaee9805c299ec1452e03c6acdb38257
 SHA512 
982c5b70bd909998f8767bc3c3ec3873107173163af879e022439d77c13ceefcfc1b09b025e7a2c1f51123350da7ebbbacd788a04a251b8019763d994e7f5b30
+DIST LibreOffice_6.4.3.2_Linux_x86-64_rpm_helppack_ast.tar.gz 3294394 BLAKE2B 
23cc9fa6369dc870dee073711a7bc56f8ae9286cd540b94829cbbaa728800f948bdcfc9adbadb163d6921198d95928741e30eacfb359d28928fb8cdf144c591a
 SHA512 
fde6bb8b71f0d97743a0d265a5883cfd1b7213a08407d76e358418696ee9ebd8ebd6cce0855d884a9317e1403c7af531bfc7472752631f8e9ae8ed955a45ab4c
+DIST LibreOffice_6.4.3.2_Linux_x86-64_rpm_helppack_bg.tar.gz 3580157 BLAKE2B 
6194ae07b5fee1aa0eb98eaa315c998d84ae5baa379c038ba59211fd54ba85696729014d5cc6a690d7c4b697d5e491a75bd0fd6d317c28028b558b2896315d62
 SHA512 
edee85d90f8c9e93e41b7df6829b528259b2df5d31c988e3b2d28cde15f190ab6a55837ba5a773c9bb16b884c5d437ae767d6c788ca7bbea214dd64154ea41ac
+DIST LibreOffice_6.4.3.2_Linux_x86-64_rpm_helppack_bn-IN.tar.gz 3705672 
BLAKE2B 
9c30dc37d9f19e31ba5cca2aabcbd94fc227d3f961f7d7eaf1b8050df12d38b5ea767dbb1b6f08439746d4c99fd8f4989956e7f4acfae11acb0346d8e4dc6090
 SHA512 
d5c4c16135fa91d135705a54cc552af2d405639546f0a8fdbc47839f7d1a5768bc52c7b9a60a2e0b4c823377f71622ea07a3352cbc942117cafcc829744a2c1a
+DIST LibreOffice_6.4.3.2_Linux_x86-64_rpm_helppack_bn.tar.gz 3437519 BLAKE2B 
9a36969d4f786038158008cf62fd38918d2f7c71ff9e5118e01e3fc6bc90ffb4a1adbb442594532bebc5dcb42916998b107597c5fb67ce26faf2e27c626365ec
 SHA512 
0a56b36ac4eff0fcd41d338840cf926da1017edbd62632543d11b20f3e42193c9c2ab1ec9c45440f2983dcc690aa70c73fa1d539ae30be56e9ec127ac43f87b1
+DIST LibreOffice_6.4.3.2_Linux_x86-64_rpm_helppack_bo.tar.gz 3455305 BLAKE2B 
5436647a8818b06f9cdb65585dcddf565742e1624f1bbedb31b1a5e5bc2e289ccfd079e2da66c33601c1708457f96174f685ce9d4628b34588dc89e025feba7d
 SHA512 
3e745e79b3a4f116d968ca2185223aff9abefa8d03595c3485ddfcf525714298e256574df11e8f5fb4b6138a14a95462a03460aa1fa96b67398bfbd47a0081c2
+DIST LibreOffice_6.4.3.2_Linux_x86-64_rpm_helppack_bs.tar.gz 3187529 BLAKE2B 
e173ce292fd45e728da071d0fd777c05a2fbaa7553c689b8a77f059e41c5ee955c3616df5e5391075779bde82ba575c9dfebb6d11666dc58a8360622b86a781b
 SHA512 
5279a1e6d72b67dc24aa8d10b8cf227cd62a8049a131c3ff99ba771e8b52f8a65ab75a556f8b2a1a379e8db5d078d1a7e300e7810e343e97b52f94f060cb1841
+DIST LibreOffice_6.4.3.2_Linux_x86-64_rpm_helppack_ca-valencia.tar.gz 3301975 
BLAKE2B 
baa26a272944178616ec58e67f93903c6910e7655b922773ff17ec35c23764a4bd1707957b3334e099dab168b6026f85f40269f3d4107db7b3d46768be84b256
 SHA512 
3b4808e3f5ac0c6329ba63ec802f8513020697ebc124baac7be964c64375d299042f7fbb9d50540ee870e820ce236e11d348defabd27f7aee76186eaecd0728a
+DIST LibreOffice_6.4.3.2_Linux_x86-64_rpm_helppack_ca.tar.gz 3290026 BLAKE2B 
62c3b4cd544a55cc602b32e2c6e62d9656c611b16c858620372d2808b4cead16ab28e37947d67258985f6f23b5e5e54fb6359319ab5e1105d95da0a0989c5802
 

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

2020-04-16 Thread Andreas Sturmlechner
commit: f34eb93c0c51a77db376721915dd2872c0aa7b0f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 16 18:35:49 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 16 18:36:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34eb93c

net-libs/libaccounts-glib: 1.25 version bump, python3_8

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

 net-libs/libaccounts-glib/Manifest |  1 +
 .../libaccounts-glib/libaccounts-glib-1.25.ebuild  | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/net-libs/libaccounts-glib/Manifest 
b/net-libs/libaccounts-glib/Manifest
index be260dd06ff..06bac4c4694 100644
--- a/net-libs/libaccounts-glib/Manifest
+++ b/net-libs/libaccounts-glib/Manifest
@@ -1 +1,2 @@
 DIST libaccounts-glib-1.24.tar.gz 116578 BLAKE2B 
d3569ee9d4b92f285f20ab7bc285c62c9817a16f632ad9da83a86ab69e7e3ded74afbcb1307deee788a74796372c0011563ecd293cba4b0e81d15252eae4cf50
 SHA512 
d4e6906f642c7a196cb42172f31345f58037d528950bee3af2b8cb388aea386056cbaa22f0e7c604a4e00038b231e9ee455f6a1d48f82344cfc0037ad7251b7c
+DIST libaccounts-glib-1.25.tar.gz 117337 BLAKE2B 
72e6e15b63eea4d5b2a3e994779a4636bee859c6d395c8c9f65120cfee1c25a5708971b438010f668eefee20735b01e9f9f4e1ac4cb55495a06143d20198e422
 SHA512 
cc8b493d246f99300ee614fed93258378ecdbe9c518a958a59827ee8f74559b1ee3683acfb85f59aa91390275497fb35041da2be47f27f24f96e1efd5d6d2e20

diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.25.ebuild 
b/net-libs/libaccounts-glib/libaccounts-glib-1.25.ebuild
new file mode 100644
index 000..95098596ca1
--- /dev/null
+++ b/net-libs/libaccounts-glib/libaccounts-glib-1.25.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit meson python-r1 vala
+
+DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib 
applications"
+HOMEPAGE="https://gitlab.com/accounts-sso/libaccounts-glib;
+SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/VERSION_${PV}/${PN}-VERSION_${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="doc"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-db/sqlite:3
+   dev-libs/glib:2
+   dev-libs/gobject-introspection:=
+   dev-libs/libxml2
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   $(vala_depend)
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-libs/check
+   doc? ( dev-util/gtk-doc )
+"
+
+# fails
+RESTRICT="test"
+
+S="${WORKDIR}/${PN}-VERSION_${PV}"
+
+src_prepare() {
+   default
+
+   vala_src_prepare --ignore-use
+
+   use doc || sed -e "/^subdir('docs')$/d" -i meson.build || die
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir meson_src_configure
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir meson_src_compile
+}
+
+src_install() {
+   einstalldocs
+   python_foreach_impl run_in_build_dir meson_src_install
+   python_foreach_impl python_optimize
+}



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

2020-04-16 Thread Mikle Kolyada
commit: 9543a63ffa747e140cefab8f6e09d90e37399bf6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr 16 18:35:41 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr 16 18:36:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9543a63f

dev-libs/kpathsea: fix dosym

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
index dcbc8175045..74023b4cbb3 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
@@ -86,8 +86,8 @@ src_install() {
# by texmf-update
rm -f "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf"
 
-   dosym ../texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
-   dosym ../texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
+   dosym /../../../../etc/texmf/web2c/fmtutil.cnf 
${TEXMF_PATH}/web2c/fmtutil.cnf
+   dosym /../../../../etc/texmf/web2c/texmf.cnf 
${TEXMF_PATH}/web2c/texmf.cnf
 
newsbin "${S}/texmf-update" texmf-update
 



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

2020-04-16 Thread Sergei Trofimovich
commit: 877019cc451b6455ada1491e3ec1c6d624341d78
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 13:35:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 18:34:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877019cc

net-misc/iputils: stable 20190709-r1 for hppa, bug #716594

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-misc/iputils/iputils-20190709-r1.ebuild 
b/net-misc/iputils/iputils-20190709-r1.ebuild
index 75b3d11999e..bb14366479f 100644
--- a/net-misc/iputils/iputils-20190709-r1.ebuild
+++ b/net-misc/iputils/iputils-20190709-r1.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/iputils/iputils/archive/s${PV}.tar.gz -> 
${P}.tar.gz

https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



[gentoo-commits] repo/proj/guru:dev commit in: app-text/OCRmyPDF/

2020-04-16 Thread Alarig Le Lay
commit: a26fc1f9666f03e98fac54d4033167f6eea1a88c
Author: Alarig Le Lay  swordarmor  fr>
AuthorDate: Thu Apr 16 18:27:53 2020 +
Commit: Alarig Le Lay  swordarmor  fr>
CommitDate: Thu Apr 16 18:27:53 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a26fc1f9

app-text/OCRmyPDF: Newer dev-python/pdfminer-six dep

See https://github.com/jbarlow83/OCRmyPDF/blob/v9.7.2/setup.py#L101

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alarig Le Lay  swordarmor.fr>

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

diff --git a/app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild 
b/app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild
index b397cce..ef648cf 100644
--- a/app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild
+++ b/app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
app-text/ghostscript-gpl
app-text/tesseract
app-text/unpaper
-   <=dev-python/pdfminer-six-20200124[${PYTHON_USEDEP}]
+   <=dev-python/pdfminer-six-20200402[${PYTHON_USEDEP}]
>=dev-python/pdfminer-six-20181108[${PYTHON_USEDEP}]
dev-python/pikepdf[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/graphviz/

2020-04-16 Thread David Seifert
commit: d711bb61c625c4e79b999cce92b1ae4e49498211
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 16 18:19:56 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 16 18:19:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d711bb61

media-gfx/graphviz: Add myself as maintainer

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert  gentoo.org>

 media-gfx/graphviz/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/media-gfx/graphviz/metadata.xml b/media-gfx/graphviz/metadata.xml
index e070c7fdfdd..2a32c622872 100644
--- a/media-gfx/graphviz/metadata.xml
+++ b/media-gfx/graphviz/metadata.xml
@@ -5,6 +5,10 @@
zlog...@gentoo.org
Mikle Kolyada

+   
+   s...@gentoo.org
+   David Seifert
+   

graphviz is a set of graph drawing tools for Unix or MS-Windows
(win32), including a web service interface (webdot). Source 
code and



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

2020-04-16 Thread Sergei Trofimovich
commit: 0a2df75dd941e2f68c58449425a46b457562d23d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 08:29:40 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 18:05:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2df75d

net-libs/courier-authlib: drop 0.66.4 to ~hppa/~sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa,sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/courier-authlib/courier-authlib-0.66.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/courier-authlib/courier-authlib-0.66.4.ebuild 
b/net-libs/courier-authlib/courier-authlib-0.66.4.ebuild
index 915013de686..db15b6b4722 100644
--- a/net-libs/courier-authlib/courier-authlib-0.66.4.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.66.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit eutils flag-o-matic multilib user
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86"
 
 DESCRIPTION="Courier authentication library"
 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwayland/

2020-04-16 Thread Sergei Trofimovich
commit: 196197e1012aeaf93eb76b988eada6dd576e4212
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 13:12:19 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 18:05:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196197e1

dev-qt/qtwayland: keyworded 5.14.2 for sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-qt/qtwayland/qtwayland-5.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.14.2.ebuild 
b/dev-qt/qtwayland/qtwayland-5.14.2.ebuild
index 00131b6ecb1..03b11bd2cd7 100644
--- a/dev-qt/qtwayland/qtwayland-5.14.2.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.14.2.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Wayland platform plugin for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="vulkan X"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/

2020-04-16 Thread Sergei Trofimovich
commit: ae782f907b951a532c4b1e83a072597b4d3804c4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 13:11:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 18:05:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae782f90

dev-qt/qtdeclarative: keyworded 5.14.2 for sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-qt/qtdeclarative/qtdeclarative-5.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.14.2.ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.14.2.ebuild
index 5e576bf9609..5e3c49a6f3c 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.14.2.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.14.2.ebuild
@@ -8,7 +8,7 @@ inherit python-any-r1 qt5-build
 DESCRIPTION="The QML and Quick modules for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="gles2-only +jit localstorage vulkan +widgets"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2020-04-16 Thread Sergei Trofimovich
commit: 0fb2cca58c66c2abcafe91421a358cb4b21b5e21
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 12:20:24 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 18:05:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb2cca5

dev-vcs/git: stable 2.24.2 for hppa, bug #717156

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/git/git-2.24.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.24.2.ebuild b/dev-vcs/git/git-2.24.2.ebuild
index b4cba1683a7..b14f087bb86 100644
--- a/dev-vcs/git/git-2.24.2.ebuild
+++ b/dev-vcs/git/git-2.24.2.ebuild
@@ -46,7 +46,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~x64-cygwin ~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 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2020-04-16 Thread Sergei Trofimovich
commit: e1af524a96f9b28d9bf5df2788a8b90bdba27483
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 08:41:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 18:05:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1af524a

dev-libs/glib: stable 2.60.7-r2 for hppa, bug #710514

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/glib/glib-2.60.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/glib/glib-2.60.7-r2.ebuild 
b/dev-libs/glib/glib-2.60.7-r2.ebuild
index ed20507c6a5..2324497e275 100644
--- a/dev-libs/glib/glib-2.60.7-r2.ebuild
+++ b/dev-libs/glib/glib-2.60.7-r2.ebuild
@@ -14,7 +14,7 @@ SLOT="2"
 IUSE="dbus debug elibc_glibc fam gtk-doc kernel_linux +mime selinux 
static-libs systemtap test utils xattr"
 RESTRICT="!test? ( test )"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 # * libelf isn't strictly necessary, but makes gresource tool more useful, and
 # the check is automagic in gio/meson.build. gresource is not a multilib tool



[gentoo-commits] repo/gentoo:master commit in: net-fs/cifs-utils/

2020-04-16 Thread Sergei Trofimovich
commit: e650803785dcb6c9365d9356ebc64eea058f9d9f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 09:00:28 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 18:05:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6508037

net-fs/cifs-utils: drop to ~hppa

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-fs/cifs-utils/cifs-utils-6.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/cifs-utils/cifs-utils-6.9-r1.ebuild 
b/net-fs/cifs-utils/cifs-utils-6.9-r1.ebuild
index dfb877e4d7c..121a2f96109 100644
--- a/net-fs/cifs-utils/cifs-utils-6.9-r1.ebuild
+++ b/net-fs/cifs-utils/cifs-utils-6.9-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.samba.org/pub/linux-cifs/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x86-linux"
 IUSE="+acl +ads +caps creds pam"
 
 RDEPEND="



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

2020-04-16 Thread Sergei Trofimovich
commit: e665e8513267a7d781cd51878e83695e7aa20908
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 12:17:53 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 18:05:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e665e851

net-libs/libnftnl: stable 1.1.5 for hppa, bug #704994

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-libs/libnftnl/libnftnl-1.1.5.ebuild 
b/net-libs/libnftnl/libnftnl-1.1.5.ebuild
index f3d8044e0da..8b55096564b 100644
--- a/net-libs/libnftnl/libnftnl-1.1.5.ebuild
+++ b/net-libs/libnftnl/libnftnl-1.1.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0/11" # libnftnl.so version
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86"
 IUSE="examples static-libs test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2020-04-16 Thread Sergei Trofimovich
commit: fd3c6aaf82fea9f94ce7895191f44d02348d42a5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 12:19:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 18:05:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3c6aaf

dev-vcs/git: stable 2.23.2 for hppa, bug #717156

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/git/git-2.23.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.23.2.ebuild b/dev-vcs/git/git-2.23.2.ebuild
index a34dbe298d9..eb01978045f 100644
--- a/dev-vcs/git/git-2.23.2.ebuild
+++ b/dev-vcs/git/git-2.23.2.ebuild
@@ -46,7 +46,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~x64-cygwin ~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 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2020-04-16 Thread Sergei Trofimovich
commit: 4f2aeb50527df1895ef90e1e3f9b33a518c8187c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 13:34:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 18:05:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2aeb50

dev-vcs/git: stable 2.25.3 for hppa, bug #717156

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/git/git-2.25.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.25.3.ebuild b/dev-vcs/git/git-2.25.3.ebuild
index b4cba1683a7..b14f087bb86 100644
--- a/dev-vcs/git/git-2.25.3.ebuild
+++ b/dev-vcs/git/git-2.25.3.ebuild
@@ -46,7 +46,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~x64-cygwin ~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 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2020-04-16 Thread Sergei Trofimovich
commit: 71ddfd75b619ecbca6589baf13c2b118330d4272
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 09:23:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 18:05:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ddfd75

profiles/arch/sparc/package.use.stable.mask: add chrony[pps]

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/arch/sparc/package.use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/sparc/package.use.stable.mask 
b/profiles/arch/sparc/package.use.stable.mask
index 48da98d14dc..c8afbf3ee12 100644
--- a/profiles/arch/sparc/package.use.stable.mask
+++ b/profiles/arch/sparc/package.use.stable.mask
@@ -1,6 +1,10 @@
 # Copyright 2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Rolf Eike Beer  (2020-04-16)
+# net-misc/pps-tools is not stable on sparc
+net-misc/chrony pps
+
 # Rolf Eike Beer  (2020-04-14)
 # media-libs/kate not stable on sparc
 media-sound/vorbis-tools kate



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

2020-04-16 Thread Sergei Trofimovich
commit: c7a861ccbb4434990ef1bdfa774b1a9b96c13bdb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 08:42:43 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 18:05:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a861cc

dev-python/python-systemd: drop to ~hppa

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/python-systemd/python-systemd-234.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-systemd/python-systemd-234.ebuild 
b/dev-python/python-systemd/python-systemd-234.ebuild
index 16a75109add..a04ef4c50fa 100644
--- a/dev-python/python-systemd/python-systemd-234.ebuild
+++ b/dev-python/python-systemd/python-systemd-234.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/systemd/python-systemd/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-04-16 Thread Sergei Trofimovich
commit: a6797ccea34da6a765964c5af430b402e0ffad88
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 07:56:36 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 18:05:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6797cce

profiles/arch/sparc/package.use.mask: add ejabberd[hipe]

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/arch/sparc/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index a697ccd54e7..d6e551d5e00 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -117,6 +117,7 @@ app-office/scribus osg
 # Sergei Trofimovich  (2018-06-17)
 # Mask broken HIPE support on sparc32 (bug #656618)
 dev-lang/erlang hipe
+net-im/ejabberd hipe
 
 # Sergei Trofimovich  (2018-05-08)
 # Mask USE=games to avoid unkeyworded games-util/qstat.



[gentoo-commits] repo/gentoo:master commit in: net-libs/farstream/, profiles/arch/sparc/

2020-04-16 Thread Sergei Trofimovich
commit: 2886302ec46cff274916d7c933124a9608184e1c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 16 08:34:11 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 16 18:05:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2886302e

net-libs/farstream: drop ~sparc

Depends indirectly on net-libs/libsrtp, which is -sparc.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/farstream/farstream-0.2.8-r2.ebuild | 2 +-
 profiles/arch/sparc/package.use.mask | 4 
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-libs/farstream/farstream-0.2.8-r2.ebuild 
b/net-libs/farstream/farstream-0.2.8-r2.ebuild
index 6f608311514..2325786f6d3 100644
--- a/net-libs/farstream/farstream-0.2.8-r2.ebuild
+++ b/net-libs/farstream/farstream-0.2.8-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/Farstream;
 SRC_URI="https://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="+introspection test upnp"
 SLOT="0.2/5" # .so version
 

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index d6e551d5e00..d699bc77edd 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Rolf Eike Beer  (2020-04-15)
+# net-libs/farstream is not keyworded on sparc
+net-im/pidgin gstreamer
+
 # Rolf Eike Beer  (2020-04-15)
 # dev-qt/designer is not keyworded on sparc
 sys-libs/gwenhywfar designer



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpy-python2/files/, dev-python/numpy-python2/

2020-04-16 Thread Mike Gilbert
commit: 81bcae35ca3f42bc92c1cbf977f5d08d4ea4409c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 16 17:46:30 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 16 17:46:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81bcae35

dev-python/numpy-python2: fix install with recent distutils-r1 change

Bug: https://bugs.gentoo.org/717706
Signed-off-by: Mike Gilbert  gentoo.org>

 ...-1.16.5-setup.py-install-skip-build-fails.patch | 23 ++
 .../numpy-python2/numpy-python2-1.16.5.ebuild  |  1 +
 2 files changed, 24 insertions(+)

diff --git 
a/dev-python/numpy-python2/files/numpy-1.16.5-setup.py-install-skip-build-fails.patch
 
b/dev-python/numpy-python2/files/numpy-1.16.5-setup.py-install-skip-build-fails.patch
new file mode 100644
index 000..aa141de27f4
--- /dev/null
+++ 
b/dev-python/numpy-python2/files/numpy-1.16.5-setup.py-install-skip-build-fails.patch
@@ -0,0 +1,23 @@
+From b8e741c66f71071c3406e592e1537570731bcb35 Mon Sep 17 00:00:00 2001
+From: mattip 
+Date: Sun, 26 May 2019 08:55:53 +0300
+Subject: [PATCH] BUG: setup.py install --skip-build fails
+
+---
+ numpy/distutils/command/install_clib.py | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/numpy/distutils/command/install_clib.py 
b/numpy/distutils/command/install_clib.py
+index 662aa00bda9..6a73f7e3308 100644
+--- a/numpy/distutils/command/install_clib.py
 b/numpy/distutils/command/install_clib.py
+@@ -19,6 +19,9 @@ def finalize_options(self):
+ 
+ def run (self):
+ build_clib_cmd = get_cmd("build_clib")
++if not build_clib_cmd.build_clib:
++# can happen if the user specified `--skip-build`
++build_clib_cmd.finalize_options()
+ build_dir = build_clib_cmd.build_clib
+ 
+ # We need the compiler to get the library name -> filename association

diff --git a/dev-python/numpy-python2/numpy-python2-1.16.5.ebuild 
b/dev-python/numpy-python2/numpy-python2-1.16.5.ebuild
index d98d8624653..b6c8b4fa6cf 100644
--- a/dev-python/numpy-python2/numpy-python2-1.16.5.ebuild
+++ b/dev-python/numpy-python2/numpy-python2-1.16.5.ebuild
@@ -50,6 +50,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 PATCHES=(
"${FILESDIR}"/${MY_PN}-1.15.4-no-hardcode-blas.patch
+   "${FILESDIR}"/numpy-1.16.5-setup.py-install-skip-build-fails.patch
 )
 
 src_unpack() {



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

2020-04-16 Thread Mike Gilbert
commit: ec5de2845d7ccd00188c7a46a32e5a992d7ef03d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 16 17:43:42 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 16 17:43:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5de284

dev-python/numpy: fix build with recent distutils-r1 change

Closes: https://bugs.gentoo.org/717706
Signed-off-by: Mike Gilbert  gentoo.org>

 ...-1.16.5-setup.py-install-skip-build-fails.patch | 23 ++
 dev-python/numpy/numpy-1.16.5.ebuild   |  1 +
 2 files changed, 24 insertions(+)

diff --git 
a/dev-python/numpy/files/numpy-1.16.5-setup.py-install-skip-build-fails.patch 
b/dev-python/numpy/files/numpy-1.16.5-setup.py-install-skip-build-fails.patch
new file mode 100644
index 000..aa141de27f4
--- /dev/null
+++ 
b/dev-python/numpy/files/numpy-1.16.5-setup.py-install-skip-build-fails.patch
@@ -0,0 +1,23 @@
+From b8e741c66f71071c3406e592e1537570731bcb35 Mon Sep 17 00:00:00 2001
+From: mattip 
+Date: Sun, 26 May 2019 08:55:53 +0300
+Subject: [PATCH] BUG: setup.py install --skip-build fails
+
+---
+ numpy/distutils/command/install_clib.py | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/numpy/distutils/command/install_clib.py 
b/numpy/distutils/command/install_clib.py
+index 662aa00bda9..6a73f7e3308 100644
+--- a/numpy/distutils/command/install_clib.py
 b/numpy/distutils/command/install_clib.py
+@@ -19,6 +19,9 @@ def finalize_options(self):
+ 
+ def run (self):
+ build_clib_cmd = get_cmd("build_clib")
++if not build_clib_cmd.build_clib:
++# can happen if the user specified `--skip-build`
++build_clib_cmd.finalize_options()
+ build_dir = build_clib_cmd.build_clib
+ 
+ # We need the compiler to get the library name -> filename association

diff --git a/dev-python/numpy/numpy-1.16.5.ebuild 
b/dev-python/numpy/numpy-1.16.5.ebuild
index c76742829cb..a0a04127fa0 100644
--- a/dev-python/numpy/numpy-1.16.5.ebuild
+++ b/dev-python/numpy/numpy-1.16.5.ebuild
@@ -41,6 +41,7 @@ BDEPEND="app-arch/unzip
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.15.4-no-hardcode-blas.patch
+   "${FILESDIR}"/numpy-1.16.5-setup.py-install-skip-build-fails.patch
 )
 
 src_unpack() {



[gentoo-commits] repo/proj/guru:master commit in: media-libs/amdvlk/

2020-04-16 Thread Andrew Ammerlaan
commit: 4c93566be5435711f20bb5cd8d649fb9d831da57
Author: Denis Reva  gmail  com>
AuthorDate: Thu Apr 16 15:03:22 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Apr 16 15:03:47 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c93566b

media-libs/amdvlk: new version 2020.2.1

Simply updating the package, please push its to master
Just about about a hour after upstream release

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Denis Reva  gmail.com>

 media-libs/amdvlk/Manifest   |   6 ++
 media-libs/amdvlk/amdvlk-2020.2.1.ebuild | 125 +++
 2 files changed, 131 insertions(+)

diff --git a/media-libs/amdvlk/Manifest b/media-libs/amdvlk/Manifest
index 22a1c38..c700a31 100644
--- a/media-libs/amdvlk/Manifest
+++ b/media-libs/amdvlk/Manifest
@@ -1,8 +1,14 @@
 DIST AMDVLK-v-2020.Q1.4.tar.gz 30348 BLAKE2B 
fc3e4f03d52c064f8b028b1afd2aad6aab3196811d2d6e9535399f39619dc88317e3fb94e1faa9048fc6a3cbe64b1ee6ddc66a759fd38f5408e9cf8b9f535caa
 SHA512 
53fd24eee13c38360b9f962a5d28a1598cdb180357a1ba8ba7c4460d6cd43f909fac25b8cb3231ec29ee172d85ff23faaa135970683072aa468bd15a5505353f
+DIST AMDVLK-v-2020.Q2.1.tar.gz 30353 BLAKE2B 
f324ee4d5e4b57d8ca71f8dded5902ebad45442fd1915de165afac127a6339cdc2c7a855a9ff150a58f7ff3bf280a5dd5b6fd8d36a88e39eab98ce1e62670739
 SHA512 
daa3ce7402651a5f4ea6f932485650286d5658f95cb119a3c572b9a4cad642f6b35dd3cd07fbfc6927b9bbb0a7bd9d52c2f04b60c7d08f976b64cf10ec4d91a2
 DIST CWPack-b601c88aeca7a7b08becb3d32709de383c8ee428.tar.gz 24538 BLAKE2B 
b30ddc4cf6e307864c77308faeb5a41a8ed9e708b668dac25989cfbe528422d70ffc17b54109c52abdf5da5c426a3d143cd19b4a3577459d5cce72a85e71284d
 SHA512 
cc544f361ced841525041d6d31678698946362338cbd49ccfda6836f2dcfa4ce495d09b7ce191699364fd5101c671a6734aa4fb3ce447b9e8f1e75f7ea13c766
 DIST MetroHash-2b6fee002db6cc92345b02aeee963ebaaf4c0e2f.tar.gz 11762 BLAKE2B 
4210468564233b0d49572bef5046479123e7597fa69d5a62d8e2b39b3898e89ae044ea2e58cce21f5034fd06c6178b9dbbee25d8f5ad5f3da18ac762b54400cb
 SHA512 
565f98cb44af81c43096eabeaba269ea9cdc3ecfb06868fedf663a0d6f88f3c49251192de43cb30a5172b2ac60580f58fc2bacbd4cbefbc42283efccdfa8a87f
 DIST llpc-7686a2ddba683f7a361460f3806b0d45e615ca76.tar.gz 1955263 BLAKE2B 
f9c6ad489f4998ede751d0b35b129a27d91d0e9d0e86a6d05652adb016eaae9ae40f3756c12ad2139040ab7543aeb1399988f28bda70417f480f42b0a8980ae9
 SHA512 
dc737957da89f6af4fdb85df2113857d8b9418df4396e7e362d029c696a11cf691b5aaff1ce14ab8ad0c1301d10af5f689394a76351eb965cba6be0e0194cb5d
+DIST llpc-9889f54c9a31743b48f3dafcb8ca0c106ed15da4.tar.gz 1882348 BLAKE2B 
1e05d12dd3890604adc5d7dab6ed0645c977985157f86984e8dfa23fd65bdd42dc0df4b8154a6e153849ed14eed279bd08258e058449c1ee178c173d97bf7608
 SHA512 
c1cbe0a005a2e4b5b35baed51f1531e12456ac18c110d4c7f8fbe4e3dbc51920cdf1ec262b81d42c4c7af28523fc051ca5fb12ffd084bf483bb7bd9b4d06ce83
+DIST llvm-project-50077fcc15e5844dacd820dcdb02edb23fc00330.tar.gz 116114571 
BLAKE2B 
3eac7f4646100a5e3d1f57e5524c2bfaf62aa119d24d34d9145d060dcb1cef6243eacc7ffa154760741f0597b6ebe2c56ca1f636f1f2e26f79fdd476c46ab20b
 SHA512 
efb9898687315a2105383f47c2175335097815a66377b048b82fc910fa0be937da101de5f97c22f132c95ffaa08db68aa6f7d5b4516d1e94623138e27263e4b1
 DIST llvm-project-5c958c70bc6366298296dc778e903f65528c3b0f.tar.gz 116288565 
BLAKE2B 
438a04e6f3394e94bcfdcf97ecb240216050e723e1685ba05b10333061e7c8a6a79023071f35547509c88ed55541ed4e51988e06a89013201154dd89240b6f94
 SHA512 
57da73edda674e10ed799a06fa16f3dc5d241307bc28b463ab1cf4f359daa07c186fd64e242053fc4a3869efa604176c92a7850fc6005b1333e5aa92f6bf0bdd
+DIST pal-8b2381a1d05cd2c9c4e7cc2eeda053e76d8c9a4a.tar.gz 7405161 BLAKE2B 
530ac292eb7eff44a039ea4f0ea6a8a18318f31acede526884ea8ebd2bdcf3beac096904ce395079493b94e010e01843b3cd476b894aae0021e9dc9973fc01c4
 SHA512 
81fb7a59e692f50c3b3ebb26102064659625d2ee93f3c1e50e42036b3f85ab9cb6085ea64c82cb6df98dbba5f30e2c63d7932878e7371de2389987358ec1a5bd
 DIST pal-bb7398b1c7509a30ba4f7d947b5ad5549a4d58db.tar.gz 7340860 BLAKE2B 
66c0055ecff085b4ad762cba70f5c8448c448bcdebc2ebffd368a8a953cf40eb6e114e3c97cdd772b0c8c98982288f04915f647d247d21bd4dc7135491f98d28
 SHA512 
ed5cecd0243322f6c9885203677faabf4245b7af88b0eac2b0a736af971491690ce123b243b1d76af06249f0549aa2a724b67120ac413c6f4f6de0651d8c6b60
+DIST spvgen-a223c8636f8306697f6fdc86f742b99fbd8c5dbd.tar.gz 17695 BLAKE2B 
d1d81400cd8fd411a4828d206b5f24486e0079c176a2ce2a6b1d359cd4f8b9e08a65b666d6d448e883ae15285a1ba4f4c8fb18e9c513a69afd6438e52d62
 SHA512 
25608f761f9d6ea1e1980698ade737a85a5ea552649ffb0b2928d1f1c0e4252696078ea1f37ee08c12e538148cf1a7a4c6d5edbdd636d0c2b3a03992cf180dd2
 DIST spvgen-d16ff22a1eb3a3f4ce05cbcb95a337f708b1.tar.gz 17745 BLAKE2B 
b4244e0eb7e2967b692569090481e21cf87ee2124f9e9c0bc550be5e9c26baa08a6be33785cb15c05b54d57805cb1489f7f9abcc3490ed1f374f7c2a4b7dee61
 SHA512 
48ba6708eae2409af54165eb8577eded0f3adc228963807ef4a49496c954e1ee256c00b243fa1caa070cbc4931c1d8b6dcbc702620d6361bd3ab0a1a3414bce3
+DIST 

[gentoo-commits] repo/proj/guru:dev commit in: app-text/OCRmyPDF/

2020-04-16 Thread Andrew Ammerlaan
commit: 93eeab55e0620e22831f22dfb61bd4ac75fcee3a
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu Apr 16 17:12:46 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Apr 16 17:12:46 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93eeab55

app-text/OCRmyPDF: enable doc building support

also tried to enable tests, but man does it use a lot of RAM
not worth the trouble IMO

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 app-text/OCRmyPDF/Manifest|  2 +-
 .../{OCRmyPDF-9.7.1.ebuild => OCRmyPDF-9.7.2.ebuild}  | 19 ---
 2 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/app-text/OCRmyPDF/Manifest b/app-text/OCRmyPDF/Manifest
index f969020..419878a 100644
--- a/app-text/OCRmyPDF/Manifest
+++ b/app-text/OCRmyPDF/Manifest
@@ -1 +1 @@
-DIST OCRmyPDF-9.7.1.tar.gz 7859333 BLAKE2B 
5f366d8655c55dafe911d2f1feaad84c4f032252454015693b314515d6bd308e91f93626cb3229d2956354e2c60df8420fb4d7a2023ca0a78636ea5c40d7ff56
 SHA512 
daf5f636afa2704c9163f4f0d49f944358919c2af229030d78bb29f10d0a8acf3e219060542d52982bc02180b410c6dca771c54f4d3239250365397707bccf6c
+DIST OCRmyPDF-9.7.2.tar.gz 7859735 BLAKE2B 
2744c893f6dd0f23ada9a11570fdf007842d01bcd84a1892f01bb828ca5e4d62e25724adf8124f3c75186c6eb56b19ef3bbfcbd6f4c1f9fa5821b0d59a19be33
 SHA512 
03dd14940cafc74dbfbf4c4ec569ca5de4cd588a1e7da11fda65a48ddb40b0a0613a7d6bd6520b07b2b9dc705c4f0e744076c7826d9789d782014b4d1dacc16e

diff --git a/app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild 
b/app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild
similarity index 75%
rename from app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild
rename to app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild
index 3209a63..b397cce 100644
--- a/app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild
+++ b/app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild
@@ -2,7 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+
+PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
 inherit bash-completion-r1 distutils-r1
 
 DESCRIPTION="OCRmyPDF adds an OCR text layer to scanned PDF files"
@@ -13,11 +16,18 @@ 
SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/v${PV}.tar.gz -> $
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
+
+# This uses *a lot* of RAM, I have 32gb and these tests tried to use it all
+RESTRICT="test"
 IUSE="jbig2enc"
 
-DEPEND=""
+DEPEND="test? (
+   dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   ~dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
+)"
+
 RDEPEND="
-   ${DEPEND}
app-text/ghostscript-gpl
app-text/tesseract
app-text/unpaper
@@ -34,6 +44,9 @@ RDEPEND="
jbig2enc? ( media-libs/jbig2enc )
 "
 
+distutils_enable_tests pytest
+distutils_enable_sphinx docs --no-autodoc
+
 python_prepare_all() {
# do not depend on deprecated dep
sed -i -e '/pytest-runner/d' setup.py || die



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Iterator-Rule/

2020-04-16 Thread Kent Fredric
commit: 0df6092e78bc62bd7096674a7f15e508a8e0383d
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Apr 16 15:51:52 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Apr 16 16:55:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df6092e

dev-perl/Path-Iterator-Rule: Add w/ v=1.14.0

Required by:
- dev-perl/Dist-Zilla-Plugin-CheckExtraTests 0.29.0
- via app-admin/rex-

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Path-Iterator-Rule/Manifest   |  1 +
 .../Path-Iterator-Rule-1.14.0.ebuild   | 37 ++
 dev-perl/Path-Iterator-Rule/metadata.xml   | 13 
 3 files changed, 51 insertions(+)

diff --git a/dev-perl/Path-Iterator-Rule/Manifest 
b/dev-perl/Path-Iterator-Rule/Manifest
new file mode 100644
index 000..67292f2dafc
--- /dev/null
+++ b/dev-perl/Path-Iterator-Rule/Manifest
@@ -0,0 +1 @@
+DIST Path-Iterator-Rule-1.014.tar.gz 52883 BLAKE2B 
8696efaed73f6de503600645e34434b8eaee2f9e1471a82f1e0ba134849052b3a337e0ecc5ecbbb9658fb21fabbea23d3ba6e49eb5e68eab161ff6881e2b15e0
 SHA512 
d401d3b0f59ffd15d088dc3859a118fb689d6126e5dbc7602db123ae01c461a12831768e4485732781e05d33c69c2f7be90475048633df029ba870346459c591

diff --git a/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.14.0.ebuild 
b/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.14.0.ebuild
new file mode 100644
index 000..3a8ae7121ab
--- /dev/null
+++ b/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.14.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=1.014
+inherit perl-module
+
+DESCRIPTION="Iterative, recursive file finder"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="Apache-2.0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-File-Spec
+   >=dev-perl/Number-Compare-0.20.0
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Text-Glob
+   dev-perl/Try-Tiny
+   virtual/perl-if
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   test? (
+   virtual/perl-Exporter
+   virtual/perl-File-Temp
+   dev-perl/File-pushd
+   dev-perl/Path-Tiny
+   dev-perl/Test-Deep
+   >=dev-perl/Test-Filename-0.30.0
+   >=virtual/perl-Test-Simple-0.920.0
+   virtual/perl-parent
+   )
+"

diff --git a/dev-perl/Path-Iterator-Rule/metadata.xml 
b/dev-perl/Path-Iterator-Rule/metadata.xml
new file mode 100644
index 000..bd34179aef0
--- /dev/null
+++ b/dev-perl/Path-Iterator-Rule/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Path-Iterator-Rule
+PIR
+Path::Iterator::Rule
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Filename/

2020-04-16 Thread Kent Fredric
commit: deb6b70dc3d2c51a43002beca8e89e2e1d5adeb6
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Apr 16 15:43:19 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Apr 16 16:55:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb6b70d

dev-perl/Test-Filename: Add w/ v=0.30.0-r2

Required by:
- dev-perl/Path-Iterator-Rule 1.14.0
- via dev-perl/Dist-Zilla-Plugin-CheckExtraTests 0.29.0
- via app-admin/rex-

Version added with -r2 to be an unambiguous upgrade from the same
package in ::perl-experimental

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Test-Filename/Manifest|  1 +
 .../Test-Filename/Test-Filename-0.30.0-r2.ebuild   | 26 ++
 dev-perl/Test-Filename/metadata.xml| 12 ++
 3 files changed, 39 insertions(+)

diff --git a/dev-perl/Test-Filename/Manifest b/dev-perl/Test-Filename/Manifest
new file mode 100644
index 000..560f09254b8
--- /dev/null
+++ b/dev-perl/Test-Filename/Manifest
@@ -0,0 +1 @@
+DIST Test-Filename-0.03.tar.gz 10757 BLAKE2B 
986a13f3affcf14bbead03b980f3107e974017c6829dd24f23223c2a7699c38cf0ae31410ab64ff573fe986ba49f0cf7102b65808756af1b405d7fc5367eab9c
 SHA512 
7ceb0d06937b9701e45629008946fd125fa7a97386f0cbacd8571119ba68699db3acb999d973ed4e401a32ccacbd3ba1f51de7a8c93a95dff6b64605326be235

diff --git a/dev-perl/Test-Filename/Test-Filename-0.30.0-r2.ebuild 
b/dev-perl/Test-Filename/Test-Filename-0.30.0-r2.ebuild
new file mode 100644
index 000..2c4b0ac3fb5
--- /dev/null
+++ b/dev-perl/Test-Filename/Test-Filename-0.30.0-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="Portable filename comparison"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="Apache-2.0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+   dev-perl/Path-Tiny
+   virtual/perl-Test-Simple
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   )
+"

diff --git a/dev-perl/Test-Filename/metadata.xml 
b/dev-perl/Test-Filename/metadata.xml
new file mode 100644
index 000..990629769eb
--- /dev/null
+++ b/dev-perl/Test-Filename/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Test-Filename
+Test::Filename
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-ContributorsFile/

2020-04-16 Thread Kent Fredric
commit: ea13fb6b6ee4420a09bd62dc7e5d4a5e80d6fd55
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Apr 16 13:31:20 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Apr 16 16:55:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea13fb6b

dev-perl/Dist-Zilla-Plugin-ContributorsFile: Add w/ v=0.3.0

Required by app-admin/rex-

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 ...Dist-Zilla-Plugin-ContributorsFile-0.3.0.ebuild | 29 ++
 .../Dist-Zilla-Plugin-ContributorsFile/Manifest|  1 +
 .../metadata.xml   | 12 +
 3 files changed, 42 insertions(+)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-ContributorsFile/Dist-Zilla-Plugin-ContributorsFile-0.3.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-ContributorsFile/Dist-Zilla-Plugin-ContributorsFile-0.3.0.ebuild
new file mode 100644
index 000..fea34f0c2eb
--- /dev/null
+++ 
b/dev-perl/Dist-Zilla-Plugin-ContributorsFile/Dist-Zilla-Plugin-ContributorsFile-0.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=YANICK
+DIST_VERSION=0.3.0
+inherit perl-module
+
+DESCRIPTION="add a file listing all contributors"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+   dev-perl/Dist-Zilla
+   dev-perl/Moose
+"
+DEPEND="
+   dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.280.0
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   >=virtual/perl-Test-Simple-0.880.0
+   )
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-ContributorsFile/Manifest 
b/dev-perl/Dist-Zilla-Plugin-ContributorsFile/Manifest
new file mode 100644
index 000..3bf0b82a376
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-ContributorsFile/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-ContributorsFile-0.3.0.tar.gz 15954 BLAKE2B 
8c7bffdb59ba581151a38cba7baf2a5e37b039f36db75e2937a6959b8c8b429f886186c3b02e6c2ba8f0a5f75dc1b930da1aa76f9423e102260ec79a17fb480a
 SHA512 
2f2e6dcadb891f676bb59d07377dfe82cb62a001fc7d5da537d15c70f3ecff91738143891a387494efbbdadafc59f4e9b896607a545f0f691cb8b706368aa56b

diff --git a/dev-perl/Dist-Zilla-Plugin-ContributorsFile/metadata.xml 
b/dev-perl/Dist-Zilla-Plugin-ContributorsFile/metadata.xml
new file mode 100644
index 000..cd1f881a83f
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-ContributorsFile/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Dist-Zilla-Plugin-ContributorsFile
+Dist::Zilla::Plugin::ContributorsFile
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/

2020-04-16 Thread Kent Fredric
commit: b6b1643b63d91737eb8b2f2d41123bb2491eccbb
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Apr 16 16:19:59 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Apr 16 16:55:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b1643b

dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes: Add w/ v=0.12.0

Required by app-admin/rex-

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 ...st-Zilla-Plugin-Test-CPAN-Changes-0.12.0.ebuild | 30 ++
 .../Dist-Zilla-Plugin-Test-CPAN-Changes/Manifest   |  1 +
 .../metadata.xml   | 12 +
 3 files changed, 43 insertions(+)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.12.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.12.0.ebuild
new file mode 100644
index 000..5890eff8e4c
--- /dev/null
+++ 
b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.12.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DOHERTY
+DIST_VERSION=0.012
+inherit perl-module
+
+DESCRIPTION="release tests for your changelog"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+   dev-perl/Data-Section
+   >=dev-perl/Dist-Zilla-4
+   dev-perl/Moose
+   >=dev-perl/CPAN-Changes-0.190.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Path
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   >=virtual/perl-Test-Simple-0.940.0
+   virtual/perl-autodie
+   )
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Manifest 
b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Manifest
new file mode 100644
index 000..67270cd7a56
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-Test-CPAN-Changes-0.012.tar.gz 15144 BLAKE2B 
5f12ae8d213b5c9675c7fddac217e65ba0d7091c65541c3445ebcbcdf9c1e0f36b0c3b2f66d4e8905460063d60ee2e6f48a040aee776ddad33ca635632183e34
 SHA512 
3b857f9e4a3909d78727fd2e5a71ea344c2e1c45f58b34a06d311775db524ef3f3afef6aa2c6f943adbaf1689baca5540c7e1f4ed9634a47ab5d0485e0aeb964

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/metadata.xml 
b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/metadata.xml
new file mode 100644
index 000..0460bbde90b
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Dist-Zilla-Plugin-Test-CPAN-Changes
+Dist::Zilla::Plugin::Test::CPAN::Changes
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-CheckExtraTests/

2020-04-16 Thread Kent Fredric
commit: 7c8e09a84f282234af0833837fd1c12ceb490992
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Apr 16 16:00:11 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Apr 16 16:55:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8e09a8

dev-perl/Dist-Zilla-Plugin-CheckExtraTests: Add w/v=0.29.0-r1

Required by app-admin/rex-

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 ...t-Zilla-Plugin-CheckExtraTests-0.29.0-r1.ebuild | 37 ++
 .../Dist-Zilla-Plugin-CheckExtraTests/Manifest |  1 +
 .../Dist-Zilla-Plugin-CheckExtraTests/metadata.xml | 14 
 3 files changed, 52 insertions(+)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0-r1.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0-r1.ebuild
new file mode 100644
index 000..0e3bcfbfd83
--- /dev/null
+++ 
b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.029
+inherit perl-module
+
+DESCRIPTION="check xt tests before release"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="Apache-2.0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+   virtual/perl-Archive-Tar
+   >=dev-perl/Dist-Zilla-4.300.0
+   dev-perl/File-pushd
+   >=dev-perl/Moose-2.0.0
+   dev-perl/Path-Iterator-Rule
+   >=dev-perl/Path-Tiny-0.13.0
+   >=virtual/perl-Test-Harness-3.0.0
+   >=dev-perl/namespace-autoclean-0.90.0
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   test? (
+   dev-perl/Capture-Tiny
+   virtual/perl-File-Spec
+   dev-perl/Params-Util
+   dev-perl/Sub-Exporter
+   dev-perl/Test-Requires
+   >=virtual/perl-Test-Simple-0.880.0
+   dev-perl/Try-Tiny
+   )
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Manifest 
b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Manifest
new file mode 100644
index 000..4ead6609864
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-CheckExtraTests-0.029.tar.gz 21647 BLAKE2B 
e9041c625447239a2e27768d12738e839f1cb2d1fb0f7dbd29d3688fd488e6db397cd629057eb2952b2bef0004149e6a4b67c2b557a326df23981e8b0358
 SHA512 
f4c83a8256dd044b5b4fe6ea2dd282708507199aff7966c5e07646de548455e726852088b2435927ce73e6b4a35c6e1a9f393ae00b048052c4f464830618f31c

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml 
b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml
new file mode 100644
index 000..faa3991b68e
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Dist-Zilla-Plugin-CheckExtraTests
+Dist::Zilla::App::Command::xtest
+Dist::Zilla::Plugin::CheckExtraTests
+Dist::Zilla::Plugin::RunExtraTests
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Run/

2020-04-16 Thread Kent Fredric
commit: 35f6c778048ac53d351eff5da7092889c5749830
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Apr 16 14:56:41 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Apr 16 16:55:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f6c778

dev-perl/Dist-Zilla-Plugin-Run: Add w/ v=0.48.0

Required for app-admin/rex-

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Dist-Zilla-Plugin-Run-0.48.0.ebuild| 38 ++
 dev-perl/Dist-Zilla-Plugin-Run/Manifest|  1 +
 dev-perl/Dist-Zilla-Plugin-Run/metadata.xml| 22 +
 3 files changed, 61 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-Run/Dist-Zilla-Plugin-Run-0.48.0.ebuild 
b/dev-perl/Dist-Zilla-Plugin-Run/Dist-Zilla-Plugin-Run-0.48.0.ebuild
new file mode 100644
index 000..f68130288f7
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Run/Dist-Zilla-Plugin-Run-0.48.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.048
+inherit perl-module
+
+DESCRIPTION="Run external commands and code at specific phases of Dist::Zilla"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+   dev-perl/Dist-Zilla
+   virtual/perl-File-Spec
+   dev-perl/Moose
+   dev-perl/Path-Tiny
+   >=dev-perl/String-Formatter-0.102.82
+   dev-perl/namespace-autoclean
+"
+DEPEND="
+   dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   >=dev-perl/Module-Build-Tiny-0.34.0
+   test? (
+   dev-perl/File-pushd
+   virtual/perl-Module-Metadata
+   dev-perl/Test-Deep
+   dev-perl/Test-Fatal
+   dev-perl/Test-File-ShareDir
+   >=virtual/perl-Test-Simple-0.880.0
+   virtual/perl-if
+   )
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-Run/Manifest 
b/dev-perl/Dist-Zilla-Plugin-Run/Manifest
new file mode 100644
index 000..de379ef79d7
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Run/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-Run-0.048.tar.gz 49391 BLAKE2B 
4769d544bd468f65b3b4df48ad45817151d564135bcea1d4ec3ccf7eb7372e7abe87599f4d115bfce1998eb243baebce699ddf9c7c0585f28ea9ee8a1b6979d4
 SHA512 
b22ef306394676c071469832141d49b44a53249a14cf1f0cf5fe8c34bb885216b4285e23723bf91c185757da519da640d853b0e13b30fadd8edd0c84f74b8f26

diff --git a/dev-perl/Dist-Zilla-Plugin-Run/metadata.xml 
b/dev-perl/Dist-Zilla-Plugin-Run/metadata.xml
new file mode 100644
index 000..75f7cce98ff
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Run/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Dist-Zilla-Plugin-Run
+Dist::Zilla::Plugin::Run
+Dist::Zilla::Plugin::Run::AfterBuild
+Dist::Zilla::Plugin::Run::AfterMint
+Dist::Zilla::Plugin::Run::AfterRelease
+Dist::Zilla::Plugin::Run::BeforeArchive
+Dist::Zilla::Plugin::Run::BeforeBuild
+Dist::Zilla::Plugin::Run::BeforeRelease
+Dist::Zilla::Plugin::Run::Clean
+Dist::Zilla::Plugin::Run::Release
+Dist::Zilla::Plugin::Run::Role::Runner
+Dist::Zilla::Plugin::Run::Test
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Git-Contributors/

2020-04-16 Thread Kent Fredric
commit: d840ce933a287f17cbddd13707b3fff16faa6d98
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Apr 16 14:06:23 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Apr 16 16:55:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d840ce93

dev-perl/Dist-Zilla-Plugin-Git-Contributors: Add w/ v=0.35.0

Required by app-admin/rex-

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 ...ist-Zilla-Plugin-Git-Contributors-0.35.0.ebuild | 47 ++
 .../Dist-Zilla-Plugin-Git-Contributors/Manifest|  1 +
 .../metadata.xml   | 12 ++
 3 files changed, 60 insertions(+)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Dist-Zilla-Plugin-Git-Contributors-0.35.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Dist-Zilla-Plugin-Git-Contributors-0.35.0.ebuild
new file mode 100644
index 000..7cb8b41f20e
--- /dev/null
+++ 
b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Dist-Zilla-Plugin-Git-Contributors-0.35.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.035
+inherit perl-module
+
+DESCRIPTION="Add contributor names from git to your distribution"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+   virtual/perl-Data-Dumper
+   >=dev-perl/Dist-Zilla-4.300.39
+   >=dev-perl/Git-Wrapper-0.38.0
+   >=dev-perl/List-UtilsBy-0.40.0
+   dev-perl/Moose
+   >=dev-perl/Path-Tiny-0.48.0
+   >=virtual/perl-Scalar-List-Utils-1.330.0
+   dev-perl/Try-Tiny
+   >=virtual/perl-Unicode-Collate-0.530.0
+   virtual/perl-Unicode-Normalize
+   dev-perl/namespace-autoclean
+   virtual/perl-version
+"
+DEPEND="
+   dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   >=dev-perl/Module-Build-Tiny-0.34.0
+   test? (
+   dev-perl/Dist-Zilla-Plugin-PodWeaver
+   >=virtual/perl-Exporter-5.570.0
+   virtual/perl-Module-Metadata
+   dev-perl/Sort-Versions
+   dev-perl/Test-Deep
+   dev-perl/Test-Fatal
+   dev-perl/Test-Needs
+   >=virtual/perl-Test-Simple-0.880.0
+   virtual/perl-if
+   virtual/perl-parent
+   )
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Manifest 
b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Manifest
new file mode 100644
index 000..7cd52341e26
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-Git-Contributors-0.035.tar.gz 44371 BLAKE2B 
a809a663409b8ce8239ef0cf9ed271349392ba828e3c707b9a1a8c07707aab4f53cfb80ce4ccd470e36a949bcede3a88940e437649f4d61a97c64973a58e7a7c
 SHA512 
7e06f86388ab2c5731c55d976786c553510ac51a30af0b370322701151df71902ddbdebc677e2b8db27188693e91436b966973c44730c7dc6d29ade41558e0d4

diff --git a/dev-perl/Dist-Zilla-Plugin-Git-Contributors/metadata.xml 
b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/metadata.xml
new file mode 100644
index 000..3b5e4a08beb
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Dist-Zilla-Plugin-Git-Contributors
+Dist::Zilla::Plugin::Git::Contributors
+  
+



  1   2   3   >