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

2022-10-26 Thread Sam James
commit: ec649eefdc84f50a24c2c0b5184a05e2a496cb00
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 05:09:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 05:19:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec649eef

net-analyzer/wireshark: add changelog metadata

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

 net-analyzer/wireshark/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/wireshark/metadata.xml 
b/net-analyzer/wireshark/metadata.xml
index bd841198d5ad..ec41cfa2b014 100644
--- a/net-analyzer/wireshark/metadata.xml
+++ b/net-analyzer/wireshark/metadata.xml
@@ -69,6 +69,7 @@
Install wifidump, to dump and analyse 802.11 
traffic


+   https://www.wireshark.org/news/
wireshark/wireshark
wireshark/wireshark




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

2022-10-26 Thread Sam James
commit: 8e242fa9d05bf470af3e6eb2965e0ffce278199a
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 05:31:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 05:31:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e242fa9

dev-libs/cdk: add 5.0.20221025

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

 dev-libs/cdk/Manifest|  2 ++
 dev-libs/cdk/cdk-5.0.20221025.ebuild | 59 
 2 files changed, 61 insertions(+)

diff --git a/dev-libs/cdk/Manifest b/dev-libs/cdk/Manifest
index 922f35793fb8..a69033cc63bc 100644
--- a/dev-libs/cdk/Manifest
+++ b/dev-libs/cdk/Manifest
@@ -1,2 +1,4 @@
 DIST cdk-5.0-20210324.tgz 548203 BLAKE2B 
7a944f347bf30a6bf602b9ac61fa547c7b4aef073db54272e4a8d2bd7d83093888f2ca9e5ee9c2d06472d2abb87cca42b2912b0491b81472cfce086640b8
 SHA512 
72d62307824708858ca4fb3865d332cc81e987d7ef685011cf127c8f77cee3e19fe9dd6a35009d4416769cb00f04e937ebaec686c61ca0ba58655f522a175a59
 DIST cdk-5.0-20211216.tgz 552041 BLAKE2B 
ce82ac22d4ec2ed37079d3de52a4f93a4206e5228aa952a3e45294d260c1ffef7c363b2c290060cc909bb8ab4ae88cbedecf498db7bd0f13e2d2822d87d7e4fa
 SHA512 
622e99681af8468aaf8638833d0821c743667fb9b41716fe16acb8e78e8a3d5ba4eb7aced0bc213697e120dcb6e96067d6b75d53531555c3e6d90e4961cb99aa
+DIST cdk-5.0-20221025.tgz 540925 BLAKE2B 
48b37d07630bc71fc5b1a77fa2732c264e61323fc00c60db1436403db46bfc4f870fa897560b705583b07db84b8f812df553780f4bddef4ca88de6b799c31f57
 SHA512 
408ab61f8110c13d32976896e92f8ded4927eac36435bce6d9fafbe137e693779ffd882829712086868766a252e35e6c592da69c43cfb32d9f4cf7e880c2a593
+DIST cdk-5.0-20221025.tgz.asc 729 BLAKE2B 
0e6d0fdfcdb7e8a2139b5050cd2ff79f493edb67a0119baf5b009a00ea9fe715bb85da7980f35dbf688462b8dc07fc1e630101b072111fc626696bb90d318dc8
 SHA512 
66c52ac973fa6c133ae5a76b1661980b6a32144854c518f9bcddce8bd0b28e60167f8e09f87b99bff59e996275b3844f2c1c4b20d0a40a784700f53394fcbbcc

diff --git a/dev-libs/cdk/cdk-5.0.20221025.ebuild 
b/dev-libs/cdk/cdk-5.0.20221025.ebuild
new file mode 100644
index ..c974d478f4bd
--- /dev/null
+++ b/dev-libs/cdk/cdk-5.0.20221025.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="${PN}-$(ver_rs 2 -)"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/thomasdickey.asc
+inherit verify-sig
+
+DESCRIPTION="A library of curses widgets"
+HOMEPAGE="https://dickey.his.com/cdk/cdk.html 
https://github.com/ThomasDickey/cdk-snapshots;
+SRC_URI="https://invisible-island.net/archives/${PN}/${MY_P}.tgz;
+SRC_URI+=" verify-sig? ( 
https://invisible-island.net/archives/${PN}/${MY_P}.tgz.asc )"
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="MIT"
+SLOT="0/6" # subslot = soname version
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="examples unicode"
+
+DEPEND="sys-libs/ncurses:=[unicode(+)?]"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   verify-sig? ( sec-keys/openpgp-keys-thomasdickey )
+"
+
+src_configure() {
+   if [[ ${CHOST} == *-*-darwin* ]] ; then
+   export ac_cv_prog_LIBTOOL=glibtool
+   fi
+
+   # --with-libtool dropped for now because of broken Makefile
+   # bug #790773
+   econf \
+   --disable-rpath-hack \
+   --with-shared \
+   --with-pkg-config \
+   --with-ncurses$(usex unicode "w" "")
+}
+
+src_install() {
+   # parallel make installs duplicate libs
+   emake -j1 \
+   DESTDIR="${D}" \
+   DOCUMENT_DIR="${ED}/usr/share/doc/${PF}" \
+   install
+
+   if use examples ; then
+   local x
+   for x in include c++ demos examples cli cli/utils cli/samples ; 
do
+   docinto ${x}
+   find ${x} -maxdepth 1 -mindepth 1 -type f -print0 | 
xargs -0 dodoc || die
+   done
+   fi
+
+   find "${ED}" \( -name '*.a' -or -name '*.la' \) -delete || die
+}



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

2022-10-26 Thread Sam James
commit: 75d7a4df1f394cccaab1efdfeda3bb57f527fb00
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 05:25:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 05:25:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d7a4df

net-analyzer/wireshark: add 4.0.1

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

 net-analyzer/wireshark/Manifest   |   1 +
 net-analyzer/wireshark/wireshark-4.0.1.ebuild | 309 ++
 2 files changed, 310 insertions(+)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index f72f3c6952b9..491f5c7aa8dd 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -1,3 +1,4 @@
 DIST wireshark-3.6.8.tar.xz 39942580 BLAKE2B 
8b51ae1b3bf56fe1ccec70e94d9edb891e7b486a87b8f43984ea6d3150fe8f6c04beef9f12ebd9b830138aec6a993bcf88d50cfc4695b1f9ade6933092bed8db
 SHA512 
c286e84e113f06b13b931da89b6d21b18e342660682579f88e77697f3e9c335ba75cdc190b41651da4d5729529a20740ef1a41e9f9523d9f6cc768147363053a
 DIST wireshark-3.6.9.tar.xz 39949356 BLAKE2B 
8660e57fc1c9667ecd17bbd35918da7d61f3acb84047d6fda9be0fea456c09e45f0a59c725b405364745cb2b570d8fddb2ffe393ee7b96110a53c404f9c02267
 SHA512 
abf7adfda1a7aef4944e846bd3edde08b64d841edbba2d86d1bfd121760e90560231f778eeaefa43175c7c6be9b1fe0e0ec58c8704b4c9bdff6bb3598970cddd
 DIST wireshark-4.0.0.tar.xz 41323336 BLAKE2B 
a3e619dae784d28ed659acf6b2f4710e320806ebbf7c700370558ae81eb0cfdd68ec6cce4c8ae90f43c449e118b7993a78d02bbb1dc7a259a437d34ef6299d60
 SHA512 
d16b67bacca479af419f47e000800bbc33098a00cdb56c789e6c0f354fbd4f13c3d25c496239a8836c4e5754af2e36d4baf5e8ae55eae71f80c93630b78128bc
+DIST wireshark-4.0.1.tar.xz 41282116 BLAKE2B 
63984c5722fe0cbcf2a756efdd0cf44304e3ce25eb1aea87758a28576ba3416b0a8226079a413084e46724fcd4ed9b0f4cbf82cbabbf48f2febe0fbc8446a054
 SHA512 
10ac8e738b4bd70ba4a1a9124e8c8e6238feb7c5a4cef79a03dae6adef08230700bb8ba700d2f89a5aad28cabdaf06b8825a1124d9d466de4e2e10cc55968525

diff --git a/net-analyzer/wireshark/wireshark-4.0.1.ebuild 
b/net-analyzer/wireshark/wireshark-4.0.1.ebuild
new file mode 100644
index ..08b136066287
--- /dev/null
+++ b/net-analyzer/wireshark/wireshark-4.0.1.ebuild
@@ -0,0 +1,309 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1..2} )
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg cmake
+
+DESCRIPTION="A network protocol analyzer formerly known as ethereal"
+HOMEPAGE="https://www.wireshark.org/;
+
+if [[ ${PV} == ** ]] ; then
+   EGIT_REPO_URI="https://gitlab.com/wireshark/wireshark;
+   inherit git-r3
+else
+   
SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz;
+   S="${WORKDIR}/${P/_/}"
+
+   if [[ ${PV} != *_rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv 
~x86"
+   fi
+fi
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+IUSE="androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc 
dpauxmon"
+IUSE+=" +dumpcap +editcap +gui http2 ilbc kerberos libxml2 lto lua lz4 
maxminddb"
+IUSE+=" +mergecap +minizip +netlink opus +plugins +pcap qt6 +randpkt"
+IUSE+=" +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp 
sshdump ssl"
+IUSE+=" sdjournal test +text2pcap tfshark +tshark +udpdump wifi zlib +zstd"
+
+REQUIRED_USE="
+   lua? ( ${LUA_REQUIRED_USE} )
+"
+
+RESTRICT="!test? ( test )"
+
+# bug #753062 for speexdsp
+RDEPEND="
+   acct-group/pcap
+   >=dev-libs/glib-2.50.0:2
+   dev-libs/libpcre2
+   >=net-dns/c-ares-1.13.0:=
+   >=dev-libs/libgcrypt-1.8.0:=
+   media-libs/speexdsp
+   bcg729? ( media-libs/bcg729 )
+   brotli? ( app-arch/brotli:= )
+   ciscodump? ( >=net-libs/libssh-0.6:= )
+   filecaps? ( sys-libs/libcap )
+   http2? ( >=net-libs/nghttp2-1.11.0:= )
+   ilbc? ( media-libs/libilbc:= )
+   kerberos? ( virtual/krb5 )
+   libxml2? ( dev-libs/libxml2 )
+   lua? ( ${LUA_DEPS} )
+   lz4? ( app-arch/lz4:= )
+   maxminddb? ( dev-libs/libmaxminddb:= )
+   minizip? ( sys-libs/zlib[minizip] )
+   netlink? ( dev-libs/libnl:3 )
+   opus? ( media-libs/opus )
+   pcap? ( net-libs/libpcap )
+   gui? (
+   x11-misc/xdg-utils
+   qt6? (
+   dev-qt/qtbase:6[concurrent,dbus,gui,widgets]
+   dev-qt/qt5compat:6
+   dev-qt/qtmultimedia:6
+   )
+   !qt6? (
+   dev-qt/qtcore:5
+   dev-qt/qtconcurrent:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   )
+   )
+   sbc? ( media-libs/sbc )
+   sdjournal? ( sys-apps/systemd:= )
+   smi? ( net-libs/libsmi )

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

2022-10-26 Thread Sam James
commit: b7aa3dba653168eac02da600ae3ade63da4f7b77
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 05:17:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 05:19:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7aa3dba

net-analyzer/wireshark: add 3.6.9

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

 net-analyzer/wireshark/Manifest   |   1 +
 net-analyzer/wireshark/wireshark-3.6.9.ebuild | 269 ++
 2 files changed, 270 insertions(+)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index 1907695ba429..f72f3c6952b9 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -1,2 +1,3 @@
 DIST wireshark-3.6.8.tar.xz 39942580 BLAKE2B 
8b51ae1b3bf56fe1ccec70e94d9edb891e7b486a87b8f43984ea6d3150fe8f6c04beef9f12ebd9b830138aec6a993bcf88d50cfc4695b1f9ade6933092bed8db
 SHA512 
c286e84e113f06b13b931da89b6d21b18e342660682579f88e77697f3e9c335ba75cdc190b41651da4d5729529a20740ef1a41e9f9523d9f6cc768147363053a
+DIST wireshark-3.6.9.tar.xz 39949356 BLAKE2B 
8660e57fc1c9667ecd17bbd35918da7d61f3acb84047d6fda9be0fea456c09e45f0a59c725b405364745cb2b570d8fddb2ffe393ee7b96110a53c404f9c02267
 SHA512 
abf7adfda1a7aef4944e846bd3edde08b64d841edbba2d86d1bfd121760e90560231f778eeaefa43175c7c6be9b1fe0e0ec58c8704b4c9bdff6bb3598970cddd
 DIST wireshark-4.0.0.tar.xz 41323336 BLAKE2B 
a3e619dae784d28ed659acf6b2f4710e320806ebbf7c700370558ae81eb0cfdd68ec6cce4c8ae90f43c449e118b7993a78d02bbb1dc7a259a437d34ef6299d60
 SHA512 
d16b67bacca479af419f47e000800bbc33098a00cdb56c789e6c0f354fbd4f13c3d25c496239a8836c4e5754af2e36d4baf5e8ae55eae71f80c93630b78128bc

diff --git a/net-analyzer/wireshark/wireshark-3.6.9.ebuild 
b/net-analyzer/wireshark/wireshark-3.6.9.ebuild
new file mode 100644
index ..fffca9343012
--- /dev/null
+++ b/net-analyzer/wireshark/wireshark-3.6.9.ebuild
@@ -0,0 +1,269 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1..2} )
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg cmake
+
+DESCRIPTION="A network protocol analyzer formerly known as ethereal"
+HOMEPAGE="https://www.wireshark.org/;
+
+if [[ ${PV} == ** ]] ; then
+   EGIT_REPO_URI="https://gitlab.com/wireshark/wireshark;
+   inherit git-r3
+else
+   
SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz;
+   S="${WORKDIR}/${P/_/}"
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+IUSE="androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc 
dpauxmon"
+IUSE+=" +dumpcap +editcap http2 ilbc kerberos libxml2 lto lua lz4 maxminddb"
+IUSE+=" +mergecap +minizip +netlink opus +plugins plugin-ifdemo +pcap +qt5 
+randpkt"
+IUSE+=" +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp 
sshdump ssl"
+IUSE+=" sdjournal test +text2pcap tfshark +tshark +udpdump zlib +zstd"
+
+REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )
+   plugin-ifdemo? ( plugins )"
+
+RESTRICT="!test? ( test )"
+
+# bug #753062 for speexdsp
+RDEPEND="acct-group/pcap
+   >=dev-libs/glib-2.38:2
+   >=net-dns/c-ares-1.5:=
+   dev-libs/libgcrypt:=
+   media-libs/speexdsp
+   bcg729? ( media-libs/bcg729 )
+   brotli? ( app-arch/brotli:= )
+   ciscodump? ( >=net-libs/libssh-0.6 )
+   filecaps? ( sys-libs/libcap )
+   http2? ( net-libs/nghttp2:= )
+   ilbc? ( media-libs/libilbc )
+   kerberos? ( virtual/krb5 )
+   libxml2? ( dev-libs/libxml2 )
+   lua? ( ${LUA_DEPS} )
+   lz4? ( app-arch/lz4:= )
+   maxminddb? ( dev-libs/libmaxminddb:= )
+   minizip? ( sys-libs/zlib[minizip] )
+   netlink? ( dev-libs/libnl:3 )
+   opus? ( media-libs/opus )
+   pcap? ( net-libs/libpcap )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   x11-misc/xdg-utils
+   )
+   sbc? ( media-libs/sbc )
+   sdjournal? ( sys-apps/systemd )
+   smi? ( net-libs/libsmi )
+   snappy? ( app-arch/snappy )
+   spandsp? ( media-libs/spandsp )
+   sshdump? ( >=net-libs/libssh-0.6 )
+   ssl? ( net-libs/gnutls:= )
+   zlib? ( sys-libs/zlib )
+   zstd? ( app-arch/zstd:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}
+   dev-lang/perl
+   sys-devel/flex
+   sys-devel/gettext
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen
+   dev-ruby/asciidoctor
+   )
+   qt5? (
+   dev-qt/linguist-tools:5
+   )
+   test? (
+   $(python_gen_any_dep '
+   dev-python/pytest[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird-bin/

2022-10-26 Thread Joonas Niilola
commit: 5f0032efb5e08406e3415f356f3017cbce12bf12
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 05:09:04 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 05:09:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0032ef

mail-client/thunderbird-bin: add 102.4.1, drop 102.4.0

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

 mail-client/thunderbird-bin/Manifest   | 132 ++---
 ...2.4.0.ebuild => thunderbird-bin-102.4.1.ebuild} |   0
 2 files changed, 66 insertions(+), 66 deletions(-)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index 7ddd548f9743..3bbb047d7c41 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -1,66 +1,66 @@
-DIST thunderbird-102.4.0-af.xpi 551915 BLAKE2B 
13681d8aac920cc3295760e3ae21717d8fa67c35557216c70044b0e0d53515985e7a1c1508199149d34ea1dc6d0fe209091da3a30e1f0f9654b7c9ee607cd44a
 SHA512 
960d9abcb20ce01ad1156c0851e8911f20de7de6e81968f85eeffadec76a1e322c7072b098f8001f0f9f252ccd5079efbec1d4ca41bcd2c5202982e3d7590b99
-DIST thunderbird-102.4.0-ar.xpi 656148 BLAKE2B 
9e83046403ddbb6701efa85da7c9492e852bc61bbf67287447c51a57d48934fa7e147ddef881b40eecbfb1da30c0d28cc9f215e210defdef583bed515936
 SHA512 
3ad66f30160bb1ec4d881849e96e511cfd71cda4b1b5d559bcec5e4268085e2c6fad30b7a7ce276b9e01cc70193bdc097e0870538c60ff3c4d86e8e23735b9b4
-DIST thunderbird-102.4.0-ast.xpi 564832 BLAKE2B 
83e12d4c8de9ef10bd5801ba54e2c37c718303f204bb730f99a3769b0931a62144d17fb699a24baffb3b16ca506638074a3d1f586f6c128f1874d70bf2d50ce2
 SHA512 
f07d7aa6d5c809506a10ddd79d1542045f4d222eca7ec5889a06ce539e10a291b8fae89cb500476a8945c2d2a093e102e08fe56cb27e9211ddd2780805a429f6
-DIST thunderbird-102.4.0-be.xpi 686677 BLAKE2B 
2ed6179305e827b0330f509cec1c42312f93acc4f59b382cf7e74ee6c9003132521fd89276d7627ab58afc411b3ac5511b1c81b482c39b4b917cc49734ed10af
 SHA512 
2c943a0dc0fccc9aa93e710adf03425097635b8753152f6e7b2d4a76defcfd79a5c88ff1444f3b6ca4ef0b9ab13095515e09abd629deaa6030a08cdc73269cf9
-DIST thunderbird-102.4.0-bg.xpi 682265 BLAKE2B 
c362913895c26961abbf16edd735fb7a16893269258cfd4fe158b67f9dee9b18c8dab18e0511aacdcf089898b4abdb4ab4e7fb07f0a48d4cc476419b0774f160
 SHA512 
0cd4ea1726d7dda209e0bb122aae68544e4fdb5c0b88abbf888349288e50aeb517019123f0a591fb8e8b3c84fc82200d5998c2c5f64865a1ac113a25bf5979f1
-DIST thunderbird-102.4.0-br.xpi 615113 BLAKE2B 
dcea75684b317b427a25e8f763d8c139befc8d6733e8ad0fd5167f6522e46a33452d49b252dc4fba853c956173fbd41632a48a5e5c1c2fb1f0c43ac472c1453f
 SHA512 
3b722edaec0b55638a710423e3063b9ac9e16afb8789da63dcddfe07aa2457778c322d734c8a5fb4f657465d5db488bdf0c2556bf5ea4c91a11f508ad300c8f3
-DIST thunderbird-102.4.0-ca.xpi 636172 BLAKE2B 
39b46a88c687344c225d62a2d7c16e39ad582484a2f38285bfdb5662ad969b9b87e8824d62bf93712b3ce60803edecec520c717efa3ec833d86dadd54a868908
 SHA512 
1f8ba1f27f5e598ffb2d397b37f043cb50b345daa0cb83831627c2db8ca22aec20035065b34e8d13b6bc3e8c02ed9632c7aa233c62f59ed4e56b7546a2d75893
-DIST thunderbird-102.4.0-cak.xpi 641840 BLAKE2B 
69b031c956bdb75de0744c5f7bedbad34d39804b3a14d777b479efe8d41d78489e536d6f5622fc49a51f2bd3c5a0a06ecb89710a074c9b820ffb2ae304964604
 SHA512 
436830dad34a76a4c002756e409003dce5bff76db10e3909935b0577b57699268f000be889c77e9bef0471dd22c33b3a5b25a4cfcff4e83089e076b890a0b55c
-DIST thunderbird-102.4.0-cs.xpi 706225 BLAKE2B 
f76180d4cfd62d5770384f56448dc9880f027d0d76b0365e4ceaca0e7e7943fb7d66e27c956a18bd1919454100ed600b8eb6c39e87e1a96a951a0f59cecc92b7
 SHA512 
0afc09e8a0c3f835c66e2998b72e7f26140bc19ea26c59ee0586004d6625edc59d4bf61033d8f162b0f54134188664ab7cf480f800d5f17a776f377f1c0447d5
-DIST thunderbird-102.4.0-cy.xpi 684714 BLAKE2B 
5f51264c7514d3637aa36277b57d9ea1f525fc7ff17a54935d39dfa205142e1671684c6ce65dcbaddff136c31da497a74db669190411b3bfa47cd33442da1e2c
 SHA512 
ebb0ab6a308f384461bc316c82464d0fe638bd274030a7d80fb591b78b5981412ca3d9fd2328fd9c843df0c5c86a1faae4cf766e72767f7effbcc29470c1322c
-DIST thunderbird-102.4.0-da.xpi 670576 BLAKE2B 
dc65eac9f806ae991863a1a41603b12f51b70c6838dab4c5edb984eb30169c04d64e405d13c3d4e0185fe602f3c9631ced2157e950e869e302aa87a31e4c37d1
 SHA512 
f414320caed38831bcd4a5149181bfae88bf60501cda40ea70d223566d68621e24f328d606a739a5dc7b95fadff8c61ec18dc145ab6759a6d3648c1adde08172
-DIST thunderbird-102.4.0-de.xpi 703558 BLAKE2B 
8ea366e11715b2ec73107266371f302483a604e6bac3388fea7d3067718af590f4cf25ae423e4afab0b9867e7bd1209e22c17599afc55833f5535a3a94ddcfba
 SHA512 
e3655ab5b0f27226aec1b327611930fdaa1e27c8b7756ff8e38e386513555c8f06a6bbc546d5dcba905265c85f9dce8f7d6310088b13bc6aeecd67e090dd8a06
-DIST thunderbird-102.4.0-dsb.xpi 718468 BLAKE2B 
1e783f062b9107f13abf7d1f497957bbf4c6e7c13f2ec6dfc8b1851bd0cd442c17bbb2fe7205009ed89ecefab6d81994cccbb44c79a90e12945064e29dac26ce
 SHA512 
ff5b38c4e85421f1014fb840d4d39c53be8c739f10c27763911273456ad99f56a69d74da31a212b6b1cf4cc91c66cab465516eaf223101c58f73e00d9dab5e53
-DIST thunderbird-102.4.0-el.xpi 816315 BLAKE2B 

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

2022-10-26 Thread Sam James
commit: 6a2eb5a5f9eff7a82f1865b7d1b42db3a3be3623
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 04:55:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 05:07:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2eb5a5

net-fs/samba: add 4.15.11

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

 net-fs/samba/Manifest |   1 +
 net-fs/samba/samba-4.15.11.ebuild | 333 ++
 2 files changed, 334 insertions(+)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index f815b935159e..70cbd1bccc45 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,6 +1,7 @@
 DIST samba-4.14.13.tar.gz 19161242 BLAKE2B 
068d17872536edcc0de400ee925723a9a55022dd43fd5309562cf65a92d992011f9963b4009170405394b724eafab4760c689d571884b164a63661a99b42ec4c
 SHA512 
477a94a2b9d9eeff21055c7601f3539e9ff01ab536320c303ac9a6578d5e7f09f46e7f4f5a971594e11ad19fe9a566f209d201cc32b78c164b885c1c4d591b9b
 DIST samba-4.14.14.tar.gz 19174363 BLAKE2B 
5714ab40bc22d2692c81502fd6b05e222099818ebb3b7f26a91a89c78a6a2bfd8044b81f053a958b41ec156bb5a55e245af70a28eb315cc51292857f34858730
 SHA512 
77b9a51e8d542e4535eacf25b653dc21732f4608505507690d3ac3e8f8657c09e4f8b9c5bb9a24381d8e5316d712a914b021bb18dc4c464ee9a00755f6f7956f
 DIST samba-4.15.10.tar.gz 1917 BLAKE2B 
20b414d51f915cfdcd50a10dd9d315d3be23a43d35051aa6ff8cdc3c07f430d96d933765a96882db0350792e740a4a4a18963cb7e8baa198c606180b9da273c3
 SHA512 
68e0096df9e348fdf389a11433391cd85606f075e9402ce64f2228daf126d794caf0050463eb2245933551b299735b25d5d5036c4ac78aba3e23c2fc2dce9ef6
+DIST samba-4.15.11.tar.gz 19337500 BLAKE2B 
d374088ac957ac8b7d3d172229efa86878a1d539d790091b70402b615d1772b38e239b8721190c8d3ed873651e7c99912f5a603db1cbfd7dac1972a1fc50aac1
 SHA512 
a5081bee60d375af9eb529990f7d73ede1d3cb41c5fef8b8d794861ae6b0f64464b1bf3b3789d4538d7c36e76fac4062c09e9dfebb6ca97b06268e2a0758635c
 DIST samba-4.15.7.tar.gz 19290930 BLAKE2B 
4a295f79d38212d4c6917ed61a22e4204b5ea3d5e26f30b65d1e7e81842e92405870dd40fd4d05ec1126a532bdb1ddea300848387a4c64370ba5c2c1354ee8e5
 SHA512 
beffb09b5bcd62991398d39c7a8aec5fed0c51d550e2f0fb42b2e0a09094f4c6a8f29adf708c4969db12329f5c7343d2debd04315107b79bef59e99a4a7e4ce4
 DIST samba-4.15.9.tar.gz 19324742 BLAKE2B 
36cca5ac1b449339f2ce420d4f29f25151bcd536556bfc571db6422a95e9c5daed98b9a71387babbfc61d43e5ff183a1b69255dbec966f80a1cb8fe0ad40f636
 SHA512 
2ee5d66f5a7c1ff5b27c959be6310335eb6484476c1eadb3b8ca1bc84fb2260487136c1318539e1dc459b81bca66f268fd979f6a816ff5f905bd605a99685004
 DIST samba-4.16.5.tar.gz 30613439 BLAKE2B 
7f6eabb8817d0101d7f95b668ea352fe3a2a9291814b42a303ea89dd19b1bd192e719930485d721b90dcedb180e86e42a87083ae42166bf5b07e8383c85436c6
 SHA512 
9c4cd2ccbb6a4910d0da220e24bf3bf2cf25acaaebb5aa7358d8910016fac29b8ed1889f8ee0b4953d695583ff04d8de7bfffc2d97ae30aa7730e157aa7acfcf

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

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

2022-10-26 Thread Sam James
commit: 16d822f449de1edd1a797b4b9f6af789811518d5
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 05:02:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 05:07:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d822f4

net-fs/samba: add 4.16.6

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

 net-fs/samba/Manifest|   1 +
 net-fs/samba/samba-4.16.6.ebuild | 368 +++
 2 files changed, 369 insertions(+)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 70cbd1bccc45..134a48b46ecb 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -5,3 +5,4 @@ DIST samba-4.15.11.tar.gz 19337500 BLAKE2B 
d374088ac957ac8b7d3d172229efa86878a1d
 DIST samba-4.15.7.tar.gz 19290930 BLAKE2B 
4a295f79d38212d4c6917ed61a22e4204b5ea3d5e26f30b65d1e7e81842e92405870dd40fd4d05ec1126a532bdb1ddea300848387a4c64370ba5c2c1354ee8e5
 SHA512 
beffb09b5bcd62991398d39c7a8aec5fed0c51d550e2f0fb42b2e0a09094f4c6a8f29adf708c4969db12329f5c7343d2debd04315107b79bef59e99a4a7e4ce4
 DIST samba-4.15.9.tar.gz 19324742 BLAKE2B 
36cca5ac1b449339f2ce420d4f29f25151bcd536556bfc571db6422a95e9c5daed98b9a71387babbfc61d43e5ff183a1b69255dbec966f80a1cb8fe0ad40f636
 SHA512 
2ee5d66f5a7c1ff5b27c959be6310335eb6484476c1eadb3b8ca1bc84fb2260487136c1318539e1dc459b81bca66f268fd979f6a816ff5f905bd605a99685004
 DIST samba-4.16.5.tar.gz 30613439 BLAKE2B 
7f6eabb8817d0101d7f95b668ea352fe3a2a9291814b42a303ea89dd19b1bd192e719930485d721b90dcedb180e86e42a87083ae42166bf5b07e8383c85436c6
 SHA512 
9c4cd2ccbb6a4910d0da220e24bf3bf2cf25acaaebb5aa7358d8910016fac29b8ed1889f8ee0b4953d695583ff04d8de7bfffc2d97ae30aa7730e157aa7acfcf
+DIST samba-4.16.6.tar.gz 30619049 BLAKE2B 
c9871be98d29d16fad3666f11ce0fcb9889599307a40cab15be73d03626ea345318ec84dd6e8627d03d370b0292108d9d47abf4404baed52eab810979b67c552
 SHA512 
c5f5614b20d612bbc56fb2a4af60572e0b439c979c282cf0a3289b1f3a0891aefce56d1540638de88afaf0c6ecb3f5c7ccb27ed21af1d333761547c0c33d6cf8

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

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

2022-10-26 Thread Sam James
commit: 7b74219e5e8fefbb3d2391732633efb3cfe25cc4
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 04:51:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 05:07:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b74219e

app-text/libpaper: add 2.0.1

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

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-2.0.1.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index c674e98ddf2d..b96196522fb3 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,2 +1,3 @@
 DIST libpaper-2.0.0.tar.gz 1221217 BLAKE2B 
ef2c08ff7dc537734d080a29560a711b196b05a3b0c4b375c8dc73d4dd9588156d325d233e27940fac96a18dfa6bf523128b53eb4c7098e561aa6054efb88408
 SHA512 
ca5c79969a8c5d56322a6993917d5aa47089bb396a144edd0d9040b0bdde78c8fb59468a3d4063ae1fb323a1b23fb28169616d153de65f9085351b9c9d47f8c0
+DIST libpaper-2.0.1.tar.gz 1229250 BLAKE2B 
67730d6783d8ab9c2f837f8f477ab8ea04be7df2b2f419e81d57834c86bfcdd373ecc29cbea51fee06ca102ea12c18646f96caafe7b7cc53580153d01873a329
 SHA512 
ccc77e2f7805e7e5f6b3e96acffa9aeb2854a21acbdbb40947251a6a8dca6f9d97db0c8e2859d2056d3b60b06200ef50d9cccae58f961ff77f234ad1ab3c32dc
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.1.ebuild 
b/app-text/libpaper/libpaper-2.0.1.ebuild
new file mode 100644
index ..783a81dd4d19
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# See README.
+# paperspecs is public-domain
+LICENSE="LGPL-2.1+ GPL-2 public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+
+   dodir /etc
+   (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
+   || die "papersize config failed"
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   elog "Run e.g. \"paperconfig -p letter\" as root to use 
letter-pagesizes"
+   fi
+}



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

2022-10-26 Thread Sam James
commit: 6fe1113d1a2174dcc9c97a1a3c3f0bd0feb93c7a
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 04:53:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 05:07:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe1113d

app-arch/unrar: add 6.2.1

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

 app-arch/unrar/Manifest   |  1 +
 app-arch/unrar/unrar-6.2.1.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/app-arch/unrar/Manifest b/app-arch/unrar/Manifest
index 9309afbb68e2..2d3b4bc578c9 100644
--- a/app-arch/unrar/Manifest
+++ b/app-arch/unrar/Manifest
@@ -1 +1,2 @@
 DIST unrar-6.1.7.tar.gz 236798 BLAKE2B 
e33a7500b4a03a54f84b018ab90934366f52ef54c83257ed7fe4419ba993d2a8c21de26f445ae18d870aa5232cfbf1f5d8fbc0b3965803aeec6cac5e5a38e949
 SHA512 
b1a95358ff66b0e049597bbc4e1786d0bc909a8aff4aca94ee793d0d5a3c8b052eb347d88f44b6bc2e6231e777f1b711c19878ae9ffbe8db2f72e7fbe846
+DIST unrar-6.2.1.tar.gz 242918 BLAKE2B 
55cd5d11caae2e6cef2a36f5656b76d96946d6d7df3f34d7c65cc31b43b820d955da4751666797f8147c6a7b20c3429527b2b1629842334d3bec6de49e1d6a72
 SHA512 
920819b4b3e76004492813b4c22309443976fe5e7c873032bc084603b902c6873775cb90cb173d78de3624a3161a2238c9ece1e817f6b7d915937e2e18d8def9

diff --git a/app-arch/unrar/unrar-6.2.1.ebuild 
b/app-arch/unrar/unrar-6.2.1.ebuild
new file mode 100644
index ..e38b27b24a93
--- /dev/null
+++ b/app-arch/unrar/unrar-6.2.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib toolchain-funcs
+
+MY_PN="${PN}src"
+
+DESCRIPTION="Uncompress rar files"
+HOMEPAGE="https://www.rarlab.com/rar_add.htm;
+SRC_URI="https://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/unrar"
+
+LICENSE="unRAR"
+SLOT="0/6" # subslot = soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.9.3-build.patch
+   "${FILESDIR}"/${PN}-5.5.5-honor-flags.patch
+)
+
+src_prepare() {
+   default
+
+   local sed_args=( -e "/libunrar/s:.so:$(get_libname ${PV%.*.*}):" )
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   sed_args+=( -e "s:-shared:-dynamiclib -install_name 
${EPREFIX}/usr/$(get_libdir)/libunrar$(get_libname ${PV%.*.*}):" )
+   else
+   sed_args+=( -e "s:-shared:& -Wl,-soname 
-Wl,libunrar$(get_libname ${PV%.*.*}):" )
+   fi
+   sed -i "${sed_args[@]}" makefile || die
+}
+
+src_configure() {
+   mkdir -p build-{lib,bin} || die
+   printf 'VPATH = ..\ninclude ../makefile' > build-lib/Makefile || die
+   cp build-{lib,bin}/Makefile || die
+}
+
+src_compile() {
+   unrar_make() {
+   emake AR="$(tc-getAR)" CXX="$(tc-getCXX)" 
CXXFLAGS="${CXXFLAGS}" STRIP=true "$@"
+   }
+
+   unrar_make CXXFLAGS+=" -fPIC" -C build-lib lib
+   ln -s libunrar$(get_libname ${PV%.*.*}) 
build-lib/libunrar$(get_libname) || die
+   ln -s libunrar$(get_libname ${PV%.*.*}) build-lib/libunrar$(get_libname 
${PV}) || die
+
+   unrar_make -C build-bin
+}
+
+src_install() {
+   dobin build-bin/unrar
+   dodoc readme.txt
+
+   dolib.so build-lib/libunrar*
+
+   insinto /usr/include/libunrar${PV%.*.*}
+   doins *.hpp
+   dosym libunrar${PV%.*.*} /usr/include/libunrar
+
+   find "${ED}" -type f -name "*.a" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/vidify/, media-gfx/cura/, dev-python/zeroconf/, profiles/updates/, ...

2022-10-26 Thread Michał Górny
commit: 1488b1f700492d242d15acfe95e0141e9f1cb2f4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:52:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:52:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1488b1f7

Move dev-python/{zeroconf → python-zeroconf}

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

 app-text/calibre/calibre-5.16.1-r1.ebuild   | 2 +-
 app-text/calibre/calibre-5.43.0.ebuild  | 2 +-
 app-text/calibre/calibre-5.44.0-r1.ebuild   | 2 +-
 dev-embedded/platformio/platformio-6.0.2-r1.ebuild  | 2 +-
 dev-embedded/platformio/platformio-6.1.4.ebuild | 2 +-
 dev-python/pychromecast/pychromecast-12.1.4.ebuild  | 2 +-
 dev-python/pychromecast/pychromecast-9.3.1.ebuild   | 2 +-
 dev-python/{zeroconf => python-zeroconf}/Manifest   | 0
 dev-python/{zeroconf => python-zeroconf}/metadata.xml   | 0
 .../python-zeroconf-0.39.1.ebuild}  | 0
 .../python-zeroconf-0.39.2.ebuild}  | 0
 .../python-zeroconf-0.39.3.ebuild}  | 0
 media-gfx/cura/cura-4.13.1-r1.ebuild| 2 +-
 media-video/vidify/vidify-2.2.6-r3.ebuild   | 2 +-
 net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild| 2 +-
 net-misc/pulseaudio-dlna/pulseaudio-dlna-.ebuild| 2 +-
 profiles/updates/4Q-2022| 1 +
 sys-process/glances/glances-3.2.7-r1.ebuild | 2 +-
 sys-process/glances/glances-3.2.7.ebuild| 2 +-
 19 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/app-text/calibre/calibre-5.16.1-r1.ebuild 
b/app-text/calibre/calibre-5.16.1-r1.ebuild
index 2978c52f78a2..7cd9a89d6756 100644
--- a/app-text/calibre/calibre-5.16.1-r1.ebuild
+++ b/app-text/calibre/calibre-5.16.1-r1.ebuild
@@ -69,10 +69,10 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=dev-python/pychm-0.8.6[${PYTHON_USEDEP}]
>=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
+   dev-python/python-zeroconf[${PYTHON_USEDEP}]

>=dev-python/PyQt5-5.12[gui,svg,widgets,network,printsupport,${PYTHON_USEDEP}]
>=dev-python/PyQtWebEngine-5.12[${PYTHON_USEDEP}]
dev-python/regex[${PYTHON_USEDEP}]
-   dev-python/zeroconf[${PYTHON_USEDEP}]
')
dev-qt/qtcore:5=
dev-qt/qtdbus:5=

diff --git a/app-text/calibre/calibre-5.43.0.ebuild 
b/app-text/calibre/calibre-5.43.0.ebuild
index a0b49ccc552b..227c2947a747 100644
--- a/app-text/calibre/calibre-5.43.0.ebuild
+++ b/app-text/calibre/calibre-5.43.0.ebuild
@@ -74,11 +74,11 @@ COMMON_DEPEND="${PYTHON_DEPS}
dev-python/pycryptodome[${PYTHON_USEDEP}]
>=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
+   dev-python/python-zeroconf[${PYTHON_USEDEP}]

>=dev-python/PyQt5-5.15.5_pre2107091435[gui,svg,widgets,network,printsupport,${PYTHON_USEDEP}]
>=dev-python/PyQt-builder-1.10.3[${PYTHON_USEDEP}]

>=dev-python/PyQtWebEngine-5.15.5_pre2108100905[${PYTHON_USEDEP}]
dev-python/regex[${PYTHON_USEDEP}]
-   dev-python/zeroconf[${PYTHON_USEDEP}]
')
dev-qt/qtcore:5=
dev-qt/qtdbus:5=

diff --git a/app-text/calibre/calibre-5.44.0-r1.ebuild 
b/app-text/calibre/calibre-5.44.0-r1.ebuild
index ef3d30c83df3..e08a128e06a0 100644
--- a/app-text/calibre/calibre-5.44.0-r1.ebuild
+++ b/app-text/calibre/calibre-5.44.0-r1.ebuild
@@ -74,11 +74,11 @@ COMMON_DEPEND="${PYTHON_DEPS}
dev-python/pycryptodome[${PYTHON_USEDEP}]
>=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
+   dev-python/python-zeroconf[${PYTHON_USEDEP}]

>=dev-python/PyQt5-5.15.5_pre2107091435[gui,svg,widgets,network,printsupport,${PYTHON_USEDEP}]
>=dev-python/PyQt-builder-1.10.3[${PYTHON_USEDEP}]

>=dev-python/PyQtWebEngine-5.15.5_pre2108100905[${PYTHON_USEDEP}]
dev-python/regex[${PYTHON_USEDEP}]
-   dev-python/zeroconf[${PYTHON_USEDEP}]
')
dev-qt/qtcore:5=
dev-qt/qtdbus:5=

diff --git a/dev-embedded/platformio/platformio-6.0.2-r1.ebuild 
b/dev-embedded/platformio/platformio-6.0.2-r1.ebuild
index 827140a1feaa..53409c2e1b8a 100644
--- a/dev-embedded/platformio/platformio-6.0.2-r1.ebuild
+++ b/dev-embedded/platformio/platformio-6.0.2-r1.ebuild
@@ 

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

2022-10-26 Thread Michał Górny
commit: 714104632084399f4338ed257fd0574078afdedf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:53:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:53:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71410463

dev-python/python-zeroconf: Remove MY_P

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

 dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild 
b/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild
index e803d214a211..3271b3e2ac15 100644
--- a/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild
+++ b/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild
@@ -8,7 +8,6 @@ PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
-MY_P=python-zeroconf-${PV}
 DESCRIPTION="Pure Python Multicast DNS Service Discovery Library 
(Bonjour/Avahi compatible)"
 HOMEPAGE="
https://github.com/jstasiak/python-zeroconf/
@@ -16,9 +15,8 @@ HOMEPAGE="
 "
 SRC_URI="
https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
+   -> ${P}.gh.tar.gz
 "
-S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-windowck-plugin/

2022-10-26 Thread Michał Górny
commit: 7810ab5e821b40baaee44159b7f528e023d144c7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:41:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7810ab5e

xfce-extra/xfce4-windowck-plugin: Bump to 0.5.1

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

 xfce-extra/xfce4-windowck-plugin/Manifest  |  1 +
 .../xfce4-windowck-plugin-0.5.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/xfce-extra/xfce4-windowck-plugin/Manifest 
b/xfce-extra/xfce4-windowck-plugin/Manifest
index b648c2b7413a..1bb7bcfe5631 100644
--- a/xfce-extra/xfce4-windowck-plugin/Manifest
+++ b/xfce-extra/xfce4-windowck-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-windowck-plugin-0.5.0.tar.bz2 404966 BLAKE2B 
0dd76bdc5688c834c5223f1457a9a7db2b47ddaf8fe6f02970fef44d3cfef1e14136d1b786c65132084a705b5ca12d3c34597c0371c5da9e6661ab04a05a61f8
 SHA512 
ea3da45460201c88c7b7cd0c18715a2dad63f9c95e96450a2d39217523b5bac8f5dc671d3d71d9c7ca309c5d9b78cf18ddabd955da510a57d3bb2aeeb91507f4
+DIST xfce4-windowck-plugin-0.5.1.tar.bz2 396115 BLAKE2B 
f7c9c4094cd482a61438345c57b59a9899fb7e15aec686c50f03793b6677ac4c0aa4c9d4cd8dedbb2d4f6fc4780b8dcb751bdb971b3003e981ef61d59a06c99e
 SHA512 
cb5eb377b9c4cd118b923832ffa6bc4dc104fe74f9b1c6ed24a066c9f94c2787fa94782af394a75ed1f36300a7cfad9a2f9fafebdc7f1e7ebc34864ccb1a622c

diff --git 
a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.1.ebuild 
b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.1.ebuild
new file mode 100644
index ..b6fd0528f2ac
--- /dev/null
+++ b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Panel plugin to put the maximized window title and window buttons 
on the panel"
+HOMEPAGE="https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin/;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   x11-libs/gtk+:3
+   x11-libs/libwnck:3
+   x11-libs/libX11
+   >=xfce-base/libxfce4ui-4.14:=
+   >=xfce-base/libxfce4util-4.14:=
+   >=xfce-base/xfce4-panel-4.14:=
+   >=xfce-base/xfconf-4.14:=
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2022-10-26 Thread Michał Górny
commit: d8b9606ce1f980befacac7f94029660e7ed0185c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:29:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b9606c

dev-python/zeroconf: Bump to 0.39.3

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

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.39.3.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 91eea7f76917..6c7925efe0e1 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,2 +1,3 @@
 DIST python-zeroconf-0.39.1.gh.tar.gz 135252 BLAKE2B 
82efa3e39b6e18b9d73b45958190c1d76978231842c1f61ff4519b9a763fb2c1564dae9c0b1d31109e291acc966127cfae9fa02400f1695e97dcc1b0e5a509f7
 SHA512 
3e1bc4bd48b77bce711f8b49b9cdce1769d7af72094c9ebc161ecb833fe90c7bd36ec5b9fc35c524ddd8c30a67af5937f188c81cf3a251d80c0e71f4b7c3add7
 DIST python-zeroconf-0.39.2.gh.tar.gz 136788 BLAKE2B 
ce8130cd3b89969e0cb5a9e9ddc82dc29e2517a29ce44f309950034ece433475336647dcebef8d6ec0d68271b784f9a345d2fb752dc0ad185db0298cfbad4bdd
 SHA512 
0e1f5abdb5ed82bd281353c7bd84eeabd160195d66d641a4ce97f5f4806aab9bcf1c4cdf399e1a8082ac9b7ad979151bfc03b2b6226744075b2025fceaa30c79
+DIST python-zeroconf-0.39.3.gh.tar.gz 137044 BLAKE2B 
df2ba0b21902296e77fc20ff006872995efc378898d381e61e5f366f27e2532cedbd9482675f8aa163e258b68e0b33d2134783ca1c72a7fee52a209ac821f185
 SHA512 
3d76b88fed2db3674e3319e27fc85a036ae9d990bea2cf369cbd5853b416fad8315e156d6a7c5f025d09ba069675c4be53c34f9b021d05bff04422ea9101e6a0

diff --git a/dev-python/zeroconf/zeroconf-0.39.3.ebuild 
b/dev-python/zeroconf/zeroconf-0.39.3.ebuild
new file mode 100644
index ..e803d214a211
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.39.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P=python-zeroconf-${PV}
+DESCRIPTION="Pure Python Multicast DNS Service Discovery Library 
(Bonjour/Avahi compatible)"
+HOMEPAGE="
+   https://github.com/jstasiak/python-zeroconf/
+   https://pypi.org/project/zeroconf/
+"
+SRC_URI="
+   https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   >=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # network
+   tests/test_core.py::Framework::test_close_multiple_times
+   tests/test_core.py::Framework::test_launch_and_close
+   tests/test_core.py::Framework::test_launch_and_close_context_manager
+   tests/test_core.py::Framework::test_launch_and_close_v4_v6
+   tests/test_core.py::Framework::test_launch_and_close_v6_only
+   
tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
+
+   # fragile to timeouts (?)
+   tests/services/test_browser.py::test_service_browser_expire_callbacks
+   tests/utils/test_asyncio.py::test_run_coro_with_timeout
+)



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

2022-10-26 Thread Michał Górny
commit: 23152b23b7218c336972d0b365f13452b159b640
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:07:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23152b23

dev-python/mss: Bump to 7.0.0

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

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

diff --git a/dev-python/mss/Manifest b/dev-python/mss/Manifest
index 22fc597d6ba5..1d599987baf8 100644
--- a/dev-python/mss/Manifest
+++ b/dev-python/mss/Manifest
@@ -1 +1,2 @@
 DIST mss-6.1.0.tar.gz 90421 BLAKE2B 
c99bc7a1950215402cc4fe3b512951a723fa1f5ffd8ab747fc29ed8d4e51f786ef84b69e3ef2238d7cf9d6ebb5765dcdb4d1d3cc3e9a2caf66cd658fa6753f5f
 SHA512 
2b84fec6e162480cb608c0ff605f528f3122c8397a81bb0cb6cf9223cdf097a633ea2e29a95925297439dc038a0be4cc628d3455827a8548cb3d8e62cd68d9d7
+DIST python-mss-7.0.0.gh.tar.gz 90978 BLAKE2B 
87632f3001192f0656420384c0405676875913ce1a3442ec7ad72a6052c74b4cd08c4b1b34f9aa11353ef93c5d07cb1b9b8dbc9e6ffbe288f17e23bcbd3139b4
 SHA512 
fe196a7d830d73440f9f5b0b146a1620218e6bcae22c64188a15ac067d006682d8975831e1179c18c44f8ba754441e51634e796502c7a25885b03ea34c8eb4a9

diff --git a/dev-python/mss/mss-7.0.0.ebuild b/dev-python/mss/mss-7.0.0.ebuild
new file mode 100644
index ..7757ba909e7a
--- /dev/null
+++ b/dev-python/mss/mss-7.0.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1 virtualx
+
+MY_P=python-${P}
+DESCRIPTION="An ultra fast cross-platform multiple screenshots module in 
python using ctypes"
+HOMEPAGE="
+   https://github.com/BoboTiG/python-mss/
+   https://pypi.org/project/mss/
+"
+SRC_URI="
+   https://github.com/BoboTiG/python-mss/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   sys-process/lsof
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
+
+EPYTEST_DESELECT=(
+   # upstream tests for self-build, apparently broken by setuptools
+   # issuing deprecation warnings
+   mss/tests/test_setup.py
+)
+
+src_test() {
+   virtx distutils-r1_src_test
+}



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

2022-10-26 Thread Michał Górny
commit: 8dfe4132d6c67f04cb7d54ce632a6080187c2290
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:00:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfe4132

dev-python/flatbuffers: Bump to 22.10.26

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

 dev-python/flatbuffers/Manifest|  1 +
 dev-python/flatbuffers/flatbuffers-22.10.26.ebuild | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 6844af10318e..a325ac7e7d05 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,2 +1,3 @@
 DIST flatbuffers-2.0.7.gh.tar.gz 2018943 BLAKE2B 
0fa27c79986292da1e3721c061d845b4ff3db5209956345ddf655dbbcd8fa8f460160d2359a77211139597b4635fc65fdc762cd3c62e87b361d65fb414d9c538
 SHA512 
15696f5f691414d2266f8bad1137ccbcf1e43e8d4fc22e8b5ef5b90351f6034b553bff7febf0e6f93a1be145e0714d7d4cb752786d0f67665165b1b6e5c1db24
+DIST flatbuffers-22.10.26.gh.tar.gz 2122181 BLAKE2B 
26554240e71df9fafa814cd5c38253db89916ac2cfcf28dc33ed8ff50d73f0c09c97621eae3aeb028453098433a70277864500b99b23a9663264d3c596d46e2f
 SHA512 
c0984fc4738516d0e4a1ddc66daf276b906d39239c4b70b14e194545d7fdeb3ce5ab34397309c16e916ff908a5483ab85283445394e5e14477259193c99ddf38
 DIST flatbuffers-22.9.24.gh.tar.gz 2091992 BLAKE2B 
57130f412b4b1607a921f0101df687d987209cfa7174357967e9bc3b7aca3ef0433f56536a6c7e0763a2d3ba668ed52e50f1b99e933c2d894e5fda233b18b661
 SHA512 
4705ad08280f8a79694efee42c83395011c5e4513d42b3bb802e8c3fff82b1bef99a9667a1cdf76a646a7b79f083484aecc2b28a41b3933c648e7d5f5d40d45c

diff --git a/dev-python/flatbuffers/flatbuffers-22.10.26.ebuild 
b/dev-python/flatbuffers/flatbuffers-22.10.26.ebuild
new file mode 100644
index ..7705da0c72e7
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-22.10.26.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+S=${WORKDIR}/${P}/python



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

2022-10-26 Thread Michał Górny
commit: ec8b96e61364c3bbb858e2bb8d77481b7c0a72f6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:28:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8b96e6

dev-python/pytest: Bump to 7.2.0

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

 dev-python/pytest/Manifest|   1 +
 dev-python/pytest/pytest-7.2.0.ebuild | 105 ++
 2 files changed, 106 insertions(+)

diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest
index 2713e5008b74..f079452bf72a 100644
--- a/dev-python/pytest/Manifest
+++ b/dev-python/pytest/Manifest
@@ -1 +1,2 @@
 DIST pytest-7.1.3.tar.gz 1257801 BLAKE2B 
39935fbfc9eb79a220324b8642e80225472a658f85fa8ef50b1dff5396dd30cfde22b2faf3909df0ba7d08ea14f548794974a7fd7670d7204e8d625ea5949630
 SHA512 
07a6b30fc90776dcd59972e2e4fc03ba02270bf1460faba765bfcf8b04888797be15a16a2ae947d97eb523250be200297d8a442870b3b6d56ae776b28fd18dce
+DIST pytest-7.2.0.tar.gz 1300608 BLAKE2B 
051c1c28aae1b2ff97af0b6e58046d8d3ee9b72909d4c8360f7ca3b9f2ed46f24a6db2d6138d1a629ec650bf7b0a14d89b44d0779340c31b60abb8608defd30b
 SHA512 
a16b034c8522f0aa6ee9541b07b79be713565a6e755ab0489b38c2b0a0ed9f7857c87f952ff24c199a2e4c0d71ee26e918dd06abfe994d30ac90e32ae3e8c4d1

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

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

2022-10-26 Thread Michał Górny
commit: cfc571d75fd5ddf2cfa90d9bcf1a109985fa9272
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:48:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc571d7

dev-python/plyvel: Bump to 1.5.0

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

 dev-python/plyvel/Manifest|  1 +
 dev-python/plyvel/plyvel-1.5.0.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/plyvel/Manifest b/dev-python/plyvel/Manifest
index 8f28f74a64ec..4a804eac4929 100644
--- a/dev-python/plyvel/Manifest
+++ b/dev-python/plyvel/Manifest
@@ -1 +1,2 @@
 DIST plyvel-1.4.0.tar.gz 151155 BLAKE2B 
1bba3fef97518d5ec291f0ebc0ebd54511678ef16e2925a1027706c917e89bbdeb20b63bcf8d1e22f8c3ef41a88695d8d64065ac9ffb9bebdc652be0f4de4eed
 SHA512 
6532007bb103f2b0121c41ae0a23fa67dfd2c27b1472b43265f6fb5928e4f28514744887f190fb087c8640cba2e62923a1ffe14f59a70b123dc9ad7798e329d5
+DIST plyvel-1.5.0.tar.gz 152348 BLAKE2B 
eca4780ecce793d514647557b13cb134a10c6bc46b981e6f92caa01715180a95c511fee1e75eee68c34084058fba029547557442b86a0286a0d959dd550d
 SHA512 
3f12b1d17a7b4b52fc2874b091a7378f3e8c0f895a3993f86ce6a686f7f94d28b585c5e6aa9b48ebb7d9106cae2b148aa15a87f07dfb232a0678ed151d8e09c1

diff --git a/dev-python/plyvel/plyvel-1.5.0.ebuild 
b/dev-python/plyvel/plyvel-1.5.0.ebuild
new file mode 100644
index ..0fd690cd5271
--- /dev/null
+++ b/dev-python/plyvel/plyvel-1.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+# Disable PyPy3 for now because it is not stable enough:
+# https://github.com/wbolster/plyvel/issues/140
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface to LevelDB"
+HOMEPAGE="
+   https://github.com/wbolster/plyvel/
+   https://pypi.org/project/plyvel/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   >=dev-libs/leveldb-1.21:=
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+distutils_enable_sphinx doc
+distutils_enable_tests pytest
+
+python_test() {
+   rm -rf plyvel || die
+   epytest
+}



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

2022-10-26 Thread Michał Górny
commit: c2225d2fb0aa881ead45f6a95f5087dbb2dbe514
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:07:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2225d2f

dev-python/mss: Add python@ as co-maint.

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

 dev-python/mss/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/mss/metadata.xml b/dev-python/mss/metadata.xml
index 689e03b7f6a7..2a021953ee2c 100644
--- a/dev-python/mss/metadata.xml
+++ b/dev-python/mss/metadata.xml
@@ -5,6 +5,10 @@
andrewammerl...@gentoo.org
Andrew Ammerlaan

+   
+   pyt...@gentoo.org
+   Python
+   


mss



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

2022-10-26 Thread Michał Górny
commit: 0b9f165c502ab654c3bd76f69b589ab1d23cfcad
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:11:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9f165c

dev-python/trimesh: Bump to 3.15.8

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

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

diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
index e01f9d31632c..e4a8a27ed905 100644
--- a/dev-python/trimesh/Manifest
+++ b/dev-python/trimesh/Manifest
@@ -4,3 +4,4 @@ DIST trimesh-3.15.3.gh.tar.gz 11955970 BLAKE2B 
050a1330ff0d3d308f3f54bee9080907b
 DIST trimesh-3.15.4.gh.tar.gz 11956349 BLAKE2B 
5d67b4e7ce0183fb9031c4cf032caf56e366b0ff05713a22d83258d13283b5bca5b08174044aa29af1d02112717c21be668315d99ea3ce203f318416b9eff583
 SHA512 
98e2711d46f8299132f0fd32b347393a4fc300f08c93f81e6e82b662bac57044678c425455549899ef839467d9a0dc249a4a03c14c816f0377545b74e6523e00
 DIST trimesh-3.15.5.gh.tar.gz 11956403 BLAKE2B 
5e36a7fd57689f5151ee710a707bf44ff4c9538c3f541cd3d29bb08722b4bfeead7f138dab02a58a80d18b4831044d1ac674e3defd0e378420540976c422fc22
 SHA512 
4433480ff96be561d32412870c71420699713c53d34b2f84eabb1fa1eaa9e70d74940674e62a547c31e22dd941bb036179785a35ff2c8d27288300033497d5ac
 DIST trimesh-3.15.7.gh.tar.gz 11972453 BLAKE2B 
0f1c10d096289122bb1cc853f4879718f3e03dd9b4297a25be4db2a232a08b0e8d496ec5cc98b2d4c4214ba29291fe24b7dcc5d2e430105ba46cb4fb5838
 SHA512 
c09862de650829e853d7d4f2b53b72ddeac48ad313975dc2919c0bbb11d16d0fe5aa69810d488291b187e827b63caeb03847c143cd6812ae09c2d98d51e42270
+DIST trimesh-3.15.8.gh.tar.gz 11972365 BLAKE2B 
2dd76c5f3c6949b79992dc23a4a80f3fc80c63c08ac7f8c6c11d6b1209b7b23f4843fe0da74528fbec0738bf83d2791260183cca710d2fe046c1bb8ef747c82b
 SHA512 
806a8a10ff86a5198f7dc134f07fa3fd3f84d8e1b10f2d1f8dbc4a5783d2d24474d7c32f0427fd740f2af63d544fc4f3e710f1904cca0412390e6913092b1741

diff --git a/dev-python/trimesh/trimesh-3.15.8.ebuild 
b/dev-python/trimesh/trimesh-3.15.8.ebuild
new file mode 100644
index ..11e1a73dfac5
--- /dev/null
+++ b/dev-python/trimesh/trimesh-3.15.8.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 multiprocessing optfeature
+
+DESCRIPTION="Python library for loading and using triangular meshes"
+HOMEPAGE="
+   https://trimsh.org/
+   https://github.com/mikedh/trimesh/
+   https://pypi.org/project/trimesh/
+"
+SRC_URI="
+   https://github.com/mikedh/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/colorlog[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/msgpack[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycollada[${PYTHON_USEDEP}]
+   dev-python/pyglet[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/shapely-1.8.2[${PYTHON_USEDEP}]
+   dev-python/svg-path[${PYTHON_USEDEP}]
+   dev-python/sympy[${PYTHON_USEDEP}]
+   dev-python/xxhash[${PYTHON_USEDEP}]
+   sci-libs/rtree[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest -n "$(makeopts_jobs)"
+}
+
+pkg_postinst() {
+   optfeature_header "${PN} functionality can be extended by installing 
the following packages:"
+   optfeature "making GUI applications with 3D stuff" dev-python/glooey
+   optfeature "2D triangulations of polygons" dev-python/mapbox_earcut
+   optfeature "loading a number of additional mesh formats" 
dev-python/meshio
+   optfeature "figuring out how much memory we have" dev-python/psutil
+   optfeature "marching cubes and other nice stuff" sci-libs/scikit-image
+}



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

2022-10-26 Thread Michał Górny
commit: c983d77f025311858f5c4ebe61f89c887c43e2ff
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:20:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c983d77f

dev-python/pytest-datadir: Bump to 1.4.1

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

 dev-python/pytest-datadir/Manifest |  1 +
 .../pytest-datadir/pytest-datadir-1.4.1.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/pytest-datadir/Manifest 
b/dev-python/pytest-datadir/Manifest
index ae3460d06b15..c1d4aefe5c9b 100644
--- a/dev-python/pytest-datadir/Manifest
+++ b/dev-python/pytest-datadir/Manifest
@@ -1 +1,2 @@
 DIST pytest-datadir-1.3.1.tar.gz 15230 BLAKE2B 
72c5daaeb93315be55ae052d39a22eee4e64a1aaafa344ae64b527eebd137dc4667cee2f60af887551f00814d7ea4e5788097d0f59f7769335545c5083aef356
 SHA512 
2ab035ea4e6c4eaaead746a5fd3988feed31a314f73e18270faf4ae606521aa045f3d6c5e1301adcb87f8fd5b1ba5f3f1784f212ad778707ba46ad638d594f8c
+DIST pytest-datadir-1.4.1.tar.gz 7862 BLAKE2B 
6ecd0ba76706c2fedf5964b3f6476176b2eb858fff9207b6286f6235d13c173f62fd03abeab2f5e5fd31506ee436c731d9786fe7937620bb1de08bb50f7b492d
 SHA512 
e9a301004275235787de11242fe987665e4fcc89ca2d1168b27686f4d1506e506bdd517658edcbf2aca97b28dcb1869653e16412157b8ef313c1d4146f8cf4d8

diff --git a/dev-python/pytest-datadir/pytest-datadir-1.4.1.ebuild 
b/dev-python/pytest-datadir/pytest-datadir-1.4.1.ebuild
new file mode 100644
index ..ddd6c606dc8b
--- /dev/null
+++ b/dev-python/pytest-datadir/pytest-datadir-1.4.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Pytest plugin for manipulating test data directories and files"
+HOMEPAGE="
+   https://github.com/gabrielcnr/pytest-datadir/
+   https://pypi.org/project/pytest-datadir/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2022-10-26 Thread Michał Górny
commit: 66fe06c56118d0ac4b64e2fecc9d2196bfc29f07
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:12:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fe06c5

dev-python/requests-cache: Bump to 0.9.7

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-0.9.7.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 6b52e9d0bfe5..e1cc17b0ce9e 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-0.9.6.gh.tar.gz 1514642 BLAKE2B 
1b098b14a677976b1e767e63b8b5f6c1a3e89b5023b6150f0d186aefe0dad14ade1b036b436759ec4b27b6663159d2a8538dbf99a9017c18a34f0c117d94
 SHA512 
88e4745bed278224ccd1eb815a4f9da84051bab79c43122fa97899c3a8ad87ad7bfd929f87680eb6f73b1ff14267d2519afd9ef8815f10597769cab8ada7f8b5
+DIST requests-cache-0.9.7.gh.tar.gz 1544100 BLAKE2B 
a255d3cce0345ff03e020327c10a1d8cc25e519069764b7e3e1a43a0e5cd899aec824e3c147561796cba1f269550505f881cf913d909ce7e6c52e8f76ad9688a
 SHA512 
00b2c7080030ed07f5d896871a431aec2625dab6ab84f01f7e6fea9e81692f757304e25ee6addbe7695e93d0c1c04484c31b95a71d7c9e12f6c23a5b7747ae30

diff --git a/dev-python/requests-cache/requests-cache-0.9.7.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.7.ebuild
new file mode 100644
index ..433513eb16e4
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.9.7.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/requests-cache/requests-cache/
+"
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_compat.py::test_version_upgrade
+   )
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis-py"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2022-10-26 Thread Michał Górny
commit: 392b4047afc6345c45a37c8ad689d37a84aca844
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:16:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392b4047

dev-python/pyspnego: Bump to 0.6.2

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

 dev-python/pyspnego/Manifest  |  1 +
 dev-python/pyspnego/pyspnego-0.6.2.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/pyspnego/Manifest b/dev-python/pyspnego/Manifest
index 611eca20be09..067e1c73ef52 100644
--- a/dev-python/pyspnego/Manifest
+++ b/dev-python/pyspnego/Manifest
@@ -1,2 +1,3 @@
 DIST pyspnego-0.6.0.tar.gz 200621 BLAKE2B 
cb6b44ccfb87600c480f67ddae686a424ad75a7f16c8f78d3539159c523069b71c534a3dfb8ec06ee26b75261d87d54e8b96aaa2d0f477f2488438075d6212a5
 SHA512 
65f877a2fcff4671606063223d1499be19368040a0f70d0d9363dd84c0b09a195a5e6bc7da1d3745fbf81af822f20f3d903ca2a9372898a2973ba93b6661a708
 DIST pyspnego-0.6.1.tar.gz 200508 BLAKE2B 
e284b42da97919a63a5ff51687cdd0d8891492ab2e296686b88242fb4db6326ac56c5b04488e47be04764c75fefdf2a9073cc8983150f6d0e5d4819bd49fa86d
 SHA512 
eab37ad3691da06e91221107483c2ae4504d4e7f3b7d288843387dbe2c8611b3839b6cf378b2418b977f835fc5a4ea4b9a8b9995d9ee07d25069fea05bc4b876
+DIST pyspnego-0.6.2.tar.gz 200586 BLAKE2B 
9579a240d1826311f87431e39483222c6e28f00545b692abf71edbb9af410ad7fda9f3a305fd3f5338c8e51c6b2333220ea3bf2857011400f09be1a713c2e1c7
 SHA512 
f5b554d89455c1f2551f0edd3716700374e73ae7542aa8dba403f9c48ea358916f98c706f4a47ee53f34d41ff545813a24196f75349d40b3b5677c7eb29182ce

diff --git a/dev-python/pyspnego/pyspnego-0.6.2.ebuild 
b/dev-python/pyspnego/pyspnego-0.6.2.ebuild
new file mode 100644
index ..372520083949
--- /dev/null
+++ b/dev-python/pyspnego/pyspnego-0.6.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Library to handle SPNEGO and CredSSP authentication"
+HOMEPAGE="
+   https://github.com/jborean93/pyspnego/
+   https://pypi.org/project/pyspnego/
+"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   test? (
+   dev-python/gssapi[${PYTHON_USEDEP}]
+   >=dev-python/krb5-0.3.0[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+   optfeature "Kerberos authentication" "dev-python/gssapi 
>=dev-python/krb5-0.3.0"
+   optfeature "YAML output support" "dev-python/ruamel-yaml"
+}



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

2022-10-26 Thread Michał Górny
commit: 4092e68c720110215d98624c1fef5dd0f0cb7d3c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:10:40 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4092e68c

dev-python/cwcwidth: Bump to 0.1.8

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

 dev-python/cwcwidth/Manifest  |  1 +
 dev-python/cwcwidth/cwcwidth-0.1.8.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/cwcwidth/Manifest b/dev-python/cwcwidth/Manifest
index 078f6faa064b..6f7c737d3078 100644
--- a/dev-python/cwcwidth/Manifest
+++ b/dev-python/cwcwidth/Manifest
@@ -1 +1,2 @@
 DIST cwcwidth-0.1.7.gh.tar.gz 11282 BLAKE2B 
20be2d54aceabc02a12fadc0cdee6e53037480fcc01be3b08b0ec69ccd515cdbe91a9024ea29e6dbd0d4c927ae0a32dd7debcc07815a9f2053a9ef6a5d5a0d7b
 SHA512 
b81b1ccdce44e8e11d55258752a20e25a76452b3f0324e6168d89a5dfce706e0dd9dd28096234fcea4c38f619a41518dd7fe249552f7e27f77d383074001e468
+DIST cwcwidth-0.1.8.gh.tar.gz 11402 BLAKE2B 
21c5425f9ead30a23dd184f671b8dbeff42189d68a5d8fd61ad1a127934529e2dca1ca1462ea62a8b7c1c051b41e6e3b44c4b8b12a325b20a2c25fab4636a243
 SHA512 
6e2f47928362dc36dcf7a77152390326a2e49577403c084965fc532bf827b7b05b7cdd1d4ad88263023826e73d3525c80d8578414e25bf9a3e3871c8ae1211d7

diff --git a/dev-python/cwcwidth/cwcwidth-0.1.8.ebuild 
b/dev-python/cwcwidth/cwcwidth-0.1.8.ebuild
new file mode 100644
index ..a2a78e8f2f99
--- /dev/null
+++ b/dev-python/cwcwidth/cwcwidth-0.1.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for wc(s)width"
+HOMEPAGE="
+   https://github.com/sebastinas/cwcwidth/
+   https://pypi.org/project/cwcwidth/
+"
+SRC_URI="
+   https://github.com/sebastinas/cwcwidth/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+src_test() {
+   cd tests || die
+   distutils-r1_src_test
+}



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

2022-10-26 Thread Michał Górny
commit: 667ee969bce2292cb129944faaee9d1c75b7840f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:18:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667ee969

app-arch/xarchiver: Bump to 0.5.4.20

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

 app-arch/xarchiver/Manifest  |  1 +
 app-arch/xarchiver/xarchiver-0.5.4.20.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/app-arch/xarchiver/Manifest b/app-arch/xarchiver/Manifest
index 197340646b7a..92e31a62642b 100644
--- a/app-arch/xarchiver/Manifest
+++ b/app-arch/xarchiver/Manifest
@@ -1 +1,2 @@
 DIST xarchiver-0.5.4.19.tar.gz 1120885 BLAKE2B 
4b8b9e188b16b799f33a1816a5f19a0f67720369282239e3a22af8588b9776ee37dbc63cb1b42a426c515a360aeb1abda84b22e783bd8e4e3578eb2f2fb66ab6
 SHA512 
f35846bcb1236957d4201980eb1c9e49e16472ab2316935c9f8c94a9b4c3c2da879cd2730c3413041098042251607432f6af1cbacadd97b81efb81180fa5ee6a
+DIST xarchiver-0.5.4.20.tar.gz 1120317 BLAKE2B 
dbeb21492a4045d504aac92c28847a91c23e0feedeb82074fe89736f64b2b7d09b41bbefe321441c51736a8273267ac13dd616d4f61ba1b9e72cc805e749aa79
 SHA512 
c05be6f69a576988ca1a67c1664e4e4e3c53588ef4c85ce943e204ae72b08e705eb20be1018274c5420e30c5ed71d773bda538ab458d658fba494c09

diff --git a/app-arch/xarchiver/xarchiver-0.5.4.20.ebuild 
b/app-arch/xarchiver/xarchiver-0.5.4.20.ebuild
new file mode 100644
index ..33b845196bd5
--- /dev/null
+++ b/app-arch/xarchiver/xarchiver-0.5.4.20.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A GTK+ archive manager that can be used with Thunar"
+HOMEPAGE="https://github.com/ib/xarchiver/;
+SRC_URI="
+   https://github.com/ib/xarchiver/archive/${PV}.tar.gz -> ${P}.tar.gz
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="doc"
+
+DEPEND="
+   >=dev-libs/glib-2:=
+   x11-libs/gtk+:3=
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   doc? (
+   app-text/docbook-xml-dtd
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxml2
+   dev-libs/libxslt
+   )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable doc)
+   )
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+
+   elog "You need external programs for some formats, including:"
+   elog "7zip - app-arch/p7zip"
+   elog "arj - app-arch/arj"
+   elog "lha - app-arch/lha"
+   elog "lzop - app-arch/lzop"
+   elog "rar - app-arch/unrar app-arch/rar"
+   elog "zip - app-arch/unzip app-arch/zip"
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2022-10-26 Thread Michał Górny
commit: a8809ec6b4004d03bab8cb41755c1226e1f8c1de
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 03:58:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8809ec6

dev-python/boto3: Bump to 1.25.2

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

 dev-python/boto3/Manifest|  1 +
 dev-python/boto3/boto3-1.25.2.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 9bc549001cb3..c12e5d520ade 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -2,3 +2,4 @@ DIST boto3-1.24.88.gh.tar.gz 543896 BLAKE2B 
9dd2a18e3fb8d0a9f3a3a1fd7d0cceb49176
 DIST boto3-1.24.96.gh.tar.gz 547933 BLAKE2B 
63c347b3abb383f36e4109b2695014dda6b4dd159b8f0e878ea17bcd24c9605dcf403a120b15f63e9a335065a1e3254813998a435d5eb1663f0066f2e7797be6
 SHA512 
9c3ac6dba99904a54e4b06b02531c2388d235b1926cb5bd7b767c679632b613db4a0d453030295e5f4101efdb7a3df8aca08e3c2e92a6725dc3df733cef37d72
 DIST boto3-1.25.0.gh.tar.gz 548321 BLAKE2B 
46371869420a12b067594efbaa0d0f6b8003e813c5c85511fdead9841489bd333fe1207cc5310fd663628560a3c570ce495f0234ecc72eb93dfa20b79532390f
 SHA512 
7cd6443fdb67a7e2df440c9b1ec84f7d37040549ddcdfaf5ca41fbee3d47e99d995f0be8690f22c25422391734d664746d00c88bd59aa269285f8c0e038836f9
 DIST boto3-1.25.1.gh.tar.gz 548647 BLAKE2B 
84a6560e39ea526d1a4fa744bb4cb8fc2f934254c5949a08e0f40f34c363b6cf077dec4f6325da61fd06f5e2d2e021494bc29bf5993213fedc43f5914e18f062
 SHA512 
dbd0606e2aa4bd4eb3a836fe8e6da20eec97f5c62b5b43009f7296d1a51eaf7eaec7ca8246be8e3db2181e574d5672d72ea18deb4fc73a7cf3f0fca64ab1dacc
+DIST boto3-1.25.2.gh.tar.gz 548880 BLAKE2B 
765b16f0192cf6243a34428090234943553384d5422dcdc728b0da9ca303ca5eb860cb49d177191aa53c8818795bb620910c6f3e5a6f2bb9072fd96d1bcf0fa1
 SHA512 
8e702758923b384ed97803a35daf211e9754ea6967819e301034efb2c1394f05f4f899dac03b96e65480b55101a96d106fe08faa6f28fccd6d37a5e9d7d6cd2c

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



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

2022-10-26 Thread Michał Górny
commit: 6c6db3938f2789044c965b20dbdb4d1b08c63977
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 03:58:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6db393

dev-python/botocore: Bump to 1.28.2

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

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.28.2.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index a2e88a37eaaa..3690b6c70938 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,3 +2,4 @@ DIST botocore-1.27.88.gh.tar.gz 9703393 BLAKE2B 
b7152546ffd44fccc3607ce4fb0df586
 DIST botocore-1.27.96.gh.tar.gz 9792299 BLAKE2B 
7d4b388e0dd45a41c794ad8527287fb326c5e828c15998393936b817333055dfbc59f85365f074f6b3017715341d30fed4ea0de8e1ee24ee08d13eff36b369bf
 SHA512 
1050c23a207d089af16e86404db0367936d186c23b8e1fcfa8ebb07737ad411c2771344d535edd5dde43f8473e45ad85c8e5c39f2ddb03449ead3c9daa746a22
 DIST botocore-1.28.0.gh.tar.gz 9815905 BLAKE2B 
40c7a5eb9aaa851b682c85d4045f4e3fbdbf34f2933e5a97cd84109e71d6b442c1075122b83870da20cba79a84dfeb213e1df62bf761efbc60d729d672e9224f
 SHA512 
a9700867564d07024527a27c13a9a1fc5a014865afe9fa2f39401abbefeb16fae753fbaf97e81536de946fbb515724d6bdde864868077fd40b4fdfa2b7a35b9c
 DIST botocore-1.28.1.gh.tar.gz 9820975 BLAKE2B 
76e578cb3b41e923ced56b12b79b36c589ad64324b6057168c4e0d92c7165f7df3709a2ba968e593d004b43320ca94c3a4a118f91ae1ce8420703c5c6bcd1100
 SHA512 
8a7ef4a209f145f39f6305fb5ed118849d46dc1bd10be2d0ef9dcd066f4b3dd78e2b3d391903b3d1db3f8ef3c8bc880c40dc3f7a02b4555845fb20f2ceb75ef4
+DIST botocore-1.28.2.gh.tar.gz 9822124 BLAKE2B 
ff56b485cdc58811e809f39ddf250ff9f04a4da9b7bcfce7f26a8fae92f58828033434b02b7b25ccbff7815e37fb2980d7dc10523d6d4f7543dc811ad50d8d10
 SHA512 
df3531914c6af955069e3710fb8710a7a5080d783f5a51966df72b0c07e1c319b779770d2a1d0d64d107c1a01bc9f69a92d0cc6cbdae594a376908b67052fd18

diff --git a/dev-python/botocore/botocore-1.28.2.ebuild 
b/dev-python/botocore/botocore-1.28.2.ebuild
new file mode 100644
index ..d1a6948e70e5
--- /dev/null
+++ b/dev-python/botocore/botocore-1.28.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="
+   https://github.com/boto/botocore/
+   https://pypi.org/project/botocore/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/boto/botocore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   # fails on unrelated warnings
+   
tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
+   
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
+   )
+
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
+}



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

2022-10-26 Thread Michał Górny
commit: 69640a88105e65337dbce921c2fd2687972a5cfd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 03:58:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69640a88

app-admin/awscli: Bump to 1.26.2

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

 app-admin/awscli/Manifest |  1 +
 app-admin/awscli/awscli-1.26.2.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index c840a79c5ed6..09a227b70329 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -2,3 +2,4 @@ DIST aws-cli-1.25.89.gh.tar.gz 2285887 BLAKE2B 
1da21b1e314b187ee105d2bf256ce2fea
 DIST aws-cli-1.25.97.gh.tar.gz 2290672 BLAKE2B 
4fbff8d9747b615f7b8633ce2a1c7a68880d50d3a22c5bcdfe2e352a8ea84f8b9d0d1c94d514be3e871beeba5c2cc69853fb40daaa4fa4bfd3409779ca2713b5
 SHA512 
a27dab95240036158d2dc331a3b1768e7c705b52cb1fcf7f5d0bbc3f40bed62838565493c463e22cf2b249981b0fca255ce65d64b7cfa45df24621cb788171e7
 DIST aws-cli-1.26.0.gh.tar.gz 2291209 BLAKE2B 
ad2b9380d45d986b2cc4219a93ee30fdc1e86e35e66dc095c76f29e6062601d0e443a96fa93edbc65562580eb9815a8d3f31a59a0c850513793df3870e809be8
 SHA512 
5b7e87b4fe02d7fbca0482cb93616b8f78f0bb074ed779ca553532be54f914c827a30b8458e209e6fbd23d22b5e734dfe14fb79e8833c3055c771a1766153d2d
 DIST aws-cli-1.26.1.gh.tar.gz 2291902 BLAKE2B 
04df153b4b7608ab3c2e86c230065f7b935a911e88e1a5b788dee545d328d9839ba9aba44b334522f2afafef8fa613aea6e749a2a7f9089f40993544f3cec9e9
 SHA512 
418257a8e4c92a6d21c89f7725cd70f463f4dd53c798783b29c4166daac644501e4a03a180257dfe356bf30228dedcf7a672ad46ff6f36afd40a8efd9ad786f9
+DIST aws-cli-1.26.2.gh.tar.gz 2292384 BLAKE2B 
72a24a647ba73ce492f2c7c43984af2c7185da8415c3124c4d55acd81bb8bb8895d5d01232bf2267166094ba0ca24fa690c81838f28ef5b40fbcdaaa6fd93c5a
 SHA512 
fc3569a9c81481fa2b1b04c74b89073724cea0c0f035f60ceb5a8f47f848a2a6c8e104ef1e1ed883c1d330c4b5c240c2b79e86d6eaf28c7a120d1c3cae826e92

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



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

2022-10-26 Thread Sam James
commit: 6be7b470c9dc87b31e46380944cfdef9af2b5510
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 04:09:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 04:46:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be7b470

media-libs/alsa-lib: add 1.2.8

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

 media-libs/alsa-lib/Manifest  |  1 +
 media-libs/alsa-lib/alsa-lib-1.2.8.ebuild | 96 +++
 2 files changed, 97 insertions(+)

diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
index 4ae6d0035c44..4302b90818ee 100644
--- a/media-libs/alsa-lib/Manifest
+++ b/media-libs/alsa-lib/Manifest
@@ -1 +1,2 @@
 DIST alsa-lib-1.2.7.2.tar.bz2 1085117 BLAKE2B 
9ae3d4358d802970249e1b904faa7c4d646dec1d8c93e0de9c4b70065e912b910303d77e8f9f68c97b883ec270cf0dd8b97146b4a85f3aede4f290683c462fce
 SHA512 
79e5920384e570a1acd8ecd1eb8812879333c3cedb1d15780080afc40125b97df893c33f4163d9dd863871b628bc6026265f8ace2c8634fc1af5b52b62ac9cfe
+DIST alsa-lib-1.2.8.tar.bz2 1091475 BLAKE2B 
e6171ac557db6265e3f02df7bd269eca62d09afaf2c04dc913d3bb217df23a8e66e808ad453fea5ed90d4d9226feb05065ad5d9b3575241b76675ccd27b9b4d4
 SHA512 
865ff05a8f589996f8d63d43a91c961f1b64144f3e1d17c7074b7ac16f25b3fd1c371d46ed63a8cc20fa01e63c76b75f1a9802b56889ae1073854dd050d27688

diff --git a/media-libs/alsa-lib/alsa-lib-1.2.8.ebuild 
b/media-libs/alsa-lib/alsa-lib-1.2.8.ebuild
new file mode 100644
index ..ea97e535b5f7
--- /dev/null
+++ b/media-libs/alsa-lib/alsa-lib-1.2.8.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit autotools multilib-minimal flag-o-matic python-single-r1
+
+DESCRIPTION="Advanced Linux Sound Architecture Library"
+HOMEPAGE="https://alsa-project.org/wiki/Main_Page;
+if [[ ${PV} == *_p* ]] ; then
+   # Please set correct commit ID for a snapshot release!
+   COMMIT="abe805ed6c7f38e48002e575535afd1f673b9bcd"
+   
SRC_URI="https://git.alsa-project.org/?p=${PN}.git;a=snapshot;h=${COMMIT};sf=tgz
 -> ${P}.tar.gz"
+   S="${WORKDIR}"/${PN}-${COMMIT:0:7}
+else
+   # TODO: Upstream does publish .sig files, so someone could implement 
verify-sig ;)
+   SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2;
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="alisp debug doc python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   media-libs/alsa-topology-conf
+   media-libs/alsa-ucm-conf
+   python? ( ${PYTHON_DEPS} )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( >=app-doc/doxygen-1.2.6 )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.1.6-missing_files.patch" # bug #652422
+)
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   find . -name Makefile.am -exec sed -i -e '/CFLAGS/s:-g -O2::' {} + || 
die
+   # bug #545950
+   sed -i -e '5s:^$:\nAM_CPPFLAGS = -I$(top_srcdir)/include:' 
test/lsb/Makefile.am || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   # Broken upstream. Could in theory work with -flto-partitions=none
+   # but it's a hack to workaround the real problem and not strictly safe.
+   # bug #616108, bug #669086, and 
https://github.com/alsa-project/alsa-lib/issues/6.
+   filter-lto
+
+   local myeconfargs=(
+   --disable-maintainer-mode
+   --disable-resmgr
+   --enable-aload
+   --enable-rawmidi
+   --enable-seq
+   --enable-shared
+   --enable-thread-safety
+
+   $(multilib_native_use_enable python)
+   $(use_enable alisp)
+   $(use_with debug)
+   )
+
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_compile() {
+   emake
+
+   if multilib_is_native_abi && use doc; then
+   emake doc
+   grep -FZrl "${S}" doc/doxygen/html | \
+   xargs -0 sed -i -e "s:${S}::" || die
+   fi
+}
+
+multilib_src_install() {
+   multilib_is_native_abi && use doc && local HTML_DOCS=( 
doc/doxygen/html/. )
+
+   default
+}
+
+multilib_src_install_all() {
+   find "${ED}" -type f \( -name '*.a' -o -name '*.la' \) -delete || die
+
+   dodoc ChangeLog doc/asoundrc.txt NOTES TODO
+}



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

2022-10-26 Thread Sam James
commit: 8c53aba416a2a2b6d6947e7cd3f8912f51678a50
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 04:24:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 04:46:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c53aba4

net-fs/samba: drop 4.16.4-r1

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

 net-fs/samba/Manifest|   1 -
 net-fs/samba/files/samba-4.16.4-glibc-2.36.patch |  51 
 net-fs/samba/samba-4.16.4-r1.ebuild  | 338 ---
 3 files changed, 390 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 1009c7746975..f815b935159e 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -3,5 +3,4 @@ DIST samba-4.14.14.tar.gz 19174363 BLAKE2B 
5714ab40bc22d2692c81502fd6b05e2220998
 DIST samba-4.15.10.tar.gz 1917 BLAKE2B 
20b414d51f915cfdcd50a10dd9d315d3be23a43d35051aa6ff8cdc3c07f430d96d933765a96882db0350792e740a4a4a18963cb7e8baa198c606180b9da273c3
 SHA512 
68e0096df9e348fdf389a11433391cd85606f075e9402ce64f2228daf126d794caf0050463eb2245933551b299735b25d5d5036c4ac78aba3e23c2fc2dce9ef6
 DIST samba-4.15.7.tar.gz 19290930 BLAKE2B 
4a295f79d38212d4c6917ed61a22e4204b5ea3d5e26f30b65d1e7e81842e92405870dd40fd4d05ec1126a532bdb1ddea300848387a4c64370ba5c2c1354ee8e5
 SHA512 
beffb09b5bcd62991398d39c7a8aec5fed0c51d550e2f0fb42b2e0a09094f4c6a8f29adf708c4969db12329f5c7343d2debd04315107b79bef59e99a4a7e4ce4
 DIST samba-4.15.9.tar.gz 19324742 BLAKE2B 
36cca5ac1b449339f2ce420d4f29f25151bcd536556bfc571db6422a95e9c5daed98b9a71387babbfc61d43e5ff183a1b69255dbec966f80a1cb8fe0ad40f636
 SHA512 
2ee5d66f5a7c1ff5b27c959be6310335eb6484476c1eadb3b8ca1bc84fb2260487136c1318539e1dc459b81bca66f268fd979f6a816ff5f905bd605a99685004
-DIST samba-4.16.4.tar.gz 30605121 BLAKE2B 
e685511a76770272cabd1292f36d2b005e2d21212e4782cdf4fd05039f7667b35501873cffa9a53547d523805b2a91ffeba0881aaee905304968c42efef22dfa
 SHA512 
9754275ace30755b75f747e201f8ad4550a823c8606e550c0ce6b3ccbaf048dd895bf2c21127271298304be7f80de9b6451091c4949ebe267ee1cf3ab497cd85
 DIST samba-4.16.5.tar.gz 30613439 BLAKE2B 
7f6eabb8817d0101d7f95b668ea352fe3a2a9291814b42a303ea89dd19b1bd192e719930485d721b90dcedb180e86e42a87083ae42166bf5b07e8383c85436c6
 SHA512 
9c4cd2ccbb6a4910d0da220e24bf3bf2cf25acaaebb5aa7358d8910016fac29b8ed1889f8ee0b4953d695583ff04d8de7bfffc2d97ae30aa7730e157aa7acfcf

diff --git a/net-fs/samba/files/samba-4.16.4-glibc-2.36.patch 
b/net-fs/samba/files/samba-4.16.4-glibc-2.36.patch
deleted file mode 100644
index 7d3d231f50c9..
--- a/net-fs/samba/files/samba-4.16.4-glibc-2.36.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-https://gitlab.com/samba-team/samba/-/commit/df7d6f0c48612feea428643006d32c2292c662e2
-https://bugs.gentoo.org/863830
-
-From: Andreas Schneider 
-Date: Tue, 2 Aug 2022 07:55:46 +0200
-Subject: [PATCH] lib:replace: Only include  on non-Linux systems
-
-Details at:
-https://sourceware.org/glibc/wiki/Release/2.36#Usage_of_.3Clinux.2Fmount.h.3E_and_.3Csys.2Fmount.h.3E
-
-BUG: https://bugzilla.samba.org/show_bug.cgi?id=15132
-
-Signed-off-by: Andreas Schneider 
-Reviewed-by: Ralph Boehme 
-(cherry picked from commit 766151bf5b7ef95ae4c8c98b8994e5c21c5bbec0)
-
-Autobuild-User(v4-16-test): Jule Anger 
-Autobuild-Date(v4-16-test): Tue Aug 23 08:53:41 UTC 2022 on sn-devel-184
 a/lib/replace/system/filesys.h
-+++ b/lib/replace/system/filesys.h
-@@ -36,7 +36,8 @@
- #include 
- #endif
- 
--#ifdef HAVE_SYS_MOUNT_H
-+/* This include is required on UNIX (*BSD, AIX, ...) for statfs() */
-+#if !defined(LINUX) && defined(HAVE_SYS_MOUNT_H)
- #include 
- #endif
- 
-@@ -44,6 +45,7 @@
- #include 
- #endif
- 
-+/* This include is required on Linux for statfs() */
- #ifdef HAVE_SYS_VFS_H
- #include 
- #endif
 a/lib/replace/wscript
-+++ b/lib/replace/wscript
-@@ -31,6 +31,9 @@ def configure(conf):
- 
- conf.env.standalone_replace = conf.IN_LAUNCH_DIR()
- 
-+if sys.platform.rfind('linux') > -1:
-+conf.DEFINE('LINUX', '1')
-+
- conf.DEFINE('BOOL_DEFINED', 1)
- conf.DEFINE('HAVE_LIBREPLACE', 1)
- conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1)
-GitLab

diff --git a/net-fs/samba/samba-4.16.4-r1.ebuild 
b/net-fs/samba/samba-4.16.4-r1.ebuild
deleted file mode 100644
index 6dc422deafb4..
--- a/net-fs/samba/samba-4.16.4-r1.ebuild
+++ /dev/null
@@ -1,338 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+),xml(+)"
-inherit python-single-r1 waf-utils multilib-minimal linux-info systemd pam 
tmpfiles
-
-DESCRIPTION="Samba Suite Version 4"
-HOMEPAGE="https://samba.org/;
-
-MY_PV="${PV/_rc/rc}"
-MY_P="${PN}-${MY_PV}"
-if [[ ${PV} = *_rc* ]]; then
-   SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
-else
-   SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~sparc ~x86"
-fi

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/

2022-10-26 Thread Sam James
commit: 2a601335b109925d2790d8b8ea08773fc01a604c
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 04:28:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 04:46:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a601335

sys-cluster/slurm: drop netloc vestige

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

 sys-cluster/slurm/slurm-22.05.3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-cluster/slurm/slurm-22.05.3.ebuild 
b/sys-cluster/slurm/slurm-22.05.3.ebuild
index 0b5e602258f3..a9e9ee8b26b4 100644
--- a/sys-cluster/slurm/slurm-22.05.3.ebuild
+++ b/sys-cluster/slurm/slurm-22.05.3.ebuild
@@ -138,7 +138,6 @@ src_configure() {
)
use pam && myconf+=( --with-pam_dir=$(getpam_mod_dir) )
use mysql || myconf+=( --without-mysql_config )
-   use amd64 && myconf+=( $(use_with netloc) )
econf "${myconf[@]}" \
$(use_enable debug) \
$(use_enable lua) \



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

2022-10-26 Thread Sam James
commit: 0dec69096a14d0c44a6d043c73a3ce751916cd19
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 04:13:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 04:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dec6909

media-sound/alsa-utils: add changelog metadata

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

 media-sound/alsa-utils/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/alsa-utils/metadata.xml 
b/media-sound/alsa-utils/metadata.xml
index cd20e90459ca..a073861379ca 100644
--- a/media-sound/alsa-utils/metadata.xml
+++ b/media-sound/alsa-utils/metadata.xml
@@ -10,6 +10,7 @@
install utils that use ncurses (e.g. 
alsamixer)


+   
https://www.alsa-project.org/wiki/Main_Page_News
alsa-project/alsa-utils

 



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

2022-10-26 Thread Sam James
commit: bc7faf4170568a07dcb742e474f7c8a0a89eedf2
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 04:02:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 04:46:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7faf41

media-libs/fontconfig: add 2.14.1

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

 media-libs/fontconfig/Manifest |   1 +
 .../fontconfig-2.14.1-gperf-meson-debugging.patch  |  23 +++
 .../files/fontconfig-2.14.1-gperf-meson.patch  |  79 
 media-libs/fontconfig/fontconfig-2.14.1.ebuild | 215 +
 4 files changed, 318 insertions(+)

diff --git a/media-libs/fontconfig/Manifest b/media-libs/fontconfig/Manifest
index 24cff4b4b53f..0ea3b7ff5d5e 100644
--- a/media-libs/fontconfig/Manifest
+++ b/media-libs/fontconfig/Manifest
@@ -1,2 +1,3 @@
 DIST fontconfig-2.13.93.tar.xz 1418288 BLAKE2B 
2be273c21c16f9bb2dfe618177eaf2de48610a145d402ba53becc1c4c2d0417a9cd0ce969d4521ff00c8c71e4b1d65e4bf945da56e140434244b81e7e24ecb7a
 SHA512 
1ba119ea3faba662e108df6fce22f242eb2b7c5ec087159ca0cb76944991b19563f744c181263343941c50547bc0c73c6437d5380df09b5029facaab80465b58
 DIST fontconfig-2.14.0.tar.xz 1431056 BLAKE2B 
880f34d33ac30158ea61e922f6635900c5b244c2eb5d259f7947a364df86ee13f6190f651471b0a28bcd3c13f19c970783517903df374839e474921611dff1ff
 SHA512 
a5257249d031b3cd1a7b1521cd58f48d235a970020da4136a727db5407ec98e74a3776bc467d7e39f30ec664f56ff9fe39068317744a5e737a65109f7a005bfc
+DIST fontconfig-2.14.1.tar.xz 1447044 BLAKE2B 
4bee654f4196922fb07673f588b4bf8a651bbcc8b882b20712814ff253adf6457c3c4b4c2f5549bac37ed3f152e9993988f00d04e2516c911eb13747fc4a1c73
 SHA512 
ba42e6f90ec92914895d2157c872c373adfc17be791b92253bcc40e85674a84e43c08ab2b37c3ae85b53b2e7bd2a7847abb479043f303b732c08eeac3ee733db

diff --git 
a/media-libs/fontconfig/files/fontconfig-2.14.1-gperf-meson-debugging.patch 
b/media-libs/fontconfig/files/fontconfig-2.14.1-gperf-meson-debugging.patch
new file mode 100644
index ..fb5e8a14f8b8
--- /dev/null
+++ b/media-libs/fontconfig/files/fontconfig-2.14.1-gperf-meson-debugging.patch
@@ -0,0 +1,23 @@
+https://gitlab.freedesktop.org/fontconfig/fontconfig/-/merge_requests/240
+https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/335
+
+From c42eb5b503a44b0b062b041d2e8a0138ce21a0c7 Mon Sep 17 00:00:00 2001
+From: Akira TAGOH 
+Date: Thu, 27 Oct 2022 12:32:07 +0900
+Subject: [PATCH] Fix the build issue on meson when -g option is added to
+ c_args
+
+Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/335
+--- a/src/cutout.py
 b/src/cutout.py
+@@ -24,7 +24,8 @@ if __name__== '__main__':
+ break
+ 
+ cpp = args[1]
+-ret = subprocess.run(cpp + host_cargs + [args[0].input], 
stdout=subprocess.PIPE, check=True)
++cpp_args = [i for i in host_cargs + [args[0].input] if not 
i.startswith('-g')]
++ret = subprocess.run(cpp + cpp_args, stdout=subprocess.PIPE, check=True)
+ 
+ stdout = ret.stdout.decode('utf8')
+ 
+GitLab

diff --git a/media-libs/fontconfig/files/fontconfig-2.14.1-gperf-meson.patch 
b/media-libs/fontconfig/files/fontconfig-2.14.1-gperf-meson.patch
new file mode 100644
index ..5565012cad65
--- /dev/null
+++ b/media-libs/fontconfig/files/fontconfig-2.14.1-gperf-meson.patch
@@ -0,0 +1,79 @@
+https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/a07e2f1e8ad049772cd24b7daa0a4a168f33bfba.patch
+
+From a07e2f1e8ad049772cd24b7daa0a4a168f33bfba Mon Sep 17 00:00:00 2001
+From: Christopher Degawa 
+Date: Tue, 25 Oct 2022 14:41:05 -0500
+Subject: [PATCH] meson: modify gperf test to remove sh dependency
+
+modifies the gperf test to instead rely on a file input
+rather than piping in using sh, as sh is often not reliable
+on Windows due to paths.
+
+Also changes the if else ladder into a foreach loop.
+
+Signed-off-by: Christopher Degawa 
+--- /dev/null
 b/meson-cc-tests/gperf.txt
+@@ -0,0 +1 @@
++foo,bar
+--- a/meson.build
 b/meson.build
+@@ -315,39 +315,33 @@ if fc_configdir.startswith(fc_baseconfigdir + '/')
+   fonts_conf.set('CONFIGDIR', fc_configdir.split(fc_baseconfigdir + '/')[1])
+ endif
+ 
+-# It will automatically fallback to subproject if not found on system
+-gperf = find_program('gperf')
++gperf = find_program('gperf', required: false)
++gperf_len_type = ''
+ 
+-sh = find_program('sh', required : false)
+-
+-if not sh.found() # host_machine.system() == 'windows' or not sh.found()
+-  # TODO: This is not always correct
+-  if cc.get_id() == 'msvc'
+-gperf_len_type = 'size_t'
+-  else
+-gperf_len_type = 'unsigned'
+-  endif
+-else
++if gperf.found()
+   gperf_test_format = '''
+   #include 
+   const char * in_word_set(const char *, @0@);
+   @1@
+   '''
+-  gperf_snippet_format = 'echo foo,bar | @0@ -L ANSI-C'
+-  gperf_snippet = run_command(sh, '-c', 
gperf_snippet_format.format(gperf.full_path()),
+-check: true)
+-  gperf_test = gperf_test_format.format('size_t', gperf_snippet.stdout())

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

2022-10-26 Thread Sam James
commit: 49ea7881f35c94f6734307782133e630f8ebdbf6
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 04:22:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 04:46:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ea7881

net-misc/mosh: add 1.4.0, drop 1.3.2.95_rc1

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

 net-misc/mosh/Manifest| 2 +-
 net-misc/mosh/{mosh-1.3.2.95_rc1.ebuild => mosh-1.4.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/Manifest b/net-misc/mosh/Manifest
index 47ed30477c2c..e50cb037f88f 100644
--- a/net-misc/mosh/Manifest
+++ b/net-misc/mosh/Manifest
@@ -1,2 +1,2 @@
-DIST mosh-1.3.2.95rc1.tar.gz 386399 BLAKE2B 
fb69d3f80d4f38c12894a4fee5ff57c83f766a324b961c59fa73b219680b41e047d12028ea4831efc04254b1fdc9737bce3e167f4175a672a79caab8887f3a14
 SHA512 
2589dc91544c3d080cdd51ac40557892e6de8bf5c3df695a695a4bab750c29fd41963feb6e57f472483cdb663c896ba9279b6838b697136b82f0db266bae2cf4
 DIST mosh-1.3.2.tar.gz 359574 BLAKE2B 
0b7290da0c5e5af0bfed58594095cb2649fec049fda7c495df326742176033d1716752451d2a9f11ba2c2957e8b8fecd5caa4e8962c8597e8dd67d1de7582ec5
 SHA512 
f400e8fe7ba2ab7362311fc12a00ec69587505f901988aeee500fc68d38a388218500a3f602111c883ff23a9d43572114fcf0a8bf505df203691e5b597615769
+DIST mosh-1.4.0.tar.gz 399624 BLAKE2B 
a122b859f1c626ed231b6b1bb484eacfa7c76da0f764394e9c42596c5d89cc3a40beae3076f95b07e73aa590422b1397f17ce1583f68436dff6b74233d609839
 SHA512 
7ea895a3fb86e0e94ddf2d86660ca42e9a8954cebee2b2b86952e4db4475a450fdadbfe415872908494c8900f4f42a4fb861c49308d08185037d21b9359df758

diff --git a/net-misc/mosh/mosh-1.3.2.95_rc1.ebuild 
b/net-misc/mosh/mosh-1.4.0.ebuild
similarity index 100%
rename from net-misc/mosh/mosh-1.3.2.95_rc1.ebuild
rename to net-misc/mosh/mosh-1.4.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-ucm-conf/

2022-10-26 Thread Sam James
commit: 1d34e81d9e2dc9a3435047c7f9a0c804d48a0db2
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 04:11:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 04:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d34e81d

media-libs/alsa-ucm-conf: add 1.2.8

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

 media-libs/alsa-ucm-conf/Manifest   |  1 +
 media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.8.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/media-libs/alsa-ucm-conf/Manifest 
b/media-libs/alsa-ucm-conf/Manifest
index caf62c20fbaf..519068544be2 100644
--- a/media-libs/alsa-ucm-conf/Manifest
+++ b/media-libs/alsa-ucm-conf/Manifest
@@ -1 +1,2 @@
 DIST alsa-ucm-conf-1.2.7.2.tar.bz2 33011 BLAKE2B 
af8ce94b5eebb84e2420e96f9052e9ed1055f3c37aca088add6f98d562bba67b856ac5ec16adb3f1893fd612eeadd9d342b83ea615b213ce7d9ac010a0f5d4cb
 SHA512 
b6866f1ca6a3f4d69d7923bc1107a64b49944a3a8756f129f39034e5390e08db1c295669e54dfe1437ca934cc11abf407f60fc8319f5cba3f021966e8654c2db
+DIST alsa-ucm-conf-1.2.8.tar.bz2 37843 BLAKE2B 
f2281a3a5d8b4fcbc4c75ce99a911a4ce3230abfa6f6d0aff8e175fe1b870750f43c087339490ed9f4d5ab314fda391e06e41cbed79239a16326a8f2d02ac262
 SHA512 
a15a9ca52c108ee95a421b91f3fad4329f1e9fb1c004a40d5ff1a57d6701bad19a31d5a296426d26439be9b87d2d543ce51588a98402d24c17f0f92aaf1096ca

diff --git a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.8.ebuild 
b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.8.ebuild
new file mode 100644
index ..69d00e46df60
--- /dev/null
+++ b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="ALSA ucm configuration files"
+HOMEPAGE="https://alsa-project.org/wiki/Main_Page;
+SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2;
+LICENSE="BSD"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!

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

2022-10-26 Thread Sam James
commit: 4fff546703751e1ea51c9f19b0ae94e53ef623ff
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 04:10:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 04:46:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fff5467

media-sound/alsa-utils: add 1.2.8

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

 media-sound/alsa-utils/Manifest|  1 +
 media-sound/alsa-utils/alsa-utils-1.2.8.ebuild | 92 ++
 2 files changed, 93 insertions(+)

diff --git a/media-sound/alsa-utils/Manifest b/media-sound/alsa-utils/Manifest
index 97bae86e11de..a29cafa4d9a7 100644
--- a/media-sound/alsa-utils/Manifest
+++ b/media-sound/alsa-utils/Manifest
@@ -1 +1,2 @@
 DIST alsa-utils-1.2.7.tar.bz2 1562595 BLAKE2B 
dd8821c510a98d76e2986d59c01516013f01c632fb6311e6ffd2b10eabbdd68312537d977b1bf2ab48e0f181751ecf58ec1c1da3f8d4f7ee84d8f2623893a091
 SHA512 
1be8f617315193e6033653ac96a14bd1c3272cd9d8f3776cdb1357f35f5353652acd5975cfc5bd16278cd496f5bf409bb60432818a526282edad9a4c718a97c9
+DIST alsa-utils-1.2.8.tar.bz2 1560162 BLAKE2B 
4b9676957e775be51076b4798dfd384db4eea440c682899024034d3dd593ba24f1d42b8d742c312e041a37f0dbbc12b16635d79f6e6633a3459cc21f80739b5e
 SHA512 
882e6f67467596ed273bf554fcce87d8ef287806bbdabd6c103de4980981f9e2102fb3800c6e8628ee8e86ffb165c1c92f9370c8145f28a6cb7cca563942330b

diff --git a/media-sound/alsa-utils/alsa-utils-1.2.8.ebuild 
b/media-sound/alsa-utils/alsa-utils-1.2.8.ebuild
new file mode 100644
index ..99651ae43b13
--- /dev/null
+++ b/media-sound/alsa-utils/alsa-utils-1.2.8.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd udev
+
+DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, 
etc.)"
+HOMEPAGE="https://alsa-project.org/wiki/Main_Page;
+SRC_URI="https://www.alsa-project.org/files/pub/utils/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0.9"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+IUSE="bat doc +libsamplerate ieee1394 +ncurses nls selinux"
+
+DEPEND="
+   >=media-libs/alsa-lib-${PV}
+   libsamplerate? ( media-libs/libsamplerate )
+   ieee1394? ( media-libs/libffado )
+   ncurses? ( >=sys-libs/ncurses-5.7-r7:= )
+   bat? ( sci-libs/fftw:= )
+"
+RDEPEND="
+   ${DEPEND}
+   selinux? ( sec-policy/selinux-alsa )
+"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-text/xmlto )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.1.8-missing_header.patch
+)
+
+src_configure() {
+   export ac_cv_lib_ffado_ffado_streaming_init=$(usex ieee1394)
+
+   local myeconfargs=(
+   # --disable-alsaconf because it doesn't work with sys-apps/kmod 
wrt #456214
+   --disable-alsaconf
+   --disable-maintainer-mode
+   --with-asound-state-dir="${EPREFIX}"/var/lib/alsa
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+   --with-udev-rules-dir="${EPREFIX}/$(get_udevdir)"/rules.d
+   $(use_enable bat)
+   $(use_enable libsamplerate alsaloop)
+   $(use_enable ncurses alsamixer)
+   $(use_enable nls)
+   $(usex doc '' --disable-xmlto)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   dodoc seq/*/README.*
+
+   newinitd "${FILESDIR}"/alsasound.initd-r8 alsasound
+   newconfd "${FILESDIR}"/alsasound.confd-r4 alsasound
+
+   insinto /etc/modprobe.d
+   newins "${FILESDIR}"/alsa-modules.conf-rc alsa.conf
+
+   keepdir /var/lib/alsa
+
+   # ALSA lib parser.c:1266:(uc_mgr_scan_master_configs) error: could not
+   # scan directory /usr/share/alsa/ucm: No such file or directory
+   # alsaucm: unable to obtain card list: No such file or directory
+   keepdir /usr/share/alsa/ucm
+}
+
+pkg_postinst() {
+   udev_reload
+
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog
+   elog "To take advantage of the init script, and automate the 
process of"
+   elog "saving and restoring sound-card mixer levels you should"
+   elog "add alsasound to the boot runlevel. You can do this as"
+   elog "root like so:"
+   elog "# rc-update add alsasound boot"
+   ewarn
+   ewarn "The ALSA core should be built into the kernel or loaded 
through other"
+   ewarn "means. There is no longer any modular auto(un)loading in 
alsa-utils."
+   fi
+}
+
+pkg_postrm() {
+   udev_reload
+}



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

2022-10-26 Thread Sam James
commit: 603dc85c24d77600c8f212000578505e7ffeca6e
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 04:13:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 04:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603dc85c

media-libs/alsa-lib: add changelog metadata

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

 media-libs/alsa-lib/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/alsa-lib/metadata.xml b/media-libs/alsa-lib/metadata.xml
index 296ff4616721..46d73ada1b5d 100644
--- a/media-libs/alsa-lib/metadata.xml
+++ b/media-libs/alsa-lib/metadata.xml
@@ -9,6 +9,7 @@
thread-safe API functions


+   
https://www.alsa-project.org/wiki/Main_Page_News
cpe:/a:alsa-project:alsa-lib
alsa-project/alsa-lib




[gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-ucm-conf/

2022-10-26 Thread Sam James
commit: 28e1776c00eaf1f93da503d66272ba65d9b34fc0
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 04:13:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 04:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e1776c

media-libs/alsa-ucm-conf: add changelog metadata

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

 media-libs/alsa-ucm-conf/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/alsa-ucm-conf/metadata.xml 
b/media-libs/alsa-ucm-conf/metadata.xml
index ed795b5787e2..f89266cd5c30 100644
--- a/media-libs/alsa-ucm-conf/metadata.xml
+++ b/media-libs/alsa-ucm-conf/metadata.xml
@@ -5,6 +5,7 @@
alsa-b...@gentoo.org


+   
https://www.alsa-project.org/wiki/Main_Page_News
cpe:/a:alsa-project:alsa-ucm-conf
alsa-project/alsa-ucm-conf




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

2022-10-26 Thread Maciej Barć
commit: 3e400659ac2eabef91a77fd2dc17ef3b836d9977
Author: John Turner  gmail  com>
AuthorDate: Thu Oct 27 03:35:17 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 27 04:17:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e400659

app-emacs/projectile: add 2.6.0

Signed-off-by: John Turner  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27970
Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/projectile/Manifest|  1 +
 app-emacs/projectile/projectile-2.6.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-emacs/projectile/Manifest b/app-emacs/projectile/Manifest
index 1a31170312ff..c5d77d6aa606 100644
--- a/app-emacs/projectile/Manifest
+++ b/app-emacs/projectile/Manifest
@@ -1 +1,2 @@
 DIST projectile-2.5.0.tar.gz 1915860 BLAKE2B 
4d215e2c1e44c7f85121fc36445112f3064129fe95866b4fbb2e14b11d31519057d9cc69bcdf44c82cd516768cc73a031da48a7c5352b9825816db54810cafcb
 SHA512 
3faeb7db70e5e2198ad307c1d5d24a5fadd207765387e7094691e40071411506e6df690995f923bf246b7176173ca41882d369276862b631d7436747bfeae3a3
+DIST projectile-2.6.0.tar.gz 1922935 BLAKE2B 
40e5fc3d152b4fa244bb42cd606d4d6c92e9a212a3d58b7e5e3b333a6b9eb07ca05d61c18aa1859ba5e99872c92f2b8ae11442e5ebda22b057cb49017b1deff8
 SHA512 
28898d8e48c1dc90ada0f3648e8ef96bff96a3873af61d7f454160fa9fb5f2e8b08c7e0ab99953170b252a29bc04ccb3c10803807b0b96cfcead167855642fed

diff --git a/app-emacs/projectile/projectile-2.6.0.ebuild 
b/app-emacs/projectile/projectile-2.6.0.ebuild
new file mode 100644
index ..26f4e8b00c5e
--- /dev/null
+++ b/app-emacs/projectile/projectile-2.6.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="25.1"
+
+inherit elisp
+
+DESCRIPTION="A project interaction library for Emacs"
+HOMEPAGE="https://docs.projectile.mx;
+SRC_URI="https://github.com/bbatsov/projectile/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( app-emacs/buttercup )"
+
+SITEFILE="50projectile-gentoo.el"
+DOCS=( README.md )
+
+src_test() {
+   mkdir -p "${HOME}"/.emacs.d || die  # For "projectile--directory-p" test
+   buttercup -L . -L test --traceback full || die
+}



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

2022-10-26 Thread Sam James
commit: 8852406a7b12e2ad7024b0db7e16ea53d0f5f73c
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 01:18:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 01:18:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8852406a

dev-python/scipy: switch to python_configure_all

I don't think this is sufficient though.

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

 dev-python/scipy/scipy-1.9.3.ebuild| 2 +-
 dev-python/scipy/scipy-1.9..ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/scipy/scipy-1.9.3.ebuild 
b/dev-python/scipy/scipy-1.9.3.ebuild
index a3764e438be5..3b6adf392e6b 100644
--- a/dev-python/scipy/scipy-1.9.3.ebuild
+++ b/dev-python/scipy/scipy-1.9.3.ebuild
@@ -88,7 +88,7 @@ src_unpack() {
fi
 }
 
-src_configure() {
+python_configure_all() {
export SCIPY_USE_PYTHRAN=$(usex pythran 1 0)
 }
 

diff --git a/dev-python/scipy/scipy-1.9..ebuild 
b/dev-python/scipy/scipy-1.9..ebuild
index 06820b113911..3b6adf392e6b 100644
--- a/dev-python/scipy/scipy-1.9..ebuild
+++ b/dev-python/scipy/scipy-1.9..ebuild
@@ -38,7 +38,7 @@ else
S="${WORKDIR}"/${MY_P}
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~amd64 ~arm64 -hppa ~ppc64 ~riscv"
+   KEYWORDS="~amd64 ~arm ~arm64 -hppa ~ppc ~ppc64 ~riscv ~s390 
~x86"
fi
 fi
 
@@ -88,7 +88,7 @@ src_unpack() {
fi
 }
 
-src_configure() {
+python_configure_all() {
export SCIPY_USE_PYTHRAN=$(usex pythran 1 0)
 }
 



[gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/files/, sys-fs/lvm2/

2022-10-26 Thread Robin H. Johnson
commit: 5a38d92cc5ca6e989a8cb0daec006e299e01f27b
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Oct 26 23:11:13 2022 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Oct 26 23:11:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a38d92c

sys-fs/lvm2: bump

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

 sys-fs/lvm2/Manifest   |   1 +
 .../lvm2-2.03.16-dm_lvm_rules_no_systemd.patch |  11 +
 sys-fs/lvm2/lvm2-2.03.16.ebuild| 310 +
 3 files changed, 322 insertions(+)

diff --git a/sys-fs/lvm2/Manifest b/sys-fs/lvm2/Manifest
index 040ecbb191f0..27b129ed6b96 100644
--- a/sys-fs/lvm2/Manifest
+++ b/sys-fs/lvm2/Manifest
@@ -1 +1,2 @@
 DIST LVM2.2.03.14.tgz 2639538 BLAKE2B 
806f5e9cb76a05febef6f8ce8cfc42c92927b9538f62a21029c5ffc426a4fd7c3f32709be08dbd8028b53891b1075d1d13cb3b0d7b1815071ee8eb927d8f3ed3
 SHA512 
6a93bed1d5cf36f0f48d4d413d028b0e480cd4fc20e25d173770a892f265d2a0cc68d01a720b1513469953649e989532cd0c45f9538f92a4190eb3dc4555857d
+DIST LVM2.2.03.16.tgz 2658805 BLAKE2B 
05c6089adff0c61ff1281a05a917f75480ad4acc28cb0214a42589d206a61168f68de07891b9af9814ed7998f16aff6f29ba29b85b23de36f38bf3b5f27802c1
 SHA512 
084ba4080537359458db936637fc7f83bb9bfcf2de9f3660882551b5c31c7e9900c7d381b238ce1bb7629942c740c121f0dea5e404c302d31ed028b5c65efaa5

diff --git a/sys-fs/lvm2/files/lvm2-2.03.16-dm_lvm_rules_no_systemd.patch 
b/sys-fs/lvm2/files/lvm2-2.03.16-dm_lvm_rules_no_systemd.patch
new file mode 100644
index ..c4f74a49b8d0
--- /dev/null
+++ b/sys-fs/lvm2/files/lvm2-2.03.16-dm_lvm_rules_no_systemd.patch
@@ -0,0 +1,11 @@
+--- LVM2.2.03.16/udev/69-dm-lvm.rules.in.orig  2022-10-26 15:58:07.504434946 
-0700
 LVM2.2.03.16/udev/69-dm-lvm.rules.in   2022-10-26 16:01:52.122204592 
-0700
+@@ -80,7 +80,7 @@
+ # it's better suited to appearing in the journal.
+ 
+ IMPORT{program}="(LVM_EXEC)/lvm pvscan --cache --listvg --checkcomplete 
--vgonline --autoactivation event --udevoutput --journal=output $env{DEVNAME}"
+-ENV{LVM_VG_NAME_COMPLETE}=="?*", RUN+="/usr/bin/systemd-run --no-block 
--property DefaultDependencies=no --unit 
lvm-activate-$env{LVM_VG_NAME_COMPLETE} (LVM_EXEC)/lvm vgchange -aay 
--autoactivation event $env{LVM_VG_NAME_COMPLETE}"
++ENV{LVM_VG_NAME_COMPLETE}=="?*", RUN+="(LVM_EXEC)/lvm vgchange -aay --nohints 
--autoactivation event $env{LVM_VG_NAME_COMPLETE}"
+ GOTO="lvm_end"
+ 
+ LABEL="lvm_end"

diff --git a/sys-fs/lvm2/lvm2-2.03.16.ebuild b/sys-fs/lvm2/lvm2-2.03.16.ebuild
new file mode 100644
index ..1068870be0ea
--- /dev/null
+++ b/sys-fs/lvm2/lvm2-2.03.16.ebuild
@@ -0,0 +1,310 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+TMPFILES_OPTIONAL=1
+inherit autotools linux-info systemd toolchain-funcs tmpfiles udev flag-o-matic
+
+DESCRIPTION="User-land utilities for LVM2 (device-mapper) software"
+HOMEPAGE="https://sourceware.org/lvm2/;
+SRC_URI="https://sourceware.org/pub/lvm2/${PN/lvm/LVM}.${PV}.tgz
+   https://sourceware.org/pub/lvm2/old/${PN/lvm/LVM}.${PV}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="readline static static-libs systemd lvm2create-initrd sanlock selinux 
+udev +thin device-mapper-only"
+REQUIRED_USE="device-mapper-only? ( !lvm2create-initrd !sanlock !thin )
+   static? ( !systemd !udev )
+   static-libs? ( static !udev )
+   systemd? ( udev )"
+
+DEPEND_COMMON="
+   dev-libs/libaio[static-libs?]
+   static? ( dev-libs/libaio[static-libs] )
+   !static? ( dev-libs/libaio[static-libs?] )
+   readline? ( sys-libs/readline:0= )
+   sanlock? ( sys-cluster/sanlock )
+   systemd? ( >=sys-apps/systemd-205:0= )
+   udev? ( >=virtual/libudev-208:= )"
+# /run is now required for locking during early boot. /var cannot be assumed to
+# be available -- thus, pull in recent enough baselayout for /run.
+# This version of LVM is incompatible with cryptsetup <1.1.2.
+RDEPEND="${DEPEND_COMMON}
+   >=sys-apps/baselayout-2.2
+   >=sys-apps/util-linux-2.16
+   lvm2create-initrd? ( sys-apps/makedev )
+   !device-mapper-only? ( virtual/tmpfiles )
+   thin? ( >=sys-block/thin-provisioning-tools-0.3.0 )"
+# note: thin- 0.3.0 is required to avoid --disable-thin_check_needs_check
+DEPEND="${DEPEND_COMMON}
+   static? (
+   readline? ( sys-libs/readline[static-libs] )
+   selinux? ( sys-libs/libselinux[static-libs] )
+   >=sys-apps/util-linux-2.16[static-libs]
+   )"
+BDEPEND="
+   sys-devel/autoconf-archive
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${PN/lvm/LVM}.${PV}"
+
+PATCHES=(
+   # Gentoo specific modification(s):
+   "${FILESDIR}"/${PN}-2.03.06-example.conf.in.patch
+
+   # For upstream -- review and forward:
+   

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

2022-10-26 Thread Sam James
commit: 0d34de7c5795cc9eb88eee657414bb6de931b616
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 26 23:07:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 26 23:07:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d34de7c

sys-devel/gcc-config: Stabilize 2.8 arm64, #878403

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

 sys-devel/gcc-config/gcc-config-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.8.ebuild 
b/sys-devel/gcc-config/gcc-config-2.8.ebuild
index 1bf94d70a52d..7685fafd75f5 100644
--- a/sys-devel/gcc-config/gcc-config-2.8.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.8.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="Utility to manage compilers"



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

2022-10-26 Thread Sam James
commit: f1988556fd266765c6f9c2cb3c5a51d711a45524
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 26 23:07:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 26 23:07:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1988556

sys-devel/gcc-config: Stabilize 2.8 arm, #878403

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

 sys-devel/gcc-config/gcc-config-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.8.ebuild 
b/sys-devel/gcc-config/gcc-config-2.8.ebuild
index c0208cb02ed1..87b660954523 100644
--- a/sys-devel/gcc-config/gcc-config-2.8.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.8.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="Utility to manage compilers"



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

2022-10-26 Thread Sam James
commit: 0e7d84c1c50790fcf78a8fd78518bf816a698e42
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 26 23:07:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 26 23:07:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7d84c1

sys-devel/gcc-config: Stabilize 2.8 amd64, #878403

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

 sys-devel/gcc-config/gcc-config-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.8.ebuild 
b/sys-devel/gcc-config/gcc-config-2.8.ebuild
index 6b6d1f35f0ad..c0208cb02ed1 100644
--- a/sys-devel/gcc-config/gcc-config-2.8.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.8.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="Utility to manage compilers"



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

2022-10-26 Thread Sam James
commit: 834542f335b50ba4b99f218821b2164436c51825
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 26 23:07:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 26 23:07:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834542f3

sys-devel/gcc-config: Stabilize 2.8 ppc, #878403

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

 sys-devel/gcc-config/gcc-config-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.8.ebuild 
b/sys-devel/gcc-config/gcc-config-2.8.ebuild
index 87b660954523..e9660497da1e 100644
--- a/sys-devel/gcc-config/gcc-config-2.8.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.8.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="Utility to manage compilers"



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

2022-10-26 Thread Sam James
commit: 6bda3c26815627cc75f2a91c54f1c385eefcf96f
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 26 23:07:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 26 23:07:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bda3c26

sys-devel/gcc-config: Stabilize 2.8 x86, #878403

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

 sys-devel/gcc-config/gcc-config-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.8.ebuild 
b/sys-devel/gcc-config/gcc-config-2.8.ebuild
index 17fec3a70788..5a265f4c8401 100644
--- a/sys-devel/gcc-config/gcc-config-2.8.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.8.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="Utility to manage compilers"



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

2022-10-26 Thread Sam James
commit: 650382c25b09d71c5c2c40c9c9a9456eee51743a
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 26 23:07:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 26 23:07:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650382c2

sys-devel/gcc-config: Stabilize 2.8 ppc64, #878403

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

 sys-devel/gcc-config/gcc-config-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.8.ebuild 
b/sys-devel/gcc-config/gcc-config-2.8.ebuild
index 5a265f4c8401..1bf94d70a52d 100644
--- a/sys-devel/gcc-config/gcc-config-2.8.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.8.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="Utility to manage compilers"



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

2022-10-26 Thread Sam James
commit: f1963fba7df52212278efb53466727501609f582
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 26 23:07:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 26 23:07:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1963fba

sys-devel/gcc-config: Stabilize 2.8 sparc, #878403

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

 sys-devel/gcc-config/gcc-config-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.8.ebuild 
b/sys-devel/gcc-config/gcc-config-2.8.ebuild
index 7ff12f007e38..17fec3a70788 100644
--- a/sys-devel/gcc-config/gcc-config-2.8.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.8.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="Utility to manage compilers"



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

2022-10-26 Thread Sam James
commit: 3c0f4a19a275a6d320e7c341af28c57c3e3e1b1f
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 26 23:07:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 26 23:07:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0f4a19

sys-devel/gcc-config: Stabilize 2.8 hppa, #878403

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

 sys-devel/gcc-config/gcc-config-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.8.ebuild 
b/sys-devel/gcc-config/gcc-config-2.8.ebuild
index 7685fafd75f5..6b6d1f35f0ad 100644
--- a/sys-devel/gcc-config/gcc-config-2.8.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.8.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="Utility to manage compilers"



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

2022-10-26 Thread Sam James
commit: 8e06df67ca46cffed156e1786fafd31777e7c11d
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 26 22:35:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 26 22:35:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e06df67

dev-python/protobuf-python: backport Python 3.11 patch to 3.20.3 too

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

 ...on-4.21.8-python311.patch => protobuf-python-3.20.3-python311.patch} | 0
 dev-python/protobuf-python/protobuf-python-3.20.3.ebuild| 1 +
 dev-python/protobuf-python/protobuf-python-4.21.8.ebuild| 2 +-
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/dev-python/protobuf-python/files/protobuf-python-4.21.8-python311.patch 
b/dev-python/protobuf-python/files/protobuf-python-3.20.3-python311.patch
similarity index 100%
rename from 
dev-python/protobuf-python/files/protobuf-python-4.21.8-python311.patch
rename to 
dev-python/protobuf-python/files/protobuf-python-3.20.3-python311.patch

diff --git a/dev-python/protobuf-python/protobuf-python-3.20.3.ebuild 
b/dev-python/protobuf-python/protobuf-python-3.20.3.ebuild
index 80c782e2fbdc..3b2a8fa16265 100644
--- a/dev-python/protobuf-python/protobuf-python-3.20.3.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-3.20.3.ebuild
@@ -57,6 +57,7 @@ PARENT_PATCHES=(
 
 # Here for patches within "python/" subdirectory.
 PATCHES=(
+   "${FILESDIR}"/${PN}-3.20.3-python311.patch
 )
 
 python_prepare_all() {

diff --git a/dev-python/protobuf-python/protobuf-python-4.21.8.ebuild 
b/dev-python/protobuf-python/protobuf-python-4.21.8.ebuild
index 572a571542c6..884546edf04c 100644
--- a/dev-python/protobuf-python/protobuf-python-4.21.8.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-4.21.8.ebuild
@@ -57,7 +57,7 @@ PARENT_PATCHES=(
 
 # Here for patches within "python/" subdirectory.
 PATCHES=(
-   "${FILESDIR}"/${P}-python311.patch
+   "${FILESDIR}"/${PN}-3.20.3-python311.patch
 )
 
 python_prepare_all() {



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

2022-10-26 Thread Sam James
commit: cbbe90010a5b4d6cf6db8503c31f048717d53860
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 26 22:16:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 26 22:16:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbbe9001

dev-lang/R: make libtirpc dep linux-only

Unnecessary on macOS.

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

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

diff --git a/dev-lang/R/R-4.2.1.ebuild b/dev-lang/R/R-4.2.1.ebuild
index 1ee01869a453..0fda9d9aacd0 100644
--- a/dev-lang/R/R-4.2.1.ebuild
+++ b/dev-lang/R/R-4.2.1.ebuild
@@ -35,7 +35,6 @@ DEPEND="
app-text/ghostscript-gpl
dev-libs/libpcre2:=
>=dev-libs/tre-0.8.0_p20210321[approx]
-   net-libs/libtirpc
net-misc/curl
virtual/blas
sys-libs/zlib[minizip]
@@ -49,6 +48,7 @@ DEPEND="
)
icu? ( dev-libs/icu:= )
jpeg? ( media-libs/libjpeg-turbo:= )
+   kernel_linux? ( net-libs/libtirpc )
lapack? ( virtual/lapack )
perl? ( dev-lang/perl )
png? ( media-libs/libpng:= )



[gentoo-commits] repo/gentoo:master commit in: dev-ml/yojson/files/, dev-ml/yojson/

2022-10-26 Thread Maciej Barć
commit: 2ab6fbb44dd6b2f49180e4494140400da3f4aa94
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Oct 26 21:59:16 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 26 22:04:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab6fbb4

dev-ml/yojson: patch dune/META seq dependency

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

 dev-ml/yojson/files/yojson-2.0.2-dune-seq.patch  | 8 
 dev-ml/yojson/{yojson-2.0.2-r2.ebuild => yojson-2.0.2-r3.ebuild} | 5 -
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/dev-ml/yojson/files/yojson-2.0.2-dune-seq.patch 
b/dev-ml/yojson/files/yojson-2.0.2-dune-seq.patch
new file mode 100644
index ..e4783220b822
--- /dev/null
+++ b/dev-ml/yojson/files/yojson-2.0.2-dune-seq.patch
@@ -0,0 +1,8 @@
+--- a/lib/dune
 b/lib/dune_
+@@ -34,5 +34,4 @@
+  (public_name yojson)
+  (modules yojson)
+  (synopsis "JSON parsing and printing")
+- (libraries seq)
+  (flags (-safe-string)))

diff --git a/dev-ml/yojson/yojson-2.0.2-r2.ebuild 
b/dev-ml/yojson/yojson-2.0.2-r3.ebuild
similarity index 84%
rename from dev-ml/yojson/yojson-2.0.2-r2.ebuild
rename to dev-ml/yojson/yojson-2.0.2-r3.ebuild
index b2c26c811dab..0b46df9f89c7 100644
--- a/dev-ml/yojson/yojson-2.0.2-r2.ebuild
+++ b/dev-ml/yojson/yojson-2.0.2-r3.ebuild
@@ -7,7 +7,8 @@ inherit dune
 
 DESCRIPTION="JSON parsing and pretty-printing library for OCaml"
 HOMEPAGE="https://github.com/ocaml-community/yojson;
-SRC_URI="https://github.com/ocaml-community/yojson/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/ocaml-community/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
@@ -25,6 +26,8 @@ BDEPEND="
test? ( dev-ml/alcotest )
 "
 
+PATCHES=( "${FILESDIR}"/${P}-dune-seq.patch )
+
 src_prepare() {
default
# let's not build this



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ptmap/

2022-10-26 Thread Maciej Barć
commit: befb4e1d1c1d66578dba34745d53e1540bcb5add
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Oct 26 21:29:49 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 26 22:04:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befb4e1d

dev-ml/ptmap: add ocaml >=4.07 dependency

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

 dev-ml/ptmap/{ptmap-2.0.5-r1.ebuild => ptmap-2.0.5-r2.ebuild} | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ml/ptmap/ptmap-2.0.5-r1.ebuild 
b/dev-ml/ptmap/ptmap-2.0.5-r2.ebuild
similarity index 73%
rename from dev-ml/ptmap/ptmap-2.0.5-r1.ebuild
rename to dev-ml/ptmap/ptmap-2.0.5-r2.ebuild
index 161912516ff7..2213fb278c04 100644
--- a/dev-ml/ptmap/ptmap-2.0.5-r1.ebuild
+++ b/dev-ml/ptmap/ptmap-2.0.5-r2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit dune
 
 DESCRIPTION="Maps of integers implemented as Patricia trees"
-HOMEPAGE="https://github.com/backtracking/ptmap;
+HOMEPAGE="https://github.com/backtracking/ptmap/;
 SRC_URI="https://github.com/backtracking/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="
-   dev-ml/seq:=
+   >=dev-lang/ocaml-4.07:=[ocamlopt?]
dev-ml/stdlib-shims:=
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq-serapi/

2022-10-26 Thread Maciej Barć
commit: 57e2f456368e0651bd4211f1ace49d35497cb0d6
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Oct 26 21:52:29 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 26 22:04:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e2f456

sci-mathematics/coq-serapi: remove seq dependency

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

 .../coq-serapi/{coq-serapi-0.16.0.ebuild => coq-serapi-0.16.0-r1.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-mathematics/coq-serapi/coq-serapi-0.16.0.ebuild 
b/sci-mathematics/coq-serapi/coq-serapi-0.16.0-r1.ebuild
similarity index 98%
rename from sci-mathematics/coq-serapi/coq-serapi-0.16.0.ebuild
rename to sci-mathematics/coq-serapi/coq-serapi-0.16.0-r1.ebuild
index 1c0a68608d2c..fed96a12b2dc 100644
--- a/sci-mathematics/coq-serapi/coq-serapi-0.16.0.ebuild
+++ b/sci-mathematics/coq-serapi/coq-serapi-0.16.0-r1.ebuild
@@ -23,7 +23,6 @@ RESTRICT="!test? ( test )"
 RDEPEND="
>=sci-mathematics/coq-${COQV}:= =dev-ml/ppx_sexp_conv-0.13.0:= =dev-ml/seq-0.3:=
dev-ml/cmdliner:=
dev-ml/ppx_compare:=
dev-ml/ppx_deriving:=



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cadabra/

2022-10-26 Thread Maciej Barć
commit: f1ac71bdcf309bc7bf3ed0bc30bbc16f38e404ba
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Oct 26 20:48:48 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 26 22:04:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ac71bd

sci-mathematics/cadabra: bump to 2.4.2

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

 sci-mathematics/cadabra/Manifest |   1 +
 sci-mathematics/cadabra/cadabra-2.4.2.ebuild | 104 +++
 2 files changed, 105 insertions(+)

diff --git a/sci-mathematics/cadabra/Manifest b/sci-mathematics/cadabra/Manifest
index 3a63d3261a05..43f7bedeca21 100644
--- a/sci-mathematics/cadabra/Manifest
+++ b/sci-mathematics/cadabra/Manifest
@@ -1,2 +1,3 @@
 DIST cadabra-2.3.9.3.tar.gz 24685603 BLAKE2B 
eb76f65898be499eb5abbbaf8ac478a056ffe5801bcf7124be60d1b034f4e88ed76354f03e7a2de9b7f7561a32e82699c882be135fb5966614da37526933
 SHA512 
9a5cdc6a7d824350ef3929c9f21647588891c1376103a57d231c2f5160971e3373b0efb9e050c574ebd51921a3f7d9f230f533a88a44e0dd8e645bf2395a95fe
 DIST cadabra-2.4.0.2.tar.gz 24688084 BLAKE2B 
4bc1e00ab87bbdc43dae261e1948b41a6372f90ad394e5208b65b993210ff42e84ed098ad4fcf6d056fc42947b75f970f18a92b67859fd69c8ea3cc18ffb2e9a
 SHA512 
2545f7ba3238944902b413bfbed91d87594d87afe99d1fb61061115b354a6fa29ffb7b71017d790e54080da33aa905d0f9afe0546fb1397144fe7b135e906274
+DIST cadabra-2.4.2.tar.gz 25145250 BLAKE2B 
d6824f4819922cd1c37af6a393123ac7398d0adb5c551e278ca983cc7ec51c9fb1f5319ddbef74165cfe8743a8138f4cf2d011065ca90e300c103ad53daabef2
 SHA512 
a5b2ee3eee6911440eeb85dd720cc72eca21a889a409bb0a360ac674f926dc82b3d30f5fca4d46528216c6a3ad7c164a576435e0647ce2eddf187ba840dd59db

diff --git a/sci-mathematics/cadabra/cadabra-2.4.2.ebuild 
b/sci-mathematics/cadabra/cadabra-2.4.2.ebuild
new file mode 100644
index ..c3b86c9b872e
--- /dev/null
+++ b/sci-mathematics/cadabra/cadabra-2.4.2.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MAJOR=$(ver_cut 1)
+CADABRA=${PN}${MAJOR}
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit xdg-utils python-single-r1 cmake
+
+DESCRIPTION="Field-theory motivated approach to computer algebra"
+HOMEPAGE="https://cadabra.science/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kpeeters/${CADABRA}.git;
+else
+   SRC_URI="https://github.com/kpeeters/${CADABRA}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   S="${WORKDIR}"/${CADABRA}-${PV}
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0/${MAJOR}"
+IUSE="gtk +jupyter test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   app-text/dvipng
+   dev-cpp/glibmm:2
+   dev-db/sqlite:3=
+   dev-libs/boost:=
+   dev-libs/gmp:=[cxx]
+   dev-libs/jsoncpp:=
+   dev-libs/libsigc++:2
+   dev-texlive/texlive-basic
+   $(python_gen_cond_dep '
+   dev-python/gmpy:2[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/sympy[${PYTHON_USEDEP}]
+   jupyter? ( dev-python/jupyter[${PYTHON_USEDEP}] )
+   ')
+   gtk? ( dev-cpp/gtkmm:3.0 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="$(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]')"
+
+PATCHES=( "${FILESDIR}"/${CADABRA}-CMake.patch )
+
+DOCS=( CODE_OF_CONDUCT.md CONTRIBUTING.md JUPYTER.rst README.rst )
+
+# Because we do not want to pull in "_XDG_DEPEND" dependencies with USE="-gtk"
+xdg_update() {
+   if use gtk ; then
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   fi
+}
+
+src_prepare() {
+   # Clean postinst script which calls libtool and icon-cache update
+   echo '#!/bin/sh' > "${S}"/config/postinst.in || die
+
+   # Fix "PYTHON_EXECUTABLE" in Jupyter kernel
+   sed -i "s|@PYTHON_EXECUTABLE@|${EPYTHON}|"  \
+   "${S}"/jupyterkernel/kernelspec/kernel.json.in || die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_SYSTEM_JSONCPP=ON
+   -DPACKAGING_MODE=ON
+   -DUSE_PYTHON_3=ON
+   -DBUILD_AS_CPP_LIBRARY=OFF
+   -DENABLE_JUPYTER=OFF  # special Xeus Jupyter kernel (uses xtl)
+   -DENABLE_MATHEMATICA=OFF
+   -DINSTALL_TARGETS_ONLY=OFF
+   -DBUILD_TESTS=$(usex test)
+   -DENABLE_FRONTEND=$(usex gtk)
+   -DENABLE_PY_JUPYTER=$(usex jupyter)
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   python_optimize
+}
+
+pkg_postinst() {
+   xdg_update
+}
+
+pkg_postrm() {
+   xdg_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/gen/

2022-10-26 Thread Maciej Barć
commit: cd1f864695d740dd37e12b611891bb3dfff2c290
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Oct 26 21:27:55 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 26 22:04:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd1f8646

dev-ml/gen: add ocaml >=4.07 dependency

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

 dev-ml/gen/{gen-1.0-r1.ebuild => gen-1.0-r2.ebuild} | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-ml/gen/gen-1.0-r1.ebuild b/dev-ml/gen/gen-1.0-r2.ebuild
similarity index 72%
rename from dev-ml/gen/gen-1.0-r1.ebuild
rename to dev-ml/gen/gen-1.0-r2.ebuild
index d836571a87d6..cc7656ab88d4 100644
--- a/dev-ml/gen/gen-1.0-r1.ebuild
+++ b/dev-ml/gen/gen-1.0-r2.ebuild
@@ -1,13 +1,13 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit dune
 
 DESCRIPTION="Iterators for OCaml, both restartable and consumable"
 HOMEPAGE="https://github.com/c-cube/gen/;
-SRC_URI="https://github.com/c-cube/gen/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/c-cube/gen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0/${PV}"
@@ -15,8 +15,9 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+ocamlopt"
 RESTRICT="test"  # tests fail  > unused-open
 
-DEPEND="
+RDEPEND="
+   >=dev-lang/ocaml-4.07:=[ocamlopt?]
dev-ml/dune-configurator:=
-   dev-ml/seq:="
-RDEPEND="${DEPEND}"
+"
+DEPEND="${RDEPEND}"
 # BDEPEND="test? ( dev-ml/qtest )"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2022-10-26 Thread Sam James
commit: f5a21f00f8aa34577a8518f62d049b4cfb401290
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 26 21:49:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 26 21:49:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a21f00

net-print/hplip: Stabilize 3.22.6 x86, #878359

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

 net-print/hplip/hplip-3.22.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip/hplip-3.22.6.ebuild 
b/net-print/hplip/hplip-3.22.6.ebuild
index 723e1b10318c..ad97434257b2 100644
--- a/net-print/hplip/hplip-3.22.6.ebuild
+++ b/net-print/hplip/hplip-3.22.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 
 IUSE="doc fax +hpcups hpijs kde libnotify libusb0 minimal parport policykit 
qt5 scanner +snmp static-ppds X"
 



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2022-10-26 Thread Sam James
commit: b7e4d06d993ee3187c04956686287ad5afc2f6f5
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 26 21:49:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 26 21:49:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e4d06d

net-print/hplip: Stabilize 3.22.6 amd64, #878359

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

 net-print/hplip/hplip-3.22.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip/hplip-3.22.6.ebuild 
b/net-print/hplip/hplip-3.22.6.ebuild
index 66cabdfb3830..723e1b10318c 100644
--- a/net-print/hplip/hplip-3.22.6.ebuild
+++ b/net-print/hplip/hplip-3.22.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 
 IUSE="doc fax +hpcups hpijs kde libnotify libusb0 minimal parport policykit 
qt5 scanner +snmp static-ppds X"
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/vim-core/

2022-10-26 Thread Mike Gilbert
commit: 44fab8c616c29f77e1eccbff55127f81eb6d3275
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Oct 26 21:41:27 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Oct 26 21:41:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44fab8c6

app-editors/vim-core: share tarballs with vim

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

 app-editors/vim-core/Manifest | 6 +++---
 app-editors/vim-core/vim-core-9.0.0099.ebuild | 2 +-
 app-editors/vim-core/vim-core-9.0.0399.ebuild | 2 +-
 app-editors/vim-core/vim-core-9.0.0655.ebuild | 2 +-
 app-editors/vim-core/vim-core-.ebuild | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest
index 470c643d8b61..851bdd1c8721 100644
--- a/app-editors/vim-core/Manifest
+++ b/app-editors/vim-core/Manifest
@@ -1,4 +1,4 @@
-DIST vim-core-9.0.0099.tar.gz 16712565 BLAKE2B 
b3277ebda0bb40601d995935422006d1a266bb862be612e69abd057a7342d13457ded5cb4743cf43a09b7d2001438f5a426ba12c30947bb7c193188c5fc13cf7
 SHA512 
ca0dea7b7fd78cf9c7cd4656611d066540f9d81ab17bcb75c79f0e989bdcfb769940ea29f75445c554b159e9eb3b2c4f9d77448254c3e4e4457b1bf721936498
-DIST vim-core-9.0.0399.tar.gz 16833387 BLAKE2B 
f9d6588920b49ef32b82d012e1c4f8a34dc505267b67027a3b4302dd99d7987645c29a91fdb234fffa873b342488b4d9c85d05d3fe7a332042781881a61bea5e
 SHA512 
6b261bf3aaa355e7a42de1785b134bccc51086495578730b9bc3b8e048679caa3a901e576a360cba5f1aa4d164c7f162a3f916e945b3f5f71e893ea30e0ca826
-DIST vim-core-9.0.0655.tar.gz 16804127 BLAKE2B 
e021ff4dd370cdd9b39fb9df0a12309215abd780ec297760b92b6caf924882465b28f9ba65d94ad75a229eb01c8f393f24a29a11919a96d78bb6fb45ef2971e3
 SHA512 
aa267941e835eecbeeffa7989fb525bdf4269f84d9c88d135a26d74ab7d025487863405b6e0f1391023c30193a122ed3e85a7a71bd4dc48058f3fe3377798f38
+DIST vim-9.0.0099.tar.gz 16712565 BLAKE2B 
b3277ebda0bb40601d995935422006d1a266bb862be612e69abd057a7342d13457ded5cb4743cf43a09b7d2001438f5a426ba12c30947bb7c193188c5fc13cf7
 SHA512 
ca0dea7b7fd78cf9c7cd4656611d066540f9d81ab17bcb75c79f0e989bdcfb769940ea29f75445c554b159e9eb3b2c4f9d77448254c3e4e4457b1bf721936498
+DIST vim-9.0.0399.tar.gz 16833387 BLAKE2B 
f9d6588920b49ef32b82d012e1c4f8a34dc505267b67027a3b4302dd99d7987645c29a91fdb234fffa873b342488b4d9c85d05d3fe7a332042781881a61bea5e
 SHA512 
6b261bf3aaa355e7a42de1785b134bccc51086495578730b9bc3b8e048679caa3a901e576a360cba5f1aa4d164c7f162a3f916e945b3f5f71e893ea30e0ca826
+DIST vim-9.0.0655.tar.gz 16804127 BLAKE2B 
e021ff4dd370cdd9b39fb9df0a12309215abd780ec297760b92b6caf924882465b28f9ba65d94ad75a229eb01c8f393f24a29a11919a96d78bb6fb45ef2971e3
 SHA512 
aa267941e835eecbeeffa7989fb525bdf4269f84d9c88d135a26d74ab7d025487863405b6e0f1391023c30193a122ed3e85a7a71bd4dc48058f3fe3377798f38
 DIST vim-patches-vim-9.0.0049-patches.tar.gz 2743 BLAKE2B 
dff3e215b235e1cbc2c62b1af2d1414d10b794dbee9f5e7797fb3d34e00c2e065c339d4c82bf28aed53e0b5f2f8f1ee5c7ce69851cd63360788609bf144ac922
 SHA512 
7d5c64d674fa77048fdca7287072c0e488723133e254c10711dbadf750416c368725327ca9b76f332017bc70aa544a9baef671765eabf0d172d39921ffd7d942

diff --git a/app-editors/vim-core/vim-core-9.0.0099.ebuild 
b/app-editors/vim-core/vim-core-9.0.0099.ebuild
index 8249383faac5..f754552aef6f 100644
--- a/app-editors/vim-core/vim-core-9.0.0099.ebuild
+++ b/app-editors/vim-core/vim-core-9.0.0099.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/vim/vim.git;
EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
 else
-   SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz

https://gitweb.gentoo.org/proj/vim-patches.git/snapshot/vim-patches-vim-9.0.0049-patches.tar.gz;
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi

diff --git a/app-editors/vim-core/vim-core-9.0.0399.ebuild 
b/app-editors/vim-core/vim-core-9.0.0399.ebuild
index d3d76cb7a879..9412ba51653d 100644
--- a/app-editors/vim-core/vim-core-9.0.0399.ebuild
+++ b/app-editors/vim-core/vim-core-9.0.0399.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/vim/vim.git;
EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
 else
-   SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz

https://gitweb.gentoo.org/proj/vim-patches.git/snapshot/vim-patches-vim-9.0.0049-patches.tar.gz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 

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

2022-10-26 Thread Jonas Stein
commit: 7df6950822c1c85afcf7141843e995a0422c8f87
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Oct 26 21:38:56 2022 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Oct 26 21:38:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df69508

package.mask: Last rite app-misc/tpconfig

Bug: https://bugs.gentoo.org/878337
Signed-off-by: Jonas Stein  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index c1b36a960c13..8f10534062c6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Jonas Stein  (2022-10-26)
+# Dead upstream, open bugs.
+# Removal after 2022-12-24.  Bug #878337.
+app-misc/tpconfig
+
 # Sam James  (2022-10-25)
 # Fails to build with Clang 16 but also modern linux-headers. No activity 
upstream.
 # Removal on 2022-10-25. bug #874420.



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/cglm/

2022-10-26 Thread Oliver Freyermuth
commit: 1bf60254cae0daf0d57c2bf40d02932bf80ef24b
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Wed Oct 26 20:27:38 2022 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Wed Oct 26 20:27:38 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bf60254

dev-libs/cglm: drop 0.8.6

Signed-off-by: Oliver Freyermuth  googlemail.com>

 dev-libs/cglm/Manifest  |  1 -
 dev-libs/cglm/cglm-0.8.6.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-libs/cglm/Manifest b/dev-libs/cglm/Manifest
index bd036b21a..3dab91aad 100644
--- a/dev-libs/cglm/Manifest
+++ b/dev-libs/cglm/Manifest
@@ -1,3 +1,2 @@
 DIST cglm-0.8.5.tar.gz 621734 BLAKE2B 
7cde681529a1e43444a431793bbeb09122c636b50650489c44b98f03a01477c5192e2109e6777d5a9c4254dbe6fd91371011762c77f76011a245dbbddf24f359
 SHA512 
a8f6df415dc482a9b16bb7ff44aba77c32e7297b48d5e7b0fb5b2e0d92fc80cad8e436d0c83fdd7cc0836ba451137d72af2f0f823ce9698000bf257b3019b7c5
-DIST cglm-0.8.6.tar.gz 630230 BLAKE2B 
21bc97110c87989ab218335254062566e6e58b558c6f8778004ab036a345bb6abd59018150fe902e27fb044c38301c03f608bda49bce68055750fb74457fa73a
 SHA512 
50f8327f1b93577f05244f1e9b5541f66cb9279f431260f19800f650dcfadb02a7a7bdfa3fee2bf59d2d711f1898a5ede3a054d4defa221c1f04f2608b151c71
 DIST cglm-0.8.7.tar.gz 630522 BLAKE2B 
063daa82a52136bb8f19ac120afa3813e2a5edab8db161fe87de6217402b37be4db0e904619659e2bd4a4c152dd47d5aeba704aec326b7d5d100c9957932ff1f
 SHA512 
658b9af42111a4e2f68a3fe0665d51a5b2b34abefa404374d843d5b5506eac51d07e9e29549e69683d18982856e175573d218ceb55617870f239c00b1bf6bc0f

diff --git a/dev-libs/cglm/cglm-0.8.6.ebuild b/dev-libs/cglm/cglm-0.8.6.ebuild
deleted file mode 100644
index b148db8ed..0
--- a/dev-libs/cglm/cglm-0.8.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="sphinx"
-DOCS_AUTODOC=0
-DOCS_DIR="${S}/docs/source"
-
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit python-any-r1
-inherit docs meson
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/recp/cglm.git;
-else
-   SRC_URI="https://github.com/recp/cglm/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="OpenGL Mathematics (glm) for C"
-HOMEPAGE="https://github.com/recp/cglm;
-LICENSE="MIT"
-SLOT="0"
-
-src_configure() {
-   local emesonargs=(
-   "-Dwerror=false"
-   )
-   meson_src_configure
-}
-
-src_compile() {
-   default
-   meson_src_compile
-   docs_compile
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/cglm/

2022-10-26 Thread Oliver Freyermuth
commit: f74b9395893e5ff94816f63d825c934e4e0985d4
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Wed Oct 26 20:27:25 2022 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Wed Oct 26 20:27:25 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f74b9395

dev-libs/cglm: add 0.8.7

Signed-off-by: Oliver Freyermuth  googlemail.com>

 dev-libs/cglm/Manifest  |  1 +
 dev-libs/cglm/cglm-0.8.7.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-libs/cglm/Manifest b/dev-libs/cglm/Manifest
index 176bcc645..bd036b21a 100644
--- a/dev-libs/cglm/Manifest
+++ b/dev-libs/cglm/Manifest
@@ -1,2 +1,3 @@
 DIST cglm-0.8.5.tar.gz 621734 BLAKE2B 
7cde681529a1e43444a431793bbeb09122c636b50650489c44b98f03a01477c5192e2109e6777d5a9c4254dbe6fd91371011762c77f76011a245dbbddf24f359
 SHA512 
a8f6df415dc482a9b16bb7ff44aba77c32e7297b48d5e7b0fb5b2e0d92fc80cad8e436d0c83fdd7cc0836ba451137d72af2f0f823ce9698000bf257b3019b7c5
 DIST cglm-0.8.6.tar.gz 630230 BLAKE2B 
21bc97110c87989ab218335254062566e6e58b558c6f8778004ab036a345bb6abd59018150fe902e27fb044c38301c03f608bda49bce68055750fb74457fa73a
 SHA512 
50f8327f1b93577f05244f1e9b5541f66cb9279f431260f19800f650dcfadb02a7a7bdfa3fee2bf59d2d711f1898a5ede3a054d4defa221c1f04f2608b151c71
+DIST cglm-0.8.7.tar.gz 630522 BLAKE2B 
063daa82a52136bb8f19ac120afa3813e2a5edab8db161fe87de6217402b37be4db0e904619659e2bd4a4c152dd47d5aeba704aec326b7d5d100c9957932ff1f
 SHA512 
658b9af42111a4e2f68a3fe0665d51a5b2b34abefa404374d843d5b5506eac51d07e9e29549e69683d18982856e175573d218ceb55617870f239c00b1bf6bc0f

diff --git a/dev-libs/cglm/cglm-0.8.7.ebuild b/dev-libs/cglm/cglm-0.8.7.ebuild
new file mode 100644
index 0..b148db8ed
--- /dev/null
+++ b/dev-libs/cglm/cglm-0.8.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DOCS_BUILDER="sphinx"
+DOCS_AUTODOC=0
+DOCS_DIR="${S}/docs/source"
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit python-any-r1
+inherit docs meson
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/recp/cglm.git;
+else
+   SRC_URI="https://github.com/recp/cglm/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="OpenGL Mathematics (glm) for C"
+HOMEPAGE="https://github.com/recp/cglm;
+LICENSE="MIT"
+SLOT="0"
+
+src_configure() {
+   local emesonargs=(
+   "-Dwerror=false"
+   )
+   meson_src_configure
+}
+
+src_compile() {
+   default
+   meson_src_compile
+   docs_compile
+}



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

2022-10-26 Thread Conrad Kostecki
commit: 423cd3b18b13711204d7f85db895ccce8615ad2b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Oct 26 20:07:35 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 20:08:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423cd3b1

Revert "dev-libs/opencl-clang: amd64 stable"

This reverts commit 78240914d066fae454b4a8f2bf4ac6de1cee67f1.

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

 dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild 
b/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild
index 658057bcc863..d9682f8e0030 100644
--- a/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild
+++ b/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${PV}"
 
 LICENSE="UoI-NCSA"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64"
+KEYWORDS="~amd64"
 
 RDEPEND="
dev-util/spirv-llvm-translator:${SLOT}=



[gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-llvm-translator/

2022-10-26 Thread Conrad Kostecki
commit: 0f668c53504f654340a6ab4e4cab23daa7e118c9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Oct 26 20:07:02 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 20:08:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f668c53

Revert "dev-util/spirv-llvm-translator: amd64 stable"

This reverts commit 0fcdb3f6ba6307c0311e2d726d62e36873cb38fc.

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

 dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0.ebuild 
b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0.ebuild
index ab5c882049c9..d46120e8f99d 100644
--- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0.ebuild
+++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="UoI-NCSA"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64"
+KEYWORDS="~amd64"
 IUSE="test +tools"
 REQUIRED_USE="test? ( tools )"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-redis/

2022-10-26 Thread Conrad Kostecki
commit: 78c695d56fbebc9992674e6d60a39ae9c1a11dca
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Oct 23 20:58:05 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:52:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c695d5

dev-php/pecl-redis: add php8-2 support

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

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

diff --git a/dev-php/pecl-redis/pecl-redis-5.3.7.ebuild 
b/dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild
similarity index 92%
rename from dev-php/pecl-redis/pecl-redis-5.3.7.ebuild
rename to dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild
index 437cd906213e..812b2b151f1f 100644
--- a/dev-php/pecl-redis/pecl-redis-5.3.7.ebuild
+++ b/dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PHP_EXT_NAME="redis"
-USE_PHP="php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1 php8-2"
 PHP_EXT_NEEDED_USE="json(+)?,session(-)?"
 DOCS=( arrays.markdown cluster.markdown README.markdown CREDITS )
 MY_P="${PN/pecl-/}-${PV/_rc/RC}"
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="igbinary +json lz4 +session zstd"
 
 DEPEND="
-   igbinary? ( 
>=dev-php/igbinary-3.0.1-r1[php_targets_php7-4(-)?,php_targets_php8-0(-)?,php_targets_php8-1(-)?]
 )
+   igbinary? ( 
>=dev-php/igbinary-3.0.1-r1[php_targets_php7-4(-)?,php_targets_php8-0(-)?,php_targets_php8-1(-)?],php_targets_php8-2(-)?]
 )
lz4? ( app-arch/lz4:= )
zstd? ( app-arch/zstd:= )
 "



[gentoo-commits] repo/gentoo:master commit in: dev-php/igbinary/

2022-10-26 Thread Conrad Kostecki
commit: 90bcaa3eeff706d331366801ba056656c8d1f743
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Oct 23 21:03:50 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:52:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90bcaa3e

dev-php/igbinary: add 3.2.9 (php8-2 support)

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

 dev-php/igbinary/Manifest  |  1 +
 dev-php/igbinary/igbinary-3.2.9.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest
index 79719ceff369..4f64cc10d66d 100644
--- a/dev-php/igbinary/Manifest
+++ b/dev-php/igbinary/Manifest
@@ -1 +1,2 @@
 DIST igbinary-3.2.7.tar.gz 248481 BLAKE2B 
40936fb78b9f01d717daac78f8b707f902d78714e5202fbb1344042c2d30a3b723f9c5b6fd982f7a5002aab65e414ba7f9bda354fec4db82ba3f03fc09663a43
 SHA512 
1bdb60fa4ac76ef405b55b4a7e7f07c73ccc945a3fad8635934cf83a05ae554ac1a0b64c4b55229f0bd2a3269189d3266a492b064a0338fdb2bf4dfe5c3733e4
+DIST igbinary-3.2.9.tar.gz 251747 BLAKE2B 
d44711ffc195572a83a000f225776191e7b421e4be3065a668287f356d46fd11536af0a0969a0fc219c38d027f13aec16cfe41f15ea778ef087f7082daa9b8dc
 SHA512 
2789f8517aaefa4e4e736592944361e8bad1ce50687aed161bb4e17bcdfbfec2320df8069c7b39704fa96c614727bd66fb65185b15f72f8c96bb5fda88f2e66f

diff --git a/dev-php/igbinary/igbinary-3.2.9.ebuild 
b/dev-php/igbinary/igbinary-3.2.9.ebuild
new file mode 100644
index ..b2f81fe8a0fa
--- /dev/null
+++ b/dev-php/igbinary/igbinary-3.2.9.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PHP_EXT_ECONF_ARGS=( --enable-${PN} )
+PHP_EXT_INI="yes"
+PHP_EXT_NAME="${PN}"
+PHP_EXT_ZENDEXT="no"
+USE_PHP="php7-4 php8-0 php8-1 php8-2"
+
+inherit php-ext-source-r3
+
+DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
+HOMEPAGE="https://github.com/igbinary/igbinary;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-memcached/

2022-10-26 Thread Conrad Kostecki
commit: befa20c5fd1070f941b4a9ebde73845d9d55b84b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Oct 23 21:06:48 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:52:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befa20c5

dev-php/pecl-memcached: drop 3.1.5-r1, 3.2.0

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

 dev-php/pecl-memcached/Manifest|  1 -
 .../pecl-memcached/pecl-memcached-3.1.5-r1.ebuild  | 59 --
 dev-php/pecl-memcached/pecl-memcached-3.2.0.ebuild | 56 
 3 files changed, 116 deletions(-)

diff --git a/dev-php/pecl-memcached/Manifest b/dev-php/pecl-memcached/Manifest
index ed8e45ad7aea..4cda2bfb8930 100644
--- a/dev-php/pecl-memcached/Manifest
+++ b/dev-php/pecl-memcached/Manifest
@@ -1,2 +1 @@
-DIST memcached-3.1.5.tgz 83015 BLAKE2B 
80f5cbed8e34f867962792d95d242015690f64ab3b462e09813a11b8b86234b0b05b0f6a78f7c6184482b66ba8015064b37f77bbb816a3aee2edd0ce97ab0cbc
 SHA512 
87d5fd079fcaad81139785d6766da71b23a1a0fe907d4b22f3a787af148a20412c11df11c4d98c165241658baf0d87c8a6b29de15db07a0f9d1fabc8aec8f0e9
 DIST memcached-3.2.0.tgz 90722 BLAKE2B 
5bc3ce40803004f45ad397684277862dbaffce467b3026e33d9737d4d93a82f2c89e32a256ebf6db3117a462ff8f81a517ed9950773cb4a0e927aa8af4e834be
 SHA512 
ece5759a9d6d52afd46beb0821811e5d4830e75ad8564af395e2107fd349e271c6e6cf20eeacd9ad15ee2e99ccf0118ccc83c5810e2f3fa7c61f1984b0b26514

diff --git a/dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild 
b/dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild
deleted file mode 100644
index 281bbb0a15f7..
--- a/dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PHP_EXT_NAME="memcached"
-DOCS=( ChangeLog README.markdown )
-
-USE_PHP="php7-2 php7-3 php7-4"
-inherit php-ext-pecl-r3
-
-DESCRIPTION="Interface PHP with memcached via libmemcached library"
-LICENSE="PHP-3.01"
-SLOT="7"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE="igbinary json sasl +session test"
-
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND=">=dev-libs/libmemcached-1.0.14[sasl(-)?]
-   sys-libs/zlib
-"
-
-RDEPEND="
-   php_targets_php7-2? (
-   ${COMMON_DEPEND} dev-lang/php:7.2[session(-)?,json(-)?]
-   igbinary? ( dev-php/igbinary[php_targets_php7-2(-)] )
-   )
-   php_targets_php7-3? (
-   ${COMMON_DEPEND} dev-lang/php:7.3[session(-)?,json(-)?]
-   igbinary? ( dev-php/igbinary[php_targets_php7-3(-)] )
-   )
-   php_targets_php7-4? (
-   ${COMMON_DEPEND} dev-lang/php:7.4[session(-)?,json(-)?]
-   igbinary? ( dev-php/igbinary[php_targets_php7-4(-)] )
-   )"
-DEPEND="${RDEPEND} test? ( net-misc/memcached )"
-
-src_configure() {
-   local PHP_EXT_ECONF_ARGS="--enable-memcached
-   $(use_enable session memcached-session)
-   $(use_enable sasl memcached-sasl)
-   $(use_enable json memcached-json)
-   $(use_enable igbinary memcached-igbinary)"
-
-   php-ext-source-r3_src_configure
-}
-
-src_test() {
-   local memcached_opts=( -d -P "${T}/memcached.pid" -p 11211 -l 127.0.0.1 
)
-   [[ ${EUID} == 0 ]] && memcached_opts+=( -u portage )
-   memcached "${memcached_opts[@]}" || die "Can't start memcached test 
server"
-
-   local exit_status
-   php-ext-source-r3_src_test
-   exit_status=$?
-
-   kill "$(<"${T}/memcached.pid")"
-   return ${exit_status}
-}

diff --git a/dev-php/pecl-memcached/pecl-memcached-3.2.0.ebuild 
b/dev-php/pecl-memcached/pecl-memcached-3.2.0.ebuild
deleted file mode 100644
index 09b3c0ce9508..
--- a/dev-php/pecl-memcached/pecl-memcached-3.2.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PHP_EXT_NAME="memcached"
-DOCS=( ChangeLog README.markdown )
-
-USE_PHP="php7-4 php8-0 php8-1"
-PHP_EXT_NEEDED_USE="json(+)?,session(-)?"
-MY_P="${PN/pecl-/}-${PV/_rc/RC}"
-PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
-PHP_EXT_S="${WORKDIR}/${MY_P}"
-
-inherit php-ext-pecl-r3
-
-DESCRIPTION="Interface PHP with memcached via libmemcached library"
-LICENSE="PHP-3.01"
-SLOT="7"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="igbinary json sasl +session test"
-
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND=">=dev-libs/libmemcached-1.0.14[sasl(-)?]
-   sys-libs/zlib
-   igbinary? ( 
dev-php/igbinary[php_targets_php7-4(-)?,php_targets_php8-0(-)?,php_targets_php8-1(-)?]
 )
-"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND="${COMMON_DEPEND} test? ( net-misc/memcached )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-   local PHP_EXT_ECONF_ARGS="--enable-memcached
-   $(use_enable session memcached-session)
-   $(use_enable sasl memcached-sasl)
-   

[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-parallel/

2022-10-26 Thread Conrad Kostecki
commit: 6535bb22721a813d805557cb6e10748b3cc46e51
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Oct 26 19:51:44 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:51:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6535bb22

dev-php/pecl-parallel: format ebuild according to skel.ebuild

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

 dev-php/pecl-parallel/pecl-parallel-1.1.4-r1.ebuild | 12 +---
 dev-php/pecl-parallel/pecl-parallel-1.2.0.ebuild| 12 +---
 2 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/dev-php/pecl-parallel/pecl-parallel-1.1.4-r1.ebuild 
b/dev-php/pecl-parallel/pecl-parallel-1.1.4-r1.ebuild
index 64ba94830ab9..941d335ccb68 100644
--- a/dev-php/pecl-parallel/pecl-parallel-1.1.4-r1.ebuild
+++ b/dev-php/pecl-parallel/pecl-parallel-1.1.4-r1.ebuild
@@ -3,19 +3,17 @@
 
 EAPI="8"
 
-PHP_EXT_NAME="parallel"
 PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
+PHP_EXT_NAME="parallel"
 PHP_EXT_NEEDED_USE="threads"
-
+PHP_EXT_ZENDEXT="no"
 USE_PHP="php7-4"
-SLOT="7"
 
 inherit php-ext-pecl-r3
 
+DESCRIPTION="A succint parallel concurrency API for PHP"
 SRC_URI="${SRC_URI} -> ${P}.tgz"
 
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="A succint parallel concurrency API for PHP"
 LICENSE="PHP-3.01"
+SLOT="7"
+KEYWORDS="~amd64 ~x86"

diff --git a/dev-php/pecl-parallel/pecl-parallel-1.2.0.ebuild 
b/dev-php/pecl-parallel/pecl-parallel-1.2.0.ebuild
index 26beb40752ce..fdd0ad0de190 100644
--- a/dev-php/pecl-parallel/pecl-parallel-1.2.0.ebuild
+++ b/dev-php/pecl-parallel/pecl-parallel-1.2.0.ebuild
@@ -3,19 +3,17 @@
 
 EAPI="8"
 
-PHP_EXT_NAME="parallel"
 PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
+PHP_EXT_NAME="parallel"
 PHP_EXT_NEEDED_USE="threads"
-
+PHP_EXT_ZENDEXT="no"
 USE_PHP="php8-0 php8-1 php8-2"
-SLOT="8"
 
 inherit php-ext-pecl-r3
 
+DESCRIPTION="A succint parallel concurrency API for PHP"
 SRC_URI="${SRC_URI} -> ${P}.tgz"
 
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="A succint parallel concurrency API for PHP"
 LICENSE="PHP-3.01"
+SLOT="8"
+KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-yaml/

2022-10-26 Thread Conrad Kostecki
commit: e1d3cdc8689f065bb8e8c16e16920d2a298eeeb5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Oct 23 20:55:28 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:52:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d3cdc8

dev-php/pecl-yaml: drop 2.2.1

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

 dev-php/pecl-yaml/Manifest   |  1 -
 dev-php/pecl-yaml/pecl-yaml-2.2.1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-php/pecl-yaml/Manifest b/dev-php/pecl-yaml/Manifest
index deccacab3c6d..de2cb00c988f 100644
--- a/dev-php/pecl-yaml/Manifest
+++ b/dev-php/pecl-yaml/Manifest
@@ -1,2 +1 @@
-DIST yaml-2.2.1.tgz 40977 BLAKE2B 
110f77058ac2b1c26dcfb7df024bb37ee58c902fc2fe6ff1ba14d981a17591d6cfda157c79d8d991e8edda95818978b83a98ba7b873367788a64f6c1abd78196
 SHA512 
b171ca9ca108dc093fb0dda3bc9de821fdd8ddcf79d386baba02f367e331f42e6500f26e73577864cd5f8d12f8c9bfe01962fb8d1bb56fa26d6f0a1208ac5441
 DIST yaml-2.2.2.tgz 41063 BLAKE2B 
9fc85be5cb1eb86bc052b86d6292601babee0eb6fa790c0f5a77b307c2bd5a7a6ff66ea9efa21fa958a3c4f415f1850525454566b5a4303182d12a778fb2ed93
 SHA512 
4c1d3012623154b8d74908fb319a637d7bff178d02d0732d1a3d19d24df2c612d62948eb7dcd9ead9fd31f2da7af0cec54657b8cce128968a04079dd0002117d

diff --git a/dev-php/pecl-yaml/pecl-yaml-2.2.1.ebuild 
b/dev-php/pecl-yaml/pecl-yaml-2.2.1.ebuild
deleted file mode 100644
index f05593acf494..
--- a/dev-php/pecl-yaml/pecl-yaml-2.2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="${PV/_rc/RC}"
-PHP_EXT_PECL_FILENAME="yaml-${MY_PV}.tgz"
-PHP_EXT_NAME="yaml"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( CREDITS README )
-
-USE_PHP="php7-3 php7-4 php8-0"
-
-inherit php-ext-pecl-r3
-
-S="${WORKDIR}/yaml-${MY_PV}"
-PHP_EXT_S="${S}"
-
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DESCRIPTION="YAML 1.1 (YAML Ain't Markup Language) serialization for PHP"
-LICENSE="MIT"
-SLOT="7"
-IUSE=""
-
-DEPEND=">=dev-libs/libyaml-0.1.0"
-RDEPEND="${DEPEND}"
-PHP_EXT_ECONF_ARGS=()



[gentoo-commits] repo/gentoo:master commit in: dev-php/igbinary/

2022-10-26 Thread Conrad Kostecki
commit: 60d524f0dcdb5ffba5e2a8e5a27bdee3d1f0980b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Oct 23 21:05:52 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:52:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d524f0

dev-php/igbinary: drop php7-3 support

As php7-3 got dropped from tree, removing it.

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

 dev-php/igbinary/igbinary-3.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/igbinary/igbinary-3.2.7.ebuild 
b/dev-php/igbinary/igbinary-3.2.7.ebuild
index 76c951c51966..e675bb47e592 100644
--- a/dev-php/igbinary/igbinary-3.2.7.ebuild
+++ b/dev-php/igbinary/igbinary-3.2.7.ebuild
@@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no"
 DOCS=( CREDITS NEWS README.md )
 PHP_EXT_ECONF_ARGS=( --enable-${PN} )
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-source-r3
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-apcu/

2022-10-26 Thread Conrad Kostecki
commit: a8b0c15178065b78b2b1592eeb67b85b7cc986d6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Oct 23 21:10:55 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:52:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b0c151

dev-php/pecl-apcu: add 5.1.22, adding php8-2

Also adjusted ebuild to match skel.ebuild.

Signed-off-by: Conrad Kostecki  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/27922
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-php/pecl-apcu/Manifest|  1 +
 dev-php/pecl-apcu/pecl-apcu-5.1.22.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-php/pecl-apcu/Manifest b/dev-php/pecl-apcu/Manifest
index ae62b97debbb..67c21f7a3c8b 100644
--- a/dev-php/pecl-apcu/Manifest
+++ b/dev-php/pecl-apcu/Manifest
@@ -1 +1,2 @@
 DIST apcu-5.1.21.tgz 92516 BLAKE2B 
32d73b89bde9ef4eb01c9ad766930e87300b86776c95929607a8aaefba5043e3a7947d064416ac083ff38876fdb41bb03dab1552ac82e54f809269b4c925
 SHA512 
a6ffe8349760d27cde0d86017a59a68e9639bf385e606622d807094f4e5fb305bb25b9ce00077d0856f4d223d44329f7a6314c229b62c78d8e2b085593c92bb3
+DIST apcu-5.1.22.tgz 93926 BLAKE2B 
abc3b27c4224da14b6438df9243f6b7b8245102f7eee0208daf1317bead5463d8f454e33536b8c949a2825140487faf9bb79745180a26e1f0015494e0986acb9
 SHA512 
8f2f4292679bc359ea680ecaf397d69de32bf67d57d719a4839a026ab1b96d5ec4725e92c5c0d1972a117a7cd3d3c456a1f4ec03192fda4657e685de60b9e93e

diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.22.ebuild 
b/dev-php/pecl-apcu/pecl-apcu-5.1.22.ebuild
new file mode 100644
index ..ee48a184ed83
--- /dev/null
+++ b/dev-php/pecl-apcu/pecl-apcu-5.1.22.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PHP_EXT_INI="yes"
+PHP_EXT_NAME="apcu"
+PHP_EXT_ZENDEXT="no"
+USE_PHP="php7-4 php8-0 php8-1 php8-2"
+
+inherit php-ext-pecl-r3
+
+DESCRIPTION="Stripped down version of APC supporting only user cache"
+
+LICENSE="PHP-3.01"
+SLOT="7"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
+
+LOCKS="pthreadmutex pthreadrw spinlock semaphore"
+LUSE=""
+for l in ${LOCKS}; do
+   LUSE+="lock-${l} "
+done
+IUSE="+mmap ${LUSE/lock-pthreadrw/+lock-pthreadrw}"
+REQUIRED_USE="^^ ( $LUSE )"
+
+DOCS=( NOTICE README.md TECHNOTES.txt )
+
+src_prepare() {
+   php-ext-source-r3_src_prepare
+
+   # Remove broken tests from php 7.4 due to trivial output differences
+   if use php_targets_php7-4 ; then
+   php_init_slot_env "php7.4"
+   rm "${PHP_EXT_S}"/tests/apc_entry_00{2,3}.phpt || die
+   fi
+}
+
+src_configure() {
+   local PHP_EXT_ECONF_ARGS=(
+   --enable-apcu
+   $(use_enable mmap apcu-mmap)
+   $(use_enable lock-spinlock apcu-spinlocks)
+   )
+
+   # Broken upstream autoconf test disables if present at all
+   use lock-pthreadrw || PHP_EXT_ECONF_ARGS+=( --disable-apcu-rwlocks )
+
+   php-ext-source-r3_src_configure
+}
+
+src_install() {
+   php-ext-pecl-r3_src_install
+
+   insinto /usr/share/php7/apcu
+   doins apc.php
+}
+
+pkg_postinst() {
+   elog "The apc.php file shipped with this release of pecl-apcu"
+   elog "was installed to ${EPREFIX}/usr/share/php7/apcu/."
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-redis/

2022-10-26 Thread Conrad Kostecki
commit: a579aa74727d55be92c7450884a23e2f9ef03f11
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Oct 23 20:58:51 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:52:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a579aa74

dev-php/pecl-redis: drop php7-3

Dropping php7-3, as it got removed from tree.

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

 dev-php/pecl-redis/pecl-redis-5.3.6.ebuild| 4 ++--
 dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-php/pecl-redis/pecl-redis-5.3.6.ebuild 
b/dev-php/pecl-redis/pecl-redis-5.3.6.ebuild
index 8b0fdebbfc3d..d2e0f4804db5 100644
--- a/dev-php/pecl-redis/pecl-redis-5.3.6.ebuild
+++ b/dev-php/pecl-redis/pecl-redis-5.3.6.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PHP_EXT_NAME="redis"
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 PHP_EXT_NEEDED_USE="json(+)?,session(-)?"
 DOCS=( arrays.markdown cluster.markdown README.markdown CREDITS )
 MY_P="${PN/pecl-/}-${PV/_rc/RC}"
@@ -20,7 +20,7 @@ KEYWORDS="amd64 ~arm"
 IUSE="igbinary +json lz4 +session zstd"
 
 DEPEND="
-   igbinary? ( 
>=dev-php/igbinary-3.0.1-r1[php_targets_php7-3(-)?,php_targets_php7-4(-)?,php_targets_php8-0(-)?,php_targets_php8-1(-)?]
 )
+   igbinary? ( 
>=dev-php/igbinary-3.0.1-r1[php_targets_php7-4(-)?,php_targets_php8-0(-)?,php_targets_php8-1(-)?]
 )
lz4? ( app-arch/lz4:= )
zstd? ( app-arch/zstd:= )
 "

diff --git a/dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild 
b/dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild
index 812b2b151f1f..3c1ac592ec02 100644
--- a/dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild
+++ b/dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="igbinary +json lz4 +session zstd"
 
 DEPEND="
-   igbinary? ( 
>=dev-php/igbinary-3.0.1-r1[php_targets_php7-4(-)?,php_targets_php8-0(-)?,php_targets_php8-1(-)?],php_targets_php8-2(-)?]
 )
+   igbinary? ( 
>=dev-php/igbinary-3.0.1-r1[php_targets_php7-4(-)?,php_targets_php8-0(-)?,php_targets_php8-1(-)?,php_targets_php8-2(-)?]
 )
lz4? ( app-arch/lz4:= )
zstd? ( app-arch/zstd:= )
 "



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-yaml/

2022-10-26 Thread Conrad Kostecki
commit: 54843a2be415cd910dac4528b3a1fc50e14a977a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Oct 23 20:54:26 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:52:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54843a2b

dev-php/pecl-yaml: add php8-2 support

Also dropping php7-3 support, as it's gone from tree.

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

 dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild 
b/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild
index 8f9139b326f2..8bc40bd2fa2c 100644
--- a/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild
+++ b/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 PHP_EXT_NAME="yaml"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1 php8-2"
 
 inherit php-ext-pecl-r3
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-imagick/

2022-10-26 Thread Conrad Kostecki
commit: 4143a6a33631e12a5386c6095ef12c0b3561ff09
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Oct 23 21:00:42 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:52:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4143a6a3

dev-php/pecl-imagick: add php8-2

Also dropping php7-3, as it got removed from tree.

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

 dev-php/pecl-imagick/pecl-imagick-3.5.1.ebuild| 4 ++--
 dev-php/pecl-imagick/pecl-imagick-3.6.0.ebuild| 2 +-
 .../{pecl-imagick-3.7.0.ebuild => pecl-imagick-3.7.0-r1.ebuild}   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-php/pecl-imagick/pecl-imagick-3.5.1.ebuild 
b/dev-php/pecl-imagick/pecl-imagick-3.5.1.ebuild
index bc3b95efa6d7..7c5171846123 100644
--- a/dev-php/pecl-imagick/pecl-imagick-3.5.1.ebuild
+++ b/dev-php/pecl-imagick/pecl-imagick-3.5.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
 PHP_EXT_NAME="imagick"
-USE_PHP="php7-3 php7-4 php8-0"
+USE_PHP="php7-4 php8-0"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-imagick/pecl-imagick-3.6.0.ebuild 
b/dev-php/pecl-imagick/pecl-imagick-3.6.0.ebuild
index c561a81cc660..cec99a0b783d 100644
--- a/dev-php/pecl-imagick/pecl-imagick-3.6.0.ebuild
+++ b/dev-php/pecl-imagick/pecl-imagick-3.6.0.ebuild
@@ -4,7 +4,7 @@
 EAPI="7"
 
 PHP_EXT_NAME="imagick"
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-imagick/pecl-imagick-3.7.0.ebuild 
b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r1.ebuild
similarity index 94%
rename from dev-php/pecl-imagick/pecl-imagick-3.7.0.ebuild
rename to dev-php/pecl-imagick/pecl-imagick-3.7.0-r1.ebuild
index c561a81cc660..8f23fe654a7b 100644
--- a/dev-php/pecl-imagick/pecl-imagick-3.7.0.ebuild
+++ b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r1.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
 PHP_EXT_NAME="imagick"
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1 php8-2"
 
 inherit php-ext-pecl-r3
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/files/

2022-10-26 Thread Conrad Kostecki
commit: e909e87bf3113e65b22c1e81d55cfbd8b467497e
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Oct 24 18:24:30 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e909e87b

www-servers/nginx: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/27937
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/http_uploadprogress-issue_50-r1.patch| 31 --
 1 file changed, 31 deletions(-)

diff --git a/www-servers/nginx/files/http_uploadprogress-issue_50-r1.patch 
b/www-servers/nginx/files/http_uploadprogress-issue_50-r1.patch
deleted file mode 100644
index 42cbd779a8cb..
--- a/www-servers/nginx/files/http_uploadprogress-issue_50-r1.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From dd138546b16a01e9c09613d02211373baf1cac02 Mon Sep 17 00:00:00 2001
-From: Thomas Deutschmann 
-Date: Thu, 20 Oct 2016 03:09:37 +0200
-Subject: [PATCH] config: Fix ngx_module_type
-
-Since commit 37182ce2f3b6 the module was not present in static builds
-because due to an invalid "ngx_module_type" the module was not added to
-objs/ngx_modules.c.
-
-This commit will fix the problem by setting the correct module type
-"HTTP_FILTER" [Link 1].
-
-Link 1: 
https://www.nginx.com/resources/wiki/extending/new_config/#key-ngx_module_type
-Gentoo-Bug: https://bugs.gentoo.org/593450
-Fixes: https://github.com/masterzen/nginx-upload-progress-module/issues/50

- config | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/config b/config
-index 364af8c..5f4ade1 100644
 a/config
-+++ b/config
-@@ -1,6 +1,6 @@
- ngx_addon_name=ngx_http_uploadprogress_module
- if test -n "$ngx_module_link"; then
--ngx_module_type=FILTER
-+ngx_module_type=HTTP_FILTER
- ngx_module_name=ngx_http_uploadprogress_module
- ngx_module_srcs="$ngx_addon_dir/ngx_http_uploadprogress_module.c"
- 



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-parallel/

2022-10-26 Thread Conrad Kostecki
commit: 59c40228b0d73900fa50d28464405d779b9795a0
Author: Jaco Kroon  uls  co  za>
AuthorDate: Mon Oct 24 07:34:54 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:47:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c40228

dev-php/pecl-parallel: add 1.2.0

Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-php/pecl-parallel/Manifest   |  1 +
 dev-php/pecl-parallel/pecl-parallel-1.2.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-php/pecl-parallel/Manifest b/dev-php/pecl-parallel/Manifest
index 9f6e7de3211c..18ffdfd748cc 100644
--- a/dev-php/pecl-parallel/Manifest
+++ b/dev-php/pecl-parallel/Manifest
@@ -1 +1,2 @@
 DIST pecl-parallel-1.1.4.tgz 58783 BLAKE2B 
942c767ff4838c13e70829d6ac6599cee3185afaf71e9dc430064835102d31a3e50b99694e1632be652c6a019934a13ba0f5139041bba39d486a20615478b910
 SHA512 
6693f01b0d43de5153aa0953f90580717e519cfbe8ca5b0ba6abd9cc681e0efe9d7c6fcc601da98f74b570b5810dffdbf5100bedc8ab86c1f4bc61d48955ae77
+DIST pecl-parallel-1.2.0.tgz 61019 BLAKE2B 
84b127e7c10f083bead7d12648b312b07d036fdd63239881ad299f4a111d98d1a62d781754c8a11614848ecb0042a3d403b40167072722261bc3734091920665
 SHA512 
a96e61c94fe5fb2e00f6c9007df553bb59d95a96c76a47fcd74e26d1c48b1ac0bd5359174035c6f534808367e7e0c74c9f0e74f8128de38126a008d26be2efa0

diff --git a/dev-php/pecl-parallel/pecl-parallel-1.2.0.ebuild 
b/dev-php/pecl-parallel/pecl-parallel-1.2.0.ebuild
new file mode 100644
index ..26beb40752ce
--- /dev/null
+++ b/dev-php/pecl-parallel/pecl-parallel-1.2.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PHP_EXT_NAME="parallel"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+PHP_EXT_NEEDED_USE="threads"
+
+USE_PHP="php8-0 php8-1 php8-2"
+SLOT="8"
+
+inherit php-ext-pecl-r3
+
+SRC_URI="${SRC_URI} -> ${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="A succint parallel concurrency API for PHP"
+LICENSE="PHP-3.01"



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-parallel/

2022-10-26 Thread Conrad Kostecki
commit: 178685843a0d5dd4c64dc262833ba5b8e04010a7
Author: Jaco Kroon  uls  co  za>
AuthorDate: Mon Oct 24 07:37:08 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:47:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17868584

dev-php/pecl-parallel: drop 

Signed-off-by: Jaco Kroon  uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/27925
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-php/pecl-parallel/pecl-parallel-.ebuild | 28 -
 1 file changed, 28 deletions(-)

diff --git a/dev-php/pecl-parallel/pecl-parallel-.ebuild 
b/dev-php/pecl-parallel/pecl-parallel-.ebuild
deleted file mode 100644
index f89155872481..
--- a/dev-php/pecl-parallel/pecl-parallel-.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-PHP_EXT_NAME="parallel"
-USE_PHP="php8-0 php8-1"
-PHP_EXT_NEEDED_USE="threads"
-PHP_EXT_ECONF_ARGS=()
-
-inherit php-ext-source-r3 git-r3
-
-DESCRIPTION="A succint parallel concurrency API for PHP"
-HOMEPAGE="https://pecl.php.net/package/parallel;
-EGIT_REPO_URI="https://github.com/krakjoe/parallel.git;
-
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc"
-
-src_unpack() {
-   git-r3_src_unpack
-
-   # create the default modules directory to be able
-   # to use the php-ext-source-r3 eclass to configure/build
-   ln -s src "${S}/modules" || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-parallel/

2022-10-26 Thread Conrad Kostecki
commit: a4b53e1afca25080abec7c37344e052d5ce86c6e
Author: Jaco Kroon  uls  co  za>
AuthorDate: Mon Oct 24 07:25:53 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:47:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b53e1a

dev-php/pecl-parallel: bump 1.1.4

Move to EAPI=8.
Fix test failures (php7.3 support removed, as far as I can tell these
failing tests were due to issues in the way php7.3 handled the testing).

Closes: https://bugs.gentoo.org/815124

Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Conrad Kostecki  gentoo.org>

 ...allel-1.1.4.ebuild => pecl-parallel-1.1.4-r1.ebuild} | 17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild 
b/dev-php/pecl-parallel/pecl-parallel-1.1.4-r1.ebuild
similarity index 52%
rename from dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild
rename to dev-php/pecl-parallel/pecl-parallel-1.1.4-r1.ebuild
index 5d0e7fc04b47..64ba94830ab9 100644
--- a/dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild
+++ b/dev-php/pecl-parallel/pecl-parallel-1.1.4-r1.ebuild
@@ -1,13 +1,15 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
 PHP_EXT_NAME="parallel"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
+PHP_EXT_NEEDED_USE="threads"
 
-USE_PHP="php7-3 php7-4"
+USE_PHP="php7-4"
+SLOT="7"
 
 inherit php-ext-pecl-r3
 
@@ -17,12 +19,3 @@ KEYWORDS="~amd64 ~x86"
 
 DESCRIPTION="A succint parallel concurrency API for PHP"
 LICENSE="PHP-3.01"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   php_targets_php7-3? ( dev-lang/php:7.3[threads] )
-   php_targets_php7-4? ( dev-lang/php:7.4[threads] )
-"
-DEPEND="test? ( ${RDEPEND} )"



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

2022-10-26 Thread Conrad Kostecki
commit: 3c1c0c752e8ab615342c7bb3387eb355c1e50b47
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Oct 24 18:20:48 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:45:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1c0c75

net-analyzer/net-snmp: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/27936
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../net-snmp/files/net-snmp-5.7.3-include-limits.patch| 15 ---
 1 file changed, 15 deletions(-)

diff --git a/net-analyzer/net-snmp/files/net-snmp-5.7.3-include-limits.patch 
b/net-analyzer/net-snmp/files/net-snmp-5.7.3-include-limits.patch
deleted file mode 100644
index 04eafbbe9c5d..
--- a/net-analyzer/net-snmp/files/net-snmp-5.7.3-include-limits.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-POSIX requires  for PATH_MAX and NAME_MAX
-
-Author: Anthony G. Basile 
-
-diff -Naur net-snmp-5.7.3.orig/agent/mibgroup/util_funcs/get_pid_from_inode.c 
net-snmp-5.7.3/agent/mibgroup/util_funcs/get_pid_from_inode.c
 net-snmp-5.7.3.orig/agent/mibgroup/util_funcs/get_pid_from_inode.c 
2014-12-08 15:23:22.0 -0500
-+++ net-snmp-5.7.3/agent/mibgroup/util_funcs/get_pid_from_inode.c  
2018-02-21 15:34:06.237028136 -0500
-@@ -6,6 +6,7 @@
- 
- #include 
- #include 
-+#include 
- #if HAVE_STDLIB_H
- #include 
- #endif



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

2022-10-26 Thread Conrad Kostecki
commit: cc655f1d150d9a8cfb62ca60c4e6fb4b1dcaa073
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Oct 26 19:38:23 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:43:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc655f1d

games-server/bedrock-server: amd64 stable

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

 games-server/bedrock-server/bedrock-server-1.19.31.01.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-server/bedrock-server/bedrock-server-1.19.31.01.ebuild 
b/games-server/bedrock-server/bedrock-server-1.19.31.01.ebuild
index 16dd14a8e660..520bc15c7abd 100644
--- a/games-server/bedrock-server/bedrock-server-1.19.31.01.ebuild
+++ b/games-server/bedrock-server/bedrock-server-1.19.31.01.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
 
 LICENSE="Mojang"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 RDEPEND="
acct-group/bedrock



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

2022-10-26 Thread Conrad Kostecki
commit: cced2b065324f8579580380d0328775e9461f0ee
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Oct 26 19:41:46 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:43:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cced2b06

net-wireless/unifi: add 7.2.95

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

 net-wireless/unifi/Manifest|   1 +
 net-wireless/unifi/unifi-7.2.95.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index 3b45b9009989..a9f896c5b6a7 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -1,3 +1,4 @@
 DIST unifi-6.5.55.zip 157805689 BLAKE2B 
09a7b69143478d0b81dd6f7be1746b1a35cd00ee034471c512d04e4f91aa02688871857edf3c0ef538e601aaf8eccdd0c55193a9bde10924ddeff1fd333da355
 SHA512 
c2f677de819268366d65622238c1b8d6d8abcd5e06d6f1f635d9755573eff5a6aca0c84298a111b0da5e80bade8132e05339035edde3cc5fc08834f2d6c4b26e
 DIST unifi-7.1.68.zip 202099045 BLAKE2B 
f84a579c01ec0494e0e8b67a126947cd7bb0625c60d5f5026232e563ee84a4c0fdef827e5f8044de4e5d7fd970a50846dc91d7467196fc2f53bb27655bbb5212
 SHA512 
b4e71dd28bb645d7fb085546fc29019aa6f33780e559ed284216b7f330eaf5f41f5177e839a5a277d4d41a2242ffe16a44b582c51e74e469bacf96502d187a55
 DIST unifi-7.2.94.zip 171734421 BLAKE2B 
ab692e5c4c07365c40d3e10e52f9fcb06a5919e9da0d13db7d67def6d4a92c6372b8b6a8924a40305b0f894836ed0db1a7f71f65253e8ed538e29eaa00d11e90
 SHA512 
913c5b3a8d88faae18ae197b95e15d22611281ee296bc33f240d90e77b90db1a8f3d59b4dfb537a498d600d69dd53d09e6c604ef11e490873041c5010fda07d2
+DIST unifi-7.2.95.zip 171756458 BLAKE2B 
f453beb8c7e7a7f9791c2c471d83d06a29345a7595bfff412a7c059294adbd507d598b22242488af5519b2abf5c52884fc3e93bb1d3f96872a1f651aa3a175e2
 SHA512 
cda5c0d8fd3a43735de7b1c34cb908411ee4569cfa8313575e47efa1339ef03a6a232d02d5b14552e6380eb69a05fec08b33467202cdd7f399249f5a21260934

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

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

2022-10-26 Thread Conrad Kostecki
commit: 78240914d066fae454b4a8f2bf4ac6de1cee67f1
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Oct 26 19:28:26 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:43:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78240914

dev-libs/opencl-clang: amd64 stable

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

 dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild 
b/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild
index d9682f8e0030..658057bcc863 100644
--- a/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild
+++ b/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${PV}"
 
 LICENSE="UoI-NCSA"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
dev-util/spirv-llvm-translator:${SLOT}=



[gentoo-commits] repo/gentoo:master commit in: dev-util/intel-graphics-compiler/

2022-10-26 Thread Conrad Kostecki
commit: 50e307528456614bdcdb2f414de8539ef05c38c1
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Oct 26 19:40:03 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:43:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e30752

dev-util/intel-graphics-compiler: drop 1.0.11702.1

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

 dev-util/intel-graphics-compiler/Manifest  |  1 -
 .../intel-graphics-compiler-1.0.11702.1.ebuild | 85 --
 2 files changed, 86 deletions(-)

diff --git a/dev-util/intel-graphics-compiler/Manifest 
b/dev-util/intel-graphics-compiler/Manifest
index 27912180ea70..3f3b03dbd1c1 100644
--- a/dev-util/intel-graphics-compiler/Manifest
+++ b/dev-util/intel-graphics-compiler/Manifest
@@ -1,3 +1,2 @@
-DIST intel-graphics-compiler-1.0.11702.1.tar.gz 8734601 BLAKE2B 
7cc8a4f9fc820d822c3b435d172ca27145d916fd25fedf20d13b2d7041cba36fc4416e17307ab0cbf6b9785f5958a53c58486fb6fb4776025b696f5dfb195161
 SHA512 
cd7d27a3a13462517c3e75c43d7d951afa53ef77875f479304da43b93fd40ae19680c11dc5bcf2ec3fecf6dbe56daa954ccb88b9f99f3af4c53d3141ef0b93f5
 DIST intel-graphics-compiler-1.0.12149.1.tar.gz 8874232 BLAKE2B 
b6195741282290561ee669574b19a9d96dd9695ea6358932f4c54946ff7b2a0315f905e9445419349131c2a424b630b8197a944bbd46a3232bd841be50f4f2e8
 SHA512 
1c9f2a6e119713173db527d8dc891269606db2a57a9c0043c82556e79a77d83bab31b732557e8130f36b99a54b551e8ff6d6104b3d75ef081d9f16811abbe8db
 DIST intel-graphics-compiler-1.0.12260.1.tar.gz 8887984 BLAKE2B 
626b5f2bd189ba9b2933b9d65227ca1552484f73f7398b2a763744d21a4ea189987e4eb08e9e7f09898fb49568b59a2c45298363495c1759fec9927a95cf4478
 SHA512 
4223e9c8213c7e6cf3539d955394a0a4a39cb8d2114ce18ccaeeb0b36a91ca6fc6a314fa9d9db24929fa7cd6b86ff8b82f369f35dd80e5df49b23ac9cd3a519b

diff --git 
a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.11702.1.ebuild 
b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.11702.1.ebuild
deleted file mode 100644
index 63b90728f8c7..
--- 
a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.11702.1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_BUILD_TYPE="Release"
-LLVM_MAX_SLOT="13"
-MY_PN="igc"
-MY_P="${MY_PN}-${PV}"
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit cmake flag-o-matic llvm python-any-r1
-
-DESCRIPTION="LLVM-based OpenCL compiler for OpenCL targetting Intel Gen 
graphics hardware"
-HOMEPAGE="https://github.com/intel/intel-graphics-compiler;
-SRC_URI="https://github.com/intel/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="debug"
-
-DEPEND="
-   dev-libs/opencl-clang:${LLVM_MAX_SLOT}=
-   dev-util/spirv-tools
-   =sys-devel/lld-${LLVM_MAX_SLOT}*
-   sys-devel/llvm:${LLVM_MAX_SLOT}=
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-   =sys-devel/lld-${LLVM_MAX_SLOT}*
-   ${PYTHON_DEPS}
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.0.9-no_Werror.patch"
-   "${FILESDIR}/${PN}-1.0.8173-opencl-clang_version.patch"
-   "${FILESDIR}/${PN}-1.0.8365-disable-git.patch"
-   "${FILESDIR}/${PN}-1.0.11485-include-opencl-c.patch"
-)
-
-pkg_setup() {
-   llvm_pkg_setup
-   python-any-r1_pkg_setup
-}
-
-src_configure() {
-   # Get LLVM version
-   local llvm_version="$(best_version -d sys-devel/llvm:${LLVM_MAX_SLOT})"
-
-   # See https://github.com/intel/intel-graphics-compiler/issues/212
-   append-ldflags -Wl,-z,undefs
-
-   # See https://bugs.gentoo.org/718824
-   ! use debug && append-cppflags -DNDEBUG
-
-   local mycmakeargs=(
-   
-DCCLANG_INCLUDE_PREBUILDS_DIR="/usr/lib/clang/${llvm_version##*-}/include"
-   -DCCLANG_SONAME_VERSION="${LLVM_MAX_SLOT}"
-   -DCMAKE_LIBRARY_PATH="$(get_llvm_prefix 
${LLVM_MAX_SLOT})/$(get_libdir)"
-   -DIGC_OPTION__ARCHITECTURE_TARGET="Linux64"
-   -DIGC_OPTION__CLANG_MODE="Prebuilds"
-   -DIGC_OPTION__LINK_KHRONOS_SPIRV_TRANSLATOR="ON"
-   -DIGC_OPTION__LLD_MODE="Prebuilds"
-   -DIGC_OPTION__LLDELF_H_DIR="${EPREFIX}/usr/include/lld/Common"
-   -DIGC_OPTION__LLVM_MODE="Prebuilds"
-   -DIGC_OPTION__LLVM_PREFERRED_VERSION="${llvm_version##*-}"
-   -DIGC_OPTION__SPIRV_TOOLS_MODE="Prebuilds"
-   -DIGC_OPTION__SPIRV_TRANSLATOR_MODE="Prebuilds"
-   -DIGC_OPTION__USE_PREINSTALLED_SPRIV_HEADERS="ON"
-   -DINSTALL_GENX_IR="ON"
-   
-DSPIRVLLVMTranslator_INCLUDE_DIR="${EPREFIX}/usr/lib/llvm/${LLVM_MAX_SLOT}/include/LLVMSPIRVLib"
-   -Wno-dev
-
-   # Compilation with VectorCompiler causes currently a segfault.
-   # See 
https://github.com/intel/intel-graphics-compiler/issues/236
-   -DIGC_BUILD__VC_ENABLED="OFF"
-  

[gentoo-commits] repo/gentoo:master commit in: sys-auth/AusweisApp2/

2022-10-26 Thread Conrad Kostecki
commit: a32bf3692af7e7fd064eb7e86c16a92aa794
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Oct 26 19:42:35 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:43:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32bf369

sys-auth/AusweisApp2: add 1.24.3

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

 sys-auth/AusweisApp2/AusweisApp2-1.24.3.ebuild | 51 ++
 sys-auth/AusweisApp2/Manifest  |  1 +
 2 files changed, 52 insertions(+)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.24.3.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.24.3.ebuild
new file mode 100644
index ..f1b6cc8c799f
--- /dev/null
+++ b/sys-auth/AusweisApp2/AusweisApp2-1.24.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
+HOMEPAGE="https://www.ausweisapp.bund.de/;
+SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="EUPL-1.2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig"
+
+RDEPEND="
+   dev-libs/openssl:0=
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtquickcontrols2:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwebsockets:5[qml]
+   dev-qt/qtwidgets:5
+   net-libs/http-parser:0=
+   sys-apps/pcsc-lite
+   virtual/udev"
+
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=OFF
+   -DQt=Qt5
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}

diff --git a/sys-auth/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest
index e7d67117e5b3..f5aaedbe2b65 100644
--- a/sys-auth/AusweisApp2/Manifest
+++ b/sys-auth/AusweisApp2/Manifest
@@ -1 +1,2 @@
 DIST AusweisApp2-1.24.2.tar.gz 11478273 BLAKE2B 
3afb45bfa82c83f2fda6286c879d20fe3dd3769eb6be74c12297dfd991d976f40c6e9342237f953ae51534c41306daea3de7f8cf7e6b638489037772193e72e4
 SHA512 
15735cc52947b2cc16794cc508af7c2347d9789222c8506ff0ffbfce1263230892fd81f57d583df7f929ef197c2bbc0728ef31c3c700f2c08ec9dba516bd225b
+DIST AusweisApp2-1.24.3.tar.gz 11482297 BLAKE2B 
2bd1351e0406c11b23cbd5ad3e1304e5bc1cde7a54227bb5cdc628f3d3c66aba82a7f1dc44eb9c6b6552926c9e987e0f3bb040155c014dc52c79bbaf961bbe10
 SHA512 
af963288e255c1dd49bcfafeebf4b5523d585c46fd293a4d3a57d6cd35cffddaa98bff21225aa623506a581596f375d5e9ae446b52bf351e3dae0aa9db81bff8



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

2022-10-26 Thread Conrad Kostecki
commit: b4f604770c5aea0b8c3c38d4a074f126a08926f9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Oct 26 19:38:55 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:43:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f60477

games-server/bedrock-server: drop 1.19.20.02, 1.19.30.04

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

 games-server/bedrock-server/Manifest   |  2 -
 .../bedrock-server-1.19.20.02.ebuild   | 53 --
 .../bedrock-server-1.19.30.04.ebuild   | 53 --
 3 files changed, 108 deletions(-)

diff --git a/games-server/bedrock-server/Manifest 
b/games-server/bedrock-server/Manifest
index ff4e7bceabce..fc7af0102ed3 100644
--- a/games-server/bedrock-server/Manifest
+++ b/games-server/bedrock-server/Manifest
@@ -1,3 +1 @@
-DIST bedrock-server-1.19.20.02.zip 75658923 BLAKE2B 
f137320f5785ddbdd1f4ff550f99448ad70455c0ab70bc8d9ec48c15487503313dd0e887cd8b9a4a1a73b5af82af0b548a6cd13180fdbbd3fb53291f3c5c6ee7
 SHA512 
f82e50e9180dadab76152bc7860c0306d3ee68091f39345749e4c4268b5c6d53692188373bb366a053abc352b50b1508eab8d662b10fe7ce96cf91485596c1d2
-DIST bedrock-server-1.19.30.04.zip 77883277 BLAKE2B 
e92ecca1b3118e4045c4369b9d468566ed807c989851d30d546629652ffa83f52ebc48f1a4d47061b1073ba0672e4432c7f2ae71b07b27e5bf8260f91cbcaf02
 SHA512 
b1431d52b193c8198aa6d3ff015d4de8df551fc6d96210aa8745fc14021dcf655c7cada0e218a9b803ed1142ec952224751bea3acd9a778f7775992c80f1ddc9
 DIST bedrock-server-1.19.31.01.zip 77882899 BLAKE2B 
eef22247045fb6b15a1a1b6a73d53dcdfda096a798875f1b1ff7fd8b5af1179f0f4b5e05dd5f51a098d896633bc7e2e2c3edd713e21fb2da84801ab9c66a
 SHA512 
ec43e491ed946cfc7da12e9f46f00b3e06aa0f72970abfd8d63bbc7c3c875c933651e1d6f332a201d2bbf4c0cded2f8b2e69f971aa55a74d2721ab953ea9dfd1

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

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



[gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-llvm-translator/

2022-10-26 Thread Conrad Kostecki
commit: 0fcdb3f6ba6307c0311e2d726d62e36873cb38fc
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Oct 26 19:37:38 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:43:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcdb3f6

dev-util/spirv-llvm-translator: amd64 stable

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

 dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0.ebuild 
b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0.ebuild
index d46120e8f99d..ab5c882049c9 100644
--- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0.ebuild
+++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="UoI-NCSA"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="test +tools"
 REQUIRED_USE="test? ( tools )"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-util/intel-graphics-compiler/

2022-10-26 Thread Conrad Kostecki
commit: 01013a4003cc44f8734ca49446deb8de2ff75c88
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Oct 26 19:39:21 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct 26 19:43:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01013a40

dev-util/intel-graphics-compiler: amd64 stable

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

 .../intel-graphics-compiler/intel-graphics-compiler-1.0.12149.1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.12149.1.ebuild 
b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.12149.1.ebuild
index 40b31434451c..63b90728f8c7 100644
--- 
a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.12149.1.ebuild
+++ 
b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.12149.1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${PN}-${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="debug"
 
 DEPEND="



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

2022-10-26 Thread Stefan Strogin
commit: 84b0d06216e11fd65bbc0b3404ce0abcc260064c
Author: Stefan Strogin  gentoo  org>
AuthorDate: Wed Oct 26 19:26:14 2022 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Wed Oct 26 19:37:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b0d062

media-libs/libopenshot: add missing dep on protobuf

Signed-off-by: Stefan Strogin  gentoo.org>

 media-libs/libopenshot/libopenshot-0.2.7.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/libopenshot/libopenshot-0.2.7.ebuild 
b/media-libs/libopenshot/libopenshot-0.2.7.ebuild
index bd3a3381e83f..2b8a04af8424 100644
--- a/media-libs/libopenshot/libopenshot-0.2.7.ebuild
+++ b/media-libs/libopenshot/libopenshot-0.2.7.ebuild
@@ -20,6 +20,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
 
 RDEPEND="dev-libs/jsoncpp:0=
+   dev-libs/protobuf:=
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtmultimedia:5[widgets]



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nomad/

2022-10-26 Thread William Hubbs
commit: fe417c83d02f03b2ce655cd2aeb957899b10fc9f
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Oct 26 19:26:43 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct 26 19:27:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe417c83

sys-cluster/nomad: add 1.2.13

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

 sys-cluster/nomad/Manifest|  2 ++
 sys-cluster/nomad/nomad-1.2.13.ebuild | 44 +++
 2 files changed, 46 insertions(+)

diff --git a/sys-cluster/nomad/Manifest b/sys-cluster/nomad/Manifest
index 5f1e8f0effa1..d7a9b47649b1 100644
--- a/sys-cluster/nomad/Manifest
+++ b/sys-cluster/nomad/Manifest
@@ -1,3 +1,5 @@
+DIST nomad-1.2.13-deps.tar.xz 333983572 BLAKE2B 
089b6de3c72d38ed78ed4b6e643faf636c103f7b63ce669ea1fa07b0c1a8d67d637498d23279b40f53127c9db58d1d4115769b85457e5181a4bf163272d6dd62
 SHA512 
1b40e3189ea95ac280baff5c604a6a0c01fde79954855694e117af7b54c6448a1343ce09f0eb0a3fdc64121866d6366af96750be5f62ee423962265671d43275
+DIST nomad-1.2.13.tar.gz 21582623 BLAKE2B 
88922fa619af1f1ad31326b9729a0d8b0885fbc88dcb1657181ee8e7472f043dd455c847edd7615f84ead2031c91f85c13524e20e6df2b5bf1ffef87919a0dfd
 SHA512 
a4390f37707df4483b93b85b153f26e2e1340736cbb5e8363782467c8b88f9ac5b9967102b8f7478c27ab39bc682486f39fc90a158e04b0a02aa1e12b4e97d23
 DIST nomad-1.2.6-vendor.tar.xz 8019208 BLAKE2B 
f972a84d201328f95e13a68fdc6dc0f0db5aff6d7ff98f5478ef310c6349fb4c0d9e5aa9c638ae81fb9f2776fa4d252c3b1daed091d3b9ae6d86a75d79e2ac0e
 SHA512 
8d53eaa771847d862f14c3fad286fe42b5c4426b242b18d2b900e4807221e6624b8bb129f34c560078d8863ce19b58c6637d2cc806950fffb5140b8d44f44c8f
 DIST nomad-1.2.6.tar.gz 29585632 BLAKE2B 
1b9ecbb11ddc59f8078831c6d41b8547a572c3b8475a21d65b8333204bdd2a6ee646cc7c5ec2bdffaee6c1b3cdf2dc30a667464695057e49c2bca41128b61452
 SHA512 
93a3ed9b0d992ba25cb126496cb9ed250195d8b8011312ebc4cffdf5f9f8786bc43cbe18cefc820597b8a117a05f6118e2e4a88e25e738c1bd309c5504e93ed9
 DIST nomad-1.4.1-deps.tar.xz 374031840 BLAKE2B 
8859181e7e5bbf74367f2e9231c80869b91394d831d367d0dbad77cec1822e399d0436f93f4e66c3079c47687a366dac6fe926b7cd3906f8ce1539b40e860085
 SHA512 
c422fc115c062482d8ea85f9271c3be9fcdccbd67cc6cc3a2c26f1df77f2686ea90df7e118e82dd9f496af4c8482e11d6eb3130fd69e3e797d684c2d41e4da0c

diff --git a/sys-cluster/nomad/nomad-1.2.13.ebuild 
b/sys-cluster/nomad/nomad-1.2.13.ebuild
new file mode 100644
index ..11268df20c44
--- /dev/null
+++ b/sys-cluster/nomad/nomad-1.2.13.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module systemd
+GIT_COMMIT=6892b138959f03d2fcc02975b61c24c297b360bb
+
+DESCRIPTION="A simple and flexible workload orchestrator"
+HOMEPAGE="https://nomadproject.io;
+SRC_URI="https://github.com/hashicorp/nomad/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="ui"
+
+RESTRICT=" test"
+
+src_compile() {
+   local go_ldflags go_tags
+   go_ldflags="-X 
github.com/hashicorp/nomad/version.GitCommit=${GIT_COMMIT}"
+   go_tags="codegen_generated"
+   go_tags+="$(usex ui ',ui' '' )"
+   CGO_ENABLED=1 \
+   ego build \
+   -ldflags "${go_ldflags}" \
+   -tags "${go_tags}" \
+   -trimpath \
+   -o bin/${PN}
+}
+
+src_install() {
+   dobin bin/${PN}
+   systemd_dounit "${FILESDIR}"/nomad.service
+   keepdir /etc/nomad.d
+   einstalldocs
+   dodoc CHANGELOG.md
+   keepdir /var/lib/nomad /var/log/nomad
+   newconfd "${FILESDIR}/nomad.confd" nomad
+   newinitd "${FILESDIR}/nomad.initd" nomad
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/nomad.logrotated" nomad
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nomad/

2022-10-26 Thread William Hubbs
commit: 1469e630238a2e11be5d9c68b3c54e23ce6cdecd
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Oct 26 19:27:20 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct 26 19:27:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1469e630

sys-cluster/nomad: drop 1.2.6

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

 sys-cluster/nomad/Manifest   |  2 --
 sys-cluster/nomad/nomad-1.2.6.ebuild | 51 
 2 files changed, 53 deletions(-)

diff --git a/sys-cluster/nomad/Manifest b/sys-cluster/nomad/Manifest
index d7a9b47649b1..4ffc779910ac 100644
--- a/sys-cluster/nomad/Manifest
+++ b/sys-cluster/nomad/Manifest
@@ -1,6 +1,4 @@
 DIST nomad-1.2.13-deps.tar.xz 333983572 BLAKE2B 
089b6de3c72d38ed78ed4b6e643faf636c103f7b63ce669ea1fa07b0c1a8d67d637498d23279b40f53127c9db58d1d4115769b85457e5181a4bf163272d6dd62
 SHA512 
1b40e3189ea95ac280baff5c604a6a0c01fde79954855694e117af7b54c6448a1343ce09f0eb0a3fdc64121866d6366af96750be5f62ee423962265671d43275
 DIST nomad-1.2.13.tar.gz 21582623 BLAKE2B 
88922fa619af1f1ad31326b9729a0d8b0885fbc88dcb1657181ee8e7472f043dd455c847edd7615f84ead2031c91f85c13524e20e6df2b5bf1ffef87919a0dfd
 SHA512 
a4390f37707df4483b93b85b153f26e2e1340736cbb5e8363782467c8b88f9ac5b9967102b8f7478c27ab39bc682486f39fc90a158e04b0a02aa1e12b4e97d23
-DIST nomad-1.2.6-vendor.tar.xz 8019208 BLAKE2B 
f972a84d201328f95e13a68fdc6dc0f0db5aff6d7ff98f5478ef310c6349fb4c0d9e5aa9c638ae81fb9f2776fa4d252c3b1daed091d3b9ae6d86a75d79e2ac0e
 SHA512 
8d53eaa771847d862f14c3fad286fe42b5c4426b242b18d2b900e4807221e6624b8bb129f34c560078d8863ce19b58c6637d2cc806950fffb5140b8d44f44c8f
-DIST nomad-1.2.6.tar.gz 29585632 BLAKE2B 
1b9ecbb11ddc59f8078831c6d41b8547a572c3b8475a21d65b8333204bdd2a6ee646cc7c5ec2bdffaee6c1b3cdf2dc30a667464695057e49c2bca41128b61452
 SHA512 
93a3ed9b0d992ba25cb126496cb9ed250195d8b8011312ebc4cffdf5f9f8786bc43cbe18cefc820597b8a117a05f6118e2e4a88e25e738c1bd309c5504e93ed9
 DIST nomad-1.4.1-deps.tar.xz 374031840 BLAKE2B 
8859181e7e5bbf74367f2e9231c80869b91394d831d367d0dbad77cec1822e399d0436f93f4e66c3079c47687a366dac6fe926b7cd3906f8ce1539b40e860085
 SHA512 
c422fc115c062482d8ea85f9271c3be9fcdccbd67cc6cc3a2c26f1df77f2686ea90df7e118e82dd9f496af4c8482e11d6eb3130fd69e3e797d684c2d41e4da0c
 DIST nomad-1.4.1.tar.gz 22931445 BLAKE2B 
b21eed2e85a618738f8ade32b993799d0cf2e3afaf7abfd174ad9cd93b54360bc27089fda4a37eafb1487c36ae93c087208eaa1078fecaf61d8e01fa992983d5
 SHA512 
80da494a595339242f77182ee47a124b75277a609e845b9e7fa20f0d9f89b1d4044e18f4d44ade7fe9e4feb06d1bdf71ca9d733ec6270af8ae062374a4ee01a2

diff --git a/sys-cluster/nomad/nomad-1.2.6.ebuild 
b/sys-cluster/nomad/nomad-1.2.6.ebuild
deleted file mode 100644
index 3f80f72e6b1a..
--- a/sys-cluster/nomad/nomad-1.2.6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module systemd
-GIT_COMMIT=95514d569610f15ce49b4a7a1a6bfd3e7b3e7b4f
-
-DESCRIPTION="A simple and flexible workload orchestrator"
-HOMEPAGE="https://nomadproject.io;
-SRC_URI="https://github.com/hashicorp/nomad/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-vendor.tar.xz;
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="ui"
-
-RESTRICT=" test"
-
-src_prepare() {
-   default
-   if [[ -d ../vendor ]]; then
-   mv ../vendor . || die
-   fi
-}
-
-src_compile() {
-   local go_ldflags go_tags
-   go_ldflags="-X 
github.com/hashicorp/nomad/version.GitCommit=${GIT_COMMIT}"
-   go_tags="codegen_generated"
-   go_tags+="$(usex ui ',ui' '' )"
-   CGO_ENABLED=1 \
-   go build \
-   -ldflags "${go_ldflags}" \
-   -tags "${go_tags}" \
-   -trimpath \
-   -o bin/${PN} || die "compile failed"
-}
-
-src_install() {
-   dobin bin/${PN}
-   systemd_dounit "${FILESDIR}"/nomad.service
-   keepdir /etc/nomad.d
-   einstalldocs
-   dodoc CHANGELOG.md
-   keepdir /var/lib/nomad /var/log/nomad
-   newconfd "${FILESDIR}/nomad.confd" nomad
-   newinitd "${FILESDIR}/nomad.initd" nomad
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/nomad.logrotated" nomad
-}



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

2022-10-26 Thread Arthur Zamarin
commit: ddb83ce0f20a72e52f011623348b6c626b0726d1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 26 19:21:04 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 26 19:21:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb83ce0

sys-libs/compiler-rt: Stabilize 15.0.3 ppc64, #878087

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

 sys-libs/compiler-rt/compiler-rt-15.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/compiler-rt/compiler-rt-15.0.3.ebuild 
b/sys-libs/compiler-rt/compiler-rt-15.0.3.ebuild
index 4eed2e6f4ef2..ec7e5616d2c1 100644
--- a/sys-libs/compiler-rt/compiler-rt-15.0.3.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-15.0.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="${LLVM_VERSION}"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos 
~x64-macos"
 IUSE="+abi_x86_32 abi_x86_64 +clang debug test"
 RESTRICT="!test? ( test ) !clang? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-devel/lld-toolchain-symlinks/

2022-10-26 Thread Arthur Zamarin
commit: b0ac54929a1085051846ee5a34ad7ec215c4b52f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 26 19:21:04 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 26 19:21:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ac5492

sys-devel/lld-toolchain-symlinks: Stabilize 15-r2 ppc64, #878087

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

 sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-15-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-15-r2.ebuild 
b/sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-15-r2.ebuild
index bc4aff646d2f..cab1625ad3c1 100644
--- a/sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-15-r2.ebuild
+++ b/sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-15-r2.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}
 
 LICENSE="public-domain"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="multilib-symlinks +native-symlinks"
 
 RDEPEND="



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

2022-10-26 Thread Arthur Zamarin
commit: b395ca16ff356816a75fc7ee2a5aa34208da6c13
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 26 19:21:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 26 19:21:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b395ca16

sys-libs/llvm-libunwind: Stabilize 15.0.3 ppc64, #878087

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

 sys-libs/llvm-libunwind/llvm-libunwind-15.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-15.0.3.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-15.0.3.ebuild
index 5653b0190eda..7ef28f8d7e52 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-15.0.3.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-15.0.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv sparc ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv sparc ~x86 ~x64-macos"
 IUSE="+clang debug static-libs test"
 REQUIRED_USE="test? ( clang )"
 RESTRICT="!test? ( test )"



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

2022-10-26 Thread Arthur Zamarin
commit: fc17dfabca0736f2f3dcffc7c61a711ed83c3309
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 26 19:21:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 26 19:21:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc17dfab

sys-devel/clang-runtime: Stabilize 15.0.3 ppc64, #878087

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

 sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild 
b/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild
index 1a589a8dbe26..cb0d1576ef23 100644
--- a/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://clang.llvm.org/;
 
 LICENSE="metapackage"
 SLOT="$(ver_cut 1-3)"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
 



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

2022-10-26 Thread Arthur Zamarin
commit: 713eb52d4f2a2fe9656921f7bd276d971005f695
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 26 19:21:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 26 19:21:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713eb52d

sys-devel/clang: Stabilize 15.0.3 ppc64, #878087

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

 sys-devel/clang/clang-15.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang/clang-15.0.3.ebuild 
b/sys-devel/clang/clang-15.0.3.ebuild
index b45abe895385..10512deb62a7 100644
--- a/sys-devel/clang/clang-15.0.3.ebuild
+++ b/sys-devel/clang/clang-15.0.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT"
 SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux 
~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux 
~x64-macos"
 IUSE="debug doc +extra +pie +static-analyzer test xml"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



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

2022-10-26 Thread Arthur Zamarin
commit: 7268362c30b985771cbb353555d1c7c19f1a1c1b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 26 19:21:02 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 26 19:21:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7268362c

sys-devel/lld: Stabilize 15.0.3 ppc64, #878087

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

 sys-devel/lld/lld-15.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/lld/lld-15.0.3.ebuild b/sys-devel/lld/lld-15.0.3.ebuild
index 846da4dbb4d2..c9a8a6a6a872 100644
--- a/sys-devel/lld/lld-15.0.3.ebuild
+++ b/sys-devel/lld/lld-15.0.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="debug test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2022-10-26 Thread Arthur Zamarin
commit: fc80806437c11216ba75d67c89f8a127bf25cc9b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 26 19:21:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 26 19:21:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc808064

sys-libs/compiler-rt-sanitizers: Stabilize 15.0.3 ppc64, #878087

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

 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.3.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.3.ebuild
index 9ee4580ef7ef..978e850d2014 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.3.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="${LLVM_VERSION}"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos 
~x64-macos"
 IUSE="+abi_x86_32 abi_x86_64 +clang debug test"
 # base targets
 IUSE+=" +libfuzzer +memprof +orc +profile +xray"



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

2022-10-26 Thread Arthur Zamarin
commit: e591f94330fe490daa13e09f13d37dcdb143f6e4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 26 19:21:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 26 19:21:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e591f943

sys-libs/libomp: Stabilize 15.0.3 ppc64, #878087

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

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

diff --git a/sys-libs/libomp/libomp-15.0.3.ebuild 
b/sys-libs/libomp/libomp-15.0.3.ebuild
index 35098e19d028..1522b7aa2bcd 100644
--- a/sys-libs/libomp/libomp-15.0.3.ebuild
+++ b/sys-libs/libomp/libomp-15.0.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://openmp.llvm.org;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0/${LLVM_SOABI}"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos"
 IUSE="
debug hwloc offload ompt test
llvm_targets_AMDGPU llvm_targets_NVPTX



[gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-toolchain-symlinks/

2022-10-26 Thread Arthur Zamarin
commit: 0dfc46fdd7a080f7f075bbc7a96e3cb68b2df955
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 26 19:21:04 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 26 19:21:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfc46fd

sys-devel/clang-toolchain-symlinks: Stabilize 15-r2 ppc64, #878087

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

 .../clang-toolchain-symlinks/clang-toolchain-symlinks-15-r2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-15-r2.ebuild 
b/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-15-r2.ebuild
index b8cd034a6a58..051a023cfc5a 100644
--- a/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-15-r2.ebuild
+++ b/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-15-r2.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}
 
 LICENSE="public-domain"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux 
~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux 
~x64-macos"
 IUSE="gcc-symlinks multilib-symlinks +native-symlinks"
 
 # Blocker for bug #872416



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

2022-10-26 Thread Arthur Zamarin
commit: 6570baed3a3616dda7054c09fc61972201af77cb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 26 19:21:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 26 19:21:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6570baed

sys-devel/clang-common: Stabilize 15.0.3-r2 ppc64, #878087

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

 sys-devel/clang-common/clang-common-15.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang-common/clang-common-15.0.3-r2.ebuild 
b/sys-devel/clang-common/clang-common-15.0.3-r2.ebuild
index 7df2fa93074f..c42414796e04 100644
--- a/sys-devel/clang-common/clang-common-15.0.3-r2.ebuild
+++ b/sys-devel/clang-common/clang-common-15.0.3-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
 IUSE="
default-compiler-rt default-libcxx default-lld llvm-libunwind
stricter



[gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-toolchain-symlinks/

2022-10-26 Thread Arthur Zamarin
commit: 603c5ad6b78ac17262117b5ef987966e335ddcfd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 26 19:21:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 26 19:21:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603c5ad6

sys-devel/llvm-toolchain-symlinks: Stabilize 15-r1 ppc64, #878087

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

 sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild 
b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild
index 6b0db5a05dec..6da6b056f577 100644
--- a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild
+++ b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}
 
 LICENSE="public-domain"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
 IUSE="multilib-symlinks +native-symlinks"
 
 RDEPEND="



  1   2   3   >