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

2021-10-26 Thread Jakov Smolić
commit: 06faff59409f2ea1c4a6acad9c36f34a20072127
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Oct 27 05:58:16 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Oct 27 05:58:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06faff59

sys-devel/bmake: add 20211020

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-devel/bmake/Manifest  |  1 +
 sys-devel/bmake/bmake-20211020.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/sys-devel/bmake/Manifest b/sys-devel/bmake/Manifest
index 7018934e4a8..c44716ae632 100644
--- a/sys-devel/bmake/Manifest
+++ b/sys-devel/bmake/Manifest
@@ -1,3 +1,4 @@
 DIST bmake-20210808.tar.gz 765029 BLAKE2B 
27ff99395e7cdc00a118ebfb5b043180ffbd9d5385b008c49baae8bf953e45e277aeb133d736bd282c1ffc08bd7c3b87b4dc23d0b188a86469116e1d94ed2409
 SHA512 
d0afb9b6a50858c330cccf57a8f8b35ddf1ea1faefc2110237e30262b35eb69c1a4918e48acc2ed3deed8b11bf87b80429d71c46366c81ceb7427a79a3e58089
 DIST bmake-20211001.tar.gz 767532 BLAKE2B 
1571db7f342d91b1504598dc53ca1f1e9aeea4c4ed3f637721803107122fcf7ed9c8cfdc034d996ab400364d35ff721fb0b248a92e5a1283dacd7a83c9c7b1d5
 SHA512 
b8d3d19facfa3ef46ca8c966f8ccfaeff65a1d9f210072fa569fa12573900babd6d6624e397e71d76d58b551fad13c26e590d02eb94f726e29a6a00d1b8b0b75
+DIST bmake-20211020.tar.gz 774610 BLAKE2B 
22152ba1905e445a685ba92ee999b0f9154578f633140614aa45eb8eb67e7759b6ac04b4c35db609d887a3552c5f77a34390f9108c14ac97c2db7bcb53505e2d
 SHA512 
23513885c462348eb694f5208db62fd489e2376cdc0d44c3182b16042253e1ed8cc0df9331375f493034afe514dede471e037b4f84a4b192df0f4d45a86725a8
 DIST mk-20210330.tar.gz 107380 BLAKE2B 
9ac30a117d9ba31635cf8d8d29fdba76f148611f47628403ca8f807081c32509f10498d3c30fd24985e5420af4710fe59fc6315d71f2d0c1cfed93263a06553a
 SHA512 
6acd3ee911442934082f4f877d795b07c5e23022eaa9c0874799d97e92a2f5a663cb45f94b7f9745c49cbbce6b7e755a29e381ccfb9e68a0be1eedbd22fd5d3b

diff --git a/sys-devel/bmake/bmake-20211020.ebuild 
b/sys-devel/bmake/bmake-20211020.ebuild
new file mode 100644
index 000..5d5f1563085
--- /dev/null
+++ b/sys-devel/bmake/bmake-20211020.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MK_VER=20210330
+
+DESCRIPTION="NetBSD's portable make"
+HOMEPAGE="http://www.crufty.net/help/sjg/bmake.html;
+SRC_URI="
+   http://void.crufty.net/ftp/pub/sjg/${P}.tar.gz
+   http://void.crufty.net/ftp/pub/sjg/mk-${MK_VER}.tar.gz;
+S="${WORKDIR}/${PN}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+# Skip failing test (sandbox and csh)
+PATCHES=( "${FILESDIR}"/${PN}-20210206-tests.patch )
+
+src_prepare() {
+   default
+   cd "${WORKDIR}" || die
+   eapply "${FILESDIR}"/${PN}-20210314-mk-fixes.patch
+}
+
+src_configure() {
+   econf \
+   --with-mksrc=../mk \
+   --with-default-sys-path="${EPREFIX}"/usr/share/mk/${PN} \
+   --with-machine_arch=${ARCH}
+}
+
+src_compile() {
+   sh make-bootstrap.sh || die "bootstrap failed"
+}
+
+src_test() {
+   cd unit-tests || die
+
+   # the 'ternary' test uses ${A} internally, which
+   # conflicts with Gentoo's ${A}, hence unset it for
+   # the tests temporarily.
+   env -u A MAKEFLAGS= \
+   "${S}"/bmake -r -m / TEST_MAKE="${S}"/bmake test || die "tests 
compilation failed"
+}
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   FORCE_BSD_MK=1 SYS_MK_DIR=. \
+   sh ../mk/install-mk -v -m 644 "${ED}"/usr/share/mk/${PN} \
+   || die "failed to install mk files"
+}



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

2021-10-26 Thread Jakov Smolić
commit: f461b1c0f56e4f3dc5b4b242ba544c9a69c39b53
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Oct 27 05:46:25 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Oct 27 05:58:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f461b1c0

dev-util/bpftool: add 5.14.14

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-util/bpftool/Manifest   |   1 +
 dev-util/bpftool/bpftool-5.14.14.ebuild | 117 
 2 files changed, 118 insertions(+)

diff --git a/dev-util/bpftool/Manifest b/dev-util/bpftool/Manifest
index c78a6e3656d..c0eea4d34cc 100644
--- a/dev-util/bpftool/Manifest
+++ b/dev-util/bpftool/Manifest
@@ -1,2 +1,3 @@
 DIST linux-5.14.tar.xz 120669872 BLAKE2B 
0047f5aaa3940dff97f4055ef544faafbbb5282128e6afe21d2f47d8dc8c395806a17016febfa050117d16f59e74b882cb8b9c5011d68f119c230d0a4d120524
 SHA512 
8e4f3ec3d36f774280f75dc7b004a43e09417af58f12e9c9f8348976659d4cfda7ad905f306f43fed66a27922e5c45db22e46bbfa7a0b9f365012380de3b6f64
 DIST patch-5.14.11.xz 447048 BLAKE2B 
4d399284a42b14686f49596820fb86128d22fd585f0242b4787f550b7f43eb34a5eaaefa9258109f8e04b46c6946ab2ac23220a287f2bbd10aca9cf5ae2e8d4f
 SHA512 
c85a9bb1a8e1eb5ab3e182fcbdc964f216111c89f2bdfa1855ff7522aac63ccad5d30a48ca3ce833643ff7fb3709992567270ee614988a6150803af43faccbfe
+DIST patch-5.14.14.xz 528644 BLAKE2B 
3917c340eb1cd814b7fd40420e32baa84c6a062a7c52ab75301cfce8e59acf055f3c9ff38f4ae1590837f245607e294277001f0a0b53ee44b0056b83f98bc68f
 SHA512 
258fa67ee6e6d13b4e92d361898313b4e2f3d9d0be883e5c5a0c436e51cf8bcb3eb5acb46272bb5df2bbf8390b81152e8244b1d6faf7299314589b90c95eebba

diff --git a/dev-util/bpftool/bpftool-5.14.14.ebuild 
b/dev-util/bpftool/bpftool-5.14.14.ebuild
new file mode 100644
index 000..e3fa3487cfe
--- /dev/null
+++ b/dev-util/bpftool/bpftool-5.14.14.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit estack linux-info optfeature python-any-r1 toolchain-funcs
+
+MY_PV="${PV/_/-}"
+MY_PV="${MY_PV/-pre/-git}"
+
+DESCRIPTION="Tool for inspection and simple manipulation of eBPF programs and 
maps"
+HOMEPAGE="https://kernel.org/;
+
+LINUX_V="${PV:0:1}.x"
+LINUX_VER=$(ver_cut 1-2)
+LINUX_PATCH=patch-${PV}.xz
+SRC_URI="https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_PATCH};
+
+LINUX_SOURCES="linux-${LINUX_VER}.tar.xz"
+SRC_URI+=" 
https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_SOURCES};
+
+S_K="${WORKDIR}/linux-${LINUX_VER}"
+S="${S_K}/tools/bpf/bpftool"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="caps"
+
+RDEPEND="
+   sys-libs/binutils-libs:=
+   sys-libs/zlib:=
+   virtual/libelf:=
+   caps? ( sys-libs/libcap:= )
+"
+DEPEND="
+   ${RDEPEND}
+   >=sys-kernel/linux-headers-5.8
+"
+BDEPEND="
+   ${LINUX_PATCH+dev-util/patchutils}
+   ${PYTHON_DEPS}
+   dev-python/docutils
+"
+
+CONFIG_CHECK="~DEBUG_INFO_BTF"
+
+# src_unpack and src_prepare are copied from dev-util/perf since
+# it's building from the same tarball, please keep it in sync with perf
+src_unpack() {
+   local paths=(
+   tools/bpf kernel/bpf
+   tools/{arch,build,include,lib,perf,scripts} 
{scripts,include,lib} "arch/*/lib"
+   )
+
+   # We expect the tar implementation to support the -j option (both
+   # GNU tar and libarchive's tar support that).
+   echo ">>> Unpacking ${LINUX_SOURCES} (${paths[*]}) to ${PWD}"
+   tar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \
+   "${paths[@]/#/linux-${LINUX_VER}/}" || die
+
+   if [[ -n ${LINUX_PATCH} ]] ; then
+   eshopts_push -o noglob
+   ebegin "Filtering partial source patch"
+   filterdiff -p1 ${paths[@]/#/-i } -z "${DISTDIR}"/${LINUX_PATCH} 
\
+   > ${P}.patch
+   eend $? || die "filterdiff failed"
+   eshopts_pop
+   fi
+
+   local a
+   for a in ${A}; do
+   [[ ${a} == ${LINUX_SOURCES} ]] && continue
+   [[ ${a} == ${LINUX_PATCH} ]] && continue
+   unpack ${a}
+   done
+}
+
+src_prepare() {
+   default
+
+   if [[ -n ${LINUX_PATCH} ]] ; then
+   pushd "${S_K}" >/dev/null || die
+   eapply "${WORKDIR}"/${P}.patch
+   popd || die
+   fi
+
+   # dev-python/docutils installs rst2man.py, not rst2man
+   sed -i -e 's/rst2man/rst2man.py/g' Documentation/Makefile || die
+}
+
+bpftool_make() {
+   local arch=$(tc-arch-kernel)
+   tc-export AR CC LD
+
+   emake V=1 VF=1 \
+   HOSTCC="$(tc-getBUILD_CC)" HOSTLD="$(tc-getBUILD_LD)" \
+   EXTRA_CFLAGS="${CFLAGS}" ARCH="${arch}" 
BPFTOOL_VERSION="${MY_PV}" \
+   prefix="${EPREFIX}"/usr \
+   feature-libcap="$(usex caps 1 0)" \
+   "$@"
+}
+
+src_compile() {
+   bpftool_make
+

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

2021-10-26 Thread Jakov Smolić
commit: 764c701da8876b0f7c5da8545c0be4effaeb2e83
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Oct 27 05:46:34 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Oct 27 05:58:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764c701d

dev-util/bpftool: drop 5.14.11

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-util/bpftool/Manifest   |   1 -
 dev-util/bpftool/bpftool-5.14.11.ebuild | 117 
 2 files changed, 118 deletions(-)

diff --git a/dev-util/bpftool/Manifest b/dev-util/bpftool/Manifest
index c0eea4d34cc..ff02f74eb0e 100644
--- a/dev-util/bpftool/Manifest
+++ b/dev-util/bpftool/Manifest
@@ -1,3 +1,2 @@
 DIST linux-5.14.tar.xz 120669872 BLAKE2B 
0047f5aaa3940dff97f4055ef544faafbbb5282128e6afe21d2f47d8dc8c395806a17016febfa050117d16f59e74b882cb8b9c5011d68f119c230d0a4d120524
 SHA512 
8e4f3ec3d36f774280f75dc7b004a43e09417af58f12e9c9f8348976659d4cfda7ad905f306f43fed66a27922e5c45db22e46bbfa7a0b9f365012380de3b6f64
-DIST patch-5.14.11.xz 447048 BLAKE2B 
4d399284a42b14686f49596820fb86128d22fd585f0242b4787f550b7f43eb34a5eaaefa9258109f8e04b46c6946ab2ac23220a287f2bbd10aca9cf5ae2e8d4f
 SHA512 
c85a9bb1a8e1eb5ab3e182fcbdc964f216111c89f2bdfa1855ff7522aac63ccad5d30a48ca3ce833643ff7fb3709992567270ee614988a6150803af43faccbfe
 DIST patch-5.14.14.xz 528644 BLAKE2B 
3917c340eb1cd814b7fd40420e32baa84c6a062a7c52ab75301cfce8e59acf055f3c9ff38f4ae1590837f245607e294277001f0a0b53ee44b0056b83f98bc68f
 SHA512 
258fa67ee6e6d13b4e92d361898313b4e2f3d9d0be883e5c5a0c436e51cf8bcb3eb5acb46272bb5df2bbf8390b81152e8244b1d6faf7299314589b90c95eebba

diff --git a/dev-util/bpftool/bpftool-5.14.11.ebuild 
b/dev-util/bpftool/bpftool-5.14.11.ebuild
deleted file mode 100644
index e3fa3487cfe..000
--- a/dev-util/bpftool/bpftool-5.14.11.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit estack linux-info optfeature python-any-r1 toolchain-funcs
-
-MY_PV="${PV/_/-}"
-MY_PV="${MY_PV/-pre/-git}"
-
-DESCRIPTION="Tool for inspection and simple manipulation of eBPF programs and 
maps"
-HOMEPAGE="https://kernel.org/;
-
-LINUX_V="${PV:0:1}.x"
-LINUX_VER=$(ver_cut 1-2)
-LINUX_PATCH=patch-${PV}.xz
-SRC_URI="https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_PATCH};
-
-LINUX_SOURCES="linux-${LINUX_VER}.tar.xz"
-SRC_URI+=" 
https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_SOURCES};
-
-S_K="${WORKDIR}/linux-${LINUX_VER}"
-S="${S_K}/tools/bpf/bpftool"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="caps"
-
-RDEPEND="
-   sys-libs/binutils-libs:=
-   sys-libs/zlib:=
-   virtual/libelf:=
-   caps? ( sys-libs/libcap:= )
-"
-DEPEND="
-   ${RDEPEND}
-   >=sys-kernel/linux-headers-5.8
-"
-BDEPEND="
-   ${LINUX_PATCH+dev-util/patchutils}
-   ${PYTHON_DEPS}
-   dev-python/docutils
-"
-
-CONFIG_CHECK="~DEBUG_INFO_BTF"
-
-# src_unpack and src_prepare are copied from dev-util/perf since
-# it's building from the same tarball, please keep it in sync with perf
-src_unpack() {
-   local paths=(
-   tools/bpf kernel/bpf
-   tools/{arch,build,include,lib,perf,scripts} 
{scripts,include,lib} "arch/*/lib"
-   )
-
-   # We expect the tar implementation to support the -j option (both
-   # GNU tar and libarchive's tar support that).
-   echo ">>> Unpacking ${LINUX_SOURCES} (${paths[*]}) to ${PWD}"
-   tar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \
-   "${paths[@]/#/linux-${LINUX_VER}/}" || die
-
-   if [[ -n ${LINUX_PATCH} ]] ; then
-   eshopts_push -o noglob
-   ebegin "Filtering partial source patch"
-   filterdiff -p1 ${paths[@]/#/-i } -z "${DISTDIR}"/${LINUX_PATCH} 
\
-   > ${P}.patch
-   eend $? || die "filterdiff failed"
-   eshopts_pop
-   fi
-
-   local a
-   for a in ${A}; do
-   [[ ${a} == ${LINUX_SOURCES} ]] && continue
-   [[ ${a} == ${LINUX_PATCH} ]] && continue
-   unpack ${a}
-   done
-}
-
-src_prepare() {
-   default
-
-   if [[ -n ${LINUX_PATCH} ]] ; then
-   pushd "${S_K}" >/dev/null || die
-   eapply "${WORKDIR}"/${P}.patch
-   popd || die
-   fi
-
-   # dev-python/docutils installs rst2man.py, not rst2man
-   sed -i -e 's/rst2man/rst2man.py/g' Documentation/Makefile || die
-}
-
-bpftool_make() {
-   local arch=$(tc-arch-kernel)
-   tc-export AR CC LD
-
-   emake V=1 VF=1 \
-   HOSTCC="$(tc-getBUILD_CC)" HOSTLD="$(tc-getBUILD_LD)" \
-   EXTRA_CFLAGS="${CFLAGS}" ARCH="${arch}" 
BPFTOOL_VERSION="${MY_PV}" \
-   prefix="${EPREFIX}"/usr \
-   feature-libcap="$(usex caps 1 0)" \
-   "$@"
-}
-
-src_compile() {
-   bpftool_make

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

2021-10-26 Thread Sam James
commit: 362a4d1bbe6d8731b422e3055d032c110f70dccc
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:56:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:57:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362a4d1b

sci-geosciences/qgis: depend on dev-python/PyQt5[positioning]

Thanks-to: Bernd Feige  gmx.net>
Closes: https://bugs.gentoo.org/820401
Signed-off-by: Sam James  gentoo.org>

 sci-geosciences/qgis/{qgis-3.22.0.ebuild => qgis-3.22.0-r1.ebuild} | 2 +-
 sci-geosciences/qgis/qgis-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/qgis/qgis-3.22.0.ebuild 
b/sci-geosciences/qgis/qgis-3.22.0-r1.ebuild
similarity index 98%
rename from sci-geosciences/qgis/qgis-3.22.0.ebuild
rename to sci-geosciences/qgis/qgis-3.22.0-r1.ebuild
index ba166c28197..a5cfa1cb17a 100644
--- a/sci-geosciences/qgis/qgis-3.22.0.ebuild
+++ b/sci-geosciences/qgis/qgis-3.22.0-r1.ebuild
@@ -79,7 +79,7 @@ COMMON_DEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/owslib[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
-   
dev-python/PyQt5[designer,network,sql,svg,${PYTHON_USEDEP}]
+   
dev-python/PyQt5[designer,network,positioning,sql,svg,${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]

diff --git a/sci-geosciences/qgis/qgis-.ebuild 
b/sci-geosciences/qgis/qgis-.ebuild
index ba166c28197..a5cfa1cb17a 100644
--- a/sci-geosciences/qgis/qgis-.ebuild
+++ b/sci-geosciences/qgis/qgis-.ebuild
@@ -79,7 +79,7 @@ COMMON_DEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/owslib[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
-   
dev-python/PyQt5[designer,network,sql,svg,${PYTHON_USEDEP}]
+   
dev-python/PyQt5[designer,network,positioning,sql,svg,${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-misc/ntpsec/, dev-util/cccc/, app-misc/vit/, sci-libs/libbufr/, ...

2021-10-26 Thread Joonas Niilola
commit: 91cc3133bec933b602d1523caa007f6753914e7e
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Oct 27 05:40:33 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct 27 05:45:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91cc3133

*/*: reassign nerdboy's packages

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

 app-misc/vit/metadata.xml   | 5 +
 dev-python/pdfrw/metadata.xml   | 5 +
 dev-python/smartypants/metadata.xml | 5 +
 dev-util//metadata.xml  | 4 +---
 media-gfx/svg2rlg/metadata.xml  | 5 +
 net-misc/ntpsec/metadata.xml| 4 
 sci-libs/eccodes/metadata.xml   | 5 +
 sci-libs/libbufr/metadata.xml   | 4 +---
 8 files changed, 7 insertions(+), 30 deletions(-)

diff --git a/app-misc/vit/metadata.xml b/app-misc/vit/metadata.xml
index 4bc51f65e31..7d18ad052bb 100644
--- a/app-misc/vit/metadata.xml
+++ b/app-misc/vit/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-  nerd...@gentoo.org
-  Stephen Arnold
-
+
 
   A perl/Curses front end for Taskwarrior (app-misc/task) that
   provides a fullscreen terminal window with modes and commands

diff --git a/dev-python/pdfrw/metadata.xml b/dev-python/pdfrw/metadata.xml
index 10b88fb21fd..b7fec6689be 100644
--- a/dev-python/pdfrw/metadata.xml
+++ b/dev-python/pdfrw/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   nerd...@gentoo.org
-   Steve Arnold
-   
+   


pdfrw

diff --git a/dev-python/smartypants/metadata.xml 
b/dev-python/smartypants/metadata.xml
index 8e25222ca8f..ff0054796bd 100644
--- a/dev-python/smartypants/metadata.xml
+++ b/dev-python/smartypants/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   nerd...@gentoo.org
-   Steve Arnold
-   
+   


smartypants does transformations of plain old ASCII straight quotes,

diff --git a/dev-util//metadata.xml b/dev-util//metadata.xml
index fbede6cc7a3..e288ca6f7ed 100644
--- a/dev-util//metadata.xml
+++ b/dev-util//metadata.xml
@@ -1,9 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   nerd...@gentoo.org
-   
+   

 provides source code metrics (line counts, complexity,
object-oriented, and structural metrics) for Java and C++

diff --git a/media-gfx/svg2rlg/metadata.xml b/media-gfx/svg2rlg/metadata.xml
index fbf20ae5c3c..e7c9ced3cbb 100644
--- a/media-gfx/svg2rlg/metadata.xml
+++ b/media-gfx/svg2rlg/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   nerd...@gentoo.org
-   Steve Arnold
-   
+   

sarnold/svg2rlg


diff --git a/net-misc/ntpsec/metadata.xml b/net-misc/ntpsec/metadata.xml
index 8eaf794d001..9d4b63729b2 100644
--- a/net-misc/ntpsec/metadata.xml
+++ b/net-misc/ntpsec/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   nerd...@gentoo.org
-   Stephen L Arnold
-   

bluen...@gentoo.org
Anthony G. Basile

diff --git a/sci-libs/eccodes/metadata.xml b/sci-libs/eccodes/metadata.xml
index 5f5824a4a46..33ac9fe575e 100644
--- a/sci-libs/eccodes/metadata.xml
+++ b/sci-libs/eccodes/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   nerd...@gentoo.org
-   Steve Arnold
-
+
 
This is the new open source BUFR/GRIB library (from ECMWF)
supporting C, F90, and Python interfaces.

diff --git a/sci-libs/libbufr/metadata.xml b/sci-libs/libbufr/metadata.xml
index f42bb0348a9..17252cf7e7b 100644
--- a/sci-libs/libbufr/metadata.xml
+++ b/sci-libs/libbufr/metadata.xml
@@ -1,9 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   nerd...@gentoo.org
-   
+   

This is the only useable open source BUFR library (from ECMWF) 
and comes with a few example tools (some of which are built



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vdr-channel-logos/, media-video/vdr2jpeg/, acct-group/vdradmin/, ...

2021-10-26 Thread Joonas Niilola
commit: 4fc6157e540677202e5b39e6fe6f367c9ac92bcb
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Oct 27 05:28:56 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct 27 05:45:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc6157e

*/*: reassign hd_brummy's packages

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

 acct-group/vdradmin/metadata.xml  | 4 
 acct-user/vdradmin/metadata.xml   | 4 
 dev-libs/tntnet/metadata.xml  | 5 +
 media-plugins/vdr-burn-templates/metadata.xml | 4 
 media-plugins/vdr-skinelchi/metadata.xml  | 4 
 media-video/vdr/metadata.xml  | 4 
 media-video/vdr2jpeg/metadata.xml | 4 
 www-misc/xxv/metadata.xml | 5 +
 x11-themes/vdr-channel-logos/metadata.xml | 4 
 9 files changed, 2 insertions(+), 36 deletions(-)

diff --git a/acct-group/vdradmin/metadata.xml b/acct-group/vdradmin/metadata.xml
index ae7f90792d7..5f81da78fde 100644
--- a/acct-group/vdradmin/metadata.xml
+++ b/acct-group/vdradmin/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   hd_bru...@gentoo.org
-   Joerg Bornkessel
-
 
v...@gentoo.org
Gentoo Vdr Project

diff --git a/acct-user/vdradmin/metadata.xml b/acct-user/vdradmin/metadata.xml
index ae7f90792d7..5f81da78fde 100644
--- a/acct-user/vdradmin/metadata.xml
+++ b/acct-user/vdradmin/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   hd_bru...@gentoo.org
-   Joerg Bornkessel
-
 
v...@gentoo.org
Gentoo Vdr Project

diff --git a/dev-libs/tntnet/metadata.xml b/dev-libs/tntnet/metadata.xml
index d44818a4832..e42430b1bd3 100644
--- a/dev-libs/tntnet/metadata.xml
+++ b/dev-libs/tntnet/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   Joerg Bornkessel
-   hd_bru...@gentoo.org
-   
+   

Enable tntnet server daemon


diff --git a/media-plugins/vdr-burn-templates/metadata.xml 
b/media-plugins/vdr-burn-templates/metadata.xml
index 2ecaed132be..2b167a7461d 100644
--- a/media-plugins/vdr-burn-templates/metadata.xml
+++ b/media-plugins/vdr-burn-templates/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   hd_bru...@gentoo.org
-   Joerg Bornkessel
-   

v...@gentoo.org
Gentoo VDR Project

diff --git a/media-plugins/vdr-skinelchi/metadata.xml 
b/media-plugins/vdr-skinelchi/metadata.xml
index c19ecd0d2b9..0068cc5d58b 100644
--- a/media-plugins/vdr-skinelchi/metadata.xml
+++ b/media-plugins/vdr-skinelchi/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   hd_bru...@gentoo.org
-   Joerg Bornkessel
-
 
v...@gentoo.org
Gentoo VDR Project

diff --git a/media-video/vdr/metadata.xml b/media-video/vdr/metadata.xml
index 07fd8b79f97..9cfb241df91 100644
--- a/media-video/vdr/metadata.xml
+++ b/media-video/vdr/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   hd_bru...@gentoo.org
-   Joerg Bornkessel
-   

martin.dum...@gmx.net
Martin Dummer

diff --git a/media-video/vdr2jpeg/metadata.xml 
b/media-video/vdr2jpeg/metadata.xml
index a675e3e90c1..a2dfee95445 100644
--- a/media-video/vdr2jpeg/metadata.xml
+++ b/media-video/vdr2jpeg/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   Joerg Bornkessel
-   hd_bru...@gentoo.org
-   

media-vi...@gentoo.org
Gentoo Video project

diff --git a/www-misc/xxv/metadata.xml b/www-misc/xxv/metadata.xml
index 75793ed7156..146baa72857 100644
--- a/www-misc/xxv/metadata.xml
+++ b/www-misc/xxv/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   Joerg Bornkessel
-   hd_bru...@gentoo.org
-   
+   

Enable more themes via
x11-themes/xxv-skins

diff --git a/x11-themes/vdr-channel-logos/metadata.xml 
b/x11-themes/vdr-channel-logos/metadata.xml
index 2ecaed132be..2b167a7461d 100644
--- a/x11-themes/vdr-channel-logos/metadata.xml
+++ b/x11-themes/vdr-channel-logos/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   hd_bru...@gentoo.org
-   Joerg Bornkessel
-   

v...@gentoo.org
Gentoo VDR Project



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

2021-10-26 Thread Sam James
commit: adcead0ce3b24f9ec50e07bf56edce1141fcee9c
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:40:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:40:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adcead0c

media-libs/ladspa-sdk: use HTTPS

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

 media-libs/ladspa-sdk/ladspa-sdk-1.15-r1.ebuild | 4 ++--
 media-libs/ladspa-sdk/ladspa-sdk-1.17-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/ladspa-sdk/ladspa-sdk-1.15-r1.ebuild 
b/media-libs/ladspa-sdk/ladspa-sdk-1.15-r1.ebuild
index acdd022d073..afdb5ca22d9 100644
--- a/media-libs/ladspa-sdk/ladspa-sdk-1.15-r1.ebuild
+++ b/media-libs/ladspa-sdk/ladspa-sdk-1.15-r1.ebuild
@@ -9,8 +9,8 @@ MY_PN=${PN/-/_}
 MY_P=${MY_PN}_${PV}
 
 DESCRIPTION="The Linux Audio Developer's Simple Plugin API"
-HOMEPAGE="http://www.ladspa.org/;
-SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz;
+HOMEPAGE="https://www.ladspa.org/;
+SRC_URI="https://www.ladspa.org/download/${MY_P}.tgz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"

diff --git a/media-libs/ladspa-sdk/ladspa-sdk-1.17-r1.ebuild 
b/media-libs/ladspa-sdk/ladspa-sdk-1.17-r1.ebuild
index 6a91622525c..014dffe6473 100644
--- a/media-libs/ladspa-sdk/ladspa-sdk-1.17-r1.ebuild
+++ b/media-libs/ladspa-sdk/ladspa-sdk-1.17-r1.ebuild
@@ -9,8 +9,8 @@ MY_PN=${PN/-/_}
 MY_P=${MY_PN}_${PV}
 
 DESCRIPTION="The Linux Audio Developer's Simple Plugin API"
-HOMEPAGE="http://www.ladspa.org/;
-SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz;
+HOMEPAGE="https://www.ladspa.org/;
+SRC_URI="https://www.ladspa.org/download/${MY_P}.tgz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"



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

2021-10-26 Thread Sam James
commit: 487a8ed9c65da2189586bde54fb8a0e89145c0b5
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:39:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:39:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487a8ed9

media-libs/ladspa-sdk: make libsndfile dep multilib

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

 .../{ladspa-sdk-1.17.ebuild => ladspa-sdk-1.17-r1.ebuild} | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/media-libs/ladspa-sdk/ladspa-sdk-1.17.ebuild 
b/media-libs/ladspa-sdk/ladspa-sdk-1.17-r1.ebuild
similarity index 92%
rename from media-libs/ladspa-sdk/ladspa-sdk-1.17.ebuild
rename to media-libs/ladspa-sdk/ladspa-sdk-1.17-r1.ebuild
index 1db92d4026b..6a91622525c 100644
--- a/media-libs/ladspa-sdk/ladspa-sdk-1.17.ebuild
+++ b/media-libs/ladspa-sdk/ladspa-sdk-1.17-r1.ebuild
@@ -17,12 +17,8 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE=""
 
-CDEPEND="media-libs/libsndfile"
-RDEPEND="${CDEPEND}"
-DEPEND="
-   ${CDEPEND}
-   >=sys-apps/sed-4
-"
+RDEPEND="media-libs/libsndfile[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 



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

2021-10-26 Thread Sam James
commit: 77615d7b99d8048194e82df0103e69756b0ca864
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:37:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:37:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77615d7b

dev-util/google-perftools: minor ebuild tidying, fix typo in 2.9.1-r1 too

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

 ...ols-2.9.1-r1.ebuild => google-perftools-2.9.1-r2.ebuild} | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-util/google-perftools/google-perftools-2.9.1-r1.ebuild 
b/dev-util/google-perftools/google-perftools-2.9.1-r2.ebuild
similarity index 92%
rename from dev-util/google-perftools/google-perftools-2.9.1-r1.ebuild
rename to dev-util/google-perftools/google-perftools-2.9.1-r2.ebuild
index ed4a219b335..0ac7aaf851d 100644
--- a/dev-util/google-perftools/google-perftools-2.9.1-r1.ebuild
+++ b/dev-util/google-perftools/google-perftools-2.9.1-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 MY_P="gperftools-${PV}"
-inherit toolchain-funcs flag-o-matic autotools vcs-snapshot multilib-minimal
+inherit flag-o-matic autotools vcs-snapshot multilib-minimal
 
 DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis 
tools"
 HOMEPAGE="https://github.com/gperftools/gperftools;
@@ -64,13 +64,18 @@ multilib_src_configure() {
use optimisememory && append-cppflags -DTCMALLOC_SMALL_BUT_SLOW
append-flags -fno-strict-aliasing -fno-omit-frame-pointer
 
-   local myconfargs=(
+   local myeconfargs=(
--enable-shared
$(use_enable static-libs static)
$(use_enable debug debugalloc)
-   $(if [[ ${ABI} == x32 ]]; then printf "--enable-minimal\n" else 
use_enable minimal; fi)
)
 
+   if [[ ${ABI} == x32 ]]; then
+   myeconfargs+=( --enable-minimal )
+   else
+   myeconfargs+=( $(use_enable minimal) )
+   fi
+
if use arm64 || use s390; then
# Use the same arches for disabling TLS (thread local storage)
# as Fedora, but we might need to expand this list if we get
@@ -78,7 +83,7 @@ multilib_src_configure() {
myeconfargs+=( --disable-general-dynamic-tls )
fi
 
-   econf "${myconfargs[@]}"
+   econf "${myeconfargs[@]}"
 }
 
 src_test() {



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

2021-10-26 Thread Sam James
commit: 16109a7ebe53c2458536e2d09d36648b728b2b17
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:21:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:34:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16109a7e

dev-util/git-delta: add 0.9.1

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

 dev-util/git-delta/Manifest   |  23 
 dev-util/git-delta/git-delta-0.9.1.ebuild | 170 ++
 2 files changed, 193 insertions(+)

diff --git a/dev-util/git-delta/Manifest b/dev-util/git-delta/Manifest
index a7e04a05685..ba7611d4bd2 100644
--- a/dev-util/git-delta/Manifest
+++ b/dev-util/git-delta/Manifest
@@ -10,6 +10,7 @@ DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91
 DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
 DIST bincode-1.3.1.crate 26121 BLAKE2B 
7bccc02071a11944e787fdb4c86b082827834df31f3fb751ed32720d4c44e4a26977838e311580ed330d9f6bc5ad76632e0af5530a3f8781ee739d9dc1ff218b
 SHA512 
75e62caef54a58ea5d24acbdef70b55893b11706400ad423919084a4723f5ea60e337447221171c4cd86d764db1f9f767c303b4cf5cd8f27318519db77fb82b4
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
+DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST box_drawing-0.1.2.crate 2819 BLAKE2B 
968243dc8cc4c999d87b1ecf45314e9ed5fd81c8403b181f6452889df92edcc407e98774592a4072c1b3a0f551ae99913cbc01bf97bec69dccc7e2b7fba14200
 SHA512 
fba2720279dbfd56a14371951b854aa0a30fb4caeb5b95703ec6721d681dfe97a37b21b069e6264565510fa3f3d0716dba99d8b3021bec76410c823ef262e746
 DIST bstr-0.2.15.crate 344206 BLAKE2B 
3a4f24d2a039f7aeee3b6fcbfcc2fa72f1ef8a06ff8bc039af055739436655851565a57e5a4f86a7984b00ee7598c1fbdf26f3302929f91d7efb1327fd36eb57
 SHA512 
6e464ca1aec722a283759ff6978bab1769dfc8d61aa683f8e4c59bd69c7be2fe86c5470f4c54457871c6640e2d50b6b882747ec567098eb78e62f7cb07cb93a2
 DIST bytelines-2.2.2.crate 4218 BLAKE2B 
48523123ac1b5b643666ccd466a9fb48c4aff77bd13b198b24d0e1092dd971bf5ba804d97a83a38a8b99ecab94b51e837cb4850d5b0789f4d2f0115159c4176d
 SHA512 
0d768b579993c0d72914affe36d61632e0c39310094b4d3dde29e69039249c9bb88af18e8f8033c377b05938c50e43ebd29114d2c664b2c904be27c61b1b8dad
@@ -20,8 +21,12 @@ DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b
 DIST chrono-0.4.19.crate 155663 BLAKE2B 
c92c273fb6475bbb2546dfb75eaa23321bc8f9a5fa8a7c652f527649b96ff8718fa932f52b500b02a4acae7837df5bdb14f69cb821d4962be2790dbd1d023a54
 SHA512 
a119349bfc2243a249f1d18b1ae548a04b30fecb75913a56f26d1ff8c0eb53097a2674d9141e2094018191cbbc1620843fbddaf52999824e077c1157f0907980
 DIST clap-2.33.3.crate 201925 BLAKE2B 
bec9c866481c5b3fddeb314f68af9bce38fc421e42816182de3209e8ea3447b72cf033e6251eea27fe974eff8085b7d98cdd2911b5cc0ec6b4bf4c750deb8a25
 SHA512 
3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf
 DIST console-0.14.1.crate 22844 BLAKE2B 
2e7a1480fc10ba92d4d5c601b87a0dac840b71c6c44679acf0a90667f37a40528ff2155130aa72be2ade1fdef4e6512dfb404b0eff181d77fbafb00c25dd6c5c
 SHA512 
2c85d1938faca5163dd7eede2a8a07569e536c92fd0fbc7f6e6ed91c60fa7f947f0ae101817ed943b0668c4d98ddfd3149033c83614786b5d841b19a8b011c91
+DIST console-0.15.0.crate 23507 BLAKE2B 
49694683baddb53e0f35584403aa93616164c2d3b94b39e0e35ebc4f915c37c8e794619d57b44ac0ea460ddbf7ec43323adecf657cc6f2869f313b3cdbf3a46a
 SHA512 
70bd6abfafa533903f273ec3b34da6783856bd1abedaf139fddafac0dbb03fa9154f8e1e1bef01fd8de3c53100bbaa93313518c42f8ce51217c23ef34d3f9d62
 DIST crc32fast-1.2.1.crate 38172 BLAKE2B 
80801a345f4c5ed8a5fd335bbf672eac1733a1c2b333dc8a8e0254338148ce7b34402201a8d2d7434dd1b057f33d99d3a8f02610ea50b54115d80bb8da28b2b0
 SHA512 
4c04236bb15a5c63b712c62652777917e947823abb20a0d0b372c850ec1c8695faa414e8de73904f1f1a296d7b00a6206cde8da404cf4cdaa2e8408e64b62b5e
+DIST ctrlc-3.2.1.crate 12893 BLAKE2B 
d366e12c8d2d5f34399c9e8ff797e30870682bf8f7bcf4e1bcd50a7ab5c4610cc6db154fc9b4c1abf9852cf0fff1c7c927514ea7a2cdb9d199c6e1bae9368716
 SHA512 
7305e97a3f161db942ddc194d14f670087f88e3ccb5b94114fbd6afba04b4ac1cb063cf87ccf6fdf4678bb667b02f3cb2e6fc1ca8bc47b6ed8e36620cc4a1a8b
+DIST dirs-3.0.2.crate 12184 BLAKE2B 

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

2021-10-26 Thread Sam James
commit: f8cb7eb4992dadfc2313ff2840aef86e329e2527
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:17:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:34:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cb7eb4

dev-libs/botan: add 2.18.2

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

 dev-libs/botan/Manifest|   2 +
 dev-libs/botan/botan-2.18.2.ebuild | 165 +
 2 files changed, 167 insertions(+)

diff --git a/dev-libs/botan/Manifest b/dev-libs/botan/Manifest
index 7695eab0d96..eef83723d52 100644
--- a/dev-libs/botan/Manifest
+++ b/dev-libs/botan/Manifest
@@ -1,3 +1,5 @@
 DIST Botan-2.17.3.tar.xz 5937596 BLAKE2B 
605e71c959889b459bc26f17d310a33f26c9a51fe00db91db407ac5b96c9ff57bef67a401f71826e83e0d4eda2289c22685957289e6bb357f3693a1bce60f44d
 SHA512 
ead0f144dfb9eca66d0e81e376d0d49f4b0b6bc1599f8cf52299e1753645b5b20100efa004ef5f9571f7bea88958f35db38367fc26f2603890f8f199cc890dbc
 DIST Botan-2.18.1.tar.xz 5953936 BLAKE2B 
82f6a9563377542d059901adec0fc17a41b0184cf59af76084babec2591830314a4d7f8d3308eb393c4910c9b0e6c056625765f0d95b435f47dc94cf4b83b128
 SHA512 
2f11d1ab703d977a2d64504d2a2489ce56109a2a6c46c0dc7c8db428470ce511bcc0160f70baedad29237abd5e1622f2c155ea58c4dec4d3ae57ee7b350415c3
 DIST Botan-2.18.1.tar.xz.asc 488 BLAKE2B 
d7e6f18ba969b1fffe5aec27ec28839bb6eefac438b0971bb24293a9a1dc104d4355feaae4f8749ea9ea9a729e9f0c0368782c60c2f1aaed58620624248d09d2
 SHA512 
0cb24d544e31f347e649661d28fedaad4352cd5096ad41e1513c7915138981c7c099e4ee6025893ed829a65082aaded738a94018a8e0bc079f4f0fb63bbec262
+DIST Botan-2.18.2.tar.xz 5996928 BLAKE2B 
5c5ac1e8e2de16a012aa5716138f4c2d2b8178f0a811993e5e297aa5ae9e7f6d5a4f182d50566f5848a4f93a88bcec622291a15370c4c017361ca65d3bb189bf
 SHA512 
ccf9286ee891fb201065a0a6a991ce78ef7f5dd0caf04010527cd524b824ea470e5ce302853c1839e999a1b3dafb2e82eb298036a37d11f0cf3df5fa09529d9c
+DIST Botan-2.18.2.tar.xz.asc 488 BLAKE2B 
03744e95f52031295162b63dc34d7e0fd9a6b01ae751a809eed5f24c46017fca253c8d42c88b568566f393f0e6dd55d488ef56223d164941386690e2accdf296
 SHA512 
6764bcdb52a3a28672bcf22f8c364c926511a7b7c9bc227ba15f1e4b2feb9b371a9a4bd9bb1ee43e85faacbef4df5ce39a158357b4ce3706a00f4220bea8d926

diff --git a/dev-libs/botan/botan-2.18.2.ebuild 
b/dev-libs/botan/botan-2.18.2.ebuild
new file mode 100644
index 000..d33373a7c38
--- /dev/null
+++ b/dev-libs/botan/botan-2.18.2.ebuild
@@ -0,0 +1,165 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/botan.asc
+inherit python-r1 toolchain-funcs verify-sig
+
+MY_P="Botan-${PV}"
+DESCRIPTION="C++ crypto library"
+HOMEPAGE="https://botan.randombit.net/;
+SRC_URI="https://botan.randombit.net/releases/${MY_P}.tar.xz;
+SRC_URI+=" verify-sig? ( 
https://botan.randombit.net/releases/${MY_P}.tar.xz.asc )"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD-2"
+SLOT="2/$(ver_cut 1-2)" # soname version
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~ppc-macos"
+IUSE="bindist doc boost bzip2 lzma python ssl static-libs sqlite zlib"
+
+CPU_USE=(
+   cpu_flags_arm_{aes,neon}
+   cpu_flags_ppc_altivec
+   cpu_flags_x86_{aes,avx2,popcnt,rdrand,sse2,ssse3,sse4_1,sse4_2}
+)
+
+IUSE+=" ${CPU_USE[@]}"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# NOTE: Boost is needed at runtime too for the CLI tool.
+DEPEND="
+   boost? ( >=dev-libs/boost-1.48:= )
+   bzip2? ( >=app-arch/bzip2-1.0.5:= )
+   lzma? ( app-arch/xz-utils:= )
+   python? ( ${PYTHON_DEPS} )
+   ssl? ( dev-libs/openssl:0=[bindist(-)=] )
+   sqlite? ( dev-db/sqlite:3= )
+   zlib? ( >=sys-libs/zlib-1.2.3:= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep '
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   ')
+   verify-sig? ( app-crypt/openpgp-keys-botan )
+"
+
+# NOTE: Considering patching Botan?
+# Please see upstream's guidance:
+# 
https://botan.randombit.net/handbook/packaging.html#minimize-distribution-patches
+
+python_check_deps() {
+   if use doc ; then
+   has_version -b "dev-python/sphinx[${PYTHON_USEDEP}]" || return 1
+   fi
+}
+
+src_configure() {
+   python_setup
+
+   local disable_modules=(
+   $(usev !boost 'boost')
+   $(usev bindist 'ecdsa')
+   )
+
+   if [[ -z "${DISABLE_MODULES}" ]] ; then
+   elog "Disabling module(s): ${disable_modules[@]}"
+   fi
+
+   local chostarch="${CHOST%%-*}"
+
+   # Arch specific wrangling
+   local myos=
+   case ${CHOST} in
+   *-darwin*)
+   myos=darwin
+   ;;
+
+   *)
+   myos=linux
+
+   if [[ ${CHOST} == *hppa* ]] ; then
+   chostarch=parisc
+

[gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/

2021-10-26 Thread Sam James
commit: 619191243a923c9791c5cc101865f2fd74f2050d
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:11:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:34:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61919124

app-office/texstudio: add 4.0.2

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

 app-office/texstudio/Manifest   |  1 +
 app-office/texstudio/texstudio-4.0.2.ebuild | 78 +
 2 files changed, 79 insertions(+)

diff --git a/app-office/texstudio/Manifest b/app-office/texstudio/Manifest
index d365c975d9e..223983b7a0e 100644
--- a/app-office/texstudio/Manifest
+++ b/app-office/texstudio/Manifest
@@ -2,3 +2,4 @@ DIST texstudio-3.1.1.tar.gz 83239128 BLAKE2B 
7aeedba9ec5a404d51e8854a67c2e07f4ef
 DIST texstudio-3.1.2.tar.gz 83987451 BLAKE2B 
0649a4f2a429d1d7a6134e154c338f623de23c8b05829a169599f6950b59190736a0f4c2a4dc0e57ae2c47a5eb26594639660a8b691adbb768cb013061d5c1d8
 SHA512 
c8ce74cca6620ba725c4e8ff66564cc4804f3b922877af5c4952a8cd5b43fdf2deb88c1515f457f75a67d7d29ca1d6307779b8304c0b78b37f585c61a12221c4
 DIST texstudio-4.0.0.tar.gz 88426776 BLAKE2B 
616ffaf35a4f2c5e5290517b38301c575b91251374ee96dc58560f40115ffd5e4e68830fe927283dcdf0f9c9b38815fe04a86a7e58e2dc7936b2b32e38bd6662
 SHA512 
9025e0709145ed9c352f9cfd748087b331fd2894c913d7b7707254050ea41d5df74077c8f94cc3fb19c4700d468d55e91895da1ea474759d83af499ef436cdbc
 DIST texstudio-4.0.1.tar.gz 88469841 BLAKE2B 
ef1987fd3e733e9de57db5d8f2e25802f8eb86ad8a957f236283db41756c6e8cb133646d212d2d85d9c2ea9b53f2677f8ce76509d7e4634465859251a280c978
 SHA512 
cb993027950a525ac8cc5eac4ca95e0c9ffa712aab6f27d8c22b46e52d4edc3e05b2ba16efbf5d8c0e40d6ef75abcdd6dbd86ef59fd0f7b87ab4cbbd03f83b85
+DIST texstudio-4.0.2.tar.gz 88557508 BLAKE2B 
51c7b80f01e6e657b901d197bae01e4314446690d8169da823d2bc0be13a1918c248976f81ec64c1ce57dc523fd1b3a1aa01709cce3d56de207a69d42c9cb512
 SHA512 
a2579788cac0ddf1edc7be2040ea13bc7aece5596a91cd8361a4de8c7fafaa86c95ef34e40f4a0bdf3b5cfc52c951af737138ccd26dbf8ac730ec64f8a38cfd7

diff --git a/app-office/texstudio/texstudio-4.0.2.ebuild 
b/app-office/texstudio/texstudio-4.0.2.ebuild
new file mode 100644
index 000..1e8cd724e85
--- /dev/null
+++ b/app-office/texstudio/texstudio-4.0.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop qmake-utils xdg
+
+MY_PV="${PV/_/}"
+DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)"
+HOMEPAGE="https://www.texstudio.org https://github.com/texstudio-org/texstudio;
+SRC_URI="https://github.com/texstudio-org/texstudio/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="video"
+
+DEPEND="
+   app-text/hunspell:=
+   app-text/poppler:=[qt5]
+   >=dev-libs/quazip-0.7.3-r1:0=
+   dev-qt/designer:5
+   dev-qt/qtcore:5
+   dev-qt/qtconcurrent:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsingleapplication[qt5(+),X]
+   dev-qt/qtsvg:5
+   dev-qt/qttest:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   sys-libs/zlib
+   x11-libs/libX11
+   x11-libs/libXext
+   video? ( >=media-libs/phonon-4.11.0 )
+"
+RDEPEND="
+   ${DEPEND}
+   app-text/ghostscript-gpl
+   app-text/psutils
+   media-libs/netpbm
+   virtual/latex-base
+"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.0.5-quazip1.patch" # TODO: upstream
+)
+
+src_prepare() {
+   xdg_src_prepare
+
+   # TODO: find hunspell quazip utilities/poppler-data qtsingleapplication 
-delete || die
+   rm -r src/quazip || die
+
+   if use video; then
+   sed "/^PHONON/s:$:true:g" -i ${PN}.pro || die
+   fi
+
+   sed -e "/qtsingleapplication.pri/s/.*/CONFIG += qtsingleapplication/" \
+   -i ${PN}.pro || die
+}
+
+src_configure() {
+   eqmake5 USE_SYSTEM_HUNSPELL=1 USE_SYSTEM_QUAZIP=1
+}
+
+src_install() {
+   local i
+   for i in 16x16 22x22 32x32 48x48 64x64 128x128; do
+   newicon -s ${i} utilities/${PN}${i}.png ${PN}.png
+   done
+
+   emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install
+}



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

2021-10-26 Thread Sam James
commit: 54bde0319de6703dfee26e6c706f5d443789383b
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:33:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:34:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54bde031

dev-util/google-perftools: drop 2.8, 2.9.1

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

 dev-util/google-perftools/Manifest |  1 -
 .../google-perftools/google-perftools-2.8.ebuild   | 94 -
 .../google-perftools/google-perftools-2.9.1.ebuild | 95 --
 3 files changed, 190 deletions(-)

diff --git a/dev-util/google-perftools/Manifest 
b/dev-util/google-perftools/Manifest
index b28d894d09f..30a6cf15a61 100644
--- a/dev-util/google-perftools/Manifest
+++ b/dev-util/google-perftools/Manifest
@@ -1,3 +1,2 @@
 DIST gperftools-2.7.tar.gz 916854 BLAKE2B 
d14c2b88f2986d3691d7184e1759de2066ca50224f745a6291ab2ebd5f7f985dec4916a1c01d61142eca9b64f3742c50b82e64118602afaa7b27ae2d94a4ed4d
 SHA512 
4a8e72b960218b0615281b830b3f1a4a1b27830006c45ed68b1ffd152bb50a8b3beec850526e330e2ad08c28774bdc01dade9bcc3e7c9e26d30823cc55648d77
-DIST gperftools-2.8.tar.gz 928379 BLAKE2B 
e94bac4153cb5d3170d6486a9065b56d631ab261d25b4a5a150f04f87f767c203508839daf400dbe06dc82e9e3da2988e4b4c74725c6be836fa9c70ed0576209
 SHA512 
c959ffa2b36ecfea10927b40b6dd668385cff7eab3c4bc2d7c5aed5f4de87ce8e4f9b30ab44652a0288badbb6c5aa7110c491b13c4030fb656609c2eb25918a8
 DIST gperftools-2.9.1.tar.gz 924910 BLAKE2B 
fcf0491e42ff4212a63ab0af422f27f5a625c53a0b33e69f8dede96b004a0f01af104d9791a4b75d38145ae0059f5e2967ea1d09b0712cc4d930ef7aafd4f3ba
 SHA512 
5e07f28da9afc5f1ba3df7f06ad0e146c171d33e1779bbaab21547ed234aaced02e5278c1eb8f92fc45480abd2474d6a2d4c71644fb9378f41088c56cc1bc8ab

diff --git a/dev-util/google-perftools/google-perftools-2.8.ebuild 
b/dev-util/google-perftools/google-perftools-2.8.ebuild
deleted file mode 100644
index b5cb254c797..000
--- a/dev-util/google-perftools/google-perftools-2.8.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-MY_P="gperftools-${PV}"
-
-inherit toolchain-funcs flag-o-matic autotools vcs-snapshot multilib-minimal
-
-DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis 
tools"
-HOMEPAGE="https://github.com/gperftools/gperftools;
-SRC_URI="https://github.com/gperftools/gperftools/archive/${MY_P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0/4"
-# contains ASM code, with support for
-# freebsd x86/amd64
-# linux x86/amd64/ppc/ppc64/arm
-# OSX ppc/amd64
-# AIX ppc/ppc64
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="largepages largepages64k +debug minimal optimisememory test static-libs"
-
-RESTRICT="!test? ( test )"
-
-DEPEND="!ppc64? ( sys-libs/libunwind )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${FILESDIR}/${PV}-musl-tests.patch"
-)
-
-pkg_setup() {
-   # set up the make options in here so that we can actually make use
-   # of them on both compile and install.
-
-   # Avoid building the unit testing if we're not going to execute
-   # tests; this trick here allows us to ignore the tests without
-   # touching the build system (and thus without rebuilding
-   # autotools). Keep commented as long as it's restricted.
-   use test || \
-   MAKEOPTS+=" noinst_PROGRAMS= "
-}
-
-src_prepare() {
-   default
-   eautoreconf
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   use largepages && append-cppflags -DTCMALLOC_LARGE_PAGES
-   use largepages64k && append-cppflags -DTCMALLOC_LARGE_PAGES64K
-   use optimisememory && append-cppflags -DTCMALLOC_SMALL_BUT_SLOW
-   append-flags -fno-strict-aliasing -fno-omit-frame-pointer
-
-   econf \
-   --enable-shared \
-   $(use_enable static-libs static) \
-   $(use_enable debug debugalloc) \
-   $(if [[ ${ABI} == x32 ]]; then printf "--enable-minimal\n" else 
use_enable minimal; fi)
-}
-
-src_test() {
-   case "${LD_PRELOAD}" in
-   *libsandbox*)
-   ewarn "Unable to run tests when sandbox is enabled."
-   ewarn "See https://bugs.gentoo.org/290249;
-   return 0
-   ;;
-   esac
-
-   multilib-minimal_src_test
-}
-
-src_install() {
-   if ! use minimal && has x32 ${MULTILIB_ABIS}; then
-   MULTILIB_WRAPPED_HEADERS=(
-   /usr/include/gperftools/heap-checker.h
-   /usr/include/gperftools/heap-profiler.h
-   /usr/include/gperftools/stacktrace.h
-   /usr/include/gperftools/profiler.h
-   )
-   fi
-
-   multilib-minimal_src_install
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   use static-libs || find "${D}" -name '*.la' 

[gentoo-commits] repo/gentoo:master commit in: dev-util/google-perftools/, dev-util/google-perftools/files/

2021-10-26 Thread Sam James
commit: dd53c589c7aa7c42624b0053ec4523ac2015a7ac
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:31:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:34:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd53c589

dev-util/google-perftools: add Fedora TLS patch for arm64

Use Fedora's TLS (thread local storage) patch to fix segfaults
in consumers on e.g. arm64. We also apply the new
configure option on s390 as Fedora do, but there might
be other arches where this is needed.

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

 ...rftools-2.9.1-disable-generic-dynamic-tls.patch |  34 +++
 .../google-perftools-2.9.1-r1.ebuild   | 111 +
 2 files changed, 145 insertions(+)

diff --git 
a/dev-util/google-perftools/files/google-perftools-2.9.1-disable-generic-dynamic-tls.patch
 
b/dev-util/google-perftools/files/google-perftools-2.9.1-disable-generic-dynamic-tls.patch
new file mode 100644
index 000..8e72c6dcd0a
--- /dev/null
+++ 
b/dev-util/google-perftools/files/google-perftools-2.9.1-disable-generic-dynamic-tls.patch
@@ -0,0 +1,34 @@
+Grabbed from Fedora: 
https://src.fedoraproject.org/rpms/gperftools/blob/rawhide/f/gperftools-2.7.90-disable-generic-dynamic-tls.patch
+
+Allows consumers to work correctly on arm64.
+--- a/configure.ac
 b/configure.ac
+@@ -665,6 +665,17 @@ AS_IF([test "x$enable_aggressive_decommi
+  1,
+  [enable aggressive decommit by default])])
+ 
++# Enable generic dynamic TLS model by default
++default_enable_generic_dynamic_tls=yes
++AC_ARG_ENABLE([general-dynamic-tls],
++  [AS_HELP_STRING([--disable-general-dynamic-tls],
++  [Do not use the general dynamic TLS model])],
++  [],
++  
[enable_generic_dynamic_tls="$default_enable_generic_dynamic_tls"])
++AS_IF([test "x$enable_generic_dynamic_tls" = xyes],
++  [AC_DEFINE([ENABLE_GENERIC_DYNAMIC_TLS], 1,
++ [Use the generic dynamic TLS model])])
++
+ # Write generated configuration file
+ AC_CONFIG_FILES([Makefile
+  src/gperftools/tcmalloc.h src/windows/gperftools/tcmalloc.h])
+--- a/src/base/basictypes.h
 b/src/base/basictypes.h
+@@ -200,7 +200,7 @@ struct CompileAssert {
+ # define ATTRIBUTE_UNUSED
+ #endif
+ 
+-#if defined(HAVE___ATTRIBUTE__) && defined(HAVE_TLS)
++#if defined(HAVE___ATTRIBUTE__) && defined(HAVE_TLS) && 
defined(ENABLE_GENERIC_DYNAMIC_TLS)
+ #define ATTR_INITIAL_EXEC __attribute__ ((tls_model ("initial-exec")))
+ #else
+ #define ATTR_INITIAL_EXEC

diff --git a/dev-util/google-perftools/google-perftools-2.9.1-r1.ebuild 
b/dev-util/google-perftools/google-perftools-2.9.1-r1.ebuild
new file mode 100644
index 000..ed4a219b335
--- /dev/null
+++ b/dev-util/google-perftools/google-perftools-2.9.1-r1.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="gperftools-${PV}"
+inherit toolchain-funcs flag-o-matic autotools vcs-snapshot multilib-minimal
+
+DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis 
tools"
+HOMEPAGE="https://github.com/gperftools/gperftools;
+SRC_URI="https://github.com/gperftools/gperftools/archive/${MY_P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0/4"
+# contains ASM code, with support for
+# freebsd x86/amd64
+# linux amd64/arm/arm64/ppc/ppc64/riscv/x86
+# OSX ppc/amd64
+# AIX ppc/ppc64
+KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
+
+IUSE="largepages largepages64k +debug minimal optimisememory test static-libs"
+
+RESTRICT="!test? ( test )"
+
+# TODO: remove the riscv special case once either libunwind has begun 
supporting this arch
+# or this package allows using llvm-libunwind for other arches
+DEPEND="!ppc64? (
+   riscv? ( sys-libs/llvm-libunwind:= )
+   !riscv? ( sys-libs/libunwind:= )
+)"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   # Please keep this if possible on bumps, check Fedora if needs rebasing
+   # Allows correct functionality on e.g. arm64, bug #818871
+   "${FILESDIR}"/${PN}-2.9.1-disable-generic-dynamic-tls.patch
+)
+
+pkg_setup() {
+   # set up the make options in here so that we can actually make use
+   # of them on both compile and install.
+
+   # Avoid building the unit testing if we're not going to execute
+   # tests; this trick here allows us to ignore the tests without
+   # touching the build system (and thus without rebuilding
+   # autotools). Keep commented as long as it's restricted.
+   use test || \
+   MAKEOPTS+=" noinst_PROGRAMS= "
+}
+
+src_prepare() {
+   default
+
+   eautoreconf
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   use largepages && append-cppflags -DTCMALLOC_LARGE_PAGES
+   use largepages64k && append-cppflags 

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

2021-10-26 Thread Jakov Smolić
commit: 99047b99e76651cc579eedf32f124ba9eacaf062
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Oct 27 05:28:27 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Oct 27 05:28:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99047b99

net-misc/ndisc6: drop 1.0.3

Bug: https://bugs.gentoo.org/819309
Signed-off-by: Jakov Smolić  gentoo.org>

 net-misc/ndisc6/Manifest|  1 -
 net-misc/ndisc6/ndisc6-1.0.3.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/net-misc/ndisc6/Manifest b/net-misc/ndisc6/Manifest
index b1ab61eb201..ff3b2aa2162 100644
--- a/net-misc/ndisc6/Manifest
+++ b/net-misc/ndisc6/Manifest
@@ -1,2 +1 @@
-DIST ndisc6-1.0.3.tar.bz2 260294 BLAKE2B 
cb9f302bd4d4f15effc8165dfdc686b2eda7543dd745cae43a24fea49086e3b5c58cc5b4eb14bc1a46657a15f6bd11322d5629570461f68743619deb9cd10004
 SHA512 
11dc9833edfc76650b46977d653686ed800dc1cc1dd069051410570f522d538ea9297b013a8d16b94aac3ebf33043cafdaee9fdccb5c02cc08b4c29ceaa96a54
 DIST ndisc6-1.0.5.tar.bz2 263243 BLAKE2B 
638e47e2bb1671a0bdd53edafd65acc774f068442dd6ade398e8bcae5630353f64b753b04237443aa6a6ea27de36206359e93e308fe5e610a4133ed730d71dd1
 SHA512 
d2742fee8202da988fd6d2b4b811125a4ab786b645b96b3a1fcfe248a3d9a39706055cf499c6cc742decfa5c3dbcbaac28ae01a50b9ad3ec10906dd468fec47e

diff --git a/net-misc/ndisc6/ndisc6-1.0.3.ebuild 
b/net-misc/ndisc6/ndisc6-1.0.3.ebuild
deleted file mode 100644
index 3ff6ac986a7..000
--- a/net-misc/ndisc6/ndisc6-1.0.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Recursive DNS Servers discovery Daemon (rdnssd) for IPv6"
-HOMEPAGE="https://www.remlab.net/ndisc6/;
-SRC_URI="https://www.remlab.net/files/${PN}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86 ~x64-macos"
-IUSE="debug"
-
-DEPEND="dev-lang/perl
-   sys-devel/gettext"
-RDEPEND=""
-
-src_configure() {
-   econf $(use_enable debug assert)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   newinitd "${FILESDIR}"/rdnssd.rc-1 rdnssd
-   newconfd "${FILESDIR}"/rdnssd.conf rdnssd
-
-   exeinto /etc/rdnssd
-   newexe "${FILESDIR}"/resolvconf-1 resolvconf
-   dodoc AUTHORS ChangeLog NEWS README
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xdg-desktop-portal-kde/

2021-10-26 Thread Sam James
commit: 4b6234dc539cdcecfa9dc2b10741cbff7f68a368
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:01:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:01:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6234dc

kde-plasma/xdg-desktop-portal-kde: 5.23.2 version bump

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

 kde-plasma/xdg-desktop-portal-kde/Manifest |  1 +
 .../xdg-desktop-portal-kde-5.23.2.ebuild   | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest 
b/kde-plasma/xdg-desktop-portal-kde/Manifest
index bd8d8d882be..144de449d53 100644
--- a/kde-plasma/xdg-desktop-portal-kde/Manifest
+++ b/kde-plasma/xdg-desktop-portal-kde/Manifest
@@ -1,2 +1,3 @@
 DIST xdg-desktop-portal-kde-5.22.5.tar.xz 87036 BLAKE2B 
57bdcd7999587607a7e952ce52b4ab9a6fe948af4d2cc4929425618b372b3d20eeece60e8cf2baf11ca989e3c79d77c69469aaa4e6120bd069b82f977216017e
 SHA512 
753adf3a4b7543ebbd220f85980e23f1bf98642c8aac408b41ba07bd7aa1ef9929518794e946d497b216eb781695b491c4eb35fce47c43a3a3463d6b9e62017f
 DIST xdg-desktop-portal-kde-5.23.1.tar.xz 89376 BLAKE2B 
64e584218b51d0d101b4ac888d16dd8d10fa62f224997c81dd812093595dba43d8ef4f5d2eb298593caabe06af1d1468d494657b51ca68c0109491df5fd5490b
 SHA512 
cf871343bd3cd36a0439014a4c558fba137f77a22fa56265d4739b381280c390d6d663529427326ceecadab91086ec5ea451d3f16ff1ed9df758710886cb5576
+DIST xdg-desktop-portal-kde-5.23.2.tar.xz 89400 BLAKE2B 
911f212756b47c68f417737e5141438e86285b2a8177f27b6a3d8ca05c09a0c08f553b1a38b9371e1986f1731768c157df0cb2413d396dff9ef2b478d74f1c8e
 SHA512 
337076a1373aca277c6e90074012fb24f1174dcf1a8a9c62a80d1fb6ae6b71501c8e8db623380eda26fe5415a327f68b3f87e0301395c9cfd656cdad4ba1feae

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.23.2.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.23.2.ebuild
new file mode 100644
index 000..741a7d0cb11
--- /dev/null
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.23.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Backend implementation for xdg-desktop-portal that is using 
Qt/KDE Frameworks"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-libs/wayland-1.15
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5[cups]
+   >=dev-qt/qtwayland-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.1.1
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+"
+RDEPEND="${COMMON_DEPEND}
+   sys-apps/xdg-desktop-portal
+"



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

2021-10-26 Thread Sam James
commit: 90ee40ccee9cc4df9d68ba389d039cb7f5ab0436
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:02:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:02:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ee40cc

profiles/thirdpartymirrors: mirror.csclub.uwaterloo.ca supports HTTPS (kde)

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

 profiles/thirdpartymirrors | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors
index f66652c7431..784b99b13e8 100644
--- a/profiles/thirdpartymirrors
+++ b/profiles/thirdpartymirrors
@@ -11,7 +11,7 @@ gnupg 
https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/ https://ftp.hea
 goproxy https://proxy.golang.org/ https://goproxy.io/
 idsoftware ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff 
ftp://ftp.gamers.org/pub/idgames/idstuff
 imagemagickhttps://www.imagemagick.org/download/releases/ 
https://mirror.checkdomain.de/imagemagick/releases/ 
https://ftp.acc.umu.se/mirror/imagemagick.org/ftp/releases/ 
ftp://ftp.fifi.org/pub/ImageMagick/releases/
-kdehttps://download.kde.org http://mirror.csclub.uwaterloo.ca/kde 
ftp://mirrors.dotsrc.org/kde ftp://kde.mirror.anlx.net
+kdehttps://download.kde.org https://mirror.csclub.uwaterloo.ca/kde 
ftp://mirrors.dotsrc.org/kde ftp://kde.mirror.anlx.net
 lokigames  http://updates.lokigames.com
 mariadbhttps://archive.mariadb.org/ 
http://ftp.bme.hu/pub/mirrors/mariadb/ https://ftp.heanet.ie/mirrors/mariadb/ 
https://ftp.nluug.nl/db/mariadb/ https://mirrors.up.pt/pub/mariadb/ 
https://rsync.osuosl.org/pub/mariadb/ https://mirror.netcologne.de/mariadb/
 mplayerhttps://www1.mplayerhq.hu/MPlayer 
http://www2.mplayerhq.hu/MPlayer http://www7.mplayerhq.hu/MPlayer 
http://www8.mplayerhq.hu/MPlayer ftp://ftp1.mplayerhq.hu/MPlayer/ 
ftp://ftp6.mplayerhq.hu/MPlayer/ ftp://ftp7.mplayerhq.hu/MPlayer/ 
ftp://ftp8.mplayerhq.hu/MPlayer/



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/

2021-10-26 Thread Sam James
commit: 5ec523182fea63e11a77b20223ddc3be55d2a258
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:01:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:01:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec52318

kde-plasma/xembed-sni-proxy: 5.23.2 version bump

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 +
 .../xembed-sni-proxy-5.23.2.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index 112f081c774..274b71a73f1 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-workspace-5.22.5.tar.xz 8401412 BLAKE2B 
3479549ffb302f8beca8f37853540bd71cc03a02183826435ec47ded0df69f4b19e103d8b6e2cd16af001a9c04a34e2f37a98a461f40fb8837ed7e7128a6fcba
 SHA512 
753ba35c3f0c3a5affe10d3a6149f1ebca7ed51b0710c079606e33ceada94a50eee1c1bafbb465fcc194038915c33edef1d79e0865e5702aab7a334d6d508c47
 DIST plasma-workspace-5.23.1.tar.xz 9001244 BLAKE2B 
e1ce6282148e45f64552770bb1debcc9bfaaea0e1388c3b695eccf9a879053959aedcc070e117e6727b09e2a5075773aa9d9ae0b0cbb79e6ac71cb1d2efb0337
 SHA512 
038c141585c9b8b897641cb2be490406a0d0ab0e5029bb264e33a45fa7cb83ff80a00ca069f1acdce4b74eb4513e27be1d6d6d244b85127a9074fb8f95cc841e
+DIST plasma-workspace-5.23.2.tar.xz 9005008 BLAKE2B 
07b63db2c57032fbb85499dc2b1972316e5b42a900470c56c6b0821fd45b3e189b9a0684114f9f51d110a860f1f3b4aebd2b782cb372e8634d9660c512b06073
 SHA512 
18ff49d90b9232e5539c8dd274e9536f0965e4dd1725c3ba6c8f98e264d926d2bfc8cd5f2da7bdd643b45691b1b92dbf68197d8e85be534b18df5a9d70b2e799

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.2.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.2.ebuild
new file mode 100644
index 000..7ebe3cfa45e
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit cmake kde.org
+
+DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays"
+HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sni-proxy/Readme.md;
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/extra-cmake-modules-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
+   x11-libs/libxcb
+   x11-libs/libXtst
+   x11-libs/xcb-util-image
+"
+RDEPEND="${DEPEND}
+   !kde-plasma/xembed-sni-proxy:0
+"
+
+S="${S}/${PN}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
+   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
+}



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

2021-10-26 Thread Sam James
commit: c47a6dbaad824a13c4a6d9d097306f545a28c1d8
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:01:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:01:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47a6dba

kde-plasma/systemsettings: 5.23.2 version bump

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

 kde-plasma/systemsettings/Manifest |  1 +
 .../systemsettings/systemsettings-5.23.2.ebuild| 60 ++
 2 files changed, 61 insertions(+)

diff --git a/kde-plasma/systemsettings/Manifest 
b/kde-plasma/systemsettings/Manifest
index e74ff39e2d2..52df8a25b55 100644
--- a/kde-plasma/systemsettings/Manifest
+++ b/kde-plasma/systemsettings/Manifest
@@ -1,2 +1,3 @@
 DIST systemsettings-5.22.5.tar.xz 205224 BLAKE2B 
b9aed5a330f2497e7df172e83a0633e3ac1fbaeba58d4dfdc6f9ec5f1645c164ab426396d9e9fb8640c7567b61c17a172e5bc9574dd108e3d8da4a8d56f1e627
 SHA512 
d74aca46221dd8da152139a7cb0d5eb05d29d9d39e935b8d29f8f105bc7573af55808d7b77d8416deec1743ae1a9149b24a6c6082dedf7ada53d16d4cf09f22f
 DIST systemsettings-5.23.1.tar.xz 203448 BLAKE2B 
e2587dc11d6c7d2813db662e6e43a14defc2adbdfd72ed6e94ce0057b433531b4bdac7816b8dbd187ed0f7b173168fb80378e1325fbd10c42b02750e23dce9f0
 SHA512 
df352da43fbe0fdf3d467f4bb0eacb6d0f05498ff36623bb721a56882ce239ac4e2ad73964d2f2cfe29c039a2b782fc81ccfe5edfc0cc21dff06cf597af15227
+DIST systemsettings-5.23.2.tar.xz 203468 BLAKE2B 
2a85e7a7c95423e36bccefe75a99190b0822d2f28a468a78a89b06bae8c57cf10606df521e2ad795a0a9deff22ea9c4a90ec88bd4ace2cd80a03f70585454cc4
 SHA512 
95fb17e0581f950bd2d10defa704930c572ee33f02e716963528b5c451ce50caaeb44212d6aa9f421496e29272d1f4dd4bd96f5c542e63c7d9e5fede4a53c171

diff --git a/kde-plasma/systemsettings/systemsettings-5.23.2.ebuild 
b/kde-plasma/systemsettings/systemsettings-5.23.2.ebuild
new file mode 100644
index 000..452b6efd42c
--- /dev/null
+++ b/kde-plasma/systemsettings/systemsettings-5.23.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org optfeature
+
+DESCRIPTION="Control Center to configure KDE Plasma desktop"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kactivities-${KFMIN}:5
+   >=kde-frameworks/kactivities-stats-${KFMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kpackage-${KFMIN}:5
+   >=kde-frameworks/krunner-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/libkworkspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+"
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Configure looks for GTK+" kde-plasma/kde-gtk-config
+   fi
+   ecm_pkg_postinst
+}



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

2021-10-26 Thread Sam James
commit: dbe8c377704d58f24616c9bf01d4fe341490ae45
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe8c377

kde-plasma/sddm-kcm: 5.23.2 version bump

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

 kde-plasma/sddm-kcm/Manifest   |  1 +
 kde-plasma/sddm-kcm/sddm-kcm-5.23.2.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/kde-plasma/sddm-kcm/Manifest b/kde-plasma/sddm-kcm/Manifest
index f4a9b793b5c..3e15a964c95 100644
--- a/kde-plasma/sddm-kcm/Manifest
+++ b/kde-plasma/sddm-kcm/Manifest
@@ -1,2 +1,3 @@
 DIST sddm-kcm-5.22.5.tar.xz 64592 BLAKE2B 
a0980e9dcac2ea6d61e2493c64f338442dec55036598048c2feb1bdeddf7f8b7f71c1dd3759d1d7b2548ee1cb197497ae13bcc08eb776b6f19012e4b6abca11f
 SHA512 
4026d5ae90ce6842541ef405c5859c35f7eb12fb16cfebb21a438ec33c73f7c741e1a2a1338caad9d97eb31bc8d74453c19a13434cbdf03a33fc12b1466f9cd3
 DIST sddm-kcm-5.23.1.tar.xz 77544 BLAKE2B 
1a21a0ab9d24c9540d2667e3bc6863bfd24db3be9a9148f52c5c7338630a7f74f1829c0a1089bc4934bf5aca5670851874094e346a864861e2e3aaf4f24ed5fd
 SHA512 
7dcb5aa5bc22fad6839d0f03de79ff9faef4b28a2710ee5ed96ecb1501272be6837983eac3cca698b52383f17fa78ee9b2507862f7e167373b0cd7948204798b
+DIST sddm-kcm-5.23.2.tar.xz 77596 BLAKE2B 
d49d37c1f5e26e9476c69007fd2e3b4022eef500f49851ccfb1a80fa92446654ab851801246bd6baf5e5ec8574e405a1a5177a094041f38fccd65c3a5b027849
 SHA512 
af078750f1a8cd9b34c955984f2c0dc63a74d9c576cf4d601ca2b0b70e6a68760c11ded10ee9f79217cd9d2d6575a664c3767cf5f1f486f4210e6b4bb0a675e1

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.23.2.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.23.2.ebuild
new file mode 100644
index 000..c0a6d49efe8
--- /dev/null
+++ b/kde-plasma/sddm-kcm/sddm-kcm-5.23.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for SDDM"
+HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+   x11-misc/sddm
+"
+
+DOCS=( CONTRIBUTORS )



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

2021-10-26 Thread Sam James
commit: 190b43de0756e60c2b7c09010eb04c2da84dc5a4
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190b43de

kde-plasma/powerdevil: 5.23.2 version bump

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

 kde-plasma/powerdevil/Manifest |  1 +
 kde-plasma/powerdevil/powerdevil-5.23.2.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/kde-plasma/powerdevil/Manifest b/kde-plasma/powerdevil/Manifest
index 3ed9799c684..0499db01054 100644
--- a/kde-plasma/powerdevil/Manifest
+++ b/kde-plasma/powerdevil/Manifest
@@ -1,2 +1,3 @@
 DIST powerdevil-5.22.5.tar.xz 618576 BLAKE2B 
5d4128adf99d0d3c355b28ca320c280b44f605a92adfb86582d9294752fce47a689023d38a0480dc5e91704c273774048fa8a38b62f9c3065bc5e9fe91a8c050
 SHA512 
9ecef0eec3673ac4560a0e50a3e31299718af9575d4a11e274d5e1d1516971362d93ca31e66b79b3593a68b1aebf93502066de7e4134761c5681dba84ab79318
 DIST powerdevil-5.23.1.tar.xz 627656 BLAKE2B 
8b6e2f0dfea03ffa23d2830fc391a4fbb7b40c01e5d7897fa12bc748076e813a9d73cd1d6b3bef236cc5b7e5eb4a5ebadc3ad4d1a231ced345a2e6c690aa866c
 SHA512 
ac0fe98b11a27fe0e95006936e88b64c4b217e538033b0b17ffb6014e0dc01b95d8194565f2bbe4090d682a0f6c2aab239d657926714620f9469b37949664355
+DIST powerdevil-5.23.2.tar.xz 629044 BLAKE2B 
e5eba35c983f38e6dbea77f7a99adec793b231149660bf75d5d8387dd63574d34ed7617d1c01af1b06d0d3402deea63774d7971aff7ef0a34aab55f7e6ed0041
 SHA512 
9c21411b1babe92226171cf4f17782aafde31597a46e693b897567f69f19e8a8a0fd62248b1c12faafbbc7c07aa6551b8377569d799cd760761bc6848d358161

diff --git a/kde-plasma/powerdevil/powerdevil-5.23.2.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.23.2.ebuild
new file mode 100644
index 000..7b2e96d8b63
--- /dev/null
+++ b/kde-plasma/powerdevil/powerdevil-5.23.2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Power management for KDE Plasma Shell"
+HOMEPAGE="https://invent.kde.org/plasma/powerdevil;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="brightness-control caps +wireless"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kactivities-${KFMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5[policykit]
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kglobalaccel-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kidletime-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/knotifyconfig-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   >=kde-plasma/libkscreen-${PVCUT}:5
+   >=kde-plasma/libkworkspace-${PVCUT}:5
+   virtual/libudev:=
+   x11-libs/libxcb
+   brightness-control? ( app-misc/ddcutil )
+   caps? ( sys-libs/libcap )
+   wireless? (
+   >=kde-frameworks/bluez-qt-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5
+   )
+"
+RDEPEND="${DEPEND}
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+   >=sys-power/upower-0.9.23
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DHAVE_DDCUTIL=$(usex brightness-control)
+   $(cmake_use_find_package caps Libcap)
+   $(cmake_use_find_package wireless KF5BluezQt)
+   $(cmake_use_find_package wireless KF5NetworkManagerQt)
+   )
+
+   ecm_src_configure
+}



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

2021-10-26 Thread Sam James
commit: 56339963b91a2860668a8d4603fb456b9f74ba07
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56339963

kde-plasma/plasma-workspace: 5.23.2 version bump

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

 kde-plasma/plasma-workspace/Manifest   |   1 +
 .../plasma-workspace-5.23.2.ebuild | 207 +
 2 files changed, 208 insertions(+)

diff --git a/kde-plasma/plasma-workspace/Manifest 
b/kde-plasma/plasma-workspace/Manifest
index 112f081c774..274b71a73f1 100644
--- a/kde-plasma/plasma-workspace/Manifest
+++ b/kde-plasma/plasma-workspace/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-workspace-5.22.5.tar.xz 8401412 BLAKE2B 
3479549ffb302f8beca8f37853540bd71cc03a02183826435ec47ded0df69f4b19e103d8b6e2cd16af001a9c04a34e2f37a98a461f40fb8837ed7e7128a6fcba
 SHA512 
753ba35c3f0c3a5affe10d3a6149f1ebca7ed51b0710c079606e33ceada94a50eee1c1bafbb465fcc194038915c33edef1d79e0865e5702aab7a334d6d508c47
 DIST plasma-workspace-5.23.1.tar.xz 9001244 BLAKE2B 
e1ce6282148e45f64552770bb1debcc9bfaaea0e1388c3b695eccf9a879053959aedcc070e117e6727b09e2a5075773aa9d9ae0b0cbb79e6ac71cb1d2efb0337
 SHA512 
038c141585c9b8b897641cb2be490406a0d0ab0e5029bb264e33a45fa7cb83ff80a00ca069f1acdce4b74eb4513e27be1d6d6d244b85127a9074fb8f95cc841e
+DIST plasma-workspace-5.23.2.tar.xz 9005008 BLAKE2B 
07b63db2c57032fbb85499dc2b1972316e5b42a900470c56c6b0821fd45b3e189b9a0684114f9f51d110a860f1f3b4aebd2b782cb372e8634d9660c512b06073
 SHA512 
18ff49d90b9232e5539c8dd274e9536f0965e4dd1725c3ba6c8f98e264d926d2bfc8cd5f2da7bdd643b45691b1b92dbf68197d8e85be534b18df5a9d70b2e799

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.23.2.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.23.2.ebuild
new file mode 100644
index 000..442c97629ce
--- /dev/null
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.23.2.ebuild
@@ -0,0 +1,207 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="forceoptional"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma workspace"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="appstream +calculator +calendar +fontconfig geolocation gps screencast
++semantic-desktop systemd telemetry"
+
+REQUIRED_USE="gps? ( geolocation )"
+RESTRICT="test"
+
+# slot op: various private QtWaylandClient headers
+COMMON_DEPEND="
+   >=dev-libs/wayland-1.15
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5=[jpeg,libinput]
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwayland-${QTMIN}:5=
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kactivities-${KFMIN}:5
+   >=kde-frameworks/kactivities-stats-${KFMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kbookmarks-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kded-${KFMIN}:5
+   >=kde-frameworks/kglobalaccel-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kidletime-${KFMIN}:5
+   >=kde-frameworks/kinit-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/knotifyconfig-${KFMIN}:5
+   >=kde-frameworks/kpackage-${KFMIN}:5
+   >=kde-frameworks/kpeople-${KFMIN}:5
+   >=kde-frameworks/krunner-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktexteditor-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kunitconversion-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/prison-${KFMIN}:5[qml]
+   

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

2021-10-26 Thread Sam James
commit: 23b4b2bd4c68ee6c0021ad83bae41e777eed9dfc
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b4b2bd

kde-plasma/plasma-workspace-wallpapers: 5.23.2 version bump

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

 kde-plasma/plasma-workspace-wallpapers/Manifest   |  1 +
 .../plasma-workspace-wallpapers-5.23.2.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest 
b/kde-plasma/plasma-workspace-wallpapers/Manifest
index a491fcdd6fd..6a6d9094aa3 100644
--- a/kde-plasma/plasma-workspace-wallpapers/Manifest
+++ b/kde-plasma/plasma-workspace-wallpapers/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-workspace-wallpapers-5.22.5.tar.xz 51347952 BLAKE2B 
090a0a72357e3597e102f3164596cf8614dea88f06a30c07019085891c65278dfff6149588e3c0cdedabde3d8c76cd0030878870ce3106b27b0222577133a3a8
 SHA512 
851e81e901fb50fc1c65c0863570b4c13c41ab3b4eef0fa862e60813ea6c316daa629464184cbc7f76f4ab4fd7422abe5ee1931f46ec968b9176bfe7f72aef19
 DIST plasma-workspace-wallpapers-5.23.1.tar.xz 57049044 BLAKE2B 
f2d411fb682ca8a665bb4bd51967c672aab4a4182e0e824f5ca9917a8ae5c577eff78a6698b070e98598c2e95a54a36e86608947d776bb877c15df3979c70d5a
 SHA512 
2f6fbaf90888311fb679f0b0c593aeffeb9faeb1292403a33460b40d0ab38e9a52a606b8ed2ff0957962f439b17ab803ad550dc16092f2173ceebf35319cb7ed
+DIST plasma-workspace-wallpapers-5.23.2.tar.xz 57049196 BLAKE2B 
6bb9727f60eb85c838fcfc8db4f77cc5a4572d50a230389d06eec4a7012027205abb6024440684244a0c83597e8addd2ad432dbd890849af3a55f465321f5004
 SHA512 
2221e6b47fbda5a93e08f5dedbab3f71dfa011c796b94a9b1a932b06406b066af1d93eeb2de7be9c75add996b4f4bb4f38a865b605a16abb1813c042af7343db

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.23.2.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.23.2.ebuild
new file mode 100644
index 000..505df2c2d30
--- /dev/null
+++ 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.23.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-3)
+inherit cmake kde.org
+
+DESCRIPTION="Wallpapers for the Plasma workspace"
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+BDEPEND="
+   dev-qt/qtcore:5
+   kde-frameworks/extra-cmake-modules:5
+"



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

2021-10-26 Thread Sam James
commit: 1c14118fde492b58cbe9e47516894e59b4ee1aab
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c14118f

kde-plasma/plymouth-kcm: 5.23.2 version bump

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

 kde-plasma/plymouth-kcm/Manifest   |  1 +
 kde-plasma/plymouth-kcm/plymouth-kcm-5.23.2.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index c044233cb73..cc7118201ee 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,2 +1,3 @@
 DIST plymouth-kcm-5.22.5.tar.xz 38064 BLAKE2B 
d6177f953be19344eb949ff2a76da131cb18cb62e9917fe480b703585e57fa063b01783233376a8cbc51f7dc8b204e7bc42738685ee2cfa3838a95a2db9e3970
 SHA512 
eb18fa7d6c4c0df765679db000c82d95c72346a812005a743b83491ce476fdb790e302ce074568420041b3f9dc23c0fde21dcffa8dfaed02ce0725b831961ba3
 DIST plymouth-kcm-5.23.1.tar.xz 39260 BLAKE2B 
96420ec5101ae579e7e8f0f03e415a6d11683762a701548892f44c7a9cceef2cac41462a863506cadecaaef09b0803f741393bc6acd361a3012142c21fe0551a
 SHA512 
bfb01b1bcdbf1915bdfab6f09f91baea1b3ff3592e5e06918a1ad7fe8a0fad64ebaa947049585f40bd3d3c86b894c09731a09bd541e2598c884e966a7c4fa09a
+DIST plymouth-kcm-5.23.2.tar.xz 39276 BLAKE2B 
8d5c5236d7b6a386700899dbf89deb3967f0510a7d4f5277e43566de6abb0db56b3fe75ff91e83069eb8a3ace6ab7c3b70fbae235b72fa9be0c8b525ebe38653
 SHA512 
d073941c4fc9815576e9fc93b2d9a13f79ec03e82cf639aa2ddb9ebf3dca645760dd92da81e565d16d7cb830b89a44047bfce1ab197cc237f597bae26daaa794

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.2.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.2.ebuild
new file mode 100644
index 000..57d4b2f388e
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"



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

2021-10-26 Thread Sam James
commit: 51baf61b9f0fb72273421db7f5dead7b979fb110
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51baf61b

kde-plasma/plasma-thunderbolt: 5.23.2 version bump

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

 kde-plasma/plasma-thunderbolt/Manifest |  1 +
 .../plasma-thunderbolt-5.23.2.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/kde-plasma/plasma-thunderbolt/Manifest 
b/kde-plasma/plasma-thunderbolt/Manifest
index a8cff21abd9..af58015d280 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-thunderbolt-5.22.5.tar.xz 64216 BLAKE2B 
74914087256f7f0496c4f1f4bf2f82180b424bf357208b70d0c6416a9288b7f26d0dc385823a5ace087dca3aa388963b28be00d31f1335bd0ba1071ed382bab7
 SHA512 
abc492c6a69cd3a2efa82c798d9a5e178f08fac098cd68055308f5bb4459e16914210e119e50838dd5af8d2240ead47e1dcfb06cb49a9a8d4e4ee6c0ba386581
 DIST plasma-thunderbolt-5.23.1.tar.xz 65100 BLAKE2B 
80ebf5c5ad0186d83c80ab8840983b4143e407374e23657a825bdb143fa5c42bd1fb5f37a96e61c92da2d2019a6b75cc10b98939a1a6a29110d202cf5beb9fb6
 SHA512 
3a478c5af64b01cd5595d8b0497194b9862e4017d9e4fd2d0c5941aeb8179b656a6adbc8d09490e0c5968dc952e347ebe6137a83eb1e50b42abe4566cc63ba46
+DIST plasma-thunderbolt-5.23.2.tar.xz 65084 BLAKE2B 
f886c22cc3970167488e41d53767dcf7cec04bad5062cbf72f678810104500b9802938e91840d1464b578e9088ba44527d0363dc8ca3378486b9bf3c793c669a
 SHA512 
223886ed2020394c2e1df7f4500c025afe88059c1455cdf2b155f24804b9bdfd94e4cb6ca2b7f99d1d49724a39846e8724f7497e6d9effb21bb99f1c26b8fc3a

diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.2.ebuild 
b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.2.ebuild
new file mode 100644
index 000..98520e14669
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
+HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt;
+
+LICENSE="|| ( GPL-2 GPL-3+ )"
+SLOT="5"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE=""
+
+# tests require DBus
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   sys-apps/bolt
+"



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

2021-10-26 Thread Sam James
commit: 093e88822b821a130e215025e29dd4d1ddec9bce
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=093e8882

kde-plasma/polkit-kde-agent: 5.23.2 version bump

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

 kde-plasma/polkit-kde-agent/Manifest   |  1 +
 .../polkit-kde-agent-5.23.2.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/kde-plasma/polkit-kde-agent/Manifest 
b/kde-plasma/polkit-kde-agent/Manifest
index ea969bf51cc..4145d4458ea 100644
--- a/kde-plasma/polkit-kde-agent/Manifest
+++ b/kde-plasma/polkit-kde-agent/Manifest
@@ -1,2 +1,3 @@
 DIST polkit-kde-agent-1-5.22.5.tar.xz 45652 BLAKE2B 
e95815b7760810743d54f1adb10992f1bf1cbf37870729c022aa8d34e518b41af2b81c9e3eb0f22dad0facbe97d1a70d26b31aa1aa8d8ba2ab99674fd0357814
 SHA512 
418bee7d6f32577a68e7a7a2f3db0bf54eb213bead9852356cd813c1a64ce64e9cd217f7b9b13c8872a797c4a629eaffa7d2f1ea4ff471b70567de1f6ac808fa
 DIST polkit-kde-agent-1-5.23.1.tar.xz 47548 BLAKE2B 
48da14a9730eba8310a63c67591458f2b2a131e050ed3f6fef5cfcb8ce4ba2b92bdd1819f01f152598447e426766063cc1d885cdfabfa3b8c794abc33937
 SHA512 
3edaeb39d4fd28c3984f0ab3f7007cedcfd22605ac10093af5a5a79d7eaf892ad7e8ad297767000d58e9751915e4c5a26a4c6082b1d3120ec7774db3222dfaba
+DIST polkit-kde-agent-1-5.23.2.tar.xz 47564 BLAKE2B 
55d180881ed1e9ac2a28e0f13293a13c3f4908e55bde547a428266b8caa484077504a5442b99e44bff599c1239434a02dc4d80dd1cde9edfee4c52a1e381b04c
 SHA512 
27fb1a49b973065935774a326d036f548d58e3cdcb99702372f07d311317e14fe0386154b0d7fd41a706f471e386828e99307d03accbee82d175e4d7952ae91a

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.23.2.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.23.2.ebuild
new file mode 100644
index 000..5dc5f3c9aa3
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.23.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="${PN}-1"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="PolKit agent module for KDE Plasma"
+HOMEPAGE="https://kde.org/;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=sys-auth/polkit-qt-0.113.0
+"
+RDEPEND="${DEPEND}"



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

2021-10-26 Thread Sam James
commit: f377a5fbbc9de115ed6ad0782681badf3b0a3f5d
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f377a5fb

kde-plasma/plasma-vault: 5.23.2 version bump

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

 kde-plasma/plasma-vault/Manifest   |  1 +
 kde-plasma/plasma-vault/plasma-vault-5.23.2.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/kde-plasma/plasma-vault/Manifest b/kde-plasma/plasma-vault/Manifest
index facbc1c0830..2a49308c516 100644
--- a/kde-plasma/plasma-vault/Manifest
+++ b/kde-plasma/plasma-vault/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-vault-5.22.5.tar.xz 171012 BLAKE2B 
44cc939d1fe03d4a042d3cd28b9ecc9457a1c667f5c7ee145db9d600ffaf49407108c019e91b475647bb5922b5fd9a25224dc00d3c6eb18e1adc67b0ee83cfbc
 SHA512 
360bfe2ceab0f6318dff866af9a1445ea7f43bffc0471cee50d2283bc125062cbea5974a88db537384a5b5bfd28e679be3c50f95afe4b53c9f7c8a6ab6756cf0
 DIST plasma-vault-5.23.1.tar.xz 176204 BLAKE2B 
a1ce1cb71d4b8619f6aaa02e1457ec4d04adeb8211264b9c53b81a0f9270b73bf801085c0a5928c1f54cfdf37da15f1de96918749b4e4e618c512695c5d58f24
 SHA512 
820d45eb4be3884c560d7de854ad111872fda8fa198e99d72ba79d046a83917982f4aa7f32cf4a0b0c79666443e0dc060dfd17404797269686979b140535fa54
+DIST plasma-vault-5.23.2.tar.xz 176288 BLAKE2B 
0eb6aec1fd67eeb47a0b2be09769e76fb20882e996206aafacff6a8fc5bbede9fb5122fb6978fccdbe15cc4379e560323ef09bd75faa1bd8a98680a3e006d00d
 SHA512 
cb9f290fe88a0b1db6492fbedc247e02f53eec36c4f6e84297bd3750cda8c6b28017fc622ac20a82d482b9d8422c5c7f0624a1b77e50fc3184c2f0a61473d68d

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.23.2.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-5.23.2.ebuild
new file mode 100644
index 000..820c8cb2cca
--- /dev/null
+++ b/kde-plasma/plasma-vault/plasma-vault-5.23.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Plasma applet and services for creating encrypted vaults"
+HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
+
+LICENSE="LGPL-3"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="networkmanager"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kactivities-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-plasma/libksysguard-${PVCUT}:5
+   networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   || ( >=sys-fs/cryfs-0.9.9 >=sys-fs/encfs-1.9.2 )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package networkmanager KF5NetworkManagerQt)
+   )
+
+   ecm_src_configure
+}



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

2021-10-26 Thread Sam James
commit: 72443ab534027f07bea84299aa0f0a1d69f49cdb
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72443ab5

kde-plasma/plasma-systemmonitor: 5.23.2 version bump

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

 kde-plasma/plasma-systemmonitor/Manifest   |  1 +
 .../plasma-systemmonitor-5.23.2.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/kde-plasma/plasma-systemmonitor/Manifest 
b/kde-plasma/plasma-systemmonitor/Manifest
index 2014cd26106..9b1de9d29fc 100644
--- a/kde-plasma/plasma-systemmonitor/Manifest
+++ b/kde-plasma/plasma-systemmonitor/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-systemmonitor-5.22.5.tar.xz 134624 BLAKE2B 
728ce4b89405445cbe385da504fb026d0c310eb06d41a3c4ab5557b8d66d1ed000ba30334363e5a9975e7515595e1cd3dac493a01f1f1bb235df4b9cb3f6ba38
 SHA512 
4116be820038318022efe6d7460d7deef2983940dac7ab1949aa0c8d18473b15d9de41f21241c63342656b5871c1a2291daa3ff0d576849fa27177425419013c
 DIST plasma-systemmonitor-5.23.1.tar.xz 144716 BLAKE2B 
3a8d804d19ee5018c67bb5a523a8ea65c12cbf87020159143a01d400b1beff495ff467a6bd066d2d73e85113837030d2fd02e012472ee148da579f44c5e73312
 SHA512 
bfe8e4e21070266dba3645efeb432e06b8637044f1c0dd652b1140e1ec38cd607c70dae50c4f1d078a63bcd8a03fb41de6c96c8e372114ea45aff3979f27d02b
+DIST plasma-systemmonitor-5.23.2.tar.xz 144700 BLAKE2B 
cc4eafd77aef52728156762ece77b74055465e014733035e219400d77243b4a19a38f77ef2ab03a2bfbbedace869e9adb5ee28c85c0cfefe16413c48c8342f71
 SHA512 
314ead3460cba7f9f1ef72e5b618e9361d270fda7f3e1d79dd1ab4ac2417c3a81e54924e7d54ff660edf969eb4fd929a1f03b437e7d0f7287d9c4ff6f88fdb54

diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.2.ebuild 
b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.2.ebuild
new file mode 100644
index 000..6960f0e9446
--- /dev/null
+++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.86.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Monitor system sensors, process information and other system 
resources"
+HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/;
+
+LICENSE="|| ( GPL-3 GPL-2 )"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kglobalaccel-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-plasma/libksysguard-${PVCUT}:5
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
+   >=kde-frameworks/kquickcharts-${KFMIN}:5
+   >=kde-plasma/ksystemstats-${PVCUT}:5
+"



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

2021-10-26 Thread Sam James
commit: 6bab60339f65f9e3e0c7dfb6a289cb7971a8236a
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bab6033

kde-plasma/plasma-firewall: 5.23.2 version bump

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

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.23.2.ebuild  | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 8e7454141ff..d0bcfa9b876 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-firewall-5.22.5.tar.xz 339372 BLAKE2B 
332a7fd2be63429c452f43371b2875f8838e05b107a6c3472974c5db123eef9e415ec70601cb830a743d77422639225e01611e52c07a2b3fe079572278e2f638
 SHA512 
cc81884550b5c73061f5a1df24c0b32e5fff234a51e56153e95a9e4b0e23c305a555c2deff69633b9cd21dff7bfbcf5d9fcbd5ab3605d4ffa87be57514a91901
 DIST plasma-firewall-5.23.1.tar.xz 343896 BLAKE2B 
1d4b4a963cad1e83227141867998fefe11b4d1cff425e217400acfe4c0e056db9408bae984f82d602962cc0cd7c26c8019e9b5f3b751f397e3396bb728d95b92
 SHA512 
fd8955699c02e902a97b9b3cdda583af0a30676d6dd281877ee64eba6ae626a600ee9eb24de2c32163a9cf205b5ba94b851d7990cf6b822809ee55a2a982cddb
+DIST plasma-firewall-5.23.2.tar.xz 343908 BLAKE2B 
b88677569962203df015d20b56eccc47b14f08d7f58cecbbc4639287addb7a2c212ff6d887363cfb7f490db003ccd7254a9c095caa33be5a679c79d25015bd20
 SHA512 
6c6ab2d51d4a23290ce909a960451eb4cd45b2d5ef25f590e44182edf7b27c4c02961606a59cad65231a451507018b1740d671672ff1e54d53a859141ced158b

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.2.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.23.2.ebuild
new file mode 100644
index 000..dfd7cff0454
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.23.2.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+KFMIN=5.86.0
+QTMIN=5.15.2
+inherit ecm kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



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

2021-10-26 Thread Sam James
commit: 8a729be400cab117231de578b867653efe99cfb8
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a729be4

kde-plasma/libkworkspace: 5.23.2 version bump

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

 kde-plasma/libkworkspace/Manifest  |  1 +
 .../libkworkspace/libkworkspace-5.23.2.ebuild  | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/kde-plasma/libkworkspace/Manifest 
b/kde-plasma/libkworkspace/Manifest
index 112f081c774..274b71a73f1 100644
--- a/kde-plasma/libkworkspace/Manifest
+++ b/kde-plasma/libkworkspace/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-workspace-5.22.5.tar.xz 8401412 BLAKE2B 
3479549ffb302f8beca8f37853540bd71cc03a02183826435ec47ded0df69f4b19e103d8b6e2cd16af001a9c04a34e2f37a98a461f40fb8837ed7e7128a6fcba
 SHA512 
753ba35c3f0c3a5affe10d3a6149f1ebca7ed51b0710c079606e33ceada94a50eee1c1bafbb465fcc194038915c33edef1d79e0865e5702aab7a334d6d508c47
 DIST plasma-workspace-5.23.1.tar.xz 9001244 BLAKE2B 
e1ce6282148e45f64552770bb1debcc9bfaaea0e1388c3b695eccf9a879053959aedcc070e117e6727b09e2a5075773aa9d9ae0b0cbb79e6ac71cb1d2efb0337
 SHA512 
038c141585c9b8b897641cb2be490406a0d0ab0e5029bb264e33a45fa7cb83ff80a00ca069f1acdce4b74eb4513e27be1d6d6d244b85127a9074fb8f95cc841e
+DIST plasma-workspace-5.23.2.tar.xz 9005008 BLAKE2B 
07b63db2c57032fbb85499dc2b1972316e5b42a900470c56c6b0821fd45b3e189b9a0684114f9f51d110a860f1f3b4aebd2b782cb372e8634d9660c512b06073
 SHA512 
18ff49d90b9232e5539c8dd274e9536f0965e4dd1725c3ba6c8f98e264d926d2bfc8cd5f2da7bdd643b45691b1b92dbf68197d8e85be534b18df5a9d70b2e799

diff --git a/kde-plasma/libkworkspace/libkworkspace-5.23.2.ebuild 
b/kde-plasma/libkworkspace/libkworkspace-5.23.2.ebuild
new file mode 100644
index 000..aacfb311c9b
--- /dev/null
+++ b/kde-plasma/libkworkspace/libkworkspace-5.23.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Workspace library to interact with the Plasma session manager"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-plasma/kscreenlocker-${PVCUT}:5
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+"
+DEPEND="${RDEPEND}
+   >=kde-frameworks/kinit-${KFMIN}:5
+   >=kde-plasma/kwin-${PVCUT}:5
+"
+
+S="${S}/${PN}"
+
+src_prepare() {
+   # delete colliding libkworkspace translations, let ecm_src_prepare do 
its magic
+   if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   find ../po -type f -name "*po" -and -not -name "libkworkspace*" 
-delete || die
+   rm -rf po/*/docs || die
+   cp -a ../po ./ || die
+   fi
+
+   eapply "${FILESDIR}/${PN}-5.22.80-standalone.patch"
+   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" -i CMakeLists.txt || die
+   cat >> CMakeLists.txt <<- _EOF_ || die
+   ki18n_install(po)
+   _EOF_
+
+   ecm_src_prepare
+}



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

2021-10-26 Thread Sam James
commit: 04cea32c4f1ca98f22920db22d58e5d07670ac1d
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04cea32c

kde-plasma/plasma-meta: 5.23.2 version bump

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

 kde-plasma/plasma-meta/plasma-meta-5.23.2.ebuild | 108 +++
 1 file changed, 108 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.23.2.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.23.2.ebuild
new file mode 100644
index 000..0add9022a74
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.23.2.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/;
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk
++smart systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwayland-server-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   qrcode? ( kde-frameworks/prison[qml] )
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"
+
+pkg_postinst() {
+   

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

2021-10-26 Thread Sam James
commit: 2032854d282d4bfdfb7dbae25c1d0362a2dff824
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2032854d

kde-plasma/plasma-disks: 5.23.2 version bump

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

 kde-plasma/plasma-disks/Manifest   |  1 +
 kde-plasma/plasma-disks/plasma-disks-5.23.2.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/kde-plasma/plasma-disks/Manifest b/kde-plasma/plasma-disks/Manifest
index f9f21f94dcd..7fca09d4fa0 100644
--- a/kde-plasma/plasma-disks/Manifest
+++ b/kde-plasma/plasma-disks/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-disks-5.22.5.tar.xz 84464 BLAKE2B 
983ed0d6a478b601f8183abdb4d971523b30cb50038799a045a4277cf494d18ba3143a119d1e9dfc303576f5f863811934a9592e01211f3b9f0d64cfb6775dda
 SHA512 
a49644a696d00ff84e150e68297a574b5d33190f0ecf407dc741d60f3243fb02507133bcb2e3e7bd1fc860f466a48988ac861e2b518b5a60cad9bc9f51490a1a
 DIST plasma-disks-5.23.1.tar.xz 86624 BLAKE2B 
7a6d6f6628f4a27fa4148c5e57e46d504c4823307814136b76748c263246d0eaa91c0647bc2dcf0439d5d40277890952f0b4f596f7a23a21f7fb3227ebff7dbb
 SHA512 
698d90d6066408f5c8eb4412092a50ba73d6b50f4de3b01c80679c3f458c6449b0a4431f5ddb5da089f567daf7c67a2f39448d94ac40ddeb4fa76cd3bd884640
+DIST plasma-disks-5.23.2.tar.xz 87040 BLAKE2B 
2598131c759973abde9b0e6c024eac3fa72bcfa658f148d67ffa55ee71ed8db6a3bfd3ac603bb3902293532959ef03ef739131b3ed7197f83b649181b400d24e
 SHA512 
09d7fdd5a615d4111ba6214e9c62253d54c94807f97adfda009f08ff749cbac17a4e2bc945052c679885fa3746386c82c599cd15832e17a03e4a722bb5225133

diff --git a/kde-plasma/plasma-disks/plasma-disks-5.23.2.ebuild 
b/kde-plasma/plasma-disks/plasma-disks-5.23.2.ebuild
new file mode 100644
index 000..3311c0ee7be
--- /dev/null
+++ b/kde-plasma/plasma-disks/plasma-disks-5.23.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="true"
+KFMIN=5.86.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Monitors S.M.A.R.T. capable devices for imminent failure"
+HOMEPAGE="https://invent.kde.org/plasma/plasma-disks;
+
+LICENSE="|| ( GPL-3 GPL-2 )"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   sys-apps/smartmontools
+"
+RDEPEND="${DEPEND}
+   kde-plasma/kinfocenter:5
+"



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

2021-10-26 Thread Sam James
commit: 5e8c933815f1a3defefa2c7ebb5d9dd9620a6c6c
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8c9338

kde-plasma/oxygen: 5.23.2 version bump

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

 kde-plasma/oxygen/Manifest |  1 +
 kde-plasma/oxygen/oxygen-5.23.2.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/kde-plasma/oxygen/Manifest b/kde-plasma/oxygen/Manifest
index 3b8ae7d595c..9b20ea704fd 100644
--- a/kde-plasma/oxygen/Manifest
+++ b/kde-plasma/oxygen/Manifest
@@ -1,2 +1,3 @@
 DIST oxygen-5.22.5.tar.xz 4471020 BLAKE2B 
3462d89fc6d151d9a746290374c174066eed0e95404b8a6fd4c1810b185ed3d74ef78e76c583750dafb2d29cc7fcb9ddfd6415db061fcad6040984e0145fd1f5
 SHA512 
5002d0260a5bf93ac98d9262330f4db8484c0a6ecbd217783321bf916ef4a8f27e5c94d301e6da95cf8f276ab210e14765439f8ff6be44220e8f526d7bb24fe1
 DIST oxygen-5.23.1.tar.xz 4610176 BLAKE2B 
539333127e2fad184ed2ee182232e4a97a97d77469ccbe456d5a4cf93d106bd1c0b0643b2b2b4c15f53134257b39ccc6687d2a038ed5798e09d671e0ef3381dc
 SHA512 
cf1cbae0c14189382bfa2e7b4b20ffd8457ed2545da4429b4f9b5417da4f23d6e1b3e9081b772c8c32f49947f4fa38c0778084c4260d3ab090f624bcade3aa28
+DIST oxygen-5.23.2.tar.xz 4610604 BLAKE2B 
c50af6634a8d9b4f72618d194dce7ce453cb849c62666bfce54565b312b76432df30605e5407eb76e5b85eb22324b3149450e0aff835750b3ffac08fbaa81947
 SHA512 
66d8bfe79a283455134e4309dcc365b9b4dde2f132c2000d649b8396c3914a000e083cfd95900a27214f551503bd5d1a0e2ef16aef7ca9149690b5220a053e1f

diff --git a/kde-plasma/oxygen/oxygen-5.23.2.ebuild 
b/kde-plasma/oxygen/oxygen-5.23.2.ebuild
new file mode 100644
index 000..3123e9e382a
--- /dev/null
+++ b/kde-plasma/oxygen/oxygen-5.23.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Oxygen visual style for the Plasma desktop"
+HOMEPAGE="https://invent.kde.org/plasma/oxygen;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="wayland"
+
+COMMON_DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/frameworkintegration-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-plasma/kdecoration-${PVCUT}:5
+   x11-libs/libxcb
+   wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 )
+"
+DEPEND="${COMMON_DEPEND}
+   >=kde-frameworks/kservice-${KFMIN}:5
+"
+RDEPEND="${COMMON_DEPEND}
+   !

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

2021-10-26 Thread Sam James
commit: 9c16ca4d40307d68ed7c3c4b0db5cf38f3e83d87
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c16ca4d

kde-plasma/plasma-nm: 5.23.2 version bump

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

 kde-plasma/plasma-nm/Manifest|  1 +
 kde-plasma/plasma-nm/plasma-nm-5.23.2.ebuild | 90 
 2 files changed, 91 insertions(+)

diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest
index 64c8c9f7380..4db9484453d 100644
--- a/kde-plasma/plasma-nm/Manifest
+++ b/kde-plasma/plasma-nm/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-nm-5.22.5.tar.xz 898960 BLAKE2B 
0285425f4ed474c38e3a72b8b6654ba17e957921db0372bc24a9ce4fe226186cb687e5ec91836f7bbb1cb2fb9f4da1287efca41cd7b11673e2086477024f4578
 SHA512 
802b908c61214e77162f09289d9e9c1d3c9d39b77799d71b3c4802245f2920c29065b793a83a483a9e9df004e113bcb06fa864c456b6950ba3a4d8eaf4ec4b94
 DIST plasma-nm-5.23.1.tar.xz 919792 BLAKE2B 
2114769a046952465a07b3269fbd978924d61e00408af66e89bc1534b99ce2fcc2f52d10e2a07aa7c83e8391d4b9523a989e40a1c42dd40f2b5651c7314fc868
 SHA512 
dfb6e9894524c2ebfe1b0bc14ec42636ff6b3f08cd378d54610a6e27f40736fc9d3a97ec060447c7402990c85e3e819dc4c1f97d0891ab84f05f9ae96dd06c51
+DIST plasma-nm-5.23.2.tar.xz 920368 BLAKE2B 
3669448c4feeacb2b11555ccbe6e130be639b33c1fa02a440a4e9ac519c50b1a84c7b2c81cfe818f76332f07c9c2b2cc22c0dabcc000ab6f0c629ab715577b9c
 SHA512 
1f0bda0eb12c54ea671132fbe0a9a19c27e79a4da82b492f33b421965a51390b578d14dd0c73c6dc38acf80f00410f5e70342c8ae3264a952feaa665230b4c3c

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.23.2.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.23.2.ebuild
new file mode 100644
index 000..0ac6235da15
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.23.2.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2021-10-26 Thread Sam James
commit: 904c3b347835c66439216af4a4806a318aa4d19e
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904c3b34

kde-plasma/plasma-pa: 5.23.2 version bump

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

 kde-plasma/plasma-pa/Manifest|  1 +
 kde-plasma/plasma-pa/plasma-pa-5.23.2.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index 86df5377c65..a9a2af3fd0d 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-pa-5.22.5.tar.xz 127092 BLAKE2B 
dd57129aec51056ac7f7020d0e479718c3c18b7da7c7e75e8b4dd2f052c3e198c6dfb35b50230293e8e35281862a6ad503fe62d23af7083f15f650a13d38
 SHA512 
4082096d532ddeba6b9cd117a7588fb5b62739ce7265b70ad5834cbd30dab140ccb8b3146f9264dd01a664bfc72071bd42cdd23c24b08fd7f89919d939eb4ba9
 DIST plasma-pa-5.23.1.tar.xz 129972 BLAKE2B 
c16c4a61bbcf725b408ef00e5f07db3fb4fa9390ad7bdbc96181d45cd331a701bcec4609adf561ce96065ff941fda5432f913c77487f8f06168f7335aef3acc4
 SHA512 
b034a0e1236089e244f8f9e274603c86032e6c82accff0d48f4db732bb0c727f33480ce1faba955b4c436f91e4ef5de5088fca1ae3e10dd729fa51a48322b089
+DIST plasma-pa-5.23.2.tar.xz 130036 BLAKE2B 
46fe4da1959758962cb4a36a85931d8e0980d1ffa8ca95da69e22a1496064ba49b069c17c863fa1fb9700b0c2e365d380fe4cab25cdf78d939f9d088c5413cf2
 SHA512 
22a8430df55e73580c45c637e2ac86c94cfac068d3106af26ce5cc668db193bdea79421176fb156312068300e7c32cdf95ba00c38fd584228475f2ec93f4e36d

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.23.2.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.23.2.ebuild
new file mode 100644
index 000..a3f477bf21b
--- /dev/null
+++ b/kde-plasma/plasma-pa/plasma-pa-5.23.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.86.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-libs/glib:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kglobalaccel-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   media-libs/libcanberra
+   media-sound/pulseaudio
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   || (
+   media-video/pipewire
+   media-sound/pulseaudio-daemon
+   media-sound/pulseaudio[daemon(+)]
+   )
+   x11-themes/sound-theme-freedesktop
+"



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

2021-10-26 Thread Sam James
commit: cc36119f30a1db63c602715b38f78533ede7ec8c
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc36119f

kde-plasma/plasma-desktop: 5.23.2 version bump

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

 kde-plasma/plasma-desktop/Manifest |   1 +
 .../plasma-desktop/plasma-desktop-5.23.2.ebuild| 186 +
 2 files changed, 187 insertions(+)

diff --git a/kde-plasma/plasma-desktop/Manifest 
b/kde-plasma/plasma-desktop/Manifest
index 8e502fa963a..276134a2595 100644
--- a/kde-plasma/plasma-desktop/Manifest
+++ b/kde-plasma/plasma-desktop/Manifest
@@ -1,3 +1,4 @@
 DIST plasma-desktop-5.22.5.tar.xz 15747008 BLAKE2B 
ea20e4cbad43e0005ef621bf08fb978b5ce566579e9ba947a4750fb35468b642f57a92bde6f2264b0374a890adb948313e40072b230e20478c5393c90931d566
 SHA512 
9f39e3709e6e774b8846cb14f8e8aec776ba28c2601c9ee8d7b243240961f2a67cd649eb8005324a4ef0c10ed152ca1a1fc5b2a75c78f551aa20b53106b649ac
 DIST plasma-desktop-5.23.1.tar.xz 15785208 BLAKE2B 
528653f68f1a3e17fc38859d70fe3f985276d2a8cb73b2b5f47f195238221d17ce65e678017ac88ab2f760d2db23b3efbff2c076d2211c8014805e06c1e1852b
 SHA512 
f6f0483e9dc8e64b4def5e723d259ea32ab5b1556d8486a406b3c65e55d5b7d332614ded8c4f651785890067cd6920a497a110905f2cedb9383b254eab8b2505
+DIST plasma-desktop-5.23.2.tar.xz 15783620 BLAKE2B 
5d8445c97eb429186866e44f5737b84037e58a91fc81021b1753c12fb1566f3e0047b1074cd1e0e72b677d3610c65cfca36b80991e2b27834e35845f65112030
 SHA512 
510c6d98b227c40f004388d18b863aaeed2063f9ca9a9c63bcc4eed7ea665c05e23e82092af86953195e9463bdea77e1121f39a8f0b8a6cf05299a12c477da65
 DIST plasma-desktop-override-include-dirs-1.tar.xz 7888 BLAKE2B 
f1e416fa0ed27cfe6e049cafc66d1603bb4f76f0cec16dc47339a238cbb485b202adf08ececbb8933a5e1a54954cbd21653d2c9dfec27baa49fdf583acf0d75f
 SHA512 
aa26b4966a5d00c378128ee8ee56025d637f139fcd315bf0aabefa080caecadf8cd3176dee3df87d4f8bdc48446df535260cf64a65055857fb895fa8988e1a20

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.23.2.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.23.2.ebuild
new file mode 100644
index 000..1de5918b598
--- /dev/null
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.23.2.ebuild
@@ -0,0 +1,186 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org optfeature
+
+DESCRIPTION="KDE Plasma desktop"
+XORGHDRS="${PN}-override-include-dirs-1"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${XORGHDRS}.tar.xz;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="emoji ibus +kaccounts +policykit scim +semantic-desktop telemetry"
+
+COMMON_DEPEND="
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/attica-${KFMIN}:5
+   >=kde-frameworks/kactivities-${KFMIN}:5
+   >=kde-frameworks/kactivities-stats-${KFMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kbookmarks-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kded-${KFMIN}:5
+   >=kde-frameworks/kdelibs4support-${KFMIN}:5
+   >=kde-frameworks/kglobalaccel-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/knotifyconfig-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/krunner-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   

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

2021-10-26 Thread Sam James
commit: c975d3393c22e067f691fd0f9a7b26afa4ac463a
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c975d339

kde-plasma/milou: 5.23.2 version bump

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

 kde-plasma/milou/Manifest|  1 +
 kde-plasma/milou/milou-5.23.2.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest
index 917835ce5c8..fafcc275e14 100644
--- a/kde-plasma/milou/Manifest
+++ b/kde-plasma/milou/Manifest
@@ -1,2 +1,3 @@
 DIST milou-5.22.5.tar.xz 52868 BLAKE2B 
188d764cf5ce14db38368cf3b1bb8a1fb62796f8eaf2e3933d53714bcb94eee657c88dd3fb485ad1471a9f22fa19fcad4e0262ec953f366aa2cc4b88d0ae6a51
 SHA512 
9be952458c3e5c6b0cf99fde2c6dd810f109af5c6c1fecf0419b615ebeaf5c2794301ed7d96e234a4b111fb8e5d63e11e9848f7112bc16580fda7ef107b81d60
 DIST milou-5.23.1.tar.xz 47896 BLAKE2B 
c5b5fc16a7a67cdc21648fce6bbe86dbc190faddf442607effec5613073d42aae44bc0eacd512f2b8ed3ebb0b369345e0a734c2f81894e00601e3f5eeab0227b
 SHA512 
4056abccfb4fff80ea00bd53c753abb3caf63d35850ff57fd42c36f1ef013c6b133404c512fa41def3c3750f57019e987e0d9d963369f3d4e06540563af600d0
+DIST milou-5.23.2.tar.xz 47912 BLAKE2B 
8df88aa36a69f8cc5b01326f6da504e1f9d7dd17f8d015b51658240e3c5893692f909872a7ae6d78af272b8ef6150b8c4dedca467c6889a4f6d22d4143629d87
 SHA512 
c9ffdc3939138f5f481facb3631a4abbcc756a6487ef0f595e8271b8e146d79becefd93f321d2e9e7bfe31df8c624690ff3feb15c11a347520e798b6eb50bedc

diff --git a/kde-plasma/milou/milou-5.23.2.ebuild 
b/kde-plasma/milou/milou-5.23.2.ebuild
new file mode 100644
index 000..bfa5e8e64e6
--- /dev/null
+++ b/kde-plasma/milou/milou-5.23.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Dedicated search application built on top of Baloo"
+HOMEPAGE="https://invent.kde.org/plasma/milou;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/krunner-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"



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

2021-10-26 Thread Sam James
commit: b8665fe5801851bc274485833696c50a45181d7a
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8665fe5

kde-plasma/plasma-integration: 5.23.2 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-5.23.2.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index e0ad626e95b..aa94c00fe03 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-integration-5.22.5.tar.xz 65644 BLAKE2B 
5a127c3f8ceb95177447fbbfd29e24ff65aba0dba4373c42ec358f2f0df941baf428962bcc90c25217d843df7c8f896ddf35d6001f575d4d226929a62c514136
 SHA512 
5da783bc3e32de5e68fb065f7dc014f92216821942b6f2c016fe494915fed1edaaaf88c26cd2a830fa306459e03d63d73dfbc805a845a0ac1f215128aa18df3c
 DIST plasma-integration-5.23.1.tar.xz 83076 BLAKE2B 
97d8581e172fc0f95d31b77faf7a91c132791001ede9059981aeccd633b18951dd93522369c47856be466428bebf81a04e3d72cf9063b3f55a2c267973ef8992
 SHA512 
7876c4c5aa63b1d521223a61530f6181725efbdf78fafb668c5817ced7b5710d30846b51c9e073be1bd4e048b645719bee59b34b32acda17a29c2a19668f984d
+DIST plasma-integration-5.23.2.tar.xz 83056 BLAKE2B 
9291ababefbac09578409bed31a98208d62fa1178f857358f84c612416125a73eef7443d7c91b4c79cee0bc45af1818e43eda86218e24f6ba9b94f5ddc3afbaa
 SHA512 
a4cf75d7544f1a452318bbc80b4b07cc5208b73820f3ea9ca3a61de5efe73b6ab273a5be4ae5d0d4d76cc453c00eea93af29ae1a1954cd5e1c662512a16aedbd

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.23.2.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.23.2.ebuild
new file mode 100644
index 000..2873e4f7feb
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.23.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"



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

2021-10-26 Thread Sam James
commit: a616a1763e3e2d07fd5c4bab6462c504e4516da6
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a616a176

kde-plasma/plasma-browser-integration: 5.23.2 version bump

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

 kde-plasma/plasma-browser-integration/Manifest |  1 +
 .../plasma-browser-integration-5.23.2.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/kde-plasma/plasma-browser-integration/Manifest 
b/kde-plasma/plasma-browser-integration/Manifest
index f22e0af74d9..bf6b3655c67 100644
--- a/kde-plasma/plasma-browser-integration/Manifest
+++ b/kde-plasma/plasma-browser-integration/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-browser-integration-5.22.5.tar.xz 214448 BLAKE2B 
114baa04ab7fad7a3450c199b405afc3d0ce6c4a7e7cf8828dc15e509417de003ffb6b73a002b52b5d8a46f566a63320d33d23fdb8a60484e65c0176afcfadd1
 SHA512 
8cc29cc51c6cce4dd31677cff8851d58eb0dded0d41c52e0fa488a6f5a803c46b0f29ae02642707a039a283e19ea49fe2dac36604202282f6a62cd0f8716940a
 DIST plasma-browser-integration-5.23.1.tar.xz 219568 BLAKE2B 
ccaa8ce82b3926b943ccc3ba2cc5eec683d9caba94123719e8d9c6c83494b691f05eb082327c9d1ffcb51ac4a9313f38af96d0761a429cc9cb62c0b6818a
 SHA512 
084437387f9645007e552d3b33b4b20c593023c109589bcc7efc2543bd8caec385e5900034822f322e4dd7f3f904d8a1f22ba3928d4ba3e977b35409a1677977
+DIST plasma-browser-integration-5.23.2.tar.xz 219648 BLAKE2B 
74552cf9099bb6ef627e77ac6bfe9c24c4d9e9f3b9ae968599f7fbade2c45388417073455d8f3c77b4a9f14ebb21a7d2b834274589285a033e60371eface052a
 SHA512 
7f76144bacbc7ef5a4a13b8c7c2564973baaf2a363c99055aeea21063baf47354fccc54eac56d649c843d9fc422cd51f2138ffeb2d0596f66851e049dd66eb27

diff --git 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.2.ebuild
 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.2.ebuild
new file mode 100644
index 000..83cbeb10359
--- /dev/null
+++ 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser 
extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration;
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kactivities-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kfilemetadata-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/krunner-${KFMIN}:5
+   >=kde-frameworks/purpose-${KFMIN}:5
+   >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+   )
+
+   ecm_src_configure
+}



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

2021-10-26 Thread Sam James
commit: e5d2f6c832fe9f7956cb5ff2e0a7f45b7a08ecb4
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 05:00:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 05:00:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d2f6c8

kde-plasma/plasma-sdk: 5.23.2 version bump

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

 kde-plasma/plasma-sdk/Manifest |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.23.2.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index b461fb3a0f8..f90cb93aa45 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.22.5.tar.xz 269688 BLAKE2B 
90ed4b103b7b2ce3bfc3b84dcc0928d7e7b4ab88c7eeea9be0f2be8807b96271e9e5c0a00e04e252a3c099384f90f532084a03eae79ed5d88da97994bcbb715d
 SHA512 
893bf785994537068efe5f8c854c2bd9a650849029822a5790b3874e2137eeac4f587185e571471494a47551c60e8b395520e125b8e2f511f36f6f483867671e
 DIST plasma-sdk-5.23.1.tar.xz 275828 BLAKE2B 
88a97fec302deb0ecdabb4ecf92673413e780707a78c2e1a5c9ee6c0d45793df8e2ba70f4fff1b427b6b7f1dc80adedcddf613eb8ebc7705400345e3e4caa43a
 SHA512 
1e8c03f6889cf289525506141202875a5200a07f0bead40b005a25e74e3b191aa016cb12584ddcf4890eecefba97838d51ad54fe531cf3cee324d17914e6f826
+DIST plasma-sdk-5.23.2.tar.xz 275820 BLAKE2B 
c751f8314a31c9e0d7643a3a8f0941b3604ecda6837caaa1a598b93afbefe563977e1931f03948c6391f985479057c0f9e9e2ff571eafa454c7c3d616028a4b7
 SHA512 
a0c7a08785fde641d58263b53355e87bde5c94b7c40fe25c33c3f50aaf3992828574d5b741922ad25e3baebf1bd89d36e901a3baff3f5ff7f8a9a3221417a499

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.2.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.23.2.ebuild
new file mode 100644
index 000..9c5a5e9fa9b
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.23.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kpackage-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktexteditor-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+"



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

2021-10-26 Thread Arthur Zamarin
commit: f913e4281e6b570a0d1d8c87322431443399dc1f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 27 04:35:52 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 27 04:39:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f913e428

dev-python/rdflib: drop 6.0.1

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

 dev-python/rdflib/Manifest|  1 -
 dev-python/rdflib/rdflib-6.0.1.ebuild | 53 ---
 2 files changed, 54 deletions(-)

diff --git a/dev-python/rdflib/Manifest b/dev-python/rdflib/Manifest
index 4ad1ee17575..fabd8a6c45f 100644
--- a/dev-python/rdflib/Manifest
+++ b/dev-python/rdflib/Manifest
@@ -1,3 +1,2 @@
 DIST rdflib-5.0.0.tar.gz 818586 BLAKE2B 
d0046590b00211ccb4f0f586dc829c061a5f426b1cefed44a63d21d46396354b9012dbe0a63c8f9de138b25ca7d73ba624c49da6fb305ececd983c62c917fd8a
 SHA512 
ba98ab6a7bb9d993d11c559a739761f297282eb9307f3e333db8dd1c6b365b408a59b701d823bef9be774a59b3f44f64c9444e3bb0115c0c549cb00945385dab
-DIST rdflib-6.0.1.tar.gz 1245483 BLAKE2B 
fd1c9837c25c8110bb44bd280803ec987ba865f8fea8187a1fca6173786deea65f462cf9f55f3c3c69d4fc18b01d37fc77b7b425e618c7b2e80324d7f5531f3e
 SHA512 
d78c61a949a9c88297368820de386d289ef1722f5b2c4dad25a453c6bc9919fb98be23e682f739de6485f81746a1c338e4045c24ca058ed0b2848b81c0d34f52
 DIST rdflib-6.0.2.tar.gz 1273100 BLAKE2B 
aefd98c480710ece6fc5e621ebc0526eb24c61d36872280aa369baa2ce5bf90173190fa01d592861d2d6a9700fe9fc43a9ebe6d0b1f68851442e860ca702bf31
 SHA512 
0d14902d24582aad01289f5265feba3c533bbf5a0928b2e1032ba0af16d16cce46a92bde0f01ec2980351c1c13fe2cf4113445d2731e04400f0c20de73efa050

diff --git a/dev-python/rdflib/rdflib-6.0.1.ebuild 
b/dev-python/rdflib/rdflib-6.0.1.ebuild
deleted file mode 100644
index ee10e05cea5..000
--- a/dev-python/rdflib/rdflib-6.0.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite?,threads(+)"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 optfeature
-
-DESCRIPTION="RDF library containing a triple store and parser/serializer"
-HOMEPAGE="https://github.com/RDFLib/rdflib https://pypi.org/project/rdflib/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="examples sqlite"
-
-RDEPEND="
-   dev-python/isodate[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/pyparsing[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/berkeleydb[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests --install nose
-
-python_prepare_all() {
-   # these tests require internet access
-   sed -e '/doctest/d' -i setup.cfg || die
-   rm test/{test_sparql_service.py,test_graph.py,jsonld/test_onedotone.py} 
|| die
-
-   distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}
-
-pkg_postinst() {
-   optfeature "support for sys-libs/db (Berkeley DB for MySQL)" 
dev-python/berkeleydb
-}



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

2021-10-26 Thread Arthur Zamarin
commit: bd0da25b650e73da71b78a8952749cff65eddc1a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 27 04:34:41 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 27 04:39:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0da25b

dev-python/ujson: drop 4.1.0

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

 dev-python/ujson/Manifest   |  1 -
 dev-python/ujson/ujson-4.1.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/ujson/Manifest b/dev-python/ujson/Manifest
index eea9001388c..dcd81786579 100644
--- a/dev-python/ujson/Manifest
+++ b/dev-python/ujson/Manifest
@@ -1,2 +1 @@
-DIST ujson-4.1.0.tar.gz 7129002 BLAKE2B 
0a9b8d90ca977b3abf7a3dbcb42fc40d9b6faa120ea59aac2aacb83faadf36cb3c0ca1073579f6bc5f94c6bd45550d82e55e1859b0afc7b3bed511e63626703f
 SHA512 
b3661c23fcdad2dbbac1d92b319f85ad3b7b575c1e773f5207cc83811974ed8de0e9780acb50986fcdea1c4237d5ded8d10a9bb641468b198824f5da15b8ae0e
 DIST ujson-4.2.0.tar.gz 7129419 BLAKE2B 
478ff6a3de9603478e9b747935ebc966f980dc832252974dda444b2ccb53878b3565ebdf7e8c223c687304d5f95607027d0652956d1f804cf2d80df6ce19be1a
 SHA512 
894316eeeafe80eb3328958f4336c1989c9591caf84de5a9442f9d028c85f67d08e7c295e74f5828abc93ad56ffa2d12b98ebe0ecf4bca27ae37642fbffe47e4

diff --git a/dev-python/ujson/ujson-4.1.0.ebuild 
b/dev-python/ujson/ujson-4.1.0.ebuild
deleted file mode 100644
index f7d4a69a222..000
--- a/dev-python/ujson/ujson-4.1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Ultra fast JSON encoder and decoder for Python"
-HOMEPAGE="https://pypi.org/project/ujson/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? ( dev-python/pytz[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest



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

2021-10-26 Thread Arthur Zamarin
commit: 809d6ce5fbddcf79b09fb194ceb50350655b9397
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 27 04:38:22 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 27 04:39:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809d6ce5

dev-python/argon2-cffi: drop 21.1.0

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

 dev-python/argon2-cffi/argon2-cffi-21.1.0.ebuild | 33 
 1 file changed, 33 deletions(-)

diff --git a/dev-python/argon2-cffi/argon2-cffi-21.1.0.ebuild 
b/dev-python/argon2-cffi/argon2-cffi-21.1.0.ebuild
deleted file mode 100644
index eff4880831a..000
--- a/dev-python/argon2-cffi/argon2-cffi-21.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="CFFI bindings to the Argon2 password hashing library"
-HOMEPAGE="https://github.com/hynek/argon2-cffi;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
-
-DEPEND="
-   app-crypt/argon2:=
-   virtual/python-cffi[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   test? (
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( AUTHORS.rst CHANGELOG.rst FAQ.rst README.rst )
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-export ARGON2_CFFI_USE_SYSTEM=1



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

2021-10-26 Thread Sam James
commit: b5b77904d898df2a84d0e271fac1f3c45a156cbd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Oct 26 16:10:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:14:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b77904

net-print/foomatic-db: stable 4.0.20190226 for sparc, bug #819279

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 net-print/foomatic-db/foomatic-db-4.0.20190226.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/foomatic-db/foomatic-db-4.0.20190226.ebuild 
b/net-print/foomatic-db/foomatic-db-4.0.20190226.ebuild
index 3ed08406b55..e487f17abaf 100644
--- a/net-print/foomatic-db/foomatic-db-4.0.20190226.ebuild
+++ b/net-print/foomatic-db/foomatic-db-4.0.20190226.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.openprinting.org/download/foomatic/${PN}-$(replace_version_s
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
 IUSE=""
 
 DEPEND=""



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

2021-10-26 Thread Sam James
commit: 70575546ef7956f146b5ab37ac76ac7fd9134525
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:14:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:14:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70575546

media-sound/pulseaudio: Stabilize 15.0-r1 ppc64, #820332

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

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

diff --git a/media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild 
b/media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild
index f2c8d3c37f5..14a3c529471 100644
--- a/media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN};
 else
SRC_URI="https://freedesktop.org/software/${PN}/releases/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
 fi
 
 # libpulse-simple and libpulse link to libpulse-core; this is daemon's



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

2021-10-26 Thread Sam James
commit: 846d3efcd3d9e524a56ad6e991b0ee6a0206e7d3
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:13:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:13:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846d3efc

dev-libs/imath: Stabilize 3.1.1 arm64, #820362

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

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

diff --git a/dev-libs/imath/imath-3.1.1.ebuild 
b/dev-libs/imath/imath-3.1.1.ebuild
index 3ebea9d135f..c9510fdfb56 100644
--- a/dev-libs/imath/imath-3.1.1.ebuild
+++ b/dev-libs/imath/imath-3.1.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://imath.readthedocs.io;
 
SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
 # re-keywording needed for (according to ilmbase keywords):
 # ~mips ~x64-macos ~x86-solaris
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"



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

2021-10-26 Thread Sam James
commit: 8f34339c640dc65dda34c7e15c968bb3c880dd63
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:13:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:13:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f34339c

media-libs/openexr: Stabilize 3.1.2 arm64, #820362

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

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

diff --git a/media-libs/openexr/openexr-3.1.2.ebuild 
b/media-libs/openexr/openexr-3.1.2.ebuild
index 7b41f0eca9d..4fc2e3979ab 100644
--- a/media-libs/openexr/openexr-3.1.2.ebuild
+++ b/media-libs/openexr/openexr-3.1.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/
 
 LICENSE="BSD"
 SLOT="3/30" # based on SONAME
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
 IUSE="cpu_flags_x86_avx doc examples large-stack static-libs utils test 
threads"
 RESTRICT="!test? ( test )"
 



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

2021-10-26 Thread Sam James
commit: 0c0556a270fab75473a98b964de5471a78eb7569
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:13:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:13:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0556a2

media-libs/libmtp: Stabilize 1.1.19 arm64, #820326

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

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

diff --git a/media-libs/libmtp/libmtp-1.1.19.ebuild 
b/media-libs/libmtp/libmtp-1.1.19.ebuild
index 6a4e3f9455e..3d21776b4c2 100644
--- a/media-libs/libmtp/libmtp-1.1.19.ebuild
+++ b/media-libs/libmtp/libmtp-1.1.19.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Implementation of Microsoft's Media Transfer Protocol (MTP)"



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

2021-10-26 Thread Sam James
commit: 5537f18a2d83c1c7f1f12c98d7d515fb9e3f05c7
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:14:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:14:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5537f18a

media-libs/libmtp: Stabilize 1.1.19 ppc, #820326

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

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

diff --git a/media-libs/libmtp/libmtp-1.1.19.ebuild 
b/media-libs/libmtp/libmtp-1.1.19.ebuild
index 3d21776b4c2..ce44f968a49 100644
--- a/media-libs/libmtp/libmtp-1.1.19.ebuild
+++ b/media-libs/libmtp/libmtp-1.1.19.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Implementation of Microsoft's Media Transfer Protocol (MTP)"



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

2021-10-26 Thread Sam James
commit: ce46fb8a737237b3a8b113d3f0f58f3eb10446fd
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:13:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:13:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce46fb8a

media-sound/pulseaudio: Stabilize 15.0-r1 arm64, #820332

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

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

diff --git a/media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild 
b/media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild
index cc9151b23f5..f2c8d3c37f5 100644
--- a/media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-15.0-r1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN};
 else
SRC_URI="https://freedesktop.org/software/${PN}/releases/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 # libpulse-simple and libpulse link to libpulse-core; this is daemon's



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

2021-10-26 Thread Sam James
commit: c986aea8e124f0fcbbbcbff9cc3de87eff260722
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c986aea8

net-misc/ndisc6: Stabilize 1.0.5 arm, #819309

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

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

diff --git a/net-misc/ndisc6/ndisc6-1.0.5.ebuild 
b/net-misc/ndisc6/ndisc6-1.0.5.ebuild
index fa654c85208..19faf911e8e 100644
--- a/net-misc/ndisc6/ndisc6-1.0.5.ebuild
+++ b/net-misc/ndisc6/ndisc6-1.0.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.remlab.net/files/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 x86 ~x64-macos"
 IUSE="debug"
 
 BDEPEND="dev-lang/perl



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

2021-10-26 Thread Sam James
commit: 6e0f47cd22b5fac8185527f4ee6f9678fbd53764
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0f47cd

net-misc/freerdp: Stabilize 2.4.1-r1 arm, #820050

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

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

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



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ru/

2021-10-26 Thread Sam James
commit: cd0cdbdb2158c47a53f97eee9464b9cfdc4895d7
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0cdbdb

app-dicts/myspell-ru: Stabilize 20180627 ALLARCHES, #729922

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

 app-dicts/myspell-ru/myspell-ru-20180627.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-ru/myspell-ru-20180627.ebuild 
b/app-dicts/myspell-ru/myspell-ru-20180627.ebuild
index a41fe7e0ea8..251e7847e82 100644
--- a/app-dicts/myspell-ru/myspell-ru-20180627.ebuild
+++ b/app-dicts/myspell-ru/myspell-ru-20180627.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://extensions.libreoffice.org/${EXT}/${DICT}/0-4.3/@@download/file
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux"
 
 src_prepare() {
default



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

2021-10-26 Thread Sam James
commit: d303baeb64cc8bf4aa52ccd3f9ffe184218cbfa2
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d303baeb

media-sound/fluidsynth: Stabilize 2.2.3 arm, #820131

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

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

diff --git a/media-sound/fluidsynth/fluidsynth-2.2.3.ebuild 
b/media-sound/fluidsynth/fluidsynth-2.2.3.ebuild
index f83370aa9a1..55dbaf6c26e 100644
--- a/media-sound/fluidsynth/fluidsynth-2.2.3.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-2.2.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 IUSE="alsa dbus debug examples ipv6 jack ladspa lash network oss portaudio 
pulseaudio +readline sdl +sndfile systemd threads"
 
 BDEPEND="



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

2021-10-26 Thread Sam James
commit: 25b32c6f271af6072c76d4ff9f7c78ed4d52fc95
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b32c6f

net-fs/sshfs: Stabilize 3.7.1 arm, #811819

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

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

diff --git a/net-fs/sshfs/sshfs-3.7.1.ebuild b/net-fs/sshfs/sshfs-3.7.1.ebuild
index d49895d7af6..cf05641d5ac 100644
--- a/net-fs/sshfs/sshfs-3.7.1.ebuild
+++ b/net-fs/sshfs/sshfs-3.7.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/libfuse/sshfs;
 SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.xz;
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 
 DEPEND=">=sys-fs/fuse-3.1.0:3



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

2021-10-26 Thread Sam James
commit: f97f138cf29e5f346b26612c1c116b5b67262df2
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97f138c

dev-python/furo: Stabilize 2021.10.9 arm, #820233

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

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

diff --git a/dev-python/furo/furo-2021.10.9.ebuild 
b/dev-python/furo/furo-2021.10.9.ebuild
index 6dce41ad1da..ce824a22763 100644
--- a/dev-python/furo/furo-2021.10.9.ebuild
+++ b/dev-python/furo/furo-2021.10.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
+KEYWORDS="amd64 arm arm64 x86"
 
 RDEPEND="
dev-python/beautifulsoup4[${PYTHON_USEDEP}]



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

2021-10-26 Thread Sam James
commit: 35b8c47efac38dc642585f2b3df5981d2ac75e1b
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b8c47e

dev-python/rdflib: Stabilize 6.0.2 arm, #819855

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

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

diff --git a/dev-python/rdflib/rdflib-6.0.2.ebuild 
b/dev-python/rdflib/rdflib-6.0.2.ebuild
index 56bed68e245..2895873653e 100644
--- a/dev-python/rdflib/rdflib-6.0.2.ebuild
+++ b/dev-python/rdflib/rdflib-6.0.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
 IUSE="examples sqlite"
 
 RDEPEND="



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

2021-10-26 Thread Sam James
commit: b0bffe2335c52a218439e46594e8ecda52204a5b
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0bffe23

dev-python/argon2-cffi: Stabilize 21.1.0-r1 arm, #820233

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

 dev-python/argon2-cffi/argon2-cffi-21.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/argon2-cffi/argon2-cffi-21.1.0-r1.ebuild 
b/dev-python/argon2-cffi/argon2-cffi-21.1.0-r1.ebuild
index 7a60b5d9fa3..dac404e2713 100644
--- a/dev-python/argon2-cffi/argon2-cffi-21.1.0-r1.ebuild
+++ b/dev-python/argon2-cffi/argon2-cffi-21.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 DEPEND="
app-crypt/argon2:=



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

2021-10-26 Thread Sam James
commit: c948cb5b6bf297cda260ea856d3cc83933fd4f72
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c948cb5b

dev-python/ujson: Stabilize 4.2.0 arm, #819879

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

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

diff --git a/dev-python/ujson/ujson-4.2.0.ebuild 
b/dev-python/ujson/ujson-4.2.0.ebuild
index f69d9f7a392..f7d4a69a222 100644
--- a/dev-python/ujson/ujson-4.2.0.ebuild
+++ b/dev-python/ujson/ujson-4.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]



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

2021-10-26 Thread Sam James
commit: a74fbceb168297afc6dd65041f8c87855349c3ba
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74fbceb

dev-python/pygobject: Stabilize 3.42.0 arm, #819843

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

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

diff --git a/dev-python/pygobject/pygobject-3.42.0.ebuild 
b/dev-python/pygobject/pygobject-3.42.0.ebuild
index ccc1b886db2..1f240616450 100644
--- a/dev-python/pygobject/pygobject-3.42.0.ebuild
+++ b/dev-python/pygobject/pygobject-3.42.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://pygobject.readthedocs.io/;
 
 LICENSE="LGPL-2.1+"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+cairo examples test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2021-10-26 Thread Sam James
commit: f8aa5687d73d20259f981f16d8fe38c62a13ccc9
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8aa5687

media-sound/sox: Stabilize 14.4.2_p20210509 arm, #819450

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

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

diff --git a/media-sound/sox/sox-14.4.2_p20210509.ebuild 
b/media-sound/sox/sox-14.4.2_p20210509.ebuild
index 9260f06e3eb..7575b5867ff 100644
--- a/media-sound/sox/sox-14.4.2_p20210509.ebuild
+++ b/media-sound/sox/sox-14.4.2_p20210509.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="alsa amr ao encode flac id3tag ladspa mad ogg openmp oss opus png 
pulseaudio sndfile sndio static-libs twolame wavpack"
 
 BDEPEND="



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

2021-10-26 Thread Sam James
commit: 54499733809dedb0ac0f04a8433fd0278a688717
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54499733

dev-python/berkeleydb: Stabilize 18.1.4 arm, #819855

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

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

diff --git a/dev-python/berkeleydb/berkeleydb-18.1.4.ebuild 
b/dev-python/berkeleydb/berkeleydb-18.1.4.ebuild
index b308a0776ee..5fc928f2b3e 100644
--- a/dev-python/berkeleydb/berkeleydb-18.1.4.ebuild
+++ b/dev-python/berkeleydb/berkeleydb-18.1.4.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://dev.gentoo.org/~arthurzam/distfiles/dev-python/${PN}/${P}.tar.x
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
|| (



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

2021-10-26 Thread Sam James
commit: 395e80dba7a3f733c8b476d03217c43c20b7261f
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395e80db

dev-ruby/rdiscount: Stabilize 2.2.0.2-r1 arm, #819960

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

 dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
index 5d42cef2ab6..1ebfee38cec 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-10-26 Thread Sam James
commit: cade919eeeb15e14cd0b1e3492458a35fc45b1e2
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cade919e

dev-ruby/concurrent-ruby: Stabilize 1.1.9 arm, #819924

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

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

diff --git a/dev-ruby/concurrent-ruby/concurrent-ruby-1.1.9.ebuild 
b/dev-ruby/concurrent-ruby/concurrent-ruby-1.1.9.ebuild
index 42664f04380..e4350df54cb 100644
--- a/dev-ruby/concurrent-ruby/concurrent-ruby-1.1.9.ebuild
+++ b/dev-ruby/concurrent-ruby/concurrent-ruby-1.1.9.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/ruby-concurrency/concurrent-ruby/archive/v${PV}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/timecop-0.7.4 )"



[gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/

2021-10-26 Thread Sam James
commit: f971b34468de3f69ada30579159786a22813d741
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f971b344

net-ftp/proftpd: Stabilize 1.3.7c arm, #819894

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

 net-ftp/proftpd/proftpd-1.3.7c.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/proftpd/proftpd-1.3.7c.ebuild 
b/net-ftp/proftpd/proftpd-1.3.7c.ebuild
index 53a27a97204..00490f0b5ea 100644
--- a/net-ftp/proftpd/proftpd-1.3.7c.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.7c.ebuild
@@ -27,7 +27,7 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso 
dynmasq exec ifsession ifversion ident ipv6
kerberos ldap log-forensic memcache msg mysql ncurses nls pam +pcre 
postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota 
sqlite ssl tcpd test unique-id vroot"



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

2021-10-26 Thread Sam James
commit: 7a85aaa2f4d821e1e6e02dccf280f3b5f142499c
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:10:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:10:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a85aaa2

media-libs/ladspa-sdk: Stabilize 1.17 arm, #819444

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

 media-libs/ladspa-sdk/ladspa-sdk-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ladspa-sdk/ladspa-sdk-1.17.ebuild 
b/media-libs/ladspa-sdk/ladspa-sdk-1.17.ebuild
index f21d54c7953..1db92d4026b 100644
--- a/media-libs/ladspa-sdk/ladspa-sdk-1.17.ebuild
+++ b/media-libs/ladspa-sdk/ladspa-sdk-1.17.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE=""
 
 CDEPEND="media-libs/libsndfile"



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

2021-10-26 Thread Sam James
commit: 4b0a4cdf03be51817ef4459bd7051aa0086d9e00
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0a4cdf

dev-libs/snowball-stemmer: Stabilize 2.1.0-r1 arm, #819615

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

 dev-libs/snowball-stemmer/snowball-stemmer-2.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/snowball-stemmer/snowball-stemmer-2.1.0-r1.ebuild 
b/dev-libs/snowball-stemmer/snowball-stemmer-2.1.0-r1.ebuild
index f3729cefc96..ac52042d514 100644
--- a/dev-libs/snowball-stemmer/snowball-stemmer-2.1.0-r1.ebuild
+++ b/dev-libs/snowball-stemmer/snowball-stemmer-2.1.0-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/snowballstem/snowball/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~ppc-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~ppc-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="static-libs test"
 
 DEPEND=""



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

2021-10-26 Thread Sam James
commit: 9af9a55e2dfcfeb62dad21fa68b45f0f09e55c3a
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:10:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:10:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af9a55e

sys-apps/moreutils: Stabilize 0.66 arm, #819084

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

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

diff --git a/sys-apps/moreutils/moreutils-0.66.ebuild 
b/sys-apps/moreutils/moreutils-0.66.ebuild
index eacfb1a28c9..b540ade6601 100644
--- a/sys-apps/moreutils/moreutils-0.66.ebuild
+++ b/sys-apps/moreutils/moreutils-0.66.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://git.joeyh.name/index.cgi/moreutils.git/snapshot/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~x64-macos"
 IUSE="+doc +perl"
 
 RDEPEND="



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

2021-10-26 Thread Sam James
commit: 407a69cece31424a6d71b838d9cb89e2f5e09822
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407a69ce

dev-python/virtualenv: Stabilize 20.8.1-r1 arm, #819585

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

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

diff --git a/dev-python/virtualenv/virtualenv-20.8.1-r1.ebuild 
b/dev-python/virtualenv/virtualenv-20.8.1-r1.ebuild
index 8d6a7c006dc..4e49a1198af 100644
--- a/dev-python/virtualenv/virtualenv-20.8.1-r1.ebuild
+++ b/dev-python/virtualenv/virtualenv-20.8.1-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 SLOT="0"
 
 RDEPEND="



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

2021-10-26 Thread Sam James
commit: 3c2a0858cbc75a32e92670cc005ac7190ef874d9
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:10:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:10:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2a0858

sys-libs/ncurses: Stabilize 6.2_p20210619 arm, #819441

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

 sys-libs/ncurses/ncurses-6.2_p20210619.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ncurses/ncurses-6.2_p20210619.ebuild 
b/sys-libs/ncurses/ncurses-6.2_p20210619.ebuild
index 14cd9788c9c..79a6f96fd2a 100644
--- a/sys-libs/ncurses/ncurses-6.2_p20210619.ebuild
+++ b/sys-libs/ncurses/ncurses-6.2_p20210619.ebuild
@@ -20,7 +20,7 @@ fi
 LICENSE="MIT"
 # The subslot reflects the SONAME.
 SLOT="0/6"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ada +cxx debug doc gpm minimal profile static-libs test tinfo trace"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/

2021-10-26 Thread Sam James
commit: 744f4776336387bbc12d29f48b8279e62f7bdfc3
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:10:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:10:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=744f4776

sys-power/powertop: Stabilize 2.14 arm, #819069

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

 sys-power/powertop/powertop-2.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/powertop/powertop-2.14.ebuild 
b/sys-power/powertop/powertop-2.14.ebuild
index 028d79bd7b8..824c7e79930 100644
--- a/sys-power/powertop/powertop-2.14.ebuild
+++ b/sys-power/powertop/powertop-2.14.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
SRC_URI=""
 else
SRC_URI="https://github.com/fenrus75/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 inherit autotools ${GIT_ECLASS} linux-info



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

2021-10-26 Thread Sam James
commit: 37a64d8749d8b1dfac5175d59b3755116fa0b0ff
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a64d87

dev-libs/libatomic_ops: Stabilize 7.6.12 arm, #819447

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

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

diff --git a/dev-libs/libatomic_ops/libatomic_ops-7.6.12.ebuild 
b/dev-libs/libatomic_ops/libatomic_ops-7.6.12.ebuild
index 304a7d164f1..2a81d0717be 100644
--- a/dev-libs/libatomic_ops/libatomic_ops-7.6.12.ebuild
+++ b/dev-libs/libatomic_ops/libatomic_ops-7.6.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ivmai/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="MIT boehm-gc GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 multilib_src_configure() {
ECONF_SOURCE="${S}" econf \



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

2021-10-26 Thread Sam James
commit: 6e7e5226ffba0a7116fbdcbdf1a3de1b84a2162a
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 03:34:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 03:35:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7e5226

dev-python/hiredis: revbump for dependency change

We need a revbump otherwise there's no obligation
for the PM to allow upgrading to a newer version
with a different subslot (as has happened here,
see 9f410c09b870adfd7307af838c85745a4bc468ea).

Fixes: 39da55fa72e9a05275fde2a85ed307fcaee0d1b3
Signed-off-by: Sam James  gentoo.org>

 dev-python/hiredis/{hiredis-2.0.0.ebuild => hiredis-2.0.0-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-python/hiredis/hiredis-2.0.0.ebuild 
b/dev-python/hiredis/hiredis-2.0.0-r1.ebuild
similarity index 100%
rename from dev-python/hiredis/hiredis-2.0.0.ebuild
rename to dev-python/hiredis/hiredis-2.0.0-r1.ebuild



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

2021-10-26 Thread Sam James
commit: 9f410c09b870adfd7307af838c85745a4bc468ea
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 03:33:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 03:35:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f410c09

dev-libs/hiredis: revbump for subslot change

We need a revbump to propagate subslot changes, otherwise
we're just relying on preserve-libs to not leave users
with broken binaries.

(Not sure whether the change was intentional upstream
but it's definitely happened, so let's go with it.)

Fixes: 714f6c8ea46dd70e5b8178b174fac513978a503f
Signed-off-by: Sam James  gentoo.org>

 dev-libs/hiredis/{hiredis-1.0.1.ebuild => hiredis-1.0.1-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-libs/hiredis/hiredis-1.0.1.ebuild 
b/dev-libs/hiredis/hiredis-1.0.1-r1.ebuild
similarity index 100%
rename from dev-libs/hiredis/hiredis-1.0.1.ebuild
rename to dev-libs/hiredis/hiredis-1.0.1-r1.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: x11-themes/vimix-xcursors/

2021-10-26 Thread Alexey Zapparov
commit: e1240875385ea767c63eb8135fa14f8a6c1a4be7
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Mon Oct 25 14:41:33 2021 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Wed Oct 27 02:33:39 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1240875

x11-themes/vimix-xcursors: add 20200224

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexey Zapparov  zapparov.com>

 x11-themes/vimix-xcursors/Manifest |  1 +
 x11-themes/vimix-xcursors/metadata.xml | 11 +++
 .../vimix-xcursors/vimix-xcursors-20200224.ebuild  | 22 ++
 3 files changed, 34 insertions(+)

diff --git a/x11-themes/vimix-xcursors/Manifest 
b/x11-themes/vimix-xcursors/Manifest
new file mode 100644
index 0..d3b0572ed
--- /dev/null
+++ b/x11-themes/vimix-xcursors/Manifest
@@ -0,0 +1 @@
+DIST vimix-xcursors-20200224.tar.gz 1211721 BLAKE2B 
a2d12cb175a48757cae78a497753e96a3d92af0cdbeb21af9ebbfbcb8a558514ebd44cdf2e86689efcfcdd7d67e50e2019ef544d4f0fcb6414e63dabf6a50b86
 SHA512 
037752c03f14941279477976fbb7c0b4aaf7e83423897d72020d57835969cfd4040bba3bdf548c6deefce72f8ecd16dfcaf61618ecc129f50fbb1aa2b428

diff --git a/x11-themes/vimix-xcursors/metadata.xml 
b/x11-themes/vimix-xcursors/metadata.xml
new file mode 100644
index 0..a1c9b24e7
--- /dev/null
+++ b/x11-themes/vimix-xcursors/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ale...@zapparov.com
+   Alexey Zapparov
+   
+   
+   
https://github.com/vinceliuice/Vimix-cursors/issues
+   
+

diff --git a/x11-themes/vimix-xcursors/vimix-xcursors-20200224.ebuild 
b/x11-themes/vimix-xcursors/vimix-xcursors-20200224.ebuild
new file mode 100644
index 0..73bddde5a
--- /dev/null
+++ b/x11-themes/vimix-xcursors/vimix-xcursors-20200224.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Vimix-cursors for Linux desktop."
+HOMEPAGE="https://github.com/vinceliuice/Vimix-cursors;
+SRC_URI="https://github.com/vinceliuice/Vimix-cursors/archive/refs/tags/2020-02-24.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/Vimix-cursors-${PV:0:4}-${PV:4:2}-${PV:6:2}"
+
+src_install() {
+   insinto /usr/share/cursors/xorg-x11/Vimix/cursors
+   doins -r dist/cursors/*
+
+   insinto /usr/share/cursors/xorg-x11/Vimix-White/cursors
+   doins -r dist-white/cursors/*
+}



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

2021-10-26 Thread Erik Mackdanz
commit: 448198bb9a9356edccea1a2201f67370ff6ef6d2
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed Oct 27 01:04:23 2021 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Wed Oct 27 01:04:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448198bb

net-libs/libnpupnp: bump to 4.1.5

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

 net-libs/libnpupnp/Manifest   |  1 +
 net-libs/libnpupnp/libnpupnp-4.1.5.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index 673fe3ab581..a16f8adf89b 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1 +1,2 @@
 DIST libnpupnp-4.1.4.tar.gz 544243 BLAKE2B 
4e2d0ad827fd566d70df440246ad8fe081c5eb125fac72827e84680a1d842125562449866dab69305c16e170e8b04679ad40f73c2ac573aae266d24679053c76
 SHA512 
8a41f52a5665470ddf48233a5262cd906a384f89308423020a6f4d2b67d38b53d9608ec6f01a1118f703dce41ba0c58a863965e7226411b4f8aababd7b1d22b0
+DIST libnpupnp-4.1.5.tar.gz 545672 BLAKE2B 
75f3236cd18324ffa35215f152ef2b84d81b4bc81b9c73488e7274ecb5d76918f0ef328edcf089d81202e92f4fa3922bfe46d6eb3e9a1bbd065858bf6e5cff60
 SHA512 
a7b2f620c846f2127220a062eab76f2c06b3eee4503d9f4922d7d6342feea19381be1486bf1cb033c44275f83ab90be3f8f2c09f0ec6f0af7367c314023c889e

diff --git a/net-libs/libnpupnp/libnpupnp-4.1.5.ebuild 
b/net-libs/libnpupnp/libnpupnp-4.1.5.ebuild
new file mode 100644
index 000..d35dc2f8d1e
--- /dev/null
+++ b/net-libs/libnpupnp/libnpupnp-4.1.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a 
libupnp"
+HOMEPAGE="https://framagit.org/medoc92/npupnp;
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/expat
+   net-libs/libmicrohttpd
+   net-misc/curl
+"
+
+src_prepare() {
+   default
+   ./autogen.sh || die
+}
+
+src_configure() {
+   econf \
+   --enable-client \
+   --enable-debug \
+   --enable-device \
+   --enable-gena \
+   --enable-ipv6 \
+   --enable-optssdp \
+   --enable-reuseaddr \
+   --enable-soap \
+   --enable-ssdp \
+   --enable-tools \
+   --enable-webserver
+}



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

2021-10-26 Thread Erik Mackdanz
commit: 9b78e6210c77c6ad7c44e60004ebabc33da999da
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed Oct 27 01:05:23 2021 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Wed Oct 27 01:05:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b78e621

media-sound/upmpdcli: bump to 1.5.13

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

 media-sound/upmpdcli/Manifest   |  1 +
 media-sound/upmpdcli/upmpdcli-1.5.13.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 311466ad626..4d02b543655 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1 +1,2 @@
 DIST upmpdcli-1.5.12.tar.gz 582091 BLAKE2B 
da3c0826a40e815790fa7f758c7511b5932190f0913295098e9c1fae92f9b0083ffbe2b7e95c97cedf76580cefaea27f4ef1f89326dbb67089314f6ff7f8c181
 SHA512 
ebe8076e3f99b525df115d11940a46a518725a34dcdfbb42eb763b6e148beb968a8e2015c4dd9e696224f3da2745b7356b3094de68332f50590a3421372f1dfc
+DIST upmpdcli-1.5.13.tar.gz 579569 BLAKE2B 
30af7f455c0564e46c627217853a230bdabd0209baaa62b247388814af8005ecd0125de242c98cc20bef28adc548b5e83fa61d797535daa00cf180cad0fe0217
 SHA512 
bf61f7befe5fd64cdeed94f7d82965991d95abf8f8f96b044934d64aa55c887b7f4cdbc48f72a4843a5b6a145d9ccae6166e38710ce2015ccba18ac13c365ac6

diff --git a/media-sound/upmpdcli/upmpdcli-1.5.13.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.5.13.ebuild
new file mode 100644
index 000..cd91d0a0093
--- /dev/null
+++ b/media-sound/upmpdcli/upmpdcli-1.5.13.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
+LICENSE="GPL-2"
+
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="thirdparty"
+
+DEPEND="
+   dev-libs/jsoncpp
+   media-libs/libmpdclient
+   net-libs/libmicrohttpd
+   net-libs/libupnpp
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/upmpdcli
+   acct-user/upmpdcli
+   app-misc/recoll
+   thirdparty? ( dev-python/requests )
+"
+
+src_install() {
+   default
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+   systemd_dounit systemd/upmpdcli.service
+}
+
+pkg_postinst() {
+   einfo
+   einfo "This package no longer assumes that upmpdcli is driving an"
+   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
+   einfo "Probably it is though, so be sure your mpd is built with"
+   einfo "USE=curl."
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lazygit/

2021-10-26 Thread Sergey Torokhov
commit: e42ec0269d99f7aeede294519fa656f84e25e4eb
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Oct 27 00:22:25 2021 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Wed Oct 27 00:22:25 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e42ec026

dev-vcs/lazygit: 0.30.1 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.30.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index f26ae888a..f323f6143 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,2 +1,3 @@
 DIST lazygit-0.29.tar.gz 3385768 BLAKE2B 
4968a45572d85a3af84fc8f459dbab1cfd3a70954c650f16ddd8e937a810b590c974642e94b26614f4b24166b6c4db2fc8dd2538052875d827fdecc8bf8acb18
 SHA512 
f24d63a01bc64e2704805a20437af7ad0304921c2b4084f64014f9a8d9d9711ef02f4cdcf09ee9955ea5f2ef4f94de58c9ecc55fa7cb05fc59a89c7d8c9237d7
 DIST lazygit-0.30.tar.gz 3521302 BLAKE2B 
4d8bbf02aec124b89e2f05b8fd357aeb9ff75139b753d958ed61f4bd5298563c11736c1cf2dff70c55ff5eb86829a0283bee0ef56ba1327ff48a66e5234efb3c
 SHA512 
16bd4b8fce43354aec9bc4da69e08843346527897fba85aff966a992f4d75b12d731aed9095b9f7d24a7def7f5b017a6dbaa63c44456f06d8dd5fe9760672663
+DIST lazygit-0.30.1.tar.gz 3520967 BLAKE2B 
442bec8a7ffc7246895966e57aebb0631f774cffacba451e63d0964b72eba307a520a56413c06f2debef61466379b0e94608df6194f9631bbfda0354026dab4d
 SHA512 
428f49511de3c4fb00aaf28c0c095464ee367d64557e355b86c4ab995dd9285fc411f5f981e06a08d8a6cf30c04f9ee305bdc34bdbec46fe048b463d12eee8ab

diff --git a/dev-vcs/lazygit/lazygit-0.30.1.ebuild 
b/dev-vcs/lazygit/lazygit-0.30.1.ebuild
new file mode 100644
index 0..233a104b0
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.30.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-libs/gtk-fortran/

2021-10-26 Thread Sergey Torokhov
commit: 709dab81c97bef47a2b1cea9fb0db62e71b839ac
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Oct 27 00:11:18 2021 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Wed Oct 27 00:11:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=709dab81

x11-libs/gtk-fortran: 3.24.30 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 x11-libs/gtk-fortran/Manifest   |  1 +
 x11-libs/gtk-fortran/gtk-fortran-3.24.30.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/x11-libs/gtk-fortran/Manifest b/x11-libs/gtk-fortran/Manifest
index ee062a8a9..67d6d1499 100644
--- a/x11-libs/gtk-fortran/Manifest
+++ b/x11-libs/gtk-fortran/Manifest
@@ -1 +1,2 @@
 DIST gtk-fortran-3.24.18.tar.gz 4066185 BLAKE2B 
45a84dfd27b5f0495da55526262e3ba888f1d7eaa685336aaafae726dab63d047d71901a07eafc08c2f51d1e24a087e85f7b2a172323a8f1608c5ff64193f31c
 SHA512 
b8ebf9e129c95c7aa2cf67d41f16915a18f05bd4cce4001ed56148b6d4e4ae3fe2b2e2080f35a1db4be8256bc3d5992061bf0c0e55e332f9a75a4a03e52cded5
+DIST gtk-fortran-3.24.30.tar.gz 4276622 BLAKE2B 
4b18d21e0479496caea386450fc16c12d20ad3491932b331890b5d7328c704799f8dd288c4a1d0d2e34f0957f0bdca316f820850b80c4ff8d2b66ce3673fe5ec
 SHA512 
4e1cd522ca80db01a1058d6c58b4a6e3e63e6b1d510e2ee5fd0b8f8aa9f9dc8e433d203781c908065571c4c1a6d9686c22eec879b396352b12fa82b604855c86

diff --git a/x11-libs/gtk-fortran/gtk-fortran-3.24.30.ebuild 
b/x11-libs/gtk-fortran/gtk-fortran-3.24.30.ebuild
new file mode 100644
index 0..243d4c8fb
--- /dev/null
+++ b/x11-libs/gtk-fortran/gtk-fortran-3.24.30.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR="emake"
+FORTRAN_STANDARD=2003
+
+inherit cmake fortran-2
+
+DESCRIPTION="A GTK+ binding to build Graphical User Interfaces in Fortran"
+HOMEPAGE="https://github.com/vmagnin/gtk-fortran;
+SRC_URI="https://github.com/vmagnin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="3"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="examples high-level plplot static-libs"
+REQUIRED_USE="plplot? ( high-level )"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   plplot? ( >=sci-libs/plplot-5.13.0[cairo,fortran] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/fortran
+   virtual/pkgconfig
+"
+
+DOCS=( "README.md" "README-high-level.md" "CHANGELOG.md" )
+
+pkg_setup() {
+   fortran-2_pkg_setup
+}
+
+src_prepare() {
+   default
+   # Fix library installation path and disable 'sketcher' build
+   sed -i -e "s:CMAKE_INSTALL_LIBDIR lib:CMAKE_INSTALL_LIBDIR 
$(get_libdir):" \
+   -e "s:add_subdirectory(sketcher)::" CMakeLists.txt || die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   mycmakeargs+=(
+   -DEXCLUDE_PLPLOT=$(usex plplot false true)
+   -DNO_BUILD_HL=$(usex high-level false true)
+   -DINSTALL_EXAMPLES=$(usex examples)
+   -DNO_BUILD_EXAMPLES=true
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   # Remove static library here as it's used to build additional tools
+   if use !static-libs ; then
+   rm "${ED}/usr/$(get_libdir)/libgtk-${SLOT}-fortran.a" || die
+   fi
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-libs/gtk-fortran/

2021-10-26 Thread Sergey Torokhov
commit: 347c3d914b7e2cd7e77841d4b86ad49a0a877d7a
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Oct 27 00:13:13 2021 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Wed Oct 27 00:13:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=347c3d91

x11-libs/gtk-fortran: 4.1.0 version bump, new SLOT

SLOT="4" depends on gui-libs/gtk:4 instead of x11-libs/gtk+:3
and could be installed independently of x11-libs/gtk-fortran:3

Signed-off-by: Sergey Torokhov  yandex.ru>

 x11-libs/gtk-fortran/Manifest |  1 +
 x11-libs/gtk-fortran/gtk-fortran-4.1.0.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/x11-libs/gtk-fortran/Manifest b/x11-libs/gtk-fortran/Manifest
index 67d6d1499..010a18a62 100644
--- a/x11-libs/gtk-fortran/Manifest
+++ b/x11-libs/gtk-fortran/Manifest
@@ -1,2 +1,3 @@
 DIST gtk-fortran-3.24.18.tar.gz 4066185 BLAKE2B 
45a84dfd27b5f0495da55526262e3ba888f1d7eaa685336aaafae726dab63d047d71901a07eafc08c2f51d1e24a087e85f7b2a172323a8f1608c5ff64193f31c
 SHA512 
b8ebf9e129c95c7aa2cf67d41f16915a18f05bd4cce4001ed56148b6d4e4ae3fe2b2e2080f35a1db4be8256bc3d5992061bf0c0e55e332f9a75a4a03e52cded5
 DIST gtk-fortran-3.24.30.tar.gz 4276622 BLAKE2B 
4b18d21e0479496caea386450fc16c12d20ad3491932b331890b5d7328c704799f8dd288c4a1d0d2e34f0957f0bdca316f820850b80c4ff8d2b66ce3673fe5ec
 SHA512 
4e1cd522ca80db01a1058d6c58b4a6e3e63e6b1d510e2ee5fd0b8f8aa9f9dc8e433d203781c908065571c4c1a6d9686c22eec879b396352b12fa82b604855c86
+DIST gtk-fortran-4.1.0.tar.gz 4100843 BLAKE2B 
c11658472c4f2ad9916f8f421f0d1c48b9ec7874e9e4075f2247e7cfb33ed69946e644aa9a460d63ff676c075b76caf4c70bd09532dda53b4d2035c88b3c1c61
 SHA512 
cd4628a56b2a03f7e958d4284c595b573ab84ac6c630cfae4f3ed13bb6d19a66246cb6adac8b05104f562406a467c03841cf350f8482e7e9f8fd596de4f4c873

diff --git a/x11-libs/gtk-fortran/gtk-fortran-4.1.0.ebuild 
b/x11-libs/gtk-fortran/gtk-fortran-4.1.0.ebuild
new file mode 100644
index 0..b95e91696
--- /dev/null
+++ b/x11-libs/gtk-fortran/gtk-fortran-4.1.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR="emake"
+FORTRAN_STANDARD=2003
+
+inherit cmake fortran-2
+
+DESCRIPTION="A GTK+ binding to build Graphical User Interfaces in Fortran"
+HOMEPAGE="https://github.com/vmagnin/gtk-fortran;
+SRC_URI="https://github.com/vmagnin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="examples high-level plplot static-libs"
+REQUIRED_USE="plplot? ( high-level )"
+
+RDEPEND="
+   gui-libs/gtk:4
+   plplot? ( >=sci-libs/plplot-5.13.0[cairo,fortran] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/fortran
+   virtual/pkgconfig
+"
+
+DOCS=( "README.md" "README-high-level.md" "CHANGELOG.md" )
+
+pkg_setup() {
+   fortran-2_pkg_setup
+}
+
+src_prepare() {
+   default
+   # Fix library installation path and disable 'sketcher' build
+   sed -i -e "s:CMAKE_INSTALL_LIBDIR lib:CMAKE_INSTALL_LIBDIR 
$(get_libdir):" \
+   -e "s:add_subdirectory(sketcher)::" CMakeLists.txt || die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   mycmakeargs+=(
+   -DEXCLUDE_PLPLOT=$(usex plplot false true)
+   -DNO_BUILD_HL=$(usex high-level false true)
+   -DINSTALL_EXAMPLES=$(usex examples)
+   -DNO_BUILD_EXAMPLES=true
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   # Remove static library here as it's used to build additional tools
+   if use !static-libs ; then
+   rm "${ED}/usr/$(get_libdir)/libgtk-${SLOT}-fortran.a" || die
+   fi
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-libs/gtk-fortran/, x11-libs/gtk-fortran/files/

2021-10-26 Thread Sergey Torokhov
commit: 2268e58d2c0e577d6c35c4eb1683cb7fce0be95d
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Oct 27 00:08:26 2021 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Wed Oct 27 00:09:40 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2268e58d

x11-libs/gtk-fortran: change version numbering. Add SLOT

Signed-off-by: Sergey Torokhov  yandex.ru>

 x11-libs/gtk-fortran/Manifest | 2 +-
 ...ic-build.patch => gtk-fortran-3.24.18_skip-static-build.patch} | 0
 .../{gtk-fortran-20.04.ebuild => gtk-fortran-3.24.18.ebuild}  | 8 
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-libs/gtk-fortran/Manifest b/x11-libs/gtk-fortran/Manifest
index 260c8d2b8..ee062a8a9 100644
--- a/x11-libs/gtk-fortran/Manifest
+++ b/x11-libs/gtk-fortran/Manifest
@@ -1 +1 @@
-DIST gtk-fortran-20.04.tar.gz 4066185 BLAKE2B 
45a84dfd27b5f0495da55526262e3ba888f1d7eaa685336aaafae726dab63d047d71901a07eafc08c2f51d1e24a087e85f7b2a172323a8f1608c5ff64193f31c
 SHA512 
b8ebf9e129c95c7aa2cf67d41f16915a18f05bd4cce4001ed56148b6d4e4ae3fe2b2e2080f35a1db4be8256bc3d5992061bf0c0e55e332f9a75a4a03e52cded5
+DIST gtk-fortran-3.24.18.tar.gz 4066185 BLAKE2B 
45a84dfd27b5f0495da55526262e3ba888f1d7eaa685336aaafae726dab63d047d71901a07eafc08c2f51d1e24a087e85f7b2a172323a8f1608c5ff64193f31c
 SHA512 
b8ebf9e129c95c7aa2cf67d41f16915a18f05bd4cce4001ed56148b6d4e4ae3fe2b2e2080f35a1db4be8256bc3d5992061bf0c0e55e332f9a75a4a03e52cded5

diff --git 
a/x11-libs/gtk-fortran/files/gtk-fortran-20.04_skip-static-build.patch 
b/x11-libs/gtk-fortran/files/gtk-fortran-3.24.18_skip-static-build.patch
similarity index 100%
rename from x11-libs/gtk-fortran/files/gtk-fortran-20.04_skip-static-build.patch
rename to x11-libs/gtk-fortran/files/gtk-fortran-3.24.18_skip-static-build.patch

diff --git a/x11-libs/gtk-fortran/gtk-fortran-20.04.ebuild 
b/x11-libs/gtk-fortran/gtk-fortran-3.24.18.ebuild
similarity index 87%
rename from x11-libs/gtk-fortran/gtk-fortran-20.04.ebuild
rename to x11-libs/gtk-fortran/gtk-fortran-3.24.18.ebuild
index 02d8cd0a1..e0c095bfb 100644
--- a/x11-libs/gtk-fortran/gtk-fortran-20.04.ebuild
+++ b/x11-libs/gtk-fortran/gtk-fortran-3.24.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,12 +10,12 @@ inherit cmake fortran-2
 
 DESCRIPTION="A GTK+ binding to build Graphical User Interfaces in Fortran"
 HOMEPAGE="https://github.com/vmagnin/gtk-fortran;
-SRC_URI="https://github.com/vmagnin/${PN}/archive/v${PV}.gtk3.24.18.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/vmagnin/${PN}/archive/v20.04.gtk${PV}.tar.gz -> 
${P}.tar.gz"
 
-S="${WORKDIR}/${P}.gtk3.24.18"
+S="${WORKDIR}/${PN}-20.04.gtk${PV}"
 
 LICENSE="GPL-3"
-SLOT="0"
+SLOT="3"
 KEYWORDS="~amd64 ~x86"
 
 IUSE="examples high-level plplot static-libs"



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

2021-10-26 Thread Nick Sarnie
commit: 77c1bbcd939f844d35ae657b44c409a55edbe481
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Oct 26 22:23:39 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Oct 26 22:24:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c1bbcd

app-emulation/wine-vanilla: Sync with ::wine

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

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-6.0.2.ebuild | 578 +
 2 files changed, 579 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 0cd7271535a..57cff95fde0 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,6 +1,7 @@
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
 DIST gentoo-wine-patches-20210925.tar.xz 59836 BLAKE2B 
c6d41db309bf0470d0e8ef771d791240209f77d967031943232218e8e737987a4a74847d89d6bf8739ff0698b28b656a8b9ac830ee1da457be2aab27ededb123
 SHA512 
721d4d7b6a2c4336555a7faed7202a8ad6872ee37e4daea6fab2b5ff5bf5d73ce41f25d0bd4fd9b45e2c522cb19c1349144a40be32ccdd7ded7f61055d6d85c8
 DIST wine-6.0.1.tar.xz 24210540 BLAKE2B 
2075e59024e75594e0be0851db33981ebfcc57477bb9864055a938db0e39b8480f3c501b1d1fc39a9eee52303ad71ef71d24a0fb546697eecf3bb098f13317f1
 SHA512 
06b720d6adbbb7e2f15b963e4f3f1ff06e6d0d3973064d866ae720e6380bab8881fd1ebf16665435f5f7976b2c6dc72fd20631678a28e9d4d7b068c30cd22bb0
+DIST wine-6.0.2.tar.xz 24217772 BLAKE2B 
176614736055892b7203313edc52e2926807c93b0bb97d59f65fbf284fd9cb138e4555fb7cd5a6c7c867367fdc50c89f12d7360ca0db947a7f04594f35f14775
 SHA512 
6cf002c6a06161665614c9f977dfa402bae8e657c0744dd824575066cdeb676bb9d61ebfc3c4b6f76486077a7457fe91cbe5bbadb467279a61e5a320da587696
 DIST wine-6.17.tar.xz 24838704 BLAKE2B 
98014c8226db703a62e7c9e73eb5d76a10eb751e81e0f20bf409099bca4ce5a996f67401e6f39b140671c82aded8c7ccd48310e55c9590715651ea5ae0db
 SHA512 
87550105e27afedc02084172bbb84793891db711ee443bb2626fea56e720517205a06944198c1d05958d47025ad31d9c890d539cd9e60fadfe2947d83325a658
 DIST wine-6.18.tar.xz 24860880 BLAKE2B 
411b74e92bf895f20e53ad7a203bd3fe84f1b414d8720b402bc17150fd663161e65be05b1fd5630dcc7a32fc6eba27dd0685f7b852dfb5852ea4f7fdb5af15a5
 SHA512 
d8f54f8fbb61b4af2a6f97328d33b0389ab0fb6a9dac97b2832af3d911a9f23c08653f40ec77f7c0eedd694c4a1c1228fe9dd4d859d8b3d7419e21847de7bcfe
 DIST wine-6.19.tar.xz 24894356 BLAKE2B 
227424c5ff4887b8adca1452ded242d20793d8b5ea8cc8fc94d73f18d294bda5674d48102d6f61e6a5b0e1f76aaa4885ec530bd96b1ea70923bae479254d59d2
 SHA512 
6d58bca9a4b8ed94f34a532da6403341f325a30d8e1b78997de009ecaafad655d15733823d7d1c8bd906efc568a649f8b7bee5c10f2e271e449d6e1eaa8f7ce4

diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild
new file mode 100644
index 000..e2d76084c80
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild
@@ -0,0 +1,578 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib 
multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+else
+   MAJOR_V=$(ver_cut 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20200523"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl 
osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner 
sdl selinux +ssl test +threads +truetype udev +udisks +unwind usb v4l vkd3d 
vulkan +X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
+   X? ( truetype )
+

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2021-10-26 Thread Nick Sarnie
commit: 1a9abff5c0162889436c6bac18f6506059791753
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Oct 26 22:17:48 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Oct 26 22:17:48 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=1a9abff5

app-emulation/wine-vanilla: Add 6.0.2

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

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-6.0.2.ebuild | 578 +
 2 files changed, 579 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 742fed1..247cfdc 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -57,6 +57,7 @@ DIST wine-5.7.tar.xz 23723624 BLAKE2B 
fbea8f753dee57368f7532eef6fe6bf366ba52e9c2
 DIST wine-5.8.tar.xz 23753648 BLAKE2B 
086f37ce469f6d176eab8daa2d124b1774526727e2f6fe4ecdd39862c13ed493ac4164cf98848d5bc8cba3675e13365f6ea2b34591d518c40c34d09556851578
 SHA512 
7b9df380655a72e8b9e95ca271a62308262d8efabbeb2ad459071afc9ed51518b42b1f75b019fe8d6b53cf5185e9cfc45ac1b8a7092f118fa2aff14f99c012de
 DIST wine-5.9.tar.xz 23802356 BLAKE2B 
1879c164c647a5b849056e4149a809c390814ae832773a44347cf1902fd49cb6619b4add5ea2d421c189d92b5c907daa0d6f62c37c48a8bd68d0eaa9eb465433
 SHA512 
edc6d55a275cf37430a62dc6d6d86bff6d5a434e708dbd99d245018db7f6a0abe39581a1d91eb947f204a45ac94cc5c931745169a3b63a2aecf8db277553b74b
 DIST wine-6.0.1.tar.xz 24210540 BLAKE2B 
2075e59024e75594e0be0851db33981ebfcc57477bb9864055a938db0e39b8480f3c501b1d1fc39a9eee52303ad71ef71d24a0fb546697eecf3bb098f13317f1
 SHA512 
06b720d6adbbb7e2f15b963e4f3f1ff06e6d0d3973064d866ae720e6380bab8881fd1ebf16665435f5f7976b2c6dc72fd20631678a28e9d4d7b068c30cd22bb0
+DIST wine-6.0.2.tar.xz 24217772 BLAKE2B 
176614736055892b7203313edc52e2926807c93b0bb97d59f65fbf284fd9cb138e4555fb7cd5a6c7c867367fdc50c89f12d7360ca0db947a7f04594f35f14775
 SHA512 
6cf002c6a06161665614c9f977dfa402bae8e657c0744dd824575066cdeb676bb9d61ebfc3c4b6f76486077a7457fe91cbe5bbadb467279a61e5a320da587696
 DIST wine-6.0.tar.xz 24192280 BLAKE2B 
baf0eee582190ede8d210390b51d330c1879cb442100bc2e957052898fbd84bcc047a885065f9bf96ac4f072f92eee44f0e1c3baddc68937286e7cc6f976bd4e
 SHA512 
c0732fbab1da8737d595a876b28ce87eef1440c317746e798642b59b44b34e890de562e0c0cc674e97096f39db82f8e9c3b1cc1ba9edc246b7266a0f7cb00057
 DIST wine-6.1.tar.xz 24227160 BLAKE2B 
968405fb8a4060732a6070687e28aecc9169692bf18e058d358e859a2626281b5adb67b94d849628ecbfa87ad772a367f62fd3c5f45aecdf7d0a7e7aa8167c33
 SHA512 
49ee77c41e2fb1c4f22417117b26f8a467ec6c99583fca66f147003f776fcaf5ca42227153c7ca3325dfe70141ae9bfb88e3eb6e4cf25dd31a5ba5115d2685d0
 DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e47d49de87ecf06556008e83d6e3d8655fa4439293820663910897d512a77bb78ab771632f893b46745915af
 SHA512 
f0e8f0bdab09c979772965d167d687e88998f3fd6537a592e201a2dc9097552e03b1c413516cc8c82665a8bf17580777f48bd1ed9033641f04e7ef7f0b29cc60

diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild
new file mode 100644
index 000..e2d7608
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild
@@ -0,0 +1,578 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib 
multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+else
+   MAJOR_V=$(ver_cut 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20200523"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl 
osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner 
sdl selinux +ssl test +threads +truetype udev +udisks +unwind usb v4l vkd3d 
vulkan +X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )

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

2021-10-26 Thread Piotr Karbowski
commit: eec9a7e13f21c2ce79d60d0b08bc2077e6a653aa
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Tue Oct 26 22:07:53 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Tue Oct 26 22:08:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec9a7e1

games-strategy/wesnoth: 1.16.0 version bump.

Signed-off-by: Piotr Karbowski  gentoo.org>

 games-strategy/wesnoth/Manifest  |   1 +
 games-strategy/wesnoth/wesnoth-1.16.0.ebuild | 106 +++
 2 files changed, 107 insertions(+)

diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest
index cb67db84b79..088b5bb879d 100644
--- a/games-strategy/wesnoth/Manifest
+++ b/games-strategy/wesnoth/Manifest
@@ -1,2 +1,3 @@
 DIST wesnoth-1.14.14.tar.gz 502931191 BLAKE2B 
25bbead74d74bbce9c47b5ac9339fd5b4d996cb9f80137f0b1d9a600c71c82b732ed66937419a4dd59995311685960630415daf3fd3f51e8cf891f29a16ec024
 SHA512 
3924aa26b59445568472a10c5fe0e1ddf87eb0a878faf2bcc52d4618f5743dfeda103d1f4025f4a129628e6a25f4c16407e968d594769a0751ada2c9a733e2e4
 DIST wesnoth-1.15.15.tar.gz 512968280 BLAKE2B 
2b5c979244fb168e674d120a5eeef3905560992a7ca50735ef30918144ad7b21a9d57bef8cf19d564e02226955fb1c6922b27151fef36825a9b06cbe3d9e40ee
 SHA512 
7f59ac11223e6ca93f926ca978638828e366ea2fd75530b317656e5edd8b0f042f86beb57fd17b8cc9b2d3d093d60580cd3449e1c3bf53b8ee37f656df7198a2
+DIST wesnoth-1.16.0.tar.gz 515780018 BLAKE2B 
1a9d6aa9b294b9919d3b51528928f43d786f30fda739f0af2e62ebbb210b8f071945fe6130c00e2055d3726ae7eabf63b57fd2f1d5d8981a4cd0feedbfbffbfb
 SHA512 
6d999a99e140916ef2070c524898ef69c7b45b3240f208aa380e81a1d1822a02c05a7fc9c5049a05a230e5126d8ff8723e16b6a62ba532b81c031f78ad8c85fe

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

[gentoo-commits] repo/gentoo:master commit in: dev-util/bpftrace/files/, dev-util/bpftrace/

2021-10-26 Thread Patrick McLean
commit: 83059a7de54913700cdfe7d36391673c1b7ebcc9
Author: Patrick McLean  sony  com>
AuthorDate: Tue Oct 26 22:05:35 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Oct 26 22:07:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83059a7d

dev-util/bpftrace: bump fix install of ast lib (bug # 784332)

Closes: https://bugs.gentoo.org/784332
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Patrick McLean  gentoo.org>

 .../{bpftrace-0.14.0.ebuild => bpftrace-0.14.0-r1.ebuild}| 0
 dev-util/bpftrace/files/bpftrace-0.14.0-install-libs.patch   | 9 +
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-util/bpftrace/bpftrace-0.14.0.ebuild 
b/dev-util/bpftrace/bpftrace-0.14.0-r1.ebuild
similarity index 100%
rename from dev-util/bpftrace/bpftrace-0.14.0.ebuild
rename to dev-util/bpftrace/bpftrace-0.14.0-r1.ebuild

diff --git a/dev-util/bpftrace/files/bpftrace-0.14.0-install-libs.patch 
b/dev-util/bpftrace/files/bpftrace-0.14.0-install-libs.patch
index 00d35c6f49e..dc8e8905260 100644
--- a/dev-util/bpftrace/files/bpftrace-0.14.0-install-libs.patch
+++ b/dev-util/bpftrace/files/bpftrace-0.14.0-install-libs.patch
@@ -115,7 +115,7 @@ index 76bb217e..4ad0f626 100644
 +
 +install(TARGETS bpftracearch LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
 diff --git a/src/ast/CMakeLists.txt b/src/ast/CMakeLists.txt
-index 014295cd..b038aa18 100644
+index 014295cd..c35f6ac6 100644
 --- a/src/ast/CMakeLists.txt
 +++ b/src/ast/CMakeLists.txt
 @@ -1,6 +1,6 @@
@@ -126,13 +126,14 @@ index 014295cd..b038aa18 100644
async_event_types.cpp
attachpoint_parser.cpp
int_parser.cpp
-@@ -20,11 +20,12 @@ add_library(ast
+@@ -20,11 +20,13 @@ add_library(ast
  target_include_directories(ast_defs PUBLIC ${CMAKE_SOURCE_DIR}/src)
  target_include_directories(ast_defs PUBLIC ${CMAKE_SOURCE_DIR}/src/ast)
  target_include_directories(ast_defs PUBLIC ${CMAKE_BINARY_DIR})
 -target_link_libraries(ast ast_defs arch bpforc parser)
 +target_link_libraries(bpftraceast ast_defs bpftracearch bpforc bpftraceparser)
 +install(TARGETS ast_defs LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
++install(TARGETS bpftraceast LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
  
 -add_dependencies(ast_defs parser)
 +add_dependencies(ast_defs bpftraceparser)
@@ -142,7 +143,7 @@ index 014295cd..b038aa18 100644
  
  if (STATIC_LINKING)
set(clang_libs
-@@ -55,11 +56,11 @@ if (STATIC_LINKING)
+@@ -55,11 +57,11 @@ if (STATIC_LINKING)
  
  
if(EMBED_USE_LLVM)
@@ -157,7 +158,7 @@ index 014295cd..b038aa18 100644
endif()
  
if(STATIC_LIBC)
-@@ -69,13 +70,13 @@ if (STATIC_LINKING)
+@@ -69,13 +71,13 @@ if (STATIC_LINKING)
  else()
find_library(found_LLVM LLVM HINTS ${LLVM_LIBRARY_DIRS})
if(found_LLVM)



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

2021-10-26 Thread Ionen Wolkens
commit: 16695bc8121d855a86181847fc7c89ee8ad8a46c
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue Oct 26 16:58:03 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Oct 26 21:59:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16695bc8

media-video/obs-studio: fix OBS_BROWSER_COMMIT

Closes: https://bugs.gentoo.org/819369
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jimi Huotari  gentoo.org>
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-video/obs-studio/Manifest|   1 +
 media-video/obs-studio/obs-studio-27.1.3-r1.ebuild | 214 +
 2 files changed, 215 insertions(+)

diff --git a/media-video/obs-studio/Manifest b/media-video/obs-studio/Manifest
index 9fc4f9b6d69..8dc008f7f89 100644
--- a/media-video/obs-studio/Manifest
+++ b/media-video/obs-studio/Manifest
@@ -1,5 +1,6 @@
 DIST cef_binary_4280_linux64.tar.bz2 79740715 BLAKE2B 
c648a9a4205094450f9eae407e98cbc3da2b7cd81b3c19c4f52cfa3efcca01dce40528018996c65f026eb97520d78040165d1906b0d19236a86e76ec39c58c26
 SHA512 
060a5a8716a75b4b96dfb6ac28c132e22b93107915d680311c1b9d4fd12c7712a9e3497338eac6d2b9f4e74f2dc005a75d195c597bba049e4731fe3724f519ba
 DIST obs-browser-2a338b7c76d5dd0a6b23f1d49affefd40213b0e9.tar.gz 89474 BLAKE2B 
ff76a884ffbb7765430a14a7de2955164e9d8823f5dd48bd85e6d0452022b706517e935d813ad78a45adf5eca95fda02e17ae81dbd721145d3ecd169c5a70537
 SHA512 
bcc8e38505b3cabd7c0e3edcd34ed21141efaa09a9bb0af79fefb57e315531f0ee089b79696802fa052659f66e0becf304286ef82afcf16283ed6664cb5cedd4
+DIST obs-browser-aee43000bd994022cd73e32dc50938ab777d4a06.tar.gz 89603 BLAKE2B 
a51b92f829ecb7055dcf969d6d5bdc4632b51288f0bc7e2ab66fda087da608869ddffccda83aa925f049c79e745a6f67e70ec72303184b970f5009fe37b34054
 SHA512 
8159ca02b5c30d2733ce8e566f21d6b77d6b7beabd0a5898049ee83b0b4d720b967fc55fcf876cd772fdaa12ca08163a0f8cabf249a9b3b6eb56b7666d1192c7
 DIST obs-browser-f1a61c5a2579e5673765c31a47c2053d4b502d4b.tar.gz 79259 BLAKE2B 
28cfa46928de0b5e626b384673f7b92b3a48cb631066dda06288c51df78f06b913707a1295a5142d4521505b0678a6c639bfbb5b8a066d585fa12849578a382e
 SHA512 
3ecab39bfb36774ac501de087ca70ecde12f408cfd54cdf12539a92e89d0cf531767a066ff77139389158c46beee423cf1848081ed187890b86241aa96f7b179
 DIST obs-studio-27.0.1.tar.gz 15787807 BLAKE2B 
c2ea571f06a81b2e87ce5d9fd010610ea6cc2753223e6373025f0389972d4638a5f3ff1802f9f0af2c631d71ebcf4603e064da804e8c89eb032b1ad5743d1bd4
 SHA512 
c15dda62c1f212f623914e61a90c6b1e035720fb84d64726c14f43d77ae7569777a23d04221db34347ce610e7c3407c29e726ae36412e98e34ea2ddb2072b7f3
 DIST obs-studio-27.1.3.tar.gz 15994678 BLAKE2B 
5544a1ecdb04dca7f6422936ea5499a206b4beb8e5332605c18cd72a91ce73aa74ff06c49a106931822c1c413ee94d383942f173a71f2b21168a00495b4e301f
 SHA512 
04c11c79e3b091aa9ea8fc6674c9fbcaa1c924fe049f68e9be63f63724c31305d6e4fb33aecdd4d0095d20013e2ee188983f6938b175257368d2260681c2fb39

diff --git a/media-video/obs-studio/obs-studio-27.1.3-r1.ebuild 
b/media-video/obs-studio/obs-studio-27.1.3-r1.ebuild
new file mode 100644
index 000..9cd43053e71
--- /dev/null
+++ b/media-video/obs-studio/obs-studio-27.1.3-r1.ebuild
@@ -0,0 +1,214 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_REMOVE_MODULES_LIST=( FindFreetype )
+LUA_COMPAT=( luajit )
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake lua-single python-single-r1 xdg
+
+OBS_BROWSER_COMMIT="aee43000bd994022cd73e32dc50938ab777d4a06"
+CEF_DIR="cef_binary_4280_linux64"
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/obsproject/obs-studio.git;
+   EGIT_SUBMODULES=( plugins/obs-browser )
+else
+   SRC_URI="https://github.com/obsproject/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI+=" browser? ( 
https://github.com/obsproject/obs-browser/archive/${OBS_BROWSER_COMMIT}.tar.gz 
-> obs-browser-${OBS_BROWSER_COMMIT}.tar.gz )"
+   KEYWORDS="~amd64 ~ppc64 ~x86"
+fi
+SRC_URI+=" browser? ( 
https://cdn-fastly.obsproject.com/downloads/${CEF_DIR}.tar.bz2 )"
+
+DESCRIPTION="Software for Recording and Streaming Live Video Content"
+HOMEPAGE="https://obsproject.com;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="
+   +alsa browser decklink fdk jack lua nvenc pipewire
+   pulseaudio python speex +ssl truetype v4l vlc wayland
+"
+REQUIRED_USE="
+   browser? ( || ( alsa pulseaudio ) )
+   lua? ( ${LUA_REQUIRED_USE} )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+BDEPEND="
+   lua? ( dev-lang/swig )
+   python? ( dev-lang/swig )
+"
+DEPEND="
+   dev-libs/glib:2
+   dev-libs/jansson:=
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5[wayland?]
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtquickcontrols:5
+   dev-qt/qtsql:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   media-libs/libglvnd
+   media-libs/x264:=
+   

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

2021-10-26 Thread Ionen Wolkens
commit: b4b47f1d4f64e9f4bfe5a8340c618d074b1c5750
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue Oct 26 16:59:05 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Oct 26 21:59:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b47f1d

media-video/obs-studio: remove version 27.1.3 (r0)

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jimi Huotari  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22715
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-video/obs-studio/Manifest |   1 -
 media-video/obs-studio/obs-studio-27.1.3.ebuild | 214 
 2 files changed, 215 deletions(-)

diff --git a/media-video/obs-studio/Manifest b/media-video/obs-studio/Manifest
index 8dc008f7f89..8e4776e0119 100644
--- a/media-video/obs-studio/Manifest
+++ b/media-video/obs-studio/Manifest
@@ -1,5 +1,4 @@
 DIST cef_binary_4280_linux64.tar.bz2 79740715 BLAKE2B 
c648a9a4205094450f9eae407e98cbc3da2b7cd81b3c19c4f52cfa3efcca01dce40528018996c65f026eb97520d78040165d1906b0d19236a86e76ec39c58c26
 SHA512 
060a5a8716a75b4b96dfb6ac28c132e22b93107915d680311c1b9d4fd12c7712a9e3497338eac6d2b9f4e74f2dc005a75d195c597bba049e4731fe3724f519ba
-DIST obs-browser-2a338b7c76d5dd0a6b23f1d49affefd40213b0e9.tar.gz 89474 BLAKE2B 
ff76a884ffbb7765430a14a7de2955164e9d8823f5dd48bd85e6d0452022b706517e935d813ad78a45adf5eca95fda02e17ae81dbd721145d3ecd169c5a70537
 SHA512 
bcc8e38505b3cabd7c0e3edcd34ed21141efaa09a9bb0af79fefb57e315531f0ee089b79696802fa052659f66e0becf304286ef82afcf16283ed6664cb5cedd4
 DIST obs-browser-aee43000bd994022cd73e32dc50938ab777d4a06.tar.gz 89603 BLAKE2B 
a51b92f829ecb7055dcf969d6d5bdc4632b51288f0bc7e2ab66fda087da608869ddffccda83aa925f049c79e745a6f67e70ec72303184b970f5009fe37b34054
 SHA512 
8159ca02b5c30d2733ce8e566f21d6b77d6b7beabd0a5898049ee83b0b4d720b967fc55fcf876cd772fdaa12ca08163a0f8cabf249a9b3b6eb56b7666d1192c7
 DIST obs-browser-f1a61c5a2579e5673765c31a47c2053d4b502d4b.tar.gz 79259 BLAKE2B 
28cfa46928de0b5e626b384673f7b92b3a48cb631066dda06288c51df78f06b913707a1295a5142d4521505b0678a6c639bfbb5b8a066d585fa12849578a382e
 SHA512 
3ecab39bfb36774ac501de087ca70ecde12f408cfd54cdf12539a92e89d0cf531767a066ff77139389158c46beee423cf1848081ed187890b86241aa96f7b179
 DIST obs-studio-27.0.1.tar.gz 15787807 BLAKE2B 
c2ea571f06a81b2e87ce5d9fd010610ea6cc2753223e6373025f0389972d4638a5f3ff1802f9f0af2c631d71ebcf4603e064da804e8c89eb032b1ad5743d1bd4
 SHA512 
c15dda62c1f212f623914e61a90c6b1e035720fb84d64726c14f43d77ae7569777a23d04221db34347ce610e7c3407c29e726ae36412e98e34ea2ddb2072b7f3

diff --git a/media-video/obs-studio/obs-studio-27.1.3.ebuild 
b/media-video/obs-studio/obs-studio-27.1.3.ebuild
deleted file mode 100644
index 6e23d6b2b47..000
--- a/media-video/obs-studio/obs-studio-27.1.3.ebuild
+++ /dev/null
@@ -1,214 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_REMOVE_MODULES_LIST=( FindFreetype )
-LUA_COMPAT=( luajit )
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit cmake lua-single python-single-r1 xdg
-
-OBS_BROWSER_COMMIT="2a338b7c76d5dd0a6b23f1d49affefd40213b0e9"
-CEF_DIR="cef_binary_4280_linux64"
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/obsproject/obs-studio.git;
-   EGIT_SUBMODULES=( plugins/obs-browser )
-else
-   SRC_URI="https://github.com/obsproject/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   SRC_URI+=" browser? ( 
https://github.com/obsproject/obs-browser/archive/${OBS_BROWSER_COMMIT}.tar.gz 
-> obs-browser-${OBS_BROWSER_COMMIT}.tar.gz )"
-   KEYWORDS="~amd64 ~ppc64 ~x86"
-fi
-SRC_URI+=" browser? ( 
https://cdn-fastly.obsproject.com/downloads/${CEF_DIR}.tar.bz2 )"
-
-DESCRIPTION="Software for Recording and Streaming Live Video Content"
-HOMEPAGE="https://obsproject.com;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="
-   +alsa browser decklink fdk jack lua nvenc pipewire
-   pulseaudio python speex +ssl truetype v4l vlc wayland
-"
-REQUIRED_USE="
-   browser? ( || ( alsa pulseaudio ) )
-   lua? ( ${LUA_REQUIRED_USE} )
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-BDEPEND="
-   lua? ( dev-lang/swig )
-   python? ( dev-lang/swig )
-"
-DEPEND="
-   dev-libs/glib:2
-   dev-libs/jansson:=
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5[wayland?]
-   dev-qt/qtmultimedia:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtquickcontrols:5
-   dev-qt/qtsql:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   dev-qt/qtxml:5
-   media-libs/libglvnd
-   media-libs/x264:=
-   media-video/ffmpeg:=[x264]
-   net-misc/curl
-   sys-apps/dbus
-   sys-libs/zlib:=
-   virtual/udev
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXfixes
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libxcb:=
-   alsa? ( 

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

2021-10-26 Thread James Le Cuirot
commit: d78b1e01f688c45fdca65a69740af821217231b6
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Oct 26 21:54:45 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Oct 26 21:54:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78b1e01

dev-python/aiopylgtv: New package

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/aiopylgtv/Manifest   |  1 +
 dev-python/aiopylgtv/aiopylgtv-0.4.1.ebuild | 23 +++
 dev-python/aiopylgtv/metadata.xml   | 12 
 3 files changed, 36 insertions(+)

diff --git a/dev-python/aiopylgtv/Manifest b/dev-python/aiopylgtv/Manifest
new file mode 100644
index 000..2164451fb3e
--- /dev/null
+++ b/dev-python/aiopylgtv/Manifest
@@ -0,0 +1 @@
+DIST aiopylgtv-0.4.1.tar.gz 23165 BLAKE2B 
a41406ae0456f44cfd0e233e2ccd86b2815646fd9677cebcaa5427f5c4aa9e1a5221e69b98d25f52ef38acc16c5a3c8f051ef70d8e1c508d555da90e8e05899a
 SHA512 
86182ab5936714cfbbea05eeb1369321b12b687a562350e5f77617c55e613855457a9ca67dc84fd20db50d42b66a4f69bd495676813b45107fbe20ccd63210ae

diff --git a/dev-python/aiopylgtv/aiopylgtv-0.4.1.ebuild 
b/dev-python/aiopylgtv/aiopylgtv-0.4.1.ebuild
new file mode 100644
index 000..f53d7ca83cb
--- /dev/null
+++ b/dev-python/aiopylgtv/aiopylgtv-0.4.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to control webOS-based LG TV devices"
+HOMEPAGE="https://github.com/bendavid/aiopylgtv;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+RESTRICT="test" # No tests.
+
+RDEPEND="
+   >=dev-python/numpy-1.17.0[${PYTHON_USEDEP}]
+   dev-python/sqlitedict[${PYTHON_USEDEP}]
+   >=dev-python/websockets-8.1[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/aiopylgtv/metadata.xml 
b/dev-python/aiopylgtv/metadata.xml
new file mode 100644
index 000..4f2e67073e7
--- /dev/null
+++ b/dev-python/aiopylgtv/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ch...@gentoo.org
+   James Le Cuirot
+   
+   
+   bendavid/aiopylgtv
+   aiopylgtv
+   
+



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

2021-10-26 Thread James Le Cuirot
commit: f1ad199252edfd7de9c89df3c334b6913fe01c53
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Oct 26 21:52:58 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Oct 26 21:52:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ad1992

dev-python/sqlitedict: Keyword 1.7.0 for ~arm

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

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

diff --git a/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild 
b/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild
index c73539a86fb..599cb922409 100644
--- a/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild
+++ b/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2021-10-26 Thread Ionen Wolkens
commit: 5dc7846c1705ea2eaf25e64582ba3242d1b09857
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Oct 26 21:14:44 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Oct 26 21:34:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc7846c

x11-drivers/nvidia-drivers: add 470.82.00

Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-drivers/nvidia-drivers/Manifest|   7 +
 .../nvidia-drivers/nvidia-drivers-470.82.00.ebuild | 471 +
 2 files changed, 478 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 33c1b0df9e9..344f5025f94 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -1,6 +1,7 @@
 DIST NVIDIA-Linux-aarch64-460.91.03.run 111886330 BLAKE2B 
24ab316e216caa61f7edb4dbcb34541709d3229d495e6ead95e99db7403cddee03467ee28d007f0fa3c4f2fa267e1994533c90a7a67885e9e76d501ab0f8aaa5
 SHA512 
edcfd3b11afe625c8996cda488a8de2e0e40eb4b95c8cf0ead9e1226d7cee8140a83c247d745ceefe997a39cfcf3e3f9bde575d97aa39090f97f88817d89cb28
 DIST NVIDIA-Linux-aarch64-470.63.01.run 184137823 BLAKE2B 
d8525d70a3c68a3912d6b03aca2569d657029cc3dce2276f17acf538b5d74001a779e7d8e6c3c7a8d5fe9d12579e0f6170558a4bd596e7e8cab4ea3a20cb911c
 SHA512 
582d7d0f427f4effe02415ae2d248f24c730481f3a0f143987ee640d14476924912827ad17263271f47ad67f24ab9c0dc5af0fd4d49b029b77cc59e4f821a433
 DIST NVIDIA-Linux-aarch64-470.74.run 183973692 BLAKE2B 
dd5e637161b1880e77ce1ac9df62f817af0d6ad3109db437bdca0d248f02c24f18a1a483a0d1efe6c80ebb76a5753cb1901d26c7b18594bdb5208f5eeec20b1a
 SHA512 
29a5a6a3622e316bf31acfba7486fb59485a82b4500860dd8db34e714791a0ea73120354559f412465f8f862b2f2c046a7f2a973068f18913d80fb81f0c839d9
+DIST NVIDIA-Linux-aarch64-470.82.00.run 183535007 BLAKE2B 
8caa6afdb401240f90ffb007e438b39dc7af4131e39f37689cae3420d916b5de8aeb2ebaafcb20b1a595f37839a304c8e22df618faddb2e6f5e01dfab49f5a48
 SHA512 
21bda44e0b5ae18f3e0ca1e4ee86ced004bc54fe12f701ec087404ca50c95481ad96cd405bb4cfb76e47ca0e0234ee392128c685d2cbf85e33cd0608186bd9a5
 DIST NVIDIA-Linux-aarch64-495.29.05.run 210310796 BLAKE2B 
ef1cce048a89d8f6ecdc1e14068c4a872a28387b7894d213d0d86ddc594ca77c6ae265b05da27a56bb1b9ea72e1a4eac0b24b5a2ab91d65f557fe1d02ea30abb
 SHA512 
46fb44f285f40873e22cae2e04dc79f4547b94213b3d7491f878c7afe5ef06329811cb0743ab0e71ad13d08fd37ef6e688454b752e9fb24d434b56525b75ffd4
 DIST NVIDIA-Linux-aarch64-495.44.run 210477242 BLAKE2B 
8fb5419be19ab4feab158fb43f142fdc1471b756f7d43afac1c9e787465a991e291cac725dda266b2f454022aea7cb3e249c6f132963a89c97564ef378e876b4
 SHA512 
4d2ed853bc3d7812652f3e677ca1cf56f1b2563bc0a43cee2cf4544f8d3b30d8f29ccc994fc8f95e2c8b40b04efdca066b616983bf2e2fb9247d2d9a8503d4ea
 DIST NVIDIA-Linux-x86-390.144.run 49210937 BLAKE2B 
b7e6edb55af88be74e4322ff1d270388a60a9d9809314c3a0502f86ed97edb99dfcdd3c81c5f51e681c8fcc47ecbfecd124b4d733141d23726226a3965b4c1f1
 SHA512 
d962c7e7b4b9c4635a887767d34a49c401a89e5975a5e57fa83366ca824ab70d5b8a81f3dce2e05e0528afddc72d70b2fcd69a216bd16d75e7b88ec704390546
@@ -9,35 +10,41 @@ DIST NVIDIA-Linux-x86_64-460.91.03.run 178201292 BLAKE2B 
4d407b7bb3a99ab71c62c3c
 DIST NVIDIA-Linux-x86_64-470.62.05.run 271634590 BLAKE2B 
a37d33d188e9e36c5bfb3ba48af257c76fa58e482733d96326220028a073656a45f7eb40939a54bdfc6fc0df0eec610d5efac54dac83251975ccfeb287457aec
 SHA512 
413b2d2c9d29d91c81f9696c17eb04fce0d7bf00a54779f86ceb16b59c32479a34c4d5a29222e095a8bddbfcafd90af0451493f0cb82a0d268a9160795bbe8d1
 DIST NVIDIA-Linux-x86_64-470.63.01.run 271484294 BLAKE2B 
7769f53897dccea716d459a12808d1f5a738072415639063e47dee82b489bb17121516cf585c1bb6b39f71b11f62f636a466284aba5854a5cfb4f553353cf8d3
 SHA512 
d3dadf93df86e5462ecb4ae6a04f03b05bf1450ad91e8c2aa73e838ddc9aa11b4e926fc32714d32bd7c606498fee5a54c77d5e40ecc08a039d3e9c2d331ad454
 DIST NVIDIA-Linux-x86_64-470.74.run 270479241 BLAKE2B 
dacae4273d67fb9a2ab9ce4d0a6cb6255935abc5dacc7381f33c249ffeb515c84cb88f6c92f9a5bff23a92a55952525fe85594cd67fa4319c046a2e38dd26be6
 SHA512 
21e4290d98bbbf09eed7be32df8743f0adf728f9e88869afb02fc1d0f0be87cf42af2d4f04322a76d68a1704ef044e83cd403377e60af917ff3ec0a04985801a
+DIST NVIDIA-Linux-x86_64-470.82.00.run 272296454 BLAKE2B 
f28f4a66fb27ccf7967ad66f9dcacc306653895a5f9c63f49e7833f5ca37e6260df37fe28abff89cc2ff9e54491b39594117235e4e87d3b1e22e58de8e69fe5b
 SHA512 
f4135efd748d8835e9719e6ef93a86c5646a4d771c63e31f0bdaa0cf6ddf25ce9356eca58c27addb988f4cbe88c9bdcc0536512a46915826261d8f4f4247ebd8
 DIST NVIDIA-Linux-x86_64-495.29.05.run 282081751 BLAKE2B 
bd603f9fd08600192be193e8b5d2e5091b319173f7cc7bb1662f537292a36a3ed652740f4fb0e2288f795f81e9bf35aa343d6e41aa892c6370dd607d94971f0e
 SHA512 
bcdb4a52217d98f656d2daad32b4112fe5bda362d8aeb6fd8dda17474a95e5914385823c19dacc71fc1fe2c4327d8f5beb267e6083aed54dd66f7abdae6f5cc1
 DIST NVIDIA-Linux-x86_64-495.44.run 282259831 BLAKE2B 
ca11406a5b1b25d9691ec61d4125457c22438b8f0af0651043235f72ee75c4b264cfde7b04840bbec15c22bc5eb657a46326b49941e6c776a8990430cf052818
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2021-10-26 Thread Ionen Wolkens
commit: fc989e789959b96c7e17885856beabce70bb8d66
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Oct 26 20:35:15 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Oct 26 21:34:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc989e78

x11-drivers/nvidia-drivers: add 495.44

Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-drivers/nvidia-drivers/Manifest|   7 +
 .../nvidia-drivers/nvidia-drivers-495.44.ebuild| 495 +
 2 files changed, 502 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 52383a84ea2..33c1b0df9e9 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -2,6 +2,7 @@ DIST NVIDIA-Linux-aarch64-460.91.03.run 111886330 BLAKE2B 
24ab316e216caa61f7edb4
 DIST NVIDIA-Linux-aarch64-470.63.01.run 184137823 BLAKE2B 
d8525d70a3c68a3912d6b03aca2569d657029cc3dce2276f17acf538b5d74001a779e7d8e6c3c7a8d5fe9d12579e0f6170558a4bd596e7e8cab4ea3a20cb911c
 SHA512 
582d7d0f427f4effe02415ae2d248f24c730481f3a0f143987ee640d14476924912827ad17263271f47ad67f24ab9c0dc5af0fd4d49b029b77cc59e4f821a433
 DIST NVIDIA-Linux-aarch64-470.74.run 183973692 BLAKE2B 
dd5e637161b1880e77ce1ac9df62f817af0d6ad3109db437bdca0d248f02c24f18a1a483a0d1efe6c80ebb76a5753cb1901d26c7b18594bdb5208f5eeec20b1a
 SHA512 
29a5a6a3622e316bf31acfba7486fb59485a82b4500860dd8db34e714791a0ea73120354559f412465f8f862b2f2c046a7f2a973068f18913d80fb81f0c839d9
 DIST NVIDIA-Linux-aarch64-495.29.05.run 210310796 BLAKE2B 
ef1cce048a89d8f6ecdc1e14068c4a872a28387b7894d213d0d86ddc594ca77c6ae265b05da27a56bb1b9ea72e1a4eac0b24b5a2ab91d65f557fe1d02ea30abb
 SHA512 
46fb44f285f40873e22cae2e04dc79f4547b94213b3d7491f878c7afe5ef06329811cb0743ab0e71ad13d08fd37ef6e688454b752e9fb24d434b56525b75ffd4
+DIST NVIDIA-Linux-aarch64-495.44.run 210477242 BLAKE2B 
8fb5419be19ab4feab158fb43f142fdc1471b756f7d43afac1c9e787465a991e291cac725dda266b2f454022aea7cb3e249c6f132963a89c97564ef378e876b4
 SHA512 
4d2ed853bc3d7812652f3e677ca1cf56f1b2563bc0a43cee2cf4544f8d3b30d8f29ccc994fc8f95e2c8b40b04efdca066b616983bf2e2fb9247d2d9a8503d4ea
 DIST NVIDIA-Linux-x86-390.144.run 49210937 BLAKE2B 
b7e6edb55af88be74e4322ff1d270388a60a9d9809314c3a0502f86ed97edb99dfcdd3c81c5f51e681c8fcc47ecbfecd124b4d733141d23726226a3965b4c1f1
 SHA512 
d962c7e7b4b9c4635a887767d34a49c401a89e5975a5e57fa83366ca824ab70d5b8a81f3dce2e05e0528afddc72d70b2fcd69a216bd16d75e7b88ec704390546
 DIST NVIDIA-Linux-x86_64-390.144.run 85000417 BLAKE2B 
8ecfa768fb8fe92170ff5b82698a7fb22da8bc557ab2036464bf5650b6fffc7028e25a68e1f5638f6bc171eb45a4aba459465490c7a99aacd36dc769994062e8
 SHA512 
9503ebf41037a14deba995288a364768cb03fb682de8653a4b0c05955b23603443c41c4216c93eac7d7efc301734416012864ede728324ab47b93ff167d93da4
 DIST NVIDIA-Linux-x86_64-460.91.03.run 178201292 BLAKE2B 
4d407b7bb3a99ab71c62c3cd18dc3549c98a24e7af28276e6e6a21dd33efcab017fed3f782f6dfb060c4437cd718f19c2f9900de367cc47bf19fa2718a18ad55
 SHA512 
4ac11130fe5a8f1c26f459e9c19660b3ff6f23011e9f77b09ca948fc42609e523ecea70d3bf6def50a75b4a3079ab280018753fb6e53875d9bb8093a033e3b70
@@ -9,28 +10,34 @@ DIST NVIDIA-Linux-x86_64-470.62.05.run 271634590 BLAKE2B 
a37d33d188e9e36c5bfb3ba
 DIST NVIDIA-Linux-x86_64-470.63.01.run 271484294 BLAKE2B 
7769f53897dccea716d459a12808d1f5a738072415639063e47dee82b489bb17121516cf585c1bb6b39f71b11f62f636a466284aba5854a5cfb4f553353cf8d3
 SHA512 
d3dadf93df86e5462ecb4ae6a04f03b05bf1450ad91e8c2aa73e838ddc9aa11b4e926fc32714d32bd7c606498fee5a54c77d5e40ecc08a039d3e9c2d331ad454
 DIST NVIDIA-Linux-x86_64-470.74.run 270479241 BLAKE2B 
dacae4273d67fb9a2ab9ce4d0a6cb6255935abc5dacc7381f33c249ffeb515c84cb88f6c92f9a5bff23a92a55952525fe85594cd67fa4319c046a2e38dd26be6
 SHA512 
21e4290d98bbbf09eed7be32df8743f0adf728f9e88869afb02fc1d0f0be87cf42af2d4f04322a76d68a1704ef044e83cd403377e60af917ff3ec0a04985801a
 DIST NVIDIA-Linux-x86_64-495.29.05.run 282081751 BLAKE2B 
bd603f9fd08600192be193e8b5d2e5091b319173f7cc7bb1662f537292a36a3ed652740f4fb0e2288f795f81e9bf35aa343d6e41aa892c6370dd607d94971f0e
 SHA512 
bcdb4a52217d98f656d2daad32b4112fe5bda362d8aeb6fd8dda17474a95e5914385823c19dacc71fc1fe2c4327d8f5beb267e6083aed54dd66f7abdae6f5cc1
+DIST NVIDIA-Linux-x86_64-495.44.run 282259831 BLAKE2B 
ca11406a5b1b25d9691ec61d4125457c22438b8f0af0651043235f72ee75c4b264cfde7b04840bbec15c22bc5eb657a46326b49941e6c776a8990430cf052818
 SHA512 
bc9054e6028ba172906e6eb9a0b8f5cfc3ae74d57f3e95e0f9057879e3af07a4b19479e80d81e948872bc47bbd674f77f5f81d4debd2e2c3ce45058cd9211802
 DIST nvidia-installer-390.144.tar.bz2 150017 BLAKE2B 
1a633594ecb9b54ee5a1e3620263a95db30c1ddebf547ecc7f267e1f0b799bcdb44cc3ddd6c96eda085d9be5c8f691e92556296f250495d80eec0c2f155f5bd5
 SHA512 
e4c624afc18bd1d61264f93bdcbc72afe42687baadf31683a6dd11a45c6257f6a5185b91f4b3d4c0316b8eb03ed79511f9ad260ee9e6f299fc136f5dc2178e42
 DIST nvidia-installer-460.91.03.tar.bz2 144463 BLAKE2B 

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

2021-10-26 Thread Sven Wegener
commit: 39da55fa72e9a05275fde2a85ed307fcaee0d1b3
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Oct 26 20:56:23 2021 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Oct 26 21:33:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39da55fa

dev-python/hiredis: Relax sub-slot dependency on dev-libs/hiredis

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sven Wegener  gentoo.org>

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

diff --git a/dev-python/hiredis/hiredis-2.0.0.ebuild 
b/dev-python/hiredis/hiredis-2.0.0.ebuild
index 671e9eb491d..877f27252d3 100644
--- a/dev-python/hiredis/hiredis-2.0.0.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE="system-libs"
 
-DEPEND="system-libs? ( dev-libs/hiredis:0/1.0.0 )"
+DEPEND="system-libs? ( >=dev-libs/hiredis-1.0.0:= )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {



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

2021-10-26 Thread Sven Wegener
commit: 714f6c8ea46dd70e5b8178b174fac513978a503f
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Oct 26 20:46:25 2021 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Oct 26 21:33:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714f6c8e

dev-libs/hiredis: Update sub-slot for automatic rebuild

The soname of the library has been updated from libhiredis.so.1.0.0 to
libhiredis.so.1.0.1.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sven Wegener  gentoo.org>

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

diff --git a/dev-libs/hiredis/hiredis-1.0.1.ebuild 
b/dev-libs/hiredis/hiredis-1.0.1.ebuild
index 14c35f3d68c..b1397aa2a4d 100644
--- a/dev-libs/hiredis/hiredis-1.0.1.ebuild
+++ b/dev-libs/hiredis/hiredis-1.0.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/redis/hiredis;
 SRC_URI="https://github.com/redis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
-SLOT="0/1.0.0"
+SLOT="0/1.0.1"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-solaris"
 IUSE="examples ssl static-libs test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: games-misc/sex/

2021-10-26 Thread James Le Cuirot
commit: 86f4c9b906d34d68608aac3469df1d699198bacd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Oct 26 15:54:48 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Oct 26 21:24:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f4c9b9

games-misc/sex: EAPI8, minor improvements

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22713
Signed-off-by: James Le Cuirot  gentoo.org>

 games-misc/sex/sex-1.0-r2.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/games-misc/sex/sex-1.0-r2.ebuild b/games-misc/sex/sex-1.0-r2.ebuild
index 3b42e478f5f..d76e5fcc992 100644
--- a/games-misc/sex/sex-1.0-r2.ebuild
+++ b/games-misc/sex/sex-1.0-r2.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+inherit toolchain-funcs
 
 DESCRIPTION="Spouts silly mad-lib-style porn-like text"
 HOMEPAGE="http://spatula.net/software/sex/;
@@ -10,7 +12,6 @@ SRC_URI="http://spatula.net/software/sex/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
 
 RDEPEND="!sci-astronomy/sextractor"
 
@@ -20,6 +21,7 @@ src_prepare() {
 }
 
 src_compile() {
+   tc-export CC
emake sex
 }
 



[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2021-10-26 Thread Stephan Hartmann
commit: 103e7ecf2ea79592e96d334b1c7baf5d6ca861ad
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Oct 26 20:42:47 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Oct 26 20:42:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103e7ecf

www-client/microsoft-edge-dev: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/microsoft-edge-dev/Manifest |   1 -
 .../microsoft-edge-dev-96.0.1032.0.ebuild  | 105 -
 2 files changed, 106 deletions(-)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 4d6101bc933..9095aa4c052 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,4 +1,3 @@
-DIST microsoft-edge-dev_96.0.1032.0-1_amd64.deb 116577348 BLAKE2B 
ab383d482a66078813a7950ac1063903f8aaeb7ecac16eafe4dcec2938a8ace3d9886a81482ca887c36b7281f41962d0d980b6b6e37d9fe6d3634e222ac6d757
 SHA512 
5b8a4d61ba2dfde8d95a6e6491caaa30640568af19435048b4696d015a24465dc9f80532710784b706d39a96c969ff2939cd352457b73805d000c634856ebfba
 DIST microsoft-edge-dev_96.0.1043.1-1_amd64.deb 117006816 BLAKE2B 
34d28cc574c4e5325eb7a43e19d615b4d71174b255969fad9ad4a88cb6969c2a6c37c133b9e143154eadf8e010fa30740ae7a8b90e0b9bb47f5860b41f9876c2
 SHA512 
2826755c6cd30e5a068f66a4f73b37c0352034ff0a008b3575f84ed75c0e811537f522202e781d2e1ac88f43885a36fb9efac244cee62a36b5fac299306537af
 DIST microsoft-edge-dev_96.0.1047.2-1_amd64.deb 117678124 BLAKE2B 
b1756d52d745c9cc84ee3fea21fabbfe38cff8b5324bd3be8feebf3078ec2aefbae9094e041ccd47c70778311c37344010bd781ceafdfb25c0c2718c8a3c2ad9
 SHA512 
0beb1366d2b49c0903cb237ceeb328b625112fc7111019e0e12781577989771aff0d914cd93303c812d05d1907626748bbc3b8250bf2efe8b39f2a47834f7383
 DIST microsoft-edge-dev_96.0.1054.2-1_amd64.deb 117597140 BLAKE2B 
2e65283a5716fad34cff7172d6bba67f6979580010a24a15bbf750f55b13265f23d871c82821166412578cea9c765a958e75b136204f60095c05948c09c02de9
 SHA512 
31f969b5a1ed6d373a2da09f7f72f26861eaef1925f13a7352f0b8027522913ea16ca62e410a19d9d1298a9bb2f23b3871befcc73602d71918de920f4d29cec0

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-96.0.1032.0.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-96.0.1032.0.ebuild
deleted file mode 100644
index a14f69804a0..000
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-96.0.1032.0.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 2011-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   app-misc/ca-certificates
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl[ssl]
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/pango
-   x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   unpacker
-
-   rm _gpgorigin || die
-
-   rm -r etc usr/share/menu || die
-   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-   gzip -d usr/share/doc/${PF}/changelog.gz || die
-   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
-
-   local suffix=
-   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
-   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-   local size
-   for size in 16 24 32 48 64 128 

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2021-10-26 Thread Stephan Hartmann
commit: a919e1042834a2974d2d3bedc4085901ca70af0a
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Oct 26 20:41:56 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Oct 26 20:42:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a919e104

www-client/microsoft-edge-dev: bump to 96.0.1054.2

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-96.0.1054.2.ebuild  | 105 +
 2 files changed, 106 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index e3ca45f8aea..4d6101bc933 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_96.0.1032.0-1_amd64.deb 116577348 BLAKE2B 
ab383d482a66078813a7950ac1063903f8aaeb7ecac16eafe4dcec2938a8ace3d9886a81482ca887c36b7281f41962d0d980b6b6e37d9fe6d3634e222ac6d757
 SHA512 
5b8a4d61ba2dfde8d95a6e6491caaa30640568af19435048b4696d015a24465dc9f80532710784b706d39a96c969ff2939cd352457b73805d000c634856ebfba
 DIST microsoft-edge-dev_96.0.1043.1-1_amd64.deb 117006816 BLAKE2B 
34d28cc574c4e5325eb7a43e19d615b4d71174b255969fad9ad4a88cb6969c2a6c37c133b9e143154eadf8e010fa30740ae7a8b90e0b9bb47f5860b41f9876c2
 SHA512 
2826755c6cd30e5a068f66a4f73b37c0352034ff0a008b3575f84ed75c0e811537f522202e781d2e1ac88f43885a36fb9efac244cee62a36b5fac299306537af
 DIST microsoft-edge-dev_96.0.1047.2-1_amd64.deb 117678124 BLAKE2B 
b1756d52d745c9cc84ee3fea21fabbfe38cff8b5324bd3be8feebf3078ec2aefbae9094e041ccd47c70778311c37344010bd781ceafdfb25c0c2718c8a3c2ad9
 SHA512 
0beb1366d2b49c0903cb237ceeb328b625112fc7111019e0e12781577989771aff0d914cd93303c812d05d1907626748bbc3b8250bf2efe8b39f2a47834f7383
+DIST microsoft-edge-dev_96.0.1054.2-1_amd64.deb 117597140 BLAKE2B 
2e65283a5716fad34cff7172d6bba67f6979580010a24a15bbf750f55b13265f23d871c82821166412578cea9c765a958e75b136204f60095c05948c09c02de9
 SHA512 
31f969b5a1ed6d373a2da09f7f72f26861eaef1925f13a7352f0b8027522913ea16ca62e410a19d9d1298a9bb2f23b3871befcc73602d71918de920f4d29cec0

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-96.0.1054.2.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-96.0.1054.2.ebuild
new file mode 100644
index 000..a14f69804a0
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-96.0.1054.2.ebuild
@@ -0,0 +1,105 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   app-misc/ca-certificates
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+
+   local suffix=
+   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+   local size
+   for size in 16 24 32 48 64 

[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tix/

2021-10-26 Thread Alfredo Tupone
commit: 1a96067b27c453b3d35dbdc837fc14aa4904cd9b
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Oct 26 19:18:17 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Oct 26 19:18:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a96067b

dev-tcltk/tix: EAPI 8

Closes: https://bugs.gentoo.org/819588
Closes: https://bugs.gentoo.org/806282
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-tcltk/tix/tix-8.4.3-r2.ebuild | 69 +++
 1 file changed, 69 insertions(+)

diff --git a/dev-tcltk/tix/tix-8.4.3-r2.ebuild 
b/dev-tcltk/tix/tix-8.4.3-r2.ebuild
new file mode 100644
index 000..778b6224634
--- /dev/null
+++ b/dev-tcltk/tix/tix-8.4.3-r2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="Tix${PV}"
+DESCRIPTION="A widget library for Tcl/Tk"
+HOMEPAGE="http://tix.sourceforge.net/;
+SRC_URI="mirror://sourceforge/tix/${MY_P}-src.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RESTRICT="test"
+
+DEPEND="
+   dev-lang/tk:0=
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXdmcp"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-tcl8.5.patch
+   "${FILESDIR}"/${P}-tcl8.6.patch
+)
+
+src_prepare() {
+   [[ ${CHOST} == *-darwin* ]] || eapply "${FILESDIR}"/${P}-link.patch
+
+   sed \
+   -e 's:-Os::g' \
+   -i configure tclconfig/tcl.m4 || die
+   default
+}
+
+src_configure() {
+   econf \
+   --with-tcl="${EPREFIX}/usr/$(get_libdir)" \
+   --with-tk="${EPREFIX}/usr/$(get_libdir)"
+}
+
+src_install() {
+   DOCS=( ChangeLog README.txt docs/*.txt )
+   HTML_DOCS=(
+   index.html
+   ABOUT.html
+   docs/*.html
+   docs/html
+   docs/img
+   docs/tix-book
+   )
+
+   default
+
+   # Bug #168897
+   doheader generic/tix.h
+
+   # Bug #201138
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   mv "${ED}"/usr/$(get_libdir)/${MY_P}/libTix{,.}${PV}.dylib || 
die
+   dosym ${MY_P}/libTix.${PV}.dylib 
/usr/$(get_libdir)/libTix.${PV}.dylib
+   else
+   dosym ${MY_P}/lib${MY_P}.so /usr/$(get_libdir)/lib${MY_P}.so
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkpng/

2021-10-26 Thread Alfredo Tupone
commit: 3fd6fdd2e64747cc725df3be217ac94740d32a98
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Oct 26 18:47:26 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Oct 26 18:47:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd6fdd2

dev-tcltk/tkpng: EAPI 7

Closes: https://bugs.gentoo.org/819591
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-tcltk/tkpng/{tkpng-0.9.ebuild => tkpng-0.9-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/tkpng/tkpng-0.9.ebuild 
b/dev-tcltk/tkpng/tkpng-0.9-r1.ebuild
similarity index 93%
rename from dev-tcltk/tkpng/tkpng-0.9.ebuild
rename to dev-tcltk/tkpng/tkpng-0.9-r1.ebuild
index 316297207f5..e38d65c8ca0 100644
--- a/dev-tcltk/tkpng/tkpng-0.9.ebuild
+++ b/dev-tcltk/tkpng/tkpng-0.9-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 MY_P="${PN}${PV}"
 



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

2021-10-26 Thread Amy Liffey
commit: 25b92d1f17a154a6d9de198f259b70d8e51ad85b
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Oct 26 09:33:19 2021 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Oct 26 18:38:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b92d1f

media-libs/opencv: add support python 3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Amy Liffey  gentoo.org>

 media-libs/opencv/opencv-4.5.2-r2.ebuild | 570 +++
 1 file changed, 570 insertions(+)

diff --git a/media-libs/opencv/opencv-4.5.2-r2.ebuild 
b/media-libs/opencv/opencv-4.5.2-r2.ebuild
new file mode 100644
index 000..1ed22e7ebad
--- /dev/null
+++ b/media-libs/opencv/opencv-4.5.2-r2.ebuild
@@ -0,0 +1,570 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+CMAKE_ECLASS=cmake
+inherit java-pkg-opt-2 java-ant-2 cmake-multilib python-r1 toolchain-funcs
+
+DESCRIPTION="A collection of algorithms and sample code for various computer 
vision problems"
+HOMEPAGE="https://opencv.org;
+TINY_DNN_PV="1.0.0a3"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+   dnnsamples? ( 
https://dev.gentoo.org/~amynka/snap/${PN}-3.4.0-res10_300x300-caffeemodel.tar.gz
 )
+   download? ( 
https://github.com/rossbridger/opencv-extdep/archive/4.4.0.tar.gz -> 
${PN}-4.4.0_extdep.tar.gz )
+   contrib? (
+   https://github.com/${PN}/${PN}_contrib/archive/${PV}.tar.gz -> 
${P}_contrib.tar.gz
+   contribdnn? ( 
https://dev.gentoo.org/~amynka/snap/${PN}-3.4.0-face_landmark_model.tar.gz )
+   contribxfeatures2d? ( 
https://dev.gentoo.org/~amynka/snap/vgg_boostdesc-3.2.0.tar.gz )
+   )"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}" # subslot = libopencv* soname version
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="contrib contribcvv contribdnn contribfreetype contribhdf contribovis 
contribsfm contribxfeatures2d cuda debug dnnsamples download +eigen examples 
+features2d ffmpeg gdal gflags glog gphoto2 gstreamer gtk3 ieee1394 jpeg jpeg2k 
lapack lto opencl openexr opengl openmp opencvapps png +python qt5 tesseract 
testprograms threads tiff vaapi v4l vtk webp xine"
+
+# The following lines are shamelessly stolen from ffmpeg-.ebuild with 
modifications
+ARM_CPU_FEATURES=(
+   cpu_flags_arm_neon:NEON
+   cpu_flags_arm_vfpv3:VFPV3
+)
+PPC_CPU_FEATURES=(
+   cpu_flags_ppc_vsx:VSX
+   cpu_flags_ppc_vsx3:VSX3
+)
+X86_CPU_FEATURES_RAW=(
+   avx:AVX
+   avx2:AVX2
+   avx512f:AVX_512F
+   f16c:FP16
+   fma3:FMA3
+   popcnt:POPCNT
+   sse:SSE
+   sse2:SSE2
+   sse3:SSE3
+   ssse3:SSSE3
+   sse4_1:SSE4_1
+   sse4_2:SSE4_2
+)
+X86_CPU_FEATURES=( ${X86_CPU_FEATURES_RAW[@]/#/cpu_flags_x86_} )
+CPU_FEATURES_MAP=(
+   ${ARM_CPU_FEATURES[@]}
+   ${PPC_CPU_FEATURES[@]}
+   ${X86_CPU_FEATURES[@]}
+)
+IUSE="${IUSE} ${CPU_FEATURES_MAP[@]%:*}"
+
+# OpenGL needs gtk or Qt installed to activate, otherwise build system
+# will silently disable it Wwithout the user knowing, which defeats the
+# purpose of the opengl use flag.
+# cuda needs contrib, bug #701712
+REQUIRED_USE="
+   cpu_flags_x86_avx2? ( cpu_flags_x86_f16c )
+   cpu_flags_x86_f16c? ( cpu_flags_x86_avx )
+   cuda? ( contrib
+   tesseract? ( opencl ) )
+   dnnsamples? ( examples )
+   gflags? ( contrib )
+   glog? ( contrib )
+   contribcvv? ( contrib qt5 )
+   contribdnn? ( contrib )
+   contribfreetype? ( contrib )
+   contribhdf? ( contrib )
+   contribovis? ( contrib )
+   contribsfm? ( contrib eigen gflags glog )
+   contribxfeatures2d? ( contrib download )
+   examples? ( contribdnn )
+   java? ( python )
+   opengl? ( qt5 )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   tesseract? ( contrib )
+   ?? ( gtk3 qt5 )"
+
+# The following logic is intrinsic in the build system, but we do not enforce
+# it on the useflags since this just blocks emerging pointlessly:
+#  openmp? ( !threads )
+
+RDEPEND="
+   app-arch/bzip2[${MULTILIB_USEDEP}]
+   dev-libs/protobuf:=[${MULTILIB_USEDEP}]
+   sys-libs/zlib[${MULTILIB_USEDEP}]
+   cuda? ( dev-util/nvidia-cuda-toolkit:0= )
+   contribhdf? ( sci-libs/hdf5:= )
+   contribfreetype? (
+   media-libs/freetype:2[${MULTILIB_USEDEP}]
+   media-libs/harfbuzz:=[${MULTILIB_USEDEP}]
+   )
+   contribovis? ( dev-games/ogre:0/1.12 )
+   ffmpeg? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] )
+   gdal? ( sci-libs/gdal:= )
+   gflags? ( dev-cpp/gflags[${MULTILIB_USEDEP}] )
+   glog? ( dev-cpp/glog[${MULTILIB_USEDEP}] )
+   gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
+   gstreamer? (
+   media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
+   

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

2021-10-26 Thread Georgy Yakovlev
commit: 8acf7a39b4870335bea4693ea6dcf3a88c199e76
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Oct 26 18:24:39 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Oct 26 18:24:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acf7a39

app-benchmarks/hyperfine: add 1.12.0

Bug: https://bugs.gentoo.org/818826
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-benchmarks/hyperfine/Manifest|  55 ++
 app-benchmarks/hyperfine/hyperfine-1.12.0.ebuild | 125 +++
 2 files changed, 180 insertions(+)

diff --git a/app-benchmarks/hyperfine/Manifest 
b/app-benchmarks/hyperfine/Manifest
index bed0b694ba2..9d632333b45 100644
--- a/app-benchmarks/hyperfine/Manifest
+++ b/app-benchmarks/hyperfine/Manifest
@@ -1,73 +1,128 @@
+DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST approx-0.3.2.crate 14288 BLAKE2B 
601eb7b83c6f0e41a4d64db5669b7058b4038319414bde74761f0b1584baf8426f9735cd0076d1dde829a056a07e8f820d85737e5b1bf371d9510551c367025c
 SHA512 
3853684c3b1c5c63204304f2e4f1c673b92311125c1df0fc16e96bd6f765e8266079e8d4ec3c85fad933361638c7515d5be18a2fc551353c4097051d0bd96ae3
+DIST approx-0.5.0.crate 14359 BLAKE2B 
d1811157cb560d24b559b5f4954654dcfe4d1d418f90ed98536c0f8c72584b9cc10c93c4e89fa376f96be043338964d07bc722ef16ebf3041e8c7eb755f2941e
 SHA512 
4c7ef7d54b6a9fac11587fd16638d36d8738e5156f5abf77cd994056377427f12170b61c03d1acf591dbb897911babc852c2a4a12b3c5277e1065d952c9e7dc6
+DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
+DIST assert_cmd-2.0.2.crate 29433 BLAKE2B 
d9f2a97bd81d1423afb6bddbc5fcf6e2cb334502c009368ed623015131d2795d705147e2ad347541a276712b45aa9b95ccb333c52b26aa85dbf58707160f68f5
 SHA512 
346268f1ff00416eb04ce9307bc6261a05edac4a9c10745f428c6a7c35edc7fa8f6b6c8f7fe66befe5b508e60c2763b8bc8acfcefca4b24a9d3e3e1ea85a9935
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-0.1.7.crate 12158 BLAKE2B 
4120306f0f7c1cc0cf8d1d994c080cbf42e4b107cb51af910504c8c8d264289654dad23a0c6b9eb28d888157e5a68ef2460c3d38537ae9d5e9bf73b66ffc3015
 SHA512 
667ca520f2b46140d2f3519b43e5155426a6e7a2130879860eb10b974f84465600077f53abed4c0e6bf2612471f01786bfb3531ea8773d0f50f29d48e05f7925
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
+DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bstr-0.2.13.crate 345445 BLAKE2B 
9a17fa04d55e5d053b115aef2a075b58cab0fb84c574df61eec7c3ab6f06e17d156991b1c070ad357599de5455af78982eecb8632336d53792958800ecafe839
 SHA512 
f1f778262269dfea6ba1cf953a5177107c2e1e838248a67588283ee11efa81adfa30498c7cfb20422e0955544a07d2a8f86c4eefc78e9f407a92be9591e26fe5
+DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
 DIST byteorder-1.3.4.crate 21943 BLAKE2B 

  1   2   3   >