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

2022-12-03 Thread Alfredo Tupone
commit: 631ba8eaf47d7d7d5daac2299ba99c35c02373d6
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Dec  4 07:52:18 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Dec  4 07:52:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631ba8ea

dev-ada/libgpr: add 23.0.0

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

 dev-ada/libgpr/Manifest |  1 +
 dev-ada/libgpr/libgpr-23.0.0.ebuild | 68 +
 2 files changed, 69 insertions(+)

diff --git a/dev-ada/libgpr/Manifest b/dev-ada/libgpr/Manifest
index 2ffcc305022b..dcab710ca799 100644
--- a/dev-ada/libgpr/Manifest
+++ b/dev-ada/libgpr/Manifest
@@ -1,2 +1,3 @@
 DIST gprbuild-2021-20210519-19A34-src.tar.gz 2572773 BLAKE2B 
42244b96b48a10795812865a430a92a75f3e6a58f384a72e6941945707e712d239f2350e00bd94e6161fb19c6469197547f4ddb565e860ae1d08573b7c667997
 SHA512 
f2fd10cdf8bd2ae553184104a8d29ddf884329946c55e1a199d49358151e9f1ea25f6566d6e00d15e07d26ea4e84377f4ee137a9af4eecb862fc825dd987ada8
 DIST gprbuild-22.0.0.tar.gz 945311 BLAKE2B 
4573855667fe6c352a61ac2fd8218619e0c9fa5c5079fe6854988733b7dac27225177f550b58b8d596516e8d3bf9a279f44864fdcb00514ee9e5776415c78f2d
 SHA512 
7e77d9441454670a7b3b14cff97339e654bb82e7321abd9d612a771e1559f3276057e5163b50ca08b6ab77ebb9fcfd36590ba3c9cfd28d07fce43c7673ad254a
+DIST gprbuild-23.0.0.tar.gz 952887 BLAKE2B 
a0de49e838dd41ca927d728dc2e7f23298bb3e7f865146ed6807e1da0f20fe9ce345d972ef93340f1a1fec91082ce14b575ad4e6642d759cb9d696602f291508
 SHA512 
d3b1af5295c0216eaa93e52b63ca51ceeaea324a3a3f40644e294f9048170f9294335e7e8ee2d77d99d4d9bb359267921632a01d43485d841b6e771143fb47a5

diff --git a/dev-ada/libgpr/libgpr-23.0.0.ebuild 
b/dev-ada/libgpr/libgpr-23.0.0.ebuild
new file mode 100644
index ..6fcb61de1f14
--- /dev/null
+++ b/dev-ada/libgpr/libgpr-23.0.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ADA_COMPAT=( gnat_2021 gcc_12_2_0 )
+inherit ada multiprocessing
+
+MYPN=gprbuild
+MYP=${MYPN}-${PV}
+
+DESCRIPTION="Ada library to handle GPRbuild project files"
+HOMEPAGE="http://libre.adacore.com/;
+SRC_URI="https://github.com/AdaCore/${MYPN}/archive/refs/tags/v${PV}.tar.gz
+   -> ${MYP}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared static-libs static-pic"
+
+RDEPEND="dev-ada/xmlada:=[shared?,static-libs?,static-pic?,${ADA_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-ada/gprbuild[${ADA_USEDEP}]"
+REQUIRED_USE="${ADA_REQUIRED_USE}
+   || ( shared static-libs static-pic )"
+
+S="${WORKDIR}"/${MYP}
+
+PATCHES=( "${FILESDIR}"/${PN}-2020-gentoo.patch )
+
+src_prepare() {
+   default
+   sed -i -e '/Library_Name/s|gpr|gnatgpr|' gpr/gpr.gpr || die
+}
+
+src_configure() {
+   emake setup
+}
+
+src_compile() {
+   build () {
+   gprbuild -p -m -j$(makeopts_jobs) -XBUILD=production -v \
+   -XLIBRARY_TYPE=$1 -XXMLADA_BUILD=$1 \
+   gpr/gpr.gpr -cargs:C ${CFLAGS} -cargs:Ada ${ADAFLAGS} 
|| die
+   }
+   if use shared; then
+   build relocatable
+   fi
+   if use static-libs; then
+   build static
+   fi
+   if use static-pic; then
+   build static-pic
+   fi
+}
+
+src_install() {
+   if use static-libs; then
+   emake prefix="${D}"/usr libgpr.install.static
+   fi
+   for kind in shared static-pic; do
+   if use ${kind}; then
+   emake prefix="${D}"/usr libgpr.install.${kind}
+   fi
+   done
+   rm -r "${D}"/usr/share/gpr/manifests || die
+   einstalldocs
+}



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

2022-12-03 Thread Michał Górny
commit: 8d064685b3ac1f3c977906e7e2ae0283695705ed
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  4 07:20:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  4 07:44:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d064685

dev-python/nuitka: Bump to 1.2.4

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

 dev-python/nuitka/Manifest|  1 +
 dev-python/nuitka/nuitka-1.2.4.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
index b0e8dad049be..ca0ae7ff7cb6 100644
--- a/dev-python/nuitka/Manifest
+++ b/dev-python/nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-1.2.3.tar.gz 3958335 BLAKE2B 
c2d47e7ff355492fb72f224be92445849c3fce13768ba7957cf4c9cd4e0ec7c3904e5465ad543e16d1419a01b42cd4399b816e1ff56e2c8ea5c57fddbc04
 SHA512 
1c842c21764bd0dc9bf68bb26506959b35e54d03c1d6d6b9c179289ec073ed07b75d6709a3c73ac3e14bb988a7b2f5a88f7dfcce55a25eab1c5e4b294b15d4f4
+DIST Nuitka-1.2.4.tar.gz 3958942 BLAKE2B 
ca3be2453815949b05f8a74dc783c58125ebbda038a86f22d273c6e4ef6c8b3fe3d238b3abedb0062ace59a0f60545312f8ad8af056b13c975106ee0c7563fa7
 SHA512 
7a160f7b12ba9dd66af2d3c798bafd4b2d4f60068acb18be5dc9246c811df58b6f2e6b1c3610ed045d7a73042728b53b92c36b239cb88931d500c904e7018847

diff --git a/dev-python/nuitka/nuitka-1.2.4.ebuild 
b/dev-python/nuitka/nuitka-1.2.4.ebuild
new file mode 100644
index ..b55f0385d58a
--- /dev/null
+++ b/dev-python/nuitka/nuitka-1.2.4.ebuild
@@ -0,0 +1,55 @@
+# 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 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+SRC_URI="https://nuitka.net/releases/${P^}.tar.gz;
+S=${WORKDIR}/${P^}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



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

2022-12-03 Thread Michał Górny
commit: 60f53576e70dde6e83f5de77252e504af3a208bf
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  4 07:21:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  4 07:44:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f53576

dev-python/pytest-xdist: Bump to 3.1.0

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

 dev-python/pytest-xdist/Manifest  |  1 +
 dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 1aafb184b5a7..85bb4d379940 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1 +1,2 @@
 DIST pytest-xdist-3.0.2.tar.gz 69590 BLAKE2B 
b7e471e1888f78e1c91a867cd1d06f373c255018f63daab4af30fe47df816721954f484006b59bb38d58f9525712a5bc7bb6f00d190bee3580b82baf9b2cb55d
 SHA512 
8b03dd156b7ef82b3b0c78f8aeb83410ce3014e3764aeca4161d57fe2ad557f0316ca86dbf06ac79ddc677df3dc838161fe427b0d1d9ba9446612360eb99fbf2
+DIST pytest-xdist-3.1.0.tar.gz 71977 BLAKE2B 
c29622377743aec0a90f0e92af866a63106b9c37abee379222fd2b5c40f0607c33010bb5d2cb5212fc90a438d787ecb435f07c31e0db7a10599696c33b309a32
 SHA512 
884cdd85754b36338666cbdd71575ef18465730cfc4ab7333b93aa46823c1dc33e8055117241f4c87e1b8c82492881cc0f91ef1bb2ddc164aa00bfa1e5e2d245

diff --git a/dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild
new file mode 100644
index ..1079a190886e
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild
@@ -0,0 +1,45 @@
+# 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..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="
+   https://pypi.org/project/pytest-xdist/
+   https://github.com/pytest-dev/pytest-xdist/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/execnet[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/filelock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # disable autoloading plugins in nested pytest calls
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   # since we disabled autoloading, force loading necessary plugins
+   local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
+
+   epytest
+}



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

2022-12-03 Thread Michał Górny
commit: 0ee69105410c4b83e1fb104c34d60d344bc62ff6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  4 07:20:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  4 07:44:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee69105

dev-python/nuitka: Remove old

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

 dev-python/nuitka/Manifest|  3 --
 dev-python/nuitka/nuitka-1.2.1.ebuild | 55 ---
 dev-python/nuitka/nuitka-1.2.2.ebuild | 55 ---
 dev-python/nuitka/nuitka-1.2.ebuild   | 55 ---
 4 files changed, 168 deletions(-)

diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
index 3d46fd9727dc..b0e8dad049be 100644
--- a/dev-python/nuitka/Manifest
+++ b/dev-python/nuitka/Manifest
@@ -1,4 +1 @@
-DIST Nuitka-1.2.1.tar.gz 3958041 BLAKE2B 
461fd91fc2948aa131a5295f3e2f8c99d8de26b32d0dd3008ee130bdc8b722a469e458a717b5cbdbf45cd3720dfff828c3eade1d57c7f0ee391cd062105b4ad1
 SHA512 
98a95342a78c935ebea88446ee875122baeb66290148cf8c454c8287ecc40b092015d710a1a25b35c3b6869138800d2c654b09a3424512536f06d27860bfa2bb
-DIST Nuitka-1.2.2.tar.gz 3958127 BLAKE2B 
fb4fbbf3537d78b5375ef9e26c65bae5a09db2b8839308b8b1ab847c9e820586e84742fd89aa91f8c0bfb366309cc4106ed2195566762103a54951026f81c3b8
 SHA512 
4b11e15fbb81d3bbf9c687a05ecd71cec7b4f145ad7f1af5a98eb77ff6e4d93bac5e3af8474b9ba0a7bffb5b191f46960e317b53d315455a1ca2ea0660859357
 DIST Nuitka-1.2.3.tar.gz 3958335 BLAKE2B 
c2d47e7ff355492fb72f224be92445849c3fce13768ba7957cf4c9cd4e0ec7c3904e5465ad543e16d1419a01b42cd4399b816e1ff56e2c8ea5c57fddbc04
 SHA512 
1c842c21764bd0dc9bf68bb26506959b35e54d03c1d6d6b9c179289ec073ed07b75d6709a3c73ac3e14bb988a7b2f5a88f7dfcce55a25eab1c5e4b294b15d4f4
-DIST Nuitka-1.2.tar.gz 3957227 BLAKE2B 
e82c8e30ef326254db255785efd2bab1450c2c496bbef1aae35e6f6c42fee09f2454bdff366ecfcf704aa42bbe9cd62ff5a65f26065b85e95083cb0134829dbc
 SHA512 
65c262109f2341aab607601299ec70c88df46218ecc2bb7a7d39ff66b8d4ec43e44a5d30ac936d6572fb141ca6b19e3c0e0c01975dea82d46a2ec190ed13c21b

diff --git a/dev-python/nuitka/nuitka-1.2.1.ebuild 
b/dev-python/nuitka/nuitka-1.2.1.ebuild
deleted file mode 100644
index b55f0385d58a..
--- a/dev-python/nuitka/nuitka-1.2.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-SRC_URI="https://nuitka.net/releases/${P^}.tar.gz;
-S=${WORKDIR}/${P^}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/nuitka/nuitka-1.2.2.ebuild 
b/dev-python/nuitka/nuitka-1.2.2.ebuild
deleted file mode 100644
index b55f0385d58a..
--- a/dev-python/nuitka/nuitka-1.2.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-SRC_URI="https://nuitka.net/releases/${P^}.tar.gz;
-S=${WORKDIR}/${P^}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   

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

2022-12-03 Thread Michał Górny
commit: 6848334b891646018b15b515db26df1225c508b0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  4 07:17:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  4 07:44:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6848334b

dev-python/hypothesis: Bump to 6.60.0

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

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-6.60.0.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index d79b778aebfa..486766d2c8b2 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -4,3 +4,4 @@ DIST hypothesis-6.58.0.gh.tar.gz 9335693 BLAKE2B 
8e72b1ddd2a0c3bd07e5e865147e0be
 DIST hypothesis-6.58.1.gh.tar.gz 9335673 BLAKE2B 
2f4c34f89547c3e05bc9238b9daee864335b89e1c2aab81765aeb0f806c730c33a52fe4820a718df078bb502e507cb954abe4f8528ec8566a366994cadb45d2d
 SHA512 
efcddb49239b10ae851d3c3331629fd41f19d78e30f52f7d672735b397d4cc21fc5e3cabac824046cb391d999605e80abd014d837437593215a3d71aa60b407e
 DIST hypothesis-6.58.2.gh.tar.gz 9336284 BLAKE2B 
404265e82d5b2e7e131cde9a97ef08a8bbfc482ba58f44fcfca4650b59529b51968c8eba1156b0b397bafa429cfa4b4e3c9d8988a6dbecad40d96c3736a5c2da
 SHA512 
3bfd11c2f10e2075ad756247af6ef8f7e47a79746c6103db2158a3e569319226064f108170018f3455c542308a36bcb9e46d63ec9a66d8d081fdafdb82dfe65f
 DIST hypothesis-6.59.0.gh.tar.gz 9337749 BLAKE2B 
29673a769702cf80efa05c3f5a60a3dac6d1226db2afbf25e3ff71be801c396db843222dac5facff8bbb1105dbd7533e2e908188a611a6e051b757ef87498dae
 SHA512 
8d189576a45dc527c2adc0b36781a9323292aa3ed61ab1e0747c379d170c8a1907b787889ceb767d4814422d158c3cdd542360e75295605805b22d832a999777
+DIST hypothesis-6.60.0.gh.tar.gz 9338839 BLAKE2B 
b50028b6960264d318135a70cdabc2f7c6bd563027c87dab12f98c240b884835a8e6e70d2372a23180c0aa3070d00e6e4ab7bd85461d60c57a68cbbea8e24f1a
 SHA512 
674518511a8ee362b7a3ab7da83fdb02dc9bb280dfac7362d1ce64c34d01a62462026018c593c3de4b59336ffc79144dc0823c8c1ff7865c9322e61a29e63b40

diff --git a/dev-python/hypothesis/hypothesis-6.60.0.ebuild 
b/dev-python/hypothesis/hypothesis-6.60.0.ebuild
new file mode 100644
index ..bbb3ede19663
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-6.60.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+CLI_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( "${CLI_COMPAT[@]}" python3_11 pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 multiprocessing optfeature
+
+TAG=hypothesis-python-${PV}
+MY_P=hypothesis-${TAG}
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="
+   https://github.com/HypothesisWorks/hypothesis/
+   https://pypi.org/project/hypothesis/
+"
+SRC_URI="
+   https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/hypothesis-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="cli"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' "${CLI_COMPAT[@]}")
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   !!

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

2022-12-03 Thread Hans de Graaff
commit: fe243eba79c7af10ba4ff265cf8ce986c78bbb18
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  4 07:20:34 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 07:20:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe243eba

profiles/package.mask: mask old selenium-webdriver slot for removal

Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index fa5201ec5012..dd962f88047f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Hans de Graaff  (2022-12-04)
+# Obsolete slot without reverse dependencies. Use a newer
+# selenium-webdriver slot instead. Masked for removal in 30 days.
+dev-ruby/selenium-webdriver:3
+
 # Hans de Graaff  (2022-12-03)
 # ruby27-only packages with no other reverse dependencies.
 # Last releases in 2013 and 2015. Removal in 30 days.



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

2022-12-03 Thread Hans de Graaff
commit: 76bf1f4668d62e293e576cdd9c83fb3556607294
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  4 07:16:45 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 07:16:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76bf1f46

dev-ruby/shoulda-matchers: stabilize 4.5.1-r1 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild 
b/dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild
index 2353fb1f39ed..28d42f93eda9 100644
--- a/dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild
+++ b/dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/thoughtbot/shoulda-matchers/archive/v${PV}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/activesupport-4.2.0:*"



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

2022-12-03 Thread Hans de Graaff
commit: 4a067024467c579760d2c42f7574bc654c9211a6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  4 07:12:55 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 07:12:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a067024

dev-ruby/terminal-table: enable ruby30 and disable ruby25, ruby26

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/terminal-table/terminal-table-2.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/terminal-table/terminal-table-2.0.0.ebuild 
b/dev-ruby/terminal-table/terminal-table-2.0.0.ebuild
index 8e50ad85b62c..17ed5ebe4a0e 100644
--- a/dev-ruby/terminal-table/terminal-table-2.0.0.ebuild
+++ b/dev-ruby/terminal-table/terminal-table-2.0.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2022-12-03 Thread Hans de Graaff
commit: ba9a055818dba6ba9c6db38c1615b221473b4fe8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  4 07:07:48 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 07:09:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9a0558

profiles/package.mask: mask ultraviolet/textpow for removal

Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e6aaace2c608..fa5201ec5012 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Hans de Graaff  (2022-12-03)
+# ruby27-only packages with no other reverse dependencies.
+# Last releases in 2013 and 2015. Removal in 30 days.
+dev-ruby/textpow
+dev-ruby/ultraviolet
+
 # Hans de Graaff  (2022-12-03)
 # Obsolete slot without reverse dependencies. Use a newer vcr
 # slot instead. Masked for removal in 30 days.



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

2022-12-03 Thread Hans de Graaff
commit: 9e78da543a1b6f282de10ca19309577b606ce621
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  4 07:15:20 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 07:15:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e78da54

dev-ruby/slim: drop 4.1.0-r1

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/slim/slim-4.1.0-r1.ebuild | 55 --
 1 file changed, 55 deletions(-)

diff --git a/dev-ruby/slim/slim-4.1.0-r1.ebuild 
b/dev-ruby/slim/slim-4.1.0-r1.ebuild
deleted file mode 100644
index 598b0ee96d48..
--- a/dev-ruby/slim/slim-4.1.0-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_RECIPE_DOC="rake"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A template language aiming to reduce the syntax to the essential 
parts"
-HOMEPAGE="http://slim-lang.com/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-SLOT="$(ver_cut 1)"
-IUSE="doc"
-
-ruby_add_rdepend ">=dev-ruby/tilt-2.0.6:* =dev-ruby/tilt-2.0*:*
-   >=dev-ruby/temple-0.7.6:0.7
-   !!

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

2022-12-03 Thread Hans de Graaff
commit: 4ecde467518dac0bf72560d0519bf322e424f71b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  4 07:18:07 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 07:18:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ecde467

dev-ruby/sexp_processor: drop 4.15.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/sexp_processor/Manifest   |  1 -
 .../sexp_processor/sexp_processor-4.15.0.ebuild| 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-ruby/sexp_processor/Manifest b/dev-ruby/sexp_processor/Manifest
index 95225c3cc2cc..2650735adf30 100644
--- a/dev-ruby/sexp_processor/Manifest
+++ b/dev-ruby/sexp_processor/Manifest
@@ -1,3 +1,2 @@
-DIST sexp_processor-4.15.0.gem 56320 BLAKE2B 
8624b7fe28f4aa9447f42cf4f8c5b424088ca2c1628f3e785f746ceb60725449812205dc657ea856c5bead616ac18d689330315fdb44e92447ee3a89740557d1
 SHA512 
f7877ca59191ab39848c6d3b0cf9625c2e1c180784cd757c00a7cea67aa6eee5549ab5630641f4044c875a1aaadc89b8237f8adadc961ed86c5379cb72db33c3
 DIST sexp_processor-4.16.0.gem 56832 BLAKE2B 
431005f5adc04605f6be5a34eb8933b32e4c90426f7099c670f70753381fc8892f9f9b39cba715e6192cd26a9a042ca4d7122ef7e75d2310d72772c3ba470fd2
 SHA512 
d6300b963782fcaa1f0854a0a10714e9fd65aac2925ba99e9c986eb62f2e940c18652f919640bcb9f8bb13ea613bee723f80a3237bd6a692bf719e726dc917f3
 DIST sexp_processor-4.16.1.gem 56832 BLAKE2B 
fa17cf32d67cec6a89c202d10dd18af463c70ad2e5455c891b4a68bee6fe6971577067192ae5ad2bfb7eb3f932a1988cb878ad5d901191538a69d62968c9d12f
 SHA512 
eda019d253cce8cd6a93532745dc03e8129f7667e798543b0d38488dceb951b058e292976fe085126c421412c289c3d650ce1cf14c0fbbbafdef896b4db615b2

diff --git a/dev-ruby/sexp_processor/sexp_processor-4.15.0.ebuild 
b/dev-ruby/sexp_processor/sexp_processor-4.15.0.ebuild
deleted file mode 100644
index 862809482e71..
--- a/dev-ruby/sexp_processor/sexp_processor-4.15.0.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
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Processor for s-expressions created as part of the ParseTree 
project"
-HOMEPAGE="https://www.zenspider.com/projects/sexp_processor.html;
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/minitest-5.5
-   )"
-
-each_ruby_test() {
-   ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}



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

2022-12-03 Thread Hans de Graaff
commit: ad3bc46c592f8440bd3ffb6b99dd57e4372437af
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  4 07:17:20 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 07:17:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3bc46c

dev-ruby/shoulda: drop 3.6.0-r1

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/shoulda/shoulda-3.6.0-r1.ebuild | 33 
 1 file changed, 33 deletions(-)

diff --git a/dev-ruby/shoulda/shoulda-3.6.0-r1.ebuild 
b/dev-ruby/shoulda/shoulda-3.6.0-r1.ebuild
deleted file mode 100644
index 88a3b81ac991..
--- a/dev-ruby/shoulda/shoulda-3.6.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Making tests easy on the fingers and eyes"
-HOMEPAGE="http://thoughtbot.com/projects/shoulda;
-SRC_URI="https://github.com/thoughtbot/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-# This now more or less a meta-gem and it only contains features for
-# integration tests using Appraisals, which we don't currently package.
-RESTRICT=test
-
-ruby_add_rdepend ">=dev-ruby/shoulda-context-1.0.1
-   dev-ruby/shoulda-matchers:3"
-
-all_ruby_prepare() {
-   sed -e '/executables/,/^  end/d ; /test_files/d; s/git ls-files/find . 
-print/' -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/kops-bin/

2022-12-03 Thread Gabriel M. Dutra
commit: b210ea1b035572ea1aa131528e2c59d2e3c501b6
Author: Gabriel M. Dutra <0xdutra  gmail  com>
AuthorDate: Sun Dec  4 07:04:52 2022 +
Commit: Gabriel M. Dutra <0xdutra  gmail  com>
CommitDate: Sun Dec  4 07:04:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b210ea1b

sys-cluster/kops-bin: new package, add 1.25.3

Signed-off-by: Gabriel M. Dutra <0xdutra  gmail.com>

 sys-cluster/kops-bin/Manifest   |  1 +
 sys-cluster/kops-bin/kops-bin-1.25.3.ebuild | 24 
 sys-cluster/kops-bin/metadata.yml   | 12 
 3 files changed, 37 insertions(+)

diff --git a/sys-cluster/kops-bin/Manifest b/sys-cluster/kops-bin/Manifest
new file mode 100644
index 0..b2599e00e
--- /dev/null
+++ b/sys-cluster/kops-bin/Manifest
@@ -0,0 +1 @@
+DIST kops-bin-1.25.3.bin 169712286 BLAKE2B 
7b4e9cecb625d734b128456c4e9cc3bd8db386a63a798140e38f7ecfa2e61395ce612e99e41ec7b9f6752bbf36dd4b632b35ce3bb1836df65a30517e63c8c436
 SHA512 
7271bbc88bdf48cea3922bb173a0dd82584d2ea8d6b43b747312329ba5df540951c4b046cc273ece1e44c9f9a3024e5c61fa80f192ea4b8c264ccfa295b8cafe

diff --git a/sys-cluster/kops-bin/kops-bin-1.25.3.ebuild 
b/sys-cluster/kops-bin/kops-bin-1.25.3.ebuild
new file mode 100644
index 0..55d80c77e
--- /dev/null
+++ b/sys-cluster/kops-bin/kops-bin-1.25.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Kubernetes Operations"
+HOMEPAGE="https://kops.sigs.k8s.io/ https://github.com/kubernetes/kops;
+SRC_URI="https://github.com/kubernetes/${PN%-bin}/releases/download/v${PV}/kops-linux-amd64
 -> ${P}.bin"
+
+LICENSE="Apache-2.0 BSD-2 BSD-4 ECL-2.0 imagemagick ISC JSON MIT 
MIT-with-advertising MPL-2.0 unicode"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+src_unpack() {
+   mkdir -p -- "${S}"
+   cp -- "${DISTDIR}/${A}" "${S}/${PN%-bin}"
+}
+
+src_compile() { :; }
+
+src_install() {
+   dobin "${S}/${PN%-bin}"
+}

diff --git a/sys-cluster/kops-bin/metadata.yml 
b/sys-cluster/kops-bin/metadata.yml
new file mode 100644
index 0..9e59e4c3a
--- /dev/null
+++ b/sys-cluster/kops-bin/metadata.yml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   0xdu...@gmail.com
+   Gabriel M. Dutra
+   
+   
+   
https://github.com/kubernetes/kops/tree/master/docs/releases
+   kubernetes/kops
+   
+



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

2022-12-03 Thread Hans de Graaff
commit: fa7ce7faad064eca344bfda6b7dcdd1cf42077cf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  4 06:46:39 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 06:54:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7ce7fa

dev-ruby/io-event: add 1.1.3

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/io-event/Manifest  |  1 +
 dev-ruby/io-event/io-event-1.1.3.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/io-event/Manifest b/dev-ruby/io-event/Manifest
index 6540117d205b..aef993a8bdac 100644
--- a/dev-ruby/io-event/Manifest
+++ b/dev-ruby/io-event/Manifest
@@ -1 +1,2 @@
 DIST io-event-1.1.2.tar.gz 34305 BLAKE2B 
8e7814ada38c4a766f413373e0ef5b0c94a1b94342667a25c59bf8925fed791c3dc527bf63f02a9e40297abcdde730047a3a80104ac9d9f12ea648e5842ea851
 SHA512 
68a9c01f8075117767cdcacb095f9587118f86cc536d94a990b55e63e7f5213c350556486c45e2687db2ac810d48dc1d9aa28e994ef6ae0229f7b258d0b92aa2
+DIST io-event-1.1.3.tar.gz 34336 BLAKE2B 
bf0143c73e8d3f2929d3d86a740bb4c846558e3e605414087a5bb16b6e8d1c0b35494b9c761de8d57004b4b540b72d16916ec602a04f204f32fa5ba074a465a3
 SHA512 
9da7405e6d0d0b7aed30718bd52c15bd05061f73c4a1ed481bbfa037a11d75a034876e7470ad29523e8e16c5a3b69eaf8716d81b8e840fb01c6248ecab633495

diff --git a/dev-ruby/io-event/io-event-1.1.3.ebuild 
b/dev-ruby/io-event/io-event-1.1.3.ebuild
new file mode 100644
index ..107271412ff8
--- /dev/null
+++ b/dev-ruby/io-event/io-event-1.1.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
+RUBY_FAKEGEM_EXTRADOC="readme.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An event loop"
+HOMEPAGE="https://github.com/socketry/io-event;
+SRC_URI="https://github.com/socketry/io-event/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~sparc"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/sus-0.6:0 )"
+
+all_ruby_prepare() {
+   sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' 
"${RUBY_FAKEGEM_GEMSPEC}" || die
+
+   # Avoid dependency on unpackaged covered package
+   rm -f config/sus.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S sus-parallel || die
+}



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

2022-12-03 Thread Hans de Graaff
commit: 7ffd705af7039f99a73d712cb1fac2c8824de3fc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  4 06:52:02 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 06:54:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffd705a

dev-ruby/mail: add 2.8.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mail/Manifest  |  1 +
 dev-ruby/mail/mail-2.8.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index 8063e96e4fd4..6b88534462a9 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1 +1,2 @@
 DIST mail-2.7.1-git.tar.gz 625251 BLAKE2B 
c1efbb259042155e983c1971fe9821eb0dd850089bd04cb0c74513f6f17dabf8ecc3155d9e5846ae657383f522872323f8fba37d51fba4318ac682d18a6d4c50
 SHA512 
17c601c86715135331f750048339a11a67a17f34486dbafa3ba7e9af9970d60927a2fa95c72a398418548df1fdf5addb2ed3afe9da7dff1f0bd949438726be1b
+DIST mail-2.8.0-git.tar.gz 620136 BLAKE2B 
4c115ddf92ef18c7889d391d264bf4c0be37be4849accf6e4778cc50317a4c0cd5f042c465f4f7862ca33e1de166b35bcb6d6e08e3fe44cce6aecbf1c1f9380e
 SHA512 
ac60d72d16dd75fb5e8474900e069d5f711ce66340582a96d1f79ba582841cb82b212637053f45d1014997776ff411cbc8f9c19e06f024f6aa59b09c50c02583

diff --git a/dev-ruby/mail/mail-2.8.0.ebuild b/dev-ruby/mail/mail-2.8.0.ebuild
new file mode 100644
index ..705af4c7621c
--- /dev/null
+++ b/dev-ruby/mail/mail-2.8.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
+
+inherit ruby-fakegem
+
+GITHUB_USER="mikel"
+
+DESCRIPTION="An email handling library"
+HOMEPAGE="https://github.com/mikel/mail;
+SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/mini_mime-0.1.1
+   dev-ruby/net-imap
+   dev-ruby/net-pop
+   dev-ruby/net-smtp
+"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove 
Bundler code."
+
+   sed -i -e '/benchmark/I s:^:#:' spec/spec_helper.rb || die
+}



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

2022-12-03 Thread Hans de Graaff
commit: d24003abe96b97f8d1018ea0b7b3714fd00a0888
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  4 06:47:30 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 06:54:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24003ab

dev-ruby/sus: add 0.15.1

Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/sus/Manifest b/dev-ruby/sus/Manifest
index 1c2e15542c8a..e6cefd04bd30 100644
--- a/dev-ruby/sus/Manifest
+++ b/dev-ruby/sus/Manifest
@@ -1,3 +1,4 @@
 DIST sus-0.13.0.tar.gz 23399 BLAKE2B 
f96717409f5f14727b359e39bc1bb4726fe1cae98de46bf06e6e008df9a23746219decdb8de171cbc1c6c39ac84b4011e475daa43c7996c01968f4acc5289c84
 SHA512 
c0cb1b1d02e2fc812c6b3cf555af59f543bcdd82829d744d0e4fafb9043e503e8c9ebb52da33e56703d23ccaeaff583abf72e1df55a726ceca59d50d21b51eb3
 DIST sus-0.14.0.tar.gz 24207 BLAKE2B 
1132e6fdf7c842ec8835613b647c837a1f5ec46c19743d186f7b57a68aff35201c29443e43242f0a375d97a0209148e483b6e8b8e44e1b94848f12a717161c42
 SHA512 
007eab396caa7401c028ee3b72f368810a6d01b50f84e657376ad8f7ea406b9a9cd13e3d481292197de05947a521513761da1141fc6b7e73791624966969281b
 DIST sus-0.15.0.tar.gz 25434 BLAKE2B 
538ac7b81f7dcc74143e42a7b3fb5e12243b6a36228ac09cdf31549a9a01d9e155fdd6ef079772b525e6993e07a12230ef87064d99b6ec5ddc643e9128cc
 SHA512 
0110b08af0a94595764a9085e23d9d4b3ac1dec0b16e3c672b11520c7155d6b147890d53d25f00302812d22f95cb3ee7fc5563eae2476d8c99b7cc30aaadbc9e
+DIST sus-0.15.1.tar.gz 25680 BLAKE2B 
4350023a6c2ae1c77687d0ebb66a31cd7a4d90cf955eabdca44be2282984aa3740e2f489844d7e30f448ba92cda6c949992cad1ed246c48db01c5b08ec058ad9
 SHA512 
f962f7f921144cca25faeb53be34a892501fdc1a2bd83dc64be7640232d1faa82b4d28c046af3440f7e142ea0fba525e1087b466952988e017ff469897dc01e4

diff --git a/dev-ruby/sus/sus-0.15.1.ebuild b/dev-ruby/sus/sus-0.15.1.ebuild
new file mode 100644
index ..439f98b70da2
--- /dev/null
+++ b/dev-ruby/sus/sus-0.15.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="readme.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A fast and scalable test runner"
+HOMEPAGE="https://github.com/ioquatix/sus;
+SRC_URI="https://github.com/ioquatix/sus/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' 
"${RUBY_FAKEGEM_GEMSPEC}" || die
+
+   # Remove the sus configuration which enabled coverage checks.
+   # Its dependency is not packaged.
+   rm -f config/sus.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} bin/sus-parallel || die
+}



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

2022-12-03 Thread Joonas Niilola
commit: 03a550734ecebf86bf48dc6c2066840aa60b92c0
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Dec  4 06:50:25 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  4 06:52:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a55073

app-text/mupdf: Stabilize 1.20.3 amd64, #884215

Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/app-text/mupdf/mupdf-1.20.3.ebuild 
b/app-text/mupdf/mupdf-1.20.3.ebuild
index 3658be0e67b6..5c950a053992 100644
--- a/app-text/mupdf/mupdf-1.20.3.ebuild
+++ b/app-text/mupdf/mupdf-1.20.3.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${P}-source
 
 LICENSE="AGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~x86"
 IUSE="+javascript opengl ssl X"
 REQUIRED_USE="opengl? ( javascript )"
 



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

2022-12-03 Thread Joonas Niilola
commit: a2c804074f1d34ce87644e781fb4539b9001add6
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Dec  4 06:51:40 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  4 06:52:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c80407

app-text/mupdf: Stabilize 1.20.3 x86, #884215

Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/app-text/mupdf/mupdf-1.20.3.ebuild 
b/app-text/mupdf/mupdf-1.20.3.ebuild
index 5c950a053992..4ae490af4eb7 100644
--- a/app-text/mupdf/mupdf-1.20.3.ebuild
+++ b/app-text/mupdf/mupdf-1.20.3.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${P}-source
 
 LICENSE="AGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
x86"
 IUSE="+javascript opengl ssl X"
 REQUIRED_USE="opengl? ( javascript )"
 



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

2022-12-03 Thread Joonas Niilola
commit: 7cfcdead0ec9b637cd5a2380bd0a0483fb5df86a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Dec  4 06:50:59 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  4 06:52:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cfcdead

net-vpn/strongswan: Stabilize 5.9.8 amd64, #884213

Signed-off-by: Joonas Niilola  gentoo.org>

 net-vpn/strongswan/strongswan-5.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/strongswan/strongswan-5.9.8.ebuild 
b/net-vpn/strongswan/strongswan-5.9.8.ebuild
index 5cdfe7c002a2..9a4ab21889d9 100644
--- a/net-vpn/strongswan/strongswan-5.9.8.ebuild
+++ b/net-vpn/strongswan/strongswan-5.9.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://download.strongswan.org/${P}.tar.bz2;
 
 LICENSE="GPL-2 RSA DES"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+caps curl +constraints debug dhcp eap farp gcrypt +gmp ldap mysql 
networkmanager +non-root +openssl selinux sqlite systemd pam pkcs11"
 
 STRONGSWAN_PLUGINS_STD="gcm led lookip systime-fix unity vici"



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

2022-12-03 Thread Joonas Niilola
commit: ab7763d7b89565435fe07096876747a7e4de6e7b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Dec  4 06:48:53 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  4 06:52:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7763d7

media-gfx/converseen: Stabilize 0.9.9.8 amd64, #884217

Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/converseen/converseen-0.9.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/converseen/converseen-0.9.9.8.ebuild 
b/media-gfx/converseen/converseen-0.9.9.8.ebuild
index c0754ac324ad..ac5d4c6256a7 100644
--- a/media-gfx/converseen/converseen-0.9.9.8.ebuild
+++ b/media-gfx/converseen/converseen-0.9.9.8.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/Faster3ck/Converseen/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 # FIXME: graphicsmagick dependency does not work properly, failures when 
compiling



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

2022-12-03 Thread Joonas Niilola
commit: 473fe961a709e7a566a07c4670d3b67a86628ff4
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Dec  4 06:52:05 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  4 06:52:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=473fe961

net-vpn/strongswan: Stabilize 5.9.8 x86, #884213

Signed-off-by: Joonas Niilola  gentoo.org>

 net-vpn/strongswan/strongswan-5.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/strongswan/strongswan-5.9.8.ebuild 
b/net-vpn/strongswan/strongswan-5.9.8.ebuild
index 9a4ab21889d9..665e5c0b126c 100644
--- a/net-vpn/strongswan/strongswan-5.9.8.ebuild
+++ b/net-vpn/strongswan/strongswan-5.9.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://download.strongswan.org/${P}.tar.bz2;
 
 LICENSE="GPL-2 RSA DES"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+caps curl +constraints debug dhcp eap farp gcrypt +gmp ldap mysql 
networkmanager +non-root +openssl selinux sqlite systemd pam pkcs11"
 
 STRONGSWAN_PLUGINS_STD="gcm led lookip systime-fix unity vici"



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

2022-12-03 Thread Joonas Niilola
commit: 29a5a50c6109e3448d0ffdc01cdbff05270760ff
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Dec  4 06:49:53 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  4 06:52:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a5a50c

media-gfx/converseen: Stabilize 0.9.9.8 x86, #884217

Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/converseen/converseen-0.9.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/converseen/converseen-0.9.9.8.ebuild 
b/media-gfx/converseen/converseen-0.9.9.8.ebuild
index ac5d4c6256a7..e33a03bbc62c 100644
--- a/media-gfx/converseen/converseen-0.9.9.8.ebuild
+++ b/media-gfx/converseen/converseen-0.9.9.8.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/Faster3ck/Converseen/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 # FIXME: graphicsmagick dependency does not work properly, failures when 
compiling



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

2022-12-03 Thread Hans de Graaff
commit: 15767a843ca7541562353d33a0d5db5cb4843dc2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  3 16:33:19 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 06:39:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15767a84

dev-ruby/vagrant_cloud: drop 3.0.2

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/vagrant_cloud/Manifest   |  1 -
 dev-ruby/vagrant_cloud/vagrant_cloud-3.0.2.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/dev-ruby/vagrant_cloud/Manifest b/dev-ruby/vagrant_cloud/Manifest
index 8089fd9e33ae..d64dd6dc2c91 100644
--- a/dev-ruby/vagrant_cloud/Manifest
+++ b/dev-ruby/vagrant_cloud/Manifest
@@ -1,2 +1 @@
-DIST vagrant_cloud-3.0.2.tar.gz 34177 BLAKE2B 
299014b569deac667429d90b8952f77a835669e17cf724ee7f5b6fd135c1a3f16b9292e203a75baf50cf117022d0ab4d31f797c432a07386097c6bcc338ae2da
 SHA512 
c7e5050a0f3cefe95ad38e0734317a93939de0b54251163be1a52dfc413cdb08a4bf44e1c73215f81a0126552242a1d9f2cefe8fa43d9e60acf41ccdbed0ae80
 DIST vagrant_cloud-3.0.5.tar.gz 34844 BLAKE2B 
2624219c470ed62e60056c825dc40611bf1bd2d1e822cc40e1592f8473517df53d814934f4426ef61d9adabbf89112bc1c44b61ee7129c4270e67b468fcf87cb
 SHA512 
e3b138584baa956de30be5b307b7a05a728a9c84e5c4c831d9a703f0367886b82905057c8d6dda5e337b7b4256704d22a60869710e98493da8eea2074df70995

diff --git a/dev-ruby/vagrant_cloud/vagrant_cloud-3.0.2.ebuild 
b/dev-ruby/vagrant_cloud/vagrant_cloud-3.0.2.ebuild
deleted file mode 100644
index 4e3c8bb9b807..
--- a/dev-ruby/vagrant_cloud/vagrant_cloud-3.0.2.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
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_GEMSPEC="vagrant_cloud.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Vagrant Cloud API Library"
-HOMEPAGE="https://github.com/hashicorp/vagrant_cloud;
-SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_rdepend "
-   >=dev-ruby/excon-0.73
-   >=dev-ruby/log4r-1.1.10
-"
-ruby_add_bdepend ">=dev-ruby/rake-12.3
-   test? (
-   >=dev-ruby/webmock-3.0
-   )
-"
-
-all_ruby_prepare() {
-   # # loosen dependencies
-   sed -e 's:require_relative ":require "./:' \
-   -e '/excon/s/~>/>=/' \
-   -e '/log4r/s/~>/>=/' \
-   -e '/rake/s/~>/>=/' \
-   -e '/rspec/s/~>/>=/' \
-   -e '/webmock/s/~>/>=/' \
-   -i ${PN}.gemspec || die
-}



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

2022-12-03 Thread Hans de Graaff
commit: 1ecb417d06cfbec3e698bf4f254c190002196a93
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  3 16:36:34 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 06:39:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ecb417d

dev-ruby/vagrant_cloud: enable ruby31 and disable ruby26

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/vagrant_cloud/vagrant_cloud-3.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/vagrant_cloud/vagrant_cloud-3.0.5.ebuild 
b/dev-ruby/vagrant_cloud/vagrant_cloud-3.0.5.ebuild
index b4616b1828d2..9100da45f0d5 100644
--- a/dev-ruby/vagrant_cloud/vagrant_cloud-3.0.5.ebuild
+++ b/dev-ruby/vagrant_cloud/vagrant_cloud-3.0.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2022-12-03 Thread Hans de Graaff
commit: 1418de0a4db75423c3ce004945157d308aaee7f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  3 16:34:24 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 06:39:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1418de0a

dev-ruby/log4r: enable ruby31 and disable ruby26

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/log4r/log4r-1.1.10-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/log4r/log4r-1.1.10-r3.ebuild 
b/dev-ruby/log4r/log4r-1.1.10-r3.ebuild
index e0b2e1255f04..55e624763748 100644
--- a/dev-ruby/log4r/log4r-1.1.10-r3.ebuild
+++ b/dev-ruby/log4r/log4r-1.1.10-r3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2022-12-03 Thread Maciej Barć
commit: f32f178a85cdb6eafaa4b418e5b1f5e91eddfdfd
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Dec  4 05:51:49 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Dec  4 05:54:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32f178a

dev-lang/nprolog: new package; add 1.92

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/nprolog/Manifest|  1 +
 dev-lang/nprolog/metadata.xml| 18 ++
 dev-lang/nprolog/nprolog-1.92.ebuild | 31 +++
 3 files changed, 50 insertions(+)

diff --git a/dev-lang/nprolog/Manifest b/dev-lang/nprolog/Manifest
new file mode 100644
index ..01c14d6c30b3
--- /dev/null
+++ b/dev-lang/nprolog/Manifest
@@ -0,0 +1 @@
+DIST nprolog-1.92.tar.gz 186417 BLAKE2B 
a71ae358d8d00bde69d435f88a5923045fc939ff8fb78cbd550e3ba47a92388b8d0fc2d03406932ea5245c000e96a1ee58dc94db71bc27241c3c55bfff4b6728
 SHA512 
784c766080dcee126667f5c6bf7e78cf1367031bafccb6ac01145961e56679b1a90a2cf2499676881473d4fcbe20a9e99f03a53d6958eeaa23999c3efa588110

diff --git a/dev-lang/nprolog/metadata.xml b/dev-lang/nprolog/metadata.xml
new file mode 100644
index ..576d9f408128
--- /dev/null
+++ b/dev-lang/nprolog/metadata.xml
@@ -0,0 +1,18 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+x...@gentoo.org
+Maciej Barć
+  
+  
+N-Prolog(NPL) is an interpreter and compiler to be compatible with
+Arity/Prolog32. N-Prolog is NOT ISO-Prolog. About Arity/prolog32 see
+http://petergabel.info/ArityProlog32/ArityProlog32PredList/
+  
+  
+https://github.com/sasagawa888/nprolog/issues
+sasagawa888/nprolog
+  
+

diff --git a/dev-lang/nprolog/nprolog-1.92.ebuild 
b/dev-lang/nprolog/nprolog-1.92.ebuild
new file mode 100644
index ..98dfe542444d
--- /dev/null
+++ b/dev-lang/nprolog/nprolog-1.92.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Interpreter and compiler to be compatible with Arity/Prolog32"
+HOMEPAGE="https://github.com/sasagawa888/nprolog/;
+SRC_URI="https://github.com/sasagawa888/nprolog/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README{,-ja}.md document )
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LIBS="-lm -ldl ${LDFLAGS}"
+}
+
+src_install() {
+   exeinto /usr/bin
+   doexe npl
+
+   insinto /usr/share/${PN}
+   doins -r example library
+
+   einstalldocs
+}



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

2022-12-03 Thread Ionen Wolkens
commit: 3b414dbc1a8f3b4025c9b629a3a0fa3d8e756ec1
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Dec  4 05:26:58 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Dec  4 05:38:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b414dbc

media-libs/nas: workaround imake argument splitting

IMAKECPP normally doesn't support arguments but was given
the same basic support as IMAKEINCLUDE which doesn't handle
multiple spaces or tab, and an empty get_abi_CFLAGS would
result in two spaces without an argument.

So use an array and word splitting to normalize.

Closes: https://bugs.gentoo.org/884203
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-libs/nas/nas-1.9.5.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-libs/nas/nas-1.9.5.ebuild b/media-libs/nas/nas-1.9.5.ebuild
index d7e197596b34..361d40334d52 100644
--- a/media-libs/nas/nas-1.9.5.ebuild
+++ b/media-libs/nas/nas-1.9.5.ebuild
@@ -53,8 +53,10 @@ multilib_src_configure() {
pushd config || die
econf
popd || die
+
+   local cpp=($(get_abi_CHOST ${DEFAULT_ABI})-gcc $(get_abi_CFLAGS) -E) 
#884203
CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
-   IMAKECPP="${IMAKECPP:-$(get_abi_CHOST ${DEFAULT_ABI})-gcc 
$(get_abi_CFLAGS) -E}" \
+   IMAKECPP="${IMAKECPP:-${cpp[*]}}" \
xmkmf -a || die
 }
 



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

2022-12-03 Thread Maciej Barć
commit: b4a50a640c53ba00e5b196f01e905ce99224877a
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Dec  4 05:35:08 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Dec  4 05:35:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a50a64

app-emacs/org-mode: update live

NEED_EMACS and unconditional dodoc

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/org-mode/org-mode-.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-emacs/org-mode/org-mode-.ebuild 
b/app-emacs/org-mode/org-mode-.ebuild
index f95d8ed5365f..4ec54a056a1c 100644
--- a/app-emacs/org-mode/org-mode-.ebuild
+++ b/app-emacs/org-mode/org-mode-.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-NEED_EMACS=24
+
+NEED_EMACS=25.1
 
 inherit elisp readme.gentoo-r1
 
@@ -45,7 +46,7 @@ src_install() {
install
 
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-   dodoc README CONTRIBUTE etc/ORG-NEWS
+   dodoc README.org CONTRIBUTE.org etc/ORG-NEWS
use doc && dodoc doc/org.pdf doc/orgcard.pdf doc/orgguide.pdf
 
local DOC_CONTENTS="Org mode has a large variety of run-time 
dependencies,



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

2022-12-03 Thread Maciej Barć
commit: c3d3044069bad95c21def075c1cb35c70fba0820
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Dec  4 05:27:29 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Dec  4 05:35:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d30440

app-emacs/consult: drop old 0.18

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/consult/Manifest|  1 -
 app-emacs/consult/consult-0.18.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index a85ac09cea92..685c3947e2f6 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,4 +1,3 @@
-DIST consult-0.18.tar.gz 93440 BLAKE2B 
cc67e8cbc49846964114a8e01a10d41454fde2e4a2e98e3af315092fab5631ea1418f649eb92ca798672c0ea153dd2862b555aee6530a1baa84ac4050df7a3c6
 SHA512 
74005c211ba7af0cf3c0a06fdec8d85da111ea84edb4eef2c60d231ae6eb87905298ee8bbbcdac8bf8b13a21ed9070422383b93433e422d6ad6b743c8bc80938
 DIST consult-0.19.tar.gz 94673 BLAKE2B 
a0bfacd0eccde14a332e85d31ad37092f418b5d250db8bc5a674881828d198fd2b26d66be1574539c33fcdc70f7165f4be84a4f920f1eb62b6bee0048b46ac54
 SHA512 
b1f023d57f29ec9443add83aca818a0f7f2c4954e8d5f53246fbb5a2525c03c20c71d69d8e748fe6fe6044393849b33f9589428528d2d0837e5848aab2724f4e
 DIST consult-0.20.tar.gz 96288 BLAKE2B 
41d35655b75c6f3901b5b20f743bdf5119d0347a2d2a0dd6884cbf3856146ed30a224da75147063a93f4274772d54bbb6f91d4deb9fbda5f93d57d1b70083ef0
 SHA512 
d9f847f086e2921a769e84b10439512e0b614b87c424d6b206ed1007bbd67360072e02441a4249ac31ea6aa9ad5d36a042af27c0ebc935de3889e31d604ac8c9
 DIST consult-0.29.tar.gz 98233 BLAKE2B 
e500e3b48609000934c82832c80c9a253ee260a67c1b7e437f792668f607aa8d8e7909bd889341bf2cfc46bd4e54ed133350862aa2e7fe51fe36948d5b5edc17
 SHA512 
fff55c1eb435955b48e830626e06eb657cdd7c48722e9583f47842c720d1a3bc1ee8ca97ef758ad4270709fc303ba6c76dfa4c153fc958acee348aadf1e5a1f9

diff --git a/app-emacs/consult/consult-0.18.ebuild 
b/app-emacs/consult/consult-0.18.ebuild
deleted file mode 100644
index d2a809943fab..
--- a/app-emacs/consult/consult-0.18.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=27
-
-inherit elisp
-
-DESCRIPTION="Consulting complete-read"
-HOMEPAGE="https://github.com/minad/consult;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=app-emacs/compat-28.1"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp_src_compile
-   elisp-make-autoload-file
-}



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

2022-12-03 Thread Maciej Barć
commit: 051244fdc93c255fdcf494c5e05fe2d44f27c6d8
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Dec  4 05:29:21 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Dec  4 05:35:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051244fd

app-emacs/org-mode: bump to 9.6

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/org-mode/Manifest|  1 +
 app-emacs/org-mode/org-mode-9.6.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/app-emacs/org-mode/Manifest b/app-emacs/org-mode/Manifest
index 4edc9057081c..0782187a2caf 100644
--- a/app-emacs/org-mode/Manifest
+++ b/app-emacs/org-mode/Manifest
@@ -2,3 +2,4 @@ DIST org-9.4.6.tar.gz 4729335 BLAKE2B 
b88edaf8098124b2048ce57d6005d2af0de34e9b8f
 DIST org-mode-release_9.5.3.tar.gz 2049323 BLAKE2B 
e6a93a74d5084ca168fb85d2651c23a0afb75ac649cf6821cf825bb54d69d61ea4694584872b49a23bac1374f0b22d2d7015a346b0dd46fb0795b75c8753c655
 SHA512 
7062e1075567b7af9b1c39f38930fc1fbc72e53be3c063dbd25cc4e8295932ba501586fcb1e2879da1db4200e63c79a454f4225b5d53dafb1773ebb2e0340ec5
 DIST org-mode-release_9.5.4.tar.gz 2049298 BLAKE2B 
7abd01bd78357b09cdc10661ad9b285c2e717c5848be2ff61df023d752659b6636881dfe17fe13486db8c9c37f576edfb02303f552c85e72594af99de7618a24
 SHA512 
06feb279c8e669fed263f9a3dbd8e0fa25450b1310a968d22b4f4d94b6a0515a1242758ed2c91a4d7c4c6b8315e756fe26951e9f9731ed3e7cfb7a0a8ef6999e
 DIST org-mode-release_9.5.5.tar.gz 2049730 BLAKE2B 
382e6585f693fd30def29da740d1329a52b4565382df90a37e3646324ee44106f1a99c2ea0c0862d77721cc9bfbec0736cb03065b59b2fdea0a68d8f8ea37c9a
 SHA512 
ce06bab17ae7944c1623f935bbad0379d06390c72c43633ba0de2bc04ad362e18d9aaae96103eeaa23f7ea9e4e00976a97a914da87fb7941a13746b1fa77f591
+DIST org-mode-release_9.6.tar.gz 2203782 BLAKE2B 
2355202c3f570c7b9dfd2613d2cc0401d4bde086111736ec8d7e0d3203d87b3ece91869cf75960f146c2f591387b9ff33a6d5b3c0ee9eba455394d8cbb11
 SHA512 
d81036d64a8903b33809512858dd5983b925503ca18648131a651a59e616ab2b63621964f1d6a2136ff4aa38cd56eaf099d12471dcca350acac6a240e61908fa

diff --git a/app-emacs/org-mode/org-mode-9.6.ebuild 
b/app-emacs/org-mode/org-mode-9.6.ebuild
new file mode 100644
index ..90b1759b5191
--- /dev/null
+++ b/app-emacs/org-mode/org-mode-9.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=25.1
+
+inherit elisp readme.gentoo-r1
+
+MY_P="${PN}-release_${PV}"
+DESCRIPTION="An Emacs mode for notes and project planning"
+HOMEPAGE="https://www.orgmode.org/;
+SRC_URI="https://git.savannah.gnu.org/cgit/emacs/${PN}.git/snapshot/${MY_P}.tar.gz;
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="GPL-3+ FDL-1.3+ CC-BY-SA-3.0 odt-schema? ( OASIS-Open )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc odt-schema"
+RESTRICT="test"
+
+BDEPEND="doc? ( virtual/texi2dvi )"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   emake \
+   ORGVERSION=${PV} \
+   datadir="${EPREFIX}${SITEETC}/${PN}"
+   use doc && emake pdf card
+}
+
+src_install() {
+   emake \
+   ORGVERSION=${PV} \
+   DESTDIR="${D}" \
+   ETCDIRS="styles csl $(use odt-schema && echo schema)" \
+   lispdir="${EPREFIX}${SITELISP}/${PN}" \
+   datadir="${EPREFIX}${SITEETC}/${PN}" \
+   infodir="${EPREFIX}/usr/share/info" \
+   install
+
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+   dodoc README.org CONTRIBUTE.org etc/ORG-NEWS
+   use doc && dodoc doc/org.pdf doc/orgcard.pdf doc/orgguide.pdf
+
+   local DOC_CONTENTS="Org mode has a large variety of run-time 
dependencies,
+   so you may have to install one or more additional packages.
+   A non-exhaustive list of these dependencies may be found at
+   ."
+   readme.gentoo_create_doc
+}



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

2022-12-03 Thread Maciej Barć
commit: 22bd7b27742ea9d6a9346d9a1527e97fe24ca6bf
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Dec  4 05:27:16 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Dec  4 05:35:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22bd7b27

app-emacs/consult: bump to 0.29

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/consult/Manifest|  1 +
 app-emacs/consult/consult-0.29.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 551828edac39..a85ac09cea92 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,4 @@
 DIST consult-0.18.tar.gz 93440 BLAKE2B 
cc67e8cbc49846964114a8e01a10d41454fde2e4a2e98e3af315092fab5631ea1418f649eb92ca798672c0ea153dd2862b555aee6530a1baa84ac4050df7a3c6
 SHA512 
74005c211ba7af0cf3c0a06fdec8d85da111ea84edb4eef2c60d231ae6eb87905298ee8bbbcdac8bf8b13a21ed9070422383b93433e422d6ad6b743c8bc80938
 DIST consult-0.19.tar.gz 94673 BLAKE2B 
a0bfacd0eccde14a332e85d31ad37092f418b5d250db8bc5a674881828d198fd2b26d66be1574539c33fcdc70f7165f4be84a4f920f1eb62b6bee0048b46ac54
 SHA512 
b1f023d57f29ec9443add83aca818a0f7f2c4954e8d5f53246fbb5a2525c03c20c71d69d8e748fe6fe6044393849b33f9589428528d2d0837e5848aab2724f4e
 DIST consult-0.20.tar.gz 96288 BLAKE2B 
41d35655b75c6f3901b5b20f743bdf5119d0347a2d2a0dd6884cbf3856146ed30a224da75147063a93f4274772d54bbb6f91d4deb9fbda5f93d57d1b70083ef0
 SHA512 
d9f847f086e2921a769e84b10439512e0b614b87c424d6b206ed1007bbd67360072e02441a4249ac31ea6aa9ad5d36a042af27c0ebc935de3889e31d604ac8c9
+DIST consult-0.29.tar.gz 98233 BLAKE2B 
e500e3b48609000934c82832c80c9a253ee260a67c1b7e437f792668f607aa8d8e7909bd889341bf2cfc46bd4e54ed133350862aa2e7fe51fe36948d5b5edc17
 SHA512 
fff55c1eb435955b48e830626e06eb657cdd7c48722e9583f47842c720d1a3bc1ee8ca97ef758ad4270709fc303ba6c76dfa4c153fc958acee348aadf1e5a1f9

diff --git a/app-emacs/consult/consult-0.29.ebuild 
b/app-emacs/consult/consult-0.29.ebuild
new file mode 100644
index ..d2a809943fab
--- /dev/null
+++ b/app-emacs/consult/consult-0.29.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=27
+
+inherit elisp
+
+DESCRIPTION="Consulting complete-read"
+HOMEPAGE="https://github.com/minad/consult;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-emacs/compat-28.1"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



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

2022-12-03 Thread Maciej Barć
commit: 24465cd073fc4e64386c7eed63eda95b9e68dc84
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Dec  4 05:27:53 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Dec  4 05:35:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24465cd0

app-emacs/corfu: bump to 0.34

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/corfu/Manifest  |  1 +
 app-emacs/corfu/corfu-0.34.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emacs/corfu/Manifest b/app-emacs/corfu/Manifest
index b353145808e1..b3ce818015cb 100644
--- a/app-emacs/corfu/Manifest
+++ b/app-emacs/corfu/Manifest
@@ -1,3 +1,4 @@
 DIST corfu-0.27.tar.gz 39034 BLAKE2B 
efc1d2477bfaa891d32516d69aeb5179bfcb9332b579609319f832a7ff03416ef5836cf5124bf9ad9c8f75ad4a6c4183a17257037f6271801515636dc5bfd132
 SHA512 
fd143b4fe63080e6280be98b93ef84f4b12c5c1211cb1a9294ea4fddde61466f29f68e9aa24dce74c5316d7938c91fdd0b28775c688b451386daf041ac745b82
 DIST corfu-0.28.tar.gz 39100 BLAKE2B 
70deefdbe6768efa0c9a8c86b441f177f1c0e6f7c344f9290fd82dd1f02752c4dea5e8810b475e73709c89cc5d62d07f3beb70814f744828700d2d30edc0956c
 SHA512 
85de7be79cc979cd877f9f9fa0e9546f40716215393e8bfa6cfc8e8f71d1289a59702230f8051c3bbb4b968732423b1adc124fae4f661523fb4f5a78591f0c46
 DIST corfu-0.33.tar.gz 44195 BLAKE2B 
7995bea510a812ca0772fb2229230ad0f1b1e1ef8ad97e832aa1bd650d7a59b4fe0412fe3f627c37d7027f094a6892856ac02b90aae583c25ce0f03577101ee4
 SHA512 
e9879a2ecce1fbce9a4750e85f5e5fa998e0f706e67d61b011061275bec7bdb8da3512b4da3d2fbdd6b8dc242887091bf1d68f96a465ee63f9b8e83829b5a3b8
+DIST corfu-0.34.tar.gz 44586 BLAKE2B 
c2a056cdef8cc536f3512662c442504fd3c973649e58b382eb92fb749bc5b3de2dcdad9f13cbe929b33b001fe9fc1ee2b057620c321f32ad9aefc0b274b71983
 SHA512 
5a46af83eed319170687e91386d8363416682fb6017d465a2b86c8164903efc128122b9cae81482155d8c710f7b2eb1dc8ff0b636544a0a611bec574fdb188c9

diff --git a/app-emacs/corfu/corfu-0.34.ebuild 
b/app-emacs/corfu/corfu-0.34.ebuild
new file mode 100644
index ..3374986f6f57
--- /dev/null
+++ b/app-emacs/corfu/corfu-0.34.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=27.1
+
+inherit elisp
+
+DESCRIPTION="Completion Overlay Region FUnction"
+HOMEPAGE="https://github.com/minad/corfu;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   default
+   mv extensions/*.el . || die
+}
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



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

2022-12-03 Thread Maciej Barć
commit: 18ca153acf3c2f81b520b15ee5626004daf93c43
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Dec  4 05:28:25 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Dec  4 05:35:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ca153a

app-emacs/corfu: drop old 0.27

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/corfu/Manifest  |  1 -
 app-emacs/corfu/corfu-0.27.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/app-emacs/corfu/Manifest b/app-emacs/corfu/Manifest
index b3ce818015cb..15d319712b8a 100644
--- a/app-emacs/corfu/Manifest
+++ b/app-emacs/corfu/Manifest
@@ -1,4 +1,3 @@
-DIST corfu-0.27.tar.gz 39034 BLAKE2B 
efc1d2477bfaa891d32516d69aeb5179bfcb9332b579609319f832a7ff03416ef5836cf5124bf9ad9c8f75ad4a6c4183a17257037f6271801515636dc5bfd132
 SHA512 
fd143b4fe63080e6280be98b93ef84f4b12c5c1211cb1a9294ea4fddde61466f29f68e9aa24dce74c5316d7938c91fdd0b28775c688b451386daf041ac745b82
 DIST corfu-0.28.tar.gz 39100 BLAKE2B 
70deefdbe6768efa0c9a8c86b441f177f1c0e6f7c344f9290fd82dd1f02752c4dea5e8810b475e73709c89cc5d62d07f3beb70814f744828700d2d30edc0956c
 SHA512 
85de7be79cc979cd877f9f9fa0e9546f40716215393e8bfa6cfc8e8f71d1289a59702230f8051c3bbb4b968732423b1adc124fae4f661523fb4f5a78591f0c46
 DIST corfu-0.33.tar.gz 44195 BLAKE2B 
7995bea510a812ca0772fb2229230ad0f1b1e1ef8ad97e832aa1bd650d7a59b4fe0412fe3f627c37d7027f094a6892856ac02b90aae583c25ce0f03577101ee4
 SHA512 
e9879a2ecce1fbce9a4750e85f5e5fa998e0f706e67d61b011061275bec7bdb8da3512b4da3d2fbdd6b8dc242887091bf1d68f96a465ee63f9b8e83829b5a3b8
 DIST corfu-0.34.tar.gz 44586 BLAKE2B 
c2a056cdef8cc536f3512662c442504fd3c973649e58b382eb92fb749bc5b3de2dcdad9f13cbe929b33b001fe9fc1ee2b057620c321f32ad9aefc0b274b71983
 SHA512 
5a46af83eed319170687e91386d8363416682fb6017d465a2b86c8164903efc128122b9cae81482155d8c710f7b2eb1dc8ff0b636544a0a611bec574fdb188c9

diff --git a/app-emacs/corfu/corfu-0.27.ebuild 
b/app-emacs/corfu/corfu-0.27.ebuild
deleted file mode 100644
index 3374986f6f57..
--- a/app-emacs/corfu/corfu-0.27.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=27.1
-
-inherit elisp
-
-DESCRIPTION="Completion Overlay Region FUnction"
-HOMEPAGE="https://github.com/minad/corfu;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DOCS=( README.org )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-   default
-   mv extensions/*.el . || die
-}
-
-src_compile() {
-   elisp_src_compile
-   elisp-make-autoload-file
-}



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

2022-12-03 Thread Matt Turner
commit: ebedbee4ad007e3103f50b0268f6aefaaf402fb4
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 05:13:22 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 05:13:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebedbee4

gnome-base/nautilus: Require introspection for USE=gtk-doc

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

 gnome-base/nautilus/nautilus-43.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnome-base/nautilus/nautilus-43.1.ebuild 
b/gnome-base/nautilus/nautilus-43.1.ebuild
index 5831492dd557..b15e42260d35 100644
--- a/gnome-base/nautilus/nautilus-43.1.ebuild
+++ b/gnome-base/nautilus/nautilus-43.1.ebuild
@@ -11,6 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus;
 LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 IUSE="gnome +gstreamer gtk-doc +introspection +previewer selinux sendto"
+REQUIRED_USE="gtk-doc? ( introspection )"
 
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc"
 



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

2022-12-03 Thread Matt Turner
commit: 4d31422c78658030ad716de8e8fe8b2342bd4a17
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 03:16:29 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 03:16:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d31422c

media-gfx/xdot: Add Python 3.11 compatibility

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

 media-gfx/xdot/xdot-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/xdot/xdot-1.2-r1.ebuild 
b/media-gfx/xdot/xdot-1.2-r1.ebuild
index a2972e254b73..e82772d87b1e 100644
--- a/media-gfx/xdot/xdot-1.2-r1.ebuild
+++ b/media-gfx/xdot/xdot-1.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 MY_PN=xdot.py
 EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN};



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

2022-12-03 Thread Matt Turner
commit: 6cea12f95eb1c8ae78af8fb43a08a59ba4ff1cce
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 02:57:42 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 03:02:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cea12f9

x11-libs/libXdmcp: Allow glibc-2.36 for arc4random_buf

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

 .../libXdmcp/{libXdmcp-1.1.4.ebuild => libXdmcp-1.1.4-r1.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-libs/libXdmcp/libXdmcp-1.1.4.ebuild 
b/x11-libs/libXdmcp/libXdmcp-1.1.4-r1.ebuild
similarity index 87%
rename from x11-libs/libXdmcp/libXdmcp-1.1.4.ebuild
rename to x11-libs/libXdmcp/libXdmcp-1.1.4-r1.ebuild
index 8e7fa3f51ee9..dfb9f2e02d51 100644
--- a/x11-libs/libXdmcp/libXdmcp-1.1.4.ebuild
+++ b/x11-libs/libXdmcp/libXdmcp-1.1.4-r1.ebuild
@@ -12,7 +12,10 @@ DESCRIPTION="X.Org X Display Manager Control Protocol 
library"
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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 ~x86-winnt"
 
-RDEPEND="elibc_glibc? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )"
+RDEPEND="
+   elibc_glibc? (
+   || ( >=sys-libs/glibc-2.36 dev-libs/libbsd[${MULTILIB_USEDEP}] )
+   )"
 DEPEND="${RDEPEND}
x11-base/xorg-proto"
 



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xstdcmap/

2022-12-03 Thread Matt Turner
commit: 071660797a699d53a766dfe7686c6d240b69eade
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 02:48:58 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:48:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07166079

x11-apps/xstdcmap: Version bump to 1.0.5

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

 x11-apps/xstdcmap/Manifest  |  1 +
 x11-apps/xstdcmap/xstdcmap-1.0.5.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/x11-apps/xstdcmap/Manifest b/x11-apps/xstdcmap/Manifest
index 451c6c53dc18..0ad76dd8ada8 100644
--- a/x11-apps/xstdcmap/Manifest
+++ b/x11-apps/xstdcmap/Manifest
@@ -1 +1,2 @@
 DIST xstdcmap-1.0.4.tar.bz2 126269 BLAKE2B 
5c2fccbc374871738ae03d722a045cc3ffd6bc431774d76525653e70c5ddb9a4281b2372996ff492807f9d4aee414eac1016f2696ea4e1979407a5b7cf37e1b5
 SHA512 
2adbb0aec1766341e04090efa962241ff6c9e32c612851b7221cec0ee16852107d406a08ec5251070f39df882c13e3c8c9edcd88f278187a9f373e1727643a8f
+DIST xstdcmap-1.0.5.tar.xz 120796 BLAKE2B 
0b36b787ba6f69f944598ae3d94418cf7775e22279070db9471738709639ca3552d985525d05c750399d29e1b58a152da0d37be8bff3479a05265e45d85bf554
 SHA512 
3f2047af1d328a34d38ededc13de00298db3300eab1d1dbdff7d2aa4a3cd543a79305bfbd2e6424c5e023cf866a4f7a70aa9a301d543268d2f812a322a49

diff --git a/x11-apps/xstdcmap/xstdcmap-1.0.5.ebuild 
b/x11-apps/xstdcmap/xstdcmap-1.0.5.ebuild
new file mode 100644
index ..231c6c848861
--- /dev/null
+++ b/x11-apps/xstdcmap/xstdcmap-1.0.5.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X standard colormap utility"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libXmu
+   x11-libs/libX11"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



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

2022-12-03 Thread Matt Turner
commit: bfda731da39941178bbcc67b3c7d2de101e30e57
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 02:52:52 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 03:02:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfda731d

x11-libs/libICE: Version bump to 1.1.0

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

 x11-libs/libICE/Manifest|  1 +
 x11-libs/libICE/libICE-1.1.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/x11-libs/libICE/Manifest b/x11-libs/libICE/Manifest
index 78e6e6acd932..d53a82ff1f70 100644
--- a/x11-libs/libICE/Manifest
+++ b/x11-libs/libICE/Manifest
@@ -1 +1,2 @@
 DIST libICE-1.0.10.tar.bz2 393116 BLAKE2B 
2089cbddab679f8565f0b7bf0313616b71f33cd403aea2cb84032a247c1e1d01de343058c31be73214bd6dea7fc167fa6a0f81704c960bc279d904bdf4bf804f
 SHA512 
2f1ef2c32c833c71894a08fa7e7ed53f301f6c7bd22485d71c12884d8e8b36b99f362ec886349dcc84d08edc81c8b2cea035320831d64974edeba021b433c468
+DIST libICE-1.1.0.tar.xz 335864 BLAKE2B 
c18ae08d61632d6a495b479045cafadaabb556fc55d5107b8b6c323cc7523a153d083a89016e2a84aa810735c542ba7bac7fa70620036b74125f65bdf920c40d
 SHA512 
bf8ca11a20bc120337003a8ef1c190e26e3650dede653287aae7893abd8c72191401d90ddc4bb9b367ae832eee23a22d02b0d4a3b9071c392f865379034b2838

diff --git a/x11-libs/libICE/libICE-1.1.0.ebuild 
b/x11-libs/libICE/libICE-1.1.0.ebuild
new file mode 100644
index ..4166e1d11bec
--- /dev/null
+++ b/x11-libs/libICE/libICE-1.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MULTILIB=yes
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org Inter-Client Exchange library"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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 ~x86-winnt"
+
+DEPEND="x11-base/xorg-proto
+   x11-libs/xtrans"
+RDEPEND="${DEPEND}
+   elibc_glibc? (
+   || ( >=sys-libs/glibc-2.36 dev-libs/libbsd[${MULTILIB_USEDEP}] )
+   )
+"
+
+XORG_CONFIGURE_OPTIONS=(
+   --enable-ipv6
+   --disable-docs
+   --disable-specs
+   --without-fop
+)



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xrandr/

2022-12-03 Thread Matt Turner
commit: e0827ed0fcc5a126e9ec51d27684c074b4fbc882
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 02:46:58 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:46:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0827ed0

x11-apps/xrandr: Version bump to 1.5.2

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

 x11-apps/xrandr/Manifest|  1 +
 x11-apps/xrandr/xrandr-1.5.2.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/x11-apps/xrandr/Manifest b/x11-apps/xrandr/Manifest
index adb193738a53..1c012c8c5730 100644
--- a/x11-apps/xrandr/Manifest
+++ b/x11-apps/xrandr/Manifest
@@ -1 +1,2 @@
 DIST xrandr-1.5.1.tar.xz 171200 BLAKE2B 
69cc080da24b8d00fcf60e9fb2d4c03d7b80b46d1fa726ad4ba5847fcfcea4abeefa298fb833febe0549aec0636ed9087c8ef065f5166df6bd7f270dac1a
 SHA512 
3d0d37e974b9dffb996276ee7fd676327fd0956e5f5f572dd142a651a35d3cdfa2f6dd415cf27bf87f306981957aba4cc014c12baebefcabaa5d66b78a114922
+DIST xrandr-1.5.2.tar.xz 174012 BLAKE2B 
7c4afea6b8bc4361bde2565e930db98abb925b51d717e23c3ec95853aacf58b465f8c858652b8eebd7b0fdb289b4da4ab9235e571f61c8f77e4818efcb12de07
 SHA512 
b536e8f1e04094894aa52ae496725c58691b043860b3327c41d737b07b642a939733321b62f698032b11ba857208a6177600a3ca3295ff1be6ade4341cdc2747

diff --git a/x11-apps/xrandr/xrandr-1.5.2.ebuild 
b/x11-apps/xrandr/xrandr-1.5.2.ebuild
new file mode 100644
index ..6588b0e6070d
--- /dev/null
+++ b/x11-apps/xrandr/xrandr-1.5.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+XORG_TARBALL_SUFFIX="xz"
+
+inherit xorg-3
+
+DESCRIPTION="primitive command line interface to RandR extension"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=x11-libs/libXrandr-1.5
+   x11-libs/libXrender
+   x11-libs/libX11"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+src_install() {
+   xorg-3_src_install
+   rm -f "${ED}"/usr/bin/xkeystone || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xset/

2022-12-03 Thread Matt Turner
commit: c0ab72a1ddb38787dc2e377b22c70e415302b3bc
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 02:50:37 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:50:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ab72a1

x11-apps/xset: Version bump to 1.2.5

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

 x11-apps/xset/Manifest  |  1 +
 x11-apps/xset/xset-1.2.5.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/x11-apps/xset/Manifest b/x11-apps/xset/Manifest
index 648ec6a4dcd8..ce39962de25e 100644
--- a/x11-apps/xset/Manifest
+++ b/x11-apps/xset/Manifest
@@ -1 +1,2 @@
 DIST xset-1.2.4.tar.bz2 145546 BLAKE2B 
df4ae52046af7f632e2f60386bd3b8d90b27db3e53ceb68f1056c9c5df2ee9c6d83d109a444eb99ddc031e35b91db0249ee56eba3180bc9a8a002935db213605
 SHA512 
f24714c9a82081a09d3054bbad98553de9366992f22eaf3e2bcadbb58fad1d3dad2547fef6fa9898d8a9df064573c29df9d82a5c801fa92248604c95f65dc83d
+DIST xset-1.2.5.tar.xz 138776 BLAKE2B 
81d93de0bd2a5f0d76937109a8f16f5e1d5074ec5209ea373d9f4b3f5064ac15a9e3c9cdc850cbe6103469fcdfc4d69df033ce7bbf80e22b507d3664e49911a9
 SHA512 
12b53d7cd6b7ccf6515c03f68151490fce6b2629e99b8d85ac5d760f4ed93394a457213c3947533809fbbb04acd1ed260aeea1256099a10397660eef3088150d

diff --git a/x11-apps/xset/xset-1.2.5.ebuild b/x11-apps/xset/xset-1.2.5.ebuild
new file mode 100644
index ..bd6ac94cdc11
--- /dev/null
+++ b/x11-apps/xset/xset-1.2.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org xset application"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
+
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXmu"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+XORG_CONFIGURE_OPTIONS=(
+   --without-xf86misc
+   --without-fontcache
+)



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

2022-12-03 Thread Matt Turner
commit: 97766da4d8ab5f646a77632cacea55c033e5e16f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 02:44:28 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:45:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97766da4

dev-libs/libpwquality: Drop unneeded eautoreconf

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

 dev-libs/libpwquality/libpwquality-1.4.5.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-libs/libpwquality/libpwquality-1.4.5.ebuild 
b/dev-libs/libpwquality/libpwquality-1.4.5.ebuild
index b6704ac8fe51..310d2d4d8b88 100644
--- a/dev-libs/libpwquality/libpwquality-1.4.5.ebuild
+++ b/dev-libs/libpwquality/libpwquality-1.4.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..11} )
-inherit autotools pam python-r1 usr-ldscript
+inherit pam python-r1 usr-ldscript
 
 DESCRIPTION="Library for password quality checking and generating random 
passwords"
 HOMEPAGE="https://github.com/libpwquality/libpwquality;
@@ -37,9 +37,6 @@ src_prepare() {
sed -e "s:\(pkgconfigdir *=\).*:\1 
${EPREFIX}/usr/$(get_libdir)/pkgconfig:" \
-i src/Makefile.{am,in} || die "sed failed"
 
-   # Needed for musl patch, drop on next release
-   eautoreconf
-
if use python ; then
# bug #830397
export SETUPTOOLS_USE_DISTUTILS=stdlib



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

2022-12-03 Thread Matt Turner
commit: ed83744ba1bbfd5188e9dc115e4ad80c5e428c75
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 02:43:45 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:43:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed83744b

gnome-base/librsvg: Drop unused inherit

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

 gnome-base/librsvg/librsvg-2.40.21.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnome-base/librsvg/librsvg-2.40.21.ebuild 
b/gnome-base/librsvg/librsvg-2.40.21.ebuild
index 983b8aab8e94..9ad15f4908d4 100644
--- a/gnome-base/librsvg/librsvg-2.40.21.ebuild
+++ b/gnome-base/librsvg/librsvg-2.40.21.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=7
 GNOME2_EAUTORECONF="yes"
-VALA_USE_DEPEND="vapigen"
 
-inherit autotools gnome2 multilib-minimal vala
+inherit gnome2 multilib-minimal vala
 
 DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
 HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg;



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xvinfo/

2022-12-03 Thread Matt Turner
commit: 04ea1b9532ee2f0e4a24ccdd5d57c49238fd6173
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 02:46:09 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:46:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ea1b95

x11-apps/xvinfo: Version bump to 1.1.5

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

 x11-apps/xvinfo/Manifest|  1 +
 x11-apps/xvinfo/xvinfo-1.1.5.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/x11-apps/xvinfo/Manifest b/x11-apps/xvinfo/Manifest
index 6102c06e695c..7062b2d58d2b 100644
--- a/x11-apps/xvinfo/Manifest
+++ b/x11-apps/xvinfo/Manifest
@@ -1 +1,2 @@
 DIST xvinfo-1.1.4.tar.bz2 126503 BLAKE2B 
54a1e08913cd51cfeaced1c704834e0348d02cfb2e606f2cbb103acfdf649595a77680364bfb5bbe684a15c743d2d18b6031e77150d0e9fb0d3405d474accc3c
 SHA512 
85e1f936c5c826f0fdde3670bd77d5cde8641c6e8e7849e42142e91b5aa01d7e0e60d2b064eb6fef4f5666321813ca2dc9f9656756ccbe6dcda37b119ee8a63e
+DIST xvinfo-1.1.5.tar.xz 120700 BLAKE2B 
37ee9a5df13e47535fbef51878e9b0da7cd6cef378f7e69810beefb5aceb15e279a930313edff43a901eed9cb8750bb33e2ca4a3e7cdc25895630253efcc63a0
 SHA512 
18467161b248c68f6bde15e1c1b4b8cf812daf46777602558aee5fb7cb4d2649218de88fa93842fea4f316d954440f03a37d71fa4fda92eda3c7d80970e19cbb

diff --git a/x11-apps/xvinfo/xvinfo-1.1.5.ebuild 
b/x11-apps/xvinfo/xvinfo-1.1.5.ebuild
new file mode 100644
index ..faa2af05699b
--- /dev/null
+++ b/x11-apps/xvinfo/xvinfo-1.1.5.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="Print out X-Video extension adaptor information"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="x11-libs/libXv
+   x11-libs/libX11"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



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

2022-12-03 Thread Matt Turner
commit: 617f23341278703d0a1e61ca83f2dcac57735780
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 02:42:23 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:42:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617f2334

x11-libs/libwnck: Drop unused inherit

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

 x11-libs/libwnck/libwnck-2.31.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libwnck/libwnck-2.31.0-r1.ebuild 
b/x11-libs/libwnck/libwnck-2.31.0-r1.ebuild
index 2ed5aa52ec25..aaa4b7bc3773 100644
--- a/x11-libs/libwnck/libwnck-2.31.0-r1.ebuild
+++ b/x11-libs/libwnck/libwnck-2.31.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic gnome2
+inherit gnome2
 
 DESCRIPTION="A window navigation construction kit"
 HOMEPAGE="https://www.gnome.org/;



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

2022-12-03 Thread Matt Turner
commit: 88a6da3919d3e497a99c9494fbf6d1ca957f6acc
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 02:42:49 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:42:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a6da39

net-wireless/gnome-bluetooth: Drop unused inherit

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

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
index 9c4601c54641..57095facb17c 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{8..11} )
-inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
+inherit gnome.org meson python-any-r1 udev xdg
 
 DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;



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

2022-12-03 Thread Matt Turner
commit: b839d2f50bfaa490091a58b41acae609be4cdb1c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:37 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b839d2f5

x11-libs/goffice: Drop old versions

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

 x11-libs/goffice/Manifest  |  1 -
 x11-libs/goffice/goffice-0.10.52-r1.ebuild | 64 --
 2 files changed, 65 deletions(-)

diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest
index 570ee5ede37f..1b09baf5bc12 100644
--- a/x11-libs/goffice/Manifest
+++ b/x11-libs/goffice/Manifest
@@ -1,2 +1 @@
-DIST goffice-0.10.52.tar.xz 2436944 BLAKE2B 
13c2d28cd9bd081d4636325e3df14193d5ffad913f4f9fa78251d848f293eeca5ee265058b2c9662b5bd48957b39f31714eb41469f3228359dba1923f918bea5
 SHA512 
8636bdfd436a0b5853aead6ecf09ae39c5059b2d9044cf04c9f2e0f4d2572aaa07e51cfd123b0dd153877d1c0d5f4af78a031d63b03c724bf1e8282d2e1cc841
 DIST goffice-0.10.53.tar.xz 2442336 BLAKE2B 
8fda50c5d9f8223c082ea9f03334313b051bce47d18b3879c2d8a7c2bbce753f468b5135f0a3c49c54b8a695ee6f1dc355dc806c92e77f41f2d0c64b2bc30bf0
 SHA512 
cd2d0f49f803cb2f01b3a690bfbe3ea4be5c09e00e8ef643055f56c16549529b7c2c098b87286062d3a5048c1f64d600f74082f53710d8ed8cbb34cb6829dafd

diff --git a/x11-libs/goffice/goffice-0.10.52-r1.ebuild 
b/x11-libs/goffice/goffice-0.10.52-r1.ebuild
deleted file mode 100644
index 3d6aaaec16b0..
--- a/x11-libs/goffice/goffice-0.10.52-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome.org libtool
-
-DESCRIPTION="A library of document-centric objects and utilities"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/goffice/;
-
-LICENSE="GPL-2"
-SLOT="0.10"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="+introspection"
-
-# FIXME: add lasem to tree
-RDEPEND="
-   >=app-text/libspectre-0.2.6:=
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/libxml2-2.4.12:2
-   dev-libs/libxslt
-   >=gnome-base/librsvg-2.22:2
-   >=gnome-extra/libgsf-1.14.24:=[introspection?]
-   >=x11-libs/cairo-1.10:=[svg(+)]
-   >=x11-libs/gdk-pixbuf-2.22:2
-   >=x11-libs/gtk+-3.20:3
-   >=x11-libs/pango-1.24:=
-   x11-libs/libXext:=
-   x11-libs/libXrender:=
-   introspection? (
-   >=dev-libs/gobject-introspection-1:=
-   >=gnome-extra/libgsf-1.14.23:=
-   )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-lang/perl
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.12
-   >=dev-util/intltool-0.35
-   virtual/perl-Compress-Raw-Zlib
-   virtual/perl-Getopt-Long
-   virtual/perl-IO-Compress
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-   elibtoolize
-}
-
-src_configure() {
-   econf \
-   --disable-gtk-doc \
-   --disable-maintainer-mode \
-   --without-lasem \
-   --with-gtk \
-   --with-config-backend=gsettings \
-   $(use_enable introspection)
-}
-
-src_install() {
-   default
-   dodoc MAINTAINERS
-
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2022-12-03 Thread Matt Turner
commit: 3bf0acc008c482058be98ae9636fcf5878c37e15
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:32:16 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf0acc0

x11-wm/metacity: Drop old versions

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

 x11-wm/metacity/Manifest   |  1 -
 x11-wm/metacity/metacity-3.44.0.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index 8fc059b0e5eb..50a0520ad0f2 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1,2 +1 @@
-DIST metacity-3.44.0.tar.xz 1973772 BLAKE2B 
24582202543d8f1c29632843615b841be1ec9b03fded4f22d92b50249d7ad9c2978f290633e5a9483f3dec0005b48d8f824e5dd1e4f6f42a52963285b8245f42
 SHA512 
3538a08633e13f727f8a8ff0c4dcf8cee411d3c4fa011b2391d94e47f3c27516b1fce9f742abb2d845571ae9c148097ced94b33d152919981eda4133e2eaa87e
 DIST metacity-3.46.0.tar.xz 1958124 BLAKE2B 
f7db5d38ab2c9aef8809f02ada76a453e712a471d59c3c991d0e1a5cfa1b9d37f901f38ef9057301a6232fca49846af0e80c6792bb5dcffa85694f64983d918f
 SHA512 
5a203a4190dc919ec83fa3f4f7a86aa1594c82051b4e5afb76eb11acb38c573367deca85dead64564e2e96304903cd84eb5b4fc904ddc0672677114103d299b2

diff --git a/x11-wm/metacity/metacity-3.44.0.ebuild 
b/x11-wm/metacity/metacity-3.44.0.ebuild
deleted file mode 100644
index 842bd646d0ef..
--- a/x11-wm/metacity/metacity-3.44.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome2
-
-DESCRIPTION="GNOME Flashback window manager"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+libcanberra vulkan xinerama"
-KEYWORDS="~amd64 ~riscv"
-
-# TODO: libgtop could be optional, but no knob
-RDEPEND="
-   >=dev-libs/glib-2.67.3:2
-   >=x11-libs/gtk+-3.24.6:3[X]
-   >=x11-libs/pango-1.2.0
-   >=x11-libs/libXcomposite-0.3
-   >=gnome-base/gsettings-desktop-schemas-3.3.0
-   x11-libs/libXfixes
-   x11-libs/libXrender
-   x11-libs/libXdamage
-   x11-libs/libXres
-   x11-libs/libXpresent
-   libcanberra? ( media-libs/libcanberra[gtk3] )
-   >=x11-libs/startup-notification-0.7
-   x11-libs/libXcursor
-   gnome-base/libgtop:2=
-   x11-libs/libX11
-   xinerama? ( x11-libs/libXinerama )
-   x11-libs/libXrandr
-   x11-libs/libXext
-   x11-libs/libICE
-   x11-libs/libSM
-   gnome-extra/zenity
-   vulkan? ( media-libs/vulkan-loader )
-"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   vulkan? ( dev-util/vulkan-headers )
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.6
-   virtual/pkgconfig
-" # autoconf-archive for eautoreconf
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable libcanberra canberra) \
-   $(use_enable xinerama) \
-   $(use_enable vulkan)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/

2022-12-03 Thread Matt Turner
commit: 879e945f8964560474671056dce5b57ddace7255
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:32:17 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879e945f

x11-wm/mutter: Drop old versions

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

 x11-wm/mutter/Manifest  |   2 -
 x11-wm/mutter/mutter-42.4-r1.ebuild | 190 -
 x11-wm/mutter/mutter-43.0.ebuild| 206 
 3 files changed, 398 deletions(-)

diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index 70b26fabe87d..2d43d744bfb4 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -1,4 +1,2 @@
-DIST mutter-42.4.tar.xz 2747580 BLAKE2B 
8627e1de8ea93498ff0abd0605836c5b70bb9e51e50ade93b6dd332393892c167aa0cc58f45621e9838ea885834d915ecf2c75c8493fbd154930d4c7427c1010
 SHA512 
fad80c2c3e6674c00e35783c69886ed728c732743ec967756329c5fd3dd7c1b5695aa0dca7e5d8a3bcb72d03ec06bbdc45c14cc775d40db2852b2299c8b0df03
 DIST mutter-42.5.tar.xz 2743636 BLAKE2B 
87ee26ccee6c21404ac069e7b35d2b93ef38d0eda0963107c08a72599915fba56a653968fe456afa42f4eeb28aed5526d23d344f7e1f9f4fdf9cf35b5a66fca5
 SHA512 
cd7ef29211a1568f5f8d43182da6569db22005c0b67204a300edb4952d9c18f73def1558843a009a7475a82d7ce9754bd8741b214a931764798dbeaaecbbec49
-DIST mutter-43.0.tar.xz 2768452 BLAKE2B 
4b5cddbadf0e71b26f37725cb301235e0ae33e627d95b5ef730a3787e0af4cd260cea47563ccc39d24d7baf835ae545928ee69fe30327347ffc1b476f92c6a21
 SHA512 
e7169dcefbc5f1d47581981ceec4d6ac47d75ed9d4ef0b18adfe1dc632645217c4546fdf004544902642b3e0dbb48f6025ab9a5ad9670765ccd972c6409e8611
 DIST mutter-43.1.tar.xz 2779416 BLAKE2B 
1b7bf1ec44f6e47a859e84adb93a869be261ef3699ab773014e1497ea6c944e91d7a1766a2f126c79c1b21ba78e1ba25314c32113bc194f580d847e8617ae0d3
 SHA512 
6553ee855ebb3bb88bc12f823a5813c6b1b6ff983f1af716521b5e04903bc30112954e3e5d781516b087e247088cced1f560fce54eac28207a6cbc61d78b05b7

diff --git a/x11-wm/mutter/mutter-42.4-r1.ebuild 
b/x11-wm/mutter/mutter-42.4-r1.ebuild
deleted file mode 100644
index d19b0a688094..
--- a/x11-wm/mutter/mutter-42.4-r1.ebuild
+++ /dev/null
@@ -1,190 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
-inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
-
-DESCRIPTION="GNOME compositing window manager based on Clutter"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/;
-
-LICENSE="GPL-2+"
-SLOT="0/$(($(ver_cut 1) - 32))" # 0/libmutter_api_version - ONLY gnome-shell 
(or anything using mutter-clutter-.pc) should use the subslot
-
-IUSE="doc elogind gnome input_devices_wacom +introspection screencast sysprof 
systemd test udev wayland video_cards_nvidia"
-# native backend requires gles3 for hybrid graphics blitting support, udev and 
a logind provider
-REQUIRED_USE="
-   wayland? ( ^^ ( elogind systemd ) udev )
-   test? ( wayland )"
-RESTRICT="!test? ( test )"
-
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-# gnome-settings-daemon is build checked, but used at runtime only for 
org.gnome.settings-daemon.peripherals.keyboard gschema
-# xorg-server is needed at build and runtime with USE=wayland for Xwayland
-# v3.32.2 has many excessive or unused *_req variables declared, thus 
currently the dep order ignores those and goes via dependency() call order
-DEPEND="
-   >=x11-libs/libX11-1.7.0
-   >=media-libs/graphene-1.10.2[introspection?]
-   >=x11-libs/gtk+-3.19.8:3[X,introspection?]
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/pango-1.46[introspection?]
-   >=dev-libs/fribidi-1.0.0
-   >=x11-libs/cairo-1.14[X]
-   >=gnome-base/gsettings-desktop-schemas-42.0[introspection?]
-   >=dev-libs/glib-2.69.0:2
-   gnome-base/gnome-settings-daemon
-   >=dev-libs/json-glib-0.12.0[introspection?]
-   >=x11-libs/libXcomposite-0.4
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   >=x11-libs/libXfixes-3
-   >=x11-libs/libXi-1.7.4
-   x11-libs/libXtst
-   x11-libs/libxkbfile
-   x11-misc/xkeyboard-config
-   >=x11-libs/libxkbcommon-0.4.3[X]
-   x11-libs/libXrender
-   >=x11-libs/libXrandr-1.5.0
-   x11-libs/libxcb:=
-   x11-libs/libXinerama
-   x11-libs/libXau
-   x11-libs/libICE
-   >=dev-libs/atk-2.5.3[introspection?]
-   >=media-libs/libcanberra-0.26
-   sys-apps/dbus
-   gnome? ( gnome-base/gnome-desktop:3= )
-   media-libs/mesa[X(+),egl(+)]
-   sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
-   systemd? ( sys-apps/systemd )
-   wayland? (
-   >=dev-libs/wayland-protocols-1.21
-   >=dev-libs/wayland-1.18.0
-   x11-libs/libdrm
-   >=media-libs/mesa-17.3[egl(+),gbm(+),wayland,gles2]
-   >=dev-libs/libinput-1.18.0:=
-   elogind? ( 

[gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/

2022-12-03 Thread Matt Turner
commit: 132f575460b4d55c595ef435fbba71324dca6074
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:58 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132f5754

x11-themes/gnome-backgrounds: Drop old versions

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

 x11-themes/gnome-backgrounds/Manifest   |  1 -
 .../gnome-backgrounds/gnome-backgrounds-42.0.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/x11-themes/gnome-backgrounds/Manifest 
b/x11-themes/gnome-backgrounds/Manifest
index 5549d92c6049..b973f9f7a3e5 100644
--- a/x11-themes/gnome-backgrounds/Manifest
+++ b/x11-themes/gnome-backgrounds/Manifest
@@ -1,2 +1 @@
-DIST gnome-backgrounds-42.0.tar.xz 51639368 BLAKE2B 
3dc288732a91d53e2db9cfca5e529c3a6bda4d272645090751349485836a3c6807bdc071a9ae9ae58032265155a04c2b381cb7479fe913608cf9e39ff0ae79ed
 SHA512 
31cfbc52ec96bc4ce77960620a895af7f10c1fc4d474b589d49f3d1198b41792ab443bf8d7a661e71778455ab066f034c7fb6655e96db028990de0788e464e1d
 DIST gnome-backgrounds-43.tar.xz 32816552 BLAKE2B 
b6b954ed102afd81e7ca1c370acb449b2ab4acec458306b4a740f2669037a9a8f741a9b4403cb509ad6df04cfa39ba6bed6b771e0b7d20d974a436480967de71
 SHA512 
e41e87e20da6a7d4c88d6b68832615709c3cf5d28fbb1a9c1a2af1db7e9c1db56ede141ac45df2164c6d919cb72f81e6e7d014bfe1f340759cd386c3a05217c2

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-42.0.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-42.0.ebuild
deleted file mode 100644
index f35589d4838f..
--- a/x11-themes/gnome-backgrounds/gnome-backgrounds-42.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org meson
-
-DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-backgrounds;
-
-LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-BDEPEND=">=sys-devel/gettext-0.19.8"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-icon-theme/

2022-12-03 Thread Matt Turner
commit: a7b1297503161e3e0504a393f072ce260ce205a4
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:53 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b12975

x11-themes/adwaita-icon-theme: Drop old versions

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

 x11-themes/adwaita-icon-theme/Manifest |  3 -
 .../adwaita-icon-theme-42.0_p2.ebuild  | 99 --
 2 files changed, 102 deletions(-)

diff --git a/x11-themes/adwaita-icon-theme/Manifest 
b/x11-themes/adwaita-icon-theme/Manifest
index e2f689c652a8..31700e99cdab 100644
--- a/x11-themes/adwaita-icon-theme/Manifest
+++ b/x11-themes/adwaita-icon-theme/Manifest
@@ -1,8 +1,5 @@
 DIST adwaita-icon-theme-3.32.0.tar.xz 18540012 BLAKE2B 
a82ca6758cdbf459ac617d3b3d834e4147c3a3c5e6ca7c705ed2d16e8cf0a1255f5ae999d7e930b9716585b8c498c220f1ab40fec929dde7679efd56f3b18a45
 SHA512 
9609732cd51c6794d4d86598818bb2a589b0f4b6b795e57f3507dad69b21ef1b2fc2e83e24e937428bbace32fcccf587a5771cbc02c5768206e704f0456a6d1d
-DIST adwaita-icon-theme-42.0.tar.xz 10407000 BLAKE2B 
1ec998731b8da4ed17d7bb5887faba7a33721955836265c67efeffcf16bbb82e6f20750245b9b6d7dc4e816ec0e6ae71cb51a839debb0e070edf5d347d6260d5
 SHA512 
521bfd44fdc253f5fd01fcdfaa485669849ad73c35354ccfe9b358ba433cfa40ee6d68b70ec2268a4ce0631a48670b03b30811ca68e2e19f9430082454e02015
 DIST adwaita-icon-theme-43.tar.xz 10399380 BLAKE2B 
a8822d162f4c2c1ae0970a8c33175a5881748fb9868afe0d690cbf2b937d6f42cc37f8c4fffafd110557b62f17563c038126bc75c31364a6396074fce34c95bf
 SHA512 
fe0c186c2dbe87ccf2373bde1bc5ab658e8cd64bf0e5a3b9cd1117d5c1bf2ef5cc83b76b7fae54fde1566a07b572d8bb9441f437e44813338195e191dbb2a021
-DIST adwaita-icon-theme_42.0-2.debian.tar.xz 38420 BLAKE2B 
49d88218881bd064394faa320a90e0ce1ef3a1295fbb1fbb276fb79f99f1caf7a6b1b1600ad6c648a6cb479e7bc429101cd0c327bcb8da64d50c7ea1e7a1c8fe
 SHA512 
0bcbad6e63a05b3e916b76e6e6e5b629cf859d7bfa8e0edb53112967921cc00b9217270b663aadd36bde4bea38769345ea54593337cc0c524cf998266a4a3f65
-DIST adwaita-icon-theme_42.0.orig-41.tar.xz 17086916 BLAKE2B 
6899bf734a3f708e6596a4aeb2df426041dd46232a3cbd55f530fab2cc92277db74322a31a443e251a06c74bf7fad7d5f9394b63edb33fced5ce8987e5c87d3e
 SHA512 
2a540f2b53cb64433780029ea70c2cfe8417ae7e619d8eefa59825e3ebcb8585acd4ccae25344c8e146a0ee0705ccbb39a2cb729a162534fd86a4ff24e505c86
 DIST adwaita-icon-theme_43-1.debian.tar.xz 38772 BLAKE2B 
a91929be7348e076e4210463489c812860a8fc85d1e31ef250b2be5f240a592dcb50da596debca9d384293e11fedf7ffa928e02473374335a65611f8d3f22cae
 SHA512 
fc1a982d9f5d25d6b0f58798ee7df507d59f3bb4b5dc8e388e83c5cdf9994f2cbe321c0ec7a89bb45bd7dd41479791b5e7d9eb1b12518ea0c2cdf12c98624b1d
 DIST adwaita-icon-theme_43.orig-41.tar.xz 17086916 BLAKE2B 
6899bf734a3f708e6596a4aeb2df426041dd46232a3cbd55f530fab2cc92277db74322a31a443e251a06c74bf7fad7d5f9394b63edb33fced5ce8987e5c87d3e
 SHA512 
2a540f2b53cb64433780029ea70c2cfe8417ae7e619d8eefa59825e3ebcb8585acd4ccae25344c8e146a0ee0705ccbb39a2cb729a162534fd86a4ff24e505c86
 DIST tango-gentoo-v1.1.tar.gz 29322 BLAKE2B 
83fa2bf37727e60851dd679054fe1b153ebfea58c9a9a40f891f7d68d3b047b02e8effa1d1b4e08d64500a2072ce7200f159c92a352da7124de27e1b05bb6027
 SHA512 
87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-42.0_p2.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-42.0_p2.ebuild
deleted file mode 100644
index 9fbfb4524373..
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-42.0_p2.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit gnome2 python-any-r1
-
-DESCRIPTION="GNOME default icon theme"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/adwaita-icon-theme;
-
-# Rely on Debian workaround until all involved upstreams agree on how to
-# fix this: https://gitlab.gnome.org/GNOME/evolution/-/issues/1848
-SRC_URI="${SRC_URI/_p*}.tar.xz
-   branding? ( 
https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )
-   mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}.orig-41.tar.xz
-   
mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
-"
-LICENSE="
-   || ( LGPL-3 CC-BY-SA-3.0 )
-   branding? ( CC-BY-SA-4.0 )
-"
-SLOT="0"
-IUSE="branding"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-# gtk+:3 is needed for build for the gtk-encode-symbolic-svg utility
-# librsvg is needed for gtk-encode-symbolic-svg to be able to read the source 
SVG via its pixbuf loader and at runtime for rendering scalable icons shipped 
by the theme
-DEPEND=">=x11-themes/hicolor-icon-theme-0.10"
-RDEPEND="${DEPEND}
-   >=gnome-base/librsvg-2.48:2
-"

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

2022-12-03 Thread Matt Turner
commit: ace0d88c17dc11893c6edfd19fdbfa9a799baa4d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:49 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace0d88c

x11-libs/vte: Drop old versions

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

 x11-libs/vte/Manifest  |   1 -
 x11-libs/vte/vte-0.70.0.ebuild | 101 -
 2 files changed, 102 deletions(-)

diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index ea0b7e5ad4f8..948d358b1985 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -1,6 +1,5 @@
 DIST vte-0.68.0-command-notify.patch.xz 9748 BLAKE2B 
de2d4c9b7f2c2b21518984f818d0052c0084398f5f4ee30d766a6adb9c4536fdec5027c753d3d710fb7432e67472b7f8ca44f1dd5f51aaef48d9124708975d24
 SHA512 
89be91cdba36749f97bac872f0f2196be7d36a58beaf94fa24a3ae9c266bdfbf4f4fbf1d10f43a276540653fff7062eb844107016e7f014437f2903d251dc1d7
 DIST vte-0.68.0.tar.bz2 507598 BLAKE2B 
10274d9e804f00bf071b7848633ca8de2953f4e91dc2967e33b7d6698bb304baac4f0e0431debae5a972c2c56c65efd1c5b92455a17db08cf254ddec56d3276e
 SHA512 
785df7261b5075f166e59de7d3535b381564715ce65efd4837a130e153528691b610fc6160c00f0f17008f5f4ee94c23350d9a477b4b1d58da6ace083e5caae1
 DIST vte-0.70.0-command-notify.patch.xz 9040 BLAKE2B 
108dd05d00409af90b1fd3e9b5c3b0e5586ac80204cef8840fda935204cbc480fec1193e2a0a2782f98e2b094c3caebbfe61cf18631b16921df05cf3808afd22
 SHA512 
92123e7f5cb6ef876f2b2b108dbef59bce212efebd64cd790d49d9ee3215344acd848eec5d326fe2c3bd236846ed3b896148024390093491b2f6e2f7c46e2bd1
-DIST vte-0.70.0.tar.bz2 499283 BLAKE2B 
694cf4dfee334e9b54bb8e47f862167acbb8ffc7ac8e81889acd4786449cb45944a87a5adaa036f46458c350ca2119bb356e90dfa71f03638c9c2b14d2ccb877
 SHA512 
362b71296ae39a16b55402f524a39b063f66ae237e6e161ccc89ca2bb1f2a5c43f4d706d9f3bfae12a99fdb81c4e70408c7f3eca2c01316950b0a3a1a1d79423
 DIST vte-0.70.1.tar.bz2 502044 BLAKE2B 
0a9ce43c1863e823fcd073fd30fb6b2cb39e9168e850796fe12be2b9bdfc0b24ceea974b4c94bcdd10f2225613990e0e079194380241b7e625cb6dc4309a7476
 SHA512 
88de629b382eca8a42199b2ba9b248e231817e1de7183417aed150bcf61530084f7177d73dee9aab25fe4c3ab80d795b5fdcae336687560d3b582bd04181353d
 DIST vte-0.70.2.tar.bz2 502395 BLAKE2B 
ae127d8262c7038b3a2cda9a9622e9a075dfc1e06a7710810a4bb894a6646155790776553f663677cb86c3479e6d3faf92c38b5b97dd6970df37cee92dd963fa
 SHA512 
1e113da0591830c057358dd78cfe2f814dd0bfabd037973369266823a9a4936a200b5b23faab3757ced4d08aa96a76d6b1120419815a181598493e35d2ea58d0

diff --git a/x11-libs/vte/vte-0.70.0.ebuild b/x11-libs/vte/vte-0.70.0.ebuild
deleted file mode 100644
index 49b766e1be02..
--- a/x11-libs/vte/vte-0.70.0.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit gnome.org meson python-any-r1 vala xdg
-
-DESCRIPTION="Library providing a virtual terminal emulator widget"
-HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE 
https://gitlab.gnome.org/GNOME/vte;
-
-# Once SIXEL support ships (0.66 or later), might need xterm license (but code 
might be considered upgraded to LGPL-3+)
-LICENSE="LGPL-3+ GPL-3+"
-SLOT="2.91"  # vte_api_version in meson.build
-IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla"
-KEYWORDS="~amd64"
-REQUIRED_USE="
-   gtk-doc? ( introspection )
-   vala? ( introspection )
-"
-
-# Upstream is hostile and refuses to upload tarballs.
-SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2;
-SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~mattst88/distfiles/${PN}-0.70.0-command-notify.patch.xz 
)"
-
-DEPEND="
-   >=x11-libs/gtk+-3.24.22:3[introspection?]
-   >=dev-libs/fribidi-1.0.0
-   >=dev-libs/glib-2.52:2
-   crypt?  ( >=net-libs/gnutls-3.2.7:0= )
-   icu? ( dev-libs/icu:= )
-   >=x11-libs/pango-1.22.0
-   >=dev-libs/libpcre2-10.21:=
-   systemd? ( >=sys-apps/systemd-220:= )
-   sys-libs/zlib
-   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
-   x11-libs/pango[introspection?]
-"
-RDEPEND="${DEPEND}
-   ~gui-libs/vte-common-${PV}[systemd?]
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/libxml2:2
-   dev-util/glib-utils
-   gtk-doc? ( dev-util/gi-docgen )
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-   default
-   use vala && vala_setup
-   xdg_environment_reset
-
-   use elibc_musl && eapply 
"${FILESDIR}"/${PN}-0.66.2-musl-W_EXITCODE.patch
-
-   if ! use vanilla; then
-   # Part of 
https://src.fedoraproject.org/rpms/vte291/raw/f37/f/vte291-cntnr-precmd-preexec-scroll.patch
-   # Adds OSC 777 support for desktop notifications in 
gnome-terminal or elsewhere
-   eapply 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/

2022-12-03 Thread Matt Turner
commit: 6ff54dc35482cf8a8f60d1debeb47c76f51df5a3
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:52 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff54dc3

x11-terms/gnome-terminal: Drop old versions

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

 x11-terms/gnome-terminal/Manifest  |  2 -
 .../gnome-terminal/gnome-terminal-3.46.2.ebuild| 96 --
 .../gnome-terminal/gnome-terminal-3.46.6.ebuild| 96 --
 3 files changed, 194 deletions(-)

diff --git a/x11-terms/gnome-terminal/Manifest 
b/x11-terms/gnome-terminal/Manifest
index 06f552bb0761..e65babdeafee 100644
--- a/x11-terms/gnome-terminal/Manifest
+++ b/x11-terms/gnome-terminal/Manifest
@@ -1,7 +1,5 @@
 DIST gnome-terminal-3.44.0-cntr-ntfy-autottl-ts.patch.xz 37248 BLAKE2B 
b3599386e7272fc5b742c11663f09bbfafa84cc855bd13fd602d679601fbb4126f36cdb157db37db335bf9edfe7d2b85e534baf837c5817984ec17baa4cdbb6c
 SHA512 
6422a774abfee18b2681115344f508b72ead1bb9f27b5b1596b419a9ce5a137d41e2d749b6d784170225e7f21f15c109f7eb74cc3164371d53dee7790bf99187
 DIST gnome-terminal-3.44.1.tar.xz 1813032 BLAKE2B 
3e001139aa0516bd27f7215c692c048393d6ad41737b8817f212529d3c530f6417d05601f63e6265e3fb84e788322341c25784a0a26ee7434f1d4bccd31c1eea
 SHA512 
afaa9a1b4fa86fea853a242f167d1ba3438efe4e049336bae138cb800d43c3325f624849463f16c9d4e34360916377c4edbfd2f3977212b51e35a41cca88b283
 DIST gnome-terminal-3.46.2-cntr-ntfy-autottl-ts.patch.xz 34980 BLAKE2B 
97a634da8f586fe03770540a00480f04de5d3210bb45e9af216ac876a85a8199d2d9ed651cae6631a0b432c96d28b5a07202baf79765a2b3767160c1df5cb84a
 SHA512 
96591f7e1f4febfce9d8b10a0fc8aebc09ad07cb2fb36876affaa47f19360944c37e63c173af6f07807247c6f60f34e4e39590ccb1632a64d6e5dbf3912bea74
-DIST gnome-terminal-3.46.2.tar.gz 2881209 BLAKE2B 
191e9f2f074e2965e85708e92608903173228e9c8df8df3f67eea33a95ab0726f5a0e10c80839d735c57f47ee5388fe70b2eedff21c1d73019ede95d6a00fd78
 SHA512 
b5a6507f9e908d9bdd4659d961e9618ff75ed5c6e02c6818d8399d4ea355dff7ea1b8bafb4304501d5a46e83e5f8633524c7851d42a39b1bdea5a1545ca1d31d
 DIST gnome-terminal-3.46.3.tar.gz 2881211 BLAKE2B 
a5c0aea858692bbab3ed20d4daa54dc97c98d4b920b09fa0aa52963658f6a327e90398c45ae5ed4dd3a40823ba84eff208f6df5e5e0731a1b1e7d8e531ad7b73
 SHA512 
d1408bfaf0a7c0b090f140c5ac12fe406fcfb18ddda5745616f209e196cc0b29887a312afa29a8ce319cbc7a0093908305a0fc95c357f8c714084cc696c8e79c
-DIST gnome-terminal-3.46.6.tar.bz2 1680801 BLAKE2B 
1abb2f7c0ead350904be19b5de8dd53524430a9702ad1d3268849cc3b05a64c06e4e9e03a01a0780d31cc088a9565c88c5a0c26dc0c14bd1552f93c58a6b2159
 SHA512 
c16238cf7891eb4ca61aa3bf9c951dd8bce0e6cc45e0ee23e24dc04a23cf7378eebe79cd6f4d7e70a8be5364c8f1e66e5f43b7d96e6f9e8e7b3ef023b5dfa51f
 DIST gnome-terminal-3.46.7.tar.bz2 1681251 BLAKE2B 
579ccc58cf55e04a0ef43bc840b3623ef3451c60d210f773fc93b4dc0bc6dc3cda63f4cac182d4295bb6dc1df0f78e8509c28d365db16f6a20f92ad5abe73aaa
 SHA512 
b53ec9fd1bd18e51dfc9d5d957082fb1478a824ceb098b0dda2ed8417c4cae4727435f4bce22a949214bdd39abc87821beb36c9e9863691ae0a20f11b34e3335

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.46.2.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.46.2.ebuild
deleted file mode 100644
index 465352fb409b..
--- a/x11-terms/gnome-terminal/gnome-terminal-3.46.2.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
-inherit gnome.org gnome2-utils meson python-any-r1 readme.gentoo-r1 xdg
-
-DESCRIPTION="A terminal emulator for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/ 
https://gitlab.gnome.org/GNOME/gnome-terminal;
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="debug +gnome-shell +nautilus vanilla"
-
-# Upstream is hostile and refuses to upload tarballs.
-SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.gz;
-SRC_URI+=" !vanilla? ( 
https://dev.gentoo.org/~mattst88/distfiles/${PN}-3.46.2-cntr-ntfy-autottl-ts.patch.xz
 )"
-
-KEYWORDS="~amd64"
-
-# FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control, bug 624960
-RDEPEND="
-   >=dev-libs/glib-2.52:2
-   >=x11-libs/gtk+-3.22.27:3
-   >=x11-libs/vte-0.70.0:2.91[!vanilla?]
-   >=dev-libs/libpcre2-10
-   >=gnome-base/gsettings-desktop-schemas-0.1.0
-   sys-apps/util-linux
-   gnome-shell? ( gnome-base/gnome-shell )
-   nautilus? ( >=gnome-base/nautilus-43.0 )
-"
-DEPEND="${RDEPEND}"
-# itstool required for help/* with non-en LINGUAS, see bug #549358
-# xmllint required for glib-compile-resources, see bug #549304
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/libxml2:2
-   dev-libs/libxslt
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-DOC_CONTENTS="To get previous working directory inherited in 

[gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-remote-desktop/

2022-12-03 Thread Matt Turner
commit: c67986f77715ea3cf6961f236489d52f683ddeec
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:01 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67986f7

net-misc/gnome-remote-desktop: Drop old versions

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

 net-misc/gnome-remote-desktop/Manifest |  2 -
 .../gnome-remote-desktop-43.0.ebuild   | 73 --
 .../gnome-remote-desktop-43.1.ebuild   | 73 --
 3 files changed, 148 deletions(-)

diff --git a/net-misc/gnome-remote-desktop/Manifest 
b/net-misc/gnome-remote-desktop/Manifest
index fe621e9f3920..4fc2e5ea4680 100644
--- a/net-misc/gnome-remote-desktop/Manifest
+++ b/net-misc/gnome-remote-desktop/Manifest
@@ -1,3 +1 @@
-DIST gnome-remote-desktop-43.0.tar.xz 195212 BLAKE2B 
ccfb43075ce6e36de4bcf3f92265e6596b78831393e3d6b079ef71ae729a9d48fdf177673b4b7e67db8c92a0d397461c60727780f18ff78c671eac6a01229ab4
 SHA512 
d774d85ef15b02f6c668806e8d7b036c3063decbec81a8cf253aaa01e13a49d802f4338e677744867e2e1ab3dc02ed30c8d8edbca2a9c428b783d5a4cdd8d110
-DIST gnome-remote-desktop-43.1.tar.xz 195740 BLAKE2B 
b73f0e72f72c45169deb1018dd19cbac779effc2bafc53b8db21cb72c48f5871ef64e3a085509aa859550b4fb54713506e2b6410e211eba7ee8850649af7c39f
 SHA512 
5e0164092da0fdb4877c8a1b40f1df609315390468522efaaad8f30f5c8e29111b021c1a7f3b8ce25627dfbe7937a4876d6673a816d81fdc191d30d4553a0596
 DIST gnome-remote-desktop-43.2.tar.xz 195984 BLAKE2B 
7f6bcf142f98a1b6f357cbc6bb651c63bcae5360a52a83ac44b8eea8f0f3bcdb29c23ec4d973ee40b29ebc0ff59958468a236238b50e68a886e31334a45f5c5c
 SHA512 
e7e9c36e04a7273cb1700859d59ab8130bca7103c3def7f51a6df31b98f6021b9ceb15d2f9e71fef2464141dcd01d467e126731028d7dd6b6ec843dd52b1e8d4

diff --git a/net-misc/gnome-remote-desktop/gnome-remote-desktop-43.0.ebuild 
b/net-misc/gnome-remote-desktop/gnome-remote-desktop-43.0.ebuild
deleted file mode 100644
index 3d5f335effcc..
--- a/net-misc/gnome-remote-desktop/gnome-remote-desktop-43.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson systemd xdg
-
-DESCRIPTION="Remote desktop daemon for GNOME using pipewire"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-remote-desktop;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="aac doc +rdp systemd +vnc"
-REQUIRED_USE="|| ( rdp vnc ) aac? ( rdp )"
-RESTRICT="test" # Tests run xvfb-run directly
-
-DEPEND="
-   x11-libs/cairo
-   x11-libs/libdrm
-   >=media-libs/libepoxy-1.4
-   >=dev-libs/glib-2.68:2
-   x11-libs/libnotify
-   app-crypt/libsecret
-   >=media-video/pipewire-0.3.49:=
-   app-crypt/tpm2-tss
-   rdp? (
-   >=media-libs/nv-codec-headers-11.1.5.0
-   >=net-misc/freerdp-2.8.0:=[server]
-   >=sys-fs/fuse-3.9.1
-   >=x11-libs/libxkbcommon-1.0.0
-
-   aac? (
-   media-libs/fdk-aac
-   )
-   )
-   vnc? (
-   net-libs/libvncserver
-   )
-"
-RDEPEND="${DEPEND}
-   x11-wm/mutter[screencast]
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   virtual/pkgconfig
-   doc? (
-   app-text/asciidoc
-   )
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use doc man)
-   $(meson_use aac fdk_aac)
-   $(meson_use rdp)
-   $(meson_use vnc)
-   $(meson_use systemd)
-   -Dsystemd_user_unit_dir="$(systemd_get_userunitdir)"
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/net-misc/gnome-remote-desktop/gnome-remote-desktop-43.1.ebuild 
b/net-misc/gnome-remote-desktop/gnome-remote-desktop-43.1.ebuild
deleted file mode 100644
index 90f943fab5e7..
--- a/net-misc/gnome-remote-desktop/gnome-remote-desktop-43.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson systemd xdg
-
-DESCRIPTION="Remote desktop daemon for GNOME using pipewire"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-remote-desktop;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="aac doc +rdp systemd +vnc"
-REQUIRED_USE="|| ( rdp vnc ) aac? ( rdp )"
-RESTRICT="test" # Tests run xvfb-run directly
-
-DEPEND="
-   x11-libs/cairo
-   x11-libs/libdrm
-   >=media-libs/libepoxy-1.4
-   >=dev-libs/glib-2.68:2
-   x11-libs/libnotify
-   app-crypt/libsecret
-   >=media-video/pipewire-0.3.49:=
-   app-crypt/tpm2-tss:=
-   rdp? (
-   

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

2022-12-03 Thread Matt Turner
commit: 05e8521089dde836651024fad4add7aa0ac9796b
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:46 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e85210

x11-libs/libwnck: Drop old versions

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

 x11-libs/libwnck/Manifest|  1 -
 x11-libs/libwnck/libwnck-40.1.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/x11-libs/libwnck/Manifest b/x11-libs/libwnck/Manifest
index db2f76fb7bae..c4cd82dc0dff 100644
--- a/x11-libs/libwnck/Manifest
+++ b/x11-libs/libwnck/Manifest
@@ -1,3 +1,2 @@
 DIST libwnck-2.31.0.tar.xz 630792 BLAKE2B 
8201537d3c9a8a0a8668fc16d33a8eaa05c14312401f1c763c922402df04ef03260dd259f5c46508f85390f7aefd551e83143e654b24b412272dddb7c7c4bd62
 SHA512 
54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9
-DIST libwnck-40.1.tar.xz 455624 BLAKE2B 
dd069cba299b9006a10de3311da87958f14a9defcc02a936cb0be38431eda9210aa8cff36ae63858235380a75c1d5266ce0612b5f93f47de21d48a5324af8a6d
 SHA512 
50ba20547e95280d10f1f66f36eea6c649b59d385da7a9217c295150520099585a5ff43c08a552afb8b0db3ee7305bbb2c38d0baed84cc6dc0942f3ca1e43e29
 DIST libwnck-43.0.tar.xz 455464 BLAKE2B 
591b7a9016f5149a2493d36ed8ec8a7e2a59b13043aed23bf87ef67520954d2e5cab0edb6f427c36f33fe80478ad363c9db6f4dacbc7c6d4295e79191e7f5043
 SHA512 
f6c14b0a650c6d5ab4d4013e6add3972a0f0bcdedfb9785f64199c9a65713d11c9d936e8b04d0f04707c3d165dd345bfa806f654bf82eabb765546b8914d68d2

diff --git a/x11-libs/libwnck/libwnck-40.1.ebuild 
b/x11-libs/libwnck/libwnck-40.1.ebuild
deleted file mode 100644
index d1d0d39aaa99..
--- a/x11-libs/libwnck/libwnck-40.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org meson xdg
-
-DESCRIPTION="A window navigation construction kit"
-HOMEPAGE="https://developer.gnome.org/libwnck/stable/;
-
-LICENSE="LGPL-2+"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
-
-IUSE="gtk-doc +introspection startup-notification tools"
-
-RDEPEND="
-   x11-libs/cairo[X]
-   >=dev-libs/glib-2.44:2
-   >=x11-libs/gtk+-3.22:3[X,introspection?]
-   startup-notification? ( >=x11-libs/startup-notification-0.4 )
-   x11-libs/libX11
-   x11-libs/libXres
-   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
-"
-# libXi header used by wnckprop.c, which is compiled even with USE=-tools 
(just not installed then)
-DEPEND="${RDEPEND}
-   x11-libs/libXi"
-BDEPEND="
-   gtk-doc? ( >=dev-util/gtk-doc-1.9
-   app-text/docbook-xml-dtd:4.1.2 )
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Don't collide with SLOT=1 with USE=tools
-   sed -e "s|executable(prog|executable(prog + '-3'|" -i 
libwnck/meson.build || die
-   xdg_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   -Ddeprecation_flags=false
-   $(meson_use tools install_tools)
-   $(meson_feature startup-notification startup_notification)
-   $(meson_feature introspection)
-   $(meson_use gtk-doc gtk_doc)
-   )
-   meson_src_configure
-}



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

2022-12-03 Thread Matt Turner
commit: 7ff55c0ba2c0a5ef1c8a78894216b6aab02405bf
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:47 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff55c0b

x11-libs/pango: Drop old versions

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

 x11-libs/pango/Manifest|  1 -
 x11-libs/pango/pango-1.50.9.ebuild | 91 --
 2 files changed, 92 deletions(-)

diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
index d91671012c73..eb860d7004a2 100644
--- a/x11-libs/pango/Manifest
+++ b/x11-libs/pango/Manifest
@@ -2,4 +2,3 @@ DIST pango-1.42.4-patchset.tar.xz 6040 BLAKE2B 
ec3f1a6a4de30e0864e7f0bf0950cb7a7
 DIST pango-1.42.4.tar.xz 833876 BLAKE2B 
7de1094a29750b9e59ea1e5c92644fa5d6b835828d027963a53cce3f204ee1ea0042ec492e209de9136f05ca131ccda959bc477d4f6e9c72e5f620ddf4235f26
 SHA512 
993e97f647eba0c5ed90bcfcb8228bf67fa3f20b1f4331e4e40a30788d7c3ac55eee1209471bf21df125cb8fc6121acc8062a9da2f8a7d6cbe8e9ad13a9320dc
 DIST pango-1.50.11.tar.xz 4263184 BLAKE2B 
f496f66ed996dd4125f2de7b0ea9635e7199e54de3038e6475c4677f04183442a27acc9c8b353f9207145b8c86e0f725f1b888fbe5e8df40929a70d9290bc376
 SHA512 
00d08477b8bff62cfa298d2871d3e58bc0411ea6a36330743b49533e6065ce5c3ae511246c299800b542ca446f31f2fb342f41c1183069946adccd13adb14ef8
 DIST pango-1.50.12.tar.xz 4272856 BLAKE2B 
60a06416f82e8e5419bca7c89cae17bcd60605b944f483bc7a4ce4405710f00dd40c78abfbe9fdbf8d4786780540f92adfde45e615be4175450e608ba618df08
 SHA512 
488a55e875487ded8c298151d67a3a7ec4653f2c311145fe83b1297417b1154d5e86b199013ee986c7d2575c889fafcb2f148ee4e5ff9ca143f9fb716a71512d
-DIST pango-1.50.9.tar.xz 4262208 BLAKE2B 
13495015a7b22fb33d6c06e2fd2f325f30a80ee88a9ae7306aea477bc0551762ef20b3ebb4d8c4a45e791f25e675264a1d1973b703e131b4caab42369e4bd293
 SHA512 
f108274174c0ff5eabe8a3ed23ba124c85b72dbc9c003fee388fe8775deb0946ad3dfd7c96e70a30268cbd390e29c4c184ff30300d99add70ba0ead59b3e

diff --git a/x11-libs/pango/pango-1.50.9.ebuild 
b/x11-libs/pango/pango-1.50.9.ebuild
deleted file mode 100644
index 262982813a4f..
--- a/x11-libs/pango/pango-1.50.9.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic gnome2-utils meson-multilib xdg
-
-DESCRIPTION="Internationalized text layout and rendering library"
-HOMEPAGE="https://www.pango.org/ https://gitlab.gnome.org/GNOME/pango;
-SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/$(ver_cut 
1-2)/${P}.tar.xz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
-
-IUSE="debug +introspection sysprof test X"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.62.2:2[${MULTILIB_USEDEP}]
-   >=dev-libs/fribidi-1.0.6[${MULTILIB_USEDEP}]
-   
>=media-libs/harfbuzz-2.6.0:=[glib(+),introspection?,truetype(+),${MULTILIB_USEDEP}]
-   >=media-libs/fontconfig-2.13.0:1.0=[${MULTILIB_USEDEP}]
-   >=x11-libs/cairo-1.12.10:=[X?,${MULTILIB_USEDEP}]
-   >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-   X? (
-   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
-   >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
-   )
-"
-DEPEND="${RDEPEND}
-   sysprof? ( >=dev-util/sysprof-capture-3.40.1:4[${MULTILIB_USEDEP}] )
-   X? ( x11-base/xorg-proto )
-"
-BDEPEND="
-   dev-util/glib-utils
-   sys-apps/help2man
-   virtual/pkgconfig
-   test? ( media-fonts/cantarell )
-"
-
-PATCHES=(
-   "${FILESDIR}"/1.50.8-harfbuzz-4.patch
-)
-
-src_prepare() {
-   default
-   xdg_environment_reset
-   gnome2_environment_reset
-}
-
-multilib_src_configure() {
-   if use debug; then
-   append-cflags -DPANGO_ENABLE_DEBUG
-   else
-   append-cflags -DG_DISABLE_CAST_CHECKS
-   fi
-
-   local emesonargs=(
-   # Never use gi-docgen subproject
-   --wrap-mode nofallback
-
-   -Dgtk_doc=false # we ship pregenerated docs
-   $(meson_native_use_feature introspection)
-   -Dinstall-tests=false
-   -Dfontconfig=enabled
-   $(meson_feature sysprof)
-   -Dlibthai=disabled
-   -Dcairo=enabled
-   $(meson_feature X xft)
-   -Dfreetype=enabled
-   )
-   meson_src_configure
-}
-
-multilib_src_install_all() {
-   insinto /usr/share/gtk-doc/html
-   # This will install PangoXft API docs regardless of USE=-X, but this is 
intentional
-   doins -r "${S}"/docs/Pango*
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-
-   if has_version 'media-libs/freetype[-harfbuzz]' ; then
-   

[gentoo-commits] repo/gentoo:master commit in: x11-libs/gdk-pixbuf/files/, x11-libs/gdk-pixbuf/

2022-12-03 Thread Matt Turner
commit: af6992c3e16440dc97aab1a66edef8e5d513f298
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:36 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6992c3

x11-libs/gdk-pixbuf: Drop old versions

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

 x11-libs/gdk-pixbuf/Manifest   |   2 -
 .../gdk-pixbuf-2.32.3-fix-lowmem-uclibc.patch  |  34 --
 x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.8.ebuild   | 116 -
 x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.9.ebuild   | 108 ---
 4 files changed, 260 deletions(-)

diff --git a/x11-libs/gdk-pixbuf/Manifest b/x11-libs/gdk-pixbuf/Manifest
index 9f0ab30f81dd..9f22e8781787 100644
--- a/x11-libs/gdk-pixbuf/Manifest
+++ b/x11-libs/gdk-pixbuf/Manifest
@@ -1,3 +1 @@
 DIST gdk-pixbuf-2.42.10.tar.xz 6519776 BLAKE2B 
b6bec388b70a971ea5b336001920fdf433bcbc539d54e62c7b6198e968f0bd3560ef9adc94215b64b01e7d5db69c95d5a1d32654b38b051fceb75e93666b3385
 SHA512 
ad64963b61ef8cc84ae450328ec8c90a852f974e29ffdd42263ed32de47af93c058f3ffdf91c5d6e9bba815f4e8e8fe5a19422ac1bfb079666339814ac059b3a
-DIST gdk-pixbuf-2.42.8.tar.xz 8503020 BLAKE2B 
39960043c5aa980f311d2705c868c170c90c7b580ac9ae849a3fdfc6a5faffcc24be23b82ca8fefb1cd5c28d2a02bfb87b1c5c5d1eab7b897f5e551a57577f7c
 SHA512 
994a1374becec6235d347f4980afcc8b85f43ac373e4d7e00b7445880d0a51932e63b54429b28ab5af09e7c4437f9d6008e1c25b2d44a2c9ef7cc9821b478387
-DIST gdk-pixbuf-2.42.9.tar.xz 6596068 BLAKE2B 
f464a6b326aee185b30b24f66267ad7eacd12e8b3bd07e7cebfb42a496791561cdd71cd937282d72f1fc55ee1e86b531f7e737a2dd00f2187d705865be177919
 SHA512 
032869c98d22cc4add05198baec5a64d29af247a99a084d7c498f82f467fb2a2008a8d0d4564ee5d963f6965dc9b3ff61b6c07377f67fec70ddf14e5373abfb3

diff --git 
a/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.32.3-fix-lowmem-uclibc.patch 
b/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.32.3-fix-lowmem-uclibc.patch
deleted file mode 100644
index 77ea7e75521e..
--- a/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.32.3-fix-lowmem-uclibc.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 21b8eb73d9272e06707ad6d0357f3034b8d9a46f Mon Sep 17 00:00:00 2001
-From: "Anthony G. Basile" 
-Date: Wed, 14 Oct 2015 16:18:19 -0400
-Subject: [PATCH] tests/pixbuf-lowmem.c: Do not run pixbuf-lowmem test on
- uClibc
-
-pixbuf-lowmem.c depends on GNU libc internals and does not build
-on musl or uClibc.  Commit e1fd25a fixes this issue for musl by
-testing if __GLIBC__ is set.  However, uClibc sets __GLIBC__ and
-so this check is insufficient there.  We expand the check so that
-we run pixbuf-lowmem on glibc, while avoiding it on both musl and
-uClibc.
-
-Signed-off-by: Anthony G. Basile 

- tests/pixbuf-lowmem.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/pixbuf-lowmem.c b/tests/pixbuf-lowmem.c
-index 9e9571f..ec7504f 100644
 a/tests/pixbuf-lowmem.c
-+++ b/tests/pixbuf-lowmem.c
-@@ -24,7 +24,7 @@
- #include 
- #include 
- 
--#ifdef __GLIBC__
-+#if defined(__GLIBC__) && !defined(__UCLIBC__)
- #define PRETEND_MEM_SIZE (16 * 1024 * 1024)
- #define REMAINING_MEM_SIZE 10
- 
--- 
-2.4.9
-

diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.8.ebuild 
b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.8.ebuild
deleted file mode 100644
index b4f614c7b16c..
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.8.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson-multilib multilib xdg
-
-DESCRIPTION="Image loading library for GTK+"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gdk-pixbuf;
-
-LICENSE="LGPL-2.1+"
-SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="gtk-doc +introspection jpeg tiff"
-
-# TODO: For windows/darwin support: shared-mime-info conditional, 
native_windows_loaders option review
-DEPEND="
-   >=dev-libs/glib-2.56.0:2[${MULTILIB_USEDEP}]
-   x11-misc/shared-mime-info
-   >=media-libs/libpng-1.4:0=[${MULTILIB_USEDEP}]
-   jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )
-   tiff? ( >=media-libs/tiff-3.9.2:0=[${MULTILIB_USEDEP}] )
-   gtk-doc? ( >=dev-util/gi-docgen-2021.1 )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-RDEPEND="${DEPEND}
-   !https://bugzilla.gnome.org/show_bug.cgi?id=756590
-   "${FILESDIR}"/${PN}-2.32.3-fix-lowmem-uclibc.patch
-)
-
-src_prepare() {
-   xdg_src_prepare
-   # This will avoid polluting the pkg-config file with versioned libpng,
-   # which is causing problems with libpng14 -> libpng15 upgrade
-   # See upstream bug #667068
-   # First check that the pattern is present, to catch upstream changes on 
bumps,
-   # because sed doesn't return 

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

2022-12-03 Thread Matt Turner
commit: 53a2cb27a45e544f3837906369526aaa2bb3e7ad
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:11 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a2cb27

net-vpn/networkmanager-openvpn: Drop old versions

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

 net-vpn/networkmanager-openvpn/Manifest|  1 -
 .../networkmanager-openvpn-1.8.18.ebuild   | 57 --
 2 files changed, 58 deletions(-)

diff --git a/net-vpn/networkmanager-openvpn/Manifest 
b/net-vpn/networkmanager-openvpn/Manifest
index 147b754b2d3c..c1802f077e34 100644
--- a/net-vpn/networkmanager-openvpn/Manifest
+++ b/net-vpn/networkmanager-openvpn/Manifest
@@ -1,3 +1,2 @@
 DIST NetworkManager-openvpn-1.10.0.tar.xz 698340 BLAKE2B 
3061aa0525897fe1321ac2843f1dd07b34d6f322b32db9811cb66afd7784d5a50c877ce91d5620d80fa33a74832486426c742f186fb86626bda862c4513d830d
 SHA512 
f7c3b44cf2b7651ac940d3d0547ca3a38d0af415cf580d9fde3780b2320ba022710c2cc1efeddcbc983a7d3e02ab869b36d44ca2ae05df3443f06471d405c679
 DIST NetworkManager-openvpn-1.10.2.tar.xz 701652 BLAKE2B 
c6cef27e57320dc68c168248981f54d2a8eb0a2b19524e11b2c25da04dc98f2a4e00e07b9b83d92d1654c26685d46d8f152c95462e4d73f853872fa3553735bb
 SHA512 
469aa4eeab169ccabd04b18b425ab2f8ad095e19c80dfca528855e1c66314e3ac129145ce5e62f5ccbb7a01cd7ba7f657571c3f4ec57b15ecb95aeaa765f5c4a
-DIST NetworkManager-openvpn-1.8.18.tar.xz 592488 BLAKE2B 
01880d834b8eee62d66a81652cc3a6904afc0ad926193b9f346298bfc66fb05922d49a19bfa2c788f76026df1a052e2c0727021ded22ba63545ab669a9250296
 SHA512 
4cdbd6e6fc6ae1849b45e18bbad29748ee7a538c753901f871de350f08d861acb24770ec74dfb288136b0307b36e6ca784f51f982ade26babaa60e4a1e2f31fd

diff --git 
a/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.8.18.ebuild 
b/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.8.18.ebuild
deleted file mode 100644
index a50a42de9c7d..
--- a/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.8.18.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
-
-inherit gnome2
-
-DESCRIPTION="NetworkManager OpenVPN plugin"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/NetworkManager-openvpn 
https://gitlab.gnome.org/GNOME/NetworkManager-openvpn;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="gtk test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   >=dev-libs/glib-2.34:2
-   dev-libs/libxml2:2
-   >=net-misc/networkmanager-1.7.0:=
-   >=net-vpn/openvpn-2.1
-   gtk? (
-   >=app-crypt/libsecret-0.18
-
-   >=net-libs/libnma-1.7.0
-   >=x11-libs/gtk+-3.4:3
-
-   >=gui-libs/gtk-4.0:4
-   >=net-libs/libnma-1.8.36
-   )
-"
-
-RDEPEND="
-   ${DEPEND}
-   acct-group/nm-openvpn
-   acct-user/nm-openvpn
-"
-
-BDEPEND="
-   sys-devel/gettext
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-"
-
-src_configure() {
-   # --localstatedir=/var needed per bug #536248
-   gnome2_src_configure \
-   --localstatedir=/var \
-   --disable-more-warnings \
-   --disable-static \
-   --with-dist-version=Gentoo \
-   $(use_with gtk gnome) \
-   $(use_with gtk gtk4) \
-   --without-libnm-glib
-}



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

2022-12-03 Thread Matt Turner
commit: 0555fb0ac896c6f81e8a22c7fa3ba47300e5
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:05 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0555f000

net-misc/modemmanager: Drop old versions

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

 net-misc/modemmanager/Manifest |   1 -
 .../modemmanager/modemmanager-1.18.10-r1.ebuild| 153 -
 2 files changed, 154 deletions(-)

diff --git a/net-misc/modemmanager/Manifest b/net-misc/modemmanager/Manifest
index d73b5bc3a3ed..cc11caaca071 100644
--- a/net-misc/modemmanager/Manifest
+++ b/net-misc/modemmanager/Manifest
@@ -1,2 +1 @@
-DIST ModemManager-1.18.10.tar.xz 2611480 BLAKE2B 
ca6c690f2365917b5c879c1bd80ec2752880fb4ffe779c0dae7e2b0852d5f77bb403b5cc1f529e254818fd3e6df2698cd77493d801f5c55d5fe60c817df1e713
 SHA512 
4615ddb852b750ba0ca62224b669145a408a22b841937d42271638a73bf59dff5fb8b73553388afee8e7d2b2126c61f51af3f8fcb4475a2e2ea313d438443f9b
 DIST ModemManager-1.18.12.tar.xz 2589020 BLAKE2B 
e82db0a62d29753e22b9f9c09e60d8f5dca070cbac27b6df54ff8cd166cbb837dca3b162ac06afea0e75abdc8d407253a28cee58dacd739d4b485fa9f5485acb
 SHA512 
7ee3b091ca2350a1d52f1ff0c0657c9f279594ffbff5ea57be59ca024331cafbac34901ca9ed4ef2b71e8c51b594526f921d3aeee6e8748cd0532a16218c5d6c

diff --git a/net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild 
b/net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild
deleted file mode 100644
index d651e931039f..
--- a/net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
-inherit gnome2 python-any-r1 readme.gentoo-r1 systemd udev vala
-
-DESCRIPTION="Modem and mobile broadband management libraries"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/ModemManager/;
-SRC_URI="https://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0/1" # subslot = dbus interface version, i.e. N in 
org.freedesktop.ModemManager${N}
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86"
-
-IUSE="elogind +introspection mbim policykit +qmi +qrtr systemd test +udev vala"
-REQUIRED_USE="
-   ?? ( elogind systemd )
-   qrtr? ( qmi )
-   vala? ( introspection )
-"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   >=dev-libs/glib-2.56.0:2
-   udev? ( >=dev-libs/libgudev-232:= )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
-   mbim? ( >=net-libs/libmbim-1.26.0 )
-   policykit? ( >=sys-auth/polkit-0.106[introspection?] )
-   qmi? ( >=net-libs/libqmi-1.30.8:=[qrtr?] )
-   qrtr? ( >=net-libs/libqrtr-glib-1.0.0:= )
-   elogind? ( sys-auth/elogind )
-   systemd? ( >=sys-apps/systemd-209 )
-"
-RDEPEND="${DEPEND}
-   policykit? ( acct-group/plugdev )
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   test? (
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   )
-   vala? ( $(vala_depend) )
-"
-
-S="${WORKDIR}/ModemManager-${PV}"
-
-python_check_deps() {
-   python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]" &&
-   python_has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   DOC_CONTENTS="
-   If your USB modem shows up only as a storage device when you 
plug it in,
-   then you should install sys-apps/usb_modeswitch, which will 
automatically
-   switch it over to USB modem mode whenever you plug it in.\n"
-
-   if use policykit; then
-   DOC_CONTENTS+="\nTo control your modem without needing to enter 
the root password,
-   add your user account to the 'plugdev' group."
-   fi
-
-   use vala && vala_setup
-   gnome2_src_prepare
-}
-
-src_configure() {
-   local myconf=(
-   --disable-Werror
-   --disable-static
-   --with-dist-version=${PVR}
-   --with-udev-base-dir="$(get_udevdir)"
-   $(use_with udev)
-   $(use_enable introspection)
-   $(use_with mbim)
-   $(use_with policykit polkit)
-   $(use_with systemd systemd-journal)
-   $(use_with qmi)
-   $(use_with qrtr)
-   $(use_enable vala)
-   )
-   if use systemd || use elogind; then
-   myconf+=(--with-systemd-suspend-resume)
-   else
-   

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

2022-12-03 Thread Matt Turner
commit: db29a0d45f0f4c248a1718431d74f21c56452f2d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:06 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db29a0d4

net-misc/networkmanager: Drop old versions

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

 net-misc/networkmanager/Manifest   |   3 -
 .../networkmanager/networkmanager-1.38.4.ebuild| 417 -
 .../networkmanager/networkmanager-1.40.0.ebuild| 415 
 .../networkmanager/networkmanager-1.40.4.ebuild| 415 
 4 files changed, 1250 deletions(-)

diff --git a/net-misc/networkmanager/Manifest b/net-misc/networkmanager/Manifest
index b34a71917f47..32a55312625a 100644
--- a/net-misc/networkmanager/Manifest
+++ b/net-misc/networkmanager/Manifest
@@ -1,5 +1,2 @@
-DIST NetworkManager-1.38.4.tar.xz 5446860 BLAKE2B 
c7b1e456a33ff136137cf0bd615fffdbc2d24b853bbe31dcab143c2748baf0a8f25fcc55af1811f4a179c5d85d86a09dcb2cdd3b374996b013be1acfea580316
 SHA512 
b36b35f1292df9888a5930cb28aca693ee566eec9216520adf3f5aeb9631d4d399bb0ea06641ab488f025584df438b69b2be01a3a7782e20267b60165f9159b6
-DIST NetworkManager-1.40.0.tar.xz 6580984 BLAKE2B 
7c5288afd791dbf02af783540cc6c316ca061c5d9bfcc222918928c74c519a852206ed61101c1f105a0907c8ec640cb6a024c6d1055e326c0fd1c042e9d83a5e
 SHA512 
2e51a70a6ef5c0c7ba9af400b9af8e6956c9a23dd93566a7c07efe531bb6253bf3544ac2a61e147fc17145eaaeeb25d7e58c1cb7daf7e7bf7b8ae6742545417e
 DIST NetworkManager-1.40.2.tar.xz 6585760 BLAKE2B 
12bd809e0d5140ecb1f52f61680fbd21044350d0c265bfff2ac812f977a7db5c5342a0302b6f02b057ce675ab917f449106e4bb1bb9b1d187066e076785ed951
 SHA512 
b79119d11ad98262a22a3f78a7dfa979a7890682f97ed8154552f7ceb964402fc9c2dcda082bf80ba45d7f717f541d3145e40f7f6c4fbb8f2858272cc9505761
-DIST NetworkManager-1.40.4.tar.xz 6594472 BLAKE2B 
1ba9d530c7365eed3b9ba9d24f746fee0afae96dde281f022b98eed2f2594438c03f889f8067afe2362876e5135a7e0857cbde5e709d21481b742ff27e9d6480
 SHA512 
612a479aed0ee00643e57e569354d16e00047ad94c5536a2fa25ea40b947e169e1e2c1e13c4076b6361c010e290b92551271e1c44e65f861166ef16e22b0
 DIST NetworkManager-1.40.6.tar.xz 6596776 BLAKE2B 
32e2a496d68d183a44a15f9ecfef18f5c7fcbc7ba5e27e0eb62825edb0ebbcf8ec34dcdd6d4da953aa46029d7063197f549cae13eb3622dd1f52c92aa5961941
 SHA512 
cd8ced0598ea4224cfde23a157108c872bb3935e539029571110b6a0bb4bf3637ad8e3afe8e5f162890ed557e8b42a803bc4e18db00e1de840dd0fa20643e036

diff --git a/net-misc/networkmanager/networkmanager-1.38.4.ebuild 
b/net-misc/networkmanager/networkmanager-1.38.4.ebuild
deleted file mode 100644
index 697765c019e4..
--- a/net-misc/networkmanager/networkmanager-1.38.4.ebuild
+++ /dev/null
@@ -1,417 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-GNOME_ORG_MODULE="NetworkManager"
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit gnome.org linux-info meson-multilib python-any-r1 readme.gentoo-r1 
systemd toolchain-funcs udev vala virtualx
-
-DESCRIPTION="A set of co-operative tools that make networking simple and 
straightforward"
-HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager;
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-IUSE="audit bluetooth +concheck connection-sharing debug dhclient dhcpcd 
elogind gnutls +gtk-doc +introspection iptables iwd psl libedit lto +nss 
nftables +modemmanager ofono ovs policykit +ppp resolvconf selinux syslog 
systemd teamd test +tools vala +wext +wifi"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="
-   bluetooth? ( modemmanager )
-   connection-sharing? ( || ( iptables nftables ) )
-   gtk-doc? ( introspection )
-   iwd? ( wifi )
-   vala? ( introspection )
-   wext? ( wifi )
-   ^^ ( gnutls nss )
-   ?? ( elogind systemd )
-   ?? ( dhclient dhcpcd )
-   ?? ( syslog systemd )
-"
-
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
-
-COMMON_DEPEND="
-   sys-apps/util-linux[${MULTILIB_USEDEP}]
-   elogind? ( >=sys-auth/elogind-219 )
-   >=virtual/libudev-175:=[${MULTILIB_USEDEP}]
-   sys-apps/dbus
-   net-libs/libndp
-   systemd? ( >=sys-apps/systemd-209:0= )
-   >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-0.10.3:= )
-   selinux? (
-   sec-policy/selinux-networkmanager
-   sys-libs/libselinux
-   )
-   audit? ( sys-process/audit )
-   teamd? (
-   >=dev-libs/jansson-2.7:=
-   >=net-misc/libteam-1.9
-   )
-   policykit? ( >=sys-auth/polkit-0.106 )
-   nss? ( >=dev-libs/nss-3.11:=[${MULTILIB_USEDEP}] )
-   gnutls? (
-   >=net-libs/gnutls-2.12:=[${MULTILIB_USEDEP}]
-   )
-   ppp? ( >=net-dialup/ppp-2.4.5:=[ipv6] )
-   modemmanager? (
-   net-misc/mobile-broadband-provider-info
-   

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

2022-12-03 Thread Matt Turner
commit: 147e7bfb9e705cfeb05fb5d2a95a4112020aae0e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:30:39 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147e7bfb

net-libs/gupnp: Drop old versions

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

 net-libs/gupnp/Manifest   |  2 --
 net-libs/gupnp/gupnp-1.6.0.ebuild | 75 ---
 net-libs/gupnp/gupnp-1.6.1.ebuild | 74 --
 3 files changed, 151 deletions(-)

diff --git a/net-libs/gupnp/Manifest b/net-libs/gupnp/Manifest
index bd4b47865d82..8bf3903143c6 100644
--- a/net-libs/gupnp/Manifest
+++ b/net-libs/gupnp/Manifest
@@ -1,4 +1,2 @@
 DIST gupnp-1.4.3.tar.xz 154812 BLAKE2B 
b41a8805853061399412f5eb7267e9913adb3054ebf8a3bd78f6df4c1607d4a944654f3bc6e154fefa98f1289a80055d0feb0168801d83a1ad59c25f5fcac784
 SHA512 
1963ce917458168c8bc5d669ee30a4071d83d3768ce1be8cbbd81c767853ca01950623a88628a0b1e403d1cce1f0bbc9df80acf4b75f91bfc0403e0d0e6bcedb
-DIST gupnp-1.6.0.tar.xz 2212044 BLAKE2B 
bc10b405f79845dd6a86c9110d26430bd6c67d36c761e38ddeee01135c27d196dbdc32fe09f322f9c0e19d2d424bb4f8b042531c81ce9da18e3f3d4f2d93e255
 SHA512 
5cf7a6c27f5b183e4f4387e478cb6f3ccdf4169a8e6a878f087ebf61aa41d31181480a42a8c38155af8a410c342dc6140a9cc44e30295f8f10333fd12fa53cc4
-DIST gupnp-1.6.1.tar.xz 2215460 BLAKE2B 
8bac4cfbe2fde421746be093db0043cf7333d647963a7a79c470247c6adbe58eee164b1b70f349e7aedeb7ccefb29d963beab02fc1e752306bf8587357154f4c
 SHA512 
eccdf79eb4291af0720cda8aaf0d352eb71816ace5483bc68ede899d42d1d0b359558cc74017ceff8d0bf591b188794735b3d10d71ba85cb2b376038c7de1761
 DIST gupnp-1.6.2.tar.xz 2215220 BLAKE2B 
457a334a6fe07c8038e83e63472809211751f4292a0ab176e61275d77ab904a91845bc2302dba6f320e3bc4dce5cef768489b81083e21a0cad0ed4961296aebd
 SHA512 
52024295b86fa180cb8676541da8350cbba0758a19c90c26bc922cea68bb4584a5fc414915e73449ba10107492684edec25dcf60b1af203727c59944aa2cac34

diff --git a/net-libs/gupnp/gupnp-1.6.0.ebuild 
b/net-libs/gupnp/gupnp-1.6.0.ebuild
deleted file mode 100644
index 9dbf892fc913..
--- a/net-libs/gupnp/gupnp-1.6.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit gnome.org meson-multilib python-single-r1 vala xdg
-
-DESCRIPTION="An object-oriented framework for creating UPnP devs and control 
points"
-HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP 
https://gitlab.gnome.org/GNOME/gupnp;
-
-LICENSE="LGPL-2+ GPL-2+" # gupnp-binding-tool is GPL-2+
-SLOT="1.6/1.6-0" # -
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
-
-IUSE="connman gtk-doc +introspection networkmanager +vala"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   ?? ( connman networkmanager )
-   gtk-doc? ( introspection )
-"
-
-# prefix: uuid dependency can be adapted to non-linux platforms
-RDEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.69:2[${MULTILIB_USEDEP}]
-   >=net-libs/gssdp-1.5.2:1.6=[introspection?,${MULTILIB_USEDEP}]
-   >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]
-   >=net-libs/libsoup-2.99.0:3.0[introspection?,${MULTILIB_USEDEP}]
-   >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gi-docgen-2021.1 )
-   dev-libs/libxslt
-   app-text/docbook-xsl-stylesheets
-   virtual/pkgconfig
-   !connman? ( !networkmanager? ( kernel_linux? ( sys-kernel/linux-headers 
) ) )
-   vala? ( $(vala_depend)
-   >=net-libs/gssdp-1.5.2:1.6[vala]
-   net-libs/libsoup:3.0[vala]
-   )
-"
-
-src_prepare() {
-   default
-   use vala && vala_setup
-}
-
-multilib_src_configure() {
-   local backend=system
-   use kernel_linux && backend=linux
-   use connman && backend=connman
-   use networkmanager && backend=network-manager
-
-   local emesonargs=(
-   -Dcontext_manager=${backend}
-   $(meson_native_use_bool introspection)
-   $(meson_native_use_bool vala vapi)
-   $(meson_native_use_bool gtk-doc gtk_doc)
-   -Dexamples=false
-   )
-   meson_src_configure
-}
-
-multilib_src_install_all() {
-   python_fix_shebang "${ED}"/usr/bin/gupnp-binding-tool-1.6
-   if use gtk-doc ; then
-   mkdir "${ED}"/usr/share/gtk-doc || die
-   mv "${ED}"/usr/share/doc/gupnp-1.6/{reference,html} || die
-   mv "${ED}"/usr/share/{doc,gtk-doc}/gupnp-1.6 || die
-   fi
-}

diff --git a/net-libs/gupnp/gupnp-1.6.1.ebuild 
b/net-libs/gupnp/gupnp-1.6.1.ebuild
deleted file mode 100644
index 14582c85caaa..
--- a/net-libs/gupnp/gupnp-1.6.1.ebuild
+++ 

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

2022-12-03 Thread Matt Turner
commit: 57e105815ab5837e3fd61ebaf121a38c6abc8ae6
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:25 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e10581

sys-apps/osinfo-db: Drop old versions

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

 sys-apps/osinfo-db/Manifest  |  2 --
 sys-apps/osinfo-db/osinfo-db-20220516.ebuild | 25 -
 sys-apps/osinfo-db/osinfo-db-20220830.ebuild | 25 -
 3 files changed, 52 deletions(-)

diff --git a/sys-apps/osinfo-db/Manifest b/sys-apps/osinfo-db/Manifest
index 779d6f497934..fa7ea4304af1 100644
--- a/sys-apps/osinfo-db/Manifest
+++ b/sys-apps/osinfo-db/Manifest
@@ -1,4 +1,2 @@
-DIST osinfo-db-20220516.tar.xz 129272 BLAKE2B 
47f6eb2e1ae0cad277be71fb0955415c4afdb27e3b80e36c98ce5b7c8d22efcab91047e93c586045baa233ac61dc08113a5aedb626db4f24bf0472455826e481
 SHA512 
44c56824c774e68bd79633c415c71155e814c1f928fceba845ab649f8cb0dd325ad06b91a2d720cb25fd62e67d7ea17774cc395995b4f201527c4a6aa447a744
-DIST osinfo-db-20220830.tar.xz 136300 BLAKE2B 
8710ed459db0573c436e2f25bd22d9dc7761b23a9046a406ffb2b106e7623010f8c9134ce24fe7fa096c6da698d9ec6749df9755c75e43af4d1be1140d2ab1b9
 SHA512 
8d728ce1afab9855430fa40595f8c156e72c155cd91e0064a9922a49e948116d5f49a75c89b642c5804b7f43f73e4d81ba179f8dc8cbeef8f10ccef7f9a696fb
 DIST osinfo-db-20221018.tar.xz 136440 BLAKE2B 
819e3debffb2381242047d8e93cb8eff04b3b7b77b2490e9a94a1326586114ac8113410795663179a9922d78123c59f93d492e678111388d97b72a8d5863a248
 SHA512 
5a74d05ff1b2c7ac3693c8b4678a2464268f53efa41fce9920d3d030cf3c8b719d696353144f867fcf00d7462b4c37768d569277b73865df258532b51c971ee1
 DIST osinfo-db-20221130.tar.xz 135936 BLAKE2B 
34fbbf6eded6d6e53c361ed8e5fc2a45eba546ae6aff3e02f31d321150ff1d7e05be9430d2a8c3a482139e21c73f310ec583d74827c38d206c219ee25f889cf4
 SHA512 
c0e7cf305d113c61e40f315521e606e73373ffa819ba059cb5ef245784fbf23e247180e8da1da366c96f1595470a870f193ed93a643675dda356b2c79f798015

diff --git a/sys-apps/osinfo-db/osinfo-db-20220516.ebuild 
b/sys-apps/osinfo-db/osinfo-db-20220516.ebuild
deleted file mode 100644
index b121959cf21f..
--- a/sys-apps/osinfo-db/osinfo-db-20220516.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="osinfo database files"
-HOMEPAGE="https://libosinfo.org/ https://gitlab.com/libosinfo/osinfo-db;
-SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.xz;
-S="${WORKDIR}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-BDEPEND="sys-apps/osinfo-db-tools"
-
-# we don't depend on intltool here, contrary to README, as the tarball already
-# contains the processed results with translations in XML files
-
-src_unpack() { :; }
-
-src_install() {
-   osinfo-db-import --root "${D}" --dir "/usr/share/osinfo" 
"${DISTDIR}/${A}"
-}

diff --git a/sys-apps/osinfo-db/osinfo-db-20220830.ebuild 
b/sys-apps/osinfo-db/osinfo-db-20220830.ebuild
deleted file mode 100644
index 28ae854564ac..
--- a/sys-apps/osinfo-db/osinfo-db-20220830.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="osinfo database files"
-HOMEPAGE="https://libosinfo.org/ https://gitlab.com/libosinfo/osinfo-db;
-SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.xz;
-S="${WORKDIR}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-BDEPEND="sys-apps/osinfo-db-tools"
-
-# we don't depend on intltool here, contrary to README, as the tarball already
-# contains the processed results with translations in XML files
-
-src_unpack() { :; }
-
-src_install() {
-   osinfo-db-import --root "${D}" --dir "/usr/share/osinfo" 
"${DISTDIR}/${A}"
-}



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

2022-12-03 Thread Matt Turner
commit: c3b3772d9743bc9597340381c902f7cf28811ade
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:30:50 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b3772d

net-libs/libsoup: Drop old versions

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

 net-libs/libsoup/Manifest  |   2 -
 net-libs/libsoup/libsoup-2.74.2.ebuild |  91 -
 net-libs/libsoup/libsoup-3.2.1.ebuild  | 102 -
 3 files changed, 195 deletions(-)

diff --git a/net-libs/libsoup/Manifest b/net-libs/libsoup/Manifest
index 45eb83e0b5b1..32d1fba1ed65 100644
--- a/net-libs/libsoup/Manifest
+++ b/net-libs/libsoup/Manifest
@@ -1,4 +1,2 @@
-DIST libsoup-2.74.2.tar.xz 1497356 BLAKE2B 
b05e5d06e20a95042334c79e3a633ec43db0e7444b425f8577045fbdee7b78bd697e743f4283ed79265bbe538145a541ef2ef55636ae235667a89d00910d5bf2
 SHA512 
6f9da3296364e210103093cef9ef34fb40f694a8ef90966fc1fbd834c11f3db1031784a0901e9181bf3124e0682708148bd3598a31d60f1cce61eaae2e19ba7a
 DIST libsoup-2.74.3.tar.xz 1504804 BLAKE2B 
91f441197414314bb78cf15e7c13b54714e669145784812fb7a68cc41c8965ea29c53dc686d690e00f28f711be9f767038e5cc43b11aa0136f190dd2d41ec2a0
 SHA512 
72f8a055df984cb35105fe67f4ca67d3fb110d40a9cacb660fccd89f93b06bc32e25d94375dcc76608a245f7c5e081d968d7aaf5952eb16013d81c741247cb4c
-DIST libsoup-3.2.1.tar.xz 1520736 BLAKE2B 
57a040bab530e2a1bb67aea65291205c151bd3b490c200c2d2fd4ca77fab9f62e9fada5ea143c9581065a332be57d753dbe2cabb9228ca06a35d6327277e5fbf
 SHA512 
e5f60fd700f4cda041d869eec50e787b2fbe9323949b90710405cff296e108bab6d1323ab96e89855c5396ce73c7b7574b424dbe957ae10b48740b272889be51
 DIST libsoup-3.2.2.tar.xz 1530460 BLAKE2B 
8df66651a0bdcdb3337ced0031e4e8a32883241f6b7310a2b91396883368fa849d1e7dbab3766ec38ec05fdd81fafabd1f165cfe22a168e87db9a431ca86274d
 SHA512 
1f2b49244f8bac4d112b39ac9c6a942acbc1ae1cff33262ed02e7682af3994cf6ba6741b365b3c80c45c6427d391599fa6f31df6caa4ffefe7d078ac373bad1b

diff --git a/net-libs/libsoup/libsoup-2.74.2.ebuild 
b/net-libs/libsoup/libsoup-2.74.2.ebuild
deleted file mode 100644
index 7cb4a1169afb..
--- a/net-libs/libsoup/libsoup-2.74.2.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome.org meson-multilib vala xdg
-
-DESCRIPTION="HTTP client/server library for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/libsoup;
-
-LICENSE="LGPL-2.1+"
-SLOT="2.4"
-
-# TODO: Default enable brotli at some point? But in 2.70.0 not advertised to 
servers yet - https://gitlab.gnome.org/GNOME/libsoup/issues/146
-IUSE="brotli gssapi gtk-doc +introspection samba ssl sysprof test +vala"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-DEPEND="
-   >=dev-libs/glib-2.58:2[${MULTILIB_USEDEP}]
-   >=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}]
-   >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
-   brotli? ( >=app-arch/brotli-1.0.6-r1:=[${MULTILIB_USEDEP}] )
-   >=net-libs/libpsl-0.20[${MULTILIB_USEDEP}]
-   sysprof? ( >=dev-util/sysprof-capture-3.40.1:4[${MULTILIB_USEDEP}] )
-   sys-libs/zlib
-   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-   samba? ( net-fs/samba )
-"
-RDEPEND="${DEPEND}
-   >=net-libs/glib-networking-2.38.2[ssl?,${MULTILIB_USEDEP}]
-"
-BDEPEND="
-   dev-libs/glib
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.20
-   app-text/docbook-xml-dtd:4.1.2 )
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-#  test? ( 
www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
-#  
apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
-#  
apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
-#  dev-lang/php[apache2,xmlrpc]
-#  net-misc/curl
-#  net-libs/glib-networking[ssl])"
-
-PATCHES=(
-   # Disable apache tests until they are usable on Gentoo, bug #326957
-   "${FILESDIR}"/disable-apache-tests.patch
-)
-
-src_prepare() {
-   use vala && vala_src_prepare
-   xdg_src_prepare
-   # https://gitlab.gnome.org/GNOME/libsoup/issues/159 - could work with 
libnss-myhostname
-   sed -e '/hsts/d' -i tests/meson.build || die
-}
-
-src_configure() {
-   # FIXME: we need addpredict to workaround bug #324779 until
-   # root cause (bug #249496) is solved
-   # But necessary while apache tests are disabled
-   #addpredict /usr/share/snmp/mibs/.index
-
-   

[gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/

2022-12-03 Thread Matt Turner
commit: cc13c56ccaddb05434571ebc775d226a879770e3
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:22 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc13c56c

sys-apps/gnome-disk-utility: Drop old versions

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

 sys-apps/gnome-disk-utility/Manifest   |  1 -
 .../gnome-disk-utility-42.0.ebuild | 63 --
 2 files changed, 64 deletions(-)

diff --git a/sys-apps/gnome-disk-utility/Manifest 
b/sys-apps/gnome-disk-utility/Manifest
index fb7803e4b3ac..6e071bfafaac 100644
--- a/sys-apps/gnome-disk-utility/Manifest
+++ b/sys-apps/gnome-disk-utility/Manifest
@@ -1,2 +1 @@
-DIST gnome-disk-utility-42.0.tar.xz 1740332 BLAKE2B 
4d05876364a475d1e16651569862fe3e9bb97549463146e69722c55922c0609069334e198eff91208448dc0baf7fcefe6bab56612e89fd7412fea42ba20549d2
 SHA512 
c47c37262295ba455b483a7ebe7799e92f94b97d177327817bb088cddcc3ff1f5840c3e270651287ff6a88257ec7cfcd1abe4167bf7454bbf55e145c8f1dc7c9
 DIST gnome-disk-utility-43.0.tar.xz 1752240 BLAKE2B 
906183e7f61c4e9d2206fe2c99034f06a0aa3869d253587325ae18b336dffc6d8523a2f4d89c4338ed64947e73c5a24de15dfdb15a9d42d77fe51fd2321bf159
 SHA512 
8cb1b10fba21c90bceec9521103defe092dea9a4c89a39ae44e4d5981dd0d1958649e7a2743535f0135a3c9179cad0e0aced98dfc805e19bdec81651abcecf48

diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-42.0.ebuild 
b/sys-apps/gnome-disk-utility/gnome-disk-utility-42.0.ebuild
deleted file mode 100644
index 24e660b41759..
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-42.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="Disk Utility for GNOME using udisks"
-HOMEPAGE="https://wiki.gnome.org/Apps/Disks;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="fat elogind gnome systemd"
-REQUIRED_USE="?? ( elogind systemd )"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-DEPEND="
-   >=media-libs/libdvdread-4.2.0:0=
-   >=dev-libs/glib-2.31:2
-   >=x11-libs/gtk+-3.16.0:3
-   >=media-libs/libcanberra-0.1[gtk3]
-   >=gui-libs/libhandy-1.5.0:1=
-   >=app-arch/xz-utils-5.0.5
-   >=x11-libs/libnotify-0.7:=
-   >=app-crypt/libsecret-0.7
-   >=dev-libs/libpwquality-1.0.0
-   >=sys-fs/udisks-2.7.6:2
-   elogind? ( >=sys-auth/elogind-209 )
-   systemd? ( >=sys-apps/systemd-209:0= )
-"
-RDEPEND="${DEPEND}
-   x11-themes/adwaita-icon-theme
-   fat? ( sys-fs/dosfstools )
-   gnome? ( >=gnome-base/gnome-settings-daemon-3.8 )
-"
-# libxml2 for xml-stripblanks in gresource
-BDEPEND="
-   dev-libs/libxml2:2
-   app-text/docbook-xsl-stylesheets
-   dev-libs/libxslt
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   -Dlogind=$(usex systemd libsystemd $(usex elogind libelogind 
none))
-   $(meson_use gnome gsd_plugin)
-   -Dman=true
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal-gnome/

2022-12-03 Thread Matt Turner
commit: d745573ded423bc191a169cfdbd5b9a4add68129
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:27 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d745573d

sys-apps/xdg-desktop-portal-gnome: Drop old versions

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

 sys-apps/xdg-desktop-portal-gnome/Manifest |  2 --
 .../xdg-desktop-portal-gnome-42.3.ebuild   | 39 --
 .../xdg-desktop-portal-gnome-43.0.ebuild   | 39 --
 3 files changed, 80 deletions(-)

diff --git a/sys-apps/xdg-desktop-portal-gnome/Manifest 
b/sys-apps/xdg-desktop-portal-gnome/Manifest
index 29410e8a025a..d449cf5300d0 100644
--- a/sys-apps/xdg-desktop-portal-gnome/Manifest
+++ b/sys-apps/xdg-desktop-portal-gnome/Manifest
@@ -1,3 +1 @@
-DIST xdg-desktop-portal-gnome-42.3.tar.xz 119228 BLAKE2B 
1cafeda9e9ad5431eb52520db19350e9ee4c9f65e0923f6f320561893a29e32fc5033f3da540dd492c3341a8cb6bf29687cbf04b027e68ee388d102ac7023cac
 SHA512 
0704eb29af5464fa0598cb4a05451866c8bacc20ad0638f7e799e7abdb4bbd86c41efbad963c493767190ae55f9d9c5d28360ee5fbbe1c42881969d03c7e84f5
-DIST xdg-desktop-portal-gnome-43.0.tar.xz 123836 BLAKE2B 
304655c999cf938de6cff23e190835d3a902dce81e64b041dfd2ceed817ec239cb67479dc3fca979659dc15d31acb12e36f38499408c6a063e412760f28266ac
 SHA512 
57dc455b19fc0c22aac9fb9fab375964999e99d96d2c6452ffecde3081e3a5a860eaf04dbada5ed87d43ae35119d1ab4d4fdfce3d1a9dc54b20862166984c2b3
 DIST xdg-desktop-portal-gnome-43.1.tar.xz 125248 BLAKE2B 
5290041b3b0d24c6d62c1433c492fa5b04af80493d192392d6b89839356c1a4f2c74aba5509476bd5df5383375889d50636216b52e2448de1b3c8360501cb16b
 SHA512 
fc9b2a0bf5483194326308099be0cb76245644bfc26546a4e63679eb695400cf254aa9e85de1b168e07ba7f05eb4f9fe4fde31853bcee4bd8bfb94063933ebc3

diff --git 
a/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-42.3.ebuild 
b/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-42.3.ebuild
deleted file mode 100644
index 5e2de2bb4629..
--- a/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-42.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org meson systemd xdg
-
-DESCRIPTION="Backend implementation for xdg-desktop-portal using GNOME"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
-IUSE="wayland X"
-
-BDEPEND="
-   dev-util/gdbus-codegen
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-DEPEND="
-   dev-libs/glib:2
-   gnome-base/gnome-desktop:4=
-   gui-libs/libadwaita:1
-   media-libs/fontconfig
-   sys-apps/dbus
-   >=sys-apps/xdg-desktop-portal-1.7
-   >=sys-apps/xdg-desktop-portal-gtk-1.14.0
-   gui-libs/gtk:4[wayland?,X?]
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local emesonargs=(
-   -Dsystemduserunitdir="$(systemd_get_userunitdir)"
-   )
-
-   meson_src_configure
-}

diff --git 
a/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-43.0.ebuild 
b/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-43.0.ebuild
deleted file mode 100644
index a29af51cf559..
--- a/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-43.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org meson systemd xdg
-
-DESCRIPTION="Backend implementation for xdg-desktop-portal using GNOME"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-IUSE="wayland X"
-
-BDEPEND="
-   dev-util/gdbus-codegen
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-DEPEND="
-   dev-libs/glib:2
-   gnome-base/gnome-desktop:4=
-   gui-libs/libadwaita:1
-   media-libs/fontconfig
-   sys-apps/dbus
-   >=sys-apps/xdg-desktop-portal-1.15.0
-   >=sys-apps/xdg-desktop-portal-gtk-1.14.0
-   gui-libs/gtk:4[wayland?,X?]
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local emesonargs=(
-   -Dsystemduserunitdir="$(systemd_get_userunitdir)"
-   )
-
-   meson_src_configure
-}



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

2022-12-03 Thread Matt Turner
commit: a71f03d28f0967d2dcbebc15ea13fc2a6dc7294a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:20 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71f03d2

sys-apps/baobab: Drop old versions

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

 sys-apps/baobab/Manifest   |  1 -
 sys-apps/baobab/baobab-42.0.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/sys-apps/baobab/Manifest b/sys-apps/baobab/Manifest
index bafb02ea22b8..0b2e6ab35a88 100644
--- a/sys-apps/baobab/Manifest
+++ b/sys-apps/baobab/Manifest
@@ -1,3 +1,2 @@
 DIST baobab-41.0.tar.xz 586228 BLAKE2B 
8c06dd4c62dd377e2338df280dd1f78dcd6e0c13713f06bb126f96e658e42b9ed5f1cffa9f7445f2d854cf42c09b93d72f4ff82a80df5dd4a4d395978fe2ecff
 SHA512 
4f41cac42491afb98855771a621573689f2b35c0a2602799af9f88adf901a5c62c9f8e4b70be43ed27024deba860b128bc22b8a7782ac207a5746b4df6b65aa0
-DIST baobab-42.0.tar.xz 588392 BLAKE2B 
ec2525b6643a9ab2ecedcbb7b7a54419859116808d9287bfcc694cf22d314b5dc34e71483718353685f3a246c87b4b492e7c3fb69c7044dea605ae3e8737d0f1
 SHA512 
21837bfe901034ed3450f6937d3ede1e567d16a5ae308db91029dc2ff4bb523b36f9408f7489c6798140de039e928f49969a1ed741027da0ae8377be6352ba08
 DIST baobab-43.0.tar.xz 594832 BLAKE2B 
1cf42a475bf08ddf85d3fb2944f80e274eeb47d1e3f44fcfba9e53c9302a5c3f5fcbe9378dc74059199e2ed38945af16eca2456f7cede9b45228b90e14ae8b96
 SHA512 
d368bde1ba1fafbe908c5e8e0e5cd9d593d3f3cc551a7b1f3be68624bd7ee8b1dac6374fc9031c7d4c53240dda739974b5c71653227251bb5b8fbcd332900b91

diff --git a/sys-apps/baobab/baobab-42.0.ebuild 
b/sys-apps/baobab/baobab-42.0.ebuild
deleted file mode 100644
index 4f8edab65309..
--- a/sys-apps/baobab/baobab-42.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
-inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
-
-DESCRIPTION="Disk usage browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Baobab;
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
-
-RDEPEND="
-   >=dev-libs/glib-2.44:2
-   >=gui-libs/gtk-4.4.0:4
-   >=gui-libs/libadwaita-1.0.0:1=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   ${PYTHON_DEPS}
-   $(vala_depend)
-   >=gui-libs/libadwaita-1.0.0:1=[vala]
-   dev-util/itstool
-   >=sys-devel/gettext-0.21
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   vala_setup
-   xdg_environment_reset
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2022-12-03 Thread Matt Turner
commit: 04ef4d16254d2d56ee7ad5cb4d6fdfc650b7f02a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:14 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ef4d16

net-wireless/gnome-bluetooth: Drop old versions

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

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-42.3.ebuild| 71 --
 2 files changed, 72 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index d1be48a1ff5f..c25ed276798d 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5
-DIST gnome-bluetooth-42.3.tar.xz 303604 BLAKE2B 
bf73d31d6fd40bafa22133caac6a612951fd2b09cc7b1501df5d0256e6d769553d01a951b7ff731cab96669a7935fe41c50e15c4b2ec97cd347abc79b9efbe75
 SHA512 
e07aa4edc6ebe4ea2690d4271be75ec84bf3d38fb6f9f87d6833ef0a3c3015bc063ff091755761f554ae18e40eb2dd98ae0ed77163016e671d63b944c553c310
 DIST gnome-bluetooth-42.4.tar.xz 304048 BLAKE2B 
7451c893496f04e38d36ba93aa7c9650144c020bf1ce156e11fbf62a3a2d5ee637ebdea2b397ee2affb96da8568a6f7456c5fb181a9c752b5deb7e14371f9e84
 SHA512 
5dab59e6ba3e291cb7630b6bc2da3a776ad044565ace3b9fcc30c357f2740f4ba73fca23a099b1717f8d181a3af67b33c0934a35cd680a149c2168e2380410aa

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
deleted file mode 100644
index 75e875ce4ef2..
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
-inherit gnome.org meson python-any-r1 xdg
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
-IUSE="gtk-doc +introspection sendto test"
-RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-
-DEPEND="
-   >=dev-libs/glib-2.44:2
-   >=gui-libs/gtk-4.4:4[introspection?]
-   media-libs/gsound
-   >=gui-libs/libadwaita-1.1:1
-   >=x11-libs/libnotify-0.7.0
-   virtual/libudev:=
-   >=sys-power/upower-0.99.14:=
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-RDEPEND="${DEPEND}
-   acct-group/plugdev
-   virtual/udev
-   >=net-wireless/bluez-5
-   sendto? ( !net-wireless/gnome-bluetooth:2 )
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
-   virtual/pkgconfig
-   test? (
-   $(python_gen_any_dep '
-   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   ')
-   )
-"
-
-python_check_deps() {
-   if use test; then
-   python_has_version 
">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
-   python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
-   fi
-}
-
-pkg_setup() {
-   # Check for python is unconditional
-   python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use sendto)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-}



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

2022-12-03 Thread Matt Turner
commit: da5ad84b1e0a34bc7f0041bad3d685d61e4ab23f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:30:57 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5ad84b

net-libs/webkit-gtk: Drop old versions

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

 net-libs/webkit-gtk/Manifest  |   3 -
 net-libs/webkit-gtk/webkit-gtk-2.36.8.ebuild  | 250 -
 net-libs/webkit-gtk/webkit-gtk-2.38.0-r410.ebuild | 259 --
 net-libs/webkit-gtk/webkit-gtk-2.38.0-r500.ebuild | 252 -
 net-libs/webkit-gtk/webkit-gtk-2.38.0.ebuild  | 249 -
 net-libs/webkit-gtk/webkit-gtk-2.38.1-r410.ebuild | 259 --
 net-libs/webkit-gtk/webkit-gtk-2.38.1-r500.ebuild | 253 -
 net-libs/webkit-gtk/webkit-gtk-2.38.1.ebuild  | 249 -
 8 files changed, 1774 deletions(-)

diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest
index 5df75a8f006e..28363b37f660 100644
--- a/net-libs/webkit-gtk/Manifest
+++ b/net-libs/webkit-gtk/Manifest
@@ -1,5 +1,2 @@
 DIST webkitgtk-2.36.7.tar.xz 26594424 BLAKE2B 
1f7450e47bffa3875aa4448925a013ec90bdaa6c813aa181d14c9a5636c58140ce55d5b5288a65cfbe9e363cd9d00f62de74665182ab9f856baa4b2ffcec6dba
 SHA512 
e27975cf55b6be4cde2b34ed03fc717e6550dc495b444c781b3af0b32f7d580451de27ed41d74c6ff734b876118f22847096131168b0c8325031be84c1972888
-DIST webkitgtk-2.36.8.tar.xz 26610100 BLAKE2B 
d3862fdf18b6095c32af517b7bd175797375fff8a9d68f04d773375c0c3cea284c23466f25e3e53811ef622974f58211b4b11cb32a47ff08951cdd65b085b815
 SHA512 
50576f13ea84c0634d174ccf0b70d0eb28752589b2b9ce7a82ffeee1b4b6c849a802f7ae83a3c5a74d0da2b7e3321876ead33e819d8006b8153376074cb57036
-DIST webkitgtk-2.38.0.tar.xz 32997240 BLAKE2B 
6612d2192b8865af625af297c88caf02e329d51e9c166b931b8bc6061f36fb1f1f2b06407adad0aa7bf5beaafe707c1d9a64d437e2ed99ed8ff1865c09f8e0dc
 SHA512 
8380d11eedec3c4eedf3a0f5591fd279ee42b28a38aaa13d7eb88f8a004cbe8aac7dc8f19409440e5c1272ad1555a781f1242bca6c89beed2dc5fd2de5f3d525
-DIST webkitgtk-2.38.1.tar.xz 33006384 BLAKE2B 
404ff4e52331f9fe929922a23bed8ab5a70cb2a6523ae23c390415bfbd3c88797f91f95b74c9c8301f462bff708c85dc7155d6b37d2c3a66d4794ca184e1ca7c
 SHA512 
d81e85a5a43c33a63f88964907053888bb971c8fa1fe7fc90f71461c440458a21e09730c558be2b5efe42e02eb1c3d789a2571dc6d795f9c6d95fd499683a9e2
 DIST webkitgtk-2.38.2.tar.xz 33006668 BLAKE2B 
822c4d526774fc1fe08e704045cd2fb59b70cbe98b861e86e9f2052be3fcff3ff2ff3df078e76b1691e0dfce6861a92a78a35a6f27e21eaef2dc2c5763c4095c
 SHA512 
177e792ce10e3c03e9b1e11459f03433cf70ad2a505a3bcca0542c4f9e77b1171953cf0cf1c3bcde0559bd5935167fac50f7dbac948635392ea663b3bb4b1c37

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.36.8.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.36.8.ebuild
deleted file mode 100644
index 3891152a3b59..
--- a/net-libs/webkit-gtk/webkit-gtk-2.36.8.ebuild
+++ /dev/null
@@ -1,250 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_REQ_USE="xml(+)"
-PYTHON_COMPAT=( python3_{8..11} )
-USE_RUBY="ruby27 ruby30 ruby31"
-
-inherit check-reqs flag-o-matic gnome2 optfeature python-any-r1 ruby-single 
toolchain-funcs cmake
-
-MY_P="webkitgtk-${PV}"
-DESCRIPTION="Open source web browser engine"
-HOMEPAGE="https://www.webkitgtk.org;
-SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
-
-LICENSE="LGPL-2+ BSD"
-SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-IUSE="aqua avif +egl examples gamepad gles2-only gnome-keyring +gstreamer 
gtk-doc +introspection +jpeg2k +jumbo-build lcms libnotify seccomp spell 
systemd test wayland X"
-
-# gstreamer with opengl/gles2 needs egl
-REQUIRED_USE="
-   gles2-only? ( egl )
-   gstreamer? ( egl )
-   wayland? ( egl )
-   || ( aqua wayland X )
-"
-
-# Tests fail to link for inexplicable reasons
-# https://bugs.webkit.org/show_bug.cgi?id=148210
-RESTRICT="test"
-
-# Dependencies found at Source/cmake/OptionsGTK.cmake
-# Missing WebRTC support, but ENABLE_MEDIA_STREAM/ENABLE_WEB_RTC is 
experimental upstream (PRIVATE OFF) and shouldn't be used yet in 2.30
-# >=gst-plugins-opus-1.14.4-r1 for opusparse (required by MSE)
-# TODO: gst-plugins-base[X] is only needed when build configuration ends up 
with GLX set, but that's a bit automagic too to fix
-RDEPEND="
-   >=x11-libs/cairo-1.16.0:=[X?]
-   >=media-libs/fontconfig-2.13.0:1.0
-   >=media-libs/freetype-2.9.0:2
-   >=dev-libs/libgcrypt-1.7.0:0=
-   >=x11-libs/gtk+-3.22.0:3[aqua?,introspection?,wayland?,X?]
-   >=media-libs/harfbuzz-1.4.2:=[icu(+)]
-   >=dev-libs/icu-61.2:=
-   media-libs/libjpeg-turbo:0=
-   >=net-libs/libsoup-2.54:2.4[introspection?]
-   >=dev-libs/libxml2-2.8.0:2
-   >=media-libs/libpng-1.4:0=
-   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gnome-maps/

2022-12-03 Thread Matt Turner
commit: 099ef0dda2993286831044cea6ac36e1aad83622
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:17 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099ef0dd

sci-geosciences/gnome-maps: Drop old versions

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

 sci-geosciences/gnome-maps/Manifest   |  2 -
 sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild | 49 ---
 sci-geosciences/gnome-maps/gnome-maps-43.1.ebuild | 49 ---
 3 files changed, 100 deletions(-)

diff --git a/sci-geosciences/gnome-maps/Manifest 
b/sci-geosciences/gnome-maps/Manifest
index a848365a4616..6f79f33dfdc0 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -1,4 +1,2 @@
 DIST gnome-maps-42.3.tar.xz 2317328 BLAKE2B 
365eb5cb8f7b20e2069338249418f5fad1abd47a1ab7ecda2d671dc97dfa45fb9f5687ae01fd605613c7ecf6eb9048aef6ab121cac0f455a42df9156581c87e2
 SHA512 
e52509603914de8f345a874f931beb68d11f718827b956a48464fe804c42559d977eacb0bbd5d4346b6329ab3f9169ac9afa8ef681f040c5b6a82b440b9786cb
-DIST gnome-maps-43.0.tar.xz 2330656 BLAKE2B 
117a3558e29abe6a1bd29cf347b20a9e33f2b1cabd5310f28e387685e0bde96d1ce371c88616914f298e25ffbbc72b4d29e4fa721994b184e88289c6d0236ea0
 SHA512 
70966d6a092a67eb6a3a62627666376a71767d9296e00489a5aff281793425d9edd5e978deaf47bbd7d6b0ce37b53cf724b73487e101554c7984456661e193fc
-DIST gnome-maps-43.1.tar.xz 2329212 BLAKE2B 
6597597dcf5b056a33670f502c3ab0b9658b6cac5e72896f5363034649ddf01fe9ae2a275dbd1a298b0dd1850b8a9c625fff02a15c998fd0e296f794aedf7b0e
 SHA512 
f4eafdf6b81a23567d526ae51842e391c7b3e585967abb2b6a38ab1a361de77a69ebbf01939f3a328990fe3f623f4bd40a720f776c27af07acb27bb75a12
 DIST gnome-maps-43.2.tar.xz 2334324 BLAKE2B 
a8daacd9874e9b8d44ae6107b7cc1a0a4a168d579b4101e4da408c08e2509f7da782605b27d089331d3628584783f3fd1d43c26d3bc7b09325810dec7b9b1648
 SHA512 
dfd7eba5fc0cc38152753d2d3b5ba13cdc614b96fe3f8e6629dc6c56515108fc6f2469f32629ffaba97667b15da294d874653d9133dd13592738379d5fb91c78

diff --git a/sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild
deleted file mode 100644
index 60b7b5097144..
--- a/sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="A map application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Maps;
-
-LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-# Pure introspection dependencies found by grepping imports in ${S}
-RDEPEND="
-   >=dev-libs/glib-2.66.0:2
-   >=dev-libs/gjs-1.69.2
-   >=dev-libs/gobject-introspection-0.10.1:=
-   gui-libs/gtk:4[introspection]
-   >=app-misc/geoclue-0.12.99:2.0[introspection]
-   >=gui-libs/libadwaita-1.0:1[introspection]
-   >=dev-libs/libgweather-4.2.0:4=[introspection]
-   >=sci-geosciences/geocode-glib-3.15.2:2[introspection]
-   >=media-libs/libshumate-1.0:1.0=[introspection]
-   dev-libs/libxml2:2
-   >=net-libs/rest-0.9.1:1.0[introspection]
-
-   app-crypt/libsecret[introspection]
-   media-libs/graphene[introspection]
-   net-libs/libsoup:3.0[introspection]
-   x11-libs/pango[introspection]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/sci-geosciences/gnome-maps/gnome-maps-43.1.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-43.1.ebuild
deleted file mode 100644
index 60b7b5097144..
--- a/sci-geosciences/gnome-maps/gnome-maps-43.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="A map application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Maps;
-
-LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-# Pure introspection dependencies found by grepping imports in ${S}
-RDEPEND="
-   >=dev-libs/glib-2.66.0:2
-   >=dev-libs/gjs-1.69.2
-   >=dev-libs/gobject-introspection-0.10.1:=
-   gui-libs/gtk:4[introspection]
-   >=app-misc/geoclue-0.12.99:2.0[introspection]
-   >=gui-libs/libadwaita-1.0:1[introspection]
-   >=dev-libs/libgweather-4.2.0:4=[introspection]
-   >=sci-geosciences/geocode-glib-3.15.2:2[introspection]
-   >=media-libs/libshumate-1.0:1.0=[introspection]
-   dev-libs/libxml2:2
-   >=net-libs/rest-0.9.1:1.0[introspection]
-
-   

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

2022-12-03 Thread Matt Turner
commit: 558c8975bd8fb557f9f55b2b380e2bd2a280ad01
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:30:46 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558c8975

net-libs/libnma: Drop old versions

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

 net-libs/libnma/Manifest|  1 -
 net-libs/libnma/libnma-1.8.40-r1.ebuild | 71 -
 2 files changed, 72 deletions(-)

diff --git a/net-libs/libnma/Manifest b/net-libs/libnma/Manifest
index 2190d1efaccf..b755b9c3b575 100644
--- a/net-libs/libnma/Manifest
+++ b/net-libs/libnma/Manifest
@@ -1,3 +1,2 @@
 DIST libnma-1.10.2.tar.xz 1360128 BLAKE2B 
8caff2baaf1d7e0cb7a6cefee4917b5f294517cc3ee22446f0bbea0301664969bdf43d10fcdf15e938bdae07467ad0a048687e61c3c494c4f042a1f6800d5745
 SHA512 
f8ac5f73ee8bc918325d2beec3e1eea61fed18110103ba9c3eb21da02fbd054895aa5ce332942a9113bb4860d59958dbf9c3b91885663b6225daec25cadf7458
 DIST libnma-1.10.4.tar.xz 1351932 BLAKE2B 
0178407d04fed680b260ea7e4615f0d939483504209b4bc721e2a4fe49ecbf49d9ffde0476b4352973cda9de4f088ac50d557c12f67d970f21031c1741f692e3
 SHA512 
4fe0d6b0e5b3c1bd7654e03dce747ee390de76d6641eb317fecb901ed6768bf48785e4a99e6fc8f12864066d06a64e308a8dbb2081a2d57e3f1509ca712deccc
-DIST libnma-1.8.40.tar.xz 1350560 BLAKE2B 
9c5124a1dcaa801c7d0135ef64dedccd098988fdd199938e2409e80bee86df71bf368cada113dceae4046a5c2c5fe954aa9fc0c19519721a4e8ec7b8f7ea8d44
 SHA512 
28f4704f97941308f43b27a309fd14050e8ac7e0c6665cada3cc08a759e140f043a80b21ccfe02ce348f8490cad8107b4fe27026dbaafed46ec1c7c46824e3b8

diff --git a/net-libs/libnma/libnma-1.8.40-r1.ebuild 
b/net-libs/libnma/libnma-1.8.40-r1.ebuild
deleted file mode 100644
index af22040e877f..
--- a/net-libs/libnma/libnma-1.8.40-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg vala
-
-DESCRIPTION="NetworkManager GUI library"
-HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager;
-
-LICENSE="GPL-2+"
-SLOT="0"
-# pkcs11 default enabled as it's a small dep often already present by libnma 
users, and it was default enabled as IUSE=+gcr in nm-applet before
-IUSE="gtk-doc +introspection +pkcs11 vala"
-REQUIRED_USE="vala? ( introspection )"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
-
-DEPEND="
-   >=gui-libs/gtk-4.0:4
-   app-text/iso-codes
-   net-misc/mobile-broadband-provider-info
-   >=dev-libs/glib-2.38:2
-   >=x11-libs/gtk+-3.12:3[introspection?]
-   >=net-misc/networkmanager-1.7[introspection?]
-   pkcs11? ( >=app-crypt/gcr-3.14:0=[gtk] )
-   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
-"
-RDEPEND="${DEPEND}
-   !

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

2022-12-03 Thread Matt Turner
commit: dced2978e1c48e0080fb17213d4b7789be8167a5
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:30:32 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dced2978

net-libs/glib-networking: Drop old versions

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

 net-libs/glib-networking/Manifest  |  1 -
 .../glib-networking/glib-networking-2.72.2.ebuild  | 81 --
 2 files changed, 82 deletions(-)

diff --git a/net-libs/glib-networking/Manifest 
b/net-libs/glib-networking/Manifest
index 1b00ec47412c..53af07ef8267 100644
--- a/net-libs/glib-networking/Manifest
+++ b/net-libs/glib-networking/Manifest
@@ -1,2 +1 @@
-DIST glib-networking-2.72.2.tar.xz 265268 BLAKE2B 
90e6eee44faeb495e26a61d15fab66034784637f43d2184901099a6daa69e36d39f732cd5ccd5262f213f19329982264138592b60a08009f4ff034a3ad20922a
 SHA512 
b2837f1521ea8312fb508d3000d465898d409bb48033a63430609331f45628f6b49eaaf16278f2ef48c41b9fccf38f78a85374d23e9ea75692a11cbd7ef058ec
 DIST glib-networking-2.74.0.tar.xz 277232 BLAKE2B 
d0027a3beff276b2d0b008d1ed0bdeef231d8fb03c26c2e301a3eaef76ad4b704a5db36f6265c5516d73c5dbdb98c7c0919b6924038506dad0123f5ec77577b2
 SHA512 
f266c106f2c9379b95773a852c1b5c62ae1d6a758d25c436c3558f620d8e0a211201b3c4dfd89cdbe28b88430bba0cca621e62c01ea23d473983e203919bb1e6

diff --git a/net-libs/glib-networking/glib-networking-2.72.2.ebuild 
b/net-libs/glib-networking/glib-networking-2.72.2.ebuild
deleted file mode 100644
index d5891f0bed16..
--- a/net-libs/glib-networking/glib-networking-2.72.2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson-multilib xdg
-
-DESCRIPTION="Network-related giomodules for glib"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/glib-networking;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="+gnome +libproxy +ssl test"
-RESTRICT="!test? ( test )"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   >=dev-libs/glib-2.69.0:2[${MULTILIB_USEDEP}]
-   libproxy? ( >=net-libs/libproxy-0.4.11-r1:=[${MULTILIB_USEDEP}] )
-   >=net-libs/gnutls-3.7.2:=[${MULTILIB_USEDEP}]
-   ssl? ( app-misc/ca-certificates )
-   gnome? ( gnome-base/gsettings-desktop-schemas )
-"
-DEPEND="${RDEPEND}
-   test? ( net-libs/gnutls[pkcs11] )
-"
-BDEPEND="
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   test? ( sys-apps/dbus )
-"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-
-   if ! use test ; then
-   # Don't build tests unconditionally
-   # This is a hack to avoid needing gnutls[pkcs11] when USE=-test
-   # It may become a real runtime dependency in future
-   # Please check!
-   # bug #777462
-   sed -i "/^subdir('tests')/d" tls/meson.build || die
-   fi
-}
-
-multilib_src_configure() {
-   local emesonargs=(
-   -Dgnutls=enabled
-   -Dopenssl=disabled
-   $(meson_feature libproxy)
-   $(meson_feature gnome gnome_proxy)
-   -Dinstalled_tests=false
-   -Dstatic_modules=false
-   )
-   meson_src_configure
-}
-
-multilib_src_test() {
-   dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed'
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-
-   multilib_pkg_postinst() {
-   gnome2_giomodule_cache_update \
-   || die "Update GIO modules cache failed (for ${ABI})"
-   }
-   multilib_foreach_abi multilib_pkg_postinst
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-
-   multilib_pkg_postrm() {
-   gnome2_giomodule_cache_update \
-   || die "Update GIO modules cache failed (for ${ABI})"
-   }
-   multilib_foreach_abi multilib_pkg_postrm
-}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xinit/files/, x11-apps/xinit/

2022-12-03 Thread Matt Turner
commit: c8ac6fe036ab10a805799c42464b3f0af6d60e2c
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Dec  3 23:31:02 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Dec  3 23:49:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ac6fe0

x11-apps/xinit: Version bump to 1.4.2

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

 x11-apps/xinit/Manifest|  1 +
 .../xinit-1.4.2-move-serverauthfile-into-tmp.patch | 23 +++
 .../files/xinit-1.4.2-startx-current-vt.patch  | 25 +++
 x11-apps/xinit/xinit-1.4.2.ebuild  | 76 ++
 4 files changed, 125 insertions(+)

diff --git a/x11-apps/xinit/Manifest b/x11-apps/xinit/Manifest
index ede67dd74923..a743e32e2550 100644
--- a/x11-apps/xinit/Manifest
+++ b/x11-apps/xinit/Manifest
@@ -1 +1,2 @@
 DIST xinit-1.4.1.tar.bz2 176206 BLAKE2B 
1c20f34db344eb967ac230a0cd61ad07d0089668aea32973e9b8b9749e5260ad5d93a7f6642a4f2c8d6b01870696e4e1e422790c2954320039aa85e6dba8870a
 SHA512 
6cbc5d025a891c419f3f4493381b2fca57a67d78df866d2f16a83426f86bad6eca7f240fac12b25cbcc63df0fec41f625407184e044898602d66483715315340
+DIST xinit-1.4.2.tar.xz 156728 BLAKE2B 
8f5c16d5ec9cc16c734b1661def4f7e68321259f24e7aac2b039b8e142fb4a324d2471a0f04d3b4448ae713082ad9ec7018083b00ed1a93aac90fa7db172247d
 SHA512 
4b62c2edd97b40133577cbba88b3f31b36c5634b4eb667ef0c302e8358dc1c55a255abe42aaadc910d8aa9ea0e3add157a12a301382f1cdbe091df4e1215fae0

diff --git 
a/x11-apps/xinit/files/xinit-1.4.2-move-serverauthfile-into-tmp.patch 
b/x11-apps/xinit/files/xinit-1.4.2-move-serverauthfile-into-tmp.patch
new file mode 100644
index ..22b733fbdbba
--- /dev/null
+++ b/x11-apps/xinit/files/xinit-1.4.2-move-serverauthfile-into-tmp.patch
@@ -0,0 +1,23 @@
+Move startx auth files in /tmp so they are removed on reboot.
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357736
+The trap patch didn't seem to work on reboot.
+---
+ startx.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/startx.cpp b/startx.cpp
+index 082f780..9f9ff00 100644
+--- a/startx.cpp
 b/startx.cpp
+@@ -261,7 +261,7 @@ if [ x"$enable_xauth" = x1 ] ; then
+ dummy=0
+ 
+ XCOMM create a file with auth information for the server. ':0' is a dummy.
+-xserverauthfile=$HOME/.serverauth.$$
++xserverauthfile=`mktemp --tmpdir serverauth.XX`
+ trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP BUS TERM
+ xauth -q -f "$xserverauthfile" << EOF
+ add :$dummy . $mcookie
+-- 
+2.37.4
+

diff --git a/x11-apps/xinit/files/xinit-1.4.2-startx-current-vt.patch 
b/x11-apps/xinit/files/xinit-1.4.2-startx-current-vt.patch
new file mode 100644
index ..979d5260a13f
--- /dev/null
+++ b/x11-apps/xinit/files/xinit-1.4.2-startx-current-vt.patch
@@ -0,0 +1,25 @@
+diff --git a/startx.cpp b/startx.cpp
+index dfbebe1..082f780 100644
+--- a/startx.cpp
 b/startx.cpp
+@@ -202,17 +202,6 @@ XCOMM process server arguments
+ if [ x"$server" = x ]; then
+ server=$defaultserver
+ 
+-#ifdef __linux__
+-XCOMM When starting the defaultserver start X on the current tty to avoid
+-XCOMM the startx session being seen as inactive:
+-XCOMM "https://bugzilla.redhat.com/show_bug.cgi?id=806491;
+-tty=$(tty)
+-if expr "$tty" : '/dev/tty[0-9][0-9]*$' > /dev/null; then
+-tty_num=${tty#/dev/tty}
+-vtarg="vt$tty_num -keeptty"
+-fi
+-#endif
+-
+ XCOMM For compatibility reasons, only use xserverrc if there were no 
server command line arguments
+ if [ x"$serverargs" = x -a x"$display" = x ]; then
+   if [ -f "$userserverrc" ]; then
+-- 
+2.37.4
+

diff --git a/x11-apps/xinit/xinit-1.4.2.ebuild 
b/x11-apps/xinit/xinit-1.4.2.ebuild
new file mode 100644
index ..73e5d99f7ffb
--- /dev/null
+++ b/x11-apps/xinit/xinit-1.4.2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X Window System initializer"
+
+LICENSE="${LICENSE} GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm-linux ~x86-linux"
+IUSE="twm"
+
+RDEPEND="
+   x11-apps/xauth
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+PDEPEND="x11-apps/xrdb
+   twm? (
+   x11-apps/xclock
+   x11-apps/xsm
+   x11-terms/xterm
+   x11-wm/twm
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.3.3-gentoo-customizations.patch"
+   "${FILESDIR}/${PN}-1.4.2-startx-current-vt.patch"
+   "${FILESDIR}/${PN}-1.4.2-move-serverauthfile-into-tmp.patch"
+)
+
+XORG_CONFIGURE_OPTIONS=(
+   --with-xinitdir="${EPREFIX}"/etc/X11/xinit
+)
+
+src_install() {
+   xorg-3_src_install
+
+   exeinto /etc/X11
+   doexe "${FILESDIR}"/chooser.sh
+   exeinto /etc/X11/Sessions
+   doexe "${FILESDIR}"/Xsession
+   exeinto /etc/X11/xinit
+  

[gentoo-commits] repo/gentoo:master commit in: x11-apps/xprop/

2022-12-03 Thread Matt Turner
commit: 0a3e2a263da5428879d76a6a597d51d7782f47e9
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Dec  3 23:44:13 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Dec  3 23:49:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3e2a26

x11-apps/xprop: Version bump to 1.2.6

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

 x11-apps/xprop/Manifest   |  1 +
 x11-apps/xprop/xprop-1.2.6.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/x11-apps/xprop/Manifest b/x11-apps/xprop/Manifest
index 0b3315c9a40a..70b6332f1478 100644
--- a/x11-apps/xprop/Manifest
+++ b/x11-apps/xprop/Manifest
@@ -1 +1,2 @@
 DIST xprop-1.2.5.tar.bz2 151216 BLAKE2B 
c676a1a733f4f897bc207cd1d7ec1a6022d48d2bb9615072e2ce19c1fec7737a8c9bc0444c97f4972d85a8ec8bc1e990f559a0815eb3656f2378915095c1f85c
 SHA512 
93cfa621fa76ca6e8e780a252c508380b6dc9db39b67bfca16bb9800f0d39110f5d18189409a8577ef79e98bf5eece17f5e23f2218ca72ae8bb04ee7b429d559
+DIST xprop-1.2.6.tar.xz 143616 BLAKE2B 
6fbad31f376936a25ca49a98e4691130727b2eb808181c7010e19554690efe6404f67f0a2c62bd6b55b463558b15dff604f4840e15615473f056ee1976514359
 SHA512 
ab25d4b8bf9de8fb37149060ad4870ffed4d6846ac3b31903a42c36301fcb0d50d3ba15949fdd9079507db97d3f05d4bbd11711d825e5470482cc30772cc3f25

diff --git a/x11-apps/xprop/xprop-1.2.6.ebuild 
b/x11-apps/xprop/xprop-1.2.6.ebuild
new file mode 100644
index ..495cdee0b920
--- /dev/null
+++ b/x11-apps/xprop/xprop-1.2.6.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="property displayer for X"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xdm/

2022-12-03 Thread Matt Turner
commit: c213c7b1f006459158c0aa0f2f10f6e97a8e0f29
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Dec  3 23:38:38 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Dec  3 23:49:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c213c7b1

x11-apps/xdm: Version bump to 1.1.14

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

 x11-apps/xdm/Manifest  |  1 +
 x11-apps/xdm/xdm-1.1.14.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/x11-apps/xdm/Manifest b/x11-apps/xdm/Manifest
index de67dcea4402..ee3a679c8d4e 100644
--- a/x11-apps/xdm/Manifest
+++ b/x11-apps/xdm/Manifest
@@ -1 +1,2 @@
 DIST xdm-1.1.13.tar.xz 418404 BLAKE2B 
b5e1df5e0fd284b227bac5b07114b7882c34adca8c8f7878350576f865ec0675fc7f8218b5eba24e0ca75895093f9412e838a997562ec99bc8196233354bd7eb
 SHA512 
1c7ba51dc8c6989ff6ede3a3abd06e002903609d4ebd31f06ec39fbfee3a80a690c6180f85c3ab135a0de4623261d92a191d1ca5f733cdb3bd2e7e78977b98e5
+DIST xdm-1.1.14.tar.xz 419324 BLAKE2B 
e1c4f1db1af670171e80b7ab759f8e477c84997a873401eb27042590eebe457b38dc7bc998c42e954012ce06c1f4c216655a9c2809a22d88e372c9f7b57e0ff0
 SHA512 
8ed1d2c946916c24cb4b2de9326f65629c97e53b145312c9cb9c6e4308d8b47d67d3981319fbd4feac9b3ed436b9dfb24a1c905d37d7bcf07b49c18a68c7a6e4

diff --git a/x11-apps/xdm/xdm-1.1.14.ebuild b/x11-apps/xdm/xdm-1.1.14.ebuild
new file mode 100644
index ..1fc94cdc9425
--- /dev/null
+++ b/x11-apps/xdm/xdm-1.1.14.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3 pam systemd
+
+DEFAULTVT=vt7
+
+DESCRIPTION="X.Org xdm application"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE="pam systemd truetype xinerama xpm"
+
+RDEPEND="
+   x11-apps/sessreg
+   x11-apps/xconsole
+   x11-apps/xinit
+   x11-apps/xrdb
+   x11-apps/xsm
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXaw
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXmu
+   x11-libs/libXt
+   virtual/libcrypt:=
+   pam? ( sys-libs/pam )
+   systemd? ( >=sys-apps/systemd-209:= )
+   truetype? (
+   x11-libs/libXrender
+   x11-libs/libXft
+   )
+   xinerama? ( x11-libs/libXinerama )
+   xpm? ( x11-libs/libXpm )
+   elibc_glibc? ( dev-libs/libbsd )"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+src_prepare() {
+   sed -i -e 's:^Alias=.*$:Alias=display-manager.service:' \
+   xdm.service.in || die
+
+   # Disable XDM-AUTHORIZATION-1 (bug #445662).
+   # it causes issue with libreoffice and SDL games (bug #306223).
+   sed -i -e '/authorize/a DisplayManager*authName:
MIT-MAGIC-COOKIE-1' \
+   config/xdm-config.in || die
+
+   xorg-3_src_prepare
+}
+
+src_configure() {
+   local XORG_CONFIGURE_OPTIONS=(
+   --enable-ipv6
+   $(use_with pam)
+   $(use_with systemd systemd-daemon)
+   $(use_with truetype xft)
+   $(use_with xinerama)
+   $(use_enable xpm xpm-logos)
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+   --with-default-vt=${DEFAULTVT}
+   --with-xdmconfigdir=/etc/X11/xdm
+   )
+   xorg-3_src_configure
+}
+
+src_install() {
+   xorg-3_src_install
+
+   exeinto /usr/$(get_libdir)/X11/xdm
+   doexe "${FILESDIR}"/Xsession
+
+   use pam && pamd_mimic system-local-login xdm auth account session
+
+   # Keep /var/lib/xdm. This is where authfiles are stored. See #286350.
+   keepdir /var/lib/xdm
+}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/

2022-12-03 Thread Matt Turner
commit: 287b29e426c64051d95afc73eff1fa5f8e15148d
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Dec  3 23:43:06 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Dec  3 23:49:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287b29e4

x11-apps/transset: Version bump to 1.0.3

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

 x11-apps/transset/Manifest  |  1 +
 x11-apps/transset/transset-1.0.3.ebuild | 16 
 2 files changed, 17 insertions(+)

diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest
index a92be8f53f3f..c46979e5064b 100644
--- a/x11-apps/transset/Manifest
+++ b/x11-apps/transset/Manifest
@@ -1 +1,2 @@
 DIST transset-1.0.2.tar.bz2 127774 BLAKE2B 
fba4e8dc6eb3b3ea1285af9fccacc2d46cddbf17a086084c3db395bb5d78e6f13a348e2733c8b42efd2993dc053c01a4e6761c479506ba5d84a8715a956303c0
 SHA512 
f7a658cae70e211a0455420efbfacee0f3032821d94e7a80ec6db32ced716c1ce013f38713915505998071c312cedd1bad08575dbadfbbeb94361b048623f874
+DIST transset-1.0.3.tar.xz 121592 BLAKE2B 
0bcace3235c7d96c0a3005f39692df01f7a78361664a23ca52f3adbda5f6994da3b7385257f43d8bf0ec8bd916e98fd867c9439eba13dbb1f86fc8fd3fe14817
 SHA512 
5e46713653f1c50676381aebe6bcb0adaa4c5d51217f54a3e73fec69a3f201871f0d3b65759e30bd871f439eb3ccf037203d5efc9b26a60a4f6fa02d0ffdca41

diff --git a/x11-apps/transset/transset-1.0.3.ebuild 
b/x11-apps/transset/transset-1.0.3.ebuild
new file mode 100644
index ..ac84c68d643d
--- /dev/null
+++ b/x11-apps/transset/transset-1.0.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="An utility for setting opacity property"
+
+LICENSE="SGI-B-2.0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xcursorgen/

2022-12-03 Thread Matt Turner
commit: f0c76ce4a7433e383155b522cfa12b64941a73be
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Dec  3 23:42:15 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Dec  3 23:49:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c76ce4

x11-apps/xcursorgen: Version bump to 1.0.8

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

 x11-apps/xcursorgen/Manifest|  1 +
 x11-apps/xcursorgen/xcursorgen-1.0.8.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest
index 52d813327f0c..a1a1082f542d 100644
--- a/x11-apps/xcursorgen/Manifest
+++ b/x11-apps/xcursorgen/Manifest
@@ -1 +1,2 @@
 DIST xcursorgen-1.0.7.tar.bz2 128102 BLAKE2B 
d4e583e0183e23d1a127d367e520027bb36dad44306dc2848717f2d25ea3cb656a7cd95fd02a18522911a720319126eed07637e1809b868f1f85c74773a10c35
 SHA512 
bd13ad23691d3daa2d5dcdc5902cf62e3dcb97a0289aff362e6cd85866a1d8cafb64f98800a75bfb4cf1f3c76244ca20201847dff594543d136d0abaec7011d2
+DIST xcursorgen-1.0.8.tar.xz 123208 BLAKE2B 
91d44a92b5cc2822ad81aba23897ae6bb2e931d7366e4643363904a249d83e8225ee193e2d3b9ae4c1c5ff9f07f5fbb94b4201613d715499709c1861d8dd378a
 SHA512 
dede5b9e1e09f9253365bbb83fdab26c681641913f3586cef52d4802db9cecc7e252344911cd969a873c3a5c5ebbd4b862f786de263f92ea1bcb2df90236f9c4

diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.8.ebuild 
b/x11-apps/xcursorgen/xcursorgen-1.0.8.ebuild
new file mode 100644
index ..588765a4c0e0
--- /dev/null
+++ b/x11-apps/xcursorgen/xcursorgen-1.0.8.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="create an X cursor file from a collection of PNG images"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXcursor
+   media-libs/libpng:0="
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xgamma/

2022-12-03 Thread Matt Turner
commit: d0eb6a0c629841ee8ce985ad17022db1d4cbf6df
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Dec  3 23:07:38 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Dec  3 23:49:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0eb6a0c

x11-apps/xgamma: Version bump to 1.0.7

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

 x11-apps/xgamma/Manifest|  1 +
 x11-apps/xgamma/xgamma-1.0.7.ebuild | 16 
 2 files changed, 17 insertions(+)

diff --git a/x11-apps/xgamma/Manifest b/x11-apps/xgamma/Manifest
index 77c3d0822d16..681cb37d8967 100644
--- a/x11-apps/xgamma/Manifest
+++ b/x11-apps/xgamma/Manifest
@@ -1 +1,2 @@
 DIST xgamma-1.0.6.tar.bz2 123105 BLAKE2B 
fbf5496e7c91f1e96d591721bfe7a1771659e7ef408be689e205e898191e0fd6beeff9466f4eff628054aefa640e83d7a8d69de028a6a6e5716a1eee50ef0abd
 SHA512 
2d41798e15ac8c6f6731a2da29589207d936eaee1223ce6f3ca948e67d63c5c8b955d11c7db092dcd8c66a6209bd15c1de3dc1446dad4b4277134f010c6fc47a
+DIST xgamma-1.0.7.tar.xz 119992 BLAKE2B 
8d8fb0161a57f910238b801f30cd2a1fdad5dacead82f5f607e0eff6d88705e378ae81289528869767cb2b12f3c40b85d9e0f34e18ad03caf74b40bd1b86f4e6
 SHA512 
99b537dcae9e4d153774eb632a6a5e8dd32bebadc9bbd897a773e5b56f76848f32a1699b8c921d3094760c42b5083365d853b89ab31fd85c7a0d46feeceb

diff --git a/x11-apps/xgamma/xgamma-1.0.7.ebuild 
b/x11-apps/xgamma/xgamma-1.0.7.ebuild
new file mode 100644
index ..cd55e41627d9
--- /dev/null
+++ b/x11-apps/xgamma/xgamma-1.0.7.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="Alter a monitor's gamma correction through the X server"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   x11-libs/libXxf86vm
+   x11-libs/libX11"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xfd/

2022-12-03 Thread Matt Turner
commit: 5c6c9e0d0968ee41e8ed183548eab9301f203602
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Dec  3 23:32:40 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Dec  3 23:49:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6c9e0d

x11-apps/xfd: Version bump to 1.1.4

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

 x11-apps/xfd/Manifest |  1 +
 x11-apps/xfd/xfd-1.1.4.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/x11-apps/xfd/Manifest b/x11-apps/xfd/Manifest
index ffc0c17285f3..c481af092411 100644
--- a/x11-apps/xfd/Manifest
+++ b/x11-apps/xfd/Manifest
@@ -1 +1,2 @@
 DIST xfd-1.1.3.tar.bz2 141312 BLAKE2B 
742b6a1fff10593252dc27aa352ac500d9a17952e0415de80ea265322cfff7ef2c4c2435005a82c12f1b50003920322cfa27dab3af30b60575d4ae7a1b20f787
 SHA512 
68e2d4ce5e24215353b6f3231191d69639c4dd90a703e03ccf152bbfe4012da071c387ba289f918fb0336a3be9ee49dc05cbec7273fa85f5e476ead7e10795f0
+DIST xfd-1.1.4.tar.xz 134648 BLAKE2B 
d87d7c7f290147c2584b797dc807e11613efc506de08e56b2c756130d0b156f5f7a375515df80867b97834cf3c5f6d372541d507e164adb83f0f594397a5cd05
 SHA512 
fa1f8a7b5d89be20fb2b1e3e0e8f4d7f9463e91fd385d21e1403a398c2e263112043b568417c420c5ee33bec60e06658498dd55df6d7ac19da3af0844f932209

diff --git a/x11-apps/xfd/xfd-1.1.4.ebuild b/x11-apps/xfd/xfd-1.1.4.ebuild
new file mode 100644
index ..7036c3e0b875
--- /dev/null
+++ b/x11-apps/xfd/xfd-1.1.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org xfd application"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+   media-libs/fontconfig
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/libXt
+   x11-libs/libXmu
+   x11-libs/libXrender
+   x11-libs/libXaw
+   x11-libs/libxkbfile"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+BDEPEND="sys-devel/gettext"



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

2022-12-03 Thread Ionen Wolkens
commit: 9d8c00974a9e9fca5e698f65bc0adc1a28367b62
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Dec  3 22:22:49 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Dec  3 22:40:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8c0097

app-eselect/eselect-wine: use a bit clearer USE=xdg description

Could argue not many will even want this to work, albeit keeping
IUSE=+xdg default to maintain what normally works out of the box
with Wine.

Bug: https://bugs.gentoo.org/884077
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-eselect/eselect-wine/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-eselect/eselect-wine/metadata.xml 
b/app-eselect/eselect-wine/metadata.xml
index c4441da93cdc..c8c7d6ad97d2 100644
--- a/app-eselect/eselect-wine/metadata.xml
+++ b/app-eselect/eselect-wine/metadata.xml
@@ -7,7 +7,10 @@



-   Make use of XDG_DATA_DIRS to provide desktop 
entries
+   
+   Set XDG_DATA_DIRS to use the selected wine.desktop,
+   allows e.g. 'xdg-open my.exe' for file managers
+   


proj/eselect-wine



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

2022-12-03 Thread Georgy Yakovlev
commit: 2d475f8a7b560fe09d760d56ce9787688d848390
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Dec  3 21:55:42 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Dec  3 21:59:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d475f8a

sys-fs/zfs-kmod: improve new module check in live ebuild

Closes: https://github.com/gentoo/gentoo/pull/28498
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs-kmod/zfs-kmod-.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-fs/zfs-kmod/zfs-kmod-.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
index 3e4508af22fc..b31dd845873c 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
@@ -210,8 +210,10 @@ _old_layout_cleanup() {
 pkg_postinst() {
# check for old module layout before doing anything else.
# only attempt layout cleanup if new .ko location is used.
-   [[ -f "${EROOT}/lib/modules/${KV_FULL}/extra/zfs.ko" ]] && 
_old_layout_cleanup
-
+   local newko=( "${EROOT}/lib/modules/${KV_FULL}/extra"/{zfs,spl}.ko* )
+   # we check first array member, if glob above did not exand, it will be 
"zfs.ko*" and -f will return false.
+   # if glob expanded -f will do correct file precense check.
+   [[ -f ${newko[0]} ]] && _old_layout_cleanup
linux-mod_pkg_postinst
 
if [[ -z ${ROOT} ]] && use dist-kernel; then



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

2022-12-03 Thread Georgy Yakovlev
commit: 40e35a1b2001aae0741c54595c2ea871274c37be
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Dec  1 23:50:38 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Dec  3 21:59:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e35a1b

sys-fs/zfs-kmod: clean up old modules in live ebuild

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs-kmod/zfs-kmod-.ebuild | 37 
 1 file changed, 37 insertions(+)

diff --git a/sys-fs/zfs-kmod/zfs-kmod-.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
index b2fa04c9966a..3e4508af22fc 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
@@ -174,7 +174,44 @@ src_install() {
einstalldocs
 }
 
+_old_layout_cleanup() {
+   # new files are just extra/{spl,zfs}.ko with no subdirs.
+   local olddir=(
+   avl/zavl
+   icp/icp
+   lua/zlua
+   nvpair/znvpair
+   spl/spl
+   unicode/zunicode
+   zcommon/zcommon
+   zfs/zfs
+   zstd/zzstd
+   )
+
+   # kernel/module/Kconfig contains possible compressed extentions.
+   local kext kextfiles
+   for kext in .ko{,.{gz,xz,zst}}; do
+   kextfiles+=( "${olddir[@]/%/${kext}}" )
+   done
+
+   local oldfile oldpath
+   for oldfile in "${kextfiles[@]}"; do
+   oldpath="${EROOT}/lib/modules/${KV_FULL}/extra/${oldfile}"
+   if [[ -f "${oldpath}" ]]; then
+   ewarn "Found obsolete zfs module ${oldfile} for current 
kernel ${KV_FULL}, removing."
+   rm -rv "${oldpath}" || die
+   # we do not remove non-empty directories just for 
safety in case there's something else.
+   # also it may fail if there are both compressed and 
uncompressed modules installed.
+   rmdir -v --ignore-fail-on-non-empty "${oldpath%/*.*}" 
|| die
+   fi
+   done
+}
+
 pkg_postinst() {
+   # check for old module layout before doing anything else.
+   # only attempt layout cleanup if new .ko location is used.
+   [[ -f "${EROOT}/lib/modules/${KV_FULL}/extra/zfs.ko" ]] && 
_old_layout_cleanup
+
linux-mod_pkg_postinst
 
if [[ -z ${ROOT} ]] && use dist-kernel; then



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gprconfig_kb/files/, dev-ada/gprconfig_kb/

2022-12-03 Thread Alfredo Tupone
commit: c6abb6c94e47ed3fb4f250160f5bf82e3a42b00f
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Dec  3 21:38:10 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Dec  3 21:50:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6abb6c9

dev-ada/gprconfig_kb: fix ada RUNTIME_DIR

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

 dev-ada/gprconfig_kb/files/gprconfig_kb-23.0.0-gentoo.patch| 7 ++-
 .../{gprconfig_kb-23.0.0.ebuild => gprconfig_kb-23.0.0-r1.ebuild}  | 0
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-ada/gprconfig_kb/files/gprconfig_kb-23.0.0-gentoo.patch 
b/dev-ada/gprconfig_kb/files/gprconfig_kb-23.0.0-gentoo.patch
index 0cbd7579a447..6808542199fa 100644
--- a/dev-ada/gprconfig_kb/files/gprconfig_kb-23.0.0-gentoo.patch
+++ b/dev-ada/gprconfig_kb/files/gprconfig_kb-23.0.0-gentoo.patch
@@ -9,7 +9,7 @@
  
$EXEC -v

-@@ -173,14 +173,14 @@
+@@ -173,18 +173,18 @@
 -->

  GNAT
@@ -27,6 +27,11 @@

  
  
+-  ${PREFIX}gcc -v
++  ${PREFIX}gcc-@VER@ -v
+   
+ 
+ 
 @@ -194,7 +194,7 @@
 \.\./$TARGET/lib(32|64)?/gnat/(.*)/adalib/
  

diff --git a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0.ebuild 
b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r1.ebuild
similarity index 100%
rename from dev-ada/gprconfig_kb/gprconfig_kb-23.0.0.ebuild
rename to dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/, dev-ada/xmlada/files/

2022-12-03 Thread Alfredo Tupone
commit: 7c49bfc413961d9bc642744cb531fbccea3c990b
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Dec  3 21:50:27 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Dec  3 21:50:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c49bfc4

dev-ada/xmlada: add 23.0.0

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

 dev-ada/xmlada/Manifest |  1 +
 dev-ada/xmlada/files/xmlada-23.0.0-gentoo.patch | 30 
 dev-ada/xmlada/xmlada-23.0.0.ebuild | 91 +
 3 files changed, 122 insertions(+)

diff --git a/dev-ada/xmlada/Manifest b/dev-ada/xmlada/Manifest
index 0440038ae5da..c19e64ea2727 100644
--- a/dev-ada/xmlada/Manifest
+++ b/dev-ada/xmlada/Manifest
@@ -1,2 +1,3 @@
 DIST xmlada-2021-20210518-19D50-src.tar.gz 1555951 BLAKE2B 
589815d4781471a48d3bb4a12475762cb2ba8f885df8ea774f009c8be9ded41bccc414bb88a2b3d313701b0b2edefcd065fac8a13d208a7bb1679a3467a60c35
 SHA512 
e2fb1a87cb0cebae842f87412d0ccc8a18b20e5e2c4e3d9ad6ec3a6ae18e4e53c12efd9ea3f2515baa5bfec2b4ddee7808385cc471e3cca9b8c4be3d03093e85
 DIST xmlada-22.0.0.tar.gz 1022947 BLAKE2B 
cea409a45a3b0c8eba48f858278d4e7129eca2e77fa749f5a761e31a81834efba67223f07c99441a9673a8f6de9a608a12cf610225ca5aee7fbde0235d9af1d9
 SHA512 
7e8a0cab2f4c300fe3b0d31e00d17334e36798430e49868448caa696044964464f558cffba8f35e35a58b097c968322891119b2abd9f210737ca877f0189f32e
+DIST xmlada-23.0.0.tar.gz 1053370 BLAKE2B 
4edf2244818d72d6fc760f60c8145f373e5445d1d245b20b605e21faa7eeefed7835db87c1fd1239008e75211a572294e1d8e35af16c2ba2631c02d1d3b6f52f
 SHA512 
a0fb2a34ffb5edf408fbdc1a3d68511b5545a5ec8993251ba75d71dd2a197f14e187d08f8febd71cb23bbd694889a99941911386af8468c5eb3b11128555edcb

diff --git a/dev-ada/xmlada/files/xmlada-23.0.0-gentoo.patch 
b/dev-ada/xmlada/files/xmlada-23.0.0-gentoo.patch
new file mode 100644
index ..5bc00c6e5c69
--- /dev/null
+++ b/dev-ada/xmlada/files/xmlada-23.0.0-gentoo.patch
@@ -0,0 +1,30 @@
+--- a/Makefile.in  2017-12-04 20:09:23.730805855 +0100
 b/Makefile.in  2017-12-04 20:09:51.586331155 +0100
+@@ -79,7 +79,8 @@
+ 
+ # Rebuild the tests (and not the XML/Ada code itself)
+ test: force
++  GPR_PROJECT_PATH=schema:input_sources:dom:sax:unicode \
+   ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} \
+   -XTESTS_ACTIVATED=Only xmlada.gpr ${GPROPTS_EXTRA}
+ 
+ # Run the tests. This requires an install of XML/Ada first
+--- a/tests/Makefile   2017-12-04 21:38:29.722818904 +0100
 b/tests/Makefile   2017-12-04 21:38:54.229382658 +0100
+@@ -1,8 +1,6 @@
+ TESTS= test_unicode \
+test_state \
+-   test_xml \
+test_adacore_dom \
+-   test_schema \
+test_date_time \
+test_numbers \
+test_adacore_schema \
+@@ -81,6 +79,7 @@
+ test_multiple_xsd:
+   @echo "multiple xsd"
+   @cd schema/multiple_xsd; \
++  
GPR_PROJECT_PATH=../../../distrib:../../../input_sources:../../../dom:../../../sax:../../../schema:../../../unicode
 \
+   gprbuild -q -Pdefault.gpr; \
+   ./validate > $(RESULTS)/multiple_xsd.out; \
+   cp $(RESULTS)/multiple_xsd.out $(RESULTS)/multiple_xsd.diff; \

diff --git a/dev-ada/xmlada/xmlada-23.0.0.ebuild 
b/dev-ada/xmlada/xmlada-23.0.0.ebuild
new file mode 100644
index ..72b36a303116
--- /dev/null
+++ b/dev-ada/xmlada/xmlada-23.0.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ADA_COMPAT=( gnat_2021 gcc_12_2_0 )
+inherit ada multiprocessing
+
+DESCRIPTION="Set of modules that provide a simple manipulation of XML streams"
+HOMEPAGE="http://libre.adacore.com/;
+SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared static-libs static-pic"
+REQUIRED_USE="|| ( shared static-libs static-pic )
+   ${ADA_REQUIRED_USE}"
+
+RDEPEND="${ADA_DEPS}"
+DEPEND="${RDEPEND}
+   dev-ada/gprbuild[${ADA_USEDEP}]"
+
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+src_compile() {
+   build () {
+   gprbuild -j$(makeopts_jobs) -m -p -v -XLIBRARY_TYPE=$1 \
+   -XBUILD=Production -XPROCESSORS=$(makeopts_jobs) 
xmlada.gpr \
+   -largs ${LDFLAGS} \
+   -cargs ${ADAFLAGS} || die "gprbuild failed"
+   }
+   if use shared; then
+   build relocatable
+   fi
+   if use static-libs; then
+   build static
+   fi
+   if use static-pic; then
+   build static-pic
+   fi
+}
+
+src_test() {
+   GPR_PROJECT_PATH=schema:input_sources:dom:sax:unicode \
+   echo gprbuild -j$(makeopts_jobs) -m -p -v -XLIBRARY_TYPE=static \
+   -XBUILD=Production -XPROCESSORS=$(makeopts_jobs) xmlada.gpr \
+   

[gentoo-commits] proj/releng:master commit in: releases/portage/stages/profile/package.use.force/releng/, ...

2022-12-03 Thread Andreas K. Hüttel
commit: 835ee084ab62ab80caf1cf4aa2b4803b756f2115
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Dec  3 21:03:21 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Dec  3 21:03:21 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=835ee084

Nail down flex and yacc

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../portage/stages-qemu/profile/package.use.force/releng/alternatives  | 3 +++
 releases/portage/stages/profile/package.use.force/releng/alternatives  | 3 +++
 2 files changed, 6 insertions(+)

diff --git 
a/releases/portage/stages-qemu/profile/package.use.force/releng/alternatives 
b/releases/portage/stages-qemu/profile/package.use.force/releng/alternatives
index 9c9c6fde..1162dfda 100644
--- a/releases/portage/stages-qemu/profile/package.use.force/releng/alternatives
+++ b/releases/portage/stages-qemu/profile/package.use.force/releng/alternatives
@@ -1,7 +1,10 @@
 # need this here because of stage1
 app-alternatives/awk gawk
+app-alternatives/bc gnu
 app-alternatives/bzip2 reference
 app-alternatives/cpio gnu
 app-alternatives/gzip reference
+app-alternatives/lex flex
 app-alternatives/sh bash
 app-alternatives/tar gnu
+app-alternatives/yacc bison

diff --git 
a/releases/portage/stages/profile/package.use.force/releng/alternatives 
b/releases/portage/stages/profile/package.use.force/releng/alternatives
index 9c9c6fde..1162dfda 100644
--- a/releases/portage/stages/profile/package.use.force/releng/alternatives
+++ b/releases/portage/stages/profile/package.use.force/releng/alternatives
@@ -1,7 +1,10 @@
 # need this here because of stage1
 app-alternatives/awk gawk
+app-alternatives/bc gnu
 app-alternatives/bzip2 reference
 app-alternatives/cpio gnu
 app-alternatives/gzip reference
+app-alternatives/lex flex
 app-alternatives/sh bash
 app-alternatives/tar gnu
+app-alternatives/yacc bison



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

2022-12-03 Thread Arthur Zamarin
commit: 0f476178252733fe3fd5c4d2cef148af1541a75f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:43:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:43:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f476178

media-libs/libmatroska: Stabilize 1.7.1 ppc, #883903

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/media-libs/libmatroska/libmatroska-1.7.1.ebuild 
b/media-libs/libmatroska/libmatroska-1.7.1.ebuild
index c9cfcd399334..0095d2e8a8b9 100644
--- a/media-libs/libmatroska/libmatroska-1.7.1.ebuild
+++ b/media-libs/libmatroska/libmatroska-1.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0/7" # subslot = soname major version
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~loong ppc ~ppc64 ~riscv sparc ~x86 
~x86-linux"
 
 RDEPEND=">=dev-libs/libebml-1.4.3:="
 DEPEND="${RDEPEND}"



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

2022-12-03 Thread Arthur Zamarin
commit: cb43c5b6916ae132c2f15fb6ae7f27d2030da864
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:41:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:41:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb43c5b6

media-libs/libmatroska: Stabilize 1.7.1 arm, #883903

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/media-libs/libmatroska/libmatroska-1.7.1.ebuild 
b/media-libs/libmatroska/libmatroska-1.7.1.ebuild
index 5c7e338a1d1a..c9cfcd399334 100644
--- a/media-libs/libmatroska/libmatroska-1.7.1.ebuild
+++ b/media-libs/libmatroska/libmatroska-1.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0/7" # subslot = soname major version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86 
~x86-linux"
 
 RDEPEND=">=dev-libs/libebml-1.4.3:="
 DEPEND="${RDEPEND}"



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

2022-12-03 Thread Arthur Zamarin
commit: 9fdf4dad220069acef7dbe796bd88bbf3e434453
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:41:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:41:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fdf4dad

media-libs/libmatroska: Stabilize 1.7.1 amd64, #883903

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/media-libs/libmatroska/libmatroska-1.7.1.ebuild 
b/media-libs/libmatroska/libmatroska-1.7.1.ebuild
index 3cc6ec3a5a0f..5c7e338a1d1a 100644
--- a/media-libs/libmatroska/libmatroska-1.7.1.ebuild
+++ b/media-libs/libmatroska/libmatroska-1.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0/7" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86 
~x86-linux"
 
 RDEPEND=">=dev-libs/libebml-1.4.3:="
 DEPEND="${RDEPEND}"



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

2022-12-03 Thread Arthur Zamarin
commit: c230771fbddce6d8a724daf22f58d01ce8fcf999
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:39:57 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:39:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c230771f

media-libs/libmatroska: Stabilize 1.7.1 sparc, #883903

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/media-libs/libmatroska/libmatroska-1.7.1.ebuild 
b/media-libs/libmatroska/libmatroska-1.7.1.ebuild
index 020123cbafc5..3cc6ec3a5a0f 100644
--- a/media-libs/libmatroska/libmatroska-1.7.1.ebuild
+++ b/media-libs/libmatroska/libmatroska-1.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0/7" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86 
~x86-linux"
 
 RDEPEND=">=dev-libs/libebml-1.4.3:="
 DEPEND="${RDEPEND}"



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

2022-12-03 Thread Arthur Zamarin
commit: e30d1190e96d29ce65963242fced96ceb3ccdc01
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30d1190

dev-qt/qtwebchannel: Stabilize 5.15.7 x86, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.7.ebuild 
b/dev-qt/qtwebchannel/qtwebchannel-5.15.7.ebuild
index 302618277034..ecd1581c1d39 100644
--- a/dev-qt/qtwebchannel/qtwebchannel-5.15.7.ebuild
+++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.7.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



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

2022-12-03 Thread Arthur Zamarin
commit: bf7070b161f5fa6ad5ffb4917c6435edbf98670c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7070b1

dev-qt/qtwebengine: Stabilize 5.15.7_p20221122 x86, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtwebengine/qtwebengine-5.15.7_p20221122.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.7_p20221122.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.7_p20221122.ebuild
index b20df7ddb80a..205c11ee566c 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.7_p20221122.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.7_p20221122.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Library for rendering dynamic web content in Qt5 
C++ and QML applic
 HOMEPAGE="https://www.qt.io/;
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
if [[ ${PV} == ${QT5_PV}_p* ]]; then
SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz;
S="${WORKDIR}/${P}"



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

2022-12-03 Thread Arthur Zamarin
commit: 8de3ecfba90f5e1adcccee63dc4d54ae6ee675cc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de3ecfb

media-video/vlc: Stabilize 3.0.18 x86, #884147

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-video/vlc/vlc-3.0.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vlc/vlc-3.0.18.ebuild 
b/media-video/vlc/vlc-3.0.18.ebuild
index ede271d53ba1..bcc17976c2b2 100644
--- a/media-video/vlc/vlc-3.0.18.ebuild
+++ b/media-video/vlc/vlc-3.0.18.ebuild
@@ -20,7 +20,7 @@ else
else

SRC_URI="https://download.videolan.org/pub/videolan/testing/${MY_P}/${MY_P}.tar.xz;
fi
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv -sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv -sparc x86"
 fi
 inherit autotools flag-o-matic lua-single toolchain-funcs virtualx xdg
 



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

2022-12-03 Thread Arthur Zamarin
commit: db6d74c9f5a16e61e1897d14eb825e550b855812
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6d74c9

dev-qt/qtxmlpatterns: Stabilize 5.15.7 x86, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.7.ebuild 
b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.7.ebuild
index cce2f2eb431f..d2b905a87e38 100644
--- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.7.ebuild
+++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.7.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the 
Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="qml"



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

2022-12-03 Thread Arthur Zamarin
commit: 5e747bde5c1cfaf0152167646ac982ac044ef1f5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e747bde

dev-qt/qtwebsockets: Stabilize 5.15.7 x86, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.15.7.ebuild 
b/dev-qt/qtwebsockets/qtwebsockets-5.15.7.ebuild
index efcef4ae4660..34399c83fc61 100644
--- a/dev-qt/qtwebsockets/qtwebsockets-5.15.7.ebuild
+++ b/dev-qt/qtwebsockets/qtwebsockets-5.15.7.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 inherit qt5-build



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

2022-12-03 Thread Arthur Zamarin
commit: af695f77b7e08d451497289295cb930f3b3ec170
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af695f77

dev-qt/qtx11extras: Stabilize 5.15.7 x86, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-qt/qtx11extras/qtx11extras-5.15.7.ebuild 
b/dev-qt/qtx11extras/qtx11extras-5.15.7.ebuild
index 0f353476fc44..f8ce520e7f4c 100644
--- a/dev-qt/qtx11extras/qtx11extras-5.15.7.ebuild
+++ b/dev-qt/qtx11extras/qtx11extras-5.15.7.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE=""



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

2022-12-03 Thread Arthur Zamarin
commit: 2ff654bdfd616b496ef29380b7d6f5fbbb784351
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff654bd

dev-qt/qtimageformats: Stabilize 5.15.7 x86, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-qt/qtimageformats/qtimageformats-5.15.7.ebuild 
b/dev-qt/qtimageformats/qtimageformats-5.15.7.ebuild
index 6b0b63bf3e0f..052f03cb3fbd 100644
--- a/dev-qt/qtimageformats/qtimageformats-5.15.7.ebuild
+++ b/dev-qt/qtimageformats/qtimageformats-5.15.7.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~sparc x86"
 fi
 
 inherit qt5-build



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

2022-12-03 Thread Arthur Zamarin
commit: cec1ef5467a91c9359713e10929c487103932545
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec1ef54

dev-qt/qttranslations: Stabilize 5.15.7 x86, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-qt/qttranslations/qttranslations-5.15.7.ebuild 
b/dev-qt/qttranslations/qttranslations-5.15.7.ebuild
index 9124f99dc102..f8796f0f1d59 100644
--- a/dev-qt/qttranslations/qttranslations-5.15.7.ebuild
+++ b/dev-qt/qttranslations/qttranslations-5.15.7.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 if [[ ${PV} != ** ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 inherit qt5-build



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

2022-12-03 Thread Arthur Zamarin
commit: 36a0acfa2b232824c95693ef7bacef9bae34649f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a0acfa

dev-qt/qtwaylandscanner: Stabilize 5.15.7 x86, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.7.ebuild 
b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.7.ebuild
index b30fa6744384..1474bc2cfffb 100644
--- a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.7.ebuild
+++ b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.7.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Tool that generates certain boilerplate C++ code from Wayland 
protocol xml spec"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 DEPEND="=dev-qt/qtcore-${QT5_PV}*:5="



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

2022-12-03 Thread Arthur Zamarin
commit: 5a5756b9282fa437ac33d63d9d0b1fc6a6f98358
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5756b9

dev-qt/qtwayland: Stabilize 5.15.7 x86, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-qt/qtwayland/qtwayland-5.15.7.ebuild 
b/dev-qt/qtwayland/qtwayland-5.15.7.ebuild
index 9737b55ca1e2..51e10da863b4 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.7.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.7.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 inherit qt5-build



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

2022-12-03 Thread Arthur Zamarin
commit: ef9b82e6712df98e77add64bf7fed22029f99518
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9b82e6

dev-qt/qtquickcontrols2: Stabilize 5.15.7 x86, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.7.ebuild 
b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.7.ebuild
index 709a69e9282c..8b82b5f5e0fd 100644
--- a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.7.ebuild
+++ b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.7.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



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

2022-12-03 Thread Arthur Zamarin
commit: 5bb3c4d33bd9e902d74dcf1ab3fdb34d136cd014
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb3c4d3

dev-qt/qtserialport: Stabilize 5.15.7 x86, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-qt/qtserialport/qtserialport-5.15.7.ebuild 
b/dev-qt/qtserialport/qtserialport-5.15.7.ebuild
index 433276e6c628..e76221ec6c22 100644
--- a/dev-qt/qtserialport/qtserialport-5.15.7.ebuild
+++ b/dev-qt/qtserialport/qtserialport-5.15.7.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Serial port abstraction library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE=""



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

2022-12-03 Thread Arthur Zamarin
commit: 975138a1b8521c8d91aa53d7a0eb6c30cec93d84
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975138a1

dev-qt/qtvirtualkeyboard: Stabilize 5.15.7 x86, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.7.ebuild 
b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.7.ebuild
index 5fca3c3857f4..88b1af3a761d 100644
--- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.7.ebuild
+++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.7.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 if [[ ${PV} != ** ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



  1   2   3   4   5   6   >