[gentoo-commits] repo/proj/guru:dev commit in: net-voip/gnome-calls/

2023-06-10 Thread Anna Vyalkova
commit: 8addd92ba0d16af33b92472ff9b1d68d1a5aebf6
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Jun 11 05:26:44 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sun Jun 11 05:27:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8addd92b

net-voip/gnome-calls: add 44.2, drop 44.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 net-voip/gnome-calls/Manifest |  3 +--
 .../{gnome-calls-44.0.ebuild => gnome-calls-44.2.ebuild}  | 15 ---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-voip/gnome-calls/Manifest b/net-voip/gnome-calls/Manifest
index 42245997f..ce0766df8 100644
--- a/net-voip/gnome-calls/Manifest
+++ b/net-voip/gnome-calls/Manifest
@@ -1,4 +1,3 @@
-DIST calls-v44.0.tar.bz2 460176 BLAKE2B 
1f0d86c4d38c4bfc2a9b2990b001b108912f18c642588944ef9ab6ef73c06b04b106cf76cf2c8a0c6e212ec57ce1bf95ad0d3024e1b3998acceb4244e1532260
 SHA512 
fd158533fbd006b5f5f294ee2d04a9bba86b218975539facc78a00e05b7f52e880474450c696931dcce38ffc1588a632b1f1f9b5d2fdcf863d74fe354166d745
 DIST calls-v44.1.tar.bz2 461469 BLAKE2B 
e2add7e55cadd1e8618fc37bd8f72da77f79203f1d7a7196b74f0dce7b9b2c5f0d72f86629afacb220918f68b9cab78d9d12fbc44a00f1d92955e9862ac66274
 SHA512 
6e57a87e1d8a343ede4603f0a72461208861b0fadbdcdf0b8316f68c7c2d61a92be9aedfe58e034b144256e0d12537d5f1c948b46d922cc00b50514c6cd44332
-DIST libcall-ui-619dd91561ad470db3d0e0e263ebc35d787afd2e.tar.bz2 159263 
BLAKE2B 
bc35bbd469be4461c553764743ea7fce774a08d3a6b0c18dd038bc9cd78744ae68695cae008f869cd1f1db4b9cfd0aec132461866d81151a6e2c0406d7e870fd
 SHA512 
16fb34fde3af0cce669536c8a236530c63585fdf50ed66ee10eef92d07fe14391159807ab200bb8bc723f2d8e18349a90ea350810002e40c40898796ec4c8c17
+DIST calls-v44.2.tar.bz2 461737 BLAKE2B 
a13bebd16c907d914c49d2d9c02130803a95ae96f2c948758badd8780794933c3018c0bf0c955870e5b3d8bbdc0f7fd1364693164cf92dd43ccda9ad7f6054b0
 SHA512 
4bed94cb5acd47ca68dae80bebe1fbad5e919e22b93c21f5ce300c9d51cca65a25fb0fb3f6661e07982507d2e9bd72c6ac9548bbaa32deeb79acbb237fade71f
 DIST libcall-ui-6798b38d4d66d069751151b3e9a202c6de8d7f3c.tar.bz2 161183 
BLAKE2B 
928be11a2d7359592540d86e72cc749c46c3d6fe78f12faf1546cf5889438b392a9d31a884d7c3e8e1e5c879669e058134e22e0965a478b91e6a6759ae2c27d1
 SHA512 
503107d83f142b66842a57f86613b0ca12801d26c73ef590f92546963997c5faa04d29b783bbf355a40ab1ce41b1073b56be067ff010a322393ee6d206331726

diff --git a/net-voip/gnome-calls/gnome-calls-44.0.ebuild 
b/net-voip/gnome-calls/gnome-calls-44.2.ebuild
similarity index 85%
rename from net-voip/gnome-calls/gnome-calls-44.0.ebuild
rename to net-voip/gnome-calls/gnome-calls-44.2.ebuild
index e74ed0322..b9f39576e 100644
--- a/net-voip/gnome-calls/gnome-calls-44.0.ebuild
+++ b/net-voip/gnome-calls/gnome-calls-44.2.ebuild
@@ -7,17 +7,18 @@ VALA_USE_DEPEND="vapigen"
 inherit vala meson gnome2-utils optfeature virtualx xdg
 
 MY_PN="${PN#gnome-}"
-LCU_COMMIT="619dd91561ad470db3d0e0e263ebc35d787afd2e"
+MY_P="${MY_PN}-v${PV}"
+LCU_COMMIT="6798b38d4d66d069751151b3e9a202c6de8d7f3c"
 DESCRIPTION="Phone dialer and call handler"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/calls;
 GITLAB="https://gitlab.gnome.org;
 SRC_URI="
-   ${GITLAB}/GNOME/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.bz2
+   ${GITLAB}/GNOME/${MY_PN}/-/archive/v${PV}/${MY_P}.tar.bz2

${GITLAB}/World/Phosh/libcall-ui/-/archive/${LCU_COMMIT}/libcall-ui-${LCU_COMMIT}.tar.bz2
 "
-S="${WORKDIR}/${MY_PN}-v${PV}"
+S="${WORKDIR}/${MY_P}"
 
-LICENSE="CC-BY-SA-4.0 GPL-3+ LGPL-2+ LGPL-2.1+"
+LICENSE="CC0-1.0 CC-BY-SA-4.0 GPL-3+ LGPL-2+ LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
 IUSE="gtk-doc man"
@@ -31,11 +32,11 @@ RDEPEND="
dev-libs/libgee:0.8=[introspection]
dev-libs/libpeas
gnome-extra/evolution-data-server:=[vala]
-   >=gui-libs/libhandy-1.0.0:1[introspection,vala]
+   gui-libs/libhandy:1[introspection,vala]
media-libs/gstreamer:1.0[introspection]
-   >=media-sound/callaudiod-0.0.5
+   media-sound/callaudiod
net-libs/sofia-sip
-   >=net-misc/modemmanager-1.12.0:=[introspection]
+   net-misc/modemmanager:=[introspection]
x11-libs/gtk+:3
 "
 DEPEND="${RDEPEND}



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

2023-06-10 Thread Michał Górny
commit: 13fc5c1c9109e6d7e0e21ea93272d9732ac72391
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 04:33:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 05:17:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fc5c1c

dev-python/jsonschema-spec: Bump to 0.1.5

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

 dev-python/jsonschema-spec/Manifest|  1 +
 .../jsonschema-spec/jsonschema-spec-0.1.5.ebuild   | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/jsonschema-spec/Manifest 
b/dev-python/jsonschema-spec/Manifest
index 099dc66992ee..d769edd21b00 100644
--- a/dev-python/jsonschema-spec/Manifest
+++ b/dev-python/jsonschema-spec/Manifest
@@ -1 +1,2 @@
 DIST jsonschema-spec-0.1.4.gh.tar.gz 30903 BLAKE2B 
eae7ba8b811dfd14d9b2e33d3355bf8c98e088b1a8fa3314300dcc7edae31727cc5a01d0a06af412b8c7d59eca69ba816f6eb2683e997719fd300a3445e96cfd
 SHA512 
6b3d1710fdd8c43a0f38d0687c95e4e70c55df964dc597e4a00abad3459610829bd90190b21c512c70d46498d98b80ecc2422eb73d7822539841ff10bc7c2c4f
+DIST jsonschema-spec-0.1.5.gh.tar.gz 36035 BLAKE2B 
4e6019fb1c7f5e85a03488e00ef080798bc6e3e06999d9c9c931072c640fd74b5125882e43dca26bad1acc3bdacb06a26f2c95dff25339e3f8b785d759085a49
 SHA512 
c76b15a3ead9498696c80cf7a378a675194837f04cd88d81be5213a38cde8177d5e8f7866d007648b7013db74d1057b700b027a79bcd893b0d493269abcd621d

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.1.5.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.1.5.ebuild
new file mode 100644
index ..11106a6a143e
--- /dev/null
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.1.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="JSONSchema Spec with object-oriented paths"
+HOMEPAGE="
+   https://pypi.org/project/jsonschema-spec/
+   https://github.com/p1c2u/jsonschema-spec/
+"
+SRC_URI="
+   https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   =dev-python/jsonschema-4.0.0[${PYTHON_USEDEP}]
+   dev-python/pathable[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   dev-python/pathable[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -e '/--cov/d' -i pyproject.toml || die
+   # remove impossible constraint
+   sed -i -e '/typing.extensions/d' pyproject.toml || die
+   distutils-r1_src_prepare
+}



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

2023-06-10 Thread Michał Górny
commit: f855eb72f29b937d2d5388b2c56c8979ad38683a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 04:20:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 05:18:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f855eb72

dev-python/sqlalchemy: Bump to 2.0.16

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

 dev-python/sqlalchemy/Manifest |   1 +
 dev-python/sqlalchemy/sqlalchemy-2.0.16.ebuild | 119 +
 2 files changed, 120 insertions(+)

diff --git a/dev-python/sqlalchemy/Manifest b/dev-python/sqlalchemy/Manifest
index 53481f0b5973..c8343a77ee6b 100644
--- a/dev-python/sqlalchemy/Manifest
+++ b/dev-python/sqlalchemy/Manifest
@@ -2,3 +2,4 @@ DIST SQLAlchemy-1.4.48.tar.gz 8448993 BLAKE2B 
02c5457e099a0f0bb0e5427a95d3ea35d5
 DIST SQLAlchemy-2.0.12.tar.gz 9264506 BLAKE2B 
83a3aa719e2809b5b48ef5332cf6cbc0e973089dad142dbbe952d14b2e4f3e5a1cf67c7a7240017fbddfafe1c57d6acb974d9c61e72970d8a8c49b7a57f52a91
 SHA512 
0e4bbc7d4729b2667ca1e8a0c88293e44698346415e3742ad3c686495c9855b5714dab161590605d5ee60523a2544f590f67ac7d01f7f2756ddc7156688db902
 DIST SQLAlchemy-2.0.13.tar.gz 9286442 BLAKE2B 
3d2c06d7c89db1d5c5c13366cfc818720f8db0c1e26684c8de5856fd2cedf8c307f8653817eb080526b1da17bcfbd1163f1066226881ef47a553f5662e1989c2
 SHA512 
b560dedfaa1c2d854feddcb7ac343b184603db8143db8ec9551180fb5345ec793bc74211c838dd15cb45feba970d64f53daaeffe7d5bfa8c6c534742f6aa8453
 DIST SQLAlchemy-2.0.15.tar.gz 9296612 BLAKE2B 
45abdb9010b854e52762d9c84a471e92ece2b212620a74d161b19ef7c6bce3d9ad39b3075c4f32749774884e3ffe255f82028dd6a6375e269d2827cbf18c35e7
 SHA512 
a1b9301f4a81428ac36b9280840a27433fcfb97dec2a04888e6e53cc33104c82972147e2b840a929e05af0edb47ee496a7ed5171201332aad374ce64baef414d
+DIST SQLAlchemy-2.0.16.tar.gz 9381438 BLAKE2B 
8999ab045d799c43de1b386d594022a8015fba4d69b3c910622e34b83ea7514b9cb97ab4f65997813eca058eff2a285ecc6cdd09396edf27a216fe412387ba7b
 SHA512 
f0d5287ba6cee97316d6de7cf1c893dd749459d912872d903833abf905b6c282fa477910fa5eb11b5ba803314e16c3f1a9ac6b7639573c4c44ff921ea56132da

diff --git a/dev-python/sqlalchemy/sqlalchemy-2.0.16.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-2.0.16.ebuild
new file mode 100644
index ..b6d7987b9dc0
--- /dev/null
+++ b/dev-python/sqlalchemy/sqlalchemy-2.0.16.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_REQ_USE="sqlite?"
+
+inherit distutils-r1 optfeature pypi
+
+MY_PN="SQLAlchemy"
+DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
+HOMEPAGE="
+   https://www.sqlalchemy.org/
+   https://pypi.org/project/SQLAlchemy/
+   https://github.com/sqlalchemy/sqlalchemy/
+"
+SRC_URI="$(pypi_sdist_url --no-normalize "${MY_PN}")"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="examples +sqlite test"
+
+RDEPEND="
+   >=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_impl_dep sqlite)
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/greenlet/d' setup.cfg || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   test/ext/mypy/test_mypy_plugin_py3k.py
+   # hardcode call counts specific to Python versions
+   test/aaa_profiling
+   )
+   local EPYTEST_DESELECT=(
+   # warning tests are unreliable
+   test/base/test_warnings.py
+   # TODO
+   
test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_40_1::test_sql_expr_w_mods_bump
+   
test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_41_0::test_pickle_rows_other_process
+   )
+   local sqlite_version=$(sqlite3 --version | cut -d' ' -f1)
+   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+   
test/ext/test_associationproxy.py::ProxyHybridTest::test_msg_fails_on_cls_access
+   
test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_multi_elem_varg
+   
test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_one_elem_varg
+   
test/engine/test_pool.py::QueuePoolTest::test_recycle_pool_no_race
+   
test/engine/test_processors.py::PyDateProcessorTest::test_date_invalid_string
+   
test/engine/test_processors.py::PyDateProcessorTest::test_datetime_invalid_string
+   
test/engine/test_processors.py::PyDateProcessorTest::test_time_invalid_string
+   

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

2023-06-10 Thread Michał Górny
commit: ff37cff7fc29da1ba6967ba5b19b3daff3ee8eaa
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 04:48:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 05:18:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff37cff7

dev-python/tempora: Bump to 5.3.0

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

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

diff --git a/dev-python/tempora/Manifest b/dev-python/tempora/Manifest
index 1538b4c0d3c9..5578c138987c 100644
--- a/dev-python/tempora/Manifest
+++ b/dev-python/tempora/Manifest
@@ -1 +1,2 @@
 DIST tempora-5.2.2.tar.gz 20957 BLAKE2B 
f8463e544534c0d90bc90da7ed2a829a7afeba54b9c8f21cb831680caba493075b58544560a940d2449e4c9e4803be62413ea1029ee0ce80772ab212ff84a13e
 SHA512 
2031f9ddca66fb0aa93aa1e1162450a3a14e17c41acd19fc657f3c0cd0c058487c9b1377c9f319b15c7f3c39393d184eabfa62038d0493fc3808b6557dfee2cb
+DIST tempora-5.3.0.tar.gz 20735 BLAKE2B 
8e93ec6d680bf08877cce21403c8a2bd597980a8df9685c18f03c298fb986c3a6bafd1e8d2a1ab1bcd1b8a928b9259db87aafd6dd9e4eb652be71ab7540251f5
 SHA512 
0bc82318e275792e0ad7d56ac46b78fd6e75b8fc3b6a57b7138ed7800a2f9f8ef7e64c855bc54ac48e190bfd05e9ea3397b45544e4dcfb2e2905946d76bb2622

diff --git a/dev-python/tempora/tempora-5.3.0.ebuild 
b/dev-python/tempora/tempora-5.3.0.ebuild
new file mode 100644
index ..195e0a0d6778
--- /dev/null
+++ b/dev-python/tempora/tempora-5.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Objects and routines pertaining to date and time"
+HOMEPAGE="
+   https://github.com/jaraco/tempora/
+   https://pypi.org/project/tempora/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/pytest-freezegun[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-06-10 Thread Michał Górny
commit: 62ec2f4c1d498bcc720788c72a9ec93f5f32bb76
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 04:49:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 05:18:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ec2f4c

dev-python/Levenshtein: Bump to 0.21.1

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

 dev-python/Levenshtein/Levenshtein-0.21.1.ebuild | 46 
 dev-python/Levenshtein/Manifest  |  1 +
 2 files changed, 47 insertions(+)

diff --git a/dev-python/Levenshtein/Levenshtein-0.21.1.ebuild 
b/dev-python/Levenshtein/Levenshtein-0.21.1.ebuild
new file mode 100644
index ..b9f8496fcc68
--- /dev/null
+++ b/dev-python/Levenshtein/Levenshtein-0.21.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+# custom wrapper over setuptools
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Functions for fast computation of Levenshtein distance, and edit 
operations"
+HOMEPAGE="
+   https://pypi.org/project/Levenshtein/
+   https://github.com/maxbachmann/Levenshtein/
+"
+SRC_URI="
+   https://github.com/maxbachmann/Levenshtein/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+DEPEND="
+   >=dev-cpp/rapidfuzz-cpp-2.0.0
+"
+RDEPEND="
+   

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

2023-06-10 Thread Michał Górny
commit: 910a807f0d8e005ba4043897146f2e0246ed6d67
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 04:46:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 05:18:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910a807f

dev-python/anyascii: New package, v0.3.2

Required by dev-python/sphinx-autoapi now.

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

 dev-python/anyascii/Manifest  |  1 +
 dev-python/anyascii/anyascii-0.3.2.ebuild | 21 +
 dev-python/anyascii/metadata.xml  | 13 +
 3 files changed, 35 insertions(+)

diff --git a/dev-python/anyascii/Manifest b/dev-python/anyascii/Manifest
new file mode 100644
index ..ed73513ea8cb
--- /dev/null
+++ b/dev-python/anyascii/Manifest
@@ -0,0 +1 @@
+DIST anyascii-0.3.2.tar.gz 214052 BLAKE2B 
6e267b3b8bf9d5db3f66c1a55d73ad080d0b2e29ea7862b27387adae0fe5b79e518ff3286be805e8472c8275d2e7bda3998eebf2a04c86abbc584aa7a4735424
 SHA512 
1559d9146bd42215b72aa158b612dede5f35234fbe793b84f2520c9541f9f61408dffb7b604d07d7bc91b29a440f979f6972d7d06d958abf09a1dd94d76e5668

diff --git a/dev-python/anyascii/anyascii-0.3.2.ebuild 
b/dev-python/anyascii/anyascii-0.3.2.ebuild
new file mode 100644
index ..f35c87497d5f
--- /dev/null
+++ b/dev-python/anyascii/anyascii-0.3.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Unicode to ASCII transliteration"
+HOMEPAGE="
+   https://github.com/anyascii/anyascii/
+   https://pypi.org/project/anyascii/
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest

diff --git a/dev-python/anyascii/metadata.xml b/dev-python/anyascii/metadata.xml
new file mode 100644
index ..7a9fdc490d68
--- /dev/null
+++ b/dev-python/anyascii/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   anyascii/anyascii
+   anyascii
+   
+



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

2023-06-10 Thread Michał Górny
commit: 6549d659f2262ed898e5e3b0e92f7c995df1583b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 04:22:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 05:17:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6549d659

dev-python/pytest: Bump to 7.3.2

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

 dev-python/pytest/Manifest|   1 +
 dev-python/pytest/pytest-7.3.2.ebuild | 107 ++
 2 files changed, 108 insertions(+)

diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest
index 7f1b1d95a42a..d06b1af82201 100644
--- a/dev-python/pytest/Manifest
+++ b/dev-python/pytest/Manifest
@@ -1 +1,2 @@
 DIST pytest-7.3.1.tar.gz 1336938 BLAKE2B 
8cabc475056000e393538c6c52e2ee5a9af6c57831c6aba82e3107ae44f88b63a68b37339842eebfa318bd27d4bf5e34959b72052d4646cc8682c84f131f98e7
 SHA512 
e6c8fcf1449f5e09e33c01ec2ade8812ceb13440324179288b8ca0eeaaffed1e581a65c8acf4c28efe61c19a067e7ceddccc45d8a1582c89259d53fee25ab253
+DIST pytest-7.3.2.tar.gz 1338457 BLAKE2B 
4aa6ad62f654df9373427d9c19d92565a7da8d65460ee0872a30d4235e72af1ee3155871d7f7157b8e9c1173fc40bcdb87acab2b7bffdc6255cf8509e7a0bba3
 SHA512 
910de83f6ce47e7b1b25947050cf79e055ab04fd0c3dc3276546415684c20c8977883f16dfb913de3f339bc6284330f8a57d202c73f92b92545e45acb353b264

diff --git a/dev-python/pytest/pytest-7.3.2.ebuild 
b/dev-python/pytest/pytest-7.3.2.ebuild
new file mode 100644
index ..34cc63f9e938
--- /dev/null
+++ b/dev-python/pytest/pytest-7.3.2.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_TESTED=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
+
+inherit distutils-r1 multiprocessing pypi
+
+DESCRIPTION="Simple powerful testing with Python"
+HOMEPAGE="
+   https://pytest.org/
+   https://github.com/pytest-dev/pytest/
+   https://pypi.org/project/pytest/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/iniconfig[${PYTHON_USEDEP}]
+   >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
+   >=dev-python/tomli-1.0.0[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+BDEPEND="
+   >=dev-python/setuptools-scm-6.2.3[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   $(python_gen_cond_dep '
+   dev-python/argcomplete[${PYTHON_USEDEP}]
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.7.2[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/xmlschema[${PYTHON_USEDEP}]
+   ' "${PYTHON_TESTED[@]}")
+   )
+"
+
+src_test() {
+   # workaround new readline defaults
+   echo "set enable-bracketed-paste off" > "${T}"/inputrc || die
+   local -x INPUTRC="${T}"/inputrc
+   distutils-r1_src_test
+}
+
+python_test() {
+   if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
+   einfo "Skipping tests on ${EPYTHON}"
+   return
+   fi
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x COLUMNS=80
+
+   local EPYTEST_DESELECT=(
+   # broken by epytest args
+   testing/test_warnings.py::test_works_with_filterwarnings
+
+   # tend to be broken by random pytest plugins
+   # (these tests patch PYTEST_DISABLE_PLUGIN_AUTOLOAD out)
+   testing/test_helpconfig.py::test_version_less_verbose
+   testing/test_helpconfig.py::test_version_verbose
+   testing/test_junitxml.py::test_random_report_log_xdist
+   testing/test_junitxml.py::test_runs_twice_xdist
+   
testing/test_terminal.py::TestProgressOutputStyle::test_xdist_normal
+   
testing/test_terminal.py::TestProgressOutputStyle::test_xdist_normal_count
+   
testing/test_terminal.py::TestProgressOutputStyle::test_xdist_verbose
+   
testing/test_terminal.py::TestProgressWithTeardown::test_xdist_normal
+   
testing/test_terminal.py::TestTerminalFunctional::test_header_trailer_info
+   
testing/test_terminal.py::TestTerminalFunctional::test_no_header_trailer_info
+
+   # unstable with xdist
+   

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

2023-06-10 Thread Michał Górny
commit: 1b8872eb4091d49f19af15769e27074429dae088
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 04:47:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 05:18:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8872eb

dev-python/sphinx-autoapi: Bump to 2.1.1

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

 dev-python/sphinx-autoapi/Manifest |  1 +
 .../sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/sphinx-autoapi/Manifest 
b/dev-python/sphinx-autoapi/Manifest
index 8c1d52ada6d9..4d92d455d126 100644
--- a/dev-python/sphinx-autoapi/Manifest
+++ b/dev-python/sphinx-autoapi/Manifest
@@ -1 +1,2 @@
 DIST sphinx-autoapi-2.1.0.gh.tar.gz 84842 BLAKE2B 
0020640833039c5c15babeb2ed37bffa9a836209e51bb5d4873ccd34527f6b652516ceed95d2e823a9394e6154ea36311a78fcf0645723c3060a6eb7f31b0668
 SHA512 
4228c0d7c91a89933101d1c02689f1e25c453ead66814f8653f1e20b6330a20913b8d98573b3afb5459be972b73535cbe81fd267e721bedfb78a2de4673fa9e2
+DIST sphinx-autoapi-2.1.1.gh.tar.gz 86463 BLAKE2B 
412a2c35bfddeb951de66648f39416bfed98ef357e540bf7fd85c4b6962cc97145519b98f87ea207580cb69c1b03260eedfb4872a389cd2dfe56bfe9c9868e46
 SHA512 
ec562b89f09b7b42cee283e471ab464e07f071f694fdd906984befab5669bcbe7c5d26e7aa2a81d9c64210680408998cbeade6cd8f6a988c3604e3846160ab2d

diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild 
b/dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild
new file mode 100644
index ..2cfb42fd2bf7
--- /dev/null
+++ b/dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A new approach to API documentation in Sphinx"
+HOMEPAGE="
+   https://sphinx-autoapi.readthedocs.io/
+   https://github.com/readthedocs/sphinx-autoapi/
+   https://pypi.org/project/sphinx-autoapi/
+"
+# sdist is missing docs, as of 2.1.0
+SRC_URI="
+   https://github.com/readthedocs/sphinx-autoapi/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/anyascii[${PYTHON_USEDEP}]
+   dev-python/astroid[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-6.0[${PYTHON_USEDEP}]
+"
+
+DOCS=( README.rst CHANGELOG.rst )
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Internet
+   
tests/python/test_pyintegration.py::TestPipeUnionModule::test_integration
+   
"tests/test_integration.py::TestExtensionErrors::test_extension_setup_errors[dotnetexample"
+   )
+
+   distutils-r1_python_test
+}



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

2023-06-10 Thread Michał Górny
commit: 24600a51a8b2ad254613ce89475acc938da97832
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 04:07:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 05:17:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24600a51

dev-python/pyupgrade: Bump to 3.6.0

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

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

diff --git a/dev-python/pyupgrade/Manifest b/dev-python/pyupgrade/Manifest
index c3fff241583c..c632f19fbcc0 100644
--- a/dev-python/pyupgrade/Manifest
+++ b/dev-python/pyupgrade/Manifest
@@ -1,3 +1,4 @@
 DIST pyupgrade-3.3.1.gh.tar.gz 62720 BLAKE2B 
e1b1d899bb46871f0a28ac3423efbcbd91e0bbdac2ab3054fc19434c67a8702e4967d3cd7674284022e7b7847dc947c8d173678d8a9416de2b7c25eae715
 SHA512 
1f062a884061e77ec11e6dd1cc1bedd2680b443b1268b30a9f6bfa2954ef3ff8a6dd1108abdb3a9b0acc937456fe6621a5ad3b9e9ad5c1696e95d0903859ff5f
 DIST pyupgrade-3.3.2.gh.tar.gz 62698 BLAKE2B 
5dc1d9e9ea7b91cb2835ffdbc109fb4fcde629f375c49714cf52fe779b20a61f38f13321a14803636e759ac8a4460e768c4173c6608da1cf7cd44a3a347660e9
 SHA512 
6436286a9398d9cae8c5e9cff2104c43638cafb866a1b97794c1d20cadc078ae5a657d1b83512461d20d2f581b8f8fbbb2ee4d0516f8e75d562c5934be4966e5
 DIST pyupgrade-3.4.0.gh.tar.gz 62408 BLAKE2B 
a816cea1e2b17790312d4e17ec972a1e09a0dd81c6fe4f7eb28c686b39b468b84190b26cf9ae5a711f70f8c1213c0b472975cc76339f64d2af4b4a8593af6b79
 SHA512 
cf9b8d8b430949eb0b49ec1b28576db7d6932c83a727660fe5e2cd61ae32e3efba63120580e0184931e3fdd4a4913a0f9cb37984ca83adeab05ab3ca57107b27
+DIST pyupgrade-3.6.0.gh.tar.gz 62595 BLAKE2B 
a6622985e4b26bfb55cdeebd2323bd912289399bffa167b7d4ac1d16c11072b9b58793193febed31838d72691f3c6882914cd7005391f477a2ca6c78b808a33d
 SHA512 
15b3ea59e0afbd5da0c2e7d60ed938d418107eb99cae7d2a5059fcea3f3ea69f451fed962cbdbb40655c39911c92f21bb9ace55f9b1bc65be2f8870b5b48acb8

diff --git a/dev-python/pyupgrade/pyupgrade-3.6.0.ebuild 
b/dev-python/pyupgrade/pyupgrade-3.6.0.ebuild
new file mode 100644
index ..8d3990592700
--- /dev/null
+++ b/dev-python/pyupgrade/pyupgrade-3.6.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer 
Pythons"
+HOMEPAGE="
+   https://github.com/asottile/pyupgrade/
+   https://pypi.org/project/pyupgrade/
+"
+# no tests in sdist, as of 3.3.2
+SRC_URI="
+   https://github.com/asottile/pyupgrade/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/tokenize-rt[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2023-06-10 Thread Michał Górny
commit: ec3289cab4046831ccb4ff9594f71668faf3a9a7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 04:17:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 05:17:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec3289ca

dev-python/tokenize-rt: Bump to 5.1.0

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

 dev-python/tokenize-rt/Manifest |  1 +
 dev-python/tokenize-rt/tokenize-rt-5.1.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/tokenize-rt/Manifest b/dev-python/tokenize-rt/Manifest
index 40c12e3c1006..7b7bf0250f85 100644
--- a/dev-python/tokenize-rt/Manifest
+++ b/dev-python/tokenize-rt/Manifest
@@ -1 +1,2 @@
 DIST tokenize-rt-5.0.0.gh.tar.gz 7235 BLAKE2B 
d5e5dd3637615c451463d85e63b6d48670ed18de58e111625b106cfc0af2616726d2ff510412decd32db2c67dea5807d5f9b64ecfa902f56fd32b739085698c3
 SHA512 
03e609b1a951e62fed797a10aad1813d324c96019bdf1ad0e413b278d04395d8c4e0d2f10189309338524d928b33441a1c0141cce922f25b9f8c2764415475f3
+DIST tokenize-rt-5.1.0.gh.tar.gz 7090 BLAKE2B 
4ba6ad24c9cae7f077ae84cc43a5836e282fa2eae5cc1b93c717cf79d5d2afdd2801be0724c08710d88429b4f289086764e0b98533e9d120d66deb8499a8f022
 SHA512 
a09101eb94479d8e1a22c8976915c41bea1d193091aee9cbb7019846ff667aaa895ff2f9faa9ffa1fdf4ad4c31a76425e89c7aa46e0c16750f15cca117249b94

diff --git a/dev-python/tokenize-rt/tokenize-rt-5.1.0.ebuild 
b/dev-python/tokenize-rt/tokenize-rt-5.1.0.ebuild
new file mode 100644
index ..6cee68230e71
--- /dev/null
+++ b/dev-python/tokenize-rt/tokenize-rt-5.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around the stdlib 'tokenize' which roundtrips"
+HOMEPAGE="
+   https://github.com/asottile/tokenize-rt/
+   https://pypi.org/project/tokenize-rt/
+"
+SRC_URI="
+   https://github.com/asottile/tokenize-rt/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+distutils_enable_tests pytest



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

2023-06-10 Thread Michał Górny
commit: d69b5d7550ca3a4ea7099fc9f4b3b08ca3b30e65
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 04:09:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 05:17:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69b5d75

dev-python/argcomplete: Bump to 3.1.0

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

 dev-python/argcomplete/Manifest |  1 +
 dev-python/argcomplete/argcomplete-3.1.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-python/argcomplete/Manifest b/dev-python/argcomplete/Manifest
index 51452ab29191..c1284b38a097 100644
--- a/dev-python/argcomplete/Manifest
+++ b/dev-python/argcomplete/Manifest
@@ -1 +1,2 @@
 DIST argcomplete-3.0.8.tar.gz 56035 BLAKE2B 
0b63eff175c2780b63d07ef48169054705a4af5b0e7f1097fc74e525592491d42a48615b766e32cb69a673e26d867cae84fb23b98194c9fe618409d3eb312b83
 SHA512 
4667f0d03485c81048c53ecfd53fa1bbe50beea15f723f3ebd8a92aae37dd2bbca709f9b6a1e0a5a682f9e769883f94614b4fcefc1fd7c9fad9f1d8cbc1429f3
+DIST argcomplete-3.1.0.tar.gz 89193 BLAKE2B 
de081c6c2a053835fde0e6fd446e7f310fae2e39dfd7dd0afd12c350ea6518623115f575a5b4479f466071f6c699ff336ee19dbe4ef02ae8e886ceef53cb0afc
 SHA512 
43c28971661c1af0de9a69b05925ef83b6a8e9b007567d2e4a6344d2c1f34ee280e4306718eb6abad0883a96a2f8b4f4242f1436b0e7709944f4ec48a119e66d

diff --git a/dev-python/argcomplete/argcomplete-3.1.0.ebuild 
b/dev-python/argcomplete/argcomplete-3.1.0.ebuild
new file mode 100644
index ..82dbb5a4320f
--- /dev/null
+++ b/dev-python/argcomplete/argcomplete-3.1.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Bash tab completion for argparse"
+HOMEPAGE="
+   https://github.com/kislyuk/argcomplete/
+   https://pypi.org/project/argcomplete/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+# pip is called as an external tool
+BDEPEND="
+   test? (
+   app-shells/fish
+   app-shells/tcsh
+   app-shells/zsh
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   >=dev-python/pip-19
+   )
+"
+
+src_prepare() {
+   sed -i -e 's:timeout=5:timeout=180:' test/test.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   "${EPYTHON}" test/test.py -v || die
+}



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

2023-06-10 Thread Michał Górny
commit: e23d65b322013e575089c484e439eeb946551c0d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 04:08:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 05:17:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23d65b3

dev-python/bitarray: Bump to 2.7.5

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

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

diff --git a/dev-python/bitarray/Manifest b/dev-python/bitarray/Manifest
index 6db8dc7b50b6..0437f0ffba52 100644
--- a/dev-python/bitarray/Manifest
+++ b/dev-python/bitarray/Manifest
@@ -1,2 +1,3 @@
 DIST bitarray-2.7.3.tar.gz 123574 BLAKE2B 
9a7a1b0025a7853434ae5e1c6e7bc5302668016f3cf8d569376644ced092ab1b3c28eeaabdf9d51d604e98a3f68f8f8d3002a87cc4dbfd897e30e6b162adf4aa
 SHA512 
4ace2bfe78e06723bedbc263c7b2b163bbc5c35bde84f286390cbfffc8c513bbd4a4f5f775e6d0a863ded7b24cb555c7784e7dd067c3b9125abd8d62863ac684
 DIST bitarray-2.7.4.tar.gz 124644 BLAKE2B 
7fc11eef67ec1424288952096acc6c629cc8281925a964cfbb384982eab9117b3def7a456dc740f9d5b7ee18dffa6c4747321dffed5f5e7fb674f5edf0324a88
 SHA512 
dbf92bfeae721319c928e336bc5afb8d146f2ad71fb57934dde489bc3db8db95a15690d8f1ca5c7354e44389043f194226afae5d9539495999ef486576639b6c
+DIST bitarray-2.7.5.tar.gz 124659 BLAKE2B 
dd52f9f5febcc1e808f2264123b00eb1f1d7e1d2691b7341f3a102bb2c9d9430ad188cde6784061cf996a726b91c6dcc7f55121e914d13c86ac9dd5774931983
 SHA512 
162a05626011955ce69caf3f1fcf1bca0db6818a6cc9c37d2abe6f481c71c4142903548ff08a10fb4162ba7ced4c5a427249b483493bbc3840ceff24f35a93e4

diff --git a/dev-python/bitarray/bitarray-2.7.5.ebuild 
b/dev-python/bitarray/bitarray-2.7.5.ebuild
new file mode 100644
index ..1a904d98ff80
--- /dev/null
+++ b/dev-python/bitarray/bitarray-2.7.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Efficient arrays of booleans -- C extension"
+HOMEPAGE="
+   https://github.com/ilanschnell/bitarray/
+   https://pypi.org/project/bitarray/
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+python_test() {
+   "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-LibXML/

2023-06-10 Thread Arthur Zamarin
commit: a191d86f48f840eda28b9f104247edb6c7e8b6ef
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun 11 04:11:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun 11 04:11:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a191d86f

dev-perl/XML-LibXML: Stabilize 2.20.800 x86, #908263

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

 dev-perl/XML-LibXML/XML-LibXML-2.20.800.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.20.800.ebuild 
b/dev-perl/XML-LibXML/XML-LibXML-2.20.800.ebuild
index 8cdf1e41e205..df39410ffd0b 100644
--- a/dev-perl/XML-LibXML/XML-LibXML-2.20.800.ebuild
+++ b/dev-perl/XML-LibXML/XML-LibXML-2.20.800.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl binding for libxml2"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 IUSE="minimal"
 
 # >= on XML-Sax needed to avoid "miscompilation" (essentially empty install), 
as newer XML-Sax



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

2023-06-10 Thread Arthur Zamarin
commit: 38d584646768525cf2ffdbc0907c8ea733bf2ef7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun 11 04:11:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun 11 04:11:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d58464

dev-cpp/magic_enum: Keyword 0.8.2 x86, #908285

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

 dev-cpp/magic_enum/magic_enum-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/magic_enum/magic_enum-0.8.2.ebuild 
b/dev-cpp/magic_enum/magic_enum-0.8.2.ebuild
index b1ebf251d6c9..799bfa9f0ed8 100644
--- a/dev-cpp/magic_enum/magic_enum-0.8.2.ebuild
+++ b/dev-cpp/magic_enum/magic_enum-0.8.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/Neargye/magic_enum/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 # Tests fail to compile
 RESTRICT="!test? ( test ) test"



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

2023-06-10 Thread Arthur Zamarin
commit: bf98d2292cd5799531e40b2caac62aa22d777340
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun 11 04:11:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun 11 04:11:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf98d229

media-video/mediainfo: Stabilize 23.03 x86, #908140

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

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

diff --git a/media-video/mediainfo/mediainfo-23.03.ebuild 
b/media-video/mediainfo/mediainfo-23.03.ebuild
index afd4587e221c..a45f63ada5af 100644
--- a/media-video/mediainfo/mediainfo-23.03.ebuild
+++ b/media-video/mediainfo/mediainfo-23.03.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/MediaInfo"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="curl mms wxwidgets"
 
 # The libzen dep usually needs to be bumped for each release!



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

2023-06-10 Thread Arthur Zamarin
commit: e4db50408fc88caa65e4a2b7ff927a604579f467
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun 11 04:11:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun 11 04:11:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4db5040

dev-libs/miniaudio: Keyword 0.11.15 x86, #908285

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

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

diff --git a/dev-libs/miniaudio/miniaudio-0.11.15.ebuild 
b/dev-libs/miniaudio/miniaudio-0.11.15.ebuild
index abdfbb5468e2..3a49bcc45a1a 100644
--- a/dev-libs/miniaudio/miniaudio-0.11.15.ebuild
+++ b/dev-libs/miniaudio/miniaudio-0.11.15.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/mackron/miniaudio/archive/refs/tags/${PV}.tar.gz ->
 
 LICENSE="|| ( public-domain MIT-0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 src_install() {
insinto /usr/include/${PN}/



[gentoo-commits] repo/gentoo:master commit in: games-strategy/ja2-stracciatella/

2023-06-10 Thread Arthur Zamarin
commit: e82432feeb48bcc2d6da22fa934c02ac383b8927
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun 11 04:11:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun 11 04:11:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82432fe

games-strategy/ja2-stracciatella: Keyword 0.20.0 x86, #908285

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

 games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild 
b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild
index 622b6cb8c622..3e2817ab0892 100644
--- a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild
+++ b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild
@@ -141,7 +141,7 @@ SRC_URI+=" $(cargo_crate_uris ${CRATES})"
 
 LICENSE="public-domain SFI-SCLA"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="cdinstall editor ru-gold test"
 # ./ja2 -unittest can't find save files
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/corectrl/

2023-06-10 Thread Kostadin Shishmanov
commit: 0acaa1c1e45ce17acbd4e5ba5e83c25c0a010fae
Author: Kostadin Shishmanov  tutanota  com>
AuthorDate: Sun Jun 11 02:51:26 2023 +
Commit: Kostadin Shishmanov  tutanota  com>
CommitDate: Sun Jun 11 02:51:26 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0acaa1c1

app-misc/corectrl: new package, add 1.3.5, 

Signed-off-by: Kostadin Shishmanov  tutanota.com>

 app-misc/corectrl/Manifest  |  1 +
 app-misc/corectrl/corectrl-1.3.5.ebuild | 51 +
 app-misc/corectrl/corectrl-.ebuild  | 51 +
 app-misc/corectrl/metadata.xml  | 11 +++
 4 files changed, 114 insertions(+)

diff --git a/app-misc/corectrl/Manifest b/app-misc/corectrl/Manifest
new file mode 100644
index 0..1200ceeaf
--- /dev/null
+++ b/app-misc/corectrl/Manifest
@@ -0,0 +1 @@
+DIST corectrl-v1.3.5.tar.bz2 570723 BLAKE2B 
4ee9ff0f84455599b9801d7e712ad98207462e573b3654f3dfa668b0691ef57a35482087ca193a985d241a10a3c9617e77ef5c1acdbbe9974b9d44fcdacd9295
 SHA512 
3c07bf0f99950b332bdf909f2580a8eb1243d71380f232bfc0980f7d6fd0d261eb522b22205f6dfb6ffd7f295afc243e1e6cd4dcd5f84dc4d5e129713fcb9ef1

diff --git a/app-misc/corectrl/corectrl-1.3.5.ebuild 
b/app-misc/corectrl/corectrl-1.3.5.ebuild
new file mode 100644
index 0..6779d1447
--- /dev/null
+++ b/app-misc/corectrl/corectrl-1.3.5.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit ecm
+
+DESCRIPTION="Core control application"
+HOMEPAGE="https://gitlab.com/corectrl/corectrl;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.com/corectrl/corectrl.git;
+else
+   
SRC_URI="https://gitlab.com/corectrl/corectrl/-/archive/v${PV}/corectrl-v${PV}.tar.bz2;
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtcharts:5
+   dev-qt/qtsvg:5
+   dev-qt/linguist-tools:5
+   dev-libs/quazip
+   dev-libs/botan:2
+   sys-auth/polkit
+   x11-libs/libdrm[video_cards_amdgpu]
+   dev-libs/libfmt
+   dev-libs/pugixml
+   dev-cpp/easyloggingpp
+   dev-cpp/units
+   ~dev-cpp/catch-2.13.8
+   dev-cpp/trompeloeil
+"
+
+BDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs+=(
+   -DBUILD_TESTING=$(usex test ON OFF)
+   )
+   cmake_src_configure
+}

diff --git a/app-misc/corectrl/corectrl-.ebuild 
b/app-misc/corectrl/corectrl-.ebuild
new file mode 100644
index 0..6779d1447
--- /dev/null
+++ b/app-misc/corectrl/corectrl-.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit ecm
+
+DESCRIPTION="Core control application"
+HOMEPAGE="https://gitlab.com/corectrl/corectrl;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.com/corectrl/corectrl.git;
+else
+   
SRC_URI="https://gitlab.com/corectrl/corectrl/-/archive/v${PV}/corectrl-v${PV}.tar.bz2;
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtcharts:5
+   dev-qt/qtsvg:5
+   dev-qt/linguist-tools:5
+   dev-libs/quazip
+   dev-libs/botan:2
+   sys-auth/polkit
+   x11-libs/libdrm[video_cards_amdgpu]
+   dev-libs/libfmt
+   dev-libs/pugixml
+   dev-cpp/easyloggingpp
+   dev-cpp/units
+   ~dev-cpp/catch-2.13.8
+   dev-cpp/trompeloeil
+"
+
+BDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs+=(
+   -DBUILD_TESTING=$(usex test ON OFF)
+   )
+   cmake_src_configure
+}

diff --git a/app-misc/corectrl/metadata.xml b/app-misc/corectrl/metadata.xml
new file mode 100644
index 0..d412fb3f5
--- /dev/null
+++ b/app-misc/corectrl/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   koce...@tutanota.com
+   Kostadin Shishmanov
+   
+   
+   corectrl/corectrl
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-typing-booster/

2023-06-10 Thread Akinori Hattori
commit: b469581470523dbe20e6fe5dcbf284f1f1dc94bf
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jun 11 02:29:03 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jun 11 02:29:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4695814

app-i18n/ibus-typing-booster: amd64/x86 stable

Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-typing-booster/ibus-typing-booster-2.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.22.5.ebuild 
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.22.5.ebuild
index 564f684f9809..172808cc0650 100644
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.22.5.ebuild
+++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.22.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RESTRICT="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-typing-booster/

2023-06-10 Thread Akinori Hattori
commit: 503301a1036279266d2bddc5157d252339daf390
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jun 11 02:29:54 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jun 11 02:29:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503301a1

app-i18n/ibus-typing-booster: drop old

Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-typing-booster/Manifest  |  2 -
 .../ibus-typing-booster-2.22.3.ebuild  | 54 --
 .../ibus-typing-booster-2.22.4.ebuild  | 54 --
 3 files changed, 110 deletions(-)

diff --git a/app-i18n/ibus-typing-booster/Manifest 
b/app-i18n/ibus-typing-booster/Manifest
index b8802f21cc07..0d16fe37e5b7 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1,3 +1 @@
-DIST ibus-typing-booster-2.22.3.tar.gz 11322959 BLAKE2B 
7a09502ef3a1b3bbeaf231ae53b6c283ea582ccde96706e1b11ea3a46903efe0fe4d02f631b8a9b58d1c7971ae76e320a46d23ca915b2459bcc644c78a611eb2
 SHA512 
d3ea8825222e1a4c5c3aa64f947e7ffccd7e7fac9489b29126c1f10d560d4f959e1c8b8e718ecfd1367b6bdc698b346e022c4681dbd24a4f91005c579f397a9c
-DIST ibus-typing-booster-2.22.4.tar.gz 11324323 BLAKE2B 
4615148eae8fb30c281e5288008277b54f7e934e0c7f9c210a4bb0f38e513d10bbd8b0880c13bb05c1f50fc8cbfb4e46779c12a08860578d94d294b1957f4b2c
 SHA512 
1da2d23c33f991b67127ba0df5d6e630252b66fe0c1bdb4018cf8c495146ec32f72a3d25998a511cebdf3b0d41583b19e8d2706b08faa3cacddd56327602c09a
 DIST ibus-typing-booster-2.22.5.tar.gz 11325715 BLAKE2B 
21247eeffc520d96bb8a1d52e7af0966d257a586cad5f097b0b72fff420fe32a63cefd4a8ec15e0ac55915ccddab81be33d136e931934303d08cd34ea786634a
 SHA512 
1dd9942b1d77eb48ac967c53882d83228e8a7ff25dc7bdff2f624d0dd731b5ee511631cd6759bf35e4e7b3093e4831c1996fcbe69cc4435fde9412514656dc89

diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.22.3.ebuild 
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.22.3.ebuild
deleted file mode 100644
index 172808cc0650..
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.22.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="sqlite(+)"
-
-inherit gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Completion input method for IBus"
-HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster;
-SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-RESTRICT="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   dev-libs/m17n-lib
-   $(python_gen_cond_dep '
-   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pyenchant[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   ')"
-RDEPEND="${DEPEND}
-   >=dev-db/m17n-db-1.7"
-BDEPEND="sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   sed -i "s|/usr\(/bin/sh\)|\1|" {engine,setup}/*.in
-}
-
-pkg_preinst() {
-   xdg_pkg_preinst
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.22.4.ebuild 
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.22.4.ebuild
deleted file mode 100644
index 564f684f9809..
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.22.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="sqlite(+)"
-
-inherit gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Completion input method for IBus"
-HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster;
-SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   dev-libs/m17n-lib
-   $(python_gen_cond_dep '
-   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pyenchant[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   ')"
-RDEPEND="${DEPEND}
-   >=dev-db/m17n-db-1.7"
-BDEPEND="sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   sed -i "s|/usr\(/bin/sh\)|\1|" {engine,setup}/*.in
-}
-
-pkg_preinst() {
-   xdg_pkg_preinst
-   gnome2_schemas_savelist
-}
-

[gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/easyloggingpp/files/, dev-cpp/easyloggingpp/

2023-06-10 Thread Kostadin Shishmanov
commit: 62e6533f027db76017979475dc9c95800f18eacf
Author: Kostadin Shishmanov  tutanota  com>
AuthorDate: Sun Jun 11 02:06:41 2023 +
Commit: Kostadin Shishmanov  tutanota  com>
CommitDate: Sun Jun 11 02:06:41 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62e6533f

dev-cpp/easyloggingpp: new package, add 9.97.0

Signed-off-by: Kostadin Shishmanov  tutanota.com>

 dev-cpp/easyloggingpp/Manifest |  1 +
 dev-cpp/easyloggingpp/easyloggingpp-9.97.0.ebuild  | 32 +++
 ...itch-CMake-build-system-from-C-11-to-C-14.patch | 66 ++
 .../files/disable-failing-tests.patch  | 45 +++
 dev-cpp/easyloggingpp/metadata.xml | 11 
 5 files changed, 155 insertions(+)

diff --git a/dev-cpp/easyloggingpp/Manifest b/dev-cpp/easyloggingpp/Manifest
new file mode 100644
index 0..c1e7508ce
--- /dev/null
+++ b/dev-cpp/easyloggingpp/Manifest
@@ -0,0 +1 @@
+DIST easyloggingpp-9.97.0.tar.gz 750851 BLAKE2B 
7ae65db33009dccf6e3a4362e4b5e23080935629b079e5898c8063d31144bef2341a041365bf20d0acd5067ad606e752de4b2b70a55f4bd16047b1ae3bab416d
 SHA512 
e45789edaf7a43ad6a73861840d24ccce9b9d6bba1aaacf93c6ac26ff7449957251d2ca322c9da85130b893332dd305b13a2499eaffc65ecfaaafa3e11f8d63d

diff --git a/dev-cpp/easyloggingpp/easyloggingpp-9.97.0.ebuild 
b/dev-cpp/easyloggingpp/easyloggingpp-9.97.0.ebuild
new file mode 100644
index 0..9fd347ed9
--- /dev/null
+++ b/dev-cpp/easyloggingpp/easyloggingpp-9.97.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ logging library"
+HOMEPAGE="https://github.com/abumq/easyloggingpp;
+SRC_URI="https://github.com/abumq/easyloggingpp/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-cpp/gtest )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/0001-Switch-CMake-build-system-from-C-11-to-C-14.patch"
+   "${FILESDIR}/disable-failing-tests.patch"
+)
+
+src_configure() {
+   local mycmakeargs+=(
+   -Dtest=$(usex test ON OFF)
+   )
+   cmake_src_configure
+}

diff --git 
a/dev-cpp/easyloggingpp/files/0001-Switch-CMake-build-system-from-C-11-to-C-14.patch
 
b/dev-cpp/easyloggingpp/files/0001-Switch-CMake-build-system-from-C-11-to-C-14.patch
new file mode 100644
index 0..fbdbd849f
--- /dev/null
+++ 
b/dev-cpp/easyloggingpp/files/0001-Switch-CMake-build-system-from-C-11-to-C-14.patch
@@ -0,0 +1,66 @@
+From 1f6025dc0553c64eb556759a38ff70e55f97904b Mon Sep 17 00:00:00 2001
+From: "Benjamin A. Beasley" 
+Date: Thu, 26 Jan 2023 20:10:42 -0500
+Subject: [PATCH] Switch CMake build system from C++11 to C++14
+
+---
+ CMakeLists.txt | 22 +++---
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 538cc8a..ed42915 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -2,21 +2,21 @@ cmake_minimum_required(VERSION 2.8.7)
+ 
+ project(Easyloggingpp CXX)
+ 
+-macro(require_cpp11)
++macro(require_cpp14)
+ if (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 3.0)
+ # CMake 3.1 has built-in CXX standard checks.
+-message("-- Setting C++11")
+-set(CMAKE_CXX_STANDARD 11)
++message("-- Setting C++14")
++set(CMAKE_CXX_STANDARD 14)
+ set(CMAKE_CXX_STANDARD_REQUIRED on)
+ else()
+ if (CMAKE_CXX_COMPILER_ID MATCHES "GCC")
+-message ("-- GNU CXX (-std=c++11)")
+-list(APPEND CMAKE_CXX_FLAGS "-std=c++11")
++message ("-- GNU CXX (-std=c++14)")
++list(APPEND CMAKE_CXX_FLAGS "-std=c++14")
+ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
+-message ("-- CLang CXX (-std=c++11)")
+-list(APPEND CMAKE_CXX_FLAGS "-std=c++11")
++message ("-- CLang CXX (-std=c++14)")
++list(APPEND CMAKE_CXX_FLAGS "-std=c++14")
+ else()
+-message ("-- Easylogging++ requires C++11. Your compiler 
does not support it.")
++message ("-- Easylogging++ requires C++14. Your compiler 
does not support it.")
+ endif()
+ endif()
+ endmacro()
+@@ -57,7 +57,7 @@ if (build_static_lib)
+ add_definitions(-DELPP_UTC_DATETIME)
+ endif()
+ 
+-require_cpp11()
++require_cpp14()
+ add_library(easyloggingpp STATIC src/easylogging++.cc)
+ set_property(TARGET easyloggingpp PROPERTY POSITION_INDEPENDENT_CODE 
ON)
+ 
+@@ -71,8 +71,8 @@ export(PACKAGE ${PROJECT_NAME})
+ 
+ ## Unit Testing 
###
+ if (test)
+-

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

2023-06-10 Thread William Hubbs
commit: 07789cd96bb306bf1766cb175c60cb27fe990dde
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jun 11 02:02:26 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jun 11 02:02:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07789cd9

dev-util/gitlab-runner: add 16.0.2

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

 dev-util/gitlab-runner/Manifest|  2 +
 dev-util/gitlab-runner/gitlab-runner-16.0.2.ebuild | 62 ++
 2 files changed, 64 insertions(+)

diff --git a/dev-util/gitlab-runner/Manifest b/dev-util/gitlab-runner/Manifest
index 9276ba7af332..0022e17269b8 100644
--- a/dev-util/gitlab-runner/Manifest
+++ b/dev-util/gitlab-runner/Manifest
@@ -6,3 +6,5 @@ DIST gitlab-runner-15.9.1-deps.tar.xz 159144912 BLAKE2B 
f10167c731371dbf4d61a05d
 DIST gitlab-runner-15.9.1.tar.bz2 1267756 BLAKE2B 
1732db4d7d8a3f530654f2897ec665bef87cefbfafc8776ba4b15d327768924d9fef5918a5d31899825e17bba20d04bfd30f6c8cbe834b266cadd0f414cfe840
 SHA512 
ab82cce1956105046aba8560317e00f3f333669ca7ee305879821bf433485599d2eb206afd8edc04c3b9c3d07eb38dfe335c77ff9a4f431bee5dea0a1d10b9c2
 DIST gitlab-runner-16.0.1-deps.tar.xz 161414860 BLAKE2B 
10aeed685269102aae8a738b87c29fc553ddf3ca14309c7634180d9909d943a94727df851f0374dd0ae6c0b221a54bbd48a0fa38047cb50d1ca08798872c0ec0
 SHA512 
9337002f9a3c1356db11d635d767826aae719ccf546da77a3aec4c9d6eba253398a237f517d0a48aef60021d8d9a303656ac3bda4c5a282dc219034c8e704e88
 DIST gitlab-runner-16.0.1.tar.bz2 1345390 BLAKE2B 
2c2bce5444721786014b0830149a7c430f5bc76b1f90df1b1b988788b4b43a79494419758f64ac56ca582ce9ffb214bfc9426bf8d9d2f1c51e09bb26a213406f
 SHA512 
aa45659f958361d8fa138cf496faa68b278084127a225cf56930bd040db2b20307bcfe98c230ecc6d6f7576fbebebb6aa5801a4d17de2a977c92fa2ddf28ee84
+DIST gitlab-runner-16.0.2-deps.tar.xz 161413208 BLAKE2B 
8e8ee06371bd8482a39c129bf155a829cd3c782a4a5a968128e75d263ab4e8b07f88ce02697ef47d14cde81133936578d2c12a747953a77b6acec0b635131c5d
 SHA512 
4c37eb14f81d092a12dae9ce7f50aac7b2555d1366d1d5ab2b0faa835e352caaed6683a63ae44a8447ee8ca09f38fa4a4465d22a21391841f0d4169494be9dd5
+DIST gitlab-runner-16.0.2.tar.bz2 1346109 BLAKE2B 
ed8bf9a893fc4d38aeb9ef2e1823eb0940b23e12fd2236f5ffbb90832634b244201d8518e1e5231ee7d4445ac3742ca47b1f3d8a66d06a93811e040d9229d19e
 SHA512 
54b1e7c0b5838254aa30199e62760a845a9bba0a04cc9963b0bdaa776c7219bf0acee71a62f3c958b3d22d9aaf3380bf236228f18ac3e0f3d615578a1d3f9b87

diff --git a/dev-util/gitlab-runner/gitlab-runner-16.0.2.ebuild 
b/dev-util/gitlab-runner/gitlab-runner-16.0.2.ebuild
new file mode 100644
index ..dc70f1621c4b
--- /dev/null
+++ b/dev-util/gitlab-runner/gitlab-runner-16.0.2.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module systemd tmpfiles
+
+# make sure this gets updated for every bump
+GIT_COMMIT=85586bd1
+
+DESCRIPTION="The official GitLab Runner, written in Go"
+HOMEPAGE="https://gitlab.com/gitlab-org/gitlab-runner;
+SRC_URI="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 ~ppc64 ~riscv"
+
+COMMON_DEPEND="acct-group/gitlab-runner
+   acct-user/gitlab-runner"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+BDEPEND="dev-go/gox"
+
+DOCS=( docs CHANGELOG.md README.md config.toml.example )
+
+S="${WORKDIR}/${PN}-v${PV}"
+
+src_compile() {
+   emake \
+   BUILT="$(date -u '+%Y-%m-%dT%H:%M:%S%:z')" \
+   GOX="${EPREFIX}/usr/bin/gox" \
+   REVISION=${GIT_COMMIT} \
+   VERSION=${PV} \
+   runner-bin-host
+}
+
+src_test() {
+   CI=0 ego test
+}
+
+src_install() {
+   dobin out/binaries/gitlab-runner
+   einstalldocs
+
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   systemd_dounit "${FILESDIR}/${PN}.service"
+   newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
+   keepdir /{etc,var/log}/${PN}
+   fperms 0700 /{etc,var/log}/gitlab-runner
+   fowners gitlab-runner:gitlab-runner /{etc,var/log}/${PN}
+}
+
+pkg_postinst() {
+   tmpfiles_process gitlab-runner.conf
+   [[ -f ${EROOT}/etc/gitlab-runner/config.toml ]] && return
+   elog
+   elog "To use the runner, you need to register it with this command:"
+   elog "# gitlab-runner register"
+   elog "This will also create the configuration file in 
/etc/gitlab-runner/config.toml"
+}



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

2023-06-10 Thread William Hubbs
commit: d966f808348abc7cbf917a3bda698e561e13daab
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jun 11 02:03:09 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jun 11 02:03:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d966f808

dev-util/gitlab-runner: drop 16.0.1

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

 dev-util/gitlab-runner/Manifest|  2 -
 dev-util/gitlab-runner/gitlab-runner-16.0.1.ebuild | 62 --
 2 files changed, 64 deletions(-)

diff --git a/dev-util/gitlab-runner/Manifest b/dev-util/gitlab-runner/Manifest
index 0022e17269b8..842924a71d86 100644
--- a/dev-util/gitlab-runner/Manifest
+++ b/dev-util/gitlab-runner/Manifest
@@ -4,7 +4,5 @@ DIST gitlab-runner-15.11.1-deps.tar.xz 161358304 BLAKE2B 
a318aa741a29c3e1623a389
 DIST gitlab-runner-15.11.1.tar.bz2 1343959 BLAKE2B 
3c1a12aedb6ec4ba88b20f1aca30e2cae3acbfab7aa22ab91cc87c355e1f1926f27c70a0357be6f969634bca200a7b9e69fb2bd09403be21d7fc4383c48d951f
 SHA512 
5756952adf79a72ba62eef7e28d4dd134fd1aa00a020c615a11fcd6d8fadeb2ba40cf8e20d8bc253082885ea8fe77f18124da35fb7fa5f7bc7360b8143a85cd3
 DIST gitlab-runner-15.9.1-deps.tar.xz 159144912 BLAKE2B 
f10167c731371dbf4d61a05d9154a3127e286846fd60e2eb7291a587d707389fdb989526942263e7a7fac2af02fc343e316528ee2f64aaf97a048e83e58521f9
 SHA512 
ae74bbfa62ac4a7506ec6099fab11bcf66f7b270ccc0a17dde0b226cccdbaf51949bea44f437e97c20e4b60c605060b42e77a36a11fb5eb080d55dcf30ee58d5
 DIST gitlab-runner-15.9.1.tar.bz2 1267756 BLAKE2B 
1732db4d7d8a3f530654f2897ec665bef87cefbfafc8776ba4b15d327768924d9fef5918a5d31899825e17bba20d04bfd30f6c8cbe834b266cadd0f414cfe840
 SHA512 
ab82cce1956105046aba8560317e00f3f333669ca7ee305879821bf433485599d2eb206afd8edc04c3b9c3d07eb38dfe335c77ff9a4f431bee5dea0a1d10b9c2
-DIST gitlab-runner-16.0.1-deps.tar.xz 161414860 BLAKE2B 
10aeed685269102aae8a738b87c29fc553ddf3ca14309c7634180d9909d943a94727df851f0374dd0ae6c0b221a54bbd48a0fa38047cb50d1ca08798872c0ec0
 SHA512 
9337002f9a3c1356db11d635d767826aae719ccf546da77a3aec4c9d6eba253398a237f517d0a48aef60021d8d9a303656ac3bda4c5a282dc219034c8e704e88
-DIST gitlab-runner-16.0.1.tar.bz2 1345390 BLAKE2B 
2c2bce5444721786014b0830149a7c430f5bc76b1f90df1b1b988788b4b43a79494419758f64ac56ca582ce9ffb214bfc9426bf8d9d2f1c51e09bb26a213406f
 SHA512 
aa45659f958361d8fa138cf496faa68b278084127a225cf56930bd040db2b20307bcfe98c230ecc6d6f7576fbebebb6aa5801a4d17de2a977c92fa2ddf28ee84
 DIST gitlab-runner-16.0.2-deps.tar.xz 161413208 BLAKE2B 
8e8ee06371bd8482a39c129bf155a829cd3c782a4a5a968128e75d263ab4e8b07f88ce02697ef47d14cde81133936578d2c12a747953a77b6acec0b635131c5d
 SHA512 
4c37eb14f81d092a12dae9ce7f50aac7b2555d1366d1d5ab2b0faa835e352caaed6683a63ae44a8447ee8ca09f38fa4a4465d22a21391841f0d4169494be9dd5
 DIST gitlab-runner-16.0.2.tar.bz2 1346109 BLAKE2B 
ed8bf9a893fc4d38aeb9ef2e1823eb0940b23e12fd2236f5ffbb90832634b244201d8518e1e5231ee7d4445ac3742ca47b1f3d8a66d06a93811e040d9229d19e
 SHA512 
54b1e7c0b5838254aa30199e62760a845a9bba0a04cc9963b0bdaa776c7219bf0acee71a62f3c958b3d22d9aaf3380bf236228f18ac3e0f3d615578a1d3f9b87

diff --git a/dev-util/gitlab-runner/gitlab-runner-16.0.1.ebuild 
b/dev-util/gitlab-runner/gitlab-runner-16.0.1.ebuild
deleted file mode 100644
index 68b04dc38d08..
--- a/dev-util/gitlab-runner/gitlab-runner-16.0.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module systemd tmpfiles
-
-# make sure this gets updated for every bump
-GIT_COMMIT=79704081
-
-DESCRIPTION="The official GitLab Runner, written in Go"
-HOMEPAGE="https://gitlab.com/gitlab-org/gitlab-runner;
-SRC_URI="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv"
-
-COMMON_DEPEND="acct-group/gitlab-runner
-   acct-user/gitlab-runner"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND="dev-go/gox"
-
-DOCS=( docs CHANGELOG.md README.md config.toml.example )
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_compile() {
-   emake \
-   BUILT="$(date -u '+%Y-%m-%dT%H:%M:%S%:z')" \
-   GOX="${EPREFIX}/usr/bin/gox" \
-   REVISION=${GIT_COMMIT} \
-   VERSION=${PV} \
-   runner-bin-host
-}
-
-src_test() {
-   CI=0 ego test
-}
-
-src_install() {
-   dobin out/binaries/gitlab-runner
-   einstalldocs
-
-   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   systemd_dounit "${FILESDIR}/${PN}.service"
-   newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
-   keepdir /{etc,var/log}/${PN}
-   fperms 0700 /{etc,var/log}/gitlab-runner
-   fowners gitlab-runner:gitlab-runner /{etc,var/log}/${PN}
-}
-
-pkg_postinst() {
-   tmpfiles_process gitlab-runner.conf
-   [[ -f 

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

2023-06-10 Thread William Hubbs
commit: 809b6294b72da64d2aa7915801af57f64eb3c771
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jun 11 02:03:48 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jun 11 02:03:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809b6294

dev-util/gitlab-runner: drop 15.9.1

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

 dev-util/gitlab-runner/Manifest|  2 -
 dev-util/gitlab-runner/gitlab-runner-15.9.1.ebuild | 62 --
 2 files changed, 64 deletions(-)

diff --git a/dev-util/gitlab-runner/Manifest b/dev-util/gitlab-runner/Manifest
index 842924a71d86..2854d8ba009d 100644
--- a/dev-util/gitlab-runner/Manifest
+++ b/dev-util/gitlab-runner/Manifest
@@ -2,7 +2,5 @@ DIST gitlab-runner-15.10.1-deps.tar.xz 161343688 BLAKE2B 
9bc650e4d4bfe8971962c9b
 DIST gitlab-runner-15.10.1.tar.bz2 1278748 BLAKE2B 
8c6c9a61af952a2fe97810d0d926035cdaa00d79bd32e48aefdd55b1fc9a225060b25c46341a2ef952e73fd2c1e1af441d37d6576beb80eaed99a6a33d92dddc
 SHA512 
df5a613f4011049b556f2becb8902a1bcb64e060c98c2bbbd1528e7bdaedf75b0ff6cbaf31a56d53bfaf3b56691ffba0dbe08a851cee7bfed00d7e5e449ef91b
 DIST gitlab-runner-15.11.1-deps.tar.xz 161358304 BLAKE2B 
a318aa741a29c3e1623a389966acbee54df66ec0ac55bf59fec21eb6d1ed394facc835b01ad52429037849dddb388b0690b378721c9700c18a223876cc63adb6
 SHA512 
58222949571c74fcb6a28290a304db39269271fce5234027136cb2b3f51e239d610efb9f362c726ef7be741ebb2c68295cce7e4dd4d99ad21459b1b67562b5d9
 DIST gitlab-runner-15.11.1.tar.bz2 1343959 BLAKE2B 
3c1a12aedb6ec4ba88b20f1aca30e2cae3acbfab7aa22ab91cc87c355e1f1926f27c70a0357be6f969634bca200a7b9e69fb2bd09403be21d7fc4383c48d951f
 SHA512 
5756952adf79a72ba62eef7e28d4dd134fd1aa00a020c615a11fcd6d8fadeb2ba40cf8e20d8bc253082885ea8fe77f18124da35fb7fa5f7bc7360b8143a85cd3
-DIST gitlab-runner-15.9.1-deps.tar.xz 159144912 BLAKE2B 
f10167c731371dbf4d61a05d9154a3127e286846fd60e2eb7291a587d707389fdb989526942263e7a7fac2af02fc343e316528ee2f64aaf97a048e83e58521f9
 SHA512 
ae74bbfa62ac4a7506ec6099fab11bcf66f7b270ccc0a17dde0b226cccdbaf51949bea44f437e97c20e4b60c605060b42e77a36a11fb5eb080d55dcf30ee58d5
-DIST gitlab-runner-15.9.1.tar.bz2 1267756 BLAKE2B 
1732db4d7d8a3f530654f2897ec665bef87cefbfafc8776ba4b15d327768924d9fef5918a5d31899825e17bba20d04bfd30f6c8cbe834b266cadd0f414cfe840
 SHA512 
ab82cce1956105046aba8560317e00f3f333669ca7ee305879821bf433485599d2eb206afd8edc04c3b9c3d07eb38dfe335c77ff9a4f431bee5dea0a1d10b9c2
 DIST gitlab-runner-16.0.2-deps.tar.xz 161413208 BLAKE2B 
8e8ee06371bd8482a39c129bf155a829cd3c782a4a5a968128e75d263ab4e8b07f88ce02697ef47d14cde81133936578d2c12a747953a77b6acec0b635131c5d
 SHA512 
4c37eb14f81d092a12dae9ce7f50aac7b2555d1366d1d5ab2b0faa835e352caaed6683a63ae44a8447ee8ca09f38fa4a4465d22a21391841f0d4169494be9dd5
 DIST gitlab-runner-16.0.2.tar.bz2 1346109 BLAKE2B 
ed8bf9a893fc4d38aeb9ef2e1823eb0940b23e12fd2236f5ffbb90832634b244201d8518e1e5231ee7d4445ac3742ca47b1f3d8a66d06a93811e040d9229d19e
 SHA512 
54b1e7c0b5838254aa30199e62760a845a9bba0a04cc9963b0bdaa776c7219bf0acee71a62f3c958b3d22d9aaf3380bf236228f18ac3e0f3d615578a1d3f9b87

diff --git a/dev-util/gitlab-runner/gitlab-runner-15.9.1.ebuild 
b/dev-util/gitlab-runner/gitlab-runner-15.9.1.ebuild
deleted file mode 100644
index 9fc00e12c5ee..
--- a/dev-util/gitlab-runner/gitlab-runner-15.9.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module systemd tmpfiles
-
-# make sure this gets updated for every bump
-GIT_COMMIT=d540b510
-
-DESCRIPTION="The official GitLab Runner, written in Go"
-HOMEPAGE="https://gitlab.com/gitlab-org/gitlab-runner;
-SRC_URI="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv"
-
-COMMON_DEPEND="acct-group/gitlab-runner
-   acct-user/gitlab-runner"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND="dev-go/gox"
-
-DOCS=( docs CHANGELOG.md README.md config.toml.example )
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_compile() {
-   emake \
-   BUILT="$(date -u '+%Y-%m-%dT%H:%M:%S%:z')" \
-   GOX="${EPREFIX}/usr/bin/gox" \
-   REVISION=${GIT_COMMIT} \
-   VERSION=${PV} \
-   runner-bin-host
-}
-
-src_test() {
-   CI=0 ego test
-}
-
-src_install() {
-   dobin out/binaries/gitlab-runner
-   einstalldocs
-
-   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   systemd_dounit "${FILESDIR}/${PN}.service"
-   newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
-   keepdir /{etc,var/log}/${PN}
-   fperms 0700 /{etc,var/log}/gitlab-runner
-   fowners gitlab-runner:gitlab-runner /{etc,var/log}/${PN}
-}
-
-pkg_postinst() {
-   tmpfiles_process gitlab-runner.conf
-   [[ -f 

[gentoo-commits] repo/proj/guru:dev commit in: app-misc/clifm/files/, app-misc/clifm/

2023-06-10 Thread Michael Yang
commit: cd81f48e2fb5bd713ea807066801551de3e26064
Author: Michael Yang  gmail  com>
AuthorDate: Sun Jun 11 01:18:56 2023 +
Commit: Michael Yang  gmail  com>
CommitDate: Sun Jun 11 01:20:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd81f48e

app-misc/clifm: add 1.12, drop 1.9

Signed-off-by: Michael Yang  gmail.com>

 app-misc/clifm/Manifest   |  2 +-
 .../clifm/{clifm-1.9.ebuild => clifm-1.12.ebuild} | 19 +--
 ... clifm-1.12-gentoo-skip-manpage-compression.patch} |  6 +++---
 3 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/app-misc/clifm/Manifest b/app-misc/clifm/Manifest
index 654ecf0d1..d37bb516f 100644
--- a/app-misc/clifm/Manifest
+++ b/app-misc/clifm/Manifest
@@ -1,4 +1,4 @@
 DIST clifm-1.10.tar.gz 1355974 BLAKE2B 
d5c3ad1b8617471156f8759ebda4e2d62bb7b9db57f61287eb6b1a99f72cac04cea9a9f02bc82d8188a62b18b72e207d017b9bb2c910aa44560691506d50a0aa
 SHA512 
9d59f0258fd44b02eefc0f0eb1ef9f18c90395e440b6ac775211345c64d97dbecef32f746f081a0ab602ab0a58a314be9e873baa538e42939c52eb57d2464d75
 DIST clifm-1.11.tar.gz 1378500 BLAKE2B 
ea1cb37bb61538c1b64bbafdce5adee977bf14fb2deb7b4b54ae1a4e39824543dbd23e9c63563228e30ae35ce9d22d7c11b0b18e370310a5e5c9a60f1b425275
 SHA512 
5075dab38000f0eb026cacc1d31b8f3e20157d4ec19e84f5f271ffae9a4f99aa03411d6d47470eb37879bbe497c7747db90a7f4ac7760439f67f1a3537cb77e2
+DIST clifm-1.12.tar.gz 1448233 BLAKE2B 
82c2a7502cd2955a6c89adc273129f88e660ab263f7718605f8bb0f533c79a1aa1ea2c4c0b203362f4a368bad9adcead02e6eb2f0f1bb9a8d09d9f1e9a8cf9c2
 SHA512 
4593a934bf07c186caad160d2a77b458177b9c38f58d720600ebfa4b7ad95238b1e58616b9b4d94435b736e7b55fc5f1981abce83ea4d6c5350e5f035823f9dd
 DIST clifm-1.8.tar.gz 1302830 BLAKE2B 
87e7dc41053af6ccbd819ec0403ca14aeb40865ea49ab87e8601765be771b5e447f593ffb9f94674dbc2afbdb67849a5a8a1d2b26ab524479c4edbfb2c4c79a6
 SHA512 
4b534f4c33462dd6571d69a5b0405295580d980f7c5c43f0893828c7ab624eb366f7e617a97b0357a26663df3c25b1cb2c175ee372f8c18e9b3f061186b76827
-DIST clifm-1.9.tar.gz 1331325 BLAKE2B 
221f7e3f5a9904a24af6bf31c7ea433e70688ba0cf23e9b6b50478b15f3f16c3b0119e673dfe3991e34ee359d1c6dafeba12c4f9cb1de12255094d1226a6e584
 SHA512 
03406e2b58accc525bce957a8e27d276503ab63e426cea8023a2835ed4592dabe1f160dcb1502a87851e1afabedb985e634a2c3a0cafa84acdfd29a04f4c3b86

diff --git a/app-misc/clifm/clifm-1.9.ebuild b/app-misc/clifm/clifm-1.12.ebuild
similarity index 82%
rename from app-misc/clifm/clifm-1.9.ebuild
rename to app-misc/clifm/clifm-1.12.ebuild
index fd5924273..976a8eef4 100644
--- a/app-misc/clifm/clifm-1.9.ebuild
+++ b/app-misc/clifm/clifm-1.12.ebuild
@@ -20,8 +20,8 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="archive +bleach emoji +highlight icons +lira +magic nerdfonts nls
-   posix qsort +suggestions +tags"
+IUSE="archive +bleach emoji fzf +highlight icons +lira +magic nerdfonts nls
+   posix +profiles qsort +tags +trash"
 
 PATCHES=(
"${FILESDIR}/${P}-gentoo-skip-manpage-compression.patch"
@@ -44,6 +44,7 @@ RDEPEND="
app-arch/atool
sys-fs/archivemount
)
+   fzf? ( app-shells/fzf )
nls? ( virtual/libintl )
 "
 BDEPEND=""
@@ -55,21 +56,23 @@ src_compile() {
append-cflags "-D_NERD"
elif use icons; then
append-cflags "-D_ICONS_IN_TERMINAL"
+   else
+   append-cflags "-D_NO_ICONS"
fi
-   # do not append -D_NO_ICONS here, causes compilation error
fi
 
use posix && append-cflags "-D_BE_POSIX"
use archive || append-cflags "-D_NO_ARCHIVING"
use bleach || append-cflags "-D_NO_BLEACH"
use nls || append-cflags "-D_NO_GETTEXT"
-   # -D_NO_FZF causes compile error
+   use fzf || append-cflags "-D_NO_FZF"
use highlight || append-cflags "-D_NO_HIGHLIGHT"
use lira || append-cflags "-D_NO_LIRA"
use magic || append-cflags "-D_NO_MAGIC"
-   use suggestions || append-cflags "-D_NO_SUGGESTIONS"
+   # -D_NO_SUGGESTIONS causes compile error
use tags || append-cflags "-D_NO_TAGS"
-   # -D_NO_TRASH causes compile error
+   use profiles || append-cflags "-D_NO_PROFILES"
+   use trash || append-cflags "-D_NO_TRASH"
use qsort && append-cflags "-D_TOURBIN_QSORT"
 
# makefile defaults to /usr/local
@@ -89,13 +92,9 @@ pkg_postinst() {
use icons && ewarn "Warning: Use flag 'icons' overridden by 
'emoji'"
elif use nerdfonts; then
use icons && ewarn "Warning: Use flag 'icons' overridden by 
'nerdfonts'"
-   else
-   use icons || ewarn "Warning: as none of 'emoji', 'nerdfonts', 
or 'icons' were selected, \
-   'emoji' was implicitly enabled to prevent compilation 
error"
fi
optfeature_header "Install additional optional functionality:"
optfeature "mounting/unmounting support" 

[gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/units/

2023-06-10 Thread Kostadin Shishmanov
commit: 6283b36f675e4fdb4a1802c17c8b96213de4d440
Author: Kostadin Shishmanov  tutanota  com>
AuthorDate: Sun Jun 11 01:05:17 2023 +
Commit: Kostadin Shishmanov  tutanota  com>
CommitDate: Sun Jun 11 01:05:17 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6283b36f

dev-cpp/units: new package, add 2.3.3

Signed-off-by: Kostadin Shishmanov  tutanota.com>

 dev-cpp/units/Manifest   |  1 +
 dev-cpp/units/metadata.xml   | 11 +++
 dev-cpp/units/units-2.3.3.ebuild | 24 
 3 files changed, 36 insertions(+)

diff --git a/dev-cpp/units/Manifest b/dev-cpp/units/Manifest
new file mode 100644
index 0..10258e363
--- /dev/null
+++ b/dev-cpp/units/Manifest
@@ -0,0 +1 @@
+DIST units-2.3.3.tar.gz 1612045 BLAKE2B 
f81461e28d2cfe331ada2a0d1c0276d6a6c52825f2ec28caf2160e80aaa343ccc947892fe6be6133c5a80f277ac1767df49b66a10ad3ed573b57e6af16acd385
 SHA512 
40d803e6bb17f4bb46a0136c7753ae25a0d3ce352dbff3843b0c231e94eb8bade1de65d5b988589607fb12b11e4bfa762708a68839f2d7dccb45440672d09031

diff --git a/dev-cpp/units/metadata.xml b/dev-cpp/units/metadata.xml
new file mode 100644
index 0..2ce46e4b2
--- /dev/null
+++ b/dev-cpp/units/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   koce...@tutanota.com
+   Kostadin Shishmanov
+   
+   
+   nholthaus/units
+   
+

diff --git a/dev-cpp/units/units-2.3.3.ebuild b/dev-cpp/units/units-2.3.3.ebuild
new file mode 100644
index 0..b9d408ae3
--- /dev/null
+++ b/dev-cpp/units/units-2.3.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="A compile-time, header-only, dimensional analysis and unit 
conversion library"
+HOMEPAGE="https://github.com/nholthaus/units;
+SRC_URI="https://github.com/nholthaus/units/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+src_configure() {
+   local mycmakeargs+=(
+   -DBUILD_TESTS="$(usex test ON OFF)"
+   )
+   cmake_src_configure
+}



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

2023-06-10 Thread William Hubbs
commit: 850ef573fa424ffdcdff092652fd2269012fec38
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jun 11 00:23:39 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jun 11 00:24:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850ef573

dev-lang/go: drop 1.19.8, 1.20.3

Bug: https://bugs.gentoo.org/908255
Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/go/Manifest |   2 -
 dev-lang/go/go-1.19.8.ebuild | 208 ---
 dev-lang/go/go-1.20.3.ebuild | 208 ---
 3 files changed, 418 deletions(-)

diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest
index d79897c4793f..84544fbebfd3 100644
--- a/dev-lang/go/Manifest
+++ b/dev-lang/go/Manifest
@@ -1,4 +1,2 @@
 DIST go1.19.10.src.tar.gz 26563069 BLAKE2B 
2aec01a67ba3e61f83b635bdf830bf6407342bd877b84367f268560cbb691291825622c4035db99f86ca7ae2153fd11f3f800ab7a90089da7624a531e189f374
 SHA512 
e8e7d1118d0c409d692ebb406f0e6807781dfd8f7dbe8b03be145e3fc287cde967fde387a216eb9996366508f4e61954cd131cd33f85b652bfd223e37bf41a67
-DIST go1.19.8.src.tar.gz 26553006 BLAKE2B 
db085e575f1bc978502cc5d9e45206542cdf9c6edd6769b1918f07a6be7afb4a387cb18ffb7cb37f5de936bb970c703504cbb6bf88c597dc30aab4d80eeb8820
 SHA512 
d7ecbae3034211d7c64df4c0fce6894bae3e7e8de20bd2aa9f24b39cc040fa64d8a3bea311582cf4455a981dc3c8f319141f7f357db4eebd27d4451fee05727a
-DIST go1.20.3.src.tar.gz 26184364 BLAKE2B 
faa9cf8c141d013955d3582d5cf1a43ac0d89c2a7ceb7ab00e10aeacedc3bf1c324d62cd17dc6299057cc9acd347ec7672c7f9acafc1b926855d953ef2bac8d6
 SHA512 
47ebb3925956a3facef9e5e6f4efec3058e55632020ea247844c55b160d23e2be3880ea24dec2f73382a7c7858259896cbb7de1bb764c481c176bed479676029
 DIST go1.20.5.src.tar.gz 26192951 BLAKE2B 
13ab06a45a7b13eb5cf8886594343bc169df3c4ff0062ac89c0997283686563edccb7d39423457947f945782bef418ab1a1f3b8712aa8817a8f4c61b54e8574c
 SHA512 
94cecb366cd9d9722b53e52ea3b0a5715a9e9dc21da0273dd3db9354557f71b9501b018125ef073dacc2e59125335f436cea1151cd8df0d60e2ad513f841905c

diff --git a/dev-lang/go/go-1.19.8.ebuild b/dev-lang/go/go-1.19.8.ebuild
deleted file mode 100644
index b6862ea87040..
--- a/dev-lang/go/go-1.19.8.ebuild
+++ /dev/null
@@ -1,208 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-export CBUILD=${CBUILD:-${CHOST}}
-export CTARGET=${CTARGET:-${CHOST}}
-
-MY_PV=${PV/_/}
-
-inherit toolchain-funcs
-
-case ${PV}  in
-**)
-   EGIT_REPO_URI="https://github.com/golang/go.git;
-   inherit git-r3
-   ;;
-*)
-   SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz "
-   S="${WORKDIR}"/go
-   case ${PV} in
-   *_beta*|*_rc*) ;;
-   *)
-   KEYWORDS="-* amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~s390 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-   ;;
-   esac
-esac
-
-DESCRIPTION="A concurrent garbage collected and typesafe programming language"
-HOMEPAGE="https://go.dev;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-IUSE="abi_mips_o32 abi_mips_n64 cpu_flags_x86_sse2"
-
-RDEPEND="
-arm? ( sys-devel/binutils[gold] )
-arm64? ( sys-devel/binutils[gold] )"
-BDEPEND="|| (
-   dev-lang/go
-   dev-lang/go-bootstrap )"
-
-# the *.syso files have writable/executable stacks
-QA_EXECSTACK='*.syso'
-
-# Do not complain about CFLAGS, etc, since Go doesn't use them.
-QA_FLAGS_IGNORED='.*'
-
-# The tools in /usr/lib/go should not cause the multilib-strict check to fail.
-QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/.*/.*"
-
-# This package triggers "unrecognized elf file(s)" notices on riscv.
-# https://bugs.gentoo.org/794046
-QA_PREBUILT='.*'
-
-# Do not strip this package. Stripping is unsupported upstream and may
-# fail.
-RESTRICT+=" strip"
-
-DOCS=(
-   CONTRIBUTING.md
-   PATENTS
-   README.md
-   SECURITY.md
-)
-
-go_arch() {
-   # By chance most portage arch names match Go
-   local tc_arch=$(tc-arch $@)
-   case "${tc_arch}" in
-   x86)echo 386;;
-   x64-*)  echo amd64;;
-   loong)  echo loong64;;
-   mips) if use abi_mips_o32; then
-   [[ $(tc-endian $@) = big ]] && echo mips || 
echo mipsle
-   elif use abi_mips_n64; then
-   [[ $(tc-endian $@) = big ]] && echo mips64 || 
echo mips64le
-   fi ;;
-   ppc64) [[ $(tc-endian $@) = big ]] && echo ppc64 || echo 
ppc64le ;;
-   riscv) echo riscv64 ;;
-   s390) echo s390x ;;
-   *)  echo "${tc_arch}";;
-   esac
-}
-
-go_arm() {
-   case "${1:-${CHOST}}" in
-   armv5*) echo 5;;
-   armv6*) echo 6;;
-   armv7*) echo 7;;
-   *)
-   die "unknown GOARM for ${1:-${CHOST}}"
-   ;;
-   esac
-}
-
-go_os() {
-   

[gentoo-commits] repo/gentoo:master commit in: dev-perl/GooCanvas2-CairoTypes/

2023-06-10 Thread Yixun Lan
commit: 0dc7f140705e8a75fd6023e21a1dd6fcad4bc99d
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Jun 11 00:06:37 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun 11 00:06:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc7f140

dev-perl/GooCanvas2-CairoTypes: Keyword 0.1.0-r1 riscv, #908279

Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0-r1.ebuild 
b/dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0-r1.ebuild
index b25a32858e31..d8937cfb323e 100644
--- a/dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0-r1.ebuild
+++ b/dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Bridge between GooCanvas2 and Cairo types"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="
dev-perl/Cairo



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/

2023-06-10 Thread Yixun Lan
commit: 186d9f8d962e802da833c2b7477a3da3e0554a3f
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Jun 11 00:02:51 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun 11 00:02:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186d9f8d

net-im/telegram-desktop: Keyword 4.8.3 riscv, #908230

Signed-off-by: Yixun Lan  gentoo.org>

 net-im/telegram-desktop/telegram-desktop-4.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/telegram-desktop/telegram-desktop-4.8.3.ebuild 
b/net-im/telegram-desktop/telegram-desktop-4.8.3.ebuild
index 4060dde670a2..cbc4a581fa36 100644
--- a/net-im/telegram-desktop/telegram-desktop-4.8.3.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-4.8.3.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD GPL-3-with-openssl-exception LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE="enchant +fonts +jemalloc screencast qt6 qt6-imageformats wayland +X"
 REQUIRED_USE="
qt6-imageformats? ( qt6 )



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

2023-06-10 Thread Yixun Lan
commit: 138d2a2b8e2ab14d6b3a9e7f0d64582346b0a95e
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Jun 11 00:02:44 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun 11 00:02:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138d2a2b

dev-cpp/expected-lite: Keyword 0.6.3 riscv, #908230

Signed-off-by: Yixun Lan  gentoo.org>

 dev-cpp/expected-lite/expected-lite-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/expected-lite/expected-lite-0.6.3.ebuild 
b/dev-cpp/expected-lite/expected-lite-0.6.3.ebuild
index 6ee9aecf0708..2da5a0c9e12d 100644
--- a/dev-cpp/expected-lite/expected-lite-0.6.3.ebuild
+++ b/dev-cpp/expected-lite/expected-lite-0.6.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/martinmoene/expected-lite/archive/refs/tags/v${PV}.t
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-06-10 Thread Yixun Lan
commit: aeabe921fd12b3cbb857b4fb754cb6b43d67fb06
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Jun 11 00:02:48 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun 11 00:02:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeabe921

dev-cpp/cppgir: Keyword 0_p20230606 riscv, #908230

Signed-off-by: Yixun Lan  gentoo.org>

 dev-cpp/cppgir/cppgir-0_p20230606.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/cppgir/cppgir-0_p20230606.ebuild 
b/dev-cpp/cppgir/cppgir-0_p20230606.ebuild
index 14ebc607d6c0..67237396897c 100644
--- a/dev-cpp/cppgir/cppgir-0_p20230606.ebuild
+++ b/dev-cpp/cppgir/cppgir-0_p20230606.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/proj/guru:dev commit in: net-im/nheko/

2023-06-10 Thread Joe Kappus
commit: 8540624cbdb3c6ac64b514faee98fdafa43814e6
Author: Joe Kappus  wt  gd>
AuthorDate: Sat Jun 10 23:38:28 2023 +
Commit: Joe Kappus  wt  gd>
CommitDate: Sat Jun 10 23:39:43 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8540624c

net-im/nheko: use qtimageformats:5

This hasn't been brought to qt6 yet, make sure
we have the qt5 qtimageformat dependency which
is slotted.

Signed-off-by: Joe Kappus  wt.gd>

 net-im/nheko/nheko-0.11.3.ebuild | 2 +-
 net-im/nheko/nheko-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/nheko/nheko-0.11.3.ebuild b/net-im/nheko/nheko-0.11.3.ebuild
index 732df7f66..c0f2be4bf 100644
--- a/net-im/nheko/nheko-0.11.3.ebuild
+++ b/net-im/nheko/nheko-0.11.3.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
dev-qt/qtdeclarative:5[widgets]
dev-qt/qtgraphicaleffects:5
dev-qt/qtgui:5[dbus,jpeg,png]
-   dev-qt/qtimageformats
+   dev-qt/qtimageformats:5
dev-qt/qtmultimedia:5[gstreamer,qml,widgets]
dev-qt/qtquickcontrols2:5[widgets]
dev-qt/qtsvg:5

diff --git a/net-im/nheko/nheko-.ebuild b/net-im/nheko/nheko-.ebuild
index 9ed14fbd2..34eeb5d7b 100644
--- a/net-im/nheko/nheko-.ebuild
+++ b/net-im/nheko/nheko-.ebuild
@@ -40,7 +40,7 @@ RDEPEND="
dev-qt/qtdeclarative:5[widgets]
dev-qt/qtgraphicaleffects:5
dev-qt/qtgui:5[dbus,jpeg,png]
-   dev-qt/qtimageformats
+   dev-qt/qtimageformats:5
dev-qt/qtmultimedia:5[gstreamer,qml,widgets]
dev-qt/qtquickcontrols2:5[widgets]
dev-qt/qtsvg:5



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

2023-06-10 Thread Sam James
commit: 35a90e98db2738d0defc5a989ab7bd6105bceb0a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 23:34:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 23:34:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a90e98

sys-apps/portage: drop 3.0.48

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

 sys-apps/portage/Manifest  |   1 -
 sys-apps/portage/portage-3.0.48.ebuild | 296 -
 2 files changed, 297 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 56dc64938fe2..d726234b92b2 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -3,4 +3,3 @@ DIST portage-3.0.45.3.tar.bz2 1146552 BLAKE2B 
0506124bf47d71df699c2ecb2846b19f68
 DIST portage-3.0.46.tar.bz2 1148375 BLAKE2B 
d97698eb3341a8d04980e021e5be8650193baf60c1ba34c11ccc79c147a256f152cb5c3a455798f38ee93164666dba31d3f510837c2924c1190f657fe1019b77
 SHA512 
0aa43d58cb23ff5931d31b2ebf724b0f9cb163d7e452c120f2917b9a1fac1cad7930c28dd40e6482a3f4e66ff05e1340e7135aa9d0eca60182c04f573c094afb
 DIST portage-3.0.47.tar.bz2 1148789 BLAKE2B 
268589c37a6bdc36377f3e407b16bebfb9876adc1d89ee7576f3ebbee42bc0799f5a225dfd53ffedeeded91ca4403383d4811b4f104448c1b2fc6c277ca94ef1
 SHA512 
abbd2446d0da0b5d298a235c2cc7d2d4e001e9f012b6e22149fed4514b52dc938b0377b2551f45e3505b9dddeedd7170951ff967310708ec3b93610b775a7c02
 DIST portage-3.0.48.1.tar.bz2 1150967 BLAKE2B 
ed8822306ef55a776163df3464f67cfe0942a0a2aa55c324921da106019f9f8f19db772d4bee75f49ef6f9b1823b95b2239ef4fe1457fc5c22956fc83419f9c5
 SHA512 
c20cd0557d885329910fade4d5a0b701bb411f179779d96b22c5dc4e1b504d4ed3dbfbd8c28157782a297d794ce3a0021f3c6aaedc7299f3df858294c14f7945
-DIST portage-3.0.48.tar.bz2 1150955 BLAKE2B 
ca61adcfa66c96f702f5f05436d100102adbd6b2d5028b100dc2793dba8e0f8d8a17520bc6a4165254e2bcebd1fb798d67f7e0e1f46abc776adc351a42ba93c9
 SHA512 
46dcfbb833838a16a6c8f8dc4062bd2b9a37d0f34e1f884a74abf74846e7236381c2dfa06cf36c50a978d930834784c3ecd44208ff64f4cc289b7df1522d7fae

diff --git a/sys-apps/portage/portage-3.0.48.ebuild 
b/sys-apps/portage/portage-3.0.48.ebuild
deleted file mode 100644
index 07b36de0ea7e..
--- a/sys-apps/portage/portage-3.0.48.ebuild
+++ /dev/null
@@ -1,296 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_EXT=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-PYTHON_REQ_USE='bzip2(+),threads(+)'
-SETUPTOOLS_USE_DISTUTILS=local
-TMPFILES_OPTIONAL=1
-
-inherit distutils-r1 linux-info toolchain-funcs tmpfiles prefix
-
-DESCRIPTION="The package management and distribution system for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="
-   https://anongit.gentoo.org/git/proj/portage.git
-   https://github.com/gentoo/portage.git
-   "
-   inherit git-r3
-else
-   
SRC_URI="https://gitweb.gentoo.org/proj/portage.git/snapshot/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux test xattr"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-vcs/git )
-"
-DEPEND="
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   >=sys-apps/sed-4.0.5 sys-devel/patch
-   !build? ( $(python_gen_impl_dep 'ssl(+)') )
-   apidoc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx-epytext[${PYTHON_USEDEP}]
-   )
-   doc? (
-   app-text/xmlto
-   ~app-text/docbook-xml-dtd-4.4
-   )
-"
-# Require sandbox-2.2 for bug #288863.
-# For whirlpool hash, require python[ssl] (bug #425046).
-# For compgen, require bash[readline] (bug #445576).
-# app-portage/gemato goes without PYTHON_USEDEP since we're calling
-# the executable.
-RDEPEND="
-   acct-user/portage
-   app-arch/zstd
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   >=sys-apps/baselayout-2.9
-   >=sys-apps/findutils-4.4
-   !build? (
-   >=sys-apps/sed-4.0.5
-   >=app-shells/bash-5.0:0[readline]
-   >=app-admin/eselect-1.2
-   rsync-verify? (
-   >=app-portage/gemato-14.5[${PYTHON_USEDEP}]
-   >=sec-keys/openpgp-keys-gentoo-release-20220101
-   >=app-crypt/gnupg-2.2.4-r2[ssl(-)]
-   )
-   )
-   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
-   elibc_musl? ( >=sys-apps/sandbox-2.2 )
-   kernel_linux? ( sys-apps/util-linux )
-   >=app-misc/pax-utils-0.1.17
-   selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
-   xattr? ( kernel_linux? (
-   >=sys-apps/install-xattr-0.3
-   ) )
-   !> 

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

2023-06-10 Thread Sam James
commit: d19178546ce441719b197e46132073ffa2815f63
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 23:34:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 23:34:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1917854

sys-apps/portage: drop 3.0.47

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

 sys-apps/portage/portage-3.0.47.ebuild | 294 -
 1 file changed, 294 deletions(-)

diff --git a/sys-apps/portage/portage-3.0.47.ebuild 
b/sys-apps/portage/portage-3.0.47.ebuild
deleted file mode 100644
index 351719796ca4..
--- a/sys-apps/portage/portage-3.0.47.ebuild
+++ /dev/null
@@ -1,294 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_EXT=1
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
-PYTHON_REQ_USE='bzip2(+),threads(+)'
-TMPFILES_OPTIONAL=1
-
-inherit distutils-r1 linux-info toolchain-funcs tmpfiles prefix
-
-DESCRIPTION="The package management and distribution system for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="
-   https://anongit.gentoo.org/git/proj/portage.git
-   https://github.com/gentoo/portage.git
-   "
-   inherit git-r3
-else
-   
SRC_URI="https://gitweb.gentoo.org/proj/portage.git/snapshot/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux test xattr"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? ( dev-vcs/git )
-"
-DEPEND="
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   >=sys-apps/sed-4.0.5 sys-devel/patch
-   !build? ( $(python_gen_impl_dep 'ssl(+)') )
-   apidoc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx-epytext[${PYTHON_USEDEP}]
-   )
-   doc? (
-   app-text/xmlto
-   ~app-text/docbook-xml-dtd-4.4
-   )
-"
-# Require sandbox-2.2 for bug #288863.
-# For whirlpool hash, require python[ssl] (bug #425046).
-# For compgen, require bash[readline] (bug #445576).
-# app-portage/gemato goes without PYTHON_USEDEP since we're calling
-# the executable.
-RDEPEND="
-   acct-user/portage
-   app-arch/zstd
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   >=sys-apps/baselayout-2.9
-   >=sys-apps/findutils-4.4
-   !build? (
-   >=sys-apps/sed-4.0.5
-   >=app-shells/bash-5.0:0[readline]
-   >=app-admin/eselect-1.2
-   rsync-verify? (
-   >=app-portage/gemato-14.5[${PYTHON_USEDEP}]
-   >=sec-keys/openpgp-keys-gentoo-release-20220101
-   >=app-crypt/gnupg-2.2.4-r2[ssl(-)]
-   )
-   )
-   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
-   elibc_musl? ( >=sys-apps/sandbox-2.2 )
-   kernel_linux? ( sys-apps/util-linux )
-   >=app-misc/pax-utils-0.1.17
-   selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
-   xattr? ( kernel_linux? (
-   >=sys-apps/install-xattr-0.3
-   ) )
-   !> cnf/make.globals || die
-   fi
-
-   if use native-extensions && ! tc-is-cross-compiler; then
-   printf "[build_ext]\nportage_ext_modules=true\n" >> \
-   setup.cfg || die
-   fi
-
-   if ! use ipc ; then
-   einfo "Disabling ipc..."
-   sed -e "s:_enable_ipc_daemon = True:_enable_ipc_daemon = 
False:" \
-   -i lib/_emerge/AbstractEbuildProcess.py || \
-   die "failed to patch AbstractEbuildProcess.py"
-   fi
-
-   if use xattr && use kernel_linux ; then
-   einfo "Adding FEATURES=xattr to make.globals ..."
-   echo -e '\nFEATURES="${FEATURES} xattr"' >> cnf/make.globals \
-   || die "failed to append to make.globals"
-   fi
-
-   if use build || ! use rsync-verify; then
-   sed -e '/^sync-rsync-verify-metamanifest/s|yes|no|' \
-   -e '/^sync-webrsync-verify-signature/s|yes|no|' \
-   -i cnf/repos.conf || die "sed failed"
-   fi
-
-   if [[ -n ${EPREFIX} ]] ; then
-   einfo "Setting portage.const.EPREFIX ..."
-   hprefixify -e 
"s|^(EPREFIX[[:space:]]*=[[:space:]]*\").*|\1${EPREFIX}\"|" \
-   -w "/_BINARY/" lib/portage/const.py
-
-   einfo "Prefixing shebangs ..."
-   > "${T}/shebangs" || die
-   while read -r -d $'\0' ; do
-   local shebang=$(head -n1 "$REPLY")
-   if [[ ${shebang} == "#!"* && ! ${shebang} == 
"#!${EPREFIX}/"* ]] ; then
-   echo 

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

2023-06-10 Thread Mike Gilbert
commit: abd116166f962eca74b9c40579f809ac69ddf420
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jun 10 23:29:05 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jun 10 23:31:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd11616

net-misc/ndisc6: add 1.0.7

Use "/var" for localstatedir to correct the path to "/var/run".
Clean up the init script.

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

 net-misc/ndisc6/Manifest|  1 +
 net-misc/ndisc6/files/rdnssd.rc-2   | 24 
 net-misc/ndisc6/files/resolvconf-2  |  7 +++
 net-misc/ndisc6/ndisc6-1.0.7.ebuild | 36 
 4 files changed, 68 insertions(+)

diff --git a/net-misc/ndisc6/Manifest b/net-misc/ndisc6/Manifest
index 68080486b712..af64682c14f8 100644
--- a/net-misc/ndisc6/Manifest
+++ b/net-misc/ndisc6/Manifest
@@ -1 +1,2 @@
 DIST ndisc6-1.0.6.tar.bz2 262008 BLAKE2B 
b451f8a6f74fe0d30546152e9711055cb2d9fd1433a83f0fdcc57eba4f9eaf41705b03fcfcc14666906f90f3a450c2ef6e3d66faca5019106664dd96dd6d70cf
 SHA512 
e9ce26d139c5cdcaac7a507c247ace5ba1d6bc95a92fbdb693788e463183965390a8228133a8bbbf07ba19eeae64c7a12ce13eb031c1a0c0c47b086d42c527ae
+DIST ndisc6-1.0.7.tar.bz2 262144 BLAKE2B 
6eeb4d8b78e189f1c2db26312b67d8a9ed4343fad0c9db08bfc8e7d4514f50b1b11c6ee5f784cc0480979758a0fae840e87b61bbbdf4c372fe58117cb8dfdab4
 SHA512 
cd3da7efc050b9f71a0d41336367c21936b37a2a040b58f01ccd5657a4cbd791b974bcd32e0725b325d9322974b0e721af9a6d9ef4693506e437c29a15d81526

diff --git a/net-misc/ndisc6/files/rdnssd.rc-2 
b/net-misc/ndisc6/files/rdnssd.rc-2
new file mode 100644
index ..a3a2a45a2d1f
--- /dev/null
+++ b/net-misc/ndisc6/files/rdnssd.rc-2
@@ -0,0 +1,24 @@
+#!/sbin/openrc-run
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+depend() {
+   need localmount
+   before net
+   use logger
+}
+
+command="rdnssd"
+pidfile="/var/run/rdnssd.pid"
+command_args="${RDNSSD_OPTS}"
+command_args_foreground="-f"
+
+start_pre() {
+   checkpath -d -o nobody /var/run/rdnssd
+}
+
+stop_post() {
+   if command -v resolvconf >/dev/null; then
+   resolvconf -f -d rdnssd
+   fi
+}

diff --git a/net-misc/ndisc6/files/resolvconf-2 
b/net-misc/ndisc6/files/resolvconf-2
new file mode 100644
index ..79d69c60e7ad
--- /dev/null
+++ b/net-misc/ndisc6/files/resolvconf-2
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if command -v resolvconf >/dev/null; then
+   exec resolvconf -a rdnssd https://www.remlab.net/ndisc6/;
+SRC_URI="https://www.remlab.net/files/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86 ~x64-macos"
+IUSE="debug"
+
+BDEPEND="dev-lang/perl
+   sys-devel/gettext"
+
+src_configure() {
+   local args=(
+   --localstatedir="${EPREFIX}"/var
+   $(use_enable debug assert)
+   )
+   econf "${args[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   rm -r "${ED}/var" || die
+
+   newinitd "${FILESDIR}"/rdnssd.rc-2 rdnssd
+   newconfd "${FILESDIR}"/rdnssd.conf rdnssd
+
+   exeinto /etc/rdnssd
+   newexe "${FILESDIR}"/resolvconf-2 resolvconf
+   dodoc AUTHORS ChangeLog NEWS README
+}



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

2023-06-10 Thread William Hubbs
commit: 763de51cbdedb9acf19b10566f6205736b1b5578
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jun 10 23:06:53 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jun 10 23:15:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763de51c

net-analyzer/telegraf: add 1.26.3

Closes: https://bugs.gentoo.org/888201
Signed-off-by: William Hubbs  gentoo.org>

 net-analyzer/telegraf/Manifest   |  2 ++
 net-analyzer/telegraf/telegraf-1.26.3.ebuild | 48 
 2 files changed, 50 insertions(+)

diff --git a/net-analyzer/telegraf/Manifest b/net-analyzer/telegraf/Manifest
index f9c3e1ffe1ab..a6c34e66b3be 100644
--- a/net-analyzer/telegraf/Manifest
+++ b/net-analyzer/telegraf/Manifest
@@ -1,2 +1,4 @@
 DIST telegraf-1.18.3-deps.tar.xz 430779112 BLAKE2B 
c9e7f815e6e4070632b0edb2a53a65b9402828a39ee680c43a40dac0145423b45d1319f34faa8e9c1412f0cfb60ea90008b8bc98f9c3213de054897547a8e53c
 SHA512 
2e9ad5110931a38195bf9b3e2f51684904ba86aa59f3e5acb87763c2260368f0456a122024607a58445df6ba26406206df0cbdcf1d297638e3b66f976830f3c8
 DIST telegraf-1.18.3.tar.gz 2647798 BLAKE2B 
82556544d6a3e1f349c711a4964d842fbe245bef6f1801eefa4e52071410a77bd6ae9da33682966eaac2fda2d5ac3afb100de03ac5a0fa9ec4185524d15e68fc
 SHA512 
e9e7aaf408aed62bebf2812db1f2ea6e0d744c30d53e03a5c203e79673871971121024ee4c57d3a919d31dbc83bbad3ffdece55ca2d94c62976329a0195d3b03
+DIST telegraf-1.26.3-deps.tar.xz 598542112 BLAKE2B 
654e2543b79927409a7f51a3b13ca5d917ef35559351ee48a581b0699ec4fe1eece9f8a3278243b02c79e17b08557d6f3d23584050cdaf461077c61f3435743c
 SHA512 
8afdec12df3105678fad3272d80ab86438546a7de5190b01cbb0bffc3443deb6f4fd9540432c3b6e06dbfbc0739167daf15934248dea73bd59b5b2376fe4b5d2
+DIST telegraf-1.26.3.tar.gz 3893039 BLAKE2B 
4285416c2e2a6e63dfbb3261cb5ef90c5fc0d2752e78913a2d8cd59a45b990e9735d65e9c762188325cf5696ac6fb619ff1d88f0b0017445fe3039d56c488b27
 SHA512 
c153d7eb19319d669328a94eade041ecaa6a30cc180915ca2b51b67c2d1d2e98572573c8970b78f815e74dec814ea9c02f4170aff1021fcb9e97c8974a0d0d6e

diff --git a/net-analyzer/telegraf/telegraf-1.26.3.ebuild 
b/net-analyzer/telegraf/telegraf-1.26.3.ebuild
new file mode 100644
index ..c164d70c7d37
--- /dev/null
+++ b/net-analyzer/telegraf/telegraf-1.26.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module systemd
+MY_PV="${PV/_rc/-rc.}"
+COMMIT=90f4eb29
+BRANCH=HEAD
+VERSION=v${MY_PV}
+
+DESCRIPTION="The plugin-driven server agent for collecting & reporting metrics"
+HOMEPAGE="https://github.com/influxdata/telegraf;
+
+SRC_URI="https://github.com/influxdata/telegraf/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RESTRICT+=" test"
+
+DEPEND="acct-group/telegraf
+   acct-user/telegraf"
+   RDEPEND="${DEPEND}"
+
+src_compile() {
+   unset LDFLAGS
+   emake \
+   COMMIT=${COMMIT} \
+   BRANCH=${BRANCH} \
+   VERSION=v${MY_PV} \
+   telegraf
+}
+
+src_install() {
+   dobin telegraf
+   insinto /etc/logrotate.d
+   doins etc/logrotate.d/telegraf
+   keepdir /etc/telegraf
+   keepdir /etc/telegraf/telegraf.d
+   systemd_dounit scripts/telegraf.service
+   newconfd "${FILESDIR}"/telegraf.confd telegraf
+   newinitd "${FILESDIR}"/telegraf.rc telegraf
+   dodoc -r docs/*
+   keepdir /var/log/telegraf
+   fowners telegraf:telegraf /var/log/telegraf
+}



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

2023-06-10 Thread Andreas Sturmlechner
commit: 62fc97f41acd1726f408ef8bc9b4805f4d2aa3d8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 22:32:24 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 23:04:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62fc97f4

gnome-extra/cinnamon-desktop: drop 5.6.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/cinnamon-desktop/Manifest  |  1 -
 .../cinnamon-desktop/cinnamon-desktop-5.6.0.ebuild | 63 --
 2 files changed, 64 deletions(-)

diff --git a/gnome-extra/cinnamon-desktop/Manifest 
b/gnome-extra/cinnamon-desktop/Manifest
index 8bfde26d82b8..15f18c6aab51 100644
--- a/gnome-extra/cinnamon-desktop/Manifest
+++ b/gnome-extra/cinnamon-desktop/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-desktop-5.6.0.tar.gz 501954 BLAKE2B 
19fa04135ece7d0b6bbf059df06eee63c58ca7c041be232354e33d0f6375fc2abe8bb40e874a9b6fc660aa84928f30f15043837b74b8075ebc687141b3b04d20
 SHA512 
8c66b61e4dbab29befd33f095090a34ecb4fe476d26d0f84b56fa5b7ef5bb9439455a187f7519964ef9690fe9cbed17aa858297987bc4a4c14e3e5405ca90988
 DIST cinnamon-desktop-5.6.2.tar.gz 502140 BLAKE2B 
b96be728da24a43b88a14b7cd5e9dd6313c753e32e7f2dcb2a5ac4f2c8eb27266f261a1a1e5499d9a94ccbc679d9c4ea9cdaae4ee6b1187de44d518a9a483ca7
 SHA512 
cfa50697991c41916f53d2e902ff37671e547e362cb8c70eace1b482a97bf139b6a28375d0e399c738cb705ca3aa8768c3ecd13551b677c5446288259ed5deeb

diff --git a/gnome-extra/cinnamon-desktop/cinnamon-desktop-5.6.0.ebuild 
b/gnome-extra/cinnamon-desktop/cinnamon-desktop-5.6.0.ebuild
deleted file mode 100644
index 6f2a6b956ad6..
--- a/gnome-extra/cinnamon-desktop/cinnamon-desktop-5.6.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit meson gnome2-utils python-any-r1
-
-DESCRIPTION="A collection of libraries and utilites used by Cinnamon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-desktop;
-SRC_URI="https://github.com/linuxmint/cinnamon-desktop/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-1 GPL-2+ LGPL-2+ LGPL-2.1+ MIT"
-SLOT="0/4" # subslot = libcinnamon-desktop soname version
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.37.3:2[dbus]
-   >=dev-libs/gobject-introspection-0.10.2:=
-   >=gnome-base/gsettings-desktop-schemas-3.5.91
-   >=media-sound/pulseaudio-12.99.3[glib]
-   sys-apps/accountsservice
-   sys-apps/hwdata
-   x11-libs/cairo:=[X]
-   >=x11-libs/gdk-pixbuf-2.22:2[introspection]
-   >=x11-libs/gtk+-3.3.16:3[introspection]
-   x11-libs/libX11
-   >=x11-libs/libXext-1.1
-   x11-libs/libxkbfile
-   >=x11-libs/libXrandr-1.3
-   x11-misc/xkeyboard-config
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-util/glib-utils
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   python_fix_shebang install-scripts
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dpnp_ids="${EPREFIX}/usr/share/hwdata/pnp.ids"
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/

2023-06-10 Thread Andreas Sturmlechner
commit: 5c8adacc5660bfa0c3ae25ac6c6fb09da0934440
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 22:32:59 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 23:04:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8adacc

gnome-extra/cinnamon-settings-daemon: drop 5.6.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/cinnamon-settings-daemon/Manifest  |  1 -
 .../cinnamon-settings-daemon-5.6.0.ebuild  | 91 --
 2 files changed, 92 deletions(-)

diff --git a/gnome-extra/cinnamon-settings-daemon/Manifest 
b/gnome-extra/cinnamon-settings-daemon/Manifest
index 3bfe7eafc926..f8282b8fda72 100644
--- a/gnome-extra/cinnamon-settings-daemon/Manifest
+++ b/gnome-extra/cinnamon-settings-daemon/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-settings-daemon-5.6.0.tar.gz 572607 BLAKE2B 
d8b9a4ff4574251fc142840e81070eebd66ed322b64eadca97efcf2f6bc302bfef18e933d3e7d9bdfe236cc9fb30b24b4b98cbb539ed50c53767d1d2fd7a4a26
 SHA512 
69aff73deb5ae0278642b8d630b7e460daf4c84f4745f8809c73d2a74effc0642f404589651939fd5132cfe99010259155a9809cb4b074e34d52bb89f1266fd6
 DIST cinnamon-settings-daemon-5.6.2.tar.gz 572785 BLAKE2B 
eef91b591db1c0e546897c88c171aaf103c3ad619ea0ab31dca09e78ae18993f63b4b29ca82a3dc1bcd1def871845b1753f462e347f11c48dac729b844da20b2
 SHA512 
f3c08b50889e42510ef423d18d0fe0c55bf2c9c4fa436d16864eb477b7dcb055a50973e2d5f7a4339d1094dc760c5ad05848a6e13dffa87f6fb8cad1f76b970d

diff --git 
a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.6.0.ebuild 
b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.6.0.ebuild
deleted file mode 100644
index afd73a1230ed..
--- a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.6.0.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit meson gnome2-utils python-any-r1 xdg
-
-DESCRIPTION="Cinnamon's settings daemon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-settings-daemon;
-SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+ LGPL-2.1 LGPL-2.1+ MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-IUSE="+colord cups input_devices_wacom smartcard systemd"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2[dbus]
-   dev-libs/libgudev:=
-   >=gnome-base/libgnomekbd-3.6
-   >=gnome-extra/cinnamon-desktop-5.6:0=
-   media-libs/fontconfig
-   >=media-libs/lcms-2.2:2
-   media-libs/libcanberra:0=[gtk3,pulseaudio]
-   >=media-sound/pulseaudio-0.9.16[glib]
-   >=sys-auth/polkit-0.97
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.14.0:3
-   >=x11-libs/libnotify-0.7.3:0=
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   >=x11-libs/libxklavier-5.0
-   >=x11-libs/pango-1.20.0
-   >=sys-power/upower-0.9.11
-
-   colord? ( >=x11-misc/colord-0.1.27:= )
-   cups? (
-   >=net-print/cups-1.4[dbus]
-   app-admin/system-config-printer
-   net-print/cups-pk-helper )
-   input_devices_wacom? (
-   >=dev-libs/libwacom-0.7:=
-   >=gnome-base/librsvg-2.36.2 )
-   smartcard? ( >=dev-libs/nss-3.11.2 )
-   systemd? ( sys-apps/systemd:0= )
-   !systemd? ( sys-auth/elogind:0= )
-"
-DEPEND="
-   ${RDEPEND}
-   dev-libs/libxml2:2
-   x11-base/xorg-proto
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-util/glib-utils
-   dev-util/gdbus-codegen
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   python_fix_shebang install-scripts
-}
-
-src_configure() {
-   # gudev not optional on Linux platforms
-   local emesonargs=(
-   -Duse_gudev=enabled
-   -Duse_polkit=enabled
-   -Duse_logind=enabled
-   $(meson_feature colord use_color)
-   $(meson_feature cups use_cups)
-   $(meson_feature smartcard use_smartcard)
-   $(meson_feature input_devices_wacom use_wacom)
-   )
-   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: gnome-extra/cinnamon-screensaver/

2023-06-10 Thread Andreas Sturmlechner
commit: 4e1b05fd594538e2fac92346d537d37f311e09fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 22:32:43 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 23:04:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1b05fd

gnome-extra/cinnamon-screensaver: drop 5.6.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/cinnamon-screensaver/Manifest  |  1 -
 .../cinnamon-screensaver-5.6.2.ebuild  | 74 --
 2 files changed, 75 deletions(-)

diff --git a/gnome-extra/cinnamon-screensaver/Manifest 
b/gnome-extra/cinnamon-screensaver/Manifest
index 7e5dc783997d..e8e1e58590f6 100644
--- a/gnome-extra/cinnamon-screensaver/Manifest
+++ b/gnome-extra/cinnamon-screensaver/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-screensaver-5.6.2.tar.gz 157785 BLAKE2B 
ae3eefbb6d86ca3f6ee43bd818ad732c917fecfc74927b836bc0ca3fa4541e5e8f1ffb7bfce3b4786429bbc2a5ebb1cb7613618d0eda9ad8bb097fd5fb445db9
 SHA512 
d99b3573bb2b4d862d16309fcbec9660119c7ec68e99c49b53241d058c101931fbfd6b203a9ba12eb3482e241f37413ebd5c79d19495ffce064973a9c3d0cfeb
 DIST cinnamon-screensaver-5.6.3.tar.gz 157834 BLAKE2B 
50728147fcb5849998113d5f19393e89f2cb4c5610359b81b42853fc2378814a52a8ed4f829cdd4e546a705a594da7b958ab25f69f996ee3d2204a64b7fdba90
 SHA512 
632bc9b518e59be7ce32c22ccfa32da060ea9edabe1683f91f2bf3c716fdcd7ca95fe4bda595ccc99821405bfbd987df2a416f229de56b3139f8d9975453ad39

diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.6.2.ebuild 
b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.6.2.ebuild
deleted file mode 100644
index 0c487889b029..
--- a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.6.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit meson python-single-r1 xdg
-
-DESCRIPTION="Screensaver for Cinnamon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-screensaver;
-SRC_URI="https://github.com/linuxmint/cinnamon-screensaver/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+ MIT"
-SLOT="0"
-IUSE="systemd xinerama"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-libs/glib-2.37.3:2[dbus]
-   >=gnome-extra/cinnamon-desktop-5.6:0=
-   sys-apps/dbus
-   sys-libs/pam
-   >=x11-libs/gtk+-3.22:3[introspection]
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrandr
-   x11-misc/xdotool
-   x11-themes/adwaita-icon-theme
-
-   xinerama? ( x11-libs/libXinerama )
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-   >=app-accessibility/caribou-0.3
-   sys-apps/accountsservice[introspection]
-   $(python_gen_cond_dep '
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   >=dev-python/python3-xapp-2.4.0[${PYTHON_USEDEP}]
-   ')
-
-   systemd? ( >=sys-apps/systemd-31 )
-   !systemd? ( sys-auth/elogind )
-"
-DEPEND="
-   ${COMMON_DEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   python_fix_shebang install-scripts src
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use xinerama)
-   )
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   python_optimize "${ED}"/usr/share/cinnamon-screensaver/
-}



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

2023-06-10 Thread Andreas Sturmlechner
commit: 69ff3740a8826c3f3503e290d55eeb3619abb3e9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 22:31:46 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 23:04:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ff3740

gnome-extra/cinnamon: drop 5.6.5

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/cinnamon/Manifest  |   1 -
 gnome-extra/cinnamon/cinnamon-5.6.5.ebuild | 182 -
 2 files changed, 183 deletions(-)

diff --git a/gnome-extra/cinnamon/Manifest b/gnome-extra/cinnamon/Manifest
index 7a2c6a94c8cf..ec278b8af3d6 100644
--- a/gnome-extra/cinnamon/Manifest
+++ b/gnome-extra/cinnamon/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-5.6.5.tar.gz 2481833 BLAKE2B 
af7f5010cba9afac9c37aca60f1d6a730fca9bcfe4860a79e8f7cc903cbff45cde4d650530309c4866eeedd52212a4287221e89e5616b3ab0d0903cad3a33afb
 SHA512 
767a68683f2776a1216ec32c479a84203c8524e7bbf2bd65faf4249a46d1a2ccfae8feb55d664890c1b1cd2061895c79d9bec5a70f126b819baebb19804ac30c
 DIST cinnamon-5.6.8.tar.gz 2483519 BLAKE2B 
0876bf097bbdb2b15b543a09d7d659995624d880a4c32a0d6bf580def4a72d33363c03525cd8072a238c624382c20bb66ce5ad5c05f8c21bbe5c06742209ca2b
 SHA512 
33f7766f8d5df070cca7d4001be6a01dcb5cc57e60a320b0b2d14968af7bc0060575284f885de640ebe9297ea2bf9a6b97cb32dfb50fac37bb6d851d5f5d2237

diff --git a/gnome-extra/cinnamon/cinnamon-5.6.5.ebuild 
b/gnome-extra/cinnamon/cinnamon-5.6.5.ebuild
deleted file mode 100644
index df7709b2c318..
--- a/gnome-extra/cinnamon/cinnamon-5.6.5.ebuild
+++ /dev/null
@@ -1,182 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit meson gnome2-utils pax-utils python-single-r1 xdg
-
-DESCRIPTION="A fork of GNOME Shell with layout similar to GNOME 2"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon;
-SRC_URI="https://github.com/linuxmint/cinnamon/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD GPL-2+ GPL-3+ GPL-3-with-openssl-exception LGPL-2+ LGPL-2.1 
LGPL-2.1+ MIT"
-SLOT="0"
-IUSE="+eds +gstreamer gtk-doc +nls +networkmanager"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   >=dev-libs/glib-2.52.0:2[dbus]
-   >=dev-libs/gobject-introspection-1.29.15:=
-   dev-libs/libxml2:2
-   >=gnome-extra/cinnamon-desktop-5.6:0=
-   >=gnome-extra/cinnamon-menus-5.6
-   >=gnome-extra/cjs-5.6[cairo]
-   sys-apps/dbus
-   >=sys-auth/polkit-0.100[introspection]
-   virtual/opengl
-   x11-libs/gdk-pixbuf:2[introspection]
-   >=x11-libs/gtk+-3.12.0:3[introspection]
-   >=x11-libs/libnotify-0.7.3:0=[introspection]
-   x11-libs/libX11
-   >=x11-libs/libXfixes-5.0
-   x11-libs/pango[introspection]
-   >=x11-libs/xapp-2.4.1[introspection]
-   >=x11-wm/muffin-5.6[introspection]
-
-   eds? (
-   gnome-extra/evolution-data-server
-   )
-   gstreamer? (
-   media-libs/gst-plugins-base:1.0
-   media-libs/gstreamer:1.0
-   )
-   networkmanager? (
-   net-misc/networkmanager[introspection]
-   )
-"
-# caribou used by onscreen keyboard
-# libtimezonemap used by datetime settings
-# iso-flag-png (unpackaged) used by keyboard layout settings
-RDEPEND="
-   ${DEPEND}
-   >=app-accessibility/caribou-0.3
-   dev-libs/keybinder:3[introspection]
-   dev-libs/libtimezonemap
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/distro[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/pyinotify[${PYTHON_USEDEP}]
-   dev-python/python-pam[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/tinycss2[${PYTHON_USEDEP}]
-   >=dev-python/python3-xapp-2.4.0[${PYTHON_USEDEP}]
-   ')
-   >=gnome-base/dconf-0.4.1
-   >=gnome-base/gsettings-desktop-schemas-2.91.91
-   >=gnome-base/libgnomekbd-2.91.4
-   >=gnome-extra/cinnamon-control-center-5.6[networkmanager=]
-   >=gnome-extra/cinnamon-screensaver-5.6
-   >=gnome-extra/cinnamon-session-5.6
-   >=gnome-extra/cinnamon-settings-daemon-5.6
-   >=gnome-extra/nemo-5.6
-   gnome-extra/polkit-gnome
-   media-libs/gsound
-   net-libs/libsoup:2.4[introspection]
-   net-misc/wget
-   sys-apps/accountsservice[introspection]
-   sys-apps/coreutils
- 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-control-center/, gnome-extra/cinnamon-control-center/files/

2023-06-10 Thread Andreas Sturmlechner
commit: 7e8b8ba95d62aca9b1b6c17587d4ce74a8e97dca
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 22:32:09 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 23:04:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8b8ba9

gnome-extra/cinnamon-control-center: drop 5.6.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/cinnamon-control-center/Manifest   |   1 -
 .../cinnamon-control-center-5.6.0.ebuild   | 106 -
 ...namon-control-center-5.6.0-fix-icon-build.patch |  57 ---
 3 files changed, 164 deletions(-)

diff --git a/gnome-extra/cinnamon-control-center/Manifest 
b/gnome-extra/cinnamon-control-center/Manifest
index bbefcddf00ef..cc722d1a215b 100644
--- a/gnome-extra/cinnamon-control-center/Manifest
+++ b/gnome-extra/cinnamon-control-center/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-control-center-5.6.0.tar.gz 3872303 BLAKE2B 
c0db21dbad031e3a3e06ea2f6253421c548b993eef323e2be1ad131e0a8e980b7b3a93d9a7a6d1feaf13ebe8c5f77fd286f0cb56b7d22c7cb447e46178c6f328
 SHA512 
336c554c93212c28df4f163b6a06d2c287901c167dc8e5563dbb44ddd69119db36d15086b6b1e78ff1b199424a4a24ac9605d59877a3f8174fd1f406a0f7ca4f
 DIST cinnamon-control-center-5.6.1.tar.gz 3874429 BLAKE2B 
53344aead6c5e31eeadf70e26a2ae61db930e595b5e546ac08b57029c924e4105d126fe6a27cd3ef7d4a59b51f83e0790dfaf815d9a3addfa5c496eab82d4537
 SHA512 
8679cc3afab77605b5e949e58cacb55782fca0ebc41991de7421b12fcd6c85991b6e4f5c70611753724ff47ea4eb39339ea4cea29e3f4e3399d9141fe4c80c7f

diff --git 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.6.0.ebuild 
b/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.6.0.ebuild
deleted file mode 100644
index 72f7af2e81f4..
--- a/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.6.0.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit meson gnome2-utils python-any-r1 xdg virtualx
-
-DESCRIPTION="Cinnamons's main interface to configure various aspects of the 
desktop"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-control-center;
-SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ MIT"
-SLOT="0"
-IUSE="+colord input_devices_wacom +networkmanager +modemmanager 
gnome-online-accounts systemd test"
-REQUIRED_USE="modemmanager? ( networkmanager )"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-RESTRICT="test"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.44.0:2
-   >=gnome-base/libgnomekbd-3.0.0:0=
-   >=gnome-extra/cinnamon-desktop-5.6:0=
-   >=gnome-extra/cinnamon-menus-5.6:0=
-   media-libs/fontconfig
-   >=sys-auth/polkit-0.103
-   >=sys-power/upower-0.99.8
-   >=x11-libs/gdk-pixbuf-2.23.0:2
-   >=x11-libs/gtk+-3.16.0:3
-   >=dev-libs/libgudev-232
-   >=x11-libs/libnotify-0.7.3:0=
-   x11-libs/libX11
-   >=x11-libs/libxklavier-5.1
-
-   colord? ( >=x11-misc/colord-0.1.14:0= )
-   input_devices_wacom? (
-   >=dev-libs/libwacom-0.7:=
-   >=x11-libs/libXi-1.2 )
-   networkmanager? (
-   >=gnome-extra/nm-applet-1.2.0
-   >=net-libs/libnma-1.8.34
-   >=net-misc/networkmanager-1.2.0:=[modemmanager?]
-
-   modemmanager? ( >=net-misc/modemmanager-0.7 )
-   )
-   gnome-online-accounts? (
-   >=net-libs/gnome-online-accounts-3.18.0
-   )
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-   x11-themes/adwaita-icon-theme
-
-   colord? ( >=gnome-extra/gnome-color-manager-3 )
-   input_devices_wacom? ( 
gnome-extra/cinnamon-settings-daemon[input_devices_wacom] )
-   systemd? ( >=sys-apps/systemd-31 )
-   !systemd? ( app-admin/openrc-settingsd )
-"
-DEPEND="
-   ${COMMON_DEPEND}
-   app-text/iso-codes
-   x11-base/xorg-proto
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   # Fix build when colord flag disabled
-   # https://github.com/linuxmint/cinnamon-control-center/issues/309
-   "${FILESDIR}"/${PN}-5.6.0-fix-icon-build.patch
-)
-
-src_prepare() {
-   default
-   python_fix_shebang meson_install_schemas.py
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use colord color)
-   $(meson_use modemmanager)
-   $(meson_use networkmanager)
-   $(meson_use gnome-online-accounts onlineaccounts)
-   $(meson_use input_devices_wacom wacom)
-   )
-   meson_src_configure
-}
-
-src_test() {
-   virtx meson_src_test
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postinst
- 

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

2023-06-10 Thread Andreas Sturmlechner
commit: c68c241567c1115d60122cc3b9d56ed51fa464e5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 22:27:37 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68c2415

media-libs/libmatemixer: Switch IUSE=pulseaudio to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../{libmatemixer-1.26.0.ebuild => libmatemixer-1.26.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libmatemixer/libmatemixer-1.26.0.ebuild 
b/media-libs/libmatemixer/libmatemixer-1.26.0-r1.ebuild
similarity index 88%
rename from media-libs/libmatemixer/libmatemixer-1.26.0.ebuild
rename to media-libs/libmatemixer/libmatemixer-1.26.0-r1.ebuild
index 22390d90deeb..08b8e59b93db 100644
--- a/media-libs/libmatemixer/libmatemixer-1.26.0.ebuild
+++ b/media-libs/libmatemixer/libmatemixer-1.26.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ COMMON_DEPEND="
>=dev-libs/glib-2.50:2
>=sys-devel/gettext-0.19.8:*
alsa? ( >=media-libs/alsa-lib-1.0.5 )
-   pulseaudio? ( >=media-sound/pulseaudio-5.0.0:0[glib] )
+   pulseaudio? ( media-libs/libpulse[glib] )
 "
 
 RDEPEND="${COMMON_DEPEND}



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

2023-06-10 Thread Andreas Sturmlechner
commit: e66716240ca2c72ecb50be6ed3ee6b0f5aaa0d7b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 21:47:31 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6671624

net-misc/eventd: drop 0.27.0-r2, 0.29.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/eventd/Manifest   |   1 -
 net-misc/eventd/eventd-0.27.0-r2.ebuild| 108 
 net-misc/eventd/eventd-0.29.0.ebuild   | 110 -
 .../eventd/files/eventd-0.27.0-fno-common.patch|  11 ---
 4 files changed, 230 deletions(-)

diff --git a/net-misc/eventd/Manifest b/net-misc/eventd/Manifest
index 68ee6c94bb4a..c7fbadd8f952 100644
--- a/net-misc/eventd/Manifest
+++ b/net-misc/eventd/Manifest
@@ -1,2 +1 @@
-DIST eventd-0.27.0.tar.xz 188000 BLAKE2B 
06779168e9049714aabc051f8a85a5e5764509c3deceddd300c103f4831b6679f082748858bebb9629dcd47fa0b570158c6cf2b665167ab8e20a7dc0f12cc00f
 SHA512 
586fdf36742cfda5a3c5e4cf4600307b8d699701fdf32eec25a7b294c815ded6e7e41210e65c706c34c5f2d911cadec89b677f082dad183f486fb7d1a55a2302
 DIST eventd-0.29.0.tar.xz 196276 BLAKE2B 
5d9fd352df65a8bb00e6bf1f7600dadc1bf3d3c98ed02eb3ad3cb6148dc8370dd2bc2ecda7e2b8f60d90b7adebb2187490bb6c934bc0bf8b5d0cd38bb26a8c36
 SHA512 
32407049df0abba68eb6310a86f8c6ec42774bd55934e5927d92f9eb75fc11f32e790904641a0113d8668c66591a0a82246b3240ba1a9517b243301bb96227b8

diff --git a/net-misc/eventd/eventd-0.27.0-r2.ebuild 
b/net-misc/eventd/eventd-0.27.0-r2.ebuild
deleted file mode 100644
index 562deb09c326..
--- a/net-misc/eventd/eventd-0.27.0-r2.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info meson systemd
-
-DESCRIPTION="A small daemon to act on remote or local events"
-HOMEPAGE="https://www.eventd.org/;
-SRC_URI="https://www.eventd.org/download/eventd/${P}.tar.xz;
-
-LICENSE="GPL-3+ LGPL-3+ ISC MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug fbcon +introspection ipv6 libcanberra libnotify +notification
-   pulseaudio purple speech systemd test upnp webhook websocket +X 
zeroconf"
-
-RESTRICT="!test? ( test )"
-REQUIRED_USE="
-   X? ( notification )
-   fbcon? ( notification )
-   notification? ( || ( X fbcon ) )
-   test? ( websocket )
-"
-
-COMMON_DEPEND="
-   dev-libs/glib:2
-   sys-apps/util-linux
-   x11-libs/libxkbcommon
-   introspection? ( dev-libs/gobject-introspection )
-   libcanberra? ( media-libs/libcanberra )
-   libnotify? ( x11-libs/gdk-pixbuf:2 )
-   notification? (
-   gnome-base/librsvg
-   x11-libs/cairo
-   x11-libs/pango
-   x11-libs/gdk-pixbuf:2
-   X? (
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/libxcb:=[xkb(+)]
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   )
-   )
-   pulseaudio? (
-   media-libs/libsndfile
-   media-sound/pulseaudio
-   )
-   purple? ( net-im/pidgin )
-   speech? ( app-accessibility/speech-dispatcher )
-   systemd? ( sys-apps/systemd:= )
-   upnp? ( >=net-libs/gssdp-1.2:0= )
-   webhook? ( net-libs/libsoup:2.4 )
-   websocket? ( net-libs/libsoup:2.4 )
-   zeroconf? ( net-dns/avahi[dbus] )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.5
-   app-text/docbook-xsl-stylesheets
-   dev-libs/libxslt
-   fbcon? ( virtual/os-headers )
-"
-RDEPEND="${COMMON_DEPEND}
-   net-libs/glib-networking[ssl]
-"
-BDEPEND="virtual/pkgconfig"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.27.0-fno-common.patch
-)
-
-pkg_setup() {
-   if use ipv6; then
-   CONFIG_CHECK=$(usex test 'IPV6' '~IPV6')
-   linux-info_pkg_setup
-   fi
-}
-
-src_configure() {
-   # wayland disabled due to missing dep in ::gentoo, wayland-wall
-   local emesonargs=(
-   -Dsystemduserunitdir="$(systemd_get_userunitdir)"
-   -Dsystemdsystemunitdir="$(systemd_get_systemunitdir)"
-   -Ddbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services"
-   -Dnd-wayland=false
-   $(meson_feature websocket)
-   $(meson_feature zeroconf dns-sd)
-   $(meson_feature upnp ssdp)
-   $(meson_use ipv6)
-   $(meson_use systemd)
-   $(meson_use notification notification-daemon)
-   $(meson_use X nd-xcb)
-   $(meson_use fbcon nd-fbdev)
-   $(meson_use purple im)
-   $(meson_use pulseaudio sound)
-   $(meson_use speech tts)
-   $(meson_use webhook)
-   $(meson_use libnotify)
-   $(meson_use libcanberra)
-   

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

2023-06-10 Thread Andreas Sturmlechner
commit: 5984f55f7313c66d94698c6b1f4b3491dab675ca
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 21:45:38 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5984f55f

x11-wm/e16: drop 1.0.25

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-wm/e16/e16-1.0.25.ebuild | 146 ---
 1 file changed, 146 deletions(-)

diff --git a/x11-wm/e16/e16-1.0.25.ebuild b/x11-wm/e16/e16-1.0.25.ebuild
deleted file mode 100644
index a7804aab9c99..
--- a/x11-wm/e16/e16-1.0.25.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Enlightenment Window Manager (E16)"
-HOMEPAGE="https://www.enlightenment.org 
https://sourceforge.net/projects/enlightenment/;
-SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+alsa audiofile dbus debug +dialogs doc examples gnome
-libhack modules nls no-container opengl +pango +poll player
-pulseaudio select +sndfile sound +themes xcomposite +xft xi2
-xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
-
-REQUIRED_USE="
-   ^^ ( poll select )
-   opengl? ( xcomposite )
-   pango? ( xft )
-   sound? (
-   ^^ ( alsa player pulseaudio )
-   alsa?   ( ^^ ( sndfile audiofile ) )
-   pulseaudio? ( ^^ ( sndfile audiofile ) )
-   )
-"
-
-BDEPEND="
-   nls? ( sys-devel/gettext )
-   virtual/pkgconfig
-"
-COMMON_DEPEND="
-   media-libs/freetype:2
-   media-libs/imlib2[X]
-   virtual/libiconv
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-misc/xbitmaps
-   dbus? ( sys-apps/dbus )
-   opengl? (
-   media-libs/glu
-   media-libs/mesa
-   )
-   pango? (
-   dev-libs/glib:2
-   x11-libs/pango[X]
-   )
-   sound? (
-   alsa? ( media-libs/alsa-lib )
-   player? ( media-sound/alsa-utils )
-   pulseaudio? ( || (
-   media-sound/apulse[sdk]
-   media-sound/pulseaudio
-   ) )
-   audiofile? ( media-libs/audiofile:= )
-   sndfile? ( media-libs/libsndfile )
-   )
-   xcomposite? (
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXfixes
-   )
-   xft? ( x11-libs/libXft )
-   xinerama? ( x11-libs/libXinerama )
-   xpresent? ( x11-libs/libXpresent )
-   xrandr? ( x11-libs/libXrandr )
-   xrender? ( x11-libs/libXrender )
-   xsm? (
-   x11-libs/libICE
-   x11-libs/libSM
-   )
-   zoom? ( x11-libs/libXxf86vm )
-"
-RDEPEND="${COMMON_DEPEND}
-   doc? ( app-doc/e16-docs )
-   nls? ( virtual/libintl )
-   themes? ( x11-themes/e16-themes )
-   !x11-wm/enlightenment:0
-"
-DEPEND="${COMMON_DEPEND}
-   x11-base/xorg-proto
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable dbus)
-   $(use_enable debug libtrip)
-   $(use_enable dialogs)
-   $(use_enable doc docs)
-   $(use_enable libhack)
-   $(use_enable modules)
-   $(use_enable nls)
-   $(use_enable no-container)
-   $(use_enable opengl glx)
-   $(use_enable pango)
-   $(use_enable xcomposite composite)
-   $(use_enable xft)
-   $(use_enable xi2)
-   $(use_enable xinerama)
-   $(use_enable xpresent)
-   $(use_enable xrandr)
-   $(use_enable xrender)
-   $(use_enable xsm sm)
-   $(use_enable xsync)
-   $(use_enable zoom)
-   $(use_with gnome gnome gnome3)
-   --enable-mans
-   --disable-docs
-   --disable-esdtest
-   --disable-gcc-cpp
-   --disable-werror
-   --disable-xscrnsaver
-   )
-   if use sound; then
-   use alsa   && myconf+=( --enable-sound=alsa )
-   use pulseaudio && myconf+=( --enable-sound=pulseaudio )
-   use player && myconf+=( --enable-sound=player )
-
-   if use alsa || use pulseaudio; then
-   use sndfile   && myconf+=( --with-sndldr=sndfile )
-   use audiofile && myconf+=( --with-sndldr=audiofile )
-   else
-   myconf+=( --without-sndldr )
-   fi
-   else
-   myconf+=( --disable-sound --without-sndldr )
-   fi
-   use poll && myconf+=( --with-evhan=poll )
-   use select && myconf+=( --with-evhan=select )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-

[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-settings-daemon/

2023-06-10 Thread Andreas Sturmlechner
commit: 6b81c440d7931a0d68e3334b278a52d26642dc16
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 22:28:46 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b81c440

mate-base/mate-settings-daemon: Switch to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...ngs-daemon-1.26.0.ebuild => mate-settings-daemon-1.26.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-base/mate-settings-daemon/mate-settings-daemon-1.26.0.ebuild 
b/mate-base/mate-settings-daemon/mate-settings-daemon-1.26.0-r1.ebuild
similarity index 95%
rename from mate-base/mate-settings-daemon/mate-settings-daemon-1.26.0.ebuild
rename to mate-base/mate-settings-daemon/mate-settings-daemon-1.26.0-r1.ebuild
index 8990409727c1..c00139179d48 100644
--- a/mate-base/mate-settings-daemon/mate-settings-daemon-1.26.0.ebuild
+++ b/mate-base/mate-settings-daemon/mate-settings-daemon-1.26.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -41,7 +41,7 @@ COMMON_DEPEND=">=dev-libs/dbus-glib-0.74
)
pulseaudio? (
>=media-libs/libmatemixer-1.10[pulseaudio]
-   >=media-sound/pulseaudio-0.9.15
+   media-libs/libpulse
)
smartcard? ( >=dev-libs/nss-3.11.2 )
sound? (



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

2023-06-10 Thread Andreas Sturmlechner
commit: 72aaccadc9eddc8aeabdabf19ca700b7e452817f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 22:04:46 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72aaccad

net-misc/rdesktop: drop 1.9.0-r3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/rdesktop/rdesktop-1.9.0-r3.ebuild | 80 --
 1 file changed, 80 deletions(-)

diff --git a/net-misc/rdesktop/rdesktop-1.9.0-r3.ebuild 
b/net-misc/rdesktop/rdesktop-1.9.0-r3.ebuild
deleted file mode 100644
index b6f11463cc8c..
--- a/net-misc/rdesktop/rdesktop-1.9.0-r3.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-MY_PV=${PV/_/-}
-
-DESCRIPTION="A Remote Desktop Protocol Client"
-HOMEPAGE="http://www.rdesktop.org/;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="alsa ao ipv6 kerberos oss pcsc-lite pulseaudio xrandr"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-RDEPEND="
-   dev-libs/nettle:0=
-   >=net-libs/gnutls-3.2.0:0=
-   x11-libs/libX11
-   x11-libs/libXcursor
-   x11-libs/libXext
-   x11-libs/libXau
-   x11-libs/libXdmcp
-   alsa? (
-   media-libs/alsa-lib
-   media-libs/libsamplerate
-   )
-   ao? (
-   >=media-libs/libao-0.8.6
-   media-libs/libsamplerate
-   )
-   kerberos? ( virtual/krb5 )
-   pcsc-lite? ( >=sys-apps/pcsc-lite-1.6.6 )
-   oss? ( media-libs/libsamplerate )
-   pulseaudio? (
-   media-libs/libsamplerate
-   media-sound/pulseaudio
-   )
-   xrandr? ( x11-libs/libXrandr )"
-DEPEND="${RDEPEND}
-   x11-libs/libXt"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.8.3-no_strip.patch
-   "${FILESDIR}"/${PN}-1.8.3-xrandr_configure.patch
-   "${FILESDIR}"/${P}-rdssl_rkey_get_exp_mod.patch
-   "${FILESDIR}"/${P}-gssapi-check.patch
-   "${FILESDIR}"/${P}-configure-clang16.patch
-)
-
-DOCS=( doc/ChangeLog doc/HACKING doc/TODO doc/keymapping.txt )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   if use pulseaudio; then
-   sound_conf="--with-sound=pulse"
-   elif use ao; then
-   sound_conf="--with-sound=libao"
-   elif use alsa; then
-   sound_conf="--with-sound=alsa"
-   else
-   sound_conf=$(use_with oss sound oss)
-   fi
-
-   econf \
-   $(use_with ipv6) \
-   $(use_with xrandr) \
-   $(use_enable kerberos credssp) \
-   $(use_enable pcsc-lite smartcard) \
-   ${sound_conf}
-}



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

2023-06-10 Thread Andreas Sturmlechner
commit: 6462f89ecfe4d2d9fc49d95c61307f8ecf12ebb0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 29 09:44:28 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6462f89e

media-gfx/blender: Switch IUSE=pulseaudio to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/blender/{blender-3.3.6.ebuild => blender-3.3.6-r1.ebuild}| 2 +-
 media-gfx/blender/{blender-3.4.1-r2.ebuild => blender-3.4.1-r3.ebuild} | 2 +-
 media-gfx/blender/{blender-3.5.1.ebuild => blender-3.5.1-r1.ebuild}| 2 +-
 media-gfx/blender/blender-.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-gfx/blender/blender-3.3.6.ebuild 
b/media-gfx/blender/blender-3.3.6-r1.ebuild
similarity index 99%
rename from media-gfx/blender/blender-3.3.6.ebuild
rename to media-gfx/blender/blender-3.3.6-r1.ebuild
index 6034a136dbad..cc5aa34933da 100644
--- a/media-gfx/blender/blender-3.3.6.ebuild
+++ b/media-gfx/blender/blender-3.3.6-r1.ebuild
@@ -100,7 +100,7 @@ RDEPEND="${PYTHON_DEPS}
pdf? ( media-libs/libharu )
potrace? ( media-gfx/potrace )
pugixml? ( dev-libs/pugixml )
-   pulseaudio? ( media-sound/pulseaudio )
+   pulseaudio? ( media-libs/libpulse )
sdl? ( media-libs/libsdl2[sound,joystick] )
sndfile? ( media-libs/libsndfile )
tbb? ( dev-cpp/tbb:= )

diff --git a/media-gfx/blender/blender-3.4.1-r2.ebuild 
b/media-gfx/blender/blender-3.4.1-r3.ebuild
similarity index 99%
rename from media-gfx/blender/blender-3.4.1-r2.ebuild
rename to media-gfx/blender/blender-3.4.1-r3.ebuild
index b7cda8da250a..4f4de607bab6 100644
--- a/media-gfx/blender/blender-3.4.1-r2.ebuild
+++ b/media-gfx/blender/blender-3.4.1-r3.ebuild
@@ -95,7 +95,7 @@ RDEPEND="${PYTHON_DEPS}
pdf? ( media-libs/libharu )
potrace? ( media-gfx/potrace )
pugixml? ( dev-libs/pugixml )
-   pulseaudio? ( media-sound/pulseaudio )
+   pulseaudio? ( media-libs/libpulse )
sdl? ( media-libs/libsdl2[sound,joystick] )
sndfile? ( media-libs/libsndfile )
tbb? ( dev-cpp/tbb:= )

diff --git a/media-gfx/blender/blender-3.5.1.ebuild 
b/media-gfx/blender/blender-3.5.1-r1.ebuild
similarity index 99%
rename from media-gfx/blender/blender-3.5.1.ebuild
rename to media-gfx/blender/blender-3.5.1-r1.ebuild
index 2a0147fb25ac..a41f59bcce82 100644
--- a/media-gfx/blender/blender-3.5.1.ebuild
+++ b/media-gfx/blender/blender-3.5.1-r1.ebuild
@@ -97,7 +97,7 @@ RDEPEND="${PYTHON_DEPS}
pdf? ( media-libs/libharu )
potrace? ( media-gfx/potrace )
pugixml? ( dev-libs/pugixml )
-   pulseaudio? ( media-sound/pulseaudio )
+   pulseaudio? ( media-libs/libpulse )
sdl? ( media-libs/libsdl2[sound,joystick] )
sndfile? ( media-libs/libsndfile )
tbb? ( dev-cpp/tbb:= )

diff --git a/media-gfx/blender/blender-.ebuild 
b/media-gfx/blender/blender-.ebuild
index 95fefb89052d..5448ff64cb97 100644
--- a/media-gfx/blender/blender-.ebuild
+++ b/media-gfx/blender/blender-.ebuild
@@ -97,7 +97,7 @@ RDEPEND="${PYTHON_DEPS}
pdf? ( media-libs/libharu )
potrace? ( media-gfx/potrace )
pugixml? ( dev-libs/pugixml )
-   pulseaudio? ( media-sound/pulseaudio )
+   pulseaudio? ( media-libs/libpulse )
sdl? ( media-libs/libsdl2[sound,joystick] )
sndfile? ( media-libs/libsndfile )
tbb? ( dev-cpp/tbb:= )



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

2023-06-10 Thread Andreas Sturmlechner
commit: 0f2e0c611b08cb86a45d8076ab38966fb8816eba
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 22:03:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2e0c61

net-misc/rdesktop: update EAPI 7 -> 8, switch to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild | 78 ++
 1 file changed, 78 insertions(+)

diff --git a/net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild 
b/net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild
new file mode 100644
index ..7d9cffc8104a
--- /dev/null
+++ b/net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A Remote Desktop Protocol Client"
+HOMEPAGE="http://www.rdesktop.org/;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
+S=${WORKDIR}/${PN}-${PV/_/-}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="alsa ao ipv6 kerberos oss pcsc-lite pulseaudio xrandr"
+
+RDEPEND="
+   dev-libs/nettle:0=
+   >=net-libs/gnutls-3.2.0:0=
+   x11-libs/libX11
+   x11-libs/libXcursor
+   x11-libs/libXext
+   x11-libs/libXau
+   x11-libs/libXdmcp
+   alsa? (
+   media-libs/alsa-lib
+   media-libs/libsamplerate
+   )
+   ao? (
+   >=media-libs/libao-0.8.6
+   media-libs/libsamplerate
+   )
+   kerberos? ( virtual/krb5 )
+   pcsc-lite? ( >=sys-apps/pcsc-lite-1.6.6 )
+   oss? ( media-libs/libsamplerate )
+   pulseaudio? (
+   media-libs/libpulse
+   media-libs/libsamplerate
+   )
+   xrandr? ( x11-libs/libXrandr )"
+DEPEND="${RDEPEND}
+   x11-libs/libXt"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.8.3-no_strip.patch
+   "${FILESDIR}"/${PN}-1.8.3-xrandr_configure.patch
+   "${FILESDIR}"/${P}-rdssl_rkey_get_exp_mod.patch
+   "${FILESDIR}"/${P}-gssapi-check.patch
+   "${FILESDIR}"/${P}-configure-clang16.patch
+)
+
+DOCS=( doc/ChangeLog doc/HACKING doc/TODO doc/keymapping.txt )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   if use pulseaudio; then
+   sound_conf="--with-sound=pulse"
+   elif use ao; then
+   sound_conf="--with-sound=libao"
+   elif use alsa; then
+   sound_conf="--with-sound=alsa"
+   else
+   sound_conf=$(use_with oss sound oss)
+   fi
+
+   econf \
+   $(use_with ipv6) \
+   $(use_with xrandr) \
+   $(use_enable kerberos credssp) \
+   $(use_enable pcsc-lite smartcard) \
+   ${sound_conf}
+}



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

2023-06-10 Thread Andreas Sturmlechner
commit: e175ae42224b8fa205c8f2b79ad5380a5b2f0378
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 21:47:08 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e175ae42

net-misc/eventd: Switch IUSE=pulseaudio to media-libs/libpulse

Switch preference for IUSE=pulseaudio at the same time - primary
must be libpulse to satisfy global IUSE.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/eventd/eventd-0.29.0-r1.ebuild | 110 
 1 file changed, 110 insertions(+)

diff --git a/net-misc/eventd/eventd-0.29.0-r1.ebuild 
b/net-misc/eventd/eventd-0.29.0-r1.ebuild
new file mode 100644
index ..0733249e9b62
--- /dev/null
+++ b/net-misc/eventd/eventd-0.29.0-r1.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info meson systemd
+
+DESCRIPTION="A small daemon to act on remote or local events"
+HOMEPAGE="https://www.eventd.org/;
+SRC_URI="https://www.eventd.org/download/eventd/${P}.tar.xz;
+
+LICENSE="GPL-3+ LGPL-3+ ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug fbcon +introspection ipv6 libcanberra libnotify +notification
+   pulseaudio purple speech systemd test upnp webhook websocket +X 
zeroconf"
+
+RESTRICT="!test? ( test )"
+REQUIRED_USE="
+   X? ( notification )
+   fbcon? ( notification )
+   notification? ( || ( X fbcon ) )
+   test? ( websocket )
+"
+
+COMMON_DEPEND="
+   dev-libs/glib:2
+   sys-apps/util-linux
+   x11-libs/libxkbcommon
+   introspection? ( dev-libs/gobject-introspection )
+   libcanberra? ( media-libs/libcanberra )
+   libnotify? ( x11-libs/gdk-pixbuf:2 )
+   notification? (
+   gnome-base/librsvg
+   x11-libs/cairo
+   x11-libs/pango
+   x11-libs/gdk-pixbuf:2
+   X? (
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/libxcb:=[xkb(+)]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   )
+   )
+   pulseaudio? (
+   media-libs/libpulse
+   media-libs/libsndfile
+   )
+   purple? ( net-im/pidgin )
+   speech? ( app-accessibility/speech-dispatcher )
+   systemd? ( sys-apps/systemd:= )
+   upnp? ( >=net-libs/gssdp-1.2:0= )
+   webhook? ( net-libs/libsoup:3.0 )
+   websocket? ( net-libs/libsoup:3.0 )
+   zeroconf? ( net-dns/avahi[dbus] )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   fbcon? ( virtual/os-headers )
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   net-libs/glib-networking[ssl]
+"
+BDEPEND="
+   app-text/docbook-xml-dtd:4.5
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   if use ipv6; then
+   CONFIG_CHECK=$(usex test 'IPV6' '~IPV6')
+   linux-info_pkg_setup
+   fi
+}
+
+src_configure() {
+   # wayland disabled due to missing dep in ::gentoo, wayland-wall
+   local emesonargs=(
+   -Dsystemduserunitdir="$(systemd_get_userunitdir)"
+   -Dsystemdsystemunitdir="$(systemd_get_systemunitdir)"
+   -Ddbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services"
+   -Dnd-wayland=false
+   -Dvapi=false
+   $(meson_feature websocket)
+   $(meson_feature zeroconf dns-sd)
+   $(meson_feature upnp ssdp)
+   $(meson_use ipv6)
+   $(meson_use systemd)
+   $(meson_use notification notification-daemon)
+   $(meson_use X nd-xcb)
+   $(meson_use fbcon nd-fbdev)
+   $(meson_use purple im)
+   $(meson_use pulseaudio sound)
+   $(meson_use speech tts)
+   $(meson_use webhook)
+   $(meson_use libnotify)
+   $(meson_use libcanberra)
+   $(meson_use introspection gobject-introspection)
+   $(meson_use debug debug-output)
+   )
+
+   meson_src_configure
+}
+
+src_test() {
+   EVENTD_TESTS_TMP_DIR="${T}" meson_src_test
+}



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

2023-06-10 Thread Andreas Sturmlechner
commit: e42676b09c8af03e414843744343fd3fb7a063aa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 21:45:17 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42676b0

x11-wm/e16: Switch IUSE=pulseaudio to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-wm/e16/e16-1.0.25-r1.ebuild | 146 
 1 file changed, 146 insertions(+)

diff --git a/x11-wm/e16/e16-1.0.25-r1.ebuild b/x11-wm/e16/e16-1.0.25-r1.ebuild
new file mode 100644
index ..cde95ac0a0ea
--- /dev/null
+++ b/x11-wm/e16/e16-1.0.25-r1.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Enlightenment Window Manager (E16)"
+HOMEPAGE="https://www.enlightenment.org 
https://sourceforge.net/projects/enlightenment/;
+SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa audiofile dbus debug +dialogs doc examples gnome
+libhack modules nls no-container opengl +pango +poll player
+pulseaudio select +sndfile sound +themes xcomposite +xft xi2
+xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
+
+REQUIRED_USE="
+   ^^ ( poll select )
+   opengl? ( xcomposite )
+   pango? ( xft )
+   sound? (
+   ^^ ( alsa player pulseaudio )
+   alsa?   ( ^^ ( sndfile audiofile ) )
+   pulseaudio? ( ^^ ( sndfile audiofile ) )
+   )
+"
+
+BDEPEND="
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig
+"
+COMMON_DEPEND="
+   media-libs/freetype:2
+   media-libs/imlib2[X]
+   virtual/libiconv
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-misc/xbitmaps
+   dbus? ( sys-apps/dbus )
+   opengl? (
+   media-libs/glu
+   media-libs/mesa
+   )
+   pango? (
+   dev-libs/glib:2
+   x11-libs/pango[X]
+   )
+   sound? (
+   alsa? ( media-libs/alsa-lib )
+   player? ( media-sound/alsa-utils )
+   pulseaudio? ( || (
+   media-libs/libpulse
+   media-sound/apulse[sdk]
+   ) )
+   audiofile? ( media-libs/audiofile:= )
+   sndfile? ( media-libs/libsndfile )
+   )
+   xcomposite? (
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXfixes
+   )
+   xft? ( x11-libs/libXft )
+   xinerama? ( x11-libs/libXinerama )
+   xpresent? ( x11-libs/libXpresent )
+   xrandr? ( x11-libs/libXrandr )
+   xrender? ( x11-libs/libXrender )
+   xsm? (
+   x11-libs/libICE
+   x11-libs/libSM
+   )
+   zoom? ( x11-libs/libXxf86vm )
+"
+RDEPEND="${COMMON_DEPEND}
+   doc? ( app-doc/e16-docs )
+   nls? ( virtual/libintl )
+   themes? ( x11-themes/e16-themes )
+   !x11-wm/enlightenment:0
+"
+DEPEND="${COMMON_DEPEND}
+   x11-base/xorg-proto
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable dbus)
+   $(use_enable debug libtrip)
+   $(use_enable dialogs)
+   $(use_enable doc docs)
+   $(use_enable libhack)
+   $(use_enable modules)
+   $(use_enable nls)
+   $(use_enable no-container)
+   $(use_enable opengl glx)
+   $(use_enable pango)
+   $(use_enable xcomposite composite)
+   $(use_enable xft)
+   $(use_enable xi2)
+   $(use_enable xinerama)
+   $(use_enable xpresent)
+   $(use_enable xrandr)
+   $(use_enable xrender)
+   $(use_enable xsm sm)
+   $(use_enable xsync)
+   $(use_enable zoom)
+   $(use_with gnome gnome gnome3)
+   --enable-mans
+   --disable-docs
+   --disable-esdtest
+   --disable-gcc-cpp
+   --disable-werror
+   --disable-xscrnsaver
+   )
+   if use sound; then
+   use alsa   && myconf+=( --enable-sound=alsa )
+   use pulseaudio && myconf+=( --enable-sound=pulseaudio )
+   use player && myconf+=( --enable-sound=player )
+
+   if use alsa || use pulseaudio; then
+   use sndfile   && myconf+=( --with-sndldr=sndfile )
+   use audiofile && myconf+=( --with-sndldr=audiofile )
+   else
+   myconf+=( --without-sndldr )
+   fi
+   else
+   myconf+=( --disable-sound --without-sndldr )
+   fi
+   use poll && myconf+=( --with-evhan=poll )
+   use select && myconf+=( --with-evhan=select )
+
+   econf "${myconf[@]}"
+}
+

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

2023-06-10 Thread Andreas Sturmlechner
commit: fe5d0e1b9195233b2561355e49cda84370d1872c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 29 10:55:15 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5d0e1b

media-sound/pulsemixer: 1.5.1: Switch to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
similarity index 94%
rename from media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild
rename to media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
index 2cccae253ebf..54f5ab3fa3ac 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
@@ -23,4 +23,4 @@ fi
 LICENSE="MIT"
 SLOT="0"
 
-RDEPEND="media-sound/pulseaudio"
+RDEPEND="media-libs/libpulse"



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

2023-06-10 Thread Andreas Sturmlechner
commit: 25e489062a13632a423d9cc80c6c989c0230f6f2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 29 09:45:23 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e48906

media-sound/pulsemixer: Switch to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/media-sound/pulsemixer/pulsemixer-.ebuild 
b/media-sound/pulsemixer/pulsemixer-.ebuild
index 2cccae253ebf..54f5ab3fa3ac 100644
--- a/media-sound/pulsemixer/pulsemixer-.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-.ebuild
@@ -23,4 +23,4 @@ fi
 LICENSE="MIT"
 SLOT="0"
 
-RDEPEND="media-sound/pulseaudio"
+RDEPEND="media-libs/libpulse"



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

2023-06-10 Thread Andreas Sturmlechner
commit: 61b10eac413d91748dd025fcbba05cb31fecc677
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 29 09:28:31 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b10eac

media-sound/scream: Switch IUSE=pulseaudio to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/scream/scream-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/scream/scream-.ebuild 
b/media-sound/scream/scream-.ebuild
index 8c7ed7611cf1..75ab1107c4f1 100644
--- a/media-sound/scream/scream-.ebuild
+++ b/media-sound/scream/scream-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,7 +28,7 @@ RDEPEND="
virtual/jack
)
pcap? ( net-libs/libpcap )
-   pulseaudio? ( media-sound/pulseaudio )"
+   pulseaudio? ( media-libs/libpulse )"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 



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

2023-06-10 Thread Andreas Sturmlechner
commit: ae7b0c5c4c3c34cbe1be7c4ed41b007d93024c51
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 29 09:42:47 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7b0c5c

app-misc/ckb: Switch to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/app-misc/ckb/ckb-.ebuild b/app-misc/ckb/ckb-.ebuild
index e967450af9c0..dd93356ee5b1 100644
--- a/app-misc/ckb/ckb-.ebuild
+++ b/app-misc/ckb/ckb-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -31,7 +31,7 @@ RDEPEND="
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
|| (
-   media-sound/pulseaudio
+   media-libs/libpulse
media-sound/apulse[sdk]
)
virtual/libudev:=



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

2023-06-10 Thread Andreas Sturmlechner
commit: 0e806861b7f77eb1752a2af5f20ef07b2d48e762
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 29 09:28:49 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e806861

media-tv/kodi: Switch IUSE=pulseaudio to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-tv/kodi/kodi-19..ebuild | 2 +-
 media-tv/kodi/kodi-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-tv/kodi/kodi-19..ebuild 
b/media-tv/kodi/kodi-19..ebuild
index 0f68427abb55..d681aed3210c 100644
--- a/media-tv/kodi/kodi-19..ebuild
+++ b/media-tv/kodi/kodi-19..ebuild
@@ -124,7 +124,7 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS}
raspberry-pi? (
|| ( media-libs/raspberrypi-userland 
media-libs/raspberrypi-userland-bin 
media-libs/mesa[egl(+),gles2,video_cards_vc4] )
)
-   pulseaudio? ( media-sound/pulseaudio )
+   pulseaudio? ( media-libs/libpulse )
samba? ( >=net-fs/samba-3.4.6[smbclient(+)] )
>=sys-libs/zlib-1.2.11
udf? ( >=dev-libs/libudfread-1.0.0 )

diff --git a/media-tv/kodi/kodi-.ebuild b/media-tv/kodi/kodi-.ebuild
index 36b5d8798b0b..420ba665d2d3 100644
--- a/media-tv/kodi/kodi-.ebuild
+++ b/media-tv/kodi/kodi-.ebuild
@@ -123,7 +123,7 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS}
|| ( media-libs/raspberrypi-userland 
media-libs/raspberrypi-userland-bin 
media-libs/mesa[egl(+),gles2,video_cards_vc4] )
)
pipewire? ( media-video/pipewire )
-   pulseaudio? ( media-sound/pulseaudio )
+   pulseaudio? ( media-libs/libpulse )
samba? ( >=net-fs/samba-3.4.6[smbclient(+)] )
>=sys-libs/zlib-1.2.11
udf? ( >=dev-libs/libudfread-1.0.0 )



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

2023-06-10 Thread Mike Gilbert
commit: 984fd75f393d5cb976327faf28fbbd1619a95263
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jun 10 22:54:40 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jun 10 22:54:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984fd75f

net-misc/freerdp: stabilize 2.10.0-r3

Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/freerdp/freerdp-2.10.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/freerdp/freerdp-2.10.0-r3.ebuild 
b/net-misc/freerdp/freerdp-2.10.0-r3.ebuild
index 7e92eb90ea30..43ab24447b5e 100644
--- a/net-misc/freerdp/freerdp-2.10.0-r3.ebuild
+++ b/net-misc/freerdp/freerdp-2.10.0-r3.ebuild
@@ -15,7 +15,7 @@ else
MY_P=${P/_/-}
S="${WORKDIR}/${MY_P}"
SRC_URI="https://pub.freerdp.com/releases/${MY_P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Free implementation of the Remote Desktop Protocol"



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

2023-06-10 Thread Mike Gilbert
commit: d51c15712a5840cab58f7d239c40c55612895ef6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jun 10 22:55:06 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jun 10 22:55:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51c1571

net-misc/freerdp: drop 2.9.0-r1, 2.10.0-r2

Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/freerdp/Manifest |   1 -
 net-misc/freerdp/freerdp-2.10.0-r2.ebuild | 133 --
 net-misc/freerdp/freerdp-2.9.0-r1.ebuild  | 129 -
 3 files changed, 263 deletions(-)

diff --git a/net-misc/freerdp/Manifest b/net-misc/freerdp/Manifest
index 3a7995e1186a..5cf03a9ed104 100644
--- a/net-misc/freerdp/Manifest
+++ b/net-misc/freerdp/Manifest
@@ -1,2 +1 @@
 DIST freerdp-2.10.0.tar.gz 7321489 BLAKE2B 
92b4b45670a5ed3b41713d1e036d41a9ef5714ddf9273a4b88fadf5c8435a467a53144f42bd969a44e641995a7f94b6c7b43b85f0ede738b1a1213e3bada9788
 SHA512 
a5749e3140d74c66d51869b405852bdaa776ca7d82e50a1e3ed19ccf56ed91a4ad9c3ce2c8ee6ff0abbb29d915c2e7278a1fcea04d73fd5ba4014f6590484477
-DIST freerdp-2.9.0.tar.gz 7319428 BLAKE2B 
358fcd14bd42b51d4d50e86cc71f9759179c82b466dd78a2f6996db84f3dd90495047f9c0da9a683edf894fdc96f4945237ad2fbeade12b173bac82f7be722b3
 SHA512 
de593640d4418c9395455b84c463e4cac8e51e9fd186ed5bce28132170ebc3c7338651582e0cc00272b530ea6e7c2664e802d748b3f6eba5fbe534dcf59d406a

diff --git a/net-misc/freerdp/freerdp-2.10.0-r2.ebuild 
b/net-misc/freerdp/freerdp-2.10.0-r2.ebuild
deleted file mode 100644
index f812a1150e13..
--- a/net-misc/freerdp/freerdp-2.10.0-r2.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/FreeRDP/FreeRDP.git;
-   case ${PV} in
-   2.*) EGIT_BRANCH="stable-2.0";;
-   esac
-else
-   MY_P=${P/_/-}
-   S="${WORKDIR}/${MY_P}"
-   SRC_URI="https://pub.freerdp.com/releases/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Free implementation of the Remote Desktop Protocol"
-HOMEPAGE="http://www.freerdp.com/;
-
-LICENSE="Apache-2.0"
-SLOT="0/2"
-IUSE="alsa cpu_flags_arm_neon cups debug doc +ffmpeg gstreamer jpeg kerberos 
openh264 pulseaudio server smartcard systemd test usb valgrind wayland X 
xinerama xv"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/openssl:0=
-   sys-libs/zlib:0
-   alsa? ( media-libs/alsa-lib )
-   cups? ( net-print/cups )
-   usb? (
-   virtual/libudev:0=
-   sys-apps/util-linux:0=
-   dev-libs/dbus-glib:0=
-   virtual/libusb:1=
-   )
-   X? (
-   x11-libs/libXcursor
-   x11-libs/libXext
-   x11-libs/libXi
-   x11-libs/libXrender
-   xinerama? ( x11-libs/libXinerama )
-   xv? ( x11-libs/libXv )
-   )
-   ffmpeg? ( media-video/ffmpeg:0= )
-   !ffmpeg? (
-   x11-libs/cairo:0=
-   )
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   x11-libs/libXrandr
-   )
-   jpeg? ( media-libs/libjpeg-turbo:0= )
-   kerberos? ( virtual/krb5 )
-   openh264? ( media-libs/openh264:0= )
-   pulseaudio? ( media-libs/libpulse )
-   server? (
-   X? (
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libXtst
-   xinerama? ( x11-libs/libXinerama )
-   )
-   )
-   smartcard? ( sys-apps/pcsc-lite )
-   systemd? ( sys-apps/systemd:0= )
-   wayland? (
-   dev-libs/wayland
-   x11-libs/libxkbcommon
-   )
-   X? (
-   x11-libs/libX11
-   x11-libs/libxkbfile
-   )
-"
-DEPEND="
-   ${RDEPEND}
-   valgrind? ( dev-util/valgrind )
-"
-BDEPEND="
-   virtual/pkgconfig
-   X? ( doc? (
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/xmlto
-   ) )
-"
-
-src_configure() {
-   # bug #881695
-   filter-lto
-
-   local mycmakeargs=(
-   -DBUILD_TESTING=$(usex test ON OFF)
-   -DCHANNEL_URBDRC=$(usex usb ON OFF)
-   -DWITH_ALSA=$(usex alsa ON OFF)
-   -DWITH_CCACHE=OFF
-   -DWITH_CUPS=$(usex cups ON OFF)
-   -DWITH_DEBUG_ALL=$(usex debug ON OFF)
-   -DWITH_MANPAGES=$(usex doc ON OFF)
-   -DWITH_FFMPEG=$(usex ffmpeg ON OFF)
-   -DWITH_SWSCALE=$(usex ffmpeg ON OFF)
-   -DWITH_CAIRO=$(usex ffmpeg 

[gentoo-commits] repo/proj/guru:dev commit in: app-admin/pulumi-bin/

2023-06-10 Thread Alexey Zapparov
commit: 17b5dffb1198171c91873b447c3d0e565e53aed4
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sat Jun 10 22:55:00 2023 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Sat Jun 10 22:55:00 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17b5dffb

app-admin/pulumi-bin: add 3.70.0

Signed-off-by: Alexey Zapparov  zapparov.com>

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.70.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 4fbf617c5..78d4f520e 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,2 +1,3 @@
 DIST pulumi-v3.68.0-linux-x64.tar.gz 129684338 BLAKE2B 
2cf7cd405fb99184af34d96eb87bd0ed82c802cf71ae3ccfef4d4bd50c9c493a3cacf43e509af0feedfea7d97b0addc050a0070c8559eed8e3898d7f715d8739
 SHA512 
4b8c6e64c61eef312639e94cff3b4866ce47e555a4ebd14e1e4d8b296beddf66f0d5edffa60e07475339adfb23c5545b2a0141557750da29c9707bee70cf93b9
 DIST pulumi-v3.69.0-linux-x64.tar.gz 145252618 BLAKE2B 
990dc7b1ed8885a20844302200e149aa036ae7bb6f18db72642bbc0dddfb132eca4343010319d8364e110f67f9cca51e95686d5775719aa15bedd940be402ce7
 SHA512 
4391be2c2b638e32b3902596f95972be70d7cff9e4c102a5e8f08aadc61bc9115366b63bec3a3dcd8a4edc2607e1d394c2b15210a9918650545f586ca7286590
+DIST pulumi-v3.70.0-linux-x64.tar.gz 143271395 BLAKE2B 
2e3a26056e6b61010db2737fe43ca28433e4dccef1c1e97d22382d87fc00da25ebd3c111ddbe04b79a58a2cb1f82e76fc41c8354d93c56cd4a4c65c2c232ca0f
 SHA512 
27d4aa9b5be9b25ab9830fbceffa5038b9012b3876079980453251b49d5bfac884e9666da3485f6ed541896d8291220a3b51479d579b5ffc55fc59f59e4a5543

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.70.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.70.0.ebuild
new file mode 100644
index 0..8e5eb8e90
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.70.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/pulumi"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/pulumi-bin/

2023-06-10 Thread Alexey Zapparov
commit: 3266ed6dcd190b41b19c9cf068bcd8f11ede2a03
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sat Jun 10 22:55:08 2023 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Sat Jun 10 22:55:08 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3266ed6d

app-admin/pulumi-bin: drop 3.68.0-r1

Signed-off-by: Alexey Zapparov  zapparov.com>

 app-admin/pulumi-bin/Manifest|  1 -
 app-admin/pulumi-bin/pulumi-bin-3.68.0-r1.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 78d4f520e..dcf9d87ca 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,2 @@
-DIST pulumi-v3.68.0-linux-x64.tar.gz 129684338 BLAKE2B 
2cf7cd405fb99184af34d96eb87bd0ed82c802cf71ae3ccfef4d4bd50c9c493a3cacf43e509af0feedfea7d97b0addc050a0070c8559eed8e3898d7f715d8739
 SHA512 
4b8c6e64c61eef312639e94cff3b4866ce47e555a4ebd14e1e4d8b296beddf66f0d5edffa60e07475339adfb23c5545b2a0141557750da29c9707bee70cf93b9
 DIST pulumi-v3.69.0-linux-x64.tar.gz 145252618 BLAKE2B 
990dc7b1ed8885a20844302200e149aa036ae7bb6f18db72642bbc0dddfb132eca4343010319d8364e110f67f9cca51e95686d5775719aa15bedd940be402ce7
 SHA512 
4391be2c2b638e32b3902596f95972be70d7cff9e4c102a5e8f08aadc61bc9115366b63bec3a3dcd8a4edc2607e1d394c2b15210a9918650545f586ca7286590
 DIST pulumi-v3.70.0-linux-x64.tar.gz 143271395 BLAKE2B 
2e3a26056e6b61010db2737fe43ca28433e4dccef1c1e97d22382d87fc00da25ebd3c111ddbe04b79a58a2cb1f82e76fc41c8354d93c56cd4a4c65c2c232ca0f
 SHA512 
27d4aa9b5be9b25ab9830fbceffa5038b9012b3876079980453251b49d5bfac884e9666da3485f6ed541896d8291220a3b51479d579b5ffc55fc59f59e4a5543

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.68.0-r1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.68.0-r1.ebuild
deleted file mode 100644
index 8e5eb8e90..0
--- a/app-admin/pulumi-bin/pulumi-bin-3.68.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/pulumi"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



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

2023-06-10 Thread Sam James
commit: 1ddde9096f70265814ec5a31c22912226b14a8f2
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 22:44:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 22:44:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddde909

sys-devel/gcc: add 13.1.1_p20230610

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-13.1.1_p20230610.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 4a02877c318c..3e0f529eb9eb 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -16,6 +16,7 @@ DIST gcc-12.3.0-musl-patches-1.tar.xz 3572 BLAKE2B 
c7bf65f7c9ea8023ddaac821ee2b7
 DIST gcc-12.3.0-patches-2.tar.xz 14236 BLAKE2B 
06c43662c9abb0fa3cf90d5e2273c69aecb9158e6cf6f23c04754ed5d686be2616e81e2502eb16f4298ddd50518ca7677e13249da9e9b091162d3931ff65e4fe
 SHA512 
b0d4b85dbf1a541997203b872e3106906b4ad49cde57e1428bc22b2f8e2d73b8cb10ae0d0b792aebaf664594da4d1dea04c44ddc34e59047410766db04d1
 DIST gcc-13-20230527.tar.xz 83956360 BLAKE2B 
86a2131b88144817673a6300c73b29c2dbb8559a7057609601029aaf60aeb4c4926fa4b99c4e1768726cde09f994159685768b62b3ca73d7b606847788301e82
 SHA512 
87566c74258f9981742eae77f552361c220f79fa6f17c36d5b5a9e73f41c50d8a2cab16b9ffb17f07829005f0d42b4b1d524150d3dcba9710091532cbfad7152
 DIST gcc-13-20230603.tar.xz 8395 BLAKE2B 
4be067c2159ae2a8ef3d699acab981cb911668bb0af84693b0226f58688146b0f93324296c584c6dca6df839ba344cff927cc82d20fce8c6b2282b256d745141
 SHA512 
ca1b41df7bf18c65189116099afcb43f65e13b17e57bf52049e739af223d51c3b825e2f80e239a3ddceec07693c991a85ec58ab6855255802d8bd413ff4324cf
+DIST gcc-13-20230610.tar.xz 83983712 BLAKE2B 
2584a5b6bfb8304c3065b256f432e578aef8fd7a4e3e9dc4cdbfb6d0a90ad8cb9d0b0f65ad67fad417878875160abb289314c1f27c775abc97c45c2b7ff7958a
 SHA512 
a2e00bb5d816d37ea38de7662bb26616603b14cf08bc3452f39300fc8efed3fad372f7603deb36e0e6dd06f082c815997ba22c2b7438e379e782682e6333578d
 DIST gcc-13.2.0-musl-patches-2.tar.xz 5292 BLAKE2B 
c057d6574d03c05854edaa9f3fd40e9149662b04f3ac7a7db3eb078d73a7b535726d1bf52e5b12736dedb2f9898ad731f2e48a6421fcfbf7b90f929dee072fcb
 SHA512 
a691da0c87c443a5e9d23731f4005f27871c5b12bc9102873ffa24d374aa7b9fbd187c4f5635d23fa9ffb17e351e76173c2d3fdf40646e355c4cb314b538de69
 DIST gcc-13.2.0-patches-3.tar.xz 30956 BLAKE2B 
29ce043b46645640ca1e983397af3e158588ad87575f0bc59451ea4a7dd5e3bb5b190ed031de6a22cd790d423ba111e95d222187dd09985dceb12db9f0a2d907
 SHA512 
4ffecae7be320124ad0c4e71e39e142b7aa8db0e70b5f486f491d7a33ea31efc6464c6abeea77df02a8bd5cf81f08225d625c8af5c27f9afa32c0d7d989f7a3c
 DIST gcc-14-20230529.tar.xz 84197648 BLAKE2B 
1b8b812866294bafd7bf53c823b3d55288d5a30c54e921495d19286b9d04a1bf7c5228b052941200ecc61a516355d977229fc9e60cfe4353154811c1261054ab
 SHA512 
bba930dc4b6b6a45bb5f33e4b46dc16d1d581b266078c5492833e2b4e64a93d2d19389a436c64dc2159240b07134f4f7242bef3cf35f303d34e10bf493fe70ba

diff --git a/sys-devel/gcc/gcc-13.1.1_p20230610.ebuild 
b/sys-devel/gcc/gcc-13.1.1_p20230610.ebuild
new file mode 100644
index ..994717045fb5
--- /dev/null
+++ b/sys-devel/gcc/gcc-13.1.1_p20230610.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_GCC_VER="13.2.0"
+PATCH_VER="3"
+MUSL_VER="2"
+MUSL_GCC_VER="13.2.0"
+
+if [[ ${PV} == *. ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   MY_PV_3=1
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   MY_PV_3=0
+   else
+   MY_PV_2=$((${MY_PV_2} - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.${MY_PV_3}
+elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
+   # Cheesy hack for RCs
+   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
+   MY_P=${PN}-${MY_PV}
+   GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz"
+   TOOLCHAIN_SET_S=no
+   S="${WORKDIR}"/${MY_P}
+fi
+
+inherit toolchain
+
+if tc_is_live ; then
+   # Needs to be after inherit (for now?), bug #830908
+   EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+   # Don't keyword live ebuilds
+   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   :;
+fi
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+   # If GCC is enabling CET by default, we need glibc to be built with 
support for it.
+   # bug #830454
+   RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
+   DEPEND="${RDEPEND}"
+   BDEPEND=">=${CATEGORY}/binutils-2.30[cet(-

[gentoo-commits] repo/gentoo:master commit in: games-strategy/ja2-stracciatella/

2023-06-10 Thread Sam James
commit: 187d92982e09110a9b58300b8e31ecbb019cfe66
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 22:34:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 22:34:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187d9298

games-strategy/ja2-stracciatella: Keyword 0.20.0 arm64, #908285

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

 games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild 
b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild
index a5f444ff2b43..622b6cb8c622 100644
--- a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild
+++ b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild
@@ -141,7 +141,7 @@ SRC_URI+=" $(cargo_crate_uris ${CRATES})"
 
 LICENSE="public-domain SFI-SCLA"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="cdinstall editor ru-gold test"
 # ./ja2 -unittest can't find save files
 RESTRICT="!test? ( test ) test"



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

2023-06-10 Thread Sam James
commit: c6ca6169644a059dc39047387525589b2b0ca82d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 22:31:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 22:31:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ca6169

dev-lang/go: Stabilize 1.19.10 x86, #908026

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

 dev-lang/go/go-1.19.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/go/go-1.19.10.ebuild b/dev-lang/go/go-1.19.10.ebuild
index 46cdf38c566d..b6862ea87040 100644
--- a/dev-lang/go/go-1.19.10.ebuild
+++ b/dev-lang/go/go-1.19.10.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~s390 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~s390 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2023-06-10 Thread Sam James
commit: fef2037795d64db3ff6e38f37cf6ec3a935fbe1e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 22:31:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 22:31:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef20377

net-libs/nodejs: Stabilize 20.2.0 x86, #907052

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

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

diff --git a/net-libs/nodejs/nodejs-20.2.0.ebuild 
b/net-libs/nodejs/nodejs-20.2.0.ebuild
index 333525b28001..2a51198b33ad 100644
--- a/net-libs/nodejs/nodejs-20.2.0.ebuild
+++ b/net-libs/nodejs/nodejs-20.2.0.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == * ]]; then
 else
SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
SLOT="0/$(ver_cut 1)"
-   KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux 
~x64-macos"
+   KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86 ~amd64-linux 
~x64-macos"
S="${WORKDIR}/node-v${PV}"
 fi
 



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

2023-06-10 Thread Sam James
commit: 79a210f561bb1317f6c1f3bcd691dd6c1c88891e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 22:34:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 22:34:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a210f5

dev-libs/miniaudio: Keyword 0.11.15 arm64, #908285

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

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

diff --git a/dev-libs/miniaudio/miniaudio-0.11.15.ebuild 
b/dev-libs/miniaudio/miniaudio-0.11.15.ebuild
index 1e2ae697a697..abdfbb5468e2 100644
--- a/dev-libs/miniaudio/miniaudio-0.11.15.ebuild
+++ b/dev-libs/miniaudio/miniaudio-0.11.15.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/mackron/miniaudio/archive/refs/tags/${PV}.tar.gz ->
 
 LICENSE="|| ( public-domain MIT-0 )"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 src_install() {
insinto /usr/include/${PN}/



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

2023-06-10 Thread Sam James
commit: 81d063377537e72710854c5853e1aa8352433268
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 22:34:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 22:34:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d06337

dev-cpp/magic_enum: Keyword 0.8.2 arm64, #908285

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

 dev-cpp/magic_enum/magic_enum-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/magic_enum/magic_enum-0.8.2.ebuild 
b/dev-cpp/magic_enum/magic_enum-0.8.2.ebuild
index df1937ee496b..b1ebf251d6c9 100644
--- a/dev-cpp/magic_enum/magic_enum-0.8.2.ebuild
+++ b/dev-cpp/magic_enum/magic_enum-0.8.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/Neargye/magic_enum/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="test"
 # Tests fail to compile
 RESTRICT="!test? ( test ) test"



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

2023-06-10 Thread Sam James
commit: 123a42b0c1a42017916c30eb02b2041e2bc4ec2b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 22:34:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 22:34:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123a42b0

dev-cpp/sol2: Keyword 3.3.0 arm64, #908285

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

 dev-cpp/sol2/sol2-3.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/sol2/sol2-3.3.0.ebuild b/dev-cpp/sol2/sol2-3.3.0.ebuild
index 50d295903f95..7f9c9351ad92 100644
--- a/dev-cpp/sol2/sol2-3.3.0.ebuild
+++ b/dev-cpp/sol2/sol2-3.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ThePhD/sol2/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



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

2023-06-10 Thread Sam James
commit: 3458f65fa29c71344cddfdac9b335260513d2bde
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 22:31:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 22:31:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3458f65f

dev-lang/go: Stabilize 1.20.5 x86, #908026

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

 dev-lang/go/go-1.20.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/go/go-1.20.5.ebuild b/dev-lang/go/go-1.20.5.ebuild
index 46cdf38c566d..b6862ea87040 100644
--- a/dev-lang/go/go-1.20.5.ebuild
+++ b/dev-lang/go/go-1.20.5.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~s390 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~s390 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



[gentoo-commits] repo/gentoo:master commit in: media-libs/xine-lib/, media-libs/xine-lib/files/

2023-06-10 Thread Andreas Sturmlechner
commit: c769755bd61678a0720b66e30c0169cdb0cc0e6d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 22:23:26 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:23:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c769755b

media-libs/xine-lib: drop 1.2.12-r4

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/xine-lib/Manifest   |   1 -
 .../files/xine-lib-1.2.12-dav1d-1.0.0.patch|  22 --
 .../files/xine-lib-1.2.12-fix-mmap-crash.patch |  15 --
 media-libs/xine-lib/xine-lib-1.2.12-r4.ebuild  | 234 -
 4 files changed, 272 deletions(-)

diff --git a/media-libs/xine-lib/Manifest b/media-libs/xine-lib/Manifest
index 8d57c36528f1..9cdc369cb760 100644
--- a/media-libs/xine-lib/Manifest
+++ b/media-libs/xine-lib/Manifest
@@ -1,2 +1 @@
-DIST xine-lib-1.2.12.tar.xz 5341212 BLAKE2B 
e975be2e7cf013e218001631c6b27a0d5e291605cb236c075e4b7463b30d23f3ee14aa7e18473d52efaf124f6ab0346b93591b613c6d9339f8f28e6a719b1ef8
 SHA512 
cdc913d0c78a3a34bd6e4060040fd844f22dbc673330e30769c83e9682a46f3369af8f59bd0c759ddc601de979b13d53e7ed10c54f3b78bdc63afceb484826be
 DIST xine-lib-1.2.13.tar.xz 5007364 BLAKE2B 
8c39328b4135035e7b4070c670591e61a92443bb389af3b7da053fd68101fcb2f18cd258840e96a5f3e02d4cf979b028947a10fddd1bfc3b92ed7f18d3f58942
 SHA512 
269275f0e324acc559695d268fb93e0e0ca4b17d22c4a57d482365ac058ae2aed125b9e1b522c1fc501cf4b2c186ac05d921d7c82a98e094cb0c70489e61c924

diff --git a/media-libs/xine-lib/files/xine-lib-1.2.12-dav1d-1.0.0.patch 
b/media-libs/xine-lib/files/xine-lib-1.2.12-dav1d-1.0.0.patch
deleted file mode 100644
index cb3253cf99a5..
--- a/media-libs/xine-lib/files/xine-lib-1.2.12-dav1d-1.0.0.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-https://bugs.gentoo.org/835791
-https://sourceforge.net/p/xine/tickets/11/
 a/src/video_dec/dav1d.c
-+++ b/src/video_dec/dav1d.c
-@@ -544,11 +544,17 @@
-
-   /* multithreading */
-   ncpu = xine_cpu_count();
-+#if DAV1D_API_VERSION_MAJOR > 5
-+  settings.n_threads = ncpu + 1;
-+  xprintf(stream->xine, XINE_VERBOSITY_DEBUG, LOG_MODULE ": "
-+"Using %d threads\n", settings.n_threads);
-+#else
-   settings.n_frame_threads = (ncpu > 8) ? 4 : (ncpu < 2) ? 1 : ncpu/2;
-   settings.n_tile_threads = MAX(1, ncpu - settings.n_frame_threads + 1);
-   xprintf(stream->xine, XINE_VERBOSITY_DEBUG, LOG_MODULE ": "
- "Using %d frame threads, %d tile threads\n",
- settings.n_frame_threads, settings.n_tile_threads);
-+#endif
-
-   /* dri frame allocator */
-   settings.allocator.cookie = this;

diff --git a/media-libs/xine-lib/files/xine-lib-1.2.12-fix-mmap-crash.patch 
b/media-libs/xine-lib/files/xine-lib-1.2.12-fix-mmap-crash.patch
deleted file mode 100644
index df5515f0495c..
--- a/media-libs/xine-lib/files/xine-lib-1.2.12-fix-mmap-crash.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://sourceforge.net/p/xine/tickets/12/
-https://sourceforge.net/p/xine/xine-lib-1.2/ci/f56d70b45346ca9363a720724b0c2d00fc798988/tree/src/input/input_file.c?diff=d6e5d46a943257f0be171fb8ab16050810a21581
-https://bugs.gentoo.org/846398
-
 a/src/input/input_file.c
-+++ b/src/input/input_file.c
-@@ -449,7 +449,7 @@
- #ifdef HAVE_MMAP
-   this->mmap_base = NULL;
-   do {
--uint8_t mmap_base;
-+uint8_t *mmap_base;
- size_t tmp_size;
- /* may cause truncation - if it does, DON'T mmap! */
- tmp_size = (size_t)sbuf.st_size;

diff --git a/media-libs/xine-lib/xine-lib-1.2.12-r4.ebuild 
b/media-libs/xine-lib/xine-lib-1.2.12-r4.ebuild
deleted file mode 100644
index 2f42d1c56c87..
--- a/media-libs/xine-lib/xine-lib-1.2.12-r4.ebuild
+++ /dev/null
@@ -1,234 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic libtool multilib
-
-if [[ ${PV} == ** ]]; then
-   EHG_REPO_URI="http://hg.code.sf.net/p/xine/xine-lib-1.2;
-   inherit autotools mercurial
-   unset NLS_IUSE
-   NLS_DEPEND="sys-devel/gettext"
-   NLS_RDEPEND="virtual/libintl"
-else
-   KEYWORDS="amd64 arm64 ~hppa ppc ppc64 ~riscv x86"
-   SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
-   NLS_IUSE="nls"
-   NLS_DEPEND="nls? ( sys-devel/gettext )"
-   NLS_RDEPEND="nls? ( virtual/libintl )"
-fi
-
-DESCRIPTION="Core libraries for Xine movie player"
-HOMEPAGE="http://xine.sourceforge.net/;
-
-LICENSE="GPL-2"
-SLOT="1"
-IUSE="a52 aac aalib +alsa bluray cpu_flags_ppc_altivec +css dav1d dts dvb dxr3 
fbcon flac gtk imagemagick ipv6 jack jpeg libcaca mad +mmap mng modplug 
musepack nfs opengl oss pulseaudio samba sftp sdl speex theora truetype v4l 
vaapi vcd vdpau vdr vidix +vis vorbis vpx wavpack wayland +X xinerama +xv xvmc 
${NLS_IUSE}"
-
-BDEPEND="
-   app-arch/xz-utils
-   >=sys-devel/libtool-2.2.6b
-   virtual/pkgconfig
-"
-RDEPEND="
-   dev-libs/libxdg-basedir
-   media-libs/libdvdnav
-

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

2023-06-10 Thread Andreas Sturmlechner
commit: 33933169bb886e741b1d689f383b911c70a0bb11
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 22:06:45 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:06:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33933169

net-misc/smb4k: drop 3.1.7

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/smb4k/Manifest   |  1 -
 net-misc/smb4k/smb4k-3.1.7.ebuild | 78 ---
 2 files changed, 79 deletions(-)

diff --git a/net-misc/smb4k/Manifest b/net-misc/smb4k/Manifest
index 49bf22d08f46..7bfb402a623e 100644
--- a/net-misc/smb4k/Manifest
+++ b/net-misc/smb4k/Manifest
@@ -1,2 +1 @@
-DIST smb4k-3.1.7.tar.xz 3235528 BLAKE2B 
3632c531e016d15c1afec15a65e2abffa3f16698404041e019ced97b97ae748d56f2bc400bc8589c709e40bb4ea133370e7713a44ffe9a1ebab2b8096713ddae
 SHA512 
3215ef8b97af11b8ee88a82bab4c6e1821a735ae846c2935a05a94b145e0dd4114fa3fc5ae34c84ea2494a31efee0ed8418acb027eedf1c81920a9e9d579f50a
 DIST smb4k-3.2.1.tar.xz 4311100 BLAKE2B 
ebbb95faed9a1550171c49f79986daae14d31c0c4dcd9756a99295a296c49a06e5c8515643973a9567acab6a7f664bc18a8f84c0398af2275f92ee91a17745f2
 SHA512 
36b1d0d46fc51274a0b4ca780cb8413972e675aaabf7177c60c82c22b5d03b49eff8a233f0c9f141e7566b1148192bbdcd67c1d2bf9bd25c43fbe7b3b2ea1878

diff --git a/net-misc/smb4k/smb4k-3.1.7.ebuild 
b/net-misc/smb4k/smb4k-3.1.7.ebuild
deleted file mode 100644
index 759d7cc72450..
--- a/net-misc/smb4k/smb4k-3.1.7.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.82.0
-QTMIN=5.15.5
-inherit ecm kde.org
-
-DESCRIPTION="Advanced network neighborhood browser"
-HOMEPAGE="https://apps.kde.org/smb4k/
-https://sourceforge.net/p/smb4k/home/Home/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm64 ~riscv x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="5"
-IUSE="+discovery plasma"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qttest-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdnssd-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-fs/samba[cups]
-   discovery? (
-   net-libs/kdsoap:=
-   net-libs/kdsoap-ws-discovery-client
-   )
-"
-RDEPEND="${DEPEND}
-   plasma? (
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DSMB4K_WITH_WS_DISCOVERY=$(usex discovery)
-   -DSMB4K_INSTALL_PLASMOID=$(usex plasma)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-   elog "Users of Samba 4.7 and above please note that for the time being,"
-   elog "the following setting has to be added to or changed in the 
[global]"
-   elog "section of the smb.conf file:"
-   elog
-   elog "[global]"
-   elog "client max protocol = NT1"
-}



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

2023-06-10 Thread Sam James
commit: 5cd79bcec2f878a37eb551d608f0c468aae807f6
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 22:04:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 22:04:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd79bce

net-misc/smb4k: Stabilize 3.2.1 amd64, #908273

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

 net-misc/smb4k/smb4k-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/smb4k/smb4k-3.2.1.ebuild 
b/net-misc/smb4k/smb4k-3.2.1.ebuild
index d52805fd7b61..3b75e4278bc1 100644
--- a/net-misc/smb4k/smb4k-3.2.1.ebuild
+++ b/net-misc/smb4k/smb4k-3.2.1.ebuild
@@ -14,7 +14,7 @@ https://sourceforge.net/p/smb4k/home/Home/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



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

2023-06-10 Thread Sam James
commit: 110707381e3494cd3b91b51f6395711adaa559c9
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 22:04:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 22:04:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11070738

app-text/kbibtex: Stabilize 0.10.0 x86, #908272

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

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

diff --git a/app-text/kbibtex/kbibtex-0.10.0.ebuild 
b/app-text/kbibtex/kbibtex-0.10.0.ebuild
index c5fdf5968d1c..370b74fcea2c 100644
--- a/app-text/kbibtex/kbibtex-0.10.0.ebuild
+++ b/app-text/kbibtex/kbibtex-0.10.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kbibtex/ 
https://userbase.kde.org/KBibTeX;
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="mirror://kde/stable/KBibTeX/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
 fi
 
 LICENSE="GPL-2"



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

2023-06-10 Thread Sam James
commit: dc578aff5d9e015390d9784cc78959d31d816c19
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 22:04:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 22:04:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc578aff

net-misc/smb4k: Stabilize 3.2.1 x86, #908273

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

 net-misc/smb4k/smb4k-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/smb4k/smb4k-3.2.1.ebuild 
b/net-misc/smb4k/smb4k-3.2.1.ebuild
index 3b75e4278bc1..9bc0d299524f 100644
--- a/net-misc/smb4k/smb4k-3.2.1.ebuild
+++ b/net-misc/smb4k/smb4k-3.2.1.ebuild
@@ -14,7 +14,7 @@ https://sourceforge.net/p/smb4k/home/Home/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-WordDiff/

2023-06-10 Thread Sam James
commit: a22b60179ec4dc0973b86dd09041ad4ec232047d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:43:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:43:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22b6017

dev-perl/Text-WordDiff: fix MismatchedPerlVersion

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

 .../{Text-WordDiff-0.09.ebuild => Text-WordDiff-0.90.0.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Text-WordDiff/Text-WordDiff-0.09.ebuild 
b/dev-perl/Text-WordDiff/Text-WordDiff-0.90.0.ebuild
similarity index 100%
rename from dev-perl/Text-WordDiff/Text-WordDiff-0.09.ebuild
rename to dev-perl/Text-WordDiff/Text-WordDiff-0.90.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Web-Machine/

2023-06-10 Thread Sam James
commit: 79729eee3d21ab37d8121ddc7465bf57fd2418ed
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:43:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:43:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79729eee

dev-perl/Web-Machine: fix MismatchedPerlVersion

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

 .../Web-Machine/{Web-Machine-0.17.ebuild => Web-Machine-0.170.0.ebuild}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Web-Machine/Web-Machine-0.17.ebuild 
b/dev-perl/Web-Machine/Web-Machine-0.170.0.ebuild
similarity index 100%
rename from dev-perl/Web-Machine/Web-Machine-0.17.ebuild
rename to dev-perl/Web-Machine/Web-Machine-0.170.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, media-plugins/vdr-xineliboutput/

2023-06-10 Thread Sam James
commit: e5391e2762f14b9fcf51b3015f1ff0efeefa70d2
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:38:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:38:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5391e27

media-plugins/vdr-xineliboutput: drop removed libextractor references

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

 media-plugins/vdr-xineliboutput/metadata.xml  | 2 --
 media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r2.ebuild | 7 +++
 media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild | 7 +++
 media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r5.ebuild | 7 +++
 media-plugins/vdr-xineliboutput/vdr-xineliboutput-.ebuild | 7 +++
 profiles/base/package.use.mask| 4 
 6 files changed, 12 insertions(+), 22 deletions(-)

diff --git a/media-plugins/vdr-xineliboutput/metadata.xml 
b/media-plugins/vdr-xineliboutput/metadata.xml
index 1a956bdd07ff..e0b82e8b3016 100644
--- a/media-plugins/vdr-xineliboutput/metadata.xml
+++ b/media-plugins/vdr-xineliboutput/metadata.xml
@@ -8,8 +8,6 @@

Enable CEC support through 
dev-libs/libcec
Enable BluRay metadata support through 
media-libs/libbluray
-   Use 
media-libs/libextractor to gather
-   files' metadata in media-player
Compile the vdr output plugin to use local or 
remote xine as output
Compile the xine input plugin for displaying 
vdr video and OSD


diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r2.ebuild 
b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r2.ebuild
index 10af5db34077..71ecae48a267 100644
--- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r2.ebuild
+++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,12 +14,11 @@ SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="bluray caps cec dbus fbcon jpeg libextractor nls opengl +vdr vaapi vdpau 
+X +xine xinerama"
+IUSE="bluray caps cec dbus fbcon jpeg nls opengl +vdr vaapi vdpau +X +xine 
xinerama"
 
 COMMON_DEPEND="
vdr? (
media-video/vdr
-   libextractor? ( >=media-libs/libextractor-0.5.20 )
caps? ( sys-libs/libcap )
)
 
@@ -94,7 +93,7 @@ src_configure() {
$(use_enable fbcon fb) \
$(use_enable vdr) \
$(use_enable xine libxine) \
-   $(use_enable libextractor) \
+   --disable-libextractor \
$(use_enable caps libcap) \
$(use_enable cec libcec) \
$(use_enable jpeg libjpeg) \

diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild 
b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild
index 0d2749f4f0a6..a032a30bcf6b 100644
--- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild
+++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,12 +15,11 @@ SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="bluray caps cec dbus fbcon jpeg libextractor nls opengl +vdr vaapi vdpau 
+X +xine xinerama"
+IUSE="bluray caps cec dbus fbcon jpeg nls opengl +vdr vaapi vdpau +X +xine 
xinerama"
 
 COMMON_DEPEND="
vdr? (
media-video/vdr
-   libextractor? ( >=media-libs/libextractor-0.5.20 )
caps? ( sys-libs/libcap )
)
 
@@ -100,7 +99,7 @@ src_configure() {
$(use_enable fbcon fb) \
$(use_enable vdr) \
$(use_enable xine libxine) \
-   $(use_enable libextractor) \
+   --disable-libextractor \
$(use_enable caps libcap) \
$(use_enable cec libcec) \
$(use_enable jpeg libjpeg) \

diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r5.ebuild 
b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r5.ebuild
index 9f405f9f0594..ecd8919475df 100644
--- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r5.ebuild
+++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,12 +15,11 @@ SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="bluray caps 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-TypeTiny/

2023-06-10 Thread Sam James
commit: 6eae315a578acde13b9006afbfbd8b80526b7c90
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:41:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:41:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eae315a

dev-perl/MooX-TypeTiny: fix MismatchedPerlVersion

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

 .../{MooX-TypeTiny-0.002003.ebuild => MooX-TypeTiny-0.2.3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild 
b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild
similarity index 100%
rename from dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild
rename to dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns/

2023-06-10 Thread Sam James
commit: 3ac5e3a9ac0836565ce762c34cb6707c46ac5634
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:39:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:39:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac5e3a9

net-dns/pdns: fix PythonMissingDeps

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

 net-dns/pdns/pdns-4.8.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-dns/pdns/pdns-4.8.0.ebuild b/net-dns/pdns/pdns-4.8.0.ebuild
index f4cd9f633ea0..54510e17d698 100644
--- a/net-dns/pdns/pdns-4.8.0.ebuild
+++ b/net-dns/pdns/pdns-4.8.0.ebuild
@@ -39,7 +39,8 @@ RDEPEND="${DEPEND}
acct-user/pdns
acct-group/pdns"
 
-BDEPEND="virtual/pkgconfig
+BDEPEND="${PYTHON_DEPS}
+   virtual/pkgconfig
doc? ( app-doc/doxygen[dot] )"
 
 S="${WORKDIR}"/${P/_/-}



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

2023-06-10 Thread Sam James
commit: 9bedf3607e94531e43f936daf1714588a0462297
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:42:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:42:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bedf360

dev-perl/Path-Dispatcher: fix MismatchedPerlVersion

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

 .../{Path-Dispatcher-1.08.ebuild => Path-Dispatcher-1.80.0.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild 
b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild
similarity index 100%
rename from dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild
rename to dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Headers-ActionPack/

2023-06-10 Thread Sam James
commit: a5900ee7a3d3a77e075e39fb4238469624e2c854
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:41:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:41:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5900ee7

dev-perl/HTTP-Headers-ActionPack: fix MismatchedPerlVersion

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

 ...aders-ActionPack-0.09.ebuild => HTTP-Headers-ActionPack-0.90.0.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/dev-perl/HTTP-Headers-ActionPack/HTTP-Headers-ActionPack-0.09.ebuild 
b/dev-perl/HTTP-Headers-ActionPack/HTTP-Headers-ActionPack-0.90.0.ebuild
similarity index 100%
rename from dev-perl/HTTP-Headers-ActionPack/HTTP-Headers-ActionPack-0.09.ebuild
rename to dev-perl/HTTP-Headers-ActionPack/HTTP-Headers-ActionPack-0.90.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-FormatExternal/

2023-06-10 Thread Sam James
commit: 67682a789e2dde9a701ad7a32acc0f03fa8a7465
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:40:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:40:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67682a78

dev-perl/HTML-FormatExternal: fix MismatchedPerlVersion

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

 .../{HTML-FormatExternal-26.ebuild => HTML-FormatExternal-26.0.0.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild 
b/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.0.0.ebuild
similarity index 100%
rename from dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
rename to dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.0.0.ebuild



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

2023-06-10 Thread Sam James
commit: 146621109cad9e9742ab6a71f7d66be1a76eea26
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:36:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:36:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14662110

net-vpn/vtun: add bug link to patch

Bug: https://bugs.gentoo.org/907988
Signed-off-by: Sam James  gentoo.org>

 net-vpn/vtun/files/vtun-3.0.4-use-bison-for-yacc.patch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-vpn/vtun/files/vtun-3.0.4-use-bison-for-yacc.patch 
b/net-vpn/vtun/files/vtun-3.0.4-use-bison-for-yacc.patch
index 40c934c7ea81..70a28befe486 100644
--- a/net-vpn/vtun/files/vtun-3.0.4-use-bison-for-yacc.patch
+++ b/net-vpn/vtun/files/vtun-3.0.4-use-bison-for-yacc.patch
@@ -1,3 +1,4 @@
+https://bugs.gentoo.org/907988
 --- a/configure.in 2016-10-01 23:46:01.0 +0200
 +++ b/configure.in 2023-06-10 22:44:20.873592074 +0200
 @@ -82,11 +82,14 @@



[gentoo-commits] repo/gentoo:master commit in: net-vpn/vtun/, net-vpn/vtun/files/

2023-06-10 Thread Sam James
commit: ce94e4574d13d9a3bdd78114d9df75a938ad62d4
Author: Jan-Espen Oversand  radiotube  org>
AuthorDate: Sat Jun 10 21:14:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:36:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce94e457

net-vpn/vtun: add 3.0.4-r4

explicit bdep bison due to using extension features

Closes: https://bugs.gentoo.org/907988
Signed-off-by: Jan-Espen Oversand  radiotube.org>
Closes: https://github.com/gentoo/gentoo/pull/31379
Signed-off-by: Sam James  gentoo.org>

 .../vtun/files/vtun-3.0.4-use-bison-for-yacc.patch | 40 ++
 net-vpn/vtun/vtun-3.0.4-r4.ebuild  | 62 ++
 2 files changed, 102 insertions(+)

diff --git a/net-vpn/vtun/files/vtun-3.0.4-use-bison-for-yacc.patch 
b/net-vpn/vtun/files/vtun-3.0.4-use-bison-for-yacc.patch
new file mode 100644
index ..40c934c7ea81
--- /dev/null
+++ b/net-vpn/vtun/files/vtun-3.0.4-use-bison-for-yacc.patch
@@ -0,0 +1,40 @@
+--- a/configure.in 2016-10-01 23:46:01.0 +0200
 b/configure.in 2023-06-10 22:44:20.873592074 +0200
+@@ -82,11 +82,14 @@
+ AC_CANONICAL_SYSTEM
+ 
+ dnl Check for programs.
+-AC_PROG_YACC
+ AC_PROG_LEX
+ AC_PROG_CC
+ AC_PROG_INSTALL
+ 
++AC_ARG_VAR([BISON], [bison command for yacc parsing])
++AC_CHECK_PROG([BISON], [bison -y], [bison -y], [no])
++AS_IF([test "x$BISON" = "xno"], [AC_MSG_ERROR([bison not found])])
++
+ dnl Checks for typedefs, structures, and compiler characteristics.
+ AC_C_CONST
+ AC_C_INLINE
+--- a/Makefile.in  2016-10-01 23:46:00.0 +0200
 b/Makefile.in  2023-06-10 23:00:25.278904190 +0200
+@@ -21,8 +21,8 @@
+ CFLAGS = @CFLAGS@ @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@ @LIBS@
+ 
+-YACC = @YACC@
+-YACCFLAGS = -d
++BISON = @BISON@
++BISONFLAGS = -d
+ 
+ LEX = @LEX@
+ LEXFLAGS = -t 
+@@ -62,7 +62,7 @@
+   $(CC) $(CFLAGS) -o vtund $(OBJS) $(LFD_OBJS) $(LDFLAGS)
+ 
+ cfg_file.tab.h:
+-  $(YACC) $(YACCFLAGS) -b cfg_file cfg_file.y
++  $(BISON) $(BISONFLAGS) -b cfg_file cfg_file.y
+ 
+ cfg_file.tab.c: cfg_file.y cfg_kwords.h config.h cfg_file.tab.h
+ 

diff --git a/net-vpn/vtun/vtun-3.0.4-r4.ebuild 
b/net-vpn/vtun/vtun-3.0.4-r4.ebuild
new file mode 100644
index ..81eaa36bd9e3
--- /dev/null
+++ b/net-vpn/vtun/vtun-3.0.4-r4.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info autotools
+
+DESCRIPTION="Create tunnels over TCP/IP networks with shaping, encryption, and 
compression"
+SRC_URI="https://sourceforge.net/projects/vtun/files/${PN}/${PV}/${P}.tar.gz;
+HOMEPAGE="https://vtun.sourceforge.net/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE="lzo socks5 ssl zlib"
+
+RDEPEND="
+   lzo? ( dev-libs/lzo:2 )
+   socks5? ( net-proxy/dante )
+   ssl? ( dev-libs/openssl:0= )
+   zlib? ( sys-libs/zlib )
+   dev-libs/libbsd"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-alternatives/lex
+   sys-devel/bison
+"
+
+DOCS=( ChangeLog Credits FAQ README README.Setup README.Shaper TODO )
+CONFIG_CHECK="~TUN"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-libssl-ctx.patch
+   "${FILESDIR}"/${P}-includes.patch
+   "${FILESDIR}"/${P}-naughty-inlines.patch
+   "${FILESDIR}"/${P}-autoconf-fork-not-working.patch
+   "${FILESDIR}"/${P}-use-bison-for-yacc.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+   sed -i -e '/^LDFLAGS/s|=|+=|g' Makefile.in || die
+   sed -i 's:$(BIN_DIR)/strip $(DESTDIR)$(SBIN_DIR)/vtund::' Makefile.in 
|| die
+}
+
+src_configure() {
+   econf \
+   $(use_enable ssl) \
+   $(use_enable zlib) \
+   $(use_enable lzo) \
+   $(use_enable socks5 socks) \
+   --enable-shaper
+}
+
+src_install() {
+   default
+   newinitd "${FILESDIR}"/vtun.rc vtun
+   insinto /etc
+   doins "${FILESDIR}"/vtund-start.conf
+   rm -r "${ED}"/var || die
+}



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

2023-06-10 Thread Sam James
commit: a12ebe4a213e68522f1b4ad7d095c404f6800255
Author: Jan-Espen Oversand  radiotube  org>
AuthorDate: Sat Jun 10 19:00:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:36:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12ebe4a

net-vpn/vtun: drop 3.0.4-r2

Signed-off-by: Jan-Espen Oversand  radiotube.org>
Signed-off-by: Sam James  gentoo.org>

 net-vpn/vtun/vtun-3.0.4-r2.ebuild | 60 ---
 1 file changed, 60 deletions(-)

diff --git a/net-vpn/vtun/vtun-3.0.4-r2.ebuild 
b/net-vpn/vtun/vtun-3.0.4-r2.ebuild
deleted file mode 100644
index 6f2661a261b8..
--- a/net-vpn/vtun/vtun-3.0.4-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info
-
-DESCRIPTION="Create tunnels over TCP/IP networks with shaping, encryption, and 
compression"
-SRC_URI="https://sourceforge.net/projects/vtun/files/${PN}/${PV}/${P}.tar.gz;
-HOMEPAGE="https://vtun.sourceforge.net/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc x86"
-IUSE="lzo socks5 ssl zlib"
-
-RDEPEND="
-   lzo? ( dev-libs/lzo:2 )
-   socks5? ( net-proxy/dante )
-   ssl? ( dev-libs/openssl:0= )
-   zlib? ( sys-libs/zlib )
-   dev-libs/libbsd"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-alternatives/lex
-   app-alternatives/yacc
-"
-
-DOCS=( ChangeLog Credits FAQ README README.Setup README.Shaper TODO )
-CONFIG_CHECK="~TUN"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-libssl-ctx.patch
-   "${FILESDIR}"/${P}-includes.patch
-   "${FILESDIR}"/${P}-naughty-inlines.patch
-   "${FILESDIR}"/${P}-autoconf-fork-not-working.patch
-)
-
-src_prepare() {
-   default
-   sed -i -e '/^LDFLAGS/s|=|+=|g' Makefile.in || die
-   sed -i 's:$(BIN_DIR)/strip $(DESTDIR)$(SBIN_DIR)/vtund::' Makefile.in 
|| die
-}
-
-src_configure() {
-   econf \
-   $(use_enable ssl) \
-   $(use_enable zlib) \
-   $(use_enable lzo) \
-   $(use_enable socks5 socks) \
-   --enable-shaper
-}
-
-src_install() {
-   default
-   newinitd "${FILESDIR}"/vtun.rc vtun
-   insinto /etc
-   doins "${FILESDIR}"/vtund-start.conf
-   rm -r "${ED}"/var || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/isoimagewriter/files/, app-cdr/isoimagewriter/

2023-06-10 Thread Andreas Sturmlechner
commit: da21c38bf388b43f17b643b416650a7b3f2d4e47
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 21:33:45 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 21:34:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da21c38b

app-cdr/isoimagewriter: drop 0.9-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/isoimagewriter/Manifest|  1 -
 .../files/isoimagewriter-0.9-missing-headers.patch | 30 --
 .../isoimagewriter/isoimagewriter-0.9-r1.ebuild| 37 --
 3 files changed, 68 deletions(-)

diff --git a/app-cdr/isoimagewriter/Manifest b/app-cdr/isoimagewriter/Manifest
index 395812c793d7..27dcdcbeaf67 100644
--- a/app-cdr/isoimagewriter/Manifest
+++ b/app-cdr/isoimagewriter/Manifest
@@ -1,2 +1 @@
-DIST isoimagewriter-0.9.tar.xz 446764 BLAKE2B 
db3628c702b845591c5895662aad17a4c691352b97ad29f0569db6472cd39c6446ff220c932e970aaf8e56be30c8549358fb6d2e318f01c12830e55fbeadd499
 SHA512 
94a05da44b22ae932a79f6bb91c6806047f94e9b0fb4fe5530eb6094664877c47a0581f0858ff4458daca8924a7803a979e74d6538ec8da642403c4ede58688d
 DIST isoimagewriter-1.0.0.tar.xz 451924 BLAKE2B 
cec34345811faa2d43f376ada085867856f7ab2473c070ed35db713fb627241a1c30c3b842c9b9329592f9f1f061e2f01db0dc63a381ad50c6b95b2b0c1b2733
 SHA512 
d50e8146cfde12d940ccfc1ed8ad71a69d203054e470d52e274589aa38d6fbdb018a79db4b63725c7b37acfedfa36b211cc79437e3f12668b8499d9ece3ee562

diff --git 
a/app-cdr/isoimagewriter/files/isoimagewriter-0.9-missing-headers.patch 
b/app-cdr/isoimagewriter/files/isoimagewriter-0.9-missing-headers.patch
deleted file mode 100644
index edff650a6a93..
--- a/app-cdr/isoimagewriter/files/isoimagewriter-0.9-missing-headers.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From fad0ba93445e512e81c56e872b77d9e5b9d56fa9 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Wed, 18 May 2022 15:57:26 +0200
-Subject: [PATCH] Add missing headers
-
-Downstream bug: https://bugs.gentoo.org/842657
-
-Signed-off-by: Andreas Sturmlechner 

- isoimagewriter/fetchisojob.cpp | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/isoimagewriter/fetchisojob.cpp b/isoimagewriter/fetchisojob.cpp
-index 42c71c1..e5ced11 100644
 a/isoimagewriter/fetchisojob.cpp
-+++ b/isoimagewriter/fetchisojob.cpp
-@@ -5,8 +5,10 @@
- */
- 
- #include "fetchisojob.h"
-+#include 
- #include 
- #include 
-+#include 
- #include 
- 
- FetchIsoJob::FetchIsoJob(QObject *parent)
--- 
-2.35.1
-

diff --git a/app-cdr/isoimagewriter/isoimagewriter-0.9-r1.ebuild 
b/app-cdr/isoimagewriter/isoimagewriter-0.9-r1.ebuild
deleted file mode 100644
index b44f77de1ad0..
--- a/app-cdr/isoimagewriter/isoimagewriter-0.9-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.82.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Write hybrid ISO files onto a USB disk"
-HOMEPAGE="https://community.kde.org/ISOImageWriter;
-
-if [[ ${KDE_BUILD_TYPE} == release ]]; then
-   SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="5"
-IUSE=""
-
-DEPEND="
-   app-crypt/gpgme:=[cxx(+),qt5]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-missing-headers.patch" ) # bug 842657



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

2023-06-10 Thread Sam James
commit: ed1b412cc3df5365ac12274ab7e0e42c48d7b329
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:33:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:33:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1b412c

dev-lang/swig: Stabilize 4.1.1-r1 ppc64, #892317

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

 dev-lang/swig/swig-4.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/swig/swig-4.1.1-r1.ebuild 
b/dev-lang/swig/swig-4.1.1-r1.ebuild
index c9c670a5af47..3d97cff30e70 100644
--- a/dev-lang/swig/swig-4.1.1-r1.ebuild
+++ b/dev-lang/swig/swig-4.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+ BSD BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="ccache doc pcre test"
 RESTRICT="!test? ( test )"
 



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

2023-06-10 Thread Sam James
commit: 300a2ebdaba6fff4a529c5b7bdf2783f633bd6c5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:33:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:33:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300a2ebd

dev-lang/swig: Stabilize 4.1.1-r1 sparc, #892317

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

 dev-lang/swig/swig-4.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/swig/swig-4.1.1-r1.ebuild 
b/dev-lang/swig/swig-4.1.1-r1.ebuild
index 3d97cff30e70..653722a31acb 100644
--- a/dev-lang/swig/swig-4.1.1-r1.ebuild
+++ b/dev-lang/swig/swig-4.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+ BSD BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="ccache doc pcre test"
 RESTRICT="!test? ( test )"
 



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

2023-06-10 Thread Sam James
commit: f37b68506778cd74d22f0af288abe0560b844c1e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:33:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:33:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37b6850

dev-lang/swig: Stabilize 4.1.1-r1 ppc, #892317

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

 dev-lang/swig/swig-4.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/swig/swig-4.1.1-r1.ebuild 
b/dev-lang/swig/swig-4.1.1-r1.ebuild
index a9ede19933b9..c9c670a5af47 100644
--- a/dev-lang/swig/swig-4.1.1-r1.ebuild
+++ b/dev-lang/swig/swig-4.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+ BSD BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="ccache doc pcre test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/isoimagewriter/

2023-06-10 Thread Sam James
commit: 88874114daf1bd3a96ed92df1f4b966e8106e862
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:32:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:32:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88874114

app-cdr/isoimagewriter: Stabilize 1.0.0 amd64, #908271

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

 app-cdr/isoimagewriter/isoimagewriter-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/isoimagewriter/isoimagewriter-1.0.0.ebuild 
b/app-cdr/isoimagewriter/isoimagewriter-1.0.0.ebuild
index 27ade1d784c3..83e3a320faaa 100644
--- a/app-cdr/isoimagewriter/isoimagewriter-1.0.0.ebuild
+++ b/app-cdr/isoimagewriter/isoimagewriter-1.0.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://community.kde.org/ISOImageWriter;
 
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 LICENSE="GPL-3"



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

2023-06-10 Thread Sam James
commit: a09cf66a0d720125efdfd0f62643ba4be61545a7
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:32:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:32:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09cf66a

sci-libs/libsigrok: fix build w/ swig-4.1

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

 .../libsigrok/files/libsigrok-0.5.2-swig-4.1.patch |  11 ++
 sci-libs/libsigrok/libsigrok-0.5.2-r4.ebuild   | 156 +
 2 files changed, 167 insertions(+)

diff --git a/sci-libs/libsigrok/files/libsigrok-0.5.2-swig-4.1.patch 
b/sci-libs/libsigrok/files/libsigrok-0.5.2-swig-4.1.patch
new file mode 100644
index ..6513491270cf
--- /dev/null
+++ b/sci-libs/libsigrok/files/libsigrok-0.5.2-swig-4.1.patch
@@ -0,0 +1,11 @@
+https://bugs.gentoo.org/878395
+--- a/bindings/cxx/enums.py
 b/bindings/cxx/enums.py
+@@ -73,6 +73,8 @@
+ code = open(os.path.join(outdirname, 'cxx/enums.cpp'), 'w')
+ swig = open(os.path.join(outdirname, 'swig/enums.i'), 'w')
+ 
++print('%include "attribute.i" \n', file=swig)
++
+ for file in (header, code):
+ print("/* Generated file - edit enums.py instead! */", file=file)

diff --git a/sci-libs/libsigrok/libsigrok-0.5.2-r4.ebuild 
b/sci-libs/libsigrok/libsigrok-0.5.2-r4.ebuild
new file mode 100644
index ..8da4999fe538
--- /dev/null
+++ b/sci-libs/libsigrok/libsigrok-0.5.2-r4.ebuild
@@ -0,0 +1,156 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit autotools python-r1 java-pkg-opt-2 udev xdg-utils
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="git://sigrok.org/${PN}"
+   inherit git-r3
+else
+   SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Basic hardware drivers for logic analyzers and input/output file 
format support"
+HOMEPAGE="https://sigrok.org/wiki/Libsigrok;
+
+LICENSE="GPL-3"
+SLOT="0/4"
+IUSE="bluetooth +cxx ftdi hidapi java parport python serial static-libs test 
+udev usb"
+REQUIRED_USE="java? ( cxx )
+   python? ( cxx ${PYTHON_REQUIRED_USE} )"
+
+RESTRICT="!test? ( test )"
+
+# We also support librevisa, but that isn't in the tree ...
+LIB_DEPEND="
+   >=dev-libs/glib-2.32.0[static-libs(+)]
+   >=dev-libs/libzip-0.8:=[static-libs(+)]
+   bluetooth? ( >=net-wireless/bluez-4.0:= )
+   cxx? ( dev-cpp/glibmm:2[static-libs(+)] )
+   ftdi? ( dev-embedded/libftdi:1[static-libs(+)] )
+   hidapi? ( >=dev-libs/hidapi-0.8.0 )
+   parport? ( sys-libs/libieee1284[static-libs(+)] )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-python/pygobject-3.0.0[${PYTHON_USEDEP}]
+   )
+   serial? ( >=dev-libs/libserialport-0.1.1[static-libs(+)] )
+   usb? ( virtual/libusb:1[static-libs(+)] )
+"
+RDEPEND="
+   java? ( >=virtual/jre-1.8:* )
+   !static-libs? ( ${LIB_DEPEND//\[static-libs(+)]} )
+   static-libs? ( ${LIB_DEPEND} )
+"
+DEPEND="${LIB_DEPEND//\[static-libs(+)]}
+   cxx? ( app-doc/doxygen )
+   java? (
+   >=dev-lang/swig-3.0.6
+   >=virtual/jdk-1.8:*
+   )
+   python? (
+   >=dev-lang/swig-3.0.6
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   )
+   test? ( >=dev-libs/check-0.9.4 )
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}"/${P}
+
+PATCHES=(
+   # https://sigrok.org/bugzilla/show_bug.cgi?id=1527
+   "${FILESDIR}/${P}-swig-4.patch"
+   # https://sigrok.org/bugzilla/show_bug.cgi?id=1526
+   "${FILESDIR}/${P}-check-0.15.patch"
+   # https://bugs.gentoo.org/878395
+   "${FILESDIR}/${PN}-0.5.2-swig-4.1.patch"
+)
+
+pkg_setup() {
+   use python && python_setup
+   java-pkg-opt-2_pkg_setup
+}
+
+src_unpack() {
+   [[ ${PV} == ** ]] && git-r3_src_unpack || default
+}
+
+sigrok_src_prepare() {
+   eautoreconf
+}
+
+src_prepare() {
+   default
+   sigrok_src_prepare
+   use python && python_copy_sources
+}
+
+sigrok_src_configure() {
+   econf \
+   $(use_with bluetooth libbluez) \
+   $(use_with ftdi libftdi) \
+   $(use_with hidapi libhidapi) \
+   $(use_with parport libieee1284) \
+   $(use_with serial libserialport) \
+   $(use_with usb libusb) \
+   $(use_enable cxx) \
+   $(use_enable java) \
+   $(use_enable static-libs static) \
+   "${@}"
+}
+
+each_python_configure() {
+   cd "${BUILD_DIR}"
+   sigrok_src_configure --disable-ruby --enable-python
+}
+
+src_configure() {
+   sigrok_src_configure --disable-ruby --disable-python
+   use python && python_foreach_impl each_python_configure
+}
+
+each_python_compile() {
+   cd 

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

2023-06-10 Thread Sam James
commit: 8cd47fae0afafcb7fb2be53df80d6cb1ce3e7106
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:29:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:32:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd47fae

dev-lang/swig: drop 4.0.2, 4.1.1

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

 dev-lang/swig/Manifest  |  1 -
 dev-lang/swig/swig-4.0.2.ebuild | 41 --
 dev-lang/swig/swig-4.1.1.ebuild | 49 -
 3 files changed, 91 deletions(-)

diff --git a/dev-lang/swig/Manifest b/dev-lang/swig/Manifest
index d50441d4cde9..fbee050478a5 100644
--- a/dev-lang/swig/Manifest
+++ b/dev-lang/swig/Manifest
@@ -1,2 +1 @@
-DIST swig-4.0.2.tar.gz 8097014 BLAKE2B 
4c36b7e9b9bf1663779aa31b0eda8a1fe443695d945bcc1642c3404b22e45440def85e58dd65dc18a2ca8c00ffdcfe0f1d75373b7becc0b0e5402fda90b8c29a
 SHA512 
05e7da70ce6d9a733b96c0bcfa3c1b82765bd859f48c74759bbf4bb1467acb1809caa310cba5e2b3280cd704fca249eaa0624821dffae1d2a75097c7f55d14ed
 DIST swig-4.1.1.tar.gz 8600805 BLAKE2B 
898d3405f20c3e49626fb808b568e77c69b81ec2401c0a0c406f9e7a3d7d218353dc8b8ae88a3d485ddfc3be659971b961ee2c89d5b0c75aed0688e0952fd208
 SHA512 
1cea1918455a75ebc9b2653dd1715bd5dcd974554955f324295c6a6f14c0a715651b221b85fad4a8af5197e0c75bfe7b590bc6ba7178c26245fbbd9a7e110100

diff --git a/dev-lang/swig/swig-4.0.2.ebuild b/dev-lang/swig/swig-4.0.2.ebuild
deleted file mode 100644
index 8fb8e539bd23..
--- a/dev-lang/swig/swig-4.0.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Simplified Wrapper and Interface Generator"
-HOMEPAGE="http://www.swig.org/ https://github.com/swig/swig;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+ BSD BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-IUSE="ccache doc pcre"
-RESTRICT="test"
-
-RDEPEND="
-   pcre? ( dev-libs/libpcre )
-   ccache? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( ANNOUNCE CHANGES CHANGES.current README TODO )
-
-src_configure() {
-   econf \
-   PKGCONFIG="$(tc-getPKG_CONFIG)" \
-   $(use_enable ccache) \
-   $(use_with pcre)
-}
-
-src_install() {
-   default
-
-   if use doc; then
-   docinto html
-   dodoc -r Doc/{Devel,Manual}
-   fi
-}

diff --git a/dev-lang/swig/swig-4.1.1.ebuild b/dev-lang/swig/swig-4.1.1.ebuild
deleted file mode 100644
index a94affbe213f..
--- a/dev-lang/swig/swig-4.1.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 toolchain-funcs
-
-DESCRIPTION="Simplified Wrapper and Interface Generator"
-HOMEPAGE="http://www.swig.org/ https://github.com/swig/swig;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+ BSD BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-IUSE="ccache doc pcre test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   pcre? ( dev-libs/libpcre2 )
-   ccache? ( sys-libs/zlib )
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-libs/boost )
-"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( ANNOUNCE CHANGES CHANGES.current README TODO )
-
-src_configure() {
-   econf \
-   PKGCONFIG="$(tc-getPKG_CONFIG)" \
-   $(use_enable ccache) \
-   $(use_with pcre)
-}
-
-src_test() {
-   # The tests won't get run w/o an explicit call, broken Makefiles?
-   emake check
-}
-
-src_install() {
-   default
-
-   if use doc; then
-   docinto html
-   dodoc -r Doc/{Devel,Manual}
-   fi
-}



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

2023-06-10 Thread Andreas Sturmlechner
commit: fe85bfe64ee7d11b0f6cb26e65fa3f08d6ff0817
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 21:07:44 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 21:27:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe85bfe6

app-crypt/gpgme: drop 1.17.1-r2, 1.18.0-r2, 1.19.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-crypt/gpgme/Manifest   |   6 --
 app-crypt/gpgme/gpgme-1.17.1-r2.ebuild | 138 
 app-crypt/gpgme/gpgme-1.18.0-r2.ebuild | 142 -
 app-crypt/gpgme/gpgme-1.19.0.ebuild| 162 -
 4 files changed, 448 deletions(-)

diff --git a/app-crypt/gpgme/Manifest b/app-crypt/gpgme/Manifest
index f73f8ef24bfb..340e3430f548 100644
--- a/app-crypt/gpgme/Manifest
+++ b/app-crypt/gpgme/Manifest
@@ -1,8 +1,2 @@
-DIST gpgme-1.17.1.tar.bz2 1747692 BLAKE2B 
44cf9309cbad038f23aa7c5c77fd85be23faf3d8e1eb7abdb87a737ad1ade1ee269a95ce618dba327bbd06e6f4b2a91e2446744ee08f09ea6fb3b2dad44431c5
 SHA512 
e6399c3de1e430e38f2692bf5ec0c02ecb36ea3dbb56ff29dc3a438a5be4900a77a0559dc5b673dc1ffbff5e7f589e548e19176b2644fe8f63e00c6b9181b920
-DIST gpgme-1.17.1.tar.bz2.sig 119 BLAKE2B 
31832424c0e029dc520d3302a71b086d9fcb044c74344cc0fb4b6c6a02d0dd840e62e7eb60acfaf004e6f3650d58436b58e645ef2a50b948ecaf3ca162bf577a
 SHA512 
e1a4213d0d39f2efd0d5c007a0449c76bd650e76e002a9acb673eef0579912db06d844df11a4f7cb821e1d8468d2d6c1303f1c5d915a5c3c9cb5abacfbd004fc
-DIST gpgme-1.18.0.tar.bz2 1762323 BLAKE2B 
a071b839eb75455378514f003920cd387320e9fae416e71151cf6ac1b4a058b58ed054450b79e3eeaf820ff5324ea14efa003612867477b7379a776942d62be6
 SHA512 
c0cb0b337d017793a15dd477a7f5eaef24587fcda3d67676bf746bb342398d04792c51abe3c26ae496e799c769ce667d4196d91d86e8a690d02c6718c8f6b4ac
-DIST gpgme-1.18.0.tar.bz2.sig 119 BLAKE2B 
968f8b24ec71b4157214dd026aed83c96894ef353a9cb171f268d640a62fe464ba43540f318abf95dcfc19dffab177a0c3ad8a6e9937dc80e4ececbc8ceb3203
 SHA512 
02958d86cc037fffc787c6611ace8676d4e04cc1f65fd117eb911d3bfd665dddb7849bcd838af598465be78960f54883eac09c29c42f891f2e4b9713095aed7d
-DIST gpgme-1.19.0.tar.bz2 1821913 BLAKE2B 
e0359d50cdeff14a20f0e4f463f78b1e1df62e6e3cd50c5f59d90754e7ffe1c74d0c155507bc9d16c61a45a47fdda7e82a86d7db8cbf3999615d854fc1bb5207
 SHA512 
c6f01ad9432abe33f407e81083dd2f299375ad13b0517429ea1c55fb8cffa05e470dd26f5910a78b8d0f4c8c1e620788a9f369d983c191a3dac681714054fe84
-DIST gpgme-1.19.0.tar.bz2.sig 119 BLAKE2B 
699c2db9746c48b133ff71fbf621e3f8b9dc3e11517cb6abea48e7b0b11d6ece1f9e5aa72cfcd74b0cf24f4a51316e055baed0d93c3146e0c13865b0fdf3e9f3
 SHA512 
cc8bdd83063155e4aa893b4fe79208d4ff524fcaa4e21b6de0dd879501bdb21ebd7074e841625aa5b4c206273297232d3c005f44abd05214b5d9d711eb980c07
 DIST gpgme-1.20.0.tar.bz2 1817377 BLAKE2B 
1dce0f32a29ece87f9e0f5c9da394fe3e3b651344889f36e7c403a8336e53f831425384cc43b5aeebc96da50b5ac139a8f5b07dad85e341dcbc4b47b35c8e77a
 SHA512 
82dfd272edd4adab09e8428bf809c13eeb50a4a7d2397c41d29ffa3832c4f46054ad75eb053fbcc876ebbf78bb8bcf71d95bc9dad68f4b326492ea513dd5b606
 DIST gpgme-1.20.0.tar.bz2.sig 119 BLAKE2B 
2f623dae9bbfa68eab7433854b4357dbcb1412488cc347d9088b3da762f656467de6a57a9658e28789c2dfddbf8032aa7683c103e4daa4fdc35502a37c3efc3b
 SHA512 
7c4632aa7c3b31653046ede11afd49eef9986675196c64e2078d65f9fb732898a6f3e818de89f51056eaff5a4854e1f859151a90f1e124890d21219f8c30b3fa

diff --git a/app-crypt/gpgme/gpgme-1.17.1-r2.ebuild 
b/app-crypt/gpgme/gpgme-1.17.1-r2.ebuild
deleted file mode 100644
index 35082985f642..
--- a/app-crypt/gpgme/gpgme-1.17.1-r2.ebuild
+++ /dev/null
@@ -1,138 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Maintainers should:
-# 1. Join the "Gentoo" project at https://dev.gnupg.org/project/view/27/
-# 2. Subscribe to release tasks like https://dev.gnupg.org/T6159
-# (find the one for the current release then subscribe to it +
-# any subsequent ones linked within so you're covered for a while.)
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_OPTIONAL=1
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gnupg.asc
-
-inherit distutils-r1 libtool flag-o-matic qmake-utils toolchain-funcs 
verify-sig
-
-DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
-HOMEPAGE="https://www.gnupg.org/related_software/gpgme;
-SRC_URI="mirror://gnupg/gpgme/${P}.tar.bz2
-   verify-sig? ( mirror://gnupg/gpgme/${P}.tar.bz2.sig )"
-
-LICENSE="GPL-2 LGPL-2.1"
-# Please check ABI on each bump, even if SONAMEs didn't change: bug #833355
-# Use e.g. app-portage/iwdevtools integration with dev-libs/libabigail's 
abidiff.
-# Subslot: SONAME of each: 
-SLOT="1/11.6.15"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="common-lisp static-libs +cxx python qt5 test"
-RESTRICT="!test? ( test )"
-
-# - On 

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

2023-06-10 Thread Sam James
commit: fc234a214c59ab1322834baf86aba63a76f68df7
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:20:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:21:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc234a21

media-plugins/gst-plugins-meta: add 1.20.6

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

 .../gst-plugins-meta-1.20.6.ebuild | 68 ++
 1 file changed, 68 insertions(+)

diff --git a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.20.6.ebuild 
b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.20.6.ebuild
new file mode 100644
index ..a684c9d8d17d
--- /dev/null
+++ b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.20.6.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build
+
+DESCRIPTION="Meta ebuild to pull in gst plugins for apps"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+
+LICENSE="metapackage"
+SLOT="1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+IUSE="aac a52 alsa cdda dts dv dvb dvd ffmpeg flac http jack lame libass 
libvisual mp3 modplug mpeg ogg opus oss pulseaudio taglib theora v4l vaapi vcd 
vorbis vpx wavpack X x264"
+REQUIRED_USE="opus? ( ogg ) theora? ( ogg ) vorbis? ( ogg )"
+
+RDEPEND="
+   >=media-libs/gstreamer-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-libs/gst-plugins-base-${PV}:1.0[alsa?,ogg?,theora?,vorbis?,X?,${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-good-${PV}:1.0[${MULTILIB_USEDEP}]
+   a52? ( >=media-plugins/gst-plugins-a52dec-${PV}:1.0[${MULTILIB_USEDEP}] 
)
+   aac? ( >=media-plugins/gst-plugins-faad-${PV}:1.0[${MULTILIB_USEDEP}] )
+   cdda? ( || (
+   
>=media-plugins/gst-plugins-cdparanoia-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-plugins/gst-plugins-cdio-${PV}:1.0[${MULTILIB_USEDEP}] 
) )
+   dts? ( >=media-plugins/gst-plugins-dts-${PV}:1.0[${MULTILIB_USEDEP}] )
+   dv? ( >=media-plugins/gst-plugins-dv-${PV}:1.0[${MULTILIB_USEDEP}] )
+   dvb? (
+   >=media-plugins/gst-plugins-dvb-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-bad-${PV}:1.0[${MULTILIB_USEDEP}] )
+   dvd? (
+   >=media-libs/gst-plugins-ugly-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-plugins/gst-plugins-a52dec-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-dvdread-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-resindvd-${PV}:1.0[${MULTILIB_USEDEP}] )
+   ffmpeg? ( 
>=media-plugins/gst-plugins-libav-${PV}:1.0[${MULTILIB_USEDEP}] )
+   flac? ( >=media-plugins/gst-plugins-flac-${PV}:1.0[${MULTILIB_USEDEP}] )
+   http? ( >=media-plugins/gst-plugins-soup-${PV}:1.0[${MULTILIB_USEDEP}] )
+   jack? ( >=media-plugins/gst-plugins-jack-${PV}:1.0[${MULTILIB_USEDEP}] )
+   lame? ( >=media-plugins/gst-plugins-lame-${PV}:1.0[${MULTILIB_USEDEP}] )
+   libass? ( 
>=media-plugins/gst-plugins-assrender-${PV}:1.0[${MULTILIB_USEDEP}] )
+   libvisual? ( 
>=media-plugins/gst-plugins-libvisual-${PV}:1.0[${MULTILIB_USEDEP}] )
+   modplug? ( 
>=media-plugins/gst-plugins-modplug-${PV}:1.0[${MULTILIB_USEDEP}] )
+   mp3? (
+   >=media-libs/gst-plugins-ugly-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-mpg123-${PV}:1.0[${MULTILIB_USEDEP}] )
+   mpeg? ( 
>=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}] )
+   opus? ( >=media-plugins/gst-plugins-opus-${PV}:1.0[${MULTILIB_USEDEP}] )
+   oss? ( >=media-plugins/gst-plugins-oss-${PV}:1.0[${MULTILIB_USEDEP}] )
+   pulseaudio? ( 
>=media-plugins/gst-plugins-pulse-${PV}:1.0[${MULTILIB_USEDEP}] )
+   taglib? ( 
>=media-plugins/gst-plugins-taglib-${PV}:1.0[${MULTILIB_USEDEP}] )
+   v4l? ( >=media-plugins/gst-plugins-v4l2-${PV}:1.0[${MULTILIB_USEDEP}] )
+   vaapi? ( 
>=media-plugins/gst-plugins-vaapi-${PV}:1.0[${MULTILIB_USEDEP}] )
+   vcd? (
+   >=media-plugins/gst-plugins-mplex-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}] )
+   vpx? ( >=media-plugins/gst-plugins-vpx-${PV}:1.0[${MULTILIB_USEDEP}] )
+   wavpack? ( 
>=media-plugins/gst-plugins-wavpack-${PV}:1.0[${MULTILIB_USEDEP}] )
+   x264? ( >=media-plugins/gst-plugins-x264-${PV}:1.0[${MULTILIB_USEDEP}] )
+"
+
+# Usage note:
+# The idea is that apps depend on this for optional gstreamer plugins.  Then,
+# when USE flags change, no app gets rebuilt, and all apps that can make use of
+# the new plugin automatically do.
+
+# When adding deps here, make sure the keywords on the gst-plugin are valid.



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

2023-06-10 Thread Sam James
commit: 1a78426ed37b8d074f33af582201e09037d4e773
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:16:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:16:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a78426e

sys-libs/ldb: drop 2.6.1

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

 sys-libs/ldb/Manifest |   1 -
 sys-libs/ldb/ldb-2.6.1.ebuild | 167 --
 2 files changed, 168 deletions(-)

diff --git a/sys-libs/ldb/Manifest b/sys-libs/ldb/Manifest
index a42fdc9fa27b..2d63f3f682fb 100644
--- a/sys-libs/ldb/Manifest
+++ b/sys-libs/ldb/Manifest
@@ -1,7 +1,6 @@
 DIST ldb-2.4.4.tar.gz 1726595 BLAKE2B 
c01440e7032dbd3f7b735cb8d2078d7e1dbb56370bd1defe5f170eff006d3979daa654698e6e046c0583288dacd2cda9a5cde249fd6382db52c4aadb83f55e34
 SHA512 
2e4c762525eee9db40083b21e2a23f9cdfad5d2969cc628b3ea5414f9ec1be2c12d0aa65137cd8d8a5395c0414166ba14fc3dd57d53c533596762d80b9c561f4
 DIST ldb-2.5.2.tar.gz 1730347 BLAKE2B 
a0d3a9ae02f79c27b396314b804195ecd37b8bcd843fb94f9813a69fb15773db94ed2210f4102e395333562c2dccebabde1c2dcc0c2fceac97dfa31b2ad97e3d
 SHA512 
02ae1246f99d9b6d6b33c5030488aa46c6abb535b4da4b13799a62b49d32c490b7c088ef41c0bc5a1b2f7263c680faceb8033827834cb6f66916adcdb5be421c
 DIST ldb-2.5.3.tar.gz 1736354 BLAKE2B 
dcd4d33f7a0ce3583bc96762b274d195c20e868337a29fd7793d6edf092069632f5c4f7f805693e3b330bbda1cc24540a989e2937f6325ac68bacf15d0f12db4
 SHA512 
b6f62dfb4887927514a98f01771b2178ac781886fc361600be0f59e513fc5762e3a421e48f452b1dd4452795f04b5c7c95e4dd4a9cc97573e563f5f528af4a35
-DIST ldb-2.6.1.tar.gz 1740497 BLAKE2B 
3e831e4689297f3415928507c4c498cba937df104f1e94792a66691a2c0fefa641989badc1d89b0030d164eff5fdb0b3c75646f12961808e37c54d741f745a76
 SHA512 
7b920c5ec1252446584caeedf9ec18aeb5c1b689c2ecc8ae65c0d5b64bf0bca0cbaa887c07fca90b36b16904e3a08534fc513fec6bac288e80f94d2980c36211
 DIST ldb-2.6.2.tar.gz 1738908 BLAKE2B 
44998efdff46486f94deb115225119cb3f6f23e15192672a5ac59c27e06c074fbcf2e1dba7d89d5ce273748cf08bc2261a10f7818cc2d02c4b25fd5403b158a9
 SHA512 
09b8cf6cd93d662737890dacb64439e930b287d29299d2fc2cb18709f61d1e8a8c17d44f7224d8370dda6dc89af91e4ce8959816903ad5363388d8e37d8f
 DIST ldb-2.7.0.tar.gz 1736995 BLAKE2B 
e06b8934a8b8703e861ed8d89f4ee5151d0529b76d08e4d7b24f08860a95669e1749edb3bd90649dbe9104101d03625604d613d25968d9d1d253b3921f5ca575
 SHA512 
5b730595e8a5830889eb0c0374a695ff228a14bcfffbed494b01d9642b626a7b82a5d73f182435d95cd9d52b3744cb3a5c190d6242eda8843a1c24203c56d57e
 DIST ldb-2.7.1.tar.gz 1736244 BLAKE2B 
2da18c7383c0533db4e6e89aaa518d1fca5e426bcb23a2985843bd3f92603e9dd121d4c6e7492587133e669b6e7d801acab0c4eed68791c5fa99dc5f282c7655
 SHA512 
4d59a8848c20eea98c658863721bc170c8a19c6d113e65b386db3ecb32d293a25f08deed37afd0a66e1667f7d4b0d62b22547845f5ee8c433a5dcc1eac6b4219

diff --git a/sys-libs/ldb/ldb-2.6.1.ebuild b/sys-libs/ldb/ldb-2.6.1.ebuild
deleted file mode 100644
index 318abf8bb390..
--- a/sys-libs/ldb/ldb-2.6.1.ebuild
+++ /dev/null
@@ -1,167 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="threads(+)"
-inherit python-single-r1 waf-utils multilib-minimal
-
-DESCRIPTION="LDAP-like embedded database"
-HOMEPAGE="https://ldb.samba.org;
-SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz;
-
-LICENSE="LGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-IUSE="doc ldap +lmdb python test"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   test? ( lmdb python )"
-
-RESTRICT="!test? ( test )"
-
-TALLOC_VERSION="2.3.4"
-TDB_VERSION="1.4.7"
-TEVENT_VERSION="0.13.0"
-
-RDEPEND="
-   dev-libs/libbsd[${MULTILIB_USEDEP}]
-   dev-libs/popt[${MULTILIB_USEDEP}]
-   >=sys-libs/talloc-${TALLOC_VERSION}[${MULTILIB_USEDEP}]
-   >=sys-libs/tdb-${TDB_VERSION}[${MULTILIB_USEDEP}]
-   >=sys-libs/tevent-${TEVENT_VERSION}[${MULTILIB_USEDEP}]
-   ldap? ( net-nds/openldap:= )
-   lmdb? ( >=dev-db/lmdb-0.9.16:=[${MULTILIB_USEDEP}] )
-   python? (
-   ${PYTHON_DEPS}
-   sys-libs/talloc[python,${PYTHON_SINGLE_USEDEP}]
-   sys-libs/tdb[python,${PYTHON_SINGLE_USEDEP}]
-   sys-libs/tevent[python,${PYTHON_SINGLE_USEDEP}]
-   )
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/libcrypt
-   test? ( >=dev-util/cmocka-1.1.3[${MULTILIB_USEDEP}] )
-"
-BDEPEND="${PYTHON_DEPS}
-   dev-libs/libxslt
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-WAF_BINARY="${S}/buildtools/bin/waf"
-
-MULTILIB_WRAPPED_HEADERS=( /usr/include/pyldb.h )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.5.2-optional_packages.patch
-   "${FILESDIR}"/${PN}-1.1.31-fix_PKGCONFIGDIR-when-python-disabled.patch
-   "${FILESDIR}"/${PN}-2.4.2-skip-32bit-time_t-tests.patch
-   "${FILESDIR}"/${PN}-2.5.2-skip-waf-tevent-check.patch
-)
-
-pkg_setup() {
-  

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

2023-06-10 Thread Sam James
commit: c21c9668a79f7111ce670987c21be68ca1f67fff
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:16:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:16:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21c9668

sys-libs/ldb: drop 2.7.0, 2.7.1

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

 sys-libs/ldb/Manifest |   2 -
 sys-libs/ldb/ldb-2.7.0.ebuild | 167 --
 sys-libs/ldb/ldb-2.7.1.ebuild | 167 --
 3 files changed, 336 deletions(-)

diff --git a/sys-libs/ldb/Manifest b/sys-libs/ldb/Manifest
index 2d63f3f682fb..7fba8685ac45 100644
--- a/sys-libs/ldb/Manifest
+++ b/sys-libs/ldb/Manifest
@@ -2,6 +2,4 @@ DIST ldb-2.4.4.tar.gz 1726595 BLAKE2B 
c01440e7032dbd3f7b735cb8d2078d7e1dbb56370b
 DIST ldb-2.5.2.tar.gz 1730347 BLAKE2B 
a0d3a9ae02f79c27b396314b804195ecd37b8bcd843fb94f9813a69fb15773db94ed2210f4102e395333562c2dccebabde1c2dcc0c2fceac97dfa31b2ad97e3d
 SHA512 
02ae1246f99d9b6d6b33c5030488aa46c6abb535b4da4b13799a62b49d32c490b7c088ef41c0bc5a1b2f7263c680faceb8033827834cb6f66916adcdb5be421c
 DIST ldb-2.5.3.tar.gz 1736354 BLAKE2B 
dcd4d33f7a0ce3583bc96762b274d195c20e868337a29fd7793d6edf092069632f5c4f7f805693e3b330bbda1cc24540a989e2937f6325ac68bacf15d0f12db4
 SHA512 
b6f62dfb4887927514a98f01771b2178ac781886fc361600be0f59e513fc5762e3a421e48f452b1dd4452795f04b5c7c95e4dd4a9cc97573e563f5f528af4a35
 DIST ldb-2.6.2.tar.gz 1738908 BLAKE2B 
44998efdff46486f94deb115225119cb3f6f23e15192672a5ac59c27e06c074fbcf2e1dba7d89d5ce273748cf08bc2261a10f7818cc2d02c4b25fd5403b158a9
 SHA512 
09b8cf6cd93d662737890dacb64439e930b287d29299d2fc2cb18709f61d1e8a8c17d44f7224d8370dda6dc89af91e4ce8959816903ad5363388d8e37d8f
-DIST ldb-2.7.0.tar.gz 1736995 BLAKE2B 
e06b8934a8b8703e861ed8d89f4ee5151d0529b76d08e4d7b24f08860a95669e1749edb3bd90649dbe9104101d03625604d613d25968d9d1d253b3921f5ca575
 SHA512 
5b730595e8a5830889eb0c0374a695ff228a14bcfffbed494b01d9642b626a7b82a5d73f182435d95cd9d52b3744cb3a5c190d6242eda8843a1c24203c56d57e
-DIST ldb-2.7.1.tar.gz 1736244 BLAKE2B 
2da18c7383c0533db4e6e89aaa518d1fca5e426bcb23a2985843bd3f92603e9dd121d4c6e7492587133e669b6e7d801acab0c4eed68791c5fa99dc5f282c7655
 SHA512 
4d59a8848c20eea98c658863721bc170c8a19c6d113e65b386db3ecb32d293a25f08deed37afd0a66e1667f7d4b0d62b22547845f5ee8c433a5dcc1eac6b4219
 DIST ldb-2.7.2.tar.gz 1737849 BLAKE2B 
0aa70d8a4827448e41874db97130f18d17683c800b8f03f9940b4852e24fd6092052f6e70aae845c587939b9be16c80d7a920f6b874a746f923c4513b73d2afc
 SHA512 
beb2cd83a8f128713e0b43ec6e80d0f87ab0883c6c8f0cefbbf5bf49e29dfa327b245b78467d1906917cb5f3f11e01cb76cc6bcca58a47c5deac4f05c2e9dfbd

diff --git a/sys-libs/ldb/ldb-2.7.0.ebuild b/sys-libs/ldb/ldb-2.7.0.ebuild
deleted file mode 100644
index 63a61531e296..
--- a/sys-libs/ldb/ldb-2.7.0.ebuild
+++ /dev/null
@@ -1,167 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="threads(+)"
-inherit python-single-r1 waf-utils multilib-minimal
-
-DESCRIPTION="LDAP-like embedded database"
-HOMEPAGE="https://ldb.samba.org;
-SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz;
-
-LICENSE="LGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-IUSE="doc ldap +lmdb python test"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   test? ( lmdb python )"
-
-RESTRICT="!test? ( test )"
-
-TALLOC_VERSION="2.4.0"
-TDB_VERSION="1.4.8"
-TEVENT_VERSION="0.14.0"
-
-RDEPEND="
-   dev-libs/libbsd[${MULTILIB_USEDEP}]
-   dev-libs/popt[${MULTILIB_USEDEP}]
-   >=sys-libs/talloc-${TALLOC_VERSION}[${MULTILIB_USEDEP}]
-   >=sys-libs/tdb-${TDB_VERSION}[${MULTILIB_USEDEP}]
-   >=sys-libs/tevent-${TEVENT_VERSION}[${MULTILIB_USEDEP}]
-   ldap? ( net-nds/openldap:= )
-   lmdb? ( >=dev-db/lmdb-0.9.16:=[${MULTILIB_USEDEP}] )
-   python? (
-   ${PYTHON_DEPS}
-   sys-libs/talloc[python,${PYTHON_SINGLE_USEDEP}]
-   sys-libs/tdb[python,${PYTHON_SINGLE_USEDEP}]
-   sys-libs/tevent[python,${PYTHON_SINGLE_USEDEP}]
-   )
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/libcrypt
-   test? ( >=dev-util/cmocka-1.1.3[${MULTILIB_USEDEP}] )
-"
-BDEPEND="${PYTHON_DEPS}
-   dev-libs/libxslt
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-WAF_BINARY="${S}/buildtools/bin/waf"
-
-MULTILIB_WRAPPED_HEADERS=( /usr/include/pyldb.h )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.5.2-optional_packages.patch
-   "${FILESDIR}"/${PN}-1.1.31-fix_PKGCONFIGDIR-when-python-disabled.patch
-   "${FILESDIR}"/${PN}-2.4.2-skip-32bit-time_t-tests.patch
-   "${FILESDIR}"/${PN}-2.5.2-skip-waf-tevent-check.patch
-)
-
-pkg_setup() {
-   # Package fails to build with distcc
-   export DISTCC_DISABLE=1
-   export PYTHONHASHSEED=1
-
-   # waf requires a 

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

2023-06-10 Thread Sam James
commit: 4bd887b6c0dc70ccc27ebb57884e8ebfe18663b1
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:15:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:15:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd887b6

net-fs/samba: drop 4.18.0

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

 net-fs/samba/Manifest|   1 -
 net-fs/samba/samba-4.18.0.ebuild | 365 ---
 2 files changed, 366 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index f819bd228516..6ba521104b56 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -2,5 +2,4 @@ DIST samba-4.16.10.tar.gz 30695200 BLAKE2B 
4cff5f6ab97e2b1d4e958f6348cf2a61d4844
 DIST samba-4.16.8.tar.gz 30682100 BLAKE2B 
bbb9a89a39cc0bae88ba350df38aae35df0bd18c27dd37b093eb023cf71274c12f14c44037e9704404ee3ba27ab930e866b3b951bcc7a5f4499cbc544f231e6b
 SHA512 
55fa977e046de4470a9f1cb4c7956ca1368a21fc88e6bb6ae93d3cadb5400caaebd5b7d51a5ff1aaea884ec58d8abe6c90f448168aaa175d0f6c018f1a913c70
 DIST samba-4.16.9.tar.gz 30690610 BLAKE2B 
ce0bf19bff70cc1e174ea67a14c1acd2290d52bbad21ed491bb4a414286f8810ca342a5d9c14f69de0329f846d422e596572028a0c5a4e908a50c2384d9f1491
 SHA512 
209f3ae33a218279323a6b34f848e8b2c755d6826e7683753f2d8f63456216782786b8e01e3c5dee74a88c34094c6c8b5148a939ebf6caa0d632001dc2242126
 DIST samba-4.17.8.tar.gz 30874388 BLAKE2B 
c1a76071a5d823433cde4e357477d433ca3054f6bb2e75124579bd75d0d93d22dc96e169bb2a4ac0f8fb1be96b54add3a0cdb1c854fdc34450ffd589b89cd074
 SHA512 
60cd72cd40ef4a958d26926d51d9741d4d6c6a7fc8d275c6ba76d2c3ffc4c71aa7554943125c47575135df1271bc421dd57a0d1206708dfa8e25d1b6dc2661ba
-DIST samba-4.18.0.tar.gz 41268802 BLAKE2B 
9684990834f1593d66cc01e6f58d297a113e1b185aa16ce2f48887da041c745565b0ddbd953232019de0589a4afb954e87ce9fc76a4c5d7d4c95db1a3372d8fa
 SHA512 
bc0eb8bc62fd2c4aa94b452a79e0a31fb3ad52bd46535b5f4c5eff4de8781419c3eb066a8394e704e7d4097c9651932a8de76d5b37cc05547d9a3ed48bf157ae
 DIST samba-4.18.3.tar.gz 41294739 BLAKE2B 
0e132591d97316a091b1503714fb3085d8bd055f7e286a96aecdc43f8b15e38068e5aaba3fcea68158a37151c5ea8ef13f5b1e245c54f40fc6c3a167497cf70c
 SHA512 
b0980291ca124641bd03ba51d4b4e2e492facb3939f8edf491133be83a82beed66f68f00442cb02c211a9e76eb6ba08387136e30eb7df756c3c90c76034689c4

diff --git a/net-fs/samba/samba-4.18.0.ebuild b/net-fs/samba/samba-4.18.0.ebuild
deleted file mode 100644
index 0208efe7350f..
--- a/net-fs/samba/samba-4.18.0.ebuild
+++ /dev/null
@@ -1,365 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="threads(+),xml(+)"
-inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info 
systemd pam tmpfiles
-
-DESCRIPTION="Samba Suite Version 4"
-HOMEPAGE="https://samba.org/;
-
-MY_PV="${PV/_rc/rc}"
-MY_P="${PN}-${MY_PV}"
-if [[ ${PV} == *_rc* ]]; then
-   SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
-else
-   SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~sparc ~x86"
-fi
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="acl addc ads ceph client cluster cpu_flags_x86_aes cups debug fam 
glusterfs gpg"
-IUSE+=" iprint json ldap llvm-libunwind pam profiling-data python quota 
+regedit selinux"
-IUSE+=" snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test 
unwind winbind"
-IUSE+=" zeroconf"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   addc? ( json python !system-mitkrb5 winbind )
-   ads? ( acl ldap python winbind )
-   cluster? ( ads )
-   gpg? ( addc )
-   spotlight? ( json )
-   test? ( python )
-   !ads? ( !addc )
-   ?? ( system-heimdal system-mitkrb5 )
-"
-
-# the test suite is messed, it uses system-installed samba
-# bits instead of what was built, tests things disabled via use
-# flags, and generally just fails to work in a way ebuilds could
-# rely on in its current state
-RESTRICT="test"
-
-MULTILIB_WRAPPED_HEADERS=(
-   /usr/include/samba-4.0/policy.h
-   /usr/include/samba-4.0/dcerpc_server.h
-   /usr/include/samba-4.0/ctdb.h
-   /usr/include/samba-4.0/ctdb_client.h
-   /usr/include/samba-4.0/ctdb_protocol.h
-   /usr/include/samba-4.0/ctdb_private.h
-   /usr/include/samba-4.0/ctdb_typesafe_cb.h
-   /usr/include/samba-4.0/ctdb_version.h
-)
-
-TALLOC_VERSION="2.4.0"
-TDB_VERSION="1.4.8"
-TEVENT_VERSION="0.14.1"
-
-COMMON_DEPEND="
-   >=app-arch/libarchive-3.1.2:=[${MULTILIB_USEDEP}]
-   dev-lang/perl:=
-   dev-libs/icu:=[${MULTILIB_USEDEP}]
-   dev-libs/libbsd[${MULTILIB_USEDEP}]
-   dev-libs/libtasn1:=[${MULTILIB_USEDEP}]
-   dev-libs/popt[${MULTILIB_USEDEP}]
-   dev-perl/Parse-Yapp
-   >=net-libs/gnutls-3.4.7:=[${MULTILIB_USEDEP}]
-   >=sys-fs/e2fsprogs-1.46.4-r51[${MULTILIB_USEDEP}]
-   

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

2023-06-10 Thread Sam James
commit: bf654033f3d42caadaa4b6dc224d276fa19395c9
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:15:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:15:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf654033

net-fs/samba: drop 4.16.9

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

 net-fs/samba/Manifest|   1 -
 net-fs/samba/samba-4.16.9.ebuild | 368 ---
 2 files changed, 369 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 6ba521104b56..71800bf46e2c 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,5 +1,4 @@
 DIST samba-4.16.10.tar.gz 30695200 BLAKE2B 
4cff5f6ab97e2b1d4e958f6348cf2a61d48441295c8ef4518ecd0a893aa2be2bdae9389297532965439cd9887b905186145a0cf30082e2456274994f277d3cfd
 SHA512 
133bcaec853240041dc6e0d8dd086b3798a6aa81008e29e4e6f875f58bd47bb6e23516d572b763d7f2ed547cfe94a3f8f8f5dc978cc171401fe5ed228b85d000
 DIST samba-4.16.8.tar.gz 30682100 BLAKE2B 
bbb9a89a39cc0bae88ba350df38aae35df0bd18c27dd37b093eb023cf71274c12f14c44037e9704404ee3ba27ab930e866b3b951bcc7a5f4499cbc544f231e6b
 SHA512 
55fa977e046de4470a9f1cb4c7956ca1368a21fc88e6bb6ae93d3cadb5400caaebd5b7d51a5ff1aaea884ec58d8abe6c90f448168aaa175d0f6c018f1a913c70
-DIST samba-4.16.9.tar.gz 30690610 BLAKE2B 
ce0bf19bff70cc1e174ea67a14c1acd2290d52bbad21ed491bb4a414286f8810ca342a5d9c14f69de0329f846d422e596572028a0c5a4e908a50c2384d9f1491
 SHA512 
209f3ae33a218279323a6b34f848e8b2c755d6826e7683753f2d8f63456216782786b8e01e3c5dee74a88c34094c6c8b5148a939ebf6caa0d632001dc2242126
 DIST samba-4.17.8.tar.gz 30874388 BLAKE2B 
c1a76071a5d823433cde4e357477d433ca3054f6bb2e75124579bd75d0d93d22dc96e169bb2a4ac0f8fb1be96b54add3a0cdb1c854fdc34450ffd589b89cd074
 SHA512 
60cd72cd40ef4a958d26926d51d9741d4d6c6a7fc8d275c6ba76d2c3ffc4c71aa7554943125c47575135df1271bc421dd57a0d1206708dfa8e25d1b6dc2661ba
 DIST samba-4.18.3.tar.gz 41294739 BLAKE2B 
0e132591d97316a091b1503714fb3085d8bd055f7e286a96aecdc43f8b15e38068e5aaba3fcea68158a37151c5ea8ef13f5b1e245c54f40fc6c3a167497cf70c
 SHA512 
b0980291ca124641bd03ba51d4b4e2e492facb3939f8edf491133be83a82beed66f68f00442cb02c211a9e76eb6ba08387136e30eb7df756c3c90c76034689c4

diff --git a/net-fs/samba/samba-4.16.9.ebuild b/net-fs/samba/samba-4.16.9.ebuild
deleted file mode 100644
index ab1c9713e392..
--- a/net-fs/samba/samba-4.16.9.ebuild
+++ /dev/null
@@ -1,368 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="threads(+),xml(+)"
-inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info 
systemd pam tmpfiles
-
-DESCRIPTION="Samba Suite Version 4"
-HOMEPAGE="https://samba.org/;
-
-MY_PV="${PV/_rc/rc}"
-MY_P="${PN}-${MY_PV}"
-if [[ ${PV} == *_rc* ]]; then
-   SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
-else
-   SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~sparc ~x86"
-fi
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="acl addc ads ceph client cluster cpu_flags_x86_aes cups debug fam 
glusterfs gpg"
-IUSE+=" iprint json ldap llvm-libunwind pam profiling-data python quota 
+regedit selinux"
-IUSE+=" snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test 
unwind winbind"
-IUSE+=" zeroconf"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   addc? ( json python !system-mitkrb5 winbind )
-   ads? ( acl ldap python winbind )
-   cluster? ( ads )
-   gpg? ( addc )
-   spotlight? ( json )
-   test? ( python )
-   !ads? ( !addc )
-   ?? ( system-heimdal system-mitkrb5 )
-"
-
-# the test suite is messed, it uses system-installed samba
-# bits instead of what was built, tests things disabled via use
-# flags, and generally just fails to work in a way ebuilds could
-# rely on in its current state
-RESTRICT="test"
-
-MULTILIB_WRAPPED_HEADERS=(
-   /usr/include/samba-4.0/policy.h
-   /usr/include/samba-4.0/dcerpc_server.h
-   /usr/include/samba-4.0/ctdb.h
-   /usr/include/samba-4.0/ctdb_client.h
-   /usr/include/samba-4.0/ctdb_protocol.h
-   /usr/include/samba-4.0/ctdb_private.h
-   /usr/include/samba-4.0/ctdb_typesafe_cb.h
-   /usr/include/samba-4.0/ctdb_version.h
-)
-
-TALLOC_VERSION="2.3.3"
-TDB_VERSION="1.4.6"
-TEVENT_VERSION="0.11.0"
-
-COMMON_DEPEND="
-   >=app-arch/libarchive-3.1.2:=[${MULTILIB_USEDEP}]
-   dev-lang/perl:=
-   dev-libs/icu:=[${MULTILIB_USEDEP}]
-   dev-libs/libbsd[${MULTILIB_USEDEP}]
-   dev-libs/libtasn1:=[${MULTILIB_USEDEP}]
-   dev-libs/popt[${MULTILIB_USEDEP}]
-   dev-perl/Parse-Yapp
-   >=net-libs/gnutls-3.4.7:=[${MULTILIB_USEDEP}]
-   >=sys-fs/e2fsprogs-1.46.4-r51[${MULTILIB_USEDEP}]
-   >=sys-libs/ldb-2.5.2:=[ldap(+)?,${MULTILIB_USEDEP}]
-   =sys-libs/talloc-${TALLOC_VERSION}[${MULTILIB_USEDEP}]

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

2023-06-10 Thread Sam James
commit: 6dc2d6e219b44b777b0267f210eacf4f22bc6574
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:15:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:15:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc2d6e2

net-fs/samba: drop 4.17.5

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

 net-fs/samba/Manifest|   1 -
 net-fs/samba/samba-4.17.5.ebuild | 365 ---
 2 files changed, 366 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 292e718fddba..f819bd228516 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,7 +1,6 @@
 DIST samba-4.16.10.tar.gz 30695200 BLAKE2B 
4cff5f6ab97e2b1d4e958f6348cf2a61d48441295c8ef4518ecd0a893aa2be2bdae9389297532965439cd9887b905186145a0cf30082e2456274994f277d3cfd
 SHA512 
133bcaec853240041dc6e0d8dd086b3798a6aa81008e29e4e6f875f58bd47bb6e23516d572b763d7f2ed547cfe94a3f8f8f5dc978cc171401fe5ed228b85d000
 DIST samba-4.16.8.tar.gz 30682100 BLAKE2B 
bbb9a89a39cc0bae88ba350df38aae35df0bd18c27dd37b093eb023cf71274c12f14c44037e9704404ee3ba27ab930e866b3b951bcc7a5f4499cbc544f231e6b
 SHA512 
55fa977e046de4470a9f1cb4c7956ca1368a21fc88e6bb6ae93d3cadb5400caaebd5b7d51a5ff1aaea884ec58d8abe6c90f448168aaa175d0f6c018f1a913c70
 DIST samba-4.16.9.tar.gz 30690610 BLAKE2B 
ce0bf19bff70cc1e174ea67a14c1acd2290d52bbad21ed491bb4a414286f8810ca342a5d9c14f69de0329f846d422e596572028a0c5a4e908a50c2384d9f1491
 SHA512 
209f3ae33a218279323a6b34f848e8b2c755d6826e7683753f2d8f63456216782786b8e01e3c5dee74a88c34094c6c8b5148a939ebf6caa0d632001dc2242126
-DIST samba-4.17.5.tar.gz 30846334 BLAKE2B 
f8d6cf3c0f5333c5a6b1ac16793d8fd443c517068211829f40ca2fbc08d80921de65a4f3e2c08775a5551a4f834f406208c0941a4eb496720cc45ecaeb6c173f
 SHA512 
352ae8bc161fb07ac6c7330c6ebd02c27eb453ffc1c32c8437edc441ba3044cb2e9b31c8cf181664a2b47098c75a55f06c105f5397c57ce75826ef2af331afa9
 DIST samba-4.17.8.tar.gz 30874388 BLAKE2B 
c1a76071a5d823433cde4e357477d433ca3054f6bb2e75124579bd75d0d93d22dc96e169bb2a4ac0f8fb1be96b54add3a0cdb1c854fdc34450ffd589b89cd074
 SHA512 
60cd72cd40ef4a958d26926d51d9741d4d6c6a7fc8d275c6ba76d2c3ffc4c71aa7554943125c47575135df1271bc421dd57a0d1206708dfa8e25d1b6dc2661ba
 DIST samba-4.18.0.tar.gz 41268802 BLAKE2B 
9684990834f1593d66cc01e6f58d297a113e1b185aa16ce2f48887da041c745565b0ddbd953232019de0589a4afb954e87ce9fc76a4c5d7d4c95db1a3372d8fa
 SHA512 
bc0eb8bc62fd2c4aa94b452a79e0a31fb3ad52bd46535b5f4c5eff4de8781419c3eb066a8394e704e7d4097c9651932a8de76d5b37cc05547d9a3ed48bf157ae
 DIST samba-4.18.3.tar.gz 41294739 BLAKE2B 
0e132591d97316a091b1503714fb3085d8bd055f7e286a96aecdc43f8b15e38068e5aaba3fcea68158a37151c5ea8ef13f5b1e245c54f40fc6c3a167497cf70c
 SHA512 
b0980291ca124641bd03ba51d4b4e2e492facb3939f8edf491133be83a82beed66f68f00442cb02c211a9e76eb6ba08387136e30eb7df756c3c90c76034689c4

diff --git a/net-fs/samba/samba-4.17.5.ebuild b/net-fs/samba/samba-4.17.5.ebuild
deleted file mode 100644
index c12e3938fdf3..
--- a/net-fs/samba/samba-4.17.5.ebuild
+++ /dev/null
@@ -1,365 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="threads(+),xml(+)"
-inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info 
systemd pam tmpfiles
-
-DESCRIPTION="Samba Suite Version 4"
-HOMEPAGE="https://samba.org/;
-
-MY_PV="${PV/_rc/rc}"
-MY_P="${PN}-${MY_PV}"
-if [[ ${PV} == *_rc* ]]; then
-   SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
-else
-   SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~sparc ~x86"
-fi
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="acl addc ads ceph client cluster cpu_flags_x86_aes cups debug fam 
glusterfs gpg"
-IUSE+=" iprint json ldap llvm-libunwind pam profiling-data python quota 
+regedit selinux"
-IUSE+=" snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test 
unwind winbind"
-IUSE+=" zeroconf"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   addc? ( json python !system-mitkrb5 winbind )
-   ads? ( acl ldap python winbind )
-   cluster? ( ads )
-   gpg? ( addc )
-   spotlight? ( json )
-   test? ( python )
-   !ads? ( !addc )
-   ?? ( system-heimdal system-mitkrb5 )
-"
-
-# the test suite is messed, it uses system-installed samba
-# bits instead of what was built, tests things disabled via use
-# flags, and generally just fails to work in a way ebuilds could
-# rely on in its current state
-RESTRICT="test"
-
-MULTILIB_WRAPPED_HEADERS=(
-   /usr/include/samba-4.0/policy.h
-   /usr/include/samba-4.0/dcerpc_server.h
-   /usr/include/samba-4.0/ctdb.h
-   /usr/include/samba-4.0/ctdb_client.h
-   /usr/include/samba-4.0/ctdb_protocol.h
-   /usr/include/samba-4.0/ctdb_private.h
-   /usr/include/samba-4.0/ctdb_typesafe_cb.h
-   

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

2023-06-10 Thread Sam James
commit: 1d378b7d20aa55ef631ca9d55f2351c4ee8df7f3
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:14:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:14:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d378b7d

net-fs/samba: destabilize 4.16.9 for ~amd64, ~sparc, ~x86

Accidentally committed as stable, I think.

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

 net-fs/samba/samba-4.16.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.16.9.ebuild b/net-fs/samba/samba-4.16.9.ebuild
index 4de9815f7ff5..ab1c9713e392 100644
--- a/net-fs/samba/samba-4.16.9.ebuild
+++ b/net-fs/samba/samba-4.16.9.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv sparc x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~sparc ~x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



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

2023-06-10 Thread Andreas Sturmlechner
commit: 14d124ecd8a555d3dd572f6d7d844018c7a560eb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 21:12:45 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 21:12:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d124ec

media-libs/opencolorio: drop 2.1.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/opencolorio/Manifest |   1 -
 media-libs/opencolorio/opencolorio-2.1.2.ebuild | 105 
 2 files changed, 106 deletions(-)

diff --git a/media-libs/opencolorio/Manifest b/media-libs/opencolorio/Manifest
index 5cd2a2956e98..0302db0fdbed 100644
--- a/media-libs/opencolorio/Manifest
+++ b/media-libs/opencolorio/Manifest
@@ -1,2 +1 @@
-DIST opencolorio-2.1.2.tar.gz 11021014 BLAKE2B 
2612c31c88a86255b3b0389241649aaaf3754f065eec57e8438d3b594d9f8fcac81c71fe06cf0acf0680e40d0fbe019ad16a34a1371a7a3a57a21017f5efb463
 SHA512 
594e808fb1c175d5b14eb540be0dfb6f41cd37b5bf7df8c2d24d44dfe4986643ea68e52d0282eb3b25283489789001a57a201de1eecc1560fc9461780c7da353
 DIST opencolorio-2.1.3.tar.gz 11024701 BLAKE2B 
bcd1eb6a74260f451e49ef40e729bfc4c354ab255d96c261fbf865c586f285fe876ed54b05276f3b6b25ece4fd261672fe1dd519041ffad77d7c78efc8cf161d
 SHA512 
b26fcfa3ea12ab6e4b019a13ce79ebcfd215c674acb348f2d9f85f749b2a5beccd395ed1cc9954e4b3cb83a160b24a8d7d81994ac1d9ea8cfe074b81d6b8a061

diff --git a/media-libs/opencolorio/opencolorio-2.1.2.ebuild 
b/media-libs/opencolorio/opencolorio-2.1.2.ebuild
deleted file mode 100644
index 18717dc0d7a0..
--- a/media-libs/opencolorio/opencolorio-2.1.2.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit cmake flag-o-matic python-single-r1
-
-DESCRIPTION="A color management framework for visual effects and animation"
-HOMEPAGE="https://opencolorio.org 
https://github.com/AcademySoftwareFoundation/OpenColorIO;
-SRC_URI="https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/OpenColorIO-${PV}"
-
-LICENSE="BSD"
-# TODO: drop .1 on next SONAME bump (2.1 -> 2.2?) as we needed to nudge it
-# to force rebuild of consumers due to changing to openexr 3 changing API.
-SLOT="0/$(ver_cut 1-2).1"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv"
-IUSE="cpu_flags_x86_sse2 doc opengl python static-libs test"
-REQUIRED_USE="
-   doc? ( python )
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-# Works with older OIIO but need to force a version w/ OpenEXR 3
-RDEPEND="
-   dev-cpp/pystring
-   dev-python/pybind11
-   >=dev-cpp/yaml-cpp-0.7.0:=
-   >=dev-libs/imath-3.1.4-r2:=
-   dev-libs/tinyxml
-   opengl? (
-   media-libs/lcms:2
-   >=media-libs/openimageio-2.3.12.0-r3:=
-   media-libs/glew:=
-   media-libs/freeglut
-   virtual/opengl
-   )
-   python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   doc? (
-   $(python_gen_cond_dep '
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/testresources[${PYTHON_USEDEP}]
-   ')
-   )
-"
-
-# Restricting tests, bugs #439790 and #447908
-RESTRICT="test"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.1.1-gcc12.patch
-   "${FILESDIR}"/${PN}-2.1.2-musl-strtol.patch
-)
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -i -e "s|LIBRARY DESTINATION lib|LIBRARY DESTINATION 
$(get_libdir)|g" 
{,src/bindings/python/,src/OpenColorIO/,src/libutils/oiiohelpers/,src/libutils/oglapphelpers/}CMakeLists.txt
 || die
-   sed -i -e "s|ARCHIVE DESTINATION lib|ARCHIVE DESTINATION 
$(get_libdir)|g" 
{,src/bindings/python/,src/OpenColorIO/,src/libutils/oiiohelpers/,src/libutils/oglapphelpers/}CMakeLists.txt
 || die
-
-   # Avoid automagic test dependency on OSL, bug #833933
-   # Can cause problems during e.g. OpenEXR unsplitting migration
-   cmake_run_in tests cmake_comment_add_subdirectory osl
-}
-
-src_configure() {
-   # Missing features:
-   # - Truelight and Nuke are not in portage for now, so their support are 
disabled
-   # - Java bindings was not tested, so disabled
-   # Notes:
-   # - OpenImageIO is required for building ociodisplay and ocioconvert 
(USE opengl)
-   # - OpenGL, GLUT and GLEW is required for building ociodisplay (USE 
opengl)
-   local mycmakeargs=(
-   -DOCIO_USE_OPENEXR_HALF=OFF
-
-   -DBUILD_SHARED_LIBS=ON
-   -DOCIO_BUILD_STATIC=$(usex static-libs)
-   -DOCIO_BUILD_DOCS=$(usex doc)
-   -DOCIO_BUILD_APPS=$(usex opengl)
-   -DOCIO_BUILD_PYTHON=$(usex python)
-   -DOCIO_PYTHON_VERSION="${EPYTHON/python/}"
-

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

2023-06-10 Thread Sam James
commit: 2962d671e5ecfafd4c72f6af96d32e0ba607ae05
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 21:11:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 21:11:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2962d671

media-libs/opencolorio: Stabilize 2.1.3 amd64, #908268

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

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

diff --git a/media-libs/opencolorio/opencolorio-2.1.3.ebuild 
b/media-libs/opencolorio/opencolorio-2.1.3.ebuild
index 201f7547fba2..bc16874f06ed 100644
--- a/media-libs/opencolorio/opencolorio-2.1.3.ebuild
+++ b/media-libs/opencolorio/opencolorio-2.1.3.ebuild
@@ -16,7 +16,7 @@ LICENSE="BSD"
 # TODO: drop .1 on next SONAME bump (2.1 -> 2.2?) as we needed to nudge it
 # to force rebuild of consumers due to changing to openexr 3 changing API.
 SLOT="0/$(ver_cut 1-2).1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv"
 IUSE="cpu_flags_x86_sse2 doc opengl python static-libs test"
 REQUIRED_USE="
doc? ( python )



  1   2   3   4   5   6   >