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

2022-08-14 Thread Miroslav Šulc
commit: a2dc92601e9ad9df1456a97d17480e3e4f25cb01
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Aug 15 05:53:32 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Aug 15 05:53:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2dc9260

media-libs/lilv: bump to 0.24.18

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/lilv/Manifest|  1 +
 media-libs/lilv/lilv-0.24.18.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/media-libs/lilv/Manifest b/media-libs/lilv/Manifest
index 8db16ae3b73d..50bd91891b2c 100644
--- a/media-libs/lilv/Manifest
+++ b/media-libs/lilv/Manifest
@@ -1,2 +1,3 @@
 DIST lilv-0.24.14.tar.bz2 428004 BLAKE2B 
bc84fe5a4bf34f88ea7f9c09cb3168186f7f0fd2f3f23b08f55100502d959fd74fe7e1c6d9307772b1983fbeedde100f75d6751e9bf92a9663115ca0770c
 SHA512 
f266e91f3cbc325c25dd7d08bde5033091cb3072c2dcb1490e9474f562b798dbc71c45ca7d971ed4dfd6bb16f5f6725ae242a58c4486684b71350e73f1469f47
 DIST lilv-0.24.16.tar.xz 117928 BLAKE2B 
c3e7e9c55f2c2ebe8a02181cd2e11d3413e69a7327e36f6a00b8598174da9f1a8187bd093bc6734cf8057f89b66d8b88bdca8b0e740bbd99b279d9d94ef8da33
 SHA512 
0e66411a5130771c6440f02ecaf33284ece55ac525d7487436936bca576fa5f5a51a358e50a4b354a927132bdc2b372d6919879514e7c6a679e18f7c0af0178e
+DIST lilv-0.24.18.tar.xz 118216 BLAKE2B 
c1d191a8513776b4e783f05076b8a8d5a20866e734527ff84e04d970d190b26d2c922aa6f7ba346632caea47daa265c1008d9295c3f0e41f85227103337ccd1f
 SHA512 
eece846338403ba3e7c366024511d33bd5e399d3b1e6871d04ec3907540a9e3541ab7b0445bf17cf61c5779c5263f1ef23eadefb6411a2e4be8d79464a5b873e

diff --git a/media-libs/lilv/lilv-0.24.18.ebuild 
b/media-libs/lilv/lilv-0.24.18.ebuild
new file mode 100644
index ..4ef4e590a74d
--- /dev/null
+++ b/media-libs/lilv/lilv-0.24.18.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit meson-multilib python-single-r1 bash-completion-r1
+
+DESCRIPTION="Library to make the use of LV2 plugins as simple as possible for 
applications"
+HOMEPAGE="http://drobilla.net/software/lilv/;
+SRC_URI="http://download.drobilla.net/${P}.tar.xz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="doc python test tools"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen
+   dev-python/sphinx
+   dev-python/sphinx_lv2_theme
+   )
+"
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/serd[${MULTILIB_USEDEP}]
+   dev-libs/sord[${MULTILIB_USEDEP}]
+   media-libs/libsndfile
+   media-libs/lv2[${MULTILIB_USEDEP}]
+   media-libs/sratom[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+   python_setup
+}
+
+src_prepare() {
+   default
+
+   # fix doc installation path
+   sed -iE "s%install_dir: docdir / 'lilv-0',%install_dir: docdir / 
'${PF}',%g" doc/c/meson.build || die
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   $(meson_native_use_feature doc docs)
+   $(meson_feature python bindings_py)
+   $(meson_feature test tests)
+   $(meson_feature tools)
+   )
+
+   meson_src_configure
+}
+
+multilib_src_test() {
+   meson_src_test
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_install() {
+   meson_src_install
+   python_optimize
+}
+
+mutlilib_src_install_all() {
+   local DOCS=( AUTHORS NEWS README.md )
+   einstalldocs
+
+   sed -i "/lv2jack/d" utils/lilv.bash_completion
+   newbashcomp utils/lilv.bash_completion lv2info
+
+   dodir /etc/env.d
+   echo "LV2_PATH=${EPREFIX}/usr/$(get_libdir)/lv2" > 
"${ED}/etc/env.d/60lv2"
+}



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

2022-08-14 Thread Miroslav Šulc
commit: 66f5cc04ab04ed21b7f92e223cb9657ba9b32d7a
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Aug 15 05:51:54 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Aug 15 05:51:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f5cc04

media-libs/lv2: bump to 1.18.8

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/lv2/Manifest  |  1 +
 media-libs/lv2/lv2-1.18.8.ebuild | 84 
 2 files changed, 85 insertions(+)

diff --git a/media-libs/lv2/Manifest b/media-libs/lv2/Manifest
index 86efe51befab..d23614081860 100644
--- a/media-libs/lv2/Manifest
+++ b/media-libs/lv2/Manifest
@@ -1,2 +1,3 @@
 DIST lv2-1.18.4.tar.bz2 540611 BLAKE2B 
84bcb5578110ff933b37b398029ed062c9393e17f17ddaa6329638f3c71e2b17b424f84987c00bc2c5699ffc15649362b98d5b238521e593c578c67450ecfeec
 SHA512 
8095a1f3dcf70cf8cefff18c40b52c1dffeab0fe1f6bfb083c9f0e48a9617d3c8647b3f4db567ac1f5f33564399ffe1023774ad9bacb1bb0133f182422f22d6a
 DIST lv2-1.18.6.tar.xz 232836 BLAKE2B 
27c9eb3e15e4515a63f93552c8924c502f8bc585fbf62a62a1fca4ff7fd2e9940827cda4b5c7cbb6858324e1dba5bcad2ad75239da9f860db56e6839224ae186
 SHA512 
baecef70abe8354bca056d67085657e2174e39d2030a5173a226ee194c96662d6c3351df4500b4631e08798765dfed6d758b6be16a2ea78c4f29abb53c5d786f
+DIST lv2-1.18.8.tar.xz 230584 BLAKE2B 
b9d6480286f0709d3e7ddd9444c092e4e1e108ed384a8cdc7991ec870e8374869bab21e09ebebad4c59445ec3a90ddd05bf2c461a1c9aeb986f68d84a937bbbd
 SHA512 
9925290818bd683200bc738e3e9342b946fe82a04d983e89c240ae70b9053a7a59a8d505c522fe7af5b804adeba00fdf94403bd34844ce11e26cc1ff62c2f254

diff --git a/media-libs/lv2/lv2-1.18.8.ebuild b/media-libs/lv2/lv2-1.18.8.ebuild
new file mode 100644
index ..cb7c90fbefa6
--- /dev/null
+++ b/media-libs/lv2/lv2-1.18.8.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit meson-multilib python-single-r1
+
+DESCRIPTION="A simple but extensible successor of LADSPA"
+HOMEPAGE="https://lv2plug.in/;
+SRC_URI="https://lv2plug.in/spec/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+IUSE="doc plugins"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+BDEPEND="
+   plugins? ( virtual/pkgconfig )
+   doc? (
+   app-doc/doxygen
+   dev-python/rdflib
+   )
+"
+CDEPEND="
+   ${PYTHON_DEPS}
+   plugins? (
+   media-libs/libsndfile
+   x11-libs/gtk+:2
+   )
+"
+DEPEND="
+   ${CDEPEND}
+   doc? ( dev-python/markdown )
+"
+RDEPEND="
+   ${CDEPEND}
+   $(python_gen_cond_dep '
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/rdflib[${PYTHON_USEDEP}]
+   ')
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.18.6-add-missing-lv2.h.patch"
+)
+
+src_prepare() {
+   default
+
+   # fix doc installation path
+   sed -iE "s%lv2_docdir = .*%lv2_docdir = 
'"${EPREFIX}"/usr/share/doc/${PF}'%g" meson.build || die
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dlv2dir="${EPREFIX}"/usr/$(get_libdir)/lv2
+   $(meson_native_use_feature doc docs)
+   $(meson_feature plugins)
+   )
+
+   meson_src_configure
+}
+
+multilib_src_test() {
+   meson_src_test
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_install() {
+   meson_src_install
+}
+
+mutlilib_src_install_all() {
+   local DOCS=( NEWS README.md )
+   einstalldocs
+}



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

2022-08-14 Thread Miroslav Šulc
commit: 1bffae833a41aee680710be48e7f3223b036fdba
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Aug 15 05:48:27 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Aug 15 05:48:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bffae83

media-libs/suil: bump to 0.10.16

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/suil/Manifest|  1 +
 media-libs/suil/suil-0.10.16.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/media-libs/suil/Manifest b/media-libs/suil/Manifest
index 1c5dd36b779a..704e77dd7a2e 100644
--- a/media-libs/suil/Manifest
+++ b/media-libs/suil/Manifest
@@ -1,2 +1,3 @@
 DIST suil-0.10.12.tar.bz2 339666 BLAKE2B 
f70bbc18f5fa1a9263fe5c0a9241e966e124a855273bc6fe863375aef8505193e49b67d3b9d7ff6d4e4cf50cb6c2cb2b2d53dccab06005f82725e024cc8347d5
 SHA512 
f2b9ca36cc35d6b51c6e4ae144d61b1ba5e3b51113cca48d0535f6346ff918bdc7e299f0036ea1431c0ef59b1a02f1f4086a95db552d0a06bffb54567ab4a278
 DIST suil-0.10.14.tar.xz 33620 BLAKE2B 
8ad873ade71ee6f5ba9c8560e116d8de86d8a919c24eed83ba2ff5fa5a968a4a30fdecb00c21c9f267eb22aadcef954872fab9122903826d812e3ad71c7bcd69
 SHA512 
fd44ac4dd465aa9e678d00cf9d7ca7ac1a18f1045e6d61c2f542a0bec7f8783230740f9a3a28d11b76cbee71cc7d4baa261112b83936a264083faeda9c02379e
+DIST suil-0.10.16.tar.xz 33744 BLAKE2B 
614217013b39215f4b6d9414451a55fbca42dd038c6bc961d3769660707bf2da45432c97628edef8dacb8630437bcb304d10616ced2fd9cf9a6a4d094f196f6c
 SHA512 
9b1dac07b017934a93f70d514ec477785683e7ed5949b62a2c4ad139c1e84265399f54d3140dcf0e542d20a0919286aacb52103c91e2f6fc7ebd707db2d98ac4

diff --git a/media-libs/suil/suil-0.10.16.ebuild 
b/media-libs/suil/suil-0.10.16.ebuild
new file mode 100644
index ..951d4de5215c
--- /dev/null
+++ b/media-libs/suil/suil-0.10.16.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit meson python-any-r1
+
+DESCRIPTION="Lightweight C library for loading and wrapping LV2 plugin UIs"
+HOMEPAGE="http://drobilla.net/software/suil/;
+SRC_URI="http://download.drobilla.net/${P}.tar.xz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="doc gtk qt5"
+
+BDEPEND="
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen
+   dev-python/sphinx
+   dev-python/sphinx_lv2_theme
+   )
+"
+CDEPEND="
+   media-libs/lv2
+   gtk? ( x11-libs/gtk+:2 )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   )"
+RDEPEND="${CDEPEND}"
+DEPEND="
+   ${CDEPEND}
+   ${PYTHON_DEPS}
+"
+
+DOCS=( AUTHORS NEWS README.md )
+
+src_prepare() {
+   default
+
+   # fix doc installation path
+   sed -iE "s%install_dir: docdir / 'suil-0',%install_dir: docdir / 
'${PF}',%g" doc/c/meson.build || die
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature doc docs)
+   $(meson_feature gtk gtk3)
+   $(meson_feature qt5)
+   )
+
+   meson_src_configure
+}



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

2022-08-14 Thread WANG Xuerui
commit: 2af436eafa6d66d39db8fd89b2e5786b4affba75
Author: matoro  users  noreply  github  com>
AuthorDate: Sun Aug 14 03:52:49 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Aug 15 05:43:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af436ea

app-i18n/ibus: Keyword 1.5.26-r1 sparc, #863068

Closes: https://github.com/gentoo/gentoo/pull/26852
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/ibus/ibus-1.5.26-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.26-r1.ebuild 
b/app-i18n/ibus/ibus-1.5.26-r1.ebuild
index d45d17b2ec42..9d2b86dc39c9 100644
--- a/app-i18n/ibus/ibus-1.5.26-r1.ebuild
+++ b/app-i18n/ibus/ibus-1.5.26-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc64 ~riscv ~sparc x86"
 IUSE="X appindicator +emoji gtk2 +gtk3 +gtk4 +gui +introspection nls +python 
systemd test +unicode vala wayland"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/pf-sources/

2022-08-14 Thread Joonas Niilola
commit: 3e892ab542cfedf8d20a73514d41ca4411ac0389
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Aug 15 05:34:48 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Aug 15 05:34:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e892ab5

sys-kernel/pf-sources: add 5.19-pf2

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

 sys-kernel/pf-sources/Manifest  |  1 +
 sys-kernel/pf-sources/pf-sources-5.19_p2.ebuild | 93 +
 2 files changed, 94 insertions(+)

diff --git a/sys-kernel/pf-sources/Manifest b/sys-kernel/pf-sources/Manifest
index 2b1d4babbcb0..ab88e631b0f3 100644
--- a/sys-kernel/pf-sources/Manifest
+++ b/sys-kernel/pf-sources/Manifest
@@ -4,5 +4,6 @@ DIST genpatches-5.19-1.base.tar.xz 4080 BLAKE2B 
27fe512fd700cc6fc1946ebe0b39b423
 DIST genpatches-5.19-1.extras.tar.xz 3772 BLAKE2B 
1d418c3d5d328e9704ba10d7483cd562e511f345a5cc6799abc52e6cdeca20efa61417f62eaf7aae2078a8bb05c7dbabe4f4ddba7ad4221b458bd5c589f29b47
 SHA512 
479d957a3348485baf6504a08cf06b334938656701b15067512c0f48e530c2e87ca281ad3af6e55c75a53d2e9e584d94fc030ee82c538a97a85cea9a9c8fe214
 DIST linux-5.18-pf5.tar.gz 206988172 BLAKE2B 
ae5abdee064b429019d7aaa4801d0bf852ed94dfef3965486cbc58d084e68ab9276651297857c1e64d5430e8b17728d1ebd7db597afd7ed7580d100e84431921
 SHA512 
dde7c08750858a719c70ff332df67b73432ace56571c73dfb7af7bf4ab4d5b5fbfb94486ac97b4b95e252f51a3be125fdb05a3abdc1b7443fb45ca4074810996
 DIST linux-5.19-pf1.tar.gz 212145719 BLAKE2B 
20264648efeac1589dfc76fc065860d9c7134661dd5ff1bb76996864ec7fee1f3cf6198d76da0d7cb5c1b9ca5fb1cccd2c63bb33e4d5fc9ba012c2cea8a38357
 SHA512 
eeef1d04add939a7826e7a25f5286606070e508c8ca4817a7e7616f947bdb1684819954d068e45964aa297df105a26dd996ee4662a182b3726010607df98edf7
+DIST linux-5.19-pf2.tar.gz 212143056 BLAKE2B 
75f4c627ac88de7d2ab4b62d6b463d6832534e96353819ee1f7b2dc37473fe659dab613908f358824d91605c8223e6c5da49d6ecec7f84f4e56f345c8694d7ef
 SHA512 
36f2381177de874f199d6549425be592aab4b86081d2db33bdb351614a426b3c529e707beef26d57e9d0f9270ad495acd574ab0b89f3f09125b37ee9f052adc0
 DIST prjc_v5.18-r2.patch 270353 BLAKE2B 
15d7ed7a0eb6f7ad37feaf52ab7c383e1c7c3e72fb41a767c8d1151a0ad41255c216ede1e4938a041f3b628874ed61398c61dd7b0e0b62090730f2fd0f6a70db
 SHA512 
25c558bd6281a09bb611c6cca68084b27d0f2e290d2c0575e88b6a94322fad86de6dbeda30eb77919edd5adff921ad445593d9478f115ec93fa2e4c7ed6b5c1e
 DIST prjc_v5.19-r0.patch 271689 BLAKE2B 
6bc109b462670602eba8ccba55cbcf9902402c627e40c62a3a574828847a518d84d35d30e786b2f1edd4365a3eaa3a2b358f20c013bb2789b30804c37fe12d45
 SHA512 
27011aa6586ca8c7ec953593f68289b437a7ddab841eb5e45dfca1fdfed5ddb59cf0e197703d4c62c2cd792fca9f2c97f341ffc5ee48a9ca3aff26f9505280ba

diff --git a/sys-kernel/pf-sources/pf-sources-5.19_p2.ebuild 
b/sys-kernel/pf-sources/pf-sources-5.19_p2.ebuild
new file mode 100644
index ..edc3b63a6ddd
--- /dev/null
+++ b/sys-kernel/pf-sources/pf-sources-5.19_p2.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Define what default functions to run
+ETYPE="sources"
+
+# No 'experimental' USE flag provided, but we still want to use genpatches
+K_EXP_GENPATCHES_NOUSE="1"
+
+# Just get basic genpatches, -pf patch set already includes vanilla-linux 
updates
+K_GENPATCHES_VER="1"
+
+# -pf already sets EXTRAVERSION to kernel Makefile
+K_NOSETEXTRAVERSION="1"
+
+# Not supported by the Gentoo security team
+K_SECURITY_UNSUPPORTED="1"
+
+# We want the very basic patches from gentoo-sources, experimental patch is
+# already included in pf-sources
+K_WANT_GENPATCHES="base extras"
+
+# major kernel version, e.g. 5.14
+SHPV="${PV/_p*/}"
+
+# Replace "_p" with "-pf"
+PFPV="${PV/_p/-pf}"
+
+# https://gitlab.com/alfredchen/projectc/ revision for a major version,
+# e.g. prjc-v5.14-r2 = 2
+PRJC_R=0
+
+inherit kernel-2 optfeature
+detect_version
+
+DESCRIPTION="Linux kernel fork that includes the pf-kernel patchset and 
Gentoo's genpatches"
+HOMEPAGE="https://codeberg.org/pf-kernel/linux/wiki/README
+   https://dev.gentoo.org/~mpagano/genpatches/;
+SRC_URI="https://codeberg.org/pf-kernel/linux/archive/v${PFPV}.tar.gz -> 
linux-${PFPV}.tar.gz
+   
https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${SHPV}-${K_GENPATCHES_VER}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${SHPV}-${K_GENPATCHES_VER}.extras.tar.xz
+   
https://gitlab.com/alfredchen/projectc/-/raw/master/${SHPV}/prjc_v${SHPV}-r${PRJC_R}.patch;
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+S="${WORKDIR}/linux-${PFPV}"
+
+PATCHES=( "${DISTDIR}/prjc_v${SHPV}-r${PRJC_R}.patch" )
+
+K_EXTRAEINFO="For more info on pf-sources and details on how to report 
problems,
+   see: ${HOMEPAGE}."
+
+pkg_setup() {
+   ewarn ""
+   ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact the pf developers directly."
+ 

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

2022-08-14 Thread WANG Xuerui
commit: db12fa3d54e27bb771fb5db95f63a9a430a9000a
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Aug 15 03:59:29 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Aug 15 05:26:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db12fa3d

net-wireless/iwd: keyword 1.29 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 net-wireless/iwd/iwd-1.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/iwd/iwd-1.29.ebuild b/net-wireless/iwd/iwd-1.29.ebuild
index 2b72f684f436..5b21e98d2237 100644
--- a/net-wireless/iwd/iwd-1.29.ebuild
+++ b/net-wireless/iwd/iwd-1.29.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
ELL_EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
MYRST2MAN="RST2MAN=:"
 fi
 



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

2022-08-14 Thread WANG Xuerui
commit: a053fe4f68dad132bac901127cb58b35e8b0dfe6
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Aug 15 05:23:08 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Aug 15 05:26:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a053fe4f

dev-util/gcovr: keyword 5.2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-util/gcovr/gcovr-5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gcovr/gcovr-5.2.ebuild b/dev-util/gcovr/gcovr-5.2.ebuild
index 6c280db429ab..0b1cacdf422b 100644
--- a/dev-util/gcovr/gcovr-5.2.ebuild
+++ b/dev-util/gcovr/gcovr-5.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/gcovr/gcovr/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~loong ~x86"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc-xorg-module/

2022-08-14 Thread WANG Xuerui
commit: 855a95551757e0da6a793fda21fda69c271ced3a
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Aug 15 05:27:31 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Aug 15 05:27:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855a9555

net-misc/tigervnc-xorg-module: keyword 1.12.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.0.ebuild 
b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.0.ebuild
index 5813135ac84c..3f9ee15b2f61 100644
--- a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.0.ebuild
+++ b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.tigervnc.org;
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86"
 
 RDEPEND="
~net-misc/tigervnc-${PV}[server]



[gentoo-commits] repo/gentoo:master commit in: sys-process/iotop-c/

2022-08-14 Thread WANG Xuerui
commit: 9ba30927810e1db8424032089bd1c1d4e51df0d7
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Aug 15 05:22:13 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Aug 15 05:26:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba30927

sys-process/iotop-c: keyword 1.21 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 sys-process/iotop-c/iotop-c-1.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/iotop-c/iotop-c-1.21.ebuild 
b/sys-process/iotop-c/iotop-c-1.21.ebuild
index fb4071b7d2ff..cc98b1156d52 100644
--- a/sys-process/iotop-c/iotop-c-1.21.ebuild
+++ b/sys-process/iotop-c/iotop-c-1.21.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/iotop-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
+KEYWORDS="amd64 arm arm64 ~loong x86"
 
 RDEPEND="sys-libs/ncurses:=
!sys-process/iotop"



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

2022-08-14 Thread WANG Xuerui
commit: ce5fddd6ccd80375d297719800bca6314b16ae09
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Aug 15 05:25:29 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Aug 15 05:26:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5fddd6

dev-python/yaxmldiff: keyword 0.1.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/yaxmldiff/yaxmldiff-0.1.0.ebuild 
b/dev-python/yaxmldiff/yaxmldiff-0.1.0.ebuild
index 36841a23fede..fbe26727d481 100644
--- a/dev-python/yaxmldiff/yaxmldiff-0.1.0.ebuild
+++ b/dev-python/yaxmldiff/yaxmldiff-0.1.0.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}.py-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~loong ~x86"
 
 RDEPEND="
dev-python/lxml[${PYTHON_USEDEP}]



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

2022-08-14 Thread WANG Xuerui
commit: be1f9c781b0d9bf698f376b1b15a002e6cba8b10
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Aug 15 03:59:34 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Aug 15 05:26:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1f9c78

net-wireless/iwd: forward ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/net-wireless/iwd/iwd-.ebuild b/net-wireless/iwd/iwd-.ebuild
index 724ff9f2a449..31406ff79fa7 100644
--- a/net-wireless/iwd/iwd-.ebuild
+++ b/net-wireless/iwd/iwd-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
ELL_EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
MYRST2MAN="RST2MAN=:"
 fi
 



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

2022-08-14 Thread WANG Xuerui
commit: 5baeb128dcac6f37fa519bd847e8f972af4d81fd
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Aug 15 05:22:56 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Aug 15 05:26:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5baeb128

net-analyzer/iftop: keyword 1.0_pre4-r5 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild 
b/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild
index 41dff4aa6914..306eb156f61c 100644
--- a/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild
+++ b/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${P/_/}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="
net-libs/libpcap



[gentoo-commits] repo/gentoo:master commit in: sys-process/iotop/

2022-08-14 Thread WANG Xuerui
commit: 8c86301916647add6c1710dbe3b57a70f864f652
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Aug 15 03:59:47 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Aug 15 05:26:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c863019

sys-process/iotop: keyword 0.6 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 sys-process/iotop/iotop-0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/iotop/iotop-0.6.ebuild 
b/sys-process/iotop/iotop-0.6.ebuild
index 7b59ad028fc9..78fc5d45b1d3 100644
--- a/sys-process/iotop/iotop-0.6.ebuild
+++ b/sys-process/iotop/iotop-0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="http://guichaz.free.fr/iotop/files/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="!sys-process/iotop-c"
 



[gentoo-commits] repo/gentoo:master commit in: app-shells/thefuck/

2022-08-14 Thread John Helmert III
commit: 84cc843cb3f03af6adef424d511c0a9e956a8dca
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Aug 15 04:45:05 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Aug 15 04:45:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84cc843c

app-shells/thefuck: drop 3.30

Bug: https://bugs.gentoo.org/795291
Signed-off-by: John Helmert III  gentoo.org>

 app-shells/thefuck/Manifest|  1 -
 app-shells/thefuck/thefuck-3.30.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/app-shells/thefuck/Manifest b/app-shells/thefuck/Manifest
index 0a964bcc6797..c7bfaeb70daa 100644
--- a/app-shells/thefuck/Manifest
+++ b/app-shells/thefuck/Manifest
@@ -1,2 +1 @@
-DIST thefuck-3.30.tar.gz 1383210 BLAKE2B 
9d6a7ba2712b5cea0146315f5023a104667531928ade93c4aee1f210f06755efb3488b82ce2bc63adf9ce41aec91528bbb6ee4212adb5eca2af53cacf4510a67
 SHA512 
99b270d0aa535673c09e7e932212af4ded5639fcf30ad0aeedc89a54e94c0a072a37883b1a1a56301efb82ea1c72cf53d4dacf2e83edcafcf4fbaa55ecd35f3a
 DIST thefuck-3.32.tar.gz 1234795 BLAKE2B 
f62aca1601b2cec4cc14dc63f6d7e7fffc8ab0e1cf88e44c3170ec6744998e97e97813e9dc6aaccc0a850b0a15f958483da24bcf1d176e43bad1b2272272e7a0
 SHA512 
961b9b6dc374cc0b854698455f688cf110adb21cfebd4cb645eb5f1ce11c14de6699bb4d40de86a5f9461273cbfc2eea318a9d437f803dc578dd431966cf26c1

diff --git a/app-shells/thefuck/thefuck-3.30.ebuild 
b/app-shells/thefuck/thefuck-3.30.ebuild
deleted file mode 100644
index 997ad592129c..
--- a/app-shells/thefuck/thefuck-3.30.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Magnificent app which corrects your previous console command"
-HOMEPAGE="https://github.com/nvbn/thefuck;
-SRC_URI="https://github.com/nvbn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/decorator[${PYTHON_USEDEP}]
-   dev-python/colorama[${PYTHON_USEDEP}]
-   dev-python/pyte[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   sed -i -e "/import pip/s/^/#/" -e "/pip.__version__/,+3 s/^/#/" 
setup.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   py.test -vv || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-shells/thefuck/

2022-08-14 Thread John Helmert III
commit: 9b6316bcdba4aa91afcecb5c20a530a869e9415d
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Aug 15 04:38:26 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Aug 15 04:40:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6316bc

app-shells/thefuck: retire proxy maintainer

Only seems to have 1 commit, from Jan 2019.

Signed-off-by: John Helmert III  gentoo.org>

 app-shells/thefuck/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-shells/thefuck/metadata.xml b/app-shells/thefuck/metadata.xml
index cb126650e951..44ab2f15bdfb 100644
--- a/app-shells/thefuck/metadata.xml
+++ b/app-shells/thefuck/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   m...@aphypnise.eu
-   Andrew Attali
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   


nvbn/thefuck



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

2022-08-14 Thread John Helmert III
commit: 4c0821137568278280fc6bfee114f5924c546384
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Aug 15 04:25:14 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Aug 15 04:25:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c082113

profiles: last rite app-crypt/keybase

Bug: https://bugs.gentoo.org/772209
Signed-off-by: John Helmert III  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0b96cee4bcdb..1d0fb618f28c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# John Helmert III  (2022-08-14)
+# Vulnerable, unmaintained in Gentoo, EAPI6. Removal in 30 days,
+# bug #772209
+app-crypt/keybase
+
 # John Helmert III  (2022-08-14)
 # Remote code execution vulnerability, dead upstream. Removal in 30
 # days, bug #791004.



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

2022-08-14 Thread John Helmert III
commit: 013aece3cbd4470994b29d49da0a2c0a1e6c8bd3
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Aug 15 04:03:21 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Aug 15 04:04:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013aece3

profiles: last rite x11-terms/mrxvt

Bug: https://bugs.gentoo.org/791004
Signed-off-by: John Helmert III  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ead79389e4ff..0b96cee4bcdb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# John Helmert III  (2022-08-14)
+# Remote code execution vulnerability, dead upstream. Removal in 30
+# days, bug #791004.
+x11-terms/mrxvt
+
 # John Helmert III  (2022-08-14)
 # Dead upstream, vulnerable, no revdeps except a usedep. Removal in 30
 # days, bug #618000



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

2022-08-14 Thread John Helmert III
commit: 4e4773b156dee91fd662dab42a1bdda0a6044d17
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Jul 24 19:36:24 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Aug 15 02:40:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4773b1

gui-apps/mako: install systemd user unit and completions

Closes: https://github.com/gentoo/gentoo/pull/26572
Signed-off-by: John Helmert III  gentoo.org>

 gui-apps/mako/mako-1.7.1-r1.ebuild | 71 ++
 1 file changed, 71 insertions(+)

diff --git a/gui-apps/mako/mako-1.7.1-r1.ebuild 
b/gui-apps/mako/mako-1.7.1-r1.ebuild
new file mode 100644
index ..6ffde2623461
--- /dev/null
+++ b/gui-apps/mako/mako-1.7.1-r1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson systemd
+
+DESCRIPTION="A lightweight notification daemon for Wayland. Works on Sway"
+HOMEPAGE="https://github.com/emersion/mako;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/emersion/${PN}.git;
+else
+   SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="elogind +icons systemd"
+
+DEPEND="
+   dev-libs/wayland
+   dev-util/wayland-scanner
+   x11-libs/pango
+   x11-libs/cairo
+   || (
+   systemd? ( sys-apps/systemd )
+   elogind? ( sys-auth/elogind )
+   sys-libs/basu
+   )
+   sys-apps/dbus
+   icons? (
+   x11-libs/gtk+:3
+   x11-libs/gdk-pixbuf
+   )
+"
+RDEPEND="
+   ${DEPEND}
+   >=dev-libs/wayland-protocols-1.21
+"
+BDEPEND="
+   virtual/pkgconfig
+   app-text/scdoc
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dicons=$(usex icons enabled disabled)
+   -Dzsh-completions=true
+   -Dfish-completions=true
+   -Dbash-completions=true
+   )
+
+   if use systemd ; then
+   emesonargs+=( -Dsd-bus-provider=libsystemd )
+   elif use elogind ; then
+   emesonargs+=( -Dsd-bus-provider=libelogind )
+   else
+   emesonargs+=( -Dsd-bus-provider=basu )
+   fi
+
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+
+   systemd_douserunit contrib/systemd/mako.service
+}



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

2022-08-14 Thread Ionen Wolkens
commit: f0f787112f2c42b03567b6363dbdd56659fc94bf
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Aug 15 01:45:03 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Aug 15 01:54:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f78711

net-misc/yt-dlp: add 2022.8.14

Was about to stable 2022.8.8 but guess will go for this
one soon'ish instead.

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

 net-misc/yt-dlp/Manifest|  1 +
 net-misc/yt-dlp/yt-dlp-2022.8.14.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/net-misc/yt-dlp/Manifest b/net-misc/yt-dlp/Manifest
index 51fc2f4e192f..8781945e1c2c 100644
--- a/net-misc/yt-dlp/Manifest
+++ b/net-misc/yt-dlp/Manifest
@@ -1,2 +1,3 @@
 DIST yt-dlp-2022.7.18.tar.gz 2348854 BLAKE2B 
3ef23b1fbc379af2e2a291e96efe495a38d8a7a3db3a45d6131bcaa06cc03843e4c3eee7859c51a7868429ab64759e251a22c5fb320fcbf51d7e2c4ca9ac86d7
 SHA512 
07552c1b698326152c154ff83fc08b03637234ff448e6b5dd6776c0f37d2a4d892a5c89131c4c9ec8a8c479577018ffbdf7f53538e3dc41497c0fd131c90538a
+DIST yt-dlp-2022.8.14.tar.gz 2368444 BLAKE2B 
77994eabc7832ee75b397fbd3d7a37b4fc3cfda2e092e3410656bf303618b2bc6f65eeffe1c99b21e80233f7ddf4ade72debbf5151eb68a0e0e87c512917626f
 SHA512 
5a2219d55fb4f02c2f22eb6bf11d9986c75613401c3b8f7f8d39e6a5a534cb91f5c27fbf735919c414c3d7f193024315eb3eee02a1743828bdcf9b102a748cee
 DIST yt-dlp-2022.8.8.tar.gz 2361172 BLAKE2B 
a210786df56faa39a725f2ab06c9cc7805128c2f4fde4c504bd26a09d6a38cf25bea8b52f1471261bb007c8645170a29fae364e3b4008d1ebc8d4f0caf645c35
 SHA512 
bef1f1110c97f0c8338e94fc2671849cbfe086eb7dba974c623dde2beec29a17dd0c9972603a5af530a07e0721a00e56c6437a2b5d82b39630e3f4f49b51b00b

diff --git a/net-misc/yt-dlp/yt-dlp-2022.8.14.ebuild 
b/net-misc/yt-dlp/yt-dlp-2022.8.14.ebuild
new file mode 100644
index ..775abf17078d
--- /dev/null
+++ b/net-misc/yt-dlp/yt-dlp-2022.8.14.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+inherit bash-completion-r1 distutils-r1 optfeature wrapper
+
+DESCRIPTION="youtube-dl fork with additional features and fixes"
+HOMEPAGE="https://github.com/yt-dlp/yt-dlp/;
+SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   !net-misc/youtube-dl[-yt-dlp(-)]"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   distutils-r1_src_prepare
+
+   # adjust requires for pycryptodome and optional dependencies (bug 
#828466)
+   sed -ri requirements.txt \
+   -e "s/^(pycryptodome)x/\1/" \
+   -e "/^(brotli.*|certifi|mutagen|websockets)/d" || die
+}
+
+python_test() {
+   epytest -m 'not download'
+}
+
+python_install_all() {
+   dodoc README.md Changelog.md supportedsites.md
+   doman yt-dlp.1
+
+   dobashcomp completions/bash/yt-dlp
+
+   insinto /usr/share/fish/vendor_completions.d
+   doins completions/fish/yt-dlp.fish
+
+   insinto /usr/share/zsh/site-functions
+   doins completions/zsh/_yt-dlp
+
+   rm -r "${ED}"/usr/share/doc/yt_dlp || die
+
+   make_wrapper youtube-dl "yt-dlp --compat-options youtube-dl"
+}
+
+pkg_postinst() {
+   optfeature "various features (merging tracks, streamed content)" 
media-video/ffmpeg
+   has_version media-video/atomicparsley || # allow fallback but don't 
advertise
+   optfeature "embedding metadata thumbnails in MP4/M4A files" 
media-libs/mutagen
+
+   if [[ ! ${REPLACING_VERSIONS} ]]; then
+   elog 'A wrapper using "yt-dlp --compat-options youtube-dl" was 
installed'
+   elog 'as "youtube-dl". This is strictly for compatibility and 
it is'
+   elog 'recommended to use "yt-dlp" directly, it may be removed 
in the future.'
+   fi
+}



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

2022-08-14 Thread John Helmert III
commit: 747727dddf91a920f7c80b8c1feef4029733a1cd
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Aug 15 01:30:10 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Aug 15 01:52:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=747727dd

profiles: last rite libaacplus

Bug: https://bugs.gentoo.org/618000
Signed-off-by: John Helmert III  gentoo.org>

 profiles/base/package.use.mask | 4 
 profiles/package.mask  | 5 +
 2 files changed, 9 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 4793557400a4..7b377ff31b49 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# John Helmert III  (2022-08-14)
+# libaacplus is last rited
+media-sound/darkice aacplus
+
 # John Helmert III  (2022-08-14)
 # slurm is last rited
 app-metrics/collectd collectd_plugins_slurm

diff --git a/profiles/package.mask b/profiles/package.mask
index 9134c9a175bf..ead79389e4ff 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# John Helmert III  (2022-08-14)
+# Dead upstream, vulnerable, no revdeps except a usedep. Removal in 30
+# days, bug #618000
+media-libs/libaacplus
+
 # John Helmert III  (2022-08-14)
 # Many vulnerabilities (including code execution and root privilege
 # escalation), effectively unmaintained. Removal in 30 days, bugs



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

2022-08-14 Thread Sam James
commit: fd285c34286e78b1e784807e43705447171ba555
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 15 01:18:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 15 01:20:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd285c34

sys-fs/fuse: disable strict aliasing too for :0

Got distracted by the filter-flags -flto -> filter-lto change.

Revbump given I don't expect any new release for :0.

Closes: https://bugs.gentoo.org/863899
Fixes: 57b441c2eded3f8a1574203772f9a8395f250c55
Signed-off-by: Sam James  gentoo.org>

 sys-fs/fuse/fuse-2.9.9-r2.ebuild | 80 
 1 file changed, 80 insertions(+)

diff --git a/sys-fs/fuse/fuse-2.9.9-r2.ebuild b/sys-fs/fuse/fuse-2.9.9-r2.ebuild
new file mode 100644
index ..1412603dbd80
--- /dev/null
+++ b/sys-fs/fuse/fuse-2.9.9-r2.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic linux-info udev
+
+DESCRIPTION="An interface for filesystems implemented in userspace"
+HOMEPAGE="https://github.com/libfuse/libfuse;
+SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.gz;
+# For bug #809920 to avoid a gettext dependency
+# extracted from sys-devel/gettext-0.21-r1
+SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/iconv.m4.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+IUSE="examples static-libs"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=sys-fs/fuse-common-3.3.0-r1"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.9.3-kernel-types.patch
+   "${FILESDIR}"/${PN}-2.9.9-avoid-calling-umount.patch
+   "${FILESDIR}"/${PN}-2.9.9-closefrom-glibc-2-34.patch
+)
+
+pkg_setup() {
+   if use kernel_linux ; then
+   if kernel_is lt 2 6 9 ; then
+   die "Your kernel is too old."
+   fi
+   CONFIG_CHECK="~FUSE_FS"
+   WARNING_FUSE_FS="You need to have FUSE module built to use 
user-mode utils"
+   linux-info_pkg_setup
+   fi
+}
+
+src_prepare() {
+   default
+
+   # Can be dropped along with additional SRC_URI if dropping eautoreconf
+   cp "${WORKDIR}"/iconv.m4 m4/ || die
+   eautoreconf
+}
+
+src_configure() {
+   # lto not supported yet -- https://github.com/libfuse/libfuse/issues/198
+   # gcc-9 with -flto leads to link failures: #663518 (see also #863899)
+   # https://gcc.gnu.org/PR91186
+   filter-lto
+   # ... and strict aliasing warnings, bug #863899
+   append-flags -fno-strict-aliasing
+
+   econf \
+   INIT_D_PATH="${EPREFIX}/etc/init.d" \
+   MOUNT_FUSE_PATH="${EPREFIX}/sbin" \
+   UDEV_RULES_PATH="${EPREFIX}/$(get_udevdir)/rules.d" \
+   $(use_enable static-libs static) \
+   --disable-example
+}
+
+src_install() {
+   local DOCS=( AUTHORS ChangeLog README.md README.NFS NEWS 
doc/how-fuse-works doc/kernel.txt )
+   default
+
+   if use examples ; then
+   docinto examples
+   dodoc example/*
+   fi
+
+   find "${ED}" -name '*.la' -delete || die
+
+   # installed via fuse-common
+   rm -r "${ED}"/{etc,$(get_udevdir)} || die
+
+   # handled by the device manager
+   rm -r "${D}"/dev || die
+}



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

2022-08-14 Thread John Helmert III
commit: 9347caf592b973faa21aa224bd139666b523ec6f
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Aug 15 01:16:15 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Aug 15 01:18:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9347caf5

profiles: drop duplicate collectd_plugins_slurm usemask

Signed-off-by: John Helmert III  gentoo.org>

 profiles/arch/base/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index c02657e5b8d0..f0ea6816568f 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -125,10 +125,6 @@ sys-apps/flashrom atahpt atapromise atavia drkaiser 
gfxnvidia internal it8212 ni
 # requires clisp whichis keyworded on fewer arches
 app-text/texlive-core xindy
 
-# Thomas Deutschmann  (2020-04-30)
-# Dependency is only keyworded on amd64 and x86
-app-metrics/collectd collectd_plugins_slurm
-
 # Georgy Yakovlev  (2020-04-26)
 # static-pie is not implemented on all arches, #719444
 # https://sourceware.org/glibc/wiki/PortStatus



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

2022-08-14 Thread Sam James
commit: 602c311c58d4de57d2cc6ee34219f439b0c5d766
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 15 00:53:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 15 00:56:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602c311c

dev-util/cmake: filter LTO (ODR)

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

 dev-util/cmake/cmake-3.24.0.ebuild | 4 
 dev-util/cmake/cmake-.ebuild   | 4 
 2 files changed, 8 insertions(+)

diff --git a/dev-util/cmake/cmake-3.24.0.ebuild 
b/dev-util/cmake/cmake-3.24.0.ebuild
index f31888a13431..3b075816e4cf 100644
--- a/dev-util/cmake/cmake-3.24.0.ebuild
+++ b/dev-util/cmake/cmake-3.24.0.ebuild
@@ -192,6 +192,10 @@ src_configure() {
# Fix linking on Solaris
[[ ${CHOST} == *-solaris* ]] && append-ldflags -lsocket -lnsl
 
+   # ODR warnings, bug #858335
+   # https://gitlab.kitware.com/cmake/cmake/-/issues/20740
+   filter-lto
+
local mycmakeargs=(
-DCMAKE_USE_SYSTEM_LIBRARIES=ON
-DCMAKE_DOC_DIR=/share/doc/${PF}

diff --git a/dev-util/cmake/cmake-.ebuild b/dev-util/cmake/cmake-.ebuild
index f31888a13431..3b075816e4cf 100644
--- a/dev-util/cmake/cmake-.ebuild
+++ b/dev-util/cmake/cmake-.ebuild
@@ -192,6 +192,10 @@ src_configure() {
# Fix linking on Solaris
[[ ${CHOST} == *-solaris* ]] && append-ldflags -lsocket -lnsl
 
+   # ODR warnings, bug #858335
+   # https://gitlab.kitware.com/cmake/cmake/-/issues/20740
+   filter-lto
+
local mycmakeargs=(
-DCMAKE_USE_SYSTEM_LIBRARIES=ON
-DCMAKE_DOC_DIR=/share/doc/${PF}



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

2022-08-14 Thread Sam James
commit: 57b441c2eded3f8a1574203772f9a8395f250c55
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 15 00:55:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 15 00:56:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b441c2

sys-fs/fuse: filter LTO for :0

It's not really maintained anymore upstream so we should focus efforts on 3.

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

 sys-fs/fuse/fuse-2.9.9-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/fuse/fuse-2.9.9-r1.ebuild b/sys-fs/fuse/fuse-2.9.9-r1.ebuild
index 4d6a5352e737..a171192a0d6c 100644
--- a/sys-fs/fuse/fuse-2.9.9-r1.ebuild
+++ b/sys-fs/fuse/fuse-2.9.9-r1.ebuild
@@ -47,9 +47,9 @@ src_prepare() {
 
 src_configure() {
# lto not supported yet -- https://github.com/libfuse/libfuse/issues/198
-   # gcc-9 with -flto leads to link failures: #663518,
+   # gcc-9 with -flto leads to link failures: #663518 (see also #863899)
# https://gcc.gnu.org/PR91186
-   filter-flags -flto*
+   filter-lto
 
econf \
INIT_D_PATH="${EPREFIX}/etc/init.d" \



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

2022-08-14 Thread John Helmert III
commit: ec1764e89faa7619ef2e2640fc5346b6f0ea5840
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Aug 15 00:53:31 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Aug 15 00:53:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1764e8

profiles: add openmpi's slurm usedep to package.use.mask

And add a mask message, since I accidentally omitted it before.

Signed-off-by: John Helmert III  gentoo.org>

 profiles/base/package.use.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 482f40aa75ea..4793557400a4 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,7 +7,9 @@
 # mask everywhere, unmask on arch/*) use arch/base.
 
 # John Helmert III  (2022-08-14)
+# slurm is last rited
 app-metrics/collectd collectd_plugins_slurm
+sys-cluster/openmpi openmpi_rm_slurm
 
 # Andrew Ammerlaan  (2022-08-13)
 # PyQt6/PySide6 are masked for testing



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

2022-08-14 Thread John Helmert III
commit: c6736bbc7c23548c9d3f795837bee4f7be708e38
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Aug 15 00:22:43 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Aug 15 00:36:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6736bbc

dev-lang/python: stabilize 3.10.6_p2 for arm64, bug #864741

Signed-off-by: John Helmert III  gentoo.org>

 dev-lang/python/python-3.10.6_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.10.6_p2.ebuild 
b/dev-lang/python/python-3.10.6_p2.ebuild
index 7bcf965809fe..e58c95fc7304 100644
--- a/dev-lang/python/python-3.10.6_p2.ebuild
+++ b/dev-lang/python/python-3.10.6_p2.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="
bluetooth build +ensurepip examples gdbm hardened libedit lto
+ncurses pgo +readline +sqlite +ssl test tk +xml



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/, profiles/, profiles/arch/x86/

2022-08-14 Thread John Helmert III
commit: 002aa381e511ead5a8b433a8b2ad5d5afd4d94fe
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Aug 15 00:16:59 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Aug 15 00:35:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002aa381

profiles: last rite sys-cluster/slurm

Also remove the collectd unmasks in arch package.use.masks.

Bug: https://bugs.gentoo.org/631552
Bug: https://bugs.gentoo.org/790296
Bug: https://bugs.gentoo.org/842789
Signed-off-by: John Helmert III  gentoo.org>

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/x86/package.use.mask   | 4 
 profiles/base/package.use.mask   | 3 +++
 profiles/package.mask| 6 ++
 4 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index fa797cc69374..f41be68b0826 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -122,10 +122,6 @@ sys-apps/flashrom -atahpt -atapromise -atavia -drkaiser 
-gfxnvidia -internal -it
 # clisp is keyworded on amd64
 app-text/texlive-core -xindy
 
-# Thomas Deutschmann  (2020-04-30)
-# sys-cluster/slurm is keyworded on amd64
-app-metrics/collectd -collectd_plugins_slurm
-
 # Georgy Yakovlev  (2020-04-30)
-# sys-cluster/slurm is keyworded on x86
-app-metrics/collectd -collectd_plugins_slurm
-
 # Georgy Yakovlev  (2022-08-14)
+app-metrics/collectd collectd_plugins_slurm
+
 # Andrew Ammerlaan  (2022-08-13)
 # PyQt6/PySide6 are masked for testing
 dev-python/QtPy pyqt6 pyside6

diff --git a/profiles/package.mask b/profiles/package.mask
index 25bcab1cc87f..9134c9a175bf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
 
 #--- END OF EXAMPLES ---
 
+# John Helmert III  (2022-08-14)
+# Many vulnerabilities (including code execution and root privilege
+# escalation), effectively unmaintained. Removal in 30 days, bugs
+# #631552, #790296, #842789
+sys-cluster/slurm
+
 # John Helmert III  (2022-08-14)
 # Vulnerable and unmaintained for years, many open bugs, no revdeps,
 # EAPI 6. Removal in 30 days, bug 733354



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

2022-08-14 Thread John Helmert III
commit: 5684285ad69a284fae9a61392fc12f6a3b0e2924
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Aug 14 23:06:16 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Aug 14 23:07:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5684285a

profiles: last rite calicoctl, calico-cni-plugin

Bug: https://bugs.gentoo.org/733354
Signed-off-by: John Helmert III  gentoo.org>

 profiles/package.mask | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index fd5d7dfeacd7..25bcab1cc87f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,13 +33,19 @@
 
 #--- END OF EXAMPLES ---
 
+# John Helmert III  (2022-08-14)
+# Vulnerable and unmaintained for years, many open bugs, no revdeps,
+# EAPI 6. Removal in 30 days, bug 733354
+net-misc/calico-cni-plugin
+net-misc/calicoctl
+
 # Sam James  (2022-08-14)
 # Removes MSVC functionality which some packages are relying on - they
 # need time to adapt to upstream setuptools changes.
 # bug #865183.
 =dev-python/setuptools-65.0.0
 
-# John Helmert III  (2022-08-14)
 # Vulnerable and unmaintained for years, many open bugs, no revdeps
 # Removal in 30 days, bug #631140
 net-analyzer/smokeping



[gentoo-commits] repo/gentoo:master commit in: app-containers/containerd/

2022-08-14 Thread William Hubbs
commit: 9389aa377682ed856ef643b81244d22b6ef5c818
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Aug 14 22:39:24 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Aug 14 22:46:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9389aa37

app-containers/containerd: add 1.6.8

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

 app-containers/containerd/Manifest|  2 +
 app-containers/containerd/containerd-1.6.8.ebuild | 85 +++
 2 files changed, 87 insertions(+)

diff --git a/app-containers/containerd/Manifest 
b/app-containers/containerd/Manifest
index cc91c05a33a2..98435a5c8fd0 100644
--- a/app-containers/containerd/Manifest
+++ b/app-containers/containerd/Manifest
@@ -3,3 +3,5 @@ DIST containerd-1.6.2-deps.tar.xz 99095488 BLAKE2B 
a8ab5b2a506cb90cbadba9461d273
 DIST containerd-1.6.2.tar.gz 8617797 BLAKE2B 
aaf16dbbd071f4eab45bc94cc50643b33665b5c4a4155ef007b7a974e04660235b69e12d99e78c24b27c09d45c0eb6e9be3d688b41592a54497a0a4e5f577c86
 SHA512 
3ff280ae0cf5a45b0c21a42290c94bad30d46bf8a5bbcef1024e3c67fde3345a31b23a88cdbb6025d526c93e2a0899e9b341c9b8ccbba381983de3d8a39b1046
 DIST containerd-1.6.4-deps.tar.xz 96520056 BLAKE2B 
695e26ffc26c0d85350c91412b746f59d7edd556aef2fea71a8947b79e0cdba573503a19b45ddc4a733b721be6cef581ab22e7522d00ab9221a1322d5b9670a4
 SHA512 
439bad6067939ab97115c0cf85d8eafd1214435f78bc57ee6a3d60e606da1260153d871e50de7b31fb57dc293e2f1ffa083cf89d08a394ee99450effda309678
 DIST containerd-1.6.4.tar.gz 8625617 BLAKE2B 
b3766eec306a4e4b27849aa3131c0adf84e040c9b6b843bc2b231a13f5f1b6222035e4a7d2315170b0a001be60874544bbe2920bf4cda951aac48217efb3de28
 SHA512 
a913dbfdcf29faebd5617f64e7c5e62b366cb9c80d0dbf55337121601f3c5b7d19c1670f71e9454513b681a1568c7cd1fc28c5daf3ea1c820279f2a2356ff8c6
+DIST containerd-1.6.8-deps.tar.xz 96625924 BLAKE2B 
773b7c660826648b4077d320cbb3b265129fdd81233ac4aeb833586c9f25707c62e338492fb9905010b160e3fa635069ca4220136bca344ce54d154ee074bdeb
 SHA512 
d805fefc0500fe2156bd8c6a752f9d13cafe85b528454ddc6efc95b09e05548df666cf9136aa3169794a0f7cc8135b943da1b106eec7e3dbbc83938892d80ead
+DIST containerd-1.6.8.tar.gz 8663866 BLAKE2B 
4b1473febb738ce46d435a687971058f4bf586a2877b2899446a323e2e7ccf8a0ec9015277693f9b1bac6f663721117704e97031ce923ae62d27a8d7b882bdfd
 SHA512 
c204c028cdfd76537d1da01c66526fc85b29b02d2412569bb9b265375603614b037356c61846025a72281398f0f46df326a5ea3df97f57901cce85f2f728f0ba

diff --git a/app-containers/containerd/containerd-1.6.8.ebuild 
b/app-containers/containerd/containerd-1.6.8.ebuild
new file mode 100644
index ..6b3b86530b0f
--- /dev/null
+++ b/app-containers/containerd/containerd-1.6.8.ebuild
@@ -0,0 +1,85 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+GIT_REVISION=9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
+inherit go-module systemd
+
+DESCRIPTION="A daemon to control runC"
+HOMEPAGE="https://containerd.io/;
+SRC_URI="https://github.com/containerd/containerd/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="apparmor btrfs device-mapper +cri hardened +seccomp selinux test"
+
+DEPEND="
+   btrfs? ( sys-fs/btrfs-progs )
+   seccomp? ( sys-libs/libseccomp )
+"
+
+# recommended version of runc is found in script/setup/runc-version
+RDEPEND="
+   ${DEPEND}
+   ~app-containers/runc-1.1.3
+"
+
+BDEPEND="
+   dev-go/go-md2man
+   virtual/pkgconfig
+"
+
+# tests require root or docker
+# upstream does not recommend stripping binary
+RESTRICT+=" strip test"
+
+src_prepare() {
+   default
+   sed -i \
+   -e "s/-s -w//" \
+   Makefile || die
+   sed -i \
+   -e "s:/usr/local:/usr:" \
+   containerd.service || die
+}
+
+src_compile() {
+   local options=(
+   $(usev apparmor)
+   $(usex btrfs "" "no_btrfs")
+   $(usex cri "" "no_cri")
+   $(usex device-mapper "" "no_devmapper")
+   $(usev seccomp)
+   $(usev selinux)
+   )
+
+   myemakeargs=(
+   BUILDTAGS="${options[*]}"
+   LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')"
+   REVISION="${GIT_REVISION}"
+   VERSION=v${PV}
+   )
+
+   # race condition in man target https://bugs.gentoo.org/765100
+   # we need to explicitly specify GOFLAGS for "go run" to use vendor 
source
+   emake "${myemakeargs[@]}" man -j1 #nowarn
+   emake "${myemakeargs[@]}" all
+
+}
+
+src_install() {
+   dobin bin/*
+   doman man/*
+   newinitd "${FILESDIR}"/${PN}.initd "${PN}"
+   systemd_dounit containerd.service
+   keepdir /var/lib/containerd
+
+   # we already installed manpages, remove markdown source
+   # before installing docs directory
+ 

[gentoo-commits] repo/gentoo:master commit in: app-containers/docker-proxy/

2022-08-14 Thread William Hubbs
commit: 63dc1f7c59a02abb50399769ff42c865f0f85542
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Aug 14 22:39:25 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Aug 14 22:46:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63dc1f7c

app-containers/docker-proxy: add 0.8.0_p20220601

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

 app-containers/docker-proxy/Manifest   |  1 +
 .../docker-proxy-0.8.0_p20220601.ebuild| 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-containers/docker-proxy/Manifest 
b/app-containers/docker-proxy/Manifest
index ba69659cff13..f38ec53e406b 100644
--- a/app-containers/docker-proxy/Manifest
+++ b/app-containers/docker-proxy/Manifest
@@ -1,2 +1,3 @@
 DIST docker-proxy-0.8.0_p20210525.tar.gz 3154432 BLAKE2B 
3f273cd4c2dd3c797117bebfe06eb3ae8ce3b3f70d495cb0c77a372d64e23f1d9ad31e8efef64df494cc462e9f4fda9311c99ae7e7218f0fc41b6bf44cf8c08d
 SHA512 
6a94fe23ce1bab0a428ee4bbe20089f5a4470e72c5da156b2b1a89de01cca803374fd9cdcd4c5b25b86af1c4e956c75a1a5ad7fb6639def7bcec69859a77c047
 DIST docker-proxy-0.8.0_p20220315.tar.gz 3154501 BLAKE2B 
1078db00c0206542740736f0ffed3261dd6688a273699d47328edc6d803d267c026343f7377ef748e0359c025dbeb6cfc9015bf9ca6ed664e0220f15229fb032
 SHA512 
d6c09ba5fd2b0d87e97627ad55fca4bed1a0ea4f17c747550054d0e059ec056588995877a3e59a40e664ec1e3c92cde8572addc0e2bba8b588a100c6032c0d20
+DIST docker-proxy-0.8.0_p20220601.tar.gz 3154283 BLAKE2B 
7651e1862acf60988f6a8bdf3c0befc9b01a388aebda2b86610109bb6affe0d9c64d2750a911f0d1856be0dba970e9e92de2a0d393cc5c3a581d4253c574a623
 SHA512 
d3d9888f39a9247b6e773b0bfe63e6d248c5c155e7032cdbdd5cfacf995cb6b4cf2f0fb51e09c4554a4b994e3c3d7fc9cd2fde6cf8dda34fba6aa07218ac959c

diff --git a/app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild 
b/app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild
new file mode 100644
index ..a384cf3a615d
--- /dev/null
+++ b/app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+EGO_PN=github.com/moby/libnetwork
+GIT_COMMIT=f6b1c082a432c2a5814aaedaca56af33d9ea
+inherit golang-vcs-snapshot
+
+DESCRIPTION="Docker container networking"
+HOMEPAGE="https://github.com/docker/libnetwork; 
+SRC_URI="https://github.com/moby/libnetwork/archive/${GIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+S=${WORKDIR}/${P}/src/${EGO_PN}
+
+# needs dockerd
+RESTRICT="strip test"
+
+src_compile() {
+   GO111MODULE=auto GOPATH="${WORKDIR}/${P}" \
+   go build -o "bin/docker-proxy" ./cmd/proxy || die
+}
+
+src_install() {
+   dobin bin/docker-proxy
+   dodoc README.md CHANGELOG.md
+}



[gentoo-commits] repo/gentoo:master commit in: app-containers/runc/

2022-08-14 Thread William Hubbs
commit: c7b010c97cc4f8b06d7ab25f592a45e0cd521245
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Aug 14 22:39:24 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Aug 14 22:46:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b010c9

app-containers/runc: add 1.1.3

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

 app-containers/runc/Manifest  |  1 +
 app-containers/runc/runc-1.1.3.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/app-containers/runc/Manifest b/app-containers/runc/Manifest
index 2c9db9c9f776..415eda4e88c7 100644
--- a/app-containers/runc/Manifest
+++ b/app-containers/runc/Manifest
@@ -2,3 +2,4 @@ DIST runc-1.0.3.tar.gz 2375241 BLAKE2B 
0fb9368ab5442462001c15a67a71821133ad90d16
 DIST runc-1.1.0.tar.gz 2332427 BLAKE2B 
3a194221d0bab813249e23c5f725255e453ce6843c2cb7e1a40a3c6fdd90a1a805c18ebadf56ee5d535f253025716aae6ab3f437140a3cc69e854e750e205e0c
 SHA512 
542ea87c488fd120f2b77e53e2c197f09cd504fbe55dbe47008aaa5b0565aa300fc49f8cadc24ead796e45a4e95a30dfb08bfeefa58dc370145a218fd2869e41
 DIST runc-1.1.1.tar.gz 2332722 BLAKE2B 
d0abe624ddd17885bd25a5923e35ed760a7acaeb2ae7eefa18cdd28a2ecfc79a958d550eafac421b58865376620d7475338752df823e0f1b4a69be201fe4ea90
 SHA512 
baf622e7edae9b68d2fa255f02359d770489c7578be3c6379a5d939b4f1dfa697ec9eb4ef7dce252e64ee5225f76c06e45182a9b92b68a952e21e3f5f91450d0
 DIST runc-1.1.2.tar.gz 2332953 BLAKE2B 
e6047baa799e97d201630f5ff438ca8742ef4c9f465c3728fe2e4bd7f18a571172cb8f994c0e9ffba4f7ae75088626583602f49e0e9f4764c96157820c332b5b
 SHA512 
61d8cc82f49e3bc1cf4cc4ae18a9d9c8f4ae93e8380ce6fa9034b154bd1b915339ee65babdf7518021d015a3c31545fcbad5bbf0c4579c7eb50988877121f049
+DIST runc-1.1.3.tar.gz 284 BLAKE2B 
7530faa80a6d51c840a1ea702ec59580a3e42514f5932a7dd4df9f80ff93245bde05accd572a942190b6be76316f38a408566b003ad380611376e73abe3cb5c0
 SHA512 
27fce2569d0dc710a0f90095957be30c29da24ce1d2b8e115b9dc11d36f5226d98c4b2d8b92ecfa7581eade90bc51c5d9bccaf15fcb2542dafebe4fabc6e1cd9

diff --git a/app-containers/runc/runc-1.1.3.ebuild 
b/app-containers/runc/runc-1.1.3.ebuild
new file mode 100644
index ..e17a2001f385
--- /dev/null
+++ b/app-containers/runc/runc-1.1.3.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module linux-info
+
+# update on bump, look for https://github.com/docker\
+# docker-ce/blob//components/engine/hack/dockerfile/install/runc.installer
+RUNC_COMMIT=6724737f999df9ee0d8ca5c6d7b81f97adc34374
+CONFIG_CHECK="~USER_NS"
+
+DESCRIPTION="runc container cli tools"
+HOMEPAGE="http://github.com/opencontainers/runc/;
+MY_PV="${PV/_/-}"
+SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD-2 BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="apparmor hardened +kmem +seccomp selinux test"
+
+DEPEND="seccomp? ( sys-libs/libseccomp )"
+
+RDEPEND="
+   ${DEPEND}
+   !app-emulation/docker-runc
+   apparmor? ( sys-libs/libapparmor )
+   selinux? ( sec-policy/selinux-container )
+"
+
+BDEPEND="
+   dev-go/go-md2man
+   test? ( "${RDEPEND}" )
+"
+
+# tests need busybox binary, and portage namespace
+# sandboxing disabled: mount-sandbox pid-sandbox ipc-sandbox
+# majority of tests pass
+RESTRICT+=" test"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_compile() {
+   # Taken from app-containers/docker-1.7.0-r1
+   export CGO_CFLAGS="-I${ESYSROOT}/usr/include"
+   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')
+   -L${ESYSROOT}/usr/$(get_libdir)"
+
+   # build up optional flags
+   local options=(
+   $(usev apparmor)
+   $(usev seccomp)
+   $(usex kmem '' 'nokmem')
+   )
+
+   myemakeargs=(
+   BUILDTAGS="${options[*]}"
+   COMMIT="${RUNC_COMMIT}"
+   )
+
+   emake "${myemakeargs[@]}" runc man
+}
+
+src_install() {
+   myemakeargs+=(
+   PREFIX="${ED}/usr"
+   BINDIR="${ED}/usr/bin"
+   MANDIR="${ED}/usr/share/man"
+   )
+   emake "${myemakeargs[@]}" install install-man install-bash
+
+   local DOCS=( README.md PRINCIPLES.md docs/. )
+   einstalldocs
+}
+
+src_test() {
+   emake "${myemakeargs[@]}" localunittest
+}



[gentoo-commits] repo/gentoo:master commit in: app-containers/docker-cli/

2022-08-14 Thread William Hubbs
commit: fb1c9a5cc887a692cc467693eb9384a9c706825c
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Aug 14 22:39:25 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Aug 14 22:46:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1c9a5c

app-containers/docker-cli: add 20.10.17

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

 app-containers/docker-cli/Manifest |  1 +
 .../docker-cli/docker-cli-20.10.17.ebuild  | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/app-containers/docker-cli/Manifest 
b/app-containers/docker-cli/Manifest
index c8097a11c4a3..2f04a35d22ef 100644
--- a/app-containers/docker-cli/Manifest
+++ b/app-containers/docker-cli/Manifest
@@ -1,3 +1,4 @@
 DIST docker-cli-20.10.12.tar.gz 7527161 BLAKE2B 
34a90f6df9f43507461307817e72cfb9e37f88d00e6fc50b8b16f3db9c573e54edc2eb2641ff4e091a2a73e936f8844011520efe5aaec37a9eb9880f5f81c51a
 SHA512 
ac7c997f5751f2e34b9bcb9f026d3d0c2cd58c32a13e9255536b0eb0d7eabd81c42f2d608c0fe7725322b619f2360818b08379e847d598dd0bec570602ad224f
 DIST docker-cli-20.10.14.tar.gz 7508390 BLAKE2B 
b268a329450540c2e94eced7e7b7bb9387cd208c68bde82607fc56e1f0529d8ca35bb8c16839154443d950c21b0625a13aa8547d9f3053ed19645da683f14419
 SHA512 
f8b7f1040eccd404e39ec33bcef8bb8423636b0695af65f84c0612e77223844892d219f82cfbb99ccd5326e228f8af27be1870d90ebace77810ea5fce9f86e4a
 DIST docker-cli-20.10.16.tar.gz 7635926 BLAKE2B 
eb7ecde2770bb4e937f40b885604f5daa996f5644f78881d9814ae3cdfc7a0eec107519ef24bbabe0c726c8c83eaa475667fa251c3e9346fec597069ec36ba2e
 SHA512 
90451f71f16f3bd1410b13c5df256ef1f422dd5b9b75d63cf318ee91a07bcb3ddb2876d2fee81e835d8daaee48c4e010c2daf4373de1095e2075fed8ee5fe75e
+DIST docker-cli-20.10.17.tar.gz 7636087 BLAKE2B 
2777ca5c310ffeca75a07f2667703a3f1d24b4d1c1691ffb58df3144b7bfe54bb2b9cb9896a253718b7f47ab4c246064c5944a1ca05328fe7924f9bb79e10ff3
 SHA512 
9c2cff7e248272e234eac9febdfd7c5c844fc65ee4b08fd4ce0f526e4fed33f2d12682d0991ef28b42977b9de2c84d7ef9c6ddd6f31c4e8c34a3985c1cea3316

diff --git a/app-containers/docker-cli/docker-cli-20.10.17.ebuild 
b/app-containers/docker-cli/docker-cli-20.10.17.ebuild
new file mode 100644
index ..75170202112d
--- /dev/null
+++ b/app-containers/docker-cli/docker-cli-20.10.17.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GIT_COMMIT=100c70180f
+EGO_PN="github.com/docker/cli"
+MY_PV=${PV/_/-}
+inherit bash-completion-r1  golang-vcs-snapshot
+
+DESCRIPTION="the command line binary for docker"
+HOMEPAGE="https://www.docker.com/;
+SRC_URI="https://github.com/docker/cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="hardened selinux"
+
+RDEPEND="!https://github.com/tianon/docker-overlay/pull/10
+   export CGO_CFLAGS="-I${ESYSROOT}/usr/include"
+   export CGO_LDFLAGS="-L${ESYSROOT}/usr/$(get_libdir)"
+   emake \
+   LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \
+   VERSION="${PV}" \
+   GITCOMMIT="${GIT_COMMIT}" \
+   dynbinary
+
+   # build man pages
+   # see "cli/scripts/docs/generate-man.sh" (which also does "go get" for 
go-md2man)
+   mkdir -p ./man/man1 || die "mkdir failed"
+   go build -o "${T}"/gen-manpages ./man ||
+   die 'build gen-manpages failed'
+   "${T}"/gen-manpages --root "$(pwd)" --target "$(pwd)"/man/man1 ||
+   die 'gen-manpages failed'
+   ./man/md2man-all.sh -q ||
+   die 'md2man-all.sh failed'
+}
+
+src_install() {
+   dobin build/docker
+   doman man/man*/*
+   dobashcomp contrib/completion/bash/*
+   bashcomp_alias docker dockerd
+   insinto /usr/share/fish/vendor_completions.d/
+   doins contrib/completion/fish/docker.fish
+   insinto /usr/share/zsh/site-functions
+   doins contrib/completion/zsh/_*
+}



[gentoo-commits] repo/gentoo:master commit in: app-containers/docker/, app-containers/docker/files/

2022-08-14 Thread William Hubbs
commit: ef4dcc87b0492239a0f5270c235a87b07870adff
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Aug 14 22:39:26 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Aug 14 22:46:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4dcc87

app-containers/docker: add 20.10.17

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

 app-containers/docker/Manifest |   1 +
 app-containers/docker/docker-20.10.17.ebuild   | 285 +
 ...1-Openrc-Depend-on-containerd-init-script.patch |  28 ++
 3 files changed, 314 insertions(+)

diff --git a/app-containers/docker/Manifest b/app-containers/docker/Manifest
index 93e6aa676e60..a3a80cd2471a 100644
--- a/app-containers/docker/Manifest
+++ b/app-containers/docker/Manifest
@@ -1,3 +1,4 @@
 DIST docker-20.10.12.tar.gz 11091999 BLAKE2B 
e3b1c40d2dcd2df9b158942759e035d53481dbd63c0fda188ec8564b0249402f5eff5f25fcb1a53c5d9af5b4c49f0919fc07f1f52d0b7333044c0a9c12631c21
 SHA512 
f4122c8cbc67e6b7703856dc76d6f15d7fab1b2001d4916b89958d5319c16d8b8445881841ef4804e8d47d64694184aec1be93e22d7baceb021c4a99c2c03753
 DIST docker-20.10.14.tar.gz 10989937 BLAKE2B 
4b510408c8cf2aef3a9777996aadd024e61df519c6c83d8c59e066058fb082f72ee14405b011731cb3663abdf0759d8f005b3336f6e9b6430270a2e1ba337436
 SHA512 
94ee555337aaf96bb95ce8cbe8fe1d9c8b87fcd4f256d2af5082fc47915f7576882929c1211ef7fba0c754097bdef5e6df59abbdf77456d3babe139f4353ed21
 DIST docker-20.10.16.tar.gz 11182324 BLAKE2B 
8d6676a24b3b53f9155a53eb55a1b5074c5724788102356cae8ead55dbf2f2c2875ea4a0a9eaee4a7720d8f11671b2f748eb8c61b67b81992342d1171fe7
 SHA512 
5fdf87f98a951af87a334a5a403e36b975ff6c4647d0656dde2bd763d27562c620346f3746adafa1439c205869c721a3bef750f8302734499423ca789218f85d
+DIST docker-20.10.17.tar.gz 11182479 BLAKE2B 
515c048ab6f19e256040122323f394dfa2e8f7a4aefd89e5b374355bd7907f3ba5eaae37d7ce3aed0d1add8fa025b8e5ac3c46c4dc90adf757426fd40af39dbf
 SHA512 
1def92a4f87695b1889e482947f2bc49342ad868ee15425900b0c6f8954ba77aa2a9a8bd4fc500ba124218603aa8c7127daf7192140cace6e652a311391397c4

diff --git a/app-containers/docker/docker-20.10.17.ebuild 
b/app-containers/docker/docker-20.10.17.ebuild
new file mode 100644
index ..6569a4e8895e
--- /dev/null
+++ b/app-containers/docker/docker-20.10.17.ebuild
@@ -0,0 +1,285 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+EGO_PN=github.com/docker/docker
+MY_PV=${PV/_/-}
+GIT_COMMIT=a89b84221c
+inherit linux-info systemd udev golang-vcs-snapshot
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://www.docker.com/;
+SRC_URI="https://github.com/moby/moby/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="apparmor aufs btrfs +cli +container-init device-mapper hardened
+overlay seccomp selinux"
+
+DEPEND="
+   acct-group/docker
+   >=dev-db/sqlite-3.7.9:3
+   apparmor? ( sys-libs/libapparmor )
+   btrfs? ( >=sys-fs/btrfs-progs-3.16.1 )
+   device-mapper? ( >=sys-fs/lvm2-2.02.89[thin] )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+"
+
+# 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#optional-dependencies
+# https://github.com/moby/moby/tree/master//hack/dockerfile/install
+# make sure docker-proxy is pinned to exact version from ^,
+# for appropriate branchch/version of course
+RDEPEND="
+   ${DEPEND}
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+   dev-libs/libltdl
+   
>=app-containers/containerd-1.6.6[apparmor?,btrfs?,device-mapper?,seccomp?]
+   ~app-containers/docker-proxy-0.8.0_p20220601
+   cli? ( ~app-containers/docker-cli-${PV} )
+   container-init? ( >=sys-process/tini-0.19.0[static] )
+   selinux? ( sec-policy/selinux-docker )
+"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
+BDEPEND="
+   >=dev-lang/go-1.16.12
+   dev-go/go-md2man
+   virtual/pkgconfig
+"
+# tests require running dockerd as root and downloading containers
+RESTRICT="installsources strip test"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+# https://bugs.gentoo.org/748984 https://github.com/etcd-io/etcd/pull/12552
+PATCHES=(
+   "${FILESDIR}/ppc64-buildmode.patch"
+   "${FILESDIR}/0001-Openrc-Depend-on-containerd-init-script.patch"
+)
+
+# see "contrib/check-config.sh" from upstream's sources
+CONFIG_CHECK="
+   ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
+   ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED 
~CPUSETS ~MEMCG
+   ~CGROUP_NET_PRIO
+   ~KEYS
+   ~VETH ~BRIDGE ~BRIDGE_NETFILTER
+   ~IP_NF_FILTER 

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

2022-08-14 Thread Sam James
commit: 46cac58baedbd49858846de528709f4366356ad4
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 22:45:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 22:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46cac58b

profiles: mask dev-python/setuptools-65.0.0

Breaks gobject-introspection (which is going to break a lot of
packages) and possibly more.

Bug: https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/438
Bug: https://bugs.gentoo.org/865183
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a0414d60dc10..fd5d7dfeacd7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2022-08-14)
+# Removes MSVC functionality which some packages are relying on - they
+# need time to adapt to upstream setuptools changes.
+# bug #865183.
+=dev-python/setuptools-65.0.0
+
 # John Helmert III 

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

2022-08-14 Thread Mike Pagano
commit: 0b4d79a741d1af9341923a433fe9ab9936dd0cf3
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 14 22:23:28 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 14 22:23:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4d79a7

linux-info.eclass: Var to not check for running kern ver or installled ver

This change was requested to have the ability to not check for either a
running or installed kernel

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

 eclass/linux-info.eclass | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index 8925f83b6695..82bc7fe53950 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.eclass
@@ -140,6 +140,16 @@ KERNEL_DIR="${KERNEL_DIR:-${ROOT%/}/usr/src/linux}"
 # A read-only variable. It's a string containing the kernel object directory, 
will be KV_DIR unless
 # KBUILD_OUTPUT is used. This should be used for referencing .config.
 
+
+# @ECLASS_VARIABLE: SKIP_KERNEL_CHECK
+# @USER_VARIABLE
+# @DEFAULT_UNSET
+# @DESCRIPTION:
+# Do not check for kernel sources or a running kernel version 
+# Main use-case is for chroots
+# This is a user flag and should under _no circumstances_ be set in the ebuild.
+: ${SKIP_KERNEL_CHECK:=""}
+
 # And to ensure all the weirdness with crosscompile
 inherit toolchain-funcs
 [[ ${EAPI:-0} == [0123456] ]] && inherit eapi7-ver
@@ -339,6 +349,9 @@ linux_config_path() {
 # This function verifies that the current kernel is configured (it checks 
against the existence of .config)
 # otherwise it dies.
 require_configured_kernel() {
+
+   [[ -n ${SKIP_KERNEL_CHECK} ]] && return
+
if ! use kernel_linux; then
die "${FUNCNAME}() called on non-Linux system, please fix the 
ebuild"
fi
@@ -489,6 +502,8 @@ get_version() {
 
local tmplocal
 
+   [[ -n ${SKIP_KERNEL_CHECK} ]] && return
+
# no need to execute this twice assuming KV_FULL is populated.
# we can force by unsetting KV_FULL
[ -n "${KV_FULL}" ] && return 0
@@ -697,6 +712,9 @@ check_kernel_built() {
fi
 
# if we haven't determined the version yet, we need to
+
+   [[ -n ${SKIP_KERNEL_CHECK} ]] && return
+
require_configured_kernel
 
local versionh_path



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/

2022-08-14 Thread Sam James
commit: 86279cbf5dc98223b492cbf27a78de37e652b591
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 02:37:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 22:00:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86279cbf

app-shells/bash: add pgo

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

 app-shells/bash/bash-5.2_rc2-r1.ebuild | 45 +++---
 app-shells/bash/bash-.ebuild   | 45 +++---
 app-shells/bash/metadata.xml   |  3 +++
 3 files changed, 65 insertions(+), 28 deletions(-)

diff --git a/app-shells/bash/bash-5.2_rc2-r1.ebuild 
b/app-shells/bash/bash-5.2_rc2-r1.ebuild
index 3fa9e5592430..38b23139ba9a 100644
--- a/app-shells/bash/bash-5.2_rc2-r1.ebuild
+++ b/app-shells/bash/bash-5.2_rc2-r1.ebuild
@@ -70,7 +70,7 @@ SLOT="0"
 if is_release ; then
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"
 fi
-IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
+IUSE="afs bashlogger examples mem-scramble +net nls plugins pgo +readline"
 
 DEPEND="
>=sys-libs/ncurses-5.2-r2:0=
@@ -84,7 +84,10 @@ RDEPEND="
 "
 # We only need yacc when the .y files get patched (bash42-005, bash51-011)
 #BDEPEND="virtual/yacc"
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-chetramey )"
+BDEPEND="
+   pgo? ( dev-util/gperf )
+   verify-sig? ( sec-keys/openpgp-keys-chetramey )
+"
 
 S="${WORKDIR}/${MY_P}"
 
@@ -186,16 +189,16 @@ src_configure() {
#use static && export LDFLAGS="${LDFLAGS} -static"
use nls || myconf+=( --disable-nls )
 
-   # Historically, we always used the builtin readline, but since
-   # our handling of SONAME upgrades has gotten much more stable
-   # in the PM (and the readline ebuild itself preserves the old
-   # libs during upgrades), linking against the system copy should
-   # be safe.
-   # Exact cached version here doesn't really matter as long as it
-   # is at least what's in the DEPEND up above.
-   export ac_cv_rl_version=${READLINE_VER%%_*}
-
if is_release ; then
+   # Historically, we always used the builtin readline, but since
+   # our handling of SONAME upgrades has gotten much more stable
+   # in the PM (and the readline ebuild itself preserves the old
+   # libs during upgrades), linking against the system copy should
+   # be safe.
+   # Exact cached version here doesn't really matter as long as it
+   # is at least what's in the DEPEND up above.
+   export ac_cv_rl_version=${READLINE_VER%%_*}
+
# Use system readline only with released versions.
myconf+=( --with-installed-readline=. )
fi
@@ -220,10 +223,24 @@ src_configure() {
 }
 
 src_compile() {
-   emake
+   if use pgo ; then
+   # Build Bash and run its tests to generate profiles.
+   emake CFLAGS="${CFLAGS} -fprofile-generate=${T}/pgo 
-fprofile-dir=${T}/pgo"
 
-   if use plugins ; then
-   emake -C examples/loadables all others
+   # Used in test suite.
+   unset A
+
+   emake CFLAGS="${CFLAGS} -fprofile-generate=${T}/pgo 
-fprofile-dir=${T}/pgo" -k check
+
+   # Rebuild Bash using the profiling data we just generated.
+   emake clean
+   emake CFLAGS="${CFLAGS} -fprofile-use=${T}/pgo 
-fprofile-dir=${T}/pgo"
+
+   use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} 
-fprofile-use=${T}/pgo -fprofile-dir=${T}/pgo" all others
+   else
+   emake
+
+   use plugins && emake -C examples/loadables all others
fi
 }
 

diff --git a/app-shells/bash/bash-.ebuild b/app-shells/bash/bash-.ebuild
index 065cb2bc6dee..3d2370ffe950 100644
--- a/app-shells/bash/bash-.ebuild
+++ b/app-shells/bash/bash-.ebuild
@@ -70,7 +70,7 @@ SLOT="0"
 if is_release ; then
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"
 fi
-IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
+IUSE="afs bashlogger examples mem-scramble +net nls plugins pgo +readline"
 
 DEPEND="
>=sys-libs/ncurses-5.2-r2:0=
@@ -84,7 +84,10 @@ RDEPEND="
 "
 # We only need yacc when the .y files get patched (bash42-005, bash51-011)
 #BDEPEND="virtual/yacc"
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-chetramey )"
+BDEPEND="
+   pgo? ( dev-util/gperf )
+   verify-sig? ( sec-keys/openpgp-keys-chetramey )
+"
 
 S="${WORKDIR}/${MY_P}"
 
@@ -186,16 +189,16 @@ src_configure() {
#use static && 

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

2022-08-14 Thread Sam James
commit: 14b1779c784b2966171ca83ba5ccac45ba225dc7
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 21:58:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 21:58:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b1779c

net-misc/rsync: keep IPv6 hack for musl

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

 net-misc/rsync/rsync-3.2.5.ebuild | 6 +-
 net-misc/rsync/rsync-.ebuild  | 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/net-misc/rsync/rsync-3.2.5.ebuild 
b/net-misc/rsync/rsync-3.2.5.ebuild
index 21f955efb05e..b98126e7a197 100644
--- a/net-misc/rsync/rsync-3.2.5.ebuild
+++ b/net-misc/rsync/rsync-3.2.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
-inherit prefix python-single-r1 systemd
+inherit flag-o-matic prefix python-single-r1 systemd
 
 DESCRIPTION="File transfer program to keep remote files into sync"
 HOMEPAGE="https://rsync.samba.org/;
@@ -78,6 +78,10 @@ src_prepare() {
 }
 
 src_configure() {
+   # Force enable IPv6 on musl - upstream bug:
+   # https://bugzilla.samba.org/show_bug.cgi?id=10715
+   use elibc_musl && append-cppflags -DINET6
+
local myeconfargs=(
--with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf
--without-included-popt

diff --git a/net-misc/rsync/rsync-.ebuild b/net-misc/rsync/rsync-.ebuild
index 21f955efb05e..b98126e7a197 100644
--- a/net-misc/rsync/rsync-.ebuild
+++ b/net-misc/rsync/rsync-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
-inherit prefix python-single-r1 systemd
+inherit flag-o-matic prefix python-single-r1 systemd
 
 DESCRIPTION="File transfer program to keep remote files into sync"
 HOMEPAGE="https://rsync.samba.org/;
@@ -78,6 +78,10 @@ src_prepare() {
 }
 
 src_configure() {
+   # Force enable IPv6 on musl - upstream bug:
+   # https://bugzilla.samba.org/show_bug.cgi?id=10715
+   use elibc_musl && append-cppflags -DINET6
+
local myeconfargs=(
--with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf
--without-included-popt



[gentoo-commits] data/api:master commit in: files/overlays/

2022-08-14 Thread Maciej Barć
commit: 06294d4bdb0f312097ba4140bce9cd073d31e539
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Aug 14 21:42:29 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Aug 14 21:42:29 2022 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=06294d4b

files/overlays/repositories.xml: change racket-overlay upstream

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

 files/overlays/repositories.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 01affb7..6033b38 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -3327,15 +3327,15 @@
   
   
 racket-overlay
-Racket packages overlay by src_prepare 
group
-https://gitlab.com/src_prepare/racket/racket-overlay
+Racket packages overlay
+https://gitlab.com/gentoo-racket/gentoo-racket-overlay
 
   x...@gentoo.org
   Maciej Barć
 
-https://gitlab.com/src_prepare/racket/racket-overlay.git
-git+ssh://g...@gitlab.com/src_prepare/racket/racket-overlay.git
-
https://gitlab.com/src_prepare/racket/racket-overlay/commits/master.atom
+https://gitlab.com/gentoo-racket/gentoo-racket-overlay.git
+git+ssh://g...@gitlab.com/gentoo-racket/gentoo-racket-overlay.git
+
https://gitlab.com/gentoo-racket/gentoo-racket-overlay/commits/master.atom
   
   
 raiagent



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

2022-08-14 Thread John Helmert III
commit: fc20fddbbc4a1039d7b8e3eab69a56921e25017a
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Aug 14 21:39:43 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Aug 14 21:39:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc20fddb

dev-lang/python: stabilize 3.9.13_p4 for arm64, bug 864743

Signed-off-by: John Helmert III  gentoo.org>

 dev-lang/python/python-3.9.13_p4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.9.13_p4.ebuild 
b/dev-lang/python/python-3.9.13_p4.ebuild
index 450744bce894..ea5d1faf061e 100644
--- a/dev-lang/python/python-3.9.13_p4.ebuild
+++ b/dev-lang/python/python-3.9.13_p4.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="
bluetooth build +ensurepip examples gdbm hardened lto +ncurses pgo
+readline +sqlite +ssl test tk +xml



[gentoo-commits] proj/musl:master commit in: sys-apps/accountsservice/files/, sys-apps/accountsservice/

2022-08-14 Thread Sam James
commit: 630364c519d028de3192f87ccc1fd7f75cac696f
Author: Alfred Persson Forsberg  catcream  org>
AuthorDate: Sun Aug 14 20:27:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 21:33:43 2022 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=630364c5

sys-apps/accountservice: sync with ::gentoo

This is a temporary fix for fgetspent_r. A rewrite should be done and
put into ::gentoo.

Signed-off-by: Alfred Persson Forsberg  catcream.org>
Closes: https://github.com/gentoo/musl/pull/472
Signed-off-by: Sam James  gentoo.org>

 sys-apps/accountsservice/Manifest  |  2 +-
 6.55.ebuild => accountsservice-22.08.8.ebuild} | 43 ++
 .../accountsservice-0.6.50-loaded-state.patch  | 36 ---
 .../accountsservice-0.6.55-meson-0.61-build.patch  | 23 --
 ...untsservice-22.04.62-gentoo-system-users.patch} | 35 --
 .../accountsservice-22.08.8-check-for-wtmp.patch   | 41 +
 .../accountsservice-22.08.8-fgetspent_r-musl.patch | 53 ++
 .../accountsservice/files/musl-fgetspent_r.patch   | 35 --
 sys-apps/accountsservice/files/musl-wtmp.patch | 14 --
 9 files changed, 140 insertions(+), 142 deletions(-)

diff --git a/sys-apps/accountsservice/Manifest 
b/sys-apps/accountsservice/Manifest
index d02ee748..0e7fae0f 100644
--- a/sys-apps/accountsservice/Manifest
+++ b/sys-apps/accountsservice/Manifest
@@ -1 +1 @@
-DIST accountsservice-0.6.55.tar.xz 97972 BLAKE2B 
aba3adfeb53e64455ce8e672b9db754bae4af6b4de0823cc021d0311a381ec40af04371e78f7c84eab7fb72356b26e22db78aad0343d57f65ea71a7742b51fc7
 SHA512 
c12e6a8e80f9b087f97238da4734d2d3a14a7c5cbd870a32a04b00116f176c818c39fb886f6dc72c3e93c136b0c2074ddf8f77e20431fa3bd54f138bea9d262d
+DIST accountsservice-22.08.8.tar.xz 102672 BLAKE2B 
7c9436d3845fc1883772b434c4f9e2fba934d17e6d4452a6be65e1d790a23b331eaaa64b0e6eff6fefe79587a40cf1749a0f3de09f323b10740046bd9d145c9d
 SHA512 
2ca3ceb1b44338d9924b86788256d4eef7ec10e0c2197bfb8cc6c31ae224fab3051f03cb406a526f90057684965bef4ba0f2cc01b26198ec1fc6baec36ad3ff8

diff --git a/sys-apps/accountsservice/accountsservice-0.6.55.ebuild 
b/sys-apps/accountsservice/accountsservice-22.08.8.ebuild
similarity index 64%
rename from sys-apps/accountsservice/accountsservice-0.6.55.ebuild
rename to sys-apps/accountsservice/accountsservice-22.08.8.ebuild
index e1ebb8c4..c9f501af 100644
--- a/sys-apps/accountsservice/accountsservice-0.6.55.ebuild
+++ b/sys-apps/accountsservice/accountsservice-22.08.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 2011-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-
-inherit meson systemd
+PYTHON_COMPAT=( python3_{8..10} )
+inherit meson python-any-r1 systemd
 
 DESCRIPTION="D-Bus interfaces for querying and manipulating user account 
information"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/AccountsService/;
@@ -11,13 +11,14 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
 
-IUSE="doc elogind gtk-doc +introspection selinux systemd"
+IUSE="doc elogind gtk-doc +introspection selinux systemd test"
+RESTRICT="!test? ( test )"
 REQUIRED_USE="^^ ( elogind systemd )"
 
 CDEPEND="
-   >=dev-libs/glib-2.44:2
+   >=dev-libs/glib-2.63.5:2
sys-auth/polkit
virtual/libcrypt:=
elogind? ( >=sys-auth/elogind-229.4 )
@@ -32,29 +33,32 @@ BDEPEND="
virtual/pkgconfig
doc? (
app-text/docbook-xml-dtd:4.1.2
-   app-text/xmlto )
+   app-text/xmlto
+   )
gtk-doc? (
dev-util/gtk-doc
-   app-text/docbook-xml-dtd:4.3 )
+   app-text/docbook-xml-dtd:4.3
+   )
+   test? (
+   $(python_gen_any_dep '
+   dev-python/python-dbusmock[${PYTHON_USEDEP}]
+   ')
+   )
 "
 RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-accountsd )
 "
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-0.6.35-gentoo-system-users.patch
-   "${FILESDIR}"/${PN}-0.6.55-meson-0.61-build.patch
+   "${FILESDIR}"/${PN}-22.04.62-gentoo-system-users.patch
+   "${FILESDIR}"/${PN}-22.08.8-check-for-wtmp.patch
+   "${FILESDIR}"/${PN}-22.08.8-fgetspent_r-musl.patch
 )
 
-src_prepare() {
-   default
-
-   if use elibc_musl ; then
-   eapply "${FILESDIR}/musl-fgetspent_r.patch"
-   eapply "${FILESDIR}/musl-wtmp.patch"
+python_check_deps() {
+   if use test; then
+   has_version "dev-python/python-dbusmock[${PYTHON_USEDEP}]"
fi
-
-   eapply_user
 }
 
 src_configure() {
@@ -62,11 +66,12 @@ src_configure() {
--localstatedir="${EPREFIX}/var"

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

2022-08-14 Thread Sam James
commit: ffa1292e771b440b3ebcdddc71a9df898ba93415
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sun Aug 14 20:36:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 21:31:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa1292e

dev-python/frozendict: fix pytest dependencies

Fixes: 89e4ee59e046 ("dev-python/frozendict: fix test phase")
Fixes: 880f511ea944 ("dev-python/frozendict: add 2.3.4")
Closes: https://bugs.gentoo.org/865163
Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/26863
Signed-off-by: Sam James  gentoo.org>

 dev-python/frozendict/frozendict-2.3.2.ebuild | 2 ++
 dev-python/frozendict/frozendict-2.3.4.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-python/frozendict/frozendict-2.3.2.ebuild 
b/dev-python/frozendict/frozendict-2.3.2.ebuild
index 371501d7202e..0424323d8183 100644
--- a/dev-python/frozendict/frozendict-2.3.2.ebuild
+++ b/dev-python/frozendict/frozendict-2.3.2.ebuild
@@ -21,6 +21,8 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64"
 
+distutils_enable_tests pytest
+
 python_test() {
cd "${T}" || die
epytest "${S}/test"

diff --git a/dev-python/frozendict/frozendict-2.3.4.ebuild 
b/dev-python/frozendict/frozendict-2.3.4.ebuild
index fa692c82ed56..f1e01464495c 100644
--- a/dev-python/frozendict/frozendict-2.3.4.ebuild
+++ b/dev-python/frozendict/frozendict-2.3.4.ebuild
@@ -23,6 +23,8 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64"
 
+distutils_enable_tests pytest
+
 python_test() {
cd "${T}" || die
epytest "${S}/test"



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

2022-08-14 Thread Sam James
commit: 837268c60ea049af38f60219cb8361fb066e4df5
Author: matoro  users  noreply  github  com>
AuthorDate: Sun Aug 14 21:10:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 21:31:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837268c6

dev-lang/ghc: sync 8.10.6 from ::haskell

Closes: https://github.com/gentoo/gentoo/pull/26864
Signed-off-by: Sam James  gentoo.org>

 dev-lang/ghc/ghc-8.10.6.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-lang/ghc/ghc-8.10.6.ebuild b/dev-lang/ghc/ghc-8.10.6.ebuild
index 1464a3e0dd6c..e1df48a3cd92 100644
--- a/dev-lang/ghc/ghc-8.10.6.ebuild
+++ b/dev-lang/ghc/ghc-8.10.6.ebuild
@@ -13,7 +13,7 @@ if [[ ${CTARGET} = ${CHOST} ]] ; then
fi
 fi
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit python-any-r1
 inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package
 inherit multilib multiprocessing pax-utils toolchain-funcs prefix
@@ -37,6 +37,9 @@ arch_binaries="$arch_binaries amd64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/g
 #arch_binaries="$arch_binaries sparc? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-sparc.tbz2 )"
 arch_binaries="$arch_binaries x86? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-i686-pc-linux-gnu.tbz2 )"
 
+# various ports:
+#arch_binaries="$arch_binaries x86-fbsd? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-x86-fbsd.tbz2 )"
+
 # 0 - yet
 yet_binary() {
case "${ARCH}" in
@@ -74,7 +77,7 @@ BUMP_LIBRARIES=(
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-#KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="big-endian +doc elfutils ghcbootstrap ghcmakebinary +gmp numa profile 
test"
 IUSE+=" binary"
 RESTRICT="!test? ( test )"
@@ -408,6 +411,11 @@ src_unpack() {
 }
 
 src_prepare() {
+   # Force the use of C.utf8 locale
+   # 
+   # 
+   export LC_ALL=C.utf8
+
ghc_setup_cflags
 
if ! use ghcbootstrap && [[ ${CHOST} != *-darwin* && ${CHOST} != 
*-solaris* ]]; then



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/mtl/

2022-08-14 Thread Sam James
commit: 223c9f3afbb9747fe5cb281890ac1338d7272430
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Aug  4 04:32:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:51:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223c9f3a

dev-haskell/mtl: clean GHC

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

 dev-haskell/mtl/mtl-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/mtl/mtl-2.2.2.ebuild b/dev-haskell/mtl/mtl-2.2.2.ebuild
index a740aab4ef2f..90c5899c3a06 100644
--- a/dev-haskell/mtl/mtl-2.2.2.ebuild
+++ b/dev-haskell/mtl/mtl-2.2.2.ebuild
@@ -24,4 +24,4 @@ RDEPEND=">=dev-lang/ghc-7.10.1:=
 "
 DEPEND="${RDEPEND}"
 
-CABAL_CORE_LIB_GHC_PV="PM:8.4.2_rc1 PM:8.4.2 PM:8.4.3 PM:8.4.4 PM:8.6.1 
PM:8.6.2 PM:8.6.3 PM:8.6.4 PM:8.6.5 PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 
PM:8.8.4-r1 PM:8.10.1_alpha1 PM:8.10.1_alpha2 PM:8.10.1 PM:8.10.2 PM:8.10.3 
PM:8.10.4 PM:8.10.4-r1 PM:8.10.5 PM:8.10.5-r1 PM:9.0.1 PM:9.0.1-r1 PM:9.0.2 
PM:"
+CABAL_CORE_LIB_GHC_PV="PM:8.10.6 PM:9.0.2"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/transformers/

2022-08-14 Thread Sam James
commit: 255918b4811940a0f82a4f087820a8cf8b9a4168
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Aug  4 04:33:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:51:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255918b4

dev-haskell/transformers: clean GHC

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

 dev-haskell/transformers/transformers-0.5.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/transformers/transformers-0.5.6.2.ebuild 
b/dev-haskell/transformers/transformers-0.5.6.2.ebuild
index 7269d73f3539..f39d3512fb1b 100644
--- a/dev-haskell/transformers/transformers-0.5.6.2.ebuild
+++ b/dev-haskell/transformers/transformers-0.5.6.2.ebuild
@@ -24,4 +24,4 @@ RDEPEND=">=dev-lang/ghc-7.4.1:=
 "
 DEPEND="${RDEPEND}
 "
-CABAL_CORE_LIB_GHC_PV="PM:8.6.4 PM:8.6.5 PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 
PM:8.8.4-r1 PM:8.10.1_alpha1 PM:8.10.1_alpha2 PM:8.10.1 PM:8.10.2 PM:8.10.3 
PM:8.10.4 PM:8.10.4-r1 PM:9.0.1 PM:9.0.1-r1 PM:9.0.2 PM:"
+CABAL_CORE_LIB_GHC_PV="PM:8.10.6 PM:9.0.2"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/text/

2022-08-14 Thread Sam James
commit: 9a7e99ce8c55a185a7e2dbf330a96fe1fa163b40
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Aug  4 04:26:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:51:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7e99ce

dev-haskell/text: drop 0.2.4.0-r1, 1.2.4.1_rc1, clean GHC

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

 dev-haskell/text/Manifest|  2 --
 dev-haskell/text/text-1.2.4.0-r1.ebuild  | 38 -
 dev-haskell/text/text-1.2.4.1.ebuild |  4 +--
 dev-haskell/text/text-1.2.4.1_rc1.ebuild | 42 
 dev-haskell/text/text-1.2.5.0.ebuild |  2 +-
 5 files changed, 3 insertions(+), 85 deletions(-)

diff --git a/dev-haskell/text/Manifest b/dev-haskell/text/Manifest
index 3aa40da7e428..3b0b9f4c1770 100644
--- a/dev-haskell/text/Manifest
+++ b/dev-haskell/text/Manifest
@@ -1,4 +1,2 @@
-DIST text-1.2.4.0.tar.gz 171477 BLAKE2B 
29bb6738f5c61e13b218cc57cb0c900fce25ecad190315aea4b0a92d5200e2d54aeeae26c8dfc88ddc74706549b820272fdb3877330c8e1e5bd119cac99deef3
 SHA512 
a4bd566c7d0aea1bfeacf27332e9cff3ad894e7eed9f826b7e4fc7fb85e272164d18a34a81c89dd1ea802951a80ec1d82000ebef05748d419ddfff792c4525e3
 DIST text-1.2.4.1.tar.gz 148905 BLAKE2B 
5e3429e3f83a2c12c5482e342fb4a1846538bdf453df23c2144af01d0df3f5a8b831fd76513aea6e303b5a36b38dec185fedf960060264fc49fe917e30964b41
 SHA512 
4170d9a463cebfbd80b7902e4d71ed1a1f29db96d2cc9045b79908509a633a239edb3b1ff8dac6970074c4d7e91c552e106756d8142709f8fee3a960428c23e7
-DIST text-1.2.4.1_rc1.tar.gz 166148 BLAKE2B 
c79bbd90c9ccf99668d5a4f0e66b4c75fa7a531d9851355be8a9d859d99578d2e22977ee9514f1743927a8a4fa49d29c252abc39509dd0b6d09bffd96e1f5289
 SHA512 
27d014d6b870e6cba16ac4a0ac146872d89c363ad1ca786642554bde0cf3ae4876d69ba8dd2655bbdcb88076bf4f5e13b45929ff86cd2bd90d24e607ad7221c6
 DIST text-1.2.5.0.tar.gz 155890 BLAKE2B 
aaf7206dad552ff98a465914ad8183ec1ccd57e56504496a5b8d11645b0f0fb395dd801c9b6fe32b51ed3902658eb5e5fb92187de668d32801597b4eb904b820
 SHA512 
dbda65180fc012324fe45467b63e0f53e7e0fa2da3b11875e458ba6bd31d0ee7634121967d2aa6853ed5c907c0661dcc59b8c68fb55edab2923490d8b50722d6

diff --git a/dev-haskell/text/text-1.2.4.0-r1.ebuild 
b/dev-haskell/text/text-1.2.4.0-r1.ebuild
deleted file mode 100644
index 07ef7a22437d..
--- a/dev-haskell/text/text-1.2.4.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.
-#hackport: flags: -bytestring-builder,-developer
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour" # broken test-suite
-# break circular dependencies:
-# https://github.com/gentoo-haskell/gentoo-haskell/issues/810
-CABAL_FEATURES+=" nocabaldep"
-inherit haskell-cabal
-
-DESCRIPTION="An efficient packed Unicode text type"
-HOMEPAGE="https://github.com/haskell/text;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-# keep in sync with ghc-8.8
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-# break cyclic dependencies, test suite requires porting to >=QC-2.11
-RESTRICT=test
-
-RDEPEND=">=dev-lang/ghc-8.8.1:= https://github.com/gentoo-haskell/gentoo-haskell/issues/810
-CABAL_FEATURES+=" nocabaldep"
-inherit haskell-cabal
-
-MY_PV="$(ver_rs 4 -)"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="An efficient packed Unicode text type"
-HOMEPAGE="https://github.com/haskell/text;
-SRC_URI="https://github.com/haskell/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-# keep in sync with ghc-8.10.3
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-# break cyclic dependencies, test suite requires porting to >=QC-2.11
-RESTRICT=test
-RDEPEND=">=dev-lang/ghc-8.10.3:="
-
-DEPEND="${RDEPEND}
-"
-
-S="${WORKDIR}/${MY_P}"
-
-CABAL_CORE_LIB_GHC_PV="PM:8.10.3 PM:8.10.4 PM:"
-
-src_configure() {
-   haskell-cabal_src_configure \
-   --flag=-bytestring-builder \
-   --flag=-developer
-}

diff --git a/dev-haskell/text/text-1.2.5.0.ebuild 
b/dev-haskell/text/text-1.2.5.0.ebuild
index 95b29c908fde..d16e5a271159 100644
--- a/dev-haskell/text/text-1.2.5.0.ebuild
+++ b/dev-haskell/text/text-1.2.5.0.ebuild
@@ -33,4 +33,4 @@ src_configure() {
--flag=-developer
 }
 
-CABAL_CORE_LIB_GHC_PV="PM:9.0.2 PM:"
+CABAL_CORE_LIB_GHC_PV="PM:9.0.2"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/exceptions/

2022-08-14 Thread Sam James
commit: 9cca70cef3d232a63024449a7a765342fb07a5c4
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Aug  4 04:30:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:51:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cca70ce

dev-haskell/exceptions: clean GHC

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

 dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild 
b/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild
index a032fb6a4c7a..20e02e4d8979 100644
--- a/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild
+++ b/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild
@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
>=dev-haskell/test-framework-quickcheck2-0.3 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/xhtml/

2022-08-14 Thread Sam James
commit: cbe76c12702316a676632b6df4c8e87e4db640e8
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Aug  4 04:34:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:51:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe76c12

dev-haskell/xhtml: clean GHC

Closes: https://github.com/gentoo/gentoo/pull/26686
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild 
b/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild
index 25dd3b2995a5..32ab89d6900b 100644
--- a/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild
+++ b/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild
@@ -21,4 +21,4 @@ RDEPEND=">=dev-lang/ghc-8.4.2:="
 DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"
 
-CABAL_CORE_LIB_GHC_PV="PM:8.4.2_rc1 PM:8.4.2 PM:8.4.3 PM:8.4.4 PM:8.6.1 
PM:8.6.2 PM:8.6.3 PM:8.6.4 PM:8.6.5 PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 
PM:8.8.4-r1 PM:8.10.1 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:8.10.4-r1 PM:8.10.5 
PM:8.10.5-r1 PM:9.0.1 PM:9.0.1-r1 PM:9.0.2 PM:"
+CABAL_CORE_LIB_GHC_PV="PM:8.10.6 PM:9.0.2"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/terminfo/

2022-08-14 Thread Sam James
commit: 1d1216b8e9265f5a31c2596e7dbca1500593ff20
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Aug  4 04:28:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:51:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1216b8

dev-haskell/terminfo: clean GHC

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

 dev-haskell/terminfo/terminfo-0.4.1.4.ebuild | 4 ++--
 dev-haskell/terminfo/terminfo-0.4.1.5.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-haskell/terminfo/terminfo-0.4.1.4.ebuild 
b/dev-haskell/terminfo/terminfo-0.4.1.4.ebuild
index 7fd6206e537d..e6981d210b16 100644
--- a/dev-haskell/terminfo/terminfo-0.4.1.4.ebuild
+++ b/dev-haskell/terminfo/terminfo-0.4.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,4 +24,4 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.24.0.0
 "
 
-CABAL_CORE_LIB_GHC_PV="PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 PM:8.8.4-r1 
PM:8.10.1_alpha1 PM:8.10.1_alpha2 PM:8.10.1 PM:8.10.2 PM:8.10.3 PM:8.10.4 
PM:8.10.4-r1 PM:8.10.5 PM:8.10.5-r1 PM:9.0.1 PM:9.0.1-r1 PM:"
+CABAL_CORE_LIB_GHC_PV="PM:8.10.6"

diff --git a/dev-haskell/terminfo/terminfo-0.4.1.5.ebuild 
b/dev-haskell/terminfo/terminfo-0.4.1.5.ebuild
index db93122b0098..a25ee14ac0be 100644
--- a/dev-haskell/terminfo/terminfo-0.4.1.5.ebuild
+++ b/dev-haskell/terminfo/terminfo-0.4.1.5.ebuild
@@ -23,4 +23,4 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
 "
 
-CABAL_CORE_LIB_GHC_PV="PM:9.0.2 PM:"
+CABAL_CORE_LIB_GHC_PV="PM:9.0.2"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/, dev-lang/ghc/files/

2022-08-14 Thread Sam James
commit: 504bd4bb9d4e5e2312b12ba3f5507a843fe24f6f
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Aug  4 04:16:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:51:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504bd4bb

dev-lang/ghc: drop 8.8.4-r1, 8.10.4-r1

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

 dev-lang/ghc/Manifest  |   8 -
 .../ghc/files/ghc-8.0.2-no-relax-everywhere.patch  |  17 -
 dev-lang/ghc/files/ghc-8.10.4-sphinx-quote.patch   |  27 -
 .../files/ghc-8.4.2-allow-cross-bootstrap.patch|  23 -
 dev-lang/ghc/files/ghc-8.6.5-numa.patch|  22 -
 dev-lang/ghc/files/ghc-8.8.4-autoconf-2.71.patch   |  22 -
 dev-lang/ghc/ghc-8.10.4-r1.ebuild  | 812 
 dev-lang/ghc/ghc-8.8.4-r1.ebuild   | 824 -
 8 files changed, 1755 deletions(-)

diff --git a/dev-lang/ghc/Manifest b/dev-lang/ghc/Manifest
index 42cde67ad2d9..caa6661e3f42 100644
--- a/dev-lang/ghc/Manifest
+++ b/dev-lang/ghc/Manifest
@@ -1,17 +1,9 @@
-DIST ghc-8.10.4-src.tar.xz 19818108 BLAKE2B 
069dd8436c373ccf73c20d8b577243792ffdd3a031e869edd612fe1e273126e60803326542695012dbe62e57654ada18af9342bbe1a741b2bebb41cdb0d86035
 SHA512 
9bb078cb72535a352243b83b671c871392564efd09e478549f27ae58fc6f46e337a0782f5500d26d5704ad96eace22e77bb36031a1fe9b7e175f265b0b9c028b
-DIST ghc-8.10.4-testsuite.tar.xz 2236932 BLAKE2B 
17d0520ad5c6daa0cc60530279ae7e617e4d79328b9f436abbe75e72f0803d9a997fb9e1ae61425326b070f45794a488d8507957fec9a6ed49eea86d30a1e579
 SHA512 
1bf129c8d872e3ceff7c19929605adc5d68daab9ded9aa2e5109b0de162089631472c66f04993adf8481291f8128bf804fe64a9d344c81e257f1b962ba5e382c
 DIST ghc-8.10.6-src.tar.xz 19932832 BLAKE2B 
f5d0c43aa5df87648e32beeb5ed6866b231cbce4f344fb03110db826b36bbac435f5e89d9ffeef3f87c15e830fdee6b95150b7bdcd06906575bfcd9c83797dff
 SHA512 
6314eb9744d47d803b30b621bd12bf6179dad5cc578ec267b3a65b89e9c9b431bdb4913936f040c7ca4fcc71a676a43e78b5f6173d123a844e7f29004405b8b6
 DIST ghc-8.10.6-testsuite.tar.xz 2265044 BLAKE2B 
72a1e955acecc92a720ee2747d96cacf56f2968c9deabb254c882a969c154baa0fdb639a857844ec91a4e47ee553dd13b58c3b790202e7e73500095c1ec85ee9
 SHA512 
f74d743bd8f889c2941be8fd5348e92abcaf75bce48140f7f9cc0c6ce33ba24a8479bef48631ffe2a10397c0ecf166b3bddb6ca8ee905859c029175de5d43f2a
-DIST ghc-8.8.4-src.tar.xz 19395252 BLAKE2B 
6fa898b9552398a724f0452f5cc88ba073264a5645288c73507258959efec40ce5a56a0eaafdabe58f15c5a9210b2c9da5954411dff5c81c52e061569d6a350a
 SHA512 
efd23bd819f7429486696a3a929a040471db7ea8a2d1f1d832e4cf0825b9e1e0c5e6ecad0ab8376f58b74e9c28c1d2f773bd126596d6d853c9e57d57e5ceb090
-DIST ghc-8.8.4-testsuite.tar.xz 1965820 BLAKE2B 
3b715700561788b8abdc986961d533b91399461d57a1686ededb4ccc36881503cdc3fc126b9a7b204a728c24b9a9ca97320142348644367aca9b47c87a5b3b51
 SHA512 
79d8fb0ba8de0fb48c938bd54c8c3278f1895d8ce5c700ce8cf6b3fc550073bb757208e85d4f9818400ebecca96f51d9248b8bbdac9eb2995671756164d08c16
 DIST ghc-9.0.2-src.tar.xz 27270396 BLAKE2B 
0a73d910d3ef11161f895849025fe37ce231932f7cde441fdf620cf8c51678060a804467879eb0ee5c0a30413604c56e28e2aa1cde01e45c620b76987d9c0c0e
 SHA512 
32994c7d2b8f47bae604cd825bfcf9c788d79ce26d1d5f58bd73a7093e11ae6c3c17b31dc0c9e454dbf67ca169b942f92213c388d615768cae86055bf6094dee
 DIST ghc-9.0.2-testsuite.tar.xz 2403564 BLAKE2B 
0e7f6fefb9c972f94073aca8b15147913ffa8d3cd3ff7fc63ef7e20b4efd8b443cf21f12e1ab0f5044790f6d8af6cf7788bda85a21b2f356ddface86eb896670
 SHA512 
b2375500ae837d74af8085d099899b5a7a589c59bdcc033ca0bd6e00f33c4f8d90b481e0c7c3de113e607fcfafdfe8edde4713e6d242b2d4ee87df2eb960c9c7
-DIST ghc-bin-8.10.4-i686-pc-linux-gnu.tbz2 123831294 BLAKE2B 
1ca4c1b5c34c948011049a73d409c741db89658d10e311cffbe464c631c3733278fc7dede6ad27474832295ded2c26fd4d6419c760505255e29f7cb232a670a4
 SHA512 
1f87cf63651f7c0e5f7f55d1f4d7d7c48b0a911cc6673a899d4b92190d765b359f9c7d73c329969c1b76f1af102b7e2c18a80382c81d5dade9ac7dd57de4ef65
-DIST ghc-bin-8.10.4-x86_64-pc-linux-gnu.tbz2 122558873 BLAKE2B 
9f07c7bdc3beccfa629d28b2524ccd2f4688a5c0036a45408f5ace2d530a2a0e42f95b3cda5037ebb365317999e1ae776c6f9d21692867abfe85e33f2892b1be
 SHA512 
68bd70f94961547746a696aa2839e156c95858fda0c7ec5b2ecf802070724ab7102b0aa86bcbf93432170d521cce4af10f46b851b470e5dc49dfa5b07380f46d
 DIST ghc-bin-8.10.6-i686-pc-linux-gnu.tbz2 124324289 BLAKE2B 
afb34984872b35fdedbdedeb8756cc7c33e5b943dba57dd86910b076d483bb643265d0ab0027784dec5dc489eabd65b5ab17474f25fb2ce657925aa0efaa9033
 SHA512 
4be13e6dba298d12a4d49ae4633eec83cfaaaf22b5f8cfca5f5952aa294ae52fb3601490beed3bda5a7f7b6a5bd81e0ecc9fc39e8df836cc8fd377a0d0b783a0
 DIST ghc-bin-8.10.6-x86_64-pc-linux-gnu.tbz2 122871118 BLAKE2B 
527b36abf60390c91f91bc650ee25484d39d377739da87b5b6fd1a752705c1f3bc0ce0c68644657c9a7c1fc9a3b858b9dd7d84b25eab1a89125fccb6eb1f6250
 SHA512 
42b7fae339e82a6078fae8920efea8d0992e4774ea66b100e22dd9df168be57d8bce52558b8501c3c567c40776389d94bde3f17d26d63535140ce26ac16c27e1
-DIST ghc-bin-8.8.4-i686-pc-linux-gnu.tbz2 

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/binary/

2022-08-14 Thread Sam James
commit: 537446cd8c2ca2a64066dc5d61a79ab1938ab6da
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Aug  4 04:18:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:51:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537446cd

dev-haskell/binary: drop 0.8.7.0, clean GHC

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

 dev-haskell/binary/Manifest  |  1 -
 dev-haskell/binary/binary-0.8.7.0.ebuild | 31 ---
 dev-haskell/binary/binary-0.8.8.0.ebuild |  2 +-
 3 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/dev-haskell/binary/Manifest b/dev-haskell/binary/Manifest
index 46480c712b55..0b19b8104261 100644
--- a/dev-haskell/binary/Manifest
+++ b/dev-haskell/binary/Manifest
@@ -1,2 +1 @@
-DIST binary-0.8.7.0.tar.gz 57443 BLAKE2B 
27d892ff28410e37fa9c8f3b852bf6c420fee8c7241815737c7c488e0e1754685ad4efe6a93eed055638870c0b64dc311e1c6e6bc6bf498420f1640557d4ef27
 SHA512 
2648ea70b6615c01a0e336b3fc187ecb0ad298c620df056da250fa237a2614d23f2ad11a0b11216d799aabb107f89b89d8e63daa30868bf8829ba358b9586aff
 DIST binary-0.8.8.0.tar.gz 57327 BLAKE2B 
c105f4bf92ec52df51d3c7bda1aae99b3d40727aa4d3c1397431b2b727a934e62ee1f9ab7ed45b3502b17bd7a9a61f95a2a66690e40ae25b177fc8c79c462ae5
 SHA512 
9e4b116a2661d7970dbcf5ec3432ce88514380cab145358c3368a2dca35a16ab9d1f0d09ce2eb853a456764215744195d593629fb08e29b627345e3ae913592f

diff --git a/dev-haskell/binary/binary-0.8.7.0.ebuild 
b/dev-haskell/binary/binary-0.8.7.0.ebuild
deleted file mode 100644
index a77c059d3e0b..
--- a/dev-haskell/binary/binary-0.8.7.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour" # Circular depend: 
test-suite"
-# break circular dependencies:
-# https://github.com/gentoo-haskell/gentoo-haskell/issues/810
-CABAL_FEATURES+=" nocabaldep"
-inherit haskell-cabal
-
-DESCRIPTION="Binary serialisation for Haskell values using lazy ByteStrings"
-HOMEPAGE="https://github.com/kolmodin/binary;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-# keep in sync with ghc-8.8
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RESTRICT=test # circular depend: 
test-framework->base-orphans->cabal->semigroups->nats->binary
-
-RDEPEND=">=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
-"
-
-CABAL_CORE_LIB_GHC_PV="PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 PM:8.8.4-r1 
PM:8.10.1_alpha1 PM:8.10.1_alpha1 PM:"

diff --git a/dev-haskell/binary/binary-0.8.8.0.ebuild 
b/dev-haskell/binary/binary-0.8.8.0.ebuild
index dae0bfaf3187..882213fde4fd 100644
--- a/dev-haskell/binary/binary-0.8.8.0.ebuild
+++ b/dev-haskell/binary/binary-0.8.8.0.ebuild
@@ -28,4 +28,4 @@ RDEPEND=">=dev-lang/ghc-7.8.2:=
 DEPEND="${RDEPEND}
 "
 
-CABAL_CORE_LIB_GHC_PV="PM:8.10.5-r1 PM:8.10.6 PM:8.10.7 PM:9.0.1-r1 PM:9.0.2 
PM:"
+CABAL_CORE_LIB_GHC_PV="PM:8.10.6 PM:9.0.2"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/stm/

2022-08-14 Thread Sam James
commit: 255997fa109e7737959cdb43c14fbe0546adbc43
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Aug  4 04:23:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:51:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255997fa

dev-haskell/stm: drop 2.5.0.0, clean GHC

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

 dev-haskell/stm/Manifest   |  1 -
 dev-haskell/stm/stm-2.5.0.0.ebuild | 28 
 dev-haskell/stm/stm-2.5.0.1.ebuild |  2 +-
 3 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/dev-haskell/stm/Manifest b/dev-haskell/stm/Manifest
index 1bfda4d779a3..d50f85b5ee94 100644
--- a/dev-haskell/stm/Manifest
+++ b/dev-haskell/stm/Manifest
@@ -1,2 +1 @@
-DIST stm-2.5.0.0.tar.gz 12335 BLAKE2B 
4b29efdb620e0528a42a34e0b98e2ba5a7e90f83009e1129f923a77abc427a5f0e3a32255f908d9771406983bbdfab6b9887b031cee7c1a98c99a7d810cccd0d
 SHA512 
64516ff5eba42a469046af51f12cb55afca795c7a897b9ac16c3446d547ad3894d9b80be3716e86291825e8fa91335ee89e9c9c6738c95f3cbd8ee0739236651
 DIST stm-2.5.0.1.tar.gz 15393 BLAKE2B 
3992741861945f22fcfa21333f24dc187b099963eb9a9776451d24ebe85ca65b2c141da8dbfc784342c0c3c2b4c2ffac7affc847ce14fa73519bbdad5c8924b7
 SHA512 
631de1102c405af879ecf7b2fe1affbac80158f04e1d16b9e83ebbdccb915e9472ddb654048bad2bfbd9831e7ab76b6e7e295743abe2a32bf1e5459703b8cc0b

diff --git a/dev-haskell/stm/stm-2.5.0.0.ebuild 
b/dev-haskell/stm/stm-2.5.0.0.ebuild
deleted file mode 100644
index 5a143f915cf1..
--- a/dev-haskell/stm/stm-2.5.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.5.6.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Software Transactional Memory"
-HOMEPAGE="https://wiki.haskell.org/Software_transactional_memory;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-# keep in sync with ghc-8.6
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-   >=dev-haskell/nats-0.1.3:=[profile?] 

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/haskeline/

2022-08-14 Thread Sam James
commit: f530deb5b099eeaac267b94d35fbb757281854a7
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Aug  4 04:24:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:51:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f530deb5

dev-haskell/haskeline: drop 0.7.5.0, clean GHC

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

 dev-haskell/haskeline/Manifest |  1 -
 dev-haskell/haskeline/haskeline-0.7.5.0.ebuild | 41 --
 dev-haskell/haskeline/haskeline-0.8.2.ebuild   |  2 +-
 3 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/dev-haskell/haskeline/Manifest b/dev-haskell/haskeline/Manifest
index 98a96350f788..ce4e21193edd 100644
--- a/dev-haskell/haskeline/Manifest
+++ b/dev-haskell/haskeline/Manifest
@@ -1,2 +1 @@
-DIST haskeline-0.7.5.0.tar.gz 66156 BLAKE2B 
b8b2e589681255572393f07d3794647d657d4992979dcf1c6a3eb073dc3b5cfc6ad182b7cb2a7b9ee5b54da797b6a79d710974f2a46068fdea411fa4fdd5086c
 SHA512 
624b102fe2446f347fb8b0f1027dcfcffc47c7ccceb900357aa3d17a1303b25480189c25dbb548d2dd303fe7577e54eacdd232c2dba143e6c8ac4d7e5fcf0b27
 DIST haskeline-0.8.2.tar.gz 72759 BLAKE2B 
389908d07775bd150801c7423f3cdc860e1330c0f13cd754374870b4aea19d5bd01f761aec7aa0f2effe87a80c25dc8e7f4390c095627c4d25ed2976de855a63
 SHA512 
5e8dccceb2230340a7f07f2e0926a938b52106d8a1638be6c1a031802ecbdf12cb42246096518ac12614d5d48479666a44ad33e5e32ab0ac2043b630a7b53746

diff --git a/dev-haskell/haskeline/haskeline-0.7.5.0.ebuild 
b/dev-haskell/haskeline/haskeline-0.7.5.0.ebuild
deleted file mode 100644
index 2a793ea65887..
--- a/dev-haskell/haskeline/haskeline-0.7.5.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="A command-line interface for user input, written in Haskell"
-HOMEPAGE="https://github.com/judah/haskeline;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-# keep in sync with ghc-8.8
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+terminfo"
-
-RDEPEND=">=dev-haskell/stm-2.4:=[profile?] =dev-lang/ghc-8.0.1:=
-   terminfo? ( >=dev-haskell/terminfo-0.3.1.3:=[profile?] 
=4.9 && < 4.13' 'base >=4.9'
-}
-
-src_configure() {
-   haskell-cabal_src_configure \
-   $(cabal_flag terminfo terminfo)
-}
-
-CABAL_CORE_LIB_GHC_PV="PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 PM:8.8.4-r1 PM:"

diff --git a/dev-haskell/haskeline/haskeline-0.8.2.ebuild 
b/dev-haskell/haskeline/haskeline-0.8.2.ebuild
index 68052da08d5f..fd6c10f1fd91 100644
--- a/dev-haskell/haskeline/haskeline-0.8.2.ebuild
+++ b/dev-haskell/haskeline/haskeline-0.8.2.ebuild
@@ -37,4 +37,4 @@ src_configure() {
 }
 
 # ghc-9.0.1 actually comes bundled with haskeline-0.8.1.0
-CABAL_CORE_LIB_GHC_PV="PM:8.10.6 PM:8.10.7 PM:9.0.1-r1 PM:9.0.2 PM:"
+CABAL_CORE_LIB_GHC_PV="PM:8.10.6 PM:9.0.2"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/cabal/

2022-08-14 Thread Sam James
commit: 78ae4132ded7e3efbed7cd5ca7b6ed32abd0d40c
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Aug  4 04:22:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:51:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ae4132

dev-haskell/cabal: clean GHC

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

 dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild | 4 ++--
 dev-haskell/cabal/cabal-3.4.1.0.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild 
b/dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild
index 0e4d42da0f0b..65173d2541c5 100644
--- a/dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild
+++ b/dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -51,4 +51,4 @@ src_configure() {
--flag=-bundled-binary-generic
 }
 
-CABAL_CORE_LIB_GHC_PV="PM:8.10.3 PM:8.10.4 PM:8.10.4-r1 PM:"
+CABAL_CORE_LIB_GHC_PV="PM:8.10.6"

diff --git a/dev-haskell/cabal/cabal-3.4.1.0.ebuild 
b/dev-haskell/cabal/cabal-3.4.1.0.ebuild
index ed14fea82137..579fc6a98aec 100644
--- a/dev-haskell/cabal/cabal-3.4.1.0.ebuild
+++ b/dev-haskell/cabal/cabal-3.4.1.0.ebuild
@@ -48,4 +48,4 @@ src_configure() {
--flag=-bundled-binary-generic
 }
 
-CABAL_CORE_LIB_GHC_PV="PM:9.0.2 PM:"
+CABAL_CORE_LIB_GHC_PV="PM:9.0.2"



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

2022-08-14 Thread Sam James
commit: ee6e2a4c55ed4e15b366e0cf42a5309ac1feeb77
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 20:29:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:29:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee6e2a4c

dev-libs/crypto++: add more ABI commentary

... and just change to 0/${PV} (subslot is the same as before
for 8.6.0) given it's so often unstable.

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

 dev-libs/crypto++/crypto++-8.6.0.ebuild | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-libs/crypto++/crypto++-8.6.0.ebuild 
b/dev-libs/crypto++/crypto++-8.6.0.ebuild
index fe51dc2a3497..0b77d971f0e7 100644
--- a/dev-libs/crypto++/crypto++-8.6.0.ebuild
+++ b/dev-libs/crypto++/crypto++-8.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/crypto++.asc
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/crypto++.asc
 inherit toolchain-funcs verify-sig
 
 DESCRIPTION="C++ class library of cryptographic schemes"
@@ -13,10 +13,15 @@ SRC_URI+=" verify-sig? ( 
https://cryptopp.com/cryptopp${PV//.}.zip.sig )"
 S="${WORKDIR}"
 
 LICENSE="Boost-1.0"
-# Bumped to 8.5 in 8.5.0 out of caution
+# ABI notes:
+# - Bumped to 8.5 in 8.5.0 out of caution
 # subslot is so version (was broken in 8.3.0, check on bumps!)
 # Seems to be broken in 8.6 again too
-SLOT="0/8.6"
+#
+# - See https://cryptopp.com/#news, but releases usually say
+# "recompile of programs required". Even if it doesn't,
+# verify with abidiff!
+SLOT="0/${PV}"
 KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 
~x64-macos"
 IUSE="+asm static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/gsasl/

2022-08-14 Thread Sam James
commit: b9513ae25ffd7713d0b0d8001b1f6f4d1b4e4327
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 20:45:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:45:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9513ae2

Revert "dev-haskell/gsasl: add sourcehut upstream metadata"

This reverts commit 4e2216389f59e8af7ef3e9113ea1d4a9e1027f03.

This seems to be the first sourcehut project I've
come across without a corresponding project page
(only has a git one which is in SRC_URI).

Thanks to Ionen for spotting.

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

 dev-haskell/gsasl/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-haskell/gsasl/metadata.xml b/dev-haskell/gsasl/metadata.xml
index 364413cb74c3..937381521944 100644
--- a/dev-haskell/gsasl/metadata.xml
+++ b/dev-haskell/gsasl/metadata.xml
@@ -5,7 +5,4 @@
hask...@gentoo.org
Gentoo Haskell

-   
-   ~singpolyma/gsasl-haskell
-   
 



[gentoo-commits] proj/portage:master commit in: bin/install-qa-check.d/

2022-08-14 Thread Sam James
commit: 32657fd62a4ab7616c28ea85cfaafb66695d7ab6
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sun Aug 14 18:46:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:43:37 2022 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=32657fd6

install-qa-check.d/60pkgconfig: fix ver_test type check

Somehow, this ended up using the wrong argument to bash's 'type'
builtin. :/ It must be '-t', which prints the type of the queried
name.

Fixes: f46b89282ff5 ("install-qa-check.d/60pkgconfig: use ver_test to compare 
versions")
Signed-off-by: Florian Schmaus  gentoo.org>
Closes: https://github.com/gentoo/portage/pull/887
Signed-off-by: Sam James  gentoo.org>

 bin/install-qa-check.d/60pkgconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/install-qa-check.d/60pkgconfig 
b/bin/install-qa-check.d/60pkgconfig
index e275e1ee2..20acaa7fb 100644
--- a/bin/install-qa-check.d/60pkgconfig
+++ b/bin/install-qa-check.d/60pkgconfig
@@ -109,7 +109,7 @@ pkgconfig_check() {
local is_pms_ver=false
if [[ ${QA_PKGCONFIG_VERSION} =~ ${pms_ver_re} ]] ; then
# Ensure that ver_test is available.
-   [[ $(type -f ver_test) == function ]] || inherit 
eapi7-ver
+   [[ $(type -t ver_test) == function ]] || inherit 
eapi7-ver
is_pms_ver=true
fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/, sys-cluster/hpx/files/

2022-08-14 Thread Florian Schmaus
commit: 2210db61e7c70445f8cc9b2a213295193f123fd0
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sun Aug 14 16:47:37 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Aug 14 20:07:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2210db61

sys-cluster/hpx: de-duplicate duplicate patches

Signed-off-by: Florian Schmaus  gentoo.org>

 sys-cluster/hpx/files/hpx-1.8.1-python.patch | 30 
 sys-cluster/hpx/hpx-1.8.1.ebuild |  2 +-
 2 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/sys-cluster/hpx/files/hpx-1.8.1-python.patch 
b/sys-cluster/hpx/files/hpx-1.8.1-python.patch
deleted file mode 100644
index 21b7ce3ceeff..
--- a/sys-cluster/hpx/files/hpx-1.8.1-python.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 3d8d3acf0daad9cec8b092d67f7187265f7704e3 Mon Sep 17 00:00:00 2001
-From: Kurt Kanzenbach 
-Date: Tue, 17 Mar 2020 16:20:35 +0100
-Subject: [PATCH 1/4] cmake: python: Use standard python interpreter
-
-These scripts are needed during build and run time. So, use a python 
interpreter
-which works for both cases.
-
-Signed-off-by: Kurt Kanzenbach 

- cmake/templates/hpxcxx.in|2 +-
- cmake/templates/hpxrun.py.in |2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
 a/cmake/templates/hpxcxx.in
-+++ b/cmake/templates/hpxcxx.in
-@@ -1,4 +1,4 @@
--#! @PYTHON_EXECUTABLE@
-+#! /usr/bin/env python
- #
- # Copyright (c) 2014 Steven R. Brandt
- #
 a/cmake/templates/hpxrun.py.in
-+++ b/cmake/templates/hpxrun.py.in
-@@ -1,4 +1,4 @@
--#! @PYTHON_EXECUTABLE@
-+#! /usr/bin/env python
- #
- # Copyright (c) 2014 Thomas Heller
- #

diff --git a/sys-cluster/hpx/hpx-1.8.1.ebuild b/sys-cluster/hpx/hpx-1.8.1.ebuild
index a1b86f1f953f..f99ace8db3a8 100644
--- a/sys-cluster/hpx/hpx-1.8.1.ebuild
+++ b/sys-cluster/hpx/hpx-1.8.1.ebuild
@@ -46,7 +46,7 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 
 PATCHES=(
-   "${FILESDIR}/${P}-python.patch"
+   "${FILESDIR}/${PN}-1.8.0-python.patch"
 )
 
 hpx_memory_requirement() {



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

2022-08-14 Thread Sam James
commit: 2b01752c30e951bd98d17a2aa3bd3cf5e02646ce
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 20:05:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:05:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b01752c

x11-misc/snixembed: add sourcehut upstream metadata

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

 x11-misc/snixembed/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-misc/snixembed/metadata.xml b/x11-misc/snixembed/metadata.xml
index 6da2e8686fd5..07d2ac5f6762 100644
--- a/x11-misc/snixembed/metadata.xml
+++ b/x11-misc/snixembed/metadata.xml
@@ -5,4 +5,7 @@
ste...@gentoo.org
Stefan Strogin

+   
+   ~steef/snixembed
+   
 



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

2022-08-14 Thread Sam James
commit: 1a32ff5afabd9d4dafe6b16937a14f58e076fd2a
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 20:04:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:04:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a32ff5a

app-emacs/compat: add sourcehut upstream metadata

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

 app-emacs/compat/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-emacs/compat/metadata.xml b/app-emacs/compat/metadata.xml
index 3264e3c57176..2e62f6cab63c 100644
--- a/app-emacs/compat/metadata.xml
+++ b/app-emacs/compat/metadata.xml
@@ -6,4 +6,7 @@
 Gentoo GNU Emacs project
   
   
+  
+~pkal/compat
+  
 



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

2022-08-14 Thread Sam James
commit: b33905229caed6b0faab21ba32db2ce3e9cf
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 20:04:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:04:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3390522

app-emacs/setup: add sourcehut upstream metadata

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

 app-emacs/setup/metadata.xml | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-emacs/setup/metadata.xml b/app-emacs/setup/metadata.xml
index 986088003fe1..fa7b60b1d3c5 100644
--- a/app-emacs/setup/metadata.xml
+++ b/app-emacs/setup/metadata.xml
@@ -1,9 +1,12 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-  gnu-em...@gentoo.org
-  Gentoo GNU Emacs project
-
-
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+  
+~pkal/setup
+  
 



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

2022-08-14 Thread Sam James
commit: 4f6193189ee296ddb3c9c02ae777dfda986f27fb
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 20:01:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:01:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f619318

gui-apps/gtkgreet: add sourcehut upstream metadata

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

 gui-apps/gtkgreet/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gui-apps/gtkgreet/metadata.xml b/gui-apps/gtkgreet/metadata.xml
index 64ee1f1b7c98..b8a743ee7f70 100644
--- a/gui-apps/gtkgreet/metadata.xml
+++ b/gui-apps/gtkgreet/metadata.xml
@@ -5,4 +5,7 @@

Enable layer shell support

+   
+   ~kennylevinsen/gtkgreet
+   
 



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

2022-08-14 Thread Sam James
commit: 6bfe3705ef5f731e8f8841481628c900b8ebf321
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 20:03:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:03:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bfe3705

app-editors/diakonos: add sourcehut upstream metadata

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

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

diff --git a/app-editors/diakonos/metadata.xml 
b/app-editors/diakonos/metadata.xml
index 85e4ed814fa2..412aa2db5d01 100644
--- a/app-editors/diakonos/metadata.xml
+++ b/app-editors/diakonos/metadata.xml
@@ -1,5 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   
+   ~pistos/diakonos
+   
 



[gentoo-commits] repo/gentoo:master commit in: gui-libs/greetd/

2022-08-14 Thread Sam James
commit: ea6e937e66f6707bab28dcdecf229706b2ec7698
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 19:57:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 19:57:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6e937e

gui-libs/greetd: add sourceforge upstream metadata

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

 gui-libs/greetd/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gui-libs/greetd/metadata.xml b/gui-libs/greetd/metadata.xml
index 18dec9d0170d..c775f2e351b0 100644
--- a/gui-libs/greetd/metadata.xml
+++ b/gui-libs/greetd/metadata.xml
@@ -10,4 +10,7 @@
for wayland based compositors. If you can run it from
your shell in a TTY, greetd can start it.

+   
+   ~kennylevinsen/greetd
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/heimdall/

2022-08-14 Thread Sam James
commit: b37f409e0a6bc7109984d30645f035706f54b826
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 20:01:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:01:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37f409e

app-mobilephone/heimdall: add sourcehut upstream metadata

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

 app-mobilephone/heimdall/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-mobilephone/heimdall/metadata.xml 
b/app-mobilephone/heimdall/metadata.xml
index 4d2bceb85363..9e20ad1856b6 100644
--- a/app-mobilephone/heimdall/metadata.xml
+++ b/app-mobilephone/heimdall/metadata.xml
@@ -9,4 +9,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   ~grimler/Heimdall
+   
 



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

2022-08-14 Thread Sam James
commit: d1b6e8e188033a516b6bf9141f4bdc4359699c78
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 19:55:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 19:55:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b6e8e1

sys-auth/seatd: add sourcehut upstream metadata

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

 sys-auth/seatd/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-auth/seatd/metadata.xml b/sys-auth/seatd/metadata.xml
index 827e2ce4f139..8ad208539426 100644
--- a/sys-auth/seatd/metadata.xml
+++ b/sys-auth/seatd/metadata.xml
@@ -17,4 +17,7 @@
Enable embedded server in libseat
Enable standalone seatd server

+   
+   ~kennylevinsen/seatd
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/gsasl/

2022-08-14 Thread Sam James
commit: 4e2216389f59e8af7ef3e9113ea1d4a9e1027f03
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 20:02:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:02:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e221638

dev-haskell/gsasl: add sourcehut upstream metadata

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

 dev-haskell/gsasl/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-haskell/gsasl/metadata.xml b/dev-haskell/gsasl/metadata.xml
index 937381521944..364413cb74c3 100644
--- a/dev-haskell/gsasl/metadata.xml
+++ b/dev-haskell/gsasl/metadata.xml
@@ -5,4 +5,7 @@
hask...@gentoo.org
Gentoo Haskell

+   
+   ~singpolyma/gsasl-haskell
+   
 



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

2022-08-14 Thread Sam James
commit: 3abb4a3b475bb1f854a9781d20a554f1f65c6baa
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 20:00:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:00:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abb4a3b

app-emacs/org-contrib: add sourcehut upstream metadata

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

 app-emacs/org-contrib/metadata.xml | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-emacs/org-contrib/metadata.xml 
b/app-emacs/org-contrib/metadata.xml
index 986088003fe1..daade8e3e6cb 100644
--- a/app-emacs/org-contrib/metadata.xml
+++ b/app-emacs/org-contrib/metadata.xml
@@ -1,9 +1,12 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-  gnu-em...@gentoo.org
-  Gentoo GNU Emacs project
-
-
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+  
+~bzg/org-contrib
+  
 



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

2022-08-14 Thread Sam James
commit: 4b56409d44b42d55ab6cb646e4d51538c90833b1
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 20:05:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:05:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b56409d

sys-libs/basu: add sourcehut upstream metadata

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

 sys-libs/basu/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-libs/basu/metadata.xml b/sys-libs/basu/metadata.xml
index 97420e652927..04f7c8ab22f5 100644
--- a/sys-libs/basu/metadata.xml
+++ b/sys-libs/basu/metadata.xml
@@ -16,4 +16,7 @@
However not all systems have systemd or elogind installed. This
library provides just sd-bus (and the busctl utility).

+   
+   ~emersion/basu
+   
 



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

2022-08-14 Thread Sam James
commit: e15446a501c61ebbc9b0a566cf8985f7180f93c7
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 20:02:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:02:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15446a5

gui-apps/lavalauncher: add sourcehut upstream metadata

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

 gui-apps/lavalauncher/metadata.xml | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gui-apps/lavalauncher/metadata.xml 
b/gui-apps/lavalauncher/metadata.xml
index 4aa6fe2147c1..afa5724b3c13 100644
--- a/gui-apps/lavalauncher/metadata.xml
+++ b/gui-apps/lavalauncher/metadata.xml
@@ -1,6 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   

Minimalistic and simple launcher for Wayland.
It serves a single purpose: Letting the user
@@ -8,5 +9,7 @@
a dynamically sized bar, placed at one of the
screen edges.

-   
-   
+   
+   ~leon_plickat/lavalauncher
+   
+



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

2022-08-14 Thread Sam James
commit: 567f98956eab0d06be08455fa2797bf28138a7be
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 19:58:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 19:58:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567f9895

dev-util/muon: add sourcehut upstream metadata

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

 dev-util/muon/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-util/muon/metadata.xml b/dev-util/muon/metadata.xml
index dd1acaaa8dfe..de7030e5d18a 100644
--- a/dev-util/muon/metadata.xml
+++ b/dev-util/muon/metadata.xml
@@ -17,4 +17,7 @@
   Enable looking up packages via dev-util/pkgconf.
 
   
+  
+~lattis/muon
+  
 



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

2022-08-14 Thread Sam James
commit: b626003323dcd456d41db7747612bb3d1c317873
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 19:58:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 19:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6260033

mail-client/aerc: add sourcehut upstream metadata

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

 mail-client/aerc/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mail-client/aerc/metadata.xml b/mail-client/aerc/metadata.xml
index 390c1c34ee70..99e6d4414bee 100644
--- a/mail-client/aerc/metadata.xml
+++ b/mail-client/aerc/metadata.xml
@@ -12,4 +12,7 @@
Terminal email client with Vim-style keybindings, git awareness 
and other advanced features.
Works with multiple accounts, with support for IMAP, Maildir, 
SMTP, and sendmail transfer protocols.

+   
+   ~rjarry/aerc
+   
 



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

2022-08-14 Thread Sam James
commit: 90c1683a7933bc7627b858a9004f91b46c7b5485
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 19:59:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 19:59:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c1683a

app-emacs/fennel-mode: add sourcehut upstream metadata

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

 app-emacs/fennel-mode/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emacs/fennel-mode/metadata.xml 
b/app-emacs/fennel-mode/metadata.xml
index 819627987bb1..69eb6edd9c7a 100644
--- a/app-emacs/fennel-mode/metadata.xml
+++ b/app-emacs/fennel-mode/metadata.xml
@@ -12,5 +12,6 @@
 
 https://gitlab.com/technomancy/fennel-mode/-/issues/
 technomancy/fennel-mode
+~technomancy/fennel-mode
   
 



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

2022-08-14 Thread Sam James
commit: 668d4f66aa9269aece46c250f3edda4fff40eb89
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 19:56:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 19:56:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668d4f66

dev-lang/fennel: add sourcehut upstream metadata

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

 dev-lang/fennel/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-lang/fennel/metadata.xml b/dev-lang/fennel/metadata.xml
index 001e74a2f442..63abd338943f 100644
--- a/dev-lang/fennel/metadata.xml
+++ b/dev-lang/fennel/metadata.xml
@@ -1,6 +1,5 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
-
 
   
 x...@gentoo.org
@@ -20,4 +19,7 @@
 At https://fennel-lang.org there's a live in-browser REPL you can use
 without installing anything.
   
+  
+~technomancy/fennel
+  
 



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

2022-08-14 Thread Sam James
commit: 321e098f7ea44932bef2bc1626615942dba4221f
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 19:52:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 19:52:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321e098f

net-misc/rsync: fix UnusedInherits

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

 net-misc/rsync/rsync-3.2.5.ebuild | 2 +-
 net-misc/rsync/rsync-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/rsync/rsync-3.2.5.ebuild 
b/net-misc/rsync/rsync-3.2.5.ebuild
index ab9d689fb713..21f955efb05e 100644
--- a/net-misc/rsync/rsync-3.2.5.ebuild
+++ b/net-misc/rsync/rsync-3.2.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
-inherit flag-o-matic prefix python-single-r1 systemd
+inherit prefix python-single-r1 systemd
 
 DESCRIPTION="File transfer program to keep remote files into sync"
 HOMEPAGE="https://rsync.samba.org/;

diff --git a/net-misc/rsync/rsync-.ebuild b/net-misc/rsync/rsync-.ebuild
index ab9d689fb713..21f955efb05e 100644
--- a/net-misc/rsync/rsync-.ebuild
+++ b/net-misc/rsync/rsync-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
-inherit flag-o-matic prefix python-single-r1 systemd
+inherit prefix python-single-r1 systemd
 
 DESCRIPTION="File transfer program to keep remote files into sync"
 HOMEPAGE="https://rsync.samba.org/;



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

2022-08-14 Thread Sam James
commit: 4e5ed953755580feb167672fb76923f1980d3a9e
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 19:44:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 19:49:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e5ed953

net-misc/rsync: add 3.2.5

Drops USE=ipv6 given it's not a well-tested option anyway
(see e.g. https://bugzilla.samba.org/show_bug.cgi?id=10715).

IPv6 support is now always enabled.

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

 net-misc/rsync/Manifest  |  2 ++
 net-misc/rsync/{rsync-.ebuild => rsync-3.2.5.ebuild} | 12 
 net-misc/rsync/rsync-.ebuild | 12 
 3 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/net-misc/rsync/Manifest b/net-misc/rsync/Manifest
index aaab9bd8b140..c93d6bb16857 100644
--- a/net-misc/rsync/Manifest
+++ b/net-misc/rsync/Manifest
@@ -1,5 +1,7 @@
 DIST rsync-3.2.4.tar.gz 1114853 BLAKE2B 
a67fcb9619874f1c5346a876138e59f4bf508a90736f830fb2b4eaf180ab11f15a0a7db9b3b28c3b990b77c2b0973d8e668bf509e4134f464159ed3172f53d80
 SHA512 
96318e2754fbddf84d16df671c721e577766969dfa415925c4dc1be2e4e60a51246623747a8aec0c6e9c0824e6aa7335235ccd07f3d6fd901f8cf28e2d6e91b6
 DIST rsync-3.2.4.tar.gz.asc 195 BLAKE2B 
9bc2fbd59e5396a91de82f27a461367ad2a129820e2d1926c3b1e26dacf93c676a7231f186c341b6dec9c764a9619b504bc9b5f95925982e78de4607eddf6c65
 SHA512 
7e1bbebc777d5710345fdec1efd4c2ef1079d6c0ec90272a1a4a51a59ae3cb619b9d1c0ae2f337ecdd06827bb3536b969b6f21f9108f8d21114713aa1750012b
+DIST rsync-3.2.5.tar.gz 1129957 BLAKE2B 
a0d1c4a2dbebe37bad4f6e2e5e4fae41c53529d96e0ca5a429d29d1dee8c63c8ee1b7dc686b732a88049c547271260e8361ac798673970d5327d08dda01ce811
 SHA512 
6d115acb5bae546cd2b5df2c11390f8609107b7a45aa649158d8daa0c9290ab5f15640fdd4000b21d1ab39f7385b85d77cd8fe4628fa13b2adeea6fcd53d057a
+DIST rsync-3.2.5.tar.gz.asc 195 BLAKE2B 
9ca9034afc39299c2178190412b188f561d274d8e38d58a988487f2db14a8135840acf3413096d26f080358b69779fa3b48e292670ba6b23ae4eb0c05f9df614
 SHA512 
b384f48b2fd459a51715c8ab2a14e540c5fa7f7f12453282db770893d6121b1b3c9809e667ccacaf910fd90548abeb700a2c717d76fbea22fe3d6a22aa6b2c44
 DIST rsync-3.2.5pre1.tar.gz 1126641 BLAKE2B 
14ffa62305d3e842a89992d9d47e79a8efec5744b297a16dbe6d3440c26b10ac200927ca0f4b6fd1d83e705b56fb6ee9cdedc048dd7e8d6ccf92932e462e9159
 SHA512 
fe3126ba617b1e4dfb0de845dc1438be8aff07d51d70c0b232e6f0d1efba808d0fb42a30ed39fdb3303c489ef85e0761e188d4ed5fa9d6145cb749c7d11b3fb5
 DIST rsync-3.2.5pre1.tar.gz.asc 195 BLAKE2B 
714eed7026f17131a8cbc13fa3f79e0fba52087b23ef84dbe45a5d84a23610d365ac9cd1e7494287a863b7c1bf8ee296fb80b4d4d592ec79d2237cc005e4
 SHA512 
9ddfa092155f6c07e9617000ba55c36a2521cc9a9f30f376e89dde2de7bc25270fa348c0622a2a27c68f69bbdae20c75d99d8a75ce446ff490acb236bf5f9b58
 DIST rsync-3.2.5pre2.tar.gz 1127513 BLAKE2B 
efad3981877809493a96a15f1bec6920a3b975c2d100b5c292800d6fe3aa78e84df601be7eb6fdf51a720ef7d6d96aa648589151bbd238ad1f60ca04f003dda6
 SHA512 
0e576d074fedefacaaf86d1a7e90b8c77db365f3994d2362d5e6b738cf8362ce2f113dcc2acd76b6635db589492b64ad7a1649ae5cbdb4faec5cde03de6e6faf

diff --git a/net-misc/rsync/rsync-.ebuild 
b/net-misc/rsync/rsync-3.2.5.ebuild
similarity index 93%
copy from net-misc/rsync/rsync-.ebuild
copy to net-misc/rsync/rsync-3.2.5.ebuild
index d172d6ec7259..ab9d689fb713 100644
--- a/net-misc/rsync/rsync-.ebuild
+++ b/net-misc/rsync/rsync-3.2.5.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit flag-o-matic prefix python-single-r1 systemd
 
 DESCRIPTION="File transfer program to keep remote files into sync"
@@ -31,7 +31,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="acl examples iconv ipv6 lz4 ssl stunnel system-zlib xattr xxhash zstd"
+IUSE="acl examples iconv lz4 ssl stunnel system-zlib xattr xxhash zstd"
 REQUIRED_USE+=" examples? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="acl? ( virtual/acl )
@@ -78,16 +78,12 @@ src_prepare() {
 }
 
 src_configure() {
-   # Force enable IPv6 on musl - upstream bug:
-   # https://bugzilla.samba.org/show_bug.cgi?id=10715
-   use elibc_musl && use ipv6 && append-cppflags -DINET6
-
local myeconfargs=(
--with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf
--without-included-popt
+   --enable-ipv6
$(use_enable acl acl-support)
$(use_enable iconv)
-   $(use_enable ipv6)
$(use_enable lz4)
$(use_enable ssl openssl)
$(use_with !system-zlib included-zlib)

diff --git a/net-misc/rsync/rsync-.ebuild b/net-misc/rsync/rsync-.ebuild
index d172d6ec7259..ab9d689fb713 100644
--- a/net-misc/rsync/rsync-.ebuild
+++ b/net-misc/rsync/rsync-.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2022 Gentoo 

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

2022-08-14 Thread Sam James
commit: 8bf24582363286b4330b5bb0fcacb1dd6f4dce93
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 19:47:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 19:49:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf24582

net-misc/rsync: drop 3.2.5_pre1, 3.2.5_pre2

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

 net-misc/rsync/Manifest|   4 -
 net-misc/rsync/rsync-3.2.5_pre1.ebuild | 164 -
 net-misc/rsync/rsync-3.2.5_pre2.ebuild | 164 -
 3 files changed, 332 deletions(-)

diff --git a/net-misc/rsync/Manifest b/net-misc/rsync/Manifest
index c93d6bb16857..ecac5e460ceb 100644
--- a/net-misc/rsync/Manifest
+++ b/net-misc/rsync/Manifest
@@ -2,7 +2,3 @@ DIST rsync-3.2.4.tar.gz 1114853 BLAKE2B 
a67fcb9619874f1c5346a876138e59f4bf508a90
 DIST rsync-3.2.4.tar.gz.asc 195 BLAKE2B 
9bc2fbd59e5396a91de82f27a461367ad2a129820e2d1926c3b1e26dacf93c676a7231f186c341b6dec9c764a9619b504bc9b5f95925982e78de4607eddf6c65
 SHA512 
7e1bbebc777d5710345fdec1efd4c2ef1079d6c0ec90272a1a4a51a59ae3cb619b9d1c0ae2f337ecdd06827bb3536b969b6f21f9108f8d21114713aa1750012b
 DIST rsync-3.2.5.tar.gz 1129957 BLAKE2B 
a0d1c4a2dbebe37bad4f6e2e5e4fae41c53529d96e0ca5a429d29d1dee8c63c8ee1b7dc686b732a88049c547271260e8361ac798673970d5327d08dda01ce811
 SHA512 
6d115acb5bae546cd2b5df2c11390f8609107b7a45aa649158d8daa0c9290ab5f15640fdd4000b21d1ab39f7385b85d77cd8fe4628fa13b2adeea6fcd53d057a
 DIST rsync-3.2.5.tar.gz.asc 195 BLAKE2B 
9ca9034afc39299c2178190412b188f561d274d8e38d58a988487f2db14a8135840acf3413096d26f080358b69779fa3b48e292670ba6b23ae4eb0c05f9df614
 SHA512 
b384f48b2fd459a51715c8ab2a14e540c5fa7f7f12453282db770893d6121b1b3c9809e667ccacaf910fd90548abeb700a2c717d76fbea22fe3d6a22aa6b2c44
-DIST rsync-3.2.5pre1.tar.gz 1126641 BLAKE2B 
14ffa62305d3e842a89992d9d47e79a8efec5744b297a16dbe6d3440c26b10ac200927ca0f4b6fd1d83e705b56fb6ee9cdedc048dd7e8d6ccf92932e462e9159
 SHA512 
fe3126ba617b1e4dfb0de845dc1438be8aff07d51d70c0b232e6f0d1efba808d0fb42a30ed39fdb3303c489ef85e0761e188d4ed5fa9d6145cb749c7d11b3fb5
-DIST rsync-3.2.5pre1.tar.gz.asc 195 BLAKE2B 
714eed7026f17131a8cbc13fa3f79e0fba52087b23ef84dbe45a5d84a23610d365ac9cd1e7494287a863b7c1bf8ee296fb80b4d4d592ec79d2237cc005e4
 SHA512 
9ddfa092155f6c07e9617000ba55c36a2521cc9a9f30f376e89dde2de7bc25270fa348c0622a2a27c68f69bbdae20c75d99d8a75ce446ff490acb236bf5f9b58
-DIST rsync-3.2.5pre2.tar.gz 1127513 BLAKE2B 
efad3981877809493a96a15f1bec6920a3b975c2d100b5c292800d6fe3aa78e84df601be7eb6fdf51a720ef7d6d96aa648589151bbd238ad1f60ca04f003dda6
 SHA512 
0e576d074fedefacaaf86d1a7e90b8c77db365f3994d2362d5e6b738cf8362ce2f113dcc2acd76b6635db589492b64ad7a1649ae5cbdb4faec5cde03de6e6faf
-DIST rsync-3.2.5pre2.tar.gz.asc 195 BLAKE2B 
80ca72083189d978ea993f581de6776488202763a1b3bc6a777d97cecec38a964df2b8b485472f833828370d314c038b4266e9272faf4f19c4f85b28191647ab
 SHA512 
08d14a0e938e27bae7f6302cf1c4f4c1c0bd309cb5c27e341ef7ca2ca07b0536efd853c91bd59cdca78ac4324e239e660211ec7f0daefe7ab1c58a728e73

diff --git a/net-misc/rsync/rsync-3.2.5_pre1.ebuild 
b/net-misc/rsync/rsync-3.2.5_pre1.ebuild
deleted file mode 100644
index f5a0cad3ef74..
--- a/net-misc/rsync/rsync-3.2.5_pre1.ebuild
+++ /dev/null
@@ -1,164 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit flag-o-matic prefix python-single-r1 systemd
-
-DESCRIPTION="File transfer program to keep remote files into sync"
-HOMEPAGE="https://rsync.samba.org/;
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/WayneD/rsync.git;
-   inherit autotools git-r3
-
-   REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-else
-   
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/waynedavison.asc
-   inherit verify-sig
-
-   if [[ ${PV} == *_pre* ]] ; then
-   SRC_DIR="src-previews"
-   else
-   SRC_DIR="src"
-   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"
-   fi
-
-   SRC_URI="https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz
-   verify-sig? ( 
https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz.asc )"
-   S="${WORKDIR}"/${P/_/}
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="acl examples iconv ipv6 lz4 ssl stunnel system-zlib xattr xxhash zstd"
-REQUIRED_USE+=" examples? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="acl? ( virtual/acl )
-   examples? (
-   ${PYTHON_DEPS}
-   dev-lang/perl
-   )
-   lz4? ( app-arch/lz4 )
-   ssl? ( dev-libs/openssl:0= )
-   system-zlib? ( sys-libs/zlib )
-   xattr? ( kernel_linux? ( sys-apps/attr ) )
-   xxhash? ( dev-libs/xxhash )
-   

[gentoo-commits] data/glep:master commit in: /

2022-08-14 Thread Ulrich Müller
commit: ee1708ca1eac24ee5edd50556d4a3d5de93bbc20
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Aug 14 19:34:02 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Aug 14 19:34:02 2022 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=ee1708ca

glep-0078: Mark as Accepted per 2022-08-14 Council decision

Bug: https://bugs.gentoo.org/672672
Signed-off-by: Ulrich Müller  gentoo.org>

 glep-0078.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/glep-0078.rst b/glep-0078.rst
index 194b3f4..05ceba9 100644
--- a/glep-0078.rst
+++ b/glep-0078.rst
@@ -4,10 +4,10 @@ Title: Gentoo binary package container format
 Author: Michał Górny ,
 Sheng Yu 
 Type: Standards Track
-Status: Draft
+Status: Accepted
 Version: 1
 Created: 2018-11-15
-Last-Modified: 2022-06-06
+Last-Modified: 2022-08-14
 Post-History: 2018-11-17, 2019-07-08, 2021-09-13, 2021-09-22, 2022-05-28
 Content-Type: text/x-rst
 ---



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

2022-08-14 Thread Ionen Wolkens
commit: 8c6b64c2e71b6d8630618fc9e78ab341f29add87
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Aug 14 18:47:44 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Aug 14 19:31:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6b64c2

dev-util/maturin: add 0.13.2, drop 0.13.2_beta1

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

 dev-util/maturin/Manifest  | 34 +-
 ...n-0.13.2_beta1.ebuild => maturin-0.13.2.ebuild} | 75 +++---
 2 files changed, 69 insertions(+), 40 deletions(-)

diff --git a/dev-util/maturin/Manifest b/dev-util/maturin/Manifest
index 5ed6e6343868..f5c194e1ac1e 100644
--- a/dev-util/maturin/Manifest
+++ b/dev-util/maturin/Manifest
@@ -7,6 +7,7 @@ DIST aesni-0.10.0.crate 100248 BLAKE2B 
2dba6f1004495a725acf171eeae5a6e393475323e
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST anyhow-1.0.57.crate 44614 BLAKE2B 
b8d8274325b7959cedb2b8f4023d13b0d3824034c8433aea9a0a6f3c3fa6a6d7460b93bf624dff4b7168075524545f1a312e454ed0b15e8dff2109cf3c6dc433
 SHA512 
311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004
 DIST anyhow-1.0.58.crate 43137 BLAKE2B 
8e797dfab555d7076128851203ec1c6cb3c448bad52fe28c82b10518549971e6daaaca52d4a0dbb126549fd819706d6788e5322c6433ed71836c7f6051230b7a
 SHA512 
78b21c51efd37e2be8f5672dc57f23ecd222d910604276da094754e06b86eb5a899d7ca7fb9f92566a13f70c116b05fed93d68a06320894d76a14a31e6c557b7
+DIST anyhow-1.0.61.crate 43202 BLAKE2B 
cd13e3b187a87c1ada6fea8c3c289627893e782a9bdad0c7a32d2b4acf5182abeff3fd649664b645b14f46a25a59a5b13d0a072296146acb9954af781e972ba9
 SHA512 
06a7e077efb1e1cb3fd5b210a9fdfa2142141d57188660fc2e301501ba38f49291126cb1dccd0f01facbc1d0302132e41b42e5ebb14e44e152cf10b18d3e5e6d
 DIST async-io-1.7.0.crate 30669 BLAKE2B 
1efc8a576b44b7853de5bcb2e4de7e031fab805cdd5d9c19a6716b9cac629992f59edb0f340cf247edbb62ce028767e2ca0dc5b2d4414aa86d6048a58e4268fa
 SHA512 
aacb634f225b674cd79ea1e152ef0539f789b698768804ee7f4fd261321cf73ce55cd9028b062acc5ec82d29a072d15da408e14071f78ecc27f2ebe746e08074
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
@@ -24,6 +25,7 @@ DIST bumpalo-3.10.0.crate 78915 BLAKE2B 
94515190837765b47feaf94946c7e4da5b84e6fa
 DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f38567ddb788549ee31cae2719a8bc0b7d1f1705abb3cff033aa57af004987d90748f5a31765273b3223a011c0d
 SHA512 
8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa
 DIST bytes-1.1.0.crate 49640 BLAKE2B 
b3140dd49dc222cd0405e405da9629038eb7d71dd4c22c8d6419ade041dc1118aa46df38f3426a36a44d8e5591c368ae32a89e71850dca7e810bbfff4441c37d
 SHA512 
d34441ea146ccaf55da4d5c645f8ffbd008eeb3204dafd5961771abc85df52751dfd1af3975fb5c91eb83d9a43da4f3589bc3aa07c8d715906d8158f3092af2d
 DIST bytes-1.2.0.crate 54688 BLAKE2B 
7691bdd170be8b7bf77b52078d547c1d007fbd97c5465672cfb558bcc8934377313de06e7dcc7d6ecd3f9e7c9fcb232c8a80b933591f7c160fa07600872b80ec
 SHA512 
91ecb2ffab68ed7ee91112ab1462a036e627470e75077d00ea163e9f91a920404f502fb55c4ba7d7941f799a6077990170a15f69a4df3cd8cb73dfb677eab7fa
+DIST bytes-1.2.1.crate 54857 BLAKE2B 
fae7e7b0e8023e4b5a9b7d5a390035dc5ee2b19f1fca03d885ad27611d45bd276c837bb63e9498e3f6d2f00d5573fd01f20115da21ccdf8606ce8d8bf5bd1b7f
 SHA512 
39c19594f52af24b04eab319ab329e8ecb5732e4531184eb376677f57c8a6402c15bd171282498e69a4a472d82e308d0dc8140df0b7d923dca588aec90c4fd31
 DIST bytesize-1.1.0.crate 9370 BLAKE2B 
38fcddbdb862e82a076b7ae1339b48c776f704d25be78935d08637351ade725e86e00e07e62868e76a1a2db894f223e1f8309f8b362a46405ec6c06f6e421a96
 SHA512 
36f35cf53c468cf011b231d3fc5d00c5224fa3d917854e347daeaaae53ae7ee36c4d8ba26788460d56c922c9ffb0eeebc60655fef7366ae42e221950d03f6715
 DIST bzip2-0.4.3.crate 34195 BLAKE2B 
946ff5824531de8b82241fa042638cd33e708c4b517fa40c99e49f77ac7fd7aabe614e4b560ed8f5484ef8fd06bf19041cb20b7a622f4f1dea9ba26c5b821c5e
 SHA512 
2d4622c336f204ab28970ccb369ba55829bfea426bfe96f15da376f2375c441a9bfb03c46f5da210990f23115740250cc15e9036309034b39a1c960dca542da2
 DIST bzip2-sys-0.1.11+1.0.8.crate 

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

2022-08-14 Thread Ionen Wolkens
commit: 6987089359b40d5f157f46b6d689a29447f7b77e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Aug 14 19:31:38 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Aug 14 19:31:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69870893

media-gfx/imv: set sourcehut remote-id

Had kinda forgot, guess fine to start using this new one.

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

 media-gfx/imv/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-gfx/imv/metadata.xml b/media-gfx/imv/metadata.xml
index c813b6cfb8df..e2594cc6bdd2 100644
--- a/media-gfx/imv/metadata.xml
+++ b/media-gfx/imv/metadata.xml
@@ -9,4 +9,7 @@
Use media-libs/freeimage for 
additional image support
Add HEIF/HEIC image support

+   
+   ~exec64/imv
+   
 



[gentoo-commits] data/glep:master commit in: /

2022-08-14 Thread Ulrich Müller
commit: 92ce080994750b093047f690b458c1e3a2c55d1e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Aug 14 19:30:49 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Aug 14 19:30:49 2022 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=92ce0809

glep-0083: Mark as Active per 2022-08-14 Council decision

Closes: https://bugs.gentoo.org/855362
Signed-off-by: Ulrich Müller  gentoo.org>

 glep-0083.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/glep-0083.rst b/glep-0083.rst
index fed445d..38b4e57 100644
--- a/glep-0083.rst
+++ b/glep-0083.rst
@@ -3,10 +3,10 @@ GLEP: 83
 Title: EAPI deprecation
 Author: Ulrich Müller 
 Type: Informational
-Status: Draft
+Status: Active
 Version: 1
 Created: 2022-06-30
-Last-Modified: 2022-07-31
+Last-Modified: 2022-08-14
 Post-History: 2022-07-11, 2022-07-31
 Content-Type: text/x-rst
 ---



[gentoo-commits] data/glep:master commit in: /

2022-08-14 Thread Ulrich Müller
commit: 93ca68d1c57b2df5a1f7db33831e8d8a04183c74
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Aug 14 19:28:21 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Aug 14 19:28:21 2022 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=93ca68d1

glep-0013: Delete trailing whitespace

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

 glep-0013.rst | 38 +++---
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/glep-0013.rst b/glep-0013.rst
index 5846480..1b9be64 100644
--- a/glep-0013.rst
+++ b/glep-0013.rst
@@ -23,7 +23,7 @@ Abstract
 
 This GLEP provides a vision on the evolution of the Gentoo Documentation,
 namely a handbook-like document that provides its readers documentation about
-every aspect of the Gentoo distribution: installation, administration, 
+every aspect of the Gentoo distribution: installation, administration,
 application usage, development etc.
 
 Motivation
@@ -32,7 +32,7 @@ Motivation
 Gentoo's current Installation Guide [#InstGuide]_ is rapidly growing, being
 extended with more and more features that the Gentoo users can help with their
 quest for the perfect installation. This increase is needed and a Good Thing,
-but it makes the guide less easy to read or use as reference. 
+but it makes the guide less easy to read or use as reference.
 
 There is no reason whatsoever that this evolution will stagnate, on the
 contrary: people start asking why the Alternative Installation Guide
@@ -55,7 +55,7 @@ To address the beforementioned problem, there are two ideas:
 
 - Merge all information into one Big Handbook. This is of course an idea that
   we borrow from our FreeBSD friends [#FBSDHandBook]_ who already have an
-  extensive handbook related to their BSD-distribution. 
+  extensive handbook related to their BSD-distribution.
 
 It is this second idea that this GLEP describes.
 
@@ -70,9 +70,9 @@ Implementation
 ==
 
 To implement such a handbook, the Gentoo Documentation Project [#GDP]_ needs a
-rewritten stylesheet for its GuideXML [#GuideXML]_ format. Since there are no 
-problems with GuideXML itself, and since it is very flexible in its use, the 
-recommendation to stick with GuideXML is clear. We do need some extra features 
+rewritten stylesheet for its GuideXML [#GuideXML]_ format. Since there are no
+problems with GuideXML itself, and since it is very flexible in its use, the
+recommendation to stick with GuideXML is clear. We do need some extra features
 in GuideXML, without breaking the current GuideXML implementation.
 
 This last thing is important, since implementing this handbook-like document
@@ -89,14 +89,14 @@ Guides, etc.)
 Other chapters that need to be put in place are:
 
 - A chapter on Gentoo Development, which embraces all current
-  development-specific guides, such as the Gentoo Developer HOWTO, the Gentoo 
-  Policy, the Ebuild HOWTO, the Eclass HOWTO, etc. This has already been 
-  frequently asked by the Gentoo ebuild maintainers and several other Gentoo 
-  Developers. 
+  development-specific guides, such as the Gentoo Developer HOWTO, the Gentoo
+  Policy, the Ebuild HOWTO, the Eclass HOWTO, etc. This has already been
+  frequently asked by the Gentoo ebuild maintainers and several other Gentoo
+  Developers.
 
 - A chapter specific to System Administration, such as Mailserver
   Administration, User Administration, Printing Administration etc. We already
-  have several guides that describe parts of these items. 
+  have several guides that describe parts of these items.
 
 - A chapter specific to Gentoo Usage, including our popular Desktop
   Configuration Guide [#Desktop]_ and several Application-specific guides.
@@ -124,8 +124,8 @@ information-division::
 The  tag is currently a one-time tag: it defines the start of the
 guide, and of course the guide ends with .
 The  tag divides the document into separate chapters. However,
-most of our documents have small chapters, whereas normal books and documents 
-have chapters that encompasses several pages. 
+most of our documents have small chapters, whereas normal books and documents
+have chapters that encompasses several pages.
 The  tag further divides the chapter in which it resides.
 
 This means that our current installation guides have a division-depth of 2:
@@ -150,7 +150,7 @@ The final implementation is in-document references. 
Currently, the Gentoo
 Documentation Developers have so guess in what chapter a certain section
 resides, and what section we are actually discussing: ``#doc_chap4_sect3``
 provides us with a link to chapter 4, section 3. This is a workable
-implementation for small documents, but impossible for handbooks. 
+implementation for small documents, but impossible for handbooks.
 
 Implementing a more HTML-alike reference inside the division-tags would be
 preferable: , ``http://www.gentoo.org/doc/en/handbook``) we maintain
@@ -259,7 +259,7 @@ This is a 

[gentoo-commits] data/glep:master commit in: /

2022-08-14 Thread Ulrich Müller
commit: 349e1ed63fb29157f3a318f696e9fec8b4da0cc4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Aug 14 19:27:36 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Aug 14 19:27:36 2022 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=349e1ed6

glep-0013: Change Status to Moribund

Closes: https://bugs.gentoo.org/853166
Signed-off-by: Ulrich Müller  gentoo.org>

 glep-0013.rst | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/glep-0013.rst b/glep-0013.rst
index 2b95a50..5846480 100644
--- a/glep-0013.rst
+++ b/glep-0013.rst
@@ -3,14 +3,21 @@ GLEP: 13
 Title: Providing the users with a Gentoo Handbook
 Author: Sven Vermeulen 
 Type: Standards Track
-Status: Final
+Status: Moribund
 Version: 1
 Created: 2003-08-15
-Last-Modified: 2015-01-12
+Last-Modified: 2022-08-14
 Post-History: 2003-08-19, 2004-10-25
 Content-Type: text/x-rst
 ---
 
+Status
+==
+
+The Handbook no longer uses GuideXML but moved to the wiki in 2014,
+and the Gentoo Documentation Project was decommissioned shortly after.
+Marked as Moribund by decision of the Gentoo Council on 2022-08-14.
+
 Abstract
 
 



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

2022-08-14 Thread Arthur Zamarin
commit: 72a933b5bc0ca0cf88e05993e2e959c6e2148946
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 14 19:25:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 14 19:25:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a933b5

app-text/scdoc: Stabilize 1.11.2-r1 ppc64, #865159

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

 app-text/scdoc/scdoc-1.11.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/scdoc/scdoc-1.11.2-r1.ebuild 
b/app-text/scdoc/scdoc-1.11.2-r1.ebuild
index a78b11735221..45903c199466 100644
--- a/app-text/scdoc/scdoc-1.11.2-r1.ebuild
+++ b/app-text/scdoc/scdoc-1.11.2-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86"
 fi
 
 LICENSE="MIT"



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

2022-08-14 Thread Arthur Zamarin
commit: 2c7e69f1718680ab8a59055117d96990ef459e00
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 14 19:25:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 14 19:25:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7e69f1

app-text/scdoc: Stabilize 1.11.2-r1 arm64, #865159

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

 app-text/scdoc/scdoc-1.11.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/scdoc/scdoc-1.11.2-r1.ebuild 
b/app-text/scdoc/scdoc-1.11.2-r1.ebuild
index 302c086c2d0b..a78b11735221 100644
--- a/app-text/scdoc/scdoc-1.11.2-r1.ebuild
+++ b/app-text/scdoc/scdoc-1.11.2-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="MIT"



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

2022-08-14 Thread Arthur Zamarin
commit: d14b9b2c6eabc23889374fdab97a2ab789bdd0cf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 14 19:17:00 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 14 19:24:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14b9b2c

gui-apps/kanshi: add sourcehut upstream metadata

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

 gui-apps/kanshi/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gui-apps/kanshi/metadata.xml b/gui-apps/kanshi/metadata.xml
index 07455be83b4b..4f0a430bb47f 100644
--- a/gui-apps/kanshi/metadata.xml
+++ b/gui-apps/kanshi/metadata.xml
@@ -11,4 +11,7 @@
For instance, this can be used to turn a laptop's
internal screen off when docked.

+   
+   ~emersion/kanshi
+   
 



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

2022-08-14 Thread Arthur Zamarin
commit: f9875daefb1857775b1d5f613e8a2f898a392985
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 14 19:19:02 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 14 19:24:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9875dae

gui-apps/slurp: add myself as a maintainer

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

 gui-apps/slurp/metadata.xml | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/gui-apps/slurp/metadata.xml b/gui-apps/slurp/metadata.xml
index fc5a74aff206..8cb859eda335 100644
--- a/gui-apps/slurp/metadata.xml
+++ b/gui-apps/slurp/metadata.xml
@@ -1,10 +1,13 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-
-emersion/slurp
-https://github.com/emersion/slurp/issues
-https://github.com/emersion/slurp/releases
-
+   
+   arthur...@gentoo.org
+   Arthur Zamarin
+   
+   
+   emersion/slurp
+   https://github.com/emersion/slurp/issues
+   
https://github.com/emersion/slurp/releases
+   
 



[gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/

2022-08-14 Thread Arthur Zamarin
commit: c7265cf2f92ef75caed4ce931dad4b0652d741f3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 14 19:23:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 14 19:24:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7265cf2

gui-libs/wlroots: add myself as a maintainer

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

 gui-libs/wlroots/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gui-libs/wlroots/metadata.xml b/gui-libs/wlroots/metadata.xml
index 5193f7e9e66d..96a8109fe0ff 100644
--- a/gui-libs/wlroots/metadata.xml
+++ b/gui-libs/wlroots/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   arthur...@gentoo.org
+   Arthur Zamarin
+   

Pluggable, composable, unopinionated modules for building a 
Wayland
compositor.



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

2022-08-14 Thread Arthur Zamarin
commit: 2841af4a5da0697a325e740411849978449c409f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 14 19:06:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 14 19:24:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2841af4a

app-text/scdoc: add sourcehut upstream metadata

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

 app-text/scdoc/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-text/scdoc/metadata.xml b/app-text/scdoc/metadata.xml
index 8b1443351bf8..4160f5fe1fa2 100644
--- a/app-text/scdoc/metadata.xml
+++ b/app-text/scdoc/metadata.xml
@@ -5,4 +5,7 @@
arthur...@gentoo.org
Arthur Zamarin

+   
+   ~sircmpwn/scdoc
+   
 



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

2022-08-14 Thread Arthur Zamarin
commit: 0dee944166f59622a62b21b590f7ba7f3b0a5247
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 14 19:15:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 14 19:24:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dee9441

gui-apps/kanshi: add myself as a maintainer

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

 gui-apps/kanshi/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gui-apps/kanshi/metadata.xml b/gui-apps/kanshi/metadata.xml
index 816f56a2ce28..07455be83b4b 100644
--- a/gui-apps/kanshi/metadata.xml
+++ b/gui-apps/kanshi/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   arthur...@gentoo.org
+   Arthur Zamarin
+   

kanshi allows you to define output profiles that are
automatically enabled and disabled on hotplug.



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

2022-08-14 Thread Arthur Zamarin
commit: f351bb63701c60dafabd63d3299c94679801b936
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 14 19:09:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 14 19:24:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f351bb63

gui-apps/grim: add myself as a maintainer

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

 gui-apps/grim/metadata.xml | 21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/gui-apps/grim/metadata.xml b/gui-apps/grim/metadata.xml
index c71690d3872f..10360c93e4f5 100644
--- a/gui-apps/grim/metadata.xml
+++ b/gui-apps/grim/metadata.xml
@@ -1,13 +1,16 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-
-Enable JPEG support.
-
-
-emersion/grim
-https://github.com/emersion/grim/issues
-https://github.com/emersion/grim/releases
-
+   
+   arthur...@gentoo.org
+   Arthur Zamarin
+   
+   
+   Enable JPEG support.
+   
+   
+   emersion/grim
+   https://github.com/emersion/grim/issues
+   https://github.com/emersion/grim/releases
+   
 



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

2022-08-14 Thread Arthur Zamarin
commit: 31656f1b8bc91ccdb60f595b2ee237aaa636703f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 14 19:04:32 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 14 19:24:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31656f1b

app-text/scdoc: add myself as a maintainer

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

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

diff --git a/app-text/scdoc/metadata.xml b/app-text/scdoc/metadata.xml
index 115e9d64a669..8b1443351bf8 100644
--- a/app-text/scdoc/metadata.xml
+++ b/app-text/scdoc/metadata.xml
@@ -1,5 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   arthur...@gentoo.org
+   Arthur Zamarin
+   
 



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

2022-08-14 Thread Arthur Zamarin
commit: f7c3d1ce733c63dd767be735c2f30971db351a7f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 14 19:12:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 14 19:24:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c3d1ce

gui-apps/grim: update upstream metadata

Closes: https://bugs.gentoo.org/858839
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-apps/grim/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/grim/metadata.xml b/gui-apps/grim/metadata.xml
index 10360c93e4f5..500fe7782da6 100644
--- a/gui-apps/grim/metadata.xml
+++ b/gui-apps/grim/metadata.xml
@@ -9,7 +9,7 @@
Enable JPEG support.


-   emersion/grim
+   ~emersion/grim
https://github.com/emersion/grim/issues
https://github.com/emersion/grim/releases




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

2022-08-14 Thread John Helmert III
commit: eeb4da5e8fa5e420eaa8756e1ab144d2799d1108
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Aug 14 18:58:42 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Aug 14 19:00:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb4da5e

profiles: last rite net-analyzer/smokeping

Signed-off-by: John Helmert III  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 5f9afe5f13b4..a0414d60dc10 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# John Helmert III 
 # Masked for testing, depends on dev-qt/qt*:6
 # Pyside6 is stuck on python3_10 for the moment being



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

2022-08-14 Thread Michał Górny
commit: a155df3081e7928d82ab6bac4f82cc97b5b4f9ad
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 14 17:46:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 14 17:46:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a155df30

dev-python/setuptools: Bump to 65.0.0

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

 dev-python/setuptools/Manifest |   1 +
 dev-python/setuptools/setuptools-65.0.0.ebuild | 127 +
 2 files changed, 128 insertions(+)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index f67b84e14843..f1194e2c1984 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -4,3 +4,4 @@ DIST setuptools-63.4.1.tar.gz 2598515 BLAKE2B 
ae75b12d18e35c0d7d48c43eaf8f114daf
 DIST setuptools-63.4.2.tar.gz 2600520 BLAKE2B 
e5cedf9f5e58044ec74e45b7232ef64680854ba7be8f2c22e33373c7a8f5fc80578f99c9103eb81bc609fef56021fc7a311b03682842facea019d14387031f89
 SHA512 
a9cb002f3c9fd3e8ed189f800c45a9ab7bc51640430585226f290c2d6b24655999fbe827ddcc30fdd7f8a6ebd5e87dfc085d2ae1efbf35968213bb7dc77eeaee
 DIST setuptools-63.4.3.tar.gz 2600453 BLAKE2B 
927be74bdc11271589134aca26849e61c5ae23d5780a57c96b9c4a9fe5f93e57fa8a80787c8db1c555f32fab1e007a956e91a374ed285db393e26d9486805ef9
 SHA512 
f19478921ffcf5441ec60a2af17c695456fee064f287e2130c4ff14d471a1124bd37104ad43adc7623ea0cba4ed170ed4aa37c6883aff8fd811ab960e6d12453
 DIST setuptools-64.0.3.tar.gz 2631478 BLAKE2B 
ff21a4cf81aed36561ac5a0da7d44c1cbe714bbd39de30041c48134c8e1204ad9edcb74540c392e4f4cf01ea161ae0ca4bdc55319e015748069986f30aa2d337
 SHA512 
022479d40b9d30187bcbb3ceadc5dd5ef8a5dcbcebc75f451b9fea06a5b7ca5d5db44c39278d62e932df7f563578c86fcd2cab9a41000caf15374a5cf182
+DIST setuptools-65.0.0.tar.gz 2606434 BLAKE2B 
d19d07be44006f2393ed705dd545dd5aa0f3afbd3a9dc675809683e73c82ee32cb845d2ba3b37debeb3546c6cd1645aedb8b8e8c22583f2ae5aeaf2bef062ae5
 SHA512 
83344b925138fb64dd94c19469228357378c067cf16b9c8d56e800268daed0a6f72f3e80be15cfd77fe09fcae49bc31fc241c8126c0287e0f977a215e139b845

diff --git a/dev-python/setuptools/setuptools-65.0.0.ebuild 
b/dev-python/setuptools/setuptools-65.0.0.ebuild
new file mode 100644
index ..b79ed67ff041
--- /dev/null
+++ b/dev-python/setuptools/setuptools-65.0.0.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+# please bump dev-python/ensurepip-wheels along with this package!
+
+DISTUTILS_USE_PEP517=standalone
+PYTHON_TESTED=( python3_{8..11} pypy3 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Collection of extensions to Distutils"
+HOMEPAGE="
+   https://github.com/pypa/setuptools/
+   https://pypi.org/project/setuptools/
+"
+SRC_URI="
+   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.4-r2[${PYTHON_USEDEP}]
+   >=dev-python/jaraco-text-3.7.0-r1[${PYTHON_USEDEP}]
+   >=dev-python/more-itertools-8.12.0-r1[${PYTHON_USEDEP}]
+   >=dev-python/nspektr-0.3.0[${PYTHON_USEDEP}]
+   >=dev-python/ordered-set-4.0.2-r1[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3-r2[${PYTHON_USEDEP}]
+   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-4.11.1[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_resources-5.4.0-r3[${PYTHON_USEDEP}]
+   ' 3.8)
+"
+BDEPEND="
+   ${RDEPEND}
+   >=dev-python/wheel-0.37.1-r1[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/build[${PYTHON_USEDEP}]
+   >=dev-python/ini2toml-0.9[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/jaraco-envs-2.2[${PYTHON_USEDEP}]
+   >=dev-python/jaraco-path-3.2.0[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   dev-python/pip-run[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
+   dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   >=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
+   

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

2022-08-14 Thread Michał Górny
commit: eba456422c0ea94b5e17771681d9091f96b59065
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 14 18:33:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 14 18:39:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba45642

dev-python/ensurepip-pip: New split package, v22.2.2

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

 dev-python/ensurepip-pip/Manifest  |  1 +
 .../ensurepip-pip/ensurepip-pip-22.2.2.ebuild  | 27 ++
 dev-python/ensurepip-pip/metadata.xml  | 11 +
 3 files changed, 39 insertions(+)

diff --git a/dev-python/ensurepip-pip/Manifest 
b/dev-python/ensurepip-pip/Manifest
new file mode 100644
index ..7053d7b828df
--- /dev/null
+++ b/dev-python/ensurepip-pip/Manifest
@@ -0,0 +1 @@
+DIST pip-22.2.2-py3-none-any.whl 2044706 BLAKE2B 
254427e593e44d9f1ce48276fd40f214e8ca9d27b6c31b7a6ed5fa4566df6b1f723215c6a1766a534ce18174f2363c383dbff19368d1b89f1519a53bebd34215
 SHA512 
142d3144c14b692c645613d98bf35dd91193128d5e21b61a8a702548f1247fac662499d6e39b65c0aa9a0444d2d92983fd8c410439796626485a4e1be99a102f

diff --git a/dev-python/ensurepip-pip/ensurepip-pip-22.2.2.ebuild 
b/dev-python/ensurepip-pip/ensurepip-pip-22.2.2.ebuild
new file mode 100644
index ..27ee812d0240
--- /dev/null
+++ b/dev-python/ensurepip-pip/ensurepip-pip-22.2.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=${PN#ensurepip-}
+WHL=${MY_PN}-${PV}-py3-none-any.whl
+
+DESCRIPTION="Shared pip wheel for ensurepip Python module"
+HOMEPAGE="https://pypi.org/project/pip/;
+SRC_URI="
+   https://files.pythonhosted.org/packages/py3/${MY_PN::1}/${MY_PN}/${WHL}
+"
+S=${DISTDIR}
+
+LICENSE="Apache-2.0 BSD BSD-2 ISC LGPL-2.1+ MIT MPL-2.0 PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   !
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   
+   pip
+   
+



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

2022-08-14 Thread Michał Górny
commit: 5b6b1a13efb27c1a2fddf2c8087786a3d83042c9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 14 18:34:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 14 18:39:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6b1a13

dev-python/ensurepip-setuptools: New split package, v65.0.0

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

 dev-python/ensurepip-setuptools/Manifest   |  1 +
 .../ensurepip-setuptools-65.0.0.ebuild | 27 ++
 dev-python/ensurepip-setuptools/metadata.xml   | 11 +
 3 files changed, 39 insertions(+)

diff --git a/dev-python/ensurepip-setuptools/Manifest 
b/dev-python/ensurepip-setuptools/Manifest
new file mode 100644
index ..74e325e1c68b
--- /dev/null
+++ b/dev-python/ensurepip-setuptools/Manifest
@@ -0,0 +1 @@
+DIST setuptools-65.0.0-py3-none-any.whl 1217438 BLAKE2B 
07e9bbc6c316edbd9f1110cfbd6203f3848ff406c88e0b7bf5fdd7454ca6ace467da6b34d47c126ecf19551504f9a40b4b47ac07509eeef2642b4408489fbe25
 SHA512 
ca73a8aee402175084461a8a20381ec1ab8885cb360eca3cad02b2d89da363786ff9a9c3406d8539bf1e20eac38ee1afad927ec4b7f2572decfff947f79bcacf

diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.0.0.ebuild 
b/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.0.0.ebuild
new file mode 100644
index ..96c75c915768
--- /dev/null
+++ b/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=${PN#ensurepip-}
+WHL=${MY_PN}-${PV}-py3-none-any.whl
+
+DESCRIPTION="Shared setuptools wheel for ensurepip Python module"
+HOMEPAGE="https://pypi.org/project/setuptools/;
+SRC_URI="
+   https://files.pythonhosted.org/packages/py3/${MY_PN::1}/${MY_PN}/${WHL}
+"
+S=${DISTDIR}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   !
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   
+   setuptools
+   
+



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

2022-08-14 Thread Michał Górny
commit: 252caed44d954263b161ab2659cb57462832ca52
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 14 18:36:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 14 18:39:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252caed4

dev-python/ensurepip-wheels: Bump to v100, now a metapackage

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

 dev-python/ensurepip-wheels/ensurepip-wheels-100.ebuild | 16 
 1 file changed, 16 insertions(+)

diff --git a/dev-python/ensurepip-wheels/ensurepip-wheels-100.ebuild 
b/dev-python/ensurepip-wheels/ensurepip-wheels-100.ebuild
new file mode 100644
index ..d35e1996a3f2
--- /dev/null
+++ b/dev-python/ensurepip-wheels/ensurepip-wheels-100.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Shared wheels for ensurepip Python module"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/ensurepip-pip
+   dev-python/ensurepip-setuptools
+"



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

2022-08-14 Thread Arthur Zamarin
commit: 2b2d86e9a39119dc7137c5cb7dfae14e8a2a53d9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 14 16:49:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 14 16:49:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2d86e9

dev-python/setuptools-rust: add 1.5.1

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

 dev-python/setuptools-rust/Manifest|   1 +
 .../setuptools-rust/setuptools-rust-1.5.1.ebuild   | 157 +
 2 files changed, 158 insertions(+)

diff --git a/dev-python/setuptools-rust/Manifest 
b/dev-python/setuptools-rust/Manifest
index d45ad0de8d14..793357700ece 100644
--- a/dev-python/setuptools-rust/Manifest
+++ b/dev-python/setuptools-rust/Manifest
@@ -57,6 +57,7 @@ DIST serde-1.0.136.crate 76158 BLAKE2B 
44603c8eede428dce4211350497a443385ff0ddb0
 DIST servo_arc-0.1.1.crate 9817 BLAKE2B 
88586ca0c969df8bfb3a04ba4a689606995876434877a2cd48a72b26451deb6fdcf65273aa9b03948adcbc66b2450301840910e5c4162b993535d69585c62128
 SHA512 
59d531dcf7a9191b8462ce395e713194994714b65275c0af412186f862be169d0c6fc5d86603332a1aacd8af9ace934dc78531b9cb576cf8179ec35709225447
 DIST setuptools-rust-1.4.1.tar.gz 288848 BLAKE2B 
28f4ac618ae3550158814ac14b87d628ce16f140840c3948d48f486cb5a7f50389eccd78385fe3e5be635dad61bf19e25464d39567c2fc760e247d5a2e692145
 SHA512 
3b92eb37564872b4094e77c8412b006f57a3557213d1368e2db883bc04f5d0d516a97a5b1f0b5255b362ecc32832d2ef734ac759a49db72439f227d54f8a86f5
 DIST setuptools-rust-1.5.0.gh.tar.gz 293081 BLAKE2B 
bf373915da5c4703d94fa1b63cb9a7037731fb6fd8260032d947b8c57ce6ea3a726956af1ec38f242a1953fc696d9ae5297ab391e2a01d59e5004493743a402d
 SHA512 
40e204e4599a41032dd591d4ef6edecb9dd90c756932fdaeab1999dd24000b97a3f9efb51a20ac81f7d9f1f5a9b25b3891b5f56292951090b89887f947346704
+DIST setuptools-rust-1.5.1.gh.tar.gz 293895 BLAKE2B 
039e1fc36e4d1d49bf930c01c124cb98a5e0d6d913ba6b96bea9121457a855446e3ac3a3b3be471fcf4fb8849e38ff7dc41a9f4ddc400f78f723ba3e0bfed571
 SHA512 
0a763f371b88f3d22ff0dced8dc23d29534130a70133b63fa9097f7466957e13ee1ac812bbdea1a46ac3effb39a2d4349f1314e6cb0d20dfba407e07d37c7c14
 DIST siphasher-0.3.10.crate 9889 BLAKE2B 
e5dd6d265340b4c9e4266ab1ff3a20f1fb87fd493b2d7b5fba32d26421cc858b38929e4ab96941d0c055375b8acebbd04236d994cadca324500ed05064b9bfc9
 SHA512 
f90425a29575d377bb92a765d34653ddef1ac12b7c63dc6d700aaa74b525787e11609061c2d3e44ea56fe0e4b8f93f7b13f0279b5de2e0f710c5caffd4ce
 DIST smallvec-1.8.0.crate 27992 BLAKE2B 
d02897eb4d3901805be86cafd5d3dc6768b31c2ee4d0a9d7eb455e2a21be2864ea83589f4ffde102dbbafb66e3c197707af770b5ef184b8e244d992189644b84
 SHA512 
17687cfa6aaf95a1df063adc3a412a7c41918a0d003eaac90f7d9e859fb8fa1d652eedee17a4cb3aaae9b33a2043f89e796519e3a7a3992b292f04049bf80b0c
 DIST stable_deref_trait-1.2.0.crate 8054 BLAKE2B 
287a65c3e5b47213544a43e57c60a54add60b4c2e3c8d042407d860cc950ba7ca01a2e67ce56aed6744992b61ec1f9aed3321e3d88482e33129548b7d51df205
 SHA512 
a13cfb22723f1f2cf089b2d07d657846f50c37bc0438d1a76096bea30214cad226b7a422c21f9e191ce87071da8a141d61882aedf9e0203a5fffdfda86a5fb03

diff --git a/dev-python/setuptools-rust/setuptools-rust-1.5.1.ebuild 
b/dev-python/setuptools-rust/setuptools-rust-1.5.1.ebuild
new file mode 100644
index ..47f9cfa253f4
--- /dev/null
+++ b/dev-python/setuptools-rust/setuptools-rust-1.5.1.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CARGO_OPTIONAL=yes
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+CRATES="
+   bitflags-1.3.2
+   byteorder-1.4.3
+   cfg-if-1.0.0
+   convert_case-0.4.0
+   cssparser-0.27.2
+   cssparser-macros-0.6.0
+   derive_more-0.99.17
+   dtoa-0.4.8
+   dtoa-short-0.3.3
+   futf-0.1.5
+   fxhash-0.2.1
+   getrandom-0.1.16
+   html5ever-0.25.1
+   indoc-1.0.4
+   instant-0.1.12
+   itoa-0.4.8
+   kuchiki-0.8.1
+   lazy_static-1.4.0
+   libc-0.2.121
+   lock_api-0.4.6
+   log-0.4.14
+   mac-0.1.1
+   markup5ever-0.10.1
+   matches-0.1.9
+   new_debug_unreachable-1.0.4
+   nodrop-0.1.14
+   once_cell-1.10.0
+   parking_lot-0.11.2
+   parking_lot_core-0.8.5
+   phf-0.8.0
+   phf_codegen-0.8.0
+   phf_generator-0.8.0
+   phf_macros-0.8.0
+   phf_shared-0.10.0
+   phf_shared-0.8.0
+   ppv-lite86-0.2.16
+   precomputed-hash-0.1.1
+   proc-macro2-1.0.36
+   proc-macro-hack-0.5.19
+   pyo3-0.16.5
+   pyo3-build-config-0.16.5
+   pyo3-ffi-0.16.5
+   pyo3-macros-0.16.5
+   pyo3-macros-backend-0.16.5
+   quote-1.0.16
+   rand-0.7.3
+   rand_chacha-0.2.2
+   rand_core-0.5.1
+   rand_hc-0.2.0
+   rand_pcg-0.2.1
+   redox_syscall-0.2.11
+   rustc_version-0.4.0
+   scopeguard-1.1.0
+   selectors-0.22.0
+   semver-1.0.6
+   serde-1.0.136
+   servo_arc-0.1.1
+   

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

2022-08-14 Thread Arthur Zamarin
commit: 068b576262ad9d9f45f0f33f540183c0be1a92f6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 14 16:43:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 14 16:43:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068b5762

dev-python/mdurl: add 0.1.2

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

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

diff --git a/dev-python/mdurl/Manifest b/dev-python/mdurl/Manifest
index d074177f4a22..00f72e2e2a4a 100644
--- a/dev-python/mdurl/Manifest
+++ b/dev-python/mdurl/Manifest
@@ -1 +1,2 @@
 DIST mdurl-0.1.1.gh.tar.gz 15265 BLAKE2B 
1a0126c674c69f43df08be248e88bc65529ea25703f6d43f1cd5917181b547b55541a4dae953a4e20e1f18bdc3eac17e54e6347d9e90fe2957c6935bee3edaf2
 SHA512 
ae7ee5672f59595d96fa3fd8b45154d3175881432dea60c72ef6dbd0b22124a20183539c83552bb9a8dfa1fc1c4ac3132201ce389a6678853c55c0224aa04622
+DIST mdurl-0.1.2.gh.tar.gz 15236 BLAKE2B 
797ff496e116c0aa4c5045e9dc34f0762b1492d74fc0b85a081fb7447c3880618e0e4936205afb92b75524e0381fe4ab94d0d47faae9a6ed6d7b2fc51a5efba3
 SHA512 
e301ca3ab6d80df1ad28b9c2725d66b6e6cf139d93e5f7fd2a70333678616a3f6db64f15250972eee3cd1cf1eaff6ec587415629e6802dcf07995edff6865ff2

diff --git a/dev-python/mdurl/mdurl-0.1.2.ebuild 
b/dev-python/mdurl/mdurl-0.1.2.ebuild
new file mode 100644
index ..2d85b0566f45
--- /dev/null
+++ b/dev-python/mdurl/mdurl-0.1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Markdown URL utilities"
+HOMEPAGE="
+   https://pypi.org/project/mdurl/
+   https://github.com/executablebooks/mdurl/
+"
+SRC_URI="
+   https://github.com/hukkin/mdurl/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+
+distutils_enable_tests pytest



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

2022-08-14 Thread Arthur Zamarin
commit: 1d0cc51d8fd4f8eed5322df2448c8d3d1ade5964
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 14 16:33:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 14 16:33:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0cc51d

app-arch/xar: Stabilize 1.8.0.0.487.100.1 arm64, #865131

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

 app-arch/xar/xar-1.8.0.0.487.100.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/xar/xar-1.8.0.0.487.100.1.ebuild 
b/app-arch/xar/xar-1.8.0.0.487.100.1.ebuild
index 4c0b3b10a50d..6979a63cf3d5 100644
--- a/app-arch/xar/xar-1.8.0.0.487.100.1.ebuild
+++ b/app-arch/xar/xar-1.8.0.0.487.100.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/apple-oss-distributions/xar/archive/xar-${APPLE_PV}.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 DEPEND="
elibc_musl? ( sys-libs/fts-standalone )



  1   2   3   >