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

2022-02-09 Thread Michał Górny
commit: 4135cb80b62f835b39fa809d6c9620e4226a6c58
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 10 07:28:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 10 07:58:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4135cb80

dev-python/tifffile: Bump to 2022.2.9

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

 dev-python/tifffile/Manifest |  1 +
 dev-python/tifffile/tifffile-2022.2.9.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 073a0a379e59..1643bfd5a4aa 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1,3 @@
 DIST tifffile-2021.11.2.gh.tar.gz 261953 BLAKE2B 
039e25b173d2074b5a869394bb40cd62410b34c8a86bf047cd203aad6ab0e3217d0f4006bb092840acb314598c73619e48c66daa04c81f9965ca46b81f055d6e
 SHA512 
5bd3340af027547bf07d78523c5c2abcecb428606d72daa446c7f3cd06f7c8da015e20cd0f4ebeb1e9a49ce0aaf6c2840170dad7a8a28e403716d4bdb1ba2238
 DIST tifffile-2022.2.2.gh.tar.gz 263421 BLAKE2B 
d0360d0cb53425624c81e6cb52fa2fdff96582058a71649361ebc9151ea732652051ad9086710c20a79a88db9a4e8092167142052a3d0b0106b5bbe378fe
 SHA512 
591b61eba84c421420e53e185f27d7f17bc6ae1cf379259e4d5ddfcfa52ed991560d907c5a63c5fea50773f3d497202433a9570a56aa2bc392fd4ba712d94988
+DIST tifffile-2022.2.9.gh.tar.gz 264011 BLAKE2B 
529eee731cf6c7b9fe925dffb70117517d560bdb0fe991f86d5a32d6167aa3c7f265466f72e51531b45e86d466d749d1880c1b6beadd498a999e0e59e174a08f
 SHA512 
642a93b2f809d70faaae7265b80aaaf7d7c3190b96aa0e3062f6c708e6484e3338ec319163dc9eb3156553377d4a4152cbf908c7c2df406d1b58b289ea95bdc0

diff --git a/dev-python/tifffile/tifffile-2022.2.9.ebuild 
b/dev-python/tifffile/tifffile-2022.2.9.ebuild
new file mode 100644
index ..bcfdee9f5d5f
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.2.9.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read and write TIFF files"
+HOMEPAGE="
+   https://pypi.org/project/tifffile/
+   https://github.com/cgohlke/tifffile/
+   https://www.lfd.uci.edu/~gohlke/
+"
+SRC_URI="
+   https://github.com/cgohlke/tifffile/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/numpy-1.19.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/dask[${PYTHON_USEDEP}]
+   >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # Internet
+   tests/test_tifffile.py::test_class_omexml
+   tests/test_tifffile.py::test_class_omexml_fail
+   tests/test_tifffile.py::test_class_omexml_modulo
+   tests/test_tifffile.py::test_class_omexml_attributes
+   tests/test_tifffile.py::test_class_omexml_multiimage
+   tests/test_tifffile.py::test_write_ome
+   tests/test_tifffile.py::test_write_ome_manual
+   # requires tons of free space
+   tests/test_tifffile.py::test_write_3gb
+   tests/test_tifffile.py::test_write_bigtiff
+   'tests/test_tifffile.py::test_write_imagej_raw'
+)



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

2022-02-09 Thread Michał Górny
commit: e3b32e4bb490d9093f4c1407dfcabda5de8296de
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 10 07:26:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 10 07:58:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b32e4b

dev-python/nbconvert: Bump to 6.4.2

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

 dev-python/nbconvert/Manifest   |  1 +
 dev-python/nbconvert/nbconvert-6.4.2.ebuild | 74 +
 2 files changed, 75 insertions(+)

diff --git a/dev-python/nbconvert/Manifest b/dev-python/nbconvert/Manifest
index c9145c9b85f9..7742f367ad1c 100644
--- a/dev-python/nbconvert/Manifest
+++ b/dev-python/nbconvert/Manifest
@@ -1,3 +1,4 @@
 DIST nbconvert-6.3.0.tar.gz 900850 BLAKE2B 
8ef7d3bfcb914bf4be064ef440faab283fcc71e53579a681deb343d307a8b39cca2d0b83828b9df7c45ee7e9e06164ba6daa234b678197bc8a3202cd7e560c06
 SHA512 
efbe18c50e408fcb7d920c5ee070d19e19f0347f7073cf86b45046f3e30bd30ab8174115c539020fbf404faf5fc6e55dc7df1ad27accb45f1b2acf2db1d325e6
 DIST nbconvert-6.4.0.tar.gz 901586 BLAKE2B 
85087046fe9a211c077165f47c03e7b025c770e2d409278703ddeef3c84b3d60e1ad28650f67fb9d68b72ad077db5bbd99af5c81ddf94fd7bf67471701dbdc4a
 SHA512 
12662cca240a4c57a41e3bc7fedebd51c6fb83a0740afa7acfcc25424ca544a44b4dbfecfb9edb396360866de0b8fafad124fbb87c46c6f796661a7f40e96f68
 DIST nbconvert-6.4.1.tar.gz 900632 BLAKE2B 
4946a5fd6e408951aad1d0015e3bc4aad812ca3d8f9d1ee8a45a9ffd12a23e25a5952a403082d78a488ac723e2540bc5e39f675de3c2ec5f7f2c67cdc00346de
 SHA512 
9da691b404bb1fd052075bbc3d55adcce4fb6bcb822901c73d2d3d362555bc9794db98803563a2a61c5a1ce24d4f803c6135d0ea2a162933173d19c9c6ce4f48
+DIST nbconvert-6.4.2.tar.gz 902691 BLAKE2B 
ee61836ac423db0803d90b92f5cfce7e53e311637dfff7e31e5506fc1588a41515e984860bc56f617b0e0add033c41e6d2099f2abfdda7f31015f6e751110639
 SHA512 
325637844044ff4a118ca7803e9803fd6909667e017dae04859f58a02e1aadc8b8c699f9b9612bd47991a4c06a23acd526abdcbf1a219e29d985001ae01237bb

diff --git a/dev-python/nbconvert/nbconvert-6.4.2.ebuild 
b/dev-python/nbconvert/nbconvert-6.4.2.ebuild
new file mode 100644
index ..4b4443751510
--- /dev/null
+++ b/dev-python/nbconvert/nbconvert-6.4.2.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converting Jupyter Notebooks"
+HOMEPAGE="https://nbconvert.readthedocs.io/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/bleach[${PYTHON_USEDEP}]
+   dev-python/defusedxml[${PYTHON_USEDEP}]
+   >=dev-python/entrypoints-0.2.2[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/jupyter_core[${PYTHON_USEDEP}]
+   dev-python/jupyterlab_pygments[${PYTHON_USEDEP}]
+   >=dev-python/mistune-0.8.1[${PYTHON_USEDEP}]
+   =dev-python/pandocfilters-1.4.1[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.1.1[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]
+"
+# Skip inkscape on hppa b/c tests should skip it gracefully if not around
+# It's a heavy dependency.
+BDEPEND="
+   test? (
+   dev-python/pebble[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-4.2[${PYTHON_USEDEP}]
+   !hppa? ( media-gfx/inkscape )
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   mkdir -p "${HOME}/.local" || die
+   cp -r share "${HOME}/.local/" || die
+   distutils-r1_src_test
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Missing pyppeteer for now
+   # TODO: Doesn't skip?
+   nbconvert/exporters/tests/test_webpdf.py
+   # Needs pyppeteer too
+   
'nbconvert/tests/test_nbconvertapp.py::TestNbConvertApp::test_webpdf_with_chromium'
+   )
+
+   epytest --pyargs nbconvert
+}
+
+pkg_postinst() {
+   if ! has_version app-text/pandoc ; then
+   einfo "Pandoc is required for converting to formats other than 
Python,"
+   einfo "HTML, and Markdown. If you need this functionality, 
install"
+   einfo "app-text/pandoc."
+   fi
+}



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

2022-02-09 Thread Michał Górny
commit: fec2781240f02610558feff9601a9b5448d8773e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 10 07:28:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 10 07:58:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec27812

dev-python/Faker: Bump to 12.2.0

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

 dev-python/Faker/Faker-12.2.0.ebuild | 30 ++
 dev-python/Faker/Manifest|  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-python/Faker/Faker-12.2.0.ebuild 
b/dev-python/Faker/Faker-12.2.0.ebuild
new file mode 100644
index ..c83621e099c9
--- /dev/null
+++ b/dev-python/Faker/Faker-12.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python package that generates fake data for you"
+HOMEPAGE="https://github.com/joke2k/faker;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
+   !dev-ruby/faker"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP},tiff]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/validators[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index b04b1b66c27c..36bd589062f4 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -6,3 +6,4 @@ DIST Faker-11.4.0.tar.gz 1347314 BLAKE2B 
0399302df718a9283ecb59ab044f438891f2874
 DIST Faker-12.0.0.tar.gz 1428698 BLAKE2B 
3dbf231c0969d3f5d0826d69362f57a3bbb8e006c42453d7a6178663b3947b74f773aad8d22237f12c6e152d30a91a883b603d65f562b69a298f34501f6b65f6
 SHA512 
1998eafec97d16624c4d19f5abe3f083ca75d4a72f49e6fe2df657aae1ce41ddf7ec198ab601bd6a377f86ef8b4e027e031d6830149972b7775e4b656eb2c3b7
 DIST Faker-12.0.1.tar.gz 1428846 BLAKE2B 
25206e612983735504129118e13b4f8e50d604c4abc78146897f42bed1929f5c10b4dda86d40a90dda9162ac1cbd55bd9a30137208c579329040a7c6df7fb3ee
 SHA512 
8dc26162d6f841e2e33385064eef3104ef58e018c59664b86f17efa83578b1ff871799ac7e5b335dab0249627569fcf6bf1b8462c9bbda2db025448a721f336e
 DIST Faker-12.1.0.tar.gz 1429360 BLAKE2B 
7833be81a8bc465b4c147e1b4ab78b1385127f01bbaf718006fd03dd2a35492f249d0c33a0b9d5cf6a5313951b05f1035528f795f950914106446f57d1e5cd7b
 SHA512 
56dfa966cb20adac1e9e45da2a9f38747fae918b675f2d410150403b273a921588c44a287be513e5b94889a02726c1def03c0d974ed4dd9d1193ca5a61673724
+DIST Faker-12.2.0.tar.gz 1430037 BLAKE2B 
9bb075396c6320456ec5331b1e01edea3609074586287a82373ff5dbd8bd85112c8c5517c04539f1524c06062645f07d2dddfff760ad5620d9249557a7b2d3bc
 SHA512 
67d16a6f27b996f62273686986aca270ffc7d8fab121bcec3a30eb52e54477505fcb1aef532920cf0412703557f65a212e24332b9d4afc3f5da84e2f1bac8ed0



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

2022-02-09 Thread Michał Górny
commit: 35639796133aeeb6e6e9e50f639753d556f10f84
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 10 07:29:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 10 07:58:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35639796

dev-python/pyghmi: Bump to 1.5.34

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

 dev-python/pyghmi/Manifest |  1 +
 dev-python/pyghmi/pyghmi-1.5.34.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
index e2c981ab41b2..6dab38ab828b 100644
--- a/dev-python/pyghmi/Manifest
+++ b/dev-python/pyghmi/Manifest
@@ -2,3 +2,4 @@ DIST pyghmi-1.5.22.tar.gz 221963 BLAKE2B 
6705e904c481ddbb241fc8f8089e6bc9bcc142b
 DIST pyghmi-1.5.31.tar.gz 236574 BLAKE2B 
9ee7250bae2d87f552686845ae3056f0f646cd1a383587c195bfcc6dfa476b8582509c909f0008fc6751295e2e4e7d33bf822e8b529d67306fcc85412fc9af22
 SHA512 
d7c9c05b51780bef9d2b417c1a586f84ec87a9f1ff578ab019bfdc1a462decd907b2634fb1c830d0e369eb97122bfcba62ce79a4386c73c9854cde8f9fdeb65c
 DIST pyghmi-1.5.32.tar.gz 236662 BLAKE2B 
e2a58d1eb9c5000d1a7f6b795836fa617ac0847ff2e7c817a6bd65ffb9a1162546a25f890ba20400e4c8d5f72dda538f696c17a35542506cc171b80f99cb5a30
 SHA512 
b30ad1e200d23ed99280794e4e8e12c1a2412daa27e435183edbdcf57cb1d8ace8790845dd5ab0579f2a22b26eabc11e1d1f5845fb94fed019f461b9419d2763
 DIST pyghmi-1.5.33.tar.gz 237980 BLAKE2B 
3599c0f56b665129e0432faa9aaab8fdbc831ec8398a3eea2034e68cbf1f75638ecad7ce7ae4e7ac0d51a4a7ac502837da8d3c421e836c88214d82ed7d0bc901
 SHA512 
1e187f5824491e9d4f48c2f0a5578ced6916764b6bc4f442045e34f37bff85bf16e3ab88df29f8797b15293282112aa04e2f0a375498e96c8aa7b3c7005d22dc
+DIST pyghmi-1.5.34.tar.gz 239758 BLAKE2B 
3347498d7c1dc0eed102569cc7bc7c2084c694853a5e33c4145dadf623dc9a3db398fa32dc8fc87717a1df2db15c0477cbf59b1eba4c23cf558b45abbf47308e
 SHA512 
fc61d5f8814366e51964b30e29f632d774ec8f202e4c05bd973fbe74e11f560a706e4abd6e01e4ae52d72dff2608c6abe72b5c46941884e472f159d2e4063047

diff --git a/dev-python/pyghmi/pyghmi-1.5.34.ebuild 
b/dev-python/pyghmi/pyghmi-1.5.34.ebuild
new file mode 100644
index ..b5da25e535ba
--- /dev/null
+++ b/dev-python/pyghmi/pyghmi-1.5.34.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A pure python implementation of IPMI protocol"
+HOMEPAGE="https://github.com/openstack-archive/pyghmi/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
+   dev-python/pbr[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
+   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest



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

2022-02-09 Thread Michał Górny
commit: 00322900a837cd3fa21465b683d850c13fba59bd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 10 07:25:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 10 07:58:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00322900

dev-python/python-libevdev: Bump to 0.10

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

 dev-python/python-libevdev/Manifest|  1 +
 .../python-libevdev/python-libevdev-0.10.ebuild| 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/python-libevdev/Manifest 
b/dev-python/python-libevdev/Manifest
index 73d8f6a6d0b7..784dbab9bc0d 100644
--- a/dev-python/python-libevdev/Manifest
+++ b/dev-python/python-libevdev/Manifest
@@ -1 +1,2 @@
+DIST python-libevdev-0.10.tar.bz2 32385 BLAKE2B 
ae962d714168a3c035220dc9343ae5907e5de5a645b9d5857cfd884a847fb5b2b13cbdcc6204a66940ad406e92a3add332755c3adb5a10b7cc6a5ae62468c1ff
 SHA512 
1ea54c5e335d348182fad71151ab37103a8c295c8efb73a60f40b41e399cc5fc48525006b15337e591147fc5385e8e56a12dcbcec2dd2e07652a7b60f85eaf1c
 DIST python-libevdev-0.9.tar.bz2 31496 BLAKE2B 
4802f1528c104b0717f3f3a450e6e704232d5045ac285b96eb3eb690f120969ea0f23eae1da6013b260627f18b3e58e55a5017401928149e9cc581d9a84fad70
 SHA512 
77dcb18c393fd7962887d477292ec359c65404ae126624dc5ab201528e53b9fab565d5c6acfe2908f4a03a29e09fad862220246b91a92cc5f69768a31d1ca808

diff --git a/dev-python/python-libevdev/python-libevdev-0.10.ebuild 
b/dev-python/python-libevdev/python-libevdev-0.10.ebuild
new file mode 100644
index ..2dc2e7d1652a
--- /dev/null
+++ b/dev-python/python-libevdev/python-libevdev-0.10.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrappers for the libevdev library"
+HOMEPAGE="https://gitlab.freedesktop.org/libevdev/python-libevdev;
+SRC_URI="https://gitlab.freedesktop.org/libevdev/${PN}/-/archive/${PV}/${P}.tar.bz2;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+BDEPEND="test? ( dev-libs/libevdev )"
+PDEPEND="dev-libs/libevdev"
+
+distutils_enable_tests unittest
+distutils_enable_sphinx doc/source \
+   dev-python/sphinx_rtd_theme



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

2022-02-09 Thread Michał Górny
commit: 24ef9bbbddeecc1f61be1be76461354bf8aac193
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 10 07:22:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 10 07:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ef9bbb

dev-python/boto3: Bump to 1.20.52

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.20.52.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 209f4b1b4fd3..90454a7e18b0 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -6,3 +6,4 @@ DIST boto3-1.20.48.tar.gz 466063 BLAKE2B 
7ba92d1cfbd576d4262e0f99a9e9aa118747fbb
 DIST boto3-1.20.49.tar.gz 466426 BLAKE2B 
82f2ed7f14576afd5a4d2dab91b99986904fef97b98460dce152e0806cb20e39b14975e4c3362c9d208c4dce9de3e7a4fa9fa60559aa0007ff735ce9e43995e4
 SHA512 
6ea92236726b9200a8b06f773483b0d6803585480cfad1f68eab227598ca86c3aa93cbeccec5338febc52eb48691f003c5983d52be56dd91e97735ddbfac7053
 DIST boto3-1.20.50.tar.gz 466795 BLAKE2B 
662284de4654781391605fba93f401ec24300abab696c02146739598e9206598e92539ff9468f99b108d3ac00f72555945986e04e2b6625baace11b8f9b746ef
 SHA512 
103a75edc907ea9a7ed5d08bb8a2f31b1360495a130d0492461956c0ec5c1e1b839187d9d9feaebf7eb06e2d367f9fcdc1c522c234be3314fceca7884651d54e
 DIST boto3-1.20.51.tar.gz 467620 BLAKE2B 
18cb273cd7af7184baa40b5ac98be270324e221f8fd408b3f4ecf1d1cfff387af84d72207281f6ac906c1f55048d603001d865acc509451b555fa57a3b1f848e
 SHA512 
c4a3ab6460e58e3bad305dbd12b4719b07ee0c92bed30e1fff017d6df93883f50fca388389c1cf8b474c42c049f189106c3e71f087e7fe9c921b81c796acc70b
+DIST boto3-1.20.52.tar.gz 467673 BLAKE2B 
ac411d7eb1359bc86cebbf5c2df132071c94e3ad2cf6706b33bc472fc92120b26c66aed118a0a476890796919669356708a694d11cc3c1b51ecf07efe5e3f54a
 SHA512 
379529de15f5ba1a06c08309ef3d68047d1034f7b38e3722a77253ab4af2b27d707f46e4bdae16c507b54f1790fb38243f1106ef616137bfee108903724208f1

diff --git a/dev-python/boto3/boto3-1.20.52.ebuild 
b/dev-python/boto3/boto3-1.20.52.ebuild
new file mode 100644
index ..48ea5aa483a1
--- /dev/null
+++ b/dev-python/boto3/boto3-1.20.52.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest tests/{functional,unit}
+}



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

2022-02-09 Thread Michał Górny
commit: 44df6497f32d6e7b76f156bfcab42c614600bc93
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 10 07:24:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 10 07:58:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44df6497

dev-python/flexmock: Bump to 0.11.3

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

 dev-python/flexmock/Manifest   |  1 +
 dev-python/flexmock/flexmock-0.11.3.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/flexmock/Manifest b/dev-python/flexmock/Manifest
index 4f416d984ee8..e4b78deb7818 100644
--- a/dev-python/flexmock/Manifest
+++ b/dev-python/flexmock/Manifest
@@ -1,2 +1,3 @@
 DIST flexmock-0.11.1.tar.gz 48331 BLAKE2B 
b4a670530050098706133d531f162516163e8bed5fe867277d8d729c3afbd21747d53f17e8cd0f2f087550137c864aa8ac912cb404103426e3fdb17e98d79645
 SHA512 
6b5ce669e29dc24313e94b0c0c24d75e25c99343c33d787987c6707532598fb0d28df751148a4f7183d4bbdb54822c07d88ded394358545fe8d822564e1408e6
 DIST flexmock-0.11.2.tar.gz 51330 BLAKE2B 
3ebeea60c19a9234a362117009610802f10c68c55885ae9dd72c16b19af19fdfbf18634bbc56a80efb0c985f0c339bab234304088dc482b0ccf937c1d7c2fd0f
 SHA512 
208876131155dd0febc9e6aad7a6e98082fccf52573758ac9280f9f767d81ece7af425c901a4a094b3eb56bd711219a55dcfc0d7747f9060b3ad6630c37e6618
+DIST flexmock-0.11.3.tar.gz 52509 BLAKE2B 
5246cedb3cae7aeb4ddee9158bc365be13bf81443711456a84abd3dfb30c8ea7cbca8fbce618efe26d33bc8185a9d7a52f1532934f7aad5fa11296ef21731963
 SHA512 
38387529d8b7e359cf6e578c9be8ae028cd28929567267bce1bb7f44032c00480520335315bb1c510229728e1101aa379b809fb89aeddafd19590e38e7ebdcf2

diff --git a/dev-python/flexmock/flexmock-0.11.3.ebuild 
b/dev-python/flexmock/flexmock-0.11.3.ebuild
new file mode 100644
index ..888d43e270f4
--- /dev/null
+++ b/dev-python/flexmock/flexmock-0.11.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Testing library to create mocks, stubs and fakes"
+HOMEPAGE="https://flexmock.readthedocs.io/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   tests/test_teamcity.py
+   tests/test_testtools.py
+   tests/test_unittest.py
+   )
+   epytest -p no:flaky
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dodoc -r docs
+}



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

2022-02-09 Thread Michał Górny
commit: edca7d9005d2124964c4ab86c97536f14cd7bfb9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 10 07:22:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 10 07:58:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edca7d90

app-admin/awscli: Bump to 1.22.52

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.22.52.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index fcc842da83a2..b03a78769c1a 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -6,3 +6,4 @@ DIST awscli-1.22.48.tar.gz 2161566 BLAKE2B 
f9ced24e30951ec517753fa0d1e8c321d9f5d
 DIST awscli-1.22.49.tar.gz 2161874 BLAKE2B 
de97f0f9aeb075049e69c5bbd4bc67d59ba964f6508c92f8c2d1574f77dd4f2d602cd16b07270242c516e68d4119f8df95834935bfbcb16eccc3c1bc0a6cb08a
 SHA512 
d55cf65bb8f70e4f98bd1eb0a79385d0959985b1b969e6f0269e7185c4af2cf3b40e0cd6d736431a489e21e4ec5b055ac0727dd1b2226b6d4dc6b19c4609ff11
 DIST awscli-1.22.50.tar.gz 2162541 BLAKE2B 
cd7dda4d0d36897d299b39798d7ee5810a5b5d45759c548bf02ab66694954e470b00e141d6459dd8741c64dfc565e8227f468bd1f95c020963f0f8151460da18
 SHA512 
bd8e9b71eb370e409e3b06ff9c20db84f6329eef49b50fedf21225767ef7433f1d941c8f224e82a10159c319a87ab3b69a9255446ee3d0ce6f65c00531c1bb7d
 DIST awscli-1.22.51.tar.gz 2163551 BLAKE2B 
cd7c0b312b96f1dc44f9826a6606deb6d7467b64a674efbb6d8293720c9daa9bdc3cea9d71f2da75fe308fd80bead172f2cfcdba045e6debe44d1e884c0aa64b
 SHA512 
c4bfa7022181c93fd319b18d916ed1af281b4a6bbefb81e693e4479b3ed07200e4c8c8687b79bd0d411b194e049fcbbf8e59c977ce551076b98840f973621bf4
+DIST awscli-1.22.52.tar.gz 2163541 BLAKE2B 
a8aca6f818141bc8ba9ad8dbe9d0732d8635814530dab483c327d30c85098f9bc7f5ce90ccf930df76ebe724b441ce67af08aba45a4e8a4f5cb228464b4fd3e7
 SHA512 
8ed0504428dea9869d069ebc077e72c4e0d0099fdf4087acb8d81dc77c5c4d2ae3e04dc5772cd4e21ff80ad4dde1344b9abd180530a5049b6438c2ef1fe5154e

diff --git a/app-admin/awscli/awscli-1.22.52.ebuild 
b/app-admin/awscli/awscli-1.22.52.ebuild
new file mode 100644
index ..1f3430af8a9f
--- /dev/null
+++ b/app-admin/awscli/awscli-1.22.52.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="https://pypi.org/project/awscli/;
+#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/aws-cli-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# botocore is x.(y+1).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit}
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2022-02-09 Thread Michał Górny
commit: 061ad887e870429b3823e5c298353e83dd666eff
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 10 07:22:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 10 07:58:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061ad887

dev-python/botocore: Bump to 1.23.52

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.23.52.ebuild | 65 +
 2 files changed, 66 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 22c1b531eec8..2a14f5c96b63 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -6,3 +6,4 @@ DIST botocore-1.23.48.tar.gz 8757876 BLAKE2B 
e70a1aa1fdbeab5246640d9e5fc26ac6853
 DIST botocore-1.23.49.tar.gz 8758361 BLAKE2B 
5e53366fdd705e81af6752665f3078e26d55460bc2e3644fa030f6b3a4485bd504c445ac15d6b6abcdb164d6c93f33fe8a596d5eb8e7f85c10363cd93a3d3e58
 SHA512 
2450752613a815a67f007a23371e0349a2ebaa991f3b48062bab5ed5736fa11255e206a20cc71a2477b65673f689c5447229a9e0c14358ffcd322e1f55971a86
 DIST botocore-1.23.50.tar.gz 8758107 BLAKE2B 
ac43af21c46168bc0c14f3afe6afb06e1e33e09af9c0f62bc6331f6bb2240563e137dcf23381ec0e4ed97f79e3475a70ae73ded969b0c9f954f01361504134ee
 SHA512 
64230e9d6d4b4916fcbe8d2fdbba2ee0575a85de56160518e8ad48f2f1566f7cec0667cd9bd53f2afa514f5f6e341cc681b2830a43ac82e3356c1e82a49e2c7a
 DIST botocore-1.23.51.tar.gz 8763657 BLAKE2B 
f8abe69785f50c244073a791c124a51c8f92e67b0245465e878f13449b999585849e88f706392709caea26d69fb3850b9749cc9a57ea5c1df62f08008b8d56fc
 SHA512 
e54cf59656bd5144b1f85d4ea57eaefd5ea4ac570b81e06df62f442e61b2f239c1a4dd083c26cb75905d139cf681dcba67e3d89d2af0b99e416e65141917
+DIST botocore-1.23.52.tar.gz 8765120 BLAKE2B 
e45fc2269a527d4e056f97cb81bf13982bbcde887179ec00259cfd5f78b6bd50b10c4d9e2bc09739e2f58d1d1d602902d9e2355b42f83b7736fdf6b3bc269fab
 SHA512 
ff18c7b8779c622cab26ccb74014c7779a3d117cdc0236df0f0048b9e2b2047d703ea3286554dfef25514b73bddcfbd6875ff6f4147c760e39293190fc2c51c0

diff --git a/dev-python/botocore/botocore-1.23.52.ebuild 
b/dev-python/botocore/botocore-1.23.52.ebuild
new file mode 100644
index ..79a1cd5da0e2
--- /dev/null
+++ b/dev-python/botocore/botocore-1.23.52.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   )
+
+   epytest tests/{functional,unit}
+}



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

2022-02-09 Thread Michał Górny
commit: a8a8fa59194e959d13350e39139fc97b1bd2a46a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 10 07:23:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 10 07:58:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a8fa59

dev-python/phonenumbers: Bump to 8.12.43

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

 dev-python/phonenumbers/Manifest|  1 +
 dev-python/phonenumbers/phonenumbers-8.12.43.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 981fa01d2cf3..0bedf0ec7f1f 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,4 @@
 DIST phonenumbers-8.12.40.tar.gz 2269926 BLAKE2B 
87163e927719441430ba9665085245a7664feed9bda66995d7d27203eda3d729e8b50409745efe2eaffb656b2998b952c6ee7a05576cd6144e7d52d23773089f
 SHA512 
38fb914a23b0a683f0ef77da33360a594cf9c198e1b0143271d9615bd97089097bab5f4718f837bbbd89f8010ce2641a3b56b165b2c64845a8d2979af859fb7e
 DIST phonenumbers-8.12.41.tar.gz 2270004 BLAKE2B 
469922ea194c08f76e9b6899f9fc6d50eb552fa6404330df4ffaa607e82457485b7fee775f236b64da6cd1af3638d46e1c76c4609d8e59f4735830b13f828937
 SHA512 
1b05a7d12c900de6f280c15cebcefa6463fd531629ee545461ded0c813c9fa1044773cb2844f09a71ebfa940e49b0a3f5847baeee67cdf16579421be291cf812
 DIST phonenumbers-8.12.42.tar.gz 2270264 BLAKE2B 
038147803aab3b6740f1930f42876f9c3eccab0975d516601d16374eaca1266e7a9c2358a1069432d67db3ab6477fd0347bee6a42e8f152f7e782f51a54293ce
 SHA512 
5de3f24ffbb55d654cae351cb1270ea25192a1113bcb6dc40b3f014d876f85ed5aad4608081ab1c9e15414150a6b6e1a2eeead8c4e4d35e204ed038b87e0253a
+DIST phonenumbers-8.12.43.tar.gz 2270278 BLAKE2B 
7cae8ad1180231b7a3f6a852563fe8a4e3c515d72e3b969fe37412714cd4e36cb61b96d779b1ee2e8610e648342d6dd9f743b1a049ee7889bf592292641aead3
 SHA512 
bc0dbfb78f490b70215c33b284761cd0a88183fb51a602359913617f512579862d5b216d2899bc19a143e3a1d9fd16163e5c54bfaded1fe59ba1158b3e7e68a6

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.43.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.43.ebuild
new file mode 100644
index ..2b8d1b837a97
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.12.43.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="https://github.com/daviddrysdale/python-phonenumbers;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md )
+
+distutils_enable_tests setup.py



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

2022-02-09 Thread Sam James
commit: 49bc9e2031f46c59f7536ae790416633dbb7fcda
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 07:51:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 07:51:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49bc9e20

net-firewall/firewalld: Stabilize 1.0.3 x86, #833032

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.3.ebuild 
b/net-firewall/firewalld/firewalld-1.0.3.ebuild
index 35c17afac569..6de78e2c8e4e 100644
--- a/net-firewall/firewalld/firewalld-1.0.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/asciinema/

2022-02-09 Thread Sam James
commit: acebb55451152362c2217e33923ef529b37b21a0
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 07:50:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 07:50:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acebb554

app-misc/asciinema: Stabilize 2.1.0 amd64, #833019

Signed-off-by: Sam James  gentoo.org>

 app-misc/asciinema/asciinema-2.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/asciinema/asciinema-2.1.0.ebuild 
b/app-misc/asciinema/asciinema-2.1.0.ebuild
index 895864b09a47..84252aaf3195 100644
--- a/app-misc/asciinema/asciinema-2.1.0.ebuild
+++ b/app-misc/asciinema/asciinema-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 PATCHES=( "${FILESDIR}/${P}-setuptools.patch" )
 



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

2022-02-09 Thread Sam James
commit: 762881d287847010b7222652c01098321e8e9476
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 07:51:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 07:51:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762881d2

net-firewall/firewalld: Stabilize 1.0.3 ppc64, #833032

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.3.ebuild 
b/net-firewall/firewalld/firewalld-1.0.3.ebuild
index 6de78e2c8e4e..f903ade02ff9 100644
--- a/net-firewall/firewalld/firewalld-1.0.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2022-02-09 Thread Sam James
commit: 46f060ebb343a47c6f32556befa3698dd442cd6b
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 07:50:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 07:50:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f060eb

sys-apps/plocate: Stabilize 1.1.14 amd64, #833026

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sys-apps/plocate/plocate-1.1.14.ebuild 
b/sys-apps/plocate/plocate-1.1.14.ebuild
index a3e786010409..1c92c6cde6cf 100644
--- a/sys-apps/plocate/plocate-1.1.14.ebuild
+++ b/sys-apps/plocate/plocate-1.1.14.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://plocate.sesse.net/download/${P}.tar.gz;
 # GPL-2+ for plocate itself
 LICENSE="GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64"
 IUSE="+io-uring"
 
 RDEPEND="



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

2022-02-09 Thread Sam James
commit: d487cad50cf79bb7473c8e4e731a5f01a6e70b73
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 07:50:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 07:50:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d487cad5

net-firewall/firewalld: Stabilize 1.0.3 amd64, #833032

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.3.ebuild 
b/net-firewall/firewalld/firewalld-1.0.3.ebuild
index 510d602c75ab..35c17afac569 100644
--- a/net-firewall/firewalld/firewalld-1.0.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2022-02-09 Thread Stephan Hartmann
commit: 03c287d3ecc0bd470504c46dbfc0bd8e26bbcad5
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu Feb 10 07:49:38 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Thu Feb 10 07:50:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c287d3

www-plugins/chrome-binary-plugins: automated update (99.0.4844.27_beta)

Signed-off-by: Stephan Hartmann  gentoo.org>

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

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index fd054ec595d6..cf4275307de0 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_99.0.4844.17-1_amd64.deb 83022040 BLAKE2B 
781ab754395bd47c81e38fea289855a26fbcf31d4632841b43f0ba59102b33b44ed235e672630f565d68f93103103cd7a1d757f17660f6a8882fb2a3bc7cca67
 SHA512 
01bf8497b9f4f759f2dd4e322453a08230dcd9a61ac2ec543e695b67a6e738e1878010485d5cf1559350be1161bd12201c209b4c714a25b2e30a31adeec76ac3
+DIST google-chrome-beta_99.0.4844.27-1_amd64.deb 82983096 BLAKE2B 
3d13c2ed6a51cc5ea881341a16ffd4a6f2d5810ae984d73fe8fd5d07cbc666ac6cf2151b6168b61d5bcb8a874f0bbb37d15ff64ad25cbf67ac2cc89ec5678412
 SHA512 
d0254f9a781113c09adb66c5a560b3ab453a14d42dc228d22773a0219401e0c9ed737c5dffbd0633f7b519ff542d832e4b1f4b8612e5db2cf4e4fed5116ffc6e
 DIST google-chrome-stable_98.0.4758.80-1_amd64.deb 90845912 BLAKE2B 
5ed056a2634991dda0d56807d0c654da4450da10ad1c4f6f7941f293be6516f349b4e488818c6321427b75e993734b1cb22e0ba518ecc821fee5062f5d90f927
 SHA512 
83d151f05017ee1f255f4134ee84efdb5c7826d6c64d43e6d402bef1569e4800806be0f87af3cacd240917cacaeedb9cae5833ccbc65740482f6aafbef9b38e7
 DIST google-chrome-unstable_100.0.4867.0-1_amd64.deb 83276364 BLAKE2B 
5e8e27e5c49e440eac67861f6197057905a26cf65ea7094bdc24ae71f9b5fe8e09acdaf6d1bcfdd292d6c15c7b84fce3066284c351d443515a609a42d0bf7c99
 SHA512 
0041370727b4553f95e2e1b2606554460bb155992f9a18f59e7e62a17d4de37d0061fca0f1225dde4447127a2e7694839194aa327634dd22fbb75671b50a39ca

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



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

2022-02-09 Thread Stephan Hartmann
commit: 693e1f76e860eaa220f75bcedce57007ae1f9703
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu Feb 10 07:49:28 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Thu Feb 10 07:50:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693e1f76

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

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-99.0.4844.17.ebuild => google-chrome-beta-99.0.4844.27.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 3a2614981d8d..7e741cc3ad59 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_99.0.4844.17-1_amd64.deb 83022040 BLAKE2B 
781ab754395bd47c81e38fea289855a26fbcf31d4632841b43f0ba59102b33b44ed235e672630f565d68f93103103cd7a1d757f17660f6a8882fb2a3bc7cca67
 SHA512 
01bf8497b9f4f759f2dd4e322453a08230dcd9a61ac2ec543e695b67a6e738e1878010485d5cf1559350be1161bd12201c209b4c714a25b2e30a31adeec76ac3
+DIST google-chrome-beta_99.0.4844.27-1_amd64.deb 82983096 BLAKE2B 
3d13c2ed6a51cc5ea881341a16ffd4a6f2d5810ae984d73fe8fd5d07cbc666ac6cf2151b6168b61d5bcb8a874f0bbb37d15ff64ad25cbf67ac2cc89ec5678412
 SHA512 
d0254f9a781113c09adb66c5a560b3ab453a14d42dc228d22773a0219401e0c9ed737c5dffbd0633f7b519ff542d832e4b1f4b8612e5db2cf4e4fed5116ffc6e

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



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

2022-02-09 Thread Sam James
commit: a254bacec24ef5bdeb2e350fa77cab786cbe20b1
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 07:12:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 07:50:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a254bace

sys-devel/mold: drop 1.0.0-r1, 1.0.1-r1, 1.0.2

Signed-off-by: Sam James  gentoo.org>

 sys-devel/mold/Manifest|  3 -
 .../mold/files/mold-1.0.1-no-gold-in-version.patch | 50 ---
 sys-devel/mold/mold-1.0.0-r1.ebuild| 67 
 sys-devel/mold/mold-1.0.1-r1.ebuild| 71 --
 sys-devel/mold/mold-1.0.2.ebuild   | 71 --
 5 files changed, 262 deletions(-)

diff --git a/sys-devel/mold/Manifest b/sys-devel/mold/Manifest
index 148258091bca..0c5e13683969 100644
--- a/sys-devel/mold/Manifest
+++ b/sys-devel/mold/Manifest
@@ -1,4 +1 @@
-DIST mold-1.0.0.tar.gz 3482927 BLAKE2B 
56ebc267370548a2f91a71ebeed87871cede6f564c29dc7d44a499b95fe570f6e9c8a717baf2d9e235c7057c41e735b315493bd23d3b44574d2a44b14aaf5ef8
 SHA512 
99ffd0b9e2ff7157cc8b26808675c9d3147bf88961155ae19ed9b0ac647b7ec31ee78d05062decc6d41e66d99aa0fdc398d119803929b8dbff51eb3d077c
-DIST mold-1.0.1.tar.gz 3675262 BLAKE2B 
0e40860d3c0a221d368c94b9f58c20b245ee61de6f9eb6d1454ed3b6f103933c79ddd7358049e2aacf497221232d952c2117ba2b3371cbe37fb8ad4ae42461c2
 SHA512 
cc03a7db395362b97879c28942397d4443d12b72e067b6f979b1ece4d8aab06154b4c1a0f4c57d6ac505bcd4f892bf9a355ad281d628d4d544d8f70edaf34b72
-DIST mold-1.0.2.tar.gz 4501088 BLAKE2B 
51bac4bd44a785893c04dd03ccef6119b41a036789938a354545e7a22f16852b52079b3a3e4d27db860748e13966be18bbe813bf04b15c496f35d16ecca4b22c
 SHA512 
27f6664e63c76c32a6e3ec8bfc4b204138926001f5431be94da9ce47a5d9d3b51aa634c5cd6df45be660d52ac0507f7b7eec17134e35db402db5747d2ecc3715
 DIST mold-1.0.3.tar.gz 4501162 BLAKE2B 
68db6708ae05b3a4caf19bff8b381c9a7d045b7313e15ee9c0765042ef02898404527735a8f5379a2d213a7654f656cfe24eb20497d6d4f5e9ed666988050733
 SHA512 
50b4a80c8b7a4925e6e85a35e92529867648df61ca016ee662b3fce7cf9d4a8fd717311ec0542aa594f44b49d48de34d51d7e94cae0f21bda01fdd4418990f38

diff --git a/sys-devel/mold/files/mold-1.0.1-no-gold-in-version.patch 
b/sys-devel/mold/files/mold-1.0.1-no-gold-in-version.patch
deleted file mode 100644
index 429e55cc51a9..
--- a/sys-devel/mold/files/mold-1.0.1-no-gold-in-version.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From cea6a569afa544826c91fda7ef0f9941f50c9459 Mon Sep 17 00:00:00 2001
-From: Rui Ueyama 
-Date: Wed, 12 Jan 2022 16:31:04 +0900
-Subject: [PATCH] [ELF] Remove "GNU gold" from the --version string
-
-That substring was introduced in de7ba9014f9d9d70b9173c4bfac6c3433186ba49
-to appease Gentoo's dev-libs/jansson-2.13.1-r1 package. But I think I
-shouldn't done that from the beginning to avoid the sitaution of the
-"User-Agent" string of the web browser, which everybody claims they
-are Mozilla, AppleWebKit, Chrome and Safari simultaneously.

- main.cc | 4 ++--
- test/elf/version.sh | 6 +++---
- 2 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/main.cc b/main.cc
-index 38a41cdf..8831f7f2 100644
 a/main.cc
-+++ b/main.cc
-@@ -26,10 +26,10 @@ std::string_view errno_string() {
- 
- #ifdef GIT_HASH
- const std::string mold_version =
--  "mold " MOLD_VERSION " (" GIT_HASH "; compatible with GNU ld and GNU gold)";
-+  "mold " MOLD_VERSION " (" GIT_HASH "; compatible with GNU ld)";
- #else
- const std::string mold_version =
--  "mold " MOLD_VERSION " (compatible with GNU ld and GNU gold)";
-+  "mold " MOLD_VERSION " (compatible with GNU ld)";
- #endif
- 
- void cleanup() {
-diff --git a/test/elf/version.sh b/test/elf/version.sh
-index ae52b504..4ca576ef 100755
 a/test/elf/version.sh
-+++ b/test/elf/version.sh
-@@ -10,10 +10,10 @@ mold="$(pwd)/mold"
- t=out/test/elf/$testname
- mkdir -p $t
- 
--"$mold" -v | grep -q 'mold .*compatible with GNU ld and GNU gold'
--"$mold" --version | grep -q 'mold .*compatible with GNU ld and GNU gold'
-+"$mold" -v | grep -q 'mold .*compatible with GNU ld'
-+"$mold" --version | grep -q 'mold .*compatible with GNU ld'
- 
--"$mold" -V | grep -q 'mold .*compatible with GNU ld and GNU gold'
-+"$mold" -V | grep -q 'mold .*compatible with GNU ld'
- "$mold" -V | grep -q elf_x86_64
- "$mold" -V | grep -q elf_i386
- 

diff --git a/sys-devel/mold/mold-1.0.0-r1.ebuild 
b/sys-devel/mold/mold-1.0.0-r1.ebuild
deleted file mode 100644
index 8560f5f36a1e..
--- a/sys-devel/mold/mold-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A Modern Linker"
-HOMEPAGE="https://github.com/rui314/mold;
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/rui314/mold.git;
-   inherit git-r3
-else
-   

[gentoo-commits] repo/gentoo:master commit in: sys-devel/mold/

2022-02-09 Thread Sam James
commit: 0330b767cb2460c4226b14efa7e1891b68ad319c
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 07:12:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 07:50:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0330b767

sys-devel/mold: add 1.0.3

Very tiny changes but we may as well bump given it's a quick
build and to get it off the to-bump-list.

Signed-off-by: Sam James  gentoo.org>

 sys-devel/mold/Manifest  |  1 +
 sys-devel/mold/mold-1.0.3.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/sys-devel/mold/Manifest b/sys-devel/mold/Manifest
index 491f95001361..148258091bca 100644
--- a/sys-devel/mold/Manifest
+++ b/sys-devel/mold/Manifest
@@ -1,3 +1,4 @@
 DIST mold-1.0.0.tar.gz 3482927 BLAKE2B 
56ebc267370548a2f91a71ebeed87871cede6f564c29dc7d44a499b95fe570f6e9c8a717baf2d9e235c7057c41e735b315493bd23d3b44574d2a44b14aaf5ef8
 SHA512 
99ffd0b9e2ff7157cc8b26808675c9d3147bf88961155ae19ed9b0ac647b7ec31ee78d05062decc6d41e66d99aa0fdc398d119803929b8dbff51eb3d077c
 DIST mold-1.0.1.tar.gz 3675262 BLAKE2B 
0e40860d3c0a221d368c94b9f58c20b245ee61de6f9eb6d1454ed3b6f103933c79ddd7358049e2aacf497221232d952c2117ba2b3371cbe37fb8ad4ae42461c2
 SHA512 
cc03a7db395362b97879c28942397d4443d12b72e067b6f979b1ece4d8aab06154b4c1a0f4c57d6ac505bcd4f892bf9a355ad281d628d4d544d8f70edaf34b72
 DIST mold-1.0.2.tar.gz 4501088 BLAKE2B 
51bac4bd44a785893c04dd03ccef6119b41a036789938a354545e7a22f16852b52079b3a3e4d27db860748e13966be18bbe813bf04b15c496f35d16ecca4b22c
 SHA512 
27f6664e63c76c32a6e3ec8bfc4b204138926001f5431be94da9ce47a5d9d3b51aa634c5cd6df45be660d52ac0507f7b7eec17134e35db402db5747d2ecc3715
+DIST mold-1.0.3.tar.gz 4501162 BLAKE2B 
68db6708ae05b3a4caf19bff8b381c9a7d045b7313e15ee9c0765042ef02898404527735a8f5379a2d213a7654f656cfe24eb20497d6d4f5e9ed666988050733
 SHA512 
50b4a80c8b7a4925e6e85a35e92529867648df61ca016ee662b3fce7cf9d4a8fd717311ec0542aa594f44b49d48de34d51d7e94cae0f21bda01fdd4418990f38

diff --git a/sys-devel/mold/mold-1.0.3.ebuild b/sys-devel/mold/mold-1.0.3.ebuild
new file mode 100644
index ..7948bbc23805
--- /dev/null
+++ b/sys-devel/mold/mold-1.0.3.ebuild
@@ -0,0 +1,71 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A Modern Linker"
+HOMEPAGE="https://github.com/rui314/mold;
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/rui314/mold.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/rui314/mold/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="AGPL-3"
+SLOT="0"
+
+# Try again after 1.0 (nearly there, but path-related issues)
+# https://github.com/rui314/mold/issues/137
+RESTRICT="test"
+
+RDEPEND=">=dev-cpp/tbb-2021.4.0:=
+   dev-libs/xxhash:=
+   sys-libs/zlib
+   !kernel_Darwin? (
+   >=dev-libs/mimalloc-2:=
+   dev-libs/openssl:=
+   )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+
+   # Needs unpackaged dwarfdump
+   rm test/elf/{compress-debug-sections,compressed-debug-info}.sh || die
+}
+
+src_compile() {
+   tc-export CC CXX
+
+   emake \
+   CFLAGS="${CFLAGS}" \
+   CXXFLAGS="${CXXFLAGS}" \
+   SYSTEM_TBB=1 \
+   SYSTEM_MIMALLOC=1 \
+   SYSTEM_XXHASH=1 \
+   STRIP="true" \
+   LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+}
+
+src_test() {
+   emake \
+   SYSTEM_TBB=1 \
+   SYSTEM_MIMALLOC=1 \
+   check
+}
+
+src_install() {
+   emake \
+   SYSTEM_TBB=1 \
+   SYSTEM_MIMALLOC=1 \
+   SYSTEM_XXHASH=1 \
+   DESTDIR="${D}" \
+   PREFIX="${EPREFIX}/usr" \
+   LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+   STRIP="true" \
+   install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/elfio/

2022-02-09 Thread Sam James
commit: 3a1b40fad7075f2180c95f807cdf66c93d84d954
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 07:02:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 07:50:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1b40fa

dev-cpp/elfio: add 3.10

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/elfio/Manifest  |  1 +
 dev-cpp/elfio/elfio-3.10.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-cpp/elfio/Manifest b/dev-cpp/elfio/Manifest
index 0f9656cf99df..8207c887f2a5 100644
--- a/dev-cpp/elfio/Manifest
+++ b/dev-cpp/elfio/Manifest
@@ -1 +1,2 @@
+DIST elfio-3.10.tar.gz 4243841 BLAKE2B 
a4cd5e7cb8b2f13cd7341adacb623b996e07e8ac761cd0f1e8eb20a87770fa936bf97ad79a0ff8d700ac41278bae7c5dd00d277f4c2d47e73340aaf607b7ee49
 SHA512 
f609fe5162d1609d1d65f441dbf01011ca5ae36195d8b3a74dec2b72891e9f8f90d3fdbc9bf893f7186494071606e898e5519fda18665fc88ae9781c504cd4a9
 DIST elfio-3.9.tar.gz 4265086 BLAKE2B 
3f2f40930ad82b9bd4f53f14c117e71e5c8ba39f0952555c51f196ca03b187702347c80db30ecf6ad9d19bc4edfae18d1b3f04d4cd09e2b85f9bba9736e0a78a
 SHA512 
479c4132ac3575940bd1e8190ba5253e54ae57f38319d7bca75ea85ee2f744f5d5b460d2d4ceb17eca0d0561c6e281673f050bbdab2f5ff526c031c220876bf1

diff --git a/dev-cpp/elfio/elfio-3.10.ebuild b/dev-cpp/elfio/elfio-3.10.ebuild
new file mode 100644
index ..18f8232d6cfc
--- /dev/null
+++ b/dev-cpp/elfio/elfio-3.10.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="ELF reader/producer header-only C++ library"
+HOMEPAGE="https://github.com/serge1/ELFIO;
+SRC_URI="https://github.com/serge1/${PN}/archive/Release_${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}"/${PN^^}-Release_${PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-libs/boost )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DELFIO_BUILD_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}



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

2022-02-09 Thread Sam James
commit: a32c13886353c0a861cb0c140385d1bd8879fc79
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 06:59:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 07:50:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32c1388

net-misc/socat: fix build on musl

Closes: https://bugs.gentoo.org/831016
Signed-off-by: Sam James  gentoo.org>

 net-misc/socat/socat-1.7.4.3.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/net-misc/socat/socat-1.7.4.3.ebuild 
b/net-misc/socat/socat-1.7.4.3.ebuild
index 17478f6a210d..ca8f23d51acb 100644
--- a/net-misc/socat/socat-1.7.4.3.ebuild
+++ b/net-misc/socat/socat-1.7.4.3.ebuild
@@ -43,6 +43,12 @@ src_configure() {
 
tc-export AR
 
+   # getprotobynumber_r doesn't exist on musl, so avoid probing for it
+   # and possibly getting it wrong. TODO: fix configure?
+   # (Grabbed from Alpine Linux: 
https://git.alpinelinux.org/aports/commit/main/socat/APKBUILD?id=5edc9195355ced3db991c1a7cda5648d52019b11)
+   # bug #831016
+   use elibc_musl && export sc_cv_getprotobynumber_r=2
+
econf \
$(use_enable ssl openssl) \
$(use_enable readline) \



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

2022-02-09 Thread Sam James
commit: 20aa09a43f12ed9fd8935c837ff8f1c67f7f7158
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 07:06:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 07:50:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20aa09a4

dev-util/diffoscope: add 203

Signed-off-by: Sam James  gentoo.org>

 dev-util/diffoscope/Manifest  |   1 +
 dev-util/diffoscope/diffoscope-203.ebuild | 108 ++
 2 files changed, 109 insertions(+)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index 02b085518f5f..148973cba414 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,3 +1,4 @@
 DIST diffoscope-197.tar.gz 2705041 BLAKE2B 
1d66462d3f1cdbba177d24d194ce14ae51274c6b60139e56724213a6b4fc0b41e6a71f9f2e250ecc7d6330186bf774470b2153801b375ffb63e8390c425e1073
 SHA512 
d8411ad166738b29caa28abbc10f21e0906b7b19bd5ab644db36c04b1f9c5af9f4cbdb31eb850da7249380a6774bde355f0e815f4d3cdd0df76570df9df7fd0a
 DIST diffoscope-201.tar.gz 2705733 BLAKE2B 
97f74633bd990408af9ba33feb38243da22253b1f1c49a23d11cf6cc16197b3a4fdb371f01f310a2a5ee782ae89209c2f80b0956d48b0a5c5308dd6f50aba86f
 SHA512 
a221d656a49b77f08eb884acc8bbabd1e4469ff2411d47532c0326743653b43e45a60e5fb39d841c1b835d896dbe9d08032f51f295f5399af878be18305acd52
 DIST diffoscope-202.tar.gz 2706185 BLAKE2B 
11d77445d9cd4a8b2bba5f8a31a3b9e08862937af3ce3aea993603026483758d1742254629fb7541c751ab1c5213dff892b102bc625ead78fc56ce01e25aefd8
 SHA512 
f42ea35a492ef62740188986b25f629d4a0d62d1ee1e6d284c4251577170720ca731a7f11f387f64b68f82817f47019b3aaf236d0bb19f4c0a65d4048c5a0266
+DIST diffoscope-203.tar.gz 2706359 BLAKE2B 
1570ad567dff5d187369e8437c8a589395cb97df6374290e38bc4d8be541ad3a0176152faaa9fd63e737cb6298c3265491ade21e09b5c6157f919a6598afe339
 SHA512 
f093a558aff93591de9a1cd395fd0c6ec3ae2b7cde3d0390836954793c53b14b35297f997ac2f4527a93ca7985a944692e14da02ec67c5f44e31c0d4721b3a73

diff --git a/dev-util/diffoscope/diffoscope-203.ebuild 
b/dev-util/diffoscope/diffoscope-203.ebuild
new file mode 100644
index ..ec72907f21dc
--- /dev/null
+++ b/dev-util/diffoscope/diffoscope-203.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1
+
+DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
+HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
+find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
+mono opendocument pascal pdf postscript R rpm sqlite squashfs
+ssh tar test tcpdump zip zlib zstd"
+
+RESTRICT="!test? ( test )"
+
+# pull in optional tools for tests:
+# img2txt: bug #797688
+# docx2txt: bug #797688
+BDEPEND="test? (
+   app-text/docx2txt
+   media-libs/libcaca
+   virtual/imagemagick-tools[jpeg]
+   )"
+RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/libarchive-c[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
+   acl? ( sys-apps/acl )
+   binutils? ( sys-devel/binutils )
+   bzip2? ( app-arch/bzip2 )
+   libcaca? ( media-libs/libcaca )
+   colord? ( x11-misc/colord )
+   cpio? ( app-arch/cpio )
+   diff? ( sys-apps/diffutils )
+   docx? ( app-text/docx2txt )
+   dtc? ( sys-apps/dtc )
+   e2fsprogs? ( sys-fs/e2fsprogs )
+   file? ( sys-apps/file )
+   find? ( sys-apps/findutils )
+   gettext? ( sys-devel/gettext )
+   gif? ( media-libs/giflib )
+   gpg? ( app-crypt/gnupg )
+   haskell? ( dev-lang/ghc )
+   hdf5? ( sci-libs/hdf5 )
+   hex? ( app-editors/vim-core )
+   imagemagick? ( media-gfx/imagemagick )
+   iso? ( app-cdr/cdrtools )
+   java? ( virtual/jdk )
+   llvm? ( sys-devel/llvm )
+   lzma? ( app-arch/xz-utils )
+   mono? ( dev-lang/mono )
+   opendocument? ( app-text/odt2txt )
+   pascal? ( dev-lang/fpc )
+   pdf? (
+   app-text/pdftk
+   app-text/poppler
+   dev-python/PyPDF2[${PYTHON_USEDEP}]
+   )
+   postscript? ( app-text/ghostscript-gpl )
+   R? ( dev-lang/R )
+   rpm? ( app-arch/rpm )
+   sqlite? ( dev-db/sqlite:3 )
+   squashfs? ( sys-fs/squashfs-tools )
+   ssh? ( net-misc/openssh )
+   tar? ( app-arch/tar )
+   tcpdump? ( net-analyzer/tcpdump )
+   zip? ( app-arch/unzip )
+   zlib? ( app-arch/gzip )
+   zstd? ( app-arch/zstd )
+"
+# Presence if filemagic's magic.py breaks imports
+# of dev-python/python-magic: https://bugs.gentoo.org/716482
+RDEPEND+=" !dev-python/filemagic"
+
+EPYTEST_DESELECT=(
+   # Test seems 

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

2022-02-09 Thread Alfredo Tupone
commit: 4f32fd46a00b538c6b808c388d88833d103d62f0
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Thu Feb 10 06:41:10 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Feb 10 06:41:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f32fd46

www-apps/drupal: 7.87 bump

Bug: https://bugs.gentoo.org/831818
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 www-apps/drupal/Manifest   |  1 +
 www-apps/drupal/drupal-7.87.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 4572a9f091da..7b34c8a70f0e 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-7.82.tar.gz 3348407 BLAKE2B 
c01c93fda768d587a009c9007a019f01461ae3fed1010c80a4636971fcdf4ce97e1cad61a60b447698d8e2d6d39217ead52de3cf915f04ad620357aafb3209a0
 SHA512 
41b844df868971ea21fa574daf46502edcb78f4287c223694fe967541da72dfe9b360e1764441eddafb64b782d14408eac58ecff7eaed4bc1fd832b35f0c7e2d
+DIST drupal-7.87.tar.gz 3357750 BLAKE2B 
60d294d927b577ce74c56389493691d4d70fe38a4bc182e88add4c9f3820906e4b5289f4985afe470b240956959d9d171ba262d0658ab712f1ca16084efa2821
 SHA512 
5122bfbba9bfab89d67823683ce4ec827d49f545aca685cbab7c751f95fbaf0d537bb8d33cdf9b6fb1b52c924e196e9d33498a1ae63771632d75025315ae2183
 DIST drupal-8.9.18.tar.gz 19831928 BLAKE2B 
e8f42a00e8efe1c3a0b7a995bb9f55b37c590945f12268e86887f0243ab2691222449acce5f61d4ec853e0d13bb81b2d8d39a7702c2651368adaaa2438004114
 SHA512 
2c3103489d4b7ecee432fba1a1ef597b07701e46920a4cf82fc9d078368a0259a28e62e92a96550b23950c4ff6ae943877f7b8f6ef556381bf633daa3d4d0846
 DIST drupal-9.1.12.tar.gz 18568186 BLAKE2B 
74f20477867adc92eb6a87d2e3f4bd9449a69c66c723a03af9789d99f913a839324406aedaca1c731b5616fbde70bbd8e1a5fc469b2cc259385655fae0209176
 SHA512 
43335b11cddfd73271afa66c825316d48b0dece4d221119c571629ee8d61aeeea85d48674bc53a479b954d3f24648cd7571c4b6c84e560abae8bb682abf3468e
 DIST drupal-9.2.4.tar.gz 18860644 BLAKE2B 
f7ed7f5bd4131c0a167fe5c51c54fa7499bf4cecab9ce41fed1516eba842e40ea1191e51a1e2cb4a0f5426d86803b511a57d08f056ad8635ca2a55496e0b1237
 SHA512 
956a1c62fd9294f7d5fa1de3d620fea71db08c4ccea6c8d575e5c2cd6f06afd8380601be5a66d7f3ed4c78bfde9a1d2fd662a7fcd2f16b4484fee298b8cdd93b

diff --git a/www-apps/drupal/drupal-7.87.ebuild 
b/www-apps/drupal/drupal-7.87.ebuild
new file mode 100644
index ..f5302a46a2ad
--- /dev/null
+++ b/www-apps/drupal/drupal-7.87.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/bitwarden-desktop-bin/

2022-02-09 Thread Michael Palimaka
commit: 6aa3c1062ead14d1997bc421bec70b207c9fdf02
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Feb 10 06:35:44 2022 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Feb 10 06:35:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa3c106

app-admin/bitwarden-desktop-bin: binary package requires glibc

Closes: https://bugs.gentoo.org/830247
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Palimaka  gentoo.org>

 app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.30.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.30.0.ebuild 
b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.30.0.ebuild
index 1dc1b5028a68..03f251b2b6c4 100644
--- a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.30.0.ebuild
+++ b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.30.0.ebuild
@@ -22,6 +22,7 @@ RDEPEND="
dev-libs/atk
dev-libs/expat
dev-libs/glib
+   sys-libs/glibc
dev-libs/nspr
dev-libs/nss
media-libs/alsa-lib



[gentoo-commits] repo/gentoo:master commit in: app-admin/bitwarden-desktop-bin/

2022-02-09 Thread Michael Palimaka
commit: f1731ce3c0ddf8e5092a814478c6376f00c765e0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Feb 10 06:30:20 2022 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Feb 10 06:30:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1731ce3

app-admin/bitwarden-desktop-bin: version bump 1.30.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Palimaka  gentoo.org>

 app-admin/bitwarden-desktop-bin/Manifest   |  1 +
 .../bitwarden-desktop-bin-1.30.0.ebuild| 86 ++
 2 files changed, 87 insertions(+)

diff --git a/app-admin/bitwarden-desktop-bin/Manifest 
b/app-admin/bitwarden-desktop-bin/Manifest
index 0e441a7b2769..85a06e0105fc 100644
--- a/app-admin/bitwarden-desktop-bin/Manifest
+++ b/app-admin/bitwarden-desktop-bin/Manifest
@@ -1 +1,2 @@
 DIST Bitwarden-1.28.3-amd64.deb 58747514 BLAKE2B 
5d62084e89df9ac1b2f3b487d8594f5cd5e9fd411b46d95bc0310f27e772d4f7185507610c204f345f24defd5f87c954381c14427d4a7b69d51737b71cc61474
 SHA512 
7d061ae18a11c733a72fbb0e657c5f14d04054ae97720c3920d9641c880aea2de5638b908719a1fb4d8c23f32b49697cfa7994732441135007cdf2572bf41cfb
+DIST Bitwarden-1.30.0-amd64.deb 60998388 BLAKE2B 
72731519bdf14153e0c7db85c200d8c67a07113f68078a22c29b2160ba49da0e3813676a2813a4fa62e8e927d375ed2c2eb43252a12435483fd998f22b720c60
 SHA512 
d44dea61c618bed9ddebbd7cf5cb76ea260e119486944ed9a8e252dc96b571a61216fcb0d7f570dd7eb0b6f50a5c6aac3148375145dd5cf6678993e7ff83f24b

diff --git 
a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.30.0.ebuild 
b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.30.0.ebuild
new file mode 100644
index ..1dc1b5028a68
--- /dev/null
+++ b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.30.0.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker xdg-utils
+
+MY_PN="Bitwarden"
+DESCRIPTION="Bitwarden password manager desktop client"
+HOMEPAGE="https://bitwarden.com/;
+SRC_URI="https://github.com/bitwarden/desktop/releases/download/v${PV}/Bitwarden-${PV}-amd64.deb;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   app-crypt/libsecret
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libxkbcommon
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXScrnSaver
+   x11-libs/libxshmfence
+   x11-libs/libXtst
+   x11-libs/pango
+"
+IDEPEND="
+   dev-util/desktop-file-utils
+   dev-util/gtk-update-icon-cache
+"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="
+   opt/Bitwarden/*.so*
+   opt/Bitwarden/bitwarden
+   opt/Bitwarden/chrome-sandbox
+"
+
+src_install() {
+   insinto /opt
+   doins -r opt/${MY_PN}
+   fperms 755 /opt/Bitwarden/bitwarden
+   fperms 4755 /opt/Bitwarden/chrome-sandbox
+
+   insinto /usr/share/applications
+   doins usr/share/applications/bitwarden.desktop
+
+   insinto /usr/share/icons
+   doins -r usr/share/icons/hicolor
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/bitwarden-desktop-bin/

2022-02-09 Thread Michael Palimaka
commit: 67523868be64f3b5c43c223237a1a1794b85f8e7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Feb 10 06:26:57 2022 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Feb 10 06:26:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67523868

app-admin/bitwarden-desktop-bin: remove 1.28.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Palimaka  gentoo.org>

 app-admin/bitwarden-desktop-bin/Manifest   |  1 -
 .../bitwarden-desktop-bin-1.28.2.ebuild| 81 --
 2 files changed, 82 deletions(-)

diff --git a/app-admin/bitwarden-desktop-bin/Manifest 
b/app-admin/bitwarden-desktop-bin/Manifest
index f812ab48a42d..0e441a7b2769 100644
--- a/app-admin/bitwarden-desktop-bin/Manifest
+++ b/app-admin/bitwarden-desktop-bin/Manifest
@@ -1,2 +1 @@
-DIST Bitwarden-1.28.2-amd64.deb 58190436 BLAKE2B 
e95575fa944b8f71559d2cd058deb35ce5648ca76a36169faaed05812057e6a5be086c1a583d256e915d81494faf098a61a66fd93e8fd30c53a3eb9372add813
 SHA512 
7538565c55638d7d416a3a03f4f579b5cc5cc23d11b8f1b637616c3860415f81066e2e344752c5cbe445ffe0523854cff3a06b589b03185f0b58872a81f7073b
 DIST Bitwarden-1.28.3-amd64.deb 58747514 BLAKE2B 
5d62084e89df9ac1b2f3b487d8594f5cd5e9fd411b46d95bc0310f27e772d4f7185507610c204f345f24defd5f87c954381c14427d4a7b69d51737b71cc61474
 SHA512 
7d061ae18a11c733a72fbb0e657c5f14d04054ae97720c3920d9641c880aea2de5638b908719a1fb4d8c23f32b49697cfa7994732441135007cdf2572bf41cfb

diff --git 
a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.28.2.ebuild 
b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.28.2.ebuild
deleted file mode 100644
index c25ff6563c3f..
--- a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.28.2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker xdg-utils
-
-MY_PN="Bitwarden"
-DESCRIPTION="Bitwarden password manager desktop client"
-HOMEPAGE="https://bitwarden.com/;
-SRC_URI="https://github.com/bitwarden/desktop/releases/download/v${PV}/Bitwarden-${PV}-amd64.deb;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   app-crypt/libsecret
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/mesa
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libxkbcommon
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXScrnSaver
-   x11-libs/libXtst
-   x11-libs/pango
-"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="
-   opt/Bitwarden/*.so
-   opt/Bitwarden/bitwarden
-   opt/Bitwarden/chrome-sandbox
-"
-
-src_install() {
-   insinto /opt
-   doins -r opt/${MY_PN}
-   fperms 755 /opt/Bitwarden/bitwarden
-   fperms 4755 /opt/Bitwarden/chrome-sandbox
-
-   insinto /usr/share/applications
-   doins usr/share/applications/bitwarden.desktop
-
-   insinto /usr/share/icons
-   doins -r usr/share/icons/hicolor
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



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

2022-02-09 Thread Michael Palimaka
commit: 2e20b15dda024a5e42c27f1af44771765ee180e0
Author: Thomas Bettler  gmail  com>
AuthorDate: Thu Dec 16 18:31:23 2021 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Feb 10 06:20:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e20b15d

sys-libs/libapparmor: add python 3.10

Closes: https://bugs.gentoo.org/829360
Closes: https://github.com/gentoo/gentoo/pull/23331
Signed-off-by: Thomas Bettler  gmail.com>
Signed-off-by: Michael Palimaka  gentoo.org>

 sys-libs/libapparmor/libapparmor-3.0.1.ebuild | 2 +-
 sys-libs/libapparmor/libapparmor-3.0.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libapparmor/libapparmor-3.0.1.ebuild 
b/sys-libs/libapparmor/libapparmor-3.0.1.ebuild
index 3da7dd1b466e..f88e11c0fe65 100644
--- a/sys-libs/libapparmor/libapparmor-3.0.1.ebuild
+++ b/sys-libs/libapparmor/libapparmor-3.0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 GENTOO_DEPEND_ON_PERL="no"
 
 inherit autotools distutils-r1 perl-functions

diff --git a/sys-libs/libapparmor/libapparmor-3.0.3.ebuild 
b/sys-libs/libapparmor/libapparmor-3.0.3.ebuild
index e35b3da8a32e..c7bd9822dee5 100644
--- a/sys-libs/libapparmor/libapparmor-3.0.3.ebuild
+++ b/sys-libs/libapparmor/libapparmor-3.0.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 GENTOO_DEPEND_ON_PERL="no"
 
 inherit autotools distutils-r1 perl-functions



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

2022-02-09 Thread Michael Palimaka
commit: 2e5b1a2e99b9c6564de96ba237d40c1efe74b08d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Feb 10 06:15:38 2022 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Feb 10 06:15:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5b1a2e

dev-util/howdoi: remove 2.0.15

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Palimaka  gentoo.org>

 dev-util/howdoi/Manifest |  1 -
 dev-util/howdoi/howdoi-2.0.15.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-util/howdoi/Manifest b/dev-util/howdoi/Manifest
index 12d8035bb524..967fcc2e5514 100644
--- a/dev-util/howdoi/Manifest
+++ b/dev-util/howdoi/Manifest
@@ -1,2 +1 @@
-DIST howdoi-2.0.15.tar.gz 27545 BLAKE2B 
204d7e3ddab07e24ccc08964c3880477743970502423887a2360079606c832b93d1e8fbcec237b77533c2e21d4a35af08b9418d5ce62f8b2ceca70ee844c21ff
 SHA512 
e0b3faf1cde78d35a23e11070b3d73db7468bfe79ec8f71b2370681d3dea1bcf1a313594fd1e4f21aa62035460e5c31509ff683fea3e0e35e9412b173ad874bb
 DIST howdoi-2.0.19.tar.gz 27109 BLAKE2B 
32c7ebf177a5a51f9df924440c5767e1a47125e24b821b51b28cfec45a747f7c04265b93aa0a68a85d2f65582617f866483aa77e8c1168903ef9dfdc860535f5
 SHA512 
e3e074f7b122513486bda0a0f68d31d51a2da2f17efe5c6ae2b5c49f44dd0f80a735d67a33e3d47eea51d83968da19bc294fc74a30f7e30457058ad9919e105a

diff --git a/dev-util/howdoi/howdoi-2.0.15.ebuild 
b/dev-util/howdoi/howdoi-2.0.15.ebuild
deleted file mode 100644
index 236c6ebebed9..
--- a/dev-util/howdoi/howdoi-2.0.15.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS="manual"
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="A code search tool"
-HOMEPAGE="https://pypi.org/project/howdoi/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-# bug 818580
-RESTRICT="test"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   dev-python/cachelib[${PYTHON_USEDEP}]
-   dev-python/keep[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/pyquery-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
-"



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

2022-02-09 Thread Sam James
commit: 4dc12af5875cb83833fc057ad78bc0910f0f16b1
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 04:11:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 04:11:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc12af5

sys-libs/musl: stabilize 1.2.2-r7

Contians some previous ldconfig fixes.

Bug: https://bugs.gentoo.org/663990
Bug: https://bugs.gentoo.org/696818
Bug: https://bugs.gentoo.org/833018
Signed-off-by: Sam James  gentoo.org>

 sys-libs/musl/musl-1.2.2-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/musl/musl-1.2.2-r7.ebuild 
b/sys-libs/musl/musl-1.2.2-r7.ebuild
index dac76c213424..e03ad57480ff 100644
--- a/sys-libs/musl/musl-1.2.2-r7.ebuild
+++ b/sys-libs/musl/musl-1.2.2-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="http://www.musl-libc.org/releases/${P}.tar.gz;
-   KEYWORDS="-* ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+   KEYWORDS="-* amd64 arm arm64 ~mips ppc ppc64 x86"
 fi
 GETENT_COMMIT="93a08815f8598db442d8b766b463d0150ed8e2ab"
 GETENT_FILE="musl-getent-${GETENT_COMMIT}.c"



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

2022-02-09 Thread Ionen Wolkens
commit: 252343f86307ce36d56bd4dd81fb8c0f3d570cf5
Author: Randy Barlow  electronsweatshop  com>
AuthorDate: Thu Feb 10 02:44:56 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Feb 10 03:32:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252343f8

sys-process/bottom: Drop 0.6.4

Signed-off-by: Randy Barlow  electronsweatshop.com>
Closes: https://github.com/gentoo/gentoo/pull/24142
Signed-off-by: Ionen Wolkens  gentoo.org>

 sys-process/bottom/Manifest|  90 -
 sys-process/bottom/bottom-0.6.4.ebuild | 225 -
 .../files/bottom-0.6.4-RUSTSEC-2021-0003.patch |  31 ---
 .../files/bottom-0.6.4-RUSTSEC-2021-0093.patch |  31 ---
 ...eature-gate-test_default_battery_movement.patch |  41 
 5 files changed, 418 deletions(-)

diff --git a/sys-process/bottom/Manifest b/sys-process/bottom/Manifest
index 57c7d3b6722c..ea0301883013 100644
--- a/sys-process/bottom/Manifest
+++ b/sys-process/bottom/Manifest
@@ -1,71 +1,46 @@
-DIST addr2line-0.15.1.crate 32936 BLAKE2B 
5dc101a84434607a2432346440324b35e829fb7843d3a76a918516929867e6186ea004aed8b939d216822d29115a9f8f11b4e86844ca50ffa5598ad6c84a53ba
 SHA512 
beb2c7683e350c98538cd7a83aa4aec86fb95bfd079ccdce27fae84f988a58f9e59ff5a2e3c431436f8ab033d53232732731da52f5d7fbb5d80f24fac2f76041
 DIST addr2line-0.16.0.crate 33440 BLAKE2B 
b59a006ba732935d408d0574799037ef0a424ad3c27b894fbd7a9c91664460972a8c464aaad4e9b82b94e4cc35ee9016490bd469fa21358e11e6d78126378038
 SHA512 
7ea8fffcdff7f8f25c0a588fe2ee652053988ab2e1d39ac740f5199d6e7d30beed0272403d04b86ec5de6ad5459698cdf28f8efd5caab7b6693102df7ec4889c
-DIST adler-0.2.3.crate 12168 BLAKE2B 
c7743569d700d7ec3185e0459a18181148f8cd7579f4da1fab30eb2e3c3cabbe5a7467f7760f0cba4b2fdeb62f8d988ee1f24637685d76db7acb56f679cfc996
 SHA512 
565849eba122eb94d240a0cba875035537058cc168f137a8a3b99392d753815d56fa0e1a1e851062632700b0e3d12caf67f5f768b9f727956a2e5b599029e9dc
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
-DIST anyhow-1.0.40.crate 34534 BLAKE2B 
79a3731153f8e3ace906b9a360521147fd055f7401a99ea2373501ade7e49ecdb280dd59b6a3b9b2f88e90857302e71f772c767e62cb702e32c8343fd4b0f741
 SHA512 
5efc7347a7fa72abce9a8b3b76649abb00d73c16c5125aa4b6faaa7040eb5138d7d9470b66c186825c9651272f5c359578503d0866ce7242ea7ca9dc05087165
 DIST anyhow-1.0.44.crate 35067 BLAKE2B 
19dd53abcbf5ade698f3bf5b1522fa8c1c55b777d91fd05f6c43a7a32691d00da756c7af9d991ebfc71b02fa4e8e2e257c78ce3e29f8c3034066ca43eea4c07d
 SHA512 
d8ec44c64cf4b06121421c99157573b59e2078ab1aba7d949aad9ddd5ec4a1b585a07d0ca06807ed2349c6becaed1cba69f10f9affa2da25f749b615a70aa9ff
-DIST assert_cmd-1.0.3.crate 26323 BLAKE2B 
97fa287db425901474b2e9c4e0b9c500209e6ae23de73d079458ef21e8d1f6a49837683c543ce05ed79b0a07a4e1075d02630789760b52956f16e2f629e3d439
 SHA512 
3205f9eac594113996287dab2a641115e5fdb4e92734fa34e12d99b3808597e13371658857896c76449ab1fdca4cf4e675d812ea120602e16024409483b60bf2
 DIST assert_cmd-1.0.8.crate 27830 BLAKE2B 
68fc42953decc5a39a2a850750348da087a2df29e9e15dcb3f0319088ba8ca399f8db05cda3de693925dcbf147b2a031b0e0ddb6993f25b8b96f464f792cc499
 SHA512 
78c5aa45289f1f69891001b73f7da32ef61a371a2fa9abe15822406abe4a8df48004b475a00aacd36c2e808539041fc0d3034c367a27de6b539c72e929e42e4d
-DIST async-channel-1.5.1.crate 12386 BLAKE2B 
33382a876c3b5042ada894f6c1a2edc11e8db32da015d8ad468909172e0119d49a194864b9070b08c0ce056f96b66e466bb1be670cdacfce5f466e3c68b92877
 SHA512 
876622d6a99de320dec4e11c3cc8b756c34e7091c8131b4a10686cb0298e60c38fa502e113dde4294dc53d582b2d5dfc110453809bdbb8abc24f57a1ec52de1c
 DIST async-channel-1.6.1.crate 12574 BLAKE2B 
5c5c8f1cf1458d952637a439a1534e68bcb4a1cf478cec6b6d224387f56c59dc6cffd2e3621dc24e03e20df3fdbda5b8855fccfbbc26a2aa03656aff3a17d02f
 SHA512 
797b1f5b4c07853f78670e62b67fb787c329ffa2c89475a3767a963d524a69dce082cc7f3a2878d9c990f00ae2d9cd7e0d21743fc4186769c238467bdb20c65e
-DIST async-executor-1.4.0.crate 15661 BLAKE2B 
38a4ddab0856a8e08e631e87eb979ad2f68ba84df9ca43b8caa6ee6d06c62e1999543fda3f660083e163f849e5151e2163380be7cad2e131854e1723f5586fa8
 SHA512 

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

2022-02-09 Thread Ionen Wolkens
commit: ec68834c30e2a1dc0ce8408e10a2c931e28e17d4
Author: Randy Barlow  electronsweatshop  com>
AuthorDate: Thu Feb 10 02:43:57 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Feb 10 03:32:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec68834c

sys-process/bottom: Add 0.6.8

Signed-off-by: Randy Barlow  electronsweatshop.com>
Signed-off-by: Ionen Wolkens  gentoo.org>

 sys-process/bottom/Manifest|   4 +
 sys-process/bottom/bottom-0.6.8.ebuild | 215 +
 2 files changed, 219 insertions(+)

diff --git a/sys-process/bottom/Manifest b/sys-process/bottom/Manifest
index 92f5a4be6a93..57c7d3b6722c 100644
--- a/sys-process/bottom/Manifest
+++ b/sys-process/bottom/Manifest
@@ -33,6 +33,7 @@ DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616de
 DIST blocking-1.0.2.crate 18571 BLAKE2B 
30e69dce433ba3c0d153275b5a56407237de93a50d7a3f9b97505b17899400f8cc8c3dede3f63fca26d5d49e88c3c9ee7ba91401061dedc41358efe24a9bf2b9
 SHA512 
f9048544161cb3098ec7362487c8df4ece972445dfc94196cc2cbe7faa2b6f3f3e5abe56310675c798636148b0b709d864fb94959d36976043886feb149adb66
 DIST bottom-0.6.4.crate 7809199 BLAKE2B 
4fbcb7fc1053e546a3e0aeb887bbf6c68f8058f527f37354475e2fbe3353cde39abd5c1d32bbd23ff24ef896f206821959e7f67a5c26b668ed3f0b4d80787be2
 SHA512 
aa96f4204435125c0fa64337b5a473932a0841c3b830579ec28aaac80e9e79e62bf1303557a31f5141b4bb95a610aac8b4dd559978168485902f6c822361706d
 DIST bottom-0.6.6.crate 7810186 BLAKE2B 
411b92c84712d29692b5ada2b6de02753eb6838eef37324b7faa3e032f1b98e667ad86dc3add819fcd06926fe1e493527e66acc0cd0ccf7a203bd2e0a9a1b4f8
 SHA512 
c2e4826b016dcc0835f9a146cabdd053384d0e03a93bac657aae5814cd06dc52cd7dc16fc0f7b25893f5e1ffc9c011d39789e707a13ce38871548144ffaf95aa
+DIST bottom-0.6.8.crate 7810579 BLAKE2B 
d868b1a59d08e22f09e66f4fd78e7f741d3272630c6ab7906dc3fb0038378ec67b96a9f6ad4ed22e5d20d0b0b881912956d0b96f31a871b5a2175fad1cf57227
 SHA512 
2d86f5ddcc47e688910aaf31798090ea15470b5df9f75de3f9ce3d251b9fa9feb46305f2eb450f1bcda63a5e96d06a18a095a3ca991ef7a316342681b56b5f63
 DIST bstr-0.2.15.crate 344206 BLAKE2B 
3a4f24d2a039f7aeee3b6fcbfcc2fa72f1ef8a06ff8bc039af055739436655851565a57e5a4f86a7984b00ee7598c1fbdf26f3302929f91d7efb1327fd36eb57
 SHA512 
6e464ca1aec722a283759ff6978bab1769dfc8d61aa683f8e4c59bd69c7be2fe86c5470f4c54457871c6640e2d50b6b882747ec567098eb78e62f7cb07cb93a2
 DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
 DIST byteorder-1.4.2.crate 22148 BLAKE2B 
4fd246d80ec9e0abf41a0779668d8b383098206eacbf7e16ab94a4aac39858471742934df41e20084f976a738154a97f642bebe51cb871afb2a50ff2cbdbf943
 SHA512 
f6d2bdc3fb456b3f7a99358a987bb593be027b47b06b896938a30a88d36459ec4d28be166ff8fea9b1ea468d95ad387488cc6aa8f07d0723d6a2a7d43e3617e8
@@ -128,6 +129,7 @@ DIST itoa-0.4.8.crate 11926 BLAKE2B 
e5a648b490908d0ffa3a0832342ad11264eb4357939b
 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 
25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23
 SHA512 
e124c0521ec7c950f3c4a066821918da7a9c6e75d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
 DIST lazycell-1.3.0.crate 12502 BLAKE2B 
dca2d3f46823a52dcf87b7d6103fc4f1f83bc5247ce361946ac2d9df239fb43ce4b418104503698dff0242480cd014996e77da4ae0a88f3cedbce4eb9d3c9ef8
 SHA512 
f9d627afc28b61e9687a3f72260eb013401fd64057647641ff2e763770d7380ab1d2d8cbb4a3c8818d53d504c618a3b46aaf701f72f4d7b25d226042824c2f8d
 DIST libc-0.2.104.crate 548775 BLAKE2B 
b70af0cae086352f61cd56522b6d468640aa8e18ab5e4768ec52c65d6f445df08602dcf17ea3b8a4b51879257605c5bdbf28764c1e66d57decf6189f3703c9c0
 SHA512 
25bfce165d0265827f2bf5de255ba8abea6880d82ec9022744de358d4518f381a0cf1fecc5d741b85ee8f90683b7ca3117743236fa32813ac807721fcb15d029
+DIST libc-0.2.112.crate 571445 BLAKE2B 
3936f4fd08cda0ad5be7b1ff417b6dfc9abad14ea5cf647425d8a2e7306275e958fb5cab4de9eeaab95065176bc295065bafec3846ebadb6e15cba20de495280
 SHA512 
6c1a027eff21d3ef8078ad19b90b06d90790919a848e95a4c878e8c8b850d2e9be3fca36d8db39b24e472f15e5352ead1182d5491a0b382e06f8c3ead379c45f
 DIST libc-0.2.94.crate 511713 BLAKE2B 
6ad3fe9aa5ea5fb06a7b2beeb68fa245e5ed7d19aa7e4b21c9e2ab73da11a9249913e604f0f87fbcc82676cceee16f14403cd2f27ae462730e1682c539666283
 SHA512 
316717d2e46b57c200d67d0ebb4fb162cb1f0b688895b9eb6075924cda3be8ba7fae85319692682178b6fc5cb2764e8b3a9d3e7ce234fd8a21a0a9c453ca174c
 DIST lock_api-0.4.2.crate 20375 BLAKE2B 
0b24bdf98aaee9870f558971f437e728c8e52a853cc886a0de30cb9a84c2733175e6152a2d7ff1f28a83df5443091b16ac5410cb67d05ce464e01db64ba98cb0
 SHA512 
815de5198ba4a952490fbc7e08e899ce855588d794c22890839ad55caa81642745fa6bf81a2a2fc8f6713575f0d1b801a2f2107ed7c405101011927b6b40be31
 DIST 

[gentoo-commits] repo/gentoo:master commit in: app-shells/starship/

2022-02-09 Thread Ionen Wolkens
commit: 7e049bedb1e5e2ed44191746a22eae1ae6f7a904
Author: Randy Barlow  electronsweatshop  com>
AuthorDate: Thu Feb 10 02:36:10 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Feb 10 03:31:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e049bed

app-shells/starship: Add 1.3.0

Signed-off-by: Randy Barlow  electronsweatshop.com>
Closes: https://github.com/gentoo/gentoo/pull/24141
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-shells/starship/Manifest  |  42 +
 app-shells/starship/starship-1.3.0.ebuild | 289 ++
 2 files changed, 331 insertions(+)

diff --git a/app-shells/starship/Manifest b/app-shells/starship/Manifest
index e0ab13ea32fa..cb04c3894d91 100644
--- a/app-shells/starship/Manifest
+++ b/app-shells/starship/Manifest
@@ -4,7 +4,14 @@ DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
 DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
+DIST async-broadcast-0.3.4.crate 18539 BLAKE2B 
fdde29219480ff23cb1b8374ce97f9b1b878c9792e20bd4c4db5784797b0eaf1f5bc114675956c2c6d0ba8fda1c071b6d9c3dfe57e30a24338759c57ba2cad1b
 SHA512 
2081f37699bcde02ec9ae0cb3a2727a0277ed498abaf1949c0b49894cb6570939d835df4c547fe64d0956f979cd744a7425cc6f6f37a001bc887bb098ec2e43d
+DIST async-channel-1.6.1.crate 12574 BLAKE2B 
5c5c8f1cf1458d952637a439a1534e68bcb4a1cf478cec6b6d224387f56c59dc6cffd2e3621dc24e03e20df3fdbda5b8855fccfbbc26a2aa03656aff3a17d02f
 SHA512 
797b1f5b4c07853f78670e62b67fb787c329ffa2c89475a3767a963d524a69dce082cc7f3a2878d9c990f00ae2d9cd7e0d21743fc4186769c238467bdb20c65e
+DIST async-executor-1.4.1.crate 15490 BLAKE2B 
2d85825f9deec4a89eae4be6c2899d22bd96f095413598abe2a58ca07e6b8745ee02a6e1db6a3be034159c7844e55009d6da9845116647c0b021dca115acf6be
 SHA512 
24f8403f7cf7639a9477c0a4ee6fba8ebf73fc64b5c896ff07b5b9ea787ca65fa2e642e46a0ba3796e76774d46373e6ea6a20309feaf1f801281aea20cf82578
 DIST async-io-1.6.0.crate 32282 BLAKE2B 
fdd46328b23d58058d4501f6a30e396302c36f9a8f91276e6b50b9ddd628a63b8af22e35b5efb4c7cd91cc6c823ffa2ecc492da525c1139f30c02004f0a5b0a7
 SHA512 
0451c6d53da593bc1753ab56c043d855d2642de5679265970ade0c63cef09268ac5b133100230637bf16506f475e322ffea2c85f8eaa3788a0bbe24ff7e671f5
+DIST async-lock-2.4.0.crate 16144 BLAKE2B 
0f1f798409576d079d8c41aadc74f7671d9a94454cfdef15e341004f13e529c08c15aafae003a80972115b6420d87a2efbcb1a82fca0756d51f072e4130d152b
 SHA512 
c3eade585da23e3aca17be6110290461bc2cb39b9fcca9c35d8ce71669883d8d1ca42fdca64686126dbf063f289b0142c508b7eb852babd702f2cebc4c4290da
+DIST async-recursion-0.3.2.crate 10774 BLAKE2B 
7b0305a794839f78acfa4abe2da3d3101f645463e5904e7fc6c15b4fca2ddc5ac94214ec998295230e904a5ca23a21bf2d63eb9d2ac586996fe9e3f2a9c97358
 SHA512 
cf87ee53655f496d604771732109d64ad10a9b2366351130db9e378ace941d03a7cbe770519703058a429f7893151cea4537302adf1bee6465ea2019f8a6f3bc
+DIST async-task-4.1.0.crate 28350 BLAKE2B 
815db3c52cb43c5233bd56e1b15883681c27fe48c5fc5ef957a2d2209dc4b8e0ad8df6e5ee126a9c4d7292ba64548312560197b96a3973ef3daa759aed5c9603
 SHA512 
0b0fdbe99f31076242860b282addf4c6663ff05763f7bcd5ef3aaaf3b610b7435f8858f9fc69403fe266844602de0a8613e4eab7de42713f730c7ca74ef79e8a
+DIST async-trait-0.1.52.crate 25913 BLAKE2B 
fed6b6688cf10c712597dd612d505aabca0953c825b45e2a63cdb0fdee231e70436b3a7a02a56eca34ef7c11951f52eb2d67740c5c7226ed4417df55745714c6
 SHA512 
1a17e3771d0f8ded921a561ce052f397e997c99599fbcd741a69b7f43ebc10476d412dd9cc18a096c791717ada71e8439ce38d0312d6aa59dd4c0c34b5465696
 DIST attohttpc-0.18.0.crate 61607 BLAKE2B 
441f8d8e37d2ae790f1ca491ae89f3a6a863a6242e72f6300c73b7b956416abceb0a3611edb479ed3fbcc4bb64db2fa7b61e38b3b31dd1f2698d30f1d23a6191
 SHA512 
eb47e8d2960542f7656e9e4f64e369fc04291557a691aef46924f44284a70a808be0ddfb9340d514051c8df8e2cdf25fc41e0d5df881f23219a29e014a18
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST 

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

2022-02-09 Thread Matthew Thode
commit: 7e123d9459e4af9c305df67d336621bf7fa09032
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 10 03:01:18 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Feb 10 03:02:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e123d94

apx p-crypt/certbot-nginx: 1.23.0 bump

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

 app-crypt/certbot-nginx/Manifest   |  1 +
 .../certbot-nginx/certbot-nginx-1.23.0.ebuild  | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index aef8f03379a4..e6e554036048 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1 +1,2 @@
 DIST certbot-1.22.0.tar.gz 1352714 BLAKE2B 
213dc08d3a88e0d20d6324c026a47eb96b9e45fbde41f79e37c2e62c655d7c6df01292e110d2e78ea085dfc62ef3c7b623279224029c9ae2a59e69c5c00054a5
 SHA512 
9a7a0d11e9fd5bd59b526a2cc5d0029b972e34a2bf41035c2d8ab535b93fc6d985ee8ea3dd5e50a7f4af80450135b739d1297245ad21b47b8362cddb03738932
+DIST certbot-1.23.0.tar.gz 1361107 BLAKE2B 
a1b1e029436eb32840d56ca815478df3774a30b69552c5f7a4ca18b054a49c8ce342fe7f7ffecfb6c0fb93338bb722d57e4537e1f142ab162bb8208575ee34be
 SHA512 
bb64139c6406e7c87571beb94d435e079368cbb249d96b522dab72a9529b3a825f9258aac70c5a582d58117c700da281fb43ed8369f40a236c0b7e6acb5237b0

diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.23.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-1.23.0.ebuild
new file mode 100644
index ..85fd0214055e
--- /dev/null
+++ b/app-crypt/certbot-nginx/certbot-nginx-1.23.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   
SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Nginx plugin for certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-17.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pyparsing-2.2.0[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



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

2022-02-09 Thread Matthew Thode
commit: d2f29f130f7cdc8e9cf684bfba853c072bf3d329
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 10 03:00:30 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Feb 10 03:02:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f29f13

app-crypt/certbot-apache: 1.23.0 bump

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

 app-crypt/certbot-apache/Manifest  |  1 +
 .../certbot-apache/certbot-apache-1.23.0.ebuild| 33 ++
 2 files changed, 34 insertions(+)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index aef8f03379a4..e6e554036048 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1 +1,2 @@
 DIST certbot-1.22.0.tar.gz 1352714 BLAKE2B 
213dc08d3a88e0d20d6324c026a47eb96b9e45fbde41f79e37c2e62c655d7c6df01292e110d2e78ea085dfc62ef3c7b623279224029c9ae2a59e69c5c00054a5
 SHA512 
9a7a0d11e9fd5bd59b526a2cc5d0029b972e34a2bf41035c2d8ab535b93fc6d985ee8ea3dd5e50a7f4af80450135b739d1297245ad21b47b8362cddb03738932
+DIST certbot-1.23.0.tar.gz 1361107 BLAKE2B 
a1b1e029436eb32840d56ca815478df3774a30b69552c5f7a4ca18b054a49c8ce342fe7f7ffecfb6c0fb93338bb722d57e4537e1f142ab162bb8208575ee34be
 SHA512 
bb64139c6406e7c87571beb94d435e079368cbb249d96b522dab72a9529b3a825f9258aac70c5a582d58117c700da281fb43ed8369f40a236c0b7e6acb5237b0

diff --git a/app-crypt/certbot-apache/certbot-apache-1.23.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-1.23.0.ebuild
new file mode 100644
index ..cf0c9621b1ae
--- /dev/null
+++ b/app-crypt/certbot-apache/certbot-apache-1.23.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/python-augeas[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



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

2022-02-09 Thread Matthew Thode
commit: c35c42d9c2b1a316120075fb3b1aeeb72b62e0fc
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 10 02:58:29 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Feb 10 03:02:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35c42d9

app-crypt/acme: acme-1.23.0 bump

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

 app-crypt/acme/Manifest | 1 +
 app-crypt/acme/{acme-.ebuild => acme-1.23.0.ebuild} | 4 ++--
 app-crypt/acme/acme-.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index aef8f03379a4..e6e554036048 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1 +1,2 @@
 DIST certbot-1.22.0.tar.gz 1352714 BLAKE2B 
213dc08d3a88e0d20d6324c026a47eb96b9e45fbde41f79e37c2e62c655d7c6df01292e110d2e78ea085dfc62ef3c7b623279224029c9ae2a59e69c5c00054a5
 SHA512 
9a7a0d11e9fd5bd59b526a2cc5d0029b972e34a2bf41035c2d8ab535b93fc6d985ee8ea3dd5e50a7f4af80450135b739d1297245ad21b47b8362cddb03738932
+DIST certbot-1.23.0.tar.gz 1361107 BLAKE2B 
a1b1e029436eb32840d56ca815478df3774a30b69552c5f7a4ca18b054a49c8ce342fe7f7ffecfb6c0fb93338bb722d57e4537e1f142ab162bb8208575ee34be
 SHA512 
bb64139c6406e7c87571beb94d435e079368cbb249d96b522dab72a9529b3a825f9258aac70c5a582d58117c700da281fb43ed8369f40a236c0b7e6acb5237b0

diff --git a/app-crypt/acme/acme-.ebuild b/app-crypt/acme/acme-1.23.0.ebuild
similarity index 92%
copy from app-crypt/acme/acme-.ebuild
copy to app-crypt/acme/acme-1.23.0.ebuild
index 7ff144bc4928..25d2c8f15342 100644
--- a/app-crypt/acme/acme-.ebuild
+++ b/app-crypt/acme/acme-1.23.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ SLOT="0"
 RDEPEND="
dev-python/chardet[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/josepy-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/josepy-1.10.0[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-17.3.0[${PYTHON_USEDEP}]
dev-python/pyrfc3339[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]

diff --git a/app-crypt/acme/acme-.ebuild b/app-crypt/acme/acme-.ebuild
index 7ff144bc4928..25d2c8f15342 100644
--- a/app-crypt/acme/acme-.ebuild
+++ b/app-crypt/acme/acme-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ SLOT="0"
 RDEPEND="
dev-python/chardet[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/josepy-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/josepy-1.10.0[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-17.3.0[${PYTHON_USEDEP}]
dev-python/pyrfc3339[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]



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

2022-02-09 Thread Matthew Thode
commit: ca4f4f9b3678322793391c3f10da881bfa03be83
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 10 02:59:49 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Feb 10 03:02:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4f4f9b

app-crypt/certbot: 1.23.0 bump

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

 app-crypt/certbot/Manifest  |  1 +
 app-crypt/certbot/certbot-1.23.0.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index aef8f03379a4..e6e554036048 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1 +1,2 @@
 DIST certbot-1.22.0.tar.gz 1352714 BLAKE2B 
213dc08d3a88e0d20d6324c026a47eb96b9e45fbde41f79e37c2e62c655d7c6df01292e110d2e78ea085dfc62ef3c7b623279224029c9ae2a59e69c5c00054a5
 SHA512 
9a7a0d11e9fd5bd59b526a2cc5d0029b972e34a2bf41035c2d8ab535b93fc6d985ee8ea3dd5e50a7f4af80450135b739d1297245ad21b47b8362cddb03738932
+DIST certbot-1.23.0.tar.gz 1361107 BLAKE2B 
a1b1e029436eb32840d56ca815478df3774a30b69552c5f7a4ca18b054a49c8ce342fe7f7ffecfb6c0fb93338bb722d57e4537e1f142ab162bb8208575ee34be
 SHA512 
bb64139c6406e7c87571beb94d435e079368cbb249d96b522dab72a9529b3a825f9258aac70c5a582d58117c700da281fb43ed8369f40a236c0b7e6acb5237b0

diff --git a/app-crypt/certbot/certbot-1.23.0.ebuild 
b/app-crypt/certbot/certbot-1.23.0.ebuild
new file mode 100644
index ..6b386aa4675a
--- /dev/null
+++ b/app-crypt/certbot/certbot-1.23.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+S=${WORKDIR}/${P}/${PN}
+
+inherit distutils-r1
+
+DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
+   >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/josepy-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/parsedatetime-2.4[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/sysbench/

2022-02-09 Thread Sam James
commit: 08adc3233b908b3e028edbfc81d868f81509a878
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 02:53:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 02:53:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08adc323

app-benchmarks/sysbench: go from -r1 -> r101 to avoid "downgrade"

Signed-off-by: Sam James  gentoo.org>

 .../sysbench/{sysbench-1.0.20-r1.ebuild => sysbench-1.0.20-r101.ebuild}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-benchmarks/sysbench/sysbench-1.0.20-r1.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild
similarity index 100%
rename from app-benchmarks/sysbench/sysbench-1.0.20-r1.ebuild
rename to app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild



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

2022-02-09 Thread Zac Medico
commit: f6c88e3fe2e538eb9854d74f1d5f2a46c5e91190
Author: Marcos Rodrigues Gonzalez  gmail  com>
AuthorDate: Thu Feb 10 02:11:53 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Feb 10 02:25:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c88e3f

dev-db/etcd: fix tmpfile permission for /var/lib

Closes: https://bugs.gentoo.org/761954
Closes: https://github.com/gentoo/gentoo/pull/24140
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marcos Rodrigues Gonzalez  gmail.com>
Signed-off-by: Zac Medico  gentoo.org>

 dev-db/etcd/files/etcd.tmpfiles.d.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/etcd/files/etcd.tmpfiles.d.conf 
b/dev-db/etcd/files/etcd.tmpfiles.d.conf
index 721e9c9161a3..b93ac987f287 100644
--- a/dev-db/etcd/files/etcd.tmpfiles.d.conf
+++ b/dev-db/etcd/files/etcd.tmpfiles.d.conf
@@ -1,2 +1,2 @@
-d/var/lib/etcd 0755 etcd etcd - -
+d/var/lib/etcd 0700 etcd etcd - -
 d/var/run/etcd 0755 etcd etcd - -



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2022-02-09 Thread Thomas Deutschmann
commit: 3929b7925d6255539ab40a9d76391c9a39458289
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Feb 10 01:59:01 2022 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Feb 10 02:01:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3929b792

sys-firmware/intel-microcode: bump

- New microcodes:

  sig 0x000906a2, pf_mask 0x80, 2022-01-02, rev 0x0315
  sig 0x000906a3, pf_mask 0x80, 2021-12-29, rev 0x0415
  sig 0x000906a4, pf_mask 0x80, 2021-12-29, rev 0x0415
  sig 0x000b0670, pf_mask 0x02, 2021-11-15, rev 0x0009

- Updated microcodes:

  sig 0x000206f0, pf_mask 0x05, 2010-06-30, rev 0x0004-> 2010-07-29, rev 
0x0005
  sig 0x000306f2, pf_mask 0x6f, 2021-01-27, rev 0x0046-> 2021-08-11, rev 
0x0049
  sig 0x000306f4, pf_mask 0x80, 2021-02-05, rev 0x0019-> 2021-05-24, rev 
0x001a
  sig 0x000406e3, pf_mask 0xc0, 2021-01-25, rev 0x00ea-> 2021-04-28, rev 
0x00ec
  sig 0x00050653, pf_mask 0x97, 2021-03-08, rev 0x100015b -> 2021-05-26, rev 
0x100015c
  sig 0x00050654, pf_mask 0xb7, 2021-03-08, rev 0x2006b06 -> 2021-06-16, rev 
0x2006c0a
  sig 0x00050656, pf_mask 0xbf, 2021-04-20, rev 0x4003103 -> 2021-08-13, rev 
0x400320a
  sig 0x00050657, pf_mask 0xbf, 2021-04-08, rev 0x5003103 -> 2021-08-13, rev 
0x500320a
  sig 0x0005065b, pf_mask 0xbf, 2021-04-23, rev 0x7002302 -> 2021-06-04, rev 
0x7002402
  sig 0x00050663, pf_mask 0x10, 2021-02-04, rev 0x71b -> 2021-06-12, rev 
0x71c
  sig 0x00050664, pf_mask 0x10, 2021-02-04, rev 0xf19 -> 2021-06-12, rev 
0xf1a
  sig 0x00050665, pf_mask 0x10, 2021-02-04, rev 0xe12 -> 2021-09-18, rev 
0xe14
  sig 0x000506c9, pf_mask 0x03, 2020-10-23, rev 0x0044-> 2021-05-10, rev 
0x0046
  sig 0x000506ca, pf_mask 0x03, 2020-10-23, rev 0x0020-> 2021-05-10, rev 
0x0024
  sig 0x000506e3, pf_mask 0x36, 2021-01-25, rev 0x00ea-> 2021-04-29, rev 
0x00ec
  sig 0x000506f1, pf_mask 0x01, 2020-10-23, rev 0x0034-> 2021-05-10, rev 
0x0036
  sig 0x000606a6, pf_mask 0x87, 2021-06-25, rev 0xd0002d0 -> 2021-12-03, rev 
0xd000331
  sig 0x000706a1, pf_mask 0x01, 2020-10-23, rev 0x0036-> 2021-05-10, rev 
0x0038
  sig 0x000706a8, pf_mask 0x01, 2020-10-23, rev 0x001a-> 2021-05-10, rev 
0x001c
  sig 0x000706e5, pf_mask 0x80, 2020-11-01, rev 0x00a6-> 2021-05-26, rev 
0x00a8
  sig 0x000806a1, pf_mask 0x10, 2020-11-06, rev 0x002a-> 2021-09-02, rev 
0x002d
  sig 0x000806c1, pf_mask 0x80, 2021-04-09, rev 0x008a-> 2021-10-26, rev 
0x009c
  sig 0x000806c2, pf_mask 0xc2, 2021-04-07, rev 0x0016-> 2021-07-16, rev 
0x0022
  sig 0x000806e9, pf_mask 0xc0, 2021-01-05, rev 0x00ea-> 2021-04-28, rev 
0x00ec
  sig 0x000806e9, pf_mask 0x10, 2021-01-05, rev 0x00ea-> 2021-04-28, rev 
0x00ec
  sig 0x000806ea, pf_mask 0xc0, 2021-01-06, rev 0x00ea-> 2021-04-28, rev 
0x00ec
  sig 0x000806eb, pf_mask 0xd0, 2021-01-05, rev 0x00ea-> 2021-04-28, rev 
0x00ec
  sig 0x000806ec, pf_mask 0x94, 2021-01-05, rev 0x00ea-> 2021-04-28, rev 
0x00ec
  sig 0x00090661, pf_mask 0x01, 2021-02-04, rev 0x0011-> 2021-09-21, rev 
0x0015
  sig 0x00090671, pf_mask 0x82, 2021-05-05, rev 0x001a-> 2021-06-14, rev 
0x001c
  sig 0x00090672, pf_mask 0x03, 2021-08-16, rev 0x000d-> 2022-01-03, rev 
0x001a
  sig 0x00090675, pf_mask 0x03, 2021-08-16, rev 0x000d-> 2022-01-03, rev 
0x001a
  sig 0x000906a0, pf_mask 0x82, 2021-05-05, rev 0x001a-> 2021-06-14, rev 
0x001c
  sig 0x000906c0, pf_mask 0x01, 2021-03-23, rev 0x001d-> 2021-08-09, rev 
0x241f
  sig 0x000906e9, pf_mask 0x2a, 2021-01-05, rev 0x00ea-> 2021-04-29, rev 
0x00ec
  sig 0x000906ea, pf_mask 0x22, 2021-01-05, rev 0x00ea-> 2021-04-28, rev 
0x00ec
  sig 0x000906eb, pf_mask 0x02, 2021-01-05, rev 0x00ea-> 2021-04-28, rev 
0x00ec
  sig 0x000906ec, pf_mask 0x22, 2021-01-05, rev 0x00ea-> 2021-04-28, rev 
0x00ec
  sig 0x000906ed, pf_mask 0x22, 2021-01-05, rev 0x00ea-> 2021-04-28, rev 
0x00ec
  sig 0x000a0652, pf_mask 0x20, 2021-02-07, rev 0x00ea-> 2021-04-28, rev 
0x00ec
  sig 0x000a0653, pf_mask 0x22, 2021-03-08, rev 0x00ea-> 2021-04-28, rev 
0x00ec
  sig 0x000a0655, pf_mask 0x22, 2021-03-08, rev 0x00ec-> 2021-04-28, rev 
0x00ee
  sig 0x000a0660, pf_mask 0x80, 2020-12-08, rev 0x00e8-> 2021-04-28, rev 
0x00ea
  sig 0x000a0661, pf_mask 0x80, 2021-02-07, rev 0x00ea-> 2021-04-29, rev 
0x00ec
  sig 0x000a0671, pf_mask 0x02, 2021-04-11, rev 0x0040-> 2021-08-29, rev 
0x0050

Bug: https://bugs.gentoo.org/832985
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-firmware/intel-microcode/Manifest  |   2 +
 .../intel-microcode-20220207_p20220207.ebuild  | 262 +
 2 files changed, 264 insertions(+)

diff --git a/sys-firmware/intel-microcode/Manifest 
b/sys-firmware/intel-microcode/Manifest
index 9c39469a906a..1713042146b2 100644
--- a/sys-firmware/intel-microcode/Manifest
+++ b/sys-firmware/intel-microcode/Manifest
@@ -3,7 

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

2022-02-09 Thread Sam James
commit: b2308dcbf5af8997a95e9a00916ec4d2d6044785
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:45:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:45:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2308dcb

dev-lua/luafilesystem: go from -r1 -> r101 to avoid "downgrade"

Signed-off-by: Sam James  gentoo.org>

 .../{luafilesystem-1.8.0-r1.ebuild => luafilesystem-1.8.0-r101.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-lua/luafilesystem/luafilesystem-1.8.0-r1.ebuild 
b/dev-lua/luafilesystem/luafilesystem-1.8.0-r101.ebuild
similarity index 100%
rename from dev-lua/luafilesystem/luafilesystem-1.8.0-r1.ebuild
rename to dev-lua/luafilesystem/luafilesystem-1.8.0-r101.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/

2022-02-09 Thread Sam James
commit: d249d3ae246bad43a7f40dee434343ff360a52dc
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:42:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:42:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d249d3ae

app-arch/libarchive: Stabilize 3.5.3 ppc, #832897

Signed-off-by: Sam James  gentoo.org>

 app-arch/libarchive/libarchive-3.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/libarchive/libarchive-3.5.3.ebuild 
b/app-arch/libarchive/libarchive-3.5.3.ebuild
index da9dbbc8a42f..00ac8bc4a6ba 100644
--- a/app-arch/libarchive/libarchive-3.5.3.ebuild
+++ b/app-arch/libarchive/libarchive-3.5.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz;
 
 LICENSE="BSD BSD-2 BSD-4 public-domain"
 SLOT="0/13"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl blake2 +bzip2 +e2fsprogs expat +iconv lz4 +lzma lzo nettle 
static-libs xattr +zlib zstd"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/

2022-02-09 Thread Sam James
commit: 81f6af89850a58c4782ea906085dd0b0304e90fd
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:42:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:42:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f6af89

sci-astronomy/stellarium: Stabilize 0.21.3 ppc64, #832728

Signed-off-by: Sam James  gentoo.org>

 sci-astronomy/stellarium/stellarium-0.21.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/stellarium/stellarium-0.21.3.ebuild 
b/sci-astronomy/stellarium/stellarium-0.21.3.ebuild
index bb164e7994ac..8fe00582a797 100644
--- a/sci-astronomy/stellarium/stellarium-0.21.3.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.21.3.ebuild
@@ -27,7 +27,7 @@ SRC_URI="
 
 LICENSE="GPL-2+ SGI-B-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~ppc ppc64 ~riscv x86"
 IUSE="debug deep-sky doc gps media nls stars telescope test webengine"
 
 # Python interpreter is used while building RemoteControl plugin



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/

2022-02-09 Thread Sam James
commit: 3c7e19fcd8327fc645afb1eed5355e6cbee914fe
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:42:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:42:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7e19fc

sci-astronomy/stellarium: Stabilize 0.21.3 ppc, #832728

Signed-off-by: Sam James  gentoo.org>

 sci-astronomy/stellarium/stellarium-0.21.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/stellarium/stellarium-0.21.3.ebuild 
b/sci-astronomy/stellarium/stellarium-0.21.3.ebuild
index 8fe00582a797..30d58b14eedc 100644
--- a/sci-astronomy/stellarium/stellarium-0.21.3.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.21.3.ebuild
@@ -27,7 +27,7 @@ SRC_URI="
 
 LICENSE="GPL-2+ SGI-B-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv x86"
 IUSE="debug deep-sky doc gps media nls stars telescope test webengine"
 
 # Python interpreter is used while building RemoteControl plugin



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/oxygen-icons/

2022-02-09 Thread Sam James
commit: f03c39d85066941a884f5115f25b41923a49c243
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03c39d8

kde-frameworks/oxygen-icons: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/oxygen-icons/oxygen-icons-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-5.90.0.ebuild 
b/kde-frameworks/oxygen-icons/oxygen-icons-5.90.0.ebuild
index 0a0d03fb248e..3734d92545f0 100644
--- a/kde-frameworks/oxygen-icons/oxygen-icons-5.90.0.ebuild
+++ b/kde-frameworks/oxygen-icons/oxygen-icons-5.90.0.ebuild
@@ -11,7 +11,7 @@ inherit cmake kde.org xdg-utils
 DESCRIPTION="Oxygen SVG icon theme"
 
 LICENSE="LGPL-3"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-02-09 Thread Sam James
commit: 8006bd9b6d224bd8e961d895d802039671b72972
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8006bd9b

kde-frameworks/purpose: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/purpose/purpose-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.90.0.ebuild 
b/kde-frameworks/purpose/purpose-5.90.0.ebuild
index 9c347b25d1ea..13e4232ba16b 100644
--- a/kde-frameworks/purpose/purpose-5.90.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.90.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



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

2022-02-09 Thread Sam James
commit: 1ea176ffcfeb9ed695b5c7b91a21a32a7d53b60d
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea176ff

dev-libs/kuserfeedback: Stabilize 1.0.0-r1 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 dev-libs/kuserfeedback/kuserfeedback-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kuserfeedback/kuserfeedback-1.0.0-r1.ebuild 
b/dev-libs/kuserfeedback/kuserfeedback-1.0.0-r1.ebuild
index d1627f153240..d3d0eb2f85e9 100644
--- a/dev-libs/kuserfeedback/kuserfeedback-1.0.0-r1.ebuild
+++ b/dev-libs/kuserfeedback/kuserfeedback-1.0.0-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Framework to collect user feedback for 
applications via telemetry a
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 fi
 LICENSE="MIT"
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/prison/

2022-02-09 Thread Sam James
commit: 820acf5aa7ceb8f58037a43f530738a4e6b59c5f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820acf5a

kde-frameworks/prison: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/prison/prison-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/prison/prison-5.90.0.ebuild 
b/kde-frameworks/prison/prison-5.90.0.ebuild
index f6de9ffb2296..85d182986a79 100644
--- a/kde-frameworks/prison/prison-5.90.0.ebuild
+++ b/kde-frameworks/prison/prison-5.90.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="QRCode and data matrix barcode library"
 HOMEPAGE="https://invent.kde.org/frameworks/prison;
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="qml"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/qqc2-desktop-style/

2022-02-09 Thread Sam James
commit: 4889cb1d1936be2ad3d5c7649ad86bd7d398f3b9
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4889cb1d

kde-frameworks/qqc2-desktop-style: Stabilize 5.90.0-r1 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.90.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.90.0-r1.ebuild 
b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.90.0-r1.ebuild
index e3a4a574dbbd..aca379beec2f 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.90.0-r1.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.90.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for 
painting"
 
 LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/plasma/

2022-02-09 Thread Sam James
commit: b595a844858584628f4dda51cbe6177917b56cfa
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b595a844

kde-frameworks/plasma: Stabilize 5.90.0-r1 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/plasma/plasma-5.90.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/plasma/plasma-5.90.0-r1.ebuild 
b/kde-frameworks/plasma/plasma-5.90.0-r1.ebuild
index 9261e370d653..df38b8e9aa83 100644
--- a/kde-frameworks/plasma/plasma-5.90.0-r1.ebuild
+++ b/kde-frameworks/plasma/plasma-5.90.0-r1.ebuild
@@ -12,7 +12,7 @@ inherit ecm kde.org
 DESCRIPTION="Plasma framework"
 
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="gles2-only man wayland X"
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/networkmanager-qt/

2022-02-09 Thread Sam James
commit: 58b477781a1ff2696922af704bed6d8f31eb6b42
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b47778

kde-frameworks/networkmanager-qt: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/networkmanager-qt/networkmanager-qt-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/networkmanager-qt/networkmanager-qt-5.90.0.ebuild 
b/kde-frameworks/networkmanager-qt/networkmanager-qt-5.90.0.ebuild
index c2dfd4fed6de..e562bdd30c13 100644
--- a/kde-frameworks/networkmanager-qt/networkmanager-qt-5.90.0.ebuild
+++ b/kde-frameworks/networkmanager-qt/networkmanager-qt-5.90.0.ebuild
@@ -9,7 +9,7 @@ inherit ecm kde.org
 DESCRIPTION="NetworkManager bindings for Qt"
 
 LICENSE="LGPL-2"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="teamd"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/modemmanager-qt/

2022-02-09 Thread Sam James
commit: b8f78ddfb5fe0e6dac55924c6980d87211235c1f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f78ddf

kde-frameworks/modemmanager-qt: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/modemmanager-qt/modemmanager-qt-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/modemmanager-qt/modemmanager-qt-5.90.0.ebuild 
b/kde-frameworks/modemmanager-qt/modemmanager-qt-5.90.0.ebuild
index bd4777ff1444..d97b603d16e6 100644
--- a/kde-frameworks/modemmanager-qt/modemmanager-qt-5.90.0.ebuild
+++ b/kde-frameworks/modemmanager-qt/modemmanager-qt-5.90.0.ebuild
@@ -9,7 +9,7 @@ inherit ecm kde.org
 
 DESCRIPTION="ModemManager bindings for Qt"
 LICENSE="LGPL-2"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexteditor/

2022-02-09 Thread Sam James
commit: ad1748a8db2fb5ef2f131d6c546dfee63a40f8ea
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1748a8

kde-frameworks/ktexteditor: Stabilize 5.90.0-r2 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/ktexteditor/ktexteditor-5.90.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.90.0-r2.ebuild 
b/kde-frameworks/ktexteditor/ktexteditor-5.90.0-r2.ebuild
index 77b77ea45f4d..3c7a77ac1c3a 100644
--- a/kde-frameworks/ktexteditor/ktexteditor-5.90.0-r2.ebuild
+++ b/kde-frameworks/ktexteditor/ktexteditor-5.90.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 DESCRIPTION="Framework providing a full text editor component"
 
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="+editorconfig"
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/syntax-highlighting/

2022-02-09 Thread Sam James
commit: 1871eec83c686a4f42cc8b7f2b4f8ff8c7955769
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1871eec8

kde-frameworks/syntax-highlighting: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/syntax-highlighting/syntax-highlighting-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.90.0.ebuild 
b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.90.0.ebuild
index 85ecb476f14d..68af84a4b200 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.90.0.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.90.0.ebuild
@@ -9,7 +9,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for syntax highlighting"
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="nls"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpeople/

2022-02-09 Thread Sam James
commit: 663d7e6868ac111a80b3cf85918674b85f1b6da9
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:39:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:39:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663d7e68

kde-frameworks/kpeople: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/kpeople/kpeople-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kpeople/kpeople-5.90.0.ebuild 
b/kde-frameworks/kpeople/kpeople-5.90.0.ebuild
index b27d5075d3d8..0f18a70e9754 100644
--- a/kde-frameworks/kpeople/kpeople-5.90.0.ebuild
+++ b/kde-frameworks/kpeople/kpeople-5.90.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="KDE contact person abstraction library"
 HOMEPAGE="https://invent.kde.org/frameworks/kpeople;
 
 LICENSE="LGPL-2.1"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/threadweaver/

2022-02-09 Thread Sam James
commit: eee6633f337b896e24ced5d20048dd2c184646b0
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee6633f

kde-frameworks/threadweaver: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/threadweaver/threadweaver-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/threadweaver/threadweaver-5.90.0.ebuild 
b/kde-frameworks/threadweaver/threadweaver-5.90.0.ebuild
index d5e999c7008c..473beaaf69a7 100644
--- a/kde-frameworks/threadweaver/threadweaver-5.90.0.ebuild
+++ b/kde-frameworks/threadweaver/threadweaver-5.90.0.ebuild
@@ -7,7 +7,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for managing threads using job and queue-based 
interfaces"
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/krunner/

2022-02-09 Thread Sam James
commit: 47fbf72668db5902eb13677f76ad0eafe241ac71
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47fbf726

kde-frameworks/krunner: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/krunner/krunner-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/krunner/krunner-5.90.0.ebuild 
b/kde-frameworks/krunner/krunner-5.90.0.ebuild
index 55cae2c19cba..2d41cc747458 100644
--- a/kde-frameworks/krunner/krunner-5.90.0.ebuild
+++ b/kde-frameworks/krunner/krunner-5.90.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 DESCRIPTION="Framework for providing different actions given a string query"
 
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="activities"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kquickcharts/

2022-02-09 Thread Sam James
commit: 1ac616fc568d8988809ca16c40450abc8729dbc6
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac616fc

kde-frameworks/kquickcharts: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/kquickcharts/kquickcharts-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kquickcharts/kquickcharts-5.90.0.ebuild 
b/kde-frameworks/kquickcharts/kquickcharts-5.90.0.ebuild
index 6fe8249c884e..1d3714eb7236 100644
--- a/kde-frameworks/kquickcharts/kquickcharts-5.90.0.ebuild
+++ b/kde-frameworks/kquickcharts/kquickcharts-5.90.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="QtQuick plugin providing high-performance charts"
 HOMEPAGE="https://invent.kde.org/frameworks/kquickcharts;
 
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwayland/

2022-02-09 Thread Sam James
commit: a23c680afb6c0ce71440d534731f98cd0d50a3e7
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23c680a

kde-frameworks/kwayland: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/kwayland/kwayland-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kwayland/kwayland-5.90.0.ebuild 
b/kde-frameworks/kwayland/kwayland-5.90.0.ebuild
index b4d27120216c..237a910cc1ec 100644
--- a/kde-frameworks/kwayland/kwayland-5.90.0.ebuild
+++ b/kde-frameworks/kwayland/kwayland-5.90.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Qt-style client and server library wrapper for 
Wayland libraries"
 HOMEPAGE="https://invent.kde.org/frameworks/kwayland;
 
 LICENSE="LGPL-2.1"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 # All failing, I guess we need a virtual wayland server



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/khtml/

2022-02-09 Thread Sam James
commit: 8647ed83320942ea433d6f07ed4dec2aea897083
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:39:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:39:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8647ed83

kde-frameworks/khtml: Stabilize 5.90.0-r1 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/khtml/khtml-5.90.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/khtml/khtml-5.90.0-r1.ebuild 
b/kde-frameworks/khtml/khtml-5.90.0-r1.ebuild
index 8a7d4ba34885..783d1f0dab39 100644
--- a/kde-frameworks/khtml/khtml-5.90.0-r1.ebuild
+++ b/kde-frameworks/khtml/khtml-5.90.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 
 DESCRIPTION="KHTML web rendering engine"
 LICENSE="LGPL-2"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="X"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifyconfig/

2022-02-09 Thread Sam James
commit: 76e2780b92acfdcde5d2b6506c5f2099ef62e6a5
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:39:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:39:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e2780b

kde-frameworks/knotifyconfig: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/knotifyconfig/knotifyconfig-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.90.0.ebuild 
b/kde-frameworks/knotifyconfig/knotifyconfig-5.90.0.ebuild
index b6fbfc277168..cbc3be0dc226 100644
--- a/kde-frameworks/knotifyconfig/knotifyconfig-5.90.0.ebuild
+++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.90.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for configuring desktop notifications"
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="phonon"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/plasma-wayland-protocols/

2022-02-09 Thread Sam James
commit: b98603df238d31ca9f0a25c5cf59a37158e74bd2
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98603df

dev-libs/plasma-wayland-protocols: Stabilize 1.6.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.6.0.ebuild 
b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.6.0.ebuild
index 1da224914e35..b1c7475188e5 100644
--- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.6.0.ebuild
+++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.6.0.ebuild
@@ -12,7 +12,7 @@ 
HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kross/

2022-02-09 Thread Sam James
commit: a6be1f7fafefac2bad2547419be1c410e7da8edb
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6be1f7f

kde-frameworks/kross: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/kross/kross-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kross/kross-5.90.0.ebuild 
b/kde-frameworks/kross/kross-5.90.0.ebuild
index 8444fbd89273..132836cf1309 100644
--- a/kde-frameworks/kross/kross-5.90.0.ebuild
+++ b/kde-frameworks/kross/kross-5.90.0.ebuild
@@ -12,7 +12,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for embedding scripting into applications"
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kplotting/

2022-02-09 Thread Sam James
commit: f443b551afc87033c24206722610f8c872c40a3d
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:39:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:39:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f443b551

kde-frameworks/kplotting: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/kplotting/kplotting-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kplotting/kplotting-5.90.0.ebuild 
b/kde-frameworks/kplotting/kplotting-5.90.0.ebuild
index 1dd87723b597..0368139619d7 100644
--- a/kde-frameworks/kplotting/kplotting-5.90.0.ebuild
+++ b/kde-frameworks/kplotting/kplotting-5.90.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework providing easy data-plotting functions"
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kjs/

2022-02-09 Thread Sam James
commit: 921691734cf8486f6bb4f13108804a580da41d1f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:39:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:39:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92169173

kde-frameworks/kjs: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/kjs/kjs-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kjs/kjs-5.90.0.ebuild 
b/kde-frameworks/kjs/kjs-5.90.0.ebuild
index f73decee201e..6eafc0d00ddb 100644
--- a/kde-frameworks/kjs/kjs-5.90.0.ebuild
+++ b/kde-frameworks/kjs/kjs-5.90.0.ebuild
@@ -9,7 +9,7 @@ inherit ecm kde.org
 
 DESCRIPTION="ECMAScipt compatible parser and engine"
 LICENSE="BSD-2 LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdesu/

2022-02-09 Thread Sam James
commit: d4944be8c223c3883e085bf62eb78691f526aaef
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:39:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:39:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4944be8

kde-frameworks/kdesu: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/kdesu/kdesu-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kdesu/kdesu-5.90.0.ebuild 
b/kde-frameworks/kdesu/kdesu-5.90.0.ebuild
index 1ef852f29f5f..1d1175e1cf7f 100644
--- a/kde-frameworks/kdesu/kdesu-5.90.0.ebuild
+++ b/kde-frameworks/kdesu/kdesu-5.90.0.ebuild
@@ -9,7 +9,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework to handle super user actions"
 LICENSE="LGPL-2"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kholidays/

2022-02-09 Thread Sam James
commit: f69ff5138d551eb6fc96139684b1fc814d33b9b6
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:39:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:39:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69ff513

kde-frameworks/kholidays: Stabilize 5.90.0-r1 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/kholidays/kholidays-5.90.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kholidays/kholidays-5.90.0-r1.ebuild 
b/kde-frameworks/kholidays/kholidays-5.90.0-r1.ebuild
index 80de338a6d56..503c030791ba 100644
--- a/kde-frameworks/kholidays/kholidays-5.90.0-r1.ebuild
+++ b/kde-frameworks/kholidays/kholidays-5.90.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Library to determine holidays and other special events for a 
geographical region"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kimageformats/

2022-02-09 Thread Sam James
commit: c64e69f1b46aed6497a2385e71c74349ffc6e483
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:39:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:39:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c64e69f1

kde-frameworks/kimageformats: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/kimageformats/kimageformats-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kimageformats/kimageformats-5.90.0.ebuild 
b/kde-frameworks/kimageformats/kimageformats-5.90.0.ebuild
index 9c01a4fb3783..eb80c2046adc 100644
--- a/kde-frameworks/kimageformats/kimageformats-5.90.0.ebuild
+++ b/kde-frameworks/kimageformats/kimageformats-5.90.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework providing additional format plugins for Qt's image I/O 
system"
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="avif eps heif openexr"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdnssd/

2022-02-09 Thread Sam James
commit: e67b5dc3b484bd791349c57a11ff701599b56686
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:39:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:39:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67b5dc3

kde-frameworks/kdnssd: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/kdnssd/kdnssd-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kdnssd/kdnssd-5.90.0.ebuild 
b/kde-frameworks/kdnssd/kdnssd-5.90.0.ebuild
index ef3850908864..229be47342ae 100644
--- a/kde-frameworks/kdnssd/kdnssd-5.90.0.ebuild
+++ b/kde-frameworks/kdnssd/kdnssd-5.90.0.ebuild
@@ -8,7 +8,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for network service discovery using Zeroconf"
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="nls zeroconf"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/files/, www-client/firefox/

2022-02-09 Thread Piotr Karbowski
commit: 2ecd527b97c3966044d4828ac44cfcbc882ad789
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Wed Feb  9 23:19:27 2022 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Wed Feb  9 23:20:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ecd527b

www-client/firefox: 97.0: stub pip check.

Closes: https://bugs.gentoo.org/828999
Signed-off-by: Piotr Karbowski  gentoo.org>

 www-client/firefox/files/firefox-skip-pip-check.patch | 14 ++
 www-client/firefox/firefox-97.0.ebuild|  3 +++
 2 files changed, 17 insertions(+)

diff --git a/www-client/firefox/files/firefox-skip-pip-check.patch 
b/www-client/firefox/files/firefox-skip-pip-check.patch
new file mode 100644
index ..dba1056baf94
--- /dev/null
+++ b/www-client/firefox/files/firefox-skip-pip-check.patch
@@ -0,0 +1,14 @@
+diff --git a/python/mach/mach/site.py b/python/mach/mach/site.py
+index 8fef9bfaf8..61c3101c11 100644
+--- a/python/mach/mach/site.py
 b/python/mach/mach/site.py
+@@ -940,6 +940,9 @@ def _assert_pip_check(topsrcdir, pthfile_lines, 
virtualenv_name):
+ If there's an incompatibility, raise an exception and allow it to bubble 
up since
+ it will require user intervention to resolve.
+ """
++
++return True
++
+ if os.environ.get(
+ 
f"MACH_SYSTEM_ASSERTED_COMPATIBLE_WITH_{virtualenv_name.upper()}_SITE", None
+ ):

diff --git a/www-client/firefox/firefox-97.0.ebuild 
b/www-client/firefox/firefox-97.0.ebuild
index 065a1f5c089e..1e4506d759ef 100644
--- a/www-client/firefox/firefox-97.0.ebuild
+++ b/www-client/firefox/firefox-97.0.ebuild
@@ -579,6 +579,9 @@ src_unpack() {
 }
 
 src_prepare() {
+   # Don't run pip check on the host that builds firefox.
+   eapply "${FILESDIR}"/firefox-skip-pip-check.patch
+
use lto && rm -v 
"${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch
eapply "${WORKDIR}/firefox-patches"
 



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/racket/

2022-02-09 Thread Maciej Barć
commit: 901b921d513b094f03aa99b22026ca26c7a05407
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Feb  9 23:15:44 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Feb  9 23:16:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901b921d

dev-scheme/racket: bump to 8.4

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Maciej Barć  gentoo.org>

 dev-scheme/racket/Manifest  |   2 +
 dev-scheme/racket/racket-8.4.ebuild | 162 
 2 files changed, 164 insertions(+)

diff --git a/dev-scheme/racket/Manifest b/dev-scheme/racket/Manifest
index faf44781e93f..6d163a423dc0 100644
--- a/dev-scheme/racket/Manifest
+++ b/dev-scheme/racket/Manifest
@@ -1,4 +1,6 @@
 DIST racket-8.2-src-builtpkgs.tgz 150467561 BLAKE2B 
5005aa852b089becd9d6da136a55a035ac5fd86bd1ad186ec30cdcf411927d444e1814797d63dbde3eb7b52bba7756e0464edf1d854d2ee7f5851caaae18ba55
 SHA512 
9e4c0cabfcbdb8c8742e8170548bee58021697e8b0842f575f94193db31adc04a7b9023ed8fd70dae197e5ec6f1aee7985d849be3ce5b4279f216e900ee143c7
 DIST racket-8.3-src-builtpkgs.tgz 150608486 BLAKE2B 
f002934c07afab4152ad8395c4ab5c6c87ef810f5cf79cf5ae0b41f4caa4508e0044f4246812513def14130d507af57aa61efaff8106eaeac0b86918bd775902
 SHA512 
7c340f65d221343beb2b4205cdc58648bd65dceabdb16f40cda425474faa905f4dd441193dc6cd4856f7863fb83834721394d6888027db356f830eceb127dbae
+DIST racket-8.4-src-builtpkgs.tgz 151809822 BLAKE2B 
c42f7943975a6f91a03ef0f668d218571dfc4159eac5a5722b9513b978413a9617b4e1bf3ccabef051014311ecf51fdc80d7563942e9e645c442ddfc4995a308
 SHA512 
afd9f357673a28ac5e4529ea0879a4edc3dbffc5b8627aa3553f1caf867be3296b94620dc2d86b8bb3f0c7ec7743d0057ce897c5caa705e02f2cc469ce4c7116
 DIST racket-minimal-8.2-src-builtpkgs.tgz 21187959 BLAKE2B 
0f62a900e71ee101fa3acf0985b0a72215ac657285c5ce9e4f5f49189180b82dcca94ded9778b7ba92a42919f17b1dc24eec07e13c64c77e47fc958614d7dc0a
 SHA512 
04950703fa73cdbbb10c234d57c89e70db6076b42d4a74ddb8cace9e0438b9a1431f7317baf31d667368ad75ae19e4eecec39667ba0c5b08a3580f8cc81f4f5e
 DIST racket-minimal-8.3-src-builtpkgs.tgz 21212037 BLAKE2B 
76a742efe7ba2c44eb935d4852c20be355ccff9b935b39226ef1935184b0a9179ef6ca2ac0a64f3c7a6ae4a0082117a12c668d7804a0b73b9f1a391eaba61994
 SHA512 
3cab4a24cab5c1ac107c8aead2ada6fa3ec7d7aa122716c78af584f055dadf89497168e95b36d99115ecd1a1905dc1ec51774dd2c8099198ec7d6aa9d380039d
+DIST racket-minimal-8.4-src-builtpkgs.tgz 21279666 BLAKE2B 
25d5eb405cedaa9cadfa776c4dd66b87f1641c86b638110f1a3a788465aaf573f5f8054e1e6913e6c0123840a1a2f64d5855db5f52acace3475b91d095272a76
 SHA512 
92433c08508cfb1bdb9093e5c7c726630826e9046de02fcb3d402f3dd76aa98fc2d9a5d09515d44e7a50eab0e38d963d2202f48a44741c3cf7fe8e47d9404e63

diff --git a/dev-scheme/racket/racket-8.4.ebuild 
b/dev-scheme/racket/racket-8.4.ebuild
new file mode 100644
index ..ba7263a23ea8
--- /dev/null
+++ b/dev-scheme/racket/racket-8.4.ebuild
@@ -0,0 +1,162 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop optfeature readme.gentoo-r1
+
+DESCRIPTION="General purpose, multi-paradigm Lisp-Scheme programming language"
+HOMEPAGE="https://racket-lang.org/;
+SRC_URI="
+   minimal? ( 
https://download.racket-lang.org/installers/${PV}/${PN}-minimal-${PV}-src-builtpkgs.tgz
 )
+   !minimal? ( 
https://download.racket-lang.org/installers/${PV}/${P}-src-builtpkgs.tgz )
+"
+S="${WORKDIR}/${P}/src"
+
+# See 
https://blog.racket-lang.org/2019/11/completing-racket-s-relicensing-effort.html
+LICENSE="
+   || ( MIT Apache-2.0 )
+   chez? ( Apache-2.0 )
+   !chez? ( LGPL-3 )
+"
+# Bytecode generated by Racket is not compatible between versions.
+# The bytecode version should be denoted by SLOT, in most cases
+# PV == SLOT but this has to be checked carefully and in cases
+# where we use _p, _pre, etc it will have to be set manually.
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="+chez +doc +futures +jit minimal +places +threads"
+# See bug #809785 re chez/threads
+REQUIRED_USE="chez? ( futures places ) futures? ( jit threads ) places? ( 
threads )"
+
+DEPEND="
+   !dev-tex/slatex
+   dev-db/sqlite:3
+   dev-libs/libffi:=
+"
+RDEPEND="${DEPEND}"
+
+# "mred" and "mzscheme" are binaries generated by Racket, not CC
+QA_FLAGS_IGNORED="usr/bin/mred usr/bin/mzscheme"
+
+DOC_CONTENTS="
+If you wish to use sys-libs/readline instead of dev-libs/libedit
+for readline-like features in the Racket's REPL you can install
+the package 'readline-gpl' using raco, Racket's package manager
+https://pkgs.racket-lang.org/package/readline-gpl
+"
+
+# Package database files (for pkg_preinst & pkg_config)
+PKGDB=(
+   /usr/share/racket/info-cache.rktd
+   /usr/share/racket/links.rktd
+   /usr/share/racket/pkgs/pkgs.rktd
+)
+
+src_prepare() {
+   # Prepare the environment
+   unset PLTADDONDIR PLTCOLLECTS PLTCONFIGDIR PLTUSERHOME
+
+   default
+
+   # Remove bundled libffi
+ 

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

2022-02-09 Thread Conrad Kostecki
commit: fc3457f9cfaf84e8e2726d28c027eede0bdc52b2
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Jan 12 19:11:18 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 23:04:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3457f9

net-analyzer/net-snmp: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/23760
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../net-snmp/files/net-snmp-5.9-r3-f2fs.patch  | 40 --
 1 file changed, 40 deletions(-)

diff --git a/net-analyzer/net-snmp/files/net-snmp-5.9-r3-f2fs.patch 
b/net-analyzer/net-snmp/files/net-snmp-5.9-r3-f2fs.patch
deleted file mode 100644
index c06c94ff7ace..
--- a/net-analyzer/net-snmp/files/net-snmp-5.9-r3-f2fs.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-https://bugs.gentoo.org/729224
-https://github.com/net-snmp/net-snmp/commit/5a18e300bd085c6ba5967d7b00cc3f57fe83f665
-
-From 5a18e300bd085c6ba5967d7b00cc3f57fe83f665 Mon Sep 17 00:00:00 2001
-From: Bart Van Assche 
-Date: Thu, 8 Oct 2020 20:12:44 -0700
-Subject: [PATCH] HOST-RESOURCES-MIB: Add support for f2fs
-
-See also https://github.com/net-snmp/net-snmp/issues/111 .

- agent/mibgroup/hardware/fsys/fsys_mntent.c | 1 +
- agent/mibgroup/hardware/fsys/mnttypes.h| 3 +++
- 2 files changed, 4 insertions(+)
-
-diff --git a/agent/mibgroup/hardware/fsys/fsys_mntent.c 
b/agent/mibgroup/hardware/fsys/fsys_mntent.c
-index abdc63ed6..75e2782f7 100644
 a/agent/mibgroup/hardware/fsys/fsys_mntent.c
-+++ b/agent/mibgroup/hardware/fsys/fsys_mntent.c
-@@ -146,6 +146,7 @@ _fsys_type( char *typename )
-   !strcmp(typename, MNTTYPE_CVFS) ||
-   !strcmp(typename, MNTTYPE_SIMFS) ||
-   !strcmp(typename, MNTTYPE_BTRFS) ||
-+  !strcmp(typename, MNTTYPE_F2FS) ||
-   !strcmp(typename, MNTTYPE_ZFS) ||
-   !strcmp(typename, MNTTYPE_NVMFS) ||
-   !strcmp(typename, MNTTYPE_ACFS) ||
-diff --git a/agent/mibgroup/hardware/fsys/mnttypes.h 
b/agent/mibgroup/hardware/fsys/mnttypes.h
-index cda42420d..3540cf31b 100644
 a/agent/mibgroup/hardware/fsys/mnttypes.h
-+++ b/agent/mibgroup/hardware/fsys/mnttypes.h
-@@ -154,6 +154,9 @@
- #ifndef MNTTYPE_BTRFS
- #define MNTTYPE_BTRFS "btrfs"
- #endif
-+#ifndef MNTTYPE_F2FS
-+#define MNTTYPE_F2FS  "f2fs"
-+#endif
- #ifndef MNTTYPE_ZFS
- #define MNTTYPE_ZFS   "zfs"
- #endif



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

2022-02-09 Thread Conrad Kostecki
commit: 496d88d62d2ff25b17532dedd99c17a20c4b5619
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Jan 12 19:08:22 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 23:05:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496d88d6

media-video/pipewire: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/23759
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../pipewire-0.3.36-non-systemd-integration.patch | 19 ---
 1 file changed, 19 deletions(-)

diff --git 
a/media-video/pipewire/files/pipewire-0.3.36-non-systemd-integration.patch 
b/media-video/pipewire/files/pipewire-0.3.36-non-systemd-integration.patch
deleted file mode 100644
index b8d3271eecdd..
--- a/media-video/pipewire/files/pipewire-0.3.36-non-systemd-integration.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in
-index 648e13069..d985208b4 100644
 a/src/daemon/pipewire.conf.in
-+++ b/src/daemon/pipewire.conf.in
-@@ -235,12 +235,12 @@ context.exec = [
- # but it is better to start it as a systemd service.
- # Run the session manager with -h for options.
- #
--@sm_comment@{ path = "@session_manager_path@" args = 
"@session_manager_args@" }
-+{ path = "@session_manager_path@" args = "@session_manager_args@" }
- #
- # You can optionally start the pulseaudio-server here as well
- # but it is better to start it as a systemd service.
- # It can be interesting to start another daemon here that listens
- # on another address with the -a option (eg. -a tcp:4713).
- #
--@pulse_comment@{ path = "@pipewire_path@" args = "-c pipewire-pulse.conf" 
}
-+{ path = "@pipewire_path@" args = "-c pipewire-pulse.conf" }
- ]



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/files/

2022-02-09 Thread Conrad Kostecki
commit: 9fe8e345463b1708093eae2dc7f1baebece0c4ca
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Feb  9 18:32:48 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 23:01:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe8e345

sci-chemistry/gromacs: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/24138
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../gromacs/files/gromacs-2021-nblib.patch | 53 --
 1 file changed, 53 deletions(-)

diff --git a/sci-chemistry/gromacs/files/gromacs-2021-nblib.patch 
b/sci-chemistry/gromacs/files/gromacs-2021-nblib.patch
deleted file mode 100644
index 67ea6f6f63c8..
--- a/sci-chemistry/gromacs/files/gromacs-2021-nblib.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From 5771842a06f483ad52781f4f2cdf5311ddb5cfa1 Mon Sep 17 00:00:00 2001
-From: Alexey Shvetsov 
-Date: Fri, 23 Apr 2021 13:15:10 +0300
-Subject: [PATCH 1/2] Allow to build and install nblib without GMX TESTS
- enabled
-
-Without it you'll get error like this:
-
-  CMake Error at api/nblib/CMakeLists.txt:79 (add_dependencies):
-  Cannot add target-level dependencies to non-existent target "tests".
-
-  The add_dependencies works for top-level logical targets created by the
-  add_executable, add_library, or add_custom_target commands.  If you want to
-  add file-level dependencies see the DEPENDS option of the add_custom_target
-  and add_custom_command commands.
-
-Signed-off-by: Alexey Shvetsov 

- api/nblib/CMakeLists.txt | 18 ++
- 1 file changed, 10 insertions(+), 8 deletions(-)
-
-diff --git a/api/nblib/CMakeLists.txt b/api/nblib/CMakeLists.txt
-index a2ce06596e..51211c3d70 100644
 a/api/nblib/CMakeLists.txt
-+++ b/api/nblib/CMakeLists.txt
-@@ -76,14 +76,16 @@ add_custom_target(nblib-tests
- )
- # Ensure that "make tests" builds all nblib tests so the top-level
- # "make check" will work.
--add_dependencies(tests nblib-tests)
--
--# this allows all nblib tests to be run with "make check-nblib"
--add_custom_target(check-nblib
--COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -R NbLib
--COMMENT "Running nblib tests"
--USES_TERMINAL VERBATIM)
--add_dependencies(check-nblib nblib-tests)
-+if (BUILD_TESTING)
-+  add_dependencies(tests nblib-tests)
-+
-+  # this allows all nblib tests to be run with "make check-nblib"
-+  add_custom_target(check-nblib
-+  COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -R NbLib
-+  COMMENT "Running nblib tests"
-+  USES_TERMINAL VERBATIM)
-+  add_dependencies(check-nblib nblib-tests)
-+endif()
- 
- set(NBLIB_MAJOR 0)
- set(NBLIB_MINOR 1)
--- 
-2.31.1
-



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/files/

2022-02-09 Thread Conrad Kostecki
commit: 9e2f03c77d661a29c8e068e25757e1798ed7c642
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Jan 18 19:33:58 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 23:02:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2f03c7

app-antivirus/clamav: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/23862
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/clamav-0.104.0-ncurses_detection.patch   | 27 --
 1 file changed, 27 deletions(-)

diff --git a/app-antivirus/clamav/files/clamav-0.104.0-ncurses_detection.patch 
b/app-antivirus/clamav/files/clamav-0.104.0-ncurses_detection.patch
deleted file mode 100644
index aa403a90bab3..
--- a/app-antivirus/clamav/files/clamav-0.104.0-ncurses_detection.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From cd99490efb82b66c75e92fab3ff97c480bfc9cf9 Mon Sep 17 00:00:00 2001
-From: Luca Barbato 
-Date: Sat, 16 Oct 2021 10:56:22 +0200
-Subject: [PATCH] Use all the link line from ncurses pkg-config
-
-Otherwise it would fail at link time if ncurses has a stand alone tinfo 
library.

- cmake/FindCURSES.cmake | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/cmake/FindCURSES.cmake b/cmake/FindCURSES.cmake
-index 35d4a570f6..528211c45c 100644
 a/cmake/FindCURSES.cmake
-+++ b/cmake/FindCURSES.cmake
-@@ -58,11 +58,7 @@ if(NCURSES_NOT_FOUND EQUAL -1)
- set(HAVE_LIBNCURSES 1)
- set(CURSES_INCLUDE "")
- 
--find_library(CURSES_LIBRARY
--  NAMES ncurses
--  PATHS ${PC_NCurses_LIBRARY_DIRS}
--)
--
-+set(CURSES_LIBRARY ${PC_NCurses_LINK_LIBRARIES})
- set(CURSES_VERSION ${PC_NCurses_VERSION})
- 
- include(FindPackageHandleStandardArgs)



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

2022-02-09 Thread Conrad Kostecki
commit: 2c1baa9850a947f37d6a8fd5f2d1b5f907fbd776
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Jan 17 20:56:56 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 23:02:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1baa98

sys-apps/file: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/23847
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../file/files/file-5.40-revert-char-count.patch   | 49 --
 .../file/files/file-5.40-seccomp-faccessat.patch   | 34 ---
 .../file/files/file-5.40-seccomp-fstatat64.patch   | 29 -
 sys-apps/file/files/file-5.40-xz_magic.patch   | 37 
 4 files changed, 149 deletions(-)

diff --git a/sys-apps/file/files/file-5.40-revert-char-count.patch 
b/sys-apps/file/files/file-5.40-revert-char-count.patch
deleted file mode 100644
index 9d6f5be60fac..
--- a/sys-apps/file/files/file-5.40-revert-char-count.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From c07e242e766242a44ff720c149b1bdd4924ec247 Mon Sep 17 00:00:00 2001
-From: Christos Zoulas 
-Date: Tue, 27 Apr 2021 19:37:14 +
-Subject: [PATCH] Revert the fix for PR/180. It lead to PR/261. Using character
- count heuristics ends up with confusing behavior, the following should not be
- producing different results: echo -n xx | ./file - echo -n xy |
- ./file -
-

-[patch backported to 5.40 release -- ulm]
-
- src/encoding.c | 15 ++-
- 1 file changed, 2 insertions(+), 13 deletions(-)
-
-diff --git a/src/encoding.c b/src/encoding.c
-index 31d4d125..3647a481 100644
 a/src/encoding.c
-+++ b/src/encoding.c
-@@ -265,9 +265,7 @@ private int \
- looks_ ## NAME(const unsigned char *buf, size_t nbytes, file_unichar_t *ubuf, 
\
- size_t *ulen) \
- { \
--  size_t i, u; \
--  unsigned char dist[256]; \
--  memset(dist, 0, sizeof(dist)); \
-+  size_t i; \
- \
-   *ulen = 0; \
- \
-@@ -278,16 +276,7 @@ looks_ ## NAME(const unsigned char *buf, size_t nbytes, 
file_unichar_t *ubuf, \
-   return 0; \
- \
-   ubuf[(*ulen)++] = buf[i]; \
--  dist[buf[i]]++; \
-   } \
--  u = 0; \
--  for (i = 0; i < __arraycount(dist); i++) { \
--  if (dist[i]) \
--  u++; \
--  } \
--  if (u < 3) \
--  return 0; \
--\
-   return 1; \
- }
- 
--- 
-2.32.0
-

diff --git a/sys-apps/file/files/file-5.40-seccomp-faccessat.patch 
b/sys-apps/file/files/file-5.40-seccomp-faccessat.patch
deleted file mode 100644
index 4aeb88cfe875..
--- a/sys-apps/file/files/file-5.40-seccomp-faccessat.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From abcd583135bb0762e6bfd0f2e06c50bea1fb3cd0 Mon Sep 17 00:00:00 2001
-From: Christos Zoulas 
-Date: Tue, 6 Apr 2021 22:02:17 +
-Subject: [PATCH] On ARM64 Linux access() syscall is no longer a real syscall
- to the kernel. Instead it's emulated by glibc with a new faccessat() syscall.
- (Icenowy Zheng)
-

- src/seccomp.c | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/src/seccomp.c b/src/seccomp.c
-index 0da907ff7..81842cf5c 100644
 a/src/seccomp.c
-+++ b/src/seccomp.c
-@@ -27,7 +27,7 @@
- #include "file.h"
- 
- #ifndef   lint
--FILE_RCSID("@(#)$File: seccomp.c,v 1.18 2021/03/14 17:01:58 christos Exp $")
-+FILE_RCSID("@(#)$File: seccomp.c,v 1.19 2021/04/06 22:02:17 christos Exp $")
- #endif/* lint */
- 
- #if HAVE_LIBSECCOMP
-@@ -171,6 +171,9 @@ enable_sandbox_full(void)
-   ALLOW_RULE(dup2);
-   ALLOW_RULE(exit);
-   ALLOW_RULE(exit_group);
-+#ifdef __NR_faccessat
-+  ALLOW_RULE(faccessat);
-+#endif
-   ALLOW_RULE(fcntl);
-   ALLOW_RULE(fcntl64);
-   ALLOW_RULE(fstat);

diff --git a/sys-apps/file/files/file-5.40-seccomp-fstatat64.patch 
b/sys-apps/file/files/file-5.40-seccomp-fstatat64.patch
deleted file mode 100644
index 57d04e5f40cf..
--- a/sys-apps/file/files/file-5.40-seccomp-fstatat64.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From e3d0265a147878b6c2903bcc83b9842dff68ceb4 Mon Sep 17 00:00:00 2001
-From: Mike Gilbert 
-Date: Fri, 23 Apr 2021 15:00:42 -0400
-Subject: [PATCH] seccomp: allow fstatat64
-
-This is needed for the libsandbox LD_PRELOAD wrapper on Gentoo Linux.
-
-Bug: https://bugs.gentoo.org/784857

- src/seccomp.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/seccomp.c b/src/seccomp.c
-index 81842cf5..43abc684 100644
 a/src/seccomp.c
-+++ b/src/seccomp.c
-@@ -178,6 +178,9 @@ enable_sandbox_full(void)
-   ALLOW_RULE(fcntl64);
-   ALLOW_RULE(fstat);
-   ALLOW_RULE(fstat64);
-+#ifdef __NR_fstatat64
-+  ALLOW_RULE(fstatat64);
-+#endif
-   ALLOW_RULE(futex);
-   ALLOW_RULE(getdents);
- #ifdef __NR_getdents64
--- 
-2.31.1
-

diff --git 

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

2022-02-09 Thread Conrad Kostecki
commit: 2f3d1c9c87f749e9a0081d3390934cb59fe98217
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Jan 13 20:10:48 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 23:03:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3d1c9c

sys-libs/glibc: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/23780
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../glibc-2.34-make-clone3-syscall-optional.patch  | 48 --
 1 file changed, 48 deletions(-)

diff --git a/sys-libs/glibc/files/glibc-2.34-make-clone3-syscall-optional.patch 
b/sys-libs/glibc/files/glibc-2.34-make-clone3-syscall-optional.patch
deleted file mode 100644
index bbc6cabb463d..
--- a/sys-libs/glibc/files/glibc-2.34-make-clone3-syscall-optional.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From 22afb7abbfa0e2d4d168dcd2844aa9935a71cb37 Mon Sep 17 00:00:00 2001
-From: Sam James 
-Date: Wed, 1 Dec 2021 14:58:40 +
-Subject: [PATCH] clone-internal.c: disable use of clone3 conditinally
-
-We're disabling clone3 for now _CONDITIONALLY_ (not by default) to allow
-compatibility with applications using older Electron.
-
-Use -DGENTOO_USE_CLONE3 to enable clone3 for now. In future, we will
-revert back to always using clone3.
-
-This was impacting e.g. Discord and Skype. This patch stops glibc from using
-clone3 internally (which is the only real use of it) and falls back to the old
-behaviour.
-
-Specifically, we want https://github.com/electron/electron/pull/31091
-to work its way downstream to various Electron applications.
-
-https://bugs.gentoo.org/819045
-https://bugs.gentoo.org/827386
-
-https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/glibc/plain/debian/patches/ubuntu/disable-clone3.patch
-
-This is the same as the patch that was considered but ultimately rejected
-for 2.34 because Docker got sorted out in time:
-https://patchwork.ozlabs.org/project/glibc/patch/87eebkf8ph@oldenburg.str.redhat.com/.
-
-Signed-off-by: Sam James 

- sysdeps/unix/sysv/linux/clone-internal.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/sysdeps/unix/sysv/linux/clone-internal.c 
b/sysdeps/unix/sysv/linux/clone-internal.c
-index 979f7880be..c5566daf73 100644
 a/sysdeps/unix/sysv/linux/clone-internal.c
-+++ b/sysdeps/unix/sysv/linux/clone-internal.c
-@@ -48,7 +48,7 @@ __clone_internal (struct clone_args *cl_args,
- int (*func) (void *arg), void *arg)
- {
-   int ret;
--#ifdef HAVE_CLONE3_WRAPPER
-+#if defined(HAVE_CLONE3_WRAPPER) && defined(GENTOO_USE_CLONE3)
-   /* Try clone3 first.  */
-   int saved_errno = errno;
-   ret = __clone3 (cl_args, sizeof (*cl_args), func, arg);
--- 
-2.34.1
-



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

2022-02-09 Thread Conrad Kostecki
commit: 0e71cefa9cdbb19d722c823448df7b9e186164b8
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Feb  7 06:25:19 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 23:01:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e71cefa

media-video/handbrake: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/24104
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 ...audio-encoders-when-linking-to-FFmpeg-4.4.patch | 28 
 .../handbrake-1.3.3-remove-faac-dependency.patch   | 84 --
 2 files changed, 112 deletions(-)

diff --git 
a/media-video/handbrake/files/handbrake-1.3.3-libhb-fix-audio-encoders-when-linking-to-FFmpeg-4.4.patch
 
b/media-video/handbrake/files/handbrake-1.3.3-libhb-fix-audio-encoders-when-linking-to-FFmpeg-4.4.patch
deleted file mode 100644
index d7cc565377fd..
--- 
a/media-video/handbrake/files/handbrake-1.3.3-libhb-fix-audio-encoders-when-linking-to-FFmpeg-4.4.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From f28289fb06ab461ea082b4be56d6d1504c0c31c2 Mon Sep 17 00:00:00 2001
-From: Damiano Galassi 
-Date: Sat, 10 Apr 2021 13:18:02 +0200
-Subject: [PATCH] libhb: fix audio encoders when linking to FFmpeg 4.4.
-

- libhb/encavcodecaudio.c | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/libhb/encavcodecaudio.c b/libhb/encavcodecaudio.c
-index 52fc4565d..e6cf42414 100644
 a/libhb/encavcodecaudio.c
-+++ b/libhb/encavcodecaudio.c
-@@ -410,7 +410,10 @@ static void Encode(hb_work_object_t *w, hb_buffer_list_t 
*list)
- 
- // Prepare input frame
- int out_size;
--AVFrame frame = { .nb_samples = pv->samples_per_frame, };
-+AVFrame frame = { .nb_samples = pv->samples_per_frame,
-+  .format = pv->context->sample_fmt,
-+  .channels = pv->context->channels
-+};
- 
- out_size = av_samples_get_buffer_size(NULL,
-   pv->context->channels,
--- 
-2.26.3
-

diff --git 
a/media-video/handbrake/files/handbrake-1.3.3-remove-faac-dependency.patch 
b/media-video/handbrake/files/handbrake-1.3.3-remove-faac-dependency.patch
deleted file mode 100644
index 7e8ab99730a8..
--- a/media-video/handbrake/files/handbrake-1.3.3-remove-faac-dependency.patch
+++ /dev/null
@@ -1,84 +0,0 @@
 a/libhb/common.c
-+++ b/libhb/common.c
-@@ -243,7 +243,6 @@
- {
- // legacy encoders, back to HB 0.9.4 whenever possible (disabled)
- { { "",   "dts",NULL,  
HB_ACODEC_DCA_PASS,HB_MUX_MASK_MP4|HB_MUX_MASK_MKV, }, NULL, 0, 
HB_GID_ACODEC_DTS_PASS,   },
--{ { "AAC (faac)", "faac",   NULL,  0, 
HB_MUX_MASK_MP4|HB_MUX_MASK_MKV, }, NULL, 0, 
HB_GID_ACODEC_AAC,},
- { { "AAC (ffmpeg)",   "ffaac",  NULL,  
HB_ACODEC_FFAAC,   HB_MUX_MASK_MP4|HB_MUX_MASK_MKV, }, NULL, 0, 
HB_GID_ACODEC_AAC,},
- { { "AC3 (ffmpeg)",   "ffac3",  NULL,  
HB_ACODEC_AC3, HB_MUX_MASK_MP4|HB_MUX_MASK_MKV, }, NULL, 0, 
HB_GID_ACODEC_AC3,},
- { { "MP3 (lame)", "lame",   NULL,  
HB_ACODEC_LAME,HB_MUX_MASK_MP4|HB_MUX_MASK_MKV, }, NULL, 0, 
HB_GID_ACODEC_MP3,},
 a/scripts/manicure.rb
-+++ b/scripts/manicure.rb
-@@ -349,7 +349,7 @@
-   audioEncoders << "copy:dtshd"
- when /AAC Pass/
-   audioEncoders << "copy:aac"
--when "AAC (ffmpeg)", "AAC (avcodec)", "AAC (faac)"
-+when "AAC (ffmpeg)", "AAC (avcodec)"
-   audioEncoders << "av_aac"
- when "AAC (FDK)"
-   audioEncoders << "fdk_aac"
-@@ -466,7 +466,7 @@
- case hash["AudioEncoderFallback"]
-   when /AC3/
- audioEncoderFallback << "ac3"
--  when "AAC (ffmpeg)", "AAC (avcodec)", "AAC (faac)"
-+  when "AAC (ffmpeg)", "AAC (avcodec)"
- audioEncoderFallback << "av_aac"
-   when "AAC (FDK)"
- audioEncoderFallback << "fdk_aac"
-@@ -753,7 +753,7 @@
-   audioEncoders << "copy:dtshd"
- when /AAC Pass/
-   audioEncoders << "copy:aac"
--when "AAC (ffmpeg)", "AAC (avcodec)", "AAC (faac)"
-+when "AAC (ffmpeg)", "AAC (avcodec)"
-   audioEncoders << "av_aac"
- when "AAC (FDK)"
-   audioEncoders << "fdk_aac"
-@@ -870,7 +870,7 @@
- case hash["AudioEncoderFallback"]
-   when /AC3/
- audioEncoderFallback << "ac3"
--  when "AAC (ffmpeg)", "AAC (avcodec)", "AAC (faac)"
-+  when "AAC (ffmpeg)", "AAC (avcodec)"
- audioEncoderFallback << "av_aac"
-   when "AAC (FDK)"
- audioEncoderFallback << "fdk_aac"
-@@ -1163,7 +1163,7 @@
-   audioEncoders << 

[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-common/files/

2022-02-09 Thread Conrad Kostecki
commit: 6425d6798d348afb02466d08e6f58995388e2565
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Jan 13 20:11:43 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 23:03:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6425d679

sys-fs/fuse-common: remove unused file

Closes: https://github.com/gentoo/gentoo/pull/23781
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-fs/fuse-common/files/fuse-fbsd.init | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/sys-fs/fuse-common/files/fuse-fbsd.init 
b/sys-fs/fuse-common/files/fuse-fbsd.init
deleted file mode 100644
index 27d90cc867f3..
--- a/sys-fs/fuse-common/files/fuse-fbsd.init
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   need localmount
-}
-
-start() {
-   ebegin "Starting fuse"
-   if ! kldstat -q -m fuse; then
-   kldload fuse >/dev/null 2>&1 || eerror $? "Error loading fuse 
module"
-   fi
-   eend ${?}
-}
-
-stop() {
-   ebegin "Stopping fuse"
-   if kldstat -q -m fuse; then
-   kldunload fuse >/dev/null 2>&1 || eerror $? "Error unloading 
fuse module"
-   fi
-   eend ${?}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux-gui/

2022-02-09 Thread Conrad Kostecki
commit: a4f1882bfe30d44ef1da5b83b81f5339b8355ead
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:48:12 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f1882b

x11-misc/xflux-gui: update EAPI 7 -> 8

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/xflux-gui/xflux-gui-1.2.0-r3.ebuild | 49 
 1 file changed, 49 insertions(+)

diff --git a/x11-misc/xflux-gui/xflux-gui-1.2.0-r3.ebuild 
b/x11-misc/xflux-gui/xflux-gui-1.2.0-r3.ebuild
new file mode 100644
index ..dcbcc417a9ac
--- /dev/null
+++ b/x11-misc/xflux-gui/xflux-gui-1.2.0-r3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS="no"
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 gnome2-utils xdg-utils
+
+DESCRIPTION="A GUI for f.lux"
+HOMEPAGE="https://github.com/xflux-gui/fluxgui/;
+SRC_URI="https://github.com/${PN}/fluxgui/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/fluxgui-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+
+PATCHES=( "${FILESDIR}/${P}-disable-gschemas-compiled.patch" )
+
+RDEPEND="
+   dev-libs/libappindicator:3
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   x11-libs/libXxf86vm
+   x11-misc/xflux
+"
+
+python_install() {
+   # Don't let the package compiling the schemas,
+   # as this could cause a file collision
+   export DISABLE_GSCHEMAS_COMPILED="true"
+
+   distutils-r1_python_install
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/mugshot/

2022-02-09 Thread Conrad Kostecki
commit: d34c168d584776d1ecb98edcb6c734460d2fac67
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:45:37 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34c168d

x11-misc/mugshot: drop 0.4.3

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/mugshot/mugshot-0.4.3.ebuild | 79 ---
 1 file changed, 79 deletions(-)

diff --git a/x11-misc/mugshot/mugshot-0.4.3.ebuild 
b/x11-misc/mugshot/mugshot-0.4.3.ebuild
deleted file mode 100644
index 1b7d2a746548..
--- a/x11-misc/mugshot/mugshot-0.4.3.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 gnome2-utils xdg-utils
-
-DESCRIPTION="A lightweight user-configuration application"
-HOMEPAGE="https://github.com/bluesabre/mugshot;
-SRC_URI="https://github.com/bluesabre/${PN}/archive/${P}.tar.gz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gnome libreoffice webcam"
-
-COMMON_DEPEND="
-   dev-libs/gobject-introspection
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-
-"
-
-RDEPEND="
-   ${COMMON_DEPEND}
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   sys-apps/accountsservice
-   sys-apps/shadow
-   gnome? ( gnome-base/gnome-control-center )
-   libreoffice? (
-   || (
-   app-office/libreoffice-bin
-   app-office/libreoffice
-   )
-   )
-   webcam? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-good:1.0
-   gnome? (
-   media-libs/clutter-gtk[introspection]
-   media-video/cheese[introspection]
-   )
-   )
-"
-
-DEPEND="
-   ${COMMON_DEPEND}
-   x11-libs/gtk+:3[introspection]
-"
-
-BDEPEND="
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]
-   dev-util/intltool
-"
-
-S="${WORKDIR}/${PN}-${P}"
-
-python_install() {
-   distutils-r1_python_install
-
-   python_optimize
-
-   # Since DOCS are installed twice, remove the wrong path
-   rm -r "${ED}"/usr/share/doc/mugshot || die
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/unifi/files/, net-wireless/unifi/

2022-02-09 Thread Conrad Kostecki
commit: f66b68c65f82d22b0d23ecf007e01acb5a0c2a7d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 22:53:46 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66b68c6

net-wireless/unifi: force java8

As UniFi needs Java8, we need to force Java8, even, when user-vm or
system-vm is set to a higher version.

This is accompilshed by creating a launcher with java-pkg_dolauncher.

Bug: https://bugs.gentoo.org/792279
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-wireless/unifi/files/unifi.initd-r2   | 22 +++
 net-wireless/unifi/files/unifi.service-r1 | 14 +
 net-wireless/unifi/unifi-7.0.21-r1.ebuild | 96 +++
 3 files changed, 132 insertions(+)

diff --git a/net-wireless/unifi/files/unifi.initd-r2 
b/net-wireless/unifi/files/unifi.initd-r2
new file mode 100644
index ..ccab8df7fd7a
--- /dev/null
+++ b/net-wireless/unifi/files/unifi.initd-r2
@@ -0,0 +1,22 @@
+#!/sbin/openrc-run
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+unifi_exec="/usr/bin/unifi"
+unifi_path="/usr/lib/unifi"
+
+unifi_user="unifi"
+unifi_group="unifi"
+
+name="UniFi Controller"
+
+start_stop_daemon_args="--chdir ${unifi_path}"
+
+command="${unifi_exec}"
+command_args="start"
+command_background=true
+command_progress=true
+command_user="${unifi_user}:${unifi_group}"
+
+pidfile="/run/${RC_SVCNAME}.pid"
+retry=TERM/60

diff --git a/net-wireless/unifi/files/unifi.service-r1 
b/net-wireless/unifi/files/unifi.service-r1
new file mode 100644
index ..a9b98e25de41
--- /dev/null
+++ b/net-wireless/unifi/files/unifi.service-r1
@@ -0,0 +1,14 @@
+[Unit]
+Description=UniFi Controller
+After=network-online.target
+
+[Service]
+Type=simple
+User=unifi
+Group=unifi
+WorkingDirectory=/usr/lib/unifi
+ExecStart=/usr/bin/unifi start
+ExecStop=/usr/bin/unifi stop
+
+[Install]
+WantedBy=network.target

diff --git a/net-wireless/unifi/unifi-7.0.21-r1.ebuild 
b/net-wireless/unifi/unifi-7.0.21-r1.ebuild
new file mode 100644
index ..cd05b6851cd0
--- /dev/null
+++ b/net-wireless/unifi/unifi-7.0.21-r1.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Set this var for any releases except stable
+RC_SUFFIX="-ebd087e2ad"
+
+inherit java-pkg-2 systemd
+
+DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs"
+HOMEPAGE="https://www.ubnt.com;
+SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
+S="${WORKDIR}/UniFi"
+
+KEYWORDS="-* ~amd64 ~arm64"
+LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
+SLOT="0/$(ver_cut 1-2)"
+IUSE="systemd"
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   acct-group/unifi
+   acct-user/unifi
+   dev-db/mongodb
+   virtual/jre:1.8
+"
+
+BDEPEND="app-arch/unzip"
+
+DOCS=( "readme.txt" )
+
+QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
+
+src_prepare() {
+   # Remove unneeded files Mac and Windows
+   rm -r lib/native/{Mac,Windows} || die
+
+   if [[ ${CHOST} != aarch64* ]]; then
+   rm -r lib/native/Linux/aarch64 || die "Failed in removing 
aarch64 native libraries"
+   fi
+   if [[ ${CHOST} != armv7* ]]; then
+   rm -r lib/native/Linux/armv7 || die "Failed in removing armv7 
native libraries"
+   fi
+   if [[ ${CHOST} != x86_64* ]]; then
+   rm -r lib/native/Linux/x86_64 || die "Failed in removing x86_64 
native libraries"
+   fi
+
+   if [[ ${CHOST} == aarch64* ]]; then
+   if ! use systemd; then
+   rm lib/native/Linux/aarch64/libubnt_sdnotify_jni.so || 
die
+   fi
+   fi
+   if [[ ${CHOST} == armv7* ]]; then
+   if ! use systemd; then
+   rm lib/native/Linux/armv7/libubnt_sdnotify_jni.so || die
+   fi
+   fi
+   if [[ ${CHOST} == x86_64* ]]; then
+   if ! use systemd; then
+   rm lib/native/Linux/x86_64/libubnt_sdnotify_jni.so || 
die
+   fi
+   fi
+
+   default
+}
+
+src_compile() {
+   :;
+}
+
+src_install() {
+   insinto /usr/lib/unifi
+   doins -r bin dl lib webapps
+
+   diropts -o unifi -g unifi
+   keepdir /var/lib/unifi/{conf,data,run,tmp,work} /var/log/unifi
+
+   for symlink in conf data run tmp work; do
+   dosym ../../../var/lib/unifi/${symlink} 
/usr/lib/unifi/${symlink}
+   done
+   dosym ../../../var/log/unifi /usr/lib/unifi/logs
+
+   java-pkg_regjar "${D}"/usr/lib/unifi/lib/*.jar
+   java-pkg_dolauncher unifi --java_args 
'-Dorg.xerial.snappy.tempdir=/usr/lib/unifi/tmp -Djava.library.path=' --jar 
ace.jar --pwd '/usr/lib/unifi'
+
+   newinitd "${FILESDIR}"/unifi.initd-r2 unifi
+ 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux-gui/

2022-02-09 Thread Conrad Kostecki
commit: 55576fdaf434e2ab45b12613bfae273103054328
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:48:20 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55576fda

x11-misc/xflux-gui: drop 1.2.0-r2

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/xflux-gui/xflux-gui-1.2.0-r2.ebuild | 49 
 1 file changed, 49 deletions(-)

diff --git a/x11-misc/xflux-gui/xflux-gui-1.2.0-r2.ebuild 
b/x11-misc/xflux-gui/xflux-gui-1.2.0-r2.ebuild
deleted file mode 100644
index 5f37b1f64e88..
--- a/x11-misc/xflux-gui/xflux-gui-1.2.0-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 gnome2-utils xdg-utils
-
-DESCRIPTION="A GUI for f.lux"
-HOMEPAGE="https://github.com/xflux-gui/fluxgui/;
-SRC_URI="https://github.com/${PN}/fluxgui/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/fluxgui-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-PATCHES=( "${FILESDIR}/${P}-disable-gschemas-compiled.patch" )
-
-RDEPEND="
-   dev-libs/libappindicator:3
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   x11-libs/libXxf86vm
-   x11-misc/xflux
-"
-
-python_install() {
-   # Don't let the package compiling the schemas,
-   # as this could cause a file collision
-   export DISABLE_GSCHEMAS_COMPILED="true"
-
-   distutils-r1_python_install
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/mugshot/

2022-02-09 Thread Conrad Kostecki
commit: 7a89e289d09534eb2b9d6e5e1c60ef9c2b5df58a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:45:22 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a89e289

x11-misc/mugshot: update EAPI 7 -> 8

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/mugshot/mugshot-0.4.3-r1.ebuild | 78 
 1 file changed, 78 insertions(+)

diff --git a/x11-misc/mugshot/mugshot-0.4.3-r1.ebuild 
b/x11-misc/mugshot/mugshot-0.4.3-r1.ebuild
new file mode 100644
index ..61fadeb0cba2
--- /dev/null
+++ b/x11-misc/mugshot/mugshot-0.4.3-r1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS="no"
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 gnome2-utils xdg-utils
+
+DESCRIPTION="A lightweight user-configuration application"
+HOMEPAGE="https://github.com/bluesabre/mugshot;
+SRC_URI="https://github.com/bluesabre/${PN}/archive/${P}.tar.gz;
+S="${WORKDIR}/${PN}-${P}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="gnome libreoffice webcam"
+
+COMMON_DEPEND="
+   dev-libs/gobject-introspection
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+
+"
+
+RDEPEND="
+   ${COMMON_DEPEND}
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   sys-apps/accountsservice
+   sys-apps/shadow
+   gnome? ( gnome-base/gnome-control-center )
+   libreoffice? (
+   || (
+   app-office/libreoffice-bin
+   app-office/libreoffice
+   )
+   )
+   webcam? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-good:1.0
+   gnome? (
+   media-libs/clutter-gtk[introspection]
+   media-video/cheese[introspection]
+   )
+   )
+"
+
+DEPEND="
+   ${COMMON_DEPEND}
+   x11-libs/gtk+:3[introspection]
+"
+
+BDEPEND="
+   dev-python/python-distutils-extra[${PYTHON_USEDEP}]
+   dev-util/intltool
+"
+
+python_install() {
+   distutils-r1_python_install
+
+   python_optimize
+
+   # Since DOCS are installed twice, remove the wrong path
+   rm -r "${ED}"/usr/share/doc/mugshot || die
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/unifi/

2022-02-09 Thread Conrad Kostecki
commit: e9d2f7a5e7dc7dff9ca7c2b7510b894fb206ec62
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 22:57:14 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:57:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d2f7a5

net-wireless/unifi: drop 7.0.21

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-wireless/unifi/unifi-7.0.21.ebuild | 89 --
 1 file changed, 89 deletions(-)

diff --git a/net-wireless/unifi/unifi-7.0.21.ebuild 
b/net-wireless/unifi/unifi-7.0.21.ebuild
deleted file mode 100644
index d743efdd9e3f..
--- a/net-wireless/unifi/unifi-7.0.21.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Set this var for any releases except stable
-RC_SUFFIX="-ebd087e2ad"
-
-inherit systemd
-
-DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs"
-HOMEPAGE="https://www.ubnt.com;
-SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
-S="${WORKDIR}/UniFi"
-
-KEYWORDS="-* ~amd64 ~arm64"
-LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
-SLOT="0/$(ver_cut 1-2)"
-IUSE="systemd"
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   acct-group/unifi
-   acct-user/unifi
-   dev-db/mongodb
-   virtual/jre:1.8
-"
-
-BDEPEND="app-arch/unzip"
-
-DOCS=( "readme.txt" )
-
-QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
-
-src_prepare() {
-   # Remove unneeded files Mac and Windows
-   rm -r lib/native/{Mac,Windows} || die
-
-   if [[ ${CHOST} != aarch64* ]]; then
-   rm -r lib/native/Linux/aarch64 || die "Failed in removing 
aarch64 native libraries"
-   fi
-   if [[ ${CHOST} != armv7* ]]; then
-   rm -r lib/native/Linux/armv7 || die "Failed in removing armv7 
native libraries"
-   fi
-   if [[ ${CHOST} != x86_64* ]]; then
-   rm -r lib/native/Linux/x86_64 || die "Failed in removing x86_64 
native libraries"
-   fi
-
-   if [[ ${CHOST} == aarch64* ]]; then
-   if ! use systemd; then
-   rm lib/native/Linux/aarch64/libubnt_sdnotify_jni.so || 
die
-   fi
-   fi
-   if [[ ${CHOST} == armv7* ]]; then
-   if ! use systemd; then
-   rm lib/native/Linux/armv7/libubnt_sdnotify_jni.so || die
-   fi
-   fi
-   if [[ ${CHOST} == x86_64* ]]; then
-   if ! use systemd; then
-   rm lib/native/Linux/x86_64/libubnt_sdnotify_jni.so || 
die
-   fi
-   fi
-
-   default
-}
-
-src_install() {
-   insinto /usr/lib/unifi
-   doins -r bin dl lib webapps
-
-   diropts -o unifi -g unifi
-   keepdir /var/lib/unifi/{conf,data,run,tmp,work} /var/log/unifi
-
-   for symlink in conf data run tmp work; do
-   dosym ../../../var/lib/unifi/${symlink} 
/usr/lib/unifi/${symlink}
-   done
-   dosym ../../../var/log/unifi /usr/lib/unifi/logs
-
-   newinitd "${FILESDIR}"/unifi.initd-r1 unifi
-   systemd_dounit "${FILESDIR}"/unifi.service
-
-   newconfd "${FILESDIR}"/unifi.confd unifi
-
-   echo 'CONFIG_PROTECT="/var/lib/unifi"' > "${T}"/99unifi || die
-   doenvd "${T}"/99unifi
-
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux/

2022-02-09 Thread Conrad Kostecki
commit: ad948a6059b1dbc9c89d040ac9cd957ac5ea7953
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:46:43 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad948a60

x11-misc/xflux: update EAPI 7 -> 8

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/xflux/xflux-20130927-r2.ebuild | 31 +++
 x11-misc/xflux/xflux-20170103-r1.ebuild | 28 
 2 files changed, 59 insertions(+)

diff --git a/x11-misc/xflux/xflux-20130927-r2.ebuild 
b/x11-misc/xflux/xflux-20130927-r2.ebuild
new file mode 100644
index ..f51b9bab56ba
--- /dev/null
+++ b/x11-misc/xflux/xflux-20130927-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Makes the color of your computer's display adapt to the time of 
the day"
+HOMEPAGE="https://justgetflux.com/;
+SRC_URI="
+   amd64? ( https://justgetflux.com/linux/${PN}64.tgz -> 
${PN}64-${PV}.tar.gz )
+   x86? ( https://justgetflux.com/linux/${PN}-pre.tgz -> ${P}.tar.gz )
+"
+S="${WORKDIR}"
+
+KEYWORDS="-* amd64 x86"
+LICENSE="f.lux"
+SLOT="0"
+
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrandr
+   x11-libs/libXxf86vm
+"
+
+QA_PREBUILT="usr/bin/xflux"
+
+src_install() {
+   dobin xflux
+}

diff --git a/x11-misc/xflux/xflux-20170103-r1.ebuild 
b/x11-misc/xflux/xflux-20170103-r1.ebuild
new file mode 100644
index ..c3e0c5cab0ea
--- /dev/null
+++ b/x11-misc/xflux/xflux-20170103-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Makes the color of your computer's display adapt to the time of 
the day"
+HOMEPAGE="https://justgetflux.com/;
+SRC_URI="https://justgetflux.com/linux/${PN}12.tgz -> ${PN}12-${PV}.tar.gz"
+S="${WORKDIR}"
+
+KEYWORDS="-* amd64"
+LICENSE="f.lux"
+SLOT="0"
+
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrandr
+   x11-libs/libXxf86vm
+"
+
+QA_PREBUILT="usr/bin/xflux"
+
+src_install() {
+   newbin xflux12 xflux
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux/

2022-02-09 Thread Conrad Kostecki
commit: b7e01b984a971b30562fbff3a7ce4d8ec3e7c962
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:47:04 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e01b98

x11-misc/xflux: drop 20130927-r1, 20170103

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/xflux/xflux-20130927-r1.ebuild | 32 
 x11-misc/xflux/xflux-20170103.ebuild| 29 -
 2 files changed, 61 deletions(-)

diff --git a/x11-misc/xflux/xflux-20130927-r1.ebuild 
b/x11-misc/xflux/xflux-20130927-r1.ebuild
deleted file mode 100644
index c34eac9ddae4..
--- a/x11-misc/xflux/xflux-20130927-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Makes the color of your computer's display adapt to the time of 
the day"
-HOMEPAGE="https://justgetflux.com/;
-SRC_URI="
-   amd64? ( https://justgetflux.com/linux/${PN}64.tgz -> 
${PN}64-${PV}.tar.gz )
-   x86? ( https://justgetflux.com/linux/${PN}-pre.tgz -> ${P}.tar.gz )
-"
-
-KEYWORDS="-* amd64 x86"
-LICENSE="f.lux"
-SLOT="0"
-
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrandr
-   x11-libs/libXxf86vm
-"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="usr/bin/xflux"
-
-src_install() {
-   dobin xflux
-}

diff --git a/x11-misc/xflux/xflux-20170103.ebuild 
b/x11-misc/xflux/xflux-20170103.ebuild
deleted file mode 100644
index c5897e2e7152..
--- a/x11-misc/xflux/xflux-20170103.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Makes the color of your computer's display adapt to the time of 
the day"
-HOMEPAGE="https://justgetflux.com/;
-SRC_URI="https://justgetflux.com/linux/${PN}12.tgz -> ${PN}12-${PV}.tar.gz"
-
-KEYWORDS="-* amd64"
-LICENSE="f.lux"
-SLOT="0"
-
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrandr
-   x11-libs/libXxf86vm
-"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="usr/bin/xflux"
-
-src_install() {
-   newbin xflux12 xflux
-}



[gentoo-commits] repo/gentoo:master commit in: sys-block/arcconf/

2022-02-09 Thread Conrad Kostecki
commit: 03f8640583def61303625a6d8bd6582e009b2642
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:38:30 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f86405

sys-block/arcconf: update EAPI 7 -> 8

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-block/arcconf/arcconf-2.01.22270-r2.ebuild | 41 ++
 sys-block/arcconf/arcconf-3.07.23971-r1.ebuild | 36 ++
 2 files changed, 77 insertions(+)

diff --git a/sys-block/arcconf/arcconf-2.01.22270-r2.ebuild 
b/sys-block/arcconf/arcconf-2.01.22270-r2.ebuild
new file mode 100644
index ..2b27f5c9eed9
--- /dev/null
+++ b/sys-block/arcconf/arcconf-2.01.22270-r2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="v${PV//./_}"
+
+inherit linux-info
+
+DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
+HOMEPAGE="https://www.microsemi.com/;
+SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip;
+S="${WORKDIR}"
+
+LICENSE="Microsemi"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="fetch mirror bindist"
+
+QA_PREBUILT="usr/bin/arcconf"
+
+pkg_nofetch() {
+   elog "Please download ${A} from"
+   elog 
"https://storage.microsemi.com/en-us/speed/raid/storage_manager/${PN}_${MY_PV}_zip.php;
+   elog "and place it in your DISTDIR directory."
+}
+
+pkg_setup() {
+   # CONFIG_HARDENED_USERCOPY_PAGESPAN makes ARCCONF segault
+   if linux-info_get_any_version && linux_config_src_exists ; then
+   CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN"
+   check_extra_config
+   fi
+}
+
+src_install() {
+   dobin linux$(usex amd64 '_x64' '')/cmdline/arcconf
+}

diff --git a/sys-block/arcconf/arcconf-3.07.23971-r1.ebuild 
b/sys-block/arcconf/arcconf-3.07.23971-r1.ebuild
new file mode 100644
index ..1355deb39497
--- /dev/null
+++ b/sys-block/arcconf/arcconf-3.07.23971-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="v${PV//./_}"
+
+inherit linux-info
+
+DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
+HOMEPAGE="https://www.microsemi.com/;
+SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip;
+S="${WORKDIR}/linux_x64"
+
+LICENSE="Microsemi"
+SLOT="0"
+KEYWORDS="-* amd64"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="mirror bindist"
+
+QA_PREBUILT="usr/bin/arcconf"
+
+pkg_setup() {
+   # CONFIG_HARDENED_USERCOPY_PAGESPAN makes ARCCONF segault
+   # LEGACY_VSYSCALL_NONE makes ARCCONF segaultmakes ARCCONF segault
+   if linux-info_get_any_version && linux_config_src_exists; then
+   CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN !LEGACY_VSYSCALL_NONE"
+   check_extra_config
+   fi
+}
+
+src_install() {
+   dobin arcconf
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/j4-dmenu-desktop/

2022-02-09 Thread Conrad Kostecki
commit: dada8251557b685f3c7555c8c3ae7c0748ae7b52
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:44:29 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dada8251

x11-misc/j4-dmenu-desktop: update EAPI 7 -> 8

Signed-off-by: Conrad Kostecki  gentoo.org>

 .../j4-dmenu-desktop-2.18-r1.ebuild| 55 ++
 1 file changed, 55 insertions(+)

diff --git a/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-2.18-r1.ebuild 
b/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-2.18-r1.ebuild
new file mode 100644
index ..1ad6b767f43d
--- /dev/null
+++ b/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-2.18-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_PV="r${PV}"
+
+DESCRIPTION="A fast desktop replacement for i3-dmenu-desktop"
+HOMEPAGE="https://github.com/enkore/j4-dmenu-desktop;
+SRC_URI="https://github.com/enkore/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="+dmenu test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-cpp/catch:1 )"
+RDEPEND="dmenu? ( x11-misc/dmenu )"
+
+src_prepare() {
+   cmake_src_prepare
+
+   # Respect users CFLAGS
+   sed -i -e "s/-pedantic -O2//" CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_GIT_CATCH="no"
+   -DWITH_TESTS="$(usex test)"
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   doman j4-dmenu-desktop.1
+}
+
+pkg_postinst() {
+   if ! use dmenu; then
+   elog "As you have disabled the 'dmenu' use flag,"
+   elog "x11-misc/dmenu won't be installed by default."
+   elog ""
+   elog "Since x11-misc/j4-dmenu-desktop uses x11-misc/dmenu as 
default,"
+   elog "you must configure your own replacement with 
--dmenu=,"
+   elog "as otherwise it won't work."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/netboot/

2022-02-09 Thread Conrad Kostecki
commit: b62843bb1feb6e778c2bb8abcec99790e76fe764
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:39:23 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62843bb

sys-boot/netboot: drop 0.10.2-r2

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-boot/netboot/netboot-0.10.2-r2.ebuild | 78 ---
 1 file changed, 78 deletions(-)

diff --git a/sys-boot/netboot/netboot-0.10.2-r2.ebuild 
b/sys-boot/netboot/netboot-0.10.2-r2.ebuild
deleted file mode 100644
index 13f09cb9284e..
--- a/sys-boot/netboot/netboot-0.10.2-r2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Allows to remote boot a computer over an IP network"
-HOMEPAGE="http://netboot.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="berkdb +bootrom +lzo odbc static-libs"
-
-DEPEND="
-   berkdb? ( sys-libs/db:= )
-   lzo? ( dev-libs/lzo:2= )
-   odbc? ( dev-db/unixODBC:= )
-"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-ldflags.patch"
-   "${FILESDIR}/${P}-slibtool.patch"
-)
-
-src_prepare() {
-   default
-
-   # Don't install support binaries into libdir
-   sed -e "152s:nblibdir:bindir:" -e "153s:nblibdir:bindir:" -i 
misc/Makefile || die
-
-   # Don't install perl script into libdir
-   sed -e 's/nblibdir/nbmiscdir/g' -i mknbi-dos/utils/Makefile || die
-
-   # Don't install vim syntax file, as it will be installed manually
-   sed -e '/mgl.vim/d' -i mknbi-mgl/Makefile || die
-}
-
-src_configure() {
-   local myeconfargs=(
-   --datadir="/usr/share/netboot"
-   $(use_with berkdb berkeley-db)
-   $(use_enable bootrom)
-   $(use_with lzo)
-   $(use_with odbc)
-   $(use_enable static-libs static)
-   # Disable compilation of 16-bit assembler files,
-   # since it's broken on x86 and not supported on x86_64.
-   --with-gnu-as86="no"
-   --with-gnu-cc86="no"
-   --with-gnu-ld86="no"
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-   # mknbi fails with parallel build
-   emake -j1
-}
-
-src_install() {
-   emake DESTDIR="${ED}" install
-
-   insinto /usr/share/vim/vimfiles/syntax
-   doins "${S}"/mknbi-mgl/misc/mgl.vim
-
-   dodoc README doc/{HISTORY,PROBLEMS,README.*,Spec.doc}
-
-   docinto flashcard
-   dodoc FlashCard/README FlashCard/*.ps
-
-   find "${D}" -name '*.la' -type f -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/j4-dmenu-desktop/

2022-02-09 Thread Conrad Kostecki
commit: bb7033bb004ef69d819aecfed90c4683a1eace44
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:44:41 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7033bb

x11-misc/j4-dmenu-desktop: drop 2.18

Signed-off-by: Conrad Kostecki  gentoo.org>

 .../j4-dmenu-desktop/j4-dmenu-desktop-2.18.ebuild  | 56 --
 1 file changed, 56 deletions(-)

diff --git a/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-2.18.ebuild 
b/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-2.18.ebuild
deleted file mode 100644
index 8a8d8c7525b9..
--- a/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-2.18.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-MY_PV="r${PV}"
-
-DESCRIPTION="A fast desktop replacement for i3-dmenu-desktop"
-HOMEPAGE="https://github.com/enkore/j4-dmenu-desktop;
-SRC_URI="https://github.com/enkore/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+dmenu test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-cpp/catch:1 )"
-RDEPEND="dmenu? ( x11-misc/dmenu )"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_prepare() {
-   cmake_src_prepare
-
-   # Respect users CFLAGS
-   sed -i -e "s/-pedantic -O2//" CMakeLists.txt || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_GIT_CATCH="no"
-   -DWITH_TESTS="$(usex test)"
-   )
-
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-
-   doman j4-dmenu-desktop.1
-}
-
-pkg_postinst() {
-   if ! use dmenu; then
-   elog "As you have disabled the 'dmenu' use flag,"
-   elog "x11-misc/dmenu won't be installed by default."
-   elog ""
-   elog "Since x11-misc/j4-dmenu-desktop uses x11-misc/dmenu as 
default,"
-   elog "you must configure your own replacement with 
--dmenu=,"
-   elog "as otherwise it won't work."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libdlo/

2022-02-09 Thread Conrad Kostecki
commit: a22af7c9bb1b6c973d8fdbaeaba1972109145e4a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:43:28 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22af7c9

x11-libs/libdlo: drop 0.1.2-r1

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-libs/libdlo/libdlo-0.1.2-r1.ebuild | 50 --
 1 file changed, 50 deletions(-)

diff --git a/x11-libs/libdlo/libdlo-0.1.2-r1.ebuild 
b/x11-libs/libdlo/libdlo-0.1.2-r1.ebuild
deleted file mode 100644
index bded69069db1..
--- a/x11-libs/libdlo/libdlo-0.1.2-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A fully open source driver which supports all DisplayLink devices"
-HOMEPAGE="https://libdlo.freedesktop.org/wiki/;
-SRC_URI="https://people.freedesktop.org/~berniet/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="static-libs test-program"
-
-RDEPEND="virtual/libusb:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( "AUTHORS" "ChangeLog" "Guide-v104.pdf" "README" )
-
-src_prepare() {
-   default
-
-   # AM_PROG_AR must be defined or automake will fail with:
-   # archiver requires 'AM_PROG_AR' in 'configure.ac'.
-   sed -i -e '/AC_PROG_CC/a AM_PROG_AR' configure.ac || die
-
-   # Only build the Displaylink test program, if a user wants it.
-   if ! use test-program; then
-   eapply "${FILESDIR}"/disable-testprogram.patch
-   fi
-
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-
-   # Rename the Displaylink test program to an useful name
-   if use test-program; then
-   mv "${D}"/usr/bin/test1 "${D}"/usr/bin/displaylink-test || die
-   fi
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/netboot/

2022-02-09 Thread Conrad Kostecki
commit: aa757de55fdc93048957a76c29721ded912bb334
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:39:13 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa757de5

sys-boot/netboot: update EAPI 7 -> 8

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-boot/netboot/netboot-0.10.2-r3.ebuild | 78 +++
 1 file changed, 78 insertions(+)

diff --git a/sys-boot/netboot/netboot-0.10.2-r3.ebuild 
b/sys-boot/netboot/netboot-0.10.2-r3.ebuild
new file mode 100644
index ..bdaaf75e7d25
--- /dev/null
+++ b/sys-boot/netboot/netboot-0.10.2-r3.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Allows to remote boot a computer over an IP network"
+HOMEPAGE="http://netboot.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="berkdb +bootrom +lzo odbc static-libs"
+
+DEPEND="
+   berkdb? ( sys-libs/db:= )
+   lzo? ( dev-libs/lzo:2= )
+   odbc? ( dev-db/unixODBC:= )
+"
+
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${P}-ldflags.patch"
+   "${FILESDIR}/${P}-slibtool.patch"
+)
+
+src_prepare() {
+   default
+
+   # Don't install support binaries into libdir
+   sed -e "152s:nblibdir:bindir:" -e "153s:nblibdir:bindir:" -i 
misc/Makefile || die
+
+   # Don't install perl script into libdir
+   sed -e 's/nblibdir/nbmiscdir/g' -i mknbi-dos/utils/Makefile || die
+
+   # Don't install vim syntax file, as it will be installed manually
+   sed -e '/mgl.vim/d' -i mknbi-mgl/Makefile || die
+}
+
+src_configure() {
+   local myeconfargs=(
+   --datadir="/usr/share/netboot"
+   $(use_with berkdb berkeley-db)
+   $(use_enable bootrom)
+   $(use_with lzo)
+   $(use_with odbc)
+   $(use_enable static-libs static)
+   # Disable compilation of 16-bit assembler files,
+   # since it's broken on x86 and not supported on x86_64.
+   --with-gnu-as86="no"
+   --with-gnu-cc86="no"
+   --with-gnu-ld86="no"
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   # mknbi fails with parallel build
+   emake -j1
+}
+
+src_install() {
+   emake DESTDIR="${ED}" install
+
+   insinto /usr/share/vim/vimfiles/syntax
+   doins "${S}"/mknbi-mgl/misc/mgl.vim
+
+   dodoc README doc/{HISTORY,PROBLEMS,README.*,Spec.doc}
+
+   docinto flashcard
+   dodoc FlashCard/README FlashCard/*.ps
+
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

2022-02-09 Thread Conrad Kostecki
commit: d69ad201b085a0c05c13697b0134f1986ce5faa0
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:42:49 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69ad201

www-apps/cgp: drop 1_p20190510-r1

Signed-off-by: Conrad Kostecki  gentoo.org>

 www-apps/cgp/cgp-1_p20190510-r1.ebuild | 56 --
 1 file changed, 56 deletions(-)

diff --git a/www-apps/cgp/cgp-1_p20190510-r1.ebuild 
b/www-apps/cgp/cgp-1_p20190510-r1.ebuild
deleted file mode 100644
index ec6e271ecbb7..
--- a/www-apps/cgp/cgp-1_p20190510-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-MY_PN="${PN^^}"
-MY_PV="fd8fa70739d18d786e88f7ffa57e250e0e41af8f"
-
-DESCRIPTION="A graphical web-based front-end for visualizing RRD collected by 
collectd"
-HOMEPAGE="https://github.com/pommi/CGP;
-SRC_URI="https://github.com/pommi/${MY_PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="CC-BY-2.0 GPL-2+ GPL-3 MIT"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-lang/php[json(+)]
-   net-analyzer/rrdtool[graph]
-   virtual/httpd-php
-"
-
-need_httpd_cgi
-
-S="${WORKDIR}/${MY_PN}-${MY_PV}"
-
-DOCS=( "README.md" "doc/CHANGELOG" "doc/nginx.conf" )
-
-PATCHES=( "${FILESDIR}/${P}-double-quote.patch" )
-
-src_install() {
-   webapp_src_preinst
-
-   einstalldocs
-
-   # Since the docs are already installed, remove them from htdocs
-   # The file doc/CHANGELOG is needed, as CGP reads from there it's version
-   rm -r .gitignore LICENSE doc/nginx.conf || die
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   webapp_pkg_postinst
-
-   einfo "The command shell_exec must not be disabled"
-   einfo "through the disable_functions php.ini directive."
-   einfo "It must allow execution of the rrdtool program."
-   einfo ""
-   einfo "An configuration file for www-servers/nginx"
-   einfo "has been installed as an example."
-}



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

2022-02-09 Thread Conrad Kostecki
commit: accd4cafa5482f8199e838cac07d25e8ed73850d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:36:21 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accd4caf

sys-apps/superdiag: drop 1.5.0.20210507

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/superdiag/superdiag-1.5.0.20210507.ebuild | 69 --
 1 file changed, 69 deletions(-)

diff --git a/sys-apps/superdiag/superdiag-1.5.0.20210507.ebuild 
b/sys-apps/superdiag/superdiag-1.5.0.20210507.ebuild
deleted file mode 100644
index cea0aa94f07e..
--- a/sys-apps/superdiag/superdiag-1.5.0.20210507.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_DATE="$(ver_cut 4)"
-MY_PN="SuperDiag"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="Provides the capability to determine the health of Supermicro 
servers components"
-HOMEPAGE="https://www.supermicro.com;
-SRC_URI="${MY_PN}_${MY_PV}_${MY_DATE}.zip"
-
-KEYWORDS="-* ~amd64 ~x86"
-LICENSE="supermicro"
-SLOT="0"
-IUSE="iso usb"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="bindist fetch mirror"
-
-S="${WORKDIR}"
-
-pkg_nofetch() {
-   elog "Please download ${A} from"
-   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=SDO;
-   elog "and place it in your DISTDIR directory."
-}
-
-src_unpack() {
-   unpack ${A}
-
-   if use iso; then
-   unzip Diagnose_Remotely/ISOFor${MY_PN}_${MY_PV}.zip -d iso || 
die
-   fi
-
-   if use usb; then
-   unzip Diagnose_Remotely/USBFor${MY_PN}_${MY_PV}.zip -d usb || 
die
-   fi
-}
-
-src_install() {
-   insinto /usr/share/superdiag
-   doins startup.nsh ${MY_PN}.efi EFI/Boot/BootX64.efi
-
-   local DOCS=(
-   "Supermicro Super Diagnostics Offline readme.txt"
-   "Supermicro Super Diagnostics Offline User Guide V${MY_PV}.pdf"
-   )
-   dodoc "${DOCS[@]}"
-
-   if use iso; then
-   insinto /usr/share/superdiag/ISO
-   doins iso/${MY_PN}_${MY_PV}.iso
-
-   newdoc iso/Readme.txt Readme.ISO.txt
-   fi
-
-   if use usb; then
-   insinto /usr/share/superdiag/USB
-   doins usb/startup.nsh
-
-   dosym ../BootX64.efi /usr/share/superdiag/USB/BootX64.efi
-   dosym ../${MY_PN}.efi /usr/share/superdiag/USB/${MY_PN}.efi
-
-   newdoc usb/Readme.txt Readme.USB.txt
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libdlo/

2022-02-09 Thread Conrad Kostecki
commit: c18659463c35d228b895eb236ae73872d6130912
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:43:20 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1865946

x11-libs/libdlo: update EAPI 7 -> 8

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-libs/libdlo/libdlo-0.1.2-r2.ebuild | 50 ++
 1 file changed, 50 insertions(+)

diff --git a/x11-libs/libdlo/libdlo-0.1.2-r2.ebuild 
b/x11-libs/libdlo/libdlo-0.1.2-r2.ebuild
new file mode 100644
index ..5854396239bc
--- /dev/null
+++ b/x11-libs/libdlo/libdlo-0.1.2-r2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A fully open source driver which supports all DisplayLink devices"
+HOMEPAGE="https://libdlo.freedesktop.org/wiki/;
+SRC_URI="https://people.freedesktop.org/~berniet/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc ppc64 x86"
+IUSE="static-libs test-program"
+
+RDEPEND="virtual/libusb:0="
+DEPEND="${RDEPEND}"
+
+DOCS=( "AUTHORS" "ChangeLog" "Guide-v104.pdf" "README" )
+
+src_prepare() {
+   default
+
+   # AM_PROG_AR must be defined or automake will fail with:
+   # archiver requires 'AM_PROG_AR' in 'configure.ac'.
+   sed -i -e '/AC_PROG_CC/a AM_PROG_AR' configure.ac || die
+
+   # Only build the Displaylink test program, if a user wants it.
+   if ! use test-program; then
+   eapply "${FILESDIR}"/disable-testprogram.patch
+   fi
+
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   # Rename the Displaylink test program to an useful name
+   if use test-program; then
+   mv "${D}"/usr/bin/test1 "${D}"/usr/bin/displaylink-test || die
+   fi
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/arcconf/

2022-02-09 Thread Conrad Kostecki
commit: 2b9637b3e9027cda12f0f2b1ea8bf6a89baa5324
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:38:48 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9637b3

sys-block/arcconf: drop 2.01.22270-r1, 3.07.23971

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-block/arcconf/arcconf-2.01.22270-r1.ebuild | 42 --
 sys-block/arcconf/arcconf-3.07.23971.ebuild| 36 --
 2 files changed, 78 deletions(-)

diff --git a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild 
b/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild
deleted file mode 100644
index 10b55f1713e0..
--- a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="v${PV//./_}"
-
-inherit linux-info
-
-DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
-HOMEPAGE="https://www.microsemi.com/;
-SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip;
-
-LICENSE="Microsemi"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="fetch mirror bindist"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="usr/bin/arcconf"
-
-pkg_nofetch() {
-   elog "Please download ${A} from"
-   elog 
"https://storage.microsemi.com/en-us/speed/raid/storage_manager/${PN}_${MY_PV}_zip.php;
-   elog "and place it in your DISTDIR directory."
-}
-
-pkg_setup() {
-   # CONFIG_HARDENED_USERCOPY_PAGESPAN makes ARCCONF segault
-   if linux-info_get_any_version && linux_config_src_exists ; then
-   CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN"
-   check_extra_config
-   fi
-}
-
-src_install() {
-   dobin linux$(usex amd64 '_x64' '')/cmdline/arcconf
-}

diff --git a/sys-block/arcconf/arcconf-3.07.23971.ebuild 
b/sys-block/arcconf/arcconf-3.07.23971.ebuild
deleted file mode 100644
index 7d1a6ad982b0..
--- a/sys-block/arcconf/arcconf-3.07.23971.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="v${PV//./_}"
-
-inherit linux-info
-
-DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
-HOMEPAGE="https://www.microsemi.com/;
-SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip;
-S="${WORKDIR}/linux_x64"
-
-LICENSE="Microsemi"
-SLOT="0"
-KEYWORDS="-* amd64"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="mirror bindist"
-
-QA_PREBUILT="usr/bin/arcconf"
-
-pkg_setup() {
-   # CONFIG_HARDENED_USERCOPY_PAGESPAN makes ARCCONF segault
-   # LEGACY_VSYSCALL_NONE makes ARCCONF segaultmakes ARCCONF segault
-   if linux-info_get_any_version && linux_config_src_exists; then
-   CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN !LEGACY_VSYSCALL_NONE"
-   check_extra_config
-   fi
-}
-
-src_install() {
-   dobin arcconf
-}



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

2022-02-09 Thread Conrad Kostecki
commit: f2d37a4cea7426fc4ddd34e8325e0e542bf6eba6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:40:18 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d37a4c

sys-fs/cryptmount: drop 5.3.3

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-fs/cryptmount/cryptmount-5.3.3.ebuild | 76 ---
 1 file changed, 76 deletions(-)

diff --git a/sys-fs/cryptmount/cryptmount-5.3.3.ebuild 
b/sys-fs/cryptmount/cryptmount-5.3.3.ebuild
deleted file mode 100644
index 51ac0e120a86..
--- a/sys-fs/cryptmount/cryptmount-5.3.3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info
-
-DESCRIPTION="A utility for management and user-mode mounting of encrypted 
filesystems"
-HOMEPAGE="http://cryptmount.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="argv0switch cswap fsck +gcrypt +largefile mount +nls +luks +openssl 
selinux systemd udev"
-REQUIRED_USE="
-   luks? ( gcrypt )
-   openssl? ( gcrypt )
-"
-
-RDEPEND="
-   gcrypt? ( dev-libs/libgcrypt:0= )
-   luks? ( sys-fs/cryptsetup )
-   openssl? ( dev-libs/openssl:0= )
-   systemd? ( sys-apps/systemd )
-   udev? ( virtual/udev )
-   virtual/libiconv
-   virtual/libintl
-"
-
-DEPEND="
-   ${RDEPEND}
-   sys-kernel/linux-headers
-"
-
-BDEPEND="nls? ( sys-devel/gettext )"
-
-DOCS=( "AUTHORS" "ChangeLog" "NEWS" "README" "README.sshfs" "RELNOTES" "ToDo" )
-
-CONFIG_CHECK="BLK_DEV_DM"
-ERROR_BLK_DEV_DM="
-   Please enable Device Mapper support in your kernel config
-   -> Device Drivers
-   -> Multiple devices driver support (RAID and LVM)
-   -> Multiple devices driver support (RAID and LVM)
-   <*>/ Device mapper support
-"
-
-src_prepare() {
-   default
-
-   # Since SELinux is hardcoded, remove it on disabled SELinux profile
-   if ! use selinux; then
-   sed -e '/selinux/d' -i dmutils.c || die
-   fi
-}
-
-src_configure() {
-   local myeconf=(
-   --disable-rpath
-   $(use_enable argv0switch)
-   $(use_enable cswap)
-   $(use_enable fsck)
-   $(use_with gcrypt libgcrypt)
-   $(use_enable largefile)
-   $(use_enable mount delegation)
-   $(use_enable nls)
-   $(use_enable luks)
-   $(use_enable openssl openssl-compat)
-   $(use_with systemd)
-   $(use_enable udev libudev)
-
-   )
-
-   econf "${myeconf[@]}"
-}



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

2022-02-09 Thread Conrad Kostecki
commit: 0d4dedb07cdbb756216c8b904cda3c4b908ded0b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:40:08 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4dedb0

sys-fs/cryptmount: update EAPI 7 -> 8

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-fs/cryptmount/cryptmount-5.3.3-r1.ebuild | 76 
 1 file changed, 76 insertions(+)

diff --git a/sys-fs/cryptmount/cryptmount-5.3.3-r1.ebuild 
b/sys-fs/cryptmount/cryptmount-5.3.3-r1.ebuild
new file mode 100644
index ..ceafbdd5eb6d
--- /dev/null
+++ b/sys-fs/cryptmount/cryptmount-5.3.3-r1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info
+
+DESCRIPTION="A utility for management and user-mode mounting of encrypted 
filesystems"
+HOMEPAGE="http://cryptmount.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="argv0switch cswap fsck +gcrypt +largefile mount +nls +luks +openssl 
selinux systemd udev"
+REQUIRED_USE="
+   luks? ( gcrypt )
+   openssl? ( gcrypt )
+"
+
+RDEPEND="
+   gcrypt? ( dev-libs/libgcrypt:0= )
+   luks? ( sys-fs/cryptsetup )
+   openssl? ( dev-libs/openssl:0= )
+   systemd? ( sys-apps/systemd )
+   udev? ( virtual/udev )
+   virtual/libiconv
+   virtual/libintl
+"
+
+DEPEND="
+   ${RDEPEND}
+   sys-kernel/linux-headers
+"
+
+BDEPEND="nls? ( sys-devel/gettext )"
+
+DOCS=( "AUTHORS" "ChangeLog" "NEWS" "README" "README.sshfs" "RELNOTES" "ToDo" )
+
+CONFIG_CHECK="BLK_DEV_DM"
+ERROR_BLK_DEV_DM="
+   Please enable Device Mapper support in your kernel config
+   -> Device Drivers
+   -> Multiple devices driver support (RAID and LVM)
+   -> Multiple devices driver support (RAID and LVM)
+   <*>/ Device mapper support
+"
+
+src_prepare() {
+   default
+
+   # Since SELinux is hardcoded, remove it on disabled SELinux profile
+   if ! use selinux; then
+   sed -e '/selinux/d' -i dmutils.c || die
+   fi
+}
+
+src_configure() {
+   local myeconf=(
+   --disable-rpath
+   $(use_enable argv0switch)
+   $(use_enable cswap)
+   $(use_enable fsck)
+   $(use_with gcrypt libgcrypt)
+   $(use_enable largefile)
+   $(use_enable mount delegation)
+   $(use_enable nls)
+   $(use_enable luks)
+   $(use_enable openssl openssl-compat)
+   $(use_with systemd)
+   $(use_enable udev libudev)
+
+   )
+
+   econf "${myeconf[@]}"
+}



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

2022-02-09 Thread Conrad Kostecki
commit: 5f84c0f9fae8cf40f22de36c9033cc03c35f0dde
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:36:41 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f84c0f9

sys-apps/tas: update EAPI 7 -> 8

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/tas/tas-1.6.0.200601-r1.ebuild | 73 +
 1 file changed, 73 insertions(+)

diff --git a/sys-apps/tas/tas-1.6.0.200601-r1.ebuild 
b/sys-apps/tas/tas-1.6.0.200601-r1.ebuild
new file mode 100644
index ..3ce67d72f4a4
--- /dev/null
+++ b/sys-apps/tas/tas-1.6.0.200601-r1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info optfeature systemd
+
+MY_DATE="$(ver_cut 4)"
+MY_PN="${PN^^}"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="Supermicro Thin-Agent Service for monitoring through the BMC/IPMI"
+HOMEPAGE="https://www.supermicro.com;
+SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+S="${WORKDIR}"
+
+KEYWORDS="-* amd64 x86"
+LICENSE="BSD supermicro"
+SLOT="0"
+
+RDEPEND="
+   net-misc/networkmanager
+   sys-apps/ethtool
+   sys-apps/net-tools
+   sys-apps/smartmontools
+   sys-block/storcli
+   sys-devel/bc
+   sys-fs/lsscsi
+   sys-fs/mdadm"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+QA_PREBUILT="usr/bin/IPMITAS"
+
+DOCS=(
+   "clireadme.txt"
+   "ReleaseNotes.txt"
+   "software_license_agreement_pv.pdf"
+   "TAS_UserGuide.pdf"
+)
+
+CONFIG_CHECK="~IPMI_DEVICE_INTERFACE ~IPMI_HANDLER ~IPMI_SI"
+
+src_unpack() {
+   unpack ${A}
+   unpack "${S}"/${MY_PN}_${MY_PV}_build.${MY_DATE}_Linux.tar.gz
+}
+
+src_install() {
+   dobin TAS/$(usex amd64 '64' '32')bit/IPMITAS
+
+   insinto /etc/supermicro
+   doins "${FILESDIR}"/tas.ini
+
+   dodir /var/log/tas
+   local logfiles=( {starttime,tas,tas.com}.log )
+   for logfile in ${logfiles[@]}; do
+   touch "${ED}"/var/log/tas/${logfile} || die
+   dosym ../../var/log/tas/${logfile} /etc/supermicro/${logfile}
+   done
+
+   newinitd "${FILESDIR}"/tas.initd tas
+   systemd_newunit "${FILESDIR}"/tas.service tas.service
+
+   einstalldocs
+}
+
+pkg_postinst() {
+   optfeature "Broadcom controller management" sys-block/storcli
+   optfeature "LSI controller management" sys-block/sas3ircu
+}



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

2022-02-09 Thread Conrad Kostecki
commit: 3b5b9fb8517209239a4f838ffc344c9ee8ddf942
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Feb  9 21:36:13 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Feb  9 22:56:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b5b9fb8

sys-apps/superdiag: update EAPI 7 -> 8

Signed-off-by: Conrad Kostecki  gentoo.org>

 .../superdiag/superdiag-1.5.0.20210507-r1.ebuild   | 68 ++
 1 file changed, 68 insertions(+)

diff --git a/sys-apps/superdiag/superdiag-1.5.0.20210507-r1.ebuild 
b/sys-apps/superdiag/superdiag-1.5.0.20210507-r1.ebuild
new file mode 100644
index ..9d2a52f338f6
--- /dev/null
+++ b/sys-apps/superdiag/superdiag-1.5.0.20210507-r1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_DATE="$(ver_cut 4)"
+MY_PN="SuperDiag"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="Provides the capability to determine the health of Supermicro 
servers components"
+HOMEPAGE="https://www.supermicro.com;
+SRC_URI="${MY_PN}_${MY_PV}_${MY_DATE}.zip"
+S="${WORKDIR}"
+
+KEYWORDS="-* ~amd64 ~x86"
+LICENSE="supermicro"
+SLOT="0"
+IUSE="iso usb"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist fetch mirror"
+
+pkg_nofetch() {
+   elog "Please download ${A} from"
+   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=SDO;
+   elog "and place it in your DISTDIR directory."
+}
+
+src_unpack() {
+   unpack ${A}
+
+   if use iso; then
+   unzip Diagnose_Remotely/ISOFor${MY_PN}_${MY_PV}.zip -d iso || 
die
+   fi
+
+   if use usb; then
+   unzip Diagnose_Remotely/USBFor${MY_PN}_${MY_PV}.zip -d usb || 
die
+   fi
+}
+
+src_install() {
+   insinto /usr/share/superdiag
+   doins startup.nsh ${MY_PN}.efi EFI/Boot/BootX64.efi
+
+   local DOCS=(
+   "Supermicro Super Diagnostics Offline readme.txt"
+   "Supermicro Super Diagnostics Offline User Guide V${MY_PV}.pdf"
+   )
+   dodoc "${DOCS[@]}"
+
+   if use iso; then
+   insinto /usr/share/superdiag/ISO
+   doins iso/${MY_PN}_${MY_PV}.iso
+
+   newdoc iso/Readme.txt Readme.ISO.txt
+   fi
+
+   if use usb; then
+   insinto /usr/share/superdiag/USB
+   doins usb/startup.nsh
+
+   dosym ../BootX64.efi /usr/share/superdiag/USB/BootX64.efi
+   dosym ../${MY_PN}.efi /usr/share/superdiag/USB/${MY_PN}.efi
+
+   newdoc usb/Readme.txt Readme.USB.txt
+   fi
+}



  1   2   3   >