[gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/

2022-06-08 Thread Lars Wendler
commit: 17840419451635f18e3c0affc4d7f71c5623b14d
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jun  8 08:04:31 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun  8 08:04:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17840419

net-im/pidgin: Rename DYNAMIC_PRPLS variable to DEFAULT_PRPLS

Signed-off-by: Lars Wendler  gentoo.org>

 net-im/pidgin/pidgin-2.14.10.ebuild | 14 +++---
 net-im/pidgin/pidgin-2.14.8.ebuild  | 14 +++---
 net-im/pidgin/pidgin-2.14.9.ebuild  | 14 +++---
 3 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/net-im/pidgin/pidgin-2.14.10.ebuild 
b/net-im/pidgin/pidgin-2.14.10.ebuild
index 8b7a3577b542..5fa3ae3e271a 100644
--- a/net-im/pidgin/pidgin-2.14.10.ebuild
+++ b/net-im/pidgin/pidgin-2.14.10.ebuild
@@ -102,7 +102,7 @@ REQUIRED_USE="
 "
 
 # Enable Default protocols
-DYNAMIC_PRPLS="irc,jabber,simple"
+DEFAULT_PRPLS="irc,jabber,simple"
 
 # List of plugins
 #   app-accessibility/pidgin-festival
@@ -172,16 +172,16 @@ src_configure() {
replace-flags -O? -O2
use pie && append-cflags -fPIE -pie
 
-   use gadu&& DYNAMIC_PRPLS+=",gg"
-   use groupwise   && DYNAMIC_PRPLS+=",novell"
-   use meanwhile   && DYNAMIC_PRPLS+=",sametime"
-   use zephyr  && DYNAMIC_PRPLS+=",zephyr"
-   use zeroconf&& DYNAMIC_PRPLS+=",bonjour"
+   use gadu&& DEFAULT_PRPLS+=",gg"
+   use groupwise   && DEFAULT_PRPLS+=",novell"
+   use meanwhile   && DEFAULT_PRPLS+=",sametime"
+   use zephyr  && DEFAULT_PRPLS+=",zephyr"
+   use zeroconf&& DEFAULT_PRPLS+=",bonjour"
 
local myconf=(
--disable-mono
--disable-static
-   --with-dynamic-prpls="${DYNAMIC_PRPLS}"
+   --with-dynamic-prpls="${DEFAULT_PRPLS}"
--with-system-ssl-certs="${EPREFIX}/etc/ssl/certs/"
--x-includes="${EPREFIX}"/usr/include/X11
$(use_enable dbus)

diff --git a/net-im/pidgin/pidgin-2.14.8.ebuild 
b/net-im/pidgin/pidgin-2.14.8.ebuild
index 9dc37e46de11..dfdb2ffb0211 100644
--- a/net-im/pidgin/pidgin-2.14.8.ebuild
+++ b/net-im/pidgin/pidgin-2.14.8.ebuild
@@ -100,7 +100,7 @@ REQUIRED_USE="
 "
 
 # Enable Default protocols
-DYNAMIC_PRPLS="irc,jabber,simple"
+DEFAULT_PRPLS="irc,jabber,simple"
 
 # List of plugins
 #   app-accessibility/pidgin-festival
@@ -170,16 +170,16 @@ src_configure() {
replace-flags -O? -O2
use pie && append-cflags -fPIE -pie
 
-   use gadu&& DYNAMIC_PRPLS+=",gg"
-   use groupwise   && DYNAMIC_PRPLS+=",novell"
-   use meanwhile   && DYNAMIC_PRPLS+=",sametime"
-   use zephyr  && DYNAMIC_PRPLS+=",zephyr"
-   use zeroconf&& DYNAMIC_PRPLS+=",bonjour"
+   use gadu&& DEFAULT_PRPLS+=",gg"
+   use groupwise   && DEFAULT_PRPLS+=",novell"
+   use meanwhile   && DEFAULT_PRPLS+=",sametime"
+   use zephyr  && DEFAULT_PRPLS+=",zephyr"
+   use zeroconf&& DEFAULT_PRPLS+=",bonjour"
 
local myconf=(
--disable-mono
--disable-static
-   --with-dynamic-prpls="${DYNAMIC_PRPLS}"
+   --with-dynamic-prpls="${DEFAULT_PRPLS}"
--with-system-ssl-certs="${EPREFIX}/etc/ssl/certs/"
--x-includes="${EPREFIX}"/usr/include/X11
$(use_enable ncurses consoleui)

diff --git a/net-im/pidgin/pidgin-2.14.9.ebuild 
b/net-im/pidgin/pidgin-2.14.9.ebuild
index 8b7a3577b542..5fa3ae3e271a 100644
--- a/net-im/pidgin/pidgin-2.14.9.ebuild
+++ b/net-im/pidgin/pidgin-2.14.9.ebuild
@@ -102,7 +102,7 @@ REQUIRED_USE="
 "
 
 # Enable Default protocols
-DYNAMIC_PRPLS="irc,jabber,simple"
+DEFAULT_PRPLS="irc,jabber,simple"
 
 # List of plugins
 #   app-accessibility/pidgin-festival
@@ -172,16 +172,16 @@ src_configure() {
replace-flags -O? -O2
use pie && append-cflags -fPIE -pie
 
-   use gadu&& DYNAMIC_PRPLS+=",gg"
-   use groupwise   && DYNAMIC_PRPLS+=",novell"
-   use meanwhile   && DYNAMIC_PRPLS+=",sametime"
-   use zephyr  && DYNAMIC_PRPLS+=",zephyr"
-   use zeroconf&& DYNAMIC_PRPLS+=",bonjour"
+   use gadu&& DEFAULT_PRPLS+=",gg"
+   use groupwise   && DEFAULT_PRPLS+=",novell"
+   use meanwhile   && DEFAULT_PRPLS+=",sametime"
+   use zephyr  && DEFAULT_PRPLS+=",zephyr"
+   use zeroconf&& DEFAULT_PRPLS+=",bonjour"
 
local myconf=(
--disable-mono
--disable-static
-   --with-dynamic-prpls="${DYNAMIC_PRPLS}"
+   --with-dynamic-prpls="${DEFAULT_PRPLS}"
--with-system-ssl-certs="${EPREFIX}/etc/ssl/certs/"
--x-includes="${EPREFIX}"/usr/include/X11
$(use_enable dbus)



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

2022-06-08 Thread Jakov Smolić
commit: cbd897afbe5e9b4d3cc4c0021009e6e3d3469a04
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 09:05:04 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 09:05:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd897af

media-libs/libjpeg-turbo: Stabilize 2.1.3 hppa, #833721

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

 media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild
index 8a4a2fb6ec55..a132236f3ef2 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 LICENSE="BSD IJG ZLIB"
 SLOT="0/0.2"
 if [[ "$(ver_cut 3)" -lt 90 ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris 
~x86-solaris"
 fi
 IUSE="cpu_flags_arm_neon java static-libs"
 



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

2022-06-08 Thread Jakov Smolić
commit: f47860ac77ce83f0db31c7e44b067895ce229d90
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 09:05:07 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 09:05:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47860ac

games-misc/exult-sound: Keyword 0-r2 arm64, #850493

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

 games-misc/exult-sound/exult-sound-0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-misc/exult-sound/exult-sound-0-r2.ebuild 
b/games-misc/exult-sound/exult-sound-0-r2.ebuild
index 379625fd6db1..6583d1301935 100644
--- a/games-misc/exult-sound/exult-sound-0-r2.ebuild
+++ b/games-misc/exult-sound/exult-sound-0-r2.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
@@ -9,7 +9,7 @@ 
SRC_URI="https://downloads.sourceforge.net/exult/exult-data/exult_audio.zip;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 BDEPEND="app-arch/unzip"
 



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

2022-06-08 Thread Fabian Groffen
commit: 65a8dd47986a477232a907b6d5b844fcf6c23c11
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jun  8 11:03:08 2022 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jun  8 11:03:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a8dd47

dev-python/setuptools: marked ~x64-macos, ~arm64-macos

Signed-off-by: Fabian Groffen  gentoo.org>

 dev-python/setuptools/setuptools-62.3.2-r1.ebuild | 2 +-
 dev-python/setuptools/setuptools-62.3.3.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/setuptools/setuptools-62.3.2-r1.ebuild 
b/dev-python/setuptools/setuptools-62.3.2-r1.ebuild
index c159c95d7984..66341af9f120 100644
--- a/dev-python/setuptools/setuptools-62.3.2-r1.ebuild
+++ b/dev-python/setuptools/setuptools-62.3.2-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-python/setuptools/setuptools-62.3.3.ebuild 
b/dev-python/setuptools/setuptools-62.3.3.ebuild
index c159c95d7984..66341af9f120 100644
--- a/dev-python/setuptools/setuptools-62.3.3.ebuild
+++ b/dev-python/setuptools/setuptools-62.3.3.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-06-08 Thread Yixun Lan
commit: 6418958e2456d4c3000d57d97868a2b8cf3899d6
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jun  8 11:14:43 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jun  8 11:15:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6418958e

x11-terms/terminator: keyword 2.1.1-r1 for ~riscv

Signed-off-by: Yixun Lan  gentoo.org>

 x11-terms/terminator/terminator-2.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/terminator/terminator-2.1.1-r1.ebuild 
b/x11-terms/terminator/terminator-2.1.1-r1.ebuild
index 19885249a992..a543f14751c9 100644
--- a/x11-terms/terminator/terminator-2.1.1-r1.ebuild
+++ b/x11-terms/terminator/terminator-2.1.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"
 IUSE="test"
 
 RDEPEND="



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

2022-06-08 Thread Jakov Smolić
commit: 35e111dacfa625477e3b3a5c19745783fe7cb8b0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 12:21:24 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 12:21:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e111da

games-emulation/mgba: Keyword 0.9.3-r1 ppc64, #849794

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

 games-emulation/mgba/mgba-0.9.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-emulation/mgba/mgba-0.9.3-r1.ebuild 
b/games-emulation/mgba/mgba-0.9.3-r1.ebuild
index f2e1ddb6dd3b..92f2ac4813da 100644
--- a/games-emulation/mgba/mgba-0.9.3-r1.ebuild
+++ b/games-emulation/mgba/mgba-0.9.3-r1.ebuild
@@ -14,7 +14,7 @@ else
MY_PV="${PV/_beta/-b}"
SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
[[ "${PV}" == *_beta* ]] || \
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
S="${WORKDIR}/${PN}-${MY_PV}"
 fi
 LICENSE="MPL-2.0"



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

2022-06-08 Thread Jakov Smolić
commit: 5b2ae83c64b1a4277a9de4d9d1d648ddb0a36892
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 12:21:25 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 12:21:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2ae83c

games-strategy/s25rttr: Keyword 0.9.5 ppc64, #850469

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

 games-strategy/s25rttr/s25rttr-0.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/s25rttr/s25rttr-0.9.5.ebuild 
b/games-strategy/s25rttr/s25rttr-0.9.5.ebuild
index 47d74e0d261a..465e763ee22c 100644
--- a/games-strategy/s25rttr/s25rttr-0.9.5.ebuild
+++ b/games-strategy/s25rttr/s25rttr-0.9.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.siedler25.org/;
 
SRC_URI="https://github.com/Return-To-The-Roots/${MY_PN}/releases/download/v${PV}/${MY_PN}_src_v${PV}.tar.gz;
 LICENSE="GPL-2+ GPL-3 Boost-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${LUA_REQUIRED_USE}"



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

2022-06-08 Thread Jakov Smolić
commit: 06ae495ec525e3553aeb0334ad65fd9204a2e557
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 12:21:27 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 12:21:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ae495e

dev-python/myst_parser: Keyword 0.18.0 ppc64, #850565

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

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

diff --git a/dev-python/myst_parser/myst_parser-0.18.0.ebuild 
b/dev-python/myst_parser/myst_parser-0.18.0.ebuild
index 4f61b86d4f69..77d4709abcba 100644
--- a/dev-python/myst_parser/myst_parser-0.18.0.ebuild
+++ b/dev-python/myst_parser/myst_parser-0.18.0.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
 
 RDEPEND="


[gentoo-commits] repo/gentoo:master commit in: dev-util/lxqt-build-tools/

2022-06-08 Thread Jakov Smolić
commit: 105118c0bfefab953bb362dcbf42ee194c1baa66
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 07:21:05 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 07:21:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105118c0

dev-util/lxqt-build-tools: Stabilize 0.10.0-r1 x86, #850562

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

 dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0-r1.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0-r1.ebuild
index 1f28afe1af42..d4ac80a3fad6 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0-r1.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv x86"
 fi
 
 LICENSE="BSD"



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

2022-06-08 Thread Miroslav Šulc
commit: d8759a485f258a87a7f9d4ceefc26e063e9e11a5
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Jun  8 07:22:08 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Jun  8 07:22:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8759a48

media-sound/schismtracker: removed obsolete 20220125

Bug: https://bugs.gentoo.org/850355
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/schismtracker/Manifest |  1 -
 .../schismtracker/schismtracker-20220125.ebuild| 52 --
 2 files changed, 53 deletions(-)

diff --git a/media-sound/schismtracker/Manifest 
b/media-sound/schismtracker/Manifest
index 0c61e19d31c2..06b054845228 100644
--- a/media-sound/schismtracker/Manifest
+++ b/media-sound/schismtracker/Manifest
@@ -1,2 +1 @@
-DIST schismtracker-20220125.tar.gz 1309919 BLAKE2B 
54fedd4936e51db248b8b237d53b2338488c8332866a221bdd03bc1598aabca80f644052bdc48d8be2f95ad3b10bc6cfc9065a37b62f09df7c0ef4d304a8adde
 SHA512 
c34979cf6cda75a4e5533631b8134b2994a5491f1182b69bfa6e1c97fd2f2e0dc90d883c6184fb24e68e60351e91ca1a2bcccb3708fc0099d0051452b5a44851
 DIST schismtracker-20220506.tar.gz 1310121 BLAKE2B 
a9740c2a8909a533523de18c8cd4c4457bdaa8f6198598fb0e73089fdb2c7bac3211024d5d9cb695aa5758710d0fa16a407ce0e150d0a3ef0071522f2937eec1
 SHA512 
8dacd1fd719c20fdc8ef157d1487202a39d4f36a37560ad62680655addde0ceb78bbce51e4f640d3979c91f6a4dfe4bc006785aa35d45a00206773d41adf9f42

diff --git a/media-sound/schismtracker/schismtracker-20220125.ebuild 
b/media-sound/schismtracker/schismtracker-20220125.ebuild
deleted file mode 100644
index 3701e3cf3a68..
--- a/media-sound/schismtracker/schismtracker-20220125.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools desktop xdg
-
-DESCRIPTION="Free implementation of Impulse Tracker, a tool used to create 
high quality music"
-HOMEPAGE="http://schismtracker.org/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2 public-domain"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   media-libs/alsa-lib
-   media-libs/libsdl[X]
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXv
-"
-DEPEND="${RDEPEND}
-   virtual/os-headers
-   x11-base/xorg-proto
-"
-
-src_prepare() {
-   default
-   eautoreconf
-
-   sed -e "/^Categories/ s/Audio/AudioVideo;Audio/" -i 
sys/fd.org/schism.desktop || die
-
-   # workaround for temporary files (missing directory). Fixes:
-   # sh ./scripts/build-font.sh . font/default-lower.fnt 
font/default-upper-alt.fnt font/default-upper-itf.fnt font/half-width.fnt 
>auto/default-font.c
-   # /bin/sh: auto/default-font.c: No such file or directory
-   mkdir auto
-
-   #   sys-devel/binutils[multitarget] provides ${CHOST}-windres
-   #   wine provides /usr/bin/windres
-   # and schismtracker fails to use it properly:
-   # sys/win32/schismres.rc:2:20: fatal error: winver.h: No such file or 
directory
-   [[ ${CHOST} = *mingw32* ]] || export WINDRES= ac_cv_prog_WINDRES= 
ac_cv_prog_ac_ct_WINDRES=
-}
-
-src_install() {
-   default
-
-   domenu sys/fd.org/*.desktop
-   doicon icons/schism{,-itf}-icon-128.png
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/logback-core/, dev-java/logback-core/files/

2022-06-08 Thread Florian Schmaus
commit: 734399c105e9314dffb57d764439b87e3960a50f
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun May 29 15:39:14 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun  8 08:12:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734399c1

dev-java/logback-core: Ignore test failing under Java 17

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25676
Signed-off-by: Florian Schmaus  gentoo.org>

 ...-1.2.11-Ignore-test-failing-under-Java-16.patch | 24 ++
 dev-java/logback-core/logback-core-1.2.11.ebuild   | 13 ++--
 2 files changed, 35 insertions(+), 2 deletions(-)

diff --git 
a/dev-java/logback-core/files/logback-core-1.2.11-Ignore-test-failing-under-Java-16.patch
 
b/dev-java/logback-core/files/logback-core-1.2.11-Ignore-test-failing-under-Java-16.patch
new file mode 100644
index ..9423f26e9a1a
--- /dev/null
+++ 
b/dev-java/logback-core/files/logback-core-1.2.11-Ignore-test-failing-under-Java-16.patch
@@ -0,0 +1,24 @@
+--- a/src/test/java/ch/qos/logback/core/AsyncAppenderBaseTest.java
 b/src/test/java/ch/qos/logback/core/AsyncAppenderBaseTest.java
+@@ -18,6 +18,7 @@
+ import static org.junit.Assert.assertTrue;
+ 
+ import org.junit.Before;
++import org.junit.Ignore;
+ import org.junit.Test;
+ 
+ import ch.qos.logback.core.helpers.NOPAppender;
+@@ -281,10 +282,13 @@ public void 
verifyInterruptionFlagWhenStopping_NOT_INTERUPPTED() {
+ }
+ 
+ 
++// In JDK non started threads can be interrupted
++@Ignore
+ @Test
+ public void verifyInterruptionOfWorkerIsSwallowed() {
+ asyncAppenderBase.addAppender(delayingListAppender);
+ asyncAppenderBase.start();
++Thread.yield();
+ asyncAppenderBase.stop();
+ assertFalse(asyncAppenderBase.worker.isInterrupted());
+ }

diff --git a/dev-java/logback-core/logback-core-1.2.11.ebuild 
b/dev-java/logback-core/logback-core-1.2.11.ebuild
index 0cdfe7da5744..82c0939dbb61 100644
--- a/dev-java/logback-core/logback-core-1.2.11.ebuild
+++ b/dev-java/logback-core/logback-core-1.2.11.ebuild
@@ -70,6 +70,13 @@ src_prepare() {
sed \
-e 's:org.mockito.Matchers:org.mockito.ArgumentMatchers:' \
-i 
'src/test/java/ch/qos/logback/core/net/AbstractSocketAppenderIntegrationTest.java'
 || die
+
+   # Ignore test failing under Java 16
+   # See 
https://github.com/qos-ch/logback/commit/d6a8200cea6d960bf6832b9b95aed64e87474afb
+   local vm_version="$(java-config -g PROVIDES_VERSION)"
+   if [[ "${vm_version}" -ge "17" ]] ; then
+   eapply 
"${FILESDIR}/logback-core-1.2.11-Ignore-test-failing-under-Java-16.patch"
+   fi
 }
 
 src_test() {
@@ -84,10 +91,11 @@ src_test() {
pushd src/test/java || die
local JAVA_TEST_RUN_ONLY=$(find * \
-name "*Test.java" \
-   ! -name "**/All*Test.java" \
-   ! -name "**/PackageTest.java" \
+   ! -wholename "**/All*Test.java" \
+   ! -wholename "**/PackageTest.java" \
! -name "AbstractAppenderTest.java" \
! -name "AbstractPatternLayoutBaseTest.java" \
+   ! -name "AbstractSocketAppenderIntegrationTest.java" \
)
JAVA_TEST_RUN_ONLY="${JAVA_TEST_RUN_ONLY//.java}"
JAVA_TEST_RUN_ONLY="${JAVA_TEST_RUN_ONLY//\//.}"
@@ -97,6 +105,7 @@ src_test() {
local vm_version="$(java-config -g PROVIDES_VERSION)"
if [[ "${vm_version}" -ge "17" ]] ; then
JAVA_TEST_EXTRA_ARGS+=( 
--add-opens=java.base/java.lang=ALL-UNNAMED )
+   JAVA_TEST_EXTRA_ARGS+=( 
--add-opens=java.base/java.io=ALL-UNNAMED )
fi
java-pkg-simple_src_test
 }



[gentoo-commits] repo/gentoo:master commit in: dev-tex/rubber/

2022-06-08 Thread Florian Schmaus
commit: 180d9c2f897936d0ca6f4b123ae244f1248f7f54
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Jun  8 07:39:29 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun  8 08:12:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180d9c2f

dev-tex/rubber: mark Python 3.10 compatible

Closes: https://bugs.gentoo.org/845918
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-tex/rubber/rubber-1.5.1-r1.ebuild | 4 ++--
 dev-tex/rubber/rubber-1.6.0-r1.ebuild | 4 ++--
 dev-tex/rubber/rubber-.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-tex/rubber/rubber-1.5.1-r1.ebuild 
b/dev-tex/rubber/rubber-1.5.1-r1.ebuild
index 493309ed1988..b068a6d82488 100644
--- a/dev-tex/rubber/rubber-1.5.1-r1.ebuild
+++ b/dev-tex/rubber/rubber-1.5.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 

diff --git a/dev-tex/rubber/rubber-1.6.0-r1.ebuild 
b/dev-tex/rubber/rubber-1.6.0-r1.ebuild
index 8e347ad2e6ff..f732807796ae 100644
--- a/dev-tex/rubber/rubber-1.6.0-r1.ebuild
+++ b/dev-tex/rubber/rubber-1.6.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS="no"
 
 inherit distutils-r1

diff --git a/dev-tex/rubber/rubber-.ebuild 
b/dev-tex/rubber/rubber-.ebuild
index 6b9af3a94439..c6d24756767d 100644
--- a/dev-tex/rubber/rubber-.ebuild
+++ b/dev-tex/rubber/rubber-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS="no"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-java/jffi/files/, dev-java/jffi/

2022-06-08 Thread Florian Schmaus
commit: aab81bcdbf942f37f06c0f03fefde6a717d51d3e
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jan  2 16:28:31 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun  8 08:12:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab81bcd

dev-java/jffi: add 1.3.9

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/jffi/Manifest   |  1 +
 dev-java/jffi/files/jffi-1.3.8-GNUmakefile.patch | 28 +++
 dev-java/jffi/jffi-1.3.9.ebuild  | 97 
 3 files changed, 126 insertions(+)

diff --git a/dev-java/jffi/Manifest b/dev-java/jffi/Manifest
index bf473974afc2..46f96ebc4d8b 100644
--- a/dev-java/jffi/Manifest
+++ b/dev-java/jffi/Manifest
@@ -1,2 +1,3 @@
 DIST jffi-1.2.9.tar.gz 1952668 BLAKE2B 
320329b02ee9e93153fc334b73a6216da74ac2d924a64c8a1569f1f1507e1196d0b922f7d158ea91f6bc7164979b2ac12de239adbe98664a3708dd29c8d40f96
 SHA512 
2fd9a95cce9a3406a09856761d1318d4c6b976b1f9b66c7c5b0b5e95d44b19ba654ab8288f396782c7bb53e6d9949e7cfa9c46763f2a0761c6e86f102cd202e4
 DIST jffi-1.3.6.tar.gz 3187269 BLAKE2B 
87a98c752440e336948923e73e2756cb0f88cbb111775f7fcc176152c60a050dad2b8d312bf0e6cda9e499b06fa64f6eda0659a6635010cb2da6ade4471225b9
 SHA512 
0259e59daa438572e94737efc126ab631be5f92e9ac2bf2bfdcdf92bcf9709ef930d68250b7fcaee3126a97c705c112d02bdfb0a800e8eb3b3f2fde6381f7a9f
+DIST jffi-1.3.9.tar.gz 3193992 BLAKE2B 
bcd2dba3f9528c293aebb13a8fbd0b2fd7afcbae0cc5fa231f7e8ab190b834adc9e3f40bfc1211d0019a34a9edbaf8810f44b88f3c44b1e3b8065b2b80ccc6dc
 SHA512 
21bf6997c64c0764c1fe86c9ab9b854037241489789f443a3337253ecc95100c94723a57165c85eed7a6c3837b8c04751af4a1fb5873a9c9fcd9a4535b68fc10

diff --git a/dev-java/jffi/files/jffi-1.3.8-GNUmakefile.patch 
b/dev-java/jffi/files/jffi-1.3.8-GNUmakefile.patch
new file mode 100644
index ..0e42b385e7b7
--- /dev/null
+++ b/dev-java/jffi/files/jffi-1.3.8-GNUmakefile.patch
@@ -0,0 +1,28 @@
+diff --git a/jni/GNUmakefile b/jni/GNUmakefile
+index cfe570a..c8bbb51 100755
+--- a/jni/GNUmakefile
 b/jni/GNUmakefile
+@@ -278,7 +278,7 @@ debug:
+   @echo "OBJS=$(OBJS)"
+ 
+ $(LIBJFFI):  $(OBJS) $(LIBFFI_LIBS)
+-  $(CC) -o $@ $(LDFLAGS) $(SOFLAGS) $(OBJS) $(LIBFFI) $(LIBS)
++  $(CC) -o $@ $(LDFLAGS) $(SOFLAGS) $(OBJS) $(LIBFFI) $(LIBS) 
$(LIBFFI_LIBS)
+   $(STRIP) $@
+ ifeq ($(OS), darwin)
+   codesign -s - $@
+@@ -287,10 +287,14 @@ endif
+ $(BUILD_DIR)/%.o : $(SRC_DIR)/%.c $(wildcard $(JFFI_SRC_DIR)/*.h)
+   @mkdir -p $(@D)
+   @$(CCACHE) $(CC) $(CFLAGS) -c $< -o $@
++  mkdir -p $(@D)
++  $(CCACHE) $(CC) $(CFLAGS) -c $< -o $@
+ 
+ $(BUILD_DIR)/%.o : $(SRC_DIR)/%.S $(wildcard $(JFFI_SRC_DIR)/*.h)
+   @mkdir -p $(@D)
+   @$(CC) $(CFLAGS) -o $@ -c $<
++  mkdir -p $(@D)
++  $(CC) $(CFLAGS) -o $@ -c $<
+ 
+ $(OBJS) : $(LIBFFI)
+ 

diff --git a/dev-java/jffi/jffi-1.3.9.ebuild b/dev-java/jffi/jffi-1.3.9.ebuild
new file mode 100644
index ..f946f5fb5408
--- /dev/null
+++ b/dev-java/jffi/jffi-1.3.9.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/jnr/jffi/archive/jffi-1.3.9.tar.gz --slot 1.3 --keywords 
"~amd64 ~arm64 ~ppc64 ~x86" --ebuild jffi-1.3.9.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="com.github.jnr:jffi:1.3.9"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Java Foreign Function Interface"
+HOMEPAGE="https://github.com/jnr/jffi;
+SRC_URI="https://github.com/jnr/${PN}/archive/refs/tags/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="1.3"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+PATCHES=( "${FILESDIR}"/jffi-1.3.8-GNUmakefile.patch )
+
+S="${WORKDIR}/${PN}-${P}"
+
+JAVA_SRC_DIR="src/main/java"
+
+# 
https://github.com/jnr/jffi/blob/b6ad5c066a6346072ea04f8ffa8177204aadcb13/build.xml#L26
+JAVA_TEST_EXTRA_ARGS="-Djffi.library.path=${S}/build/jni 
-Djffi.boot.library.path=${S}/build/jni"
+JAVA_TEST_GENTOO_CLASSPATH="junit-4"
+JAVA_TEST_SRC_DIR="src/test/java"
+
+src_prepare() {
+   default
+   cat > src/main/java/com/kenai/jffi/Version.java <<-EOF
+   package com.kenai.jffi;
+   import java.lang.annotation.Native;
+   public final class Version {
+   private Version() {}
+   @Native
+   public static final int MAJOR = $(ver_cut 1);
+   @Native
+   public static final int MINOR = $(ver_cut 2);
+   @Native
+   public static final int MICRO = $(ver_cut 3);
+   }
+   EOF
+}
+
+src_compile() {
+   java-pkg-simple_src_compile
+
+   # generate headers
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-java/sbt/

2022-06-08 Thread Florian Schmaus
commit: 57b73b8034e374fe7b963ff34086c1b6d327008c
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Wed Jun  8 05:10:50 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun  8 08:12:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b73b80

dev-java/sbt: EAPI 8, restrict to jdk:1.8

Closes: https://bugs.gentoo.org/831297
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25802
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/sbt/sbt-0.13.18-r1.ebuild | 147 +
 1 file changed, 147 insertions(+)

diff --git a/dev-java/sbt/sbt-0.13.18-r1.ebuild 
b/dev-java/sbt/sbt-0.13.18-r1.ebuild
new file mode 100644
index ..13fbc7b910f9
--- /dev/null
+++ b/dev-java/sbt/sbt-0.13.18-r1.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2
+
+L_PN="sbt-launch"
+L_P="${L_PN}-${PV}"
+
+DESCRIPTION="sbt is a build tool for Scala and Java projects that aims to do 
the basics well"
+HOMEPAGE="https://www.scala-sbt.org/;
+EGIT_COMMIT="v${PV}"
+EGIT_REPO_URI="https://github.com/sbt/sbt.git;
+SRC_URI="
+   !binary? (
+   https://github.com/sbt/sbt/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   https://dev.gentoo.org/~gienah/snapshots/${P}-ivy2-deps.tar.xz
+   https://dev.gentoo.org/~gienah/snapshots/${P}-sbt-deps.tar.xz
+   
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/${L_PN}/${PV}/${L_PN}.jar
 -> ${L_P}.jar
+   )
+   binary? (
+   
https://dev.gentoo.org/~gienah/files/dist/${P}-gentoo-binary.tar.xz
+   )"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="binary"
+
+# Restrict to jdk:1.8
+# Missing dependency 'object java.lang.Object in compiler mirror', bug #831297
+DEPEND="
+   virtual/jdk:1.8
+"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+
+# test hangs or fails
+RESTRICT="test"
+
+# Note: to bump sbt, some things to try are:
+# 1. remove the https://dev.gentoo.org/~gienah/snapshots/${P}-ivy2-deps.tar.xz
+# https://dev.gentoo.org/~gienah/snapshots/${P}-sbt-deps.tar.xz and
+# binary? ( 
https://dev.gentoo.org/~gienah/files/dist/${P}-gentoo-binary.tar.xz )
+# from SRC_URI
+# 2. Comment the sbt publishLocal line in src_compile.
+# 3. try:
+# FEATURES='noclean -test' emerge -v -1 dev-java/sbt
+# It should fail in src_install since the sbt publishLocal is not done.
+# Check if it downloads more stuff in
+# src_compile to ${WORKDIR}/.ivy2 and ${WORKDIR}/.sbt.
+# 4. If some of the downloads fail, it might be necessary to run the sbt 
compile
+# again manually to obtain all the dependencies, if so:
+# cd to ${S}
+# export EROOT=/
+# export WORKDIR='/var/tmp/portage/dev-java/${P}/work'
+# export L_P=${P}
+# export PATH="${WORKDIR}/${L_P}:${PATH}"
+# sbt compile
+# cd ${WORKDIR}
+# find .ivy2 .sbt -uid 0 -exec chown portage:portage {} \;
+# 5. cd ${WORKDIR}
+# XZ_OPT=-9 tar --owner=portage --group=portage \
+# -cJf /usr/portage/distfiles/${P}-ivy2-deps.tar.xz .ivy2/cache
+# XZ_OPT=-9 tar --owner=portage --group=portage \
+# -cJf /usr/portage/distfiles/${P}-sbt-deps.tar.xz .sbt
+# Uncomment the sbt publishLocal line in src_compile.
+# 6. It *might* download more dependencies for src_test, however the presence
+# of some of these may cause the src_compile to fail.  So download them
+# seperately as root so we can identify the
+# additional files.  As root:
+# cd ${S}
+# ${S}/${P} test
+# cd ${WORKDIR}
+# XZ_OPT=-9 tar --owner=portage --group=portage \
+# -cJf /usr/portage/distfiles/${P}-test-deps.tar.xz \
+# $(find .ivy2/cache .sbt -uid 0 -type f -print)
+# Note: It might not download anything in src_test, in which case
+# ${P}-test-deps.tar.xz is not required.
+# 7. Create the binary
+# cd $WORDKIR
+# XZ_OPT=-9 tar --owner=portage --group=portage \
+# -cJf /usr/portage/distfiles/${P}-gentoo-binary.tar.xz ${P} .ivy2/local
+# 9. Undo the earlier temporary edits to the ebuild.
+
+src_unpack() {
+   # Unpack tar files only.
+   for f in ${A} ; do
+   [[ ${f} == *".tar."* ]] && unpack ${f}
+   done
+}
+
+src_prepare() {
+   default
+   if ! use binary; then
+   mkdir "${WORKDIR}/${L_P}" || die
+   cp -p "${DISTDIR}/${L_P}.jar" "${WORKDIR}/${L_P}/${L_PN}.jar" 
|| die
+   cat <<- EOF > "${WORKDIR}/${L_P}/sbt"
+   #!/bin/sh
+   SBT_OPTS="-Xms512M -Xmx3072M -Xss1M 
-XX:+CMSClassUnloadingEnabled"
+   java -Djavac.args="-encoding UTF-8" 
-Duser.home="${WORKDIR}" \${SBT_OPTS} -jar "${WORKDIR}/${L_P}/sbt-launch.jar" 
"\$@"
+   EOF
+   cat <<- EOF > "${S}/${P}"
+   #!/bin/sh
+   SBT_OPTS="-Xms512M -Xmx3072M -Xss1M 
-XX:+CMSClassUnloadingEnabled"
+   java -Djavac.args="-encoding UTF-8" 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/highway/

2022-06-08 Thread Florian Schmaus
commit: 453b5704f9019de4c47fb10941c832a52ada697a
Author: Daniel Novomesky  gmail  com>
AuthorDate: Fri Jun  3 11:46:23 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun  8 08:12:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=453b5704

dev-cpp/highway: version bump to 0.17.0

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

Signed-off-by: Daniel Novomesky  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25739
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-cpp/highway/Manifest   | 1 +
 dev-cpp/highway/{highway-.ebuild => highway-0.17.0.ebuild} | 2 +-
 dev-cpp/highway/highway-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/highway/Manifest b/dev-cpp/highway/Manifest
index 7510c7106e76..bc4c9f9d8add 100644
--- a/dev-cpp/highway/Manifest
+++ b/dev-cpp/highway/Manifest
@@ -1 +1,2 @@
 DIST highway-0.16.0.tar.gz 1639388 BLAKE2B 
660b0079b25a12a2e982b4ba16147b923d167989a7dc1c0cb65ebe5219577f2f02c8774a554fd3fe9e1c10ef7b1cf5db747500bd8acf454e26952722f7b5ac9e
 SHA512 
c08e66f43d9d0b307737b016cfa6c3d3a1df9bd528de435d193388104f34c264866c5ff0da633fc0a6f8c50f21df1ac653e9dd3f6fbfaf227d636411ac14cd47
+DIST highway-0.17.0.tar.gz 1694290 BLAKE2B 
23ab48e11e8a79eb0469bb4fef7f32148ef6d2a266779a151345fc072213521f46828c2efcb4ab75823f977c619c7727fb064f05d6b3e0aa341698074e6b0e6a
 SHA512 
7e55724c844a09a07cb981a7d8e913dcc5491e07d14ff3e7783a69060b0c470e7d5adc4f5dbeea526b3e109eea8cc9e80605d6b8d2da1b794382e56fd534ba06

diff --git a/dev-cpp/highway/highway-.ebuild 
b/dev-cpp/highway/highway-0.17.0.ebuild
similarity index 92%
copy from dev-cpp/highway/highway-.ebuild
copy to dev-cpp/highway/highway-0.17.0.ebuild
index 2c36b3475aba..89b07a85a587 100644
--- a/dev-cpp/highway/highway-.ebuild
+++ b/dev-cpp/highway/highway-0.17.0.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == ** ]]; then
EGIT_REPO_URI="https://github.com/google/highway.git;
 else

SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 LICENSE="Apache-2.0"

diff --git a/dev-cpp/highway/highway-.ebuild 
b/dev-cpp/highway/highway-.ebuild
index 2c36b3475aba..89b07a85a587 100644
--- a/dev-cpp/highway/highway-.ebuild
+++ b/dev-cpp/highway/highway-.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == ** ]]; then
EGIT_REPO_URI="https://github.com/google/highway.git;
 else

SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 LICENSE="Apache-2.0"



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

2022-06-08 Thread Jakov Smolić
commit: 090d7739a2a37727316fc9cfbe356ad1e662002f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 08:13:04 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 08:13:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090d7739

dev-python/sphinx-pytest: Keyword 0.0.3 riscv, #850565

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

 dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
index 8a8f94a52cd6..f1de6dd9dadc 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2022-06-08 Thread Agostino Sarubbo
commit: a5179fe9f6dfd34db56d31b63ffc3f2ab918e788
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:42:43 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:42:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5179fe9

app-misc/khard: arm stable wrt bug #850241

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-misc/khard/khard-0.17.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/khard/khard-0.17.0-r2.ebuild 
b/app-misc/khard/khard-0.17.0-r2.ebuild
index ab4c91aaf312..dcb01a5035de 100644
--- a/app-misc/khard/khard-0.17.0-r2.ebuild
+++ b/app-misc/khard/khard-0.17.0-r2.ebuild
@@ -18,7 +18,7 @@ if [[ "${PV}" == * ]]; then
EGIT_REPO_URI="https://github.com/scheibler/khard;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 x86"
+   KEYWORDS="amd64 arm ~arm64 x86"
 fi
 
 IUSE="doc"



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

2022-06-08 Thread Agostino Sarubbo
commit: e373f098885ee2837a33b429e28bbb067f2a1c40
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:42:58 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:42:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e373f098

www-servers/nginx: arm stable wrt bug #850490

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-servers/nginx/nginx-1.21.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/nginx/nginx-1.21.6-r1.ebuild 
b/www-servers/nginx/nginx-1.21.6-r1.ebuild
index 725139c8d360..aa5c8d3a8b89 100644
--- a/www-servers/nginx/nginx-1.21.6-r1.ebuild
+++ b/www-servers/nginx/nginx-1.21.6-r1.ebuild
@@ -203,7 +203,7 @@ LICENSE="BSD-2 BSD SSLeay MIT GPL-2 GPL-2+
nginx_modules_http_push_stream? ( GPL-3 )"
 
 SLOT="mainline"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 
 # Package doesn't provide a real test suite
 RESTRICT="test"



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

2022-06-08 Thread Agostino Sarubbo
commit: 62ed00ef7a3a39334b4904c221fefdf81339cebb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:42:36 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:42:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ed00ef

app-portage/overlint: arm stable wrt bug #850223

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/overlint/overlint-0.5.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/overlint/overlint-0.5.3-r3.ebuild 
b/app-portage/overlint/overlint-0.5.3-r3.ebuild
index b837517c07fe..3eefe92f9317 100644
--- a/app-portage/overlint/overlint-0.5.3-r3.ebuild
+++ b/app-portage/overlint/overlint-0.5.3-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.hartwork.org/public/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/

2022-06-08 Thread Agostino Sarubbo
commit: 4e821c793e33cd0155d032da33b0a695982e2855
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:43:35 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:43:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e821c79

dev-vcs/mercurial: arm64 stable wrt bug #850376

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-vcs/mercurial/mercurial-6.0.2.ebuild 
b/dev-vcs/mercurial/mercurial-6.0.2.ebuild
index 989f59d646c2..f0a7fa14afe2 100644
--- a/dev-vcs/mercurial/mercurial-6.0.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-6.0.2.ebuild
@@ -134,7 +134,7 @@ SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz
 LICENSE="GPL-2+
rust? ( BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 ISC MIT 
PSF-2 Unlicense )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+chg emacs gpg test tk rust"
 
 BDEPEND="rust? ( ${RUST_DEPEND} )"



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

2022-06-08 Thread Agostino Sarubbo
commit: cfaf0fa2565fe2dc942c6b8d92b93ec312706250
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:43:18 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:43:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfaf0fa2

app-misc/khard: arm64 stable wrt bug #850241

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-misc/khard/khard-0.17.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/khard/khard-0.17.0-r2.ebuild 
b/app-misc/khard/khard-0.17.0-r2.ebuild
index dcb01a5035de..2b0d49781385 100644
--- a/app-misc/khard/khard-0.17.0-r2.ebuild
+++ b/app-misc/khard/khard-0.17.0-r2.ebuild
@@ -18,7 +18,7 @@ if [[ "${PV}" == * ]]; then
EGIT_REPO_URI="https://github.com/scheibler/khard;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 x86"
+   KEYWORDS="amd64 arm arm64 x86"
 fi
 
 IUSE="doc"



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

2022-06-08 Thread Agostino Sarubbo
commit: b5567798dd147755ddcc4d4f04242e71cc87beb5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:43:41 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:43:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5567798

www-servers/nginx: arm64 stable wrt bug #850490

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-servers/nginx/nginx-1.21.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/nginx/nginx-1.21.6-r1.ebuild 
b/www-servers/nginx/nginx-1.21.6-r1.ebuild
index aa5c8d3a8b89..549a42b1 100644
--- a/www-servers/nginx/nginx-1.21.6-r1.ebuild
+++ b/www-servers/nginx/nginx-1.21.6-r1.ebuild
@@ -203,7 +203,7 @@ LICENSE="BSD-2 BSD SSLeay MIT GPL-2 GPL-2+
nginx_modules_http_push_stream? ( GPL-3 )"
 
 SLOT="mainline"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 
 # Package doesn't provide a real test suite
 RESTRICT="test"



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

2022-06-08 Thread Agostino Sarubbo
commit: 45552473f1b5a7c66448c943fda965e394db19a5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:43:22 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:43:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45552473

dev-python/sphinx-autoapi: arm64 stable wrt bug #850241

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/sphinx-autoapi/sphinx-autoapi-1.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-1.8.4.ebuild 
b/dev-python/sphinx-autoapi/sphinx-autoapi-1.8.4.ebuild
index c4b4c449b1ce..47a5de5a7f8a 100644
--- a/dev-python/sphinx-autoapi/sphinx-autoapi-1.8.4.ebuild
+++ b/dev-python/sphinx-autoapi/sphinx-autoapi-1.8.4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/readthedocs/sphinx-autoapi/archive/v${PV}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
+KEYWORDS="amd64 arm arm64 x86"
 
 RDEPEND="
dev-python/astroid[${PYTHON_USEDEP}]



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

2022-06-08 Thread Agostino Sarubbo
commit: ae6147702b95f06d15a3fc0573d8fa67f2214371
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:43:29 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:43:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae614770

x11-misc/redshift: arm64 stable wrt bug #850286

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/redshift/redshift-1.12-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/redshift/redshift-1.12-r6.ebuild 
b/x11-misc/redshift/redshift-1.12-r6.ebuild
index ac0ccb6a5e99..5ec318a6235a 100644
--- a/x11-misc/redshift/redshift-1.12-r6.ebuild
+++ b/x11-misc/redshift/redshift-1.12-r6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jonls/redshift/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 IUSE="appindicator geoclue gtk nls"
 
 COMMON_DEPEND=">=x11-libs/libX11-1.4



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

2022-06-08 Thread Andreas Sturmlechner
commit: 6e7df4c4ac6996dbd0e851bc75301bbf4586431a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  8 09:18:06 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  8 09:18:06 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e7df4c4

kde-plasma/plasma-browser-integration: 5.25.49. version bump

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

 .../plasma-browser-integration-5.25.49..ebuild | 45 ++
 1 file changed, 45 insertions(+)

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



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

2022-06-08 Thread Andreas Sturmlechner
commit: cb1c40a24c1ba4aba06f15e7b0647ba6b6640bbb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  8 09:18:07 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  8 09:18:07 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb1c40a2

kde-plasma/plasma-integration: 5.25.49. version bump

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

 .../plasma-integration-5.25.49..ebuild | 55 ++
 1 file changed, 55 insertions(+)

diff --git 
a/kde-plasma/plasma-integration/plasma-integration-5.25.49..ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.25.49..ebuild
new file mode 100644
index 00..108ea6f7a0
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.25.49..ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+COMMON_DEPEND="
+   dev-libs/wayland
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtwayland-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.6.0
+"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"
+BDEPEND="
+   >=dev-qt/qtwaylandscanner-${QTMIN}:5
+"



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

2022-06-08 Thread Andreas Sturmlechner
commit: 8b8bd2da44e1e5dd050646a86a7f4bce1f012d55
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  8 09:18:06 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  8 09:18:06 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b8bd2da

kde-plasma/plasma-desktop: 5.25.49. version bump

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

 .../plasma-desktop-5.25.49..ebuild | 178 +
 1 file changed, 178 insertions(+)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.25.49..ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.25.49..ebuild
new file mode 100644
index 00..6efa0a66e9
--- /dev/null
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.25.49..ebuild
@@ -0,0 +1,178 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+KFMIN=
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org optfeature
+
+DESCRIPTION="KDE Plasma desktop"
+XORGHDRS="${PN}-override-include-dirs-1"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${XORGHDRS}.tar.xz;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS=""
+IUSE="emoji ibus +kaccounts scim +semantic-desktop telemetry"
+
+COMMON_DEPEND="
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/attica-${KFMIN}:5
+   >=kde-frameworks/kactivities-${KFMIN}:5
+   >=kde-frameworks/kactivities-stats-${KFMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kbookmarks-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kded-${KFMIN}:5
+   >=kde-frameworks/kdelibs4support-${KFMIN}:5
+   >=kde-frameworks/kglobalaccel-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/knotifyconfig-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/krunner-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5
+   >=kde-plasma/kwin-${PVCUT}:5
+   >=kde-plasma/libksysguard-${PVCUT}:5
+   >=kde-plasma/libkworkspace-${PVCUT}:5
+   >=kde-plasma/plasma-workspace-${PVCUT}:5
+   >=media-libs/phonon-4.11.0
+   x11-libs/libX11
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libxcb[xkb]
+   x11-libs/libxkbfile
+   emoji? (
+   app-i18n/ibus[emoji]
+   dev-libs/glib:2
+   media-fonts/noto-emoji
+   )
+   ibus? (
+   app-i18n/ibus
+   dev-libs/glib:2
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   x11-libs/libxcb
+   x11-libs/xcb-util-keysyms
+   )
+   kaccounts? (
+   kde-apps/kaccounts-integration:5
+   net-libs/accounts-qt
+   )
+   scim? ( app-i18n/scim )
+   semantic-desktop? ( >=kde-frameworks/baloo-${KFMIN}:5 )
+   telemetry? ( dev-libs/kuserfeedback:5 )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   x11-base/xorg-proto
+"
+RDEPEND="${COMMON_DEPEND}
+   !kde-plasma/user-manager
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+   >=kde-plasma/oxygen-${PVCUT}:5
+   sys-apps/util-linux
+   x11-apps/setxkbmap
+   x11-misc/xdg-user-dirs
+   kaccounts? ( net-libs/signon-oauth2 )

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

2022-06-08 Thread Andreas Sturmlechner
commit: c46dfe5c888d7609f26db4c1ef2e557869064eca
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  8 09:18:07 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  8 09:18:07 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c46dfe5c

kde-plasma/plasma-disks: 5.25.49. version bump

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

 .../plasma-disks/plasma-disks-5.25.49..ebuild  | 39 ++
 1 file changed, 39 insertions(+)

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



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

2022-06-08 Thread Andreas Sturmlechner
commit: 531ea21b47b2c1e388cc25621aaec46f307f0a1e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  8 09:18:07 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  8 09:18:07 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=531ea21b

kde-plasma/plasma-pa: 5.25.49. version bump

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

 kde-plasma/plasma-pa/plasma-pa-5.25.49..ebuild | 40 ++
 1 file changed, 40 insertions(+)

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



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

2022-06-08 Thread Andreas Sturmlechner
commit: b1b5b4346af154a324bdf0481d3977b05a9cc4fe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  8 09:20:48 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  8 09:20:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b5b434

kde-plasma/kwin: Drop 5.24.5-r1

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

 kde-plasma/kwin/kwin-5.24.5-r1.ebuild | 140 --
 1 file changed, 140 deletions(-)

diff --git a/kde-plasma/kwin/kwin-5.24.5-r1.ebuild 
b/kde-plasma/kwin/kwin-5.24.5-r1.ebuild
deleted file mode 100644
index 12d15b83a199..
--- a/kde-plasma/kwin/kwin-5.24.5-r1.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="optional"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org optfeature
-
-DESCRIPTION="Flexible, composited Window Manager for windowing systems on 
Linux"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="accessibility caps gles2-only multimedia plasma screencast"
-
-RESTRICT="test"
-
-COMMON_DEPEND="
-   >=dev-libs/libinput-1.19
-   >=dev-libs/wayland-1.2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[gles2-only=,libinput]
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5=
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kidletime-${KFMIN}:5=
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5=[X]
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   >=kde-plasma/kdecoration-${PVCUT}:5
-   >=kde-plasma/kscreenlocker-${PVCUT}:5
-   >=kde-plasma/kwayland-server-${PVCUT}:5
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/lcms:2
-   media-libs/libepoxy
-   >=media-libs/mesa-21.1[egl(+),gbm(+),wayland,X]
-   virtual/libudev:=
-   x11-libs/libX11
-   x11-libs/libXi
-   x11-libs/libdrm
-   >=x11-libs/libxcb-1.10
-   >=x11-libs/libxkbcommon-0.7.0
-   x11-libs/xcb-util-cursor
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-keysyms
-   x11-libs/xcb-util-wm
-   accessibility? ( media-libs/libqaccessibilityclient:5 )
-   caps? ( sys-libs/libcap )
-   gles2-only? ( media-libs/mesa[gles2] )
-   plasma? ( >=kde-frameworks/krunner-${KFMIN}:5 )
-   screencast? ( >=media-video/pipewire-0.3:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtvirtualkeyboard-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-   sys-apps/hwdata
-   x11-base/xwayland
-   multimedia? ( >=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer,qml] )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-qt/designer-${QTMIN}:5
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   x11-base/xorg-proto
-   test? (
-   dev-libs/plasma-wayland-protocols
-   >=dev-libs/wayland-protocols-1.19
-   )
-"
-BDEPEND="test? ( >=dev-qt/qtwaylandscanner-${QTMIN}:5 )"
-PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:5"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-fix-multi-gpu-double-copy.patch # KDE-bug 453386
-   "${FILESDIR}"/${P}-tabbox-dont-dismiss-popups.patch # KDE-bug 446318
-   "${FILESDIR}"/${P}-effects-overview-hide-panels.patch # KDE-bug 444274
-   "${FILESDIR}"/${P}-fix-nvidia-render-glitches.patch
-)
-
-src_prepare() {
-   ecm_src_prepare
-   use multimedia || eapply 
"${FILESDIR}/${PN}-5.21.80-gstreamer-optional.patch"
-
-   # TODO: try to get a build switch upstreamed
-   if ! use screencast; then
-   sed -e "s/^pkg_check_modules.*PipeWire/#&/" -i CMakeLists.txt 
|| die
-   fi
-}

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

2022-06-08 Thread Andreas Sturmlechner
commit: 63867aaa08f9ebd3b1914c8edb328adaa5aadc03
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  8 09:18:08 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  8 09:18:08 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=63867aaa

kde-plasma/plasma-sdk: 5.25.49. version bump

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

 .../plasma-sdk/plasma-sdk-5.25.49..ebuild  | 46 ++
 1 file changed, 46 insertions(+)

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



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

2022-06-08 Thread Andreas Sturmlechner
commit: 59980305614645ab62274e6fa6e74f41f681c3f3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  8 09:18:08 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  8 09:18:08 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=59980305

kde-plasma/plasma-workspace: 5.25.49. version bump

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

 .../plasma-workspace-5.25.49..ebuild   | 218 +
 1 file changed, 218 insertions(+)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.25.49..ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.25.49..ebuild
new file mode 100644
index 00..9c41b88fa0
--- /dev/null
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.25.49..ebuild
@@ -0,0 +1,218 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="forceoptional"
+KFMIN=
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma workspace"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS=""
+IUSE="appstream +calendar +fontconfig geolocation gps +policykit
+screencast +semantic-desktop telemetry"
+
+REQUIRED_USE="gps? ( geolocation )"
+RESTRICT="test"
+
+# slot op: various private QtWaylandClient headers
+COMMON_DEPEND="
+   >=dev-libs/wayland-1.15
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5=[jpeg,libinput]
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwayland-${QTMIN}:5=
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kactivities-${KFMIN}:5
+   >=kde-frameworks/kactivities-stats-${KFMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kbookmarks-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kded-${KFMIN}:5
+   >=kde-frameworks/kglobalaccel-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kidletime-${KFMIN}:5
+   >=kde-frameworks/kinit-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/knotifyconfig-${KFMIN}:5
+   >=kde-frameworks/kpackage-${KFMIN}:5
+   >=kde-frameworks/kpeople-${KFMIN}:5
+   >=kde-frameworks/krunner-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktexteditor-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kunitconversion-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/prison-${KFMIN}:5[qml]
+   >=kde-frameworks/solid-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   >=kde-plasma/kscreenlocker-${PVCUT}:5
+   >=kde-plasma/kwin-${PVCUT}:5
+   >=kde-plasma/layer-shell-qt-${PVCUT}:5
+   >=kde-plasma/libkscreen-${PVCUT}:5
+   >=kde-plasma/libksysguard-${PVCUT}:5
+   >=kde-plasma/libkworkspace-${PVCUT}:5
+   >=media-libs/phonon-4.11.0
+   sci-libs/libqalculate:=
+   sys-libs/zlib
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libxcb
+   x11-libs/libXcursor
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   appstream? ( dev-libs/appstream[qt5] )
+   calendar? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
+   fontconfig? (
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   media-libs/fontconfig
+   x11-libs/libXft
+   x11-libs/xcb-util-image
+   )
+   geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 )
+   gps? ( sci-geosciences/gpsd )
+   policykit? ( virtual/libcrypt:= )
+   screencast? (
+   >=dev-qt/qtgui-${QTMIN}:5=[egl]
+   media-libs/libglvnd
+   

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

2022-06-08 Thread Andreas Sturmlechner
commit: 3ff707d6be390b7ff9b8eb63b217e6bc513e3928
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  8 09:18:08 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  8 09:18:08 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ff707d6

kde-plasma/plymouth-kcm: 5.25.49. version bump

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

 .../plymouth-kcm/plymouth-kcm-5.25.49..ebuild  | 37 ++
 1 file changed, 37 insertions(+)

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



[gentoo-commits] repo/gentoo:master commit in: dev-java/relaxng-datatype/

2022-06-08 Thread Jakov Smolić
commit: 3c8f8d1ba269676a3c86021ce5335e4922bffd3d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 09:58:11 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 09:58:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8f8d1b

dev-java/relaxng-datatype: Stabilize 1.0-r3 arm64, #850517

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

 dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild 
b/dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild
index 5b809eb4fd32..082bf9631a73 100644
--- a/dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild
+++ b/dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Interface between RELAX NG validators and 
datatype libraries"
 HOMEPAGE="https://relaxng.org/;
 SRC_URI="mirror://sourceforge/relaxng/${MY_P}.zip -> ${P}.zip"
 
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 LICENSE="BSD"
 SLOT="0"
 



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

2022-06-08 Thread Jakov Smolić
commit: d1941ae16879effbab9772d0aeb33c4e801d5ed6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 09:58:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 09:58:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1941ae1

x11-wm/qtile: Keyword 0.21.0-r1 riscv, #846383

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

 x11-wm/qtile/qtile-0.21.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild 
b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
index 11c0ee1a5f92..379046b6415c 100644
--- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 RDEPEND=">=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]



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

2022-06-08 Thread Jakov Smolić
commit: 2f22c13df38208e65eaaf9b1e068c286e204bc6c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 09:58:16 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 09:58:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f22c13d

dev-python/dbus-next: Keyword 0.2.3-r1 riscv, #846383

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

 dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild 
b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
index 6a069f2f4b9c..bd406332677e 100644
--- a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
+++ b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/python-${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 BDEPEND="test? (
dev-python/pygobject[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-enterprise-api/

2022-06-08 Thread Jakov Smolić
commit: b76541121f81f4a573e59764ff0594dd1cc5863d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 09:58:10 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 09:58:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7654112

dev-java/osgi-enterprise-api: Stabilize 5.0.0-r2 arm64, #850517

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

 dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild 
b/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild
index 0ba03e311a39..8845f1f234e1 100644
--- a/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild
+++ b/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://docs.osgi.org/download/r5/osgi.enterprise-${PV}.jar;
 
 LICENSE="Apache-2.0 OSGi-Specification-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 RESTRICT="bindist"
 



[gentoo-commits] repo/gentoo:master commit in: java-virtuals/servlet-api/

2022-06-08 Thread Jakov Smolić
commit: 13101a6136c3d8f5be71cb08578bbf8d01016c90
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 09:58:04 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 09:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13101a61

java-virtuals/servlet-api: Stabilize 3.0-r3 arm64, #850517

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

 java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild 
b/java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild
index a420b7b7ebed..c8d2eb912bda 100644
--- a/java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild
+++ b/java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://jcp.org/en/jsr/detail?id=340;
 
 LICENSE="public-domain"
 SLOT="${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux"
 
 RDEPEND="|| (
dev-java/tomcat-servlet-api:${SLOT}



[gentoo-commits] repo/gentoo:master commit in: java-virtuals/servlet-api/

2022-06-08 Thread Jakov Smolić
commit: 392c0b475e471ce1652ccb64892d926bfc270752
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 09:58:09 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 09:58:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392c0b47

java-virtuals/servlet-api: Stabilize 3.1-r2 arm64, #850517

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

 java-virtuals/servlet-api/servlet-api-3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java-virtuals/servlet-api/servlet-api-3.1-r2.ebuild 
b/java-virtuals/servlet-api/servlet-api-3.1-r2.ebuild
index 0f95313a4569..3ffd164566c1 100644
--- a/java-virtuals/servlet-api/servlet-api-3.1-r2.ebuild
+++ b/java-virtuals/servlet-api/servlet-api-3.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://jcp.org/en/jsr/detail?id=340;
 
 LICENSE="public-domain"
 SLOT="${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 RDEPEND="|| (
dev-java/tomcat-servlet-api:${SLOT}



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

2022-06-08 Thread Michał Górny
commit: 60a2fa76e6bc8dda538de274eab35d88a6dd1ba9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  8 10:41:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  8 10:42:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a2fa76

sys-libs/glibc: Enable py3.11

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

 sys-libs/glibc/glibc-2.35-r7.ebuild | 2 +-
 sys-libs/glibc/glibc-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.35-r7.ebuild 
b/sys-libs/glibc/glibc-2.35-r7.ebuild
index db24482b2097..a9b4a0d16717 100644
--- a/sys-libs/glibc/glibc-2.35-r7.ebuild
+++ b/sys-libs/glibc/glibc-2.35-r7.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 # Bumping notes: https://wiki.gentoo.org/wiki/Project:Toolchain/sys-libs/glibc
 # Please read & adapt the page as necessary if obsolete.
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 TMPFILES_OPTIONAL=1
 
 inherit python-any-r1 prefix preserve-libs toolchain-funcs flag-o-matic 
gnuconfig \

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index 036cc591795c..8c330f867cbc 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 # Bumping notes: https://wiki.gentoo.org/wiki/Project:Toolchain/sys-libs/glibc
 # Please read & adapt the page as necessary if obsolete.
 
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{8..11} )
 TMPFILES_OPTIONAL=1
 
 inherit python-any-r1 prefix preserve-libs toolchain-funcs flag-o-matic 
gnuconfig \



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

2022-06-08 Thread Yixun Lan
commit: d5070bf54fa5e35c47faca68ee1905d00e5d
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jun  8 12:31:57 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jun  8 12:33:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5070bf5

app-arch/lzlib: keyword 1.13 for ~riscv

Signed-off-by: Yixun Lan  gentoo.org>

 app-arch/lzlib/lzlib-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lzlib/lzlib-1.13.ebuild b/app-arch/lzlib/lzlib-1.13.ebuild
index 64318adf63a6..eea92a86be8c 100644
--- a/app-arch/lzlib/lzlib-1.13.ebuild
+++ b/app-arch/lzlib/lzlib-1.13.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
https://download.savannah.gnu.org/releases/lzip/${PN}/$
 
 LICENSE="libstdc++" # fancy form of GPL-2+ with library exception
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
 
 BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )"
 



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

2022-06-08 Thread Yixun Lan
commit: f836e2427316a27c898cec7f6bc57bafdad7f6f6
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jun  8 12:32:20 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jun  8 12:33:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f836e242

app-arch/plzip: keyword 1.10 for ~riscv

Signed-off-by: Yixun Lan  gentoo.org>

 app-arch/plzip/plzip-1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/plzip/plzip-1.10.ebuild b/app-arch/plzip/plzip-1.10.ebuild
index a3ea67ff918e..2c02e7341fd1 100644
--- a/app-arch/plzip/plzip-1.10.ebuild
+++ b/app-arch/plzip/plzip-1.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
https://download.savannah.gnu.org/releases/lzip/${PN}/$
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
 
 RDEPEND="app-arch/lzlib:0="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/libmcpp/

2022-06-08 Thread Jakov Smolić
commit: bb5e87202f9e5a9103a1f790861a7bc9137e877b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 07:56:37 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 07:56:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5e8720

dev-cpp/libmcpp: Keyword 2.7.2_p5 ppc64, #849506

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

 dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild 
b/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild
index ba098e11317f..5fb2e79d0396 100644
--- a/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild
+++ b/dev-cpp/libmcpp/libmcpp-2.7.2_p5.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
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~riscv x86 ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc64 ~riscv x86 ~x86-linux ~x64-macos"
 
 PATCHES=(
"${FILESDIR}"/${PN}-2.7.2-fix-build-system.patch



[gentoo-commits] repo/gentoo:master commit in: games-action/supertuxkart/

2022-06-08 Thread Jakov Smolić
commit: 2cbeac7caac95c514003916226952421df42576d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 07:56:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 07:56:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbeac7c

games-action/supertuxkart: Keyword 1.3 ppc64, #849506

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

 games-action/supertuxkart/supertuxkart-1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-action/supertuxkart/supertuxkart-1.3.ebuild 
b/games-action/supertuxkart/supertuxkart-1.3.ebuild
index 53f7fa23459d..38c265b6f264 100644
--- a/games-action/supertuxkart/supertuxkart-1.3.ebuild
+++ b/games-action/supertuxkart/supertuxkart-1.3.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
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/stk-code/releases/download/${PV}/${MY_P}.tar.x
 
 LICENSE="GPL-2 GPL-3 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 public-domain ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
 IUSE="debug nettle recorder sqlite wiimote"
 
 # don't unbundle irrlicht and bullet



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

2022-06-08 Thread Jakov Smolić
commit: 1347c4fa6b649330e7faae298acb07df09ddc43d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 07:56:41 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 07:56:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1347c4fa

games-strategy/augustus: Keyword 3.0.1 ppc64, #850460

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

 games-strategy/augustus/augustus-3.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-strategy/augustus/augustus-3.0.1.ebuild 
b/games-strategy/augustus/augustus-3.0.1.ebuild
index b14ad8923ee1..1adb27ab8703 100644
--- a/games-strategy/augustus/augustus-3.0.1.ebuild
+++ b/games-strategy/augustus/augustus-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Keriew/augustus/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
 IUSE="uncapped"
 
 DEPEND="



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

2022-06-08 Thread Jakov Smolić
commit: 2e328d05d6bea2c002652a169a3f527220135ded
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 07:56:40 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 07:56:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e328d05

media-libs/libopenglrecorder: Keyword 0.1.0 ppc64, #849506

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

 media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild 
b/media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild
index c6eaa483feb0..f5e1d5ff348f 100644
--- a/media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild
+++ b/media-libs/libopenglrecorder/libopenglrecorder-0.1.0.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
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/Benau/libopenglrecorder/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
 IUSE="openh264 sound vpx"
 
 BDEPEND="



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

2022-06-08 Thread Jakov Smolić
commit: 3250f76aa8a59499c44c5d7276eca98dcff39371
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 07:56:39 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 07:56:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3250f76a

dev-libs/angelscript: Keyword 2.35.1 ppc64, #849506

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

 dev-libs/angelscript/angelscript-2.35.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/angelscript/angelscript-2.35.1.ebuild 
b/dev-libs/angelscript/angelscript-2.35.1.ebuild
index b6aecfbeccf1..11dc16f8dbb8 100644
--- a/dev-libs/angelscript/angelscript-2.35.1.ebuild
+++ b/dev-libs/angelscript/angelscript-2.35.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.angelcode.com/angelscript/;
 SRC_URI="http://www.angelcode.com/angelscript/sdk/files/angelscript_${PV}.zip;
 LICENSE="ZLIB"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
 IUSE="doc static-libs"
 
 BDEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: java-virtuals/servlet-api/

2022-06-08 Thread Jakov Smolić
commit: b6de6ce1ae5d5dc66c8d1fc5474e112463ed18de
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 07:56:45 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 07:56:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6de6ce1

java-virtuals/servlet-api: Stabilize 3.0-r3 ppc64, #850517

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

 java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild 
b/java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild
index a3f5367f5a08..e914565c5e66 100644
--- a/java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild
+++ b/java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://jcp.org/en/jsr/detail?id=340;
 
 LICENSE="public-domain"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86 ~amd64-linux"
 
 RDEPEND="|| (
dev-java/tomcat-servlet-api:${SLOT}



[gentoo-commits] repo/gentoo:master commit in: dev-java/gnu-jaf/

2022-06-08 Thread Jakov Smolić
commit: dfc407fd0c062b3768b5449a590f87ccd930ba90
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 07:56:49 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 07:56:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc407fd

dev-java/gnu-jaf: Stabilize 1.1.2-r1 ppc64, #850517

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

 dev-java/gnu-jaf/gnu-jaf-1.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/gnu-jaf/gnu-jaf-1.1.2-r1.ebuild 
b/dev-java/gnu-jaf/gnu-jaf-1.1.2-r1.ebuild
index 6c4ef7d1e74d..a7691067763d 100644
--- a/dev-java/gnu-jaf/gnu-jaf-1.1.2-r1.ebuild
+++ b/dev-java/gnu-jaf/gnu-jaf-1.1.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/classpathx/activation-${PV}.tar.gz"
 
 LICENSE="GPL-2-with-linking-exception"
 SLOT="1"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc64 ~x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-enterprise-api/

2022-06-08 Thread Jakov Smolić
commit: 03ea1fbdae4a948a6aa90849cd701415b5f03e6a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 07:56:47 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 07:56:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ea1fbd

dev-java/osgi-enterprise-api: Stabilize 5.0.0-r2 ppc64, #850517

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

 dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild 
b/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild
index 17de5b1b0649..d892f72151cc 100644
--- a/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild
+++ b/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://docs.osgi.org/download/r5/osgi.enterprise-${PV}.jar;
 
 LICENSE="Apache-2.0 OSGi-Specification-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
 
 RESTRICT="bindist"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/relaxng-datatype/

2022-06-08 Thread Jakov Smolić
commit: f158e829bf033289cbbad1fc0e9788a265a867f4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 07:56:48 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 07:56:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f158e829

dev-java/relaxng-datatype: Stabilize 1.0-r3 ppc64, #850517

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

 dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild 
b/dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild
index 5886aafc3e3f..a931082cb770 100644
--- a/dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild
+++ b/dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Interface between RELAX NG validators and 
datatype libraries"
 HOMEPAGE="https://relaxng.org/;
 SRC_URI="mirror://sourceforge/relaxng/${MY_P}.zip -> ${P}.zip"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 LICENSE="BSD"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: java-virtuals/servlet-api/

2022-06-08 Thread Agostino Sarubbo
commit: 4d02b937b22b2d2f3d7a04d18a54c3d86c7d1df6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:46:52 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:46:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d02b937

java-virtuals/servlet-api: x86 stable wrt bug #850517

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild | 2 +-
 java-virtuals/servlet-api/servlet-api-3.1-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild 
b/java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild
index df14e418c30f..a420b7b7ebed 100644
--- a/java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild
+++ b/java-virtuals/servlet-api/servlet-api-3.0-r3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://jcp.org/en/jsr/detail?id=340;
 
 LICENSE="public-domain"
 SLOT="${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux"
 
 RDEPEND="|| (
dev-java/tomcat-servlet-api:${SLOT}

diff --git a/java-virtuals/servlet-api/servlet-api-3.1-r2.ebuild 
b/java-virtuals/servlet-api/servlet-api-3.1-r2.ebuild
index 231272ae1104..0f95313a4569 100644
--- a/java-virtuals/servlet-api/servlet-api-3.1-r2.ebuild
+++ b/java-virtuals/servlet-api/servlet-api-3.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://jcp.org/en/jsr/detail?id=340;
 
 LICENSE="public-domain"
 SLOT="${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 RDEPEND="|| (
dev-java/tomcat-servlet-api:${SLOT}



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

2022-06-08 Thread Agostino Sarubbo
commit: 9e7bf7f57a25d40561c7ec0730d2e3a305b2264c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:46:26 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:46:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7bf7f5

www-servers/nginx: x86 stable wrt bug #850490

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-servers/nginx/nginx-1.21.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/nginx/nginx-1.21.6-r1.ebuild 
b/www-servers/nginx/nginx-1.21.6-r1.ebuild
index 549a42b1..cbd512501efa 100644
--- a/www-servers/nginx/nginx-1.21.6-r1.ebuild
+++ b/www-servers/nginx/nginx-1.21.6-r1.ebuild
@@ -203,7 +203,7 @@ LICENSE="BSD-2 BSD SSLeay MIT GPL-2 GPL-2+
nginx_modules_http_push_stream? ( GPL-3 )"
 
 SLOT="mainline"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 # Package doesn't provide a real test suite
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: app-forensics/sleuthkit/

2022-06-08 Thread Agostino Sarubbo
commit: 904161c9f3d443de74567721f362aff5151bca1b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:46:32 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:46:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904161c9

app-forensics/sleuthkit: x86 stable wrt bug #850502

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-forensics/sleuthkit/sleuthkit-4.10.1-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/sleuthkit/sleuthkit-4.10.1-r5.ebuild 
b/app-forensics/sleuthkit/sleuthkit-4.10.1-r5.ebuild
index b003590f5dca..a2a1eadc3ede 100644
--- a/app-forensics/sleuthkit/sleuthkit-4.10.1-r5.ebuild
+++ b/app-forensics/sleuthkit/sleuthkit-4.10.1-r5.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz
 
 LICENSE="BSD CPL-1.0 GPL-2+ IBM java? ( Apache-2.0 )"
 SLOT="0/19" # subslot = major soname version
-KEYWORDS="amd64 ~hppa ppc ~x86"
+KEYWORDS="amd64 ~hppa ppc x86"
 IUSE="aff doc ewf java static-libs test +threads zlib"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/gnu-jaf/

2022-06-08 Thread Agostino Sarubbo
commit: 0cf3b9a9ce24e4d1b3c7f0505b23f823b00984e6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:46:40 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:46:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf3b9a9

dev-java/gnu-jaf: x86 stable wrt bug #850517

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/gnu-jaf/gnu-jaf-1.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/gnu-jaf/gnu-jaf-1.1.2-r1.ebuild 
b/dev-java/gnu-jaf/gnu-jaf-1.1.2-r1.ebuild
index ef5037ed3ef4..6835f9c1d704 100644
--- a/dev-java/gnu-jaf/gnu-jaf-1.1.2-r1.ebuild
+++ b/dev-java/gnu-jaf/gnu-jaf-1.1.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/classpathx/activation-${PV}.tar.gz"
 
 LICENSE="GPL-2-with-linking-exception"
 SLOT="1"
-KEYWORDS="amd64 ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"



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

2022-06-08 Thread Agostino Sarubbo
commit: 52215224abab986e58b6019be2fda0b7963e93fb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:46:03 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:46:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52215224

sys-libs/zlib: sparc stable wrt bug #836303

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/zlib/zlib-1.2.12-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/zlib/zlib-1.2.12-r2.ebuild 
b/sys-libs/zlib/zlib-1.2.12-r2.ebuild
index 985f76286a81..69c5c35989bf 100644
--- a/sys-libs/zlib/zlib-1.2.12-r2.ebuild
+++ b/sys-libs/zlib/zlib-1.2.12-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="https://zlib.net/${P}.tar.gz
 
 LICENSE="ZLIB"
 SLOT="0/1" # subslot = SONAME
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="minizip static-libs"
 
 RDEPEND="!sys-libs/zlib-ng[compat]"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Compress-Raw-Bzip2/

2022-06-08 Thread Agostino Sarubbo
commit: 5959b5c090ed497b4e9bf39adb829a707b4a0f53
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:46:05 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:46:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5959b5c0

virtual/perl-Compress-Raw-Bzip2: sparc stable wrt bug #836303

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.103.0-r2.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.103.0-r2.ebuild 
b/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.103.0-r2.ebuild
index aa5b94b2698d..75cabb5b22ca 100644
--- a/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.103.0-r2.ebuild
+++ b/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.103.0-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.36* =dev-lang/perl-5.34.1-r3 
~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: dev-java/javahelp/

2022-06-08 Thread Agostino Sarubbo
commit: cdc464549986a28ec101b1076346437f60b9c236
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:46:43 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:46:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc46454

dev-java/javahelp: x86 stable wrt bug #850517

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/javahelp/javahelp-2.0.05_p20170719-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/javahelp/javahelp-2.0.05_p20170719-r1.ebuild 
b/dev-java/javahelp/javahelp-2.0.05_p20170719-r1.ebuild
index 2786faf8f314..d617465487ec 100644
--- a/dev-java/javahelp/javahelp-2.0.05_p20170719-r1.ebuild
+++ b/dev-java/javahelp/javahelp-2.0.05_p20170719-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/javaee/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2-with-linking-exception"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 CDEPEND="java-virtuals/servlet-api:2.4"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-enterprise-api/

2022-06-08 Thread Agostino Sarubbo
commit: d8ec716cc3b0aab7913b296fc3a533cdad38bcef
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:46:46 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:46:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ec716c

dev-java/osgi-enterprise-api: x86 stable wrt bug #850517

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild 
b/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild
index 3ae98f107775..0ba03e311a39 100644
--- a/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild
+++ b/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://docs.osgi.org/download/r5/osgi.enterprise-${PV}.jar;
 
 LICENSE="Apache-2.0 OSGi-Specification-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 RESTRICT="bindist"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/relaxng-datatype/

2022-06-08 Thread Agostino Sarubbo
commit: e62050d0c7684d9e781d84bbebc1fe68047c8518
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  8 08:46:49 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  8 08:46:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62050d0

dev-java/relaxng-datatype: x86 stable wrt bug #850517

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild 
b/dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild
index 9b58e52c31e2..5b809eb4fd32 100644
--- a/dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild
+++ b/dev-java/relaxng-datatype/relaxng-datatype-1.0-r3.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Interface between RELAX NG validators and 
datatype libraries"
 HOMEPAGE="https://relaxng.org/;
 SRC_URI="mirror://sourceforge/relaxng/${MY_P}.zip -> ${P}.zip"
 
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 LICENSE="BSD"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/ubuntu-wallpapers/

2022-06-08 Thread Pacho Ramos
commit: f61cd36106ca976c4647a846c4aa92b772999d13
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun  8 09:37:17 2022 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun  8 09:37:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61cd361

x11-themes/ubuntu-wallpapers: drop 21.04.1

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

 x11-themes/ubuntu-wallpapers/Manifest  |  1 -
 .../ubuntu-wallpapers-21.04.1.ebuild   | 41 --
 2 files changed, 42 deletions(-)

diff --git a/x11-themes/ubuntu-wallpapers/Manifest 
b/x11-themes/ubuntu-wallpapers/Manifest
index dc8640d2e446..dce224cb5d48 100644
--- a/x11-themes/ubuntu-wallpapers/Manifest
+++ b/x11-themes/ubuntu-wallpapers/Manifest
@@ -1,2 +1 @@
-DIST ubuntu-wallpapers_21.04.1.orig.tar.gz 235198866 BLAKE2B 
6facece4b46071b25ca05a0af97cde3e6174b332a3adb5483ba9871651848087286eb8b46088a215daeceffa53259be0a549d1021f749911430e75ec121a98e0
 SHA512 
466ea79166aef82fd6893e5e5c27e5315488d4ac6f07d6f828a14f8c4d8e2af1805ebd66ae0cf36bde76dc8c4d063284c68acc8bc429668e3cc0f9a2af2eb84a
 DIST ubuntu-wallpapers_21.10.1.orig.tar.gz 246340533 BLAKE2B 
0d5b253fd1462baad0ebc758c20a4e9662baf913bb776342faa31df5ae33629098680fe0a442c186271089d2769cfee1439438851a510f3d978669cb95a017af
 SHA512 
f48c9ac59c6de32b4dbdd2a52c21b5464f6100c4acb2384150d9666e8cf31eb705d534742ca54df1f8ed82363d79704294aa6a52933838ee9fddd0a58e53cdcc

diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-21.04.1.ebuild 
b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-21.04.1.ebuild
deleted file mode 100644
index 09a6e6c50205..
--- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-21.04.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Ubuntu wallpapers"
-HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers;
-MY_P="${PN}_${PV}"
-SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz"
-
-# Review COPYING file for updates
-LICENSE="CC-BY-SA-3.0"
-
-KEYWORDS="amd64 arm x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-BDEPEND=""
-
-S="${WORKDIR}/${MY_P/_/-}"
-
-SLOT="0"
-
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-   insinto /usr/share/backgrounds
-   doins *.jpg *.png
-
-   insinto /usr/share/backgrounds/contest
-   doins contest/*.xml
-
-   for i in *.xml.in; do
-   insinto /usr/share/gnome-background-properties
-   newins ${i} ${i/.in/}
-   done
-
-   einstalldocs
-}



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

2022-06-08 Thread Michał Górny
commit: 2efa3cfa4e4c64ebdeb9d78bad1f78111af75d13
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  8 08:48:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  8 09:52:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2efa3cfa

kernel-build.eclass: Enable py3.11

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

 eclass/kernel-build.eclass | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass
index 05fd2b3d3d69..dbd9080ab98a 100644
--- a/eclass/kernel-build.eclass
+++ b/eclass/kernel-build.eclass
@@ -33,7 +33,7 @@ case "${EAPI:-0}" in
;;
 esac
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit python-any-r1 savedconfig toolchain-funcs kernel-install
 
@@ -43,7 +43,8 @@ BDEPEND="
sys-devel/bc
sys-devel/flex
virtual/libelf
-   virtual/yacc"
+   virtual/yacc
+"
 
 # @FUNCTION: kernel-build_src_configure
 # @DESCRIPTION:



[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/12.0/arm64/gcc/, ...

2022-06-08 Thread Fabian Groffen
commit: adff4110f8ff98c32815b3db48c2ee4e6680b474
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jun  8 11:30:41 2022 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jun  8 11:31:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adff4110

profiles/prefix/darwin/macos: drop ref to exp GCC snapshot

gcc-11 SI WIP snapshot ebuilds were removed

Signed-off-by: Fabian Groffen  gentoo.org>

 profiles/prefix/darwin/macos/11.0/arm64/gcc/package.accept_keywords | 5 -
 profiles/prefix/darwin/macos/12.0/arm64/gcc/package.accept_keywords | 5 -
 2 files changed, 10 deletions(-)

diff --git 
a/profiles/prefix/darwin/macos/11.0/arm64/gcc/package.accept_keywords 
b/profiles/prefix/darwin/macos/11.0/arm64/gcc/package.accept_keywords
deleted file mode 100644
index bd43de88a9a0..
--- a/profiles/prefix/darwin/macos/11.0/arm64/gcc/package.accept_keywords
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Apple SI support only exists in Ians' WIP
-=sys-devel/gcc-11* **

diff --git 
a/profiles/prefix/darwin/macos/12.0/arm64/gcc/package.accept_keywords 
b/profiles/prefix/darwin/macos/12.0/arm64/gcc/package.accept_keywords
deleted file mode 100644
index bd43de88a9a0..
--- a/profiles/prefix/darwin/macos/12.0/arm64/gcc/package.accept_keywords
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Apple SI support only exists in Ians' WIP
-=sys-devel/gcc-11* **



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

2022-06-08 Thread Ben Kohler
commit: 996cfa5393c910847a76a94ddce75da097d86d67
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jun  8 11:47:21 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jun  8 11:47:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996cfa53

media-gfx/fotoxx: drop 21.60

Signed-off-by: Ben Kohler  gentoo.org>

 media-gfx/fotoxx/Manifest|  1 -
 media-gfx/fotoxx/fotoxx-21.60.ebuild | 81 
 2 files changed, 82 deletions(-)

diff --git a/media-gfx/fotoxx/Manifest b/media-gfx/fotoxx/Manifest
index 4866c95b2bdb..290a0e762715 100644
--- a/media-gfx/fotoxx/Manifest
+++ b/media-gfx/fotoxx/Manifest
@@ -1,3 +1,2 @@
-DIST fotoxx-21.60.tar.gz 8679841 BLAKE2B 
ec3dcbd0b937d730692e225fec7530ac46390328ae960e8960df7d252bc0cd8630de84bf47dfaf74c1e07855b4b0959e596e5e515ea00a6c430872359b2b4576
 SHA512 
ac999fcc70acd92c54e85ad276112aaa7f1b7606ea70381d6f833d829fd92c14aacad7a967838e5d28fce80cfa6da8ef05e0ee49b463210cb66a3f8ffc3d22e7
 DIST fotoxx-22.16.tar.gz 8984376 BLAKE2B 
4a5665313133405b4a53d7e40986e37601b5c9552f20c07d5f0889f3dacbabce1b4a712fcb216fe3358e7ad1de12da608961a996b081e4b3d644c5581ebcc6ee
 SHA512 
ff78b0d7bbde0de5d98ac42d63c36f4bdcd425ae210dfcda6f64f4307be02dfca2966475df3f962751f73afc8e9442d2eb975725db31745109e174fe1665f804
 DIST fotoxx-22.18.tar.gz 8917288 BLAKE2B 
252e0e4a812e1f510da29f844f1f854f779c44f49d864952a5fb151f27bbac8af207308352f20ed976986cff8a6ce0a78f8d57b874d630d32a4d928f06dc820e
 SHA512 
385a01201d18f75f5b2f6d2f3609c90fae7ba016279c42f3b0aaee65c0c28c71eae6d589ace71a9714629838d2de57ac93cb24c05339aadb6a3751e3081af795

diff --git a/media-gfx/fotoxx/fotoxx-21.60.ebuild 
b/media-gfx/fotoxx/fotoxx-21.60.ebuild
deleted file mode 100644
index d9e91deab328..
--- a/media-gfx/fotoxx/fotoxx-21.60.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit optfeature xdg-utils
-
-DESCRIPTION="Program for improving image files made with a digital camera"
-HOMEPAGE="https://kornelix.net/fotoxx/fotoxx.html;
-SRC_URI="https://kornelix.net/downloads/downloads/${P}.tar.gz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-# For required dependencies read doc/README, for required tools read
-# data/userguide [INSTALLATION]. xdg-open (x11-misc/xdg-utils) is an
-# alternative to firefox and chromium-browser. `grep '"which ' * -R`
-# is helpful to report some required tools run via the shell.
-
-DEPEND="
-   media-libs/clutter
-   media-libs/clutter-gtk
-   media-libs/lcms:2
-   media-libs/libpng:0
-   media-libs/tiff:0
-   media-libs/libchamplain[gtk]
-   virtual/jpeg
-   x11-libs/gtk+:3"
-RDEPEND="
-   ${DEPEND}
-   media-gfx/dcraw
-   media-libs/exiftool
-   x11-misc/xdg-utils
-"
-
-S="${WORKDIR}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-21.40-documentation.patch" )
-
-DOCS=()
-HTML_DOCS=()
-
-src_prepare() {
-   sed -i -e "/^DOCDIR/ s/${PN}$/${PF}/" Makefile || die
-   default
-}
-
-src_install() {
-   # For the Help menu items to work, *.html must be in 
/usr/share/doc/${PF},
-   # and README, changelog, copyright, license, etc. must not be 
compressed.
-   emake DESTDIR="${D}" install
-   rm -f "${D}"/usr/share/doc/${PF}/*.man || die
-   docompress -x /usr/share/doc
-}
-
-pkg_postinst() {
-   optfeature "HEIC file support" media-libs/libheif
-   optfeature "additional RAW file support" media-gfx/rawtherapee
-   optfeature "additional RAW file support" media-gfx/darktable
-   optfeature "video thumbnails & playback" media-video/ffmpeg
-   optfeature "copying images to optical media" app-cdr/dvd+rw-tools
-   optfeature "additional panorama support" media-gfx/hugin
-   optfeature "WEBP file support" media-libs/libwebp
-
-   elog
-   elog "Please read the Help > User Guide for details. The source 
location is"
-   elog "/usr/share/fotoxx/data/userguide and after running fotoxx a copy 
will"
-   elog "be placed at /home//.fotoxx/userguide."
-   elog
-   elog "To play videos, in Tools > Preferences set 'Video File Play 
Command'."
-   elog
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}



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

2022-06-08 Thread Miroslav Šulc
commit: 512784f4c6d00a2af3c717f0b9c44d6f2a5896da
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Jun  8 07:15:48 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Jun  8 07:15:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512784f4

media-sound/picard: bump to 2.8.1

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

 media-sound/picard/Manifest|  1 +
 media-sound/picard/picard-2.8.1.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/media-sound/picard/Manifest b/media-sound/picard/Manifest
index c267df61c0f8..75ef08176b23 100644
--- a/media-sound/picard/Manifest
+++ b/media-sound/picard/Manifest
@@ -1,2 +1,3 @@
 DIST picard-2.7.3.tar.gz 4887533 BLAKE2B 
65a10be3dafcdd99e20d6c193d1238b0edfa66425a28c705bd6df0f57f75ddcf874f3bf09cef3c331e583a35f49ec780a63d2960081188081c8f0687f6a0b4d1
 SHA512 
33cd37ce19e261d14882b4400054c289bf921d3c74313db634f3876bc7f51ecca184aa29a9cb1d673fe799c53eda81de45d23c83caaf2f71b74fe341c258d2f7
+DIST picard-2.8.1.tar.gz 5060681 BLAKE2B 
e649407e12fe0a5f627feaa4e1ac347b27bcb22960f6b1adac67444ebb1f0ad4bcc5732cb218cb3ba67147fdd3bc9f4a5fe3eb3836c6bd1a43ea29bb2add1d9a
 SHA512 
0f15dccacb1d95232235b7c8251b59f02d9cd7836fc10e624951a04f889d12206301aea77d9503fd0f4fed2ae400a150ac159ce6cefd9e8a914a62f8257c7ffb
 DIST picard-2.8.tar.gz 5060056 BLAKE2B 
b5ba78c910a615e7e2bab148e83514d4fc929d8dc910dcd07dff3af75b502bc9036eb7843bdd3d95b2e5d07902ffcefb529ad1aa19d101565f9c4e66eba693e2
 SHA512 
bd5b4e7b457603eb8c1895452a7b00cb5de48e28e72c8f377ad73e49aa272a2d09338ea4585f40f1a8401e860a9be3d210db3f44a39956b200d85aa24a89562c

diff --git a/media-sound/picard/picard-2.8.1.ebuild 
b/media-sound/picard/picard-2.8.1.ebuild
new file mode 100644
index ..accbc2910dfb
--- /dev/null
+++ b/media-sound/picard/picard-2.8.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1 xdg
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://github.com/metabrainz/picard;
+   inherit git-r3
+else
+   
SRC_URI="https://musicbrainz.osuosl.org/pub/musicbrainz/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${PN}-release-${PV}"
+fi
+
+DESCRIPTION="Cross-platform music tagger"
+HOMEPAGE="https://picard.musicbrainz.org;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="discid fingerprints nls"
+
+BDEPEND="
+   nls? ( dev-qt/linguist-tools:5 )
+"
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/fasteners[${PYTHON_USEDEP}]
+   
dev-python/PyQt5[declarative,gui,network,widgets,${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   media-libs/mutagen[${PYTHON_USEDEP}]
+   discid? ( dev-python/python-discid[${PYTHON_USEDEP}] )
+   ')
+   fingerprints? ( media-libs/chromaprint[tools] )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   local build_args=(
+   --disable-autoupdate
+   )
+   if ! use nls; then
+   build_args+=( --disable-locales )
+   fi
+   distutils-r1_python_compile ${build_args[@]}
+}
+
+python_install() {
+   local install_args=(
+   --disable-autoupdate
+   --skip-build
+   )
+   if ! use nls; then
+   install_args+=( --disable-locales )
+   fi
+   distutils-r1_python_install ${install_args[@]}
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/x42-plugins/

2022-06-08 Thread Miroslav Šulc
commit: 115a84e1032b5b6f7b9f906e463afc5939e008e9
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Jun  8 07:12:35 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Jun  8 07:12:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115a84e1

media-plugins/x42-plugins: bump to 20220605

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

 media-plugins/x42-plugins/Manifest |  1 +
 .../x42-plugins/x42-plugins-20220605.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/media-plugins/x42-plugins/Manifest 
b/media-plugins/x42-plugins/Manifest
index 69c99241452a..71934b487733 100644
--- a/media-plugins/x42-plugins/Manifest
+++ b/media-plugins/x42-plugins/Manifest
@@ -1 +1,2 @@
 DIST x42-plugins-20220327.tar.xz 3582880 BLAKE2B 
b6de7f499e2889cbd4ddcc57a92468cce254b8ade277c173b62dd5a7a2fa84f72987325ea5889989c46a3cbb36050341ded2dbf83f7196eec8a2aa5929448a6e
 SHA512 
a60d2eda1ed9a56338d1b08dc5352e26d0e4c8cba225c7759318c1d6c186664f64ac32b01e190094b4626626b329f81f688a0e4b6584f6c756daf805e6d419da
+DIST x42-plugins-20220605.tar.xz 3587472 BLAKE2B 
2df2f539e32ba9a5fb08495ff7f94c4555a3be6163681bf081e15e3a5a74592e981ec43d491980c5721756d6ffcafbd5bc58f5ce7c19b055ceb4bda8247c
 SHA512 
69b0d351b9137b4cf9374a36c7a8d0a1ae22eb39bd2b15640db96bc9036bafa59823e61ea6bfda09351dbc575fe4c189bb70c6676614ceddd9356c30811bc903

diff --git a/media-plugins/x42-plugins/x42-plugins-20220605.ebuild 
b/media-plugins/x42-plugins/x42-plugins-20220605.ebuild
new file mode 100644
index ..2ee199d0ef8f
--- /dev/null
+++ b/media-plugins/x42-plugins/x42-plugins-20220605.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Collection of LV2 plugins"
+HOMEPAGE="https://github.com/x42/x42-plugins;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/x42/x42-plugins.git;
+else
+   SRC_URI="http://gareus.org/misc/x42-plugins/${P}.tar.xz;
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+RESTRICT="mirror"
+
+RDEPEND="dev-libs/glib
+   media-fonts/dejavu
+   media-libs/ftgl
+   media-libs/glu
+   media-libs/liblo
+   media-libs/libsamplerate
+   media-libs/libsndfile
+   media-libs/libltc
+   media-libs/lv2
+   media-libs/zita-convolver
+   sci-libs/fftw:3.0
+   virtual/jack
+   virtual/opengl
+   x11-libs/cairo[X]
+   x11-libs/pango
+"
+DEPEND="${RDEPEND}
+   sys-apps/help2man"
+
+src_compile() {
+   emake CC="$(tc-getCC)" STRIP="#" 
FONTFILE="/usr/share/fonts/dejavu/DejaVuSans-Bold.ttf"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" LV2DIR="/usr/$(get_libdir)/lv2" 
install
+}



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

2022-06-08 Thread Miroslav Šulc
commit: 4d10376417bd4595733989d58886ef8b73e8f93e
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Jun  8 07:19:38 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Jun  8 07:19:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d103764

media-sound/abcmidi: removed obsolete 2022.04.28

Bug: https://bugs.gentoo.org/850349
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/abcmidi/Manifest  |  1 -
 media-sound/abcmidi/abcmidi-2022.04.28.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index 13bbd2c814f9..069b94b4ee1d 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,4 +1,3 @@
-DIST abcMIDI-2022.04.28.zip 610114 BLAKE2B 
73ef4569bf58cf45c5b8972150d7e81d84c88b4ca05d616a06df9585c5fca1ca73d635699db323583402113c1b783979d1d34719ae107700843cfc42ee209268
 SHA512 
1e17d493597bb2d22b491587c0bbb86e04aed8ea2af2f426e48c68871ec0fcd1180e78f0ccc44d9bd63c5d98cbb22db5a9aa8b66a15bfcc35aa7e9770c813350
 DIST abcMIDI-2022.05.05.zip 610217 BLAKE2B 
241d9ae42defef6345b143c59140f1cee844c19608b6a897b020f0a54c915d45edaf09ef75e1e01b1a932a6e82934aaa82d1e82c74c61d23e1c372418726bff8
 SHA512 
7f8141792e67e5ed22e84d35f0f9894c5ecba74817ac9c23323d5ebad0a3fc477daf43bf515e243aad46476c3a9597d8e9b4e0e865210b5baad0a1ebc6d3
 DIST abcMIDI-2022.05.20.zip 611325 BLAKE2B 
1fd9c786ec0a7b3558f71502ceda261419b6883dffe524de6f5203188f5ee618d52ad1cba0662d28a3ba4c252702abf4d5a2e4271b951916e9164c9d573b28ff
 SHA512 
f6e8212c4bc96fc62f95c868f65bfd40208f2aeb5d4913fe1b4d85331dae69a763cfc3db9f446018dd0b43afaec496b6572ea0c46ebeac563902899b71f24645
 DIST abcMIDI-2022.06.07.zip 611323 BLAKE2B 
3b0a9a1bbf0265c8c2848aff267acf3fa0b98a6fe24b5878e70db5da3e892c8658ff236511a5524cf5dcf5217bf09ccb762102539cdd12a7d23c6573bd0ed14d
 SHA512 
1e4daf647238e28b3c4c644dfcfbffdacd0e5b9e007a3a9cb8393ba879690c74d5ea2970254d5d3f19a68c5742de80bf5aa387a7f9aa241abec2e952f1bdc0c8

diff --git a/media-sound/abcmidi/abcmidi-2022.04.28.ebuild 
b/media-sound/abcmidi/abcmidi-2022.04.28.ebuild
deleted file mode 100644
index 3b11050a4f44..
--- a/media-sound/abcmidi/abcmidi-2022.04.28.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_P="abcMIDI-${PV}"
-DESCRIPTION="Programs for processing ABC music notation files"
-HOMEPAGE="https://ifdo.ca/~seymour/runabc/top.html;
-SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip;
-S="${WORKDIR}"/${PN}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-BDEPEND="app-arch/unzip"
-
-src_prepare() {
-   default
-   sed -i "s:-O2::" configure.ac || die
-   sed -i "s:@datarootdir@/doc/abcmidi:@docdir@:" Makefile.in || die
-   eautoreconf
-}
-
-src_install() {
-   default
-
-   if use examples ; then
-   docinto examples
-   dodoc samples/*.abc
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/lxqt-build-tools/

2022-06-08 Thread Jakov Smolić
commit: d713ed581e234e06124788bb54e434bbb7ec2ea7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 07:21:24 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 07:21:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d713ed58

dev-util/lxqt-build-tools: Stabilize 0.10.0-r1 amd64, #850562

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

 dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0-r1.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0-r1.ebuild
index d4ac80a3fad6..fc2509d57fc1 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0-r1.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.10.0-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv x86"
 fi
 
 LICENSE="BSD"



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

2022-06-08 Thread Jakov Smolić
commit: 10dc4c007806a35ba6efa2f4a99fa72b2bb10331
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 07:21:01 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 07:21:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10dc4c00

media-sound/patchage: Stabilize 1.0.6 x86, #850559

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

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

diff --git a/media-sound/patchage/patchage-1.0.6.ebuild 
b/media-sound/patchage/patchage-1.0.6.ebuild
index 6e6e47d0591f..1a176a97fe59 100644
--- a/media-sound/patchage/patchage-1.0.6.ebuild
+++ b/media-sound/patchage/patchage-1.0.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="alsa debug jack-dbus"
 
 BDEPEND="



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

2022-06-08 Thread Lars Wendler
commit: dfb97f896b0c756a009cf8f81f3e852c39cdda75
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun  7 10:48:33 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun  8 07:27:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb97f89

sys-fs/inotify-tools: Bump to version 3.22.6.0

Signed-off-by: Lars Wendler  gentoo.org>

 sys-fs/inotify-tools/Manifest  |  1 +
 sys-fs/inotify-tools/inotify-tools-3.22.6.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/sys-fs/inotify-tools/Manifest b/sys-fs/inotify-tools/Manifest
index 55c4240f8e1b..9ef891ba3324 100644
--- a/sys-fs/inotify-tools/Manifest
+++ b/sys-fs/inotify-tools/Manifest
@@ -1,3 +1,4 @@
 DIST inotify-tools-3.20.2.2.tar.gz 81006 BLAKE2B 
7dd29985f68096fe2146a3ad84d619b3d1238b0db25eeb125f2fe9591fa678078351f00c7e09b526cf2251e4736201d5625ff0e477523cae370a307ccb667730
 SHA512 
72d6fdcc216d8083cd384c71c02dc8e800d3a9702613568b3c571f704aee3d42bf084c52f2141c9afb8d28e8b87ebb6391ed3d825b3d664ed51c552debeb1881
 DIST inotify-tools-3.21.9.6.tar.gz 91668 BLAKE2B 
cfb279d69e650b275af03052f4f76522670b7a563aa4e81bd5883b3ff825ecb70382cd4a5d48a9eb50b59930685a60b59a17376958d111d129c61fbced47a6bb
 SHA512 
206eeebfd948499d81eb153cd7d9b05df618291fd3ada6479251b0773ce629c19f73117442a9093f028e294c5ba2dfa0aa4cf711510284ab7cad657da21c
 DIST inotify-tools-3.22.1.0.tar.gz 92922 BLAKE2B 
42558ca62f79e2bdf5a6071334a05cee826ec00b0666b1c0971af64d769eb7852cbcd8d6e630f88af68f26f5607ca4ef94ec832fbe2e89d42182120aac4896ce
 SHA512 
53317147af4803b69603839c010a2b0b3fa527f0e32b08126f24805600728c0a9570b2a3d94bf987f0b9a4bfbe7207b5faa9337f0d7add91b062e68de4245548
+DIST inotify-tools-3.22.6.0.tar.gz 92918 BLAKE2B 
601d3ac6896e445d297a04498c63df4f81c59699ba2d5b2eee2e8c499332913ce2783d13c9906d577ff0b6d7ef91ca826d48b01674adeb3d3569dfc1fbc0df63
 SHA512 
cda445add4b9d80b70eff9189ed50d05f4b5593a755159d0354431166c6fe6fdb33f7bf37fd50bc09aad3ed0a6e3763b9c74f65e554400f2596b8d492f1d0a21

diff --git a/sys-fs/inotify-tools/inotify-tools-3.22.6.0.ebuild 
b/sys-fs/inotify-tools/inotify-tools-3.22.6.0.ebuild
new file mode 100644
index ..2d25f84ae71b
--- /dev/null
+++ b/sys-fs/inotify-tools/inotify-tools-3.22.6.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="a set of command-line programs providing a simple interface to 
inotify"
+HOMEPAGE="https://github.com/inotify-tools/inotify-tools;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~riscv ~sparc ~x86"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_prepare() {
+   default
+
+   # Remove -Werror from CFLAGS (#745069)
+   find -name "Makefile.am" -print0 \
+   | xargs --null sed 's@ -Werror@@' -i || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # only docs installed are doxygen ones, so use /html
+   local myeconfargs=(
+   --disable-static
+   --docdir='$(datarootdir)'/doc/${PF}/html
+   $(use_enable doc doxygen)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -type f -name '*.la' -delete || die
+}



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

2022-06-08 Thread Lars Wendler
commit: 43dabd959a7d419159725f165e394572aaa941b1
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jun  6 17:09:04 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun  8 07:27:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43dabd95

sys-process/htop: Bump to version 3.2.1

Signed-off-by: Lars Wendler  gentoo.org>

 sys-process/htop/Manifest  |   1 +
 sys-process/htop/htop-3.2.1.ebuild | 106 +
 2 files changed, 107 insertions(+)

diff --git a/sys-process/htop/Manifest b/sys-process/htop/Manifest
index a321ed370318..bf26ca15fa8c 100644
--- a/sys-process/htop/Manifest
+++ b/sys-process/htop/Manifest
@@ -1,2 +1,3 @@
 DIST htop-3.1.2.tar.gz 387656 BLAKE2B 
a9682b6f3475fbae6ab7fd57330271190ec32267c5a8f2aac845cd18c566eaa9beed642c1e67fbc9606f120df600c27ed2ef0480a29ef304875a99898c1f10e4
 SHA512 
7e08b820042e480ca61137ff24b468804b49b95c1bbedaf82029dd79d29c2c541c5211284ec075692203788bbb868a9d4326ffd24c68419e22eec13ae5012700
 DIST htop-3.2.0.tar.gz 393712 BLAKE2B 
fff50fce1dd58d5738ca4a75a8b4078aa34e9544798c81bb18a2674823ab13a93ecec8c00d034704ecaab6a871efa2b021550dc1f0a03aa86f638c28e84f769e
 SHA512 
174eaa7333fa60e40f67148560c53125e7aaf46a48e7f3ecfa2daa68553c94b3d076d03320afd479dcee07e739c0ff286a81b67cbc994782c33e798d3ed4605c
+DIST htop-3.2.1.tar.gz 397632 BLAKE2B 
301bc421b3ff8136a70603c523dd719d38703288114712a6e178c1a348b1bc9b9d578cdf3cf8fe99a9bcd2d5721cd2a10caeeeb4614b24c4f20a8e103c37d236
 SHA512 
d7b76e28ee870ac572ba1d9606dec6f9475346a00e599ca15838017c97683f1fc1be40417b9c1e76128cacc8a60ff9ba88c6b237be1835d309f98329b25644fc

diff --git a/sys-process/htop/htop-3.2.1.ebuild 
b/sys-process/htop/htop-3.2.1.ebuild
new file mode 100644
index ..97ec0972056e
--- /dev/null
+++ b/sys-process/htop/htop-3.2.1.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit autotools linux-info python-any-r1 xdg-utils
+
+DESCRIPTION="interactive process viewer"
+HOMEPAGE="https://htop.dev/ https://github.com/htop-dev/htop;
+SRC_URI="https://github.com/htop-dev/${PN}/archive/${PV/_}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+LICENSE="BSD GPL-2+"
+SLOT="0"
+IUSE="caps debug delayacct hwloc lm-sensors llvm-libunwind openvz unicode 
unwind vserver"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+   sys-libs/ncurses:=[unicode(+)?]
+   hwloc? ( sys-apps/hwloc:= )
+   unwind? (
+   !llvm-libunwind? ( sys-libs/libunwind:= )
+   llvm-libunwind? ( sys-libs/llvm-libunwind:= )
+   )
+   kernel_linux? (
+   caps? ( sys-libs/libcap )
+   delayacct? ( dev-libs/libnl:3 )
+   lm-sensors? ( sys-apps/lm-sensors )
+   )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}"
+
+DOCS=( ChangeLog README )
+
+CONFIG_CHECK="~TASKSTATS ~TASK_XACCT ~TASK_IO_ACCOUNTING ~CGROUPS"
+
+S="${WORKDIR}/${P/_}"
+
+pkg_setup() {
+   if ! has_version sys-process/lsof ; then
+   ewarn "To use lsof features in htop (what processes are 
accessing"
+   ewarn "what files), you must have sys-process/lsof installed."
+   fi
+
+   python-any-r1_pkg_setup
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   if [[ ${CBUILD} != ${CHOST} ]] ; then
+   export ac_cv_file__proc_{meminfo,stat}=yes #328971
+   fi
+
+   local myeconfargs=(
+   --enable-unicode
+   $(use_enable debug)
+   $(use_enable hwloc)
+   $(use_enable !hwloc affinity)
+   $(use_enable openvz)
+   $(use_enable unicode)
+   $(use_enable unwind)
+   $(use_enable vserver)
+   )
+
+   if use kernel_linux ; then
+   myeconfargs+=(
+   $(use_enable caps capabilities)
+   $(use_enable delayacct)
+   $(use_enable lm-sensors sensors)
+   )
+   else
+   if use kernel_Darwin ; then
+   # Upstream default to checking but --enable-affinity
+   # overrides this. Simplest to just disable on Darwin
+   # given it works on BSD anyway.
+   myeconfargs+=( --disable-affinity )
+   fi
+
+   myeconfargs+=(
+   --disable-capabilities
+   --disable-delayacct
+   --disable-sensors
+   )
+   fi
+
+   econf ${myeconfargs[@]}
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/

2022-06-08 Thread Lars Wendler
commit: f9b610fcaca7515702e3fd5ba1ffccc452606d41
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun  7 10:47:29 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun  8 07:27:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b610fc

net-im/pidgin: Bump to version 2.14.10

Signed-off-by: Lars Wendler  gentoo.org>

 net-im/pidgin/Manifest  |   1 +
 net-im/pidgin/pidgin-2.14.10.ebuild | 291 
 2 files changed, 292 insertions(+)

diff --git a/net-im/pidgin/Manifest b/net-im/pidgin/Manifest
index 535b57a1ff7b..52bc481c3d89 100644
--- a/net-im/pidgin/Manifest
+++ b/net-im/pidgin/Manifest
@@ -1,3 +1,4 @@
 DIST pidgin-2.10.9-irc_join_sleep.patch 534 BLAKE2B 
0215cebb93993e19e700e4d4974351ab5e9a00ea094775076d8f439569b34c0ec2faaed360965867df58bc42677516983ce11a2601dd322c1bdf2f288253a5b8
 SHA512 
8de0d6f05e48cd5a3e894576e06c7fb82e4bfc778cce8bb179fa22e2a05f5c2390a0e4c5b626ee4b910a18eab170d8f4be200f435ce408a86575af99e51e3bdf
+DIST pidgin-2.14.10.tar.bz2 8229328 BLAKE2B 
9f004abda0f00b315e763e8b17e4e938b44b8a971d5411d775b9428363ab2ae071462d6d16654fcc09270123c434ef2d1f639d7f6d85c08a83b05c0ba4342c21
 SHA512 
53241e9f62170fe7a8ea27ac03176d442f8aad4ed16da0033164b0949b00c3d476539b182e761950e7d6c385f22a891524c5f40a9cf8fe543b3003c37693314d
 DIST pidgin-2.14.8.tar.bz2 8683281 BLAKE2B 
757ae81cc17db61bb5d434920f230d18c25639179c0584346b2bc6f34620d5ef499fd564ded5bfb649cf619700bbfd7eab6a222fdaf0324903bb92d81f77d182
 SHA512 
23975501b07d14829edab7b92628703962d7a8f90849b303e2a765ec6e47d1fcbdeff62539811e26682e300a2f94520193369844de3b1c0e87f99721ca0255e6
 DIST pidgin-2.14.9.tar.bz2 8254729 BLAKE2B 
3151e1ba21894f3c16ce615223e56e8ebff8f4098fe448b15752ed93e26d7895094fe584dfe0ebc6d8e4e0dba8a51ac57e90e2b7e286f4a840edcac2630df7c2
 SHA512 
fa610b49f77711df9ec76d886c836a80c5ea1563da4e861cbfcc7f7aba3130eeb5db7bb217e2aac571f9aea5d03da8b15c1aeec300468ab2ede6c409cce60d4f

diff --git a/net-im/pidgin/pidgin-2.14.10.ebuild 
b/net-im/pidgin/pidgin-2.14.10.ebuild
new file mode 100644
index ..8b7a3577b542
--- /dev/null
+++ b/net-im/pidgin/pidgin-2.14.10.ebuild
@@ -0,0 +1,291 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+GENTOO_DEPEND_ON_PERL=no
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit autotools gnome2-utils flag-o-matic perl-module python-single-r1 xdg
+
+DESCRIPTION="GTK Instant Messenger client"
+HOMEPAGE="https://pidgin.im/;
+SRC_URI="
+   mirror://sourceforge/${PN}/${P}.tar.bz2
+   
https://gist.githubusercontent.com/imcleod/77f38d11af11b2413ada/raw/46e9d6cb4d2f839832dad2d697bb141a88028e04/pidgin-irc-join-sleep.patch
 -> ${PN}-2.10.9-irc_join_sleep.patch"
+
+LICENSE="GPL-2"
+SLOT="0/2" # libpurple version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="aqua dbus debug doc eds gadu gnutls groupwise +gstreamer +gtk idn
+meanwhile ncurses networkmanager nls perl pie prediction python sasl spell tcl
+tk v4l +xscreensaver zephyr zeroconf"
+
+# dbus requires python to generate C code for dbus bindings (thus DEPEND only).
+# finch uses libgnt that links with libpython - {R,}DEPEND. But still there is
+# no way to build dbus and avoid libgnt linkage with python. If you want this
+# send patch upstream.
+# purple-url-handler and purple-remote require dbus-python thus in reality we
+# rdepend on python if dbus enabled. But it is possible to separate this dep.
+RDEPEND="
+   >=dev-libs/glib-2.16
+   >=dev-libs/libxml2-2.6.18
+   dbus? (
+   >=dev-libs/dbus-glib-0.71
+   >=sys-apps/dbus-0.90
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   ')
+   )
+   gadu? ( >=net-libs/libgadu-1.11.0 )
+   gnutls? ( net-libs/gnutls:= )
+   !gnutls? (
+   dev-libs/nspr
+   dev-libs/nss
+   )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=net-libs/farstream-0.2.7:0.2
+   )
+   gtk? (
+   >=x11-libs/gtk+-2.10:2[aqua=]
+   x11-libs/libSM
+   >=x11-libs/pango-1.4.0
+   xscreensaver? ( x11-libs/libXScrnSaver )
+   spell? ( >=app-text/gtkspell-2.0.2:2 )
+   eds? ( >=gnome-extra/evolution-data-server-3.6:= )
+   prediction? ( >=dev-db/sqlite-3.3:3 )
+   )
+   idn? ( net-dns/libidn:= )
+   meanwhile? ( net-libs/meanwhile )
+   ncurses? (
+   >=dev-libs/libgnt-$(ver_cut 1-2)
+   sys-libs/ncurses:=[unicode(+)]
+   dbus? ( ${PYTHON_DEPS} )
+   python? ( ${PYTHON_DEPS} )
+   )
+   networkmanager? ( net-misc/networkmanager )
+   perl? ( >=dev-lang/perl-5.16:= )
+   sasl? ( dev-libs/cyrus-sasl:2 )
+   tcl? ( dev-lang/tcl:0= )

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

2022-06-08 Thread Lars Wendler
commit: 8b994f806ca1ae668a83f6fbb47e21c3b3c158b5
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun  3 06:00:17 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun  8 07:27:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b994f80

Revert "sys-process/htop: add Python 3.11"

This reverts commit 5db477a0e2140ab9637dbee1e3ffbabbb5e8f451.

  * another unauthorized drive-by commit
  * Support for python 3.11 will be added once a final python-3.11
release is available

Signed-off-by: Lars Wendler  gentoo.org>

 sys-process/htop/htop-3.2.0.ebuild | 2 +-
 sys-process/htop/htop-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/htop/htop-3.2.0.ebuild 
b/sys-process/htop/htop-3.2.0.ebuild
index 7010ef03499c..97ec0972056e 100644
--- a/sys-process/htop/htop-3.2.0.ebuild
+++ b/sys-process/htop/htop-3.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit autotools linux-info python-any-r1 xdg-utils
 

diff --git a/sys-process/htop/htop-.ebuild 
b/sys-process/htop/htop-.ebuild
index a79d5d03033d..f8aa53177141 100644
--- a/sys-process/htop/htop-.ebuild
+++ b/sys-process/htop/htop-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit autotools fcaps linux-info python-any-r1 xdg-utils
 



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

2022-06-08 Thread Lars Wendler
commit: 11c624ec51fbf51d47d39158cdac4c1d4044eb71
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun  7 11:07:31 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun  8 07:27:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c624ec

media-sound/bluez-alsa: Bump to version 4.0.0

Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/bluez-alsa/Manifest|   1 +
 media-sound/bluez-alsa/bluez-alsa-4.0.0.ebuild | 102 +
 2 files changed, 103 insertions(+)

diff --git a/media-sound/bluez-alsa/Manifest b/media-sound/bluez-alsa/Manifest
index c294ef4f4547..cb8ee1819256 100644
--- a/media-sound/bluez-alsa/Manifest
+++ b/media-sound/bluez-alsa/Manifest
@@ -1,2 +1,3 @@
 DIST bluez-alsa-3.0.0.tar.gz 157776 BLAKE2B 
68cc67dcfd303e624333d7dafa53a3ce0f91f55e58a9a1a51f17153eadfdca5acc1b12b2e41a11c4780909fe8283e0a9c859a7d755e38dd9aeebbf4ae9e0daf2
 SHA512 
094c91636c3f1803b3eb88e295683acc604be9f86d00022c196784b4ec88aa4a6cc20bdff0fdab2a7e5af3efe95ed8bd8c5486a8cd7896ec572bfa9e8e0f13d0
 DIST bluez-alsa-3.1.0.tar.gz 179984 BLAKE2B 
b0bd5008d1bcc972577d8626970834934cc9424b4dff5c9ede1b1bfb0ac6c62c50dd8a7b94bdaa8884354379fb4fe06d758f620b2f42207d85f68da5064b3499
 SHA512 
8b2644cb2114569cc896869f22352386a9362eeacae823423a63d9b21198f561d4af796700fcd3267556bb69ff2575569474a1da8e3a645b5a2e779882c27cbf
+DIST bluez-alsa-4.0.0.tar.gz 230879 BLAKE2B 
998127cb4e03afc019679b80fc1ac7d56351aeb8274efe76a74d6c5600c4b8527d5463e864cc8f68c1fa82c1729ef38d8168e90e7092dfe5eaf5a7cf25ba4bfa
 SHA512 
8a79e5a1189db2d39b2d772cb8f8cd51ebb96b9bd91489556195e83dfd16f40a581dce68c5ad9e886b66cec8a03ae7f959e8288bb4c5c87ea5a2bbd6aee9c5f0

diff --git a/media-sound/bluez-alsa/bluez-alsa-4.0.0.ebuild 
b/media-sound/bluez-alsa/bluez-alsa-4.0.0.ebuild
new file mode 100644
index ..1343401528ab
--- /dev/null
+++ b/media-sound/bluez-alsa/bluez-alsa-4.0.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools bash-completion-r1 multilib-minimal systemd
+
+DESCRIPTION="Bluetooth Audio ALSA Backend"
+HOMEPAGE="https://github.com/Arkq/bluez-alsa;
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Arkq/${PN};
+else
+   SRC_URI="https://github.com/Arkq/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="aac aptx debug hcitop lame ldac man mpg123 ofono static-libs systemd 
test unwind upower"
+RESTRICT="!test? ( test )"
+
+# bluez-alsa does not directly link to upower but
+# is using the upower interface via dbus calls.
+RDEPEND="
+   >=dev-libs/glib-2.32[${MULTILIB_USEDEP}]
+   >=media-libs/alsa-lib-1.1.2[${MULTILIB_USEDEP}]
+   >=media-libs/sbc-1.2[${MULTILIB_USEDEP}]
+   >=net-wireless/bluez-5.0[${MULTILIB_USEDEP}]
+   sys-apps/dbus[${MULTILIB_USEDEP}]
+   sys-libs/readline:0=
+   aac? ( >=media-libs/fdk-aac-0.1.1:=[${MULTILIB_USEDEP}] )
+   aptx? ( media-libs/libopenaptx )
+   lame? ( media-sound/lame[${MULTILIB_USEDEP}] )
+   mpg123? ( media-sound/mpg123[${MULTILIB_USEDEP}] )
+   hcitop? (
+   dev-libs/libbsd
+   sys-libs/ncurses:0=
+   )
+   ldac? ( >=media-libs/libldac-2.0.0 )
+   ofono? ( net-misc/ofono )
+   systemd? ( sys-apps/systemd )
+   unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
+   upower? ( sys-power/upower )
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-libs/check
+   media-libs/libsndfile
+   )"
+BDEPEND="
+   virtual/pkgconfig
+   man? ( app-text/pandoc )
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --enable-cli
+   --enable-faststream
+   --enable-rfcomm
+   --with-bash-completion="$(get_bashcompdir)"
+   $(use_enable aac)
+   $(use_enable debug)
+   $(use_enable lame mp3lame)
+   $(use_enable man manpages)
+   $(use_enable mpg123)
+   $(use_enable static-libs static)
+   $(use_enable systemd)
+   $(use_enable test)
+   $(use_with systemd systemdsystemunitdir 
$(systemd_get_systemunitdir))
+   $(multilib_native_use_enable aptx)
+   $(multilib_native_use_enable hcitop)
+   $(multilib_native_use_enable ldac)
+   $(multilib_native_use_enable ofono)
+   $(multilib_native_use_enable upower)
+   $(multilib_native_use_with aptx libopenaptx)
+   $(use_with unwind libunwind)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   default
+   find "${ED}" -type f -name "*.la" -delete || die
+
+   newinitd "${FILESDIR}"/bluealsa-init.d 

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

2022-06-08 Thread Lars Wendler
commit: 74e587bc83308966f39d4ca3762a857a9f1b18ca
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun  7 22:05:53 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun  8 07:27:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e587bc

mail-client/clawsker: Taking over maintenance

Signed-off-by: Lars Wendler  gentoo.org>

 mail-client/clawsker/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/mail-client/clawsker/metadata.xml 
b/mail-client/clawsker/metadata.xml
index 115e9d64a669..99e2666c588b 100644
--- a/mail-client/clawsker/metadata.xml
+++ b/mail-client/clawsker/metadata.xml
@@ -1,5 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   polynomia...@gentoo.org
+   Lars Wendler
+   
 



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

2022-06-08 Thread Lars Wendler
commit: 66c8cc6d5c91a0e548fe03e5bf45d0fd0cdbd572
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun  7 11:08:13 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun  8 07:27:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c8cc6d

media-sound/bluez-alsa: Removed old

Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/bluez-alsa/Manifest|  1 -
 media-sound/bluez-alsa/bluez-alsa-3.0.0.ebuild | 90 --
 2 files changed, 91 deletions(-)

diff --git a/media-sound/bluez-alsa/Manifest b/media-sound/bluez-alsa/Manifest
index cb8ee1819256..ee1b8979d798 100644
--- a/media-sound/bluez-alsa/Manifest
+++ b/media-sound/bluez-alsa/Manifest
@@ -1,3 +1,2 @@
-DIST bluez-alsa-3.0.0.tar.gz 157776 BLAKE2B 
68cc67dcfd303e624333d7dafa53a3ce0f91f55e58a9a1a51f17153eadfdca5acc1b12b2e41a11c4780909fe8283e0a9c859a7d755e38dd9aeebbf4ae9e0daf2
 SHA512 
094c91636c3f1803b3eb88e295683acc604be9f86d00022c196784b4ec88aa4a6cc20bdff0fdab2a7e5af3efe95ed8bd8c5486a8cd7896ec572bfa9e8e0f13d0
 DIST bluez-alsa-3.1.0.tar.gz 179984 BLAKE2B 
b0bd5008d1bcc972577d8626970834934cc9424b4dff5c9ede1b1bfb0ac6c62c50dd8a7b94bdaa8884354379fb4fe06d758f620b2f42207d85f68da5064b3499
 SHA512 
8b2644cb2114569cc896869f22352386a9362eeacae823423a63d9b21198f561d4af796700fcd3267556bb69ff2575569474a1da8e3a645b5a2e779882c27cbf
 DIST bluez-alsa-4.0.0.tar.gz 230879 BLAKE2B 
998127cb4e03afc019679b80fc1ac7d56351aeb8274efe76a74d6c5600c4b8527d5463e864cc8f68c1fa82c1729ef38d8168e90e7092dfe5eaf5a7cf25ba4bfa
 SHA512 
8a79e5a1189db2d39b2d772cb8f8cd51ebb96b9bd91489556195e83dfd16f40a581dce68c5ad9e886b66cec8a03ae7f959e8288bb4c5c87ea5a2bbd6aee9c5f0

diff --git a/media-sound/bluez-alsa/bluez-alsa-3.0.0.ebuild 
b/media-sound/bluez-alsa/bluez-alsa-3.0.0.ebuild
deleted file mode 100644
index e7b9c1c647a3..
--- a/media-sound/bluez-alsa/bluez-alsa-3.0.0.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools multilib-minimal systemd
-
-DESCRIPTION="Bluetooth Audio ALSA Backend"
-HOMEPAGE="https://github.com/Arkq/bluez-alsa;
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/Arkq/${PN};
-else
-   SRC_URI="https://github.com/Arkq/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="aac debug hcitop lame ldac man mpg123 ofono static-libs test unwind 
upower"
-RESTRICT="!test? ( test )"
-
-# bluez-alsa does not directly link to upower but
-# is using the upower interface via dbus calls.
-RDEPEND="
-   >=dev-libs/glib-2.26[${MULTILIB_USEDEP}]
-   >=media-libs/alsa-lib-1.1.2[${MULTILIB_USEDEP}]
-   >=media-libs/sbc-1.2[${MULTILIB_USEDEP}]
-   >=net-wireless/bluez-5.0[${MULTILIB_USEDEP}]
-   sys-apps/dbus[${MULTILIB_USEDEP}]
-   sys-libs/readline:0=
-   aac? ( >=media-libs/fdk-aac-0.1.1:=[${MULTILIB_USEDEP}] )
-   lame? ( media-sound/lame[${MULTILIB_USEDEP}] )
-   mpg123? ( media-sound/mpg123[${MULTILIB_USEDEP}] )
-   hcitop? (
-   dev-libs/libbsd
-   sys-libs/ncurses:0=
-   )
-   ldac? ( >=media-libs/libldac-2.0.0 )
-   ofono? ( net-misc/ofono )
-   unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
-   upower? ( sys-power/upower )
-"
-DEPEND="${RDEPEND}
-   test? ( dev-libs/check )"
-BDEPEND="
-   virtual/pkgconfig
-   man? ( app-text/pandoc )
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-multilib_src_configure() {
-   local myeconfargs=(
-   --enable-rfcomm
-   $(use_enable aac)
-   $(use_enable debug)
-   $(use_enable lame mp3lame)
-   $(use_enable man manpages)
-   $(use_enable mpg123)
-   $(use_enable static-libs static)
-   $(use_enable test)
-   $(multilib_native_use_enable hcitop)
-   $(multilib_native_use_enable ldac)
-   $(multilib_native_use_enable ofono)
-   $(multilib_native_use_enable upower)
-   $(use_with unwind libunwind)
-   )
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
-   default
-   find "${ED}" -type f -name "*.la" -delete || die
-
-   newinitd "${FILESDIR}"/bluealsa-init.d bluealsa
-   newconfd "${FILESDIR}"/bluealsa-conf.d-2 bluealsa
-   systemd_dounit "${FILESDIR}"/bluealsa.service
-
-   # Add config file to alsa datadir as well to preserve changes in /etc
-   insinto "/usr/share/alsa/alsa.conf.d/"
-   doins "src/asound/20-bluealsa.conf"
-}
-
-pkg_postinst() {
-   elog "Users can use this service when they are members of the \"audio\" 
group."
-}



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

2022-06-08 Thread Lars Wendler
commit: 08d1835e313475fc70902f197d639828b4238b56
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun  7 11:07:59 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun  8 07:27:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d1835e

media-sound/bluez-alsa: Synced live ebuild

Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/bluez-alsa/bluez-alsa-.ebuild | 19 +--
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/media-sound/bluez-alsa/bluez-alsa-.ebuild 
b/media-sound/bluez-alsa/bluez-alsa-.ebuild
index 80ea97b69dbe..1343401528ab 100644
--- a/media-sound/bluez-alsa/bluez-alsa-.ebuild
+++ b/media-sound/bluez-alsa/bluez-alsa-.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=7
+EAPI=8
 inherit autotools bash-completion-r1 multilib-minimal systemd
 
 DESCRIPTION="Bluetooth Audio ALSA Backend"
@@ -17,13 +17,13 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="aac aptx debug hcitop lame ldac man mpg123 ofono static-libs test unwind 
upower"
+IUSE="aac aptx debug hcitop lame ldac man mpg123 ofono static-libs systemd 
test unwind upower"
 RESTRICT="!test? ( test )"
 
 # bluez-alsa does not directly link to upower but
 # is using the upower interface via dbus calls.
 RDEPEND="
-   >=dev-libs/glib-2.26[${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.32[${MULTILIB_USEDEP}]
>=media-libs/alsa-lib-1.1.2[${MULTILIB_USEDEP}]
>=media-libs/sbc-1.2[${MULTILIB_USEDEP}]
>=net-wireless/bluez-5.0[${MULTILIB_USEDEP}]
@@ -39,11 +39,15 @@ RDEPEND="
)
ldac? ( >=media-libs/libldac-2.0.0 )
ofono? ( net-misc/ofono )
+   systemd? ( sys-apps/systemd )
unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
upower? ( sys-power/upower )
 "
 DEPEND="${RDEPEND}
-   test? ( dev-libs/check )"
+   test? (
+   dev-libs/check
+   media-libs/libsndfile
+   )"
 BDEPEND="
virtual/pkgconfig
man? ( app-text/pandoc )
@@ -57,6 +61,7 @@ src_prepare() {
 multilib_src_configure() {
local myeconfargs=(
--enable-cli
+   --enable-faststream
--enable-rfcomm
--with-bash-completion="$(get_bashcompdir)"
$(use_enable aac)
@@ -65,7 +70,9 @@ multilib_src_configure() {
$(use_enable man manpages)
$(use_enable mpg123)
$(use_enable static-libs static)
+   $(use_enable systemd)
$(use_enable test)
+   $(use_with systemd systemdsystemunitdir 
$(systemd_get_systemunitdir))
$(multilib_native_use_enable aptx)
$(multilib_native_use_enable hcitop)
$(multilib_native_use_enable ldac)
@@ -83,7 +90,7 @@ multilib_src_install_all() {
 
newinitd "${FILESDIR}"/bluealsa-init.d bluealsa
newconfd "${FILESDIR}"/bluealsa-conf.d-2 bluealsa
-   systemd_dounit "${FILESDIR}"/bluealsa.service
+   #systemd_dounit "${FILESDIR}"/bluealsa.service
 
# Add config file to alsa datadir as well to preserve changes in /etc
insinto "/usr/share/alsa/alsa.conf.d/"



[gentoo-commits] repo/gentoo:master commit in: mail-client/clawsker/, mail-client/clawsker/files/

2022-06-08 Thread Lars Wendler
commit: c0fb0f79c87216d5af70d632d9d6612db11b3de5
Author: Alexander Kurakin  mail  ru>
AuthorDate: Fri Jun  3 15:14:17 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun  8 07:27:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0fb0f79

mail-client/clawsker-1.3.5: remove failed test

Remove `get_screen_height` test as it requires absent
Test::NeedsDisplay Perl package

Closes: https://bugs.gentoo.org/841707
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/25741
Signed-off-by: Lars Wendler  gentoo.org>

 mail-client/clawsker/clawsker-1.3.5.ebuild |  5 +
 .../clawsker-remove-get_screen_height-test.patch   | 23 ++
 2 files changed, 28 insertions(+)

diff --git a/mail-client/clawsker/clawsker-1.3.5.ebuild 
b/mail-client/clawsker/clawsker-1.3.5.ebuild
index 0e015938e1ed..c1de50a794d3 100644
--- a/mail-client/clawsker/clawsker-1.3.5.ebuild
+++ b/mail-client/clawsker/clawsker-1.3.5.ebuild
@@ -24,6 +24,11 @@ RDEPEND="
 "
 BDEPEND="test? ( dev-perl/Test-Exception )"
 
+PATCHES=(
+   # TODO: add Test::NeedsDisplay Perl package and remove this patch (bug 
#841707)
+   "${FILESDIR}/${PN}-remove-get_screen_height-test.patch"
+)
+
 src_install() {
emake install DESTDIR="${D}" PREFIX=/usr
 }

diff --git 
a/mail-client/clawsker/files/clawsker-remove-get_screen_height-test.patch 
b/mail-client/clawsker/files/clawsker-remove-get_screen_height-test.patch
new file mode 100644
index ..137699cdeb02
--- /dev/null
+++ b/mail-client/clawsker/files/clawsker-remove-get_screen_height-test.patch
@@ -0,0 +1,23 @@
+deleted file mode 100644
+--- a/t/get_screen_height.t
 /dev/null
+@@ -1,19 +0,0 @@
+-use 5.010_000;
+-use strict;
+-use utf8;
+-use Test::NeedsDisplay;
+-use Test::More tests => 3;
+-use Gtk3;
+-
+-require_ok ('Clawsker');
+-
+-use Clawsker;
+-
+-Gtk3->init;
+-
+-ok ( defined ::get_screen_height, 'has function' );
+-
+-my $height = Clawsker::get_screen_height();
+-
+-ok ( $height > 0, "has $height pixels" );
+-



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

2022-06-08 Thread Lars Wendler
commit: d4327efa8e41aa8c46f08eb6a89cb0e1130da5f0
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun  7 10:49:21 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun  8 07:27:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4327efa

sys-fs/inotify-tools: Removed old

Signed-off-by: Lars Wendler  gentoo.org>

 sys-fs/inotify-tools/Manifest  |  1 -
 sys-fs/inotify-tools/inotify-tools-3.21.9.6.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/sys-fs/inotify-tools/Manifest b/sys-fs/inotify-tools/Manifest
index 9ef891ba3324..a4b4dac3c8e1 100644
--- a/sys-fs/inotify-tools/Manifest
+++ b/sys-fs/inotify-tools/Manifest
@@ -1,4 +1,3 @@
 DIST inotify-tools-3.20.2.2.tar.gz 81006 BLAKE2B 
7dd29985f68096fe2146a3ad84d619b3d1238b0db25eeb125f2fe9591fa678078351f00c7e09b526cf2251e4736201d5625ff0e477523cae370a307ccb667730
 SHA512 
72d6fdcc216d8083cd384c71c02dc8e800d3a9702613568b3c571f704aee3d42bf084c52f2141c9afb8d28e8b87ebb6391ed3d825b3d664ed51c552debeb1881
-DIST inotify-tools-3.21.9.6.tar.gz 91668 BLAKE2B 
cfb279d69e650b275af03052f4f76522670b7a563aa4e81bd5883b3ff825ecb70382cd4a5d48a9eb50b59930685a60b59a17376958d111d129c61fbced47a6bb
 SHA512 
206eeebfd948499d81eb153cd7d9b05df618291fd3ada6479251b0773ce629c19f73117442a9093f028e294c5ba2dfa0aa4cf711510284ab7cad657da21c
 DIST inotify-tools-3.22.1.0.tar.gz 92922 BLAKE2B 
42558ca62f79e2bdf5a6071334a05cee826ec00b0666b1c0971af64d769eb7852cbcd8d6e630f88af68f26f5607ca4ef94ec832fbe2e89d42182120aac4896ce
 SHA512 
53317147af4803b69603839c010a2b0b3fa527f0e32b08126f24805600728c0a9570b2a3d94bf987f0b9a4bfbe7207b5faa9337f0d7add91b062e68de4245548
 DIST inotify-tools-3.22.6.0.tar.gz 92918 BLAKE2B 
601d3ac6896e445d297a04498c63df4f81c59699ba2d5b2eee2e8c499332913ce2783d13c9906d577ff0b6d7ef91ca826d48b01674adeb3d3569dfc1fbc0df63
 SHA512 
cda445add4b9d80b70eff9189ed50d05f4b5593a755159d0354431166c6fe6fdb33f7bf37fd50bc09aad3ed0a6e3763b9c74f65e554400f2596b8d492f1d0a21

diff --git a/sys-fs/inotify-tools/inotify-tools-3.21.9.6.ebuild 
b/sys-fs/inotify-tools/inotify-tools-3.21.9.6.ebuild
deleted file mode 100644
index 2d25f84ae71b..
--- a/sys-fs/inotify-tools/inotify-tools-3.21.9.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="a set of command-line programs providing a simple interface to 
inotify"
-HOMEPAGE="https://github.com/inotify-tools/inotify-tools;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~riscv ~sparc ~x86"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-src_prepare() {
-   default
-
-   # Remove -Werror from CFLAGS (#745069)
-   find -name "Makefile.am" -print0 \
-   | xargs --null sed 's@ -Werror@@' -i || die
-
-   eautoreconf
-}
-
-src_configure() {
-   # only docs installed are doxygen ones, so use /html
-   local myeconfargs=(
-   --disable-static
-   --docdir='$(datarootdir)'/doc/${PF}/html
-   $(use_enable doc doxygen)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${ED}" -type f -name '*.la' -delete || die
-}



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

2022-06-08 Thread Sam James
commit: b4f653959fc88db0730e0cb89c62b9ea8ae30d21
Author: Martin Kletzander  gmail  com>
AuthorDate: Wed Jun  8 06:42:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  8 07:28:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f65395

kernel-build.eclass: Use install directory

Unfortunately commit ad3b55e32736 forgot to specify the install
directory path, so fix that.

See: https://github.com/gentoo/gentoo/pull/25789
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Martin Kletzander  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25803
Signed-off-by: Sam James  gentoo.org>

 eclass/kernel-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass
index 24eed38eee35..05fd2b3d3d69 100644
--- a/eclass/kernel-build.eclass
+++ b/eclass/kernel-build.eclass
@@ -199,7 +199,7 @@ kernel-build_src_install() {
# etc.  Use mv rather than doins for the same reason as above --
# space and time.
if use debug; then
-   mv build/vmlinux "/usr/src/linux-${ver}/" || die
+   mv build/vmlinux "${ED}/usr/src/linux-${ver}/" || die
fi
 
# building modules fails with 'vmlinux has no symtab?' if stripped



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

2022-06-08 Thread Michał Górny
commit: ebba859387dd698b6b4d7271b47739ef82fd9eba
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 26 09:44:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  8 07:53:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebba8593

dev-python/installer: Use DISTUTILS_USE_PEP517=no

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

 dev-python/installer/installer-0.5.1-r1.ebuild | 37 ++
 1 file changed, 37 insertions(+)

diff --git a/dev-python/installer/installer-0.5.1-r1.ebuild 
b/dev-python/installer/installer-0.5.1-r1.ebuild
new file mode 100644
index ..4f89e7433018
--- /dev/null
+++ b/dev-python/installer/installer-0.5.1-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 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
+
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for installing Python wheels"
+HOMEPAGE="
+   https://pypi.org/project/installer/
+   https://github.com/pypa/installer/
+   https://installer.readthedocs.io/en/latest/
+"
+SRC_URI="
+   https://github.com/pypa/installer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   
https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P%_p*}-py3-none-any.whl
+   -> ${P%_p*}-py3-none-any.whl.zip
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   app-arch/unzip
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   python_domodule src/installer "${WORKDIR}"/*.dist-info
+}



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

2022-06-08 Thread Michał Górny
commit: f541cfa41807694f1dd9493e72601a961615ac27
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  7 15:42:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  8 07:53:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f541cfa4

distutils-r1.eclass: Introduce DISTUTILS_USE_PEP517=no mode

Introduce a new DISTUTILS_USE_PEP517 value "no" that stands for
"no build system".  This is primarily meant to replace the legacy
distutils-r1 logic used for bootstrapping baseline PEP 517 packages.
At the same time, it provides a convenient replacement for some
of the uses of python-r1.

In this mode, the eclass does not add PEP 517-specific dependencies
and the default python_compile() is a no-op.  However, it does set
dependencies, REQUIRED_USE and enables sub-phase usage (with respect to
DISTUTILS_OPTIONAL).  It also permits using
distutils_enable_{sphinx,tests}.

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

 eclass/distutils-r1.eclass | 29 -
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 9293f744c7c2..f3d224a51224 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -106,6 +106,8 @@ esac
 #
 # - maturin - maturin backend
 #
+# - no - no PEP517 build system (see below)
+#
 # - pbr - pbr backend
 #
 # - pdm - pdm.pep517 backend
@@ -121,6 +123,17 @@ esac
 #
 # The variable needs to be set before the inherit line.  The eclass
 # adds appropriate build-time dependencies and verifies the value.
+#
+# The special value "no" indicates that the package has no build system.
+# This is not equivalent to unset DISTUTILS_USE_PEP517 (legacy mode).
+# It causes the eclass not to include any build system dependencies
+# and to disable default python_compile() and python_install()
+# implementations.  Baseline Python deps and phase functions will still
+# be set (depending on the value of DISTUTILS_OPTIONAL).  Most of
+# the other eclass functions will work.  Testing venv will be provided
+# in ${BUILD_DIR}/install after python_compile(), and if any (other)
+# files are found in ${BUILD_DIR}/install after python_install(), they
+# will be merged into ${D}.
 
 # @ECLASS_VARIABLE: DISTUTILS_USE_SETUPTOOLS
 # @DEFAULT_UNSET
@@ -212,6 +225,10 @@ _distutils_set_globals() {
bdep+='

>=dev-util/maturin-0.12.7[${PYTHON_USEDEP}]'
;;
+   no)
+   # undo the generic deps added above
+   bdep=
+   ;;
pbr)
bdep+='

>=dev-python/pbr-5.8.0-r1[${PYTHON_USEDEP}]'
@@ -792,7 +809,7 @@ distutils_install_for_testing() {
 distutils_write_namespace() {
debug-print-function ${FUNCNAME} "${@}"
 
-   if [[ ! ${DISTUTILS_USE_PEP517} ]]; then
+   if [[ ! ${DISTUTILS_USE_PEP517:-no} != no ]]; then
die "${FUNCNAME} is available only in PEP517 mode"
fi
if [[ ${EBUILD_PHASE} != test || ! ${BUILD_DIR} ]]; then
@@ -915,6 +932,9 @@ _distutils-r1_print_package_versions() {
dev-util/maturin
)
;;
+   no)
+   return
+   ;;
pbr)
packages+=(
dev-python/pbr
@@ -1216,6 +1236,10 @@ distutils_pep517_install() {
debug-print-function ${FUNCNAME} "${@}"
[[ ${#} -eq 1 ]] || die "${FUNCNAME} takes exactly one argument: root"
 
+   if [[ ! ${DISTUTILS_USE_PEP517:-no} != no ]]; then
+   die "${FUNCNAME} is available only in PEP517 mode"
+   fi
+
local root=${1}
local -x WHEEL_BUILD_DIR=${BUILD_DIR}/wheel
mkdir -p "${WHEEL_BUILD_DIR}" || die
@@ -1360,6 +1384,9 @@ distutils-r1_python_compile() {
in_iuse debug && use debug &&
MATURIN_PEP517_ARGS+=" 
--cargo-extra-args=--profile=dev"
;;
+   no)
+   return
+   ;;
esac
 
if [[ ${DISTUTILS_USE_PEP517} ]]; then



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

2022-06-08 Thread Michał Górny
commit: ba7451e29bdb6b35971f8639981a2c905bd9bf6b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  7 15:39:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  8 07:53:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7451e2

distutils-r1.eclass: Future-proof python_install() for empty root

Account for the possibility that ${BUILD_DIR}/install does not contain
any files to merge, in preparation for DISTUTILS_USE_PEP517=no.

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

 eclass/distutils-r1.eclass | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index e5e11c75e39f..370b8bb7c6e0 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1484,6 +1484,7 @@ distutils-r1_python_install() {
_python_check_EPYTHON
 
local scriptdir=${EPREFIX}/usr/bin
+   local merge_root=
if [[ ${DISTUTILS_USE_PEP517} ]]; then
local root=${BUILD_DIR}/install
# remove the altered bindir, executables from the package
@@ -1495,6 +1496,10 @@ distutils-r1_python_install() {
mv "${wrapped_scriptdir}" "${root}${scriptdir}" 
|| die
fi
fi
+   # prune empty directories to see if ${root} contains anything
+   # to merge
+   find "${BUILD_DIR}"/install -type d -empty -delete || die
+   [[ -d ${BUILD_DIR}/install ]] && merge_root=1
else
local root=${D%/}/_${EPYTHON}
[[ ${DISTUTILS_SINGLE_IMPL} ]] && root=${D%/}
@@ -1521,6 +1526,8 @@ distutils-r1_python_install() {
addpredict /usr/local # bug 498232
 
if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then
+   merge_root=1
+
# user may override --install-scripts
# note: this is poor but distutils argv parsing is dumb
 
@@ -1549,7 +1556,7 @@ distutils-r1_python_install() {
esetup.py "${args[@]}"
fi
 
-   if [[ ! ${DISTUTILS_SINGLE_IMPL} || ${DISTUTILS_USE_PEP517} ]]; then
+   if [[ ${merge_root} ]]; then
multibuild_merge_root "${root}" "${D%/}"
if [[ ${DISTUTILS_USE_PEP517} ]]; then
# we need to recompile everything here in order to embed



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

2022-06-08 Thread Michał Górny
commit: 69bd074e34a19d59bb4d6cb0a16feadfa6b31458
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 26 09:44:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  8 07:54:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69bd074e

dev-python/gpep517: Use DISTUTILS_USE_PEP517=no

Closes: https://github.com/gentoo/gentoo/pull/25793
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/gpep517/gpep517-6-r1.ebuild | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/dev-python/gpep517/gpep517-6-r1.ebuild 
b/dev-python/gpep517/gpep517-6-r1.ebuild
new file mode 100644
index ..ee64cb1d660f
--- /dev/null
+++ b/dev-python/gpep517/gpep517-6-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 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
+
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A backend script to aid installing Python packages in Gentoo"
+HOMEPAGE="
+   https://pypi.org/project/gpep517/
+   https://github.com/mgorny/gpep517/
+"
+SRC_URI="
+   https://github.com/mgorny/gpep517/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   >=dev-python/installer-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/tomli-1.2.3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_install() {
+   python_domodule gpep517
+   python_newscript - gpep517 <<-EOF
+   #!${EPREFIX}/usr/bin/python
+   import sys
+   from gpep517.__main__ import main
+   sys.exit(main())
+   EOF
+}



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

2022-06-08 Thread Ben Kohler
commit: bbc54d39d2ff1fe2485d3ec46a8dd8905875d9ac
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jun  8 12:01:55 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jun  8 12:01:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc54d39

net-misc/dropbox: add 150.4.5000

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-150.4.5000.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index b6763a2fa6e9..aba200a87c44 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,5 +1,7 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-lnx.x86-147.4.4800.tar.gz 102214911 BLAKE2B 
a35086b6787cf442a326d1f6a3e6bd1d453a6d76817ece33f9a43d6d35182b20c343eafded7a6023b37267fc2c3b99896e28f7913ed18f5541fe107b0235cbe9
 SHA512 
16b40b080ce0b97d0d3da86543a31f07331d27ec42dcf0c06a3632c4e5448ea11f4e2471f3796729de20d13af4bfbc0bf65ae1993eb592f0b170ab44fa441b62
 DIST dropbox-lnx.x86-148.4.4519.tar.gz 103388037 BLAKE2B 
5bc5a7a211dd5d4bfa12070bfcac061fa5ecfce39a7390e945a00ac3e440d5aa82633581538cffe6525dd7d55dbaa68a00648b8e62c6545a395cc6810e0e7d01
 SHA512 
a063e2d3f6d2edc01df9ff40dfefbfef9e42decd8b1088605cab6a1482f73b75908a4350c3053fa05e0c9cf62dd44dbb319cdce8b882bcde6f738255e366c0e5
+DIST dropbox-lnx.x86-150.4.5000.tar.gz 103645837 BLAKE2B 
e6f304c99cfe419aed2afe58a6e4f86dbcb4c81ddc9aed82635b715f735c70b196827bcba169ac04f77520b74aa1ad87507072ab5e383398fd2e03a56f339af1
 SHA512 
90f5568ac372120497b090b60204b3a671b25c38aa93ec0b70d0071bf91c9d656001df3ff1fec2a66fdcf1acdee0b8cc70c110c4d7091d2fac63c389baa70607
 DIST dropbox-lnx.x86_64-147.4.4800.tar.gz 104476319 BLAKE2B 
0bb282285df72bed5da4134b22500f0d3ee649d0b7902c3016288914bf331c40e6704fcbde7de21215ca93500f559f32fb503025f2d18832962650ad85ce6e74
 SHA512 
f54d083d901f0cb2ab53e5fc735f4fd69eb9bce87b5177c2ef9ba54913bab1d286ccd57f7ae13bc09b8dc7482a4209fc9ad792c9f74d550487daee311319c247
 DIST dropbox-lnx.x86_64-148.4.4519.tar.gz 105252627 BLAKE2B 
923412d600c34daa248be2179a8c8d09b097bec9a9efb68bd9df5a8d68e0702336ef35f4c2f9cebb4a45f6bec4f2731d24e9b75a9696f6696216f1388a31d0dc
 SHA512 
b51b06cc9a23a65c5cc75632f5c9b2cfa7e2bff9ced7527f1392c85631622c74bac2e0d3b106883f4e73012563b5eb8fd498e44d617a25bc15a41fe3c7d903cc
+DIST dropbox-lnx.x86_64-150.4.5000.tar.gz 105506526 BLAKE2B 
44b13413b2480afd2849264c59e4d2fb17af014a56e9fbc7b75049b80e12d0ef86edfb1dfdfa3532f261280df7a19444307d862e9695dce3cf147ff39454742b
 SHA512 
9f78e12047fad0c94331c4a12ef72d6afe0b8f044880a08cdc68ac7c9d2596325c5f732805870e656c36ab3825bcefed5542343f76c363811c68507cc8463cf7

diff --git a/net-misc/dropbox/dropbox-150.4.5000.ebuild 
b/net-misc/dropbox/dropbox-150.4.5000.ebuild
new file mode 100644
index ..0c3e0f739306
--- /dev/null
+++ b/net-misc/dropbox/dropbox-150.4.5000.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/;
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf 

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

2022-06-08 Thread Jakov Smolić
commit: 75b3f90973e10d6826e9b0cd5b7e410c9329ff37
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 12:21:28 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 12:21:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b3f909

dev-python/sphinx-pytest: Keyword 0.0.3 ppc64, #850565

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

 dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
index f1de6dd9dadc..9314318cb059 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2022-06-08 Thread Jakov Smolić
commit: 7870ee016a5cf71587c4dc67c4638d808e7c308d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 12:22:27 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 12:22:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7870ee01

dev-lang/python-exec: Stabilize 2.4.9 amd64, #850601

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

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

diff --git a/dev-lang/python-exec/python-exec-2.4.9.ebuild 
b/dev-lang/python-exec/python-exec-2.4.9.ebuild
index 1ab7b820dc99..0871048ac39a 100644
--- a/dev-lang/python-exec/python-exec-2.4.9.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mgorny/python-exec/releases/download/v${PV}/${P}.tar
 
 LICENSE="BSD-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # Internal Python project hack.  Do not copy it.  Ever.
 IUSE="${_PYTHON_ALL_IMPLS[@]/#/python_targets_} +native-symlinks test"
 RESTRICT="!test? ( test )"



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

2022-06-08 Thread Jakov Smolić
commit: 951c153169070ae30d53440fe14a6efb1501cc81
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 12:22:22 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 12:22:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951c1531

net-misc/asterisk-g729: Stabilize 16.0.3.1.9-r1 amd64, #850580

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

 net-misc/asterisk-g729/asterisk-g729-16.0.3.1.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/asterisk-g729/asterisk-g729-16.0.3.1.9-r1.ebuild 
b/net-misc/asterisk-g729/asterisk-g729-16.0.3.1.9-r1.ebuild
index 3bf9d70ec2a1..5f5eeeb743d5 100644
--- a/net-misc/asterisk-g729/asterisk-g729-16.0.3.1.9-r1.ebuild
+++ b/net-misc/asterisk-g729/asterisk-g729-16.0.3.1.9-r1.ebuild
@@ -22,7 +22,7 @@ amd64? (
 
 LICENSE="Digium"
 SLOT="0/${AST_PV}"
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
 
 RDEPEND="=net-misc/asterisk-$(ver_cut 1)*"
 



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

2022-06-08 Thread Jakov Smolić
commit: 2c4dcb75de3869832c2273c58ee8aba368c3d025
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 12:22:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 12:22:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4dcb75

dev-lang/python-exec: Stabilize 2.4.9 x86, #850601

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

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

diff --git a/dev-lang/python-exec/python-exec-2.4.9.ebuild 
b/dev-lang/python-exec/python-exec-2.4.9.ebuild
index d85ad8f0df6c..1ab7b820dc99 100644
--- a/dev-lang/python-exec/python-exec-2.4.9.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mgorny/python-exec/releases/download/v${PV}/${P}.tar
 
 LICENSE="BSD-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # Internal Python project hack.  Do not copy it.  Ever.
 IUSE="${_PYTHON_ALL_IMPLS[@]/#/python_targets_} +native-symlinks test"
 RESTRICT="!test? ( test )"



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

2022-06-08 Thread Jakov Smolić
commit: 180036de48fdadb6392cec5a09bd20a532e20a83
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 12:22:12 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 12:22:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180036de

net-misc/asterisk-g729: Stabilize 16.0.3.1.9-r1 x86, #850580

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

 net-misc/asterisk-g729/asterisk-g729-16.0.3.1.9-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/asterisk-g729/asterisk-g729-16.0.3.1.9-r1.ebuild 
b/net-misc/asterisk-g729/asterisk-g729-16.0.3.1.9-r1.ebuild
index 01114a23c866..3bf9d70ec2a1 100644
--- a/net-misc/asterisk-g729/asterisk-g729-16.0.3.1.9-r1.ebuild
+++ b/net-misc/asterisk-g729/asterisk-g729-16.0.3.1.9-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"
@@ -22,7 +22,7 @@ amd64? (
 
 LICENSE="Digium"
 SLOT="0/${AST_PV}"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 
 RDEPEND="=net-misc/asterisk-$(ver_cut 1)*"
 



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

2022-06-08 Thread Jakov Smolić
commit: 0928e7f50bf3e0bee1911d656121999e93264bfb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 12:22:13 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 12:22:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0928e7f5

net-misc/asterisk-g729: Stabilize 18.0.3.1.9 x86, #850580

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

 net-misc/asterisk-g729/asterisk-g729-18.0.3.1.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/asterisk-g729/asterisk-g729-18.0.3.1.9.ebuild 
b/net-misc/asterisk-g729/asterisk-g729-18.0.3.1.9.ebuild
index 01114a23c866..3bf9d70ec2a1 100644
--- a/net-misc/asterisk-g729/asterisk-g729-18.0.3.1.9.ebuild
+++ b/net-misc/asterisk-g729/asterisk-g729-18.0.3.1.9.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"
@@ -22,7 +22,7 @@ amd64? (
 
 LICENSE="Digium"
 SLOT="0/${AST_PV}"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 
 RDEPEND="=net-misc/asterisk-$(ver_cut 1)*"
 



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

2022-06-08 Thread Jakov Smolić
commit: d3618ec9250cd9ae69b28a1fcc3789e3a4359445
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 12:22:12 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 12:22:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3618ec9

net-misc/asterisk-g729: Stabilize 13.0.3.1.9-r1 x86, #850580

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

 net-misc/asterisk-g729/asterisk-g729-13.0.3.1.9-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/asterisk-g729/asterisk-g729-13.0.3.1.9-r1.ebuild 
b/net-misc/asterisk-g729/asterisk-g729-13.0.3.1.9-r1.ebuild
index 01114a23c866..3bf9d70ec2a1 100644
--- a/net-misc/asterisk-g729/asterisk-g729-13.0.3.1.9-r1.ebuild
+++ b/net-misc/asterisk-g729/asterisk-g729-13.0.3.1.9-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"
@@ -22,7 +22,7 @@ amd64? (
 
 LICENSE="Digium"
 SLOT="0/${AST_PV}"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 
 RDEPEND="=net-misc/asterisk-$(ver_cut 1)*"
 



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

2022-06-08 Thread Jakov Smolić
commit: 4a148c458668136cd69f97088772e74e6be91986
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 12:22:21 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 12:22:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a148c45

net-misc/asterisk-g729: Stabilize 13.0.3.1.9-r1 amd64, #850580

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

 net-misc/asterisk-g729/asterisk-g729-13.0.3.1.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/asterisk-g729/asterisk-g729-13.0.3.1.9-r1.ebuild 
b/net-misc/asterisk-g729/asterisk-g729-13.0.3.1.9-r1.ebuild
index 3bf9d70ec2a1..5f5eeeb743d5 100644
--- a/net-misc/asterisk-g729/asterisk-g729-13.0.3.1.9-r1.ebuild
+++ b/net-misc/asterisk-g729/asterisk-g729-13.0.3.1.9-r1.ebuild
@@ -22,7 +22,7 @@ amd64? (
 
 LICENSE="Digium"
 SLOT="0/${AST_PV}"
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
 
 RDEPEND="=net-misc/asterisk-$(ver_cut 1)*"
 



[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/

2022-06-08 Thread James Le Cuirot
commit: 261d11f6a881b36d8fb2e9fcf3b65ca48d145128
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Jun  8 08:11:24 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Jun  8 08:11:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261d11f6

www-client/vivaldi-snapshot: Drop old 5.3.2679.25

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

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-5.3.2679.25.ebuild| 195 -
 2 files changed, 198 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 6003369c4a8f..d1083fd0875b 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot_5.3.2679.25-1_amd64.deb 88892740 BLAKE2B 
c625d58a9d32be2e65d6e5c20bc42822b081222c0fee29302cd4d722064f5f57b0bb12b216fbaa7691c1f7bebcf81df20adb6dc98f0f85ad6f4248b6aa616cb8
 SHA512 
661950428ce8689b05533ae2514b9961ef3ad94adb1e6224d1fc59dafbc7440ce8339907cef5846c0aaca0aa37a6f4da6fa6c7f76695491218e05b9455c96419
-DIST vivaldi-snapshot_5.3.2679.25-1_arm64.deb 80660840 BLAKE2B 
304b11b3045724b017c44edec00f9aee57f3143c4f498aeb9d2c49ac9d52f32d117d064a235fcecb5f62c2cc4e121e6fa95a12a06f036659684515674c5761ad
 SHA512 
32f3d69840e295ae99165701d71905e40f4c8b8adb25dc493f26cd4202207c4d9447b1e542f799709c9efe222a81c3e20c8f565e2e2f0be21aac3ef10bfc2779
-DIST vivaldi-snapshot_5.3.2679.25-1_armhf.deb 80313340 BLAKE2B 
9fae97f5cff64b23c6e31f7442362005aea36825da9a7f80888adacc9d79375158e02249b93535b4519cd5fcc790d442920a9dda6a0130f700b4850d1f21c22d
 SHA512 
e61dd1cd5759bd0196d012a714307253a6b0c16c7dfdd7e5d8824591d4f4372530d732853f64efa88b85c8d536cb682e25a1857c6bb3d32ad6abd2ad20696d9c
 DIST vivaldi-snapshot_5.3.2679.30-1_amd64.deb 0648 BLAKE2B 
2a41919ef97ff2ce5939b750aa4098a13f8d3aa437f67117ece3b625931c08614c74e781839f467c228d0fa3c3feda4235a76f6edf506b590eb3aa3c89988cf3
 SHA512 
145871bea5ed29b93930951c911dcec0033656f96af30b5273ae2b50aecdf693edf85284bfc97618acfa00a8cf1722c65ba0df2bdd7da744ecc20c5f463b2d37
 DIST vivaldi-snapshot_5.3.2679.30-1_arm64.deb 80724604 BLAKE2B 
832e7d6b6c646f389e73ad7fd69d98751fe761925d303717ab6376232fde542144c840d9b15446f1dada8f80f5c0391ca6bf7628c6e0228fd25092df0b5e28cb
 SHA512 
23a3bf09d4037918d7a8b5c8883dfbf1181b5c7c5020be07bf13fecc42bd01cec037c705d00495cca6b0765c144ebf5de6fa9989ce5bcbcffc7c0a8f33d13de2
 DIST vivaldi-snapshot_5.3.2679.30-1_armhf.deb 80320400 BLAKE2B 
a86615a56b645689bbd410d42e5415452c8ecf1827e59a3043bf353be652a2bf927beb412fa5a46ed7182290f72ac4c0a422ed088502c108eaa2564aea5661fb
 SHA512 
c5681ecb699b0a10f2bd56fd2c91c87410989102913719afd3525293a413e4a7546e8e507852851228be21c41e37872fcc36d26a3a1805d76c14f1cb59de02e8

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-5.3.2679.25.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-5.3.2679.25.ebuild
deleted file mode 100644
index 63af99839e3a..
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-5.3.2679.25.ebuild
+++ /dev/null
@@ -1,195 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_VERSION="102"
-CHROMIUM_LANGS="
-   af
-   am
-   ar
-   bg
-   bn
-   ca
-   cs
-   da
-   de
-   de-CH
-   el
-   en-GB
-   en-US
-   eo
-   es
-   es-419
-   es-PE
-   et
-   fa
-   fi
-   fil
-   fr
-   fy
-   gd
-   gu
-   he
-   hi
-   hr
-   hu
-   id
-   io
-   it
-   ja
-   jbo
-   kab
-   kn
-   ko
-   ku
-   lt
-   lv
-   ml
-   mr
-   ms
-   nb
-   nl
-   nn
-   pl
-   pt-BR
-   pt-PT
-   ro
-   ru
-   sc
-   sk
-   sl
-   sr
-   sv
-   sw
-   ta
-   te
-   th
-   tr
-   uk
-   ur
-   vi
-   zh-CN
-   zh-TW
-"
-
-inherit chromium-2 desktop unpacker xdg
-
-VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/;
-
-if [[ ${PV} = *_p* ]]; then
-   DEB_REV="${PV#*_p}"
-else
-   DEB_REV=1
-fi
-
-KEYWORDS="-* ~amd64 ~arm ~arm64"
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
-
-RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
-RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
-RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
-RE="\bx86\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" x86? ( 
${VIVALDI_BASE_URI}i386.deb )"
-
-LICENSE="Vivaldi"
-SLOT="0"
-IUSE="proprietary-codecs widevine"
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   

[gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-ffi/

2022-06-08 Thread Florian Schmaus
commit: 135969b6c9775125bbc2565fbb7bd575ddf1f0f6
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jan  2 17:07:16 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun  8 08:12:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135969b6

dev-java/jnr-ffi: add 2.2.12

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/jnr-ffi/Manifest  |  1 +
 dev-java/jnr-ffi/jnr-ffi-2.2.12.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-java/jnr-ffi/Manifest b/dev-java/jnr-ffi/Manifest
index a62c50306aae..0ff907a7d130 100644
--- a/dev-java/jnr-ffi/Manifest
+++ b/dev-java/jnr-ffi/Manifest
@@ -1,2 +1,3 @@
 DIST jnr-ffi-2.0.2.tar.gz 170707 BLAKE2B 
fc4f1dcea51939b6098b980b4962380e58ba590ea9d4cdba7823c1372bd645d985ae25d8ebf1f0b575a0e4b5c192e5595094076d3cd44e4bb3c077dd838c170f
 SHA512 
80a932408f5ceaf19fd7a399b786aa0d7b9251ea144bc2755bcf3cdc3aea85615a1faa001bbcd3072bc0eead2aaa30d0bbead5f96c82c4b9e455c1ed1379b4c0
+DIST jnr-ffi-2.2.12.tar.gz 285324 BLAKE2B 
32e866654b901ded7cdc82999d79873d49bd9d3599d265e9d029e7cf8ce1895f9e830a1af75b8c149c3debc5f3d256f6241d706ecbd94277ce1fa49a2868885c
 SHA512 
420adb647c5d0547f0b18e4f8a21096da9aaebbdf0e50761ec1fd6be64ad29649c7af4d6daf0a8c4c38e02a05e0df836de6fdb7776f10c02d8bfd447a11882b3
 DIST jnr-ffi-2.2.8-sources.tar.gz 261959 BLAKE2B 
16f7b89c88a61fa07da65d4e5287258f96550b93898bb7313ddd62d1f002276da86aca2c79874eccb466eaebcad5181ff33539996a6558b6d79ce9280cf9c0a9
 SHA512 
15187d90f15ad82cb6cac0617806ab7d0322bfcb4f44523f2272f93f19ec115625806c9d450bffaa57db32c70906328c8edc905046465b0ec3eb6ff52e500b42

diff --git a/dev-java/jnr-ffi/jnr-ffi-2.2.12.ebuild 
b/dev-java/jnr-ffi/jnr-ffi-2.2.12.ebuild
new file mode 100644
index ..97e586145250
--- /dev/null
+++ b/dev-java/jnr-ffi/jnr-ffi-2.2.12.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/jnr/jnr-ffi/archive/jnr-ffi-2.2.12.tar.gz --slot 2 
--keywords "~amd64 ~arm64 ~ppc64 ~x86" --ebuild jnr-ffi-2.2.12.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="com.github.jnr:jnr-ffi:2.2.12"
+# We don't have junit-jupiter yet
+# JAVA_TESTING_FRAMEWORKS="junit-jupiter"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A library for invoking native functions from java"
+HOMEPAGE="https://github.com/jnr/jnr-ffi;
+SRC_URI="https://github.com/jnr/${PN}/archive/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+CP_DEPEND="
+   dev-java/asm:9
+   >=dev-java/jffi-1.3.8:1.3
+   dev-java/jnr-a64asm:2
+   dev-java/jnr-x86asm:1.0
+"
+
+DEPEND="${CP_DEPEND}
+   >=virtual/jdk-1.8:*"
+
+RDEPEND="${CP_DEPEND}
+   >=virtual/jre-1.8:*"
+
+S="${WORKDIR}/${PN}-${P}"
+
+JAVA_SRC_DIR="src/main/java"
+
+# JAVA_TEST_GENTOO_CLASSPATH="!!!groupId-not-found!!!"
+# JAVA_TEST_SRC_DIR="src/test/java"
+
+src_install() {
+   default # https://bugs.gentoo.org/789582
+   java-pkg-simple_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-posix/, dev-java/jnr-posix/files/

2022-06-08 Thread Florian Schmaus
commit: 2783d0d7e30cd6e107273828faa663d6365bdeb0
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jan  2 15:22:12 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun  8 08:12:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2783d0d7

dev-java/jnr-posix: add 3.1.15

Bug: https://bugs.gentoo.org/827224
Those 2 errors from #827224 no longer occur.

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/jnr-posix/Manifest|  1 +
 .../files/jnr-posix-3.1.15-FileTest.patch  | 48 
 dev-java/jnr-posix/jnr-posix-3.1.15.ebuild | 65 ++
 3 files changed, 114 insertions(+)

diff --git a/dev-java/jnr-posix/Manifest b/dev-java/jnr-posix/Manifest
index 8d1346b1a5b2..2e180c60d0a4 100644
--- a/dev-java/jnr-posix/Manifest
+++ b/dev-java/jnr-posix/Manifest
@@ -1 +1,2 @@
 DIST jnr-posix-3.0.10.tar.gz 85912 BLAKE2B 
b87ff78ccf10718bd1faf9e308421ba3ab5e90dee5e244fb1b7f53592da8ad98973cc50e6469bcea59e1202ee82b3f77522eb95e23584ff70cc66099ef1c4266
 SHA512 
a282c164b0b9ace8aba508a48d08d53beb0ddcd4baf5389412941a1e1430d75df9bdd35935a6982d4bb1910c0fdad55910ba028b1b5388c55e19a6c4ed2ba6a1
+DIST jnr-posix-3.1.15.tar.gz 120573 BLAKE2B 
8035308440e444876d8d955ec3dd0b9d41f770436b53f964795a183ed7bd676dda8787c37425c488af2aa0accc948b86d1773e7e97ee5bcdaf209383dfda24a6
 SHA512 
6c8cd6d43c509ef7c16901d02983b823464b3437019233021398b2a9dfc85923db87c585e2f8248f080447a990e308feff25bbbf2a7261019dcae66c22e14a91

diff --git a/dev-java/jnr-posix/files/jnr-posix-3.1.15-FileTest.patch 
b/dev-java/jnr-posix/files/jnr-posix-3.1.15-FileTest.patch
new file mode 100644
index ..eba2a6fc450a
--- /dev/null
+++ b/dev-java/jnr-posix/files/jnr-posix-3.1.15-FileTest.patch
@@ -0,0 +1,48 @@
+diff --git a/src/test/java/jnr/posix/FileTest.java 
b/src/test/java/jnr/posix/FileTest.java
+index afadb07..7eb8af7 100644
+--- a/src/test/java/jnr/posix/FileTest.java
 b/src/test/java/jnr/posix/FileTest.java
+@@ -8,6 +8,7 @@ import jnr.ffi.Pointer;
+ import jnr.posix.util.Platform;
+ import org.junit.BeforeClass;
+ import org.junit.Test;
++import org.junit.Ignore;
+ 
+ import java.io.*;
+ import java.nio.ByteBuffer;
+@@ -215,7 +216,7 @@ public class FileTest {
+ dir.delete();
+ }
+ 
+-@Test
++@Ignore @Test
+ public void flockTest() throws Throwable {
+ if (!Platform.IS_WINDOWS) {
+ File tmp = File.createTempFile("flockTest", "tmp");
+@@ -236,7 +237,7 @@ public class FileTest {
+ }
+ }
+ 
+-@Test
++@Ignore @Test
+ public void dupTest() throws Throwable {
+ File tmp = File.createTempFile("dupTest", "tmp");
+ RandomAccessFile raf = new RandomAccessFile(tmp, "rw");
+@@ -303,7 +304,7 @@ public class FileTest {
+ }
+ }
+ 
+-@Test
++@Ignore @Test
+ public void fcntlDupfdWithArgTest() throws Throwable {
+ if (!Platform.IS_WINDOWS) {
+ File tmp = File.createTempFile("dupTest", "tmp");
+@@ -327,7 +328,7 @@ public class FileTest {
+ }
+ }
+ 
+-@Test
++@Ignore @Test
+ public void closeTest() throws Throwable {
+ File tmp = File.createTempFile("closeTest", "tmp");
+ int fd = 
getFdFromDescriptor(JavaLibCHelper.getDescriptorFromChannel(new 
RandomAccessFile(tmp, "rw").getChannel()));

diff --git a/dev-java/jnr-posix/jnr-posix-3.1.15.ebuild 
b/dev-java/jnr-posix/jnr-posix-3.1.15.ebuild
new file mode 100644
index ..5e4a34bbddea
--- /dev/null
+++ b/dev-java/jnr-posix/jnr-posix-3.1.15.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/jnr/jnr-posix/archive/jnr-posix-3.1.15.tar.gz --slot 3.0 
--keywords "~amd64 ~arm64 ~ppc64 ~x86" --ebuild jnr-posix-3.1.15.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="com.github.jnr:jnr-posix:3.1.15"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Common cross-project/cross-platform POSIX APIs"
+HOMEPAGE="https://github.com/jnr/jnr-posix;
+SRC_URI="https://github.com/jnr/${PN}/archive/${P}.tar.gz;
+
+LICENSE="EPL-2.0 GPL-2 LGPL-2.1"
+SLOT="3.0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+CP_DEPEND="
+   >=dev-java/jnr-ffi-2.2.12:2
+   dev-java/jnr-constants:0
+"
+
+DEPEND="${CP_DEPEND}
+   >=virtual/jdk-11:*"
+
+RDEPEND="${CP_DEPEND}
+   >=virtual/jre-1.8:*"
+
+S="${WORKDIR}/${PN}-${P}"
+
+JAVA_SRC_DIR="src/main/java"
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4"
+JAVA_TEST_SRC_DIR="src/test/java"
+
+src_test() {
+   JAVA_TEST_EXCLUDES=(
+   # 
https://github.com/jnr/jnr-posix/blob/jnr-posix-3.1.15/pom.xml#L185
+   # **/windows/*Test.java
+   "jnr.posix.windows.WindowsFileTest"
+ 

[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/

2022-06-08 Thread James Le Cuirot
commit: 5178c8afe0d06aa04d6c458f4e299fd66c720f40
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Jun  8 08:10:03 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Jun  8 08:10:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5178c8af

www-client/vivaldi-snapshot: Add version 5.3.2679.46

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-5.3.2679.46.ebuild| 195 +
 2 files changed, 198 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 7a9cd6cb2158..6003369c4a8f 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-snapshot_5.3.2679.25-1_armhf.deb 80313340 BLAKE2B 
9fae97f5cff64b23c
 DIST vivaldi-snapshot_5.3.2679.30-1_amd64.deb 0648 BLAKE2B 
2a41919ef97ff2ce5939b750aa4098a13f8d3aa437f67117ece3b625931c08614c74e781839f467c228d0fa3c3feda4235a76f6edf506b590eb3aa3c89988cf3
 SHA512 
145871bea5ed29b93930951c911dcec0033656f96af30b5273ae2b50aecdf693edf85284bfc97618acfa00a8cf1722c65ba0df2bdd7da744ecc20c5f463b2d37
 DIST vivaldi-snapshot_5.3.2679.30-1_arm64.deb 80724604 BLAKE2B 
832e7d6b6c646f389e73ad7fd69d98751fe761925d303717ab6376232fde542144c840d9b15446f1dada8f80f5c0391ca6bf7628c6e0228fd25092df0b5e28cb
 SHA512 
23a3bf09d4037918d7a8b5c8883dfbf1181b5c7c5020be07bf13fecc42bd01cec037c705d00495cca6b0765c144ebf5de6fa9989ce5bcbcffc7c0a8f33d13de2
 DIST vivaldi-snapshot_5.3.2679.30-1_armhf.deb 80320400 BLAKE2B 
a86615a56b645689bbd410d42e5415452c8ecf1827e59a3043bf353be652a2bf927beb412fa5a46ed7182290f72ac4c0a422ed088502c108eaa2564aea5661fb
 SHA512 
c5681ecb699b0a10f2bd56fd2c91c87410989102913719afd3525293a413e4a7546e8e507852851228be21c41e37872fcc36d26a3a1805d76c14f1cb59de02e8
+DIST vivaldi-snapshot_5.3.2679.46-1_amd64.deb 89889532 BLAKE2B 
23b32123f9dee0fbdf10b7d036d5ed48a18a86dc60060b09d8599e46a50a8fa32bed9f71e9f7a0fa84262868324c6c57a2331f44152045ca0f7cfa60dd44ff53
 SHA512 
0c71edfaf6cd4503e008fb93cc8321abcf6a7c88b2cc53f9ded747121d3ce8dba539704414762a3241dd424b73d29ff54e56520936ae4abdfde843ece29298fb
+DIST vivaldi-snapshot_5.3.2679.46-1_arm64.deb 81639900 BLAKE2B 
98421bad31b4e1e8f89b4a5b4da4e97248eaab318457122b0e68dc190d94e6ff2dfc23e0266c18c1cddd0753bc731e3a5bc9712ad6234b3eb80b343863dd073e
 SHA512 
93f5072edb46f417b08ec4558c46232706a10656600f5777e977bf82c06276faf6369d879195da4265c11041ef12d53d3eca43dd946350a2dee5242b7afcc284
+DIST vivaldi-snapshot_5.3.2679.46-1_armhf.deb 81289752 BLAKE2B 
682c0d5c77c868629b073c071d13d856f7c7bf153f8b4b7124451f4a886efc687caa35af3170e1c37f8715eaca68a2cf36f7786b36d297a868a40e94f6f9aff2
 SHA512 
b2ae390467d2d5da85af56805adebda5e6bd18e952f9bae36793a1cc40f4cd5901452f51a2e976ecedb29f8dd3c333043ce3b78ae9debe8ee4e658ff20c5a124

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-5.3.2679.46.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-5.3.2679.46.ebuild
new file mode 100644
index ..63af99839e3a
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-5.3.2679.46.ebuild
@@ -0,0 +1,195 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_VERSION="102"
+CHROMIUM_LANGS="
+   af
+   am
+   ar
+   bg
+   bn
+   ca
+   cs
+   da
+   de
+   de-CH
+   el
+   en-GB
+   en-US
+   eo
+   es
+   es-419
+   es-PE
+   et
+   fa
+   fi
+   fil
+   fr
+   fy
+   gd
+   gu
+   he
+   hi
+   hr
+   hu
+   id
+   io
+   it
+   ja
+   jbo
+   kab
+   kn
+   ko
+   ku
+   lt
+   lv
+   ml
+   mr
+   ms
+   nb
+   nl
+   nn
+   pl
+   pt-BR
+   pt-PT
+   ro
+   ru
+   sc
+   sk
+   sl
+   sr
+   sv
+   sw
+   ta
+   te
+   th
+   tr
+   uk
+   ur
+   vi
+   zh-CN
+   zh-TW
+"
+
+inherit chromium-2 desktop unpacker xdg
+
+VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/;
+
+if [[ ${PV} = *_p* ]]; then
+   DEB_REV="${PV#*_p}"
+else
+   DEB_REV=1
+fi
+
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
+
+RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
+RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
+RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
+RE="\bx86\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" x86? ( 
${VIVALDI_BASE_URI}i386.deb )"
+
+LICENSE="Vivaldi"
+SLOT="0"

[gentoo-commits] repo/gentoo:master commit in: dev-java/xml-commons-resolver/

2022-06-08 Thread Florian Schmaus
commit: 22f003b7de9df6a6c513c7174043f09cd5ef6cd7
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Jun  2 08:11:30 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun  8 08:12:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f003b7

dev-java/xml-commons-resolver: add missing resources and Main-Class

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25728
Signed-off-by: Florian Schmaus  gentoo.org>

 .../xml-commons-resolver-1.2-r3.ebuild | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r3.ebuild 
b/dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r3.ebuild
new file mode 100644
index ..df851d6671ae
--- /dev/null
+++ b/dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="xml-resolver:xml-resolver:1.2"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="An XML Entity and URI Resolver"
+HOMEPAGE="https://xerces.apache.org/xml-commons/components/resolver/;
+SRC_URI="mirror://apache/xerces/xml-commons/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+DOCS=( KEYS LICENSE.resolver.txt NOTICE-resolver.txt )
+HTML_DOCS=( docs/resolver{,-release-notes}.html )
+
+S="${WORKDIR}/${P}"
+
+JAVA_SRC_DIR="src"
+JAVA_RESOURCE_DIRS="resources"
+JAVA_MAIN_CLASS="org.apache.xml.resolver.apps.resolver"
+
+src_prepare() {
+   default
+   java-pkg_clean
+   rm -rv src/org/apache/xml/resolver/tests || die
+   mkdir -p resources/org/apache/xml/resolver || die
+   mv etc resources/org/apache/xml/resolver || die
+}
+
+src_install() {
+   default
+   java-pkg-simple_src_install
+}



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

2022-06-08 Thread Florian Schmaus
commit: fe6d375af0f7b57016f4fd18c2a099f01d4e816c
Author: Henning Schild  hennsch  de>
AuthorDate: Thu Jun  2 18:07:49 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun  8 08:12:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6d375a

sci-geosciences/josm-bin: version bump to 18463

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/25730
Signed-off-by: Florian Schmaus  gentoo.org>

 sci-geosciences/josm-bin/Manifest  |  1 +
 sci-geosciences/josm-bin/josm-bin-18463.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/sci-geosciences/josm-bin/Manifest 
b/sci-geosciences/josm-bin/Manifest
index 1430b59618ab..4492cf81377d 100644
--- a/sci-geosciences/josm-bin/Manifest
+++ b/sci-geosciences/josm-bin/Manifest
@@ -1 +1,2 @@
 DIST josm-snapshot-18427.jar 16255913 BLAKE2B 
9c47d32ab2e199645aa84b6ccdec710cb95e93df7b7c5745378aa2338ead4bd3ad851bca91b701de4f2e4f9e815fb8a6b71aa203c81e2ec323cc43d8d79fe110
 SHA512 
5269c3bba5d0376c4da9eb9cd561429d9b92ee554b458fd00f3e93607420cdbcdcc5389b58966a15b6ef2a3b94d3bb4bb5d421c5e28e1b6575369df44ed96f87
+DIST josm-snapshot-18463.jar 16273803 BLAKE2B 
043121ca1e7512207608dfaa549a53d70532a6844028f2fb2554fc187e41f4220a5aec9032c734356f6f1f42478c5bdb74d7498a9c45929daa430e89ba61c64f
 SHA512 
46152f16a3a019d9231a27f584e5bd8b5865c01e2a9bf94179c81c69fd32fcf532b6d0e41bf431c3981a0bf375ce7be17551b3c2d7fb0734671bc4e59071

diff --git a/sci-geosciences/josm-bin/josm-bin-18463.ebuild 
b/sci-geosciences/josm-bin/josm-bin-18463.ebuild
new file mode 100644
index ..3a5ff50d232a
--- /dev/null
+++ b/sci-geosciences/josm-bin/josm-bin-18463.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop java-utils-2 xdg
+
+DESCRIPTION="Java-based editor for the OpenStreetMap project"
+HOMEPAGE="https://josm.openstreetmap.de/;
+SRC_URI="https://josm.openstreetmap.de/download/josm-snapshot-${PV}.jar;
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0 GPL-2+ GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8"
+BDEPEND="app-arch/unzip"
+
+src_install() {
+   java-pkg_newjar "${DISTDIR}/${A}" ${PN}.jar
+   java-pkg_dolauncher ${PN} --jar ${PN}.jar
+
+   local icon_size
+   for icon_size in 16 32 48; do
+   newicon -s ${icon_size} -t hicolor \
+   images/logo_${icon_size}x${icon_size}x32.png ${PN}.png
+   newicon -s ${icon_size} -t locolor \
+   images/logo_${icon_size}x${icon_size}x8.png ${PN}.png
+   done
+   make_desktop_entry ${PN} "Java OpenStreetMap Editor" ${PN} 
"Utility;Science;Geoscience"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-netdb/

2022-06-08 Thread Florian Schmaus
commit: cd4a1eab77ead8b80af97c2a667f73abebf2561a
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon May 30 20:10:56 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun  8 08:12:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4a1eab

dev-java/jnr-netdb: add 1.2.0

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25690
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/jnr-netdb/Manifest   |  1 +
 dev-java/jnr-netdb/jnr-netdb-1.2.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-java/jnr-netdb/Manifest b/dev-java/jnr-netdb/Manifest
index 1ca6fa73f8ea..9ac877e87be7 100644
--- a/dev-java/jnr-netdb/Manifest
+++ b/dev-java/jnr-netdb/Manifest
@@ -1 +1,2 @@
 DIST jnr-netdb-1.1.4.tar.gz 648347 BLAKE2B 
08953f93fe4a6146dfc77c463e07a8b9f6e784ffc26165d7409a623756733a7598b4d0a3fa55302b5f9b01c870cee3062f310c74e20f6a8a11ff1b41d38a0d7a
 SHA512 
949a744b1d443cde564a2582baf7b4323c721417f32a45fd7413f791823cac5877bef62ed0d3079345631b908a581a1acf83dd00a926f87ebbd8e61d38a20195
+DIST jnr-netdb-1.2.0.tar.gz 649059 BLAKE2B 
660074d3a0d201784bddb259796ee4bb87a3579d6cb5c3bf171d34e525c768c8c9282d8a99c250282d108011c0cf4bc9b8cf32dc7f3edc7e0a2b1cbaf9d4
 SHA512 
6eeb21d42b1eb7c0beed4f263c3440c7e5ae15f76365fb189fc8727c824e01d92662564ae641e1233ec0df68f6761c3c31a8a61891de59a524c213959bd32856

diff --git a/dev-java/jnr-netdb/jnr-netdb-1.2.0.ebuild 
b/dev-java/jnr-netdb/jnr-netdb-1.2.0.ebuild
new file mode 100644
index ..e45ee7a9304b
--- /dev/null
+++ b/dev-java/jnr-netdb/jnr-netdb-1.2.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Network services database access for java"
+HOMEPAGE="https://github.com/jnr/jnr-netdb;
+SRC_URI="https://github.com/jnr/jnr-netdb/archive/jnr-netdb-${PV}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="1.0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+CP_DEPEND="
+   dev-java/jnr-ffi:2"
+
+RDEPEND="${CP_DEPEND}
+   >=virtual/jre-1.8:*"
+
+DEPEND="${CP_DEPEND}
+   >=virtual/jdk-1.8:*"
+
+S="${WORKDIR}/${PN}-${P}"
+
+JAVA_SRC_DIR="src/main/java"
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4"
+JAVA_TEST_SRC_DIR="src/test/java"
+
+src_prepare() {
+   default
+   java-pkg_clean
+}
+
+src_install() {
+   default # https://bugs.gentoo.org/789582
+   java-pkg-simple_src_install
+}



  1   2   3   4   >