[gentoo-commits] repo/gentoo:master commit in: app-doc/python-docs/

2023-08-24 Thread Michał Górny
commit: 2db603bbf058442268a38201f5cb15d9de959a94
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 16:13:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 16:18:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db603bb

app-doc/python-docs: Bump to 3.10.13

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

 app-doc/python-docs/Manifest   |  1 +
 app-doc/python-docs/python-docs-3.10.13.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/app-doc/python-docs/Manifest b/app-doc/python-docs/Manifest
index e5b25b7fa839..e9808152cb87 100644
--- a/app-doc/python-docs/Manifest
+++ b/app-doc/python-docs/Manifest
@@ -1,5 +1,6 @@
 DIST python-2.7.18-docs-html.tar.bz2 4634932 BLAKE2B 
c48e2dede15d8186231acf65709641e0844c42e924262d6ee21a55e515aaf4d023bf394681bab780ab83998de9f409685e2d5870506810432145acc6422eff9d
 SHA512 
db39390577ec86f13c9b6b57c01cba36fe9fd89092a773dc94f1a6a19d912759d097c4d80e765d3657b572abc731c1da9e7b4cd4c38065cd444606b906744abe
 DIST python-3.10.12-docs-html.tar.bz2 7433462 BLAKE2B 
8078af52a2ee8c2f308a30a2ceed2241080fa790c9e581809c85a5abb399522ae90b1126612b4cc1ce46d049e91b8d79d05e29337d55473c491dad1a2b80be5c
 SHA512 
e6b02bdce8c96fa168f0faa2435773496ddf761072c93c2944870bafc0ddb49afea5fad73cf6000119bc01435fa558a19f70e5abebe1a51e7c9547911aa336fb
+DIST python-3.10.13-docs-html.tar.bz2 7429989 BLAKE2B 
7ddd11dbc4012cebf2f5980653b761ee35b986b75d96d582800f84e4c371aee4b82fcc2001c744e7f14991e766b0930a9ef4cb46869544e0aa403e513c4bd418
 SHA512 
be2cb6a2ece7849b1c259e9d86b7cf5e2a91c30a976b155c4055fc229d35a1762a90321a6227e890b6d5be51ab3377b9059b9662eed683933ec676fc2dc5f9a9
 DIST python-3.11.4-docs-html.tar.bz2 7831799 BLAKE2B 
81245e6f47f9179ac8fcf8c1e8a2d6f28c2f7924984d541af71684b4a00896ab38280150a04b8ed051a62ee957cd7613fe28ba79c23624b9bf00d1e7587d7e6c
 SHA512 
b00fa45da239d804e12dcfd5f248b0feb060c2c6e7003913ba6b29a5d198e439dd59ac779c0e4417ccfa90f3654dd3233804974f47efda4fb5891fbe1c6a9f6f
 DIST python-3.8.17-docs-html.tar.bz2 6737444 BLAKE2B 
f6f9a4da13837ecede50eb4d2074b1c6d2be616449f81712e3c551d61d56ac0e314aca84dbcae7d07e89d6f316bec5a6d0797fa0b0f8bf98632ff3c0b6ffad06
 SHA512 
ab29fc066df0edcaf40dab079cf8fcaa68b895da053ce9cf3d8d776510d804ccfb17ba04e5464ed5edaeb938aaac8aa51bba67c7c3dff80f65cc67bd2d902a1a
 DIST python-3.9.17-docs-html.tar.bz2 7021842 BLAKE2B 
7a5e3426ea47929289078f9fd2c4fc6b833ba172701ebe9d85f6f821d28bc0bbde1cf88fc99807cc9f7031039c10f451280baf3892040b28ad4733c1e53995fb
 SHA512 
900b82f558b08058390d52b18aa2bcee4a8e74fa9555e36fc924c822506c80f002e90d51b1e6263c0dde612937b6d419e76952288ad923ffcca8562c927a8e76

diff --git a/app-doc/python-docs/python-docs-3.10.13.ebuild 
b/app-doc/python-docs/python-docs-3.10.13.ebuild
new file mode 100644
index ..2ab918028481
--- /dev/null
+++ b/app-doc/python-docs/python-docs-3.10.13.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="HTML documentation for Python"
+HOMEPAGE="https://www.python.org/doc/;
+SRC_URI="https://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2;
+S="${WORKDIR}/python-${PV}-docs-html"
+
+LICENSE="PSF-2"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+
+src_install() {
+   rm -r _sources || die
+   docinto html
+   dodoc -r .
+
+   newenvd - 60python-docs-${SLOT} <<-EOF
+   
PYTHONDOCS_${SLOT//./_}="${EPREFIX}/usr/share/doc/${PF}/html/library"
+   EOF
+}



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

2023-08-24 Thread Michał Górny
commit: 76fc316672326265f68b041c37b2bdf3d81b599b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 16:13:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 16:18:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fc3166

dev-lang/python: Bump to 3.10.13

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

 dev-lang/python/Manifest  |   3 +
 dev-lang/python/python-3.10.13.ebuild | 498 ++
 2 files changed, 501 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 12430e700e59..5a447e42317f 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -2,6 +2,8 @@ DIST Python-2.7.18.tar.xz 12854736 BLAKE2B 
060a621c91dd8e3d321aec99d44c17aa67381
 DIST Python-2.7.18.tar.xz.asc 833 BLAKE2B 
1d98770e46171971fb4508d238c01d2755281d2f94353314014d9e83e0ec5f0b3e3950ea1fdf5fce9ba6b8f55312355845c2a3fc4291c27ee56fe6215448
 SHA512 
c2a5f5a52f47dec52460ad3275758d4e5de6e7075c3def4353c988d74d563a39b42cae2d5eb24e2a23a6247cef69100f91620b11a49c2359fbf99b203c9cbda8
 DIST Python-3.10.12.tar.xz 19654836 BLAKE2B 
f7a3e27b437003915e4ebeeba82d1cc0c9de169f6e4bfe8d957e910141767668f3f1dd19374c212dba09325465f859244b955f3ffd3d0e6e879cc31bb4229ed6
 SHA512 
5ea018e71bfe7872e02eaf8aef56d5583c0880e4ce5fbbdf8ea76da20c2e94ac6a3ba8badb4b7d1bc21853402a3b63541b04181737417b1626e786b696595cf5
 DIST Python-3.10.12.tar.xz.asc 833 BLAKE2B 
a0278118ce8e1806a68838e77f2448570e41791d968e23f27940e48ba996a21dbe3766e670180ec0f78d32d89aa7574a95e5232aa9173f2c58886069a76a4cca
 SHA512 
d5f1c98d8509e078bf7d7205f9fe25d028178fb7940cff406761c14a2689a82425f6bfe9b58b2aa6e9d4fee53626fb56658e56bd54028245de827dc5ebc1d7d8
+DIST Python-3.10.13.tar.xz 19663088 BLAKE2B 
d9a8edf89d0ccd665fd5ed444a144af240e078fcab1876fea8b44586c23651a08cf5833fc54c39e8471fd9e66ea0ded11fcaa5d215bc025acaf4504a15c5846d
 SHA512 
7579772e501486b2b07f78142082dee1e99c7643640098860ac0cf2ca87daf7588b0c00b1db1960146b37f56a6ed98fd08297c25c9a19b612cf6e6a258984da8
+DIST Python-3.10.13.tar.xz.asc 833 BLAKE2B 
b00222b30a6701e77c11c6019e2240be7cf42f2b4e558c03f7a058664d242a00665fbc52fdf03106e84c75f49b51b705d8acd1f381d1f41ada67c4647652ef4c
 SHA512 
3083e66f8d26128302dc77a0c6ba3bfefc4229928a1bbd06460f2fec2421188bd30d493e3bce138cde1fed1df206e1dda04912b9f43a0b81229f1e69135e3a7f
 DIST Python-3.11.4.tar.xz 19954828 BLAKE2B 
b423aa1838702f555160b41cd90d752180250381af9222d714f0545281e8577e14d7771dc2e1217d877ba31e85590da8adcc50b5019faaecdd775cd09b313d47
 SHA512 
7eb14fecbf60824d10c22a9057584c3a142c2866f4af6caa2525c10c8bcb24e6e7afb32a44a0e118df0a2b2543d578c3b422ffd4a5fa317dfe6ea371cc7ee1ee
 DIST Python-3.11.4.tar.xz.asc 833 BLAKE2B 
0384dfbda5f897e749d8fca21773c599d1910ce1188f3c2dbf9632c9a79347644e1354e0ec6fc182c387b9cd6c66b8c224e5bfd8237877786918414f8d49f5f7
 SHA512 
8ee82bf116b2cc7407e260eccf53e7fee4d7497165d0b9c3e59931c73f3b419bc0299b459eee9544a6e51e323ff0a6aa07827efd89f9c320b54556feeea04a78
 DIST Python-3.12.0b3.tar.xz 20220780 BLAKE2B 
78deb1efe3642bd11265fdb810d8e40d6d816ebadd55872bfa7de313956865d4370631449a7f0db7ca95f38643598753aaf94c9a02d44f9a2707f45bba41f77f
 SHA512 
2d83285ea09445da25204285937366b20793b12223f5a0979276633213773d14de6dbb6a311629b755962804d8521b30cf9fe032f447608b6df7af721a18ba0c
@@ -16,6 +18,7 @@ DIST Python-3.9.17.tar.xz 19647312 BLAKE2B 
eae9d1c0b9a6cd9ce84af75e58899bcd12716
 DIST Python-3.9.17.tar.xz.asc 833 BLAKE2B 
ff3dc342e89149b89b060d0bd8d2a147cc901bc64c1e97d3c21ca8ff2165cd4959ca76ae1df9dbc76039b43d75e8108382ad2d8954e4ae892d174f6eb3aaeb44
 SHA512 
948196f104539b2e05b17fb5ef2387be392c51513def7ab6f5b0f490d60e472e8df2dc6ec1df1d293a34d8c26a761412c93aabbdefd3390ee8bdef95a5d8
 DIST python-gentoo-patches-2.7.18_p16.tar.xz 35448 BLAKE2B 
0139c0944f62f9cdd236f6a8557e0ed19704c7d72869af1cb7d8bd3e646a746cd4a0201e1b44232a5e78ef49f254db20b0d0271bf744fbfd4fe0f1e99b8f3e6c
 SHA512 
810be590d0e06fab4b2165e6852ca49662f09dcd7e20b47a29f613ad7653252c8dfac3f0eb228d77c8a914efa7c08788b2fbd552a4b47504f5fd0ec17450c48f
 DIST python-gentoo-patches-3.10.12.tar.xz 13980 BLAKE2B 
8ca0e652b73634d9fa52fbdd5f224a68ca7f0d6798079e4e5dfa41a3619e9b387166c49551ec77fb2ee035680e1681c129d6db4f82531fe94f56aa46bc1c78e3
 SHA512 
e41f81afcbf0948a66bc3550225f69a48797eca7461e516ed5259584e4651fe81973c8e76ca4f4a32ef78247306ad33c7a85faea69797f3e090010a1dceff13f
+DIST python-gentoo-patches-3.10.13.tar.xz 13996 BLAKE2B 
0123a18c8c39397ac03b1be1d243d8ae4da9f62888f409157bc1781285c9c6cd3d9ec23f1ae7ff0e0591b3dd2934ee366b3eb235e7cc6663afc9d617c4fd42f2
 SHA512 
ddfc830d2ced508a64e202a6082930f53edb48411c19cc9f364b29977ecd5a4f052d0ce953bbfb7fdf26072acb2836e0b7d5ce55f941955f2039551fa1f48edd
 DIST python-gentoo-patches-3.11.4.tar.xz 7108 BLAKE2B 
185bc558a24bead21719d543319a47b36fcd6bdd22a5dcb11ad794a381b2bc51c28f5ea03ca1ad3359e3f96c081c10b08285e4354daf85a0535bfd2123d40d16
 SHA512 

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

2023-08-24 Thread Sam James
commit: 50ec6b06fccc685b3a6c0e6f302f673b6a598738
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 16:17:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 16:19:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ec6b06

net-dns/unbound: add 1.18.0_rc1

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

 net-dns/unbound/Manifest  |   2 +
 net-dns/unbound/unbound-1.18.0_rc1.ebuild | 214 ++
 2 files changed, 216 insertions(+)

diff --git a/net-dns/unbound/Manifest b/net-dns/unbound/Manifest
index 4676299dc02b..8cb2c73995b7 100644
--- a/net-dns/unbound/Manifest
+++ b/net-dns/unbound/Manifest
@@ -4,3 +4,5 @@ DIST unbound-1.17.0.tar.gz 6235060 BLAKE2B 
611c1b96ff84e6dd8f7a592135cc17f416cd8
 DIST unbound-1.17.0.tar.gz.asc 833 BLAKE2B 
8b77a16fa1287af7c12720cce0b45c1ab49f691a0516674d28009d5da8c71d5d56a9518e16fb752c2db58dc835223d55ff863bfc03971aa408eb0f65a65600bf
 SHA512 
e1567f088bdf0a96dbdcf365deccb72f42319b9b29510d5d9aefbe66df054446d3dcdfcc54826046af6e4f751aa518798b968685611b1b7f1860f66a96e32a57
 DIST unbound-1.17.1.tar.gz 6244773 BLAKE2B 
c2dec1608e28302da33ee72144bb8eb16cdff2e949e548f9ea5edb10b370e396085de641446b1f94daeb96a48a02f9361ebae69f72f3d449575fe3ce93dcdb5b
 SHA512 
10dd4c3aff77f1c0d19eb3c66956ed6ef1aae19e827d0b3259dc75d9de28dedd41862982a299e67ee07e17fb52058b4beee9d4b1d3bb0a3f633b9ba5b864d168
 DIST unbound-1.17.1.tar.gz.asc 833 BLAKE2B 
d78338da7ca590ef29403b24c271edf8f2eb026ad1f74ba9646f5539e41c6770e172133e1f1dbf1f31623d8f5828f78b8cc3a86bb72f1d6591967c98a994726b
 SHA512 
d663c2ebf9ba4420eb6cd351378d646ac4c9e88bd69913dc1c862a326e98329496a901c86b857f2c157c0401a289ff91e5ac83911477cb9894156c6d959b2b80
+DIST unbound-1.18.0rc1.tar.gz 6305462 BLAKE2B 
52de64e7b2670d8288d34c6dc277e10dc3913d6ee372b88547c931170425b7f640303748f766c556571cd56842fa14a281f3e648660f1df313b52f242dc9fac6
 SHA512 
0069b82a10aed1abb18b97311b8e817af2f83c74bfe69d202b69facaea9145a9a474a88091eac6a33237aa35a8d016a19e370c49e32cf63ba19f1da5f6bd98eb
+DIST unbound-1.18.0rc1.tar.gz.asc 833 BLAKE2B 
46e39bebcf2a41bfc91708cd31381fec0fce566618792ad7a4c5df0c5c2beff4e9cbd8f8234256a98a595d99759a247d55c026a0f46131636e1040b2f3f1
 SHA512 
86dda4b62facd17639c70b483f841fe84e2296fd450a9b6f5fbd2d99a2c0f1c0a5e4fd68142415e713d7b3be999714f54a51e407acbddfebf032a8ef1a1d1b9b

diff --git a/net-dns/unbound/unbound-1.18.0_rc1.ebuild 
b/net-dns/unbound/unbound-1.18.0_rc1.ebuild
new file mode 100644
index ..d5c98a2f3951
--- /dev/null
+++ b/net-dns/unbound/unbound-1.18.0_rc1.ebuild
@@ -0,0 +1,214 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/unbound.net.asc
+inherit autotools flag-o-matic multilib-minimal python-single-r1 systemd 
verify-sig
+
+MY_P=${PN}-${PV/_/}
+DESCRIPTION="A validating, recursive and caching DNS resolver"
+HOMEPAGE="https://unbound.net/ https://nlnetlabs.nl/projects/unbound/about/;
+SRC_URI="
+   https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz
+   verify-sig? ( https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz.asc 
)
+"
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="BSD GPL-2"
+SLOT="0/8" # ABI version of libunbound.so
+if [[ ${PV} != *_rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86"
+fi
+IUSE="debug dnscrypt dnstap +ecdsa ecs gost +http2 python redis selinux 
static-libs systemd test +tfo threads"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+# Note: expat is needed by executable only but the Makefile is custom
+# and doesn't make it possible to easily install the library without
+# the executables. MULTILIB_USEDEP may be dropped once build system
+# is fixed.
+DEPEND="
+   acct-group/unbound
+   acct-user/unbound
+   >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
+   >=dev-libs/libevent-2.0.21:0=[${MULTILIB_USEDEP}]
+   >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}]
+   dnscrypt? ( dev-libs/libsodium:=[${MULTILIB_USEDEP}] )
+   dnstap? (
+   dev-libs/fstrm[${MULTILIB_USEDEP}]
+   >=dev-libs/protobuf-c-1.0.2-r1:=[${MULTILIB_USEDEP}]
+   )
+   ecdsa? (
+   dev-libs/openssl:0[-bindist(-)]
+   )
+   http2? ( net-libs/nghttp2:=[${MULTILIB_USEDEP}] )
+   python? ( ${PYTHON_DEPS} )
+   redis? ( dev-libs/hiredis:= )
+   systemd? ( sys-apps/systemd )
+"
+BDEPEND="
+   virtual/pkgconfig
+   python? ( dev-lang/swig )
+   test? (
+   net-libs/ldns[examples(-)]
+   dev-util/splint
+   app-text/wdiff
+   )
+   verify-sig? ( sec-keys/openpgp-keys-unbound )
+"
+RDEPEND="
+   ${DEPEND}
+   net-dns/dnssec-root
+   selinux? ( sec-policy/selinux-bind )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.5.7-trust-anchor-file.patch
+   

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

2023-08-24 Thread Sam James
commit: 408c56b620fcdb973e2106193d58bcc65a856e92
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 16:09:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 16:19:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=408c56b6

net-vpn/tor: add 0.4.8.4, drop 0.4.8.3_rc

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

 net-vpn/tor/Manifest  | 6 +++---
 net-vpn/tor/{tor-0.4.8.3_rc.ebuild => tor-0.4.8.4.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index b3a25b764aaf..09563dd91da5 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -4,6 +4,6 @@ DIST tor-0.4.7.13.tar.gz.sha256sum.asc 716 BLAKE2B 
968a3852293ab9bcadac626862c9d
 DIST tor-0.4.7.14.tar.gz 8220496 BLAKE2B 
909bf9bbff68179f4aa66a875cd42b1ecebe2767c1789f46c0cc9cb67eaeb6777d1f42d68caa89cfad424069f50953c57461d39edbd776dfed453226f6e2250f
 SHA512 
3c11ae3f765351122984675401dd7d2015914e15257a2308020937d394d6375bf532a080bb2c4274ac068484edcd688c24c2264e206a28ef3d4d1161eca15436
 DIST tor-0.4.7.14.tar.gz.sha256sum 86 BLAKE2B 
41e0ceb68f7de77dcd74b7c48b733e18f2a452d82e588425a1fb25c92017208dd5c2dca588d32910ca13a6366ae1d1f76f758b76bf217e8bdad37f24a63436f3
 SHA512 
cf54d1021948ca11e240e31c64942e15683eea3df043d26d3293f92fef08a09253cad56120c2198c5099fcb5ae5ce8fc0bbd864d3cab869c885cfdc2af014b36
 DIST tor-0.4.7.14.tar.gz.sha256sum.asc 1321 BLAKE2B 
0ed3a4ab5c119f097367c2f2b88bd4f688382a7922ddac62aae5e6c128f017aaf5863b2214198bd217d6266e2d3d04e0f7ab06201fa183bd93841e37bfebac2a
 SHA512 
61f56c43c043a1b83fcb0252e0b6fb2cca29e39eb5041ac0b6337560839851bcd515ab314bd25e25d77c51408228cf5f39e5065d928ab73ee5851b86c3d46162
-DIST tor-0.4.8.3-rc.tar.gz 8425071 BLAKE2B 
14e151bbd5b5e2f59dc9db8aefc6902fdd3fa6c6f0edea759e8b8fff7c925bfeaa4b37779877358e08f68a86a42ffbaf803da8764f8b10ac640464dc95b481b5
 SHA512 
9cc13c68beadc8223a3d1f3c2f795a873bf201302a2b9042e2c3b9601f21d292843d2e9adde2bb22b7eb02c433ddad2d3adf8de73d2b0a052d0015e11823bb11
-DIST tor-0.4.8.3-rc.tar.gz.sha256sum 88 BLAKE2B 
a5dee663db3bb0183049043d3d2c9a0c996fd1ac7af155cf7eac255443eb5fe777ae85442a22b232b723217b8861d77b5dddfc95b8cc9253e449ad3c52304be0
 SHA512 
34e81d7b7148dfe00e7becc239637f2f1baaa4c485e7c87a8c920ffaf3b45a308cdaf1aed8ccf0636c012bf6a3d5ff955f27e51b8131335a7ec2257b541924f7
-DIST tor-0.4.8.3-rc.tar.gz.sha256sum.asc 716 BLAKE2B 
33980ca5e5946f0324c724336a3966c0484ff9fd2655dae222a4bd3cbbfaed4cb5906ba3b0da59a8fa187ab182bbb0c31e4d3f7b32955fdf5a634e8d430164f0
 SHA512 
2498779691fad21c15d65f5119ba24563d13b631248be0281a270e9d382caff7ed18bae2dbea68b824e12cbc0cd7c650a4833357203b6a67f7ad30161dadefed
+DIST tor-0.4.8.4.tar.gz 8288772 BLAKE2B 
e283d828fede259b1186b45214d466ff7ee79c835d68d0253537cd44b4dfdc4effe97ffb864d788eb0c65e7c09dc79673b1f191662c3641917a36af935cb9e7f
 SHA512 
a27380b3e0f33148fe86aa8815a9ff6476fe1531427990508d7cbe1770ddedbde56ac797674154a7ca590eb7ce08ebc56e0a4d84f9e27f6eaf1faf3a836faa8b
+DIST tor-0.4.8.4.tar.gz.sha256sum 85 BLAKE2B 
83a237b60e9a5217e61da9f12c53e2cdb59e329af88b255b74a6225cf4055d99fe3c2028aea519e496e4a3c4204fe2ea098899a31d91d21bc311fc2fc90f2f32
 SHA512 
34cdc256cf0e0907cea8eb4bb7b93c22750609241a3296cd229525193e4f429180bfafeee8ae08f992e4a56821dbc32ba7f58ee31abab274a4dac0730df0d42f
+DIST tor-0.4.8.4.tar.gz.sha256sum.asc 1321 BLAKE2B 
6771028385a9d13ff00314ac98b6b03a3ff532385157e5157869eeddd188e9a1a27ef9c233d40f666d3e7c5f9a8c801d4e9402ea4bbeb7260e88240a389d6fe9
 SHA512 
bd29b25c271ca8c11ffd3580e54218a1057053ed988e0c9b433365b4fedf718c0a4b6e6f183f280d7d06e2249a4a9440247346afad640b70d62c542131d62410

diff --git a/net-vpn/tor/tor-0.4.8.3_rc.ebuild b/net-vpn/tor/tor-0.4.8.4.ebuild
similarity index 100%
rename from net-vpn/tor/tor-0.4.8.3_rc.ebuild
rename to net-vpn/tor/tor-0.4.8.4.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-admin/spectre-meltdown-checker/

2023-08-24 Thread Sam James
commit: bccdb0140de9c1e9fbdba14fec1b22ee76f340e8
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 16:27:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 16:27:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccdb014

app-admin/spectre-meltdown-checker: Stabilize 0.46 arm64, #912892

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

 app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild 
b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild
index 5982831e6b26..2983ac8d8e83 100644
--- a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild
+++ b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/speed47/spectre-meltdown-checker.git;
 else
SRC_URI="https://github.com/speed47/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~x86"
 fi
 
 DESCRIPTION="Spectre & Meltdown vulnerability/mitigation checker for Linux"



[gentoo-commits] repo/gentoo:master commit in: app-admin/spectre-meltdown-checker/

2023-08-24 Thread Sam James
commit: 9617c780a692c854235d31e329644739851c532d
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 16:27:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 16:27:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9617c780

app-admin/spectre-meltdown-checker: Stabilize 0.46 amd64, #912892

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

 app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild 
b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild
index 2983ac8d8e83..70f6a83bac33 100644
--- a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild
+++ b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/speed47/spectre-meltdown-checker.git;
 else
SRC_URI="https://github.com/speed47/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm arm64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~x86"
 fi
 
 DESCRIPTION="Spectre & Meltdown vulnerability/mitigation checker for Linux"



[gentoo-commits] repo/gentoo:master commit in: app-admin/spectre-meltdown-checker/

2023-08-24 Thread Sam James
commit: 74a3f3de73995e5e7ca88f63697d027f1c417c9d
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 16:27:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 16:27:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a3f3de

app-admin/spectre-meltdown-checker: Stabilize 0.46 x86, #912892

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

 app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild 
b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild
index 70f6a83bac33..b32967488810 100644
--- a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild
+++ b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/speed47/spectre-meltdown-checker.git;
 else
SRC_URI="https://github.com/speed47/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 x86"
 fi
 
 DESCRIPTION="Spectre & Meltdown vulnerability/mitigation checker for Linux"



[gentoo-commits] repo/gentoo:master commit in: app-admin/spectre-meltdown-checker/

2023-08-24 Thread Sam James
commit: d4f76a0e28a18abde5d0168dc1f56923c494f01c
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 16:27:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 16:27:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f76a0e

app-admin/spectre-meltdown-checker: Stabilize 0.46 arm, #912892

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

 app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild 
b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild
index b32967488810..020346717994 100644
--- a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild
+++ b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.46.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/speed47/spectre-meltdown-checker.git;
 else
SRC_URI="https://github.com/speed47/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 x86"
+   KEYWORDS="amd64 arm arm64 x86"
 fi
 
 DESCRIPTION="Spectre & Meltdown vulnerability/mitigation checker for Linux"



[gentoo-commits] repo/proj/guru:dev commit in: dev-lang/cc65/

2023-08-24 Thread Seth Price
commit: 5a5e5ff13e23f1fa621a1039939bfe8bc6893004
Author: Seth Price  aol  com>
AuthorDate: Thu Aug 24 16:32:27 2023 +
Commit: Seth Price  aol  com>
CommitDate: Thu Aug 24 16:38:38 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a5e5ff1

dev-lang/cc65: do not call toolchain directly

Closes: https://bugs.gentoo.org/912926
Signed-off-by: Seth Price  aol.com>

 dev-lang/cc65/{cc65-2.19-r2.ebuild => cc65-2.19-r3.ebuild} | 6 --
 dev-lang/cc65/{cc65-.ebuild => cc65--r1.ebuild}| 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-lang/cc65/cc65-2.19-r2.ebuild 
b/dev-lang/cc65/cc65-2.19-r3.ebuild
similarity index 67%
rename from dev-lang/cc65/cc65-2.19-r2.ebuild
rename to dev-lang/cc65/cc65-2.19-r3.ebuild
index d830a1e872..101856cdd6 100644
--- a/dev-lang/cc65/cc65-2.19-r2.ebuild
+++ b/dev-lang/cc65/cc65-2.19-r3.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit toolchain-funcs
+
 DESCRIPTION="Cross-development package for 65(C)02 systems"
 HOMEPAGE="https://cc65.github.io/;
 SRC_URI="https://github.com/cc65/cc65/archive/refs/tags/V${PV}.tar.gz;
@@ -12,10 +14,10 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 src_compile() {
-   emake PREFIX="${EPREFIX}/usr"
+   emake CC="$(tc-getCC)" AR="$(tc-getAR)" PREFIX="${EPREFIX}/usr"
 }
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+   emake CC="$(tc-getCC)" AR="$(tc-getAR)" DESTDIR="${D}" 
PREFIX="${EPREFIX}/usr" install
dodoc README.md
 }

diff --git a/dev-lang/cc65/cc65-.ebuild b/dev-lang/cc65/cc65--r1.ebuild
similarity index 69%
rename from dev-lang/cc65/cc65-.ebuild
rename to dev-lang/cc65/cc65--r1.ebuild
index f7f4043e76..184c42aa06 100644
--- a/dev-lang/cc65/cc65-.ebuild
+++ b/dev-lang/cc65/cc65--r1.ebuild
@@ -13,10 +13,10 @@ LICENSE="ZLIB"
 SLOT="0"
 
 src_compile() {
-   emake PREFIX="${EPREFIX}/usr"
+   emake CC="$(tc-getCC)" AR="$(tc-getAR)" PREFIX="${EPREFIX}/usr"
 }
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+   emake CC="$(tc-getCC)" AR="$(tc-getAR)" DESTDIR="${D}" 
PREFIX="${EPREFIX}/usr" install
dodoc README.md
 }



[gentoo-commits] repo/proj/guru:dev commit in: dev-lang/cc65/

2023-08-24 Thread Seth Price
commit: 4114ebaee8ba41090cc4aa857028a576d256f128
Author: Seth Price  aol  com>
AuthorDate: Thu Aug 24 16:39:15 2023 +
Commit: Seth Price  aol  com>
CommitDate: Thu Aug 24 16:39:15 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4114ebae

dev-lang/cc65: inherit toolchain-funcs

Signed-off-by: Seth Price  aol.com>

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

diff --git a/dev-lang/cc65/cc65--r1.ebuild 
b/dev-lang/cc65/cc65--r1.ebuild
index 184c42aa06..dc3fbf25fd 100644
--- a/dev-lang/cc65/cc65--r1.ebuild
+++ b/dev-lang/cc65/cc65--r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit git-r3
+inherit git-r3 toolchain-funcs
 
 DESCRIPTION="Cross-development package for 65(C)02 systems"
 HOMEPAGE="https://cc65.github.io/;



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

2023-08-24 Thread Arthur Zamarin
commit: ff7dba2b0fb4424960bac742b925e1e0284abaae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 24 16:49:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 24 16:50:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7dba2b

app-text/sigil: add 2.0.1

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

 app-text/sigil/Manifest   |  1 +
 app-text/sigil/sigil-2.0.1.ebuild | 86 +++
 2 files changed, 87 insertions(+)

diff --git a/app-text/sigil/Manifest b/app-text/sigil/Manifest
index 36cafa83b8c4..f18571ca1e4d 100644
--- a/app-text/sigil/Manifest
+++ b/app-text/sigil/Manifest
@@ -1 +1,2 @@
 DIST sigil-1.9.30.tar.gz 26602897 BLAKE2B 
554af2aa4c26994c065023839ea29b190eea501cac1183d58dcf2439ebca89e0a56848aaec1d668cfb84555c6830eaf6d32efdc82b08e0c94d7b6ba95dd7ff8b
 SHA512 
80dcaa9dcee51c36a42bcd57fc87acda94002af74602d934c7e9bfd275339d9ac200cd1f141fb9e2709ac054569bc22f1869623498ce16c636a3fab8dae4e70f
+DIST sigil-2.0.1.tar.gz 26778961 BLAKE2B 
d2bdd3c24410285eea3e3655638f2aa2ec8b84b60b8dadda9ad2e40a404e61eebf93ecc188b0aa08967aef42e34c83c884853cdd782a7bc8c5a0d6d235058cfe
 SHA512 
9ba8fd2e844288eae01be9e65e3fc210eeeb096e54c83ebcea5c95be9c1ce44054f19589c294e812f8bc6bb489aebdf237670121b254e9b1c55cc10622f03f81

diff --git a/app-text/sigil/sigil-2.0.1.ebuild 
b/app-text/sigil/sigil-2.0.1.ebuild
new file mode 100644
index ..0f6e2298657c
--- /dev/null
+++ b/app-text/sigil/sigil-2.0.1.ebuild
@@ -0,0 +1,86 @@
+# 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="tk"
+
+inherit xdg cmake python-single-r1
+
+DESCRIPTION="Multi-platform WYSIWYG ebook editor for ePub format"
+HOMEPAGE="https://sigil-ebook.com/ https://github.com/Sigil-Ebook/Sigil;
+SRC_URI="https://github.com/Sigil-Ebook/Sigil/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${P^}"
+
+LICENSE="GPL-3+ Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+plugins +qt5 qt6"
+REQUIRED_USE="${PYTHON_REQUIRED_USE} ^^ ( qt5 qt6 )"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   app-text/hunspell:=
+   dev-libs/libpcre2:=[pcre16]
+   sys-libs/zlib[minizip]
+   $(python_gen_cond_dep '
+   dev-python/css-parser[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]')
+   plugins? ( $(python_gen_cond_dep '
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/cssselect[${PYTHON_USEDEP}]
+   dev-python/dulwich[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]'
+   ) )
+   qt5? (
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwebengine:5[widgets]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   )
+   qt6? (
+   dev-qt/qtbase:6[concurrent,cups,network,widgets,xml]
+   dev-qt/qt5compat:6
+   dev-qt/qtwebengine:6[widgets]
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   qt5? ( dev-qt/linguist-tools:5 )
+   qt6? ( dev-qt/qttools:6[linguist] )
+   virtual/pkgconfig
+"
+
+DOCS=( ChangeLog.txt README.md )
+
+src_configure() {
+   local mycmakeargs=(
+   -DTRY_NEWER_FINDPYTHON3=1
+   -DPython3_INCLUDE_DIR="$(python_get_includedir)"
+   -DPython3_LIBRARY="$(python_get_library_path)"
+   -DPython3_EXECUTABLE="${PYTHON}"
+
+   -DUSE_QT6=$(usex qt6)
+   -DINSTALL_BUNDLED_DICTS=0
+   -DSYSTEM_LIBS_REQUIRED=1
+   -DUSE_SYSTEM_LIBS=1
+   )
+   # use system-mathjax && mycmakeargs+=( 
-DMATHJAX3_DIR="${EPREFIX}"/usr/share/mathjax )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   python_fix_shebang "${ED}"/usr/share/sigil/
+   python_optimize "${ED}"/usr/share/sigil/
+}



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

2023-08-24 Thread Bernard Cafarelli
commit: d9f01e2a4162d468de1ef0d97a42140eabe1fad6
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Aug 24 16:59:53 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Aug 24 17:01:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f01e2a

x11-wm/windowmaker: add 0.96.0

Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-wm/windowmaker/Manifest  |   1 +
 x11-wm/windowmaker/windowmaker-0.96.0.ebuild | 117 +++
 2 files changed, 118 insertions(+)

diff --git a/x11-wm/windowmaker/Manifest b/x11-wm/windowmaker/Manifest
index 7a00227b114a..46c63484b909 100644
--- a/x11-wm/windowmaker/Manifest
+++ b/x11-wm/windowmaker/Manifest
@@ -1,2 +1,3 @@
 DIST WindowMaker-0.95.9.tar.gz 3397167 BLAKE2B 
ec751fe0139b359933f4388f8dac3f2bf18db1f28fb4cb290d86db1ded9ffdab0cf51b451e28475bc51ee2735cb71c7fd2b01fa7472f5f0f4f1a1e00e1509339
 SHA512 
ca3ddc863f5b5b782e90f38c0019fe14d1109d6b11d0a3d5d6c728ddc1817747eea92e22e36933d445e72c70661e039ee56efa70f2654657c8980269fd5b4584
+DIST WindowMaker-0.96.0.tar.gz 3443048 BLAKE2B 
75fd73cfcf7a57f68120bdc1ac50781bb460da54641b5f42e369008b9066b9183cb7ef60f436627edf8c241ea24ca5c44ef894c1ff0cae64f3a5b2d24df8db93
 SHA512 
cca1796722803922aa28ea20534f10566b594b7a69eba8c1da6bd1305654583f39ef67f10fd6a550730714e728d876f807aee50968e9392190bb9dc7ffe8409a
 DIST WindowMaker-extra-0.1.tar.gz 238018 BLAKE2B 
865b12975d0cdefc1f05a76344b449fdcf8a2841d6a7adf1ab6435857d89cbc4fda22bb62432a1bbba921267380d00a0cded718bfbd344bbb5e6207e59b76096
 SHA512 
0fe9b3ffc093942db167d8a01e15c0f6741f3a40959d1434ea4f23e7b9d4a9c13935a61eabef9691e5fdfd4e407564caafce15c2d65d66499960a6764a874ab8

diff --git a/x11-wm/windowmaker/windowmaker-0.96.0.ebuild 
b/x11-wm/windowmaker/windowmaker-0.96.0.ebuild
new file mode 100644
index ..22deff8a8194
--- /dev/null
+++ b/x11-wm/windowmaker/windowmaker-0.96.0.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit desktop
+
+DESCRIPTION="The fast and light GNUstep window manager"
+HOMEPAGE="https://www.windowmaker.org/;
+SRC_URI="
+https://github.com/window-maker/wmaker/releases/download/wmaker-${PV}/${P/windowm/WindowM}.tar.gz
+   
https://www.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.gz;
+
+SLOT="0"
+LICENSE="GPL-2"
+IUSE="gif imagemagick jpeg modelock nls png tiff webp xinerama +xpm xrandr"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+
+DEPEND="media-libs/fontconfig
+   >=x11-libs/libXft-2.1.0
+   x11-libs/libXmu
+   x11-libs/libXpm
+   x11-libs/libXt
+   x11-libs/libXv
+   gif? ( >=media-libs/giflib-4.1.0-r3 )
+   imagemagick? ( >=media-gfx/imagemagick-7:0= )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   nls? ( virtual/libintl )
+   png? ( media-libs/libpng:= )
+   tiff? ( media-libs/tiff:= )
+   webp? ( media-libs/libwebp:= )
+   xinerama? ( x11-libs/libXinerama )
+   xrandr? ( x11-libs/libXrandr )"
+RDEPEND="${DEPEND}"
+BDEPEND="nls? ( >=sys-devel/gettext-0.10.39 )"
+
+S=${WORKDIR}/${P/windowm/WindowM}
+
+DOCS=( AUTHORS BUGFORM BUGS ChangeLog INSTALL-WMAKER FAQ
+   NEWS README README.definable-cursor README.i18n TODO )
+
+src_prepare() {
+   # Fix some paths
+   for file in WindowMaker/*menu* util/wmgenmenu.c; do
+   if [[ -r $file ]] ; then
+   sed -i -e 
"s|/usr/local/GNUstep/Applications/WPrefs.app|${EPREFIX}/usr/bin/|g;" "$file" 
|| die
+   sed -i -e 
"s|/usr/local/share/WindowMaker|${EPREFIX}/usr/share/WindowMaker|g;" "$file" || 
die
+   sed -i -e 
"s|/opt/share/WindowMaker|${EPREFIX}/usr/share/WindowMaker|g;" "$file" || die
+   fi
+   done
+
+   default
+}
+
+src_configure() {
+   local -a myeconfargs=(
+   # image format types
+   $(use_enable gif)
+   $(use_enable imagemagick magick)
+   $(use_enable jpeg)
+   $(use_enable png)
+   $(use_enable tiff)
+   $(use_enable webp)
+   $(use_enable xpm)
+
+   # optional X capabilities
+   $(use_enable modelock)
+   $(use_enable xinerama)
+   $(use_enable xrandr randr)
+   )
+
+   # NLS depends on whether LINGUAS is empty
+   if use nls; then
+   myeconfargs+=( LINGUAS="${LINGUAS:-$(cd po; x=(*.po); echo 
${x[*]%.po})}" )
+   else
+   myeconfargs+=( LINGUAS= )
+   fi
+
+   econf \
+   --localedir="${EPREFIX}"/usr/share/locale \
+   --sysconfdir="${EPREFIX}"/etc/X11 \
+   --disable-static \
+   --enable-usermenu \
+   --with-{incs,libs}-from= \
+   --with-pixmapdir="${EPREFIX}"/usr/share/pixmaps \
+   

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

2023-08-24 Thread Bernard Cafarelli
commit: a9faf036d9beccadaa18c4c20e65538cda570b06
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Aug 24 17:01:24 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Aug 24 17:01:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9faf036

x11-wm/windowmaker: sync live ebuild

Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-wm/windowmaker/windowmaker-.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/x11-wm/windowmaker/windowmaker-.ebuild 
b/x11-wm/windowmaker/windowmaker-.ebuild
index e156f2ab7dfc..ad2be5a87876 100644
--- a/x11-wm/windowmaker/windowmaker-.ebuild
+++ b/x11-wm/windowmaker/windowmaker-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-inherit autotools desktop git-r3
+EAPI=8
+inherit desktop git-r3
 
 DESCRIPTION="The fast and light GNUstep window manager"
 HOMEPAGE="https://www.windowmaker.org/;
@@ -54,7 +54,6 @@ src_prepare() {
done
 
default
-   eautoreconf
 }
 
 src_configure() {



[gentoo-commits] proj/portage:master commit in: bin/, misc/

2023-08-24 Thread Ulrich Müller
commit: 26bd466e1620c26adbfc78195a8f35475b49d57a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Aug 24 06:48:42 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Aug 24 06:48:42 2023 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=26bd466e

emerge-webrsync: Avoid double slash when expanding EPREFIX

Signed-off-by: Ulrich Müller  gentoo.org>

 bin/emerge-webrsync| 6 +++---
 misc/emerge-delta-webrsync | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bin/emerge-webrsync b/bin/emerge-webrsync
index 782a6052eb..99da05543a 100755
--- a/bin/emerge-webrsync
+++ b/bin/emerge-webrsync
@@ -25,7 +25,7 @@
 #
 
 # Opportunistically use gentoo-functions for nicer output
-functions_script="${EPREFIX:-/}/lib/gentoo/functions.sh"
+functions_script="${EPREFIX}/lib/gentoo/functions.sh"
 source "${functions_script}" || {
echo "${argv0}: Could not source ${functions_script}!" 1>&2
 
@@ -272,7 +272,7 @@ check_file_signature_gemato() {
if [[ -n ${PORTAGE_GPG_KEY} ]] ; then
local key="${PORTAGE_GPG_KEY}"
else
-   local 
key="${EPREFIX:-/}"/usr/share/openpgp-keys/gentoo-release.asc
+   local 
key="${EPREFIX}/usr/share/openpgp-keys/gentoo-release.asc"
fi
 
if [[ ! -f "${key}" ]] ; then
@@ -319,7 +319,7 @@ check_file_signature_gpg_unwrapped() {
if [[ -n ${PORTAGE_GPG_KEY} ]] ; then
local key="${PORTAGE_GPG_KEY}"
else
-   local 
key="${EPREFIX:-/}"/usr/share/openpgp-keys/gentoo-release.asc
+   local 
key="${EPREFIX}/usr/share/openpgp-keys/gentoo-release.asc"
fi
 
if [[ ! -f "${key}" ]] ; then

diff --git a/misc/emerge-delta-webrsync b/misc/emerge-delta-webrsync
index 610a03f8f7..12930a0a68 100755
--- a/misc/emerge-delta-webrsync
+++ b/misc/emerge-delta-webrsync
@@ -20,7 +20,7 @@
 #
 
 # Opportunistically use gentoo-functions for nicer output
-functions_script="${EPREFIX:-/}/lib/gentoo/functions.sh"
+functions_script="${EPREFIX}/lib/gentoo/functions.sh"
 source "${functions_script}" || {
echo "${argv0}: Could not source ${functions_script}!" 1>&2
 
@@ -383,7 +383,7 @@ check_file_signature_gemato() {
if [[ -n ${PORTAGE_GPG_KEY} ]] ; then
local key="${PORTAGE_GPG_KEY}"
else
-   local 
key="${EPREFIX:-/}"/usr/share/openpgp-keys/gentoo-release.asc
+   local 
key="${EPREFIX}/usr/share/openpgp-keys/gentoo-release.asc"
fi
 
if [[ ! -f "${key}" ]] ; then
@@ -430,7 +430,7 @@ check_file_signature_gpg_unwrapped() {
if [[ -n ${PORTAGE_GPG_KEY} ]] ; then
local key="${PORTAGE_GPG_KEY}"
else
-   local 
key="${EPREFIX:-/}"/usr/share/openpgp-keys/gentoo-release.asc
+   local 
key="${EPREFIX}/usr/share/openpgp-keys/gentoo-release.asc"
fi
 
if [[ ! -f "${key}" ]] ; then



[gentoo-commits] repo/proj/guru:dev commit in: media-video/kooha/

2023-08-24 Thread Konstantin Tutsch
commit: 6481a90a0955c9038c5d59e20902060f31987046
Author: Konstantin Tutsch  konstantintutsch  de>
AuthorDate: Thu Aug 24 12:00:56 2023 +
Commit: Konstantin Tutsch  konstantintutsch  de>
CommitDate: Thu Aug 24 12:01:43 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6481a90a

media-video/kooha: add libpulse-mainloop-glib dependency

Closes: https://bugs.gentoo.org/912929
Signed-off-by: Konstantin Tutsch  konstantintutsch.de>

 media-video/kooha/kooha-2.2.3.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-video/kooha/kooha-2.2.3.ebuild 
b/media-video/kooha/kooha-2.2.3.ebuild
index a1e0852980..00c7b40734 100644
--- a/media-video/kooha/kooha-2.2.3.ebuild
+++ b/media-video/kooha/kooha-2.2.3.ebuild
@@ -161,7 +161,8 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
 
-IUSE="x264 vaapi"
+IUSE="x264 vaapi test"
+RESTRICT="!test? ( test )"
 
 IDEPEND=">=dev-util/meson-1.1.1
 >=dev-util/ninja-1.11.1-r2
@@ -174,7 +175,8 @@ x264? ( >=media-libs/x264-0.0.20220222
 vaapi? ( >=media-plugins/gst-plugins-vaapi-1.20.6 )
 >=dev-libs/glib-2.76.3
 >=gui-libs/gtk-4.10.4
->=gui-libs/libadwaita-1.3.3"
+>=gui-libs/libadwaita-1.3.3
+>=media-libs/libpulse-15.0[glib]"
 DEPEND=">=media-video/pipewire-0.3.77-r1[gstreamer]
 >=sys-apps/xdg-desktop-portal-1.16.0-r1"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/g4music/

2023-08-24 Thread Konstantin Tutsch
commit: f8426c6050f94f06f679741a60ee1c32f68f3f9b
Author: Konstantin Tutsch  konstantintutsch  de>
AuthorDate: Thu Aug 24 12:20:09 2023 +
Commit: Konstantin Tutsch  konstantintutsch  de>
CommitDate: Thu Aug 24 12:20:09 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8426c60

media-sound/g4music: add gstreamer-tag dependency

Closes: https://bugs.gentoo.org/912927
Signed-off-by: Konstantin Tutsch  konstantintutsch.de>

 media-sound/g4music/g4music-3.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/g4music/g4music-3.2.ebuild 
b/media-sound/g4music/g4music-3.2.ebuild
index 6fa717dac6..2f4669628e 100644
--- a/media-sound/g4music/g4music-3.2.ebuild
+++ b/media-sound/g4music/g4music-3.2.ebuild
@@ -19,6 +19,7 @@ IUSE="pipewire"
 IDEPEND=">=gui-libs/gtk-4.6
 >=gui-libs/libadwaita-1
 >=media-libs/gstreamer-1.20.6[introspection]
+>=media-plugins/gst-plugins-taglib-1.20.6
 >=dev-lang/vala-0.56.8
 pipewire? ( media-video/pipewire[gstreamer] )"
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-radio/chirp/

2023-08-24 Thread Rick Farina
commit: 8744d7629019f113846078d4771ce8fc289be683
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Aug 24 14:52:03 2023 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Aug 24 14:52:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8744d762

media-radio/chirp: keyword 20230818 for ~x86

Signed-off-by: Rick Farina  gentoo.org>

 media-radio/chirp/chirp-20230818.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/chirp/chirp-20230818.ebuild 
b/media-radio/chirp/chirp-20230818.ebuild
index d070272cc3de..5b1a95d408b4 100644
--- a/media-radio/chirp/chirp-20230818.ebuild
+++ b/media-radio/chirp/chirp-20230818.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://trac.chirp.danplanet.com/${PN}_next/next-${PV}/${P}.tar.gz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="+gui radioreference"
 
 RDEPEND="$(python_gen_cond_dep '



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

2023-08-24 Thread Rick Farina
commit: bbb9d932d47ec5b5337b5c17fefdceaa12566f48
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Aug 24 14:51:46 2023 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Aug 24 14:51:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb9d932

dev-python/yattag: keyword 1.15.1 for ~x86

Signed-off-by: Rick Farina  gentoo.org>

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

diff --git a/dev-python/yattag/yattag-1.15.1.ebuild 
b/dev-python/yattag/yattag-1.15.1.ebuild
index 54cd73c2f056..144f95618081 100644
--- a/dev-python/yattag/yattag-1.15.1.ebuild
+++ b/dev-python/yattag/yattag-1.15.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.yattag.org/;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 distutils_enable_tests unittest
 



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

2023-08-24 Thread William Hubbs
commit: b03f1a2c3218a46cb502a2fdf978ea370d218990
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Aug 24 14:56:41 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Aug 24 14:56:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03f1a2c

sys-apps/gentoo-functions: drop 0.17

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

 sys-apps/gentoo-functions/Manifest |  1 -
 .../gentoo-functions/gentoo-functions-0.17.ebuild  | 27 --
 2 files changed, 28 deletions(-)

diff --git a/sys-apps/gentoo-functions/Manifest 
b/sys-apps/gentoo-functions/Manifest
index f77fb3b45d19..54b0be97596b 100644
--- a/sys-apps/gentoo-functions/Manifest
+++ b/sys-apps/gentoo-functions/Manifest
@@ -1,2 +1 @@
-DIST gentoo-functions-0.17.tar.bz2 10798 BLAKE2B 
1b725945421ab36b1412f9addc22e9fe299c0e6460790ee2832b9f63d4c06b86bb0d054b01505640a5dc1e62f3cd257628717fec852116a4c8b2c9f9d2d149ee
 SHA512 
6a3de93b5e4d761a53a622f41e6079606cc4ad8a964771d49dafdefbb632afdf722fd055d261e494aa0be956c4160c49a775ab40c927c5340b8e4da275ef51fb
 DIST gentoo-functions-0.19.tar.bz2 12079 BLAKE2B 
be0a3a54d4dee1755866047b670a69cd6fec368239123c3f0c08180b79a33c20147bca0e35e568faef6877513551e731bdf0c181aeb0460f6574d2d708219373
 SHA512 
2674d3fe5724cc6d685ae58bf0ee33f4a1bdba2c5e5809cfb193fd0a710d4678c2d9392c2c62d2321cf455f524950266dc1629ab684fe46632d179e539d5a39e

diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.17.ebuild 
b/sys-apps/gentoo-functions/gentoo-functions-0.17.ebuild
deleted file mode 100644
index f22e4423d3d4..
--- a/sys-apps/gentoo-functions/gentoo-functions-0.17.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2014-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-functions.git;
-else
-   
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-functions.git/snapshot/${P}.tar.bz2;
-   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"
-fi
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Base functions required by all Gentoo systems"
-HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-functions.git;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-src_configure() {
-   tc-export CC
-   append-lfs-flags
-   export ROOTPREFIX="${EPREFIX}"
-   export PREFIX="${EPREFIX}/usr"
-}



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

2023-08-24 Thread Sam James
commit: e0bfeb250d886e096fd861a5d280e798c1e16e9c
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 14:57:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 14:57:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0bfeb25

sys-libs/glibc: don't show upgrade_warning for cross-*

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

 sys-libs/glibc/glibc-2.37-r4.ebuild | 2 ++
 sys-libs/glibc/glibc-2.38-r1.ebuild | 2 ++
 sys-libs/glibc/glibc-.ebuild| 2 ++
 3 files changed, 6 insertions(+)

diff --git a/sys-libs/glibc/glibc-2.37-r4.ebuild 
b/sys-libs/glibc/glibc-2.37-r4.ebuild
index 6a907b7f56e4..28494cebf365 100644
--- a/sys-libs/glibc/glibc-2.37-r4.ebuild
+++ b/sys-libs/glibc/glibc-2.37-r4.ebuild
@@ -864,6 +864,8 @@ sanity_prechecks() {
 }
 
 upgrade_warning() {
+   is_crosscompile && return
+
if [[ ${MERGE_TYPE} != buildonly && -n ${REPLACING_VERSIONS} && -z 
${ROOT} ]]; then
local oldv newv=$(ver_cut 1-2 ${PV})
for oldv in ${REPLACING_VERSIONS}; do

diff --git a/sys-libs/glibc/glibc-2.38-r1.ebuild 
b/sys-libs/glibc/glibc-2.38-r1.ebuild
index ee566898a630..1182ef8ae5ac 100644
--- a/sys-libs/glibc/glibc-2.38-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.38-r1.ebuild
@@ -864,6 +864,8 @@ sanity_prechecks() {
 }
 
 upgrade_warning() {
+   is_crosscompile && return
+
if [[ ${MERGE_TYPE} != buildonly && -n ${REPLACING_VERSIONS} && -z 
${ROOT} ]]; then
local oldv newv=$(ver_cut 1-2 ${PV})
for oldv in ${REPLACING_VERSIONS}; do

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index c80a8e763200..6863e2427bf6 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -864,6 +864,8 @@ sanity_prechecks() {
 }
 
 upgrade_warning() {
+   is_crosscompile && return
+
if [[ ${MERGE_TYPE} != buildonly && -n ${REPLACING_VERSIONS} && -z 
${ROOT} ]]; then
local oldv newv=$(ver_cut 1-2 ${PV})
for oldv in ${REPLACING_VERSIONS}; do



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/toot/

2023-08-24 Thread Konstantin Tutsch
commit: 76382483a48247ebb293ba3817e762cafdadca3f
Author: Konstantin Tutsch  konstantintutsch  de>
AuthorDate: Thu Aug 24 11:03:23 2023 +
Commit: Konstantin Tutsch  konstantintutsch  de>
CommitDate: Thu Aug 24 11:03:59 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76382483

net-misc/toot: add testing dependency

Signed-off-by: Konstantin Tutsch  konstantintutsch.de>

 net-misc/toot/toot-0.38.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-misc/toot/toot-0.38.1.ebuild b/net-misc/toot/toot-0.38.1.ebuild
index 2633cd02d6..5ef8b31420 100644
--- a/net-misc/toot/toot-0.38.1.ebuild
+++ b/net-misc/toot/toot-0.38.1.ebuild
@@ -20,7 +20,8 @@ DEPEND=">=dev-python/urwid-2.1.2-r1
 >=dev-python/wcwidth-0.2.6
 >=media-fonts/symbola-13.00
 >=dev-python/beautifulsoup4-4.12.2
->=dev-python/tomlkit-0.11.8"
+>=dev-python/tomlkit-0.11.8
+test? ( dev-python/psycopg:2 )"
 RDEPEND="${DEPEND}"
 BDEPEND=""
 



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/toot/

2023-08-24 Thread Konstantin Tutsch
commit: af321fdd7e2cedc922292855d81c86545be22f80
Author: Konstantin Tutsch  konstantintutsch  de>
AuthorDate: Thu Aug 24 11:13:01 2023 +
Commit: Konstantin Tutsch  konstantintutsch  de>
CommitDate: Thu Aug 24 11:13:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af321fdd

net-misc/toot: add pytest testing dependency

Signed-off-by: Konstantin Tutsch  konstantintutsch.de>

 net-misc/toot/toot-0.38.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-misc/toot/toot-0.38.1.ebuild b/net-misc/toot/toot-0.38.1.ebuild
index 5ef8b31420..6e1db62ccd 100644
--- a/net-misc/toot/toot-0.38.1.ebuild
+++ b/net-misc/toot/toot-0.38.1.ebuild
@@ -21,7 +21,8 @@ DEPEND=">=dev-python/urwid-2.1.2-r1
 >=media-fonts/symbola-13.00
 >=dev-python/beautifulsoup4-4.12.2
 >=dev-python/tomlkit-0.11.8
-test? ( dev-python/psycopg:2 )"
+test? ( dev-python/psycopg:2
+>=dev-python/pytest-7.4.0 )"
 RDEPEND="${DEPEND}"
 BDEPEND=""
 



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

2023-08-24 Thread Andreas K. Hüttel
commit: caf7bf40a7ea17b23695f35249573cb9bf621b79
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Aug 24 11:22:54 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Aug 24 11:22:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf7bf40

sys-libs/glibc: keyword 2.38-r1

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

 sys-libs/glibc/glibc-2.38-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.38-r1.ebuild 
b/sys-libs/glibc/glibc-2.38-r1.ebuild
index e3fa46f4a7ca..ee566898a630 100644
--- a/sys-libs/glibc/glibc-2.38-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.38-r1.ebuild
@@ -39,7 +39,7 @@ MIN_PAX_UTILS_VER="1.3.3"
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
 fi



[gentoo-commits] repo/proj/guru:dev commit in: sys-firmware/lenovolegionlinux/

2023-08-24 Thread Gonçalo Negrier Duarte
commit: f26e4bb004b94fe043e7be09df1bb4da7e6ce9a8
Author: Gonçalo Duarte  gmail  com>
AuthorDate: Thu Aug 24 11:26:09 2023 +
Commit: Gonçalo Negrier Duarte  gmail  com>
CommitDate: Thu Aug 24 11:26:41 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f26e4bb0

sys-firmware/lenovolegionlinux: add dev-python/darkdetect depedency

Signed-off-by: Gonçalo Duarte  gmail.com>

 sys-firmware/lenovolegionlinux/lenovolegionlinux-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/lenovolegionlinux/lenovolegionlinux-.ebuild 
b/sys-firmware/lenovolegionlinux/lenovolegionlinux-.ebuild
index 19acdd0a44..4b0098d1dc 100644
--- a/sys-firmware/lenovolegionlinux/lenovolegionlinux-.ebuild
+++ b/sys-firmware/lenovolegionlinux/lenovolegionlinux-.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/johnfanv2/LenovoLegionLinux;
 RDEPEND="sys-kernel/linux-headers
sys-apps/lm-sensors
sys-apps/dmidecode
-   legion-tools? ( dev-python/PyQt5 dev-python/pyyaml 
dev-python/argcomplete )
+   legion-tools? ( dev-python/PyQt5 dev-python/pyyaml 
dev-python/argcomplete dev-python/darkdetect )
downgrade-nvidia? ( <=x11-drivers/nvidia-drivers-525 )
legion-acpi? ( sys-power/acpid )
radeon-dgpu? ( dev-util/rocm-smi )



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

2023-08-24 Thread Viorel Munteanu
commit: d9a92c88a905200f58b88d4d71b178774cbe56fc
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Aug 24 11:33:45 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Aug 24 11:38:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a92c88

app-misc/fastfetch: add 2.0.3

Signed-off-by: Viorel Munteanu  gentoo.org>

 app-misc/fastfetch/Manifest   |   1 +
 app-misc/fastfetch/fastfetch-2.0.3.ebuild | 105 ++
 2 files changed, 106 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 6f641474c7fe..790e4d3f0a23 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,3 +1,4 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
 DIST fastfetch-2.0.1.tar.gz 770261 BLAKE2B 
e3998bf4ad38d67d3831481d14378eea3097aaddf3956b1e962f91c573db30faca17ac1621b9a7b662bcca23fab654656336c9ec0c179f4f587e70986de5bc47
 SHA512 
c65bf027b58ddf6cde961a1cef0d147e3cdba3a4fd844de6b88639d556b84811ccfeb7e4601094e60309779232553b1387f255a612971bf0f05ed7cc0381f4a6
 DIST fastfetch-2.0.2.tar.gz 770569 BLAKE2B 
154ef8ddc13cc9385d633a6813b3babaf7dd9b50acb2d04da9c71aac62e3c85f10bb47f94e7e781b2ff99a10ba7d1d5187876919e6c639ef67e8c30cbab8e80f
 SHA512 
d77bfef0169276d815cf8134d23c2cdb91e4e40ef449644c817cc81caaa35e26672616fd52f157932450df142e9fd81c0e11551cbe0a936b066696a2823fd527
+DIST fastfetch-2.0.3.tar.gz 771351 BLAKE2B 
7a17792dc9cce97de6d1363f5b5a224fbbf11e968ba7d2d2f9e226df319c01a2338d373e5ea3439c77e79b0b5dc490aab4f2fca0f4bba7276de750d9a6513807
 SHA512 
7a944b80feb46ab8151ffbc90482412eb6321aa3e19cf9531102f665e035ef1e1fe9d66655c61721991c0c50af2d51d48973299885b31cef44ee0631d42d4d49

diff --git a/app-misc/fastfetch/fastfetch-2.0.3.ebuild 
b/app-misc/fastfetch/fastfetch-2.0.3.ebuild
new file mode 100644
index ..1123fe0aba3a
--- /dev/null
+++ b/app-misc/fastfetch/fastfetch-2.0.3.ebuild
@@ -0,0 +1,105 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+DESCRIPTION="Fast system information tool"
+HOMEPAGE="https://github.com/fastfetch-cli/fastfetch;
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/fastfetch-cli/fastfetch.git;
+   [[ ${PV} == *0.1. ]] && EGIT_BRANCH=master
+   [[ ${PV} == *0.2. ]] && EGIT_BRANCH=dev
+   [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch"
+else
+   
SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="X chafa dbus ddcutil gnome imagemagick networkmanager opencl opengl 
osmesa pci pulseaudio sqlite vulkan wayland xcb xfce xrandr"
+
+# note - qa-vdb will always report errors because fastfetch loads the libs 
dynamically
+RDEPEND="
+   dev-libs/yyjson
+   sys-libs/zlib
+   X? ( x11-libs/libX11 )
+   chafa? ( media-gfx/chafa )
+   dbus? ( sys-apps/dbus )
+   ddcutil? ( app-misc/ddcutil:= )
+   gnome? (
+   dev-libs/glib
+   gnome-base/dconf
+   )
+   imagemagick? ( media-gfx/imagemagick:= )
+   networkmanager? ( net-misc/networkmanager )
+   opencl? ( virtual/opencl )
+   opengl? ( media-libs/libglvnd[X] )
+   osmesa? ( media-libs/mesa[osmesa] )
+   pci? ( sys-apps/pciutils )
+   pulseaudio? ( media-libs/libpulse )
+   sqlite? ( dev-db/sqlite:3 )
+   vulkan? ( media-libs/vulkan-loader )
+   wayland? ( dev-libs/wayland )
+   xcb? ( x11-libs/libxcb )
+   xfce? ( xfce-base/xfconf )
+   xrandr? ( x11-libs/libXrandr )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+REQUIRED_USE="
+   xrandr? ( X )
+   chafa? ( imagemagick )
+"
+
+src_configure() {
+   local fastfetch_enable_imagemagick7=no
+   local fastfetch_enable_imagemagick6=no
+   if use imagemagick; then
+   fastfetch_enable_imagemagick7=$(has_version 
'>=media-gfx/imagemagick-7.0.0' && echo yes || echo no)
+   fastfetch_enable_imagemagick6=$(has_version 
'

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

2023-08-24 Thread Viorel Munteanu
commit: 6a2aa1006ef89e9e8745584d2b217db0a3b85b24
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Aug 24 11:33:54 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Aug 24 11:38:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2aa100

app-misc/fastfetch: drop 2.0.1

Signed-off-by: Viorel Munteanu  gentoo.org>

 app-misc/fastfetch/Manifest   |   1 -
 app-misc/fastfetch/fastfetch-2.0.1.ebuild | 105 --
 2 files changed, 106 deletions(-)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 790e4d3f0a23..c416957e61d4 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,4 +1,3 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
-DIST fastfetch-2.0.1.tar.gz 770261 BLAKE2B 
e3998bf4ad38d67d3831481d14378eea3097aaddf3956b1e962f91c573db30faca17ac1621b9a7b662bcca23fab654656336c9ec0c179f4f587e70986de5bc47
 SHA512 
c65bf027b58ddf6cde961a1cef0d147e3cdba3a4fd844de6b88639d556b84811ccfeb7e4601094e60309779232553b1387f255a612971bf0f05ed7cc0381f4a6
 DIST fastfetch-2.0.2.tar.gz 770569 BLAKE2B 
154ef8ddc13cc9385d633a6813b3babaf7dd9b50acb2d04da9c71aac62e3c85f10bb47f94e7e781b2ff99a10ba7d1d5187876919e6c639ef67e8c30cbab8e80f
 SHA512 
d77bfef0169276d815cf8134d23c2cdb91e4e40ef449644c817cc81caaa35e26672616fd52f157932450df142e9fd81c0e11551cbe0a936b066696a2823fd527
 DIST fastfetch-2.0.3.tar.gz 771351 BLAKE2B 
7a17792dc9cce97de6d1363f5b5a224fbbf11e968ba7d2d2f9e226df319c01a2338d373e5ea3439c77e79b0b5dc490aab4f2fca0f4bba7276de750d9a6513807
 SHA512 
7a944b80feb46ab8151ffbc90482412eb6321aa3e19cf9531102f665e035ef1e1fe9d66655c61721991c0c50af2d51d48973299885b31cef44ee0631d42d4d49

diff --git a/app-misc/fastfetch/fastfetch-2.0.1.ebuild 
b/app-misc/fastfetch/fastfetch-2.0.1.ebuild
deleted file mode 100644
index 1123fe0aba3a..
--- a/app-misc/fastfetch/fastfetch-2.0.1.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="Fast system information tool"
-HOMEPAGE="https://github.com/fastfetch-cli/fastfetch;
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/fastfetch-cli/fastfetch.git;
-   [[ ${PV} == *0.1. ]] && EGIT_BRANCH=master
-   [[ ${PV} == *0.2. ]] && EGIT_BRANCH=dev
-   [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch"
-else
-   
SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="X chafa dbus ddcutil gnome imagemagick networkmanager opencl opengl 
osmesa pci pulseaudio sqlite vulkan wayland xcb xfce xrandr"
-
-# note - qa-vdb will always report errors because fastfetch loads the libs 
dynamically
-RDEPEND="
-   dev-libs/yyjson
-   sys-libs/zlib
-   X? ( x11-libs/libX11 )
-   chafa? ( media-gfx/chafa )
-   dbus? ( sys-apps/dbus )
-   ddcutil? ( app-misc/ddcutil:= )
-   gnome? (
-   dev-libs/glib
-   gnome-base/dconf
-   )
-   imagemagick? ( media-gfx/imagemagick:= )
-   networkmanager? ( net-misc/networkmanager )
-   opencl? ( virtual/opencl )
-   opengl? ( media-libs/libglvnd[X] )
-   osmesa? ( media-libs/mesa[osmesa] )
-   pci? ( sys-apps/pciutils )
-   pulseaudio? ( media-libs/libpulse )
-   sqlite? ( dev-db/sqlite:3 )
-   vulkan? ( media-libs/vulkan-loader )
-   wayland? ( dev-libs/wayland )
-   xcb? ( x11-libs/libxcb )
-   xfce? ( xfce-base/xfconf )
-   xrandr? ( x11-libs/libXrandr )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-REQUIRED_USE="
-   xrandr? ( X )
-   chafa? ( imagemagick )
-"
-
-src_configure() {
-   local fastfetch_enable_imagemagick7=no
-   local fastfetch_enable_imagemagick6=no
-   if use imagemagick; then
-   fastfetch_enable_imagemagick7=$(has_version 
'>=media-gfx/imagemagick-7.0.0' && echo yes || echo no)
-   fastfetch_enable_imagemagick6=$(has_version 
'

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

2023-08-24 Thread Sam James
commit: 287c7534934b3b8659d9f4b0646c5fc47fb74983
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:38:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:38:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287c7534

dev-python/PyQt-builder: Stabilize 1.15.2 amd64, #912916

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

 dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild 
b/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
index d4eccde268ed..ba15c655e7d3 100644
--- a/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
+++ b/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2023-08-24 Thread Sam James
commit: d4323c28abc9bb20eccb3e2db84e41792ca6754f
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:38:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:38:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4323c28

dev-python/PyQt-builder: Stabilize 1.15.2 arm64, #912916

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

 dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild 
b/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
index ba15c655e7d3..2e480f68f10e 100644
--- a/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
+++ b/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2023-08-24 Thread Sam James
commit: 44c36f429a10c4a67d0c5c5607c4648743bcd386
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:38:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:38:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c36f42

dev-python/PyQt-builder: Stabilize 1.15.2 arm, #912916

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

 dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild 
b/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
index e0f5289d4eff..38fe69969dc6 100644
--- a/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
+++ b/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2023-08-24 Thread Sam James
commit: ca0ab3bd5f2aa3e34ec72339d1974568edc93f5f
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:38:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:38:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0ab3bd

dev-python/PyQtWebEngine: Stabilize 5.15.6-r1 amd64, #912917

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

 dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild 
b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild
index de5a8ad1ae36..d81f0f1beaf0 100644
--- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild
+++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
 IUSE="debug"
 
 DEPEND="



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

2023-08-24 Thread Sam James
commit: e349966a148e68720578dc473b921c51ac138228
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e349966a

dev-python/sip: Stabilize 6.7.10 ppc, #912921

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

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

diff --git a/dev-python/sip/sip-6.7.10.ebuild b/dev-python/sip/sip-6.7.10.ebuild
index 67ca3d67c88c..2a717f3e289f 100644
--- a/dev-python/sip/sip-6.7.10.ebuild
+++ b/dev-python/sip/sip-6.7.10.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 SLOT="5"
-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"
 
 RDEPEND="
!

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

2023-08-24 Thread Sam James
commit: 48b90bfad6e68d63f49fd7e8882d62c2a01b3ac3
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:38:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:38:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b90bfa

dev-python/PyQt-builder: Stabilize 1.15.2 x86, #912916

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

 dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild 
b/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
index 2e480f68f10e..e0f5289d4eff 100644
--- a/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
+++ b/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2023-08-24 Thread Sam James
commit: 2609f407fc6310941597d13ff1e24f9a4ca8bf19
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:38:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:38:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2609f407

dev-python/PyQtWebEngine: Stabilize 5.15.6-r1 arm64, #912917

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

 dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild 
b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild
index 16f5be7a1a78..de5a8ad1ae36 100644
--- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild
+++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
 IUSE="debug"
 
 DEPEND="



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

2023-08-24 Thread Sam James
commit: 2c55b0e828f8af10943bea01ccf4c5091eb16eb8
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:38:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:38:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c55b0e8

dev-python/pytest-django: Stabilize 4.5.2-r1 ALLARCHES, #912918

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

 dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild 
b/dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild
index 1c363f483c74..78b799f78867 100644
--- a/dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild
+++ b/dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 "
 
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 SLOT="0"
 
 RDEPEND="



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

2023-08-24 Thread Sam James
commit: 594c060928767d26a7d971ef67b132f251c02952
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594c0609

dev-python/sip: Stabilize 6.7.10 amd64, #912921

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

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

diff --git a/dev-python/sip/sip-6.7.10.ebuild b/dev-python/sip/sip-6.7.10.ebuild
index 24d1a1b1501a..823029be6d29 100644
--- a/dev-python/sip/sip-6.7.10.ebuild
+++ b/dev-python/sip/sip-6.7.10.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 SLOT="5"
-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"
 
 RDEPEND="
!

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

2023-08-24 Thread Sam James
commit: 160ab91a8b918e31cdd07f6cd3417e5310f70b21
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160ab91a

dev-python/sip: Stabilize 6.7.10 ppc64, #912921

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

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

diff --git a/dev-python/sip/sip-6.7.10.ebuild b/dev-python/sip/sip-6.7.10.ebuild
index bd85ead1f33e..d51a7ee4af51 100644
--- a/dev-python/sip/sip-6.7.10.ebuild
+++ b/dev-python/sip/sip-6.7.10.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 SLOT="5"
-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"
 
 RDEPEND="
!

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

2023-08-24 Thread Sam James
commit: 0817ea4bdd34312c365a4b9bacabfd4937d63a1b
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0817ea4b

dev-python/sip: Stabilize 6.7.10 arm64, #912921

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

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

diff --git a/dev-python/sip/sip-6.7.10.ebuild b/dev-python/sip/sip-6.7.10.ebuild
index 2a717f3e289f..24d1a1b1501a 100644
--- a/dev-python/sip/sip-6.7.10.ebuild
+++ b/dev-python/sip/sip-6.7.10.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 SLOT="5"
-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"
 
 RDEPEND="
!

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

2023-08-24 Thread Sam James
commit: 8856e9b4f036446095bbd9d0c574279304563de1
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8856e9b4

dev-python/sip: Stabilize 6.7.10 arm, #912921

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

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

diff --git a/dev-python/sip/sip-6.7.10.ebuild b/dev-python/sip/sip-6.7.10.ebuild
index 1e2afa3067c6..bd85ead1f33e 100644
--- a/dev-python/sip/sip-6.7.10.ebuild
+++ b/dev-python/sip/sip-6.7.10.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 SLOT="5"
-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"
 
 RDEPEND="
!

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

2023-08-24 Thread Sam James
commit: 91fbde95b66856fada3d8990f0f673bae75702f3
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:38:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:38:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91fbde95

dev-python/PyQt-builder: Stabilize 1.15.2 ppc64, #912916

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

 dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild 
b/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
index 38fe69969dc6..0a8e040a9aba 100644
--- a/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
+++ b/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2023-08-24 Thread Sam James
commit: 0380f426cc5c85d052e6110d6efc96db86d3d0fc
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0380f426

media-sound/din: Stabilize 57 x86, #912937

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

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

diff --git a/media-sound/din/din-57.ebuild b/media-sound/din/din-57.ebuild
index 651e84aab2be..07db80dff11d 100644
--- a/media-sound/din/din-57.ebuild
+++ b/media-sound/din/din-57.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.org/download/dinisnoise_source_code/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+alsa jack"
 
 RDEPEND="



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

2023-08-24 Thread Sam James
commit: ec909670f18526c70aef0abaafd0faf9d4ae5b5c
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec909670

x11-misc/ydotool: Stabilize 1.0.4-r2 amd64, #912952

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

 x11-misc/ydotool/ydotool-1.0.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/ydotool/ydotool-1.0.4-r2.ebuild 
b/x11-misc/ydotool/ydotool-1.0.4-r2.ebuild
index ff0493be7ad9..c0834b3c51a3 100644
--- a/x11-misc/ydotool/ydotool-1.0.4-r2.ebuild
+++ b/x11-misc/ydotool/ydotool-1.0.4-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ReimuNotMoe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND="
app-text/scdoc



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

2023-08-24 Thread Sam James
commit: f2fcf422f637f84ee4c7bea705b380afff8bfe95
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fcf422

media-libs/codec2: Stabilize 1.2.0 ppc, #912938

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

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

diff --git a/media-libs/codec2/codec2-1.2.0.ebuild 
b/media-libs/codec2/codec2-1.2.0.ebuild
index 8ab4309052ee..32c96ef682f0 100644
--- a/media-libs/codec2/codec2-1.2.0.ebuild
+++ b/media-libs/codec2/codec2-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/drowe67/codec2/archive/refs/tags/${PV}.tar.gz -> ${P
 
 LICENSE="LGPL-2.1"
 SLOT="0/1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="test"
 
 # Not yet passing, but infrastructure added to run



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

2023-08-24 Thread Sam James
commit: 405655424528e6fd680b8c99f8aaf3663b6ef577
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40565542

dev-python/sybil: Stabilize 5.0.3 ALLARCHES, #912922

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

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

diff --git a/dev-python/sybil/sybil-5.0.3.ebuild 
b/dev-python/sybil/sybil-5.0.3.ebuild
index 38d5f40dd52e..27065ab0f6bb 100644
--- a/dev-python/sybil/sybil-5.0.3.ebuild
+++ b/dev-python/sybil/sybil-5.0.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 BDEPEND="
test? (



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

2023-08-24 Thread Sam James
commit: ba03134bacb1048f6a2ba2958d19d336ebbcf736
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba03134b

media-libs/codec2: Stabilize 1.2.0 ppc64, #912938

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

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

diff --git a/media-libs/codec2/codec2-1.2.0.ebuild 
b/media-libs/codec2/codec2-1.2.0.ebuild
index df4aca3d94c3..8ad36e24abb1 100644
--- a/media-libs/codec2/codec2-1.2.0.ebuild
+++ b/media-libs/codec2/codec2-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/drowe67/codec2/archive/refs/tags/${PV}.tar.gz -> ${P
 
 LICENSE="LGPL-2.1"
 SLOT="0/1.0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86"
 IUSE="test"
 
 # Not yet passing, but infrastructure added to run



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

2023-08-24 Thread Sam James
commit: 3c9afa037cb1a3b3653c486ab396f1450792f0c9
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9afa03

media-libs/codec2: Stabilize 1.2.0 amd64, #912938

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

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

diff --git a/media-libs/codec2/codec2-1.2.0.ebuild 
b/media-libs/codec2/codec2-1.2.0.ebuild
index 32c96ef682f0..f667df19f797 100644
--- a/media-libs/codec2/codec2-1.2.0.ebuild
+++ b/media-libs/codec2/codec2-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/drowe67/codec2/archive/refs/tags/${PV}.tar.gz -> ${P
 
 LICENSE="LGPL-2.1"
 SLOT="0/1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="test"
 
 # Not yet passing, but infrastructure added to run



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

2023-08-24 Thread Sam James
commit: da353d46df5a36136a075343593b3e0c3fa01a9e
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da353d46

media-libs/codec2: Stabilize 1.2.0 arm64, #912938

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

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

diff --git a/media-libs/codec2/codec2-1.2.0.ebuild 
b/media-libs/codec2/codec2-1.2.0.ebuild
index f667df19f797..d890963f2a3a 100644
--- a/media-libs/codec2/codec2-1.2.0.ebuild
+++ b/media-libs/codec2/codec2-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/drowe67/codec2/archive/refs/tags/${PV}.tar.gz -> ${P
 
 LICENSE="LGPL-2.1"
 SLOT="0/1.0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="test"
 
 # Not yet passing, but infrastructure added to run



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

2023-08-24 Thread Sam James
commit: 9dbe5f2a72f4c3850393524ccb013da9fbc160fc
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbe5f2a

media-libs/codec2: Stabilize 1.2.0 arm, #912938

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

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

diff --git a/media-libs/codec2/codec2-1.2.0.ebuild 
b/media-libs/codec2/codec2-1.2.0.ebuild
index 960c30bf7413..df4aca3d94c3 100644
--- a/media-libs/codec2/codec2-1.2.0.ebuild
+++ b/media-libs/codec2/codec2-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/drowe67/codec2/archive/refs/tags/${PV}.tar.gz -> ${P
 
 LICENSE="LGPL-2.1"
 SLOT="0/1.0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86"
 IUSE="test"
 
 # Not yet passing, but infrastructure added to run



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

2023-08-24 Thread Sam James
commit: 17578382ddbed241b84389ad59c30337568b2e89
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17578382

dev-python/python-gnupg: Stabilize 0.5.1 ALLARCHES, #912919

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

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

diff --git a/dev-python/python-gnupg/python-gnupg-0.5.1.ebuild 
b/dev-python/python-gnupg/python-gnupg-0.5.1.ebuild
index 24fb9d26c8d3..066044812645 100644
--- a/dev-python/python-gnupg/python-gnupg-0.5.1.ebuild
+++ b/dev-python/python-gnupg/python-gnupg-0.5.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
SRC_URI="https://github.com/vsajip/python-gnupg/releases/download/${PV}/${P}.tar.gz;
 SRC_URI+=" verify-sig? ( 
https://github.com/vsajip/python-gnupg/releases/download/${PV}/${P}.tar.gz.asc 
)"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv sparc x86"
 LICENSE="BSD"
 SLOT="0"
 



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

2023-08-24 Thread Sam James
commit: 7559f4c55feeb27ec7e0f218957316704cb88418
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7559f4c5

media-libs/codec2: Stabilize 1.2.0 x86, #912938

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

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

diff --git a/media-libs/codec2/codec2-1.2.0.ebuild 
b/media-libs/codec2/codec2-1.2.0.ebuild
index d890963f2a3a..960c30bf7413 100644
--- a/media-libs/codec2/codec2-1.2.0.ebuild
+++ b/media-libs/codec2/codec2-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/drowe67/codec2/archive/refs/tags/${PV}.tar.gz -> ${P
 
 LICENSE="LGPL-2.1"
 SLOT="0/1.0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86"
 IUSE="test"
 
 # Not yet passing, but infrastructure added to run



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

2023-08-24 Thread Sam James
commit: 2a214a239563e4de5f04ecc4eef9fb0f4b9fdaf2
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a214a23

dev-python/sip: Stabilize 6.7.10 x86, #912921

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

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

diff --git a/dev-python/sip/sip-6.7.10.ebuild b/dev-python/sip/sip-6.7.10.ebuild
index 823029be6d29..1e2afa3067c6 100644
--- a/dev-python/sip/sip-6.7.10.ebuild
+++ b/dev-python/sip/sip-6.7.10.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 SLOT="5"
-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"
 
 RDEPEND="
!

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

2023-08-24 Thread Sam James
commit: 5032e30d379fd0216e4f0f22fb11de755b93703d
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 12:39:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 12:39:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5032e30d

media-sound/din: Stabilize 57 amd64, #912937

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

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

diff --git a/media-sound/din/din-57.ebuild b/media-sound/din/din-57.ebuild
index 07db80dff11d..2ffd08cbd108 100644
--- a/media-sound/din/din-57.ebuild
+++ b/media-sound/din/din-57.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.org/download/dinisnoise_source_code/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="+alsa jack"
 
 RDEPEND="



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

2023-08-24 Thread Michał Górny
commit: 686b1ea9a00b3c823e6df296e101ce4158620155
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:43:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:43:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686b1ea9

dev-python/dask: Remove old

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

 dev-python/dask/Manifest |  2 -
 dev-python/dask/dask-2023.6.1.ebuild | 75 
 dev-python/dask/dask-2023.7.1.ebuild | 75 
 3 files changed, 152 deletions(-)

diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest
index 8860473ea074..8d5c1a0bffa7 100644
--- a/dev-python/dask/Manifest
+++ b/dev-python/dask/Manifest
@@ -1,4 +1,2 @@
-DIST dask-2023.6.1.gh.tar.gz 8528028 BLAKE2B 
50326b83fc60ab5d615433f1d44d504e9b05c8e6e8f662277b999394c6eb170bd7b9947402f187971c79c96b3a7cc15fcb0970cceb0c70c09341c447b79d4035
 SHA512 
eb4f01183429f64acf2b779b3e20c16bc0597c13516a79128eadd93176be3a65ddac7a113cbe946051fd7b6b5f1dbcc0e0dfcac8930c90ecbeffc5d1d1539be4
-DIST dask-2023.7.1.gh.tar.gz 8535789 BLAKE2B 
6841a126cc245ff578408f0a30d973f18be0c3d62acb115562fd1a35fcc0262d07678c128428f4caeda78a1bdceec2bd885234f265fbd7d16be12238f1b623bd
 SHA512 
54fca9d54d83ec89705f44df00050fd1d696a555809945a1e0139c565703f2af8ca503ed8e586b72aff0b670e64073877ed4d5713212d21765a859fdb7247ec1
 DIST dask-2023.8.0.gh.tar.gz 8539262 BLAKE2B 
3ce61191bca458e32ac88904460f8ee843f34ddc9be88d0de7f56a90897dd599d70012f92b5063b5df996bc61c85c16b2d6b745e1a334847d8b66f66721bc422
 SHA512 
9afee3571e58b0f923347e2ec06c80ab5e4f35abb23e0635777170def0561cf1df6c940844cad1efe112059909020cf6435147b9003c4a449eba98d38d9eefab
 DIST dask-2023.8.1.gh.tar.gz 8541743 BLAKE2B 
485a88354d3aa54ff1f6afb1bd4a8b3317a6a48b519bef4dadf1bcbb240f21e54eb165f2c076ea8aa9b5753fd8714af26453858d7fe154bb015489f89b8114be
 SHA512 
4ca231236e5d868f8fbb69b38721e495a44fbc982a53ea087ef68085c4df2cc99526b5a66b7fee93a3b63a6cd621f8448b877b98370b3dfe1a32e386dd91e73e

diff --git a/dev-python/dask/dask-2023.6.1.ebuild 
b/dev-python/dask/dask-2023.6.1.ebuild
deleted file mode 100644
index 664dafa3fac5..
--- a/dev-python/dask/dask-2023.6.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# 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..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
-HOMEPAGE="
-   https://www.dask.org/
-   https://github.com/dask/dask/
-   https://pypi.org/project/dask/
-"
-SRC_URI="
-   https://github.com/dask/dask/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/click-8.0[${PYTHON_USEDEP}]
-   >=dev-python/cloudpickle-1.5.0[${PYTHON_USEDEP}]
-   >=dev-python/fsspec-2021.9.0[${PYTHON_USEDEP}]
-   >=dev-python/importlib-metadata-4.13.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.21[${PYTHON_USEDEP}]
-   >=dev-python/pandas-1.3[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
-   >=dev-python/partd-1.2.0[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
-   >=dev-python/toolz-0.10.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/toolz[${PYTHON_USEDEP}]
-   >=dev-python/versioneer-0.28[${PYTHON_USEDEP}]
-   test? (
-   dev-python/moto[${PYTHON_USEDEP}]
-   dev-python/numexpr[${PYTHON_USEDEP}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # more tests relying on -Werror
-   "dask/array/tests/test_overlap.py::test_map_overlap_no_depth[None]"
-   dask/array/tests/test_random.py::test_RandomState_only_funcs
-   # TODO
-   dask/array/tests/test_reductions.py::test_mean_func_does_not_warn
-   dask/tests/test_config.py::test__get_paths
-   dask/array/tests/test_linalg.py::test_solve_assume_a
-   
"dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[0-float-5-1-True]"
-   
"dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[1-float-5-1-True]"
-   dask/array/tests/test_image.py::test_preprocess
-   # require sqlalchemy<2.0
-   dask/dataframe/io/tests/test_sql.py
-)
-
-src_prepare() {
-   # fails with sqlalchemy-2.0, even though we don't use it x_x
-   sed -i -e '/RemovedIn20Warning/d' pyproject.toml || die
-   sed -i -e 's:--cov-config=pyproject.toml::' pyproject.toml || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   epytest -p no:flaky -m "not network"
-}

diff --git a/dev-python/dask/dask-2023.7.1.ebuild 

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

2023-08-24 Thread Michał Górny
commit: fc20e173ab4ec2ec31e1d9472fd0eaeae3cf7a72
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:43:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:43:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc20e173

dev-python/bitarray: Remove old

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

 dev-python/bitarray/Manifest  |  2 --
 dev-python/bitarray/bitarray-2.7.6.ebuild | 24 
 dev-python/bitarray/bitarray-2.8.0.ebuild | 24 
 3 files changed, 50 deletions(-)

diff --git a/dev-python/bitarray/Manifest b/dev-python/bitarray/Manifest
index ff0b8200e198..77147b1ace99 100644
--- a/dev-python/bitarray/Manifest
+++ b/dev-python/bitarray/Manifest
@@ -1,3 +1 @@
-DIST bitarray-2.7.6.tar.gz 124627 BLAKE2B 
2beafbcd4906a56bad3c6310671ab16db27f03c32eb91c73058b859e1642f24edfed07920da853b08aa8f7c4703e05b57b25a83dddaaa14e0921798fbe2b1faa
 SHA512 
e425664bec8976ac42bb62c3f80bf835efe41bff803afc77c82c267af2d831d55dd9b962f157aebc64a2df6a7d427523ec155a67991c49956e13b205e66e55f1
-DIST bitarray-2.8.0.tar.gz 127371 BLAKE2B 
59f90afc1bac49de13ee49b29221b0617511f39eb2fb2d9b5b9d96e6ae52b54cfafb037366dff8a1772d9daf97f598bf7565c32fcd5c5abf0c56441d5748286e
 SHA512 
6e30a0a4f0b7058102fa5cb6841565520ac09a938c4ccd51c880c0923f69a15198646e60256914985d06a428f26456965a18c64e2c2e2323b9156a47f0bb577f
 DIST bitarray-2.8.1.tar.gz 128846 BLAKE2B 
5f7792c58a61e3aeaf510376e7dec5c808bd6a3d545cd3245ae430d7f742694e96176e07b07a3e98233f3b7ba5106ba5b8019da1d6278603df5aa6eb88ee8e93
 SHA512 
c3d59630ff3a907c1a86a8283075609d6fbd870fe884e007bdd092fcca0b2ed7b6d28c062924ba39ca0d7dad403df0349e29d2bf48851640bb51f8e1b1b7eae6

diff --git a/dev-python/bitarray/bitarray-2.7.6.ebuild 
b/dev-python/bitarray/bitarray-2.7.6.ebuild
deleted file mode 100644
index 279aca4b9ec5..
--- a/dev-python/bitarray/bitarray-2.7.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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}"
-}

diff --git a/dev-python/bitarray/bitarray-2.8.0.ebuild 
b/dev-python/bitarray/bitarray-2.8.0.ebuild
deleted file mode 100644
index 1a904d98ff80..
--- a/dev-python/bitarray/bitarray-2.8.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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-python/ansible-compat/

2023-08-24 Thread Michał Górny
commit: adc8d5ab06e325d6414cef63d3a69308ac06db50
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:43:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:43:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc8d5ab

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  1 -
 .../ansible-compat/ansible-compat-4.1.2.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 6469194a8ec3..f02fa17e5e8a 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1,2 @@
-DIST ansible-compat-4.1.2.tar.gz 66934 BLAKE2B 
08d17ce6f83b2ac2fc08fab1b3ef54742e75eb0236792fdcf2791a521bc154184d92f6d1f25b241ac6c524352f9cd39be8d3c74d414625a315a468aeb8ce09a8
 SHA512 
ef6ad4daf7c565de5b1ef1a5ad204e2b8c938f81ef0a736a1af660836ee557d5c88fc06eced2a8a9fb0c6ac5b48cda243052d5ae0b0f634653c9d41211739e64
 DIST ansible-compat-4.1.5.tar.gz 68562 BLAKE2B 
b28b6e5185b29a55d452e9c72636b31a1a35c68f207cc07376fafd0a70335966d06f927a803582b715b29c090a80aa5aa2663cba54221cb4d2dbcd9a11ec5a7a
 SHA512 
6da0bab56237a6447462ed9ef528711eb4c998de2732ec021e8257d2baf6cbb1e1435707440b4c0d122fb4f938c855693bcd555e147613f230105e3af74c00a6
 DIST ansible-compat-4.1.7.tar.gz 69900 BLAKE2B 
c8549573d4a4325579b6026b6b5fad5fe0abb0fdcf07a4c8e0699c040a97409632202f0a38703a113f9a86f68328642d8d5c4b897e3601a13737bc2a4deb4d88
 SHA512 
b3175573113a3df37923e582c191dd5f4522c3a2171cc93b186e49d5ca6baa2fd8b2e7af2e9457bb21b5bd6df6c9f82fccc10b5e2bfeda84c890c4cbc37fafb4

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.2.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.2.ebuild
deleted file mode 100644
index a7845cd7c34b..
--- a/dev-python/ansible-compat/ansible-compat-4.1.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Contains functions that facilitate working with various versions 
of Ansible"
-HOMEPAGE="
-   https://pypi.org/project/ansible-compat/
-   https://github.com/ansible/ansible-compat/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-RDEPEND="
-   >=app-admin/ansible-core-2.12[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.6.0[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   >=dev-python/subprocess-tee-0.4.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/setuptools-scm-7.0.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/pytest-plus[${PYTHON_USEDEP}]
-   )
-"
-
-# All these tests attempt to connect to galaxy.ansible.com
-EPYTEST_DESELECT=(
-   test/test_runtime.py::test_install_collection
-   test/test_runtime.py::test_install_collection_dest
-   test/test_runtime.py::test_prepare_environment_with_collections
-   test/test_runtime.py::test_prerun_reqs_v1
-   test/test_runtime.py::test_prerun_reqs_v2
-   test/test_runtime.py::test_require_collection_no_cache_dir
-   test/test_runtime.py::test_require_collection_wrong_version
-   test/test_runtime.py::test_require_collection
-   test/test_runtime.py::test_upgrade_collection
-   test/test_runtime_example.py::test_runtime
-)
-
-distutils_enable_tests pytest



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

2023-08-24 Thread Michał Górny
commit: e127ead91daa8ca4843954cc72404d2854527da9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:43:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:43:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e127ead9

dev-python/ConfigArgParse: Remove old

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

 .../ConfigArgParse/ConfigArgParse-1.5.5.ebuild | 35 --
 dev-python/ConfigArgParse/Manifest |  1 -
 2 files changed, 36 deletions(-)

diff --git a/dev-python/ConfigArgParse/ConfigArgParse-1.5.5.ebuild 
b/dev-python/ConfigArgParse/ConfigArgParse-1.5.5.ebuild
deleted file mode 100644
index fbb3e1fb90be..
--- a/dev-python/ConfigArgParse/ConfigArgParse-1.5.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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} )
-
-inherit distutils-r1
-
-DESCRIPTION="Drop-in replacement for argparse supporting config files and env 
variables"
-HOMEPAGE="
-   https://github.com/bw2/ConfigArgParse/
-   https://pypi.org/project/ConfigArgParse/;
-SRC_URI="
-   https://github.com/bw2/ConfigArgParse/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
-
-BDEPEND="
-   test? (
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_test() {
-   local -x COLUMNS=80
-   distutils-r1_src_test
-}

diff --git a/dev-python/ConfigArgParse/Manifest 
b/dev-python/ConfigArgParse/Manifest
index 39d41ccb0a84..cfb3199cbcf4 100644
--- a/dev-python/ConfigArgParse/Manifest
+++ b/dev-python/ConfigArgParse/Manifest
@@ -1,2 +1 @@
-DIST ConfigArgParse-1.5.5.gh.tar.gz 37249 BLAKE2B 
22eb4e0903e6eaada50782fe68ed8f19ef20685d3d1ea7fcb103cebd75f7cc16db53b89696e35f7ac902061b9a71646c04da79347b66c2557924b70dd38eef66
 SHA512 
fc9229d12fcc8da3b001d75d10829e1eef4ec0624b89ad319e840bea9a795d3d575a3760538f13a30bd1e778a27a7620486d7cb199fff9df5535017a7fef4a4c
 DIST ConfigArgParse-1.7.gh.tar.gz 37462 BLAKE2B 
a351830f79899910039cfee7a830af58afb2534368b53e8f821c161444d81e2eac61ebf7a10ce1c4a6586f05db5fb0277fdc5c0605c0e517f9592bb9a66e2f45
 SHA512 
4c388768dfda861a58a8c7b5a4de2a7c4070d445d9ea9aaeb5ce2e5af954ed6422b5af33967d086fd4c477156ef89e3dfd1406c02f0c49bafe6a9c980bf5840f



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

2023-08-24 Thread Michał Górny
commit: 1ae867cc5acca51aa8d8ae87422277447aa7853d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:44:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:44:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae867cc

dev-python/hcloud: Remove old

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

 dev-python/hcloud/Manifest |  2 --
 dev-python/hcloud/hcloud-1.24.0.ebuild | 49 --
 dev-python/hcloud/hcloud-1.26.0.ebuild | 49 --
 3 files changed, 100 deletions(-)

diff --git a/dev-python/hcloud/Manifest b/dev-python/hcloud/Manifest
index 3b2c4aa4cb09..72ed6fa9b197 100644
--- a/dev-python/hcloud/Manifest
+++ b/dev-python/hcloud/Manifest
@@ -1,4 +1,2 @@
-DIST hcloud-python-1.24.0.gh.tar.gz 101860 BLAKE2B 
f64c0024047b11a060b3766a5692d74c038483ccd25943227931d6ca695be4e7ded7857ccf5d1a8361644b838cee5cd1e5c3ddaaf714ca97b3c0e33f5c3863f2
 SHA512 
efeb511373009af49b280fa09b152a648d33136c75d12fa69290e2193d5162fb07dea3d457171e0b27c7256f0be63b5c6fb84526cf1e9f32d8c38e350c47686a
-DIST hcloud-python-1.26.0.gh.tar.gz 102253 BLAKE2B 
e5e629218c187e3ffb4f6e30b8963288dbdbfd5f60e20ba60083a5eedc8dc7e94aa917c6b3539a4aaf600d065b771747c7ed8dad7ff41490c9dd7452a0a242f3
 SHA512 
b2bf656a223c3a8e65b2f641d3a633543a7c5a2bcf0ce31ad9a735115d870affcaa8d0c82758c312b80e130f87259839ce35b918f5762c11a27ecbb1578446d0
 DIST hcloud-python-1.27.2.gh.tar.gz 103273 BLAKE2B 
bcf82985882e5f5843e88989081d7c5acb4967f62829d96b121231a36326059f7f05b8b03de91b0d93c571ad576524c85b1987c6afcc18b6e9191047e09e9ae0
 SHA512 
8e5a205aed572be042df9bbe1bfb188112bc1b08367875f6da1d258e27686865a6e4d71e83697ad97ead4cb8879d4655363fa74b6f94d4b10ed21b2db1e7eda5
 DIST hcloud-python-1.28.0.gh.tar.gz 106288 BLAKE2B 
4ffdb81e82b51b85b0d52a938a24400b477850e3442c2565515c7ebbaa9b425d729d0caa269da502b3c5b24e5e3475d5d6cd60e9a77a97c8e362087a4b11c01c
 SHA512 
fe720cf5b943f9535143f9389dc30e92ef295b7e5769b91e41ef979a5f6bbd059b42551818e7900e37213b530084eda51a54bad84a7ceb6e29f7f03d19bd4bbb

diff --git a/dev-python/hcloud/hcloud-1.24.0.ebuild 
b/dev-python/hcloud/hcloud-1.24.0.ebuild
deleted file mode 100644
index 618acc93c166..
--- a/dev-python/hcloud/hcloud-1.24.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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} )
-
-inherit distutils-r1
-
-MY_P=hcloud-python-${PV}
-DESCRIPTION="Official Hetzner Cloud python library"
-HOMEPAGE="
-   https://github.com/hetznercloud/hcloud-python/
-   https://pypi.org/project/hcloud/
-"
-# sdist is missing doc assets as of 1.19.0
-# https://github.com/hetznercloud/hcloud-python/pull/183
-SRC_URI="
-   https://github.com/hetznercloud/hcloud-python/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="examples"
-
-RDEPEND="
-   >=dev-python/python-dateutil-2.7.5[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
-   dev-python/myst-parser \
-   dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   # Integration tests need docker:
-   # 
https://github.com/hetznercloud/hcloud-python/blob/master/.travis.yml#L16
-   tests/integration
-)
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/hcloud/hcloud-1.26.0.ebuild 
b/dev-python/hcloud/hcloud-1.26.0.ebuild
deleted file mode 100644
index 498400383d05..
--- a/dev-python/hcloud/hcloud-1.26.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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} )
-
-inherit distutils-r1
-
-MY_P=hcloud-python-${PV}
-DESCRIPTION="Official Hetzner Cloud python library"
-HOMEPAGE="
-   https://github.com/hetznercloud/hcloud-python/
-   https://pypi.org/project/hcloud/
-"
-# sdist is missing doc assets as of 1.19.0
-# https://github.com/hetznercloud/hcloud-python/pull/183
-SRC_URI="
-   https://github.com/hetznercloud/hcloud-python/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples"
-
-RDEPEND="
-   >=dev-python/python-dateutil-2.7.5[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
-   dev-python/myst-parser \
-   dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   # Integration tests need docker:
-   # 
https://github.com/hetznercloud/hcloud-python/blob/master/.travis.yml#L16
-   tests/integration
-)
-
-python_install_all() {
-   use 

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

2023-08-24 Thread Michał Górny
commit: 84d7929470709062362d19b4df455e556fede798
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:44:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:44:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d79294

dev-python/fastjsonschema: Remove old

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

 dev-python/fastjsonschema/Manifest |  1 -
 .../fastjsonschema/fastjsonschema-2.17.1.ebuild| 25 --
 2 files changed, 26 deletions(-)

diff --git a/dev-python/fastjsonschema/Manifest 
b/dev-python/fastjsonschema/Manifest
index a3c65d5e1444..47a5ec364df9 100644
--- a/dev-python/fastjsonschema/Manifest
+++ b/dev-python/fastjsonschema/Manifest
@@ -1,2 +1 @@
-DIST fastjsonschema-2.17.1.tar.gz 370651 BLAKE2B 
670e3b911200573ac129938834f9c072702e3f3d62e4ac95c7b77694d9cda54e4430601955c13998ff5abfe1db66a3d3e2bba9561292cb5c9d1df2470194eaee
 SHA512 
482b13ee6735f5bb21528ec76a423c8c1dff2604af83121d82db45ce0cf514401b25cf6a1406c74f579671fe425ef1535d28c8b0b7fc24d32fcf50f2be1e28bf
 DIST fastjsonschema-2.18.0.tar.gz 371063 BLAKE2B 
d2b79eb442351487ffebc59ff48af1e8f07fb5e2ca97059cc98cc8f02eda3523fcf60b2aa6b46edc1d3d019ed04d65d2fc5c3eee58471ea9b2a0bd0bf7bf40ed
 SHA512 
848ea4587edb9d694d4f42cee35c8a6a785f601b3e84daae5a5b155ca61c0c7de1b9164e86c0a48166d429a4a737799480dfdeaad7e81eab28f68f71dd46988f

diff --git a/dev-python/fastjsonschema/fastjsonschema-2.17.1.ebuild 
b/dev-python/fastjsonschema/fastjsonschema-2.17.1.ebuild
deleted file mode 100644
index 2b5fdee2e5a4..
--- a/dev-python/fastjsonschema/fastjsonschema-2.17.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2020-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} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Fast JSON schema validator for Python"
-HOMEPAGE="
-   https://github.com/horejsek/python-fastjsonschema/
-   https://pypi.org/project/fastjsonschema/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   tests/benchmarks
-)



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

2023-08-24 Thread Michał Górny
commit: 8a4a6821ded3cfb97143f239bb6d2874de1fa2b0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:44:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:44:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4a6821

dev-python/wheel: Remove old

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

 dev-python/wheel/Manifest|  2 --
 dev-python/wheel/wheel-0.40.0.ebuild | 40 
 dev-python/wheel/wheel-0.41.0.ebuild | 40 
 3 files changed, 82 deletions(-)

diff --git a/dev-python/wheel/Manifest b/dev-python/wheel/Manifest
index 65d7d3edd1dd..e911607d3f4d 100644
--- a/dev-python/wheel/Manifest
+++ b/dev-python/wheel/Manifest
@@ -1,4 +1,2 @@
-DIST wheel-0.40.0.tar.gz 96226 BLAKE2B 
f4207ab822f037a3d8decc50643ad7e49a632028c712bc33c680d178f10117ff0aa4f2a971bf739a77a76dbf818360d0f628ce997b942ee9d85ec7fac28badc8
 SHA512 
211e68d927c93b9b2748bf081097d1172cf8d4863d540be72f1d6023b64042410805d4208a2c94de89a1eeb0fb32044e78f41ab58ac94498ac0c489a1eea0d23
-DIST wheel-0.41.0.tar.gz 96943 BLAKE2B 
8c0c4509640023c6fea2f680b24707b5ba75da50f54ffc4efe06355dfb6cd06c83fc15763666dc31c6ed83deebe552189bbaeda6fd3cba356a79f71f0992d1f9
 SHA512 
2e5099f5d512dd8e2205cfefa68e9229a7713367ec367f580021eeb68fb5bc0382bd89a524aa8f0d7617eb26f5d57eaa5e0976d94d042a6ffa20738624d3bae7
 DIST wheel-0.41.1.tar.gz 97605 BLAKE2B 
499474c0f8e6cedf68566981b45f47e3460920c4ef0f64780c8b585360633197befe1dca453df68318b152c3912b0f94ce7c830ca08f98740ce63f1be297b2e9
 SHA512 
706db476563f35d16b6657b81c81290fb684ee0cf4ba54d11faafe00ccbc626b43736dfc59d1f75469f82b4f6006db35dba5d4c9bc2a1a436aeafcbe94386714
 DIST wheel-0.41.2.tar.gz 98050 BLAKE2B 
211c3021179e2f80036f57d59583ac449e91558e64fb10cc5b925d93f7288c6db444ca2ac35a20b13a2646641885c094faa458b591554f3bd926c53a3d099ec2
 SHA512 
46632c2e61f286d33609bc7f954da86c537e4c70b30cb57e79ae8fd5e4422f4fb46dcf2434361d3c6b45b9e5adc6cbf33daa1cd2fc40f31a393162c97ed38356

diff --git a/dev-python/wheel/wheel-0.40.0.ebuild 
b/dev-python/wheel/wheel-0.40.0.ebuild
deleted file mode 100644
index 91ac147ace23..
--- a/dev-python/wheel/wheel-0.40.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A built-package format for Python"
-HOMEPAGE="
-   https://github.com/pypa/wheel/
-   https://pypi.org/project/wheel/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # unbundle packaging
-   rm -r src/wheel/vendored || die
-   sed -i -e 's:\.vendored\.::' src/wheel/*.py || die
-   sed -i -e 's:wheel\.vendored\.::' tests/*.py || die
-
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/wheel/wheel-0.41.0.ebuild 
b/dev-python/wheel/wheel-0.41.0.ebuild
deleted file mode 100644
index 63a78566d3c1..
--- a/dev-python/wheel/wheel-0.41.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A built-package format for Python"
-HOMEPAGE="
-   https://github.com/pypa/wheel/
-   https://pypi.org/project/wheel/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # unbundle packaging
-   rm -r src/wheel/vendored || die
-   sed -i -e 's:\.vendored\.::' src/wheel/*.py || die
-   sed -i -e 's:wheel\.vendored\.::' tests/*.py || die
-
-   distutils-r1_src_prepare
-}



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

2023-08-24 Thread Michał Górny
commit: b3c068a96ec0f1e3250566c6dd4d9a200a4bff6f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:44:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:44:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c068a9

dev-python/django: Remove old

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

 dev-python/django/Manifest   |  2 -
 dev-python/django/django-4.2.3-r1.ebuild | 98 
 dev-python/django/django-4.2.3.ebuild| 97 ---
 3 files changed, 197 deletions(-)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index 7c3224101a8c..e669651ca89e 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -2,7 +2,5 @@ DIST Django-3.2.20.checksum.txt 2559 BLAKE2B 
db638871c5fd57d05000fd4765a8a0d1b2c
 DIST Django-3.2.20.tar.gz 9831078 BLAKE2B 
3591081804dd08188f41ce0b2013b4d7a9adc992b8136ad76ff7a9c49436e6d26e659136e3463c40b380f441448aba8ead4de3e3c7726ec6908830719bef8dcd
 SHA512 
3252e3929718c998ecb7ca2f39b94bbce378cd3c2b633d497fdf58e435fc7a0a89e22bdfdfcb8e5e6884d909103c0f4b545ee0c01fe58a0ba9dd6eed992b
 DIST Django-4.1.10.checksum.txt 2559 BLAKE2B 
103d1de6ec0da3a2440ea339388e2525ef5770f896be2383cf1828315e2c04ff8f5f8efe4d705dfcb905d453c25b8660410d4ab1b9d61331bc150a16ad857a28
 SHA512 
f23599dd06889a49c4fbb0c8c7b8f39ebaecbcb02c88ef95cdf33ea0c6563f3cf5c924d8b9a8b81e7b5aa17b6a1469b95e422faa7a53eb759bff516e053f302c
 DIST Django-4.1.10.tar.gz 10513572 BLAKE2B 
0f1ef14fcf40cb6952fc459855a4e633e2d21c252a4732b27f8e980af6277ef69869a65a7bd0508fd7cdbd82742cb838170d965219b2919679ac92abfef087b6
 SHA512 
f31ad6fcce3bea0e0f895ec14b063485edec70872aa9c317243a38fb49b6c863159afc5aa31fb5c7a824c737f520f25cfbef55781c23fa0a204b61cefc66fb01
-DIST Django-4.2.3.checksum.txt 2549 BLAKE2B 
8cd57d91bc05c4ae7c5fad7682668cb132c587cff63871173a7f3e9f9adada203544b93e017f743b7c7916ec97b4d7bb7bac06d1c875410a8836c49ea1627774
 SHA512 
d8e9c3f90fccfddb6b0284fc37d22e67476e49f58f80151e70d2640ed311e9657ab8aa60eebd509751b24c2f4102f33d496460a335f1adbba4ee0082d2d5c2fe
-DIST Django-4.2.3.tar.gz 10419003 BLAKE2B 
393cf4d01865a6ff84de5d18860bedea6a28c8df9e1a3769026b308215e9373bf2c8d86e75914d76e2d104b5c1411aff0757682e0129b1dbef29a5dd3836bbc6
 SHA512 
33c84a3fe16f8188a2c8090177d6bfd235004271ee1cee9c840e33dd22f60e0d54276c0dbc4127faaba82ae7d6a219a07c5638b19c701c3f36db238d2aae33f0
 DIST Django-4.2.4.checksum.txt 2571 BLAKE2B 
062b53fc43bc12343a11161904c8938fe852f8868c4de6282f567b495992ce06494d327b495b03c8dc92cccf76396efe4b12dfbd0616d2b3c58c2e6239760e63
 SHA512 
0d4599816935645f141d1267b6ca22db238b614576c7225da9ba2cc84957e5668be25654a10a1bfc715e9e6e355db9a6f824dc11303fcb14af10a60a056950d4
 DIST Django-4.2.4.tar.gz 10393648 BLAKE2B 
1c0c19f58bc3e02d12593b942eca23f5eaf8ee5106f6d518d97fad46f0c65dcdd94b192142969d95be9537fb1cca08a0ca55e089702d8bd51122f381adc0a319
 SHA512 
e773a54ce6ad82abfac462f543c54e414c216ecb28025fab9bf92e4f1add4fbc9acf831e765b638f560a71f6d7591eaa1a8ed6175c3379d5662a94b6a64f2c77

diff --git a/dev-python/django/django-4.2.3-r1.ebuild 
b/dev-python/django/django-4.2.3-r1.ebuild
deleted file mode 100644
index 0afb8410b128..
--- a/dev-python/django/django-4.2.3-r1.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# 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} )
-PYTHON_REQ_USE='sqlite?,threads(+)'
-
-inherit bash-completion-r1 distutils-r1 optfeature verify-sig
-
-DESCRIPTION="High-level Python web framework"
-HOMEPAGE="
-   https://www.djangoproject.com/
-   https://github.com/django/django/
-   https://pypi.org/project/Django/
-"
-SRC_URI="
-   https://media.djangoproject.com/releases/$(ver_cut 1-2)/${P^}.tar.gz
-   verify-sig? ( https://media.djangoproject.com/pgp/${P^}.checksum.txt )
-"
-S="${WORKDIR}/${P^}"
-
-LICENSE="BSD"
-# admin fonts: Roboto (media-fonts/roboto)
-LICENSE+=" Apache-2.0"
-# admin icons, jquery, xregexp.js
-LICENSE+=" MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
-IUSE="doc sqlite test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   =dev-python/asgiref-3.6.0[${PYTHON_USEDEP}]
-   >=dev-python/sqlparse-0.3.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   ${RDEPEND}
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pillow[webp,${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/selenium[${PYTHON_USEDEP}]
-   dev-python/tblib[${PYTHON_USEDEP}]
-   sys-devel/gettext
-   )
-   verify-sig? ( >=sec-keys/openpgp-keys-django-20230606 )
-"
-
-PATCHES=(
-   

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

2023-08-24 Thread Michał Górny
commit: 59086cd2c9d48ca0049a7923c21ad880f4ad9457
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:45:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:45:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59086cd2

dev-python/ensurepip-wheel: Remove old

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

 dev-python/ensurepip-wheel/Manifest  |  2 --
 .../ensurepip-wheel/ensurepip-wheel-0.40.0.ebuild| 20 
 .../ensurepip-wheel/ensurepip-wheel-0.41.0.ebuild| 20 
 3 files changed, 42 deletions(-)

diff --git a/dev-python/ensurepip-wheel/Manifest 
b/dev-python/ensurepip-wheel/Manifest
index a9812b358e44..36ad10c9cf9e 100644
--- a/dev-python/ensurepip-wheel/Manifest
+++ b/dev-python/ensurepip-wheel/Manifest
@@ -1,4 +1,2 @@
-DIST wheel-0.40.0-py3-none-any.whl 64545 BLAKE2B 
d42fcef0b33b560d5249d32c3400e8440bff154fbc21321e1802ffd6f734fcab032b296d5986cd5c23388800c9234d60c25e2e8f9008beeb6518391c52773f93
 SHA512 
83c4511bc8186485c7e61da1a798fdc41e209841300d70ea8e8f5515ec8200667b0195e3df149a81f10e3eaa159e8bab7f1701b43ce3d6746aee79cd0ba862e7
-DIST wheel-0.41.0-py3-none-any.whl 64712 BLAKE2B 
d4e4a9fbc432a246500997412bbda14bf4ad3e9b08bc702c9df9f2649c71399251d6d922c98769eb8bfd34e1a6f9c5c4f182d717c5d9aa9e8e88c6d7ccbb09e7
 SHA512 
fa2230b0f9f65a860ddbcf63be920a49adad7d4e97be6445e49c2fd746257ab5e3a824f5819c2b80bb3879727720eae07b1e1fc9e5f8e3c1b882e19efa3df52d
 DIST wheel-0.41.1-py3-none-any.whl 64755 BLAKE2B 
66741b95010f3463793b893b63663eda3f31b5f6e55c3677c9d46f374cdc98b15c45f2ac39551aaee9f9cb2e38f108811f27c394d67b240e4ca80048c290c13b
 SHA512 
db12f20343044676a1e7b5920b7b72e0369a1c29fc5426686b7dac7f2cfffb36b01407b52cbf974c06ddaa540227167b9f69e7cdc6af3aad9eb56c4ad0fec267
 DIST wheel-0.41.2-py3-none-any.whl 64848 BLAKE2B 
761efd3a97a9bbfbbd7683f12638aa5b0ed83679f3313cb8dce2632d2d2ba33fb9f0801a57e21077e8a232464aa929338983d334d57b4ccdf5f2c78a26202ca5
 SHA512 
9ecad670c61e4e2e598058cbd405e29401068a93d758c63481df72cff5e0a9f22b3c5ee1ae705140cffa1ea98149a6a8a9b3c80a356b520ea10bee586e615473

diff --git a/dev-python/ensurepip-wheel/ensurepip-wheel-0.40.0.ebuild 
b/dev-python/ensurepip-wheel/ensurepip-wheel-0.40.0.ebuild
deleted file mode 100644
index 943741be4ad4..
--- a/dev-python/ensurepip-wheel/ensurepip-wheel-0.40.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit pypi
-
-DESCRIPTION="Shared wheel wheel for use in pip tests"
-HOMEPAGE="https://pypi.org/project/wheel/;
-SRC_URI="$(pypi_wheel_url "${PN#ensurepip-}")"
-S=${DISTDIR}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-src_install() {
-   insinto /usr/lib/python/ensurepip
-   doins "${A}"
-}

diff --git a/dev-python/ensurepip-wheel/ensurepip-wheel-0.41.0.ebuild 
b/dev-python/ensurepip-wheel/ensurepip-wheel-0.41.0.ebuild
deleted file mode 100644
index e3e7fe90c1fa..
--- a/dev-python/ensurepip-wheel/ensurepip-wheel-0.41.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit pypi
-
-DESCRIPTION="Shared wheel wheel for use in pip tests"
-HOMEPAGE="https://pypi.org/project/wheel/;
-SRC_URI="$(pypi_wheel_url "${PN#ensurepip-}")"
-S=${DISTDIR}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-src_install() {
-   insinto /usr/lib/python/ensurepip
-   doins "${A}"
-}



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

2023-08-24 Thread Michał Górny
commit: 9d21a4eb1e364bd88c66236adb4c3bf4575e8d4f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:45:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:45:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d21a4eb

dev-python/ijson: Remove old

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

 dev-python/ijson/Manifest   |  1 -
 dev-python/ijson/ijson-3.2.2.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/dev-python/ijson/Manifest b/dev-python/ijson/Manifest
index 0af3fab50553..088eea6410ef 100644
--- a/dev-python/ijson/Manifest
+++ b/dev-python/ijson/Manifest
@@ -1,2 +1 @@
-DIST ijson-3.2.2.gh.tar.gz 127965 BLAKE2B 
2e20f7cc822406fe3e7eec99c3ef394e42d90b0b518226a7b8eb078763cb8317acb4a28934301116c32a2a9cc37403c2950b18232800485b1ea1206dace7ff23
 SHA512 
5935071bd0d3eecc39b3c30ca5cb2a959e4d455c57e36414d5c97ba71bbcf1a0b53c8b8afed7551a3a4ac4595294105566c9d7501b35832dd7e46a1bb2151287
 DIST ijson-3.2.3.tar.gz 57596 BLAKE2B 
e85465829f8319e2e227b7b72633b65e7e77a8cd24fee877aded1f50383ffbbaddd82e5e3942c0b3f637a8e601c5101aa390889e8509ee2c61b6f3c9cf9a7249
 SHA512 
ca72ed08c7804611d7f9c5218d217087fe17358859d080741726b42072df1407afcf1f701e30d33f3f615e8c78ba247a3cc45e8e7e373f1d3168a63f397fd6eb

diff --git a/dev-python/ijson/ijson-3.2.2.ebuild 
b/dev-python/ijson/ijson-3.2.2.ebuild
deleted file mode 100644
index 432500824ad1..
--- a/dev-python/ijson/ijson-3.2.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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} pypy3 )
-
-inherit distutils-r1
-
-MY_P="${P//_p/.post}"
-DESCRIPTION="Iterative JSON parser with a Pythonic interface"
-HOMEPAGE="
-   https://github.com/ICRAR/ijson/
-   https://pypi.org/project/ijson/
-"
-SRC_URI="
-   https://github.com/ICRAR/${PN}/archive/v${PV/_p/.post}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-
-DEPEND="
-   dev-libs/yajl
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-   local -x IJSON_BUILD_YAJL2C=1
-   # The extension is broken on PyPy3, probably a bug in PyPy itself.
-   # https://github.com/ICRAR/ijson/issues/101
-   [[ ${EPYTHON} == pypy3 ]] && IJSON_BUILD_YAJL2C=0
-   distutils-r1_python_compile
-}
-
-python_test() {
-   rm -rf ijson || die
-   epytest
-}



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

2023-08-24 Thread Michał Górny
commit: a67b968847a794e1005b1d6da9a5ea915fc9edd6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:46:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:46:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67b9688

dev-python/PyQt5-sip: Remove old

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

 dev-python/PyQt5-sip/Manifest |  1 -
 dev-python/PyQt5-sip/PyQt5-sip-12.12.1.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/PyQt5-sip/Manifest b/dev-python/PyQt5-sip/Manifest
index 01092db45fb2..e2961212b399 100644
--- a/dev-python/PyQt5-sip/Manifest
+++ b/dev-python/PyQt5-sip/Manifest
@@ -1,2 +1 @@
-DIST PyQt5_sip-12.12.1.tar.gz 122905 BLAKE2B 
b2feb1eb13553cf016d31efaebc6b128ba3f8f664152de847218f639e492d1b0d0d9d0d5e92f6591011388eff8f6815e7d6e9e78b17d954b38358781db5d0265
 SHA512 
683e7164a55070d3473a5b7f1a6b2aa6a42ca78b97f78d5f6b9dc55fc8a0007993e74762766838bb42a097e924bfa00c1fc112db1d98ad2c55c97165d5eeac78
 DIST PyQt5_sip-12.12.2.tar.gz 123020 BLAKE2B 
73e0209c0e780087443f761c5c8d0b80745f836b1077ca9197ae35313e4b633421c41280320c1862c78229ff4c94100b740200402853ea8ca47b26744709bb5d
 SHA512 
62435e6fa409a817ad7648103ce1574747ed878da3859981517d3c3fb9b918802cbf14989daae4a0d44a3fbccef44cf674f4d108f5d6eade1d1d8a3ec8d82982

diff --git a/dev-python/PyQt5-sip/PyQt5-sip-12.12.1.ebuild 
b/dev-python/PyQt5-sip/PyQt5-sip-12.12.1.ebuild
deleted file mode 100644
index c18c7e8c8b47..
--- a/dev-python/PyQt5-sip/PyQt5-sip-12.12.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/_}
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="sip extension module for PyQt5"
-HOMEPAGE="https://www.riverbankcomputing.com/software/sip/ 
https://pypi.org/project/PyQt5-sip/;
-
-if [[ ${PV} == *_pre* ]]; then
-   MY_P=${PYPI_PN}-${PV/_pre/.dev}
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-   S="${WORKDIR}/${MY_P}"
-else
-   inherit pypi
-fi
-
-LICENSE="|| ( GPL-2 GPL-3 SIP )"
-SLOT="0/$(ver_cut 1)"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"



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

2023-08-24 Thread Michał Górny
commit: e77f25223f9a5cbf497e8b8104c34b76b4b9ec8e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:45:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:45:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77f2522

dev-python/pypy3_10-exe: Remove old

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

 dev-python/pypy3_10-exe/Manifest   |   1 -
 dev-python/pypy3_10-exe/pypy3_10-exe-7.3.12.ebuild | 127 -
 2 files changed, 128 deletions(-)

diff --git a/dev-python/pypy3_10-exe/Manifest b/dev-python/pypy3_10-exe/Manifest
index 84d565551700..d68b6ec64f85 100644
--- a/dev-python/pypy3_10-exe/Manifest
+++ b/dev-python/pypy3_10-exe/Manifest
@@ -1,3 +1,2 @@
-DIST pypy3.10-gentoo-patches-7.3.12.tar.xz 3736 BLAKE2B 
9283b05e84b385289900a07a8591d830589c5ae9cb77dc5350cb0c6a4c8f71118ed13d270060d900079ec8f7d57c256a973f55016299d001e8be585ba2a2ad30
 SHA512 
9ec7d8d6e16719971d43cc37cf3fdfaf76b1a707ae37b02681b0a07d17c60df503e926fa8034c9f4866d46136089a0059ee165a0c222f56f2537f374e915b3ca
 DIST pypy3.10-gentoo-patches-7.3.12_p2.tar.xz 7184 BLAKE2B 
dae373bee65ede20c1e8bc29faedd5413c832bd105045d6953c8c1eca99955de1bab5dfcddacc612874616dabbb58921bebddc2a62177edc822247e6c2eba9c7
 SHA512 
b4476dc96dfd79a15218e2b7b60f289abeb10605e01a96746c04b9449c201aa8ee032dc3145c36b0b64d07e3948e828b49a874132d595b26e4dd95140d428942
 DIST pypy3.10-v7.3.12-src.tar.bz2 23009064 BLAKE2B 
ad45d90de9ae51803ebcfa202763889f92f7e5c2939331433a496e53ca67dd6eeaf9c61e16cb648945409dff3c6dd6b8a2a01dfe1bed6cd6a9df98f112bff181
 SHA512 
080520c7de267e17a2823f06cd0a15c108a2c32fc296d6e24782050eb546fa74852d948ede2c381dba110774121b20efc3a07b553acd0ac0db4a844dfc09069e

diff --git a/dev-python/pypy3_10-exe/pypy3_10-exe-7.3.12.ebuild 
b/dev-python/pypy3_10-exe/pypy3_10-exe-7.3.12.ebuild
deleted file mode 100644
index 96dd027c2727..
--- a/dev-python/pypy3_10-exe/pypy3_10-exe-7.3.12.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit check-reqs pax-utils toolchain-funcs
-
-PYPY_PV=${PV%_p*}
-PYVER=3.10
-MY_P="pypy${PYVER}-v${PYPY_PV/_}"
-PATCHSET="pypy${PYVER}-gentoo-patches-${PV/_}"
-
-DESCRIPTION="PyPy3 executable (build from source)"
-HOMEPAGE="https://www.pypy.org/;
-SRC_URI="
-   https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2
-   https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz
-"
-S="${WORKDIR}/${MY_P}-src"
-
-LICENSE="MIT"
-SLOT="${PYPY_PV}"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="+jit low-memory ncurses cpu_flags_x86_sse2"
-
-RDEPEND="
-   app-arch/bzip2:0=
-   dev-libs/expat:0=
-   dev-libs/libffi:0=
-   >=sys-libs/zlib-1.1.3:0=
-   virtual/libintl:0=
-   ncurses? ( sys-libs/ncurses:0= )
-   !dev-python/pypy3-exe-bin:${SLOT}
-"
-DEPEND="
-   ${RDEPEND}
-"
-BDEPEND="
-   dev-python/pypy
-"
-
-check_env() {
-   if use low-memory; then
-   CHECKREQS_MEMORY="1750M"
-   use amd64 && CHECKREQS_MEMORY="3500M"
-   else
-   CHECKREQS_MEMORY="3G"
-   use amd64 && CHECKREQS_MEMORY="6G"
-   fi
-
-   check-reqs_pkg_pretend
-}
-
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && check_env
-}
-
-pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && check_env
-}
-
-src_prepare() {
-   local PATCHES=(
-   "${WORKDIR}/${PATCHSET}"
-   )
-   default
-}
-
-src_configure() {
-   tc-export CC
-
-   local jit_backend
-   if use jit; then
-   jit_backend='--jit-backend='
-
-   # We only need the explicit sse2 switch for x86.
-   # On other arches we can rely on autodetection which uses
-   # compiler macros. Plus, --jit-backend= doesn't accept all
-   # the modern values...
-
-   if use x86; then
-   if use cpu_flags_x86_sse2; then
-   jit_backend+=x86
-   else
-   jit_backend+=x86-without-sse2
-   fi
-   else
-   jit_backend+=auto
-   fi
-   fi
-
-   local args=(
-   --no-shared
-   $(usex jit -Ojit -O2)
-
-   ${jit_backend}
-
-   pypy/goal/targetpypystandalone
-   --withmod-bz2
-   $(usex ncurses --with{,out}mod-_minimal_curses)
-   )
-
-   local interp=( pypy )
-   if use low-memory; then
-   local -x PYPY_GC_MAX_DELTA=200MB
-   interp+=( --jit loop_longevity=300 )
-   fi
-
-   # translate into the C sources
-   # we're going to build them ourselves since otherwise pypy does not
-   # free up the unneeded memory before spawning the compiler
-   set -- "${interp[@]}" rpython/bin/rpython --batch --source 

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

2023-08-24 Thread Michał Górny
commit: a4d9d03a1974697c3fb8af50336435d45a17a512
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:43:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:43:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d9d03a

dev-python/dill: Remove old

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

 dev-python/dill/Manifest  |  1 -
 dev-python/dill/dill-0.3.6.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/dill/Manifest b/dev-python/dill/Manifest
index 1c21146fc50e..6c63d3bcc35a 100644
--- a/dev-python/dill/Manifest
+++ b/dev-python/dill/Manifest
@@ -1,2 +1 @@
-DIST dill-0.3.6.gh.tar.gz 171608 BLAKE2B 
3b0c6f20218230685c91c10edb4d9bfdbb913464903ce03c92c85ad607ab3973c61c39f9a9807d55c1d3aa3736f5de4575e5beb0784f2b17f0af850210bebd61
 SHA512 
921bd5122b9b90fd3426a7af5fc8ba70d09b92d740951f5db5d481abb280915d722410f174ab028134acff9a3659899c8f315242caa7a44d8e4b38dd02bb1fa3
 DIST dill-0.3.7.gh.tar.gz 176315 BLAKE2B 
8c98c40458035e42c078c79df14e474c35a2a6ff4f61d3cfca8f4dfa5a7756512b7d5af6276becd88315c01d88c8562de02b6f9dff06d0161df3e6f6694c7cc8
 SHA512 
33ec55dc32c9ddf275ce6e502187949bbc7ecc6d24560e132a7bed23e93254b771d38e59c4b6313bbfc25313305c43c6cba2fe07763a93238e1ba66c4bbd8cd4

diff --git a/dev-python/dill/dill-0.3.6.ebuild 
b/dev-python/dill/dill-0.3.6.ebuild
deleted file mode 100644
index 32ee395fa21e..
--- a/dev-python/dill/dill-0.3.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Serialize all of Python (almost)"
-HOMEPAGE="
-   https://github.com/uqfoundation/dill/
-   https://pypi.org/project/dill/
-"
-SRC_URI="
-   https://github.com/uqfoundation/dill/archive/${P}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${PN}-${P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-python_test() {
-   "${EPYTHON}" -m dill.tests || die
-}



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

2023-08-24 Thread Michał Górny
commit: 27e3a159067656ea3d9c0e061b0df9bc1c259783
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:45:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:45:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e3a159

dev-python/pypdf: Remove old

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

 dev-python/pypdf/Manifest|  6 
 dev-python/pypdf/pypdf-3.12.2.ebuild | 56 
 dev-python/pypdf/pypdf-3.13.0.ebuild | 56 
 dev-python/pypdf/pypdf-3.14.0.ebuild | 56 
 dev-python/pypdf/pypdf-3.15.0.ebuild | 56 
 5 files changed, 230 deletions(-)

diff --git a/dev-python/pypdf/Manifest b/dev-python/pypdf/Manifest
index 9e33b7d80fa3..b1d84d2c6d0f 100644
--- a/dev-python/pypdf/Manifest
+++ b/dev-python/pypdf/Manifest
@@ -1,9 +1,3 @@
-DIST pypdf-3.12.2.gh.tar.gz 7560560 BLAKE2B 
f00047287619e49829d516f06020119f2ff19e0d4e67ccf4e45c05b1bff66ca3e69a03da99113accb818b8873ae5e637d23991925633ac01a20dcd35a15d1609
 SHA512 
b888c81cc3cb331f7b5709c4fa29c9f2f0790fc67679112de9e48f31cb20047b7622bcb8e555d5113e6dea96ec5d1c2759ac84696278123eb5a7faeea727b192
-DIST pypdf-3.13.0.gh.tar.gz 7563894 BLAKE2B 
f2f34dccda87e719b326b4c48331e9813a36dbecd14d26f9268b44891939fb3dac3a2bf2e298efd927e8fe97869f43d39f2890008858d42255c31f6496e2003a
 SHA512 
6259b242aaba8e0b63b988749850aa2138b802eaf52d146793635ff723956f19b1989c3c76278ed4240acbc88f8dd4b7e64fcf777508e98dee81093d794b2945
-DIST pypdf-3.14.0.gh.tar.gz 7572714 BLAKE2B 
5a706eb9f9965de9ec3e3b03e243b629700b0c43b0549d49c33cc0a4d5ab570c75aa03695ccb8b08dac99032e9c4c170f2511c0dc644fed90d14da4a3fd18dbd
 SHA512 
f7fc45a10249d3a86e60ed73f8e9a226a8bbb3fe181efdc8102128b7005a39f2479386801d18e8d6be56e8a12b5d3c8769a9c5504df27bec981ebe9cf22da205
-DIST pypdf-3.15.0.gh.tar.gz 7673228 BLAKE2B 
9516d5e7865fa5c3bed90461d2e12ad1a400b755d8254330837e8b5f313f985bd199da9a19b2a189623b392c6ae76fd757e68c1454d09a7b5ec70bc28bff3485
 SHA512 
a9dc59141918fe47d1b2ec0fc282e31c05ef3df137cc67e85d965172929b3b1bbc38f8827a82a576f02c18b72cdca297364f58814f960b7783a36228a7e29125
 DIST pypdf-3.15.1.gh.tar.gz 7679588 BLAKE2B 
9148d17be47fc653bba26fc39ca58f503eba7fd561ef67be034f6ce18318069a1e981e46d6a23ff18dd20a9ddbd38ff056a17e63e71b253d851d3c3934057c74
 SHA512 
93a4c5c573f8db73df4dd113e4d502bb183c2548a556686848dabf46078721e583c0283f6148c268d6e502e25402fab7b5e40d3eb9c60ab4db19827f183636e5
 DIST pypdf-3.15.2.gh.tar.gz 7679823 BLAKE2B 
c53e51adaa2d789b56f0871ef9937e01eb91074dd30afece840a17c8b789686ff88942345764e7451b4ad1af21405f9e18d96f03cb8cdfbbe34ef786fcd85fac
 SHA512 
804ff4c57e626b10827167a91aaa82e9acc46aea48b1a961ea50fff526c3fc012aa231f2ea269bd715a9f5294b684f8338d34356f738dd45f512228019a63633
-DIST pypdf-sample-files-2cf1e75af7bcb9c097deae6fb112c715d4721744.gh.tar.gz 
10226061 BLAKE2B 
a9b32d6cd3d22bbc0aee54ca3e914c4d2eb2a9a44a1a508e54e0a8fbcb5fad9ab05e72cf66553a1b5595131104ff22dea115d2804d2970200c4cf5f808532174
 SHA512 
f064f0468b07bf705a1d0f3a0fc6fe535c234a39408dca268f223e7c3548e66f599a4e67156e7848b70e9a3bd1bc2756395dd93b0c828ee08fe2bb8833f2b196
-DIST pypdf-sample-files-5b5ee6b0e9bf4b683490351b1e15e01d6553da7b.gh.tar.gz 
10226115 BLAKE2B 
7488897284b840c7d4c26525425d326024936654cea42c47f260d1bc61a32a5c1da0a7eb8a9ad532857ea5c2db3446ce5850c509f44ccf6143b8cf4cb826e6c9
 SHA512 
70d4f0b6957160698afdc9b5bfb9d197f55f1651bc2ec2326621bb77bae5460fe0d4d8543ddbb7ed270c2bd36ad0ccae14deae6040d7f4a01db52374b820fd7e
 DIST pypdf-sample-files-935652968f76a41b4fa51afd05498e7dd7314c5e.gh.tar.gz 
11187445 BLAKE2B 
e9332009a49249fdaa8b6c29258b11dfcf3627a5550ea7402cf0288bb4b0537136b039e6f4aefb03574076d1fc0af6100effc0d36510f035d9e63836ad52c4d7
 SHA512 
8d525aa323e5b45f71130459faa9686ec4ae04bc594895a64f1a5b6d027f866c48aca78602ad526000a11b547cc77068d1ac5e733d3e3a99df0e257c02fbb9e7

diff --git a/dev-python/pypdf/pypdf-3.12.2.ebuild 
b/dev-python/pypdf/pypdf-3.12.2.ebuild
deleted file mode 100644
index 1a803821afca..
--- a/dev-python/pypdf/pypdf-3.12.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-SAMPLE_COMMIT=2cf1e75af7bcb9c097deae6fb112c715d4721744
-DESCRIPTION="Python library to work with PDF files"
-HOMEPAGE="
-   https://pypi.org/project/pypdf/
-   https://github.com/py-pdf/pypdf/
-"
-SRC_URI="
-   https://github.com/py-pdf/pypdf/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   test? (
-   
https://github.com/py-pdf/sample-files/archive/${SAMPLE_COMMIT}.tar.gz
-   -> ${PN}-sample-files-${SAMPLE_COMMIT}.gh.tar.gz
-   )
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-
-BDEPEND="
-   test? (
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3_10-exe-bin/

2023-08-24 Thread Michał Górny
commit: d17f2c9520e8386f0e254deda4b77686267accfe
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:45:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:45:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d17f2c95

dev-python/pypy3_10-exe-bin: Remove old

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

 dev-python/pypy3_10-exe-bin/Manifest   |  8 ---
 .../pypy3_10-exe-bin-7.3.12.ebuild | 82 --
 2 files changed, 90 deletions(-)

diff --git a/dev-python/pypy3_10-exe-bin/Manifest 
b/dev-python/pypy3_10-exe-bin/Manifest
index 1bf19beba2ed..4ba40d8da6ca 100644
--- a/dev-python/pypy3_10-exe-bin/Manifest
+++ b/dev-python/pypy3_10-exe-bin/Manifest
@@ -1,11 +1,3 @@
-DIST pypy3_10-exe-7.3.12-1.amd64-musl.gpkg.tar 11939840 BLAKE2B 
fe5b99ef9131ddfe7116b0a857df3cc3261dafdac043741d18b46a2380a783b1354a10cd8af5070e7afd208bdff73ff52b0c8c3e6469d760780b28b4cab50f13
 SHA512 
4a79ac7adf59c67d7d304b24943ad5a4e6477dbcb468fcd4b6dfdb9111fe0f5ac9435bf8cd9b460fde0ad02a8854045d8029fd5d24841b4dd8b70561a2ab3c09
-DIST pypy3_10-exe-7.3.12-1.amd64.gpkg.tar 11909120 BLAKE2B 
a49769288e45992747973bd0f58df67c279913843fad343f7608fc2e6199b321fa57a26e694ab04bcde5ca9c28f6b7427de0177122216a5136fe1e1a2038
 SHA512 
dcd78736472a0f26b9bac869b9dda2c64eb36b68ab4b89960c0461e2bcfab4bfff3ae5d31800e3ef102771a65e8b81acc2b80f8e3273a32eafa9d0c986ab9ba0
-DIST pypy3_10-exe-7.3.12-1.arm64-musl.gpkg.tar 9932800 BLAKE2B 
1076123d55bc749744d7f04a079e03b46336bb57b32395f7b5924c311be5c8627c6080e81879078ae6faaab462b92ea9429daf92cfe1c536329f0b023ee36849
 SHA512 
9923b69652273f421ef6fe2658ef1c21c92ddb0c0f9ec30f39c00ab5ba01aaf435c8ad37eac406213ca5835d5e4687d527d43e741a36f410bae81b7893bd67cc
-DIST pypy3_10-exe-7.3.12-1.arm64.gpkg.tar 9902080 BLAKE2B 
c1f503828d25f99cd1ab5c0112c0f747ec3c3f7128e5daa2fb71e652e887a733c35c5465d1c6ecca5d35d92d1642548cd558aba0cdd9950c38abbfe170d85d3d
 SHA512 
1f151c9bca991e85a2b46a2fc82c3241b44f784ea4812aac99adbd96d78d245afc5d83576ec794f27bc6bcc8a0685c79577dc195bcd917c773b82317696c8858
-DIST pypy3_10-exe-7.3.12-1.ppc64le-musl.gpkg.tar 6543360 BLAKE2B 
c8bb60fc0144800ae26637ef02a43e8917f4c68268f9c50d607c95f41baa0f1dbe5f23b55f32b0aa08213259ba5322609f0ea59cb3a05cd8152f798bb38f2f6e
 SHA512 
15cf155ef73113a6c076f3eb2b7d20d063f7bc194b724307e7d98901aa74a5c52912cb01b05bdf39ad7682a941488e1ac38b76e0e25edb9f9add33dde33a0de1
-DIST pypy3_10-exe-7.3.12-1.ppc64le.gpkg.tar 10137600 BLAKE2B 
773b4b158939842df61dab2c8d3e0ceb6063e88cfbfc30450ede0de4b0089d45f01ae3fccc913c51542c9a8ada0c760f9abb041a0e588a36fdc6096531a0166c
 SHA512 
195140ce7a041682aaff6dc812c5c476ebbf001cea073d636fcebe6b236316f2acc72f3568ad3f01f53c7e727d3033cc53d2d487db46157c47853c6fd3d87fc3
-DIST pypy3_10-exe-7.3.12-1.x86-musl.gpkg.tar 8898560 BLAKE2B 
8b9e91c69bc726ac48f7c9db1a2722791ce5171e636d25e99ec57f38ea32442400b7e18d07c5f055bd7a68e607ff33f41faf1a235079807dfc15ce3b1138e521
 SHA512 
54e73b0786e45f4dc0f102f7e975d5ff7b806bcde9779411bbca64c3c2be115257d7e6dd3c44c9bdf8c62de0a101aca1c6c94aa44b6e39535137317f3052a870
-DIST pypy3_10-exe-7.3.12-1.x86.gpkg.tar 8775680 BLAKE2B 
2e260a89bf5b01a8d13653988dffd86315607f541d176ee2cca50d2a4c26f247b8a77b04c74c3512875eadf7ae00d7643e5450b31e4f0e0b79f660d302e2842f
 SHA512 
734d2817b07d87b7087d74abfc605747990823c8fdd45de1b2e6275025ac46550fae8525dc55048412b0b2a076462ee2c21555f3c9dba72774e67be169766f36
 DIST pypy3_10-exe-7.3.12_p2-1.amd64-musl.gpkg.tar 11919360 BLAKE2B 
8be8841e89efd16fea27376487bfae6039d326cf261748c63bc30ab0c9995d3f5924d2ee0ae9074555e9e69c0bc0344ebfc063ed5977d6945a64c6258e11430b
 SHA512 
d218451cd4071e50ea40c1bc98a89894a26d3535cc609e5f79ffb02f57813edcedffd142e6d8927aafed8df8b16ff02cef80773f75a092ec93095f7e2396dc9a
 DIST pypy3_10-exe-7.3.12_p2-1.amd64.gpkg.tar 11939840 BLAKE2B 
b9486bacf4088cb9bbc5e5d5c390736bc67663857d2151493802c4da379a83929d37f430ee4801bbd6538858891231886d0a7f237ad5a71383aa91f146cfef4b
 SHA512 
ea2ee539521e0a49204575600d1b4e626d2a08883cce4b0f520970d68d336ac85ca94a57b8b6248acfd340053b8300df7b5cdae0b444293992444aca3c45ac58
 DIST pypy3_10-exe-7.3.12_p2-1.arm64-musl.gpkg.tar 9953280 BLAKE2B 
1400f9c2bb36f0de4acf6aae16f0851989a4c4c80413927adf9f38a62125c3bbd886cc72011e3d7949fef1ff1c6062052b3d8316d6b0e4d6eb2cc5b76ee0d05a
 SHA512 
6524ceb373d9f459c3a4fb78080e1b1094ce780c472316a3236fded91a8dc62d241234c8b39cd2040a91ef4bfd08391d348029f3068fb2fa22850550f0f004cc

diff --git a/dev-python/pypy3_10-exe-bin/pypy3_10-exe-bin-7.3.12.ebuild 
b/dev-python/pypy3_10-exe-bin/pypy3_10-exe-bin-7.3.12.ebuild
deleted file mode 100644
index 6a082de57538..
--- a/dev-python/pypy3_10-exe-bin/pypy3_10-exe-bin-7.3.12.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit pax-utils unpacker
-
-PYVER=3.10
-MY_P=pypy3_10-exe-${PV}-1
-
-DESCRIPTION="PyPy3 executable (pre-built version)"
-HOMEPAGE="https://www.pypy.org/;

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

2023-08-24 Thread Michał Górny
commit: 84bf3ddff6a0f5fd147872812e3c206e6aeb7e0c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:46:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:46:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84bf3ddf

dev-python/PyQtWebEngine: Remove old

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

 .../PyQtWebEngine/PyQtWebEngine-5.15.6.ebuild  | 75 --
 1 file changed, 75 deletions(-)

diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6.ebuild 
b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6.ebuild
deleted file mode 100644
index 58a9589c5a9a..
--- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-inherit pypi python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for QtWebEngine"
-HOMEPAGE="https://www.riverbankcomputing.com/software/pyqtwebengine/ 
https://pypi.org/project/PyQtWebEngine/;
-
-if [[ ${PV} == *_pre* ]]; then
-   MY_P=${PN}-${PV/_pre/.dev}
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-   S=${WORKDIR}/${MY_P}
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
-IUSE="debug"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-"
-
-DEPEND="${PYTHON_DEPS}
-   
>=dev-python/PyQt5-5.15.5[gui,network,printsupport,ssl,webchannel,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwebengine:5[widgets]
-"
-RDEPEND="${DEPEND}
-   >=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}]
-   >=dev-python/sip-6.2[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-"
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   sip-build
-   --verbose
-   --build-dir="${BUILD_DIR}"
-   --scripts-dir="$(python_get_scriptdir)"
-   --qmake="$(qt5_get_bindir)"/qmake
-   --no-make
-   $(usev debug '--debug --qml-debug --tracing')
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake to respect toolchain and build flags
-   run_in_build_dir eqmake5 -recursive ${PN}.pro
-   }
-   python_foreach_impl configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-
-   einstalldocs
-}



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

2023-08-24 Thread Michał Górny
commit: 7c3a6c02768424205f600245cba62ce10a2ef8ab
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:46:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:46:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3a6c02

dev-python/pytest-django: Remove old

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

 .../pytest-django/pytest-django-4.5.2.ebuild   | 55 --
 1 file changed, 55 deletions(-)

diff --git a/dev-python/pytest-django/pytest-django-4.5.2.ebuild 
b/dev-python/pytest-django/pytest-django-4.5.2.ebuild
deleted file mode 100644
index d795479dd836..
--- a/dev-python/pytest-django/pytest-django-4.5.2.ebuild
+++ /dev/null
@@ -1,55 +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 distutils-r1
-
-DESCRIPTION="A Django plugin for py.test"
-HOMEPAGE="
-   https://pypi.org/project/pytest-django/
-   https://pytest-django.readthedocs.io/
-   https://github.com/pytest-dev/pytest-django/;
-SRC_URI="
-   https://github.com/pytest-dev/pytest-django/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-SLOT="0"
-
-RDEPEND="
-   dev-python/django[${PYTHON_USEDEP}]
-   >=dev-python/pytest-5.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/setuptools-scm-1.11.1[${PYTHON_USEDEP}]
-   test? (
-   dev-python/django-configurations[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-pytest-7.patch
-)
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-distutils_enable_tests --install pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # something else may be loading it
-   
tests/test_django_settings_module.py::test_django_not_loaded_without_settings
-   )
-
-   distutils_install_for_testing
-   cp -r pytest_django_test "${TEST_DIR}"/lib || die
-
-   local -x DJANGO_SETTINGS_MODULE
-   for DJANGO_SETTINGS_MODULE in 
pytest_django_test.settings_sqlite{,_file}; do
-   einfo "Testing ${DJANGO_SETTINGS_MODULE}"
-   epytest tests
-   done
-}



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

2023-08-24 Thread Michał Górny
commit: 7bcdeee307a88db7b26b92c000c11bf93c9f3c17
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:47:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:47:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcdeee3

dev-python/python-gnupg: Remove old

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

 dev-python/python-gnupg/Manifest  |  2 --
 dev-python/python-gnupg/python-gnupg-0.5.0.ebuild | 36 ---
 2 files changed, 38 deletions(-)

diff --git a/dev-python/python-gnupg/Manifest b/dev-python/python-gnupg/Manifest
index c4debf3a6aea..5f04d9c5c2a4 100644
--- a/dev-python/python-gnupg/Manifest
+++ b/dev-python/python-gnupg/Manifest
@@ -1,4 +1,2 @@
-DIST python-gnupg-0.5.0.tar.gz 61154 BLAKE2B 
0ae7e8ff669f51b47410a7a5aef16ca6792db18f28c59d3ce6615d0852eba1e201e3d000d1f644ffc1a362a74ee56c0930dd5814c23238137d6d8696319fd130
 SHA512 
cfd302257b53fdc9318004db7323ea5bf4bddc055b65b24386a1ecb27cd476fdf1bc771adcdde70a4eef442982a0c57dc832b92274bbe5ba16cbdf3247f4e77a
-DIST python-gnupg-0.5.0.tar.gz.asc 801 BLAKE2B 
a3df8ea4c22c2df8351aeb51a670e36e2809eef2248507842b9580f819af5c4e5a7ad4902ef54f2a62c3629a2d658cac346cc1647838e8066b2a018939e1a751
 SHA512 
58fa1b201803bb542e3fb9c1c567d83abba0e897b52efa331942899684e15b4c44a225c28adce58c69c290d5059fc562556b79fec21f960c894b30a8f3642405
 DIST python-gnupg-0.5.1.tar.gz 64377 BLAKE2B 
bc17b2a21b44c2238ad528951ddcc43d4f607cace7bf9656329dfdba360090da5efe90425c0d3ff9e9d3c42655b996a3a5a31a1f90524457fe047ab46b272e27
 SHA512 
7be68c2f8aad0e0923fd27e53bbbfaea8fe7b3816ff231ab6a06a52efd3a4a594af27355abcf0a453e1d0556ad8c02e960ff7c84cb0ce7d053a1adc91131eea0
 DIST python-gnupg-0.5.1.tar.gz.asc 801 BLAKE2B 
a3b34af465d412a35f8450b5de287764c2b516de8dc989a0654d136e77123db533792faaef2f1f7a246d4bf02783e23c84cf76cf404def1282edffa2d25ec73a
 SHA512 
ecf1fd69030ec6dff5d0ffbbcaa9112d7b2d5d1badb76257c6cdf674cbc579e8bd9837f8e30943aa23c316d121926c4aa5e2f0b865ed55a6ba661c4b2642fd30

diff --git a/dev-python/python-gnupg/python-gnupg-0.5.0.ebuild 
b/dev-python/python-gnupg/python-gnupg-0.5.0.ebuild
deleted file mode 100644
index 066044812645..
--- a/dev-python/python-gnupg/python-gnupg-0.5.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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} )
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/vinaysajip.asc
-inherit distutils-r1 verify-sig
-
-DESCRIPTION="A Python wrapper for GnuPG"
-HOMEPAGE="
-   https://docs.red-dove.com/python-gnupg/
-   https://github.com/vsajip/python-gnupg/
-   https://pypi.org/project/python-gnupg/
-"
-SRC_URI="https://github.com/vsajip/python-gnupg/releases/download/${PV}/${P}.tar.gz;
-SRC_URI+=" verify-sig? ( 
https://github.com/vsajip/python-gnupg/releases/download/${PV}/${P}.tar.gz.asc 
)"
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv sparc x86"
-LICENSE="BSD"
-SLOT="0"
-
-# Need gnupg[nls] for avoiding decode errors and possible hangs
-# w/ e.g. sec-keys/openpgp-keys-gentoo-developers but other pkgs too.
-RDEPEND="app-crypt/gnupg[nls]"
-DEPEND="${RDEPEND}"
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-vinaysajip )"
-
-distutils_enable_tests unittest
-
-python_test() {
-   # NO_EXTERNAL_TESTS must be enabled,
-   # to disable all tests, which need internet access.
-   NO_EXTERNAL_TESTS=1 eunittest
-}



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

2023-08-24 Thread Michał Górny
commit: ad95d424f0fcca4ac25ba34e2d58b4d0df185ba2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:46:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:46:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad95d424

dev-python/PyQt5: Remove old

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

 dev-python/PyQt5/PyQt5-5.15.9.ebuild | 182 ---
 1 file changed, 182 deletions(-)

diff --git a/dev-python/PyQt5/PyQt5-5.15.9.ebuild 
b/dev-python/PyQt5/PyQt5-5.15.9.ebuild
deleted file mode 100644
index bccf78acac9c..
--- a/dev-python/PyQt5/PyQt5-5.15.9.ebuild
+++ /dev/null
@@ -1,182 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-inherit pypi python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for the Qt framework"
-HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/ 
https://pypi.org/project/PyQt5/;
-
-if [[ ${PV} == *_pre* ]]; then
-   MY_P=${PN}-${PV/_pre/.dev}
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-   S=${WORKDIR}/${MY_P}
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
-
-# TODO: QtNfc, QtQuick3D, QtRemoteObjects
-IUSE="bluetooth dbus debug declarative designer examples gles2-only gui help 
location
-   multimedia network opengl positioning printsupport sensors serialport 
speech
-   sql +ssl svg testlib webchannel websockets widgets x11extras 
xmlpatterns"
-
-# The requirements below were extracted from the qmake_QT declarations
-# in project.py and from the output of 'grep -r "%Import " ${S}/sip'
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   bluetooth? ( gui )
-   declarative? ( gui network )
-   designer? ( widgets )
-   help? ( gui widgets )
-   location? ( positioning )
-   multimedia? ( gui network )
-   opengl? ( gui widgets )
-   positioning? ( gui )
-   printsupport? ( gui widgets )
-   sensors? ( gui )
-   serialport? ( gui )
-   sql? ( widgets )
-   svg? ( gui widgets )
-   testlib? ( widgets )
-   webchannel? ( network )
-   websockets? ( network )
-   widgets? ( gui )
-   xmlpatterns? ( network )
-"
-
-# Minimal supported version of Qt.
-QT_PV="5.15:5"
-
-DEPEND="${PYTHON_DEPS}
-   >=dev-qt/qtcore-${QT_PV}
-   >=dev-qt/qtxml-${QT_PV}
-   bluetooth? ( >=dev-qt/qtbluetooth-${QT_PV} )
-   dbus? (
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-qt/qtdbus-${QT_PV}
-   )
-   declarative? ( >=dev-qt/qtdeclarative-${QT_PV}[widgets?] )
-   designer? ( >=dev-qt/designer-${QT_PV} )
-   gui? ( >=dev-qt/qtgui-${QT_PV}[gles2-only=] )
-   help? ( >=dev-qt/qthelp-${QT_PV} )
-   location? ( >=dev-qt/qtlocation-${QT_PV} )
-   multimedia? ( >=dev-qt/qtmultimedia-${QT_PV}[widgets?] )
-   network? ( >=dev-qt/qtnetwork-${QT_PV}[ssl=] )
-   opengl? ( >=dev-qt/qtopengl-${QT_PV} )
-   positioning? ( >=dev-qt/qtpositioning-${QT_PV} )
-   printsupport? ( >=dev-qt/qtprintsupport-${QT_PV} )
-   sensors? ( >=dev-qt/qtsensors-${QT_PV} )
-   serialport? ( >=dev-qt/qtserialport-${QT_PV} )
-   speech? ( >=dev-qt/qtspeech-${QT_PV} )
-   sql? ( >=dev-qt/qtsql-${QT_PV} )
-   svg? ( >=dev-qt/qtsvg-${QT_PV} )
-   testlib? ( >=dev-qt/qttest-${QT_PV} )
-   webchannel? ( >=dev-qt/qtwebchannel-${QT_PV} )
-   websockets? ( >=dev-qt/qtwebsockets-${QT_PV} )
-   widgets? ( >=dev-qt/qtwidgets-${QT_PV} )
-   x11extras? ( >=dev-qt/qtx11extras-${QT_PV} )
-   xmlpatterns? ( >=dev-qt/qtxmlpatterns-${QT_PV} )
-"
-RDEPEND="${DEPEND}
-   >=dev-python/PyQt5-sip-12.11:=[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/PyQt-builder-1.14.1[${PYTHON_USEDEP}]
-   >=dev-python/sip-6.6.2[${PYTHON_USEDEP}]
-   >=dev-qt/qtcore-${QT_PV}
-   dbus? ( virtual/pkgconfig )
-"
-
-src_configure() {
-   pyqt_use_enable() {
-   use "$1" || return
-
-   if [[ $# -eq 1 ]]; then
-   echo --enable=Qt${1^}
-   else
-   shift
-   echo ${@/#/--enable=}
-   fi
-   }
-
-   configuration() {
-   local myconf=(
-   sip-build
-   --verbose
-   --confirm-license
-   --build-dir="${BUILD_DIR}"
-   --scripts-dir="$(python_get_scriptdir)"
-   --qmake="$(qt5_get_bindir)"/qmake
-   --no-make
-   $(usev debug '--debug --qml-debug --tracing')
-   $(usev !dbus --no-dbus-python)
-   $(usev !declarative --no-qml-plugin)
-   $(usev !designer --no-designer-plugin)
-

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

2023-08-24 Thread Michał Górny
commit: b1e3dbddc533ca21bf01b8edf0d06ac34cde95b0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:46:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:46:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e3dbdd

dev-python/PyQt-builder: Remove old

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

 dev-python/PyQt-builder/Manifest   |  1 -
 dev-python/PyQt-builder/PyQt-builder-1.15.1.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/PyQt-builder/Manifest b/dev-python/PyQt-builder/Manifest
index 6bea3d31c917..cd7d03bae8b4 100644
--- a/dev-python/PyQt-builder/Manifest
+++ b/dev-python/PyQt-builder/Manifest
@@ -1,2 +1 @@
-DIST PyQt-builder-1.15.1.tar.gz 3908326 BLAKE2B 
d84ababee2687515e6e1a1f24bc0ebfc7edf0896c15ee29422df3ffc9070d82f3e24073fad8111a4ce0eb980dfa5613e95bc551c0ae8753cc4f386bbe242aa5f
 SHA512 
61ee73b6bb922c04739da60025ab50d35d345d2e298943305fcbd3926cda31d732cc5e5b0dbfc39f5eb85c0f0b091b8c3f5fee00dcc240d7849c5c4191c1368a
 DIST PyQt-builder-1.15.2.tar.gz 3908851 BLAKE2B 
8d8f324eb7ac6b00b00ac52a4b746789cf52032d519eca9c88c83dec3fe9c8100619e6b360c3dd6d69270b9feab118376a27c1485b453b35b6e4b8b212b34720
 SHA512 
3f8472ec51e9b456df80355d0351a66ea42902f8103d57ae2c7f02c4ab142fa8089a87059f9e800a610d865e3e30bf890674b3a21f48eeb8375ec883f518

diff --git a/dev-python/PyQt-builder/PyQt-builder-1.15.1.ebuild 
b/dev-python/PyQt-builder/PyQt-builder-1.15.1.ebuild
deleted file mode 100644
index c923f27246e7..
--- a/dev-python/PyQt-builder/PyQt-builder-1.15.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="The PEP 517 compliant PyQt build system"
-HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt-builder/ 
https://pypi.org/project/PyQt-builder/;
-
-if [[ ${PV} == *_pre* ]]; then
-   MY_P=${PN}-${PV/_pre/.dev}
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-   S=${WORKDIR}/${MY_P}
-fi
-
-LICENSE="|| ( GPL-2 GPL-3 SIP )"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/sip-6.7.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx doc --no-autodoc
-
-python_prepare_all() {
-   # don't install prebuilt Windows DLLs
-   sed -i -e "s:'dlls/\*/\*',::" setup.py || die
-   rm -r "${PN/-/_}.egg-info" || die
-
-   distutils-r1_python_prepare_all
-}



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

2023-08-24 Thread Michał Górny
commit: 99c9332ddb43e4b936617f540e55c9f5a1696fd7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:48:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:48:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c9332d

dev-python/sybil: Remove old

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

 dev-python/sybil/Manifest   |  1 -
 dev-python/sybil/sybil-5.0.2.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 50c3aab15e6a..0ef57f81a096 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-5.0.2.gh.tar.gz 56319 BLAKE2B 
56c64c0110a7d0e808eaf786a22e8ce30572a8546be85987b4c26d86e1d8ea8c3f35557463a032a32b23861e7403a4196b03ab0b4d2641d6854f5d4cfd6d4b18
 SHA512 
43b8a7e6067d99a82e1ef07fce0a2034402db086f5a2043c0c4136eca8bf27a2e53d26f03d0e717b05076a5e65cfc259e685c883a7526840135454a6c68c3100
 DIST sybil-5.0.3.gh.tar.gz 56660 BLAKE2B 
99af245f765630523ab2c6cb21452a0c3a970109102900530f5528ac0902d0472ceb09778bd266e9071816de1da397480e53220a974c5cc38f40367d552cef5e
 SHA512 
0e2a96457b506558b4e9c58890a370c63dbde2c36780dd031cfe8de828f15a2f790c55df81d86800599302958006e704e627b7e8a5d3dd786398ce5f8ea46d35

diff --git a/dev-python/sybil/sybil-5.0.2.ebuild 
b/dev-python/sybil/sybil-5.0.2.ebuild
deleted file mode 100644
index 6ddabc557450..
--- a/dev-python/sybil/sybil-5.0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-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="Automated testing for the examples in your documentation"
-HOMEPAGE="
-   https://github.com/simplistix/sybil/
-   https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
-   https://github.com/simplistix/sybil/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-BDEPEND="
-   test? (
-   dev-python/myst-parser[${PYTHON_USEDEP}]
-   dev-python/seedir[${PYTHON_USEDEP}]
-   dev-python/testfixtures[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-08-24 Thread Michał Górny
commit: 427876d93df437773618d07e40306aef9ed69923
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:47:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:47:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=427876d9

dev-python/sip: Remove old

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

 dev-python/sip/Manifest |  1 -
 dev-python/sip/sip-6.7.9.ebuild | 41 -
 2 files changed, 42 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index e4de93be769b..b2c6a7e2bea3 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1,3 +1,2 @@
 DIST sip-4.19.25.tar.gz 1056384 BLAKE2B 
f92e105e6b30e871aea2883dc9cd459e4032fb139a9eaff153a3412a66b39df4d7ac985711a2693aee83195ff3850ae648bee4102f7fc3cc30d09885799f2b98
 SHA512 
60fb4133c68869bf0993144978b4847d94a0f9c7b477f64a346ea133cfe35bc11820204ab327dcf9a929b6f65a26d16cc7efbce65e49967c3347b39376e57001
 DIST sip-6.7.10.tar.gz 1165087 BLAKE2B 
945027e741033a9d85dd9716586324d50380a1cbb4bcbe0df5e2db08697f6e088fb6778d93488c3d07947df3b57442af7a2225500efec0b274a8a9bfa177ecc8
 SHA512 
56f18fe6599dc74a90c07c58a7f1c23511c7f3661a3ec507d70fd2d32e636713ecd3cf1c960a3687261175c9a42df9de099e28cd1e6c0067ed755b97fc753e96
-DIST sip-6.7.9.tar.gz 1163252 BLAKE2B 
1f11edbd673703b42eeb16124b61ee92520a111e24de067506f10fec9682df12600124c1732c7b65690a9fa439cd9a233cc49b6740026a48561192e8ca7479d2
 SHA512 
bb9d0d0d92002b6fd33f7e8ebe8cd62456dacc16b5734b73760b1ba14fb9b1f2b9b6640b40196c6cf5f345e1afde48bdef39675c4d3480041771325d4cf3c233

diff --git a/dev-python/sip/sip-6.7.9.ebuild b/dev-python/sip/sip-6.7.9.ebuild
deleted file mode 100644
index bf0d582880a1..
--- a/dev-python/sip/sip-6.7.9.ebuild
+++ /dev/null
@@ -1,41 +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} )
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings generator for C/C++ libraries"
-HOMEPAGE="
-   https://www.riverbankcomputing.com/software/sip/
-   https://pypi.org/project/sip/
-"
-
-if [[ ${PV} == *_pre* ]]; then
-   MY_P=${PN}-${PV/_pre/.dev}
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-   S=${WORKDIR}/${MY_P}
-else
-   inherit pypi
-fi
-
-LICENSE="|| ( GPL-2 GPL-3 SIP )"
-SLOT="5"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86"
-
-RDEPEND="
-   !

[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_h2/

2023-08-24 Thread Craig Andrews
commit: 6186fb8c768059c3754ec08ea9a804484c505d50
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Aug 24 13:41:24 2023 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Aug 24 13:42:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6186fb8c

www-apache/mod_h2: drop 2.0.21

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

 www-apache/mod_h2/Manifest |  1 -
 www-apache/mod_h2/mod_h2-2.0.21.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest
index d2f00db9c72f..65a2b689721f 100644
--- a/www-apache/mod_h2/Manifest
+++ b/www-apache/mod_h2/Manifest
@@ -1,2 +1 @@
-DIST mod_h2-2.0.21.tar.gz 671561 BLAKE2B 
610e23167466b4c3a42efb08840ec1b24df20d511838764a194b45d315fed610555341e5cb17a0cfdacd8ec3cfb6deec5871a22a5ad108b10e04e05c52432fee
 SHA512 
2c3fdd8116c2154d42b990a2dcc681c764784c59576c43d0456b041fb4d4219f295015c63a37c7583c4cd5bc45709abc5b56d8bef6df5b7ba8178da65d8e90b0
 DIST mod_h2-2.0.22.tar.gz 689224 BLAKE2B 
121f463ff33112f9dcd65c3b368aa384f8f9fab70c961f5afe75db55e2c6d3587d5fdb74370383019f977d1cace7b16a05c866cca1cdf08216ef3e0b724c9b20
 SHA512 
2d4644208a4dcc2fd085e043d48861d076b776ff6feda306f26986fcc367a47ecbb3b103e89f7ec92aba366064d6c413bb6705871c9d225df4bd3063e6ea4e8b

diff --git a/www-apache/mod_h2/mod_h2-2.0.21.ebuild 
b/www-apache/mod_h2/mod_h2-2.0.21.ebuild
deleted file mode 100644
index 5ba43634b8e0..
--- a/www-apache/mod_h2/mod_h2-2.0.21.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit apache-module autotools
-
-MY_P="${PN/h2/http2}-${PV}"
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/icing/mod_h2.git;
-   inherit git-r3
-else
-   MY_PV="${PV/_rc/-rc}"
-   MY_P="${PN}-${MY_PV}"
-   S="${WORKDIR}/${MY_P}"
-   SRC_URI="https://github.com/icing/mod_h2/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="HTTP/2 module for Apache"
-HOMEPAGE="https://github.com/icing/mod_h2;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="ssl"
-
-RDEPEND=">=net-libs/nghttp2-1.0
-   >=www-servers/apache-2.4.48[-apache2_modules_http2,ssl?]"
-DEPEND="${RDEPEND}"
-
-need_apache2_4
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_compile() {
-   default
-}
-
-src_install() {
-   default
-
-   APACHE2_MOD_DEFINE="HTTP2"
-   insinto "${APACHE_MODULES_CONFDIR}"
-   newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
-}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_h2/

2023-08-24 Thread Craig Andrews
commit: 71114b2d24e205d8e9e0a22b613fa6ea47b92d3f
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Aug 24 13:41:05 2023 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Aug 24 13:42:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71114b2d

www-apache/mod_h2: add 2.0.22

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

 www-apache/mod_h2/Manifest |  1 +
 www-apache/mod_h2/mod_h2-2.0.22.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest
index 5289ddb4bb10..d2f00db9c72f 100644
--- a/www-apache/mod_h2/Manifest
+++ b/www-apache/mod_h2/Manifest
@@ -1 +1,2 @@
 DIST mod_h2-2.0.21.tar.gz 671561 BLAKE2B 
610e23167466b4c3a42efb08840ec1b24df20d511838764a194b45d315fed610555341e5cb17a0cfdacd8ec3cfb6deec5871a22a5ad108b10e04e05c52432fee
 SHA512 
2c3fdd8116c2154d42b990a2dcc681c764784c59576c43d0456b041fb4d4219f295015c63a37c7583c4cd5bc45709abc5b56d8bef6df5b7ba8178da65d8e90b0
+DIST mod_h2-2.0.22.tar.gz 689224 BLAKE2B 
121f463ff33112f9dcd65c3b368aa384f8f9fab70c961f5afe75db55e2c6d3587d5fdb74370383019f977d1cace7b16a05c866cca1cdf08216ef3e0b724c9b20
 SHA512 
2d4644208a4dcc2fd085e043d48861d076b776ff6feda306f26986fcc367a47ecbb3b103e89f7ec92aba366064d6c413bb6705871c9d225df4bd3063e6ea4e8b

diff --git a/www-apache/mod_h2/mod_h2-2.0.22.ebuild 
b/www-apache/mod_h2/mod_h2-2.0.22.ebuild
new file mode 100644
index ..5ba43634b8e0
--- /dev/null
+++ b/www-apache/mod_h2/mod_h2-2.0.22.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit apache-module autotools
+
+MY_P="${PN/h2/http2}-${PV}"
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/icing/mod_h2.git;
+   inherit git-r3
+else
+   MY_PV="${PV/_rc/-rc}"
+   MY_P="${PN}-${MY_PV}"
+   S="${WORKDIR}/${MY_P}"
+   SRC_URI="https://github.com/icing/mod_h2/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="HTTP/2 module for Apache"
+HOMEPAGE="https://github.com/icing/mod_h2;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="ssl"
+
+RDEPEND=">=net-libs/nghttp2-1.0
+   >=www-servers/apache-2.4.48[-apache2_modules_http2,ssl?]"
+DEPEND="${RDEPEND}"
+
+need_apache2_4
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_compile() {
+   default
+}
+
+src_install() {
+   default
+
+   APACHE2_MOD_DEFINE="HTTP2"
+   insinto "${APACHE_MODULES_CONFDIR}"
+   newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
+}



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

2023-08-24 Thread Sam James
commit: 12b53fe9d851fe00d266f3bdf669d572e3f0ed98
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 13:46:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 13:46:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b53fe9

dev-python/readtime: Keyword 3.0.0 arm64, #912898

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

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

diff --git a/dev-python/readtime/readtime-3.0.0.ebuild 
b/dev-python/readtime/readtime-3.0.0.ebuild
index b46968c0c70a..adc887f82370 100644
--- a/dev-python/readtime/readtime-3.0.0.ebuild
+++ b/dev-python/readtime/readtime-3.0.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
 
 RDEPEND="
>=dev-python/beautifulsoup4-4.0.1[${PYTHON_USEDEP}]



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

2023-08-24 Thread Sam James
commit: 22240ec3d0b047c06a52e8795cfe43f8068e2229
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 13:46:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 13:46:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22240ec3

dev-python/markdown2: Keyword 2.4.10 arm64, #912898

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

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

diff --git a/dev-python/markdown2/markdown2-2.4.10.ebuild 
b/dev-python/markdown2/markdown2-2.4.10.ebuild
index 15770419ccb1..729cd73ce64b 100644
--- a/dev-python/markdown2/markdown2-2.4.10.ebuild
+++ b/dev-python/markdown2/markdown2-2.4.10.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/pygments-2.7.3[${PYTHON_USEDEP}]



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

2023-08-24 Thread Sam James
commit: 1cbaccc118feee3152d835b6fc76cf7420f52458
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 13:46:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 13:46:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cbaccc1

dev-python/mkdocs-material: Keyword 9.2.3 arm64, #912898

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

 dev-python/mkdocs-material/mkdocs-material-9.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mkdocs-material/mkdocs-material-9.2.3.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-9.2.3.ebuild
index b2a51812635a..440fa5f3f734 100644
--- a/dev-python/mkdocs-material/mkdocs-material-9.2.3.ebuild
+++ b/dev-python/mkdocs-material/mkdocs-material-9.2.3.ebuild
@@ -27,7 +27,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
 IUSE="social"
 
 RDEPEND="



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

2023-08-24 Thread Sam James
commit: 8f4d86a669c9269422892e96f117115aaa529d69
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 13:46:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 13:46:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4d86a6

dev-python/paginate: Keyword 0.5.6 arm64, #912898

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

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

diff --git a/dev-python/paginate/paginate-0.5.6.ebuild 
b/dev-python/paginate/paginate-0.5.6.ebuild
index 09900f43cc60..3e2acbd3edde 100644
--- a/dev-python/paginate/paginate-0.5.6.ebuild
+++ b/dev-python/paginate/paginate-0.5.6.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
 
 distutils_enable_tests pytest



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

2023-08-24 Thread Pacho Ramos
commit: 9740dd339088208c037fccda60a0ad6299f429db
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 24 13:58:10 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 24 14:00:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9740dd33

games-strategy/wesnoth: add 1.16.10

Closes: https://bugs.gentoo.org/912385
Signed-off-by: Pacho Ramos  gentoo.org>

 games-strategy/wesnoth/Manifest   |   1 +
 games-strategy/wesnoth/wesnoth-1.16.10.ebuild | 102 ++
 2 files changed, 103 insertions(+)

diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest
index 69c52b393ad2..46bb23272a14 100644
--- a/games-strategy/wesnoth/Manifest
+++ b/games-strategy/wesnoth/Manifest
@@ -1,3 +1,4 @@
+DIST wesnoth-1.16.10.tar.gz 518628374 BLAKE2B 
7aaed481607bc58e9d0f22e4c4a36f24f19b4fc522ce3c1eb6366e70e3bd901a10f055d2add9dc1c73519368fd4a31cd6b326e42b1be0023eeda370076db0742
 SHA512 
0473ec4e4b7a33a37c2ff52b4e0c3dccec2e58a087517566967409dda03952127bf560b09cfccc7243f506201d98980aafdf289b7f1e5345a7e3b4316a908240
 DIST wesnoth-1.16.8.tar.gz 518468407 BLAKE2B 
9c224757e0d1727acc66a5421266fa6e050bb3727040b457379dd164097c88850f9b2d8b81422ff277548cb8cd51da70f5da63254c2c4ccedc3a45d1789c6037
 SHA512 
9e41e1c574c9744ba9818298d77df1503d7fc70ee24e4bf9d1f59ef17c2bc123f38f0aa21eddccce88cc28b62f2a2d12133ab25dd111655abf5b620f18457bf7
 DIST wesnoth-1.16.9.tar.gz 518511920 BLAKE2B 
bc9bfa9b514e72ce732a4256f765976f5be806d12dd962b2b396ffa8646acaa84c1bb1f4b20368886579782f8236c0d71f296bb5bd2451d4b0d8f6ce46bc3a18
 SHA512 
313aaad95c66757a952c00f1e5a515ce61bcf7564d6555802bc2619714d038a9a5607f3395e3e8afe5f216205e5b9b07b651789a749b4de37b30f8b8a47cb47f
 DIST wesnoth-1.17.17.tar.bz2 423574966 BLAKE2B 
08bcc889333a74b45882f0b1a87960f333eb833c135429f19e3e5805206a45d6e890baa5b2b944d54e8aa088295bcf697c592d96703ee1fb49314e080f3949d8
 SHA512 
721edb885f5f215d679f50ae5ec34c11631771d248320617d55808580f4d1ab22d24b5a4e4001113ad8990b2e0f4e13d64a97a57de30d5453bd82e54ee7949aa

diff --git a/games-strategy/wesnoth/wesnoth-1.16.10.ebuild 
b/games-strategy/wesnoth/wesnoth-1.16.10.ebuild
new file mode 100644
index ..d3d826ea899c
--- /dev/null
+++ b/games-strategy/wesnoth/wesnoth-1.16.10.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic xdg
+
+DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
+HOMEPAGE="http://www.wesnoth.org
+   https://github.com/wesnoth/wesnoth;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+# uneven minor versions are development versions
+if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then
+   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+fi
+IUSE="dbus dedicated doc nls server"
+
+RDEPEND="
+   acct-group/wesnoth
+   acct-user/wesnoth
+   dev-libs/boost:=[bzip2,context,icu,nls]
+   >=media-libs/libsdl2-2.0.4:0[joystick,video,X]
+   !dedicated? (
+   dev-libs/glib:2
+   dev-libs/openssl:0=
+   >=media-libs/fontconfig-2.4.1
+   >=media-libs/sdl2-image-2.0.0[jpeg,png]
+   >=media-libs/sdl2-mixer-2.0.0[vorbis]
+   media-libs/libvorbis
+   >=x11-libs/pango-1.22.0
+   >=x11-libs/cairo-1.10.0
+   sys-libs/readline:0=
+   dbus? ( sys-apps/dbus )
+   )"
+DEPEND="${RDEPEND}
+   x11-libs/libX11
+"
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   cmake_src_prepare
+
+   if ! use doc ; then
+   sed -i \
+   -e '/manual/d' \
+   doc/CMakeLists.txt || die
+   fi
+
+   # respect LINGUAS (bug #483316)
+   if [[ ${LINGUAS+set} ]] ; then
+   local lang langs=()
+   for lang in $(cat po/LINGUAS) ; do
+   has ${lang} ${LINGUAS} && langs+=( ${lang} )
+   done
+   echo "${langs[@]}" > po/LINGUAS || die
+   fi
+}
+
+src_configure() {
+   filter-flags -ftracer -fomit-frame-pointer
+
+   local mycmakeargs=()
+
+   if use dedicated || use server ; then
+   mycmakeargs+=(
+   -DENABLE_CAMPAIGN_SERVER="ON"
+   -DENABLE_SERVER="ON"
+   -DSERVER_UID="${PN}"
+   -DSERVER_GID="${PN}"
+   -DFIFO_DIR="/run/wesnothd"
+   )
+   else
+   mycmakeargs+=(
+   -DENABLE_CAMPAIGN_SERVER="OFF"
+   -DENABLE_SERVER="OFF"
+   )
+   fi
+   mycmakeargs+=(
+   -Wno-dev
+   -DENABLE_GAME="$(usex !dedicated)"
+   -DENABLE_DESKTOP_ENTRY="$(usex !dedicated)"
+   -DENABLE_NLS="$(usex nls)"
+   

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

2023-08-24 Thread Pacho Ramos
commit: c61267c04cbb3b789046dc47b98d7c57ae46adf5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 24 13:58:46 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 24 14:00:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61267c0

games-strategy/wesnoth: drop 1.16.8, 1.17.17

Signed-off-by: Pacho Ramos  gentoo.org>

 games-strategy/wesnoth/Manifest   |   2 -
 games-strategy/wesnoth/wesnoth-1.16.8.ebuild  | 106 --
 games-strategy/wesnoth/wesnoth-1.17.17.ebuild | 102 -
 3 files changed, 210 deletions(-)

diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest
index 4257802e4705..359e84aa77db 100644
--- a/games-strategy/wesnoth/Manifest
+++ b/games-strategy/wesnoth/Manifest
@@ -1,6 +1,4 @@
 DIST wesnoth-1.16.10.tar.gz 518628374 BLAKE2B 
7aaed481607bc58e9d0f22e4c4a36f24f19b4fc522ce3c1eb6366e70e3bd901a10f055d2add9dc1c73519368fd4a31cd6b326e42b1be0023eeda370076db0742
 SHA512 
0473ec4e4b7a33a37c2ff52b4e0c3dccec2e58a087517566967409dda03952127bf560b09cfccc7243f506201d98980aafdf289b7f1e5345a7e3b4316a908240
-DIST wesnoth-1.16.8.tar.gz 518468407 BLAKE2B 
9c224757e0d1727acc66a5421266fa6e050bb3727040b457379dd164097c88850f9b2d8b81422ff277548cb8cd51da70f5da63254c2c4ccedc3a45d1789c6037
 SHA512 
9e41e1c574c9744ba9818298d77df1503d7fc70ee24e4bf9d1f59ef17c2bc123f38f0aa21eddccce88cc28b62f2a2d12133ab25dd111655abf5b620f18457bf7
 DIST wesnoth-1.16.9.tar.gz 518511920 BLAKE2B 
bc9bfa9b514e72ce732a4256f765976f5be806d12dd962b2b396ffa8646acaa84c1bb1f4b20368886579782f8236c0d71f296bb5bd2451d4b0d8f6ce46bc3a18
 SHA512 
313aaad95c66757a952c00f1e5a515ce61bcf7564d6555802bc2619714d038a9a5607f3395e3e8afe5f216205e5b9b07b651789a749b4de37b30f8b8a47cb47f
-DIST wesnoth-1.17.17.tar.bz2 423574966 BLAKE2B 
08bcc889333a74b45882f0b1a87960f333eb833c135429f19e3e5805206a45d6e890baa5b2b944d54e8aa088295bcf697c592d96703ee1fb49314e080f3949d8
 SHA512 
721edb885f5f215d679f50ae5ec34c11631771d248320617d55808580f4d1ab22d24b5a4e4001113ad8990b2e0f4e13d64a97a57de30d5453bd82e54ee7949aa
 DIST wesnoth-1.17.19.tar.bz2 424402790 BLAKE2B 
bfb594b2c6421f8c553fda4db7ee9df57f7a5c9ed5589354c5360abe8e7d155720c9b904e8c480ade106308e4e0202ee209bb2550455a45b2dd4dc4a32428c14
 SHA512 
4c43d462a512525640448069c14bb0690ba3bddba793568810c1f3a3af6b26caa922d5e893b6ec5579f23ed244e4cce6604fbc9aa162809050422fe0e44364e4
 DIST wesnoth-1.17.20.tar.bz2 424613262 BLAKE2B 
acf8b6a9213b1fea9370c76cc7e63001fa34777357ab791db8380ca684195e830385939d0e31fbb058e5c84ebce74f084d9884bdf27d1ecb662e28dbcb477dab
 SHA512 
b7eaaf624e84b28eca7d702a791fbe7c6b9e833d3e4f9d61ee79c70737ec396b81b2cefedae0ef272ec5384d71c28a4b083bf837591f6ce2c345d79f43b1e87e

diff --git a/games-strategy/wesnoth/wesnoth-1.16.8.ebuild 
b/games-strategy/wesnoth/wesnoth-1.16.8.ebuild
deleted file mode 100644
index 7a0223c3d681..
--- a/games-strategy/wesnoth/wesnoth-1.16.8.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic xdg
-
-DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
-HOMEPAGE="http://www.wesnoth.org
-   https://github.com/wesnoth/wesnoth;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-# uneven minor versions are development versions
-if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then
-   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-fi
-IUSE="dbus dedicated doc nls server"
-
-RDEPEND="
-   acct-group/wesnoth
-   acct-user/wesnoth
-   dev-libs/boost:=[bzip2,context,icu,nls]
-   >=media-libs/libsdl2-2.0.4:0[joystick,video,X]
-   !dedicated? (
-   dev-libs/glib:2
-   dev-libs/openssl:0=
-   >=media-libs/fontconfig-2.4.1
-   >=media-libs/sdl2-image-2.0.0[jpeg,png]
-   >=media-libs/sdl2-mixer-2.0.0[vorbis]
-   media-libs/libvorbis
-   >=x11-libs/pango-1.22.0
-   >=x11-libs/cairo-1.10.0
-   sys-libs/readline:0=
-   dbus? ( sys-apps/dbus )
-   )"
-DEPEND="${RDEPEND}
-   x11-libs/libX11
-"
-BDEPEND="
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.16.8-gcc-13.patch
-)
-
-src_prepare() {
-   cmake_src_prepare
-
-   if ! use doc ; then
-   sed -i \
-   -e '/manual/d' \
-   doc/CMakeLists.txt || die
-   fi
-
-   # respect LINGUAS (bug #483316)
-   if [[ ${LINGUAS+set} ]] ; then
-   local lang langs=()
-   for lang in $(cat po/LINGUAS) ; do
-   has ${lang} ${LINGUAS} && langs+=( ${lang} )
-   done
-   echo "${langs[@]}" > po/LINGUAS || die
-   fi
-}
-
-src_configure() {
-   filter-flags -ftracer -fomit-frame-pointer
-
-   local mycmakeargs=()
-
- 

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

2023-08-24 Thread Pacho Ramos
commit: 420dd1b3e2566e5bd88b29dd29812d057ba89f63
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 24 13:58:32 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 24 14:00:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420dd1b3

games-strategy/wesnoth: add 1.17.20

Signed-off-by: Pacho Ramos  gentoo.org>

 games-strategy/wesnoth/Manifest   |   1 +
 games-strategy/wesnoth/wesnoth-1.17.20.ebuild | 102 ++
 2 files changed, 103 insertions(+)

diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest
index 46bb23272a14..4257802e4705 100644
--- a/games-strategy/wesnoth/Manifest
+++ b/games-strategy/wesnoth/Manifest
@@ -3,3 +3,4 @@ DIST wesnoth-1.16.8.tar.gz 518468407 BLAKE2B 
9c224757e0d1727acc66a5421266fa6e050
 DIST wesnoth-1.16.9.tar.gz 518511920 BLAKE2B 
bc9bfa9b514e72ce732a4256f765976f5be806d12dd962b2b396ffa8646acaa84c1bb1f4b20368886579782f8236c0d71f296bb5bd2451d4b0d8f6ce46bc3a18
 SHA512 
313aaad95c66757a952c00f1e5a515ce61bcf7564d6555802bc2619714d038a9a5607f3395e3e8afe5f216205e5b9b07b651789a749b4de37b30f8b8a47cb47f
 DIST wesnoth-1.17.17.tar.bz2 423574966 BLAKE2B 
08bcc889333a74b45882f0b1a87960f333eb833c135429f19e3e5805206a45d6e890baa5b2b944d54e8aa088295bcf697c592d96703ee1fb49314e080f3949d8
 SHA512 
721edb885f5f215d679f50ae5ec34c11631771d248320617d55808580f4d1ab22d24b5a4e4001113ad8990b2e0f4e13d64a97a57de30d5453bd82e54ee7949aa
 DIST wesnoth-1.17.19.tar.bz2 424402790 BLAKE2B 
bfb594b2c6421f8c553fda4db7ee9df57f7a5c9ed5589354c5360abe8e7d155720c9b904e8c480ade106308e4e0202ee209bb2550455a45b2dd4dc4a32428c14
 SHA512 
4c43d462a512525640448069c14bb0690ba3bddba793568810c1f3a3af6b26caa922d5e893b6ec5579f23ed244e4cce6604fbc9aa162809050422fe0e44364e4
+DIST wesnoth-1.17.20.tar.bz2 424613262 BLAKE2B 
acf8b6a9213b1fea9370c76cc7e63001fa34777357ab791db8380ca684195e830385939d0e31fbb058e5c84ebce74f084d9884bdf27d1ecb662e28dbcb477dab
 SHA512 
b7eaaf624e84b28eca7d702a791fbe7c6b9e833d3e4f9d61ee79c70737ec396b81b2cefedae0ef272ec5384d71c28a4b083bf837591f6ce2c345d79f43b1e87e

diff --git a/games-strategy/wesnoth/wesnoth-1.17.20.ebuild 
b/games-strategy/wesnoth/wesnoth-1.17.20.ebuild
new file mode 100644
index ..b4c9db3eeff1
--- /dev/null
+++ b/games-strategy/wesnoth/wesnoth-1.17.20.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic xdg
+
+DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
+HOMEPAGE="http://www.wesnoth.org
+   https://github.com/wesnoth/wesnoth;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+# uneven minor versions are development versions
+if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then
+   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+fi
+IUSE="dbus dedicated doc nls server"
+
+RDEPEND="
+   acct-group/wesnoth
+   acct-user/wesnoth
+   dev-libs/boost:=[bzip2,context,icu,nls]
+   >=media-libs/libsdl2-2.0.4:0[joystick,video,X]
+   !dedicated? (
+   dev-libs/glib:2
+   dev-libs/openssl:0=
+   >=media-libs/fontconfig-2.4.1
+   >=media-libs/sdl2-image-2.0.0[jpeg,png,webp]
+   >=media-libs/sdl2-mixer-2.0.0[vorbis]
+   media-libs/libvorbis
+   >=x11-libs/pango-1.22.0
+   >=x11-libs/cairo-1.10.0
+   sys-libs/readline:0=
+   dbus? ( sys-apps/dbus )
+   )"
+DEPEND="${RDEPEND}
+   x11-libs/libX11
+"
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   cmake_src_prepare
+
+   if ! use doc ; then
+   sed -i \
+   -e '/manual/d' \
+   doc/CMakeLists.txt || die
+   fi
+
+   # respect LINGUAS (bug #483316)
+   if [[ ${LINGUAS+set} ]] ; then
+   local lang langs=()
+   for lang in $(cat po/LINGUAS) ; do
+   has ${lang} ${LINGUAS} && langs+=( ${lang} )
+   done
+   echo "${langs[@]}" > po/LINGUAS || die
+   fi
+}
+
+src_configure() {
+   filter-flags -ftracer -fomit-frame-pointer
+
+   local mycmakeargs=()
+
+   if use dedicated || use server ; then
+   mycmakeargs+=(
+   -DENABLE_CAMPAIGN_SERVER="ON"
+   -DENABLE_SERVER="ON"
+   -DSERVER_UID="${PN}"
+   -DSERVER_GID="${PN}"
+   -DFIFO_DIR="/run/wesnothd"
+   )
+   else
+   mycmakeargs+=(
+   -DENABLE_CAMPAIGN_SERVER="OFF"
+   -DENABLE_SERVER="OFF"
+   )
+   fi
+   mycmakeargs+=(
+   -Wno-dev
+   -DENABLE_GAME="$(usex !dedicated)"
+   -DENABLE_DESKTOP_ENTRY="$(usex !dedicated)"
+   -DENABLE_NLS="$(usex 

[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2023-08-24 Thread Eray Aslan
commit: f0d8f6f1c7c3c1f3781290fe0b6b564bbaa2eb31
Author: Eray Aslan  gentoo  org>
AuthorDate: Thu Aug 24 14:06:31 2023 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Thu Aug 24 14:06:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d8f6f1

mail-mta/postfix: add 3.9_pre20230821, drop 3.9_pre20230808

Signed-off-by: Eray Aslan  gentoo.org>

 mail-mta/postfix/Manifest   | 2 +-
 .../{postfix-3.9_pre20230808.ebuild => postfix-3.9_pre20230821.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 529aa2a08c31..c0b54a0e4abd 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -1,2 +1,2 @@
 DIST postfix-3.8.1.tar.gz 4848293 BLAKE2B 
83c043d6e74cbbf0c5d739838ff99d4905aa711b13483fe0f427956b962c432e6f76d9828b5c141260e210c9605ac260df950d273d5729c3c935a3ed4518
 SHA512 
9eb91f2baab327de22dd55fc5ff398de74856e30be461282f41b1801301873881a8f40ce061c16e0505d51d96aaf0eff8d0ac660e5f6c70c6125133f64a4ee80
-DIST postfix-3.9-20230808.tar.gz 4870333 BLAKE2B 
8b2334ab5e82424786b9a72b7902fc54189af6a23d789486f94f376e3e3c3290fe0470966ae0c96ae1859c4cacf14db5b8c194355488bf46871b507f775344cb
 SHA512 
684214f4e4f08c52be091fbc8777f92d200db05e1ff1966500b3f347f523fb281f13e764da4fed7e882e7c25242cd3efd5e92031435f6a5c284ea774da7c6a00
+DIST postfix-3.9-20230821.tar.gz 4871735 BLAKE2B 
5e5b7cd3797108fb901538f6e6220b5a8e93565787a4ec9029ddd9b5f199326d02c9c5fa6025e6e60508b3788b6f8d88bd089843d6b69913565520a3a00f6bce
 SHA512 
60586935577f408688e199f3f6bf647423458a5d69264dc67825aed27108ab2b60f7f94f6754db54f5ba50764970b1f6e398efb60ca409209684e4486d7871f8

diff --git a/mail-mta/postfix/postfix-3.9_pre20230808.ebuild 
b/mail-mta/postfix/postfix-3.9_pre20230821.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.9_pre20230808.ebuild
rename to mail-mta/postfix/postfix-3.9_pre20230821.ebuild



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

2023-08-24 Thread Michał Górny
commit: 10d6110bd40d4407c4bb81db3ff77f8e42163d27
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 14:30:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 14:30:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d6110b

dev-python/pytest-env: Fix the test suite w/ other plugins

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

 .../pytest-env/files/pytest-env-1.0.0-test.patch   | 36 ++
 dev-python/pytest-env/pytest-env-1.0.0.ebuild  | 30 +++---
 2 files changed, 61 insertions(+), 5 deletions(-)

diff --git a/dev-python/pytest-env/files/pytest-env-1.0.0-test.patch 
b/dev-python/pytest-env/files/pytest-env-1.0.0-test.patch
new file mode 100644
index ..c86815ebc3a2
--- /dev/null
+++ b/dev-python/pytest-env/files/pytest-env-1.0.0-test.patch
@@ -0,0 +1,36 @@
+From 4227409be9a2ca287f227e50fbf4c38ca237b676 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Thu, 24 Aug 2023 06:38:30 +0200
+Subject: [PATCH] Disable plugin autoloading in the test suite
+
+Disable plugin autoloading in the test suite to prevent other installed
+plugins from interfering with the test results.  This is particularly
+important since tests are run with cleared environment that could break
+other plugins (e.g. pytest-xvfb is broken by the lack of PATH).
+
+Fixes #48
+---
+ tests/test_env.py | 9 -
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+diff --git a/tests/test_env.py b/tests/test_env.py
+index 16cd080..a409b60 100644
+--- a/tests/test_env.py
 b/tests/test_env.py
+@@ -104,8 +104,15 @@ def test_env(
+ Path(str(tmp_dir / 
f"test_{test_name}.py")).symlink_to(Path(__file__).parent / "template.py")
+ (tmp_dir / "pytest.ini").write_text(ini, encoding="utf-8")
+ 
++new_env = {
++**env,
++"_TEST_ENV": repr(expected_env),
++"PYTEST_DISABLE_PLUGIN_AUTOLOAD": "1",
++"PYTEST_PLUGINS": "pytest_env.plugin",
++}
++
+ # monkeypatch persists env variables across parametrized tests, therefore 
using mock.patch.dict
+-with mock.patch.dict(os.environ, {**env, "_TEST_ENV": 
repr(expected_env)}, clear=True):
++with mock.patch.dict(os.environ, new_env, clear=True):
+ result = testdir.runpytest()
+ 
+ result.assert_outcomes(passed=1)

diff --git a/dev-python/pytest-env/pytest-env-1.0.0.ebuild 
b/dev-python/pytest-env/pytest-env-1.0.0.ebuild
index db479a2c1572..8f228d09367e 100644
--- a/dev-python/pytest-env/pytest-env-1.0.0.ebuild
+++ b/dev-python/pytest-env/pytest-env-1.0.0.ebuild
@@ -5,17 +5,37 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
 PYTHON_COMPAT=( python3_{10..12} )
+
 inherit distutils-r1 pypi
 
-DESCRIPTION="py.test plugin that allows you to add environment variables"
-HOMEPAGE="https://github.com/pytest-dev/pytest-env;
+DESCRIPTION="pytest plugin that allows you to add environment variables"
+HOMEPAGE="
+   https://github.com/pytest-dev/pytest-env/
+   https://pypi.org/project/pytest-env/
+"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 
-RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
-BDEPEND=">=dev-python/hatch-vcs-0.3[${PYTHON_USEDEP}]
-   test? ( >=dev-python/pytest-mock-3.10.0[${PYTHON_USEDEP}] )"
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/hatch-vcs-0.3[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/pytest-mock-3.10.0[${PYTHON_USEDEP}]
+   )
+"
 
 distutils_enable_tests pytest
+
+PATCHES=(
+   # https://github.com/pytest-dev/pytest-env/pull/49
+   "${FILESDIR}/${P}-test.patch"
+)
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2023-08-24 Thread Matthew Thode
commit: b5c1fedd2456a8d496f5c8ee89e907e05692870b
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 24 14:31:43 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Aug 24 14:34:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c1fedd

gui-apps/wl-clipboard: stabilize 2.2.0 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
index 7e7fdd6a0b37..54bf286c9610 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/, games-strategy/wesnoth/files/

2023-08-24 Thread Pacho Ramos
commit: 71e03c5df298be999546115390312bb25314bef0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 24 14:32:23 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 24 14:35:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e03c5d

games-strategy/wesnoth: Apply patch fixing boost-1.83 compat

Thanks-to: solpeth
Closes: https://github.com/gentoo/gentoo/pull/32415
Closes: https://bugs.gentoo.org/912385
Closes: https://bugs.gentoo.org/912968
Signed-off-by: Pacho Ramos  gentoo.org>

 .../wesnoth/files/wesnoth-1.16.10-boost-1.83.patch | 26 ++
 games-strategy/wesnoth/wesnoth-1.16.10.ebuild  |  4 
 2 files changed, 30 insertions(+)

diff --git a/games-strategy/wesnoth/files/wesnoth-1.16.10-boost-1.83.patch 
b/games-strategy/wesnoth/files/wesnoth-1.16.10-boost-1.83.patch
new file mode 100644
index ..2c9e55db0472
--- /dev/null
+++ b/games-strategy/wesnoth/files/wesnoth-1.16.10-boost-1.83.patch
@@ -0,0 +1,26 @@
+From 136e651d69fc91fa7a4154f8a4a7e977cc46eca4 Mon Sep 17 00:00:00 2001
+From: Pentarctagon 
+Date: Thu, 17 Aug 2023 23:19:21 -0500
+Subject: [PATCH] Compile fix for boost 1.83.
+
+Fixes #7849
+---
+ src/gettext.cpp | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/gettext.cpp b/src/gettext.cpp
+index 9888dede35ad..fa9b17ba85b2 100644
+--- a/src/gettext.cpp
 b/src/gettext.cpp
+@@ -169,7 +169,11 @@ namespace
+   return msg;
+   }
+ 
++#if BOOST_VERSION < 108300
+   const char* get(int domain_id, const char* ctx, const char* 
sid, int n) const override
++#else
++  const char* get(int domain_id, const char* ctx, const char* 
sid, bl::count_type n) const override
++#endif
+   {
+   auto& base = get_base();
+   const char* msg = base.get(domain_id, ctx, sid, n);

diff --git a/games-strategy/wesnoth/wesnoth-1.16.10.ebuild 
b/games-strategy/wesnoth/wesnoth-1.16.10.ebuild
index d3d826ea899c..cb9bc76bf65d 100644
--- a/games-strategy/wesnoth/wesnoth-1.16.10.ebuild
+++ b/games-strategy/wesnoth/wesnoth-1.16.10.ebuild
@@ -43,6 +43,10 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.16.10-boost-1.83.patch #912385
+)
+
 src_prepare() {
cmake_src_prepare
 



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

2023-08-24 Thread Sam James
commit: 27280e2c125bbef9a22cd535b8f1f8989b942e3b
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 24 14:40:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 24 14:41:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27280e2c

dev-util/cmake: add 3.27.4

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

 dev-util/cmake/Manifest|   3 +
 dev-util/cmake/cmake-3.27.4.ebuild | 288 +
 2 files changed, 291 insertions(+)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 2e9a13884906..a69ce34cf8a9 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -18,3 +18,6 @@ DIST cmake-3.27.2.tar.gz 10978264 BLAKE2B 
709e6c2769365daf1003ce4bb443291286cd23
 DIST cmake-3.27.3-SHA-256.txt 1646 BLAKE2B 
937aea86f553e65b17d3ec5b3c67d790cb614510bfc054cd24c4a39c1f1d6961798ccc067465b6ea2c837ce9a422075d160820c368c3897a37d60c0c8e0c942f
 SHA512 
5d88128a559581924112e04b6049cf293c64e5f095a5685844ad553caf6d66c8589a2665ccd4cc4b546bd670aa932b529dbca82c1a4db4e611c8a341cc241277
 DIST cmake-3.27.3-SHA-256.txt.asc 833 BLAKE2B 
a73010dead5d44a0d146bbf1c84d303eb07e51ca752f5c3396f534abcd8353afb453f9e00eb77958075ec622e42f48faa70deb1626164607efd521e86477cf55
 SHA512 
965d62f92133b68911846f65d50dadc2a99c4034fcff9abc1c9e94780049a4e35d621a379079d77bdab18ab22d21bb287ee166cdd6ca2c1f7be0cf6500c11746
 DIST cmake-3.27.3.tar.gz 10978618 BLAKE2B 
00376f64031365b5b3ed53d18a51d64ac33b3722933fb48e041fd28942688022e003697450228e46f9bfbfdc81f402552a7f741542dd800b34f7520cf5ba7087
 SHA512 
cbb845d2a8724faf5c9b57c6350a130c981ef5d209eb34fd52a5940ff7e176b0ae6512f766ee9ee6f03063269179ba15e123690a0d62ac65e32ffe8027806d9f
+DIST cmake-3.27.4-SHA-256.txt 1646 BLAKE2B 
42c905f7550e0140ca28f334dc4cd8b244f57830af3011c098b3859cb5c50643141045a61e1e22559d2bb0cf29034229465e73aa4752e2a927fb8ce1426f7f74
 SHA512 
ecd9e60edee28dd272e8afcc7b0b2240e19f0676b9d634dbe02727bade880103b4a03a1f52a757264e825984a4c4bf7d290df5b32e9b1204555b56afb33d488f
+DIST cmake-3.27.4-SHA-256.txt.asc 833 BLAKE2B 
983a89f1637596ebf72e5456a488293bd2dcc21ade8738051279ce43d18244573b912acb7bbe3ff5d52e4b5b52f2bb23784a0750c84997d311d925dd3a608c11
 SHA512 
f99f606f9907581c3f121b4e0d99ec54a439be35012ca94d4762ae95764c01ef5aeda848dd9c460e340a284e9c3d59fd97315006bfd259863551ae6764af2e4e
+DIST cmake-3.27.4.tar.gz 10980052 BLAKE2B 
29991e736c3ed901d30f656742f236e78854fbc13b543f02b08348733e2d4fbc5ef2e4b32f5d2a641c0a1eeacd091db6cc71643f000e9c5505718d999897457c
 SHA512 
fc04b041f5c73b0a969ba09251e00e20f33e7a76460630d60e95ce08086c6b41b82315bd8782c19070b5f12a4290858825687f816b69ad5df8101053b4a2b48a

diff --git a/dev-util/cmake/cmake-3.27.4.ebuild 
b/dev-util/cmake/cmake-3.27.4.ebuild
new file mode 100644
index ..98ff361e9f75
--- /dev/null
+++ b/dev-util/cmake/cmake-3.27.4.ebuild
@@ -0,0 +1,288 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Generate using 
https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-cmake-docs
+# Set to 1 if prebuilt, 0 if not
+# (the construct below is to allow overriding from env for script)
+: ${CMAKE_DOCS_PREBUILT:=1}
+
+CMAKE_DOCS_PREBUILT_DEV=sam
+#CMAKE_DOCS_VERSION=$(ver_cut 1-3)
+CMAKE_DOCS_VERSION=3.27.0
+# Default to generating docs (inc. man pages) if no prebuilt; overridden later
+# See bug #784815
+CMAKE_DOCS_USEFLAG="+doc"
+
+# TODO RunCMake.LinkWhatYouUse fails consistently w/ ninja
+# ... but seems fine as of 3.22.3?
+# TODO ... but bootstrap sometimes(?) fails with ninja now. bug #834759.
+CMAKE_MAKEFILE_GENERATOR="emake"
+CMAKE_REMOVE_MODULES_LIST=( none )
+inherit bash-completion-r1 cmake elisp-common flag-o-matic multiprocessing \
+   toolchain-funcs virtualx xdg-utils
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Cross platform Make"
+HOMEPAGE="https://cmake.org/;
+if [[ ${PV} ==  ]] ; then
+   CMAKE_DOCS_PREBUILT=0
+
+   EGIT_REPO_URI="https://gitlab.kitware.com/cmake/cmake.git;
+   inherit git-r3
+else
+   SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz"
+
+   if [[ ${CMAKE_DOCS_PREBUILT} == 1 ]] ; then
+   SRC_URI+=" !doc? ( 
https://dev.gentoo.org/~${CMAKE_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${CMAKE_DOCS_VERSION}-docs.tar.xz
 )"
+   fi
+
+   if [[ ${PV} != *_rc* ]] ; then
+   
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/bradking.asc
+   inherit verify-sig
+
+   SRC_URI+=" verify-sig? (
+   
https://github.com/Kitware/CMake/releases/download/v$(ver_cut 
1-3)/${MY_P}-SHA-256.txt
+   
https://github.com/Kitware/CMake/releases/download/v$(ver_cut 
1-3)/${MY_P}-SHA-256.txt.asc
+   )"
+
+   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 

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

2023-08-24 Thread Alfredo Tupone
commit: 6e90b8bfd4261e397712272c9565c5ab32aeeb98
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Thu Aug 24 15:28:19 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Aug 24 15:28:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e90b8bf

sci-libs/datasets: add 2.12.0

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

 sci-libs/datasets/Manifest |   1 +
 sci-libs/datasets/datasets-2.12.0.ebuild   |  53 +
 .../datasets/files/datasets-2.12.0-tests.patch | 242 +
 3 files changed, 296 insertions(+)

diff --git a/sci-libs/datasets/Manifest b/sci-libs/datasets/Manifest
index 37284ce3b3e7..3fa2a12d0e5c 100644
--- a/sci-libs/datasets/Manifest
+++ b/sci-libs/datasets/Manifest
@@ -1 +1,2 @@
 DIST datasets-2.11.0.gh.tar.gz 2141289 BLAKE2B 
0fb471dd6ee5de3831eb6586c4a15e67381262470b72d5ab02ee87dfc7977cb4d40e04da6507049d1e47cb8948cad11988bb7627293b48231e1cd413d2cfb885
 SHA512 
9ec2274d7978e3dde1b2f8ce78dd65bdf66742bbfee7b8672af46216aeaae3ef5c4604a8a5ea0bdee808f1c362cca9a122c16d2e9a161678148e581e4cd5c863
+DIST datasets-2.12.0.gh.tar.gz 2149274 BLAKE2B 
8f188901dfe293ac2b673f37e0d135e01a8f131adf9030ef1815ce2faa7ba0b36faf64a002cae1ced2d3ed5b7f50f43ba5cda90ab9254fd5f66bbfaed6085f3f
 SHA512 
7389a1c6ee8ff4cda39a2c3f52218aa6f4b1cd6b45f48f83bfa2191359a8999d54153120d968b3cf7e5e932f88822783578e3d859dcb20f38fb0d915d88220c9

diff --git a/sci-libs/datasets/datasets-2.12.0.ebuild 
b/sci-libs/datasets/datasets-2.12.0.ebuild
new file mode 100644
index ..66b609fd2b57
--- /dev/null
+++ b/sci-libs/datasets/datasets-2.12.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1
+
+DESCRIPTION="Access and share datasets for Audio, Computer Vision, and NLP 
tasks"
+HOMEPAGE="
+   https://pypi.org/project/datasets/
+"
+SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+IUSE="test"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   sci-libs/pytorch[${PYTHON_SINGLE_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/absl-py[${PYTHON_USEDEP}]
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/fsspec[${PYTHON_USEDEP}]
+   dev-python/multiprocess[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy]
+   dev-python/tqdm[${PYTHON_USEDEP}]
+   dev-python/xxhash[${PYTHON_USEDEP}]
+   dev-python/zstandard[${PYTHON_USEDEP}]
+   sci-libs/huggingface_hub[${PYTHON_USEDEP}]
+   sci-libs/scikit-learn[${PYTHON_USEDEP}]
+   ')
+"
+DEPEND="${RDEPEND}"
+BDEPEND="test? (
+   $(python_gen_cond_dep '
+   dev-python/pytest-datadir[${PYTHON_USEDEP}]
+   dev-python/decorator[${PYTHON_USEDEP}]
+   =dev-python/sqlalchemy-1*[${PYTHON_USEDEP}]
+   sci-libs/jiwer[${PYTHON_USEDEP}]
+   sci-libs/seqeval[${PYTHON_USEDEP}]
+   ')
+)"
+
+PATCHES=( "${FILESDIR}"/${P}-tests.patch )
+
+distutils_enable_tests pytest

diff --git a/sci-libs/datasets/files/datasets-2.12.0-tests.patch 
b/sci-libs/datasets/files/datasets-2.12.0-tests.patch
new file mode 100644
index ..6be3156bb70d
--- /dev/null
+++ b/sci-libs/datasets/files/datasets-2.12.0-tests.patch
@@ -0,0 +1,242 @@
+--- a/tests/test_metric_common.py  2023-05-04 18:48:48.550861318 +0200
 b/tests/test_metric_common.py  2023-05-04 18:50:25.787364577 +0200
+@@ -93,6 +93,7 @@
+ INTENSIVE_CALLS_PATCHER = {}
+ metric_name = None
+ 
++@pytest.mark.skip(reason="disabling, depends on bert_score, bleurt, 
math_equivalence, coval, nltk, faiss, mauve, rouge_score, sacrebleu, sacremoses 
...")
+ @pytest.mark.filterwarnings("ignore:metric_module_factory is 
deprecated:FutureWarning")
+ @pytest.mark.filterwarnings("ignore:load_metric is 
deprecated:FutureWarning")
+ def test_load_metric(self, metric_name):
+--- a/tests/test_hf_gcp.py 2023-05-04 19:33:31.150825303 +0200
 b/tests/test_hf_gcp.py 2023-05-04 19:40:08.401759538 +0200
+@@ -75,6 +75,7 @@
+ self.assertTrue(os.path.exists(datset_info_path))
+ 
+ 
++@pytest.mark.skip(reason="require apache_beam")
+ @pytest.mark.integration
+ def test_as_dataset_from_hf_gcs(tmp_path_factory):
+ tmp_dir = tmp_path_factory.mktemp("test_hf_gcp") / "test_wikipedia_simple"
+--- a/tests/test_distributed.py2023-05-04 19:43:09.861275030 +0200
 b/tests/test_distributed.py2023-05-04 19:44:17.608326722 +0200
+@@ -74,6 +74,7 @@
+ split_dataset_by_node(full_ds.shuffle(), rank=0, 
world_size=world_size)
+ 
+ 

[gentoo-commits] repo/proj/libressl:master commit in: dev-util/maturin/

2023-08-24 Thread orbea
commit: f6fa5bbd1b2dd13cfd85b73cafb66de9dfbbaf17
Author: orbea  riseup  net>
AuthorDate: Thu Aug 24 15:37:47 2023 +
Commit: orbea  riseup  net>
CommitDate: Thu Aug 24 15:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=f6fa5bbd

dev-util/maturin: update maintainers

Signed-off-by: orbea  riseup.net>

 dev-util/maturin/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-util/maturin/metadata.xml b/dev-util/maturin/metadata.xml
index da96d43..8f5c9c7 100644
--- a/dev-util/maturin/metadata.xml
+++ b/dev-util/maturin/metadata.xml
@@ -5,14 +5,6 @@
io...@gentoo.org
Ionen Wolkens

-   
-   ste...@gentoo.org
-   Stefan Strogin
-   
-   
-   r...@gentoo.org
-   Rust Project
-   

https://www.maturin.rs/changelog.html
PyO3/maturin



[gentoo-commits] repo/proj/libressl:master commit in: net-wireless/wpa_supplicant/

2023-08-24 Thread orbea
commit: c59be8009a345847be2af978eafb96ebc7d70bf0
Author: orbea  riseup  net>
AuthorDate: Thu Aug 24 15:45:32 2023 +
Commit: orbea  riseup  net>
CommitDate: Thu Aug 24 15:45:32 2023 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=c59be800

net-wireless/wpa_supplicant: add 2.10-r2

Signed-off-by: orbea  riseup.net>

 .../wpa_supplicant/wpa_supplicant-2.10-r2.ebuild   | 486 +
 1 file changed, 486 insertions(+)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r2.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r2.ebuild
new file mode 100644
index 000..29a723e
--- /dev/null
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r2.ebuild
@@ -0,0 +1,486 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop linux-info qmake-utils readme.gentoo-r1 systemd toolchain-funcs
+
+DESCRIPTION="IEEE 802.1X/WPA supplicant for secure wireless transfers"
+HOMEPAGE="https://w1.fi/wpa_supplicant/;
+LICENSE="|| ( GPL-2 BSD )"
+
+if [ "${PV}" = "" ]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://w1.fi/hostap.git;
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+   SRC_URI="https://w1.fi/releases/${P}.tar.gz;
+fi
+
+SLOT="0"
+IUSE="ap broadcom-sta dbus eap-sim eapol-test fasteap +fils +hs2-0 macsec +mbo 
+mesh p2p privsep ps3 qt5 readline selinux smartcard tdls tkip 
uncommon-eap-types wep wimax wps"
+
+# CONFIG_PRIVSEP=y does not have sufficient support for the new driver
+# interface functions used for MACsec, so this combination cannot be used
+# at least for now. bug #684442
+REQUIRED_USE="
+   macsec? ( !privsep )
+   privsep? ( !macsec )
+   broadcom-sta? ( !fils !mesh !mbo )
+"
+
+DEPEND="
+   >=dev-libs/openssl-1.0.2k:=
+   dbus? ( sys-apps/dbus )
+   kernel_linux? (
+   >=dev-libs/libnl-3.2:3
+   eap-sim? ( sys-apps/pcsc-lite )
+   )
+   !kernel_linux? ( net-libs/libpcap )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   )
+   readline? (
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   )
+"
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-networkmanager )
+   kernel_linux? (
+   net-wireless/wireless-regdb
+   )
+"
+BDEPEND="virtual/pkgconfig"
+
+DOC_CONTENTS="
+   If this is a clean installation of wpa_supplicant, you
+   have to create a configuration file named
+   ${EROOT}/etc/wpa_supplicant/wpa_supplicant.conf
+   An example configuration file is available for reference in
+   ${EROOT}/usr/share/doc/${PF}/
+"
+
+S="${WORKDIR}/${P}/${PN}"
+
+Kconfig_style_config() {
+   #param 1 is CONFIG_* item
+   #param 2 is what to set it = to, defaulting in y
+   CONFIG_PARAM="${CONFIG_HEADER:-CONFIG_}$1"
+   setting="${2:-y}"
+
+   if [ ! $setting = n ]; then
+   #first remove any leading "# " if $2 is not n
+   sed -i "/^# *$CONFIG_PARAM=/s/^# *//" .config || echo 
"Kconfig_style_config error uncommenting $CONFIG_PARAM"
+   #set item = $setting (defaulting to y)
+   if ! sed -i "/^$CONFIG_PARAM\>/s/=.*/=$setting/" 
.config; then
+   echo "Kconfig_style_config error setting 
$CONFIG_PARAM=$setting"
+   fi
+   if [ -z "$( grep ^$CONFIG_PARAM= .config )" ] ; then
+   echo "$CONFIG_PARAM=$setting" >>.config
+   fi
+   else
+   #ensure item commented out
+   if ! sed -i "/^$CONFIG_PARAM\>/s/$CONFIG_PARAM/# 
$CONFIG_PARAM/" .config; then
+   echo "Kconfig_style_config error commenting 
$CONFIG_PARAM"
+   fi
+   fi
+}
+
+src_prepare() {
+   default
+
+   # net/bpf.h needed for net-libs/libpcap on Gentoo/FreeBSD
+   sed -i \
+   -e "s:\(#include \):#include \n\1:" \
+   ../src/l2_packet/l2_packet_freebsd.c || die
+
+   # Change configuration to match Gentoo locations (bug #143750)
+   sed -i \
+   -e "s:/usr/lib/opensc:/usr/$(get_libdir):" \
+   -e "s:/usr/lib/pkcs11:/usr/$(get_libdir):" \
+   wpa_supplicant.conf || die
+
+   # systemd entries to D-Bus service files (bug #372877)
+   echo 'SystemdService=wpa_supplicant.service' \
+   | tee -a dbus/*.service >/dev/null || die
+
+   cd "${WORKDIR}/${P}" || die
+
+   if use wimax; then
+   # generate-libeap-peer.patch comes before
+   # fix-undefined-reference-to-random_get_bytes.patch
+   eapply 

[gentoo-commits] repo/proj/libressl:master commit in: net-wireless/hostapd/

2023-08-24 Thread orbea
commit: d46ede563cd802b594532ab94817886d45e40cd9
Author: orbea  riseup  net>
AuthorDate: Thu Aug 24 15:41:52 2023 +
Commit: orbea  riseup  net>
CommitDate: Thu Aug 24 15:41:52 2023 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=d46ede56

net-wireless/hostapd: add 2.10-r2, drop 2.10

Signed-off-by: orbea  riseup.net>

 .../{hostapd-2.10.ebuild => hostapd-2.10-r2.ebuild} | 21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/net-wireless/hostapd/hostapd-2.10.ebuild 
b/net-wireless/hostapd/hostapd-2.10-r2.ebuild
similarity index 95%
rename from net-wireless/hostapd/hostapd-2.10.ebuild
rename to net-wireless/hostapd/hostapd-2.10-r2.ebuild
index 64f4401..2c2844c 100644
--- a/net-wireless/hostapd/hostapd-2.10.ebuild
+++ b/net-wireless/hostapd/hostapd-2.10-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit flag-o-matic systemd savedconfig toolchain-funcs
 
@@ -23,28 +23,30 @@ else
fi
 
# Never stabilize snapshot ebuilds please
-   KEYWORDS="amd64 arm arm64 ~mips ppc x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
 fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="internal-tls ipv6 netlink sqlite +suiteb +wps +crda"
+IUSE="internal-tls ipv6 netlink selinux sqlite +suiteb +wps"
 
 DEPEND="
internal-tls? ( dev-libs/libtommath )
!internal-tls? ( dev-libs/openssl:0=[-bindist(-)] )
kernel_linux? (
+   net-wireless/wireless-regdb
>=dev-libs/libnl-3.2:3
-   crda? ( net-wireless/crda )
)
netlink? ( net-libs/libnfnetlink )
-   sqlite? ( >=dev-db/sqlite-3 )"
-RDEPEND="${DEPEND}"
+   sqlite? ( dev-db/sqlite:3 )
+"
+RDEPEND="
+   ${DEPEND}
+   selinux? ( sec-policy/selinux-hostapd )
+"
 BDEPEND="virtual/pkgconfig"
 
-PATCHES=(
-   "${FILESDIR}"/${P}-libressl.patch
-)
+PATCHES=( "${FILESDIR}"/${P}-libressl.patch )
 
 pkg_pretend() {
if use internal-tls; then
@@ -158,6 +160,7 @@ src_configure() {
echo "CONFIG_IEEE80211W=y" >> ${CONFIG} || die
echo "CONFIG_IEEE80211N=y" >> ${CONFIG} || die
echo "CONFIG_IEEE80211AC=y" >> ${CONFIG} || die
+   echo "CONFIG_IEEE80211AX=y" >> ${CONFIG} || die
echo "CONFIG_OCV=y" >> ${CONFIG} || die
echo "CONFIG_PEERKEY=y" >> ${CONFIG} || die
echo "CONFIG_RSN_PREAUTH=y" >> ${CONFIG} || die



[gentoo-commits] proj/kde:master commit in: eclass/

2023-08-24 Thread Andreas Sturmlechner
commit: ddcd6609520b70fac53605dd598ac1cd735a2f02
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 24 10:20:32 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Aug 24 10:20:32 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ddcd6609

gear.kde.org.eclass: Mark 23.08.0 as released

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

 eclass/gear.kde.org.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass
index 0304451a5d..5977c0f72e 100644
--- a/eclass/gear.kde.org.eclass
+++ b/eclass/gear.kde.org.eclass
@@ -29,7 +29,7 @@ _GEAR_KDE_ORG_ECLASS=1
 # @INTERNAL
 # @DESCRIPTION:
 # For proper description see kde.org.eclass manpage.
-KDE_PV_UNRELEASED=( 23.08.0 )
+KDE_PV_UNRELEASED=( )
 
 inherit kde.org
 



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2023-08-24 Thread Andreas Sturmlechner
commit: 589630463758070235a824b3c94ce5ff02572ba1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 24 10:52:14 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Aug 24 10:52:14 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=58963046

profiles: Drop kde-gear-23.08.0 package.mask

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

 profiles/package.mask/kde-gear-23.08.0 | 248 -
 1 file changed, 248 deletions(-)

diff --git a/profiles/package.mask/kde-gear-23.08.0 
b/profiles/package.mask/kde-gear-23.08.0
deleted file mode 100644
index 7460c3e077..00
--- a/profiles/package.mask/kde-gear-23.08.0
+++ /dev/null
@@ -1,248 +0,0 @@
-# Andreas Sturmlechner  (2023-08-18)
-# KDE Gear 23.08 23.08.0 mask
-# UNRELEASED
-#
-~kde-apps/baloo-widgets-23.08.0
-~kde-apps/dolphin-23.08.0
-~kde-apps/kate-23.08.0
-~kde-apps/kate-addons-23.08.0
-~kde-apps/kate-lib-23.08.0
-~kde-apps/kde-apps-meta-23.08.0
-~kde-apps/kdecore-meta-23.08.0
-~kde-apps/khelpcenter-23.08.0
-~kde-apps/konsole-23.08.0
-~kde-apps/kwrite-23.08.0
-~kde-apps/kdialog-23.08.0
-~kde-apps/keditbookmarks-23.08.0
-~kde-apps/kfind-23.08.0
-~kde-apps/konqueror-23.08.0
-~www-client/falkon-23.08.0
-~app-accessibility/kontrast-23.08.0
-~kde-apps/kdeaccessibility-meta-23.08.0
-~kde-apps/kmag-23.08.0
-~kde-apps/kmousetool-23.08.0
-~kde-apps/kmouth-23.08.0
-~kde-apps/kdeadmin-meta-23.08.0
-~kde-apps/kcron-23.08.0
-~kde-apps/ksystemlog-23.08.0
-~kde-apps/analitza-23.08.0
-~kde-apps/artikulate-23.08.0
-~kde-apps/blinken-23.08.0
-~kde-apps/cantor-23.08.0
-~kde-apps/kalgebra-23.08.0
-~kde-apps/kalzium-23.08.0
-~kde-apps/kanagram-23.08.0
-~kde-apps/kbruch-23.08.0
-~kde-apps/kdeedu-data-23.08.0
-~kde-apps/kdeedu-meta-23.08.0
-~kde-apps/kgeography-23.08.0
-~kde-apps/khangman-23.08.0
-~kde-apps/kig-23.08.0
-~kde-apps/kiten-23.08.0
-~kde-apps/klettres-23.08.0
-~kde-apps/kmplot-23.08.0
-~kde-apps/kqtquickcharts-23.08.0
-~kde-apps/ktouch-23.08.0
-~kde-apps/kturtle-23.08.0
-~kde-apps/kwordquiz-23.08.0
-~kde-apps/libkeduvocdocument-23.08.0
-~kde-apps/marble-23.08.0
-~kde-apps/minuet-23.08.0
-~kde-apps/parley-23.08.0
-~kde-apps/rocs-23.08.0
-~kde-apps/step-23.08.0
-~kde-apps/bomber-23.08.0
-~kde-apps/bovo-23.08.0
-~kde-apps/granatier-23.08.0
-~kde-apps/kajongg-23.08.0
-~kde-apps/kapman-23.08.0
-~kde-apps/katomic-23.08.0
-~kde-apps/kblackbox-23.08.0
-~kde-apps/kblocks-23.08.0
-~kde-apps/kbounce-23.08.0
-~kde-apps/kbreakout-23.08.0
-~kde-apps/kdegames-meta-23.08.0
-~kde-apps/kdiamond-23.08.0
-~kde-apps/kfourinline-23.08.0
-~kde-apps/kgoldrunner-23.08.0
-~kde-apps/kigo-23.08.0
-~kde-apps/killbots-23.08.0
-~kde-apps/kiriki-23.08.0
-~kde-apps/kjumpingcube-23.08.0
-~kde-apps/klickety-23.08.0
-~kde-apps/klines-23.08.0
-~kde-apps/kmahjongg-23.08.0
-~kde-apps/kmines-23.08.0
-~kde-apps/knavalbattle-23.08.0
-~kde-apps/knetwalk-23.08.0
-~kde-apps/knights-23.08.0
-~kde-apps/kolf-23.08.0
-~kde-apps/kollision-23.08.0
-~kde-apps/konquest-23.08.0
-~kde-apps/kpat-23.08.0
-~kde-apps/kreversi-23.08.0
-~kde-apps/kshisen-23.08.0
-~kde-apps/ksirk-23.08.0
-~kde-apps/ksnakeduel-23.08.0
-~kde-apps/kspaceduel-23.08.0
-~kde-apps/ksquares-23.08.0
-~kde-apps/ksudoku-23.08.0
-~kde-apps/ktuberling-23.08.0
-~kde-apps/kubrick-23.08.0
-~kde-apps/libkdegames-23.08.0
-~kde-apps/libkmahjongg-23.08.0
-~kde-apps/lskat-23.08.0
-~kde-apps/palapeli-23.08.0
-~kde-apps/picmi-23.08.0
-~kde-apps/gwenview-23.08.0
-~kde-apps/kamera-23.08.0
-~kde-apps/kcolorchooser-23.08.0
-~kde-apps/kdegraphics-meta-23.08.0
-~kde-apps/kdegraphics-mobipocket-23.08.0
-~kde-apps/kolourpaint-23.08.0
-~kde-apps/kruler-23.08.0
-~kde-apps/libkdcraw-23.08.0
-~kde-apps/libkexiv2-23.08.0
-~kde-apps/libksane-23.08.0
-~kde-apps/okular-23.08.0
-~kde-apps/spectacle-23.08.0
-~kde-apps/svgpart-23.08.0
-~kde-apps/thumbnailers-23.08.0
-~kde-misc/colord-kde-23.08.0
-~kde-misc/skanlite-23.08.0
-~media-gfx/skanpage-23.08.0
-~media-libs/ksanecore-23.08.0
-~kde-apps/audiocd-kio-23.08.0
-~kde-apps/dragon-23.08.0
-~kde-apps/ffmpegthumbs-23.08.0
-~kde-apps/juk-23.08.0
-~kde-apps/k3b-23.08.0
-~kde-apps/kamoso-23.08.0
-~kde-apps/kdemultimedia-meta-23.08.0
-~kde-apps/kdenlive-23.08.0
-~kde-apps/kmix-23.08.0
-~kde-apps/kwave-23.08.0
-~kde-apps/libkcddb-23.08.0
-~kde-apps/libkcompactdisc-23.08.0
-~media-sound/elisa-23.08.0
-~media-sound/kasts-23.08.0
-~media-sound/krecorder-23.08.0
-~kde-apps/dolphin-plugins-dropbox-23.08.0
-~kde-apps/kaccounts-integration-23.08.0
-~kde-apps/kaccounts-providers-23.08.0
-~kde-apps/kdenetwork-meta-23.08.0
-~kde-apps/kdenetwork-filesharing-23.08.0
-~kde-apps/kget-23.08.0
-~kde-apps/kio-extras-23.08.0
-~kde-apps/krdc-23.08.0
-~kde-apps/krfb-23.08.0
-~kde-apps/signon-kwallet-extension-23.08.0
-~kde-misc/kdeconnect-23.08.0
-~kde-misc/kio-gdrive-23.08.0
-~net-im/neochat-23.08.0
-~net-im/tokodon-23.08.0
-~net-irc/konversation-23.08.0
-~net-libs/libktorrent-23.08.0
-~net-misc/kio-zeroconf-23.08.0
-~net-news/alligator-23.08.0

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

2023-08-24 Thread Miroslav Šulc
commit: 96f5868d1b860ba3350aba8e2a6a1f36fc8ab552
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Aug 24 07:16:12 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Aug 24 07:16:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f5868d

media-libs/codec2: dropped examples use flag

Closes: https://bugs.gentoo.org/911182
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/codec2/codec2-1.2.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-libs/codec2/codec2-1.2.0.ebuild 
b/media-libs/codec2/codec2-1.2.0.ebuild
index 2cb792e740c8..8ab4309052ee 100644
--- a/media-libs/codec2/codec2-1.2.0.ebuild
+++ b/media-libs/codec2/codec2-1.2.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/drowe67/codec2/archive/refs/tags/${PV}.tar.gz -> ${P
 LICENSE="LGPL-2.1"
 SLOT="0/1.0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
-IUSE="examples test"
+IUSE="test"
 
 # Not yet passing, but infrastructure added to run
 # Needs Octave dependencies like "signal"?
@@ -29,7 +29,6 @@ multilib_src_configure() {
# for now, don't flip this configure flag
# -DUNITTEST=$(usex test) # reenable once tests wired up
-DUNITTEST=OFF
-   -DINSTALL_EXAMPLES=$(usex examples)
)
 
cmake_src_configure



[gentoo-commits] repo/proj/guru:dev commit in: net-mail/hydroxide/

2023-08-24 Thread Leonardo Hernandez
commit: 42627fa1dc900fa283e210e8ff5fb9f36ea1fe84
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Thu Aug 24 07:17:01 2023 +
Commit: Leonardo Hernandez  proton  me>
CommitDate: Thu Aug 24 07:17:26 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42627fa1

net-mail/hydroxide: add 0.2.28

Signed-off-by: Leonardo Hernández Hernández  proton.me>

 net-mail/hydroxide/Manifest|  3 ++
 net-mail/hydroxide/hydroxide-0.2.28.ebuild | 54 ++
 2 files changed, 57 insertions(+)

diff --git a/net-mail/hydroxide/Manifest b/net-mail/hydroxide/Manifest
index 3bf82e0968..525bd50557 100644
--- a/net-mail/hydroxide/Manifest
+++ b/net-mail/hydroxide/Manifest
@@ -10,3 +10,6 @@ DIST hydroxide-0.2.26.tar.gz.sig 566 BLAKE2B 
75eb9efe93eebeec2f055076fb83c57cb84
 DIST hydroxide-0.2.27-deps.tar.xz 137723020 BLAKE2B 
fa1dd992c963c8e4785f4a624a2c7d8294f701b40130abc6ba82b816242d73213d85d0344881d442b17b6015a419671f28b6746ba37564f0c1482afaff73fd6d
 SHA512 
88ff84f49d48910f3abfd152a2914c05f097947d69de193d44cea6965eb2703e0c1a56ce41bb7ae8fc933d2fd4900d6970bbd7fab92c61211bc43b39a7a5f4d2
 DIST hydroxide-0.2.27.tar.gz 44059 BLAKE2B 
cbe5e4b247091c65ea376930fc555a86e0fcf3d2e5cddeab457ac8755ed4b7dbbc7b9fe8284ae95c2741a80d1926cb9aaaffcef759b9aba85ded40851e7d5667
 SHA512 
960bf1a37c2365774db6e4598081bfc5459be7f2a85866caf0faef5826694c1b3d0b0cd5634987c963bf21ed416238840e3de207f5b3e39f0cb2c0eed817c3e9
 DIST hydroxide-0.2.27.tar.gz.sig 566 BLAKE2B 
8af003819f369a2b68a1ed45f60a2bbebaf43be7d85b380353f0c79d3933beed1d1386dbe31d3cdc28c11b30ca210c60a493ce4acc05d01f8d9b5e611eb57958
 SHA512 
e1bf58ebfc690e8161adaaa903adc37f6381d80541ded6bd034bcd4a4872c59cb47c78c69045345ec744d64f46f0221c5aabd797e21849b45640646888b3d8c6
+DIST hydroxide-0.2.28-deps.tar.xz 148997388 BLAKE2B 
8a4d6ef87d3759b2b8cb4ecb135f77dc4bd2c93f03ed8e9382152050d70270261b605bc93b31d2379e351c04bbf3aa920ee014d40f54ae352b145002dfe2946e
 SHA512 
dfb6244a8bb676df96ee23c873ef4371b95d2758f68b8f3a777251a5d8dfe2f9624c667f1c9d98f3d1ea40aec23f01cded9fb6f0f16ee40ea31baf9f50f97cb9
+DIST hydroxide-0.2.28.tar.gz 45318 BLAKE2B 
a63568405e58746719a2726d959bc5f1a67357831a78827b5d4c27c417cf52ea6cfa8e990d4816176b192ac9044d01ea6a1b40a5b617f299c01e3b712c63ca25
 SHA512 
55472d5f081eb2827cd37ebb02e66c5831cfde7f375c1800142cb37bb05ae07da873ddca33b4b83a0ed2adb4587d90d43e05c1478e2696de9b7871e213f0
+DIST hydroxide-0.2.28.tar.gz.sig 566 BLAKE2B 
7215a833a084bc5331e8c133a05669178c751a3998f40e3a5ae0ff7ad1b0ebeefa42dfc9ae8b373823973b876462695b11c52ab5d629b9677a1cf853f9d27a08
 SHA512 
34a5dccae951f26a1b18ed6e274c046d7946ea3255214d8891744049ff79d76dc613985dec89d4396be458aa4ba57c317fb3de84bb42b4204ca8b1ed52d0d306

diff --git a/net-mail/hydroxide/hydroxide-0.2.28.ebuild 
b/net-mail/hydroxide/hydroxide-0.2.28.ebuild
new file mode 100644
index 00..ab55861c15
--- /dev/null
+++ b/net-mail/hydroxide/hydroxide-0.2.28.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module multiprocessing
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/emersion/hydroxide.git;
+else
+   inherit verify-sig
+   
SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz
+   verify-sig? ( 
https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz.sig )
+   
https://github.com/sevz17/go-deps/releases/download/${P}/${P}-deps.tar.xz
+   "
+   
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/emersion.asc"
+   BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-emersion )"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A third-party, open-source ProtonMail CardDAV, IMAP and SMTP 
bridge"
+HOMEPAGE="https://github.com/emersion/hydroxide;
+
+LICENSE="MIT BSD"
+SLOT="0"
+
+src_unpack() {
+   if [[ "${PV}" == "" ]]; then
+   git-r3_src_unpack
+   go-module_live_vendor
+   else
+   if use verify-sig; then
+   verify-sig_verify_detached 
"${DISTDIR}"/"${P}".tar.gz{,.sig}
+   fi
+   go-module_src_unpack
+   fi
+}
+
+src_compile() {
+   ego build -v -x -p "$(makeopts_jobs)" ./cmd/hydroxide
+}
+
+src_install() {
+   default
+   dobin "${PN}"
+}
+
+pkg_postinst() {
+   elog ""
+   elog "In order to use ${PN} you need to read"
+   elog "https://github.com/emersion/hydroxide#installing;
+   elog ""
+}



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/nvc/

2023-08-24 Thread Maciej Barć
commit: 774493f79c79f4fc49cca5f04b354ecfdbe5d676
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Aug 24 08:12:56 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Aug 24 08:17:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774493f7

sci-electronics/nvc: add missing bison dependency

Closes: https://bugs.gentoo.org/912943
Signed-off-by: Maciej Barć  gentoo.org>

 sci-electronics/nvc/{nvc-1.10.1.ebuild => nvc-1.10.1-r1.ebuild} | 1 +
 sci-electronics/nvc/{nvc-1.10.2.ebuild => nvc-1.10.2-r1.ebuild} | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sci-electronics/nvc/nvc-1.10.1.ebuild 
b/sci-electronics/nvc/nvc-1.10.1-r1.ebuild
similarity index 99%
rename from sci-electronics/nvc/nvc-1.10.1.ebuild
rename to sci-electronics/nvc/nvc-1.10.1-r1.ebuild
index 38a4bfa346de..412e7011f9b2 100644
--- a/sci-electronics/nvc/nvc-1.10.1.ebuild
+++ b/sci-electronics/nvc/nvc-1.10.1-r1.ebuild
@@ -45,6 +45,7 @@ DEPEND="
 "
 BDEPEND="
dev-libs/check
+   sys-devel/bison
sys-devel/flex
 "
 

diff --git a/sci-electronics/nvc/nvc-1.10.2.ebuild 
b/sci-electronics/nvc/nvc-1.10.2-r1.ebuild
similarity index 99%
rename from sci-electronics/nvc/nvc-1.10.2.ebuild
rename to sci-electronics/nvc/nvc-1.10.2-r1.ebuild
index 38a4bfa346de..412e7011f9b2 100644
--- a/sci-electronics/nvc/nvc-1.10.2.ebuild
+++ b/sci-electronics/nvc/nvc-1.10.2-r1.ebuild
@@ -45,6 +45,7 @@ DEPEND="
 "
 BDEPEND="
dev-libs/check
+   sys-devel/bison
sys-devel/flex
 "
 



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

2023-08-24 Thread Pacho Ramos
commit: e94d25fab087103f3f4db535e7343f092c4851cf
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 24 08:39:46 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 24 08:39:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94d25fa

x11-themes/papirus-icon-theme: stabilize 20230801 for ALLARCHES

Signed-off-by: Pacho Ramos  gentoo.org>

 x11-themes/papirus-icon-theme/papirus-icon-theme-20230801.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20230801.ebuild 
b/x11-themes/papirus-icon-theme/papirus-icon-theme-20230801.ebuild
index 0bdfb267d356..7222cc09d2f0 100644
--- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20230801.ebuild
+++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20230801.ebuild
@@ -10,6 +10,6 @@ 
SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 src_compile() { :; }



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/rspec-wait/

2023-08-24 Thread Rui Huang
commit: a85ad0ecda5187bc8a14f525ebba2becb3c5c137
Author: Huang Rui  gmail  com>
AuthorDate: Thu Aug 24 08:40:15 2023 +
Commit: Rui Huang  gmail  com>
CommitDate: Thu Aug 24 08:40:15 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a85ad0ec

dev-ruby/rspec-wait: update EAPI 7 -> 8

Signed-off-by: Huang Rui  gmail.com>

 dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild 
b/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild
index e249535352..fed1b188ae 100644
--- a/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild
+++ b/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 RUBY_FAKEGEM_EXTRADOC=""
 RUBY_FAKEGEM_GEMSPEC="rspec-wait.gemspec"
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""
-USE_RUBY="ruby30 ruby27 ruby26"
+USE_RUBY="ruby31 ruby32"
 
 inherit ruby-fakegem
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/prawn-svg/

2023-08-24 Thread Rui Huang
commit: 0ef8c6819569dd504c326ee393ea953822f998e8
Author: Huang Rui  gmail  com>
AuthorDate: Thu Aug 24 08:51:54 2023 +
Commit: Rui Huang  gmail  com>
CommitDate: Thu Aug 24 08:52:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ef8c681

dev-ruby/prawn-svg: enable ruby31, RESTRICT="test"

https://bugs.gentoo.org/901295
Signed-off-by: Huang Rui  gmail.com>

 dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild 
b/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild
index 38b4e44066..4ab80437a9 100644
--- a/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild
+++ b/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby31"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -16,6 +16,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
+# prawn breaks tests for some reasons, needs to be investigated; code
+# still works though.
+RESTRICT="test"
+
 ruby_add_rdepend "
>=dev-ruby/css_parser-1.6.0
>=dev-ruby/prawn-0.11.1



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/prawn-icon/

2023-08-24 Thread Rui Huang
commit: ba86d34a40b72f751fcfc8f82e8c5f308409f4c2
Author: Huang Rui  gmail  com>
AuthorDate: Thu Aug 24 08:47:00 2023 +
Commit: Rui Huang  gmail  com>
CommitDate: Thu Aug 24 08:47:00 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba86d34a

dev-ruby/prawn-icon: enable ruby31

Signed-off-by: Huang Rui  gmail.com>

 dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild 
b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
index 887f987a1f..599cf8945c 100644
--- a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
+++ b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby31"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



  1   2   3   >