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

2022-02-05 Thread Sam James
commit: e581517923a42fd6292991633ea059f06db67a3e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 07:49:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 07:49:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5815179

net-dns/resolvconf-symlink: mark ALLARCHES

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

 net-dns/resolvconf-symlink/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-dns/resolvconf-symlink/metadata.xml 
b/net-dns/resolvconf-symlink/metadata.xml
index 11cc45f2e4f5..2c89bdd7abe6 100644
--- a/net-dns/resolvconf-symlink/metadata.xml
+++ b/net-dns/resolvconf-symlink/metadata.xml
@@ -5,6 +5,7 @@
mgo...@gentoo.org
Michał Górny

+   

Actually replace /etc/resolv.conf with a
symlink. Without this flag, the ebuild is a 
no-op.



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

2022-02-05 Thread Joonas Niilola
commit: a3e182caf80b026061e01fac7d28b804370aec85
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Feb  6 07:26:49 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Feb  6 07:45:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e182ca

dev-python/node-semver: update maintainer e-mail to match bugzilla

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

 dev-python/node-semver/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/node-semver/metadata.xml 
b/dev-python/node-semver/metadata.xml
index 216516f74be2..c4a48408cd40 100644
--- a/dev-python/node-semver/metadata.xml
+++ b/dev-python/node-semver/metadata.xml
@@ -2,7 +2,7 @@
 https://www.gentoo.org/dtd/metadata.dtd;>
 

-   luigi.mantell...@gmail.com
+   luigi.mantellini+gen...@gmail.com
Luigi Mantellini





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

2022-02-05 Thread Sam James
commit: a15dd6898c40d29c722a4f19da0ec9a99a0ddd81
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 07:43:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 07:44:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15dd689

net-dns/resolvconf-symlink: keyword 0 for ~alpha, ~mips, ~ppc, ~ppc64, ~s390

Let's do it ALLARCHES given how simple the ebuild is to avoid
wasting CPU/time.

Also, if there were any issues, it would've shown up on the
arches (some exotic) tested already.

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

 net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild 
b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
index a42f8692f4e2..fae0e1958df1 100644
--- a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
+++ b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
@@ -10,7 +10,7 @@ S=${WORKDIR}
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+symlink"
 
 pkg_preinst() {



[gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/

2022-02-05 Thread Sam James
commit: 36c43d79880cab772c7339fc542b247906589381
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 07:39:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 07:39:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c43d79

net-p2p/qbittorrent: Keyword 4.4.0-r1 arm64, #830689

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

 net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild
index 636a7df98b13..d95a557bc835 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git;
 else

SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
S="${WORKDIR}/qBittorrent-release-${PV}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: net-irc/inspircd/

2022-02-05 Thread Sam James
commit: 00db0338065f692e5907343dc555ce55da9c79ce
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 07:39:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 07:39:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00db0338

net-irc/inspircd: Keyword 3.12.0 arm64, #829521

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

 net-irc/inspircd/inspircd-3.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/inspircd/inspircd-3.12.0.ebuild 
b/net-irc/inspircd/inspircd-3.12.0.ebuild
index aa45b8b7971a..3db8eda66289 100644
--- a/net-irc/inspircd/inspircd-3.12.0.ebuild
+++ b/net-irc/inspircd/inspircd-3.12.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://github.com/clinew/gentoo-distfiles/raw/master/inspircd-${PV}-
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="debug gnutls ldap maxminddb mbedtls mysql pcre postgres re2 regex-posix 
regex-stdlib sqlite ssl sslrehashsignal tre"
 
 RDEPEND="



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

2022-02-05 Thread Sam James
commit: 1f76f8c206cc3343d367baee5fd211db5309df25
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 07:39:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 07:39:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f76f8c2

dev-libs/libmowgli: Keyword 2.1.3-r3 arm64, #829522

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

 dev-libs/libmowgli/libmowgli-2.1.3-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libmowgli/libmowgli-2.1.3-r3.ebuild 
b/dev-libs/libmowgli/libmowgli-2.1.3-r3.ebuild
index 3f74c221f3fe..9290dd9b018c 100644
--- a/dev-libs/libmowgli/libmowgli-2.1.3-r3.ebuild
+++ b/dev-libs/libmowgli/libmowgli-2.1.3-r3.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=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/atheme/libmowgli-2/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="BSD-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ssl"
 
 RDEPEND="ssl? (



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

2022-02-05 Thread Sam James
commit: c3676d48aba5b448f2a6bb4117474470310e716e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 07:39:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 07:39:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3676d48

gui-libs/libadwaita: Keyword 1.0.1 arm64, #807265

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

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

diff --git a/gui-libs/libadwaita/libadwaita-1.0.1.ebuild 
b/gui-libs/libadwaita/libadwaita-1.0.1.ebuild
index 705413782251..aa0cbf9102f8 100644
--- a/gui-libs/libadwaita/libadwaita-1.0.1.ebuild
+++ b/gui-libs/libadwaita/libadwaita-1.0.1.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+introspection test +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~amd64 ~arm ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
 
 DEPEND="
>=dev-libs/glib-2.66:2



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

2022-02-05 Thread Sam James
commit: 01ef6cc925cbd7902578f4ac313202d28e8a491e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 07:39:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 07:39:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ef6cc9

media-sound/easyeffects: Keyword 6.2.3 arm64, #807265

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

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

diff --git a/media-sound/easyeffects/easyeffects-6.2.3.ebuild 
b/media-sound/easyeffects/easyeffects-6.2.3.ebuild
index 5a49e98687bf..4ac538e41f4a 100644
--- a/media-sound/easyeffects/easyeffects-6.2.3.ebuild
+++ b/media-sound/easyeffects/easyeffects-6.2.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wwmm/easyeffects;
 else
SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 fi
 
 LICENSE="GPL-3"



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

2022-02-05 Thread Sam James
commit: dd1588dc42444a0f537c8fa4141f636a3e22ca21
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 07:39:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 07:39:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1588dc

net-dns/resolvconf-symlink: Keyword 0 arm64, #831409

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

 net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild 
b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
index 4236454ba1f2..a42f8692f4e2 100644
--- a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
+++ b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
@@ -10,7 +10,7 @@ S=${WORKDIR}
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~riscv ~sparc ~x86"
 IUSE="+symlink"
 
 pkg_preinst() {



[gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/

2022-02-05 Thread Sam James
commit: 5ab08c3098f3e01f8ea28c68b0721d07ae255508
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 07:39:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 07:39:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab08c30

net-irc/atheme-services: Keyword 7.2.12 arm64, #829522

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

 net-irc/atheme-services/atheme-services-7.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/atheme-services/atheme-services-7.2.12.ebuild 
b/net-irc/atheme-services/atheme-services-7.2.12.ebuild
index 366022e33306..4388ab319e07 100644
--- a/net-irc/atheme-services/atheme-services-7.2.12.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm"
+KEYWORDS="amd64 ~arm ~arm64"
 IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
 S="${WORKDIR}/${PN}-v${PV}"
 



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

2022-02-05 Thread Florian Schmaus
commit: e7962fac1f700178460da1bbf7f948c1121da1bb
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sun Feb  6 07:38:52 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Feb  6 07:39:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7962fac

profiles: drop bitcoin mask

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

 profiles/package.mask | 12 
 1 file changed, 12 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index ff22fca3103d..07012d54b2e7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -504,18 +504,6 @@ net-libs/libsoup:3.0
 # breaks if not all at least many revdeps. #805011 for tracker bug.
 >=net-libs/mbedtls-3.0.0
 
-# Luke Dashjr  (2021-11-04)
-# This release adds enforcement of the Taproot protocol change to the Bitcoin
-# rules, beginning in November. Protocol changes require user consent to be
-# effective, and if enforced inconsistently within the community may compromise
-# your security or others! If you do not know what you are doing, learn more
-# before November. (You must make a decision either way - simply not upgrading
-# is insecure in all scenarios.)
-# To learn more, see https://bitcointaproot.cc
->=net-p2p/bitcoind-0.21.1
->=net-p2p/bitcoin-qt-0.21.1
->=net-libs/libbitcoinconsensus-0.21.1
-
 # Lars Wendler  (2021-07-10)
 # Masked for testing
 # bug #802186



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/avrdude/

2022-02-05 Thread Sam James
commit: de0254f072e4be0f78c96e8541decffbae03061f
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 07:34:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 07:34:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0254f0

dev-embedded/avrdude: Stabilize 6.3-r1 x86, #832769

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

 dev-embedded/avrdude/avrdude-6.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/avrdude/avrdude-6.3-r1.ebuild 
b/dev-embedded/avrdude/avrdude-6.3-r1.ebuild
index ea5b0ef7cc8e..90414bb0b870 100644
--- a/dev-embedded/avrdude/avrdude-6.3-r1.ebuild
+++ b/dev-embedded/avrdude/avrdude-6.3-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
-   KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 fi
 
 SRC_URI+=" doc? (



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

2022-02-05 Thread Sam James
commit: f7ef6de0d24199664f676122d842faac147b31d4
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 07:34:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 07:34:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ef6de0

dev-python/pyudev: Stabilize 0.22.0-r1 amd64, #829638

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

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

diff --git a/dev-python/pyudev/pyudev-0.22.0-r1.ebuild 
b/dev-python/pyudev/pyudev-0.22.0-r1.ebuild
index 90e07af9161e..cf54a9470ef5 100644
--- a/dev-python/pyudev/pyudev-0.22.0-r1.ebuild
+++ b/dev-python/pyudev/pyudev-0.22.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="qt5"
 
 # Known to fail on test system that aren't exactly the same devices as on CI



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

2022-02-05 Thread Sam James
commit: 2d7b9b6a00954f11a384e9b024bd1f19f8596828
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 07:34:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 07:34:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7b9b6a

dev-python/numpy: Stabilize 1.22.2 amd64, #832750

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

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

diff --git a/dev-python/numpy/numpy-1.22.2.ebuild 
b/dev-python/numpy/numpy-1.22.2.ebuild
index 677b3ea8106b..2851e1d40916 100644
--- a/dev-python/numpy/numpy-1.22.2.ebuild
+++ b/dev-python/numpy/numpy-1.22.2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
)"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc lapack"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/u-boot-tools/

2022-02-05 Thread Sam James
commit: 75442c86661a683716e999f6baa16f47363ed462
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 07:34:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 07:34:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75442c86

dev-embedded/u-boot-tools: Stabilize 2021.10 x86, #832768

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

 dev-embedded/u-boot-tools/u-boot-tools-2021.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2021.10.ebuild 
b/dev-embedded/u-boot-tools/u-boot-tools-2021.10.ebuild
index fc9310fdabe5..2bb4846aa87c 100644
--- a/dev-embedded/u-boot-tools/u-boot-tools-2021.10.ebuild
+++ b/dev-embedded/u-boot-tools/u-boot-tools-2021.10.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="envtools"
 
 RDEPEND="dev-libs/openssl:="



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

2022-02-05 Thread Florian Schmaus
commit: cf82cca4d21cad73e68f078526a2a5d725456fc4
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sun Feb  6 07:29:09 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Feb  6 07:29:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf82cca4

dev-util/shellcheck: add 0.8.0

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

 dev-util/shellcheck/Manifest|  1 +
 dev-util/shellcheck/shellcheck-0.8.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-util/shellcheck/Manifest b/dev-util/shellcheck/Manifest
index 65b00525e6e3..01936ddc567e 100644
--- a/dev-util/shellcheck/Manifest
+++ b/dev-util/shellcheck/Manifest
@@ -1 +1,2 @@
 DIST ShellCheck-0.7.2.tar.gz 173937 BLAKE2B 
ac5b6c4aec9a9bb736e1218726780e9f97775ad5f144e5862daf24a88fe0bf24404b58880638e03ceeb02ff5ca84027727ebd637a82f8ae272dc18bc14d5c532
 SHA512 
ec77038763b3520deef3838d0f51f06bc3d755945f519b19be09765b3122f0251f00cd4907cb60c38612161b0c03f73025e0f52b3c47e22855f0b0e3ff5f81c5
+DIST ShellCheck-0.8.0.tar.gz 194817 BLAKE2B 
a486a6c72af4f54be776e86d1ebd07e04e64cdc52bc81bf1bb3b001066585b313a626f94572008072096ebde250eb8054544184779524a17c96f447e87e60c34
 SHA512 
62de6241502fd9e1bb45b224ff5eaf27def9938f5e4ed8345f8173b0be8f9bb7511d8ccc1d1779da319a32843bbf005415c3fcd5b902293e037d44495ec5bb54

diff --git a/dev-util/shellcheck/shellcheck-0.8.0.ebuild 
b/dev-util/shellcheck/shellcheck-0.8.0.ebuild
new file mode 100644
index ..c5dd28f791b4
--- /dev/null
+++ b/dev-util/shellcheck/shellcheck-0.8.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+MY_PN="ShellCheck"
+MY_P="${MY_PN}-${PV}"
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="Shell script analysis tool"
+HOMEPAGE="https://www.shellcheck.net/;
+SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-haskell/aeson:=[profile?]
+   >=dev-haskell/diff-0.2.0:=[profile?]
+   >=dev-haskell/mtl-2.2.1:=[profile?]
+   >=dev-haskell/parsec-3.0:=[profile?]
+   >=dev-haskell/quickcheck-2.7.4:2=[template-haskell,profile?]
+   dev-haskell/regex-tdfa:=[profile?]
+   >=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.2.0.1
+"



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

2022-02-05 Thread Hans de Graaff
commit: 977028cbd42c10e624205435f97f7f34ba2a8b29
Author: Andrew Aladjev  gmail  com>
AuthorDate: Mon Dec  6 21:44:43 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  6 07:08:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977028cb

eclass/ruby-fakegem.eclass: updated extensions dir according to formula from 
rubygems

Closes: https://bugs.gentoo.org/423589
Closes: https://bugs.gentoo.org/832268

Signed-off-by: Andrew Aladjev  gmail.com>
Signed-off-by: Hans de Graaff  gentoo.org>

 eclass/ruby-fakegem.eclass | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
index 3832165761c9..cafb5dc04788 100644
--- a/eclass/ruby-fakegem.eclass
+++ b/eclass/ruby-fakegem.eclass
@@ -561,7 +561,10 @@ ruby_fakegem_extensions_installed() {
 # The directory where rubygems expects extensions for this package
 # version.
 ruby_fakegem_extensionsdir() {
-   echo "$(ruby_fakegem_gemsdir)/extensions/$(ruby_rbconfig_value 
'arch')/$(ruby_rbconfig_value 
'ruby_version')/${RUBY_FAKEGEM_NAME}-${RUBY_FAKEGEM_VERSION}"
+   # Using formula from ruby src/lib/rubygems/basic_specification.
+   extensions_dir=$(${RUBY} --disable=did_you_mean -e "puts 
File.join('extensions', Gem::Platform.local.to_s, Gem.extension_api_version)")
+
+   echo 
"$(ruby_fakegem_gemsdir)/${extensions_dir}/${RUBY_FAKEGEM_NAME}-${RUBY_FAKEGEM_VERSION}"
 }
 
 # @FUNCTION: each_fakegem_install



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

2022-02-05 Thread Hans de Graaff
commit: 412500f7c9099b6ffb6e0dc13b8ac1ab67a964f9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  6 06:41:10 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  6 06:41:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412500f7

dev-ruby/rspec-mocks: add 3.10.3

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rspec-mocks/Manifest  |  1 +
 dev-ruby/rspec-mocks/rspec-mocks-3.10.3.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/rspec-mocks/Manifest b/dev-ruby/rspec-mocks/Manifest
index 1b87e834c22d..63ee0c855e66 100644
--- a/dev-ruby/rspec-mocks/Manifest
+++ b/dev-ruby/rspec-mocks/Manifest
@@ -1,3 +1,4 @@
 DIST rspec-mocks-2.99.2-git.tgz 101731 BLAKE2B 
27ae180381d427b642c53c351e7b53602caba4252ddf5393949d940be8474110eb0697901afaaa878cd8d368f081c6644c0fcbce86d9d14b9f93f48c027ae808
 SHA512 
dd3b9394d56de8d3089dbcda1e1a5bbdc46486876a99a8a83b602b84ba0320913d8e8dabe5e0367645eb01b943607b93e67d87cc26e380c8db6e048e4e0d
 DIST rspec-mocks-3.10.2-git.tgz 196040 BLAKE2B 
8e975dc8480d4709f650ff27c517104714156c551b8b9ec04681132bd92be80bdb11867730f462e7fb6b672430246a0a11404dec5638b5350b57d81a8eac2e57
 SHA512 
ab11fa77c5f9e3bec2003dc8825d9582dcbffa08a36818bd9cdbe2dfd357113de3712c818deafc165530f9e4d2683ec06e54d37c37aeb820ae3cd592f76cf2cb
+DIST rspec-mocks-3.10.3-git.tgz 196996 BLAKE2B 
22759a11cefbaccfef52b2a1a37131d3d0b6eb5eb20d042172cf30e14816112bce729c2648c0b22a6506f9959fd336024710e18882bbe42f42144f0bd43e1281
 SHA512 
b116094873f682f14cb38a5dd7c0aa8fffac868ca28f7302bbc655bfb0c0ff64afe345b71b797d01028d9fbdad97df5ecf8398a82fc0a7252f2b47a963dbeac0
 DIST rspec-mocks-3.9.1-git.tgz 192772 BLAKE2B 
abcc8fc82648993e6a407a8c4ac4f5b146b821e1e842c1dd2b95824d8468aac0ea796438d77e376c897675f66bd2bc9024da8fa5ccaf60139ea296b388d542cd
 SHA512 
f804783fca4cf2258e83f82515cd5881ceae0bdd3aedb452a1db901e01de5dbca1d2bdef0ac0828a4bd23a1de58d127a42150c8c204219bca39ea7072619098f

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.10.3.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.10.3.ebuild
new file mode 100644
index ..3238c9421b17
--- /dev/null
+++ b/dev-ruby/rspec-mocks/rspec-mocks-3.10.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+#RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rspec-mocks.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-mocks;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend "=dev-ruby/rspec-support-${SUBVERSION}*
+   >=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/rspec-core-3.3.0:3
+   >=dev-ruby/rspec-expectations-2.99.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm Gemfile || die
+
+   # Remove .rspec options to avoid dependency on newer rspec when
+   # bootstrapping.
+   rm .rspec || die
+
+   sed -i -e '1irequire "spec_helper"' 
spec/rspec/mocks/any_instance_spec.rb || die
+
+   sed -i -e 's/git ls-files --/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2022-02-05 Thread Hans de Graaff
commit: 35080be7a0a615c23fd7bb0a5f04763804277152
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  6 06:42:35 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  6 06:42:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35080be7

dev-ruby/zeitwerk: add 2.5.4

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/zeitwerk/Manifest  |  1 +
 dev-ruby/zeitwerk/zeitwerk-2.5.4.ebuild | 35 +
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/zeitwerk/Manifest b/dev-ruby/zeitwerk/Manifest
index 527fbc55a4fc..76e11f8cfb91 100644
--- a/dev-ruby/zeitwerk/Manifest
+++ b/dev-ruby/zeitwerk/Manifest
@@ -2,3 +2,4 @@ DIST zeitwerk-2.4.2.tar.gz 99974 BLAKE2B 
5913561057a6d5cd9bfa4eb549770ca18de3aaf
 DIST zeitwerk-2.5.1.tar.gz 107666 BLAKE2B 
d8049a1adfaa6b278b59298e46d4697b70121d0a599a286f91720b31a06cccd39424367fe9c1ffbb90b0862a9501115f808bcc4fd36f3a09081987ad706f89bd
 SHA512 
4558a63f33d26f2aa05e5f6e417230902f14d4ade5bfb50cbd94d283b33e94e8486158f5b4c677c4dcd7b8bee51af165693593d303d1f07420fb5d4c72f918ea
 DIST zeitwerk-2.5.2.tar.gz 108139 BLAKE2B 
d4277dc79729e39bd63b066b12ad4d91d9457e8e7a836c2e24606f6d343c85ce59febaa0425ab10f96d8d327935beede285a5ae52cfeff37210b36b0bcaf22db
 SHA512 
0e8be7500163761a75518b002eb8ca9e41d0d073f0d03443af4a57fef07ee647de3faafaf79791328c4b2b9a6f5898e1038b310b697485a363af486f36509393
 DIST zeitwerk-2.5.3.tar.gz 108192 BLAKE2B 
a91c76530df7703c08aa58babcfde5520fc9ca00f804e2dd217b19664256986dadd3ffa19879d3a3f6402ae186faa08f14e5b080f415345b189821b578b76c1b
 SHA512 
641bb89a14e5bc65dcb078a93b5669266e2ffe10395416473c243b840c425de200bd9336817c44e7affe570fb0a41811cfba54a4c04d9fb6f56ceca96b504ac4
+DIST zeitwerk-2.5.4.tar.gz 109202 BLAKE2B 
4c1302bdb6ac30afbb23ea06ef2ac2ecea9c8139c36f1b766ec6f62bb6a77faf1efa3f670cb31b5073a6dc36d6a0bd8d66a937d8b84b12438411a7f2df29eeed
 SHA512 
f7a4b88c030b2eeae5ba07c6e01900fa66312a58e5c9da3d13a293d0959d67bbcfb385de5790e1764188752dfc9de161c202b35e0e35ed6e0cca7bbc2c2f6c83

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.5.4.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.5.4.ebuild
new file mode 100644
index ..21985abf3cd9
--- /dev/null
+++ b/dev-ruby/zeitwerk/zeitwerk-2.5.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Efficient and thread-safe code loader for Ruby"
+HOMEPAGE="https://github.com/fxn/zeitwerk;
+SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/bundler )"
+
+all_ruby_prepare() {
+   rm -f Gemfile.lock || die
+   sed -i -e '/\(focus\|reporters\|Reporters\)/ s:^:#:' Gemfile 
test/test_helper.rb || die
+
+   sed -i -e 's:require_relative "lib:require "./lib:' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



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

2022-02-05 Thread Hans de Graaff
commit: 8981ae0f94b8f09cc30ee25d76d41cbcf7d74ef2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  6 06:34:36 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  6 06:34:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8981ae0f

dev-ruby/rouge: add 3.28.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rouge/Manifest|  1 +
 dev-ruby/rouge/rouge-3.28.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/rouge/Manifest b/dev-ruby/rouge/Manifest
index 59c9037f9904..9b8f87f34f38 100644
--- a/dev-ruby/rouge/Manifest
+++ b/dev-ruby/rouge/Manifest
@@ -1,3 +1,4 @@
 DIST rouge-3.26.0.tar.gz 971871 BLAKE2B 
9739c229788d615f4875caf5d38c91ca30b4fe5703c577b2e7aa5d54bd625f33e998ee887d375d357e72c9f05ac9a284b88ce7902c6fae422e8196098a993259
 SHA512 
bd6006b11924b3705dc142922878dc87af25ceed8a153ad9691ad2595144ae1f3f909574799002601928e985a6650fe4c8d93e05a1e8e26bdb10e9b2f9a28765
 DIST rouge-3.26.1.tar.gz 972469 BLAKE2B 
48f7741d69ce6470235ba4f469b8a37b6bac409a68ba44bce3d60f3ffc4d3cd7a1e3fc4358e4f7a4f27b27653e4525767749da5d7949a1208810f2634be2f331
 SHA512 
4b5d5a840dab75579e2fb10b4d86fde647ccf183b2fe496463a6ab14dfc9022fa44be9ac75e5f792bf3f2102477a40aafb5fe4694e59bfe9786d3a2d70ddb9f6
 DIST rouge-3.27.0.tar.gz 981023 BLAKE2B 
f0e22bf37563fc12d5308dc13c8de8230dd366eaafa12a7e3a387d4bea108fb14001b0b570e9cf8e2ffba317c7821c3b5f3f1cc0505e39e8057af5b438207235
 SHA512 
6f35c7bafa18c77a11131700fb8baac1f646be467224b9b863cafcf2445c54605c031009b14b57d95ad72b9311160e9d02e6b4a2bb2682ac4f5e88772a7cc695
+DIST rouge-3.28.0.tar.gz 993680 BLAKE2B 
38b360bc282887913e24e8ebd5463d792d03f55e70553f93b12ee94c7e1ed9d6d2ac3d084c21d21a59480a1669b552bc10b42ec2d0e63b167f142b241ce884db
 SHA512 
a6cb87ef7ec1eae94f127ef615b77830581d1e3a2f690e852effafd146e4456e6c931f843e9df068a750b69af8a6d8d958277d94e16550e016a58412caeba7d7

diff --git a/dev-ruby/rouge/rouge-3.28.0.ebuild 
b/dev-ruby/rouge/rouge-3.28.0.ebuild
new file mode 100644
index ..41af5364c7ff
--- /dev/null
+++ b/dev-ruby/rouge/rouge-3.28.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_TEST="spec"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+RUBY_FAKEGEM_GEMSPEC="rouge.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Yet-another-markdown-parser using a strict syntax definition in 
pure Ruby"
+HOMEPAGE="https://github.com/jneen/rouge;
+SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "doc? ( dev-ruby/redcarpet )
+   test? ( dev-ruby/minitest-power_assert )
+   dev-ruby/yard
+"
+
+ruby_add_rdepend "dev-ruby/redcarpet"
+
+all_ruby_prepare() {
+   rm -f tasks/{check/style,update/changelog}.rake || die
+
+   sed -i -e '/bundler/I s:^:#: ; 5irequire "minitest-power_assert"' 
spec/spec_helper.rb || die
+   sed -i -e '/\(changelog\|bundler\|rubocop\)/ s:^:#: ; 1irequire 
"pathname"' Rakefile || die
+}



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

2022-02-05 Thread Hans de Graaff
commit: 0675e267c20bc85bf620d3b94458ce37a5a32c3b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  6 06:35:43 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  6 06:35:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0675e267

dev-ruby/rouge: move ~hppa forward

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/rouge/rouge-3.28.0.ebuild 
b/dev-ruby/rouge/rouge-3.28.0.ebuild
index 41af5364c7ff..05bd8b392661 100644
--- a/dev-ruby/rouge/rouge-3.28.0.ebuild
+++ b/dev-ruby/rouge/rouge-3.28.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="MIT"
 
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/redcarpet )



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

2022-02-05 Thread Alice Ferrazzi
commit: 8742ca03101b20446ac7ba049200dfec2b6ce744
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Sun Feb  6 06:06:19 2022 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sun Feb  6 06:06:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8742ca03

sys-kernel/rt-sources: clean rt-sources

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

 sys-kernel/rt-sources/Manifest | 27 ---
 .../rt-sources/rt-sources-4.14.250_p124.ebuild | 51 -
 .../rt-sources/rt-sources-4.14.256_p125.ebuild | 51 -
 .../rt-sources/rt-sources-4.19.217_p95.ebuild  | 51 -
 .../rt-sources/rt-sources-4.19.223_p100.ebuild | 51 -
 .../rt-sources/rt-sources-4.4.277_p224-r1.ebuild   | 51 -
 .../rt-sources/rt-sources-4.9.286_p189.ebuild  | 51 -
 .../rt-sources/rt-sources-5.10.78_p55.ebuild   | 52 --
 .../rt-sources/rt-sources-5.10.90_p60.ebuild   | 52 --
 .../rt-sources/rt-sources-5.15.12_p25.ebuild   | 52 --
 sys-kernel/rt-sources/rt-sources-5.15.3_p21.ebuild | 52 --
 .../rt-sources/rt-sources-5.4.154_p65.ebuild   | 51 -
 .../rt-sources/rt-sources-5.4.161_p67.ebuild   | 51 -
 13 files changed, 643 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index a256f0ddd5e7..d41ef4ed1a22 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -4,42 +4,15 @@ DIST deblob-5.16 172217 BLAKE2B 
a19291cbb1cd47b8e3288e4f0057e003fb00eec92695d8f3
 DIST deblob-check-5.10 597463 BLAKE2B 
015ecc619e38f8a4562240a79734fa9bbc9e6fde60af689e146a0b1c8ba313048cc641762d5bd191c486e2519c636601da4d6c6455ebbe8fac539aa95e9cc45b
 SHA512 
038f3ebc4457a67d510f81d1d6f3b47dd4a0710bc6a006424aed13d779e21850daa2ab82f1810726b725f9fb84e50f53a6cf4c714618d6481997e0ade9cc4654
 DIST deblob-check-5.15 619562 BLAKE2B 
6279eb78d81f42416aa24898c747eac71b3dc0a98182354a778c20f6d51f3692e64db4e37aa4489dccae70d87ce5cafbc5d4feee6d505789761dcff1b6a9dbd3
 SHA512 
47fe403177a93e2271b7b5244f086d2ce2d1253dddeeb6d6bf153327380d2aa7dbaa63a741da2acadf6c65d64b2578cc5c0fad08209609f36ce2f8a88dfa7b5e
 DIST deblob-check-5.16 628562 BLAKE2B 
e7fbdf00bec66c7950c0f801436f45bfd07b00d1922156db99d8f81c372ff51f5e8c3cef011ebe7c8c37b15eccd1a81d7c6a34aeb3981512efc0ec419e2b860a
 SHA512 
3630fcd479ee38d29071c5061f81c09d012ffcc8a2105181425d5b62a53d083c0852925cae63c35f884d6a9bd99d82035e76ee0bcb80105f06da8887077925c7
-DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
-DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
-DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
-DIST linux-5.4.tar.xz 109441440 BLAKE2B 

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

2022-02-05 Thread Alice Ferrazzi
commit: 9423a737b448cb03f1b7591f7a9d712d33b40577
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Sun Feb  6 06:08:59 2022 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sun Feb  6 06:09:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9423a737

sys-kernel/rt-sources: bump 5.4.170-rt68

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

 sys-kernel/rt-sources/Manifest |  3 ++
 .../rt-sources/rt-sources-5.4.170_p68.ebuild   | 52 ++
 2 files changed, 55 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index d41ef4ed1a22..0c8312fd5803 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -8,6 +8,7 @@ DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c03418
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
+DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST patch-4.19.225-rt101.patch.xz 167184 BLAKE2B 
c1ec335e77ec553da0d42afb6dc7b9a91f98ee72fa25799c9124236f5991633bcbda79b6fbe69a6db604f1a4096d954271a8cdf8fccaecba5f993f2dfd1ebf39
 SHA512 
0380fd7b51d1148fa621d62c54635e3238c694d1519c3d3d8bd16088cdbf2f225d3e27accd098769ccc838b5b0a485fc4a97b1a21489f23fdaea16211d10226a
 DIST patch-4.19.225.xz 4429820 BLAKE2B 
2c9f3b2a964a8cf41c5f8a1fc0049aed371d601ac5e6050e3a1072465b1ad9f5ae7c4e767b34825f4149b532dc9e78e4602392203040f47ef0295760f060b786
 SHA512 
db3f257dc060a04981b9001447de07e083c36c5a94b07ee148750dc55cb9f77ad02139e864437b95d48eab29ee33ac18798c31260bed7b9127f9ba69d52a36fa
 DIST patch-5.10.90-rt61-rc1.patch.xz 174788 BLAKE2B 
a8ea667e4a89b05adb92828faf17e4517e6d6bf7043c911dbe3f601d057f9e5ca935f9cd4513dd502fcec158b199961e4316967696900db7f4667b8312626608
 SHA512 
4d9312cf58be0d8d67913ee33c4daaf9d8ea087e8fdca729c73683754c82b4628f4b8a3d29e148ecbe702dce030094fa6aaef85129cee9384b95350296be0a73
@@ -16,3 +17,5 @@ DIST patch-5.15.19-rt29.patch.xz 80772 BLAKE2B 
f16cfaa06b50736406d42d0d2ebadae30
 DIST patch-5.15.19.xz 944068 BLAKE2B 
7451c0ab57d0a341b2291335c51bfc549489d7427279d20a3bc8f57fa110a709c4614c6e2f744aa837b0b6b8e3d39e0a661e04dcde8d54c74a5b4e37f15485a8
 SHA512 
f0c16bf6b11d00ed830939d10a63d84f36f97e2ee950264cd8bb4537676ae1b882e86690c73ff1dc48ede709d23268af9b4fcd2ac146813ec5f34022dcd94199
 DIST patch-5.16.2-rt19.patch.xz 72364 BLAKE2B 
6485a5f30fa871854ac63847e725f3a8ebcb2044a4b0afa34dae43896da9814f41836cb25b2a7a5c05fbd173de6f47de7e9aa6ee56327b098244c4dc8562bb9a
 SHA512 
018da2a043be7a2d4b197fc04c2e77f894295b1bb91deda44435e27ac572275f8f7bfdade95ff40bc8cc44e24fc4c09121f0fbddfc292e03b4105050da0b4871
 DIST patch-5.16.2.xz 20432 BLAKE2B 
9c9f697e4dd0a78a94ac0bd361ec69683c6904d9af02da55c3001394e6a6efcc1fccd5d44747fff6ea47271b7655bd7866d161a90196cecaddde1c630ef5c425
 SHA512 
50d3c386e391603fbfe86780bbfa69c3a7caa83a7eea6c239af133dde3a7aa4746f4a3f1483589018d5ac27caa7ee69d869f8f64f4b5121ddab52224f530
+DIST patch-5.4.170-rt68.patch.xz 183292 BLAKE2B 
ea666e407749008faa9254bfcd7b92d81b9bdb3c750cf33fadf7eafde0ff15e468357ca53f24bdcbeed687726f2842b1cb673b8b464f84a2a27f48827b4a04d1
 SHA512 
5f1ab9e24af7f39f6734f1cb1fff4ccd405bac6db56b09a9f25f7c90195720c384c1316e794fa5ac8eda160a788f59f5a9a6c13352fcd483d1dd82b30494af84
+DIST patch-5.4.170.xz 3618448 BLAKE2B 
b2241c31a494ca4fe80f0d81089b39af5c5d4e986aadd1a83ed49d9fb9b92de04f7e052f8591fc5d10691144fa63d3019f1bcb5f3453ac497370187f80f1ce57
 SHA512 
e9580b30e2847bc6f05d2dd41461b47ef8e0d24efdc46b6678b84a1450acdc92b0a4d7bc8a47c1494e953cd7101df873641fd117730ab49e9e08653c9f1d175d

diff --git a/sys-kernel/rt-sources/rt-sources-5.4.170_p68.ebuild 
b/sys-kernel/rt-sources/rt-sources-5.4.170_p68.ebuild
new file mode 100644
index ..8e20943244fb
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-5.4.170_p68.ebuild
@@ -0,0 +1,52 @@
+# 

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

2022-02-05 Thread Alice Ferrazzi
commit: d2329f4e9e94f86df2f5dfc36cfd1bd46e614189
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Sun Feb  6 06:01:28 2022 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sun Feb  6 06:01:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2329f4e

sys-kernel/rt-sources: bump 4.19.225-rt101

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

 sys-kernel/rt-sources/Manifest |  2 +
 .../rt-sources/rt-sources-4.19.225_p101.ebuild | 51 ++
 2 files changed, 53 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index b88314d9fdf4..a256f0ddd5e7 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -20,6 +20,8 @@ DIST patch-4.19.217-rt95.patch.xz 167328 BLAKE2B 
7600f11cc18a8620f6af8afbddfcfec
 DIST patch-4.19.217.xz 4303240 BLAKE2B 
5b2084ca75410640b2c4897be03a1022e1b10e22e54347b315562d0ad76ebc4b0f71ba679a61845cbe9be5c813103e4e9932066c177b7c81257ec78a587fdecf
 SHA512 
033e2007583ca5ffd01e6c1cefc8e6ca352ce34e9331d1c1cd9734ab93a28032257042c783cea364394d7cfe25e53abee6b845fb185b3cf77a80bbfa50c4
 DIST patch-4.19.223-rt100.patch.xz 167312 BLAKE2B 
a1f2cbdd552d853953144cae34b603d365ed89e4e7a649e113398691859c9c973e108afb2e133dd63b7fa2db755cd2a6d49389d7b8800039bc96c6dcea35bfc9
 SHA512 
27bba8603efbcc4bb5e8959ddee7368a9cc15098d4b2794d7ccb1a809f713606f6297ea9fc7b5e520cb725863bbd3ac6a4a9cdbd69a174a300133879d1ea47e6
 DIST patch-4.19.223.xz 4420744 BLAKE2B 
9044f9986d75255acda121437209f5d82401e9262458606089b1e96fa023052e3506ba80dbed8bc463223e386f704f9c1714af5ffc8dc932ddc5691482d4652f
 SHA512 
a6ff2a3f4ef89df63ac888ead5bbc6e99ac155a7fe1e9bbf913f6bd4b396308b635f25e96573933b15e2c82a7981383f6bcbc7e0a77f0be784bc94dc8972bd4b
+DIST patch-4.19.225-rt101.patch.xz 167184 BLAKE2B 
c1ec335e77ec553da0d42afb6dc7b9a91f98ee72fa25799c9124236f5991633bcbda79b6fbe69a6db604f1a4096d954271a8cdf8fccaecba5f993f2dfd1ebf39
 SHA512 
0380fd7b51d1148fa621d62c54635e3238c694d1519c3d3d8bd16088cdbf2f225d3e27accd098769ccc838b5b0a485fc4a97b1a21489f23fdaea16211d10226a
+DIST patch-4.19.225.xz 4429820 BLAKE2B 
2c9f3b2a964a8cf41c5f8a1fc0049aed371d601ac5e6050e3a1072465b1ad9f5ae7c4e767b34825f4149b532dc9e78e4602392203040f47ef0295760f060b786
 SHA512 
db3f257dc060a04981b9001447de07e083c36c5a94b07ee148750dc55cb9f77ad02139e864437b95d48eab29ee33ac18798c31260bed7b9127f9ba69d52a36fa
 DIST patch-4.4.277-rt224.patch.xz 194960 BLAKE2B 
f3007567996d6959bf8d266dd2c4b522c7a43e834ef4f394125b96dea764621ccdd8224a05353894d192c535787fec2c64a049523ae5f7f664aa39c29ab223d3
 SHA512 
b8def16e0738ee25e4cad45880776b3434370bd7bdc3c3548541ee3a90c8c1f093670063c7871f59b07ca0037041794078ce85fc1ec6475dddad977ccc6f8cc7
 DIST patch-4.4.277.xz 3615816 BLAKE2B 
ca88745d191bc1f10967f11ed65ecd98f45ba5696b17177544ab5f959ac97d224a56d321fce7381c37136532d72b9bc9374ecac8725822a9f282c43145b25342
 SHA512 
dd5688365b947409eb65395ca2a903acddcd86183162c31df0f2f40eaa04746b2d3bed6e81a9594f0b18afd4cdde4bf3dd5ec407356c0199935483ad38339b91
 DIST patch-4.9.286-rt189.patch.xz 167596 BLAKE2B 
1b9b26ad403b67e86be2df16e2cb264cb66333a733f2b3ae079ac4dfe09328ebd6c0381086e9415fd18a2ae885686529a5777c030e29460a2eaceba6cf603257
 SHA512 
8f0f0a5331172410fb554564a80cc9f88db11a0e2808d6ab6ae138e2accfc4a4f3140db992b4da0481d7893a6b98cd89cc38c24050bdab2935083ac3889e07f6

diff --git a/sys-kernel/rt-sources/rt-sources-4.19.225_p101.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.19.225_p101.ebuild
new file mode 100644
index ..55e6c5d1d9b1
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-4.19.225_p101.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+ETYPE="sources"
+KEYWORDS="~amd64 ~arm64"
+
+HOMEPAGE="https://wiki.linuxfoundation.org/realtime/start;
+
+CKV="$(ver_cut 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE}
 \
+   
https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE};
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT_FULL/g" \
+   -i "${S}/kernel/Kconfig.preempt" || die "sed failed"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   ewarn
+   ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact the RT project 

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

2022-02-05 Thread Alice Ferrazzi
commit: e82d671e25bdeb5446c4d4b54c01de8ebd9b19e1
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Sun Feb  6 05:55:15 2022 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sun Feb  6 05:57:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82d671e

sys-kernel/rt-sources: bump 5.10.90-rt61-rc1

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

 sys-kernel/rt-sources/Manifest |  1 +
 .../rt-sources/rt-sources-5.10.90_p61-r1.ebuild| 53 ++
 2 files changed, 54 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 6efb4a4e7fcc..b88314d9fdf4 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -27,6 +27,7 @@ DIST patch-4.9.286.xz 4111252 BLAKE2B 
5917721af806296106993d6e0af51d81e5e788732c
 DIST patch-5.10.78-rt55.patch.xz 173132 BLAKE2B 
a6e19641f9632c7179b85ae27e18c0f70b41877d3a28a39a0c45a4e296f525a8cff02709591731a4d80be8f27a796aebfc3bedfc6caa5b29cf093b4b40e8f7e6
 SHA512 
5a397d21d3865e965d79ad91bb4103f05f592e877fa5dd2a1fe56a6afa0c945036ca8ddb286b1674fa0add9a371ef88823f37410653b1ed4cfb2aaa53fe600f3
 DIST patch-5.10.78.xz 2273196 BLAKE2B 
d132efd97289a022e0567245318ad27c62c4d801b94634854b8990c201c0a06ebcd7cde401541a22834f730cb2c014081893b8d3de7d59c7e7f2fa5613d1fc54
 SHA512 
81153a790c3c5bbdedc1610bb1fd798cc81f3574fb199891d2ed14d98c38055c85a3b74d8c5bbf0695e71a2beb54f6a588b697bff06cd672a031ad269c289f81
 DIST patch-5.10.90-rt60.patch.xz 174020 BLAKE2B 
fc32399a70aa1082f0d7f0e60c412142dfd1dd21dcbbfc7fa85e78c8b35da05ecd469968d9b78a966cc5c1e567e6ddd0a26201afcde232a31cf5a94e42c2a341
 SHA512 
9535534fe99be974e34a756310b958a7575b12cbd4739414b004396e37b38bbb0c54434d3a2f6960f6a782ba0d51db51ce6cfa5bd2471feaa2db0b75da04de99
+DIST patch-5.10.90-rt61-rc1.patch.xz 174788 BLAKE2B 
a8ea667e4a89b05adb92828faf17e4517e6d6bf7043c911dbe3f601d057f9e5ca935f9cd4513dd502fcec158b199961e4316967696900db7f4667b8312626608
 SHA512 
4d9312cf58be0d8d67913ee33c4daaf9d8ea087e8fdca729c73683754c82b4628f4b8a3d29e148ecbe702dce030094fa6aaef85129cee9384b95350296be0a73
 DIST patch-5.10.90.xz 2570584 BLAKE2B 
3e2daae96d43729db6c62878a16578a045808d2ae99ff89666ca556fd18774f94379d83b04a2699b427ba8e630e82a31535405aa65917b86f506c5f1efcdb5fd
 SHA512 
a4b93886cdf0fcdcc0e4dd14f1a5e39d25b27b916be95e6b4b26961a7deba1fc4e4dc1078b79ea4dd9a92d9b777d9b8b1bc27c8920b7d04ef8452040eba15828
 DIST patch-5.15.12-rt25.patch.xz 80720 BLAKE2B 
9afe1bba4e15e2d3eaf08270c36c729f03fc6ddabaa49d80d2a4be5103b4c269723db1a486f78d79064c533ebb19fb427dadfa545e1a991bb9afee6b75e10194
 SHA512 
b8bf4e921fa5e3f0e560210573e8c485d7e34beb794ddbb139a836f3e294c320bfc87a2828e55dc2568014d8a67c4e6346d07c9476f770c1e0c6395ab244bfe9
 DIST patch-5.15.12.xz 620100 BLAKE2B 
8ac09e5cff7465641818e24e846a014bc936e2e2f61b7d1973319d5665d45acd6be24d28430173b5646e80cf67351044165b949575baf76ccdfb46ae34fc1468
 SHA512 
0e2dbfa675f00ddcb72369d1aed76470ed37a0968856e00d620bdc4bc7891a1646b4f9dcf864a57c26a5b9ab6afec43c8a62ad5c7e0549aaf0e8bae2852a752b

diff --git a/sys-kernel/rt-sources/rt-sources-5.10.90_p61-r1.ebuild 
b/sys-kernel/rt-sources/rt-sources-5.10.90_p61-r1.ebuild
new file mode 100644
index ..a78670212ae3
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-5.10.90_p61-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+ETYPE="sources"
+KEYWORDS="~amd64 ~arm64"
+
+HOMEPAGE="https://wiki.linuxfoundation.org/realtime/start;
+
+CKV="$(ver_cut 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+RT_PATCHSET="${PV/*_p}"
+RC_PATCHSET="1"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}-rc${RC_PATCHSET}.patch.xz"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE}
 \
+   
https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE};
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT/g" \
+   -i "${S}/kernel/Kconfig.preempt" || die "sed failed"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   ewarn
+   ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact the RT project developers 
directly."
+   ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues 
with"
+   ewarn "the ebuilds."
+   ewarn
+}
+
+K_EXTRAEINFO="For more info on rt-sources and details on how to report 
problems, see: \
+${HOMEPAGE}."



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

2022-02-05 Thread Alice Ferrazzi
commit: dea463256f9aff93dd760e810d771bf480fb4b16
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Sun Feb  6 05:41:13 2022 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sun Feb  6 05:42:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea46325

sys-kernel/rt-sources: bump 5.15.19_p29

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

 sys-kernel/rt-sources/Manifest |  2 +
 .../rt-sources/rt-sources-5.15.19_p29.ebuild   | 52 ++
 2 files changed, 54 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index ef3d19a984dd..6efb4a4e7fcc 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -30,6 +30,8 @@ DIST patch-5.10.90-rt60.patch.xz 174020 BLAKE2B 
fc32399a70aa1082f0d7f0e60c412142
 DIST patch-5.10.90.xz 2570584 BLAKE2B 
3e2daae96d43729db6c62878a16578a045808d2ae99ff89666ca556fd18774f94379d83b04a2699b427ba8e630e82a31535405aa65917b86f506c5f1efcdb5fd
 SHA512 
a4b93886cdf0fcdcc0e4dd14f1a5e39d25b27b916be95e6b4b26961a7deba1fc4e4dc1078b79ea4dd9a92d9b777d9b8b1bc27c8920b7d04ef8452040eba15828
 DIST patch-5.15.12-rt25.patch.xz 80720 BLAKE2B 
9afe1bba4e15e2d3eaf08270c36c729f03fc6ddabaa49d80d2a4be5103b4c269723db1a486f78d79064c533ebb19fb427dadfa545e1a991bb9afee6b75e10194
 SHA512 
b8bf4e921fa5e3f0e560210573e8c485d7e34beb794ddbb139a836f3e294c320bfc87a2828e55dc2568014d8a67c4e6346d07c9476f770c1e0c6395ab244bfe9
 DIST patch-5.15.12.xz 620100 BLAKE2B 
8ac09e5cff7465641818e24e846a014bc936e2e2f61b7d1973319d5665d45acd6be24d28430173b5646e80cf67351044165b949575baf76ccdfb46ae34fc1468
 SHA512 
0e2dbfa675f00ddcb72369d1aed76470ed37a0968856e00d620bdc4bc7891a1646b4f9dcf864a57c26a5b9ab6afec43c8a62ad5c7e0549aaf0e8bae2852a752b
+DIST patch-5.15.19-rt29.patch.xz 80772 BLAKE2B 
f16cfaa06b50736406d42d0d2ebadae30e994361434ec38872caa8c2fee13ed9b70315b5708a4adb8f015e890b4d64cd91e4a1a6ac56df6f2c329222a75dccac
 SHA512 
eb8b7a253e6a74a635392405c8116ceba0acac231b164c2fcfb99be03a62c04003d6d0140031cf65e03937c79a0a20bc57767522335ee891b631557ba5e7edc1
+DIST patch-5.15.19.xz 944068 BLAKE2B 
7451c0ab57d0a341b2291335c51bfc549489d7427279d20a3bc8f57fa110a709c4614c6e2f744aa837b0b6b8e3d39e0a661e04dcde8d54c74a5b4e37f15485a8
 SHA512 
f0c16bf6b11d00ed830939d10a63d84f36f97e2ee950264cd8bb4537676ae1b882e86690c73ff1dc48ede709d23268af9b4fcd2ac146813ec5f34022dcd94199
 DIST patch-5.15.3-rt21.patch.xz 81128 BLAKE2B 
685ef5d14e7784ec34d01dec71ae7e8b5b731920f02188aa26a8f912201508b0f6472a810cbc5fbe89ab3ece4e376a80c62e4212463bd27a273b7471127245ce
 SHA512 
550381ff6e29554aaa2921f8e8f04a17841ff70b1bf2e59559379645420c354c92d921709bc2e11b5f8352105b82005af98c6b10c0834ad835c5f934d4102fdd
 DIST patch-5.15.3.xz 290732 BLAKE2B 
62544d1c3187321db6b2dfc7f1d910ddbcfc2b9d2977087d0e1fba12dde33df2d74ea62ced1646243db68a8d386b22bc5c80a955c1e65e77084b06e224586d93
 SHA512 
cf8b69a3aa725e0ebbe767ac28b7b99de53ee2436a6883e54ee330d17bbdb4d88c147ef1082c3c02a20649ecdc1e363961d9b210e56018c92daff7b889ff2db5
 DIST patch-5.16.2-rt19.patch.xz 72364 BLAKE2B 
6485a5f30fa871854ac63847e725f3a8ebcb2044a4b0afa34dae43896da9814f41836cb25b2a7a5c05fbd173de6f47de7e9aa6ee56327b098244c4dc8562bb9a
 SHA512 
018da2a043be7a2d4b197fc04c2e77f894295b1bb91deda44435e27ac572275f8f7bfdade95ff40bc8cc44e24fc4c09121f0fbddfc292e03b4105050da0b4871

diff --git a/sys-kernel/rt-sources/rt-sources-5.15.19_p29.ebuild 
b/sys-kernel/rt-sources/rt-sources-5.15.19_p29.ebuild
new file mode 100644
index ..8e20943244fb
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-5.15.19_p29.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+ETYPE="sources"
+KEYWORDS="~amd64 ~arm64"
+
+HOMEPAGE="https://wiki.linuxfoundation.org/realtime/start;
+
+CKV="$(ver_cut 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE}
 \
+   
https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE};
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT/g" \
+   -i "${S}/kernel/Kconfig.preempt" || die "sed failed"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   ewarn
+   ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact the RT project developers 

[gentoo-commits] repo/gentoo:master commit in: app-text/lowdown/files/, app-text/lowdown/

2022-02-05 Thread Patrick McLean
commit: 3fb23e1b4ca03f356c8757cfd6c2396bd62d1df2
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Feb  6 04:29:38 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Feb  6 04:30:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb23e1b

app-text/lowdown: Add -lmd to pkgconfig (bug #832590)

Also install lowdown.so symlink

Closes: https://bugs.gentoo.org/832590
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Patrick McLean  gentoo.org>

 app-text/lowdown/files/lowdown-0.10.0-linking.patch   |  7 +++
 app-text/lowdown/files/lowdown-0.10.0-pkgconfig-libmd.patch   | 11 +++
 .../{lowdown-0.10.0.ebuild => lowdown-0.10.0-r1.ebuild}   |  1 +
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/app-text/lowdown/files/lowdown-0.10.0-linking.patch 
b/app-text/lowdown/files/lowdown-0.10.0-linking.patch
index e0ab7285e07a..1581e94b7c9d 100644
--- a/app-text/lowdown/files/lowdown-0.10.0-linking.patch
+++ b/app-text/lowdown/files/lowdown-0.10.0-linking.patch
@@ -23,16 +23,15 @@ index d013a1c..c9de4d4 100644
  
  install: all
mkdir -p $(DESTDIR)$(BINDIR)
-@@ -153,7 +154,7 @@ install: all
-   $(INSTALL_DATA) lowdown.pc $(DESTDIR)$(LIBDIR)/pkgconfig
+@@ -153,6 +154,7 @@ install: all
$(INSTALL_PROGRAM) lowdown $(DESTDIR)$(BINDIR)
$(INSTALL_PROGRAM) lowdown-diff $(DESTDIR)$(BINDIR)
--  $(INSTALL_LIB) liblowdown.so $(DESTDIR)$(LIBDIR)
+   $(INSTALL_LIB) liblowdown.so $(DESTDIR)$(LIBDIR)
 +  $(INSTALL_LIB) liblowdown.so.1 $(DESTDIR)$(LIBDIR)
$(INSTALL_DATA) lowdown.h $(DESTDIR)$(INCLUDEDIR)
for f in $(MANS) ; do \
name=`basename $$f .html` ; \
-@@ -271,7 +272,7 @@ main.o: lowdown.h
+@@ -271,7 +273,7 @@ main.o: lowdown.h
  
  clean:
rm -f $(OBJS) $(COMPAT_OBJS) main.o

diff --git a/app-text/lowdown/files/lowdown-0.10.0-pkgconfig-libmd.patch 
b/app-text/lowdown/files/lowdown-0.10.0-pkgconfig-libmd.patch
new file mode 100644
index ..0337f3d68d99
--- /dev/null
+++ b/app-text/lowdown/files/lowdown-0.10.0-pkgconfig-libmd.patch
@@ -0,0 +1,11 @@
+diff --git a/lowdown.in.pc b/lowdown.in.pc
+index 078d0c0..a31aaac 100644
+--- a/lowdown.in.pc
 b/lowdown.in.pc
+@@ -9,5 +9,5 @@ URL: https://kristaps.bsd.lv/lowdown
+ Version: @VERSION@
+ Requires:
+ Libs.private: 
+-Libs: -L${libdir} -llowdown -lm
++Libs: -L${libdir} -llowdown -lm -lmd
+ Cflags: -I${includedir}

diff --git a/app-text/lowdown/lowdown-0.10.0.ebuild 
b/app-text/lowdown/lowdown-0.10.0-r1.ebuild
similarity index 95%
rename from app-text/lowdown/lowdown-0.10.0.ebuild
rename to app-text/lowdown/lowdown-0.10.0-r1.ebuild
index a38987c1e1aa..c0a7c32c57ec 100644
--- a/app-text/lowdown/lowdown-0.10.0.ebuild
+++ b/app-text/lowdown/lowdown-0.10.0-r1.ebuild
@@ -22,6 +22,7 @@ PATCHES=(
"${FILESDIR}/lowdown-0.10.0-shared-library.patch"
"${FILESDIR}/lowdown-0.10.0-dont-install-static-lib.patch"
"${FILESDIR}/lowdown-0.10.0-linking.patch"
+   "${FILESDIR}/lowdown-0.10.0-pkgconfig-libmd.patch"
 )
 
 src_configure() {



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

2022-02-05 Thread Sam James
commit: f873145aceb21bc2499005a08deb9b638606ff7e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 02:07:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 02:22:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f873145a

media-video/pipewire: add 0.3.45_p20220205

There's a handful of useful post-release commits, one
of which avoids some instability for me.

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

 media-video/pipewire/Manifest  |   1 +
 .../pipewire/pipewire-0.3.45_p20220205.ebuild  | 350 +
 2 files changed, 351 insertions(+)

diff --git a/media-video/pipewire/Manifest b/media-video/pipewire/Manifest
index 870b770b3515..b1e2d5da49c9 100644
--- a/media-video/pipewire/Manifest
+++ b/media-video/pipewire/Manifest
@@ -4,3 +4,4 @@ DIST pipewire-0.3.42.tar.gz 1705295 BLAKE2B 
afd397e75be4f776b9d3042258e8091d6e17
 DIST pipewire-0.3.43.tar.gz 1713131 BLAKE2B 
3fa167d74e6104685760a9eac721bc359f1245897e1a5f9b09b4b9591fc459d19549e209990ca478a10ad6c2a4dfaecc3546d996ab7f7d64fe880fb0c1c1dfca
 SHA512 
d3804cdb1d94977bb4e2757e46829e1e51fca52b018007afa3bbfabff4dc33538cedad015c91154e28b879fc2edeb4e1fadf633b0af9a0d3bfd930c53b1bc2c0
 DIST pipewire-0.3.44.tar.gz 1731260 BLAKE2B 
5dd4fbffa21c34984836d097028e48654e2c9005e2f167b964bba2a8a2b9a7aad658853f03acce2f7967f884cfbea740ca427e9d373f00bcea2f122337835e02
 SHA512 
9a356b1d63e996e3725b6d126d7f0a972f83d0db0a95e923d9a7ec5432ff04688d51332f5c83826069e593e021bf514937ae5daf9cc6ad7307fe8baab964a244
 DIST pipewire-0.3.45.tar.gz 1735913 BLAKE2B 
727cb07a3c94e70accf3e689dd9b436627be361fe0f971f57618e2f5d6a75bc5d4265d69f09d6526dabd7f185e79ff1f8ae9da890c518f3ee623347fcf2a95cf
 SHA512 
d1ec402e31ec5d6622b6daea1c77b47fd80e06b0dec5171769f72aa600d10a3be264691e2041e695d743fc61dae7b4da4f80a760ca81d8623c3c77f5be0dd2dc
+DIST pipewire-0.3.45_p20220205.tar.bz2 1296767 BLAKE2B 
2dbdb1db9ffdaa36579d7a6ee459fa001997ecd7b4ece006cf1265267ce956b65c752e8dd51affbff9c17b2934480e1fb86c6950c70ab5ecc8d61063c31a410b
 SHA512 
eae64ccf484c051a10a7a7ac11522de6cd3760c87414febe4868b76f22a8651b1bf94c04cd305fbacd1c6e7233fedb8008933c0dbd6809d4507eb27e633c3930

diff --git a/media-video/pipewire/pipewire-0.3.45_p20220205.ebuild 
b/media-video/pipewire/pipewire-0.3.45_p20220205.ebuild
new file mode 100644
index ..2e19306a378e
--- /dev/null
+++ b/media-video/pipewire/pipewire-0.3.45_p20220205.ebuild
@@ -0,0 +1,350 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit meson-multilib optfeature prefix python-any-r1 systemd udev
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN}.git;
+   inherit git-r3
+else
+   if [[ ${PV} == *_p* ]] ; then
+   MY_COMMIT="d1784cfd861bb3179903b07ab87a16e929c0909f"
+   
SRC_URI="https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${MY_COMMIT}/pipewire-${MY_COMMIT}.tar.bz2
 -> ${P}.tar.bz2"
+   S="${WORKDIR}"/${PN}-${MY_COMMIT}
+   else
+   
SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
+   fi
+
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+DESCRIPTION="Multimedia processing graphs"
+HOMEPAGE="https://pipewire.org/;
+
+LICENSE="MIT LGPL-2.1+ GPL-2"
+# ABI was broken in 0.3.42 for 
https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/49
+SLOT="0/0.4"
+IUSE="bluetooth doc echo-cancel extra gstreamer jack-client jack-sdk lv2 
pipewire-alsa ssl system-service systemd test v4l X zeroconf"
+
+# Once replacing system JACK libraries is possible, it's likely that
+# jack-client IUSE will need blocking to avoid users accidentally
+# configuring their systems to send PW sink output to the emulated
+# JACK's sink - doing so is likely to yield no audio, cause a CPU
+# cycles consuming loop (and may even cause GUI crashes)!
+
+REQUIRED_USE="
+   jack-sdk? ( !jack-client )
+   system-service? ( systemd )
+"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   >=dev-util/meson-0.59
+   virtual/pkgconfig
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')
+   doc? (
+   app-doc/doxygen
+   media-gfx/graphviz
+   )
+"
+RDEPEND="
+   acct-group/audio
+   media-libs/alsa-lib
+   sys-apps/dbus[${MULTILIB_USEDEP}]
+   sys-libs/readline:=
+   sys-libs/ncurses:=[unicode(+)]
+   virtual/libintl[${MULTILIB_USEDEP}]
+   virtual/libudev[${MULTILIB_USEDEP}]
+   bluetooth? (
+   media-libs/fdk-aac
+   media-libs/libldac
+   media-libs/libfreeaptx
+   media-libs/sbc
+   >=net-wireless/bluez-4.101:=
+   virtual/libusb:1
+   )
+   echo-cancel? ( media-libs/webrtc-audio-processing:0 )
+   extra? (
+   

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

2022-02-05 Thread Andreas K. Hüttel
commit: 1edb43d2e73384a4cf4d020c816faf26905a6d22
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Feb  6 02:12:49 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Feb  6 02:12:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edb43d2

sys-libs/glibc: Re-keyword 2.34-r8

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

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



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

2022-02-05 Thread Andreas K. Hüttel
commit: 60199e4f9bad1cbde7ccac876d25997a367ed4c0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Feb  6 01:41:27 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Feb  6 01:41:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60199e4f

sys-libs/glibc: Re-keyword 2.33-r13

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

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



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/

2022-02-05 Thread Matthias Maier
commit: 61694f5e95dcb13104153d14d95c3233131f1194
Author: Michal Privoznik  redhat  com>
AuthorDate: Sat Feb  5 05:27:25 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Feb  6 01:40:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61694f5e

app-emulation/virt-manager: Follow master branch rename

The master branch in the project's git was renamed to main [1].
Update our e-build to reflect that.

1: 
https://listman.redhat.com/archives/virt-tools-list/2022-February/msg2.html

Closes: https://github.com/gentoo/gentoo/pull/24086
Signed-off-by: Michal Privoznik  redhat.com>
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/virt-manager/virt-manager-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/virt-manager/virt-manager-.ebuild 
b/app-emulation/virt-manager/virt-manager-.ebuild
index 2b7f150c0d93..0d98a47262d9 100644
--- a/app-emulation/virt-manager/virt-manager-.ebuild
+++ b/app-emulation/virt-manager/virt-manager-.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
SRC_URI=""
EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git;
-   EGIT_BRANCH="master"
+   EGIT_BRANCH="main"
 else
SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz;
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"



[gentoo-commits] proj/pax-utils:master commit in: .github/workflows/

2022-02-05 Thread Mike Frysinger
commit: 47f5c9ddd4d2123babeab152a143a0f28e4b7a99
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Feb  6 01:26:30 2022 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Feb  6 01:26:30 2022 +
URL:https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=47f5c9dd

GH: simplify coverity GH action

Newer version has better defaults.

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

 .github/workflows/coverity.yml | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index f8ae34b..7e729c4 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -10,17 +10,10 @@ on:
 
 jobs:
   coverity:
-strategy:
-  matrix:
-os: [ubuntu-latest]
-cc: [gcc]
-runs-on: ${{ matrix.os }}
-env:
-  CC: ${{ matrix.cc }}
+runs-on: ubuntu-latest
 steps:
 - uses: actions/checkout@v2
-- uses: vapier/coverity-scan-action@v0
+- uses: vapier/coverity-scan-action@v1
   with:
-project: gentoo%2Fpax-utils
 email: vap...@gentoo.org
 token: ${{ secrets.COVERITY_SCAN_TOKEN }}



[gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/

2022-02-05 Thread Sam James
commit: 2a9f6fcd42024201986cf92968a2fd14143e447e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  6 00:30:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  6 00:30:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9f6fcd

dev-db/mongodb: fix pkg_setup for non-amd64 (e.g. arm64)

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

 dev-db/mongodb/mongodb-5.0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mongodb/mongodb-5.0.2-r1.ebuild 
b/dev-db/mongodb/mongodb-5.0.2-r1.ebuild
index 70c31271f576..f26b693c4f11 100644
--- a/dev-db/mongodb/mongodb-5.0.2-r1.ebuild
+++ b/dev-db/mongodb/mongodb-5.0.2-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
@@ -79,7 +79,7 @@ python_check_deps() {
 
 pkg_pretend() {
# Bug 809692
-   if ! use cpu_flags_x86_avx; then
+   if use amd64 && ! use cpu_flags_x86_avx; then
eerror "MongoDB 5.0 requires use of the AVX instruction set"
eerror 
"https://docs.mongodb.com/v5.0/administration/production-notes/;
die "MongoDB requires AVX"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/prusaslicer/files/, media-gfx/prusaslicer/

2022-02-05 Thread Dennis Lamm
commit: 572a3be0fb127033983cf685f80266198dab05f6
Author: Dennis Lamm  gentoo  org>
AuthorDate: Sat Feb  5 23:33:46 2022 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Sun Feb  6 00:23:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572a3be0

media-gfx/prusaslicer: drop old

Signed-off-by: Dennis Lamm  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/24093
Signed-off-by: Dennis Lamm  gentoo.org>

 media-gfx/prusaslicer/Manifest |  1 -
 .../files/prusaslicer-2.3.0-miniz-zip-header.patch |  9 --
 media-gfx/prusaslicer/prusaslicer-2.3.3-r1.ebuild  | 95 --
 3 files changed, 105 deletions(-)

diff --git a/media-gfx/prusaslicer/Manifest b/media-gfx/prusaslicer/Manifest
index 6cda360fa54a..d7c9689e19a8 100644
--- a/media-gfx/prusaslicer/Manifest
+++ b/media-gfx/prusaslicer/Manifest
@@ -1,2 +1 @@
-DIST prusaslicer-2.3.3.tar.gz 40659538 BLAKE2B 
1e1a1f7aeb34934bab03410e004a91e5ed76aaf930ff59e5b373b2e229018b6703d8da8ee7ab9085be25c5b3ce4ef39aeb38204336400867fac4a55f52c76bd4
 SHA512 
1f6b97e135202ad9de8f0bb212239ce2497de4205ea32f860b483473fb1f1783451d539a67cd97ef31f512a797b29c1067a1eff4134ea4a29b6218e5757657e2
 DIST prusaslicer-2.4.0.tar.gz 46397442 BLAKE2B 
686232fddd3e2105db1325ab085b49f6f7a028a24ab90120daf94c53255f09b19411e0ff075bfe7abff138d3c276e8b5341ff6d59e267087bcd4568ac1113c47
 SHA512 
e923e4e6273dbcfc3e2bc0e28f9eb8cda8530747c0a834f48aea715d75ba1d02be9cfee043689efccdaee40de00114f7964e43accad245b9acd801b997868e3c

diff --git 
a/media-gfx/prusaslicer/files/prusaslicer-2.3.0-miniz-zip-header.patch 
b/media-gfx/prusaslicer/files/prusaslicer-2.3.0-miniz-zip-header.patch
deleted file mode 100644
index 8fd587d3d481..
--- a/media-gfx/prusaslicer/files/prusaslicer-2.3.0-miniz-zip-header.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-https://bugs.gentoo.org/761541
 a/src/libslic3r/miniz_extension.hpp2021-01-11 08:01:51.0 
-0500
-+++ b/src/libslic3r/miniz_extension.hpp2021-01-12 01:16:10.503404521 
-0500
-@@ -4,4 +4,5 @@
- #include 
- #include 
-+#include 
- 
- namespace Slic3r {

diff --git a/media-gfx/prusaslicer/prusaslicer-2.3.3-r1.ebuild 
b/media-gfx/prusaslicer/prusaslicer-2.3.3-r1.ebuild
deleted file mode 100644
index 8504f9ddf60e..
--- a/media-gfx/prusaslicer/prusaslicer-2.3.3-r1.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0-gtk3"
-
-inherit xdg cmake desktop wxwidgets
-
-MY_PN="PrusaSlicer"
-
-DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication 
(3D printers)"
-HOMEPAGE="https://www.prusa3d.com/prusaslicer/;
-SRC_URI="https://github.com/prusa3d/${MY_PN}/archive/version_${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="AGPL-3 Boost-1.0 GPL-2 LGPL-3 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gui test"
-
-# tests fail to link with USE=-gui, bug #760096
-REQUIRED_USE="test? ( gui )"
-RESTRICT="!test? ( test )"
-
-# Please check if works with newer TBB on next release, bug #820785
-RDEPEND="
-   dev-cpp/eigen:3
-   =dev-libs/boost-1.73.0:=[nls,threads(+)]
-   dev-libs/cereal
-   dev-libs/expat
-   dev-libs/gmp:=
-   >=dev-libs/miniz-2.1.0-r2
-   dev-libs/mpfr:=
-   >=media-gfx/openvdb-5.0.0
-   media-libs/ilmbase:=
-   media-libs/libpng:0=
-   media-libs/qhull:=
-   sci-libs/libigl
-   sci-libs/nlopt
-   >=sci-mathematics/cgal-5.0:=
-   sys-apps/dbus
-   sys-libs/zlib:=
-   gui? (
-   dev-libs/glib:2
-   media-libs/glew:0=
-   net-misc/curl
-   virtual/glu
-   virtual/opengl
-   x11-libs/gtk+:3
-   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
-   )
-"
-DEPEND="${RDEPEND}
-   media-libs/qhull[static-libs]
-"
-
-S="${WORKDIR}/${MY_PN}-version_${PV}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.3.0-miniz-zip-header.patch"
-)
-
-src_prepare() {
-   sed -i -e 
's/PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN/PrusaSlicer-${SLIC3R_VERSION}+Gentoo/g'
 version.inc || die
-   cmake_src_prepare
-}
-
-src_configure() {
-   CMAKE_BUILD_TYPE="Release"
-
-   use gui && setup-wxwidgets
-
-   local mycmakeargs=(
-   -DSLIC3R_BUILD_TESTS=$(usex test)
-   -DSLIC3R_FHS=ON
-   -DSLIC3R_GTK=3
-   -DSLIC3R_GUI=$(usex gui)
-   -DSLIC3R_PCH=OFF
-   -DSLIC3R_WX_STABLE=ON
-   -Wno-dev
-   )
-
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-
-   if use gui; then
-   newicon -s 128 resources/icons/PrusaSlicer_128px.png 
PrusaSlicer.png
-   newicon -s 128 
resources/icons/PrusaSlicer-gcodeviewer_128px.png PrusaSlicer-gcodeviewer.png
-   domenu src/platform/unix/Prusa{Slicer,Gcodeviewer}.desktop
-   fi

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

2022-02-05 Thread Jason Zaman
commit: 1356a8c31597960bfc45efa1c232b81678f0b5f7
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Feb  6 00:11:34 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Feb  6 00:13:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1356a8c3

dev-python/absl-py: bump to 1.0.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason Zaman  gentoo.org>

 dev-python/absl-py/Manifest |  1 +
 dev-python/absl-py/absl-py-1.0.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/absl-py/Manifest b/dev-python/absl-py/Manifest
index bc850426fa41..14a8ca2e26f9 100644
--- a/dev-python/absl-py/Manifest
+++ b/dev-python/absl-py/Manifest
@@ -1 +1,2 @@
 DIST absl-py-0.12.0.tar.gz 229360 BLAKE2B 
f913f1eff2d8efc1f5bc06c83d09dbd5c57ba5fdc39953ccbe99750da49676a95112d4dcbcb13e20bd380c7c07f4a3d01e69ae940a19a91dc37e51b2189fb66c
 SHA512 
566cae120779920f8529eb797f9b26a662df0fa2ac853d78424e35d906f487069a945b2ad5a9a292aa90663e8c31c363925aa3114331f0f5f9fb479c79d781ac
+DIST absl-py-1.0.0.tar.gz 223739 BLAKE2B 
958b95ac5d26aa9e3c2efc046b20eb6a143e81de3cde6f9e2478ec3abf4c0a2619db50271d4f0a57034b81dc1e6e09d58d18a4254d4551fa8a644d1558eba94f
 SHA512 
41222ccd8e2eb65a266c88a047acae4c53cb00eb4f5678a11ebcf2b73e071bc4355f208b13697a0b9b71c4c96aa7d13eec9c5a90177f01c3cbabd0688a162aeb

diff --git a/dev-python/absl-py/absl-py-1.0.0.ebuild 
b/dev-python/absl-py/absl-py-1.0.0.ebuild
new file mode 100644
index ..89281c67d398
--- /dev/null
+++ b/dev-python/absl-py/absl-py-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+inherit distutils-r1
+
+DESCRIPTION="Abseil Python Common Libraries"
+HOMEPAGE="https://github.com/abseil/abseil-py;
+SRC_URI="https://github.com/abseil/abseil-py/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/abseil-py-${PV}"



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

2022-02-05 Thread Jason A. Donenfeld
commit: e4e2707733bb6b2c35242e351587e1e95883934c
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sat Feb  5 23:55:11 2022 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Sat Feb  5 23:57:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e27077

media-video/pipewire: add masked USE=system-service

Closes: https://github.com/gentoo/gentoo/pull/23972
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 media-video/pipewire/metadata.xml   |  1 +
 media-video/pipewire/pipewire-0.3.45.ebuild | 30 ++---
 media-video/pipewire/pipewire-.ebuild   | 30 ++---
 profiles/base/package.use.mask  |  5 +
 4 files changed, 60 insertions(+), 6 deletions(-)

diff --git a/media-video/pipewire/metadata.xml 
b/media-video/pipewire/metadata.xml
index a61d898b80e4..f88730b7d3ba 100644
--- a/media-video/pipewire/metadata.xml
+++ b/media-video/pipewire/metadata.xml
@@ -30,6 +30,7 @@
Allow loading LV2 plugins via 
media-libs/lv2
Replace PulseAudio's ALSA plugin 
with PipeWire's plugin
Enable raop-sink support (needs 
dev-libs/openssl)
+   Install systemd unit files for 
running as a system service. Not recommended.
Enable audible bell for X11

 

diff --git a/media-video/pipewire/pipewire-0.3.45.ebuild 
b/media-video/pipewire/pipewire-0.3.45.ebuild
index 033d3614a241..a6d8db4e1bda 100644
--- a/media-video/pipewire/pipewire-0.3.45.ebuild
+++ b/media-video/pipewire/pipewire-0.3.45.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://pipewire.org/;
 LICENSE="MIT LGPL-2.1+ GPL-2"
 # ABI was broken in 0.3.42 for 
https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/49
 SLOT="0/0.4"
-IUSE="bluetooth doc echo-cancel extra gstreamer jack-client jack-sdk lv2 
pipewire-alsa ssl systemd test v4l X zeroconf"
+IUSE="bluetooth doc echo-cancel extra gstreamer jack-client jack-sdk lv2 
pipewire-alsa ssl system-service systemd test v4l X zeroconf"
 
 # Once replacing system JACK libraries is possible, it's likely that
 # jack-client IUSE will need blocking to avoid users accidentally
@@ -29,7 +29,10 @@ IUSE="bluetooth doc echo-cancel extra gstreamer jack-client 
jack-sdk lv2 pipewir
 # JACK's sink - doing so is likely to yield no audio, cause a CPU
 # cycles consuming loop (and may even cause GUI crashes)!
 
-REQUIRED_USE="jack-sdk? ( !jack-client )"
+REQUIRED_USE="
+   jack-sdk? ( !jack-client )
+   system-service? ( systemd )
+"
 
 RESTRICT="!test? ( test )"
 
@@ -81,6 +84,10 @@ RDEPEND="
!pipewire-alsa? ( 
media-plugins/alsa-plugins[${MULTILIB_USEDEP},pulseaudio] )
ssl? ( dev-libs/openssl:= )
systemd? ( sys-apps/systemd )
+   system-service? (
+   acct-user/pipewire
+   acct-group/pipewire
+   )
v4l? ( media-libs/libv4l )
X? (
media-libs/libcanberra
@@ -128,6 +135,12 @@ src_prepare() {
 
@audio  -   memlock 256
 
+   $(use system-service && {
+   echo @pipewire - rtprio 95
+   echo @pipewire - priority -19
+   echo @pipewire - memlock 4194304
+   })
+
# End of ${limitsdfile} from ${P}
EOF
 }
@@ -146,7 +159,7 @@ multilib_src_configure() {
$(meson_native_use_feature gstreamer gstreamer-device-provider)
$(meson_native_use_feature systemd)
 
-   -Dsystemd-system-service=disabled # Matches upstream
+   $(meson_native_use_feature system-service 
systemd-system-service)
-Dsystemd-system-unit-dir="$(systemd_get_systemunitdir)"
-Dsystemd-user-unit-dir="$(systemd_get_userunitdir)"
 
@@ -316,4 +329,15 @@ pkg_postinst() {
fi
ewarn
fi
+
+   if use system-service; then
+   ewarn
+   ewarn "WARNING: you have enabled the system-service USE flag, 
which installs"
+   ewarn "the system-wide systemd units that enable PipeWire to 
run as a system"
+   ewarn "service. This is more than likely NOT what you want. You 
are strongly"
+   ewarn "advised not to enable this mode and instead stick with 
systemd user"
+   ewarn "units. The default configuration files will likely not 
work out of"
+   ewarn "box, and you are on your own with configuration."
+   ewarn
+   fi
 }

diff --git a/media-video/pipewire/pipewire-.ebuild 
b/media-video/pipewire/pipewire-.ebuild
index 033d3614a241..a6d8db4e1bda 100644
--- a/media-video/pipewire/pipewire-.ebuild
+++ b/media-video/pipewire/pipewire-.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://pipewire.org/;
 LICENSE="MIT LGPL-2.1+ GPL-2"
 # ABI was broken in 0.3.42 for 

[gentoo-commits] repo/gentoo:master commit in: acct-group/pipewire/

2022-02-05 Thread Jason A. Donenfeld
commit: a7f6ee5eea6b61a7c37c9d7b9ab1fbaf5e488149
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sat Feb  5 23:53:56 2022 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Sat Feb  5 23:57:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f6ee5e

acct-group/pipewire: new group for pipewire USE=system-service

Closes: https://github.com/gentoo/gentoo/pull/23972
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 acct-group/pipewire/metadata.xml  | 8 
 acct-group/pipewire/pipewire-0.ebuild | 8 
 2 files changed, 16 insertions(+)

diff --git a/acct-group/pipewire/metadata.xml b/acct-group/pipewire/metadata.xml
new file mode 100644
index ..f453528b934f
--- /dev/null
+++ b/acct-group/pipewire/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+   
+

diff --git a/acct-group/pipewire/pipewire-0.ebuild 
b/acct-group/pipewire/pipewire-0.ebuild
new file mode 100644
index ..c21081d66ed0
--- /dev/null
+++ b/acct-group/pipewire/pipewire-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=509



[gentoo-commits] repo/gentoo:master commit in: acct-user/pipewire/

2022-02-05 Thread Jason A. Donenfeld
commit: 8d6a8257382a4b4102401cf714a028da06673577
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sat Feb  5 23:53:12 2022 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Sat Feb  5 23:57:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6a8257

acct-user/pipewire: new user for pipewire USE=system-service

Closes: https://github.com/gentoo/gentoo/pull/23972
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 acct-user/pipewire/metadata.xml  |  8 
 acct-user/pipewire/pipewire-0.ebuild | 13 +
 2 files changed, 21 insertions(+)

diff --git a/acct-user/pipewire/metadata.xml b/acct-user/pipewire/metadata.xml
new file mode 100644
index ..f453528b934f
--- /dev/null
+++ b/acct-user/pipewire/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+   
+

diff --git a/acct-user/pipewire/pipewire-0.ebuild 
b/acct-user/pipewire/pipewire-0.ebuild
new file mode 100644
index ..7d3ea52b7d16
--- /dev/null
+++ b/acct-user/pipewire/pipewire-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for running PipeWire as a system-wide instance"
+ACCT_USER_ID=509
+ACCT_USER_GROUPS=( pipewire audio )
+ACCT_USER_HOME=/var/run/pipewire
+
+acct-user_add_deps



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

2022-02-05 Thread Jason A. Donenfeld
commit: 9b93721339840ee78f87dd8a855164154e0d3c32
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sat Feb  5 23:56:27 2022 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Sat Feb  5 23:57:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b937213

media-video/wireplumber: add masked USE=system-service

Closes: https://github.com/gentoo/gentoo/pull/23972
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 media-video/wireplumber/metadata.xml   |  3 +++
 .../wireplumber/wireplumber-0.4.7-r1.ebuild| 23 ++
 media-video/wireplumber/wireplumber-.ebuild| 23 ++
 profiles/base/package.use.mask |  1 +
 4 files changed, 42 insertions(+), 8 deletions(-)

diff --git a/media-video/wireplumber/metadata.xml 
b/media-video/wireplumber/metadata.xml
index 6c8e29d33878..d0319b1689c5 100644
--- a/media-video/wireplumber/metadata.xml
+++ b/media-video/wireplumber/metadata.xml
@@ -14,4 +14,7 @@

https://gitlab.freedesktop.org/pipewire/wireplumber/-/releases



+   
+   Install systemd unit files for 
running as a system service. Not recommended.
+   
 

diff --git a/media-video/wireplumber/wireplumber-0.4.7-r1.ebuild 
b/media-video/wireplumber/wireplumber-0.4.7-r1.ebuild
index a071b5b2b18f..6c3ec05b1b1c 100644
--- a/media-video/wireplumber/wireplumber-0.4.7-r1.ebuild
+++ b/media-video/wireplumber/wireplumber-0.4.7-r1.ebuild
@@ -21,11 +21,12 @@ 
HOMEPAGE="https://gitlab.freedesktop.org/pipewire/wireplumber;
 
 LICENSE="MIT"
 SLOT="0/0.4"
-IUSE="elogind systemd test"
+IUSE="elogind system-service systemd test"
 
 REQUIRED_USE="
${LUA_REQUIRED_USE}
?? ( elogind systemd )
+   system-service? ( systemd )
 "
 
 RESTRICT="!test? ( test )"
@@ -50,7 +51,12 @@ DEPEND="
 #  $(lua_gen_cond_dep '
 #  dev-lua/[${LUA_USEDEP}]
 #  ')
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   system-service? (
+   acct-user/pipewire
+   acct-group/pipewire
+   )
+"
 
 DOCS=( {NEWS,README}.rst )
 
@@ -66,7 +72,7 @@ src_configure() {
-Dsystem-lua-version=$(ver_cut 1-2 $(lua_get_version))
$(meson_feature elogind)
$(meson_feature systemd)
-   -Dsystemd-system-service=false # Matches upstream
+   $(meson_use system-service systemd-system-service)
$(meson_use systemd systemd-user-service)
-Dsystemd-system-unit-dir=$(systemd_get_systemunitdir)
-Dsystemd-user-unit-dir=$(systemd_get_userunitdir)
@@ -90,5 +96,14 @@ pkg_postinst() {
ewarn "or, if it does exist, that any reference to"
ewarn "${EROOT}/usr/bin/pipewire-media-session is commented out 
(begins with a #)."
fi
-   ewarn
+   if use system-service; then
+   ewarn
+   ewarn "WARNING: you have enabled the system-service USE flag, 
which installs"
+   ewarn "the system-wide systemd units that enable WirePlumber to 
run as a system"
+   ewarn "service. This is more than likely NOT what you want. You 
are strongly"
+   ewarn "advised not to enable this mode and instead stick with 
systemd user"
+   ewarn "units. The default configuration files will likely not 
work out of"
+   ewarn "box, and you are on your own with configuration."
+   ewarn
+   fi
 }

diff --git a/media-video/wireplumber/wireplumber-.ebuild 
b/media-video/wireplumber/wireplumber-.ebuild
index 2e6c068b1ee9..f377227e2460 100644
--- a/media-video/wireplumber/wireplumber-.ebuild
+++ b/media-video/wireplumber/wireplumber-.ebuild
@@ -21,11 +21,12 @@ 
HOMEPAGE="https://gitlab.freedesktop.org/pipewire/wireplumber;
 
 LICENSE="MIT"
 SLOT="0/0.4"
-IUSE="elogind systemd test"
+IUSE="elogind system-service systemd test"
 
 REQUIRED_USE="
${LUA_REQUIRED_USE}
?? ( elogind systemd )
+   system-service? ( systemd )
 "
 
 RESTRICT="!test? ( test )"
@@ -50,7 +51,12 @@ DEPEND="
 #  $(lua_gen_cond_dep '
 #  dev-lua/[${LUA_USEDEP}]
 #  ')
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   system-service? (
+   acct-user/pipewire
+   acct-group/pipewire
+   )
+"
 
 DOCS=( {NEWS,README}.rst )
 
@@ -62,7 +68,7 @@ src_configure() {
-Dsystem-lua-version=$(ver_cut 1-2 $(lua_get_version))
$(meson_feature elogind)
$(meson_feature systemd)
-   -Dsystemd-system-service=false # Matches upstream
+   $(meson_use system-service systemd-system-service)
$(meson_use systemd systemd-user-service)
-Dsystemd-system-unit-dir=$(systemd_get_systemunitdir)
-Dsystemd-user-unit-dir=$(systemd_get_userunitdir)
@@ -86,5 

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

2022-02-05 Thread Jason A. Donenfeld
commit: 2ebba702392e863393740e6cf00b77dd3ebdfb1d
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sat Feb  5 23:47:25 2022 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Sat Feb  5 23:49:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebba702

net-libs/xdp-tools: bump to 1.2.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 net-libs/xdp-tools/Manifest|  2 +-
 ...p-tools-1.2.0.ebuild => xdp-tools-1.2.2.ebuild} | 23 +++---
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/net-libs/xdp-tools/Manifest b/net-libs/xdp-tools/Manifest
index 5ecf7cd4b235..ea4cbad8d43e 100644
--- a/net-libs/xdp-tools/Manifest
+++ b/net-libs/xdp-tools/Manifest
@@ -1 +1 @@
-DIST xdp-tools-1.2.0.tar.gz 233676 BLAKE2B 
488bd24c5b0c25cb90cc434c0d7cecaf0cf2818d949008fabf4a1245f773e1a1e7a6520c4155df5a6364b0cc8ce2ae49b7b428209b762ecd11f9d6adc10cc57b
 SHA512 
484e5aed6d695665e9e7edec8033b6034281fb215c758a8a8600b5b2215c7decb538efbafa4204306497197a329c3ad7c51beb33717fbe0296a345a1aca8c0a9
+DIST xdp-tools-1.2.2.tar.gz 250875 BLAKE2B 
dc390587caa1702148a47203a53703d3d9f7e65d7503e8f8307cbec60d5b52f6c150fdc51f257463e22eaa2e897eb68f20ba7a8d7f7bc0fac47cbaf8072fd5cf
 SHA512 
ec2fe34f820e324af044968c62440ba40cae46012c6e39d23cffc392ff190675d8a43240049b2c0467db391073469045aaa3d559cfb8a48d86fb2305fb9f45ad

diff --git a/net-libs/xdp-tools/xdp-tools-1.2.0.ebuild 
b/net-libs/xdp-tools/xdp-tools-1.2.2.ebuild
similarity index 71%
rename from net-libs/xdp-tools/xdp-tools-1.2.0.ebuild
rename to net-libs/xdp-tools/xdp-tools-1.2.2.ebuild
index f15f1f30f4f4..91e600e4adc3 100644
--- a/net-libs/xdp-tools/xdp-tools-1.2.0.ebuild
+++ b/net-libs/xdp-tools/xdp-tools-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,15 +11,14 @@ LICENSE="GPL-2 LGPL-2.1 BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
-IUSE="+doc +tools"
+IUSE="+tools"
 
 DEPEND="dev-libs/libbpf:=
sys-libs/zlib
net-libs/libpcap
virtual/libelf"
 RDEPEND="${DEPEND}"
-BDEPEND=">=sys-devel/clang-10.0.0
-   doc? ( app-editors/emacs )"
+BDEPEND=">=sys-devel/clang-10.0.0"
 
 # Not prebuilt -- we build them -- but they're not ordinary ELF objects either.
 QA_PREBUILT="usr/lib/bpf/*.o"
@@ -29,21 +28,23 @@ MAKEOPTS+=" V=1"
 src_configure() {
export PRODUCTION=1
export DYNAMIC_LIBXDP=1
-   export FORCE_EMACS=$(usex doc 1 0)
-   use doc || export EMACS=false
export FORCE_SYSTEM_LIBBPF=1
default
-   {
-   echo "PREFIX := ${EPREFIX}/usr"
-   echo "LIBDIR := \$(PREFIX)/$(get_libdir)"
-   echo "BPF_OBJECT_DIR := \$(PREFIX)/lib/bpf"
-   } >> config.mk
 }
 
 src_install() {
+   export PREFIX="${EPREFIX}/usr"
+   export LIBDIR="${PREFIX}/$(get_libdir)"
+   export BPF_OBJECT_DIR="${PREFIX}/lib/bpf"
default
+
+   # To remove the scripts/testing files that are installed.
rm -r "${ED}/usr/share/xdp-tools" || die
+   # We can't control static archive generation yet.
rm "${ED}/usr/$(get_libdir)/libxdp.a" || die
+
use tools || { rm "${ED}/usr/sbin"/* || die; }
+
+   # These are ELF objects but BPF ones.
dostrip -x /usr/lib/bpf
 }



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

2022-02-05 Thread Sam James
commit: 44b213e82ec3c2e343b7bf740bf4b1e0835e1fa7
Author: Linus Karl  lotz  li>
AuthorDate: Sat Feb  5 19:36:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  5 23:46:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b213e8

media-video/pipewire: version bump to 0.3.45

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Linus Karl  lotz.li>
Closes: https://github.com/gentoo/gentoo/pull/24091
Signed-off-by: Sam James  gentoo.org>

 media-video/pipewire/Manifest   |   1 +
 media-video/pipewire/pipewire-0.3.45.ebuild | 319 
 2 files changed, 320 insertions(+)

diff --git a/media-video/pipewire/Manifest b/media-video/pipewire/Manifest
index 28359b40caea..870b770b3515 100644
--- a/media-video/pipewire/Manifest
+++ b/media-video/pipewire/Manifest
@@ -3,3 +3,4 @@ DIST pipewire-0.3.36.tar.gz 1708209 BLAKE2B 
20fce0d7f88347fe594491d4fae7b6a8edee
 DIST pipewire-0.3.42.tar.gz 1705295 BLAKE2B 
afd397e75be4f776b9d3042258e8091d6e1722f374e62417274238e5017e268c986ac7624e1b91ec8a97fc9078e8aa6d46a22f30c0834f99e5cd3112a096aded
 SHA512 
bbf00ad5cee8ac872d8c2ef6b9499233100dba04c127b435894cf16c349188ae11edf918479a58039becc1b493c6f53a318d8fb483043dde074dc21ec32984c1
 DIST pipewire-0.3.43.tar.gz 1713131 BLAKE2B 
3fa167d74e6104685760a9eac721bc359f1245897e1a5f9b09b4b9591fc459d19549e209990ca478a10ad6c2a4dfaecc3546d996ab7f7d64fe880fb0c1c1dfca
 SHA512 
d3804cdb1d94977bb4e2757e46829e1e51fca52b018007afa3bbfabff4dc33538cedad015c91154e28b879fc2edeb4e1fadf633b0af9a0d3bfd930c53b1bc2c0
 DIST pipewire-0.3.44.tar.gz 1731260 BLAKE2B 
5dd4fbffa21c34984836d097028e48654e2c9005e2f167b964bba2a8a2b9a7aad658853f03acce2f7967f884cfbea740ca427e9d373f00bcea2f122337835e02
 SHA512 
9a356b1d63e996e3725b6d126d7f0a972f83d0db0a95e923d9a7ec5432ff04688d51332f5c83826069e593e021bf514937ae5daf9cc6ad7307fe8baab964a244
+DIST pipewire-0.3.45.tar.gz 1735913 BLAKE2B 
727cb07a3c94e70accf3e689dd9b436627be361fe0f971f57618e2f5d6a75bc5d4265d69f09d6526dabd7f185e79ff1f8ae9da890c518f3ee623347fcf2a95cf
 SHA512 
d1ec402e31ec5d6622b6daea1c77b47fd80e06b0dec5171769f72aa600d10a3be264691e2041e695d743fc61dae7b4da4f80a760ca81d8623c3c77f5be0dd2dc

diff --git a/media-video/pipewire/pipewire-0.3.45.ebuild 
b/media-video/pipewire/pipewire-0.3.45.ebuild
new file mode 100644
index ..033d3614a241
--- /dev/null
+++ b/media-video/pipewire/pipewire-0.3.45.ebuild
@@ -0,0 +1,319 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit meson-multilib optfeature prefix python-any-r1 systemd udev
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN}.git;
+   inherit git-r3
+else
+   
SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+DESCRIPTION="Multimedia processing graphs"
+HOMEPAGE="https://pipewire.org/;
+
+LICENSE="MIT LGPL-2.1+ GPL-2"
+# ABI was broken in 0.3.42 for 
https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/49
+SLOT="0/0.4"
+IUSE="bluetooth doc echo-cancel extra gstreamer jack-client jack-sdk lv2 
pipewire-alsa ssl systemd test v4l X zeroconf"
+
+# Once replacing system JACK libraries is possible, it's likely that
+# jack-client IUSE will need blocking to avoid users accidentally
+# configuring their systems to send PW sink output to the emulated
+# JACK's sink - doing so is likely to yield no audio, cause a CPU
+# cycles consuming loop (and may even cause GUI crashes)!
+
+REQUIRED_USE="jack-sdk? ( !jack-client )"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   >=dev-util/meson-0.59
+   virtual/pkgconfig
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')
+   doc? (
+   app-doc/doxygen
+   media-gfx/graphviz
+   )
+"
+RDEPEND="
+   acct-group/audio
+   media-libs/alsa-lib
+   sys-apps/dbus[${MULTILIB_USEDEP}]
+   sys-libs/readline:=
+   sys-libs/ncurses:=[unicode(+)]
+   virtual/libintl[${MULTILIB_USEDEP}]
+   virtual/libudev[${MULTILIB_USEDEP}]
+   bluetooth? (
+   media-libs/fdk-aac
+   media-libs/libldac
+   media-libs/libfreeaptx
+   media-libs/sbc
+   >=net-wireless/bluez-4.101:=
+   virtual/libusb:1
+   )
+   echo-cancel? ( media-libs/webrtc-audio-processing:0 )
+   extra? (
+   >=media-libs/libsndfile-1.0.20
+   )
+   gstreamer? (
+   >=dev-libs/glib-2.32.0:2
+   >=media-libs/gstreamer-1.10.0:1.0
+   media-libs/gst-plugins-base:1.0
+   )
+   jack-client? ( >=media-sound/jack2-1.9.10:2[dbus] )
+   jack-sdk? (
+   !media-sound/jack-audio-connection-kit
+   !media-sound/jack2
+   )
+   lv2? ( 

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

2022-02-05 Thread Ionen Wolkens
commit: d8fca82caa34084bf912975854ed86cb43ab8df3
Author: Robert Siebeck  r123  de>
AuthorDate: Fri Feb  4 08:01:14 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8fca82c

net-im/signal-desktop-bin: remove old versions

Signed-off-by: Robert Siebeck  r123.de>
Closes: https://github.com/gentoo/gentoo/pull/24058
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 -
 .../signal-desktop-bin-5.28.0.ebuild   | 98 --
 2 files changed, 99 deletions(-)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index 096889ff1272..95054d1f1214 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1,3 +1,2 @@
-DIST signal-desktop_5.28.0_amd64.deb 125042908 BLAKE2B 
ddc7e4d04e679320c70ddaaf9544a07d6a9f8e73a339e0689941946c8148d339fe6c5c6933c85256abff5bda6abe3cf35733c5e35ead17391d3e807f450515d0
 SHA512 
4e50d5c17d29d49144bd0c19da45d8d0e55f319b7c8e7dc24b99a80c7c127ff6386d28490cc0389526ab85854334d4e4ab5a8d6ba38ed2564d5a47c8fb48fab0
 DIST signal-desktop_5.29.1_amd64.deb 125070070 BLAKE2B 
86d7e75fd725d8ca740164343dfa7ed76b106620647cfd646c08e4d583368c8cb3bcd630d25d85cccbfa4f06288d40a8ed9e4735e9bd6a2cc8cbdb10ce5d75db
 SHA512 
6036fedfc8e5c7ef2cdcc97e96919b3f9bb74aff8732066a2694100bc25f848a06317b0c54f9125284ee8f47e9498ec09713b6f5f4afadfeb74c2bd95699e343
 DIST signal-desktop_5.30.0_amd64.deb 125068854 BLAKE2B 
97e7b2cd038e3b4fc9648aafef4a1c912be0051dae90279c599b3898eca91616640e3489acbcb09b071a70c22a8d8c7d69f3fb9165d64cf226197a5997dfbe70
 SHA512 
0f947ef2761b9440d538434d44d4fe050a42185dd0774e9504db0a5491424420475a4736c53e364dcb0b5132f9b8046f70d8f622b8c89be32aa084a619eb0572

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-5.28.0.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-5.28.0.ebuild
deleted file mode 100644
index 75db5c2f8043..
--- a/net-im/signal-desktop-bin/signal-desktop-bin-5.28.0.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN/-bin/}"
-
-inherit pax-utils unpacker xdg
-
-DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
-HOMEPAGE="https://signal.org/
-   https://github.com/signalapp/Signal-Desktop;
-SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb;
-S="${WORKDIR}"
-
-LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl 
ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="-* amd64"
-IUSE="+sound"
-RESTRICT="splitdebug"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/mesa[X(+)]
-   net-print/cups
-   sys-apps/dbus[X]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/cairo
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/pango
-   sound? (
-   || (
-   media-sound/pulseaudio
-   media-sound/apulse
-   )
-   )
-"
-
-QA_PREBUILT="
-   opt/Signal/chrome_crashpad_handler
-   opt/Signal/chrome-sandbox
-   opt/Signal/libEGL.so
-   opt/Signal/libGLESv2.so
-   opt/Signal/libffmpeg.so
-   opt/Signal/libvk_swiftshader.so
-   opt/Signal/libvulkan.so.1
-   opt/Signal/resources/app.asar.unpacked/node_modules/*
-   opt/Signal/signal-desktop
-   opt/Signal/swiftshader/libEGL.so
-   opt/Signal/swiftshader/libGLESv2.so"
-
-src_prepare() {
-   default
-   sed -e 's| --no-sandbox||g' \
-   -i usr/share/applications/signal-desktop.desktop || die
-   unpack usr/share/doc/signal-desktop/changelog.gz
-}
-
-src_install() {
-   insinto /
-   dodoc changelog
-   doins -r opt
-   insinto /usr/share
-
-   if has_version media-sound/apulse[-sdk] && ! has_version 
media-sound/pulseaudio; then
-   sed -i 's/Exec=/Exec=apulse /g' 
usr/share/applications/signal-desktop.desktop || die
-   fi
-
-   doins -r usr/share/applications
-   doins -r usr/share/icons
-   fperms +x /opt/Signal/signal-desktop /opt/Signal/chrome-sandbox
-   fperms u+s /opt/Signal/chrome-sandbox
-   pax-mark m opt/Signal/signal-desktop opt/Signal/chrome-sandbox
-
-   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   elog "For using the tray icon on compatible desktop 

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

2022-02-05 Thread Ionen Wolkens
commit: 810baf23acbac82684d61fee7cd3256422587bcf
Author: Arsen Arsenović  aarsen  me>
AuthorDate: Thu Feb  3 14:09:17 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810baf23

gui-apps/foot: new package

adopted from guru

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Arsen Arsenović  aarsen.me>
Closes: https://github.com/gentoo/gentoo/pull/24067
Signed-off-by: Ionen Wolkens  gentoo.org>

 gui-apps/foot/Manifest   |  1 +
 gui-apps/foot/foot-1.11.0.ebuild | 62 
 gui-apps/foot/metadata.xml   | 15 ++
 3 files changed, 78 insertions(+)

diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
new file mode 100644
index ..67ee147f1c81
--- /dev/null
+++ b/gui-apps/foot/Manifest
@@ -0,0 +1 @@
+DIST foot-1.11.0.tar.gz 468899 BLAKE2B 
f3e3909c670598dab151f8be4104921fddd6621e833a8fe43c68d06347e3e866101fe1563282622436638674b7f73770762d47a7b9fd61d42b00bc7634e2ea76
 SHA512 
edf8130dfb52e06b6d8638115eca19695b24536f3f6b284e0319876edb95c3c86800f9527cc9dae3f66d2d317d26add793634a19f302e52c9f0118b9b91fc9c2

diff --git a/gui-apps/foot/foot-1.11.0.ebuild b/gui-apps/foot/foot-1.11.0.ebuild
new file mode 100644
index ..e70cf3b961c9
--- /dev/null
+++ b/gui-apps/foot/foot-1.11.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+DESCRIPTION="Fast, lightweight and minimalistic Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot;
+SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+grapheme-clustering"
+
+COMMON_DEPEND="
+   dev-libs/wayland
+   media-libs/fcft
+   media-libs/fontconfig
+   x11-libs/libxkbcommon
+   x11-libs/pixman
+   grapheme-clustering? (
+   dev-libs/libutf8proc:=
+   media-libs/fcft[harfbuzz]
+   )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   dev-libs/wayland-protocols
+   dev-libs/tllist
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   || (
+   >=sys-libs/ncurses-6.3
+   ~gui-apps/foot-terminfo-${PV}
+   )
+"
+BDEPEND="
+   dev-util/wayland-scanner
+   app-text/scdoc
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature grapheme-clustering)
+   -Dthemes=true
+   -Dime=true
+   -Dterminfo=disabled
+   -Dwerror=false
+   )
+   meson_src_configure
+}
+
+src_install() {
+   local DOCS=( CHANGELOG.md README.md )
+   meson_src_install
+
+   rm -r "${ED}/usr/share/doc/${PN}" || die
+}

diff --git a/gui-apps/foot/metadata.xml b/gui-apps/foot/metadata.xml
new file mode 100644
index ..ad620b602788
--- /dev/null
+++ b/gui-apps/foot/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ar...@aarsen.me
+   Arsen Arsenović
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Enable grapheme clustering 
support
+   
+



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

2022-02-05 Thread Ionen Wolkens
commit: 5f3cc1ee9b0cfcc570d7f6aa0935362e283da0b9
Author: Arsen Arsenović  aarsen  me>
AuthorDate: Thu Feb  3 14:07:11 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3cc1ee

media-libs/fcft: new package

reverse dependency of gui-apps/foot, adopted from guru

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Arsen Arsenović  aarsen.me>
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-libs/fcft/Manifest  |  1 +
 media-libs/fcft/fcft-3.0.0.ebuild | 90 +++
 media-libs/fcft/metadata.xml  | 18 
 3 files changed, 109 insertions(+)

diff --git a/media-libs/fcft/Manifest b/media-libs/fcft/Manifest
new file mode 100644
index ..698c8a5767e4
--- /dev/null
+++ b/media-libs/fcft/Manifest
@@ -0,0 +1 @@
+DIST fcft-3.0.0.tar.gz 441458 BLAKE2B 
9ff83691435953285f1b3f8b51dac7b17453a457eeb910f035e39c6fa3bb39098d3adbb7179f734261a4034e9ea8b034dd03a20ba0c364b7de2efe9b781dfdaa
 SHA512 
fbf7ac7d777bdb530b90b79a0bd8b90d3f7ae8b099c2733304dbe89fbcc1a1a3493d1eac0478bcdee291d8c804da21461737fc3e34164637e86ff737023622b1

diff --git a/media-libs/fcft/fcft-3.0.0.ebuild 
b/media-libs/fcft/fcft-3.0.0.ebuild
new file mode 100644
index ..27380210cb01
--- /dev/null
+++ b/media-libs/fcft/fcft-3.0.0.ebuild
@@ -0,0 +1,90 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit meson python-any-r1
+
+DESCRIPTION="Simple library for font loading and glyph rasterization"
+HOMEPAGE="https://codeberg.org/dnkl/fcft;
+SRC_URI="https://codeberg.org/dnkl/fcft/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples +harfbuzz +libutf8proc test"
+REQUIRED_USE="
+   libutf8proc? ( harfbuzz )
+   examples? ( libutf8proc )
+"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   media-libs/fontconfig
+   media-libs/freetype
+   x11-libs/pixman
+   examples? (
+   dev-libs/libutf8proc:=
+   dev-libs/wayland
+   )
+   harfbuzz? (
+   media-libs/harfbuzz:=
+   )
+   libutf8proc? (
+   dev-libs/libutf8proc:=
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   app-i18n/unicode-data
+   dev-libs/tllist
+   examples? (
+   dev-libs/wayland-protocols
+   )
+   test? (
+   dev-libs/check
+   harfbuzz? ( media-fonts/noto-emoji )
+   )
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   app-text/scdoc
+   examples? (
+   dev-util/wayland-scanner
+   )
+"
+
+src_prepare() {
+   default
+
+   rm -r unicode || die "Failed removing vendored unicode-data"
+
+   sed -i 
"s;unicode/UnicodeData.txt;${EPREFIX}/usr/share/unicode-data/UnicodeData.txt;" \
+   meson.build || die "Failed changing UnicodeData.txt to system's 
copy"
+   sed -i 
"s;unicode/emoji-data.txt;${EPREFIX}/usr/share/unicode-data/emoji/emoji-data.txt;"
 \
+   meson.build || die "Failed changing emoji-data.txt to system's 
copy"
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature harfbuzz grapheme-shaping)
+   $(meson_feature libutf8proc run-shaping)
+   $(meson_use examples)
+   $(use test && meson_use harfbuzz test-text-shaping)
+   -Ddocs=enabled
+   -Dwerror=false
+   )
+
+   meson_src_configure
+}
+
+src_install() {
+   local DOCS=( CHANGELOG.md README.md )
+   meson_src_install
+
+   rm -r "${ED}"/usr/share/doc/${PN} || die
+
+   use examples && newbin "${BUILD_DIR}/example/example" fcft-example
+}

diff --git a/media-libs/fcft/metadata.xml b/media-libs/fcft/metadata.xml
new file mode 100644
index ..f209916337f0
--- /dev/null
+++ b/media-libs/fcft/metadata.xml
@@ -0,0 +1,18 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ar...@aarsen.me
+   Arsen Arsenović
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Use media-libs/harfbuzz for 
grapheme
+   and run shaping
+   Use media-libs/harfbuzz and
+   dev-libs/libutf8proc for run shaping
+   
+



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

2022-02-05 Thread Ionen Wolkens
commit: ec4741f313f8e24a848c8773a53407d509ad4a73
Author: Robert Siebeck  r123  de>
AuthorDate: Wed Feb  2 22:16:26 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4741f3

net-im/signal-desktop-bin: add new version 5.30.0

Signed-off-by: Robert Siebeck  r123.de>
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 +
 .../signal-desktop-bin-5.30.0.ebuild   | 98 ++
 2 files changed, 99 insertions(+)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index afabc6a843e8..096889ff1272 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1,2 +1,3 @@
 DIST signal-desktop_5.28.0_amd64.deb 125042908 BLAKE2B 
ddc7e4d04e679320c70ddaaf9544a07d6a9f8e73a339e0689941946c8148d339fe6c5c6933c85256abff5bda6abe3cf35733c5e35ead17391d3e807f450515d0
 SHA512 
4e50d5c17d29d49144bd0c19da45d8d0e55f319b7c8e7dc24b99a80c7c127ff6386d28490cc0389526ab85854334d4e4ab5a8d6ba38ed2564d5a47c8fb48fab0
 DIST signal-desktop_5.29.1_amd64.deb 125070070 BLAKE2B 
86d7e75fd725d8ca740164343dfa7ed76b106620647cfd646c08e4d583368c8cb3bcd630d25d85cccbfa4f06288d40a8ed9e4735e9bd6a2cc8cbdb10ce5d75db
 SHA512 
6036fedfc8e5c7ef2cdcc97e96919b3f9bb74aff8732066a2694100bc25f848a06317b0c54f9125284ee8f47e9498ec09713b6f5f4afadfeb74c2bd95699e343
+DIST signal-desktop_5.30.0_amd64.deb 125068854 BLAKE2B 
97e7b2cd038e3b4fc9648aafef4a1c912be0051dae90279c599b3898eca91616640e3489acbcb09b071a70c22a8d8c7d69f3fb9165d64cf226197a5997dfbe70
 SHA512 
0f947ef2761b9440d538434d44d4fe050a42185dd0774e9504db0a5491424420475a4736c53e364dcb0b5132f9b8046f70d8f622b8c89be32aa084a619eb0572

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-5.30.0.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-5.30.0.ebuild
new file mode 100644
index ..47f9a77095de
--- /dev/null
+++ b/net-im/signal-desktop-bin/signal-desktop-bin-5.30.0.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-bin/}"
+
+inherit pax-utils unpacker xdg
+
+DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
+HOMEPAGE="https://signal.org/
+   https://github.com/signalapp/Signal-Desktop;
+SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb;
+S="${WORKDIR}"
+
+LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl 
ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="+sound"
+RESTRICT="splitdebug"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa[X(+)]
+   net-print/cups
+   sys-apps/dbus[X]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/cairo
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+   sound? (
+   || (
+   media-sound/pulseaudio
+   media-sound/apulse
+   )
+   )
+"
+
+QA_PREBUILT="
+   opt/Signal/chrome_crashpad_handler
+   opt/Signal/chrome-sandbox
+   opt/Signal/libEGL.so
+   opt/Signal/libGLESv2.so
+   opt/Signal/libffmpeg.so
+   opt/Signal/libvk_swiftshader.so
+   opt/Signal/libvulkan.so.1
+   opt/Signal/resources/app.asar.unpacked/node_modules/*
+   opt/Signal/signal-desktop
+   opt/Signal/swiftshader/libEGL.so
+   opt/Signal/swiftshader/libGLESv2.so"
+
+src_prepare() {
+   default
+   sed -e 's| --no-sandbox||g' \
+   -i usr/share/applications/signal-desktop.desktop || die
+   unpack usr/share/doc/signal-desktop/changelog.gz
+}
+
+src_install() {
+   insinto /
+   dodoc changelog
+   doins -r opt
+   insinto /usr/share
+
+   if has_version media-sound/apulse[-sdk] && ! has_version 
media-sound/pulseaudio; then
+   sed -i 's/Exec=/Exec=apulse /g' 
usr/share/applications/signal-desktop.desktop || die
+   fi
+
+   doins -r usr/share/applications
+   doins -r usr/share/icons
+   fperms +x /opt/Signal/signal-desktop /opt/Signal/chrome-sandbox
+   fperms u+s /opt/Signal/chrome-sandbox
+   pax-mark m opt/Signal/signal-desktop opt/Signal/chrome-sandbox
+
+   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   elog "For using the tray icon on compatible desktop environments, start 
Signal with"
+   elog " 

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

2022-02-05 Thread Ionen Wolkens
commit: 44b5bc27bd25475f14c979bfae6821765e24c4cc
Author: Henning Schild  hennsch  de>
AuthorDate: Wed Feb  2 10:21:48 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b5bc27

net-im/telegram-desktop-bin: bump version to 3.5.0

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  2 +
 .../telegram-desktop-bin-3.5.0.ebuild  | 54 ++
 2 files changed, 56 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 1669e0457102..a26fa3405cc1 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,8 @@
 DIST tdesktop-3.3.0.tar.gz 16276886 BLAKE2B 
c75da01d8cfe440c8cbeb3cc580d49c7cb2494b776b48d9da1005ff7627fcffb0f7f7d6c43887d162cc0c8f261d1b67e3af6544dbf616732c8dbfd785cf9e8e3
 SHA512 
fd9eee472579edd902e9e31c1442f7a21ada86af3a59f1ab0310ec41134b9a345ddf7972e638b3551c0de1b95a3ffc36e7714e2657b95b25bd3436ebd507a7ef
 DIST tdesktop-3.4.3.tar.gz 16234851 BLAKE2B 
a94fcdbd5254858b8bb5e51ac8423d3c3e407892782b3773985f3f7f60cb8db0c95ffa2bc1c7bcbf56bcb26948d9c080c86606954284fcbe80ae8dbd1ec0ec9d
 SHA512 
ce40e3c58f5d422de7c26fc105ca9888239069c24f42896ad38d30bb059b91e0e3556f62d0e6aa3b5a817f86409b090ab54ade1763a90cbca2043a4b3f744183
 DIST tdesktop-3.4.8.tar.gz 16258268 BLAKE2B 
2f5ebf0f060a81b5768853fcd7db12255150b2f32eae9b29ef059288eef1ac333cea49ddb5e717edd1cf91a9a1db0f4b1d941a0524ad4717a1e124cb62fd4efd
 SHA512 
508c89974cc3d9ca23ea7265a1382b3a5ceef1e5a81daea3744cc6af078cf2689c66bca537d2826bcb692ba4133110e36c7081ed2966075fe8826df76e488632
+DIST tdesktop-3.5.0.tar.gz 16273083 BLAKE2B 
16b5da3158c7133415c32eea1c6f89ffb63da8a020637cbb9af48c1bade971f93f701ffc57c1ce494eca94ba4f3459371185211d8c1dc94a58f4971da2d8e39c
 SHA512 
77bdd9392bb0fefe54667c9fc56f4461fc5e3c2409cb5e1e9f03dd7248ac34781d49d68188c29cfd2c8a385791f5d5ddc9a1d2b0d4c1322daef65e9d407db7d1
 DIST tsetup.3.3.0.tar.xz 41132564 BLAKE2B 
7d3cc8de1cd56f21b988b7ae15ec96ec66fdba30cedb7f609a9c15d0a45b10cc5e0b94d5d9ed32e36c850e678e34835a44b527f7a62aac68376d2c1d09073f6e
 SHA512 
665662f5a177475d32b49515600789374f989db1c3e7972fc5b9360c936f9d2a197e0bb0599bcb1d7b2707eb85f214e65fe7d6f9809aac3ae5c20a2c6f9dd04c
 DIST tsetup.3.4.3.tar.xz 41258788 BLAKE2B 
5c5d5056807a92884a93ec1d27c57da2cc96e131df6856b2d41d1e7db28f93a9c63602a0e294dd0cc48dbc22156203e0d8d19da4916091ef40bb3550e779296e
 SHA512 
92be9f69c7ad0e4f2bead886da636ed58e0ff63b1aeaa1ed0d9ee08b3964df4ff446d53b05de1fa9cbf1769463867158c7faadb0ae9e2c1fc71ebfecca507792
 DIST tsetup.3.4.8.tar.xz 41521720 BLAKE2B 
0a632382d4a378b265cf7765990797a3ecfc5eada4ac91d4bbd7c91dd4b5e4081c9f3f57a10666cfa13a857791d29b7b1fec1572bf532358c20efe6482a011b4
 SHA512 
b1305e5d109f399d084efed59488bc548d6ab78e31d8cdaf9951a900bcbc2218073f65ace69dfc9bfea3dc292150e98d52a0b5d3017d378edf3133f63390ad34
+DIST tsetup.3.5.0.tar.xz 41345496 BLAKE2B 
28e25821fceca292ec8263dccbf92f6853133fa45c414a353de3785ea7877f31ca93ca53e9de625dd69da6dbaa53487e2acdff452d65f49b21a5a795b0f5f5c1
 SHA512 
952a8d0cedbdb024b2513818db600804da6607e9fd89b685c4ea137828fb497f84cc0f73b84e4553d117a6a1f65b772baa67fc2ec03ef2d04c9b8fc889320580

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-3.5.0.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-3.5.0.ebuild
new file mode 100644
index ..ffa0e5b21490
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-3.5.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop optfeature xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+"
+
+LICENSE="GPL-3-with-openssl-exception"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+QA_PREBUILT="usr/bin/telegram-desktop"
+# current desktop-file-utils-0.26 does not understand Version=1.5
+# https://gitlab.freedesktop.org/xdg/desktop-file-utils/-/issues/59
+QA_DESKTOP_FILE="usr/share/applications/telegramdesktop.desktop"
+
+RDEPEND="
+   dev-libs/glib:2
+   >=media-libs/fontconfig-2.13
+   media-libs/freetype:2
+   virtual/opengl
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+"
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   newbin Telegram telegram-desktop
+
+   insinto /etc/tdesktop
+   newins - externalupdater <<<"${EPREFIX}/usr/bin/telegram-desktop"
+
+   local icon_size
+   for icon_size in 16 32 48 64 128 256 512; do
+   newicon -s "${icon_size}" \
+   

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

2022-02-05 Thread Ionen Wolkens
commit: 3ed2cd24c1b01ca39fcbedd9903fe4fb6dcf9f3e
Author: Arsen Arsenović  aarsen  me>
AuthorDate: Thu Feb  3 13:53:45 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed2cd24

dev-libs/tllist: new package

reverse dependency of gui-apps/foot, added shortly after this package

adopted from GURU

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Arsen Arsenović  aarsen.me>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-libs/tllist/Manifest|  1 +
 dev-libs/tllist/metadata.xml| 12 
 dev-libs/tllist/tllist-1.0.5.ebuild | 21 +
 3 files changed, 34 insertions(+)

diff --git a/dev-libs/tllist/Manifest b/dev-libs/tllist/Manifest
new file mode 100644
index ..3a6159b94668
--- /dev/null
+++ b/dev-libs/tllist/Manifest
@@ -0,0 +1 @@
+DIST tllist-1.0.5.tar.gz 7022 BLAKE2B 
c0c6db1682d6ab408c43c434ffc8e58d2cc4076121e8c11e2612678af12faa93661dcb547371bbeca4f78c1b7c99843ae9cbff8ab4e2389ce1c395f0e65e66cd
 SHA512 
e8d55a727de56956c6823297e92ba4656292096ece7d22f3d8834b86811ede9b2fdca580bea55e0beda35322f418140357770592d85c0c07ea09c1642c7ff1e9

diff --git a/dev-libs/tllist/metadata.xml b/dev-libs/tllist/metadata.xml
new file mode 100644
index ..a3805e31ed69
--- /dev/null
+++ b/dev-libs/tllist/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ar...@aarsen.me
+   Arsen Arsenović
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/dev-libs/tllist/tllist-1.0.5.ebuild 
b/dev-libs/tllist/tllist-1.0.5.ebuild
new file mode 100644
index ..80a5f2723959
--- /dev/null
+++ b/dev-libs/tllist/tllist-1.0.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Header-only implementation of a typed linked list in C"
+HOMEPAGE="https://codeberg.org/dnkl/tllist;
+SRC_URI="https://codeberg.org/dnkl/tllist/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+   meson_src_install
+
+   rm -r "${ED}/usr/share/doc/${PN}" || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/

2022-02-05 Thread Ionen Wolkens
commit: 31134c0f471f4ccc2ece9abdb6b82c7a40f25e06
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Feb  5 22:29:32 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31134c0f

app-portage/iwdevtools: stabilize 0.10.0 ALLARCHES

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

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

diff --git a/app-portage/iwdevtools/iwdevtools-0.10.0.ebuild 
b/app-portage/iwdevtools/iwdevtools-0.10.0.ebuild
index a667742fb6d0..30bf174d21c5 100644
--- a/app-portage/iwdevtools/iwdevtools-0.10.0.ebuild
+++ b/app-portage/iwdevtools/iwdevtools-0.10.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ionenwks/iwdevtools/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-02-05 Thread Ionen Wolkens
commit: 0b839a7d32150b114f0f45599d9c063755d9334c
Author: Henning Schild  hennsch  de>
AuthorDate: Wed Feb  2 10:22:56 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b839a7d

net-im/telegram-desktop-bin: drop old

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/24050
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  4 --
 .../telegram-desktop-bin-3.3.0.ebuild  | 51 --
 .../telegram-desktop-bin-3.4.3.ebuild  | 51 --
 3 files changed, 106 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index a26fa3405cc1..c2bbe647dbf2 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,8 +1,4 @@
-DIST tdesktop-3.3.0.tar.gz 16276886 BLAKE2B 
c75da01d8cfe440c8cbeb3cc580d49c7cb2494b776b48d9da1005ff7627fcffb0f7f7d6c43887d162cc0c8f261d1b67e3af6544dbf616732c8dbfd785cf9e8e3
 SHA512 
fd9eee472579edd902e9e31c1442f7a21ada86af3a59f1ab0310ec41134b9a345ddf7972e638b3551c0de1b95a3ffc36e7714e2657b95b25bd3436ebd507a7ef
-DIST tdesktop-3.4.3.tar.gz 16234851 BLAKE2B 
a94fcdbd5254858b8bb5e51ac8423d3c3e407892782b3773985f3f7f60cb8db0c95ffa2bc1c7bcbf56bcb26948d9c080c86606954284fcbe80ae8dbd1ec0ec9d
 SHA512 
ce40e3c58f5d422de7c26fc105ca9888239069c24f42896ad38d30bb059b91e0e3556f62d0e6aa3b5a817f86409b090ab54ade1763a90cbca2043a4b3f744183
 DIST tdesktop-3.4.8.tar.gz 16258268 BLAKE2B 
2f5ebf0f060a81b5768853fcd7db12255150b2f32eae9b29ef059288eef1ac333cea49ddb5e717edd1cf91a9a1db0f4b1d941a0524ad4717a1e124cb62fd4efd
 SHA512 
508c89974cc3d9ca23ea7265a1382b3a5ceef1e5a81daea3744cc6af078cf2689c66bca537d2826bcb692ba4133110e36c7081ed2966075fe8826df76e488632
 DIST tdesktop-3.5.0.tar.gz 16273083 BLAKE2B 
16b5da3158c7133415c32eea1c6f89ffb63da8a020637cbb9af48c1bade971f93f701ffc57c1ce494eca94ba4f3459371185211d8c1dc94a58f4971da2d8e39c
 SHA512 
77bdd9392bb0fefe54667c9fc56f4461fc5e3c2409cb5e1e9f03dd7248ac34781d49d68188c29cfd2c8a385791f5d5ddc9a1d2b0d4c1322daef65e9d407db7d1
-DIST tsetup.3.3.0.tar.xz 41132564 BLAKE2B 
7d3cc8de1cd56f21b988b7ae15ec96ec66fdba30cedb7f609a9c15d0a45b10cc5e0b94d5d9ed32e36c850e678e34835a44b527f7a62aac68376d2c1d09073f6e
 SHA512 
665662f5a177475d32b49515600789374f989db1c3e7972fc5b9360c936f9d2a197e0bb0599bcb1d7b2707eb85f214e65fe7d6f9809aac3ae5c20a2c6f9dd04c
-DIST tsetup.3.4.3.tar.xz 41258788 BLAKE2B 
5c5d5056807a92884a93ec1d27c57da2cc96e131df6856b2d41d1e7db28f93a9c63602a0e294dd0cc48dbc22156203e0d8d19da4916091ef40bb3550e779296e
 SHA512 
92be9f69c7ad0e4f2bead886da636ed58e0ff63b1aeaa1ed0d9ee08b3964df4ff446d53b05de1fa9cbf1769463867158c7faadb0ae9e2c1fc71ebfecca507792
 DIST tsetup.3.4.8.tar.xz 41521720 BLAKE2B 
0a632382d4a378b265cf7765990797a3ecfc5eada4ac91d4bbd7c91dd4b5e4081c9f3f57a10666cfa13a857791d29b7b1fec1572bf532358c20efe6482a011b4
 SHA512 
b1305e5d109f399d084efed59488bc548d6ab78e31d8cdaf9951a900bcbc2218073f65ace69dfc9bfea3dc292150e98d52a0b5d3017d378edf3133f63390ad34
 DIST tsetup.3.5.0.tar.xz 41345496 BLAKE2B 
28e25821fceca292ec8263dccbf92f6853133fa45c414a353de3785ea7877f31ca93ca53e9de625dd69da6dbaa53487e2acdff452d65f49b21a5a795b0f5f5c1
 SHA512 
952a8d0cedbdb024b2513818db600804da6607e9fd89b685c4ea137828fb497f84cc0f73b84e4553d117a6a1f65b772baa67fc2ec03ef2d04c9b8fc889320580

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-3.3.0.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-3.3.0.ebuild
deleted file mode 100644
index 015193a01c6f..
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-3.3.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop optfeature xdg
-
-DESCRIPTION="Official desktop client for Telegram (binary package)"
-HOMEPAGE="https://desktop.telegram.org;
-SRC_URI="
-   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
-   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
-"
-
-LICENSE="GPL-3-with-openssl-exception"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-QA_PREBUILT="usr/bin/telegram-desktop"
-
-RDEPEND="
-   dev-libs/glib:2
-   >=media-libs/fontconfig-2.13
-   media-libs/freetype:2
-   virtual/opengl
-   x11-libs/libX11
-   >=x11-libs/libxcb-1.10[xkb]
-"
-
-S="${WORKDIR}/Telegram"
-
-src_install() {
-   newbin Telegram telegram-desktop
-
-   insinto /etc/tdesktop
-   newins - externalupdater <<<"${EPREFIX}/usr/bin/telegram-desktop"
-
-   local icon_size
-   for icon_size in 16 32 48 64 128 256 512; do
-   newicon -s "${icon_size}" \
-   
"${WORKDIR}/tdesktop-${PV}/Telegram/Resources/art/icon${icon_size}.png" \
-   telegram.png
-   done
-
-   domenu 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/

2022-02-05 Thread Ionen Wolkens
commit: a9393d49eacae02c6ef215a0d858a1585aa692b5
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Feb  5 22:26:37 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9393d49

x11-terms/kitty: drop 0.24.1

0.24.2 will be next stable candidate instead

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

 x11-terms/kitty/Manifest|   2 -
 x11-terms/kitty/kitty-0.24.1.ebuild | 128 
 2 files changed, 130 deletions(-)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index 33f506cf2cee..bf3fb6efec20 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -1,5 +1,3 @@
 DIST kitty-0.23.1.tar.xz 184 BLAKE2B 
f452e338fb72f723f2c028f90c20654cf80c5ee1aff924954f81f16445c9f4c10c77bd67d47ae5564b45496012dd1b7de447cdf3974b6913a39d170749878a73
 SHA512 
2d0c822e6bfca41b0a5e5e71e62f5073792b10c236287a509a6c790e19d098205c8719dbcb4aa630abbbaa3d44d6c9986c13efde7a9556772a89709383a0fe94
-DIST kitty-0.24.1.tar.xz 4512652 BLAKE2B 
ea1bf4911a744fb5aaa5fe3d9fc4821880e78c60a0a89ecba12c73623b9b537c2d9d4e494da125669f2fc36f273f49a00cc5825f56184c1b0c69f4c570b2226d
 SHA512 
e590a3abd4ed38ce956ee1e1b9d3679150c83b80df5ed9daf9773d7a278f63dc8a3a563058906d322f9186bece7d479036a502864fd80f45593c4970c056f389
-DIST kitty-0.24.1.tar.xz.sig 566 BLAKE2B 
efff022baff8b16a4b576c1eb1aba83a7a931857850ae2815f54c06d7e9e7110c8bc27f89bec6ba679a4d1df133e1ec13e061cd880dbef02680a2d8021beadf8
 SHA512 
a2943d1fe20f6c36015db8b9cb8ddef9461fe6503110eb2dce6646afb141b3a3ceb7ab62ec2cbc027d2e2dc2a25c16a207dfc45f619b6464c0ce1995bae54144
 DIST kitty-0.24.2.tar.xz 4601672 BLAKE2B 
6e253863d81f2ef04f5d185cfe4379fe08818992a12a06da2ce2b0958912c4a0dc164b2ac6e8e74e383716e7040b2390bd1123ab4d8d282ede602dfea5cc756f
 SHA512 
6d49b20dbd96ed0a1ed49a4523b65593c547ea2fec46f4c2557e26cdb5048ebaadb2c2118c7a2dd346f83ecab2d0a341d2322ae37ebe49184e22055581c631e7
 DIST kitty-0.24.2.tar.xz.sig 566 BLAKE2B 
f6f179a90acd2572549bc16e42ad637cb5d35e7488050e97fb285cc55b2cf04d1a5188949cc3172401090e2bcabcd239879f07acfef513090d5e1dd6688098a3
 SHA512 
6b415e87bf1f076e32da61cb7a64c3fd6e3a17ff8606cbfef8f92cfaa6b38123472a827ed4e8ff3cd54e8a74bd328e98b29104fdf18eca6e25bb1b170add3180

diff --git a/x11-terms/kitty/kitty-0.24.1.ebuild 
b/x11-terms/kitty/kitty-0.24.1.ebuild
deleted file mode 100644
index f12b599aaa04..
--- a/x11-terms/kitty/kitty-0.24.1.ebuild
+++ /dev/null
@@ -1,128 +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 optfeature python-single-r1 toolchain-funcs xdg
-
-if [[ ${PV} ==  ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git;
-else
-   inherit verify-sig
-   SRC_URI="
-   
https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz
-   verify-sig? ( 
https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz.sig )"
-   
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/kovidgoyal.gpg"
-   KEYWORDS="~amd64 ~ppc64 ~x86"
-fi
-
-DESCRIPTION="Fast, feature-rich, GPU-based terminal"
-HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="+X debug test transfer wayland"
-REQUIRED_USE="
-   || ( X wayland )
-   ${PYTHON_REQUIRED_USE}"
-RESTRICT="!X? ( test ) !test? ( test ) !transfer? ( test ) !wayland? ( test )"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   media-libs/fontconfig
-   media-libs/freetype:2
-   media-libs/harfbuzz:=
-   media-libs/lcms:2
-   media-libs/libglvnd[X?]
-   media-libs/libpng:=
-   sys-apps/dbus
-   sys-libs/zlib:=
-   x11-libs/libxkbcommon[X?]
-   x11-misc/xkeyboard-config
-   ~x11-terms/kitty-shell-integration-${PV}
-   ~x11-terms/kitty-terminfo-${PV}
-   X? ( x11-libs/libX11 )
-   transfer? ( net-libs/librsync:= )
-   wayland? ( dev-libs/wayland )"
-DEPEND="
-   ${RDEPEND}
-   X? (
-   x11-base/xorg-proto
-   x11-libs/libXcursor
-   x11-libs/libXi
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   )
-   wayland? ( dev-libs/wayland-protocols )"
-BDEPEND="
-   ${PYTHON_DEPS}
-   sys-libs/ncurses
-   virtual/pkgconfig
-   test? ( $(python_gen_cond_dep 'dev-python/pillow[${PYTHON_USEDEP}]') )
-   wayland? ( dev-util/wayland-scanner )"
-[[ ${PV} ==  ]] || BDEPEND+=" verify-sig? ( 
sec-keys/openpgp-keys-kovidgoyal )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.23.1-flags.patch
-)
-
-src_prepare() {
-   default
-
-   sed -i "s/'x11 wayland'/'$(usev X x11) $(usev wayland)'/" setup.py || 
die
-
-   if use !transfer; then
-   sed -i 's/rs_cflag =/& []#/;/files.*rsync/d' setup.py || die
-   rm -r kittens/transfer || die

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

2022-02-05 Thread Ionen Wolkens
commit: 2eed5df5806baacc4c5852b7a85c296c5a7b84dc
Author: Arsen Arsenović  aarsen  me>
AuthorDate: Thu Feb  3 13:57:49 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eed5df5

gui-apps/foot-terminfo: new package

reverse dependency of gui-apps/foot, required until
 aarsen.me>
Signed-off-by: Ionen Wolkens  gentoo.org>

 gui-apps/foot-terminfo/Manifest|  1 +
 gui-apps/foot-terminfo/foot-terminfo-1.11.0.ebuild | 26 ++
 gui-apps/foot-terminfo/metadata.xml| 12 ++
 3 files changed, 39 insertions(+)

diff --git a/gui-apps/foot-terminfo/Manifest b/gui-apps/foot-terminfo/Manifest
new file mode 100644
index ..67ee147f1c81
--- /dev/null
+++ b/gui-apps/foot-terminfo/Manifest
@@ -0,0 +1 @@
+DIST foot-1.11.0.tar.gz 468899 BLAKE2B 
f3e3909c670598dab151f8be4104921fddd6621e833a8fe43c68d06347e3e866101fe1563282622436638674b7f73770762d47a7b9fd61d42b00bc7634e2ea76
 SHA512 
edf8130dfb52e06b6d8638115eca19695b24536f3f6b284e0319876edb95c3c86800f9527cc9dae3f66d2d317d26add793634a19f302e52c9f0118b9b91fc9c2

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.11.0.ebuild 
b/gui-apps/foot-terminfo/foot-terminfo-1.11.0.ebuild
new file mode 100644
index ..f60a2e2c01c3
--- /dev/null
+++ b/gui-apps/foot-terminfo/foot-terminfo-1.11.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Terminfo for foot, a fast, lightweight and minimal Wayland 
terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot;
+SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz -> 
foot-${PV}.tar.gz"
+S="${WORKDIR}/foot"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="!>=sys-libs/ncurses-6.3"
+BDEPEND="sys-libs/ncurses"
+
+src_prepare() {
+   default
+   sed -i s/@default_terminfo@/foot/ foot.info || die
+}
+
+src_install() {
+   dodir /usr/share/terminfo/
+   tic -xo "${ED}"/usr/share/terminfo foot.info || die
+}

diff --git a/gui-apps/foot-terminfo/metadata.xml 
b/gui-apps/foot-terminfo/metadata.xml
new file mode 100644
index ..a3805e31ed69
--- /dev/null
+++ b/gui-apps/foot-terminfo/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ar...@aarsen.me
+   Arsen Arsenović
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+



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

2022-02-05 Thread Ionen Wolkens
commit: 5dfe685cd392aa5658ca9759f0c30a756b1d6d7c
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Feb  5 22:25:11 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:37:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dfe685c

games-strategy/naev: drop 0.9.1

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

 games-strategy/naev/Manifest  |  1 -
 games-strategy/naev/naev-0.9.1.ebuild | 91 ---
 2 files changed, 92 deletions(-)

diff --git a/games-strategy/naev/Manifest b/games-strategy/naev/Manifest
index aaee3d650f84..b0ea6f26201e 100644
--- a/games-strategy/naev/Manifest
+++ b/games-strategy/naev/Manifest
@@ -1,3 +1,2 @@
 DIST naev-0.8.2-source.tar.gz 394232958 BLAKE2B 
2e109636cb1d282bc8236c84ee40b9b96224baf70bf315677b6a02bf9c4c0059d34c5225c31b925a8c66c5995fd9ab8fc022816b66a7e1c174e017e3ebf5e956
 SHA512 
2ad120639efc13635370bb498d0a4100b2306779cf593e6aecffd331e0f4dec1b8af4729b2c4d484af1be9069d2ac7e47e17ebdc8ce65af878fcff9484f810b0
-DIST naev-0.9.1-source.tar.xz 394715556 BLAKE2B 
d90cbbc19f10a00060b3ca5ad3f62ef4291e352c7546c11141bd065ebc20efc0f676fb64af1d3dcf43957c62e59819445a5aa0babde579cdb936af136dd538a4
 SHA512 
d822eb2e22bcb564a0aec38c33205eedacf8399450725fc9709809e0c19a5c426b9a739f9c004691da8bf7b5393d1ed719a36a256a9e3e29d5a0917c9f72bd0f
 DIST naev-0.9.2-source.tar.xz 394764972 BLAKE2B 
003a82cfc1fcfb6b597732d2e6691efb0f11867be6d82f7c18bc6c943e9a48dbaa5c126a39740a8d5f7a6e6ac0d3ff2f0b5f6c7c0504787c4d6872543fe99f3d
 SHA512 
2bc31b78ee069d5d5b983e41b456a077101688dee31ad12d54016aa517d6cc3c970c7ff3b4a89b80ab04315e2e227a397c8202e7cbe3ee57cdac6c153032fc29

diff --git a/games-strategy/naev/naev-0.9.1.ebuild 
b/games-strategy/naev/naev-0.9.1.ebuild
deleted file mode 100644
index e4bd429a52f1..
--- a/games-strategy/naev/naev-0.9.1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-1 luajit )
-PYTHON_COMPAT=( python3_{8..10} )
-inherit lua-single meson python-any-r1 virtualx xdg
-
-DESCRIPTION="2D space trading and combat game, in a similar vein to Escape 
Velocity"
-HOMEPAGE="https://naev.org/;
-SRC_URI="https://github.com/naev/naev/releases/download/v${PV}/${P}-source.tar.xz;
-
-LICENSE="
-   GPL-3+ BSD BSD-2 CC-BY-2.0 CC-BY-3.0 CC-BY-4.0 CC-BY-SA-2.0
-   CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 MIT public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-RDEPEND="
-   ${LUA_DEPS}
-   dev-games/physfs
-   dev-libs/libunibreak:=
-   dev-libs/libxml2
-   media-libs/freetype:2
-   media-libs/libsdl2[X,joystick,opengl,video]
-   media-libs/libvorbis
-   media-libs/openal
-   media-libs/sdl2-image[png,webp]
-   sci-libs/cholmod
-   sci-libs/cxsparse
-   sci-libs/openblas
-   sci-libs/suitesparse
-   sci-mathematics/glpk:=
-   virtual/libintl
-   virtual/opengl"
-DEPEND="
-   ${RDEPEND}
-   test? (
-   dev-games/physfs[zip]
-   media-libs/mesa[llvm]
-   )"
-BDEPEND="
-   $(python_gen_any_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]')
-   sys-devel/gettext
-   doc? (
-   app-doc/doxygen[dot]
-   dev-lua/ldoc
-   )"
-
-python_check_deps() {
-   has_version -b "dev-python/pyyaml[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   lua-single_pkg_setup
-   python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   sed -i "s/'lua51'/'lua'/" meson.build || die
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_feature doc docs_c)
-   $(meson_feature doc docs_lua)
-   $(meson_feature lua_single_target_luajit luajit)
-   )
-
-   meson_src_configure
-}
-
-src_test() {
-   virtx meson_src_test
-}
-
-src_install() {
-   local DOCS=( CHANGELOG Readme.md )
-   meson_src_install
-
-   if use doc; then
-   mv "${ED}"/usr/{doc/naev/{c,lua},share/doc/${PF}} || die
-   rm -r "${ED}"/usr/doc || die
-   fi
-   rm -r "${ED}"/usr/share/doc/naev || die
-}



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

2022-02-05 Thread Ionen Wolkens
commit: 7773cc122a9fbd0fa23c41c6be39c3804f27a4d1
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Feb  5 22:25:48 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:37:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7773cc12

app-emulation/vice: drop 3.5-r1, 3.6

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

 app-emulation/vice/Manifest   |   2 -
 app-emulation/vice/vice-3.5-r1.ebuild | 176 ---
 app-emulation/vice/vice-3.6.ebuild| 193 --
 3 files changed, 371 deletions(-)

diff --git a/app-emulation/vice/Manifest b/app-emulation/vice/Manifest
index 85a4736dd3bd..ffc8aa7514d5 100644
--- a/app-emulation/vice/Manifest
+++ b/app-emulation/vice/Manifest
@@ -1,3 +1 @@
-DIST vice-3.5.tar.gz 22557578 BLAKE2B 
5573951052c2c7b2beb4dd194ad8612c53e484e47a4d935e0dbc880f2f06611252add3631f99c9656f2c941088d0147b0783020ffcc5a29505bab75ef8dc128e
 SHA512 
02f364c1645138cacb461346d44de8f524fb2aba7d980181caf039c46ca9d30db98466e5b0e56e6a41417cd7bbd63d73bf6eb110af1271e23732e320dd1fab70
 DIST vice-3.6.1.tar.gz 11454300 BLAKE2B 
129171380f3bd23d579dc29a96419446169cf9a98d2fec82951fa192914846053d213a19b395c9ca30596859cce35bcfea0de0c0a7461c45cb38511a546ca4b2
 SHA512 
9aeb1c84dc71976d12a9907d60c637ec4cc938aad103340b70a13906bbf2bebab579edc78221c7fba47f0750be3f9ded947200b42fcfc8a9169fb4bb9f288cb7
-DIST vice-3.6.tar.gz 11389599 BLAKE2B 
6ebf0a235f059cd4b4a6408e32657babfb1d8bd15c101764ea05224830caf1f53807434b7556ea2aa494e7fcc8f8f19b44e9202572679e76f0a147f52941575a
 SHA512 
4e17ccf6b57a26cb439549fe0e9097045aaf78b3a291df8b47e16bf54c585194d38961a7d17d0c1c9e76e6e2aea7aa6e513cfcdbe9802363f2d885e9fb50bee9

diff --git a/app-emulation/vice/vice-3.5-r1.ebuild 
b/app-emulation/vice/vice-3.5-r1.ebuild
deleted file mode 100644
index feb7dc528716..
--- a/app-emulation/vice/vice-3.5-r1.ebuild
+++ /dev/null
@@ -1,176 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multibuild toolchain-funcs xdg
-
-DESCRIPTION="The Versatile Commodore Emulator"
-HOMEPAGE="https://vice-emu.sourceforge.io/;
-SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="
-   alsa cpuhistory debug doc ethernet ffmpeg flac gif +gtk headless jpeg
-   lame mpg123 ogg oss parport pci png portaudio pulseaudio sdl zlib"
-REQUIRED_USE="
-   || ( gtk headless sdl )
-   gtk? ( zlib )"
-
-RDEPEND="
-   sys-libs/readline:=
-   virtual/libintl
-   alsa? ( media-libs/alsa-lib )
-   ethernet? (
-   net-libs/libnet:1.1
-   net-libs/libpcap
-   )
-   ffmpeg? ( media-video/ffmpeg:= )
-   flac? ( media-libs/flac )
-   gif? ( media-libs/giflib:= )
-   gtk? (
-   dev-libs/atk
-   dev-libs/glib:2
-   media-libs/fontconfig:1.0
-   media-libs/glew:0=
-   virtual/opengl
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libX11
-   x11-libs/pango
-   )
-   jpeg? ( virtual/jpeg )
-   lame? ( media-sound/lame )
-   mpg123? ( media-sound/mpg123 )
-   ogg? (
-   media-libs/libogg
-   media-libs/libvorbis
-   )
-   parport? ( sys-libs/libieee1284 )
-   pci? ( sys-apps/pciutils )
-   png? ( media-libs/libpng:= )
-   portaudio? ( media-libs/portaudio )
-   pulseaudio? ( media-sound/pulseaudio )
-   sdl? (
-   media-libs/libsdl2[video]
-   media-libs/sdl2-image
-   )
-   zlib? ( sys-libs/zlib:= )"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto"
-BDEPEND="
-   app-arch/unzip
-   app-text/dos2unix
-   dev-embedded/xa
-   dev-lang/perl
-   sys-apps/texinfo
-   sys-devel/flex
-   sys-devel/gettext
-   virtual/pkgconfig
-   virtual/yacc
-   doc? ( virtual/texi2dvi )
-   gtk? ( x11-misc/xdg-utils )"
-
-src_prepare() {
-   default
-
-   # Delete some bundled libraries.
-   rm -r src/lib/lib{ffmpeg,lame,x264} || die
-
-   # Strip the predefined C(XX)FLAGS.
-   sed -i -r 's:(VICE_C(XX)?FLAGS=)"[^$]+":\1:' configure || die
-
-   MULTIBUILD_VARIANTS=(
-   $(usev gtk)
-   $(usev headless)
-   $(usev sdl)
-   )
-
-   # Debug build currently broken without copy sources.
-   multibuild_copy_sources
-}
-
-src_configure() {
-   tc-export AR
-
-   multibuild_foreach_variant run_in_build_dir multibuild_src_configure
-}
-
-multibuild_src_configure() {
-   # Append ".variant" to x* programs if building multiple variants.
-   local xform
-   if [[ ${#MULTIBUILD_VARIANTS[@]} -gt 1 ]]; then
-   xform="/^x/s/\$/.${MULTIBUILD_VARIANT}/"
-   fi
-
-   

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

2022-02-05 Thread Ionen Wolkens
commit: aa0e98fdb47c02e703a5b799e7ce65f9508b869a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Feb  5 22:27:41 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0e98fd

net-misc/yt-dlp: drop 2022.1.21

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

 net-misc/yt-dlp/Manifest|  1 -
 net-misc/yt-dlp/yt-dlp-2022.1.21.ebuild | 74 -
 2 files changed, 75 deletions(-)

diff --git a/net-misc/yt-dlp/Manifest b/net-misc/yt-dlp/Manifest
index 602e46b2221d..8c615148fb10 100644
--- a/net-misc/yt-dlp/Manifest
+++ b/net-misc/yt-dlp/Manifest
@@ -1,2 +1 @@
-DIST yt-dlp-2022.1.21.tar.gz 2160713 BLAKE2B 
30ed1c7a317318ca6a6ee183ba8e4396420eb090ddacc64ddde2bb4077c7c45b01c00caca90d1b8be501f90c71407e27d6ef847fdbfea8bed488771f9b59bbe1
 SHA512 
5844d49dbf50842d4d51dbb00c16efea816322888d16a8dbce16f976f0dd1625ec8243fcdc07e721180a2f02cf14ebaa0d83a1437e331b4aa68c404db3f1e9f4
 DIST yt-dlp-2022.2.4.tar.gz 2178642 BLAKE2B 
2e6c11bb9fbc30b725dc26db727500c33af944d16fbc46be8fb35a75ab4f5c09ca0c8754f075b9739ca9d47e9b409f8d533c03b417217344f8cac1ec45968b51
 SHA512 
6bb6bee6f748147a566394bbe0b69781ab415398582cb8e88a49b61a5dd106e666b0429c8f4f6483bc4af0363e88eb95c5159457b7049cc11a2c99a6495c6895

diff --git a/net-misc/yt-dlp/yt-dlp-2022.1.21.ebuild 
b/net-misc/yt-dlp/yt-dlp-2022.1.21.ebuild
deleted file mode 100644
index a9f9a75ef095..
--- a/net-misc/yt-dlp/yt-dlp-2022.1.21.ebuild
+++ /dev/null
@@ -1,74 +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 bash-completion-r1 distutils-r1 optfeature
-
-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"
-
-RDEPEND="
-   dev-python/pycryptodome[${PYTHON_USEDEP}]
-   !net-misc/youtube-dl"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-
-   # adjust requires for pycryptodome and optional dependencies (bug 
#828466)
-   sed -ri setup.py \
-   -e "s/'(pycryptodome)x'/'\1'/" \
-   -e "s/'(mutagen|websockets)',?//g" || die
-}
-
-python_test() {
-   epytest -m 'not download' -p no:markdown
-}
-
-python_install() {
-   distutils-r1_python_install
-
-   local sitedir=$(python_get_sitedir)
-   dosym yt_dlp "${sitedir#${EPREFIX}}"/youtube_dl
-}
-
-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
-
-   newbin - youtube-dl <<-EOF
-   #!/usr/bin/env sh
-   exec yt-dlp --compat-options youtube-dl "\${@}"
-   EOF
-}
-
-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} ]] ||
-   ver_test ${REPLACING_VERSIONS} -lt 2021.10.22-r2; 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: x11-drivers/nvidia-drivers/

2022-02-05 Thread Ionen Wolkens
commit: decf0d32dc75f008c88ba1c88b1506d9ae7f9ac8
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Feb  5 22:23:52 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=decf0d32

x11-drivers/nvidia-drivers: drop 510.39.01

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

 x11-drivers/nvidia-drivers/Manifest|   7 -
 .../nvidia-drivers/nvidia-drivers-510.39.01.ebuild | 449 -
 2 files changed, 456 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index f83fbcfe5bdf..687ee157f3a9 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -3,7 +3,6 @@ DIST NVIDIA-Linux-aarch64-470.103.01.run 184497677 BLAKE2B 
13ad81da2fb8d887187b2
 DIST NVIDIA-Linux-aarch64-470.94.run 183639436 BLAKE2B 
a2e7af432e9d6a65e44c6b0af12b6d01048944c879aadb13c17ce13834d463ddbf3bda7029b16986fb5212f4d18f0c96010cb22ef014b5f2af0523e746cc2ca3
 SHA512 
e27b04ec5025b5ce1d6cd78306f55f5699032fc350f78fb7a731a82ec4691ba0764fd3e36d8738d38f17cafd93988c7542d55c370e219bdbab6d0e7eb2f9a5fd
 DIST NVIDIA-Linux-aarch64-495.44.run 210477242 BLAKE2B 
8fb5419be19ab4feab158fb43f142fdc1471b756f7d43afac1c9e787465a991e291cac725dda266b2f454022aea7cb3e249c6f132963a89c97564ef378e876b4
 SHA512 
4d2ed853bc3d7812652f3e677ca1cf56f1b2563bc0a43cee2cf4544f8d3b30d8f29ccc994fc8f95e2c8b40b04efdca066b616983bf2e2fb9247d2d9a8503d4ea
 DIST NVIDIA-Linux-aarch64-495.46.run 211122869 BLAKE2B 
2193f9de186b727af4f22999f6890c1b06a89e88308d5f0cc317b5b1088c62313b34efb4cbd782bc9565083191c443e5cd10b6c8cf89a988153c1abff4e9b1ec
 SHA512 
c830482fa75e841f33a32bd28e842892613968e3e23928f1e1fa45672ef2349fbd33af59341cc4e789f702163b17b10a861b071b42f90e037050769c83ae53b9
-DIST NVIDIA-Linux-aarch64-510.39.01.run 211307577 BLAKE2B 
15d6a21ac81edbaa939044eb2654b77bb6aaa223853cb8fdc7633467da0bb120a738dc8a63d4f541031444a3f9184d8de6f9030a6bbaacd49ede3db0b06d7b15
 SHA512 
c61e7d0e83c00f2225c170b8ccfdf63c9fa9fc2bb09df88a8e113e30c765582c1f93422a190d325d9a2cb8922d8b9166c88ba3fa15c4c85043b7436dae03cd37
 DIST NVIDIA-Linux-aarch64-510.47.03.run 210713072 BLAKE2B 
ee775c9022c76adcb8e39661830d832b12ee53e5b6a33c9b98bf1532ef26bb49a2bb9e09bdd869517e8dab712af162e0263c3989b7023b4c34e27eb135fd9136
 SHA512 
1079910394542a123965f09a741a3690f68a96a8251995a6ca66c47711acbf93cef79f98110595667e19f895e024dc6fb6f57c470f80fe8075ffea74cfe05f94
 DIST NVIDIA-Linux-x86-390.147.run 49303088 BLAKE2B 
5a3a02b88af1ee8699b0c6c3fa222d9176338f10437a88c874126c7bacf64ddc44d03d8a44542cba989129af6336e46cae775713458a16d78ea75e4e004dfffb
 SHA512 
c5d47e2a8c034e158093feeefa2455ec49d676fbd1700118aedba0c3b84be4e2060402d0e27e50d1a674de10f369f8e5ca2da8c61f1d0560d2105d33d7238359
 DIST NVIDIA-Linux-x86_64-390.147.run 85930997 BLAKE2B 
a8085c9abc1c31251788a8f5abdc2090c9085b3028e364184244bbf24d822dc3266877c88b30f403507fa2dd511c68ec67e1f188d6b0f1f4d7d792881d5253fc
 SHA512 
0d8bda32e916d71da2ea74bc12a4f3cb0a0c2ddda27511cf3c89bbf4aeb28db68f6b7261639d88dd1c0180b91213c09de930d233158268c5d9ab3b223510e964
@@ -13,7 +12,6 @@ DIST NVIDIA-Linux-x86_64-470.62.22.run 272128606 BLAKE2B 
727aac085a73c4c953ddb58
 DIST NVIDIA-Linux-x86_64-470.94.run 272262854 BLAKE2B 
23785ec9d434f48793547a3a0d8708c0928b1926f9d8973d872f1745291095cba494310b2fa25a62f3d29bfb4f660fa1ef78d49da651d8a094a23d64ca110e8a
 SHA512 
b70542af04691da623b494d49fcbd58c58b83388fdb1c7ea6dcc779755b595444a324f613840ccbba0d9029456668376fe6049a3e4496c6054efbbf1e0a59c0f
 DIST NVIDIA-Linux-x86_64-495.44.run 282259831 BLAKE2B 
ca11406a5b1b25d9691ec61d4125457c22438b8f0af0651043235f72ee75c4b264cfde7b04840bbec15c22bc5eb657a46326b49941e6c776a8990430cf052818
 SHA512 
bc9054e6028ba172906e6eb9a0b8f5cfc3ae74d57f3e95e0f9057879e3af07a4b19479e80d81e948872bc47bbd674f77f5f81d4debd2e2c3ce45058cd9211802
 DIST NVIDIA-Linux-x86_64-495.46.run 280886811 BLAKE2B 
156917245f37a5da9121cf570616d6367eec66998a50136f1db0c521fc725e68db27acd5741a9fc3e3d502a2c7e90ccde68a7e56346cb8f5fc65ea419c2f0576
 SHA512 
859548fa81478acb994b40434fc85824976b1f83bc15846290898854db84ea3c6550586a1d7e89ff3afa248310d2bcf4d2d52d5d8e91cf74e3f7e4108a7002ad
-DIST NVIDIA-Linux-x86_64-510.39.01.run 328334484 BLAKE2B 
8c765d5660feed9f36760e142acb54e933097f69744c470cb3f9ac9aeae744a6198cf0856eecbe31bd0eae8ef3008b1b8bba2eeb93b6e46b5b31b6b7acb6978b
 SHA512 
0c7ec6dd585d339f44ff10475abd614c9487bf399aed8bf1546cd95bbcbe3b2938cd52cea402d46e439252fc5fe0e03908f9821fa66f475ffe5573b266047a14
 DIST NVIDIA-Linux-x86_64-510.47.03.run 328823536 BLAKE2B 
1693b505ce019074394e508dac14c2b5e281f3f871ca84db180fbfebc96c04b2f51feb8fbe0358d4cc2148c14c37c1b603737bf27b794d9d23b2c49a2f36f956
 SHA512 
7488b1ae99acfa4cd6f8fd071a0e7652dcc9e499ff587d1dfdaf5d202a5b9daa43ed014876d2b2c9caf7f7c531ec380540f30833bb9790395cf159d177f2e803
 DIST nvidia-installer-390.147.tar.bz2 150157 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-shell-integration/

2022-02-05 Thread Ionen Wolkens
commit: 3fd382a08a043069967b0461bd7680f929758179
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Feb  5 22:27:12 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd382a0

x11-terms/kitty-shell-integration: drop 0.24.1

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

 x11-terms/kitty-shell-integration/Manifest |  1 -
 .../kitty-shell-integration-0.24.1.ebuild  | 34 --
 2 files changed, 35 deletions(-)

diff --git a/x11-terms/kitty-shell-integration/Manifest 
b/x11-terms/kitty-shell-integration/Manifest
index fb6397ec9526..5980c6630eec 100644
--- a/x11-terms/kitty-shell-integration/Manifest
+++ b/x11-terms/kitty-shell-integration/Manifest
@@ -1,2 +1 @@
-DIST kitty-0.24.1.tar.xz 4512652 BLAKE2B 
ea1bf4911a744fb5aaa5fe3d9fc4821880e78c60a0a89ecba12c73623b9b537c2d9d4e494da125669f2fc36f273f49a00cc5825f56184c1b0c69f4c570b2226d
 SHA512 
e590a3abd4ed38ce956ee1e1b9d3679150c83b80df5ed9daf9773d7a278f63dc8a3a563058906d322f9186bece7d479036a502864fd80f45593c4970c056f389
 DIST kitty-0.24.2.tar.xz 4601672 BLAKE2B 
6e253863d81f2ef04f5d185cfe4379fe08818992a12a06da2ce2b0958912c4a0dc164b2ac6e8e74e383716e7040b2390bd1123ab4d8d282ede602dfea5cc756f
 SHA512 
6d49b20dbd96ed0a1ed49a4523b65593c547ea2fec46f4c2557e26cdb5048ebaadb2c2118c7a2dd346f83ecab2d0a341d2322ae37ebe49184e22055581c631e7

diff --git 
a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.24.1.ebuild 
b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.24.1.ebuild
deleted file mode 100644
index 80e3667e6412..
--- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.24.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Shell integration scripts for kitty, a GPU-based terminal 
emulator"
-HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
-SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz;
-S="${WORKDIR}/kitty-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-RESTRICT="test" # intended to be ran on the full kitty package
-
-src_compile() { :; }
-
-src_install() {
-   # install the whole directory in the upstream suggested location
-   # for consistency (i.e. less variation between distros if someone
-   # ssh into Gentoo), then set symlinks to autoload where possible
-   # (these exit immediately if KITTY_SHELL_INTEGRATION is unset)
-   insinto /usr/share/kitty
-   doins -r shell-integration
-
-   dosym -r 
{/usr/share/kitty/shell-integration/bash,/etc/bash/bashrc.d}/kitty.bash
-
-   dosym -r 
/usr/share/{kitty/shell-integration/fish,fish}/vendor_completions.d/kitty.fish
-   dosym -r 
/usr/share/{kitty/shell-integration/fish,fish}/vendor_conf.d/kitty-shell-integration.fish
-
-   dosym -r 
/usr/share/{kitty/shell-integration/zsh/completions,zsh/site-functions}/_kitty
-   # zsh integration is handled automatically without needing to modify rc 
files,
-   # but may require user intervention depending on zsh invocation or if 
remote
-}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-terminfo/

2022-02-05 Thread Ionen Wolkens
commit: 22acd3816db0a0d5fd6a7bf175af46e28313c9b4
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Feb  5 22:26:59 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22acd381

x11-terms/kitty-terminfo: drop 0.24.1

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

 x11-terms/kitty-terminfo/Manifest  |  1 -
 .../kitty-terminfo/kitty-terminfo-0.24.1.ebuild| 23 --
 2 files changed, 24 deletions(-)

diff --git a/x11-terms/kitty-terminfo/Manifest 
b/x11-terms/kitty-terminfo/Manifest
index 65eadb9a1cb5..6f6a1e50c1db 100644
--- a/x11-terms/kitty-terminfo/Manifest
+++ b/x11-terms/kitty-terminfo/Manifest
@@ -1,3 +1,2 @@
 DIST kitty-0.23.1.tar.xz 184 BLAKE2B 
f452e338fb72f723f2c028f90c20654cf80c5ee1aff924954f81f16445c9f4c10c77bd67d47ae5564b45496012dd1b7de447cdf3974b6913a39d170749878a73
 SHA512 
2d0c822e6bfca41b0a5e5e71e62f5073792b10c236287a509a6c790e19d098205c8719dbcb4aa630abbbaa3d44d6c9986c13efde7a9556772a89709383a0fe94
-DIST kitty-0.24.1.tar.xz 4512652 BLAKE2B 
ea1bf4911a744fb5aaa5fe3d9fc4821880e78c60a0a89ecba12c73623b9b537c2d9d4e494da125669f2fc36f273f49a00cc5825f56184c1b0c69f4c570b2226d
 SHA512 
e590a3abd4ed38ce956ee1e1b9d3679150c83b80df5ed9daf9773d7a278f63dc8a3a563058906d322f9186bece7d479036a502864fd80f45593c4970c056f389
 DIST kitty-0.24.2.tar.xz 4601672 BLAKE2B 
6e253863d81f2ef04f5d185cfe4379fe08818992a12a06da2ce2b0958912c4a0dc164b2ac6e8e74e383716e7040b2390bd1123ab4d8d282ede602dfea5cc756f
 SHA512 
6d49b20dbd96ed0a1ed49a4523b65593c547ea2fec46f4c2557e26cdb5048ebaadb2c2118c7a2dd346f83ecab2d0a341d2322ae37ebe49184e22055581c631e7

diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.24.1.ebuild 
b/x11-terms/kitty-terminfo/kitty-terminfo-0.24.1.ebuild
deleted file mode 100644
index 35ff98034a87..
--- a/x11-terms/kitty-terminfo/kitty-terminfo-0.24.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Terminfo for kitty, a GPU-based terminal emulator"
-HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
-SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz;
-S="${WORKDIR}/kitty-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-RESTRICT="test" # intended to be ran on the full kitty package
-
-BDEPEND="sys-libs/ncurses"
-
-src_compile() { :; }
-
-src_install() {
-   dodir /usr/share/terminfo
-   tic -xo "${ED}"/usr/share/terminfo terminfo/kitty.terminfo || die
-}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/fceux/

2022-02-05 Thread Ionen Wolkens
commit: 8c7d455fd8b8d4225b6d05439fd45607c4e694c3
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Feb  5 22:46:19 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb  5 23:38:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7d455f

games-emulation/fceux: add 2.6.2

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

 games-emulation/fceux/Manifest   |  1 +
 games-emulation/fceux/fceux-2.6.2.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/games-emulation/fceux/Manifest b/games-emulation/fceux/Manifest
index d0eb7c4b87ba..727353131d7a 100644
--- a/games-emulation/fceux/Manifest
+++ b/games-emulation/fceux/Manifest
@@ -1 +1,2 @@
 DIST fceux-2.6.1.tar.gz 23326768 BLAKE2B 
8a0907871af229cb8017845b444a8cc4ebe65dff0799483de488e984741fc89a885a9ecd421fef3a25175cc8f0855da68001fb6ea24f8e6955b2e1a02dc3f7d2
 SHA512 
f086003f676054a5527e3c1b81f9abdb76669e2b3935e7625f99d99ad0b122391646e8a186ca6a2840d5f03fff908630c11481b5166325ca91c08c2e46836f8d
+DIST fceux-2.6.2.tar.gz 23334976 BLAKE2B 
70d05f6eb9befee1ee27f897c2da1494576fa2fc2b5057aff08ce8a227d0381063ed0ec65412c554b1520bc19c16e1f679b153ce8242842c0e0aad9ad9f315cf
 SHA512 
11b8bc907997e0dee038f3956848653feb07f465204159e78a567362df6b250b14ddd6c2dcd5806f79d5032e27ff2b9dbf5dc59879616df89713381756f82848

diff --git a/games-emulation/fceux/fceux-2.6.2.ebuild 
b/games-emulation/fceux/fceux-2.6.2.ebuild
new file mode 100644
index ..ac55ef93a2b4
--- /dev/null
+++ b/games-emulation/fceux/fceux-2.6.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-1 )
+inherit cmake lua-single xdg
+
+DESCRIPTION="Portable Famicom/NES emulator, an evolution of the original FCE 
Ultra"
+HOMEPAGE="https://fceux.com/;
+SRC_URI="mirror://sourceforge/fceultra/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ffmpeg x264 x265"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+# TODO: QT6 support (disabled by default) when available in Gentoo
+RDEPEND="
+   ${LUA_DEPS}
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5[-gles2-only]
+   dev-qt/qtwidgets:5
+   media-libs/libglvnd
+   media-libs/libsdl2[joystick,sound,threads,video]
+   sys-libs/zlib:=[minizip]
+   ffmpeg? ( media-video/ffmpeg:= )
+   x264? ( media-libs/x264:= )
+   x265? ( media-libs/x265:= )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.2.2-warnings.patch
+   "${FILESDIR}"/${PN}-2.4.0-desktop.patch
+   "${FILESDIR}"/${PN}-2.4.0-no-git.patch
+)
+
+src_prepare() {
+   cmake_src_prepare
+
+   use x264 || sed -i '/pkg_check_modules.*X264/d' src/CMakeLists.txt || 
die
+   use x265 || sed -i '/pkg_check_modules.*X265/d' src/CMakeLists.txt || 
die
+   use ffmpeg || sed -i '/pkg_check_modules.*LIBAV/d' src/CMakeLists.txt 
|| die
+}
+
+src_install() {
+   local DOCS=( README TODO-SDL changelog.txt documentation/. readme.md )
+   cmake_src_install
+
+   # remove unused/duplicate files
+   rm "${ED}"/usr/share/fceux/{lua5{1,.1}.dll,{fceux,taseditor}.chm} \
+   "${ED}"/usr/share/doc/${PF}/fceux{,-net-server}.6 \
+   "${ED}"/usr/share/man/man6/fceux-net-server.6 || die
+}



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

2022-02-05 Thread Andreas Sturmlechner
commit: 28fee867fc829a7d20395c8b3830615d948e9c3e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  5 23:18:24 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  5 23:24:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28fee867

dev-libs/icu: Revert "Drop 69.1-r1"

This reverts commit f9e554b249cde1ae33d6e09a9fb0b22bcc9aa9c0.

Bug: https://bugs.gentoo.org/832775
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/icu/Manifest   |   1 +
 dev-libs/icu/icu-69.1-r1.ebuild | 150 
 2 files changed, 151 insertions(+)

diff --git a/dev-libs/icu/Manifest b/dev-libs/icu/Manifest
index 28544b0b2812..820d3604cb0b 100644
--- a/dev-libs/icu/Manifest
+++ b/dev-libs/icu/Manifest
@@ -1 +1,2 @@
+DIST icu4c-69_1-src.tgz 24814903 BLAKE2B 
ef95a04e238f0de96e969d580ef64000ab04a4a0003e8f31fd02baab35387d5ab2c4d792ae0d14f3de8e48aa28570237ccd67fb32e03b13d1572e4a995b1de76
 SHA512 
d4aeb781715144ea6e3c6b98df5bbe0490bfa3175221a1d667f3e6851b7bd4a638fa4a37d4a921ccb31f02b5d15a6dded9464d98051964a86f7b1cde0ff0aab7
 DIST icu4c-70_1-src.tgz 25449582 BLAKE2B 
e229376ee45322db99aa963465048ab5e694ce9f0ba335f071817198238de21fcd77dfe3e86ea1394790e2a3b6d96772d1b98cb7dccd6462a9dd05c0ab7bdef0
 SHA512 
0b26ae7207155cb65a8fdb25f7b2fa4431e74b12bccbed0884a17feaae3c96833d12451064dd152197fd6ea5fd3adfd95594284a463e66c82e0d860f645880c9

diff --git a/dev-libs/icu/icu-69.1-r1.ebuild b/dev-libs/icu/icu-69.1-r1.ebuild
new file mode 100644
index ..6f632a02fd23
--- /dev/null
+++ b/dev-libs/icu/icu-69.1-r1.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit autotools flag-o-matic multilib-minimal python-any-r1 toolchain-funcs
+
+DESCRIPTION="International Components for Unicode"
+HOMEPAGE="http://site.icu-project.org/;
+SRC_URI="https://github.com/unicode-org/icu/releases/download/release-${PV//./-}/icu4c-${PV//./_}-src.tgz;
+
+LICENSE="BSD"
+
+SLOT="0/${PV}"
+
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE="debug doc examples static-libs"
+
+BDEPEND="${PYTHON_DEPS}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen[dot] )
+"
+
+S="${WORKDIR}/${PN}/source"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/icu-config
+)
+
+PATCHES=(
+   "${FILESDIR}/${PN}-65.1-remove-bashisms.patch"
+   "${FILESDIR}/${PN}-64.2-darwin.patch"
+   "${FILESDIR}/${PN}-68.1-nonunicode.patch"
+   # Should be in the next rleease, but check
+   # https://bugs.gentoo.org/788112
+   "${FILESDIR}/${PN}-69.1-fix-ub-units.patch"
+)
+
+src_prepare() {
+   default
+
+   local variable
+
+   # Disable renaming as it is stupid thing to do
+   sed -i \
+   -e "s/#define U_DISABLE_RENAMING 0/#define U_DISABLE_RENAMING 
1/" \
+   common/unicode/uconfig.h || die
+
+   # Fix linking of icudata
+   sed -i \
+   -e "s:LDFLAGSICUDT=-nodefaultlibs -nostdlib:LDFLAGSICUDT=:" \
+   config/mh-linux || die
+
+   # Append doxygen configuration to configure
+   sed -i \
+   -e 's:icudefs.mk:icudefs.mk Doxyfile:' \
+   configure.ac || die
+
+   eautoreconf
+}
+
+src_configure() {
+   append-cxxflags -std=c++14
+
+   if tc-is-cross-compiler; then
+   mkdir "${WORKDIR}"/host || die
+   pushd "${WORKDIR}"/host >/dev/null || die
+
+   CFLAGS="" CXXFLAGS="" ASFLAGS="" LDFLAGS="" \
+   CC="$(tc-getBUILD_CC)" CXX="$(tc-getBUILD_CXX)" 
AR="$(tc-getBUILD_AR)" \
+   RANLIB="$(tc-getBUILD_RANLIB)" LD="$(tc-getBUILD_LD)" \
+   "${S}"/configure --disable-renaming --disable-debug \
+   --disable-samples --enable-static || die
+   emake
+
+   popd >/dev/null || die
+   fi
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --disable-renaming
+   --disable-samples
+   --disable-layoutex
+   $(use_enable debug)
+   $(use_enable static-libs static)
+   $(multilib_native_use_enable examples samples)
+   )
+
+   tc-is-cross-compiler && myeconfargs+=(
+   --with-cross-build="${WORKDIR}"/host
+   )
+
+   # work around cross-endian testing failures with LTO #757681
+   if tc-is-cross-compiler && is-flagq '-flto*' ; then
+   myeconfargs+=( --disable-strict )
+   fi
+
+   # icu tries to use clang by default
+   tc-export CC CXX
+
+   # make sure we configure with the same shell as we run icu-config
+   # with, or ECHO_N, ECHO_T and ECHO_C will be wrongly 

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

2022-02-05 Thread Andreas Sturmlechner
commit: 6042abbd224797421d5eedef472f9f157632c724
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  5 23:21:37 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  5 23:24:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6042abbd

dev-libs/icu-layoutex: Revert "Drop 69.1"

This reverts commit af0988e1ef54e824d29ee58dc233ebecb88518c9.

Bug: https://bugs.gentoo.org/832775
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/icu-layoutex/Manifest |   1 +
 dev-libs/icu-layoutex/icu-layoutex-69.1.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/dev-libs/icu-layoutex/Manifest b/dev-libs/icu-layoutex/Manifest
index 28544b0b2812..820d3604cb0b 100644
--- a/dev-libs/icu-layoutex/Manifest
+++ b/dev-libs/icu-layoutex/Manifest
@@ -1 +1,2 @@
+DIST icu4c-69_1-src.tgz 24814903 BLAKE2B 
ef95a04e238f0de96e969d580ef64000ab04a4a0003e8f31fd02baab35387d5ab2c4d792ae0d14f3de8e48aa28570237ccd67fb32e03b13d1572e4a995b1de76
 SHA512 
d4aeb781715144ea6e3c6b98df5bbe0490bfa3175221a1d667f3e6851b7bd4a638fa4a37d4a921ccb31f02b5d15a6dded9464d98051964a86f7b1cde0ff0aab7
 DIST icu4c-70_1-src.tgz 25449582 BLAKE2B 
e229376ee45322db99aa963465048ab5e694ce9f0ba335f071817198238de21fcd77dfe3e86ea1394790e2a3b6d96772d1b98cb7dccd6462a9dd05c0ab7bdef0
 SHA512 
0b26ae7207155cb65a8fdb25f7b2fa4431e74b12bccbed0884a17feaae3c96833d12451064dd152197fd6ea5fd3adfd95594284a463e66c82e0d860f645880c9

diff --git a/dev-libs/icu-layoutex/icu-layoutex-69.1.ebuild 
b/dev-libs/icu-layoutex/icu-layoutex-69.1.ebuild
new file mode 100644
index ..0e04c50bbdea
--- /dev/null
+++ b/dev-libs/icu-layoutex/icu-layoutex-69.1.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic multilib-minimal toolchain-funcs
+
+DESCRIPTION="External layout part of International Components for Unicode"
+HOMEPAGE="http://www.icu-project.org/;
+SRC_URI="https://github.com/unicode-org/icu/releases/download/release-${PV//./-}/icu4c-${PV//./_}-src.tgz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+IUSE="debug static-libs"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+DEPEND="
+   ~dev-libs/icu-${PV}[${MULTILIB_USEDEP}]
+   dev-libs/icu-le-hb[${MULTILIB_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN/-layoutex}/source"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-65.1-remove-bashisms.patch"
+)
+
+src_prepare() {
+   # apply patches
+   default
+
+   # Disable renaming as it is stupid thing to do
+   sed -i \
+   -e "s/#define U_DISABLE_RENAMING 0/#define U_DISABLE_RENAMING 
1/" \
+   common/unicode/uconfig.h || die
+
+   # Fix linking of icudata
+   sed -i \
+   -e "s:LDFLAGSICUDT=-nodefaultlibs -nostdlib:LDFLAGSICUDT=:" \
+   config/mh-linux || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # Use C++14
+   append-cxxflags -std=c++14
+
+   if tc-is-cross-compiler; then
+   mkdir "${WORKDIR}"/host || die
+   pushd "${WORKDIR}"/host >/dev/null || die
+
+   CFLAGS="" CXXFLAGS="" ASFLAGS="" LDFLAGS="" \
+   CC="$(tc-getBUILD_CC)" CXX="$(tc-getBUILD_CXX)" 
AR="$(tc-getBUILD_AR)" \
+   RANLIB="$(tc-getBUILD_RANLIB)" LD="$(tc-getBUILD_LD)" \
+   "${S}"/configure --disable-renaming --disable-debug \
+   --disable-samples --enable-static || die
+   emake
+
+   popd >/dev/null || die
+   fi
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --disable-renaming
+   --disable-samples
+   --enable-layoutex
+   $(use_enable debug)
+   $(use_enable static-libs static)
+   )
+
+   tc-is-cross-compiler && myeconfargs+=(
+   --with-cross-build="${WORKDIR}"/host
+   )
+
+   # icu tries to use clang by default
+   tc-export CC CXX
+
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_test() {
+   # INTLTEST_OPTS: intltest options
+   #   -e: Exhaustive testing
+   #   -l: Reporting of memory leaks
+   #   -v: Increased verbosity
+   # IOTEST_OPTS: iotest options
+   #   -e: Exhaustive testing
+   #   -v: Increased verbosity
+   # CINTLTST_OPTS: cintltst options
+   #   -e: Exhaustive testing
+   #   -v: Increased verbosity
+   pushd layoutex &>/dev/null || die
+   emake -j1 VERBOSE="1" check
+   popd &>/dev/null || die
+}
+
+multilib_src_install() {
+   pushd layoutex &>/dev/null || die
+   default
+   popd &>/dev/null || die
+}



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

2022-02-05 Thread James Le Cuirot
commit: 7d009d957b874bf1c6c9ad92112b23abe505d3bc
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Feb  5 22:58:16 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Feb  5 22:58:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d009d95

dev-libs/weston: Add new but missing Python build dependency

Closes: https://bugs.gentoo.org/832763
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-libs/weston/weston-10.0.0.ebuild | 4 +++-
 dev-libs/weston/weston-.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-libs/weston/weston-10.0.0.ebuild 
b/dev-libs/weston/weston-10.0.0.ebuild
index 5ab9746b8514..ef2891bf73bb 100644
--- a/dev-libs/weston/weston-10.0.0.ebuild
+++ b/dev-libs/weston/weston-10.0.0.ebuild
@@ -9,7 +9,8 @@ if [[ ${PV} = * ]]; then
EXPERIMENTAL="true"
 fi
 
-inherit meson readme.gentoo-r1 xdg-utils ${GIT_ECLASS}
+PYTHON_COMPAT=( python3_{9..10} )
+inherit meson python-any-r1 readme.gentoo-r1 xdg-utils ${GIT_ECLASS}
 
 DESCRIPTION="Wayland reference compositor"
 HOMEPAGE="https://wayland.freedesktop.org/ 
https://gitlab.freedesktop.org/wayland/weston;
@@ -91,6 +92,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
+   ${PYTHON_DEPS}
virtual/pkgconfig
 "
 

diff --git a/dev-libs/weston/weston-.ebuild 
b/dev-libs/weston/weston-.ebuild
index 478f60d2b893..38b24ee38007 100644
--- a/dev-libs/weston/weston-.ebuild
+++ b/dev-libs/weston/weston-.ebuild
@@ -9,7 +9,8 @@ if [[ ${PV} = * ]]; then
EXPERIMENTAL="true"
 fi
 
-inherit meson readme.gentoo-r1 xdg-utils ${GIT_ECLASS}
+PYTHON_COMPAT=( python3_{9..10} )
+inherit meson python-any-r1 readme.gentoo-r1 xdg-utils ${GIT_ECLASS}
 
 DESCRIPTION="Wayland reference compositor"
 HOMEPAGE="https://wayland.freedesktop.org/ 
https://gitlab.freedesktop.org/wayland/weston;
@@ -91,6 +92,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
+   ${PYTHON_DEPS}
virtual/pkgconfig
 "
 



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/

2022-02-05 Thread Leonardo H. Neumann
commit: b180e00024bcc2a4852f9b5ca16d862b23cc3ebc
Author: Leonardo Neumann  neumann  dev  br>
AuthorDate: Sat Feb  5 22:31:24 2022 +
Commit: Leonardo H. Neumann  null  net>
CommitDate: Sat Feb  5 22:31:24 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b180e000

gui-apps/yambar: add 1.8.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Leonardo Neumann  neumann.dev.br>

 gui-apps/yambar/Manifest|  1 +
 gui-apps/yambar/yambar-1.8.0.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/gui-apps/yambar/Manifest b/gui-apps/yambar/Manifest
index 96659f8ce..6b53d51c9 100644
--- a/gui-apps/yambar/Manifest
+++ b/gui-apps/yambar/Manifest
@@ -1,2 +1,3 @@
 DIST yambar-1.6.2.tar.gz 135455 BLAKE2B 
71d5b584bf04a7212ac84d8e0d8cb71c1abd7c7548c5ec998aff480d76afbd09825b059fe642edd4dd2537af6a5b811bd333a45bfa53f6a3a814a2be95eb58b4
 SHA512 
64a5e983be6dc99feb2f39d06fe265163c3b8f3f23f33a58c386891b63a9c915816cbde22d031473e700e839522c86c53b06f0cce1a57ebdab8ed6aeebe627e1
 DIST yambar-1.7.0.tar.gz 148762 BLAKE2B 
a394b588bb1a8c64e149f8f39d6a8056d139cb3518fc15c87db0da7ead9c96ce5d7b9d764a617c4626d9fa574edbda2c0e1e2b11b07741241188c5cd282d5643
 SHA512 
e34cc808533cf76ff0b95d18346b796b4758271b0a61151e80b33eaa0ce34c2d5a9f1c6671d28f377d1563a7979c5784782b9f2f87a3cb615efb129e89865ad3
+DIST yambar-1.8.0.tar.gz 157936 BLAKE2B 
d9fc01d71c89550c59b470f9bd3de27e44cc5d64f2103f8803c9c2b25c51b5240f54c41041c126df2b606ae011d9fca974723cafb45670eae70ef20bb3f765b6
 SHA512 
db2c3669162923b4ca2b1f13f50d203de2a0eb6963e6d2bfe8b03e41c7cb4ad9acf6607eef08b6da837c901374c89affb915aa44f2bc2e0eb4694ad91ae66a67

diff --git a/gui-apps/yambar/yambar-1.8.0.ebuild 
b/gui-apps/yambar/yambar-1.8.0.ebuild
new file mode 100644
index 0..b624cdc48
--- /dev/null
+++ b/gui-apps/yambar/yambar-1.8.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ ${PV} != ** ]]; then
+   SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git;
+fi
+
+DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
+HOMEPAGE="https://codeberg.org/dnkl/yambar;
+LICENSE="MIT"
+SLOT="0"
+IUSE="wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+RDEPEND="
+   =media-libs/fcft-3.0*
+   dev-libs/json-c
+   dev-libs/libyaml
+   media-libs/alsa-lib
+   media-libs/libmpdclient
+   virtual/libudev:=
+   x11-libs/pixman
+   wayland? ( dev-libs/wayland )
+   X? (
+   x11-libs/libxcb:0=[xkb]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-cursor
+   x11-libs/xcb-util-wm
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-text/scdoc
+   >=dev-libs/tllist-1.0.1
+   >=dev-util/meson-0.53.0
+   virtual/pkgconfig
+   wayland? (
+   dev-libs/wayland-protocols
+   dev-util/wayland-scanner
+   )
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature wayland backend-wayland)
+   $(meson_feature X backend-x11)
+   -Dwerror=false
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   rm -rf "${D}/usr/share/doc/${PN}"
+}



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

2022-02-05 Thread Leonardo H. Neumann
commit: 9c9f6378911e6942383a7aca7dd989935c84efc6
Author: Leonardo Neumann  neumann  dev  br>
AuthorDate: Sat Feb  5 22:25:45 2022 +
Commit: Leonardo H. Neumann  null  net>
CommitDate: Sat Feb  5 22:25:45 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c9f6378

media-libs/fcft: add 3.0.0 and 3.0.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Leonardo Neumann  neumann.dev.br>

 media-libs/fcft/Manifest  |  2 +
 media-libs/fcft/fcft-3.0.0.ebuild | 83 +++
 media-libs/fcft/fcft-3.0.1.ebuild | 83 +++
 3 files changed, 168 insertions(+)

diff --git a/media-libs/fcft/Manifest b/media-libs/fcft/Manifest
index cad9ccf70..e220df336 100644
--- a/media-libs/fcft/Manifest
+++ b/media-libs/fcft/Manifest
@@ -8,3 +8,5 @@ DIST fcft-2.4.5.tar.gz 403734 BLAKE2B 
3fbd0119bb1d955b0e01be4f0ab00348b0b589849e
 DIST fcft-2.4.6.tar.gz 411139 BLAKE2B 
bbf0becd32060b74fdd0bbea09cdeb9251fdf660b63fb06c6d27b2cf7e7c088fb9a7e97ef2eb16326a139739a671fbd1ee0ae06ba026a27b16a16b37560db33f
 SHA512 
554d4e01a24aba36eb44c195eef8b82aac08e8e32ddae3dabc45bef20428d02aee981610edecfb9f8311250b5c2c783664b0929305a857dd2910431512a91d95
 DIST fcft-2.5.0.tar.gz 440068 BLAKE2B 
fa98eace254c2f0e04735b2f6a17bc68a94e24ad201474d3af546d385279fe275ab8a283ca0e50566879befc3bc28f7ecaef2e3aa8380d1f55999f1c0c136b66
 SHA512 
2bd65232ecaf10a4995051eb1409aa8e676365c7d7574e1cd6cbda73e809558572beb0c0bd7e85ee4cf946bfbc83968bef90e54fa70833ab64d70f5439de9bad
 DIST fcft-2.5.1.tar.gz 440347 BLAKE2B 
604e4d5cd3402bc9e2df757db8c85849ec626e2a0790de42f0e19b6ae58ee27914c4c6dceb78dfac56bd2979577e0098643e27a4a5d6c816891053657029839b
 SHA512 
a5f8baca67bb86cd478bca768259bc162472b95407a5ee4384466d44bdb17ba4788c80465a3bf61fd23e7c9c6b1fc4adef69283250510f646539614cbbca5ab0
+DIST fcft-3.0.0.tar.gz 441458 BLAKE2B 
9ff83691435953285f1b3f8b51dac7b17453a457eeb910f035e39c6fa3bb39098d3adbb7179f734261a4034e9ea8b034dd03a20ba0c364b7de2efe9b781dfdaa
 SHA512 
fbf7ac7d777bdb530b90b79a0bd8b90d3f7ae8b099c2733304dbe89fbcc1a1a3493d1eac0478bcdee291d8c804da21461737fc3e34164637e86ff737023622b1
+DIST fcft-3.0.1.tar.gz 441493 BLAKE2B 
79fe864edf04b21fe88fa167e3390836e5c7254710082312068ff4c39624508e086f4eed2ea5706b52421b2276a6f2d1f2211ff0b256112d989764e667c44fe2
 SHA512 
856bec504a253678a2962c0a7c5029e5fd3d26e305ca3fcae8d9df398bcc84a03e9d67522673d1f1bb0ec91606c0627d6ab4bf2780cbb5965a01c91e6f0aac89

diff --git a/media-libs/fcft/fcft-3.0.0.ebuild 
b/media-libs/fcft/fcft-3.0.0.ebuild
new file mode 100644
index 0..a3afc747c
--- /dev/null
+++ b/media-libs/fcft/fcft-3.0.0.ebuild
@@ -0,0 +1,83 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+if [[ ${PV} != ** ]]; then
+   SRC_URI="https://codeberg.org/dnkl/fcft/archive/${PV}.tar.gz  -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://codeberg.org/dnkl/fcft.git;
+fi
+
+DESCRIPTION="A simple library for font loading and glyph rasterization"
+HOMEPAGE="https://codeberg.org/dnkl/fcft;
+LICENSE="MIT"
+SLOT="0/3"
+IUSE="examples +text-shaping +man test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/tllist
+   media-libs/fontconfig
+   media-libs/freetype
+   x11-libs/pixman
+   text-shaping? (
+   dev-libs/libutf8proc:=
+   media-libs/harfbuzz
+   )
+   examples? (
+   dev-libs/libutf8proc:=
+   dev-libs/wayland
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   text-shaping? ( media-fonts/noto-emoji )
+   )
+"
+BDEPEND="
+   app-i18n/unicode-data
+   man? ( app-text/scdoc )
+   examples? (
+   dev-libs/wayland-protocols
+   dev-util/wayland-scanner
+   )
+"
+
+src_prepare() {
+   default
+
+   rm -r "unicode" || die "Failed removing vendored unicode-data"
+
+   sed -i 
"s;unicode/UnicodeData.txt;${EPREFIX}/usr/share/unicode-data/UnicodeData.txt;" \
+   meson.build || die "Failed changing UnicodeData.txt to system's 
copy"
+   sed -i 
"s;unicode/emoji-data.txt;${EPREFIX}/usr/share/unicode-data/emoji/emoji-data.txt;"
 \
+   meson.build || die "Failed changing emoji-data.txt to system's 
copy"
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature text-shaping run-shaping)
+   $(meson_feature man docs)
+   $(meson_use examples)
+   "-Dwerror=false"
+   )
+
+   use test && emesonargs+=(
+   $(meson_use text-shaping test-text-shaping)
+   )
+
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   use examples && newbin "${BUILD_DIR}/example/example" fcft-example
+   mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die "Failed 
to install 

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

2022-02-05 Thread Michał Górny
commit: 1b61582d000593a4280fa281c97780a317140808
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  5 20:44:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  5 22:17:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b61582d

dev-python/setuptools: Remove old

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

 dev-python/setuptools/Manifest |  1 -
 dev-python/setuptools/setuptools-59.8.0.ebuild | 87 --
 2 files changed, 88 deletions(-)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index cf71e608c296..6fc5eef71e76 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -1,4 +1,3 @@
 DIST python-gentoo-patches-3.10.0_p1.tar.xz 10068 BLAKE2B 
1c9817b449831559f0a0b722c02a5f55d94b3dfde98e5882c1403fe24a4addf7074ab39c09b91cff6fd7ace2e4b6e8ed899d9a0b9ffd6612ce315c4c192bd309
 SHA512 
39aa41dbf17b6dc5255491c75031a3dae6962b44125e426dbfdce365a6533c5dae9856b1fff8016a189124b7cff72d2665ce99da344c2f9dff005ba685e8c2c4
-DIST setuptools-59.8.0.tar.gz 2282358 BLAKE2B 
2f1b49285fc70420e24f958c4955200ef0407a7f3aa52fd581a165fd47c7bbde8366c26963f1bbb36f0f77797c12cbb9016fdc69e1a5cc696bb67aacca16d140
 SHA512 
d906558b498bda8abf28831224502c6f0290a4cdbf087fe07af8321dba3dfd1e19fa5b4a820033e54c4561b82ea8ec54c287b4fd657892ed28c2a7de91a9107e
 DIST setuptools-60.5.0.tar.gz 2292478 BLAKE2B 
e41b2717b34d454b3959ee5b6f4fdc70dfec13d97fe6962bd1c1ea2296be8ee2d27bb14ed2cc5e6fb9a757661a0415984b3cf7cf1665347c62a50965f651f9d4
 SHA512 
b2cf7d99e60d0c862a7a4fd8e806019db52502de48ff77556df26ce39a8620f476de767e2e8be8aa260366f54d1429db8a42d538345ec2cd2cfd5286e62e770d
 DIST setuptools-60.7.1.tar.gz 2358541 BLAKE2B 
b48443b95cbd3891ec93d743eb4177302df6742624ea97a97779dd3f101c089ed38ba41d2ff65d35d7e3646d50e62111ecbdd23da9a45cab956006c38d1a42d0
 SHA512 
cf04353ffc2b1ca30fb219f00265eb6f89330f5489e57997d6975725a19b1e037ab02b9b74a8fcdc84a6234349cfc64855ae57535e0faa46ce4b280a364bb862

diff --git a/dev-python/setuptools/setuptools-59.8.0.ebuild 
b/dev-python/setuptools/setuptools-59.8.0.ebuild
deleted file mode 100644
index 30b1a68ec224..
--- a/dev-python/setuptools/setuptools-59.8.0.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# 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
-
-# Set to 'manual' to avoid triggering install QA check
-DISTUTILS_USE_SETUPTOOLS=manual
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 multiprocessing
-
-CPY_PATCHSET="python-gentoo-patches-3.10.0_p1"
-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
-   https://dev.gentoo.org/~floppym/python/${CPY_PATCHSET}.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/jaraco-envs[${PYTHON_USEDEP}]
-   >=dev-python/jaraco-path-3.2.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pip[${PYTHON_USEDEP}]
-   dev-python/sphinx[${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/virtualenv-20[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   ' python3_{8..10} pypy3)
-   )
-"
-PDEPEND="
-   >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-# Force in-source build because build system modifies sources.
-DISTUTILS_IN_SOURCE_BUILD=1
-
-DOCS=( {CHANGES,README}.rst )
-
-src_prepare() {
-   # apply distutils patches to the bundled distutils
-   pushd setuptools/_distutils >/dev/null || die
-   # TODO: distutils C++ patch?
-   eapply -p3 
"${WORKDIR}/${CPY_PATCHSET}/0006-distutils-make-OO-enable-both-opt-1-and-opt-2-optimi.patch"
-   popd >/dev/null || die
-
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   # keep in sync with python_gen_cond_dep above!
-   has "${EPYTHON}" python3.{8..10} pypy3 || continue
-
-   distutils_install_for_testing
-   local EPYTEST_DESELECT=(
-   # network
-   setuptools/tests/test_distutils_adoption.py
-   

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

2022-02-05 Thread Michał Górny
commit: 0a30be045a4ffb39faf8b57f4763889bc2cd8f08
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  5 22:17:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  5 22:17:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a30be04

sys-kernel/gentoo-kernel-bin: Bump to 5.15.21

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   3 +
 .../gentoo-kernel-bin-5.15.21.ebuild   | 119 +
 2 files changed, 122 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index e507c5d8148a..26c77f03ff2c 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -6,6 +6,8 @@ DIST genpatches-5.15-21.base.tar.xz 979868 BLAKE2B 
217af3325d15020a43cc661746272
 DIST genpatches-5.15-21.extras.tar.xz 3876 BLAKE2B 
4c07b166a474bc11502de000f1bb00d8f0c25914a7877b2a94db844c694e0e7a4c757e8a10880eff40438b97214326ba50e716070d79ce1ef7f68c65d876da39
 SHA512 
384a2111655d8fd78a2f6165e99be0c74b36cf90333a465a4bb4cb6cda5ba32e1d435958987094a2d1407f02df7331ff2bd4fccace4f0a6ebe0c300692598f41
 DIST genpatches-5.15-22.base.tar.xz 986832 BLAKE2B 
48fcd267e6e28850d226693b902fd66696024e75db6a75bb78ec79c7ac8afdac62643c4113ff205c301024d245f075716e0bf8083f97917dcfc8b1fcd71b674e
 SHA512 
e8c64bd91caedc3dcd98301dbcbd2003b4aceb5a9713bd908a69448eaa2aea945fa8162e57442862b03daa0e1a4e7642e4504701b1f34a6edb127692e582e0e0
 DIST genpatches-5.15-22.extras.tar.xz 3876 BLAKE2B 
95daac6c95b82d628c0551b4e18e7c3ad9a5722b5ab8f087889b15bdeea8c6f5e232ee8b365bfb4a7c6730207d4735a0fb648b389626f35cda2593caa83ff3e2
 SHA512 
0616c4a976d22a5491039a6bc3babdd7e9095a2c53e2a1530d1ecfcf50a2dbfca637c1b6771078efc92e3371ac15f332f85f653d267ea8e6262ffd305be2723a
+DIST genpatches-5.15-23.base.tar.xz 986960 BLAKE2B 
8c64fb7038c358c4249af8d9274bf406249246ad0315d87266b6f22435e24105269797815679f863a4827aaed70e42471f2c4b82420d8f7021eb35c13a2f7f64
 SHA512 
0ad59d266c94ebc7614f2b8308d2a81c260677f7667de1bab58d5d2bc41a55bce7550e2f109bc7fe69303eeac2d58fe84ffd03c5d389433942928b786208a79c
+DIST genpatches-5.15-23.extras.tar.xz 3876 BLAKE2B 
d41bee55c7c742a138bacfb45459f6449a80521b6857fdc55f675cf2434102176c493b9239ba73ab2d07df3062d995f9cfa76a168ad4913e5623453496519464
 SHA512 
3171e72c60211f2c331959851d85954ad94c947884408934375a4b495fe82c35f66c7408e6b3edff18ceb619c9f64b13a8b7c9433c80c802cf0316bf222e
 DIST genpatches-5.16-6.base.tar.xz 410464 BLAKE2B 
19e5c3718dc8bd9b10f42b4448da16717f95da8a5ca33145bec2703c850ecfe4978144530823319bce945287642a44d368eef24448b45b12d28f5fe450325e99
 SHA512 
80c38fece09b566dbb65b02beeba3b895c41f18fec08ab9b09a6200450a88be8fb10c04dd80c88dadb13e3aff56f2e5983063cd2d852d9f1fd7ed92113e74887
 DIST genpatches-5.16-6.extras.tar.xz 3800 BLAKE2B 
43e9801bfd91b817bc56cf9a86c77ef00c3899a13d78b022dc119c4130d2635fb801b1e638877b68bb17c2ce57edea5d14f8a93acc165c715dc0f5615173
 SHA512 
cb4570ee5ff2dee8a8e992c7f9d173e4b4c7a680cc8225a53ed9e16887d7ceee3ca7a461aed80bbdbd90dc236b26b1094ee6be207afe1bd15117dbb4025b9c9f
 DIST genpatches-5.16-7.base.tar.xz 421780 BLAKE2B 
a4d43c5c598c6c263330acf21502866f0d6698e409b51f48c1690e98204e786d4ca8cca252dded8ea276124e9ee0598e912d42cc458ddf096239f3b97cbf392f
 SHA512 
e76e4ffe549b2533f8c1674963a6fe22f70ef169f46ec13681efe896f1141b6a0341f942856a6ba934e2749589fa68512870e727e2fd411b7d2f5e4cb9b86594
@@ -32,6 +34,7 @@ DIST gentoo-kernel-5.15.20-1.amd64.xpak 69164075 BLAKE2B 
81adfaaa8ac7f61c7ae3225
 DIST gentoo-kernel-5.15.20-1.arm64.xpak 64077658 BLAKE2B 
176f5c7f076b8f54f9870bf34b488afcc7f37454f5c2677297f56511c819b810a60f40b15e678df9a736ccf28e8bfccf4370c8899079da34d537d29ed03e77e9
 SHA512 
e01fa47311154d25f2ec82afb78d6287caa0dfe95624c4a1523f06166e8ffd8d71933ed6f6a4a1148afaae9ea3f6ad5559977f283058d05cf1dd49edf31f8d6a
 DIST gentoo-kernel-5.15.20-1.ppc64le.xpak 57875770 BLAKE2B 
9ac3a88f8200154bf5c8bc10b44dd02d1264397ae4d7c648ad518c4d9af70654336427c1d4e7b6c44d66200106ab1030a8d4f58ef09ed04ce0ef98ca1885be20
 SHA512 
9cf231b6005a399d776dec5b1c22fa8fb7914d7631f8cfc70bcac24d8a91cc1b54b28a05c7b2fa3544a9b123497a8ba709f6def358059b3bd68b19bf511622d6
 DIST gentoo-kernel-5.15.20-1.x86.xpak 59968495 BLAKE2B 
5031de50f6b2f57235b3dcfe58c2ed2ad07fe281541c8004f881daf313303cb32d3ebe67e3d7393837549dfca9d0c954edb2feb0110a487d1e423b1081509489
 SHA512 
1a11c79c27cd89a003f3d2c330b17d8b153b459158bddb2f08277472ae6fbbe13b1fc3aaf46df3a96ecc382baf987783874e8299117c3e3f6457f3357acc82d2
+DIST gentoo-kernel-5.15.21-1.arm64.xpak 64067891 BLAKE2B 
5c009c0a55c97d7c67e60b9081f8fc558a6df7c862b6ae1d250161e0525d88f7278b9e5a67ac795126409fcea58c5b0eabfef2caa08adca62f7d886f8787fb48
 SHA512 
3734b2715e25e1977e747fc77cc2ebc4cda668dd7b6f1b34933b51846a50a96a83012dc71306bf26bb1ba211b4f18a08b0aad7ce16775ba2b5ceb2e3b01a
 DIST gentoo-kernel-5.16.5-1.amd64.xpak 69620204 BLAKE2B 

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

2022-02-05 Thread Michał Górny
commit: 8c12cd334c4de6bf0b00a31f76027acb14b5a65a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  5 22:17:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  5 22:17:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c12cd33

sys-kernel/gentoo-kernel-bin: Bump to 5.10.98

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   3 +
 .../gentoo-kernel-bin-5.10.98.ebuild   | 119 +
 2 files changed, 122 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 26c77f03ff2c..fc74b1231b04 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -2,6 +2,8 @@ DIST genpatches-5.10-103.base.tar.xz 2987764 BLAKE2B 
fab174b3219d24b39f22dc92943
 DIST genpatches-5.10-103.extras.tar.xz 3876 BLAKE2B 
8f8a1ec8ccb9874660ab1a357a28bd48f622affd173c459e7014a737435c8ddaed5ea086adef4306298f3ff1779b497832804fc914c895d74b750e147d99969b
 SHA512 
656cd727882aa8eb4b86690fbcb6c56a20de2aabd2d7de0e29ce2807b12e738a085537cd94cd37020b1d7c95469ac1566c4e2b7a3ec67ab7b88f8cf98de66a9f
 DIST genpatches-5.10-104.base.tar.xz 2993596 BLAKE2B 
76aa47af46b4ab39bb19e89151c85064f5f530365196a1cf068cb055ecc26178974eaea4ca35328d1818f90c4e6d4d2b3bc2549f98b6c3f0a47071419e0d2d84
 SHA512 
b3fa1e616d2beccf73b1adea6f86203d1f19f4cf0492d529bf683e126d90dc74dd33abbb67bf3d86f855148aceced7d1e565475f05b19d520f45193c77dd6850
 DIST genpatches-5.10-104.extras.tar.xz 3876 BLAKE2B 
6e245a2360aa73d3cf99d4439556a5057a3705e6d04d541888fdb07b648a8f0ec5d87c86cb08d85e1e7945ec086ad1ee373470271985cd4b5e85612895d1928b
 SHA512 
643fe234bd05fa86b4161d78a6ea901623c459ae0205972fc0fa11db4c07ecc3691552c77e14cf6f02eac9c6fba16656ff40f4027411a54a6cbe205a7c0a5cc3
+DIST genpatches-5.10-105.base.tar.xz 2993776 BLAKE2B 
6087b0ca5ea7150567bb23d43f83a02e653e1e1ca068e55951db43b3fbb3cb18b84fdad9c9b5ecfe77938b1192fd3260a6d241e3f840a7b09dd83449a2389ff0
 SHA512 
c74695b8d4b4c0205c0287840abcfa5a6e06d88cda53898e1f1a4bc67f4c264d5ca6c0c197ef5ae6d6e3627227e276865566d5dbb6a096c4bf21f569fde178a4
+DIST genpatches-5.10-105.extras.tar.xz 3872 BLAKE2B 
ff451545dc2cadfa871ffa39b689dc2effdecbe09a84338b82231fbc5886ac546c60cb71deeac0391d6e4a783ced9b17d56f79fb72a480e815e1ed1d6e463cc1
 SHA512 
b041afab67f32b35a68621f8bf34a5656f61aa3143bc75cbb4ea5df3775513afbd3adf312858b7468aee3bdb0587cbdb7eb7a9958cb590864b13ac969ecd6a2b
 DIST genpatches-5.15-21.base.tar.xz 979868 BLAKE2B 
217af3325d15020a43cc661746272b7756aa030d7e4e66d014f68e421b83f20fd6ad16cc036cf676b3719c118d4532b174a9f7b05aad730f22a13803fd621702
 SHA512 
5946fa7783d48d25b4f350815e645078e1629d3678aab048de1ec5c62066180de8db940b1b0e8db2062838fc2e06820a354278c20f60ec8da71f2ea686255c58
 DIST genpatches-5.15-21.extras.tar.xz 3876 BLAKE2B 
4c07b166a474bc11502de000f1bb00d8f0c25914a7877b2a94db844c694e0e7a4c757e8a10880eff40438b97214326ba50e716070d79ce1ef7f68c65d876da39
 SHA512 
384a2111655d8fd78a2f6165e99be0c74b36cf90333a465a4bb4cb6cda5ba32e1d435958987094a2d1407f02df7331ff2bd4fccace4f0a6ebe0c300692598f41
 DIST genpatches-5.15-22.base.tar.xz 986832 BLAKE2B 
48fcd267e6e28850d226693b902fd66696024e75db6a75bb78ec79c7ac8afdac62643c4113ff205c301024d245f075716e0bf8083f97917dcfc8b1fcd71b674e
 SHA512 
e8c64bd91caedc3dcd98301dbcbd2003b4aceb5a9713bd908a69448eaa2aea945fa8162e57442862b03daa0e1a4e7642e4504701b1f34a6edb127692e582e0e0
@@ -26,6 +28,7 @@ DIST gentoo-kernel-5.10.97-1.amd64.xpak 65601210 BLAKE2B 
5d86fc78716607262d595ff
 DIST gentoo-kernel-5.10.97-1.arm64.xpak 60942589 BLAKE2B 
737483d551e4d9ee2deb583d3239d3b3b1d4394ec50ffc78edb32eaad7792c9c46200b597752262558d258d5b974481ac4dc54fe09f9912bc5c44d5945544f84
 SHA512 
36d8f93a80ecd5d56b582a1948b4d3f4a7e110dec9cff48fde4ff81b496a599725213ecb0e3405601d9c108f3406bab14dcab2a1ac6e6c34ed6dc02a598019fe
 DIST gentoo-kernel-5.10.97-1.ppc64le.xpak 55697054 BLAKE2B 
06ba886ee8932f7a7d4dcc3c1d452633b314a3776e5cead15fe8398e8a6ce4ad4b2f0994a46fc0350ac9878849ceba50dedcbabc936c1a4be4a70ca6415dd813
 SHA512 
1ce33c16c51ced5a37106b1f3e4a75a7936e03613cdfdc7b8f16f8bc210f5df35ed02754ba27882931b619e3375a8e3bdaf111e587767a8f24b817f77e45dd14
 DIST gentoo-kernel-5.10.97-1.x86.xpak 57312301 BLAKE2B 
ba049f09332100ecb5090c79e8b429513bbca0f599422e18cb012c4fb41964c8349b0db6aa64907453f07b8b1722fbf603a78419305aa282ee956d720a60871b
 SHA512 
915edb7dd918eb2548193974ec43a462f67de93dc859dc6c9d0236f6a2421935b2d9bd20827570c936498d729b98304b8d09488697b3a82de7ddb6504db1fabd
+DIST gentoo-kernel-5.10.98-1.arm64.xpak 60933641 BLAKE2B 
ebed181da9ccc7eb441464fad70dba91b95a4c0714feaaa93c87a444af27f28b13ba8b045bfad375b6f3ae7b4adbf955e619994013b722740ef38237009f2e3e
 SHA512 
b3b3a132e43ddd39fcbdb7e55e9ffef90a371d2e926b3d61a905c2debd6d858326e6db4eeca31e83c56cc76c10a48e646d063e083387c5d9f0491a191d5c4371
 DIST gentoo-kernel-5.15.19-1.amd64.xpak 69117444 BLAKE2B 

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

2022-02-05 Thread Michał Górny
commit: c53aa2d1ce53507ba4b06488407076b5305a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  5 19:41:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  5 22:17:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53aa2d1

sys-kernel/gentoo-kernel: Bump to 5.10.98

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.10.98.ebuild | 127 +
 2 files changed, 129 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 783868898bb7..0e6377b75092 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -2,6 +2,8 @@ DIST genpatches-5.10-103.base.tar.xz 2987764 BLAKE2B 
fab174b3219d24b39f22dc92943
 DIST genpatches-5.10-103.extras.tar.xz 3876 BLAKE2B 
8f8a1ec8ccb9874660ab1a357a28bd48f622affd173c459e7014a737435c8ddaed5ea086adef4306298f3ff1779b497832804fc914c895d74b750e147d99969b
 SHA512 
656cd727882aa8eb4b86690fbcb6c56a20de2aabd2d7de0e29ce2807b12e738a085537cd94cd37020b1d7c95469ac1566c4e2b7a3ec67ab7b88f8cf98de66a9f
 DIST genpatches-5.10-104.base.tar.xz 2993596 BLAKE2B 
76aa47af46b4ab39bb19e89151c85064f5f530365196a1cf068cb055ecc26178974eaea4ca35328d1818f90c4e6d4d2b3bc2549f98b6c3f0a47071419e0d2d84
 SHA512 
b3fa1e616d2beccf73b1adea6f86203d1f19f4cf0492d529bf683e126d90dc74dd33abbb67bf3d86f855148aceced7d1e565475f05b19d520f45193c77dd6850
 DIST genpatches-5.10-104.extras.tar.xz 3876 BLAKE2B 
6e245a2360aa73d3cf99d4439556a5057a3705e6d04d541888fdb07b648a8f0ec5d87c86cb08d85e1e7945ec086ad1ee373470271985cd4b5e85612895d1928b
 SHA512 
643fe234bd05fa86b4161d78a6ea901623c459ae0205972fc0fa11db4c07ecc3691552c77e14cf6f02eac9c6fba16656ff40f4027411a54a6cbe205a7c0a5cc3
+DIST genpatches-5.10-105.base.tar.xz 2993776 BLAKE2B 
6087b0ca5ea7150567bb23d43f83a02e653e1e1ca068e55951db43b3fbb3cb18b84fdad9c9b5ecfe77938b1192fd3260a6d241e3f840a7b09dd83449a2389ff0
 SHA512 
c74695b8d4b4c0205c0287840abcfa5a6e06d88cda53898e1f1a4bc67f4c264d5ca6c0c197ef5ae6d6e3627227e276865566d5dbb6a096c4bf21f569fde178a4
+DIST genpatches-5.10-105.extras.tar.xz 3872 BLAKE2B 
ff451545dc2cadfa871ffa39b689dc2effdecbe09a84338b82231fbc5886ac546c60cb71deeac0391d6e4a783ced9b17d56f79fb72a480e815e1ed1d6e463cc1
 SHA512 
b041afab67f32b35a68621f8bf34a5656f61aa3143bc75cbb4ea5df3775513afbd3adf312858b7468aee3bdb0587cbdb7eb7a9958cb590864b13ac969ecd6a2b
 DIST genpatches-5.15-21.base.tar.xz 979868 BLAKE2B 
217af3325d15020a43cc661746272b7756aa030d7e4e66d014f68e421b83f20fd6ad16cc036cf676b3719c118d4532b174a9f7b05aad730f22a13803fd621702
 SHA512 
5946fa7783d48d25b4f350815e645078e1629d3678aab048de1ec5c62066180de8db940b1b0e8db2062838fc2e06820a354278c20f60ec8da71f2ea686255c58
 DIST genpatches-5.15-21.extras.tar.xz 3876 BLAKE2B 
4c07b166a474bc11502de000f1bb00d8f0c25914a7877b2a94db844c694e0e7a4c757e8a10880eff40438b97214326ba50e716070d79ce1ef7f68c65d876da39
 SHA512 
384a2111655d8fd78a2f6165e99be0c74b36cf90333a465a4bb4cb6cda5ba32e1d435958987094a2d1407f02df7331ff2bd4fccace4f0a6ebe0c300692598f41
 DIST genpatches-5.15-22.base.tar.xz 986832 BLAKE2B 
48fcd267e6e28850d226693b902fd66696024e75db6a75bb78ec79c7ac8afdac62643c4113ff205c301024d245f075716e0bf8083f97917dcfc8b1fcd71b674e
 SHA512 
e8c64bd91caedc3dcd98301dbcbd2003b4aceb5a9713bd908a69448eaa2aea945fa8162e57442862b03daa0e1a4e7642e4504701b1f34a6edb127692e582e0e0

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.98.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.98.ebuild
new file mode 100644
index ..2bba5adce42e
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.98.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 7 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.12
+CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530
+GENTOO_CONFIG_VER=5.15.5
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> 

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

2022-02-05 Thread Michał Górny
commit: 5f06eb139cb5790de53fd81dbe27cd4b3c103496
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  5 19:40:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  5 22:17:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f06eb13

sys-kernel/gentoo-kernel: Bump to 5.15.21

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.15.21.ebuild | 126 +
 2 files changed, 128 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index ed5e65804a9d..783868898bb7 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -6,6 +6,8 @@ DIST genpatches-5.15-21.base.tar.xz 979868 BLAKE2B 
217af3325d15020a43cc661746272
 DIST genpatches-5.15-21.extras.tar.xz 3876 BLAKE2B 
4c07b166a474bc11502de000f1bb00d8f0c25914a7877b2a94db844c694e0e7a4c757e8a10880eff40438b97214326ba50e716070d79ce1ef7f68c65d876da39
 SHA512 
384a2111655d8fd78a2f6165e99be0c74b36cf90333a465a4bb4cb6cda5ba32e1d435958987094a2d1407f02df7331ff2bd4fccace4f0a6ebe0c300692598f41
 DIST genpatches-5.15-22.base.tar.xz 986832 BLAKE2B 
48fcd267e6e28850d226693b902fd66696024e75db6a75bb78ec79c7ac8afdac62643c4113ff205c301024d245f075716e0bf8083f97917dcfc8b1fcd71b674e
 SHA512 
e8c64bd91caedc3dcd98301dbcbd2003b4aceb5a9713bd908a69448eaa2aea945fa8162e57442862b03daa0e1a4e7642e4504701b1f34a6edb127692e582e0e0
 DIST genpatches-5.15-22.extras.tar.xz 3876 BLAKE2B 
95daac6c95b82d628c0551b4e18e7c3ad9a5722b5ab8f087889b15bdeea8c6f5e232ee8b365bfb4a7c6730207d4735a0fb648b389626f35cda2593caa83ff3e2
 SHA512 
0616c4a976d22a5491039a6bc3babdd7e9095a2c53e2a1530d1ecfcf50a2dbfca637c1b6771078efc92e3371ac15f332f85f653d267ea8e6262ffd305be2723a
+DIST genpatches-5.15-23.base.tar.xz 986960 BLAKE2B 
8c64fb7038c358c4249af8d9274bf406249246ad0315d87266b6f22435e24105269797815679f863a4827aaed70e42471f2c4b82420d8f7021eb35c13a2f7f64
 SHA512 
0ad59d266c94ebc7614f2b8308d2a81c260677f7667de1bab58d5d2bc41a55bce7550e2f109bc7fe69303eeac2d58fe84ffd03c5d389433942928b786208a79c
+DIST genpatches-5.15-23.extras.tar.xz 3876 BLAKE2B 
d41bee55c7c742a138bacfb45459f6449a80521b6857fdc55f675cf2434102176c493b9239ba73ab2d07df3062d995f9cfa76a168ad4913e5623453496519464
 SHA512 
3171e72c60211f2c331959851d85954ad94c947884408934375a4b495fe82c35f66c7408e6b3edff18ceb619c9f64b13a8b7c9433c80c802cf0316bf222e
 DIST genpatches-5.16-6.base.tar.xz 410464 BLAKE2B 
19e5c3718dc8bd9b10f42b4448da16717f95da8a5ca33145bec2703c850ecfe4978144530823319bce945287642a44d368eef24448b45b12d28f5fe450325e99
 SHA512 
80c38fece09b566dbb65b02beeba3b895c41f18fec08ab9b09a6200450a88be8fb10c04dd80c88dadb13e3aff56f2e5983063cd2d852d9f1fd7ed92113e74887
 DIST genpatches-5.16-6.extras.tar.xz 3800 BLAKE2B 
43e9801bfd91b817bc56cf9a86c77ef00c3899a13d78b022dc119c4130d2635fb801b1e638877b68bb17c2ce57edea5d14f8a93acc165c715dc0f5615173
 SHA512 
cb4570ee5ff2dee8a8e992c7f9d173e4b4c7a680cc8225a53ed9e16887d7ceee3ca7a461aed80bbdbd90dc236b26b1094ee6be207afe1bd15117dbb4025b9c9f
 DIST genpatches-5.16-7.base.tar.xz 421780 BLAKE2B 
a4d43c5c598c6c263330acf21502866f0d6698e409b51f48c1690e98204e786d4ca8cca252dded8ea276124e9ee0598e912d42cc458ddf096239f3b97cbf392f
 SHA512 
e76e4ffe549b2533f8c1674963a6fe22f70ef169f46ec13681efe896f1141b6a0341f942856a6ba934e2749589fa68512870e727e2fd411b7d2f5e4cb9b86594

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.21.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.21.ebuild
new file mode 100644
index ..491f7ca35578
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.21.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 2 ))
+CONFIG_VER=5.15.14
+CONFIG_HASH=8cc461d9cfb256bb831225bb38e29fa944bd890f
+GENTOO_CONFIG_VER=5.15.5
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   

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

2022-02-05 Thread Michał Górny
commit: eefe706eefcf36fb0339c114ca337fb0655960de
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  5 22:16:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  5 22:17:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eefe706e

sys-kernel/gentoo-kernel-bin: Bump to 5.16.7

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   3 +
 .../gentoo-kernel-bin-5.16.7.ebuild| 119 +
 2 files changed, 122 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index e9cfb47e79e3..e507c5d8148a 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -10,6 +10,8 @@ DIST genpatches-5.16-6.base.tar.xz 410464 BLAKE2B 
19e5c3718dc8bd9b10f42b4448da16
 DIST genpatches-5.16-6.extras.tar.xz 3800 BLAKE2B 
43e9801bfd91b817bc56cf9a86c77ef00c3899a13d78b022dc119c4130d2635fb801b1e638877b68bb17c2ce57edea5d14f8a93acc165c715dc0f5615173
 SHA512 
cb4570ee5ff2dee8a8e992c7f9d173e4b4c7a680cc8225a53ed9e16887d7ceee3ca7a461aed80bbdbd90dc236b26b1094ee6be207afe1bd15117dbb4025b9c9f
 DIST genpatches-5.16-7.base.tar.xz 421780 BLAKE2B 
a4d43c5c598c6c263330acf21502866f0d6698e409b51f48c1690e98204e786d4ca8cca252dded8ea276124e9ee0598e912d42cc458ddf096239f3b97cbf392f
 SHA512 
e76e4ffe549b2533f8c1674963a6fe22f70ef169f46ec13681efe896f1141b6a0341f942856a6ba934e2749589fa68512870e727e2fd411b7d2f5e4cb9b86594
 DIST genpatches-5.16-7.extras.tar.xz 3800 BLAKE2B 
2ca7dd167d60ee036ae8a9fcc2258719c701cc2a64e8a62e150ce369f2d7ab4284148987f22cd6deedbdac8bfa9d72cda36c7dbfd5e353034c0d79601c923b78
 SHA512 
3fae1914f2d5cfe03a72d24abfeb5bdc2c0387f050fa0b50f15a20f26afbe4dc1b79bcd619451c858845a06221cb3226e5c026e554120828d133e1f9f126d586
+DIST genpatches-5.16-8.base.tar.xz 422008 BLAKE2B 
ab4eb1aecf4f17f68bd60672de39a63dcd3d5d9af585c72c946db429fbb71fed3dce5fb92dcb9ae64c4587bc5a0244c7c7e53b72d25ef077b6fd291d94b8abbf
 SHA512 
e71340a9fef92f81db28851b288c2cdcb5a39a59867cc291749d737a5f82e1698c407d7e663df30b5c7182b24c7b7cf34da7bc9a81dfa795872de021651fa8be
+DIST genpatches-5.16-8.extras.tar.xz 3800 BLAKE2B 
9f463f068279061ff6312d27c9a01cf3b36ad9ed4216e99b10fc77af8334e4fcbe61e03ca162e439d0abc227e6d48f56ea5019c39d41136193b3523acf6e5fbb
 SHA512 
84b8279b8879035a0af3438652ad9a582899224eb69225865ebc9cf0f9f35f4eaafcc89e31e9666bde5882975306ff28b2ca5394633f8f6998b869d1b3b34653
 DIST genpatches-5.4-180.base.tar.xz 4403360 BLAKE2B 
3e153a25dcbce57a218800df3da5315a808a08469dbc1cf05a7924b27af33d3d8f92926ef77f055f5853f3fb1bf2e78fd1724df21e62aa04fbc7736b26490ddc
 SHA512 
2b6f816d1d0f3c61ae2660ef9dca958bb61ee46e8918cb6f5763e7d9aad898ec07a89eb221267307388bde61822a8698567af764159cdeff76655ca28a55ca27
 DIST genpatches-5.4-180.extras.tar.xz 1812 BLAKE2B 
d633acaa2c422e7611a8df1d8fdb15a0ec303f6bcd707ea54dd7d373a49b1bb6ecadfb02804909ef8931c8c6e96077a6d2904f294ae1169896b6c1613af48b68
 SHA512 
9f673d8f284cd3d6bd6ec73f7eb7a5f1a3e85017f21dbb278d015e7151774be10b78b7a0102547fa30aadd906f5f2298749ac0d64385f833a6b9f44045426ba0
 DIST genpatches-5.4-181.base.tar.xz 4404096 BLAKE2B 
22087f6ae44e18ed7555b5ed18fa673f0db1da6ac80e8fcb8c9ff32b73395cfba9dd6a3f4a4a1c5ab6e43692c34de41e69f5f64a63b9a237659aff95b0dd88be
 SHA512 
d041f79cc2dc8be90f1cea603d73b48bcd1286ec9ef8ad2a9dff15a0217e845d2e6d56e31b2c8ba840afb3855ff8e5732bd1eecb30066e07877944f24581a6d0
@@ -38,6 +40,7 @@ DIST gentoo-kernel-5.16.6-1.amd64.xpak 69624468 BLAKE2B 
8a7eb033a1203f340ecde8f5
 DIST gentoo-kernel-5.16.6-1.arm64.xpak 65030959 BLAKE2B 
9d613748452217e7f8e5454f449deaac06e98878b993dd422b28363fcae2d93c48668f0372af0cec3417cbc55e3968002590c9a50db1f739b79eb647c5d91315
 SHA512 
9fb4c55a84ce8be3f835b391d47dc8ad0ed01597882e9968a42679d3dc64e29867ac673e31b28f6b647ad2e57902387f0ab8c2cd934dd56c7212cb7a6a897601
 DIST gentoo-kernel-5.16.6-1.ppc64le.xpak 58289427 BLAKE2B 
5391a008fc4c2237a5c3f907ba48a568b000d2d6149e5c4fdd902f688c2d1d937a17cfb97045e4da620be786ed2bc577c171c3e967e460fc3e41fe9f32a04f25
 SHA512 
c06d3b4864512c0955cab6791b0406b2c0f913da98ca9650456c4403b415883fb1f3db856214847a92ddc5687648b6c08ab512916762ad61ece542f4dff28438
 DIST gentoo-kernel-5.16.6-1.x86.xpak 60458669 BLAKE2B 
ff4bdd9501ad0b2f07aa43512b5fa1e9e010fecd514f0ffd0a5cb16a180d68c6f47032cf8994e55fd0c35102a1ee767c641a1426fc294b22e6a55d0634adebe8
 SHA512 
6dba3cf0a349aa7560610f81c938f75b48aa4d6b42c02b8de60908154ead5654b10ac0535fcfad259ac67c8b5e5adac5e993c47307d71a051c08087bec03a9aa
+DIST gentoo-kernel-5.16.7-1.arm64.xpak 65034707 BLAKE2B 
fd3cd770d858b98815898f6cc98941e8b290a8735bba7c112aa9fd3d43b3a7beb2de4298a8f4a4a63badf9191ce7345c1b4620a13d3d9435d513d35b3731d37a
 SHA512 
2d3abb8831b67f042f8bc9ff2c7bac18c2cd8f2e2cc5f0be1cab747a1b204a7fac0ccc8347f64ebd8ee85cca1f7f4932a669cd6728e1a7e9ed3dff7a9e0bf1e2
 DIST gentoo-kernel-5.4.176-1.amd64.xpak 61451582 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2022-02-05 Thread Michał Górny
commit: 8965c9574cf453e1edbe2087e543a77e6356b782
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  5 19:40:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  5 22:17:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8965c957

virtual/dist-kernel: Bump to 5.15.21

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

 virtual/dist-kernel/dist-kernel-5.15.21.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.15.21.ebuild 
b/virtual/dist-kernel/dist-kernel-5.15.21.ebuild
new file mode 100644
index ..b1217f15e263
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.15.21.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2022-02-05 Thread Michał Górny
commit: d3bfb61d62f276e43af7568035051d2e65436a22
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  5 19:40:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  5 22:17:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3bfb61d

sys-kernel/vanilla-kernel: Bump to 5.10.98

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.10.98.ebuild   | 133 +
 2 files changed, 135 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 024df0158d80..caa4be862108 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -20,6 +20,8 @@ DIST linux-5.10.96.tar.sign 991 BLAKE2B 
f831c2a0879f1e0fe6e157cbaaeacd654d594de5
 DIST linux-5.10.96.tar.xz 120375044 BLAKE2B 
71c2a44c7a170532b787e5c60496a41d5173e7d34e0f5d60808e450f9e91204c52e2dcfce4e63eca44383ebd42cc2ab1021b7f110db03fa5d5f7596c9e53bb60
 SHA512 
c852b38613dd8dbcf2638854d0f953655a7c720d9a3bf4774cde61609040214358ce9f67ad94fac117f1815b4adc9ed8dd7423388c29acdc2a675b06219499ac
 DIST linux-5.10.97.tar.sign 991 BLAKE2B 
85a5a1000aafbdd300593955e887c4d7be5decca4b09d4f722e4330d2d1b2fb6fd54dc65c4bdcdb992d538ab372aa5ab3b23ce88ae462197d4ff4710d3ecfadc
 SHA512 
af193c493ff7438d856b70474157425e63e4a693e36d924058556460de7218391d31e2b490a2a6df5314ab5612ff839c2d39359aee79b4e3bb42459410ea943b
 DIST linux-5.10.97.tar.xz 120372392 BLAKE2B 
95246b084605beb4aceb4f747aa03a935347bc6ebd421853cdb63a1c26355439090532e25c61f73a5c380f03bf6c4ae429eea69afbf1d8696de1bd52bcc63c80
 SHA512 
c55dd97881ffabeea782a0ac377f38b171629bb75fdba95e91d06fb2567ff59363560cba148009a0b9fe9dcd046bf027e35a8efaf6a4cb60f8fd902cddc750d0
+DIST linux-5.10.98.tar.sign 991 BLAKE2B 
e181f7d5c579e9255e4cfd54bbc3d2c4c1c4d8fabcd8c636c8db6f80a143bfc5d1d12e738b239a107de190be1a131c64cd07390dc114dcd3bd33f61b045b2be7
 SHA512 
fdd9b18c945b7051d35b2ec167bffe9c65153a35590c01ab8d552c026e7c6b8a8e15c8098fe81de2168d1fb9b9c0e4f565758b95bc6dd85e4ca7d578bd7a3bc8
+DIST linux-5.10.98.tar.xz 120374448 BLAKE2B 
6cbacbc7f6cdd6a79b3296a1e67abb75f8bdd1aa78ea418fcfe5b33b9d0bd237c23361d1c2ddcc8d75682c5ea124149e35a47028de4374737ab49be1a97f5402
 SHA512 
55372bf0c0f2c9f663dd98a9a3ae05fef8f1d342fad780907afe27862295e7d2404d4f94018ddac6b0480387eec2e89f2770ad748b651eccf4dcd37533fadf80
 DIST linux-5.15.19.tar.sign 991 BLAKE2B 
80e62e341cc1c25f890bba25dfb1872842a9e6652cdbc9c7aeb8f16f9a958afba2299485221669ff710af68bc46dfeb4f9374e216f65712ec2b582fbb62ed3ce
 SHA512 
e870fce5b29371aa8ec2ccffc6041566e0194a0a04c089a26e1b0ab53ade5388cdda82acfe557db1fe5b67b9bad62348acc28e0f29bd23884dc413c46ba8a310
 DIST linux-5.15.19.tar.xz 126226608 BLAKE2B 
80f03833a90fa8dc233ecd6b75824adb5c529518ba47a95a7fc6d6547a5e1772e29ef88691516482f0185c46df26cd78eb3048bc865511e8dbbab661f6b1f851
 SHA512 
58dcdf71bd8d8dcaf2932b6b86a8421046d0780361ad6c4f2eadf3ce1805f106da894d0a6a62cb0919186a11659d7ba36cbe0e956d5ea7a5419e6f43698248b0
 DIST linux-5.15.20.tar.sign 991 BLAKE2B 
0d0f2a8a97a991af1623a1e3e49fec2974b9b584d32c8853a615aeace79df2f3d53cff74eafe885d0451b374772c2917a11913b00099e6181da7579396df5494
 SHA512 
25115588128f813a87d30f02fc44d5ab4bfdde1f31c5266f7807d1e8f853d9594c46079b666fd26a63be08465f946e380941a08e780f9f1c2923129cb60c46cd

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.98.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.98.ebuild
new file mode 100644
index ..3224bff15b58
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.98.ebuild
@@ -0,0 +1,133 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build toolchain-funcs verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.12
+CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530
+GENTOO_CONFIG_VER=5.15.5
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+

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

2022-02-05 Thread Michał Górny
commit: b976a6cec8421a50d238d015cdd02bdaff5328c7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  5 19:39:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  5 22:17:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b976a6ce

sys-kernel/gentoo-kernel: Bump to 5.16.7

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.16.7.ebuild  | 126 +
 2 files changed, 128 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 88af332e4203..ed5e65804a9d 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -10,6 +10,8 @@ DIST genpatches-5.16-6.base.tar.xz 410464 BLAKE2B 
19e5c3718dc8bd9b10f42b4448da16
 DIST genpatches-5.16-6.extras.tar.xz 3800 BLAKE2B 
43e9801bfd91b817bc56cf9a86c77ef00c3899a13d78b022dc119c4130d2635fb801b1e638877b68bb17c2ce57edea5d14f8a93acc165c715dc0f5615173
 SHA512 
cb4570ee5ff2dee8a8e992c7f9d173e4b4c7a680cc8225a53ed9e16887d7ceee3ca7a461aed80bbdbd90dc236b26b1094ee6be207afe1bd15117dbb4025b9c9f
 DIST genpatches-5.16-7.base.tar.xz 421780 BLAKE2B 
a4d43c5c598c6c263330acf21502866f0d6698e409b51f48c1690e98204e786d4ca8cca252dded8ea276124e9ee0598e912d42cc458ddf096239f3b97cbf392f
 SHA512 
e76e4ffe549b2533f8c1674963a6fe22f70ef169f46ec13681efe896f1141b6a0341f942856a6ba934e2749589fa68512870e727e2fd411b7d2f5e4cb9b86594
 DIST genpatches-5.16-7.extras.tar.xz 3800 BLAKE2B 
2ca7dd167d60ee036ae8a9fcc2258719c701cc2a64e8a62e150ce369f2d7ab4284148987f22cd6deedbdac8bfa9d72cda36c7dbfd5e353034c0d79601c923b78
 SHA512 
3fae1914f2d5cfe03a72d24abfeb5bdc2c0387f050fa0b50f15a20f26afbe4dc1b79bcd619451c858845a06221cb3226e5c026e554120828d133e1f9f126d586
+DIST genpatches-5.16-8.base.tar.xz 422008 BLAKE2B 
ab4eb1aecf4f17f68bd60672de39a63dcd3d5d9af585c72c946db429fbb71fed3dce5fb92dcb9ae64c4587bc5a0244c7c7e53b72d25ef077b6fd291d94b8abbf
 SHA512 
e71340a9fef92f81db28851b288c2cdcb5a39a59867cc291749d737a5f82e1698c407d7e663df30b5c7182b24c7b7cf34da7bc9a81dfa795872de021651fa8be
+DIST genpatches-5.16-8.extras.tar.xz 3800 BLAKE2B 
9f463f068279061ff6312d27c9a01cf3b36ad9ed4216e99b10fc77af8334e4fcbe61e03ca162e439d0abc227e6d48f56ea5019c39d41136193b3523acf6e5fbb
 SHA512 
84b8279b8879035a0af3438652ad9a582899224eb69225865ebc9cf0f9f35f4eaafcc89e31e9666bde5882975306ff28b2ca5394633f8f6998b869d1b3b34653
 DIST genpatches-5.4-180.base.tar.xz 4403360 BLAKE2B 
3e153a25dcbce57a218800df3da5315a808a08469dbc1cf05a7924b27af33d3d8f92926ef77f055f5853f3fb1bf2e78fd1724df21e62aa04fbc7736b26490ddc
 SHA512 
2b6f816d1d0f3c61ae2660ef9dca958bb61ee46e8918cb6f5763e7d9aad898ec07a89eb221267307388bde61822a8698567af764159cdeff76655ca28a55ca27
 DIST genpatches-5.4-180.extras.tar.xz 1812 BLAKE2B 
d633acaa2c422e7611a8df1d8fdb15a0ec303f6bcd707ea54dd7d373a49b1bb6ecadfb02804909ef8931c8c6e96077a6d2904f294ae1169896b6c1613af48b68
 SHA512 
9f673d8f284cd3d6bd6ec73f7eb7a5f1a3e85017f21dbb278d015e7151774be10b78b7a0102547fa30aadd906f5f2298749ac0d64385f833a6b9f44045426ba0
 DIST genpatches-5.4-181.base.tar.xz 4404096 BLAKE2B 
22087f6ae44e18ed7555b5ed18fa673f0db1da6ac80e8fcb8c9ff32b73395cfba9dd6a3f4a4a1c5ab6e43692c34de41e69f5f64a63b9a237659aff95b0dd88be
 SHA512 
d041f79cc2dc8be90f1cea603d73b48bcd1286ec9ef8ad2a9dff15a0217e845d2e6d56e31b2c8ba840afb3855ff8e5732bd1eecb30066e07877944f24581a6d0

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.16.7.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.16.7.ebuild
new file mode 100644
index ..e64403f1a10e
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.16.7.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 1 ))
+CONFIG_VER=5.16.5
+CONFIG_HASH=07359bfbe209ebc2bf6ff2f7b52eb69cc36e21fb
+GENTOO_CONFIG_VER=5.15.5
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2022-02-05 Thread Michał Górny
commit: 64badf0bb829390dbff31ef24a74c5880cf8c8d4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  5 19:41:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  5 22:17:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64badf0b

virtual/dist-kernel: Bump to 5.10.98

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

 virtual/dist-kernel/dist-kernel-5.10.98.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.98.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.98.ebuild
new file mode 100644
index ..b1217f15e263
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.10.98.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2022-02-05 Thread Michał Górny
commit: 3e67c1eb0bec9081a241cc7a38059aba62cdfebd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  5 19:40:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  5 22:17:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e67c1eb

sys-kernel/vanilla-kernel: Bump to 5.15.21

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.15.21.ebuild   | 132 +
 2 files changed, 134 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index fd3c0090..024df0158d80 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -24,6 +24,8 @@ DIST linux-5.15.19.tar.sign 991 BLAKE2B 
80e62e341cc1c25f890bba25dfb1872842a9e665
 DIST linux-5.15.19.tar.xz 126226608 BLAKE2B 
80f03833a90fa8dc233ecd6b75824adb5c529518ba47a95a7fc6d6547a5e1772e29ef88691516482f0185c46df26cd78eb3048bc865511e8dbbab661f6b1f851
 SHA512 
58dcdf71bd8d8dcaf2932b6b86a8421046d0780361ad6c4f2eadf3ce1805f106da894d0a6a62cb0919186a11659d7ba36cbe0e956d5ea7a5419e6f43698248b0
 DIST linux-5.15.20.tar.sign 991 BLAKE2B 
0d0f2a8a97a991af1623a1e3e49fec2974b9b584d32c8853a615aeace79df2f3d53cff74eafe885d0451b374772c2917a11913b00099e6181da7579396df5494
 SHA512 
25115588128f813a87d30f02fc44d5ab4bfdde1f31c5266f7807d1e8f853d9594c46079b666fd26a63be08465f946e380941a08e780f9f1c2923129cb60c46cd
 DIST linux-5.15.20.tar.xz 126200868 BLAKE2B 
aa1fce6c09c4db0be4540bc15d2bc799e62047621ffb9f40ff709fdbab6c4ae983bb0a47e1a7720fd395b28d5d467febfedea050ff243f39b08399f86571d02f
 SHA512 
49890763271ead7e9bd3501a320f3dfae2e0af2e07e74fced08757e9de72c1a8f374f58c9c92517b4fa523b8a81c7a5de5bb529a11c4e0ecb3122128ae3bd627
+DIST linux-5.15.21.tar.sign 991 BLAKE2B 
2d2bbd5b687f97c2b5ccdd05cd4aca339f532a32238ecb72744395f257c0fd9758b4265ccbf347ff291598cf4844074ebed2f23d29f25ab5b2f3f45141ed7747
 SHA512 
374826a06f73cc913b2621a099a58130242b74ff173dcdab320ff767a17cfc43abb19a4e607723c7473df4489af1071ec903f5fcd7fd8974e808dc0e48c3
+DIST linux-5.15.21.tar.xz 126222040 BLAKE2B 
9180dd81099429e55a037986481ae9c3bbce450070cfef083946771347de829ad4fc63fd83512bac3bd33ea4d0eb765a7d4afae7111467dc425cda3bbb9c5303
 SHA512 
8a1d126f6ea7a8cded502b3dd8bdb54b0d26f3ca7a38b8134cb05118306323d530ba8a738a7fef03f72708c875a79989e6de7089530c93c2a9caf4b662568813
 DIST linux-5.16.5.tar.sign 989 BLAKE2B 
a55d8da745785fb479519fd9daf745bae4be54e2b8c135b9f51af38035b273de86bc54dbb7598f98d3bebad995889a779bd88f9d65b2ade44d9bc995ba5ab2a6
 SHA512 
414f71b299c7624604d1e4b5cc894c888cefded016249d2cefda54727e043152a6abf1a62daccd4934348965c4a574ecad6b098d38774b114098a6d74d9f6921
 DIST linux-5.16.5.tar.xz 127552076 BLAKE2B 
9eccc20c59a93aa21349ce99b88638de8bb0589037e91143d23932cb5312878bac7ae95adfd0f95b79ad0085f74109577427675320e4a2548f8762661dcdc8e4
 SHA512 
bb87573623a275a8860728e9586f0e63aba7bd868de55ce27871f615e9b174aeb18c3faefc41e3d656bc998768fa3e3c6097e9d39c32fea48d3769f46c48a2f2
 DIST linux-5.16.6.tar.sign 989 BLAKE2B 
49eab210f7029b8a24cbaec467cd5b1ead4b22a00d3132fcc619aa9c0ed126cbf3f763f8af49447a4a258d990a5a707880e2b5705b4310c066aaf41a54086384
 SHA512 
b1f241b097bb7678b06b361f35060c1d0846d5a3001b98238b7a81c3fa965b9eb8af13144bd6f4914fc47b16f2810ddc7b25c60605aeb99fa03a705f5c024b2e

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.21.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.21.ebuild
new file mode 100644
index ..848fbe3e6fcc
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.21.ebuild
@@ -0,0 +1,132 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build toolchain-funcs verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.15.14
+CONFIG_HASH=8cc461d9cfb256bb831225bb38e29fa944bd890f
+GENTOO_CONFIG_VER=5.15.5
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+  

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2022-02-05 Thread Michał Górny
commit: 06a43793f846c1aa67b91d6f9954267034a4b692
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  5 19:39:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  5 22:17:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a43793

virtual/dist-kernel: Bump to 5.16.7

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

 virtual/dist-kernel/dist-kernel-5.16.7.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.16.7.ebuild 
b/virtual/dist-kernel/dist-kernel-5.16.7.ebuild
new file mode 100644
index ..b1217f15e263
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.16.7.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2022-02-05 Thread Michał Górny
commit: 4033fee6167dcb8d434a801f1a651ab345efcab7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  5 19:39:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  5 22:17:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4033fee6

sys-kernel/vanilla-kernel: Bump to 5.16.7

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.16.7.ebuild| 132 +
 2 files changed, 134 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 2001fac7336a..fd3c0090 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -28,6 +28,8 @@ DIST linux-5.16.5.tar.sign 989 BLAKE2B 
a55d8da745785fb479519fd9daf745bae4be54e2b
 DIST linux-5.16.5.tar.xz 127552076 BLAKE2B 
9eccc20c59a93aa21349ce99b88638de8bb0589037e91143d23932cb5312878bac7ae95adfd0f95b79ad0085f74109577427675320e4a2548f8762661dcdc8e4
 SHA512 
bb87573623a275a8860728e9586f0e63aba7bd868de55ce27871f615e9b174aeb18c3faefc41e3d656bc998768fa3e3c6097e9d39c32fea48d3769f46c48a2f2
 DIST linux-5.16.6.tar.sign 989 BLAKE2B 
49eab210f7029b8a24cbaec467cd5b1ead4b22a00d3132fcc619aa9c0ed126cbf3f763f8af49447a4a258d990a5a707880e2b5705b4310c066aaf41a54086384
 SHA512 
b1f241b097bb7678b06b361f35060c1d0846d5a3001b98238b7a81c3fa965b9eb8af13144bd6f4914fc47b16f2810ddc7b25c60605aeb99fa03a705f5c024b2e
 DIST linux-5.16.6.tar.xz 127541436 BLAKE2B 
ad852ae600f033fbdec4d507a523dc12d0b230c9c498d5147d39c707516b6bccc15fc23bca75c6b1ca17a02647de3074b1a8d03fc62ac8081ff78c1507e7f504
 SHA512 
5fd0b2f0ff7d8f6f96f0b979b391baae97488385ef92cbb1d86bd49471ecc5c08e543f01b760f30df4a5b5551889b1aa3a3b801f97fef9230d65d17470f64c48
+DIST linux-5.16.7.tar.sign 989 BLAKE2B 
0680d8209777e1f9a9fd596409600d014f69038f8c4ace91371513e5ebca31233c88a238961f4815faa9861bc424369d7abb7488fc3881e9945aaf3e2a1d18b4
 SHA512 
8cc4ca11663de4a466192307c38e7d97661ed6e55a0512fa02dc74184e939bbbedf40ab014517c85d06f5ddb481d705367233cdff6baa9cdac15eda587c6e672
+DIST linux-5.16.7.tar.xz 127547880 BLAKE2B 
3b77442d05fe1550f608f8e715e99eba099270b409f2a0adf4acf5298b75c3bf4087f730174b3f4b3fc31214ccc62dd80d194e78d9b906e1fc8e06227f933225
 SHA512 
db21a01720921ebca5d462b828c661be3edcd0c6f62e20a187aff95b1f8579b119cc7d5443fac14f9372dba41764cf01b50a484eabfad33dcb6b06d2e1268a17
 DIST linux-5.4.176.tar.sign 991 BLAKE2B 
6eda9712c42bcd44a52f6ac603bb0d4c2698583b18de38d845a22ad0e11ef3d59f415d2bd45ca3cc2cba6a46da72b91dbf45e9d444e97bac710f3a3a9339ed9e
 SHA512 
7482201bba56cd484a1d4b0fd8c27d5fe59202197a4e4c38324fafe79695216ad4f0e3c4cd5e0f3f9a4c5834ba0796c332cdfcefe91036d28ca4637672afe2d7
 DIST linux-5.4.176.tar.xz 112880184 BLAKE2B 
af66cb30d3f9ff38f6e11cec51f355a4c3decec22f5227e3c0b095b09c735a239fdf1c2b3c5af557d7c642e6c25840986e115260049cf2287ef0d70fd1d35a4a
 SHA512 
99b489523813446007f3bff117cf12a0c3f6f09c00bbeb2cb825c1ea56aef3f2f10d6f2a9454679b35a3024f8dff4e00ac8da480e35a29c7d9775b9ecda6445c
 DIST linux-5.4.177.tar.sign 991 BLAKE2B 
d285ee715f43e2fe7aee5556baec4355a479dd14020a0a1753d9f5e541e50a24714563dd5de2e535df20f608c39d1bcbaf55b422208d9280ced2772e25115a7f
 SHA512 
e9f38cbd706aa0df45d30e3c5d8f3b79843cd29f362ceed4ed2dfc868b64285da3e679640ca50670b80b6dcfe9144903f504ccaa4f4c70f3b5e5311b29ad509e

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.16.7.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.16.7.ebuild
new file mode 100644
index ..c18c2d7a260e
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.16.7.ebuild
@@ -0,0 +1,132 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build toolchain-funcs verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.16.5
+CONFIG_HASH=07359bfbe209ebc2bf6ff2f7b52eb69cc36e21fb
+GENTOO_CONFIG_VER=5.15.5
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   

[gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer/

2022-02-05 Thread Leonardo H. Neumann
commit: 1cc460065874620a70d994546048e4680f1964b6
Author: Leonardo Neumann  neumann  dev  br>
AuthorDate: Sat Feb  5 22:12:38 2022 +
Commit: Leonardo H. Neumann  null  net>
CommitDate: Sat Feb  5 22:12:38 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1cc46006

dev-util/rust-analyzer: add 20220131, drop 20220117

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Leonardo Neumann  neumann.dev.br>

 dev-util/rust-analyzer/Manifest| 31 +--
 ...220117.ebuild => rust-analyzer-20220131.ebuild} | 60 +++---
 2 files changed, 32 insertions(+), 59 deletions(-)

diff --git a/dev-util/rust-analyzer/Manifest b/dev-util/rust-analyzer/Manifest
index 0e5c3b338..96354039d 100644
--- a/dev-util/rust-analyzer/Manifest
+++ b/dev-util/rust-analyzer/Manifest
@@ -2,7 +2,6 @@ DIST addr2line-0.17.0.crate 32260 BLAKE2B 
23c3715820a04260460a41695d535da3565f76
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST always-assert-0.1.2.crate 7067 BLAKE2B 
042aada56eff9ca11c97d1b12c538c70c08248260f043c271466d5fcf70f1a11e4cb498096f2d55d6693d4fed6dee7e47781ae5d0fe3fe09b48e986feafa9c7d
 SHA512 
ab23c4776e98c1d38d9583fad1d4909288793498f928e560106b972df01f307247020b5db034d909975a093db5917bb42d11540c32d787336abcaafc1a7613f0
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST anyhow-1.0.51.crate 44100 BLAKE2B 
20683fd139775cd399bd0fd63599f64a646f8b74c65415af965d3c24690fd81fe48205bedb92075b487b71d5d315be5fdf38ff7c5ecf3e1a1d693a3505ee
 SHA512 
e8e3feebc3c96b7301787502f000b9940a20343a466ac48186c9aa170fb52f0db17768630535a8b475077733ad6ff9f843a3bd5ae4415c86bf83cae0ed0bad7c
 DIST anyhow-1.0.52.crate 44224 BLAKE2B 
79d68d3390d27e0e27f9db784ad10b5d7845dec7949fbc722f944ef3988419acd72c509b44a4544e99bea5e57407da5b1ce40a96277d307fc408c958ea915c31
 SHA512 
b87e0b304daff85894c34060b97379d8e3d9be03078275313035c7142c76b3e59922b25924ac98a0b1b70fc98746eb174ca4b7ef33a26e115f294c1f1200aa6a
 DIST anymap-0.12.1.crate 14298 BLAKE2B 
a4f5f4f18263e0a6d5b67ac8fbb56cf410534a0fc3e670d57a3275d0efe318c98b9b594f0be44dd7ac9fd08cda1d05733489290884af25f76ea981e0ae61ad60
 SHA512 
88fbca9ff7482ecd338f9cd9a025499ed98b47eaa89ca8dcd1ccfb013b6c9ebe7a8eca5d7c873eb716c320af7ccda01f6d4c26bb333c8ff434416416ee64a774
 DIST arbitrary-1.0.3.crate 25159 BLAKE2B 
da6c84b33a62bb82afdf56f56170d5a6e4603d9487ebee09a84f98e11b6d07ffd3a962fb2600ea92634464ac1e4d2f91f18f9e23d82dde7d500d737fdc467cdf
 SHA512 
76f5df7369c7fe61f73007e572f1e8a1c79e8055daf36741c8f6f386b3f9c674dbd9777c7e4c7db4ca592952aa07c290a70a8c7136699f444b35be9a226dba04
@@ -11,30 +10,21 @@ DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST backtrace-0.3.63.crate 74280 BLAKE2B 
825fcabaddb436d33e179630301657d212c9364b323bfe72e8ed8edda5c0c34abe36142b0bc34501d1885d40d55ab53c0f8bc6387e35ef86f14a9d010c426bf5
 SHA512 
25cf411ee21c796f39a45e6320374b38f62580ca853e560b3a8ec596f0ca6d60b94539662b1a8a3a3046f481b8b84a5b84983e1d2624aea297090382eb99b25a
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
-DIST camino-1.0.5.crate 29642 BLAKE2B 
c345be490622b50f3a744f9c42392d12e02e286d75e09f4eaa8a1c6f86cc849c5a752aa7cb5fb1f697ed8beb741c7d9cea951f4f5ce7049dcaf6de5ec69a60d7
 SHA512 
1131997ca090426a25daf3be2fcd6e559d980078dd71fbf3f16b4d593531a24c0f030aa6c9652080fdc02b5420da98991b9c93115ce1c0cad8c0fad4437b1d59
 DIST camino-1.0.7.crate 26602 BLAKE2B 
d0ab5d5da9036acfe8ee4f68c015c123773529b9c84f0dd365169f33ca7e23eafcb5353bb2f6db02fbced9c075a0dc356c96d02711af1c4a506ce4d1c9f2fe05
 SHA512 
0c22c9de3740d39d058de25b2c9b221928f11cf9340562412a15948ddfeaddcb6da38ed3f18321c322d2811847d7cb5cc1c78304f67e9702a2056e59da64bf33
 DIST cargo-platform-0.1.2.crate 11645 BLAKE2B 
7770acb90e299f71c60bbadceaf894a3100916b7f7458f9c949b683b39157d3e1ec17d850f16dfb04017b01d7734d41872d48cf9f4e1ea7414439cd7031c2330
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: sys-block/parted/files/, sys-block/parted/

2022-02-05 Thread David Seifert
commit: d5bc17a97c9c2c6fe6026f719e3dc6f73c75b329
Author: Kerin Millar  plushkava  net>
AuthorDate: Sat Feb  5 21:52:41 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb  5 21:52:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5bc17a9

sys-block/parted: replace non-portable printf in tests

Closes: https://bugs.gentoo.org/774363
Signed-off-by: David Seifert  gentoo.org>

 .../parted/files/parted-3.4-posix-printf.patch | 63 ++
 sys-block/parted/parted-3.4.ebuild |  2 +
 2 files changed, 65 insertions(+)

diff --git a/sys-block/parted/files/parted-3.4-posix-printf.patch 
b/sys-block/parted/files/parted-3.4-posix-printf.patch
new file mode 100644
index ..9aeb37c2cf27
--- /dev/null
+++ b/sys-block/parted/files/parted-3.4-posix-printf.patch
@@ -0,0 +1,63 @@
+From 9665bdd5d6756058bb3b767eacc1c195667bf276 Mon Sep 17 00:00:00 2001
+From: Kerin Millar 
+Date: Sat, 5 Feb 2022 03:29:34 +
+Subject: [PATCH] tests: have printf(1) use octal numbers for POSIX conformance
+
+Per https://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html,
+backslash-escape sequences incorporating hexadecimal numbers are non-standard.
+
+Signed-off-by: Kerin Millar 
+---
+ tests/t0205-gpt-list-clobbers-pmbr.sh   | 4 ++--
+ tests/t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh | 4 ++--
+ tests/t2500-probe-corrupt-hfs.sh| 4 ++--
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/tests/t0205-gpt-list-clobbers-pmbr.sh 
b/tests/t0205-gpt-list-clobbers-pmbr.sh
+index 52f60cc..b1664fb 100644
+--- a/tests/t0205-gpt-list-clobbers-pmbr.sh
 b/tests/t0205-gpt-list-clobbers-pmbr.sh
+@@ -36,8 +36,8 @@ parted -m -s $dev u s p|| fail=1
+ 
+ # Write non-NUL bytes all over the MBR, so we're likely to see any change.
+ # However, be careful to leave the type of the first partition, 0xEE,
+-# as well as the final two magic bytes.
+-printf '%0450d\xee%059d\x55\xaa' 0 0 | dd of=$dev count=1 conv=notrunc || 
fail=1
++# as well as the final two magic bytes, 0x55 0xAA.
++printf '%0450d\356%059d\125\252' 0 0 | dd of=$dev count=1 conv=notrunc || 
fail=1
+ 
+ dd if=$dev of=before count=1 || fail=1
+ 
+diff --git a/tests/t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh 
b/tests/t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh
+index 83c2a9c..8f2a4ef 100755
+--- a/tests/t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh
 b/tests/t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh
+@@ -32,8 +32,8 @@ parted -m -s $dev u s p|| fail=1
+ 
+ # Write non-NUL bytes all over the MBR, so we're likely to see any change.
+ # However, be careful to leave the type of the first partition, 0xEE,
+-# as well as the final two magic bytes.
+-printf '%0450d\xee%059d\x55\xaa' 0 0 | dd of=$dev count=1 conv=notrunc || 
fail=1
++# as well as the final two magic bytes, 0x55 0xAA.
++printf '%0450d\356%059d\125\252' 0 0 | dd of=$dev count=1 conv=notrunc || 
fail=1
+ 
+ dd if=$dev of=before count=1 || fail=1
+ 
+diff --git a/tests/t2500-probe-corrupt-hfs.sh 
b/tests/t2500-probe-corrupt-hfs.sh
+index 3b4ade8..32ddcfc 100755
+--- a/tests/t2500-probe-corrupt-hfs.sh
 b/tests/t2500-probe-corrupt-hfs.sh
+@@ -29,8 +29,8 @@ compare /dev/null out || fail=1
+ 
+ parted -s "$dev" u s p || fail=1
+ 
+-# Poke an HFS+ signature into place
+-printf '\x48\x2b' | dd of=$dev seek=$((2048+2)) conv=notrunc || fail=1
++# Poke an HFS+ signature into place (0x48 0x2B)
++printf '\110\053' | dd of=$dev seek=$((2048+2)) conv=notrunc || fail=1
+ 
+ # Or, if starting from a valid HFS/HFS+ file system, poke these:
+ # offset 18 total_blocks=0(16b)
+-- 
+2.35.1
+

diff --git a/sys-block/parted/parted-3.4.ebuild 
b/sys-block/parted/parted-3.4.ebuild
index 67d60f004ca8..338886d0c62d 100644
--- a/sys-block/parted/parted-3.4.ebuild
+++ b/sys-block/parted/parted-3.4.ebuild
@@ -37,6 +37,8 @@ 
VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/bcl.asc
 PATCHES=(
"${FILESDIR}"/${PN}-3.2-po4a-mandir.patch
"${FILESDIR}"/${PN}-3.3-atari.patch
+   # https://lists.gnu.org/archive/html/bug-parted/2022-02/msg0.html
+   "${FILESDIR}"/${P}-posix-printf.patch
 )
 
 src_prepare() {



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

2022-02-05 Thread Matt Turner
commit: 474f180346df4435aa93316ad6e7fe8e8390f45a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Feb  5 21:35:51 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Feb  5 21:36:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474f1803

Revert "gnome-extra/gnome-commander: Version bump to 1.14.0"

This reverts commit c71c5a9e2dd183f06c779843b5f66e8dc67e69f6.

There's a pull request open.

Bug: https://bugs.gentoo.org/751001
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 -
 .../gnome-commander/gnome-commander-1.14.0.ebuild  | 54 --
 2 files changed, 55 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 22d8781ef4d2..8f858312959e 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1 @@
 DIST gnome-commander-1.12.3.1.tar.xz 7530232 BLAKE2B 
34a4cabafab52ab6f94619dafac4db87c12909eef22c13d50356dad925f129da182348eabd8993f69ffc398db163f81ec59c9a102530a9b49f7714b5d7c6db68
 SHA512 
1206d545493deeb2237af6b9026baf6faab2a8f6ae86eb1abb5c2e5ceb6212ad66382d3abd07c89f14271ac8709d14548f0bfe68fb0e11b1779e0c061e0272e5
-DIST gnome-commander-1.14.0.tar.xz 6909816 BLAKE2B 
fa7b3fc2696ec6520a5d2473d8728ceb16efb33134628e00a7b82f3656088a61247e5b2eeb7f3fb306866c9c1a454dbe4bb49af3a8217a1f2be6b951d7851fd2
 SHA512 
769f1272331ed71f558b87a73a920b9bfd5a2ea2af66972bdcac44d7a7623a6cb32460b0b650bd26d07c27bdc8b71c7d8bc2038076778aa356b638c4765ce4a5

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
deleted file mode 100644
index f28df23d9ea4..
--- a/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2 optfeature
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="exif gsf pdf samba taglib test +unique"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.70.0:2
-   >=x11-libs/gtk+-2.24.0:2
-   unique? ( >=dev-libs/libunique-0.9.3:1 )
-   exif? ( >=media-gfx/exiv2-0.14 )
-   taglib? ( >=media-libs/taglib-1.4 )
-   gsf? ( >=gnome-extra/libgsf-1.12:= )
-   pdf? ( >=app-text/poppler-0.18 )
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( >=dev-cpp/gtest-1.7.0 )
-"
-BDEPEND="
-   app-text/yelp-tools
-   >=sys-devel/flex-2.0.0
-   dev-util/gtk-doc-am
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --without-libchm \
-   $(use_with exif exiv2) \
-   $(use_with gsf libgsf) \
-   $(use_with pdf poppler) \
-   $(use_with samba) \
-   $(use_with taglib) \
-   $(use_with unique)
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   optfeature "synchronizing files and directories" dev-util/meld
-   optfeature "viewing the documentation" gnome-extra/yelp
-}



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

2022-02-05 Thread Matt Turner
commit: c71c5a9e2dd183f06c779843b5f66e8dc67e69f6
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Feb  5 21:13:21 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Feb  5 21:32:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71c5a9e

gnome-extra/gnome-commander: Version bump to 1.14.0

Bug: https://bugs.gentoo.org/751001
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.14.0.ebuild  | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 8f858312959e..22d8781ef4d2 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1 +1,2 @@
 DIST gnome-commander-1.12.3.1.tar.xz 7530232 BLAKE2B 
34a4cabafab52ab6f94619dafac4db87c12909eef22c13d50356dad925f129da182348eabd8993f69ffc398db163f81ec59c9a102530a9b49f7714b5d7c6db68
 SHA512 
1206d545493deeb2237af6b9026baf6faab2a8f6ae86eb1abb5c2e5ceb6212ad66382d3abd07c89f14271ac8709d14548f0bfe68fb0e11b1779e0c061e0272e5
+DIST gnome-commander-1.14.0.tar.xz 6909816 BLAKE2B 
fa7b3fc2696ec6520a5d2473d8728ceb16efb33134628e00a7b82f3656088a61247e5b2eeb7f3fb306866c9c1a454dbe4bb49af3a8217a1f2be6b951d7851fd2
 SHA512 
769f1272331ed71f558b87a73a920b9bfd5a2ea2af66972bdcac44d7a7623a6cb32460b0b650bd26d07c27bdc8b71c7d8bc2038076778aa356b638c4765ce4a5

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
new file mode 100644
index ..f28df23d9ea4
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2 optfeature
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="exif gsf pdf samba taglib test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.70.0:2
+   >=x11-libs/gtk+-2.24.0:2
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+   exif? ( >=media-gfx/exiv2-0.14 )
+   taglib? ( >=media-libs/taglib-1.4 )
+   gsf? ( >=gnome-extra/libgsf-1.12:= )
+   pdf? ( >=app-text/poppler-0.18 )
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+BDEPEND="
+   app-text/yelp-tools
+   >=sys-devel/flex-2.0.0
+   dev-util/gtk-doc-am
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   --without-libchm \
+   $(use_with exif exiv2) \
+   $(use_with gsf libgsf) \
+   $(use_with pdf poppler) \
+   $(use_with samba) \
+   $(use_with taglib) \
+   $(use_with unique)
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   optfeature "synchronizing files and directories" dev-util/meld
+   optfeature "viewing the documentation" gnome-extra/yelp
+}



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

2022-02-05 Thread Jakov Smolić
commit: 19bdb6e7ce3c3f1a0a30396d6966a44d16bb0edd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb  5 21:13:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb  5 21:13:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bdb6e7

www-apache/mod_gnutls: Stabilize 0.11.0 amd64, #828742

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

 www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild 
b/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild
index 39c8a0fef405..75dbb03c9041 100644
--- a/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild
+++ b/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # WARNING! Don't switch to EAPI-6 without checking paths of installed files
@@ -15,7 +15,7 @@ SRC_URI="https://mod.gnutls.org/downloads/${P}.tar.bz2;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 CDEPEND=">=net-libs/gnutls-3.3.0:=[pkcs11]"



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

2022-02-05 Thread Jakov Smolić
commit: ac657df1854f03f73edb3b62b41674a2223b15c7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb  5 21:14:01 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb  5 21:14:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac657df1

www-apache/mod_gnutls: Stabilize 0.11.0 x86, #828742

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

 www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild 
b/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild
index 75dbb03c9041..31e35fdd4786 100644
--- a/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild
+++ b/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://mod.gnutls.org/downloads/${P}.tar.bz2;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 CDEPEND=">=net-libs/gnutls-3.3.0:=[pkcs11]"



[gentoo-commits] repo/gentoo:master commit in: app-backup/dar/

2022-02-05 Thread Jakov Smolić
commit: 0e35e5045182d885dd970b1a3fd3e70fa77b3f93
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb  5 21:08:39 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb  5 21:08:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e35e504

app-backup/dar: Stabilize 2.7.3 amd64, #832748

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

 app-backup/dar/dar-2.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/dar/dar-2.7.3.ebuild b/app-backup/dar/dar-2.7.3.ebuild
index 4a8b7a53f19b..5b0dd5a54d62 100644
--- a/app-backup/dar/dar-2.7.3.ebuild
+++ b/app-backup/dar/dar-2.7.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux"
 IUSE="argon2 curl dar32 dar64 doc gcrypt gpg lz4 lzo nls rsync threads xattr"
 
 REQUIRED_USE="?? ( dar32 dar64 )



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/u-boot-tools/

2022-02-05 Thread Jakov Smolić
commit: 58a345ad031a94ac25a3f94fbaec125829eb7b02
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb  5 21:08:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb  5 21:08:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a345ad

dev-embedded/u-boot-tools: Stabilize 2021.10 amd64, #832768

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

 dev-embedded/u-boot-tools/u-boot-tools-2021.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2021.10.ebuild 
b/dev-embedded/u-boot-tools/u-boot-tools-2021.10.ebuild
index 2c89fa57625c..fc9310fdabe5 100644
--- a/dev-embedded/u-boot-tools/u-boot-tools-2021.10.ebuild
+++ b/dev-embedded/u-boot-tools/u-boot-tools-2021.10.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="envtools"
 
 RDEPEND="dev-libs/openssl:="



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/avrdude/

2022-02-05 Thread Jakov Smolić
commit: c5cd316704e550b13b2a12bd89ac29d6e5334c67
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb  5 21:08:50 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb  5 21:08:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cd3167

dev-embedded/avrdude: Stabilize 6.3-r1 amd64, #832769

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

 dev-embedded/avrdude/avrdude-6.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/avrdude/avrdude-6.3-r1.ebuild 
b/dev-embedded/avrdude/avrdude-6.3-r1.ebuild
index 701d5da2a71a..ea5b0ef7cc8e 100644
--- a/dev-embedded/avrdude/avrdude-6.3-r1.ebuild
+++ b/dev-embedded/avrdude/avrdude-6.3-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
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 fi
 
 SRC_URI+=" doc? (



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

2022-02-05 Thread Jakov Smolić
commit: c6162380f9a38e9f083153f153608a0c2c74e13d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb  5 21:08:54 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb  5 21:08:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6162380

dev-python/pyudev: Stabilize 0.22.0-r1 x86, #829638

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

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

diff --git a/dev-python/pyudev/pyudev-0.22.0-r1.ebuild 
b/dev-python/pyudev/pyudev-0.22.0-r1.ebuild
index 3d2510de8543..90e07af9161e 100644
--- a/dev-python/pyudev/pyudev-0.22.0-r1.ebuild
+++ b/dev-python/pyudev/pyudev-0.22.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="qt5"
 
 # Known to fail on test system that aren't exactly the same devices as on CI



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

2022-02-05 Thread Andreas Sturmlechner
commit: f397f1d90b125dcef53e3bd090045be72989d2dd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  9 18:52:06 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  5 21:02:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f397f1d9

app-misc/dvtm: Drop 0.15-r4

~arch version overshadowed by arch version.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-misc/dvtm/dvtm-0.15-r4.ebuild | 62 ---
 1 file changed, 62 deletions(-)

diff --git a/app-misc/dvtm/dvtm-0.15-r4.ebuild 
b/app-misc/dvtm/dvtm-0.15-r4.ebuild
deleted file mode 100644
index 33e5a76f88a3..
--- a/app-misc/dvtm/dvtm-0.15-r4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit savedconfig toolchain-funcs
-
-DESCRIPTION="Dynamic virtual terminal manager"
-HOMEPAGE="https://www.brain-dump.org/projects/dvtm/;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://repo.or.cz/dvtm.git;
-else
-   SRC_URI="https://www.brain-dump.org/projects/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-COMMON_DEPEND="sys-libs/ncurses:=[unicode(+)]"
-RDEPEND="${COMMON_DEPEND}
-   !>=sys-libs/ncurses-6.1
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.15-gentoo.patch
-)
-
-src_prepare() {
-   default
-
-   restore_config config.h
-}
-
-src_compile() {
-   tc-export PKG_CONFIG
-   local msg=""
-   use savedconfig && msg=", please check the configfile"
-   emake CC=$(tc-getCC) ${PN}
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" STRIP=true install
-
-   insinto /usr/share/${PN}
-   newins config.h ${PF}.config.h
-
-   dodoc README.md
-
-   save_config config.h
-}
-
-pkg_postinst() {
-   elog "This ebuild has support for user defined configs"
-   elog "Please read this ebuild for more details and re-emerge as needed"
-   elog "if you want to add or remove functionality for ${PN}"
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/phpsysinfo/

2022-02-05 Thread Conrad Kostecki
commit: f11b905816fc2d2307419e1517a7df47ff13e54d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Feb  5 20:46:29 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Feb  5 20:47:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11b9058

www-apps/phpsysinfo: add 3.4.1

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

 www-apps/phpsysinfo/Manifest|  1 +
 www-apps/phpsysinfo/phpsysinfo-3.4.1.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/www-apps/phpsysinfo/Manifest b/www-apps/phpsysinfo/Manifest
index 79069e25a845..669e615fe670 100644
--- a/www-apps/phpsysinfo/Manifest
+++ b/www-apps/phpsysinfo/Manifest
@@ -1 +1,2 @@
 DIST phpsysinfo-3.3.4.tar.gz 946436 BLAKE2B 
bdfb731ac8e60e436f915b0ac72f3c327b08dfccee0d1cedc4ddc89700c4dc76bdd73d9e37ab82fad25e096a62a9a4d31442939558ab593ba5b97520d428a6c1
 SHA512 
6bcbf78edfa3af441ee6768cce559635f7aed6ce0e357379a7ad1158dab21b860c82845d746f66074c84cdc92e4a21fb4710f61b69ee8cfa1e457d098d642bf2
+DIST phpsysinfo-3.4.1.tar.gz 980537 BLAKE2B 
f0924e2855bb682cc6a5be62d35e1a04463e3fdbad75e8f7ee43d0f9cf4ede53091d7495d68a10a3521f6eb3b8460d3458443b840aeee705d5a74fa87b3addf3
 SHA512 
5e8c82ba95c9f6b4d8dddfdaabbfb676a0c63913a6cd65d6b74ffbe6369830d98cc67c8192cf06c6eaefc8689d1c40b4e1917ea21a1ecd8df7977847e3ede24c

diff --git a/www-apps/phpsysinfo/phpsysinfo-3.4.1.ebuild 
b/www-apps/phpsysinfo/phpsysinfo-3.4.1.ebuild
new file mode 100644
index ..e826867ba4b9
--- /dev/null
+++ b/www-apps/phpsysinfo/phpsysinfo-3.4.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature webapp
+
+DESCRIPTION="A customizable PHP script that displays information about your 
system nicely"
+HOMEPAGE="https://rk4an.github.com/phpsysinfo/;
+SRC_URI="https://github.com/rk4an/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+RDEPEND="
+   dev-lang/php[simplexml,xml,xsl(+),xslt(+),unicode]
+   virtual/httpd-php
+"
+
+need_httpd_cgi
+
+src_install() {
+   webapp_src_preinst
+
+   dodoc CHANGELOG.md README*
+   rm CHANGELOG.md COPYING README* .gitignore || die
+
+   mv phpsysinfo.ini{.new,} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   webapp_configfile "${MY_HTDOCSDIR}"/phpsysinfo.ini
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   optfeature "showing disk temperatures." app-admin/hddtemp
+   optfeature "showing system uptime." app-misc/uptimed
+   optfeature "showing snmp statistics." net-analyzer/net-snmp
+   optfeature "showing iptables rules." net-firewall/iptables
+   optfeature "showing ipmi sensors." sys-apps/ipmitool
+   optfeature "showing ipmi sensors." sys-apps/ipmiutil
+   optfeature "showing system sensors." sys-apps/lm-sensors
+   optfeature "showing s.m.a.r.t. health." sys-apps/smartmontools
+   optfeature "showing lsi raid controller health." sys-block/megactl
+   optfeature "showing fake raid statistics." sys-fs/dmraid
+   optfeature "showing software raid statistics." sys-fs/mdadm
+   optfeature "showing quota information." sys-fs/quota
+   optfeature "showing ipmi sensors." sys-libs/freeipmi
+   optfeature "showing apc ups statistics." sys-power/apcupsd
+   optfeature "showing ups statistics." sys-power/nut
+}



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

2022-02-05 Thread Conrad Kostecki
commit: 86e4ef0fe203fa3d057b2570a078d8435eb1ecac
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Feb  5 20:38:56 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Feb  5 20:47:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e4ef0f

sys-apps/hw-probe: add 1.6.2

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

 sys-apps/hw-probe/Manifest  |  1 +
 sys-apps/hw-probe/hw-probe-1.6.2.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/sys-apps/hw-probe/Manifest b/sys-apps/hw-probe/Manifest
index 6af63e57d688..dcd87631b346 100644
--- a/sys-apps/hw-probe/Manifest
+++ b/sys-apps/hw-probe/Manifest
@@ -1 +1,2 @@
+DIST hw-probe-1.6.2.tar.gz 163183 BLAKE2B 
f9b8d405e59f7799dd665b62362fe8f2b9fe45491d43249ab61ef0fa5ea4d83671ac0dbeef622c68f7c581eef8cd3aa33e6c8bbd46d5488a9c1f4781c820453d
 SHA512 
8a7bf5254f24cc3a1ca19039a00de312f1400f34eaa0459fbff665221940abf60396e5d9e95b4a021e7f5fb9c54254b8c50d0d0b125fc60a0a7f5c7a57edf68c
 DIST hw-probe-1.6.tar.gz 158879 BLAKE2B 
96d36be283d497df8aed944f3ba14c620e3abc7d3dd728c274f3ebaca3f064d1ac92bd4d47cbae51500264d785feda25082950fde6fdbd6c1b35f48736015659
 SHA512 
9ef51c0acc450d1f2073c03885e097231a745a456ae384825c56804f94c62ac85bf4c795627e6ea738636fa83d50d7ef60e20c6dd9621247ff06c51461d91249

diff --git a/sys-apps/hw-probe/hw-probe-1.6.2.ebuild 
b/sys-apps/hw-probe/hw-probe-1.6.2.ebuild
new file mode 100644
index ..89965032f4b0
--- /dev/null
+++ b/sys-apps/hw-probe/hw-probe-1.6.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature readme.gentoo-r1
+
+DESCRIPTION="A tool to probe for hardware, check it's operability and find 
drivers"
+HOMEPAGE="https://github.com/linuxhw/hw-probe/;
+SRC_URI="https://github.com/linuxhw/hw-probe/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-lang/perl
+   dev-perl/Digest-SHA1
+   net-misc/curl
+   sys-apps/dmidecode
+   sys-apps/edid-decode
+   sys-apps/hwinfo
+   sys-apps/pciutils
+   sys-apps/smartmontools
+   sys-apps/usbutils
+   virtual/perl-Data-Dumper
+"
+
+src_compile() {
+   :;
+}
+
+src_install() {
+   default
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+
+   optfeature "showing Machine Check Exceptions." app-admin/mcelog
+   optfeature "showing additional I/O statistics." app-admin/sysstat
+   optfeature "showing display data channel (ddc) information." 
app-misc/ddcutil
+   optfeature "showing smart card (reader) information." dev-libs/opensc
+   optfeature "showing Vulkan GPU hardware information." 
dev-util/vulkan-tools
+   optfeature "showing information of attached scanners." 
media-gfx/sane-backends
+   optfeature "showing GPU information provided by MESA." media-libs/mesa
+   optfeature "showing zeroconf statistics." net-dns/avahi
+   optfeature "showing HP printer statistics." net-print/hplip
+   optfeature "showing status about rfkill switches on communication 
devices." net-wireless/rfkill
+   optfeature "showing additional CPU capabilities." sys-apps/cpuid
+   optfeature "showing hard disk (HDD, SSD, ..) capabilities." 
sys-apps/hdparm
+   optfeature "showing available I2C sensors." sys-apps/i2c-tools
+   optfeature "showing additional hardware and system information detected 
by inxi." sys-apps/inxi
+   optfeature "showing information about tested memory for faults." 
sys-apps/memtester
+   optfeature "showing 'Plug & Play' devices." sys-apps/pnputils
+   optfeature "showing systemd boot process information." sys-apps/systemd
+   optfeature "showing ACPI statistics and tables." sys-power/iasl
+   optfeature "showing information about NUMA." sys-process/numactl
+   optfeature "showing additional GPU information provided by MESA progs." 
x11-apps/mesa-progs
+   optfeature "showing available Xinput devices." x11-apps/xinput
+}



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

2022-02-05 Thread Andreas Sturmlechner
commit: c0502be50e13cb62efd5c5fbb3e2cac255490e15
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  5 20:30:47 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  5 20:40:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0502be5

sys-auth/polkit: Cleanup vulnerable 0.117-r2, 0.119-r2 and 0.120-r1

Bug: https://bugs.gentoo.org/832057
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-auth/polkit/Manifest   |   1 -
 sys-auth/polkit/polkit-0.117-r2.ebuild | 133 -
 sys-auth/polkit/polkit-0.119-r2.ebuild | 132 
 sys-auth/polkit/polkit-0.120-r1.ebuild | 119 -
 4 files changed, 385 deletions(-)

diff --git a/sys-auth/polkit/Manifest b/sys-auth/polkit/Manifest
index c77a19832113..b92c7602f92f 100644
--- a/sys-auth/polkit/Manifest
+++ b/sys-auth/polkit/Manifest
@@ -1,3 +1,2 @@
 DIST polkit-0.117.tar.gz 1554536 BLAKE2B 
1cf7e0ff9db19a29be626f4bea96c9e2ef8b1eab4b8287a5f1f4d2a818b86d58c1c4c4a41849d95e31559dba1b18853a31e934ebbadd8e07f94dfd58b45240e0
 SHA512 
c10ea984f2386fe436e58a2866e5323afc80d24f744f0ee61d966941259aa491bd96b07d911434aa731b300c3cca25b647804b396501175ab5b3c53384e94c70
-DIST polkit-0.119.tar.gz 1387409 BLAKE2B 
aeb605598393d1cab40f7c77954008a0392600584c5fe8cc9acaa0e122418ee48b9cce0b6839189ea415277ff0ae4dbd5b7c71cb910aa349dcaf7e1f3f70ef06
 SHA512 
0260fb15da1c4c1f429e8223260981e64e297f1be8ced42f6910f09ea6581b8205aca06c9c601eb4a128acba2f468de0223118f96862ba769f95721894cf1578
 DIST polkit-0.120.tar.gz 1626659 BLAKE2B 
745727445b4946d44b8ea470d21ac131ca7706e83f5dbaf85cf3541ac60a1bbe23b3bf3172a62d9256ebb3dae02d2b2d476e3e0f7fe79a80c47864a120e62ed9
 SHA512 
db072769439d5e17d0eed681e7b94251b77828c1474b40fe40b94293903a64333e7fa17515a3270648691f04a1374d8b404405ead6abf292a8eb8483164adc46

diff --git a/sys-auth/polkit/polkit-0.117-r2.ebuild 
b/sys-auth/polkit/polkit-0.117-r2.ebuild
deleted file mode 100644
index c2446ea9b371..
--- a/sys-auth/polkit/polkit-0.117-r2.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools pam pax-utils systemd xdg-utils
-
-DESCRIPTION="Policy framework for controlling privileges for system-wide 
services"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/polkit 
https://gitlab.freedesktop.org/polkit/polkit;
-SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
~x86"
-IUSE="elogind examples gtk +introspection kde nls pam selinux systemd test"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-BDEPEND="
-   acct-user/polkitd
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-libs/glib
-   dev-libs/gobject-introspection-common
-   dev-libs/libxslt
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   introspection? ( dev-libs/gobject-introspection )
-"
-DEPEND="
-   dev-lang/spidermonkey:68[-debug]
-   dev-libs/glib:2
-   dev-libs/expat
-   elogind? ( sys-auth/elogind )
-   pam? (
-   sys-auth/pambase
-   sys-libs/pam
-   )
-   !pam? ( virtual/libcrypt:= )
-   systemd? ( sys-apps/systemd:0=[policykit] )
-"
-RDEPEND="${DEPEND}
-   acct-user/polkitd
-   selinux? ( sec-policy/selinux-policykit )
-"
-PDEPEND="
-   gtk? ( || (
-   >=gnome-extra/polkit-gnome-0.105
-   >=lxde-base/lxsession-0.5.2
-   ) )
-   kde? ( kde-plasma/polkit-kde-agent )
-"
-
-DOCS=( docs/TODO HACKING NEWS README )
-
-PATCHES=(
-   # bug 660880
-   "${FILESDIR}"/polkit-0.115-elogind.patch
-)
-
-QA_MULTILIB_PATHS="
-   usr/lib/polkit-1/polkit-agent-helper-1
-   usr/lib/polkit-1/polkitd"
-
-src_prepare() {
-   default
-
-   sed -i -e 's|unix-group:wheel|unix-user:0|' 
src/polkitbackend/*-default.rules || die #401513
-
-   # Workaround upstream hack around standard gtk-doc behavior, bug #552170
-   sed -i -e 's/@ENABLE_GTK_DOC_TRUE@\(TARGET_DIR\)/\1/' \
-   -e '/install-data-local:/,/uninstall-local:/ 
s/@ENABLE_GTK_DOC_TRUE@//' \
-   -e 's/@ENABLE_GTK_DOC_FALSE@install-data-local://' \
-   docs/polkit/Makefile.in || die
-
-   # disable broken test - bug #624022
-   sed -i -e "/^SUBDIRS/s/polkitbackend//" test/Makefile.am || die
-
-   # Fix cross-building, bug #590764, elogind patch, bug #598615
-   eautoreconf
-}
-
-src_configure() {
-   xdg_environment_reset
-
-   local myeconfargs=(
-   --localstatedir="${EPREFIX}"/var
-   --disable-static
-   

[gentoo-commits] repo/gentoo:master commit in: app-text/poppler/files/, app-text/poppler/

2022-02-05 Thread Andreas Sturmlechner
commit: 8d3facf9b2b7766db4ea748405033038337b0f3a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  5 20:24:52 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  5 20:40:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3facf9

app-text/poppler: Drop 21.11.0 and 21.12.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/poppler/Manifest  |   2 -
 .../files/poppler-21.12.0-include-csetjmp.patch|  27 -
 app-text/poppler/poppler-21.11.0.ebuild| 126 
 app-text/poppler/poppler-21.12.0.ebuild| 127 -
 4 files changed, 282 deletions(-)

diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
index c34c5d4a2099..b51d8ec68d33 100644
--- a/app-text/poppler/Manifest
+++ b/app-text/poppler/Manifest
@@ -1,3 +1 @@
-DIST poppler-21.11.0.tar.xz 1783592 BLAKE2B 
b0448ae0456ffda29c18732e6dd94cb285af67cf4adbaded05a4abe2e465cb63a17e0041240c82c83c89b313ec8c7bf9d68fc8d727b7d41c1ee70722529ce45d
 SHA512 
354d6372093e7ecedf95c43e8d203e9b2781ff7ecd81cd3920cb8c72a37463b47423ce7ab3c8233c0f031f2c024ac1ba5c8d442c80e6643722192fb9638e5d3a
-DIST poppler-21.12.0.tar.xz 1798780 BLAKE2B 
403f928dfe8f94048307eb120dcd85c9821a12e100b7030831864fbc630244e79923e48061352e49e1a6daf5eda7f05b32254735ef5037db108ac4e3fedd877e
 SHA512 
86856e33479a357deb671b4fdd6336a7581b5ac14b9715ffc2482d8dba7a455aab07317b1fc0c33f479f11de38012958fffa619105c255de51929e61a6b63e33
 DIST poppler-22.01.0.tar.xz 1801984 BLAKE2B 
f238636a0b1f07e0b70de99d8f0b3afcb7e2424c9dee4a044edaa5bd34753061e58a7c530792264ffb5a520cb4dc7dc52de17573fda350de97bef6346048fb76
 SHA512 
c6ea908a9188483ca588ac81d3e92dd15a405f90d36cc7059e618c8a7e3e9faeda82717aba5df34adb4a0a94e2fbecd472acec44972272349cc8d5a57b7405d1

diff --git a/app-text/poppler/files/poppler-21.12.0-include-csetjmp.patch 
b/app-text/poppler/files/poppler-21.12.0-include-csetjmp.patch
deleted file mode 100644
index 0f0029269673..
--- a/app-text/poppler/files/poppler-21.12.0-include-csetjmp.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-https://bugs.gentoo.org/828578
-https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1016
-
-From 3ea6bca90d87d3f91556205c4e58ca425c6ac437 Mon Sep 17 00:00:00 2001
-From: Marco Genasci 
-Date: Sun, 12 Dec 2021 10:23:37 +0100
-Subject: [PATCH] Include setjmp.h when WITH_JPEG=yes and WITH_PNG=no
-

- poppler/ImageEmbeddingUtils.cc | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/poppler/ImageEmbeddingUtils.cc b/poppler/ImageEmbeddingUtils.cc
-index 5c50f1269..c26b9eb2a 100644
 a/poppler/ImageEmbeddingUtils.cc
-+++ b/poppler/ImageEmbeddingUtils.cc
-@@ -16,6 +16,7 @@
- extern "C" {
- #include 
- }
-+#include 
- #endif
- #ifdef ENABLE_LIBPNG
- #include 
--- 
-GitLab
-

diff --git a/app-text/poppler/poppler-21.11.0.ebuild 
b/app-text/poppler/poppler-21.11.0.ebuild
deleted file mode 100644
index 705d9b333728..
--- a/app-text/poppler/poppler-21.11.0.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2005-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake toolchain-funcs xdg-utils
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git;
-   SLOT="0/"
-else
-   SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-   SLOT="0/115"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
-fi
-
-DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
-HOMEPAGE="https://poppler.freedesktop.org/;
-
-LICENSE="GPL-2"
-IUSE="boost cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms 
nss png qt5 tiff +utils"
-
-# No test data provided
-RESTRICT="test"
-
-DEPEND="
-   media-libs/fontconfig
-   media-libs/freetype
-   sys-libs/zlib
-   cairo? (
-   dev-libs/glib:2
-   x11-libs/cairo
-   introspection? ( dev-libs/gobject-introspection:= )
-   )
-   curl? ( net-misc/curl )
-   jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( >=media-libs/openjpeg-2.3.0-r1:2= )
-   lcms? ( media-libs/lcms:2 )
-   nss? ( >=dev-libs/nss-3.19:0 )
-   png? ( media-libs/libpng:0= )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtxml:5
-   )
-   tiff? ( media-libs/tiff:0 )
-"
-RDEPEND="${DEPEND}
-   cjk? ( app-text/poppler-data )
-"
-DEPEND+="
-   boost? ( dev-libs/boost )
-"
-BDEPEND="
-   dev-util/glib-utils
-   virtual/pkgconfig
-"
-
-DOCS=( AUTHORS NEWS README.md README-XPDF )
-
-PATCHES=(
-   

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

2022-02-05 Thread Andreas Sturmlechner
commit: af0988e1ef54e824d29ee58dc233ebecb88518c9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  5 20:22:40 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  5 20:40:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0988e1

dev-libs/icu-layoutex: Drop 69.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/icu-layoutex/Manifest |   1 -
 dev-libs/icu-layoutex/icu-layoutex-69.1.ebuild | 109 -
 2 files changed, 110 deletions(-)

diff --git a/dev-libs/icu-layoutex/Manifest b/dev-libs/icu-layoutex/Manifest
index 820d3604cb0b..28544b0b2812 100644
--- a/dev-libs/icu-layoutex/Manifest
+++ b/dev-libs/icu-layoutex/Manifest
@@ -1,2 +1 @@
-DIST icu4c-69_1-src.tgz 24814903 BLAKE2B 
ef95a04e238f0de96e969d580ef64000ab04a4a0003e8f31fd02baab35387d5ab2c4d792ae0d14f3de8e48aa28570237ccd67fb32e03b13d1572e4a995b1de76
 SHA512 
d4aeb781715144ea6e3c6b98df5bbe0490bfa3175221a1d667f3e6851b7bd4a638fa4a37d4a921ccb31f02b5d15a6dded9464d98051964a86f7b1cde0ff0aab7
 DIST icu4c-70_1-src.tgz 25449582 BLAKE2B 
e229376ee45322db99aa963465048ab5e694ce9f0ba335f071817198238de21fcd77dfe3e86ea1394790e2a3b6d96772d1b98cb7dccd6462a9dd05c0ab7bdef0
 SHA512 
0b26ae7207155cb65a8fdb25f7b2fa4431e74b12bccbed0884a17feaae3c96833d12451064dd152197fd6ea5fd3adfd95594284a463e66c82e0d860f645880c9

diff --git a/dev-libs/icu-layoutex/icu-layoutex-69.1.ebuild 
b/dev-libs/icu-layoutex/icu-layoutex-69.1.ebuild
deleted file mode 100644
index 0e04c50bbdea..
--- a/dev-libs/icu-layoutex/icu-layoutex-69.1.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic multilib-minimal toolchain-funcs
-
-DESCRIPTION="External layout part of International Components for Unicode"
-HOMEPAGE="http://www.icu-project.org/;
-SRC_URI="https://github.com/unicode-org/icu/releases/download/release-${PV//./-}/icu4c-${PV//./_}-src.tgz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="debug static-libs"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-DEPEND="
-   ~dev-libs/icu-${PV}[${MULTILIB_USEDEP}]
-   dev-libs/icu-le-hb[${MULTILIB_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN/-layoutex}/source"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-65.1-remove-bashisms.patch"
-)
-
-src_prepare() {
-   # apply patches
-   default
-
-   # Disable renaming as it is stupid thing to do
-   sed -i \
-   -e "s/#define U_DISABLE_RENAMING 0/#define U_DISABLE_RENAMING 
1/" \
-   common/unicode/uconfig.h || die
-
-   # Fix linking of icudata
-   sed -i \
-   -e "s:LDFLAGSICUDT=-nodefaultlibs -nostdlib:LDFLAGSICUDT=:" \
-   config/mh-linux || die
-
-   eautoreconf
-}
-
-src_configure() {
-   # Use C++14
-   append-cxxflags -std=c++14
-
-   if tc-is-cross-compiler; then
-   mkdir "${WORKDIR}"/host || die
-   pushd "${WORKDIR}"/host >/dev/null || die
-
-   CFLAGS="" CXXFLAGS="" ASFLAGS="" LDFLAGS="" \
-   CC="$(tc-getBUILD_CC)" CXX="$(tc-getBUILD_CXX)" 
AR="$(tc-getBUILD_AR)" \
-   RANLIB="$(tc-getBUILD_RANLIB)" LD="$(tc-getBUILD_LD)" \
-   "${S}"/configure --disable-renaming --disable-debug \
-   --disable-samples --enable-static || die
-   emake
-
-   popd >/dev/null || die
-   fi
-
-   multilib-minimal_src_configure
-}
-
-multilib_src_configure() {
-   local myeconfargs=(
-   --disable-renaming
-   --disable-samples
-   --enable-layoutex
-   $(use_enable debug)
-   $(use_enable static-libs static)
-   )
-
-   tc-is-cross-compiler && myeconfargs+=(
-   --with-cross-build="${WORKDIR}"/host
-   )
-
-   # icu tries to use clang by default
-   tc-export CC CXX
-
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_test() {
-   # INTLTEST_OPTS: intltest options
-   #   -e: Exhaustive testing
-   #   -l: Reporting of memory leaks
-   #   -v: Increased verbosity
-   # IOTEST_OPTS: iotest options
-   #   -e: Exhaustive testing
-   #   -v: Increased verbosity
-   # CINTLTST_OPTS: cintltst options
-   #   -e: Exhaustive testing
-   #   -v: Increased verbosity
-   pushd layoutex &>/dev/null || die
-   emake -j1 VERBOSE="1" check
-   popd &>/dev/null || die
-}
-
-multilib_src_install() {
-   pushd layoutex &>/dev/null || die
-   default
-   popd &>/dev/null || die
-}



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

2022-02-05 Thread Andreas Sturmlechner
commit: 4931a1dd45a48de25c2ec617e4a72a120afe2b74
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  5 20:21:31 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  5 20:40:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4931a1dd

app-office/libreoffice-l10n: Drop 7.1.7.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice-l10n/Manifest   | 183 -
 .../libreoffice-l10n-7.1.7.2.ebuild|  91 --
 2 files changed, 274 deletions(-)

diff --git a/app-office/libreoffice-l10n/Manifest 
b/app-office/libreoffice-l10n/Manifest
index 4c8c3817a645..4bf6abdff327 100644
--- a/app-office/libreoffice-l10n/Manifest
+++ b/app-office/libreoffice-l10n/Manifest
@@ -1,186 +1,3 @@
-DIST LibreOffice_7.1.7.2_Linux_x86-64_rpm_helppack_am.tar.gz 4127467 BLAKE2B 
3da0b51acd4f6e430c12e27e10480bd1ed473b62dac053da859023d1b517a35fff6eaa1cef8e7369678a2d8e35d355a71cdcb9584e5f978d401d850eac9bccad
 SHA512 
5a31733ade3f9148ca487317dd8e7f5939d9b623f607cd8203c9d93bab53cb29147c4bc475597c5084585b988cc5b6ddabc978b8cb92582777b09e03b1d3a1e3
-DIST LibreOffice_7.1.7.2_Linux_x86-64_rpm_helppack_ar.tar.gz 3599717 BLAKE2B 
4c7b659337c38b2dfd5a19d9ece1ce37fc8a29ce3ba0dafbb81551476396f4ef6b76aa0bb45004747923158c25c4d6e3e2bb1da1e9fe0235a042cd8538c9579c
 SHA512 
e06688deef540711a1258c9ed66237367c7292828e952119e680432f1f4f0b15064157292fa2d2355e761cf331a59738db560eec052ff79ad8a1e7148879
-DIST LibreOffice_7.1.7.2_Linux_x86-64_rpm_helppack_ast.tar.gz 3837543 BLAKE2B 
80f7b10a9b8387f406e7b2918284e4179201625e395c03745e83a9acb82798a9e49320e21beaed71f5cb3d98d2493467298fbc06c1f571230f64332700b0a87e
 SHA512 
247cc83437fb8cab4551b621f521b33082121845f44225e69031eacc16ac17e1e7d0202c55fc0b9181f51c6a975a24db426a7464fa31b1dbb4c6b3342c8d5bed
-DIST LibreOffice_7.1.7.2_Linux_x86-64_rpm_helppack_bg.tar.gz 4166874 BLAKE2B 
1e175a8fe637ff38c5c020efc46971db8ba892136bf7e0301c8cbbd35181854312de83c09655defc8aedaace28c5809f376a4e9c1401e406ab193bf37f01456d
 SHA512 
1097b001e0efd600e69fdf510333d2d8683365d3e92c22b95468f2f66e3ee4c366fb831ebaf9c96453226b342dea7f876c3368189afb9aa3e676a6855e927376
-DIST LibreOffice_7.1.7.2_Linux_x86-64_rpm_helppack_bn-IN.tar.gz 4303990 
BLAKE2B 
603ce9eadfa763bb7efa318d9c09fdb0266b07c1cd40530eec23164ee7d8c0ebfc94afc6849daf4c5f61c4b993182cd5042172020703f22826395b7fc7d2efb9
 SHA512 
9689da4bee7fee42ff21b7a3f42cb5e40f50b95991dcbc910b868644fbf7a9b3fa413e878dfc327280943632c1a29964c91b21be07498350b74f33a0a36b2a69
-DIST LibreOffice_7.1.7.2_Linux_x86-64_rpm_helppack_bn.tar.gz 3981802 BLAKE2B 
f108b474cb3de207b53ba1f4b861be6004fc7b6fcb8244d5ec9e5d89cb4a7260fc0402f3f10fd6b0f4f4fb663a42e8b363cf96b7dc9b1f6367723ae771dc2b73
 SHA512 
814346364fc7d7a4c67843f15fcfe329df88f4ff07976c94ebe78cce3033ab9a3c2b04a2a6a94f1f13effaa85d62df78d343460abc5d2949dff1780cf92bfbd9
-DIST LibreOffice_7.1.7.2_Linux_x86-64_rpm_helppack_bo.tar.gz 3989770 BLAKE2B 
541c943ad4b46f09b6dd91909886e0def37587c1349fb3a00f33f7df710c59ec07bffdeb49deeb5d1aeec920714d94a4226eb50959ffe8d213cc34aeb096f984
 SHA512 
38a37450de501ec0022037431307fd2dbb4fce4c9488f37a77b39d3e3ba8fe3d5cf9365acfd685ab8ac877124f06970d998c3aa39c21592ac14e652e5386
-DIST LibreOffice_7.1.7.2_Linux_x86-64_rpm_helppack_bs.tar.gz 3721275 BLAKE2B 
bf63fdfd4d52c36fe3f392f93f8c2455d091887bf35a5a6a83df973fc99e8868f634283574aaeedb62131e8e77843614736c114fc5c59f95567c14726d1765e5
 SHA512 
05920857ff0ffc19d1d5977a0f8abccdc44bfd31eb394d2a7ff1570271d6424270870e8731e9ac461c8c34eb3c2d41ce0f05fdf96544a97c6af070b7e09b08d6
-DIST LibreOffice_7.1.7.2_Linux_x86-64_rpm_helppack_ca-valencia.tar.gz 3866178 
BLAKE2B 
b32097e6baaa75ecdeb6d8f080379d532f8a04c37b41c293c357b092e9dde6ee350f9238cc9363f20411590f6b01c76d81cd0869bf238f80ed515cc5ea39fa7e
 SHA512 
9c13c2404cdc8604fc6acdae8da7c6f1732196850ba110eeeb09bb1de0f4742187c259a989cf9fe89400db5e1021b815b7ccff7ab502be4d02805a56d1adb6a2
-DIST LibreOffice_7.1.7.2_Linux_x86-64_rpm_helppack_ca.tar.gz 3856815 BLAKE2B 
7014eaacb4d66816968088f23cf5c185caf82ae3404d9c0624a3d554719c2116bf9f8bae7f472e1ad458dff05519901c0aca0c287d1bc92cfb95b0dd9a7e93d4
 SHA512 
93fe9dc5b0d5994a5c83de8b022f6d0610ae989401f6c563c0f7b0ff0bf410abb01a0be3129f73f7b9dba43aa7434afc20fb52311caa4b30ffac03bf0f49a42d
-DIST LibreOffice_7.1.7.2_Linux_x86-64_rpm_helppack_cs.tar.gz 3880194 BLAKE2B 
97e06b917a7a4085e8cef1bd41c4f274543220fe45b11c6dbeffb3a8657bf90422e1840e69c62edc541b6b43a05b51fd278b27faddaf1f22a7770bdbf163d799
 SHA512 
743da8f0a3c70fea2a390c6b4f27894ecaf54901896da13f04a2d35b22c011c50141e0493400ed9376b0fedbf9cb0a88e9b1f50a5e0080b33b2b8af4ca41f239
-DIST LibreOffice_7.1.7.2_Linux_x86-64_rpm_helppack_da.tar.gz 3785348 BLAKE2B 
86fce185d55047cc60053797df821a388b3c1d46c6e307568f1e74cb3191ff45557203a574d1f92ae3fab55f2e173b62a9c0920516e32648ba64556bc2210036
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/, app-office/libreoffice/files/

2022-02-05 Thread Andreas Sturmlechner
commit: abd3e5b18218581517255512bbeac8402cb55701
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  5 20:21:06 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  5 20:40:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd3e5b1

app-office/libreoffice: Drop 7.1.7.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice/Manifest|   4 -
 .../files/libreoffice-7.0.3.1-qt5detect.patch  |  23 -
 .../files/libreoffice-7.1.3.2-bashism.patch|  33 -
 app-office/libreoffice/libreoffice-7.1.7.2.ebuild  | 669 -
 4 files changed, 729 deletions(-)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index 17f0e970c4b2..e7d46b30b74a 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -7,7 +7,6 @@ DIST 3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip 
5750610 BLAKE2B b9f3ef8
 DIST 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip 1521926 BLAKE2B 
d2769842c180997055648a8b1a33cc89988b74628bad8aa012242e0c1afa5b5b8568323c107187072207ee69bd841ba4ca3bbfe27ef65223ddc729d1a1aa6590
 SHA512 
ec5ae23c8fe2f5efc377f7a9665039afadf28b4d8f2791379296766a5fbc9a3bf7548f9b0e3b3b07762229ec733a92ccbb69791ee0318c9c6f78f8e847253d3f
 DIST 8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip 762419 BLAKE2B 
9cbcda7d7644ede32a19b7bd5e29cae348229b9396a205809db480ed67bf12d243652d4ec3bf817f6d369e594a6d6ac3ebebfd03a80ed94f3106f78421d00077
 SHA512 
12ab17a4db3f7c834b21e59ff6f6f6456630d8626db7fb908867b20204295d4fba8969e79a3694ca66cb24e9f0e5a0fa4b9d2d3f748691b7f93985f9e666ce5f
 DIST 97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip 2938721 BLAKE2B 
86cf869561f653e449611ca2f014b340d7d0cba46b7d37a9455cbbc184b6a5c7e0e26ac84909aef08ae8639a402cef3bfc93ec901de018060f16413eaff0f748
 SHA512 
17ba9d2c0376fb7326d53bb1e3796610176a1af426d1b9073b5f7cf06c93d865e585c495e75c52fb8e426d7c453e751356a9ca9a54dc821ddadb6c8160ed5ba6
-DIST QR-Code-generator-1.4.0.tar.gz 146339 BLAKE2B 
b2cb329877426861e0245747ac1e8f1275ca7428b3c6768af60dec5c9bb46e93a3fee81fc77257e151604b5f6748c9f29582e9fccc2a4088747c95fe5f673124
 SHA512 
314a757bfdf9a38bcf07fd7a0103d28a2d1dd7311b8234761304efeef7bfdb740db78ab01e6b67e99a28d523cc2be9c1073b2de9d65e853d191c3dad19af56d0
 DIST a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip 23150 BLAKE2B 
51db6bd90585b13857ecb494c805c9fb6874e1e65d7aee73d23e1716670836a14b376bcca810f96fd55b0ed653b2660a268030f246c822cbb04f867ef763a3b3
 SHA512 
2d3835f7ac356805025cafedcad97faa48d0f5da386e6ac7b7451030059df8e2fdb0861ade07a576ebf9fb5b88a973585ab0437944b06aac9289d6898ba8586a
 DIST ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip 2929311 BLAKE2B 
02f59a60592d92f97f1098b501617d1408cabeab7b5a85b2f20ade584536e71823c392ce86084a944cada86310d48afb475535b47420f9b54eff582ce1d77d85
 SHA512 
58c1aa3965bf3a5f5d0facb67a5e42cec04e3f74e59cd7348ea2a9f6d9cafdce5552677c6b6d9c4cf2b31f52751695f2e53b2cee658e5f2eacb1393534a53c0e
 DIST ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip 743031 BLAKE2B 
85ddb6e24475f32e4fa105add3ace0afa686b739e34958e8a47653668153d1bebcec77dbdeeb83bef566453e624fd7ebb0595f7d429005dac1c9af30f861e708
 SHA512 
654d2408c11349c90ae7d80b0c1997ee831004bc4ee36a706a0d8a84617fd0f82a97c5b45ab2388d60085afaec59a02eada007a8a1e14c3b366cabd36b7607ec
@@ -19,11 +18,8 @@ DIST eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip 
427800 BLAKE2B d3ac085a3
 DIST f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip 211919 BLAKE2B 
2c72493e44d3ad1714d294fb7baaa85d33fef2eb4ce75bf507b65f78f1d9d399bb5eb72cee188a8abc4b234eb2845a26755791fb3ac104ffe6e55013ab41ca8b
 SHA512 
c1a15ebbfe817ec79d4b3f1c97d096bf8511737d7d35d97302856ccfb3de14a1cd16bd31000415d9ab24bbd9ef770d37855cee4b819ff0e8fca2f2766920a114
 DIST libcmis-0.5.2.tar.xz 484404 BLAKE2B 
7de242393c28fc8289bb598b34e704eb2affaaa8b9e470e10044dbfd3812391f29e1421df8d7ac3869955698ddbc9575feebcfbac27bb074a60ccc0527dca1c3
 SHA512 
295ab15115e75b1f6074f17d3538afe0de9b2b77ab454f5c63cb05e8df11886d82942fbf21ba01486052e3f6c75b0636b99d8e660cd3472dc4b87c31d3cd557b
 DIST libcuckoo-93217f8d391718380c508a722ab9acd5e9081233.tar.gz 5005888 BLAKE2B 
836ec268c19c27ac079ea1084587c3e999f39ad2188be1a5cf8337ad0473ffda6c32d0695254d3797d1607707329befa88da6043f424544487238e550eda8590
 SHA512 
4159dfb4d08e359feb23127e12db590260913e70774161ac9513abb5183ad6ed6d2bdfbe56fc8aa68e2fc57ee29eae67aa0180e1a7d955016884ecba2ca60ff8
-DIST libreoffice-7.1.7.2.tar.xz 244585600 BLAKE2B 
65cb8f5ddbae5aa8fb37a54cc0fab8d541a030f6f94141f4e4355f1dfb24a927ffb713e5213e382152fe444e115f27b41f297ca37e320193c5e0289a01ee5430
 SHA512 
fa55bea912b4efa73cd1ad8bcc611a71146ab42534a348a7c695916d74f1912ad13a2d9ccb4f3f4ee4d604a0747619b75bbcc5e2b14bc306d53b3a1f27525093
 DIST libreoffice-7.2.5.2.tar.xz 252977224 BLAKE2B 

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

2022-02-05 Thread Andreas Sturmlechner
commit: f9e554b249cde1ae33d6e09a9fb0b22bcc9aa9c0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  5 20:23:41 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  5 20:40:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e554b2

dev-libs/icu: Drop 69.1-r1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/icu/Manifest   |   1 -
 dev-libs/icu/icu-69.1-r1.ebuild | 150 
 2 files changed, 151 deletions(-)

diff --git a/dev-libs/icu/Manifest b/dev-libs/icu/Manifest
index 820d3604cb0b..28544b0b2812 100644
--- a/dev-libs/icu/Manifest
+++ b/dev-libs/icu/Manifest
@@ -1,2 +1 @@
-DIST icu4c-69_1-src.tgz 24814903 BLAKE2B 
ef95a04e238f0de96e969d580ef64000ab04a4a0003e8f31fd02baab35387d5ab2c4d792ae0d14f3de8e48aa28570237ccd67fb32e03b13d1572e4a995b1de76
 SHA512 
d4aeb781715144ea6e3c6b98df5bbe0490bfa3175221a1d667f3e6851b7bd4a638fa4a37d4a921ccb31f02b5d15a6dded9464d98051964a86f7b1cde0ff0aab7
 DIST icu4c-70_1-src.tgz 25449582 BLAKE2B 
e229376ee45322db99aa963465048ab5e694ce9f0ba335f071817198238de21fcd77dfe3e86ea1394790e2a3b6d96772d1b98cb7dccd6462a9dd05c0ab7bdef0
 SHA512 
0b26ae7207155cb65a8fdb25f7b2fa4431e74b12bccbed0884a17feaae3c96833d12451064dd152197fd6ea5fd3adfd95594284a463e66c82e0d860f645880c9

diff --git a/dev-libs/icu/icu-69.1-r1.ebuild b/dev-libs/icu/icu-69.1-r1.ebuild
deleted file mode 100644
index 6f632a02fd23..
--- a/dev-libs/icu/icu-69.1-r1.ebuild
+++ /dev/null
@@ -1,150 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit autotools flag-o-matic multilib-minimal python-any-r1 toolchain-funcs
-
-DESCRIPTION="International Components for Unicode"
-HOMEPAGE="http://site.icu-project.org/;
-SRC_URI="https://github.com/unicode-org/icu/releases/download/release-${PV//./-}/icu4c-${PV//./_}-src.tgz;
-
-LICENSE="BSD"
-
-SLOT="0/${PV}"
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="debug doc examples static-libs"
-
-BDEPEND="${PYTHON_DEPS}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen[dot] )
-"
-
-S="${WORKDIR}/${PN}/source"
-
-MULTILIB_CHOST_TOOLS=(
-   /usr/bin/icu-config
-)
-
-PATCHES=(
-   "${FILESDIR}/${PN}-65.1-remove-bashisms.patch"
-   "${FILESDIR}/${PN}-64.2-darwin.patch"
-   "${FILESDIR}/${PN}-68.1-nonunicode.patch"
-   # Should be in the next rleease, but check
-   # https://bugs.gentoo.org/788112
-   "${FILESDIR}/${PN}-69.1-fix-ub-units.patch"
-)
-
-src_prepare() {
-   default
-
-   local variable
-
-   # Disable renaming as it is stupid thing to do
-   sed -i \
-   -e "s/#define U_DISABLE_RENAMING 0/#define U_DISABLE_RENAMING 
1/" \
-   common/unicode/uconfig.h || die
-
-   # Fix linking of icudata
-   sed -i \
-   -e "s:LDFLAGSICUDT=-nodefaultlibs -nostdlib:LDFLAGSICUDT=:" \
-   config/mh-linux || die
-
-   # Append doxygen configuration to configure
-   sed -i \
-   -e 's:icudefs.mk:icudefs.mk Doxyfile:' \
-   configure.ac || die
-
-   eautoreconf
-}
-
-src_configure() {
-   append-cxxflags -std=c++14
-
-   if tc-is-cross-compiler; then
-   mkdir "${WORKDIR}"/host || die
-   pushd "${WORKDIR}"/host >/dev/null || die
-
-   CFLAGS="" CXXFLAGS="" ASFLAGS="" LDFLAGS="" \
-   CC="$(tc-getBUILD_CC)" CXX="$(tc-getBUILD_CXX)" 
AR="$(tc-getBUILD_AR)" \
-   RANLIB="$(tc-getBUILD_RANLIB)" LD="$(tc-getBUILD_LD)" \
-   "${S}"/configure --disable-renaming --disable-debug \
-   --disable-samples --enable-static || die
-   emake
-
-   popd >/dev/null || die
-   fi
-
-   multilib-minimal_src_configure
-}
-
-multilib_src_configure() {
-   local myeconfargs=(
-   --disable-renaming
-   --disable-samples
-   --disable-layoutex
-   $(use_enable debug)
-   $(use_enable static-libs static)
-   $(multilib_native_use_enable examples samples)
-   )
-
-   tc-is-cross-compiler && myeconfargs+=(
-   --with-cross-build="${WORKDIR}"/host
-   )
-
-   # work around cross-endian testing failures with LTO #757681
-   if tc-is-cross-compiler && is-flagq '-flto*' ; then
-   myeconfargs+=( --disable-strict )
-   fi
-
-   # icu tries to use clang by default
-   tc-export CC CXX
-
-   # make sure we configure with the same shell as we run icu-config
-   # with, or ECHO_N, ECHO_T and ECHO_C will be wrongly defined
-   export CONFIG_SHELL="${EPREFIX}/bin/sh"
-   

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

2022-02-05 Thread Andreas Sturmlechner
commit: f15a2cf74449851f703a20fd44ed6c28b458e19a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  9 15:52:25 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  5 20:40:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15a2cf7

dev-util/ddd: EAPI-8 bump

Closes: https://bugs.gentoo.org/830853
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-util/ddd/ddd-3.3.12-r5.ebuild | 17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/dev-util/ddd/ddd-3.3.12-r5.ebuild 
b/dev-util/ddd/ddd-3.3.12-r5.ebuild
index fe17fd18d911..0174afbfd0e7 100644
--- a/dev-util/ddd/ddd-3.3.12-r5.ebuild
+++ b/dev-util/ddd/ddd-3.3.12-r5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=8
 
 inherit autotools desktop optfeature
 
@@ -10,10 +10,12 @@ HOMEPAGE="https://www.gnu.org/software/ddd;
 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3 LGPL-3 FDL-1.1"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 SLOT="0"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="readline"
 
+RESTRICT="test"
+
 COMMON_DEPEND="
sys-devel/gdb
sys-libs/ncurses:=
@@ -34,8 +36,6 @@ RDEPEND="${COMMON_DEPEND}
x11-apps/xfontsel
 "
 
-RESTRICT="test"
-
 PATCHES=(
"${FILESDIR}/${P}-gcc44.patch"
"${FILESDIR}/${P}-gdb-disassembler-bug.patch"
@@ -58,13 +58,12 @@ src_prepare() {
 
 src_configure() {
econf \
-   --disable-static \
$(use_with readline)
 }
 
 src_install() {
# Remove app defaults
-   rm -f "${S}"/ddd/Ddd
+   rm -f "${S}"/ddd/Ddd || die
 
# Install ddd distribution
default
@@ -79,10 +78,8 @@ pkg_postinst() {
optfeature "Bash debugging" app-shells/bashdb
optfeature "Perl debugging" dev-lang/perl
optfeature "Python debugging" dev-python/pydb
-
-   echo
+   elog
elog "Important notice: if you encounter DDD crashes during 
visualization, you might"
elog "have hit bug #459324. Try switching to plotting in external 
window:"
elog "Select Edit|Preferences|Helpers and switch 'plot window' to 
'external'"
-   echo
 }



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin-debug/

2022-02-05 Thread Andreas Sturmlechner
commit: e152db69c1b42f75290f1d046db7546f9504e2fe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  5 20:19:12 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  5 20:40:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e152db69

app-office/libreoffice-bin-debug: Drop 7.1.7.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice-bin-debug/Manifest  |  9 ---
 .../libreoffice-bin-debug-7.1.7.2.ebuild   | 84 --
 2 files changed, 93 deletions(-)

diff --git a/app-office/libreoffice-bin-debug/Manifest 
b/app-office/libreoffice-bin-debug/Manifest
index a1ad2b951308..302096bf6e68 100644
--- a/app-office/libreoffice-bin-debug/Manifest
+++ b/app-office/libreoffice-bin-debug/Manifest
@@ -1,18 +1,9 @@
-DIST amd64-debug-libreoffice-7.1.7.2.tar.xz 1441939592 BLAKE2B 
207d3522d3fca71d9e0fbffcc0186b429e444aed4a7495b708526321273ccee7054bcb7cec3138ebe4e20c4921fd78287af4be6ea5077898c4adf0bdf0520d4e
 SHA512 
2e319688317442fad66ff2a77d92ac4b9ed5e2f5b9722a569eecd842a1d38d1fd98dd4b3ac2f9dc5e91feae79c2431da7e4baef164b7248a432406008e2d6d0b
 DIST amd64-debug-libreoffice-7.2.5.2.tar.xz 1468341700 BLAKE2B 
6838ec1d4b2e43aaa171b800c72848d9ca8e2a57b4686269c1c6890f87febb2504e591f5eaa4c15a88be4f899eebf836f0146713fdb2e24598cd8ecbab7991ca
 SHA512 
a70c6402b8a4743f0cd0bdd06d4b6974669a7b6853b0269e9872d5c82d767bc251602f963413f96efa6c353c3b6639b9e17da6513ef4d1f04c4f3e900c2cc430
-DIST amd64-debug-libreoffice-gnome-7.1.7.2.xd3 1380242 BLAKE2B 
5c69abece7929c5dee0b5c0a37f75bf1006ac6eaaf6d61c77c0e733e7ed7b3aca063c6a949388c6200d09a6a17661a8e95066416f4b47b011c7be786405bf99f
 SHA512 
f08b7bc561ef3e8cbb06ec8cab0f507c6f2a20f2c6ca859b72aebb04d41007eddb1d41a3908129568c34915119bc884005687ec102c123906c25bc1627a0e93d
 DIST amd64-debug-libreoffice-gnome-7.2.5.2.xd3 1374344 BLAKE2B 
563d88c5eac92d0c0402a0f46e406cde412b32b790a40b8a8aefd73a31ad5f9a8fb5180e4a518b296dbacfa10e88dd998fa662965fa20ea26b4c1ead83b583d8
 SHA512 
5e33b1a35f40f62f43d4f10256d3c54ab7d917a08d7e6a18837c26355b3688aea9996b6eece6e7f82827efd99885b242c7749d762568e10fec56fe910d9b35b7
-DIST amd64-debug-libreoffice-gnome-java-7.1.7.2.xd3 731690461 BLAKE2B 
a2f7af005c86bb754d3bc86d5c1abcb043d78f023adef3f0a3e347dd66e9b8f7bd086014e28aaf2a4cb3c8555eb6ee54171f634ea57f6576ca552cb77306aea1
 SHA512 
882f62f2557cc39d68de80f15beb33eeea21af357d2bd87d5943bb635734180e922676a0e04d0152a6b3f80d43a3ff8d47efeead59ef1f7d9db23d8b62f792a5
 DIST amd64-debug-libreoffice-gnome-java-7.2.5.2.xd3 753187527 BLAKE2B 
ad0367bb2a4a0aba4d999724f6386cd469474f9a998748c0eda2f6e1109fa2fb06f7d71a0ea9b1bf3bcb383249b546197ca05bf0a2a63057d81f01ee35b682bd
 SHA512 
7159ae06cb294f4323905f9aaf2c495e735e749acee8960eca9bcf72ca25718cf66c6de2811bfe538b0fa948b427873a42f0ea39af27d19bc306e68d4419ce27
-DIST amd64-debug-libreoffice-java-7.1.7.2.xd3 730327939 BLAKE2B 
0b2bee88dacc1c186355645ffcae7aa7f6b96ac0e28f8ecdebcda8781337091f53df955adb64b7e3a5738361a0c661961ed36f7fc7658e4718aab4a1d2ff
 SHA512 
3e417a5d31028f2ffc9995c742d620f96aa88123ad75ffb70d52b12718b83ca56ffee184b08194530753876654a041426c7b9531c1775743dad903a246260de2
 DIST amd64-debug-libreoffice-java-7.2.5.2.xd3 751807644 BLAKE2B 
103f01604bd2606566482b6be9b58acae1d82ecbfe035b73bbec87e7f7ddd9649007ea3911ce395987d34bdfb252397c98617ff3c6da4792ae7df9e726ed59d6
 SHA512 
47e9725f46465680535520383b27e64d29f84df1b6152a312f070f84157e88ca32767a2c2e352623df5c29ed978b624696b217fda943dea07879d2f05e1c5360
-DIST amd64-debug-libreoffice-kde-7.1.7.2.xd3 476280495 BLAKE2B 
db7457b75111ca0a55eb0cae888f9d8e9322ed882bf5a7786d214c09ba8cc7c327d6cea1bd1a02508d71f25e8a3c29ffe49d1d95845b45c486cb8f9061ae3bfd
 SHA512 
ba216570e618101cb5f09c951600574454bf5d7a124168bfbb5857e5a2a8aff0c6ebcaf97eb546a121814ba99820f845da98081b125d74a4d62b0e1b21d3dc0a
 DIST amd64-debug-libreoffice-kde-7.2.5.2.xd3 460040481 BLAKE2B 
b2eabce2b53944997367c5158c8c1ca7bfb2e82e17b58e9142ca3bfa53fb3c848eb719f0e8b11cf3967ff034ead48548f5624a449bbb358eae247df5d1da9639
 SHA512 
734856278ef502f638e85a2da731e39e464ee7fce13f598f8e01fd8ff3ad7deb4266c1c9249c072bf5b28814ebf98dd57afc9c2f808471a77232769aa4649527
-DIST amd64-debug-libreoffice-kde-java-7.1.7.2.xd3 734480017 BLAKE2B 
8854d13e7001e40b2202a0bcc149851f600ef5ed7bdfd96fa50d84066819a8425410860125b593fdbedc9dd8443a759946a15586d683c08bf4a55e56a9d3ed56
 SHA512 
bbff8c1b3c3d01d0b33967dcf40f36d5a746ba373cef535431047dc7eb4c3437c825228a62e6fafefa3bbca4c68c39b322a9de0c7ac5264efe3fcf0372346e58
 DIST amd64-debug-libreoffice-kde-java-7.2.5.2.xd3 756364946 BLAKE2B 
62606d4852549494f1907490453c7c2d51b45f8c237a875aca0cbe68873bad5dee4a8660d7477477eb5695c3dfd9363d0c19ef4cffd238eb2e8b4725199b4783
 SHA512 
8cf360bf8614da8e88dcba711218b6352df6b90fafe6a3e0e4c5bdd8365fe484161391a6b73ecf8ca2b15694b483754d244972f7069a5fe18acfc58eccb28088
-DIST x86-debug-libreoffice-7.1.7.2.tar.xz 1410535408 BLAKE2B 

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

2022-02-05 Thread Andreas Sturmlechner
commit: f8097972b60dc6d8287abf995e3be488b1de4769
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  5 20:16:33 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  5 20:40:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8097972

app-office/libreoffice-bin: Drop 7.1.7.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice-bin/Manifest|   9 -
 .../libreoffice-bin/libreoffice-bin-7.1.7.2.ebuild | 253 -
 2 files changed, 262 deletions(-)

diff --git a/app-office/libreoffice-bin/Manifest 
b/app-office/libreoffice-bin/Manifest
index 0f5d72985218..fae8a51d59ac 100644
--- a/app-office/libreoffice-bin/Manifest
+++ b/app-office/libreoffice-bin/Manifest
@@ -1,18 +1,9 @@
-DIST amd64-bin-libreoffice-7.1.7.2.tar.xz 136085032 BLAKE2B 
ef4493c580726d26d3bf05a289acc2f030ba77f7924bab265e9c74f22f79616b61f3f51380526d934f1e3c9d697765f427676ffb483a5547f0fa79b99de17d7d
 SHA512 
b45503b8e8105ede3e02c32ea50c602bdf79238cdd8e1d7c8abb503538ecfe9d359f59c174666cab3d4621e740525d6e2f002fa28c9f77989cbc3c963cb10135
 DIST amd64-bin-libreoffice-7.2.5.2.tar.xz 141659504 BLAKE2B 
3f8004e28c52ba2894d3ab4c643291b3ab307818599ad17af062a7cbd6d0ce096fae610aef955cda730344699ba6d025d532c95233b13c7d4083bfbbb227e517
 SHA512 
4083a0e6c0321478453eaa3a4fe5473325dc375900b3631876cb1695f4b6f6e81b2c79045eab92d76ddcea13ae7100f115a3f2b7da86afa20d4ff1ef67018dfd
-DIST amd64-bin-libreoffice-gnome-7.1.7.2.xd3 1468305 BLAKE2B 
117776d451dd580af3448fc109475d09fd4f8cec2e3d7d8d2b628a4bc469aaa18b96c1217e69a43197553b373a1314100ba90e6283c938cbaf9f8029f667
 SHA512 
6a989daac6215de1029136b5723bdead79afa3f420d4f4a1149c31ce1a6ec69a38443f7ff74f9d87cb594895810009a110a758323a3ccf1d1f8c7160377aacb4
 DIST amd64-bin-libreoffice-gnome-7.2.5.2.xd3 1454525 BLAKE2B 
2037e87a38b2cd8d30583b6145c99d884692e053f3e0d7002a2e8e461af288c0a122786ecfcd9e82a6c5c4f4bb98b2c59474874eed23272fce66cff9d282e68b
 SHA512 
dbb2c1f5ede93d3ade9932ba1c0f4709e54280f171cf7a6efe1ec67a716ff6370f994ccc3ac62432d3503b9cd840027cf4b865ad31ad095ff2614f4ea93583a6
-DIST amd64-bin-libreoffice-gnome-java-7.1.7.2.xd3 31065813 BLAKE2B 
c7a561fb69a79a5da02b52db989e36baa2e158cc81b4a03c77484b0191feb6a4b21aeefbc17a5242c0b8817483476ea089791d14682f342d30bc44e587aff004
 SHA512 
71b8b0ccc93bef2da88c481c6f832147f542af41d9858ad4c7763de6b35fa95d971db28609a6ef0d03bd98b5c27d23e0196889b94f9150ff337853ce2b4665c6
 DIST amd64-bin-libreoffice-gnome-java-7.2.5.2.xd3 30819131 BLAKE2B 
a6cd99dbff624338c33cd00fdda1b010acbc2a5aa3d0025a8481bd047d8f74235e5026421885244fbd800fd8af4d4218d4dafc32afea10a48e3171e60109cdf5
 SHA512 
c9c0266ffd557c6551fd663d7bda186d9a434fea4c7e6fc26bf3d2afa3eac74191d3837dd49d4447209c53baf18c6fe3394c2362c5d3e011de70ba75332d8237
-DIST amd64-bin-libreoffice-java-7.1.7.2.xd3 30876880 BLAKE2B 
ab1eebacd6f338a5d17a71f04fb04ee485fb68cac54bf008b58675013c77dd0be407fa053a48821d6fc98ebd2f22fd58a21f4c646c49d5c31431e073cd308ac1
 SHA512 
2ab214cb5f776d15b420adee25ae529acff785735e0f3af2af700769952c41b299d4aa2becd8804d11b48c96b7ff093884b62de758e69574ee829a89ce16c8ea
 DIST amd64-bin-libreoffice-java-7.2.5.2.xd3 30704441 BLAKE2B 
7ce0ad8b709f6331f94c56b29e45047c320502797fe23175f9c517cad8e1b192e5f8f2d92d4ddaa0a551accf33b587ed6493369366ae4496473e9e666d6df134
 SHA512 
6522aa848195b602681d972902e485bfcb018e578f8b0a693aea35a0afa772d054b62f3eefb3e53d54c9791fbfaf275104dd2d95e8c7f8b08c5f55a29247e410
-DIST amd64-bin-libreoffice-kde-7.1.7.2.xd3 21776147 BLAKE2B 
aa3b38ee9254199f3e23241697340650608786db2789723a0ab306b260a27b12a2171d1218434b7cc9d79a39a4335881fc8f1607da46dac643e6ef4f50afa3b9
 SHA512 
35f016d5b7b06cbc85c754588e074e5eda5f3f0aa92a36659381bff18c493bcb3ee7c2b366364928b1a3716c0b4819b8b5b17013c84862a93331c9bed92287f2
 DIST amd64-bin-libreoffice-kde-7.2.5.2.xd3 20966714 BLAKE2B 
9a9503a191259ad054d72582b88e5923738bdd7bf3008493e6064b4fb84973c5763d8c29bf88db438b5772f11b63ad029ee7a32d791a99c640a56a1e1ae94195
 SHA512 
2ea0bb46e19548e9c24f0f9713d1c9368619d4d83fb8332ee85a3bc72497d70110a2954b93c51411c83b691195a17861b17657884d73e87f5699fb7d8c40072a
-DIST amd64-bin-libreoffice-kde-java-7.1.7.2.xd3 31001312 BLAKE2B 
7fa7e30a355cdda02fcbb138a8898fe4251643480e7b82290f50186e57837e6b9ea9f59c7b6314aa9b64ca8a80be3a337e90bb262fb986d93e530cf83ba04d79
 SHA512 
d680c553f899ca3af5b76bf33d40e548e435016a7b3d5c0ee24cfde57b0ec4ef0362a302123ce79d0cd6b686ea60523e0320e8041e37538e52f68b9c62ce9929
 DIST amd64-bin-libreoffice-kde-java-7.2.5.2.xd3 30833000 BLAKE2B 
20b8c90984db7f61f92d4e27503231efd88f04fee92743e1e80f5d5ba760b08ca77984dc63411d10219b88be50b5140ca0bdf161077aeee3e921dcb2e4f2cfaf
 SHA512 
60d065c777cc922b6ce04c7f5a7d5eb7caeb76356cd4cbd574a4a1e70df8eee387898ab98f6c669dbc19d5b615ee31d0a13d50b02cdf9ea0b3ae8d209c0bf8f6
-DIST x86-bin-libreoffice-7.1.7.2.tar.xz 137617724 BLAKE2B 

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

2022-02-05 Thread Andreas Sturmlechner
commit: d99150824b9cd8e4604655a60d69567acd90c417
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb  3 21:06:46 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  5 20:40:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9915082

dev-libs/capnproto: Drop 0.7.0 and 0.8.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/capnproto/Manifest   |  2 --
 dev-libs/capnproto/capnproto-0.7.0.ebuild | 39 ---
 dev-libs/capnproto/capnproto-0.8.0.ebuild | 45 ---
 3 files changed, 86 deletions(-)

diff --git a/dev-libs/capnproto/Manifest b/dev-libs/capnproto/Manifest
index d4db69afc68d..fa59d90435d7 100644
--- a/dev-libs/capnproto/Manifest
+++ b/dev-libs/capnproto/Manifest
@@ -1,3 +1 @@
-DIST capnproto-0.7.0.tar.gz 1983172 BLAKE2B 
d88b5f8e3278f8e3aceccdc459001b99328b0440812352dcb6b54bd11e18aa7fee6d337252841c86e9c3eb1afcdbd99884c965156d6cec37e3c0996c9ec1241f
 SHA512 
a3ea278ded6a866759c0517d16b99bd38ffea1c163ce63a3604b752d8bdaafbc38a600de94afe12db35e7f7f06e29cc94c911dc2e0ecec6fe1185452df2a2bd3
-DIST capnproto-0.8.0.tar.gz 2121249 BLAKE2B 
6d4ef9adb026a8ea8bc558bed1f8ce910e9c3b050ad0ac7ebd4be323cc1709a6b08956d4d2f39daee5c6485438f64695a028ea198aaae8a6c366316f10b1a64f
 SHA512 
a3b87d47f4c160c3c72304539c3d2a6836488a50d1014c9f0eb95c112dc1e0f85b3158d26c248eff464205388ea61733c45ba10dc5441e5dd04064ba2c7970e6
 DIST capnproto-0.9.1.tar.gz 2238849 BLAKE2B 
f8de56c7f79b0ddad35f3e8fec7740510ca2328e4ddc633a71420901d3fc44df44d807c3965213dfc2535bbe03832c5164242d33cd0bff901d6f288fb62bab21
 SHA512 
bdc5960f26214139744d768ca4558b085e2d359c375a8849ca532a4c458a2daf0ee1a1f4d00745de5abf353aa1e4084a2d85e5523006f23f591f21fac2d847fd

diff --git a/dev-libs/capnproto/capnproto-0.7.0.ebuild 
b/dev-libs/capnproto/capnproto-0.7.0.ebuild
deleted file mode 100644
index 9279dffeaef8..
--- a/dev-libs/capnproto/capnproto-0.7.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="RPC/Serialization system with capabilities support"
-HOMEPAGE="https://capnproto.org;
-SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/070"
-KEYWORDS="amd64 ~arm arm64 x86"
-IUSE="+ssl static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND} test? ( dev-cpp/gtest )"
-
-S=${WORKDIR}/${P}/c++
-
-src_prepare() {
-   sed -e 's/ldconfig/true/' -i Makefile.am || die
-   sed -e 's#gtest/lib/libgtest.la gtest/lib/libgtest_main.la#-lgtest 
-lgtest_main#' -i Makefile.am || die
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_with ssl openssl)
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete
-}

diff --git a/dev-libs/capnproto/capnproto-0.8.0.ebuild 
b/dev-libs/capnproto/capnproto-0.8.0.ebuild
deleted file mode 100644
index 396f01c7ef9a..
--- a/dev-libs/capnproto/capnproto-0.8.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="RPC/Serialization system with capabilities support"
-HOMEPAGE="https://capnproto.org;
-SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/080"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="+ssl static-libs test zlib"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   ssl? (
-   dev-libs/openssl:0=
-   )
-   zlib? ( sys-libs/zlib:0= )
-"
-DEPEND="${RDEPEND} test? ( dev-cpp/gtest )"
-
-S=${WORKDIR}/${P}/c++
-
-src_prepare() {
-   sed -e 's/ldconfig/true/' -i Makefile.am || die
-   sed -e 's#gtest/lib/libgtest.la gtest/lib/libgtest_main.la#-lgtest 
-lgtest_main#' -i Makefile.am || die
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_with ssl openssl) \
-   $(use_with zlib)
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/

2022-02-05 Thread Andreas Sturmlechner
commit: c9ffd278f8fe238387a6c34cc3697aa6a4db5a5a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  5 20:27:55 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  5 20:40:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ffd278

sci-libs/gdal: Cleanup vulnerable 3.3.3 and 3.4.0

Bug: https://bugs.gentoo.org/830370
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/gdal/Manifest  |   2 -
 sci-libs/gdal/gdal-3.3.3.ebuild | 317 ---
 sci-libs/gdal/gdal-3.4.0.ebuild | 323 
 3 files changed, 642 deletions(-)

diff --git a/sci-libs/gdal/Manifest b/sci-libs/gdal/Manifest
index a5856f680d13..5e62f019ab64 100644
--- a/sci-libs/gdal/Manifest
+++ b/sci-libs/gdal/Manifest
@@ -1,3 +1 @@
-DIST gdal-3.3.3.tar.gz 19600111 BLAKE2B 
2d4558062b35016372d6964884296878fdcef0afa83fb03b10cd902ce101ec52f551d48014d95b391d19b8db13d7ca1d639575b39e9421780f4212bef02dd51f
 SHA512 
c49e4555e598e4182e6419758c31df08d46b8b061480f08be09d61e840057529bd88eaa8c1ecfe1c6a0cc8cd6a073bf15fa6cdae003e4475485cf3851145
-DIST gdal-3.4.0.tar.gz 20008930 BLAKE2B 
b4dad7226d2cfee3bdcab9782d2d35355501c1dd830d247099f6a8030311b86e7620e90f7bba675bf49dc47d166ab586fabe45ba02d9d7e9a73829194da6b360
 SHA512 
e363258172cff9647804be11f28ebec1614ddfbfc6eed72d44700c23aea674267e413099555d25e784d567ea915b5fb9092ff74b98d890dfcb8aae56b0575eb6
 DIST gdal-3.4.1.tar.gz 20022859 BLAKE2B 
fe6da8b3f098839bc5da9e49932a7a8e172b5dcb79f34eaa5f82a336cab3666223ae6f354c7847d1090e312838cc2e121e357c914cca3375541ee8ed31746edc
 SHA512 
dcfd5f5ceac633838db2a92af6f6eb1c9fca55216885f071c7d8df8fc119aa800b2854c6e5ae84cdeea531e7e61296ad4378d798107c19d80d2ba4e1094299bf

diff --git a/sci-libs/gdal/gdal-3.3.3.ebuild b/sci-libs/gdal/gdal-3.3.3.ebuild
deleted file mode 100644
index 0759a1e57028..
--- a/sci-libs/gdal/gdal-3.3.3.ebuild
+++ /dev/null
@@ -1,317 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-GENTOO_DEPEND_ON_PERL="no"
-PYTHON_COMPAT=( python3_{8,9,10} )
-DISTUTILS_OPTIONAL=1
-inherit autotools bash-completion-r1 distutils-r1 flag-o-matic java-pkg-opt-2 
perl-module toolchain-funcs
-
-DESCRIPTION="Translator library for raster geospatial data formats (includes 
OGR support)"
-HOMEPAGE="https://gdal.org/;
-SRC_URI="https://download.osgeo.org/${PN}/${PV}/${P}.tar.gz;
-
-SLOT="0/3.3"
-LICENSE="BSD Info-ZIP MIT"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos"
-IUSE="armadillo +aux-xml curl cpu_flags_x86_avx cpu_flags_x86_sse 
cpu_flags_x86_ssse3 debug doc fits geos gif gml hdf5 heif java jpeg jpeg2k lzma 
mdb mysql netcdf odbc ogdi opencl oracle pdf perl png postgres python 
spatialite sqlite threads webp xls zstd"
-
-REQUIRED_USE="
-   mdb? ( java )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   spatialite? ( sqlite )
-"
-
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   java? (
-   dev-java/ant-core
-   dev-lang/swig:0
-   >=virtual/jdk-1.8:*
-   )
-   perl? ( dev-lang/swig:0 )
-   python? (
-   dev-lang/swig:0
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="
-   dev-libs/expat
-   dev-libs/json-c:=
-   dev-libs/libpcre
-   dev-libs/libxml2:2
-   dev-libs/openssl:=
-   media-libs/tiff
-   >=sci-libs/libgeotiff-1.5.1-r1:=
-   >=sci-libs/proj-6.0.0:=
-   sys-libs/zlib[minizip(+)]
-   armadillo? ( sci-libs/armadillo:=[lapack] )
-   curl? ( net-misc/curl )
-   fits? ( sci-libs/cfitsio:= )
-   geos? ( >=sci-libs/geos-3.8.0 )
-   gif? ( media-libs/giflib:= )
-   gml? ( >=dev-libs/xerces-c-3.1 )
-   heif? ( media-libs/libheif:= )
-   hdf5? ( >=sci-libs/hdf5-1.6.4:=[szip] )
-   jpeg? ( virtual/jpeg:0= )
-   jpeg2k? ( media-libs/openjpeg:2= )
-   lzma? ( || (
-   app-arch/xz-utils
-   app-arch/lzma
-   ) )
-   mdb? ( dev-java/jackcess:1 )
-   mysql? ( virtual/mysql )
-   netcdf? ( sci-libs/netcdf:= )
-   odbc? ( dev-db/unixODBC )
-   ogdi? ( sci-libs/ogdi )
-   opencl? ( virtual/opencl )
-   oracle? ( dev-db/oracle-instantclient:= )
-   pdf? ( app-text/poppler:= )
-   perl? ( dev-lang/perl:= )
-   png? ( media-libs/libpng:0= )
-   postgres? ( >=dev-db/postgresql-8.4:= )
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/numpy[${PYTHON_USEDEP}]
-   )
-   spatialite? ( dev-db/spatialite )
-   sqlite? ( dev-db/sqlite:3 )
-   webp? ( media-libs/libwebp:= )
-   xls? ( dev-libs/freexl )
-   zstd? ( app-arch/zstd:= )
-"
-RDEPEND="${DEPEND}
-   java? ( >=virtual/jre-1.8:* )
-"
-
-PATCHES=(
-   

  1   2   3   >