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

2022-03-14 Thread Ionen Wolkens
commit: dac7013159c6d311379a5becb7040d72afb419ae
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 10:59:46 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac70131

games-emulation/pcsx2: drop 1.6.0-r2

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

 games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild | 109 
 1 file changed, 109 deletions(-)

diff --git a/games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild 
b/games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild
deleted file mode 100644
index a9b0dc2b9ffb..
--- a/games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0-gtk3"
-inherit cmake fcaps flag-o-matic multilib toolchain-funcs wxwidgets
-
-MY_PV="${PV/_/-}"
-
-DESCRIPTION="A PlayStation 2 emulator"
-HOMEPAGE="https://pcsx2.net/;
-SRC_URI="https://github.com/PCSX2/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-RDEPEND="
-   app-arch/bzip2[abi_x86_32(-)]
-   app-arch/xz-utils[abi_x86_32(-)]
-   dev-libs/libaio[abi_x86_32(-)]
-   dev-libs/libxml2:2[abi_x86_32(-)]
-   media-libs/alsa-lib[abi_x86_32(-)]
-   media-libs/libpng:=[abi_x86_32(-)]
-   media-libs/libsdl2[abi_x86_32(-),haptic,joystick,sound]
-   media-libs/libsoundtouch[abi_x86_32(-)]
-   media-libs/portaudio[abi_x86_32(-)]
-   net-libs/libpcap[abi_x86_32(-)]
-   sys-libs/zlib[abi_x86_32(-)]
-   virtual/libudev[abi_x86_32(-)]
-   virtual/opengl[abi_x86_32(-)]
-   x11-libs/gtk+:3[abi_x86_32(-)]
-   x11-libs/libICE[abi_x86_32(-)]
-   x11-libs/libX11[abi_x86_32(-)]
-   x11-libs/libXext[abi_x86_32(-)]
-   x11-libs/wxGTK:${WX_GTK_VER}[abi_x86_32(-),X]
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-FILECAPS=(
-   -m 755 "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/PCSX2
-)
-
-PATCHES=(
-   "${FILESDIR}/${P}-disable-setcap.patch"
-)
-
-pkg_setup() {
-   if [[ ${MERGE_TYPE} != binary && $(tc-getCC) == *gcc* ]]; then
-   # -mxsave flag is needed when GCC >= 8.2 is used
-   # https://bugs.gentoo.org/685156
-   if [[ $(gcc-major-version) -gt 8 || $(gcc-major-version) == 8 
&& $(gcc-minor-version) -ge 2 ]]; then
-   append-flags -mxsave
-   fi
-   fi
-}
-
-src_configure() {
-   multilib_toolchain_setup x86
-   # Build with ld.gold fails
-   # https://github.com/PCSX2/pcsx2/issues/1671
-   tc-ld-disable-gold
-
-   # pcsx2 build scripts will force CMAKE_BUILD_TYPE=Devel
-   # if it something other than "Devel|Debug|Release"
-   local CMAKE_BUILD_TYPE="Release"
-
-   if use amd64; then
-   # Passing correct CMAKE_TOOLCHAIN_FILE for amd64
-   # https://github.com/PCSX2/pcsx2/pull/422
-   local 
MYCMAKEARGS=(-DCMAKE_TOOLCHAIN_FILE=cmake/linux-compiler-i386-multilib.cmake)
-   fi
-
-   local mycmakeargs=(
-   -DARCH_FLAG=
-   -DDISABLE_BUILD_DATE=TRUE
-   -DDISABLE_PCSX2_WRAPPER=TRUE
-   -DDISABLE_SETCAP=TRUE
-   -DEXTRA_PLUGINS=FALSE
-   -DOPTIMIZATION_FLAG=
-   -DPACKAGE_MODE=TRUE
-   -DXDG_STD=TRUE
-
-   -DCMAKE_LIBRARY_PATH="/usr/$(get_libdir)/${PN}"
-   -DDOC_DIR=/usr/share/doc/"${PF}"
-   -DEGL_API=FALSE
-   -DGTK3_API=TRUE
-   -DOPENCL_API=FALSE
-   -DPLUGIN_DIR="/usr/$(get_libdir)/${PN}"
-   # wxGTK must be built against same sdl version
-   -DSDL2_API=TRUE
-   -DUSE_VTUNE=FALSE
-   )
-
-   setup-wxwidgets
-   cmake_src_configure
-}
-
-src_install() {
-   # Upstream issues:
-   #  https://github.com/PCSX2/pcsx2/issues/417
-   #  https://github.com/PCSX2/pcsx2/issues/3077
-   QA_EXECSTACK="usr/bin/PCSX2"
-   QA_TEXTRELS="usr/$(get_libdir)/pcsx2/* usr/bin/PCSX2"
-   cmake_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/

2022-03-14 Thread Ionen Wolkens
commit: bec8dd27edf1ff2edbf91482681a759f12f557a6
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 11:03:47 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec8dd27

games-kids/gmult: drop 9.0

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

 games-kids/gmult/Manifest |  1 -
 games-kids/gmult/gmult-9.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index 6aeaa2c2d824..e609bd66bcf3 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1,2 +1 @@
 DIST gmult-10.0.tar.xz 186116 BLAKE2B 
0c3936983e1c6e72de7aa4056abdb1ec53af282d3927ca34a622d531966adc62e2e9c6740ab6c0cb3cfc9aedc21344c8866c5a2388498bd97c0faa3d32fae80b
 SHA512 
f3eb639d4d6a67ca7d11595f0c4d4c2da613a95714f647536485fef4b64d277bf6f5bf163e363da691806b53ea885c56844287fe943fd521f995c7cce18b6a36
-DIST gmult-9.0.tar.xz 47936 BLAKE2B 
ae0ebbebbdd949f7e990c6209c2ff695d34cf8e06a1e43fca137d9417b387fa58b1021f3bea5adace1832a39f60c5f2f77864ace888e4f1e70bed722951fd00e
 SHA512 
b087406b1ea3743bc2ab292b9590a1d58451ca593d719b3539f22956304cd1004feed0fbf68c6a1bd0439f476c83f72287720d8937646ab214e6e50a4b04a27a

diff --git a/games-kids/gmult/gmult-9.0.ebuild 
b/games-kids/gmult/gmult-9.0.ebuild
deleted file mode 100644
index 9af0c3801d31..
--- a/games-kids/gmult/gmult-9.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson vala xdg
-
-DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in 
Emacs"
-HOMEPAGE="https://launchpad.net/gmult;
-SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.xz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-libs/glib:2
-   virtual/libintl
-   x11-libs/cairo
-   x11-libs/gtk+:3"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-util/desktop-file-utils
-   sys-devel/gettext"
-
-src_prepare() {
-   default
-   vala_src_prepare
-}



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

2022-03-14 Thread Ionen Wolkens
commit: 3ea9ece355a01b017f9c9c9e48dab0fadd4271cf
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 11:00:32 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea9ece3

dev-util/maturin: drop 0.12.9

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

 dev-util/maturin/Manifest  |  15 --
 dev-util/maturin/maturin-0.12.9.ebuild | 349 -
 2 files changed, 364 deletions(-)

diff --git a/dev-util/maturin/Manifest b/dev-util/maturin/Manifest
index 63cd78f72c5c..db3e6d491829 100644
--- a/dev-util/maturin/Manifest
+++ b/dev-util/maturin/Manifest
@@ -6,7 +6,6 @@ DIST aesni-0.10.0.crate 100248 BLAKE2B 
2dba6f1004495a725acf171eeae5a6e393475323e
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST anyhow-1.0.52.crate 44224 BLAKE2B 
79d68d3390d27e0e27f9db784ad10b5d7845dec7949fbc722f944ef3988419acd72c509b44a4544e99bea5e57407da5b1ce40a96277d307fc408c958ea915c31
 SHA512 
b87e0b304daff85894c34060b97379d8e3d9be03078275313035c7142c76b3e59922b25924ac98a0b1b70fc98746eb174ca4b7ef33a26e115f294c1f1200aa6a
-DIST anyhow-1.0.53.crate 44233 BLAKE2B 
09033ff6e5a64456dea7d9c9039479c02334aefe3cebc449150df16486be3c0c52005bc3b6153c9a044671c52f36a16e97033ff68ffc4fa66e44cffbdcae23b5
 SHA512 
3c7e03a02b75982bd43f73503f0e12382e03d74136ddccde753617f6a8fd9d28eaf5b67f8fceb7d2dd70ea5414995cbaeb7ae1776bad31c6c8c084614f8376df
 DIST anyhow-1.0.56.crate 44780 BLAKE2B 
142a2c02e51dc6fa2709d349881aea404b14dbdfa379ddd6a99672df4977dcca0658897c9e9881e291fb56f5b522cf2a0e2da12afb7038d0929d05f436ff68a9
 SHA512 
9dc8233b87f8229676ad08903cc1507370588d63702c10bff3426d00ce10754744477d5ba3396c94e7128eeef12c647f8f042de8cc6d1943c2882785ac7ebab5
 DIST async-io-1.6.0.crate 32282 BLAKE2B 
fdd46328b23d58058d4501f6a30e396302c36f9a8f91276e6b50b9ddd628a63b8af22e35b5efb4c7cd91cc6c823ffa2ecc492da525c1139f30c02004f0a5b0a7
 SHA512 
0451c6d53da593bc1753ab56c043d855d2642de5679265970ade0c63cef09268ac5b133100230637bf16506f475e322ffea2c85f8eaa3788a0bbe24ff7e671f5
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
@@ -45,13 +44,9 @@ DIST charset-0.1.3.crate 14330 BLAKE2B 
928771e37cc4f86f49cf09b671cc016cb66227579
 DIST chunked_transfer-1.4.0.crate 9238 BLAKE2B 
b29737023c78041fa1166d56bb5fb7be2e502b06c56b0fe127c1ec2eaaf3ebdbf9bfdc8645d7234dc17703706529406072b90fb06a15df482b1065044d3dd4c4
 SHA512 
b3891bc1b101677c2ae6bbac19e74f5ad0aee7b499b0a339b78fa0af7150b2ae0b2151d640bd2a7c4d052a12cf935d16e04db3d37d0048ec1d79a9ff01f13389
 DIST cipher-0.2.5.crate 13099 BLAKE2B 
a728a53007340dcc55da52cc170e5b801c8ad20c4e159d31200d5ab7f8bf4407af9a60713b4385ef0d65c06cc81692cfbd7339cb7449367d1eaf7c529ca34373
 SHA512 
e55627f5424d9b566dfb0787eebb1fb17ae98b4016c9091e87040ed37b36e0256b7681958a0d90aaf06c125c71123270bf986128ca1e0dc125f3162a868848b9
 DIST clap-2.34.0.crate 202210 BLAKE2B 
f383adf1d757ac4b68995132b33837686ce451f85a02a8d05d2c746da398510d05d46330f3efade063c3952aacb1754cdac73dd0afcae0df5340a89f9353aa1c
 SHA512 
c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8
-DIST clap-3.0.14.crate 191513 BLAKE2B 
f6f0b7a03198accc6a960cdfbd02c177797367a8d2f5aa284d41fec66d224b38bd72c6d025a9fdec4ab1202cab1ba3942926ecdd8c182fbb66173d5c0837f859
 SHA512 
51eb7e48e6ea74b84f4e0ef0c66f9742ee0a748fa87c39b10afba9697dbbf2b30a0ab93fb8ce9437fef1443a96414dc71ccc2b3fe70cc4af779bfd2308b15a34
 DIST clap-3.1.6.crate 202211 BLAKE2B 
9fbd6d5ad8442118716e01c10ec9388644ef6e5621019a1245ae937324265b96d50aa70777d149daeea6f812ee05414623f938a056c38a201d9f6ee0b98bded5
 SHA512 
397c277eeb9acafc1098f6b6aa7e428cf7c7016356a99139dbff66dd6c6e12434b14a457679fd99ea50c1fb0b54b9b96bad65f1198025986835810484e542824
-DIST clap_complete-3.0.6.crate 22366 BLAKE2B 
1c47afd87bfd602b23650c7b8bb5121fe8b665b6aacdff7107e9d563ab202aaf8a9a559b568f53a7c7e47cc329de81618d90068f65e0be79426c3499bae6cc11
 SHA512 
053be93685a647cbc6534d7b7fdf052aeb6dea9b9c3959a94ee686e63506f97a03bf6d20c3dc7412f719da9f25df585bdbf70bf59ea9f67bd554e0619098fa67
 DIST clap_complete-3.1.1.crate 22432 BLAKE2B 

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

2022-03-14 Thread Ionen Wolkens
commit: b57e1cc2fe7e5c57f57974b9d1ffebec0a8f8d30
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 11:11:05 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57e1cc2

x11-terms/kitty: stabilize 0.24.4 for amd64, x86

0.24.x been plagued with regressions but seems sorted out with .4
(also, work on 0.25.x has started so probably no .5 coming).

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

 x11-terms/kitty/kitty-0.24.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/kitty/kitty-0.24.4.ebuild 
b/x11-terms/kitty/kitty-0.24.4.ebuild
index 22dc6f82a916..dffd2c441579 100644
--- a/x11-terms/kitty/kitty-0.24.4.ebuild
+++ b/x11-terms/kitty/kitty-0.24.4.ebuild
@@ -15,7 +15,7 @@ else

https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz
verify-sig? ( 
https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz.sig )"

VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/kovidgoyal.gpg"
-   KEYWORDS="~amd64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Fast, feature-rich, GPU-based terminal"



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

2022-03-14 Thread Ionen Wolkens
commit: 2960622baa0fff38738e14eff646d954076a8714
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 11:07:41 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2960622b

x11-terms/kitty-terminfo: drop 0.24.3

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

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

diff --git a/x11-terms/kitty-terminfo/Manifest 
b/x11-terms/kitty-terminfo/Manifest
index 69b9b65a2068..6c36e90958ef 100644
--- a/x11-terms/kitty-terminfo/Manifest
+++ b/x11-terms/kitty-terminfo/Manifest
@@ -1,3 +1,2 @@
 DIST kitty-0.23.1.tar.xz 184 BLAKE2B 
f452e338fb72f723f2c028f90c20654cf80c5ee1aff924954f81f16445c9f4c10c77bd67d47ae5564b45496012dd1b7de447cdf3974b6913a39d170749878a73
 SHA512 
2d0c822e6bfca41b0a5e5e71e62f5073792b10c236287a509a6c790e19d098205c8719dbcb4aa630abbbaa3d44d6c9986c13efde7a9556772a89709383a0fe94
-DIST kitty-0.24.3.tar.xz 4614252 BLAKE2B 
04c9904e20aae0ed12d41dc01ea4fbb5e36430e50087821845c0bd3e6d8dd0ab2a090f8ebff8fd66fe9f2b0a3efe52f0434008b4484cbe27a58b05c6e4f56d73
 SHA512 
2b1482164fb1aabfa2f775f24d0ffbbbd1e8a85cf114a2daa411379ea8dbcea6ae5f361997132fb4d773fed8adeec4c04ffb4e615a470cefeb794d8a39c94c0a
 DIST kitty-0.24.4.tar.xz 4613232 BLAKE2B 
3bcb957a2d1b43cbf07fbd12e5d098e0b9616370761d9f9629e8b39419405fb146d91281912f55b35611cf01d4e33232224cc3b710044d8423300c9b53c8
 SHA512 
28b1e2415b5c73ad8922d4ed17a63638c497a91c9aedba71c2f53e77fc89ed49951a2e873bba5bbe85c8eda22107d9ff4e4321010ac33a2d289c2fbd5d3a5b8f

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



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/rapidyaml/files/, dev-cpp/rapidyaml/

2022-03-14 Thread Ionen Wolkens
commit: d335082b3d4e411336ee21c318753edd228aeddb
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 11:05:29 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d335082b

dev-cpp/rapidyaml: drop 0.3.0, 0.4.0

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

 dev-cpp/rapidyaml/Manifest |  6 --
 .../files/rapidyaml-0.3.0-no-download.patch| 23 --
 dev-cpp/rapidyaml/rapidyaml-0.3.0.ebuild   | 80 -
 dev-cpp/rapidyaml/rapidyaml-0.4.0.ebuild   | 81 --
 4 files changed, 190 deletions(-)

diff --git a/dev-cpp/rapidyaml/Manifest b/dev-cpp/rapidyaml/Manifest
index 51834111728a..48a56f090050 100644
--- a/dev-cpp/rapidyaml/Manifest
+++ b/dev-cpp/rapidyaml/Manifest
@@ -1,10 +1,4 @@
-DIST c4fs-1abba005074022f07d2d9d11ec6a786f2a1f1380.tar.gz 22104 BLAKE2B 
ea9a063de87962d620e98bad573b1eef9a65cffdacdeab241fd91982f3da93ab01b1bfd6fd87eac5def0b8523f6f2ce32e9321385fb07a6f108dcb68630af1f5
 SHA512 
00aa29f818a13301df3506ae2b0bc8b527a6d292eb09ccc69681c2ad92ec270aeb635680543dfe1e761a82206c97f8347337a152728eb49d918284e043d32096
-DIST c4fs-603fce2ad34820c43b1ad60070a77d792636f5aa.tar.gz 22166 BLAKE2B 
9be9936f93a58dd58ff011fe8db5103a884125b2906131a9a26d624bb77bfb6a924af08b519d19ef1a9f176bd5271a6c4e586ea0e9814bcd42095df426249a92
 SHA512 
f27d460aa30302d067f44d83a10c846e5d3ad9a3a710b5d0209fac3c2fb5ac62fa247fdc8192ab94b2274dc4061bd9b4cc46c3dac6c96f0da8dc200f9bedb562
 DIST c4fs-f78cbd86a77c976395c9834726a14a1bba059af0.tar.gz 22163 BLAKE2B 
c3ed63e9e92dbcba63faa415d4de56ce275fb3b493238235930c629362d75e08ca2f6ec2ad34fda12154544b9972e45b75c24c5a9c80d9d7a68febe6f6e462c8
 SHA512 
c25d1122851ef2d46b00a2fd5083313c742758530a0d5a9c0353ccd637fbe38228ef8fb45bc8addf9006cc7655dec4b4fc571af13dcedf75f19c551c5011e377
-DIST c4log-b8b86f33fc7539661e302171ee6dcc4a17859e67.tar.gz 11983 BLAKE2B 
8f2f18e85e01ffe76a2705d181260c7f1c0979009c09c6037097c7711d590f576816e39e869b30cad7b8134114eef55edad327e6224b09c6ba34dd389917af22
 SHA512 
a3f8f78ffe38426bab2f79748ecadb07e688d98ac75f907a9898ea93f0e7b1818253846412de24f4f755e0a7099aa886515cdd0b28b8c87786ad656a85bd3f9b
 DIST c4log-e29915ceeaf9fffb18ba43fb9d6d446d20a1cb4d.tar.gz 11985 BLAKE2B 
15cc7c1bd9a1693e5419e4904e1cb30f297c7003e1480014f7782d35d0222cb000643901e6afffbe13bdbb61aa10aa4ce759c5333b327b81d3ade1e043283310
 SHA512 
93f4e8854cf3a5f00beb9a427004a360961caf47c53aaa817f5ca43f4cab7bad6333ba35aad24d1e7aecea75f9f3a8628527ccb0be241bdec25c5aebfb0be8e3
-DIST rapidyaml-0.3.0-src.tgz 696476 BLAKE2B 
30b077e3ddff56f68108a02545efc77ae3684273891f36db61b714a9af414f1f01d147a7132619647796c863ec6ae2f2586c8bfe9e1c2d3c6e7e99d11d41ee8e
 SHA512 
52a469b18c484d8def9239f6f7697f3c3b7760855c7af68a36988cc5a8031e1f5f900819b2af9770722628d0c14fa2cc776d1c07db7a8e85602c4d00aa4199a2
-DIST rapidyaml-0.4.0-src.tgz 910642 BLAKE2B 
cd6813d7bbf855383ef3fce572adda20b7974bc2191b36c7b3bfccec7f14cd798c024693894f350e653d2a91924f40c3d27b89edb5596673a1541bbab1b8ed61
 SHA512 
c1d25ae75140d7396ecef41abbd60c048efc6e3b7ea9fd8ed5651ca2cfc737c46b2f9f23bbafa47b804b02ba6e67bdafe1e97acbedf7c483d32467a23ce8807a
 DIST rapidyaml-0.4.1-src.tgz 910816 BLAKE2B 
b9ef92045009b1b38d9142b2856e747edf446261c2271ee580a3aa51a3b5a2b0dfbdbcd1da6c520697dff092e9918f273d77e3f1b1e1a6ee28305aac648e6b4e
 SHA512 
99051f452d61262188cb824623dd950cf51e0db48f519e45e7ed1edf40f3445f73547f1fc0de6b5654a7a6986d48fd3659f72f2d46019af77349957ee14cdd79
 DIST yaml-test-suite-6e6c296ae9c9d2d5c4134b4b64d01b29ac19ff6f.tar.gz 99765 
BLAKE2B 
d55a605623c988a4c58daa6dd155980129ffefe86570d55b1ce2514dfa77c352e0467b12e95d6e2bd38cc0454f0b30c3109c088841ddbe423b8bbb7d9e41bc9b
 SHA512 
4ab0e52369d085e696196ef1aab8ecb4f0218e48e8ce33c4ecc863942639141601cb1c83b41027eceddc20a6a4cebfc51abcb83779007e890b87d79c76394946
-DIST yaml-test-suite-bcd49a2d4919c1b1ac3b9d6e5ebe6b140b5089e3.tar.gz 54806 
BLAKE2B 
6574bed549759a1f3df7bcaa8051ab5e37ebb6dec878e1935dbf8f5c234f852c9ea037f90cc7bb93306cc5b1cd95f6fa8df885e51131eae50c9187d360110185
 SHA512 
814a654b6b04cf4e9b89ae40ba7daddb8f013da96e929ed618764c55dd23a45d8a97c456f526548cd95d673bcada3650383c3626bbbd0caa3fbdbc4b94496a6f

diff --git a/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-no-download.patch 
b/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-no-download.patch
deleted file mode 100644
index 97c4926cd9d2..
--- a/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-no-download.patch
+++ /dev/null
@@ -1,23 +0,0 @@
 a/ext/testbm.cmake
-+++ b/ext/testbm.cmake
-@@ -1,4 +1,2 @@
- # these are used both for testing and benchmarking
--c4_require_subproject(c4fs REMOTE
--GIT_REPOSITORY https://github.com/biojppm/c4fs
--GIT_TAG master)
-+c4_require_subproject(c4fs SUBDIRECTORY ext/c4fs)
 a/test/CMakeLists.txt
-+++ b/test/CMakeLists.txt
-@@ -103,10 +103,5 @@
- 
--c4_require_subproject(c4log REMOTE
--GIT_REPOSITORY https://github.com/biojppm/c4log
--

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

2022-03-14 Thread Ionen Wolkens
commit: 4711c7c83f6a53a08781b414217bf030ca31b08a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 10:57:22 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4711c7c8

dev-python/adblock: drop 0.5.1

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

 dev-python/adblock/Manifest |  31 -
 dev-python/adblock/adblock-0.5.1.ebuild | 111 
 2 files changed, 142 deletions(-)

diff --git a/dev-python/adblock/Manifest b/dev-python/adblock/Manifest
index 068474110942..ff75556caad5 100644
--- a/dev-python/adblock/Manifest
+++ b/dev-python/adblock/Manifest
@@ -1,65 +1,44 @@
-DIST adblock-0.3.13.crate 7691310 BLAKE2B 
0d9958235c123ff09256f6512c04474c4dee10c855b7161e32f3dae517959bb16815adbc22787648a1441e04a0ae94b89369c6bf9e3c61715638a4c452676a1f
 SHA512 
f534c49d60118e170f674415a20075f15a7e45187d9461a0025acaf3fb9a94388ed7f99d15484a0354d8953798dd8ae720ca77f6faa59551e9d99d937a3bdbb4
 DIST adblock-0.4.3.crate 7700164 BLAKE2B 
836e8b60366c0bb23702883a8d9aef7eaa54dff6996ebb6a82f39880d93edb23f93e23299085a1756bb22115633f4534cd7ba0379e1dcb1ff6b1880d3e5576f4
 SHA512 
3fe7e139a6376ab2becfef7db9f54c850442dcbb44a61e2a116a1be6a59ab214659293f513f3c6daf7855d677b761f19ce99cf3be444d8f03c1dae90aa915f98
-DIST adblock-0.5.1.tar.gz 22899 BLAKE2B 
e669798103c6a4cb808eed1ab96efac2a6ccb62cd32ea6856d4b8613983f203a58864f8d9eb996ec9ab0a4c1a4fe1e719d22071610e0f3315f8d921786b45a88
 SHA512 
c4137cc6b2ec439c7b7d8c2d039a75d62c988c8154f0334a1e75784633afc84886ac8228843fcc293be4b37bc9a8d9973a845e692a3ff18058f903717bcca3fd
 DIST adblock-0.5.2.tar.gz 24574 BLAKE2B 
84efcd6c6bc60030aee76eaa80acf67640d97ec1b386dc18aaf92c79b8ff60b35f545b4cf8980a1ab55f558939541f31dc8889073f1b3fd68d90ba6221a1f284
 SHA512 
f69bbde5a510882cd71454153ed12f0697517e030f9fb6774c5b166daf0db9f754a965085fc5e612c7dd3d093a31e22c1a9c064b167429d2aae4e93e3ca7bf7e
 DIST addr-0.14.0.crate 90210 BLAKE2B 
a0dcb422d853b76187542aaa2880aafade57716130a38172a91fd4d3d0c51d9e7f2b23eec5af84b188b8b661c48f46fab25797489a3bd5c84e0732b326178877
 SHA512 
18d6cecbbeb2ea11f2b4f40356d8a2de5aad45e57ac5f13dc9cd98cff4250b7612aadfb73935775c657e728ca10bc8313e601354f239a96e63ef90a8d2f6b870
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
-DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
-DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f38567ddb788549ee31cae2719a8bc0b7d1f1705abb3cff033aa57af004987d90748f5a31765273b3223a011c0d
 SHA512 
8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 

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

2022-03-14 Thread Ionen Wolkens
commit: dc001b1cacc975717100ce884242d211c491eeb7
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 11:07:26 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc001b1c

x11-terms/kitty: drop 0.24.3

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

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

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index 6ddf467b1050..c7e9d4aabec3 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -1,5 +1,3 @@
 DIST kitty-0.23.1.tar.xz 184 BLAKE2B 
f452e338fb72f723f2c028f90c20654cf80c5ee1aff924954f81f16445c9f4c10c77bd67d47ae5564b45496012dd1b7de447cdf3974b6913a39d170749878a73
 SHA512 
2d0c822e6bfca41b0a5e5e71e62f5073792b10c236287a509a6c790e19d098205c8719dbcb4aa630abbbaa3d44d6c9986c13efde7a9556772a89709383a0fe94
-DIST kitty-0.24.3.tar.xz 4614252 BLAKE2B 
04c9904e20aae0ed12d41dc01ea4fbb5e36430e50087821845c0bd3e6d8dd0ab2a090f8ebff8fd66fe9f2b0a3efe52f0434008b4484cbe27a58b05c6e4f56d73
 SHA512 
2b1482164fb1aabfa2f775f24d0ffbbbd1e8a85cf114a2daa411379ea8dbcea6ae5f361997132fb4d773fed8adeec4c04ffb4e615a470cefeb794d8a39c94c0a
-DIST kitty-0.24.3.tar.xz.sig 566 BLAKE2B 
1b1f99fef62a12863d7bda33f24e2273385b71653e90641b6ee1b3fd9543fe46fab5962751f30553dacf5b35e23334abbddb22ba1924fff6a878164f94bc9102
 SHA512 
1658bac350f92e9cdefe16ed1bffd61b5ba5e3ced82982ebfde34365095bf381fe5b0732388209688b6082e27f0b61e85e6f962d894e842994b47fdd64552026
 DIST kitty-0.24.4.tar.xz 4613232 BLAKE2B 
3bcb957a2d1b43cbf07fbd12e5d098e0b9616370761d9f9629e8b39419405fb146d91281912f55b35611cf01d4e33232224cc3b710044d8423300c9b53c8
 SHA512 
28b1e2415b5c73ad8922d4ed17a63638c497a91c9aedba71c2f53e77fc89ed49951a2e873bba5bbe85c8eda22107d9ff4e4321010ac33a2d289c2fbd5d3a5b8f
 DIST kitty-0.24.4.tar.xz.sig 566 BLAKE2B 
7a6513e6296b8c4a1781cef6bcea865b8187fcd8d2abd822627a401f943b1fb1d1432935fdbdc348c3062b07c91a85adcec280be64676782492f6245c72ed89b
 SHA512 
34d24eebf08e19a96f715afb4a570746e1b7bcace6b6226dd596b2886b7bf3bc34b9842d0686c07a655b6b870da77cf25adf6d577dac811a01a70db8c477723a

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

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

2022-03-14 Thread Ionen Wolkens
commit: d23a302e1a053a427cb1e9e4f6ba75a5784a74bc
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 11:04:31 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23a302e

games-emulation/fceux: drop 2.6.2

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

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

diff --git a/games-emulation/fceux/Manifest b/games-emulation/fceux/Manifest
index 727f4adc464a..92395abc479e 100644
--- a/games-emulation/fceux/Manifest
+++ b/games-emulation/fceux/Manifest
@@ -1,2 +1 @@
-DIST fceux-2.6.2.tar.gz 23334976 BLAKE2B 
70d05f6eb9befee1ee27f897c2da1494576fa2fc2b5057aff08ce8a227d0381063ed0ec65412c554b1520bc19c16e1f679b153ce8242842c0e0aad9ad9f315cf
 SHA512 
11b8bc907997e0dee038f3956848653feb07f465204159e78a567362df6b250b14ddd6c2dcd5806f79d5032e27ff2b9dbf5dc59879616df89713381756f82848
 DIST fceux-2.6.3.tar.gz 23355815 BLAKE2B 
49984aec5d3d8ca5fcc040bac16cf4af406fce2dbc4cf4a02e386195be5eca09c4b297e73c438b10b865bcd42e8c8b7e33971a30be285c315e183dc018c5b97e
 SHA512 
446a7cd45afb703e2268f3f6d71dc1a0d9da5f67e1121026258c960fdd360775f31dcab97c1da2755abeef10e9c6757c0af2f3cc67ccb63314c84ef6a4700b2b

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



[gentoo-commits] repo/gentoo:master commit in: games-emulation/snes9x/files/, games-emulation/snes9x/

2022-03-14 Thread Ionen Wolkens
commit: 8cbbf1e4a6225bc442f94b3183de9ffddf68d00e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 11:03:22 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbbf1e4

games-emulation/snes9x: drop 1.60

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

 games-emulation/snes9x/Manifest|   1 -
 .../snes9x/files/snes9x-1.60-gcc11.patch   |  47 ---
 games-emulation/snes9x/snes9x-1.60.ebuild  | 139 -
 3 files changed, 187 deletions(-)

diff --git a/games-emulation/snes9x/Manifest b/games-emulation/snes9x/Manifest
index 67367eddc376..85d1edc3c9f2 100644
--- a/games-emulation/snes9x/Manifest
+++ b/games-emulation/snes9x/Manifest
@@ -1,4 +1,3 @@
-DIST snes9x-1.60.tar.gz 2863228 BLAKE2B 
0ac3bdd2403221f1013e2b5438aacc4e7d361e943ac7edc56f8ef22827d81484e0b162b84f739ce0f68fe58021124275fd908ccdde99e1e1d6d6c9c0a6e3d17b
 SHA512 
840b006a8fbd479fd5ceb2d94af4ef6470c5e27a3e6c8ddb0dffc8d3e51f465669144cd428bfce28b2ed4f68e70d8f252f2d8a2cae602ba797791d7e483c14c9
 DIST snes9x-1.61-glslang.tar.gz 3188787 BLAKE2B 
36ed327fbb2aec3657fe300b98f2e45cfe039596a64bca3076ecb079f7c33aa14ac09a96e5a174ad51faf0c4d585d82aaadec3d8209cf8d3ca55d70e316b1642
 SHA512 
de2ebc0cd89d22582c079006ac45a812e3d9a44c77c68530aa1468fbc840c6ae25a4356d4e9fc697524cd721d26506d85bc35eac98452eabce0bc098b5a4
 DIST snes9x-1.61-spirv.tar.gz 676662 BLAKE2B 
ab18406c99e4e04c6c497b5f447dcaccb7d5a60f42bf1cea31afee04ee664e74916b32736c1aea1e7106494154e48e5cbe9b5d6a0652667c4d0e2020814cd9bd
 SHA512 
bfa3cc944450db59a57a685eea12b0ed0b5059d55a092ac5cdf6f4dc03c1e2d2e62fa5a576156c772340e12136b10d7ed790bb35b4aece2ee8405e64f826e31b
 DIST snes9x-1.61.tar.gz 3016890 BLAKE2B 
3e94dee5172bf48d2461a3a1403fc7e7fc8069df6dddf5b5e1da59ee140297bd0b7cee6948b5eb154c1eec38aebe3ab29a9fae3dfb4abdce41769d2ace43dee1
 SHA512 
8b644f5b7136e89fd222bcb430fc736c74a3e383d7e6c7f0880235f6fa4c0f77abbf02493f8d654a12e8770643e33877bc21bb3dfcc9b82a056fa1b1d880

diff --git a/games-emulation/snes9x/files/snes9x-1.60-gcc11.patch 
b/games-emulation/snes9x/files/snes9x-1.60-gcc11.patch
deleted file mode 100644
index 453771f5139c..
--- a/games-emulation/snes9x/files/snes9x-1.60-gcc11.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 7f6d9d6432d912cd90763c64f7c92270b3e6c182 Mon Sep 17 00:00:00 2001
-From: gocha 
-Date: Sun, 19 Jan 2020 12:48:06 +0900
-Subject: [PATCH] win32: fix compilation error in vs2019
-

- conffile.cpp | 2 +-
- conffile.h   | 6 +++---
- 2 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/conffile.cpp b/conffile.cpp
-index 817afae7f..fa7de3fa2 100644
 a/conffile.cpp
-+++ b/conffile.cpp
-@@ -452,7 +452,7 @@ void ConfigFile::ClearLines()
- }
- }
- 
--bool ConfigFile::ConfigEntry::section_then_key_less::operator()(const 
ConfigEntry , const ConfigEntry ) {
-+bool ConfigFile::ConfigEntry::section_then_key_less::operator()(const 
ConfigEntry , const ConfigEntry ) const{
-   if(curConfigFile && a.section!=b.section){
-   const int sva = curConfigFile->GetSectionSize(a.section);
-   const int svb = curConfigFile->GetSectionSize(b.section);
-diff --git a/conffile.h b/conffile.h
-index ba69812df..d92128cba 100644
 a/conffile.h
-+++ b/conffile.h
-@@ -90,7 +90,7 @@ class ConfigFile {
-   mutable bool used;
- 
- struct section_then_key_less {
--bool operator()(const ConfigEntry , const ConfigEntry );
-+bool operator()(const ConfigEntry , const ConfigEntry ) const;
- };
- 
- struct key_less {
-@@ -101,8 +101,8 @@ class ConfigFile {
- };
- 
- struct line_less {
--bool operator()(const ConfigEntry , const ConfigEntry ){
--  if(a.line==b.line) return (b.val.empty() && 
!a.val.empty()) || a.keyhttps://github.com/snes9xgit/snes9x;
-SRC_URI="https://github.com/snes9xgit/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Snes9x GPL-2 GPL-2+ LGPL-2.1 LGPL-2.1+ ISC MIT ZLIB Info-ZIP"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="alsa debug gtk libretro multilib netplay opengl oss png pulseaudio 
portaudio wayland xinerama +xv"
-RESTRICT="bindist"
-
-RDEPEND="
-   gtk? (
-   dev-libs/glib:2
-   media-libs/libsdl2[joystick]
-   >=x11-libs/gtk+-3.22:3[wayland?]
-   x11-libs/libXrandr
-   x11-misc/xdg-utils
-   alsa? ( media-libs/alsa-lib )
-   opengl? (
-   media-libs/libepoxy
-   virtual/opengl
-   )
-   portaudio? ( >=media-libs/portaudio-19_pre )
-   pulseaudio? ( media-sound/pulseaudio )
-   xv? ( x11-libs/libXv )
-   wayland? ( dev-libs/wayland )
-   )
-   !gtk? ( x11-libs/libXv )
-   libretro? ( !!games-emulation/libretro-snes9x )
-   png? ( 

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

2022-03-14 Thread Ionen Wolkens
commit: a1054925a6345260a6de6a4dc3949e65ba54b125
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 11:08:52 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1054925

x11-terms/kitty-shell-integration: stabilize 0.24.4 for amd64, x86

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

 x11-terms/kitty-shell-integration/kitty-shell-integration-0.24.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.24.4.ebuild 
b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.24.4.ebuild
index 80e3667e6412..4dc577e72c2f 100644
--- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.24.4.ebuild
+++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.24.4.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/kitty-${PV}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 RESTRICT="test" # intended to be ran on the full kitty package
 
 src_compile() { :; }



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

2022-03-14 Thread Ionen Wolkens
commit: d702a3c7978a9c583530e635e00bdae52ca98f25
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 10:51:36 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d702a3c7

net-misc/yt-dlp: stabilize 2022.3.8.2 ALLARCHES

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

 net-misc/yt-dlp/yt-dlp-2022.3.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/yt-dlp/yt-dlp-2022.3.8.2.ebuild 
b/net-misc/yt-dlp/yt-dlp-2022.3.8.2.ebuild
index 38a65a783586..15fd9ad97135 100644
--- a/net-misc/yt-dlp/yt-dlp-2022.3.8.2.ebuild
+++ b/net-misc/yt-dlp/yt-dlp-2022.3.8.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv x86 ~x64-macos"
 
 RDEPEND="
dev-python/pycryptodome[${PYTHON_USEDEP}]



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

2022-03-14 Thread Ionen Wolkens
commit: ac877ce95d0745490374431526cc5a1785f0997c
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 10:57:07 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac877ce9

dev-python/adblock: stabilize 0.5.2 for amd64

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

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

diff --git a/dev-python/adblock/adblock-0.5.2.ebuild 
b/dev-python/adblock/adblock-0.5.2.ebuild
index 60c24f993b36..d6c36e71b226 100644
--- a/dev-python/adblock/adblock-0.5.2.ebuild
+++ b/dev-python/adblock/adblock-0.5.2.ebuild
@@ -79,7 +79,7 @@ S="${WORKDIR}/python-${P}"
 
 LICENSE="Apache-2.0 BSD MIT MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



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

2022-03-14 Thread Ionen Wolkens
commit: a5bcd4dd1bbb2b5afc2f36e616736a2d5d358d61
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 10:47:13 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5bcd4dd

x11-misc/menulibre: stabilize 2.2.3 for ALLARCHES

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

 x11-misc/menulibre/menulibre-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/menulibre/menulibre-2.2.3.ebuild 
b/x11-misc/menulibre/menulibre-2.2.3.ebuild
index c705b00a9a50..6f10b016ac78 100644
--- a/x11-misc/menulibre/menulibre-2.2.3.ebuild
+++ b/x11-misc/menulibre/menulibre-2.2.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/bluesabre/menulibre/releases/download/${P}/${P}.tar.
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-03-14 Thread Ionen Wolkens
commit: dc1d9e1502d508040f2008e1c3eae342d34f2918
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 10:52:04 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1d9e15

net-misc/yt-dlp: drop 2022.2.4-r1

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

 net-misc/yt-dlp/Manifest  |  1 -
 net-misc/yt-dlp/yt-dlp-2022.2.4-r1.ebuild | 67 ---
 2 files changed, 68 deletions(-)

diff --git a/net-misc/yt-dlp/Manifest b/net-misc/yt-dlp/Manifest
index a28083f4571a..518f32920bb3 100644
--- a/net-misc/yt-dlp/Manifest
+++ b/net-misc/yt-dlp/Manifest
@@ -1,2 +1 @@
-DIST yt-dlp-2022.2.4.tar.gz 2178642 BLAKE2B 
2e6c11bb9fbc30b725dc26db727500c33af944d16fbc46be8fb35a75ab4f5c09ca0c8754f075b9739ca9d47e9b409f8d533c03b417217344f8cac1ec45968b51
 SHA512 
6bb6bee6f748147a566394bbe0b69781ab415398582cb8e88a49b61a5dd106e666b0429c8f4f6483bc4af0363e88eb95c5159457b7049cc11a2c99a6495c6895
 DIST yt-dlp-2022.3.8.2.tar.gz 2454754 BLAKE2B 
f07c1eb8d0e1f936298d6516e518f366558107ba9ae65f7c0b52bdcd185b27e501d0d0ffb20e923a94ce5f42c88ae335069876946c411232b9dfc1309ae796ca
 SHA512 
bd6c105f65415e2229781bb1e859167686a5f5f6886e98f9693acc127d4f9124aa2d55f32835f82509f6ab5a82601a5d612ac608063ef9041769fa91e3539c44

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



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

2022-03-14 Thread Ionen Wolkens
commit: 5c3c2dd45e97be46587944807d6b700aefb4910f
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 14 10:47:42 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 14 11:42:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c3c2dd4

x11-misc/menulibre: drop 2.2.1-r2

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

 x11-misc/menulibre/Manifest  |  1 -
 x11-misc/menulibre/menulibre-2.2.1-r2.ebuild | 68 
 2 files changed, 69 deletions(-)

diff --git a/x11-misc/menulibre/Manifest b/x11-misc/menulibre/Manifest
index de9b794b1afc..7cefa9c09d5d 100644
--- a/x11-misc/menulibre/Manifest
+++ b/x11-misc/menulibre/Manifest
@@ -1,2 +1 @@
-DIST menulibre-2.2.1.tar.gz 453217 BLAKE2B 
86b3d2d8b20bfc7dcfcba380f656ec1e99f1d5dbc3779eadb9e7cc3a2b8c96afc0c2efe72802d0c93833f6c705c67d05a4ba6cc6cf9b95e0c9b9850ae4424fee
 SHA512 
cf1425d604af26b7bde92106aa758a1f7dcc66ad1fbcdcd4c23db90bc7b6de5fe1160b917035f1d949daa1af8ba6b1145d7376ae637c8937a25cb108bf8cd15f
 DIST menulibre-2.2.3.tar.gz 488117 BLAKE2B 
2bb157f6f8fb1af8c5059bfa2f93dbf99eb3a0cf9b3072cae28284d50c6a7d847da7a7dc5905ff59386f7d69029f7ffd7c39cb9137e029355fea2f52741283c6
 SHA512 
bd554606ad35cdd41272ed656427ae3f610d6aacfc9e91e4de6ed342034e1bb6070812017a1372d04b0df4008ae1cd7207ca243142a874b6abb0a00893740da3

diff --git a/x11-misc/menulibre/menulibre-2.2.1-r2.ebuild 
b/x11-misc/menulibre/menulibre-2.2.1-r2.ebuild
deleted file mode 100644
index 1cd6aaa6ce46..
--- a/x11-misc/menulibre/menulibre-2.2.1-r2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE="xml"
-DISTUTILS_IN_SOURCE_BUILD=1
-inherit distutils-r1 xdg-utils
-
-DESCRIPTION="Advanced freedesktop.org compliant menu editor"
-HOMEPAGE="https://bluesabre.org/menulibre/;
-SRC_URI="https://launchpad.net/${PN}/$(ver_cut 
1-2)/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   dev-libs/gobject-introspection
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   gnome-base/gnome-menus[introspection]
-   x11-libs/gdk-pixbuf-xlib
-   >=x11-libs/gdk-pixbuf-2.42.0:2[introspection]
-   x11-libs/gtk+:3[X,introspection]
-   x11-libs/gtksourceview:3.0[introspection]
-   x11-themes/hicolor-icon-theme
-"
-
-python_prepare_all() {
-   # too many categories
-   sed -i \
-   -e 
's/X-GNOME-Settings-Panel;X-GNOME-PersonalSettings;DesktopSettings;X-XFCE;//' \
-   -e '/^OnlyShowIn/d' \
-   menulibre.desktop.in || die
-
-   local i
-   # fix incorrect behavior when LINGUAS is set to an empty string
-   # https://bugs.launchpad.net/python-distutils-extra/+bug/1133594
-   if [[ -n "${LINGUAS+x}" ]] ; then # if LINGUAS is set
-   for i in $(cd "${S}"/po ; for p in *.po ; do echo ${p%.po} ; 
done) ; do # for every supported language
-   if ! has ${i} ${LINGUAS} ; then # if language is 
disabled
-   rm po/${i}.po || die
-   fi
-   done
-   fi
-
-   distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   python_optimize
-   rm -r "${ED}"/usr/share/doc/${PN} || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



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

2022-03-14 Thread Joonas Niilola
commit: 9fd1461d17eee844cae34002988f10048616b72a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Mar 14 11:38:00 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Mar 14 11:38:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd1461d

www-client/firefox: add 91.7.1

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

 www-client/firefox/Manifest  |   98 +++
 www-client/firefox/firefox-91.7.1.ebuild | 1230 ++
 2 files changed, 1328 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 8275c0fc4227..00cb0c5e7fdc 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -96,6 +96,104 @@ DIST firefox-91.7.0esr-xh.xpi 428171 BLAKE2B 
b649ea7ab56b50a72fe85c57191258ccfb3
 DIST firefox-91.7.0esr-zh-CN.xpi 575384 BLAKE2B 
55c6dc2eb796b51590c2caed51055123ebec2a0c690c624804b9514a3f1ea6e657d6854aa32bc79de5ada3bd03c1c50ca50c5460dcc37c7808c4aec4e0579e73
 SHA512 
b226b3579ed1f9dfef85e3b9e312e53214f168a41e546370259e8d646ae8254973f09e1dcf983c53202ef9c7b4417a41e707e94eeff27330d25c5ae2bb0e2922
 DIST firefox-91.7.0esr-zh-TW.xpi 576223 BLAKE2B 
7829cefb68361a1953632c769fc5f05bd740f4464f038093d7582ce64f16dc7361c4d11f802e3b4457c51567174b9cd3144c3e712f808a80f7e499c3a7a3b832
 SHA512 
1ec45793166ba742d49e9e16807132f97807dca9d76558d86db48ae73c64cfc39b66e9974d0d98b9a550bc58f4321bd1722b856fa81b5a6e7fa58da87d7b618a
 DIST firefox-91.7.0esr.source.tar.xz 383133596 BLAKE2B 
374da61d89d4b7b24d01e8101926056d6819e7c34c80630694cd2d95193dd6662ccfe3195361e7cd5a4167098e74bb7018d02d5af715fdcf95228bf8f54cb1c2
 SHA512 
925811989d8a91d826ba356bd46ac54be8153288ec0319c28d2bfbe89191e62e107691159dd7ca247253e2a4952eb59a5b9613e3feea3f5351238d4822e26301
+DIST firefox-91.7.1esr-ach.xpi 453224 BLAKE2B 
ce3c4c23387ddaebd66b94094342520f249a83cb332616d7d98ec76a9c0e319a591cb20c749f6d311228ddb190d3cc08695aed6fc9036142b5a0cb97ebbba49b
 SHA512 
705de6139e648584fbb24394f51ef03901539377ea7a733d428be1e652ae46faaa34d0c198a1e5d127a2b713f469beef44d978634dba9c3fce974022f1cd8e57
+DIST firefox-91.7.1esr-af.xpi 426916 BLAKE2B 
04fcf681395da5b48ed72eb66572481b7bc4447c857357dc66770ab68ada5b80618604d0e2d680a1fab2939fe5edb50bf7b48af19491b15fed9d02842b3863cf
 SHA512 
a6a047fbc27c224e66a8cdd1d71174eec33608aabe85e23936335079fd9714b9a36406a8e569fad6f8c192759f7c77e2f8868724b2f60fabbe99ea1b952dd8b6
+DIST firefox-91.7.1esr-an.xpi 499893 BLAKE2B 
f2d17e1e8ea3f8cc7ff464a89a2bf296aa9114a6f9e3c8048787272bbee1c79abd44528f684730c9538267559af4727a0901d4846b8a3e8554bab6c5aea72801
 SHA512 
869daa909ad754f8019a78988899e0c39c0450a79143def73c209f91c28214d6c72dd5be1cb9517a2877f041cebcacafa04f21003b251195f2a6daa013846dc6
+DIST firefox-91.7.1esr-ar.xpi 559673 BLAKE2B 
f165c6a0e784b6c2f910a930a19a6ca4f146fbec66480c87ac3de57f07301979debf2a893fbbd3c151da01a70668f02adfe5793ca17e31ce451c6f83de357d2c
 SHA512 
8f3ad29ca45cac3b468b3f37b2d407584b9b81d7daa76892466295e8cc243a3e3e4ec9c1062e3e730773954713b2a1c42ae94c2651bd1da7eccec677bc11cf47
+DIST firefox-91.7.1esr-ast.xpi 498583 BLAKE2B 
83083c99dffd6afcc53d5c59e8204edbf33ca080f38223084f78e112aff8a69ba18eec1ae5e686a3e6a29110014a0397e6c064aaa9d806f88a6996dc659902d4
 SHA512 
008fa6a5545947faf1370a130c9e326e3507b44282ea576e9c2eb54127191dc9dbf35596d70e2658a6eb869ee01660413fd8f97dd12abc943ecd998833952349
+DIST firefox-91.7.1esr-az.xpi 489432 BLAKE2B 
a36d570da99449b1a3405c612038bcf3ef1460dbd45e460fefe9be360f142323492d3b2e4b4c871479f79e58b64859456e86b55f08dfe3f6fbbe64cbaf6e5579
 SHA512 
2a612fe6e3574ca9935c687da61d048a3f7e823bea363de8103704a854bfe3a9d491f916f2f8a1b46b3676ca73f46fc5c55639f42f7b66e6a91e4f47ad9b7d90
+DIST firefox-91.7.1esr-be.xpi 622597 BLAKE2B 
2e0638d4e57141c8f4c07c215c26e98e56fa8355040b1f7aa0142fbad23bdd306b73f8cb3f9fe5acb9062f0ee746a75bdc3824867680bd777eb1c2bc1545bd6c
 SHA512 
f52ddc61cf98b90af084cd3dc03d4125fad424f2bd453a1f69ca144e3ca55bcab4ea3b9bfdbbe35421621b3b05868c78021a20971d3f685340204b6649051636
+DIST firefox-91.7.1esr-bg.xpi 567641 BLAKE2B 
5eb4598a44a5a35b743afd03631d7f6e02f9cb0811a8707256d2a401db57c8a86b5ff3b8f68e3f1e3034c39d0f3865b1c74f54771aac674f3a4923f618e8
 SHA512 
d88cba3e26cd5261a019f3bf3ec584752c5b7ca4ecd328521f8380ae286f6df9c7818a00ff72bfc4c8d20559c6f64b1167a2d6f003b1a2d48a6467428e784dc3
+DIST firefox-91.7.1esr-bn.xpi 556820 BLAKE2B 
ebd673720a45d764d7451b8f3896ef1cac6c030d4c588d70f44236fda00a113c6d4750bdd6ea59d063d2ea40663bb1de044723dd21f81137de90049ac18cb514
 SHA512 
99a17f7959ded38859a26d395cf8924c13cc1c580daf82b639fd0302043e4dbce45f23bf5afc9d30ee4a86b8933a41e787c98c85fc166a550262674018cd94be
+DIST firefox-91.7.1esr-br.xpi 526246 BLAKE2B 
f6c8e19bca33fb8340a18b952bd7b5cb27d2fdf23fdba7a7d99dc7164c9e24d37dd5ec9df4f1f6b7ecb61b055fcb1dde1e18accba992b4f303d52cb6b4f8187f
 SHA512 
4591290037c09011a2db5ba5e285dcd87f5d3891005fade8ee64f94dd8d41b74b5c0ebae23c344ed2692b15a954830abb099fad5a7323e15e86881ce96ee678f
+DIST firefox-91.7.1esr-bs.xpi 463551 BLAKE2B 

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

2022-03-14 Thread Sam James
commit: 2ffcedf87f0078048025e11cece4555dffa4755b
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 14 11:35:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 14 11:35:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ffcedf8

sys-apps/systemd: add 250.4

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

 sys-apps/systemd/Manifest |   1 +
 sys-apps/systemd/systemd-250.4.ebuild | 520 ++
 2 files changed, 521 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 70ede4bd66cb..3acadecb0643 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -2,3 +2,4 @@ DIST systemd-stable-249.11.tar.gz 10622702 BLAKE2B 
aa3a327ba8de73dd2ac5ecbd9065f
 DIST systemd-stable-249.9.tar.gz 10613893 BLAKE2B 
fc7a14fa3b0cc3d05fa9f20fde2efedd3ef0f011d9dce53b0a418994b4257cf753b228cf98f749fb2028d81db55ef30a6e3d9b138d86239cad4fc730d845f9e2
 SHA512 
ce57bc6c522082e55649fc1886c4dc818c89607e175df2c92feffe288dbd38757f36b30abeebe153f5be6b664a49d729405040a952473cb2133a2e39cf9cc164
 DIST systemd-stable-250.2.tar.gz 11121031 BLAKE2B 
ddbb33648dbf0442e4258bf23ace04eac6d5ab6a2434537395b900b7bd4113a86199d6d559f8d76dcbede88484240a6593439acdcc7b1801857d13840c389c6c
 SHA512 
2f734c1d1ea98ee3f1beb00689a0d56603cd981aa938bee1655445ddd4af3b2bb6472249fa158741edcb2259ee302b625e124c38b7d2ec00c53760d6b362d5bb
 DIST systemd-stable-250.3.tar.gz 11125151 BLAKE2B 
659c39994e76f94407dd9079e28fc644981d3475a0ed440b9895e8f201c3ce1fc47aa8c4d599ad85ed89ddfb6ca8e514aee2a739e93640745cf46647f99efe56
 SHA512 
81847fb088ff271138b1ea318995a2ca2ee5d4c5d839c9dd81f0210d366198049199d59c49b25ef8783df2c6b8dd9fcdf2d91688b1a6d42deec9da8e9da5
+DIST systemd-stable-250.4.tar.gz 11132786 BLAKE2B 
8fdfe1bad76e572dc1be0955f3d1c4080f2beb81a2f9670f80827899f5406ab8ed8675400c2f5e8ccef44cf1bceff42ceae12a42e1b67d46c0deb523e6495f25
 SHA512 
307ed0920da660b6c45d909fea66864fb98db8b2f6905d629fb2012fc4bf64dd25fd61168c22bf4098200be541be9b0e815fbde98806a99c85cb33d49d8b63d0

diff --git a/sys-apps/systemd/systemd-250.4.ebuild 
b/sys-apps/systemd/systemd-250.4.ebuild
new file mode 100644
index ..0d675fb07803
--- /dev/null
+++ b/sys-apps/systemd/systemd-250.4.ebuild
@@ -0,0 +1,520 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
+   inherit git-r3
+else
+   if [[ ${PV} == *.* ]]; then
+   MY_PN=systemd-stable
+   else
+   MY_PN=systemd
+   fi
+   MY_PV=${PV/_/-}
+   MY_P=${MY_PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib pam python-any-r1 systemd 
toolchain-funcs udev usr-ldscript
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="
+   acl apparmor audit build cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
+   fido2 +gcrypt gnuefi gnutls homed hostnamed-fallback http idn importd 
+kmod
+   +lz4 lzma nat +openssl pam pcre pkcs11 policykit pwquality qrcode
+   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm vanilla xkb 
+zstd
+"
+REQUIRED_USE="
+   dns-over-tls? ( || ( gnutls openssl ) )
+   homed? ( cryptsetup pam openssl )
+   importd? ( curl lzma || ( gcrypt openssl ) )
+   policykit? ( !hostnamed-fallback )
+   pwquality? ( homed )
+"
+RESTRICT="!test? ( test )"
+
+MINKV="3.11"
+
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   apparmor? ( sys-libs/libapparmor:0= )
+   audit? ( >=sys-process/audit-2:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
+   curl? ( net-misc/curl:0= )
+   elfutils? ( >=dev-libs/elfutils-0.158:0= )
+   fido2? ( dev-libs/libfido2:0= )
+   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
+   gnutls? ( >=net-libs/gnutls-3.6.0:0= )
+   http? ( >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)] )
+   idn? ( net-dns/libidn2:= )
+   importd? (
+   app-arch/bzip2:0=
+   sys-libs/zlib:0=
+   )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
+   lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
+   nat? ( net-firewall/iptables:0= )
+   openssl? ( >=dev-libs/openssl-1.1.0:0= )
+   pam? ( 

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

2022-03-14 Thread Sam James
commit: f5bf60eac98a5aa5ce5442fa31e0ec287fea4a6c
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 14 11:32:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 14 11:35:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5bf60ea

sys-apps/systemd: add 249.11

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

 sys-apps/systemd/Manifest  |   1 +
 sys-apps/systemd/systemd-249.11.ebuild | 505 +
 2 files changed, 506 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 65da4abb97c8..70ede4bd66cb 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,3 +1,4 @@
+DIST systemd-stable-249.11.tar.gz 10622702 BLAKE2B 
aa3a327ba8de73dd2ac5ecbd9065f2ca4ed56702d6bbd19de43580e6d56211be58ec7678c1609d843f7e960b71b251e0b7080c49338942cd3071076fa02f7acb
 SHA512 
fed7f81933648945a4bfac9fb12150ecd84d32181f79be0e14e0b3a789343a87569f868670e0b8dfc2801fab39f7490f95ee8c29ba831d7611f78c14ace5ddd8
 DIST systemd-stable-249.9.tar.gz 10613893 BLAKE2B 
fc7a14fa3b0cc3d05fa9f20fde2efedd3ef0f011d9dce53b0a418994b4257cf753b228cf98f749fb2028d81db55ef30a6e3d9b138d86239cad4fc730d845f9e2
 SHA512 
ce57bc6c522082e55649fc1886c4dc818c89607e175df2c92feffe288dbd38757f36b30abeebe153f5be6b664a49d729405040a952473cb2133a2e39cf9cc164
 DIST systemd-stable-250.2.tar.gz 11121031 BLAKE2B 
ddbb33648dbf0442e4258bf23ace04eac6d5ab6a2434537395b900b7bd4113a86199d6d559f8d76dcbede88484240a6593439acdcc7b1801857d13840c389c6c
 SHA512 
2f734c1d1ea98ee3f1beb00689a0d56603cd981aa938bee1655445ddd4af3b2bb6472249fa158741edcb2259ee302b625e124c38b7d2ec00c53760d6b362d5bb
 DIST systemd-stable-250.3.tar.gz 11125151 BLAKE2B 
659c39994e76f94407dd9079e28fc644981d3475a0ed440b9895e8f201c3ce1fc47aa8c4d599ad85ed89ddfb6ca8e514aee2a739e93640745cf46647f99efe56
 SHA512 
81847fb088ff271138b1ea318995a2ca2ee5d4c5d839c9dd81f0210d366198049199d59c49b25ef8783df2c6b8dd9fcdf2d91688b1a6d42deec9da8e9da5

diff --git a/sys-apps/systemd/systemd-249.11.ebuild 
b/sys-apps/systemd/systemd-249.11.ebuild
new file mode 100644
index ..58ec6237eb87
--- /dev/null
+++ b/sys-apps/systemd/systemd-249.11.ebuild
@@ -0,0 +1,505 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
+   inherit git-r3
+else
+   if [[ ${PV} == *.* ]]; then
+   MY_PN=systemd-stable
+   else
+   MY_PN=systemd
+   fi
+   MY_PV=${PV/_/-}
+   MY_P=${MY_PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib pam python-any-r1 systemd 
toolchain-funcs udev usr-ldscript
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="acl apparmor audit build cgroup-hybrid cryptsetup curl dns-over-tls 
elfutils fido2 +gcrypt gnuefi homed http idn importd +kmod +lz4 lzma nat pam 
pcre pkcs11 policykit pwquality qrcode repart +resolvconf +seccomp selinux 
split-usr +sysv-utils test tpm vanilla xkb +zstd"
+
+REQUIRED_USE="
+   homed? ( cryptsetup pam )
+   importd? ( curl gcrypt lzma )
+   pwquality? ( homed )
+"
+RESTRICT="!test? ( test )"
+
+MINKV="3.11"
+
+OPENSSL_DEP=">=dev-libs/openssl-1.1.0:0="
+
+COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   apparmor? ( sys-libs/libapparmor:0= )
+   audit? ( >=sys-process/audit-2:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
+   curl? ( net-misc/curl:0= )
+   dns-over-tls? ( >=net-libs/gnutls-3.6.0:0= )
+   elfutils? ( >=dev-libs/elfutils-0.158:0= )
+   fido2? ( dev-libs/libfido2:0= )
+   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
+   homed? ( ${OPENSSL_DEP} )
+   http? (
+   >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)]
+   >=net-libs/gnutls-3.1.4:0=
+   )
+   idn? ( net-dns/libidn2:= )
+   importd? (
+   app-arch/bzip2:0=
+   sys-libs/zlib:0=
+   )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
+   lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
+   nat? ( net-firewall/iptables:0= )
+   pam? ( sys-libs/pam:=[${MULTILIB_USEDEP}] )
+   pkcs11? ( app-crypt/p11-kit:0= )
+   pcre? ( dev-libs/libpcre2 )
+   pwquality? ( dev-libs/libpwquality:0= )
+   qrcode? 

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

2022-03-14 Thread Florian Schmaus
commit: 67da99f11afb85bde01b7e6ca435c909486bd96c
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Mar 11 20:21:36 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Mar 14 11:23:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67da99f1

app-emulation/xen: add upstream security patches

Fixes: XSA-398
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Florian Schmaus  gentoo.org>

 app-emulation/xen/Manifest |   2 +
 app-emulation/xen/xen-4.15.2-r1.ebuild | 163 
 app-emulation/xen/xen-4.16.0-r4.ebuild | 166 +
 3 files changed, 331 insertions(+)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index 5d57ceb49441..8fba798cfa28 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -1,6 +1,8 @@
 DIST xen-4.15.1-upstream-patches-3.tar.xz 49644 BLAKE2B 
261d45d726ba9b06a817fd4f4e9d2a83e516cd637f73dff50ccb9b046d562e14bee47fc64795c0406947fb06988679047a19e5851482fbf85701bcc495225258
 SHA512 
8d8b7e42f9a401f6d3a7cb87b980714aa14dadbeadb3a26f495b6a1892d1a04de244490255b589952f565d0a0b8c69fd527c0168d40e974e0f77cecda25e7cb3
 DIST xen-4.15.1.tar.gz 40800852 BLAKE2B 
39475ea33f029fb0e84b82b4a2b13fd613bab01e3ef6c241dfede3d190ee9be53c99b62121d37d83b1e078764b3e4d88d1dfb99be1b5623691e56519850c6798
 SHA512 
8d3cbdf708f46477e32ee7cbd16a490c82efa855cecd84ee712b8680df4d69c987ba9ab00ff3851f627b98a8ebbc5dab71f92f142ed958ee2bc538bc792cd4b9
 DIST xen-4.15.2-upstream-patches-0.tar.xz 33368 BLAKE2B 
f22c0e9ce6b859a2741f09c0c52479e8acb38440b631882850993fcfcdc445c28fbeac4353df6bac1b2be89e39a99bae1a920796d505f888e3701a98f17ed29d
 SHA512 
10a996cd87404ff6536119deeedfe67143c02475c4ca2d7f741e087197aaffa10c5831aad1f9ee2f9070461dd8cdc7af4851fbafb634a2f65235603d6fb0848f
+DIST xen-4.15.2-upstream-patches-1.tar.xz 43148 BLAKE2B 
0f5b43ecd32d3a91444e92387cec69bbfd4fa5bd182dfaf7e6fb9980fe6e6244e83e420e9c5f8eb525ffc073c0f473c05f4fa7d8bbe5a185fcd6fc33a16323a8
 SHA512 
83d9199811e529bbcda7f349fdbece15719f0678114640389fc674e62899aea1daece3ccbf667928825884924ea1085f448056f79728bfea75730a1ef0405d5c
 DIST xen-4.15.2.tar.gz 40773378 BLAKE2B 
7c3e3bb066505f9838cd7c56d85debc64e5ed32cf4d4edf699ff843db49bee916e6eb46d07e5cd9021c2644bba0628a2aa567f60ace26c6d7ee5922643e04104
 SHA512 
1cbf988fa8ed38b7ad724978958092ca0e5506e38c709c7d1af196fb8cb8ec0197a79867782761ef230b268624b3d7a0d5d0cd186f37d25f495085c71bf70d54
 DIST xen-4.16.0-upstream-patches-0.tar.xz 25168 BLAKE2B 
f572cca630e0461fba86eeec27043d949a7c0500ab47138572829394ae4354d5955af4a64b669abb932346bba1902511e35ede905b38fa1b2bd3b624c35470cf
 SHA512 
d49d80bf687ba1046e82e7ad0196cb3fcdf595df0757d4f6e390bd0c6ba156ec012ea61cc606fbf3ceb03a9cd21f8acc6c45092a11b5a9a916bae80ff2d6c181
+DIST xen-4.16.0-upstream-patches-1.tar.xz 61124 BLAKE2B 
11cd00b93a7f4af24ebced7e450d38624e317eaa455e5aa7cd50bff09700b349e47016863bb0523a68a1113627ef1cd3c1e269504de50ed54bf71b1908bc0ba4
 SHA512 
ef624b11b4ecd3d1ea05050744f5b0d45b1eb3d87f5f0e8b89e6aa489cd50e99478a4ff59df151241963a8acc8601662bd1ccd63b586ebdde291e9bfad21c54f
 DIST xen-4.16.0.tar.gz 44982322 BLAKE2B 
7e16a93b3f1131e2b10307fabc10641a9c5983173155b9a35eaf6ff317b6a747bccf6b8c87c06686830acc2c4bd3e19e5867eb443eabac9a1e4ee59124dfa87f
 SHA512 
2869ed90d1779c9754d7f2397f5fc67a655304d9c32953ac20655ef96cb154521d8fce9f23915ac0c91f984dc54f72c67e5e619e2da318b5997748f44cf21b87

diff --git a/app-emulation/xen/xen-4.15.2-r1.ebuild 
b/app-emulation/xen/xen-4.15.2-r1.ebuild
new file mode 100644
index ..1b6ea137fc9b
--- /dev/null
+++ b/app-emulation/xen/xen-4.15.2-r1.ebuild
@@ -0,0 +1,163 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit flag-o-matic mount-boot python-any-r1 toolchain-funcs
+
+MY_PV=${PV/_/-}
+MY_P=${PN}-${MY_PV}
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm -x86"
+   UPSTREAM_VER=1
+   SECURITY_VER=
+   GENTOO_VER=
+
+   [[ -n ${UPSTREAM_VER} ]] && \
+   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz
+   
https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz;
+   [[ -n ${SECURITY_VER} ]] && \
+   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.xz;
+   [[ -n ${GENTOO_VER} ]] && \
+   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz;
+   
SRC_URI="https://downloads.xenproject.org/release/xen/${MY_PV}/${MY_P}.tar.gz
+   ${UPSTREAM_PATCHSET_URI}
+   ${SECURITY_PATCHSET_URI}
+   ${GENTOO_PATCHSET_URI}"
+fi
+
+DESCRIPTION="The Xen virtual 

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

2022-03-14 Thread Florian Schmaus
commit: dca0d47098326249d3165f6e32f0a402d7a25897
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Mar 11 20:22:37 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Mar 14 11:23:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca0d470

app-emulation/xen: drop vulnerable

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24497
Signed-off-by: Florian Schmaus  gentoo.org>

 app-emulation/xen/Manifest |   2 -
 app-emulation/xen/xen-4.15.2.ebuild| 163 
 app-emulation/xen/xen-4.16.0-r3.ebuild | 166 -
 3 files changed, 331 deletions(-)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index 8fba798cfa28..3b659d38da98 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -1,8 +1,6 @@
 DIST xen-4.15.1-upstream-patches-3.tar.xz 49644 BLAKE2B 
261d45d726ba9b06a817fd4f4e9d2a83e516cd637f73dff50ccb9b046d562e14bee47fc64795c0406947fb06988679047a19e5851482fbf85701bcc495225258
 SHA512 
8d8b7e42f9a401f6d3a7cb87b980714aa14dadbeadb3a26f495b6a1892d1a04de244490255b589952f565d0a0b8c69fd527c0168d40e974e0f77cecda25e7cb3
 DIST xen-4.15.1.tar.gz 40800852 BLAKE2B 
39475ea33f029fb0e84b82b4a2b13fd613bab01e3ef6c241dfede3d190ee9be53c99b62121d37d83b1e078764b3e4d88d1dfb99be1b5623691e56519850c6798
 SHA512 
8d3cbdf708f46477e32ee7cbd16a490c82efa855cecd84ee712b8680df4d69c987ba9ab00ff3851f627b98a8ebbc5dab71f92f142ed958ee2bc538bc792cd4b9
-DIST xen-4.15.2-upstream-patches-0.tar.xz 33368 BLAKE2B 
f22c0e9ce6b859a2741f09c0c52479e8acb38440b631882850993fcfcdc445c28fbeac4353df6bac1b2be89e39a99bae1a920796d505f888e3701a98f17ed29d
 SHA512 
10a996cd87404ff6536119deeedfe67143c02475c4ca2d7f741e087197aaffa10c5831aad1f9ee2f9070461dd8cdc7af4851fbafb634a2f65235603d6fb0848f
 DIST xen-4.15.2-upstream-patches-1.tar.xz 43148 BLAKE2B 
0f5b43ecd32d3a91444e92387cec69bbfd4fa5bd182dfaf7e6fb9980fe6e6244e83e420e9c5f8eb525ffc073c0f473c05f4fa7d8bbe5a185fcd6fc33a16323a8
 SHA512 
83d9199811e529bbcda7f349fdbece15719f0678114640389fc674e62899aea1daece3ccbf667928825884924ea1085f448056f79728bfea75730a1ef0405d5c
 DIST xen-4.15.2.tar.gz 40773378 BLAKE2B 
7c3e3bb066505f9838cd7c56d85debc64e5ed32cf4d4edf699ff843db49bee916e6eb46d07e5cd9021c2644bba0628a2aa567f60ace26c6d7ee5922643e04104
 SHA512 
1cbf988fa8ed38b7ad724978958092ca0e5506e38c709c7d1af196fb8cb8ec0197a79867782761ef230b268624b3d7a0d5d0cd186f37d25f495085c71bf70d54
-DIST xen-4.16.0-upstream-patches-0.tar.xz 25168 BLAKE2B 
f572cca630e0461fba86eeec27043d949a7c0500ab47138572829394ae4354d5955af4a64b669abb932346bba1902511e35ede905b38fa1b2bd3b624c35470cf
 SHA512 
d49d80bf687ba1046e82e7ad0196cb3fcdf595df0757d4f6e390bd0c6ba156ec012ea61cc606fbf3ceb03a9cd21f8acc6c45092a11b5a9a916bae80ff2d6c181
 DIST xen-4.16.0-upstream-patches-1.tar.xz 61124 BLAKE2B 
11cd00b93a7f4af24ebced7e450d38624e317eaa455e5aa7cd50bff09700b349e47016863bb0523a68a1113627ef1cd3c1e269504de50ed54bf71b1908bc0ba4
 SHA512 
ef624b11b4ecd3d1ea05050744f5b0d45b1eb3d87f5f0e8b89e6aa489cd50e99478a4ff59df151241963a8acc8601662bd1ccd63b586ebdde291e9bfad21c54f
 DIST xen-4.16.0.tar.gz 44982322 BLAKE2B 
7e16a93b3f1131e2b10307fabc10641a9c5983173155b9a35eaf6ff317b6a747bccf6b8c87c06686830acc2c4bd3e19e5867eb443eabac9a1e4ee59124dfa87f
 SHA512 
2869ed90d1779c9754d7f2397f5fc67a655304d9c32953ac20655ef96cb154521d8fce9f23915ac0c91f984dc54f72c67e5e619e2da318b5997748f44cf21b87

diff --git a/app-emulation/xen/xen-4.15.2.ebuild 
b/app-emulation/xen/xen-4.15.2.ebuild
deleted file mode 100644
index 3b4df6aab6f5..
--- a/app-emulation/xen/xen-4.15.2.ebuild
+++ /dev/null
@@ -1,163 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit flag-o-matic mount-boot python-any-r1 toolchain-funcs
-
-MY_PV=${PV/_/-}
-MY_P=${PN}-${MY_PV}
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
-   SRC_URI=""
-else
-   KEYWORDS="~amd64 ~arm -x86"
-   UPSTREAM_VER=0
-   SECURITY_VER=
-   GENTOO_VER=
-
-   [[ -n ${UPSTREAM_VER} ]] && \
-   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz
-   
https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz;
-   [[ -n ${SECURITY_VER} ]] && \
-   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.xz;
-   [[ -n ${GENTOO_VER} ]] && \
-   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz;
-   
SRC_URI="https://downloads.xenproject.org/release/xen/${MY_PV}/${MY_P}.tar.gz
-   ${UPSTREAM_PATCHSET_URI}
-   ${SECURITY_PATCHSET_URI}
-   ${GENTOO_PATCHSET_URI}"
-fi
-

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

2022-03-14 Thread Florian Schmaus
commit: 0dd23a8833c7fd72d286c1b423bb1343d131bc73
Author: Florian Schmaus  gentoo  org>
AuthorDate: Mon Mar 14 11:03:52 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Mar 14 11:22:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd23a88

net-im/biboumi: drop 9.0-r2

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

 net-im/biboumi/biboumi-9.0-r2.ebuild | 110 ---
 1 file changed, 110 deletions(-)

diff --git a/net-im/biboumi/biboumi-9.0-r2.ebuild 
b/net-im/biboumi/biboumi-9.0-r2.ebuild
deleted file mode 100644
index 4f571807cf7e..
--- a/net-im/biboumi/biboumi-9.0-r2.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-MY_PV="${PV/_/-}"
-
-DESCRIPTION="XMPP gateway to IRC"
-HOMEPAGE="https://biboumi.louiz.org/;
-SRC_URI="https://git.louiz.org/biboumi/snapshot/biboumi-${MY_PV}.tar.xz;
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+idn postgres +sqlite +ssl systemd udns"
-
-DEPEND="
-   dev-libs/expat
-   virtual/libiconv
-   sys-apps/util-linux
-   sqlite? ( dev-db/sqlite:3 )
-   postgres? ( dev-db/postgresql:* )
-   idn? ( net-dns/libidn:= )
-   udns? ( net-libs/udns )
-   ssl? ( dev-libs/botan:2= )
-   !ssl? ( dev-libs/libgcrypt )
-   systemd? ( sys-apps/systemd:= )
-"
-BDEPEND="dev-python/sphinx"
-RDEPEND="
-   ${DEPEND}
-   acct-user/biboumi
-"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DOCS=( README.rst CHANGELOG.rst doc/user.rst )
-
-src_configure() {
-   local mycmakeargs=(
-   -DSERVICE_USER="${PN}"
-   -DSERVICE_GROUP="${PN}"
-   )
-
-   # Account for biboumi's atypical configuration system.
-   if use systemd; then
-   mycmakeargs+=(-DWITH_SYSTEMD=yes)
-   else
-   mycmakeargs+=(-DWITHOUT_SYSTEMD=yes)
-   fi
-
-   if use idn; then
-   mycmakeargs+=(-DWITH_LIBIDN=yes)
-   else
-   mycmakeargs+=(-DWITHOUT_LIBIDN=yes)
-   fi
-
-   if use ssl; then
-   mycmakeargs+=(-DWITH_BOTAN=yes)
-   else
-   mycmakeargs+=(-DWITHOUT_BOTAN=yes)
-   fi
-
-   if use udns; then
-   mycmakeargs+=(-DWITH_UDNS=yes)
-   else
-   mycmakeargs+=(-DWITHOUT_UDNS=yes)
-   fi
-
-   if use sqlite; then
-   mycmakeargs+=(-DWITH_SQLITE3=yes)
-   else
-   mycmakeargs+=(-DWITHOUT_SQLITE3=yes)
-   fi
-
-   if use postgres; then
-   mycmakeargs+=(-DWITH_POSTGRESQL=yes)
-   else
-   mycmakeargs+=(-DWITHOUT_POSTGRESQL=yes)
-   fi
-
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-
-   cmake_build man
-}
-
-src_install() {
-   cmake_src_install
-
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/${PN}.logrotate" "${PN}"
-
-   diropts --owner=biboumi --group=biboumi --mode=750
-   if use sqlite; then
-   keepdir /var/lib/biboumi
-   fi
-   keepdir /var/log/biboumi
-
-   insinto /etc/biboumi
-   insopts --group=biboumi --mode=640
-   newins conf/biboumi.cfg biboumi.cfg.example
-}



[gentoo-commits] repo/gentoo:master commit in: net-im/biboumi/, net-im/biboumi/files/

2022-03-14 Thread Florian Schmaus
commit: d7d34d7858864fd5d350e5de430656f82b3ccc59
Author: Florian Schmaus  gentoo  org>
AuthorDate: Mon Mar 14 11:22:12 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Mar 14 11:22:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d34d78

net-im/biboumi: apply official fix for expact issue

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

 ...biboumi-9.0-r3.ebuild => biboumi-9.0-r4.ebuild} |   2 +-
 ...t-use-as-a-namespace-separator-with-expat.patch | 301 +
 .../biboumi-9.0-fix-namespace-separator.patch  |  57 
 3 files changed, 302 insertions(+), 58 deletions(-)

diff --git a/net-im/biboumi/biboumi-9.0-r3.ebuild 
b/net-im/biboumi/biboumi-9.0-r4.ebuild
similarity index 96%
rename from net-im/biboumi/biboumi-9.0-r3.ebuild
rename to net-im/biboumi/biboumi-9.0-r4.ebuild
index 9f6fa3b33906..2c45760b3892 100644
--- a/net-im/biboumi/biboumi-9.0-r3.ebuild
+++ b/net-im/biboumi/biboumi-9.0-r4.ebuild
@@ -44,7 +44,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 DOCS=( README.rst CHANGELOG.rst doc/user.rst )
 
 PATCHES=(
-   "${FILESDIR}/${PN}-9.0-fix-namespace-separator.patch"
+   
"${FILESDIR}/${PN}-9.0-do-not-use-as-a-namespace-separator-with-expat.patch"
"${FILESDIR}/${PN}-9.0-use-system-catch2.patch"
 )
 

diff --git 
a/net-im/biboumi/files/biboumi-9.0-do-not-use-as-a-namespace-separator-with-expat.patch
 
b/net-im/biboumi/files/biboumi-9.0-do-not-use-as-a-namespace-separator-with-expat.patch
new file mode 100644
index ..f82cbae81928
--- /dev/null
+++ 
b/net-im/biboumi/files/biboumi-9.0-do-not-use-as-a-namespace-separator-with-expat.patch
@@ -0,0 +1,301 @@
+From 0061298dd0945f7f67e7fa340c6649b179c804d5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?louiz=E2=80=99?= 
+Date: Thu, 10 Mar 2022 23:23:47 +0100
+Subject: [PATCH] Do not use ':' as a namespace separator with expat
+
+Instead use \1, and build our own nodes by explicitely separating the
+namespace and the node name.
+---
+ src/xmpp/adhoc_command.cpp  |  6 +++---
+ src/xmpp/adhoc_commands_handler.cpp | 12 ++--
+ src/xmpp/biboumi_adhoc_commands.cpp | 28 ++--
+ src/xmpp/xmpp_component.cpp |  2 +-
+ src/xmpp/xmpp_parser.cpp|  2 +-
+ src/xmpp/xmpp_parser.hpp|  4 ++--
+ src/xmpp/xmpp_stanza.cpp| 14 +-
+ src/xmpp/xmpp_stanza.hpp|  6 ++
+ tests/xmpp.cpp  |  2 ++
+ 9 files changed, 48 insertions(+), 28 deletions(-)
+
+diff --git a/src/xmpp/adhoc_command.cpp b/src/xmpp/adhoc_command.cpp
+index fbf4ce200b82..f8c8e4f146d6 100644
+--- a/src/xmpp/adhoc_command.cpp
 b/src/xmpp/adhoc_command.cpp
+@@ -26,7 +26,7 @@ void PingStep1(XmppComponent&, AdhocSession&, XmlNode& 
command_node)
+ 
+ void HelloStep1(XmppComponent&, AdhocSession&, XmlNode& command_node)
+ {
+-  XmlSubNode x(command_node, "jabber:x:data:x");
++  XmlSubNode x(command_node, "jabber:x:data", "x");
+   x["type"] = "form";
+   XmlSubNode title(x, "title");
+   title.set_inner("Configure your name.");
+@@ -65,9 +65,9 @@ void HelloStep2(XmppComponent&, AdhocSession& session, 
XmlNode& command_node)
+ }
+ }
+   command_node.delete_all_children();
+-  XmlSubNode error(command_node, ADHOC_NS":error");
++  XmlSubNode error(command_node, ADHOC_NS, "error");
+   error["type"] = "modify";
+-  XmlSubNode condition(error, STANZA_NS":bad-request");
++  XmlSubNode condition(error, STANZA_NS, "bad-request");
+   session.terminate();
+ }
+ 
+diff --git a/src/xmpp/adhoc_commands_handler.cpp 
b/src/xmpp/adhoc_commands_handler.cpp
+index ff4c1e5506fb..7a84b2e11a45 100644
+--- a/src/xmpp/adhoc_commands_handler.cpp
 b/src/xmpp/adhoc_commands_handler.cpp
+@@ -36,16 +36,16 @@ XmlNode AdhocCommandsHandler::handle_request(const 
std::string& executor_jid, co
+   auto command_it = this->commands.find(node);
+   if (command_it == this->commands.end())
+ {
+-  XmlSubNode error(command_node, ADHOC_NS":error");
++  XmlSubNode error(command_node, ADHOC_NS, "error");
+   error["type"] = "cancel";
+-  XmlSubNode condition(error, STANZA_NS":item-not-found");
++  XmlSubNode condition(error, STANZA_NS, "item-not-found");
+ }
+   else if (command_it->second.is_admin_only() &&
+!Config::is_in_list("admin", jid.bare()))
+ {
+-  XmlSubNode error(command_node, ADHOC_NS":error");
++  XmlSubNode error(command_node, ADHOC_NS, "error");
+   error["type"] = "cancel";
+-  XmlSubNode condition(error, STANZA_NS":forbidden");
++  XmlSubNode condition(error, STANZA_NS, "forbidden");
+ }
+   else
+ {
+@@ -94,9 +94,9 @@ XmlNode AdhocCommandsHandler::handle_request(const 
std::string& executor_jid, co
+ }
+   else  // unsupported action
+ {
+-  XmlSubNode error(command_node, ADHOC_NS":error");
++  XmlSubNode error(command_node, ADHOC_NS, "error");
+   error["type"] = "modify";
+-  

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

2022-03-14 Thread Yixun Lan
commit: 68fe335796dbcd3ba4b47d6ab8d725ca8757183f
Author: Han Gao  gmail  com>
AuthorDate: Sat Mar 12 13:29:08 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:47:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68fe3357

media-video/mplayer: ~riscv keywording

Bug: https://bugs.gentoo.org/812855
Closes: https://github.com/gentoo/gentoo/pull/24506
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Han Gao  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-video/mplayer/mplayer-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/mplayer/mplayer-1.4-r1.ebuild 
b/media-video/mplayer/mplayer-1.4-r1.ebuild
index a73a14ac67fb..a6f47c026ec8 100644
--- a/media-video/mplayer/mplayer-1.4-r1.ebuild
+++ b/media-video/mplayer/mplayer-1.4-r1.ebuild
@@ -150,7 +150,7 @@ RDEPEND+="
 SLOT="0"
 LICENSE="GPL-2"
 if [[ ${PV} != ** ]]; then
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc 
x86"
 fi
 
 # faac codecs are nonfree



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

2022-03-14 Thread Yixun Lan
commit: 7370d404e928801ce33cc7ccadeb59db78946b1f
Author: Han Gao  gmail  com>
AuthorDate: Sat Mar 12 10:41:46 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:34:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7370d404

media-libs/libggiwmh: ~riscv keywording

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Han Gao  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild 
b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
index 699e643a96bd..3d92579a0e83 100644
--- a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
+++ b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="X"
 
 RDEPEND=">=media-libs/libggi-2.2.2



[gentoo-commits] repo/gentoo:master commit in: media-video/mplayer/, media-video/mplayer/files/

2022-03-14 Thread Yixun Lan
commit: af8937c981e9c56681a1bb961cdcee20a47866ac
Author: Han Gao  gmail  com>
AuthorDate: Sat Mar 12 13:26:50 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:43:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8937c9

media-video/mplayer: add riscv support

Bug: https://bugs.gentoo.org/812855
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Han Gao  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-video/mplayer/files/mplayer-1.4-riscv-support.patch | 14 ++
 media-video/mplayer/mplayer-1.4-r1.ebuild |  2 ++
 2 files changed, 16 insertions(+)

diff --git a/media-video/mplayer/files/mplayer-1.4-riscv-support.patch 
b/media-video/mplayer/files/mplayer-1.4-riscv-support.patch
new file mode 100644
index ..282cdf3cef85
--- /dev/null
+++ b/media-video/mplayer/files/mplayer-1.4-riscv-support.patch
@@ -0,0 +1,14 @@
+https://bugs.gentoo.org/812855
+
+diff --git a/configure b/configure
+index d1aa8cd..bdac866 100755
+--- a/configure
 b/configure
+@@ -1761,6 +1761,7 @@ if test -z "$_target" ; then
+   nios2) host_arch=nios2 ;;
+   vax) host_arch=vax ;;
+   xtensa*) host_arch=xtensa ;;
++  riscv*) host_arch=generic ;;
+   *) host_arch=UNKNOWN ;;
+   esac
+   }

diff --git a/media-video/mplayer/mplayer-1.4-r1.ebuild 
b/media-video/mplayer/mplayer-1.4-r1.ebuild
index e9da1de4a0b1..a73a14ac67fb 100644
--- a/media-video/mplayer/mplayer-1.4-r1.ebuild
+++ b/media-video/mplayer/mplayer-1.4-r1.ebuild
@@ -175,6 +175,8 @@ REQUIRED_USE="
xv? ( X )"
 RESTRICT="faac? ( bindist )"
 
+PATCHES=( "${FILESDIR}/${P}-riscv-support.patch" )
+
 pkg_setup() {
if [[ ${PV} == ** ]]; then
elog



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

2022-03-14 Thread Yixun Lan
commit: 60bfc40dfa8e95283ea1cddd7109d26f7ddc95f2
Author: Han Gao  gmail  com>
AuthorDate: Sat Mar 12 10:36:09 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:34:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60bfc40d

media-sound/toolame: ~riscv keywording

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Han Gao  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-sound/toolame/toolame-02l-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/toolame/toolame-02l-r4.ebuild 
b/media-sound/toolame/toolame-02l-r4.ebuild
index f18124de23e0..4c3615817535 100644
--- a/media-sound/toolame/toolame-02l-r4.ebuild
+++ b/media-sound/toolame/toolame-02l-r4.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="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 PATCHES=(
"${FILESDIR}"/${P}-Makefile.patch



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

2022-03-14 Thread Yixun Lan
commit: 638d3cc96e21eeb47c2a3db1c0f7ffdc60b0ba33
Author: Han Gao  gmail  com>
AuthorDate: Sat Mar 12 10:39:57 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:34:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638d3cc9

app-i18n/enca: ~riscv keywording

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Han Gao  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/enca/enca-1.19-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/enca/enca-1.19-r3.ebuild 
b/app-i18n/enca/enca-1.19-r3.ebuild
index 94cbc29fa4b1..941e8d7601e5 100644
--- a/app-i18n/enca/enca-1.19-r3.ebuild
+++ b/app-i18n/enca/enca-1.19-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://dl.cihar.com/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc +iconv recode"
 
 BDEPEND="doc? ( dev-util/gtk-doc )"



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-wsgi-dashboards/

2022-03-14 Thread Yixun Lan
commit: 4518b4d9f83658c63ea420a3889102187f703c3e
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Mar 12 22:10:03 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:29:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4518b4d9

dev-util/buildbot-wsgi-dashboards: keyword ~riscv

Closes: https://github.com/gentoo/gentoo/pull/24521
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.4.0.ebuild 
b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.4.0.ebuild
index 89d8f635b8a7..0bd0ca928a28 100644
--- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.4.0.ebuild
+++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.4.0.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
 
 BDEPEND="
~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]



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

2022-03-14 Thread Yixun Lan
commit: 14bf5dd004ae99f017fd6e79e38a0c3ec4a82e7a
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Mar 12 21:35:16 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:27:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bf5dd0

dev-python/cssselect2: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/cssselect2/cssselect2-0.5.0.ebuild 
b/dev-python/cssselect2/cssselect2-0.5.0.ebuild
index 4468a25aae64..b54d6dd67cf1 100644
--- a/dev-python/cssselect2/cssselect2-0.5.0.ebuild
+++ b/dev-python/cssselect2/cssselect2-0.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="
dev-python/tinycss2[${PYTHON_USEDEP}]



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

2022-03-14 Thread Yixun Lan
commit: 32b525f803b4726a7ca37f2ede8fda5738cafd70
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Mar 12 21:36:41 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:27:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b525f8

dev-util/buildbot-badges: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-util/buildbot-badges/buildbot-badges-3.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/buildbot-badges/buildbot-badges-3.4.0.ebuild 
b/dev-util/buildbot-badges/buildbot-badges-3.4.0.ebuild
index 2e659e00cb17..aaaf23f83793 100644
--- a/dev-util/buildbot-badges/buildbot-badges-3.4.0.ebuild
+++ b/dev-util/buildbot-badges/buildbot-badges-3.4.0.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~riscv ~amd64-linux ~x86-linux"
 
 BDEPEND="
~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]



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

2022-03-14 Thread Yixun Lan
commit: 239ff75891b73de657efcfe58a71cc2e2d101490
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Mar 12 21:37:15 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:27:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239ff758

media-gfx/cairosvg: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-gfx/cairosvg/cairosvg-2.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/cairosvg/cairosvg-2.5.2.ebuild 
b/media-gfx/cairosvg/cairosvg-2.5.2.ebuild
index cc2283c89dd2..9ba5be70ee6a 100644
--- a/media-gfx/cairosvg/cairosvg-2.5.2.ebuild
+++ b/media-gfx/cairosvg/cairosvg-2.5.2.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
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="
dev-python/cairocffi[${PYTHON_USEDEP}]



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

2022-03-14 Thread Yixun Lan
commit: 906059cd43854c6e77947152f2cf6683b4d8845e
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Mar 12 21:36:19 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:27:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906059cd

dev-python/tubes: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/tubes/tubes-0.2.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/tubes/tubes-0.2.0-r1.ebuild 
b/dev-python/tubes/tubes-0.2.0-r1.ebuild
index 4cb9037250ee..2263c3fe0e1b 100644
--- a/dev-python/tubes/tubes-0.2.0-r1.ebuild
+++ b/dev-python/tubes/tubes-0.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/twisted/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]



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

2022-03-14 Thread Yixun Lan
commit: 7092b52dd3a4a2b28d80844c67f0a573bc0b1b7d
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:36:54 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7092b52d

dev-python/txaio: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/txaio/txaio-22.2.1.ebuild 
b/dev-python/txaio/txaio-22.2.1.ebuild
index 31b3f3d21663..8b1e66fb4264 100644
--- a/dev-python/txaio/txaio-22.2.1.ebuild
+++ b/dev-python/txaio/txaio-22.2.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_sphinx docs \
'>=dev-python/sphinxcontrib-spelling-2.1.2' \



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

2022-03-14 Thread Yixun Lan
commit: 8d48661faca5c96abfc35e288afbea51df22e14a
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Mar 12 21:35:59 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:27:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d48661f

dev-python/klein: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/klein/klein-21.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/klein/klein-21.8.0.ebuild 
b/dev-python/klein/klein-21.8.0.ebuild
index c75366af0dcc..3008d5599a89 100644
--- a/dev-python/klein/klein-21.8.0.ebuild
+++ b/dev-python/klein/klein-21.8.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=8
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2022-03-14 Thread Yixun Lan
commit: 5d1f04fefe447494691a7285fd1fa710d6ea8668
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:38:46 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1f04fe

dev-util/buildbot: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-util/buildbot/buildbot-3.4.0.ebuild 
b/dev-util/buildbot/buildbot-3.4.0.ebuild
index b06b7fb40d3f..38255fa6053e 100644
--- a/dev-util/buildbot/buildbot-3.4.0.ebuild
+++ b/dev-util/buildbot/buildbot-3.4.0.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
 
 IUSE="crypt docker examples irc test"
 RESTRICT="!test? ( test )"



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

2022-03-14 Thread Yixun Lan
commit: aa9b9aa9a7641e6d6ae8066f95e98a09654400e4
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 17:22:08 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9b9aa9

dev-python/autobahn: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/autobahn/autobahn-22.2.2.ebuild 
b/dev-python/autobahn/autobahn-22.2.2.ebuild
index fa10fad2258e..3bd5f90a513d 100644
--- a/dev-python/autobahn/autobahn-22.2.2.ebuild
+++ b/dev-python/autobahn/autobahn-22.2.2.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 IUSE="test xbr"
 RESTRICT="!test? ( test )"
 



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

2022-03-14 Thread Yixun Lan
commit: 1959413609c7abab9f2fba6a5266266926894d8f
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 17:23:48 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:27:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19594136

dev-python/flatbuffers: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/flatbuffers/flatbuffers-2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flatbuffers/flatbuffers-2.0.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
index cc7f8d257ac8..379965a982c7 100644
--- a/dev-python/flatbuffers/flatbuffers-2.0.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-2.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,4 +12,4 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-console-view/

2022-03-14 Thread Yixun Lan
commit: 3eeea52f5dfd0c64d2fae64c7a535308f5bacdce
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Mar 12 21:12:25 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:27:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eeea52f

dev-util/buildbot-console-view: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-util/buildbot-console-view/buildbot-console-view-3.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/buildbot-console-view/buildbot-console-view-3.4.0.ebuild 
b/dev-util/buildbot-console-view/buildbot-console-view-3.4.0.ebuild
index 16cdd7ff13ac..b296e44eae5c 100644
--- a/dev-util/buildbot-console-view/buildbot-console-view-3.4.0.ebuild
+++ b/dev-util/buildbot-console-view/buildbot-console-view-3.4.0.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
 
 RDEPEND="
~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-grid-view/

2022-03-14 Thread Yixun Lan
commit: bc102dadd5599967fe77f23b1a35fec0a1a6cae4
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Mar 12 21:15:00 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:27:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc102dad

dev-util/buildbot-grid-view: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-util/buildbot-grid-view/buildbot-grid-view-3.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/buildbot-grid-view/buildbot-grid-view-3.4.0.ebuild 
b/dev-util/buildbot-grid-view/buildbot-grid-view-3.4.0.ebuild
index 30d360342720..bace515df399 100644
--- a/dev-util/buildbot-grid-view/buildbot-grid-view-3.4.0.ebuild
+++ b/dev-util/buildbot-grid-view/buildbot-grid-view-3.4.0.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
 
 BDEPEND="
~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]



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

2022-03-14 Thread Yixun Lan
commit: 8df23d6f5aaaf5cd8ed2981e5d894b6f7c8ed994
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:39:13 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df23d6f

dev-util/buildbot-pkg: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-util/buildbot-pkg/buildbot-pkg-3.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-3.4.0.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-3.4.0.ebuild
index e7729822e3ed..edf7eaf4cf37 100644
--- a/dev-util/buildbot-pkg/buildbot-pkg-3.4.0.ebuild
+++ b/dev-util/buildbot-pkg/buildbot-pkg-3.4.0.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
 
 # No real integration tests for this pkg.
 # all tests are related to making releases and final checks for distribution



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

2022-03-14 Thread Yixun Lan
commit: 4e5e0a323bb8372b19ad7c86ba09f83e6b33c385
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:37:26 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e5e0a32

dev-python/txrequests: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/txrequests/txrequests-0.9.6.ebuild 
b/dev-python/txrequests/txrequests-0.9.6.ebuild
index 44729ab51686..9abf1545119f 100644
--- a/dev-python/txrequests/txrequests-0.9.6.ebuild
+++ b/dev-python/txrequests/txrequests-0.9.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-03-14 Thread Yixun Lan
commit: 142712dc9bb0111eab927dc57c8de4519b21b171
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:39:41 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142712dc

dev-util/buildbot-worker: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-util/buildbot-worker/buildbot-worker-3.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/buildbot-worker/buildbot-worker-3.4.0.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-3.4.0.ebuild
index 69a126362a82..53095e2d7956 100644
--- a/dev-util/buildbot-worker/buildbot-worker-3.4.0.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-3.4.0.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-waterfall-view/

2022-03-14 Thread Yixun Lan
commit: df7c384e7c1924086fc87aee6f044eb10d720a09
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Mar 12 21:09:12 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:27:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7c384e

dev-util/buildbot-waterfall-view: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.4.0.ebuild 
b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.4.0.ebuild
index 14ad3bd03c9b..317f27754a58 100644
--- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.4.0.ebuild
+++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.4.0.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
 
 RDEPEND="
~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]



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

2022-03-14 Thread Yixun Lan
commit: 6177d800d66a7efd6fbe5fc549116874b8e3044d
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:40:07 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6177d800

dev-util/buildbot-www: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-util/buildbot-www/buildbot-www-3.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/buildbot-www/buildbot-www-3.4.0.ebuild 
b/dev-util/buildbot-www/buildbot-www-3.4.0.ebuild
index ea0de6d3f79a..c63f1d6ffe14 100644
--- a/dev-util/buildbot-www/buildbot-www-3.4.0.ebuild
+++ b/dev-util/buildbot-www/buildbot-www-3.4.0.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
 
 RDEPEND="~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]"
 BDEPEND="${RDEPEND}"



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

2022-03-14 Thread Yixun Lan
commit: 34f6c2176b38bf2b47fa701cf10f71cd30042d54
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:32:46 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f6c217

dev-python/pypng: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/pypng/pypng-0.0.21-r1.ebuild 
b/dev-python/pypng/pypng-0.0.21-r1.ebuild
index 39d92271eef7..9d708824f130 100644
--- a/dev-python/pypng/pypng-0.0.21-r1.ebuild
+++ b/dev-python/pypng/pypng-0.0.21-r1.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}/pypng-${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 python_test() {
"${EPYTHON}" code/test_png.py -v || die "Tests fail with ${EPYTHON}"



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

2022-03-14 Thread Yixun Lan
commit: 2d6e26d0c52f240815ef1a30f3bdef5b4332
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:33:59 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6e26d0

dev-python/pyqrcode: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/pyqrcode/pyqrcode-1.2.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyqrcode/pyqrcode-1.2.1-r1.ebuild 
b/dev-python/pyqrcode/pyqrcode-1.2.1-r1.ebuild
index 183764f283d3..07e0907a60d0 100644
--- a/dev-python/pyqrcode/pyqrcode-1.2.1-r1.ebuild
+++ b/dev-python/pyqrcode/pyqrcode-1.2.1-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
@@ -16,7 +16,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
 IUSE="png"
 
 RDEPEND="



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

2022-03-14 Thread Yixun Lan
commit: 41b9787eb00e4146ebd1402265ea759bb01e0271
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:38:13 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b9787e

dev-python/wsaccel: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/wsaccel/wsaccel-0.6.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/wsaccel/wsaccel-0.6.3.ebuild 
b/dev-python/wsaccel/wsaccel-0.6.3.ebuild
index c2071ba6e6cf..65ff11815391 100644
--- a/dev-python/wsaccel/wsaccel-0.6.3.ebuild
+++ b/dev-python/wsaccel/wsaccel-0.6.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=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/methane/wsaccel/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
 



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

2022-03-14 Thread Yixun Lan
commit: a3011cf20d751fff6562b1a37cb1a6cc078d3572
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 17:23:02 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:27:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3011cf2

dev-python/cbor2: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/cbor2/cbor2-5.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/cbor2/cbor2-5.4.2.ebuild 
b/dev-python/cbor2/cbor2-5.4.2.ebuild
index 38a4d485531e..60b78041cf67 100644
--- a/dev-python/cbor2/cbor2-5.4.2.ebuild
+++ b/dev-python/cbor2/cbor2-5.4.2.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
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 
 BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]"



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

2022-03-14 Thread Yixun Lan
commit: 1e05df5cdef56f11b9f1721931dfae8757d98f71
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:33:13 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e05df5c

dev-python/pypugjs: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/pypugjs/pypugjs-5.9.10.ebuild 
b/dev-python/pypugjs/pypugjs-5.9.10.ebuild
index d56f4b88fa06..284634970840 100644
--- a/dev-python/pypugjs/pypugjs-5.9.10.ebuild
+++ b/dev-python/pypugjs/pypugjs-5.9.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/kakulukia/pypugjs/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]



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

2022-03-14 Thread Yixun Lan
commit: 91503da0ee0a3cb753deabada0026d14c8e5117a
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:36:05 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91503da0

dev-python/treq: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/treq/treq-22.2.0.ebuild 
b/dev-python/treq/treq-22.2.0.ebuild
index e5e1a9824053..30871872fda1 100644
--- a/dev-python/treq/treq-22.2.0.ebuild
+++ b/dev-python/treq/treq-22.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2022-03-14 Thread Yixun Lan
commit: e83e121320091e9f20e8cb7673f27ba5ddc53c72
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:34:43 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83e1213

dev-python/python-editor: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/python-editor/python-editor-1.0.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild 
b/dev-python/python-editor/python-editor-1.0.4-r1.ebuild
index 89dfe73ab973..7269812c4253 100644
--- a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.4-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
@@ -12,4 +12,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"



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

2022-03-14 Thread Yixun Lan
commit: 8a6e3a96ceda52fce2c94e3167d7c95a122b179c
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:35:30 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6e3a96

dev-python/pytrie: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/pytrie/pytrie-0.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytrie/pytrie-0.4.0.ebuild 
b/dev-python/pytrie/pytrie-0.4.0.ebuild
index 0b437ef2be76..83a96afb25ee 100644
--- a/dev-python/pytrie/pytrie-0.4.0.ebuild
+++ b/dev-python/pytrie/pytrie-0.4.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
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 



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

2022-03-14 Thread Alexys Jacob
commit: bb2feec92df3be8f34b8e3aaa47a2c47f73d8acf
Author: Alexys Jacob  gentoo  org>
AuthorDate: Mon Mar 14 09:37:20 2022 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Mon Mar 14 09:37:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2feec9

x11-misc/py3status: version bump

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

 x11-misc/py3status/Manifest | 2 +-
 x11-misc/py3status/{py3status-3.41.ebuild => py3status-3.42.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest
index 3559ac7b6a5e..f0aadb2bab50 100644
--- a/x11-misc/py3status/Manifest
+++ b/x11-misc/py3status/Manifest
@@ -1 +1 @@
-DIST py3status-3.41.tar.gz 410862 BLAKE2B 
b7bfdef65ca6cf055cfcc485e94822022291c2fba99e9278115daee4fc9e0fe064e1f0815bdbefa4358ad8bb998671390cfe037e0174c327f18875c261e9ba97
 SHA512 
625c51b967f4d3c52a67b7c5adcde8d257991c6493d395d468764dd7eec3655e54a5df4910b7a0acb5d15e2842a039b00450ac45dd7f38c465f81259141f630f
+DIST py3status-3.42.tar.gz 412043 BLAKE2B 
95e771e2d0b0b722339eb36d8901a5ccd1b7037e4a256f887c18d52f26144c30ae7baeac5dc174d4799fe4e6ca2883473705eb5864116f3cb5976b51747f8f85
 SHA512 
68b9dccf8f211a3a737db83b7142aae2242e70fbf6d029c0ca5104f026406ac4b05e022a68f5968359795a8b7310d7a605ae7fd468eeb86247db0d289ae19c97

diff --git a/x11-misc/py3status/py3status-3.41.ebuild 
b/x11-misc/py3status/py3status-3.42.ebuild
similarity index 100%
rename from x11-misc/py3status/py3status-3.41.ebuild
rename to x11-misc/py3status/py3status-3.42.ebuild



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

2022-03-14 Thread Miroslav Å ulc
commit: 2a29c538f96dbf9afc6cb6a9cd8b0da191a07101
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Mar 10 07:53:34 2022 +
Commit: Miroslav Å ulc  gentoo  org>
CommitDate: Mon Mar 14 08:00:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a29c538

dev-java/cal10n: Reincarnation

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/24468/commits/e4c76acf0ed0a29fe2b08f35a4e85d0d153135a3
Signed-off-by: Miroslav Å ulc  gentoo.org>

 dev-java/cal10n/Manifest|  1 +
 dev-java/cal10n/cal10n-0.8.1.ebuild | 67 +
 dev-java/cal10n/metadata.xml| 11 ++
 3 files changed, 79 insertions(+)

diff --git a/dev-java/cal10n/Manifest b/dev-java/cal10n/Manifest
new file mode 100644
index ..664a8401ecfc
--- /dev/null
+++ b/dev-java/cal10n/Manifest
@@ -0,0 +1 @@
+DIST cal10n-0.8.1.tar.gz 358264 BLAKE2B 
1561d2ea7309e470b5bf5990d166af1974ddbfc766ee14101bef33d3b41e5d18bcadbe1ba769eb028d6a41c43b7498c29118a5d7c7b4a93bd55d0a9db5d42eb4
 SHA512 
882146cddcc8489f08c7354b2029448cc084932fbb6c448271dbfc9ddb11740744bfe161a4e4d58071fc010bc3891d094681584a7a559514d443dcceedafbca2

diff --git a/dev-java/cal10n/cal10n-0.8.1.ebuild 
b/dev-java/cal10n/cal10n-0.8.1.ebuild
new file mode 100644
index ..4a31f152bf2c
--- /dev/null
+++ b/dev-java/cal10n/cal10n-0.8.1.ebuild
@@ -0,0 +1,67 @@
+# 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="ch.qos.cal10n:cal10n-api:0.8.1"
+# JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="java library for writing localized messages using resource bundle"
+HOMEPAGE="http://cal10n.qos.ch/;
+SRC_URI="https://github.com/qos-ch/cal10n/archive/v_${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+S="${WORKDIR}/cal10n-v_${PV}/${PN}-api"
+
+JAVA_SRC_DIR="src/main/java"
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+# There are compilation errors in test phase:
+# warning: Supported source version 'RELEASE_5' from annotation processor 
'ch.qos.cal10n.verifier.processor.CAL10NAnnotationProcessor' less than -source 
'8'
+# src/test/java/ch/qos/cal10n/util/Fruit.java:30: error: Failed to locate 
resource bundle [fruits] for locale [fr] for enum type 
[ch.qos.cal10n.util.Fruit]
+# public enum Fruit {
+#^
+# src/test/java/ch/qos/cal10n/util/Fruit.java:30: error: Failed to locate 
resource bundle [fruits] for locale [en] for enum type 
[ch.qos.cal10n.util.Fruit]
+# public enum Fruit {
+#^
+# src/test/java/ch/qos/cal10n/sample/Minimal.java:34: error: Missing or empty 
@LocaleData annotation in enum type [ch.qos.cal10n.sample.Minimal]. See 
http://cal10n.qos.ch/codes.html#missingLDAnnotation
+# public enum Minimal {
+#^
+# src/test/java/ch/qos/cal10n/sample/Labels.java:9: error: Missing or empty 
@LocaleData annotation in enum type [ch.qos.cal10n.sample.Labels]. See 
http://cal10n.qos.ch/codes.html#missingLDAnnotation
+# public enum Labels {
+#^
+# src/test/java/ch/qos/cal10n/sample/Host.java:8: error: Missing or empty 
@LocaleData annotation in enum type [ch.qos.cal10n.sample.Host.OtherColors]. 
See http://cal10n.qos.ch/codes.html#missingLDAnnotation
+#   public enum OtherColors {
+#  ^
+# src/test/java/ch/qos/cal10n/sample/Furnitures.java:33: error: Failed to 
locate resource bundle [furnitures] for locale [en_UK] for enum type 
[ch.qos.cal10n.sample.Furnitures]
+# public enum Furnitures {
+#^
+# src/test/java/ch/qos/cal10n/sample/Countries.java:33: error: Key [CH] 
present in enum type [ch.qos.cal10n.sample.Countries] but absent in resource 
bundle named [countries] for locale [en]
+# public enum Countries {
+#^
+# src/test/java/ch/qos/cal10n/sample/Countries.java:33: error: Key [BR] 
present in resource bundle named [countries] for locale [en] but absent in enum 
type [ch.qos.cal10n.sample.Countries]
+# public enum Countries {
+#^
+# src/test/java/ch/qos/cal10n/sample/Countries.java:33: error: Key [CH] 
present in enum type [ch.qos.cal10n.sample.Countries] but absent in resource 
bundle named [countries] for locale [fr]
+# public enum Countries {
+#^
+# src/test/java/ch/qos/cal10n/sample/Countries.java:33: error: Key [CN] 
present in enum type [ch.qos.cal10n.sample.Countries] but absent in resource 
bundle named [countries] for locale [fr]
+# public enum Countries {
+#^
+# src/test/java/ch/qos/cal10n/sample/Countries.java:33: error: Key [BR] 
present in resource bundle named [countries] for locale [fr] but absent in enum 
type [ch.qos.cal10n.sample.Countries]
+# public enum Countries {
+#^
+# 11 errors
+
+# JAVA_TEST_GENTOO_CLASSPATH="junit-4"
+# JAVA_TEST_SRC_DIR="src/test/java"
+# 

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

2022-03-14 Thread Miroslav Å ulc
commit: 2cc503ea421d4b70b21916f5903299c5bdfb3e44
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Wed Mar  9 18:13:02 2022 +
Commit: Miroslav Å ulc  gentoo  org>
CommitDate: Mon Mar 14 07:57:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc503ea

dev-java/slf4j-nop: Bump to 1.7.36

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/24468/commits/d57f8a0984aa675714b43805a3a4b768b67cb78c
Signed-off-by: Miroslav Å ulc  gentoo.org>

 dev-java/slf4j-nop/Manifest|  1 +
 dev-java/slf4j-nop/slf4j-nop-1.7.36.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-java/slf4j-nop/Manifest b/dev-java/slf4j-nop/Manifest
index 9b91652ca75b..1a1afc9212b3 100644
--- a/dev-java/slf4j-nop/Manifest
+++ b/dev-java/slf4j-nop/Manifest
@@ -1 +1,2 @@
 DIST slf4j-1.7.32.tar.gz 2277207 BLAKE2B 
d16c93ddc4667700a868d872a58b64248c8594fafa37e05ed300a71061c58ec2b3f1e0036326ff42ebdd57d5df3576e8ec2d8ae6090439b5d8e6f1fa0c555332
 SHA512 
512c33cb812058a7419eb717e55ad9a0522e602339f088e7295bb0bfb3cf39972412a74479896c14e8c48124d8c2adc4c4d78735f4747b4fa9742ddac2ae07fa
+DIST slf4j-1.7.36.tar.gz 2276203 BLAKE2B 
930de76047c694b4e566ba743ee90a2efb062358b03209137f686c4bf4ead122aa84c18b79615e5a67f1a890abdc1b8f70f62b7803f7b8e45c766ff8254836d4
 SHA512 
1384c771aa04d9d351854cf8ddeef66ee9f43df53890a05413c48c14cf1cb78a457bb4b2a6e2f064f1c1ab68b2eaa1d326fc03bb6b7c145915660a2c873692d0

diff --git a/dev-java/slf4j-nop/slf4j-nop-1.7.36.ebuild 
b/dev-java/slf4j-nop/slf4j-nop-1.7.36.ebuild
new file mode 100644
index ..2a1d4df2e424
--- /dev/null
+++ b/dev-java/slf4j-nop/slf4j-nop-1.7.36.ebuild
@@ -0,0 +1,58 @@
+# 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/qos-ch/slf4j/archive/v_1.7.36.tar.gz --slot 0 --keywords 
"~amd64 ~arm64 ~ppc64 ~x86" --ebuild slf4j-nop-1.7.36.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="org.slf4j:slf4j-nop:1.7.36"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="SLF4J NOP Binding"
+HOMEPAGE="https://www.slf4j.org;
+SRC_URI="https://github.com/qos-ch/slf4j/archive/v_${PV}.tar.gz -> 
slf4j-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+# Common dependencies
+# POM: pom.xml
+# org.slf4j:slf4j-api:1.7.36 -> >=dev-java/slf4j-api-1.7.36:0
+
+CP_DEPEND="
+   ~dev-java/slf4j-api-${PV}:0
+"
+
+DEPEND="
+   >=virtual/jdk-1.8:*
+   ${CP_DEPEND}
+"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+   ${CP_DEPEND}"
+
+DOCS=( LICENSE.txt ../README.md )
+
+S="${WORKDIR}/slf4j-v_${PV}/${PN}"
+
+JAVA_SRC_DIR="src/main/java"
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+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
+}



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

2022-03-14 Thread Miroslav Å ulc
commit: 67f9ddb78ce4bbd542f1c78d3e1290326f396c57
Author: Miroslav Å ulc  gentoo  org>
AuthorDate: Mon Mar 14 08:27:21 2022 +
Commit: Miroslav Å ulc  gentoo  org>
CommitDate: Mon Mar 14 08:27:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f9ddb7

media-gfx/plantuml: bump to 1.2022.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Å ulc  gentoo.org>

 media-gfx/plantuml/Manifest |  1 +
 media-gfx/plantuml/plantuml-1.2022.2.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/media-gfx/plantuml/Manifest b/media-gfx/plantuml/Manifest
index d9753fb7f7c0..712785a41c05 100644
--- a/media-gfx/plantuml/Manifest
+++ b/media-gfx/plantuml/Manifest
@@ -1,2 +1,3 @@
 DIST plantuml-1.2022.0.tar.gz 5384395 BLAKE2B 
d6eae1d247aaded608d4e70e8eb97c242d95deb231d596c3069c695429345081dcad95436100b70dcccfa6bdfb2ad890009d2429d80d2f971df87de3e3cf6b95
 SHA512 
8fdead5696e6ddceb947a2d67aad4dce5d82511b795c5f5a5196fe8d7abc7c7de72f56d2982c82a3b784139dccaec53de7510f757eda758ab5f300b440a278b1
 DIST plantuml-1.2022.1.tar.gz 5395748 BLAKE2B 
394280c9abf739f35ecf7e0ac84ccb1dba770ab0eff566a46c2e141227e556c17578ed3f5cce7df82d7b7f3cd2d8a86c9d214d16557fe8e8b789a66acd7e
 SHA512 
c510c1291dca58ef81626d3b416db5aeb5060958698cf37a6552a6eea820ce332d00f2b21cd382dadd18035b5f83a305973cfbe1137b09313ec63babeaad5660
+DIST plantuml-1.2022.2.tar.gz 5396602 BLAKE2B 
5919495af6d15805ef379ae1a4630fa739620abe48ebef65ae034d16a9811233ae98d60e5ae2cc5e1b4a9d682bef34d70fd0ae42a0d16b5a6f44821df86ae63a
 SHA512 
f61d7dbed7d7b6771d172ae8fb2a7af0c111a986330fddf5b8fbb36e7ebed8f598ff748d6f35b1c1ffa289b24fb699c572172316001bc571628ceeb8d0595d70

diff --git a/media-gfx/plantuml/plantuml-1.2022.2.ebuild 
b/media-gfx/plantuml/plantuml-1.2022.2.ebuild
new file mode 100644
index ..c1ad0e0aaa4f
--- /dev/null
+++ b/media-gfx/plantuml/plantuml-1.2022.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="source"
+inherit java-pkg-2 java-ant-2 desktop xdg
+
+DESCRIPTION="Draw UML diagrams using a simple and human readable text 
description"
+HOMEPAGE="https://plantuml.com;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8:*"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+   dev-java/ant-core:0
+   media-gfx/graphviz"
+
+EANT_BUILD_TARGET="dist"
+EANT_GENTOO_CLASSPATH="ant-core"
+JAVA_ANT_REWRITE_CLASSPATH="true"
+
+src_install() {
+   java-pkg_dojar ${PN}.jar
+   java-pkg_dolauncher ${PN} --jar ${PN}.jar
+   use source && java-pkg_dosrc src/*
+
+   make_desktop_entry plantuml PlantUML
+}



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

2022-03-14 Thread Miroslav Å ulc
commit: 3fec19c2c8b458e3cee6ce532b81ed894809e471
Author: Miroslav Å ulc  gentoo  org>
AuthorDate: Mon Mar 14 08:05:37 2022 +
Commit: Miroslav Å ulc  gentoo  org>
CommitDate: Mon Mar 14 08:05:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fec19c2

www-apps/wordpress: bump to 5.9.2, dropped 5.9.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Å ulc  gentoo.org>

 www-apps/wordpress/Manifest   | 2 +-
 www-apps/wordpress/{wordpress-5.9.1.ebuild => wordpress-5.9.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index 22c33d38f762..24ee10d89390 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1 +1 @@
-DIST wordpress-5.9.1.tar.gz 18720933 BLAKE2B 
4bebfdba0b339b20b21fa84ab40cb95fab81bd738c0671de42bd9fb25a869c4593c74de4b0fbf6f87fe35fbd242107f74b02d17e8737558c8865e5b40c225087
 SHA512 
bef81308a1ac5797db71eb28d0f242dadd01edeb1db949ad2b619a2df23828fdde05befffe15c5948d0e864a6b1dbd09fff0296daccc6739b75f525d1fe21c0e
+DIST wordpress-5.9.2.tar.gz 18722604 BLAKE2B 
5f1fa90022df8ae401181b0d26b4fe491105d11f0266701c22dc71af4d9d1c6d80e2687ccffbb6c80e547c867b072af9ba06e054165a7f37bbe1ea6c5376bf0d
 SHA512 
d2a93d753fcc63f7361c8faea694fba265045db8728fd903417fca1a41362b0a5bf1d75e606a35f95cedcb4951c3392d0e37c266f5b26f627602450b8537df62

diff --git a/www-apps/wordpress/wordpress-5.9.1.ebuild 
b/www-apps/wordpress/wordpress-5.9.2.ebuild
similarity index 100%
rename from www-apps/wordpress/wordpress-5.9.1.ebuild
rename to www-apps/wordpress/wordpress-5.9.2.ebuild



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

2022-03-14 Thread Miroslav Å ulc
commit: fc9a5eecb57b32cb50d3837f6302b983d52a7536
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Wed Mar  9 17:03:07 2022 +
Commit: Miroslav Å ulc  gentoo  org>
CommitDate: Mon Mar 14 07:52:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9a5eec

dev-java/slf4j-api: Bump to 1.7.36

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/24468/commits/b0c621cf4a24d32860d2ed92521e2739feca3a0b
Signed-off-by: Miroslav Å ulc  gentoo.org>

 dev-java/slf4j-api/Manifest|  1 +
 dev-java/slf4j-api/slf4j-api-1.7.36.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/dev-java/slf4j-api/Manifest b/dev-java/slf4j-api/Manifest
index 9b91652ca75b..1a1afc9212b3 100644
--- a/dev-java/slf4j-api/Manifest
+++ b/dev-java/slf4j-api/Manifest
@@ -1 +1,2 @@
 DIST slf4j-1.7.32.tar.gz 2277207 BLAKE2B 
d16c93ddc4667700a868d872a58b64248c8594fafa37e05ed300a71061c58ec2b3f1e0036326ff42ebdd57d5df3576e8ec2d8ae6090439b5d8e6f1fa0c555332
 SHA512 
512c33cb812058a7419eb717e55ad9a0522e602339f088e7295bb0bfb3cf39972412a74479896c14e8c48124d8c2adc4c4d78735f4747b4fa9742ddac2ae07fa
+DIST slf4j-1.7.36.tar.gz 2276203 BLAKE2B 
930de76047c694b4e566ba743ee90a2efb062358b03209137f686c4bf4ead122aa84c18b79615e5a67f1a890abdc1b8f70f62b7803f7b8e45c766ff8254836d4
 SHA512 
1384c771aa04d9d351854cf8ddeef66ee9f43df53890a05413c48c14cf1cb78a457bb4b2a6e2f064f1c1ab68b2eaa1d326fc03bb6b7c145915660a2c873692d0

diff --git a/dev-java/slf4j-api/slf4j-api-1.7.36.ebuild 
b/dev-java/slf4j-api/slf4j-api-1.7.36.ebuild
new file mode 100644
index ..7644bfeebf50
--- /dev/null
+++ b/dev-java/slf4j-api/slf4j-api-1.7.36.ebuild
@@ -0,0 +1,62 @@
+# 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/qos-ch/slf4j/archive/v_1.7.36.tar.gz --slot 0 --keywords 
"~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild slf4j-api-1.7.36.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="org.slf4j:slf4j-api:1.7.36"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="The slf4j API"
+HOMEPAGE="https://www.slf4j.org;
+SRC_URI="https://github.com/qos-ch/slf4j/archive/v_${PV}.tar.gz -> 
slf4j-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+BDEPEND="app-arch/zip"
+
+DOCS=( LICENSE.txt ../README.md )
+
+S="${WORKDIR}/slf4j-v_${PV}/${PN}"
+
+JAVA_SRC_DIR="src/main/java"
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4"
+JAVA_TEST_SRC_DIR="src/test/java"
+
+JAVA_TEST_EXCLUDES=(
+   # java.lang.InstantiationException - not run by upstream anyway
+   "org.slf4j.helpers.MultithreadedInitializationTest"
+)
+
+src_prepare() {
+   default
+   java-pkg_clean
+}
+
+src_compile() {
+   java-pkg-simple_src_compile
+
+   # remove org/slf4j/impl/ from the jar file
+   zip -d ${PN}.jar org/slf4j/impl/\* || die "Failed to remove impl files"
+}
+
+src_install() {
+   default # https://bugs.gentoo.org/789582
+   java-pkg-simple_src_install
+}



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

2022-03-14 Thread Miroslav Å ulc
commit: cd1040de7eb2fa027a4bd329141151377037f346
Author: Miroslav Å ulc  gentoo  org>
AuthorDate: Mon Mar 14 08:24:30 2022 +
Commit: Miroslav Å ulc  gentoo  org>
CommitDate: Mon Mar 14 08:24:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd1040de

media-sound/abcmidi: bump to 2022.03.08

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Å ulc  gentoo.org>

 media-sound/abcmidi/Manifest  |  1 +
 media-sound/abcmidi/abcmidi-2022.03.08.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index 3541f8faa15b..341eb6e44f9c 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,3 +1,4 @@
 DIST abcMIDI-2022.01.28.zip 608759 BLAKE2B 
21e1b6fcd89dbecb759251ec4419704b22548d86f35166a81b5b87ddee4825d6f369886bb351b3ff9f9c33c34d81b994e7025d63c6ff1c8d555f511f031c4591
 SHA512 
4fab766e86a4f5da10c8f6368383a4b4dad50d7677d85b6a9f5fe7cf7681d23cab117fdf39d9fce6ec078c5af4a49115b14477866543e9eb4ce9a80e983f5d21
 DIST abcMIDI-2022.02.13.zip 608999 BLAKE2B 
5b98d7cb4a51fbc1afca4a2423bb0904b224740bfb1a966fd540bb0dea546292c5c730b5a586422009ebb3090d3b063aa2e850369c95b789a71b59610c97d50e
 SHA512 
b6f26f06a7dddb54f70c176e51a1ed21d78f96691d26bd6fd9780a098f1a1305325cbfa68b0c80cad2773e608005ac9814118bc93f0bf2a86633e89baa3408aa
 DIST abcMIDI-2022.02.21.zip 609368 BLAKE2B 
0608d9539d0a66f739a820693c5a9884d1b39b68e4bcd3d21ce020ef240de6e19eacb52bc35ed7a9d4c4fde47e6265c415cf4d80711853904ccdc1ffd752cefe
 SHA512 
515c6ebef75a5b0592578dab6f5d940ed5e25811dd66f15f85ebb1e6fdd7bcbcffdd4d361e0f16a78144323fac14a0cbd1a7ed6b14c7039e2d48986d40765171
+DIST abcMIDI-2022.03.08.zip 609510 BLAKE2B 
231eb517a2d47993ed39e509d377d14ec2311fe49128bf559799ea1fabd3ba79c69307f2d7b9d44fec2279e42d0575141088463ca96aa0f9dda5bbecc305a92b
 SHA512 
3267bcecad586e0aadc5fbc2801c0c992ba765094fdf5d3b71a8634f4433a950c64b0c863bec496bd21f8a630c0e768cbc39d50d58e6cf9d2769a66bf265a8c7

diff --git a/media-sound/abcmidi/abcmidi-2022.03.08.ebuild 
b/media-sound/abcmidi/abcmidi-2022.03.08.ebuild
new file mode 100644
index ..11f547f4cb8e
--- /dev/null
+++ b/media-sound/abcmidi/abcmidi-2022.03.08.ebuild
@@ -0,0 +1,35 @@
+# 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-java/slf4j-simple/

2022-03-14 Thread Miroslav Å ulc
commit: 9441ed87edce092c5449aa6a94f51b0c5701a58a
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Wed Mar  9 17:46:08 2022 +
Commit: Miroslav Å ulc  gentoo  org>
CommitDate: Mon Mar 14 07:56:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9441ed87

dev-java/slf4j-simple: Bump to 1.7.36

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/24468/commits/20a23d491f79bd87f10f92e8a7ac9a0ae3745c07
Signed-off-by: Miroslav Å ulc  gentoo.org>

 dev-java/slf4j-simple/Manifest   |  1 +
 dev-java/slf4j-simple/slf4j-simple-1.7.36.ebuild | 77 
 2 files changed, 78 insertions(+)

diff --git a/dev-java/slf4j-simple/Manifest b/dev-java/slf4j-simple/Manifest
index 9b91652ca75b..1a1afc9212b3 100644
--- a/dev-java/slf4j-simple/Manifest
+++ b/dev-java/slf4j-simple/Manifest
@@ -1 +1,2 @@
 DIST slf4j-1.7.32.tar.gz 2277207 BLAKE2B 
d16c93ddc4667700a868d872a58b64248c8594fafa37e05ed300a71061c58ec2b3f1e0036326ff42ebdd57d5df3576e8ec2d8ae6090439b5d8e6f1fa0c555332
 SHA512 
512c33cb812058a7419eb717e55ad9a0522e602339f088e7295bb0bfb3cf39972412a74479896c14e8c48124d8c2adc4c4d78735f4747b4fa9742ddac2ae07fa
+DIST slf4j-1.7.36.tar.gz 2276203 BLAKE2B 
930de76047c694b4e566ba743ee90a2efb062358b03209137f686c4bf4ead122aa84c18b79615e5a67f1a890abdc1b8f70f62b7803f7b8e45c766ff8254836d4
 SHA512 
1384c771aa04d9d351854cf8ddeef66ee9f43df53890a05413c48c14cf1cb78a457bb4b2a6e2f064f1c1ab68b2eaa1d326fc03bb6b7c145915660a2c873692d0

diff --git a/dev-java/slf4j-simple/slf4j-simple-1.7.36.ebuild 
b/dev-java/slf4j-simple/slf4j-simple-1.7.36.ebuild
new file mode 100644
index ..03237365c3cc
--- /dev/null
+++ b/dev-java/slf4j-simple/slf4j-simple-1.7.36.ebuild
@@ -0,0 +1,77 @@
+# 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/qos-ch/slf4j/archive/v_1.7.36.tar.gz --slot 0 --keywords 
"~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild slf4j-simple-1.7.36.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="org.slf4j:slf4j-simple:1.7.36"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="SLF4J Simple binding"
+HOMEPAGE="https://www.slf4j.org;
+SRC_URI="https://github.com/qos-ch/slf4j/archive/v_${PV}.tar.gz -> 
slf4j-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+# Common dependencies
+# POM: pom.xml
+# org.slf4j:slf4j-api:1.7.36 -> >=dev-java/slf4j-api-1.7.36:0
+
+CP_DEPEND="
+   ~dev-java/slf4j-api-${PV}:0
+"
+
+# Compile dependencies
+# POM: pom.xml
+# test? junit:junit:4.13 -> >=dev-java/junit-4.13.2:4
+# test? org.slf4j:slf4j-api:1.7.36 -> >=dev-java/slf4j-api-1.7.36:0
+
+DEPEND="
+   >=virtual/jdk-1.8:*
+   ${CP_DEPEND}
+   test? (
+   ~dev-java/slf4j-api-${PV}:0
+   )
+"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+   ${CP_DEPEND}"
+
+DOCS=( LICENSE.txt ../README.md )
+
+S="${WORKDIR}/slf4j-v_${PV}/${PN}"
+
+JAVA_SRC_DIR="src/main/java"
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4,slf4j-api"
+JAVA_TEST_SRC_DIR="src/test/java"
+JAVA_TEST_RESOURCE_DIRS="src/test/resources"
+
+JAVA_TEST_EXCLUDES=(
+   # java.lang.InstantiationException
+   "org.slf4j.helpers.MultithreadedInitializationTest"
+
+   # java.lang.AssertionError: 1284 < 1263+16
+   "org.slf4j.helpers.SimpleLoggerMultithreadedInitializationTest"
+)
+
+src_prepare() {
+   default
+   java-pkg_clean
+   cp 
{../slf4j-api/,}src/test/java/org/slf4j/helpers/MultithreadedInitializationTest.java
 || die
+   cp {../slf4j-api/,}src/test/java/org/slf4j/LoggerAccessingThread.java  
|| die
+}
+
+src_install() {
+   default # https://bugs.gentoo.org/789582
+   java-pkg-simple_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/

2022-03-14 Thread Joonas Niilola
commit: a51ccbd437d7fb114e0bf3a30b1e9e68fe39c615
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Mar 14 06:59:03 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Mar 14 07:00:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51ccbd4

www-client/firefox-bin: add 91.7.1, drop 91.7.0

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

 www-client/firefox-bin/Manifest| 194 ++---
 ...bin-91.7.0.ebuild => firefox-bin-91.7.1.ebuild} |   0
 2 files changed, 97 insertions(+), 97 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index ce063628e531..e9da63db985b 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -1,98 +1,98 @@
-DIST firefox-91.7.0esr-ach.xpi 453214 BLAKE2B 
8c25467fec589b7f4a51bbbac582a3a522145b639e9b6660fd36b76855062a8c41733efefbb4f22eb055ce5b476e2f3a67a2ace0b62af18d929a22e229a79239
 SHA512 
b306ab4462da37e348eb6f2ff116da344e30f7cd59bce6e70fd69e539a451b9e2cc55e6fa6e3b8d1e223c1a21cab9a406bc96a16810e217160a33d4b5156f3f5
-DIST firefox-91.7.0esr-af.xpi 426915 BLAKE2B 
fc2d1e56af0bb2889f689d35d888b366f137f4756a2972a3ff0bc9b6cc1269753d497d69dbd64ef0fa7730097729d4acc3ccddaee6fb868d9dea0f29e9c9
 SHA512 
110f3d593db204aff1b93904452d9d166948eeabbd7e6476297a462053b8096236181ea5d15c4734002cbd3ca8f5881be6574806349444b586829cf629e98774
-DIST firefox-91.7.0esr-an.xpi 499891 BLAKE2B 
890d7bce3e82300b12f87e30ffdb89dcfc861cad49a42824ed7862603c2a40a212cd56366b9ed440869ef03ce8958d76f8e7a969da1ac624c853e4282ba5880c
 SHA512 
569970d7aa033ce2cb8bae7184ae2bb70a0ba8d0c6ee899e695fb0d3aa6ddf129314adb78b847ecec4e0d2b8afc2ce7045368f1933ee6d285814cea962a0ce4d
-DIST firefox-91.7.0esr-ar.xpi 559674 BLAKE2B 
fbaa7cd7c3a5694e7124be26496295f3d317520afaa5f394ecf5bcb346e0e4a99bfe2c9f7c99be8db37382d9126ef77cbcfa659600606df196e7397372859786
 SHA512 
0264ebaa5feb343610ae4f8cbe6e8a1fa6627ace74807176b33daf5e97fafc1852b4431a1960025e7e797fc1b43c9bbf48e12c6bd88e8ba9c398d06db39f00e1
-DIST firefox-91.7.0esr-ast.xpi 498579 BLAKE2B 
abba4aa5288534264609f5da57a8542d50d249a405f184620492343379479f51f13d0f14aacd1d99cc6c925b3ccad3fd3fa64e69b1fa1029b334ac3b192f0291
 SHA512 
eeb8cdb65bf6b165faf3b84fa7fbd84e18e6360cf507c3a7b50e632094332683c4a9a8fa29b4ac36018a53fdb91246c2c13a30eaef28320e80d31d331d97647e
-DIST firefox-91.7.0esr-az.xpi 489435 BLAKE2B 
783fe990f5bf2bb7398756bfc6330096df8fd97bf9cfd8f934c407a5045241e05c68d6c4954c938d82d2af0a5ee5f108d80fe1099bda5760f09b6e7e655f0ebd
 SHA512 
d20a75ffbc16ed6db6e8240e1bb093ebfd33f49240e86bf2feb7ad4aaec0c3a7cff82eca97c31c39f80289065ba5cf593a8fc3b48f35569f9b5089af04ad6499
-DIST firefox-91.7.0esr-be.xpi 622609 BLAKE2B 
deb09addf833e2286e933ce01d337a07a1ca4c8f2f247f38b905c64af1da1b9d3144dc6bce4ac1e80a52a644f1f307de5b7dcb5115df508f28d0de0e1f4a5430
 SHA512 
928eab1a9097ea37c2b37a7f126d422c3e99c39e5089cb93acf615ae36d5a590a810eb5b489923c122bed654d9781d68139fae6012ee177e4f74bfda0f16ffee
-DIST firefox-91.7.0esr-bg.xpi 567638 BLAKE2B 
d8f8fb2a891539ac769f58a60762a89264f09e49eb975b563351296f7c5f1b3907aac1a1d76d0271bca089a82f53788aca54f6b14d9dca27d571cc00dec8dce7
 SHA512 
dc9b3d2e77da127bfa8226c7953016a19ac918b715e62195e9ba689722ebf018ffab899e6d8bacd48b2c294ad55f7e67e9be6be2e983296d33295417c8f0985e
-DIST firefox-91.7.0esr-bn.xpi 556819 BLAKE2B 
f82e26ea715c66484bd5919277a7e0798dbcf99a922d0c59ed20b922f44179ebb924af26bb3ba2990d223dbc54f1323c812f1743d381b10c21adaec4dc35e473
 SHA512 
cd12939477e0fbf139d0c7cf341c30f5e069dd0640e3ad632f40c877de8bd7905b9d082ae60a40b378cf34ee78b2347ec2bb913185c52f18a439ce80e26b39f7
-DIST firefox-91.7.0esr-br.xpi 526265 BLAKE2B 
76e88ba5cbf8ae6bcacc8a2367d5517f1df83af7e9f3fdf2b03a017ea13bf41e1043a22a6cdf6a6d275d9f22adf0f01a529fa80723ae74d7e24aff1e202912b1
 SHA512 
fa66b787704ab31be8f3916c96b3838c8dc9a471840cb5d0481726c5e481c3731b919922838ac0031dfeb557c0f214145e4f0cc3a7904900935ec8f518e861c8
-DIST firefox-91.7.0esr-bs.xpi 463557 BLAKE2B 
15ad82cdd25aab32c2aec00822354ffc936911184e1dbaf55a6ea0f25ab23ec546efae4e341e348fe372d479a4b2cc8ae9e5373ddca80fd643cab10fa43684c5
 SHA512 
8e62d0682ca09394ea5279ba9ea8456fac6273a2c55fc18ced8a96e91c40ce807ae20a6d7f71916f1f86c58d6774746f84edec351115c2c527e70fb716724ca2
-DIST firefox-91.7.0esr-ca-valencia.xpi 529390 BLAKE2B 
b5acda8b1aa5f93d4ac703c05591d806264931c7b7bdc248514299c883d9be59a83a5b7abbd322e516b88a12054852a1481b453dfe5c01504d8228c3a67dfe71
 SHA512 
95ae48232bb883f1cb946a917944768146576e1c12d58ee503d74d527895e1f49da3be5400a2cbab87344f640781c98d34b737b090e2c5846d6a8bb7178b0025
-DIST firefox-91.7.0esr-ca.xpi 532477 BLAKE2B 
7788034bccc797792171e354b0e63f70df48ce78e4665ab7ab2789350f9b7f6a07fb4a58235e8568ec1be45b4fd878e09c73a3a24851d1bbd6988d6fc21d142d
 SHA512 
16c2fcd378e3cb3c63f1a5f44332e40e36a5e179e7359831b99eb6128c127efcc43b4e2c5ffcfd8a641008a97d7093d909ee30ea9b49e617b1062476a2bedfa1
-DIST firefox-91.7.0esr-cak.xpi 552607 BLAKE2B 

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

2022-03-14 Thread Joonas Niilola
commit: 9b5e7dc4f07f11bc3f9a7004030461c6ec49aa81
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Mar 14 06:28:43 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Mar 14 07:00:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5e7dc4

dev-util/hfstospell: add 0.5.3

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

 dev-util/hfstospell/Manifest|  1 +
 dev-util/hfstospell/hfstospell-0.5.3.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-util/hfstospell/Manifest b/dev-util/hfstospell/Manifest
index fd7d9e959c93..7f331cb0510e 100644
--- a/dev-util/hfstospell/Manifest
+++ b/dev-util/hfstospell/Manifest
@@ -1 +1,2 @@
 DIST hfstospell-0.5.2.tar.gz 152115 BLAKE2B 
667c01672fd6fd6ee743a6542677ffe74e3900c27ab2754f8fa7dcc57081074bd98e8d82827fe176b2a6c9abc4565efcb3204df43110906f5a333405ec8a6bf2
 SHA512 
307aff3aec91ac6ffed3ebabdc2baa1a6e913431f57a80a0d0254be57fbd72e28d7592c35e0d72e5979f7e0b4c585f11b8eb91183b0877f9670a9cd5206c0140
+DIST hfstospell-0.5.3.tar.gz 152654 BLAKE2B 
f77c86e18b9dcb098460bdaec2f6a148b4bf515670aad3d17002b3027026483658d0df924a5d71b12251128ba89bee3a9d7c1d03a5983830accf0340445a1331
 SHA512 
f25bae6c083894139ba1e3dbd24f010e1c4695bdfe4c2499d31f2f0bd2f5688b662ea15666b46f174fc75f0aa6f5cd114456f735b1d49bcf3331b6f57ff5

diff --git a/dev-util/hfstospell/hfstospell-0.5.3.ebuild 
b/dev-util/hfstospell/hfstospell-0.5.3.ebuild
new file mode 100644
index ..fb0ae63f8f3a
--- /dev/null
+++ b/dev-util/hfstospell/hfstospell-0.5.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="HFST spell checker library and command line tool"
+HOMEPAGE="https://github.com/hfst/hfst-ospell;
+SRC_URI="https://github.com/hfst/hfst-ospell/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="clang"
+
+DEPEND="app-arch/libarchive:=
+   dev-libs/icu:=
+   !clang? (
+   dev-cpp/glibmm:2
+   dev-cpp/libxmlpp:2.6
+   dev-libs/glib:2
+   dev-libs/libsigc++:2
+   dev-libs/libxml2
+   )"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}/hfst-ospell-${PV}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # https://github.com/hfst/hfst-ospell/issues/48
+   if tc-is-clang; then
+   econf --without-libxmlpp --without-tinyxml2
+   elif use clang; then
+   econf --without-libxmlpp --without-tinyxml2
+   else
+   default
+   fi
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete -o -name '*.a' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/

2022-03-14 Thread Joonas Niilola
commit: e8791519738218c8100b3a60e0b3af912e153319
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Mar 14 06:59:26 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Mar 14 07:00:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8791519

www-client/firefox-bin: add 98.0.1, drop 98.0-r1

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

 www-client/firefox-bin/Manifest| 196 ++---
 ...in-98.0-r1.ebuild => firefox-bin-98.0.1.ebuild} |   0
 2 files changed, 98 insertions(+), 98 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index e9da63db985b..512ea5d6ba32 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -93,103 +93,103 @@ DIST firefox-91.7.1esr-vi.xpi 573482 BLAKE2B 
632d56778309b7e74d2d8c307e13e55a4b6
 DIST firefox-91.7.1esr-xh.xpi 428176 BLAKE2B 
1770bfc825bc71fc40a2413af25a9d27294522d75d38635952a5b7f36547babdfa43330e5b31486f6b35c120cb0c1066bac383da393f099cc93cc6fcc2eebe16
 SHA512 
616f3c9f2e3ea9dfc82ea20d04fccb359611a1d8b1e1a67d22c002fbffd2ac968117cb65bb85206eab7bff4642e43fc21226e393e68f02911ceb5ab1f5d10322
 DIST firefox-91.7.1esr-zh-CN.xpi 575379 BLAKE2B 
44cf2c4c0f180c9c5652214d45070a0a1cc2f3b0ec107d18be4746af1bfcbd8c56b5093d44f104406530e201ba2c40f5f0bcb624d3524ef955963e0b59f5f46b
 SHA512 
0671755771eb94414da55ec0539ee950d24093c8acf2b17add5c895bb24b4e83946f8769b1913553e3d7bcb286b5b129e33aa64af391137c225c138246edaea5
 DIST firefox-91.7.1esr-zh-TW.xpi 576227 BLAKE2B 
08196cddca48b3a68154ead26522a84be085a6b777f43bd11cc918efcb3b12a711869911736972cfb5b26e77f14f3b7a8da6e15a73eb32d7663102a26c1b6635
 SHA512 
3030828799207a4c37a06591f17636412b55042ee61bd9f42a01204ddbf148ac6176f64639eb83e3313958db3c36860fcbafb136e5e7ede70a588104690bc531
-DIST firefox-98.0-ach.xpi 449119 BLAKE2B 
d4a47310862e17beb810346eb67f5884f1570273515196121e3d26d3b515b9491ac3020aabd49dfeb2e7961792893aa1b3150ddaec96d426f116cddc6d15e2f4
 SHA512 
3a4edcc0cc74653f6bb8dff1118f469cbd729af57dd6b67bf675200db57ffeb31e06f4dccbc551a7878ebb820636cecb7a3eb2e0b4d351667e913e41520c2e22
-DIST firefox-98.0-af.xpi 415414 BLAKE2B 
ba219310384e23e7a20ef59b280035087980f73fb1d729ef359d9432235afc13185869b8b0545993460e29e57e7006caaca894d878797781954c399a368a81de
 SHA512 
defa5a73f1de658824a7ce13c43e3d240b1c4a3babf4fd265c60ccace775e6f775afe6607c6a17768182d8a9d140e3a4cf3d7a29a692ca52812342c02d1fbfed
-DIST firefox-98.0-an.xpi 495401 BLAKE2B 
4cabaccebc1f73229c7234b85c237c3e26a05dd9acdb4aa90bbdc3c075ca39fe48690a196c95f0d60e29e78a47e2b8dd04201280136dc505c9cee505c22b2118
 SHA512 
c8fd61cd3a51f8a3825df5a928d2dc25e5ad819e0e0ecf98db46495e8653b37349ea0171327783671a9ae39c4cea35b2f45506d8a1d8ef6faf9266487346cc7f
-DIST firefox-98.0-ar.xpi 564944 BLAKE2B 
b49e31c611b798f65eef08c05dbd2b0979031844ed3961a2f9996a16bd291c9e9afda9377dcc8cba670b3b8a693fe8b90ccf0b79fd17b8198827c7d9a5e20096
 SHA512 
aee9d84b81a2cc496c69d3101d8760f8549fe876ede01098dabf33d5bf1141b9730c32600807c725f684b9d73201a0e611d2ae01e571ab322528474ad89d8060
-DIST firefox-98.0-ast.xpi 493525 BLAKE2B 
d272ac586db16dd2f7a5d2c12d3713423c96ff71897b6b935ff7b3971528964f09b00fae2e4883cc6eaea2d01ca009d347fa40dee15e7368f5ee3b3d70d4c071
 SHA512 
962fabec757886421d07319c86b0aa80101edb52445a7a11623eec920baebead7f5884a459deb4f803bce085e3128dcbc7e70a983665db4947b9ad2e64879c22
-DIST firefox-98.0-az.xpi 484504 BLAKE2B 
35e54332419c111485a935e69c2e54c40c2bba41422e82ba0240d7a69584f356ec8c860b74442312714e674a22eafd1544beb51910423360c01072bddb5c2ada
 SHA512 
483ba85bf5a5c301cf34baa5717c411014b9fe14eb8ebe893459e3aef84b3bc0575aa5ff15bf640869a94c2aa2b7eac98e2103c6a505a7d7740efa77a6641759
-DIST firefox-98.0-be.xpi 622390 BLAKE2B 
a5fffdcd96692b0113084f4fadb33b6fb8de0defd45e76f9fcf621d8ddbe043f3a0fe635f39eb6d1f4c1f1be334ff6bcb7bc0c916435cb97763b8add085c3ca1
 SHA512 
3147dd5cdd5a1764aeef5a860ff8aba02618ec45dd1a8a8f1aee6556b672f5af14c1a49ffbdd202fec19dfe6044cb78ad92dd0a668eb7313696fd27950b9ea83
-DIST firefox-98.0-bg.xpi 564850 BLAKE2B 
31f4f3b08805319826279acdde1d601c788978aca5082d62b75878447198ec045b99cb055c68751489b41d69a3b951e4905bb53f76a8410154bd1e18345b06ff
 SHA512 
18ff9588ff06011f2e97c76ed1a97b7b7dff27cd49e7a63c824a5366b66af3f78208ff46310e1341d2eb67c77e28b76db3662415bfa8af3423ea477df7a1548e
-DIST firefox-98.0-bn.xpi 554267 BLAKE2B 
bfb6e28d98ab761b24674d225ddfcd7576e961a26b606ecf74f61a513044230e11c12c6d9345c0d3e21f139046bfba4eecf9fd4b8128b06a6e21f6f2d4255d38
 SHA512 
bfc6c7d20626c7cf498e270c4e250d9215ec8647405cfed99e53e4ed4f957df5c370bac7c91fb50635a76fc54a6f367766ba1a582d233d15c2ab3260028d2c66
-DIST firefox-98.0-br.xpi 529008 BLAKE2B 
9c2ddaf830e3e3e235b86906a72cfcef3771b8a8ca257a3ff3cf047d7f1a97b8a18f17c7b702a00b7ac56c84ba72b9f5328d1ef39063d5eee0b070faa121595b
 SHA512 
19777a56ccf7855b6aa361e28b7efb1d1e96129ef15b09701f9434b606eddb25997ad424878daf2c3697cc54c8e2c93e8854e5cdc25a5575720d8cf43c8601d0
-DIST firefox-98.0-bs.xpi 459061 BLAKE2B 

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

2022-03-14 Thread Dennis Lamm
commit: 934fb95d915c92846893bc2c43a6e0d1cb3d0bb5
Author: Dennis Lamm  gentoo  org>
AuthorDate: Mon Mar 14 06:30:59 2022 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Mar 14 06:51:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934fb95d

media-gfx/prusaslicer: drop old

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

 media-gfx/prusaslicer/prusaslicer-2.4.0-r1.ebuild | 76 ---
 1 file changed, 76 deletions(-)

diff --git a/media-gfx/prusaslicer/prusaslicer-2.4.0-r1.ebuild 
b/media-gfx/prusaslicer/prusaslicer-2.4.0-r1.ebuild
deleted file mode 100644
index 51a5b4378a17..
--- a/media-gfx/prusaslicer/prusaslicer-2.4.0-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.0-gtk3"
-
-inherit cmake desktop wxwidgets xdg
-
-MY_PN="PrusaSlicer"
-
-DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication 
(3D printers)"
-HOMEPAGE="https://www.prusa3d.com/prusaslicer/;
-SRC_URI="https://github.com/prusa3d/${MY_PN}/archive/version_${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="AGPL-3 Boost-1.0 GPL-2 LGPL-3 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-cpp/eigen:3
-   >=dev-cpp/tbb-2021.4.0
-   >=dev-libs/boost-1.73.0:=[nls,threads(+)]
-   dev-libs/cereal
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/gmp:=
-   dev-libs/mpfr:=
-   >=media-gfx/openvdb-8.2
-   net-misc/curl
-   media-libs/glew:0=
-   media-libs/ilmbase:=
-   media-libs/libpng:0=
-   media-libs/qhull:=
-   sci-libs/libigl
-   sci-libs/nlopt
-   >=sci-mathematics/cgal-5.0:=
-   sys-apps/dbus
-   sys-libs/zlib:=
-   virtual/glu
-   virtual/opengl
-   x11-libs/gtk+:3
-   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
-"
-DEPEND="${RDEPEND}
-   media-libs/qhull[static-libs]
-"
-
-S="${WORKDIR}/${MY_PN}-version_${PV}"
-
-src_prepare() {
-   sed -i -e 
's/PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN/PrusaSlicer-${SLIC3R_VERSION}+Gentoo/g'
 version.inc || die
-   cmake_src_prepare
-}
-
-src_configure() {
-   CMAKE_BUILD_TYPE="Release"
-
-   setup-wxwidgets
-
-   local mycmakeargs=(
-   -DSLIC3R_BUILD_TESTS=$(usex test)
-   -DSLIC3R_FHS=ON
-   -DSLIC3R_GTK=3
-   -DSLIC3R_GUI=ON
-   -DSLIC3R_PCH=OFF
-   -DSLIC3R_STATIC=OFF
-   -DSLIC3R_WX_STABLE=ON
-   -Wno-dev
-   )
-
-   cmake_src_configure
-}



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

2022-03-14 Thread Dennis Lamm
commit: 82d3469a592e7e27dd434ad2697c1ca0094e5d35
Author: Dennis Lamm  gentoo  org>
AuthorDate: Mon Mar 14 06:29:44 2022 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Mar 14 06:51:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d3469a

media-gfx/prusaslicer: 2.4.1 version bump

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

 media-gfx/prusaslicer/Manifest  | 1 +
 ...-1.3.1.patch => prusaslicer-2.4.0-fix-build-with-cereal-1.3.1.patch} | 0
 media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild   | 2 +-
 .../{prusaslicer-2.4.0-r2.ebuild => prusaslicer-2.4.1.ebuild}   | 2 +-
 4 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-gfx/prusaslicer/Manifest b/media-gfx/prusaslicer/Manifest
index d7c9689e19a8..4c9c480f1b37 100644
--- a/media-gfx/prusaslicer/Manifest
+++ b/media-gfx/prusaslicer/Manifest
@@ -1 +1,2 @@
 DIST prusaslicer-2.4.0.tar.gz 46397442 BLAKE2B 
686232fddd3e2105db1325ab085b49f6f7a028a24ab90120daf94c53255f09b19411e0ff075bfe7abff138d3c276e8b5341ff6d59e267087bcd4568ac1113c47
 SHA512 
e923e4e6273dbcfc3e2bc0e28f9eb8cda8530747c0a834f48aea715d75ba1d02be9cfee043689efccdaee40de00114f7964e43accad245b9acd801b997868e3c
+DIST prusaslicer-2.4.1.tar.gz 55572739 BLAKE2B 
8c6030560926e53c780847e7b8a0582055b59c6b8355a2bfff19552d730cc31fc929437aa6ed93fd38d024699129bd550a1b250523387658117d1f2764cfd2b7
 SHA512 
895388ec39e46e30ea7bdecba42793e898ceb6c6b331dad815a726ed2f7e2e8719c71c32c6ce7fff1781fa06aac8e9afb615784d3b2001bd0d6e24ba23f0866a

diff --git 
a/media-gfx/prusaslicer/files/2.4.0-fix-build-with-cereal-1.3.1.patch 
b/media-gfx/prusaslicer/files/prusaslicer-2.4.0-fix-build-with-cereal-1.3.1.patch
similarity index 100%
rename from media-gfx/prusaslicer/files/2.4.0-fix-build-with-cereal-1.3.1.patch
rename to 
media-gfx/prusaslicer/files/prusaslicer-2.4.0-fix-build-with-cereal-1.3.1.patch

diff --git a/media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild 
b/media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild
index e3318ba01834..f0e766df6b30 100644
--- a/media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild
+++ b/media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild
@@ -50,7 +50,7 @@ DEPEND="${RDEPEND}
 "
 
 PATCHES=(
-   "${FILESDIR}"/${PV}-fix-build-with-cereal-1.3.1.patch
+   "${FILESDIR}"/${P}-fix-build-with-cereal-1.3.1.patch
 )
 
 S="${WORKDIR}/${MY_PN}-version_${PV}"

diff --git a/media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild 
b/media-gfx/prusaslicer/prusaslicer-2.4.1.ebuild
similarity index 96%
copy from media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild
copy to media-gfx/prusaslicer/prusaslicer-2.4.1.ebuild
index e3318ba01834..c402f1a876fd 100644
--- a/media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild
+++ b/media-gfx/prusaslicer/prusaslicer-2.4.1.ebuild
@@ -50,7 +50,7 @@ DEPEND="${RDEPEND}
 "
 
 PATCHES=(
-   "${FILESDIR}"/${PV}-fix-build-with-cereal-1.3.1.patch
+   "${FILESDIR}"/${PN}-2.4.0-fix-build-with-cereal-1.3.1.patch
 )
 
 S="${WORKDIR}/${MY_PN}-version_${PV}"



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

2022-03-14 Thread Lars Wendler
commit: 04d63407a3280ba280a38143bdbe76a03bc76eaa
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 14 06:47:44 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 14 06:48:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d63407

app-shells/fish: Bump to version 3.4.0

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

 app-shells/fish/Manifest  |   1 +
 app-shells/fish/fish-3.4.0.ebuild | 102 ++
 2 files changed, 103 insertions(+)

diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
index c41057369d88..831e89ae2a2a 100644
--- a/app-shells/fish/Manifest
+++ b/app-shells/fish/Manifest
@@ -1 +1,2 @@
 DIST fish-3.3.1.tar.xz 3489152 BLAKE2B 
61b2bf96526d957d3f9706df5a76d4d9b4ccf55a1ff2b7b66f1a0d5d126a220df9984551f5adb06dcedbfb5674b93c4f3d75ef991585980a29d4dd84f7697559
 SHA512 
fc50ca44fab3f2d942284d4f714150f7ccf1e49c73da36f8d4ae4a33a9b3280f98bed15848839f5d443b4274fd0ff90174bafa6a8e9a4da226dda63d7766a660
+DIST fish-3.4.0.tar.xz 3292216 BLAKE2B 
3691e5387a8392d7d43b3b0f8b893e83e246c3532684e95a19c7b2eb4ebe80bcf04aaa1b965f5c4f6d782d0ae52269bb1cdafef76845b02f9f99d4c82ea77ce3
 SHA512 
463ee8d86815520c6de9777fd2b5975f06cc0842137c86cca7ae0331e95d74e755bf6f4b0bdea7e96c11371436ff9f97ce483ae026daa1e8d385f6cad8860ed4

diff --git a/app-shells/fish/fish-3.4.0.ebuild 
b/app-shells/fish/fish-3.4.0.ebuild
new file mode 100644
index ..45bc18a52822
--- /dev/null
+++ b/app-shells/fish/fish-3.4.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake python-any-r1 readme.gentoo-r1
+
+DESCRIPTION="Friendly Interactive SHell"
+HOMEPAGE="http://fishshell.com/;
+
+MY_PV="${PV/_beta/b}"
+MY_P="${PN}-${MY_PV}"
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git;
+else
+   
SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+doc nls test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/libpcre2-10.32:=[pcre32]
+   sys-apps/coreutils
+   sys-libs/ncurses:=[unicode(+)]
+"
+
+DEPEND="${RDEPEND}"
+BDEPEND="
+   nls? ( sys-devel/gettext )
+   test? (
+   ${PYTHON_DEPS}
+   dev-tcltk/expect
+   $(python_gen_any_dep '
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   ')
+   )
+"
+# we don't need shpinx dep for release tarballs
+[[ ${PV} ==  ]] && DEPEND+=" doc? ( dev-python/sphinx )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_check_deps() {
+   use test || return 0
+   has_version -d "dev-python/pexpect[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+   # workaround for https://github.com/fish-shell/fish-shell/issues/4883
+   sed -i 
's#${TEST_INSTALL_DIR}/${CMAKE_INSTALL_PREFIX}#${TEST_INSTALL_DIR}#' \
+   cmake/Tests.cmake || die
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin"
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
+   -DCURSES_NEED_NCURSES=ON
+   -DINSTALL_DOCS="$(usex doc)"
+   -DWITH_GETTEXT="$(usex nls)"
+   )
+   # release tarballs ship pre-built docs // -DHAVE_PREBUILT_DOCS=TRUE
+   if [[ ${PV} ==  ]]; then
+   mycmakeargs+=( -DBUILD_DOCS="$(usex doc)" )
+   else
+   mycmakeargs+=( -DBUILD_DOCS=OFF )
+   fi
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   keepdir /usr/share/fish/vendor_{completions,conf,functions}.d
+   readme.gentoo_create_doc
+}
+
+src_test() {
+   # some tests are fragile, sanitize environment
+   local -x COLUMNS=80
+   local -x LINES=24
+
+   # very fragile, depends on terminal, size, tmux, screen and timing
+   if [[ ${PV} !=  ]]; then
+   rm -v tests/pexpects/terminal.py || die
+   fi
+
+   cmake_build test
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



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

2022-03-14 Thread Lars Wendler
commit: 042a657b691466600de67c8d79e52162bc630bfe
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 14 06:48:08 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 14 06:48:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042a657b

app-shells/fish: Synced live ebuild

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

 app-shells/fish/fish-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-shells/fish/fish-.ebuild b/app-shells/fish/fish-.ebuild
index c35b05dc2100..45bc18a52822 100644
--- a/app-shells/fish/fish-.ebuild
+++ b/app-shells/fish/fish-.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
 
 PYTHON_COMPAT=( python3_{8..10} )
 
@@ -18,7 +18,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git;
 else

SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2022-03-14 Thread Dennis Lamm
commit: d2551634100c806d98ce6e239ca023f74679d664
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Tue Mar  8 08:23:05 2022 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Mar 14 06:39:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2551634

net-misc/kea: https for HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/24447
Signed-off-by: Dennis Lamm  gentoo.org>

 net-misc/kea/kea-1.8.2-r1.ebuild | 4 ++--
 net-misc/kea/kea-1.8.2.ebuild| 4 ++--
 net-misc/kea/kea-1.9.11.ebuild   | 4 ++--
 net-misc/kea/kea-.ebuild | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-misc/kea/kea-1.8.2-r1.ebuild b/net-misc/kea/kea-1.8.2-r1.ebuild
index 7da321e5b818..1a33c637752a 100644
--- a/net-misc/kea/kea-1.8.2-r1.ebuild
+++ b/net-misc/kea/kea-1.8.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ MY_PV="${MY_PV/_/-}"
 MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
-HOMEPAGE="http://www.isc.org/kea/;
+HOMEPAGE="https://www.isc.org/kea/;
 
 inherit autotools systemd tmpfiles
 

diff --git a/net-misc/kea/kea-1.8.2.ebuild b/net-misc/kea/kea-1.8.2.ebuild
index 0300cc956210..7bf6f71daf2a 100644
--- a/net-misc/kea/kea-1.8.2.ebuild
+++ b/net-misc/kea/kea-1.8.2.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
@@ -8,7 +8,7 @@ MY_PV="${MY_PV/_/-}"
 MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
-HOMEPAGE="http://www.isc.org/kea/;
+HOMEPAGE="https://www.isc.org/kea/;
 if [[ ${PV} = * ]] ; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/isc-projects/kea.git;

diff --git a/net-misc/kea/kea-1.9.11.ebuild b/net-misc/kea/kea-1.9.11.ebuild
index 7a7f2838d8c3..cec8274fa82c 100644
--- a/net-misc/kea/kea-1.9.11.ebuild
+++ b/net-misc/kea/kea-1.9.11.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
@@ -8,7 +8,7 @@ MY_PV="${MY_PV/_/-}"
 MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
-HOMEPAGE="http://www.isc.org/kea/;
+HOMEPAGE="https://www.isc.org/kea/;
 
 inherit autotools systemd tmpfiles
 

diff --git a/net-misc/kea/kea-.ebuild b/net-misc/kea/kea-.ebuild
index 0d9eaa837ee0..9f241b088227 100644
--- a/net-misc/kea/kea-.ebuild
+++ b/net-misc/kea/kea-.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
@@ -8,7 +8,7 @@ MY_PV="${MY_PV/_/-}"
 MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
-HOMEPAGE="http://www.isc.org/kea/;
+HOMEPAGE="https://www.isc.org/kea/;
 
 inherit autotools systemd tmpfiles
 



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

2022-03-14 Thread Hans de Graaff
commit: b8c8db95f547ef13efd21123ece3f8878bca5c3a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:50:34 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c8db95

dev-ruby/minispec-metadata: add ruby30, ruby31; EAPI 8

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

 .../minispec-metadata-3.3.1-r1.ebuild  | 23 ++
 1 file changed, 23 insertions(+)

diff --git a/dev-ruby/minispec-metadata/minispec-metadata-3.3.1-r1.ebuild 
b/dev-ruby/minispec-metadata/minispec-metadata-3.3.1-r1.ebuild
new file mode 100644
index ..856e71f71964
--- /dev/null
+++ b/dev-ruby/minispec-metadata/minispec-metadata-3.3.1-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Define and access metadata in MiniTest::Spec descriptions and 
specs"
+HOMEPAGE="https://github.com/ordinaryzelig/minispec-metadata;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/minitest"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|awesome_print\)/ s:^:#:' Rakefile spec/helper.rb 
|| die
+}



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

2022-03-14 Thread Hans de Graaff
commit: b379a4eac94b4c9f4192f7d426057f8f638631d2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 10:11:59 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b379a4ea

dev-ruby/minitest-hooks: add ruby31

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

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild 
b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index 6a61e300f31e..bf4c2f18502e 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 # Skip tests since they require unpackaged sequel
 RUBY_FAKEGEM_RECIPE_TEST="none"



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

2022-03-14 Thread Hans de Graaff
commit: 9618ad8202e1f90fa6f87bb8cc4a71f8e2fd4801
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 14 06:32:42 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9618ad82

dev-ruby/syntax: add ruby31

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

 dev-ruby/syntax/syntax-1.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/syntax/syntax-1.2.2.ebuild 
b/dev-ruby/syntax/syntax-1.2.2.ebuild
index 0feef614cd49..3b8fb2b04043 100644
--- a/dev-ruby/syntax/syntax-1.2.2.ebuild
+++ b/dev-ruby/syntax/syntax-1.2.2.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=8
 
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2022-03-14 Thread Hans de Graaff
commit: 6ed5e399b4a80a2bcb33d7b62e9c910986c7c84b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:54:49 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed5e399

dev-ruby/image_processing: cleanup

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

 dev-ruby/image_processing/Manifest |  1 -
 .../image_processing-1.12.1.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-ruby/image_processing/Manifest 
b/dev-ruby/image_processing/Manifest
index ca6d9bb37bfa..79c86a5b9ae3 100644
--- a/dev-ruby/image_processing/Manifest
+++ b/dev-ruby/image_processing/Manifest
@@ -1,2 +1 @@
-DIST image_processing-1.12.1.tar.gz 986447 BLAKE2B 
cd3fa67c7f9890835d86fe669c5aa450fd91d1a898da3193da0e8d630bbe141867a2b9ac08f28886d167a9bd07128ea135c6300a265517d0155ccdda48a00b03
 SHA512 
c2f3f3db1c06a8730d98193276b12b9371735929b267054a7866fda032f5860474390b245bcb2017e60cc1b601a2f0f598fc8ebb358e6a98e25bac6fa4d96c7b
 DIST image_processing-1.12.2.tar.gz 986474 BLAKE2B 
5e2ec69dde4964f2d4d814130c0f7b9401c75cda87b25fd29a2009921c4b9fe7f8a8aac209387b2d6702c5809196c00afb318337a48a7c672de2122bf55e242b
 SHA512 
58067eff4c28893d6ac774a49b95183d2c294db283eb489fe9a201c93a8d3402bcd348027f5ebffcd11e5c4be2f527d233e0023a55d8713a81ebbc8b9536e0c1

diff --git a/dev-ruby/image_processing/image_processing-1.12.1.ebuild 
b/dev-ruby/image_processing/image_processing-1.12.1.ebuild
deleted file mode 100644
index d983c4e2111d..
--- a/dev-ruby/image_processing/image_processing-1.12.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md doc/*.md"
-
-RUBY_FAKEGEM_GEMSPEC="image_processing.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="High-level image processing helper methods with libvips and 
ImageMagick"
-HOMEPAGE="https://github.com/janko/image_processing;
-SRC_URI="https://github.com/janko/image_processing/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+=" test? ( media-gfx/imagemagick[jpeg,png,tiff] )"
-
-ruby_add_rdepend "
-   >=dev-ruby/mini_magick-4.9.5:0
-"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/minitest-5.8:5
-   >=dev-ruby/minitest-hooks-1.4.2
-   dev-ruby/minispec-metadata
-)"
-
-all_ruby_prepare() {
-   # Only support imagemagick for now since vips is not packaged
-   sed -i -e '/ruby-vips/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
-   rm -f test/{builder,pipeline,vips}_test.rb || die
-   sed -i -e '/assert_dimensions/ s:^:#:' test/*_test.rb || die
-
-   # phash is not packaged
-   sed -i -e '/\(assert\|refute\)_similar/ s:^:#:' test/*_test.rb || die
-
-   sed -i -e '/\(bundler\|phashion\|vips\)/ s:^:#:' Rakefile 
test/test_helper.rb || die
-}



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

2022-03-14 Thread Hans de Graaff
commit: 786eac2b4f4a19e4570e1d684fa392342e260f26
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:25:04 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786eac2b

dev-ruby/metaclass: add ruby31; EAPI 8

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

 dev-ruby/metaclass/metaclass-0.0.4-r2.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/dev-ruby/metaclass/metaclass-0.0.4-r2.ebuild 
b/dev-ruby/metaclass/metaclass-0.0.4-r2.ebuild
new file mode 100644
index ..f426efc3f79b
--- /dev/null
+++ b/dev-ruby/metaclass/metaclass-0.0.4-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="metaclass.gemspec"
+
+inherit ruby-fakegem
+SRC_URI="https://github.com/floehopper/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+DESCRIPTION="Adds a __metaclass__ method to all Ruby objects"
+HOMEPAGE="https://github.com/floehopper/metaclass;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die
+   sed -i -e 's/git ls-files/find */' -e '/\(test_files\|executables\)/ 
s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2022-03-14 Thread Hans de Graaff
commit: 7d2de1a3e6afc0783825a318a6a9547fccb23bda
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:54:37 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2de1a3

dev-ruby/image_processing: add 1.12.2

Bug: https://bugs.gentoo.org/834455
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/image_processing/Manifest |  1 +
 .../image_processing-1.12.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/image_processing/Manifest 
b/dev-ruby/image_processing/Manifest
index 7bc2b2d42abd..ca6d9bb37bfa 100644
--- a/dev-ruby/image_processing/Manifest
+++ b/dev-ruby/image_processing/Manifest
@@ -1 +1,2 @@
 DIST image_processing-1.12.1.tar.gz 986447 BLAKE2B 
cd3fa67c7f9890835d86fe669c5aa450fd91d1a898da3193da0e8d630bbe141867a2b9ac08f28886d167a9bd07128ea135c6300a265517d0155ccdda48a00b03
 SHA512 
c2f3f3db1c06a8730d98193276b12b9371735929b267054a7866fda032f5860474390b245bcb2017e60cc1b601a2f0f598fc8ebb358e6a98e25bac6fa4d96c7b
+DIST image_processing-1.12.2.tar.gz 986474 BLAKE2B 
5e2ec69dde4964f2d4d814130c0f7b9401c75cda87b25fd29a2009921c4b9fe7f8a8aac209387b2d6702c5809196c00afb318337a48a7c672de2122bf55e242b
 SHA512 
58067eff4c28893d6ac774a49b95183d2c294db283eb489fe9a201c93a8d3402bcd348027f5ebffcd11e5c4be2f527d233e0023a55d8713a81ebbc8b9536e0c1

diff --git a/dev-ruby/image_processing/image_processing-1.12.2.ebuild 
b/dev-ruby/image_processing/image_processing-1.12.2.ebuild
new file mode 100644
index ..95f754acbab0
--- /dev/null
+++ b/dev-ruby/image_processing/image_processing-1.12.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md doc/*.md"
+
+RUBY_FAKEGEM_GEMSPEC="image_processing.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="High-level image processing helper methods with libvips and 
ImageMagick"
+HOMEPAGE="https://github.com/janko/image_processing;
+SRC_URI="https://github.com/janko/image_processing/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+=" test? ( media-gfx/imagemagick[jpeg,png,tiff] )"
+
+ruby_add_rdepend "
+   >=dev-ruby/mini_magick-4.9.5:0
+"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/minitest-5.8:5
+   >=dev-ruby/minitest-hooks-1.4.2
+   dev-ruby/minispec-metadata
+)"
+
+all_ruby_prepare() {
+   # Only support imagemagick for now since vips is not packaged
+   sed -i -e '/ruby-vips/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+   rm -f test/{builder,pipeline,vips}_test.rb || die
+   sed -i -e '/assert_dimensions/ s:^:#:' test/*_test.rb || die
+
+   # phash is not packaged
+   sed -i -e '/\(assert\|refute\)_similar/ s:^:#:' test/*_test.rb || die
+
+   sed -i -e '/\(bundler\|phashion\|vips\)/ s:^:#:' Rakefile 
test/test_helper.rb || die
+}



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

2022-03-14 Thread Hans de Graaff
commit: 10f42ae5b68197f927e6bf95f4561cae000b7175
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:49:05 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f42ae5

dev-ruby/i18n: add 1.10.0

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

 dev-ruby/i18n/Manifest   |  1 +
 dev-ruby/i18n/i18n-1.10.0.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/dev-ruby/i18n/Manifest b/dev-ruby/i18n/Manifest
index 165e0e95ff8b..b207c06bc8a4 100644
--- a/dev-ruby/i18n/Manifest
+++ b/dev-ruby/i18n/Manifest
@@ -1,3 +1,4 @@
+DIST i18n-1.10.0.tar.gz 72745 BLAKE2B 
0675af73a52eba29ead397623d602f9eec60ff21953e5f23ee986fa5506a3296d7f54e88ea8d30cd6ccf9eefdcb589bfd798e2ac2a76f5d93d44c47b9dbe0f49
 SHA512 
efbe3c0c21d84c0ad69bda4a6f46a2106b3d20470b7d06fb2e62a063ac9d4047e38098b69ed30a5d892331d63aaf75e0bc29ffa5ae1d14ab066d47cccfe342fc
 DIST i18n-1.8.10.tar.gz 67943 BLAKE2B 
58e8041f8cf652627a305e3d987ff2450913d3dc919ea7aae641cb484524d17312ebd3e0ee68cde1c01091e42713ea229ccb41ed3998c6bbf772d32f855ca107
 SHA512 
e8b10bf380241d1e6b19250cd63e727366215b4ad7e63479a02cb81a5b46a48e06db827d9df9969c2052895646ee30c237fd17c3352a2bbfed97615bb9b6cfca
 DIST i18n-1.8.11.tar.gz 67964 BLAKE2B 
e603077c6eb02f6fd89bafd6c06f85c72528d5eb4388854f060f05a4b49a3782a3830366a1f11bd95b191048f29fae251002a34d55cb185ecefb3afc06bb2f36
 SHA512 
af8fcc307de9959b5a01a79ac3c99d3a3573630f8cdf91c21208e07d35d1a0db60f4995f1b77921c5374a1a19ad66770a107cc41fb29cf480d02be00bf90634a
 DIST i18n-1.8.9.tar.gz 67899 BLAKE2B 
56113d0879cb644a49ef79aea892e4452b65df0769a9532af44083852ed85c5afc8ac68cd6ae4f42d4b68a5aa548f7d92cf69371685c65e4cb5e3b3a0e29445a
 SHA512 
0dfe43bcb341c63b10ace733246c2005f1261bbed23f8f38298b0712aab5047a3ddd61aa8f42c9e0cf3dee6564b67c04595234a6dfcf95db30d9a0d044483505

diff --git a/dev-ruby/i18n/i18n-1.10.0.ebuild b/dev-ruby/i18n/i18n-1.10.0.ebuild
new file mode 100644
index ..0aa91c989bda
--- /dev/null
+++ b/dev-ruby/i18n/i18n-1.10.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="test"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Add Internationalization support to your Ruby application"
+HOMEPAGE="http://rails-i18n.org/;
+SRC_URI="https://github.com/svenfuchs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/activesupport-5.1
+   dev-ruby/bundler
+   >=dev-ruby/mocha-1.7.0
+   dev-ruby/test_declarative )"
+
+all_ruby_prepare() {
+   rm -f gemfiles/*.lock || die
+
+   # Remove optional unpackaged oj gem
+   sed -i -e '/oj/ s:^:#:' gemfiles/* || die
+
+   # Update old test dependencies
+   sed -i -e '/rake/ s/~>/>=/' -e 's/1.7.0/1.7/' -e '3igem "json"' 
gemfiles/* || die
+}
+
+each_ruby_test() {
+   case ${RUBY} in
+   *ruby27)
+   versions="6.0 6.1 7.0"
+   ;;
+   *ruby26)
+   versions="5.2 6.0 6.1"
+   ;;
+   esac
+
+   for version in ${versions} ; do
+   if has_version "dev-ruby/activesupport:${version}" ; then
+   einfo "Running tests with activesupport ${version}"
+   
BUNDLE_GEMFILE="${S}/gemfiles/Gemfile.rails-${version}.x" ${RUBY} -S bundle 
exec ${RUBY} -S rake test || die
+   fi
+   done
+}



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

2022-03-14 Thread Hans de Graaff
commit: b821146720be48e56ec2fa831baae33d5c62d567
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 14 06:33:43 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8211467

dev-ruby/jmespath: add 1.6.1

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

 dev-ruby/jmespath/Manifest  |  1 +
 dev-ruby/jmespath/jmespath-1.6.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/jmespath/Manifest b/dev-ruby/jmespath/Manifest
index d4a5b14737c2..33c96a03de1c 100644
--- a/dev-ruby/jmespath/Manifest
+++ b/dev-ruby/jmespath/Manifest
@@ -1,3 +1,4 @@
 DIST jmespath-1.4.0.tar.gz 40899 BLAKE2B 
45e52f649950b00205af6010084e009a7327600971fdf84e0569498a031e9307876e412a4491fc176724667246fe9f81317a80dd7ff6c44b7e24a135af224e01
 SHA512 
2b3923a5c853c527ae10ed95da49e3f4888f80ec4eec18fcec2eff16698765e6e875575994ce2fa681977fb5329b122d95cab77fb80ead3548fc26fcbfb33859
 DIST jmespath-1.5.0.tar.gz 40777 BLAKE2B 
b1143860b5b52835f42293ee1f61e21f1ff392b09707f6c53997f54b3ebe8c4ecc9128ee1336010bf623c2c220a6f25c3ef6796bf66cf1cf076d1fcc3ca22b80
 SHA512 
823404f2c5530d1888e9d9dfa22edfd42c8171a4c275f1a5965e56914c528ae0a20af8e69d62ec9876de57659f4dc8ac737c2092b1631b499c09c060bff21e36
 DIST jmespath-1.6.0.tar.gz 40503 BLAKE2B 
0ee49626b7d22859cf1f6de37875c0a49de176664eaa159357473fc069a612c9431c6aa301789d38a2b1e9f8c1986c8495b2ee573c6b5a80a9bce83343ba4d8d
 SHA512 
b7538121494b4a1048b17f6ff2aa3c30442584a4bca4b8deb0f7005c9e13c2b61b843ceb7590e47bb68fe24274b4833abc598b59e1e71991522396aa2b73fc92
+DIST jmespath-1.6.1.tar.gz 40731 BLAKE2B 
004da1c19a9990f83cc7484afccf7f7c8b6924ff538a0779752a4fd2aa0d469fd7ddf975f39e50f3f3d806109d6742adbc16237dec5760c224a59e6791954529
 SHA512 
8c66235463f1d83a2b061e9e01b5ef0d3d12df5a034a334d3c06a919bc2049b44dd740da0297e1774300533bc9968614f3d961deb4bfe808c9221e03d6f1bbed

diff --git a/dev-ruby/jmespath/jmespath-1.6.1.ebuild 
b/dev-ruby/jmespath/jmespath-1.6.1.ebuild
new file mode 100644
index ..b640b015b668
--- /dev/null
+++ b/dev-ruby/jmespath/jmespath-1.6.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_GEMSPEC="jmespath.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implements JMESPath for Ruby"
+HOMEPAGE="https://github.com/jmespath/jmespath.rb;
+SRC_URI="https://github.com/jmespath/jmespath.rb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="${PN}.rb-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="1"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/I s:^:#:' \
+   
spec/{compliance_spec,compliance_without_errors_spec,spec_helper}.rb || die
+   sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
+}



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

2022-03-14 Thread Hans de Graaff
commit: 224b6fde6bf2625113c6a19058df348f1a0007a0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 09:46:13 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224b6fde

dev-ruby/minitar: add ruby31; EAPI 8

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

 dev-ruby/minitar/minitar-0.9-r1.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-ruby/minitar/minitar-0.9-r1.ebuild 
b/dev-ruby/minitar/minitar-0.9-r1.ebuild
new file mode 100644
index ..bd80ebe2f6d2
--- /dev/null
+++ b/dev-ruby/minitar/minitar-0.9-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="minitar.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides POSIX tarchive management from Ruby programs"
+HOMEPAGE="https://github.com/halostatue/minitar;
+SRC_URI="https://github.com/halostatue/minitar/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="minitar-${PV}"
+
+LICENSE="|| ( BSD-2 Ruby )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.3:5 )"
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || 
die
+}



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

2022-03-14 Thread Hans de Graaff
commit: c75859c2c8eed38501c9cce375468467580b6ad6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:26:14 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75859c2

dev-ruby/benchmark-ips: add 2.10.0

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

 dev-ruby/benchmark-ips/Manifest|  1 +
 dev-ruby/benchmark-ips/benchmark-ips-2.10.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/benchmark-ips/Manifest b/dev-ruby/benchmark-ips/Manifest
index 3eb889e4448e..c108e1b48b17 100644
--- a/dev-ruby/benchmark-ips/Manifest
+++ b/dev-ruby/benchmark-ips/Manifest
@@ -1 +1,2 @@
+DIST benchmark-ips-2.10.0.tar.gz 19840 BLAKE2B 
53c219921144632dc91971fa3558bcaf106887d7deafbd7145c1ad12d09d37ecbe17dd07a3da7f8a2c5bedea4a228d76d72bd8e54b14c94c4b21f2e9823cb8f6
 SHA512 
aeb86bfd80c6ac6a16df8dced2681e81bcb6a0a31848524956b348cd699addebdda4b1a32c6eab85884b89bfb9c26e01f40af7da5a58e187af3a737ad582b8dc
 DIST benchmark-ips-2.9.2.gem 21504 BLAKE2B 
e1ff44841c42a2ac919bc33be517aab8c09ede32fcf2d72d143a21bbaf8c67a99ea8abcfc10a473afc456be735836fa44135ff3c295380bf21d09cc43337977e
 SHA512 
b20d80e42a6175a2c2b75be7a1d423b0ecd1aa201be9cb443f838bcdbfba08d54cdd5e43a203834d451b9ce37219b6e1c8227a5196ee84a132c7ed9fd9431270

diff --git a/dev-ruby/benchmark-ips/benchmark-ips-2.10.0.ebuild 
b/dev-ruby/benchmark-ips/benchmark-ips-2.10.0.ebuild
new file mode 100644
index ..ea565378aba9
--- /dev/null
+++ b/dev-ruby/benchmark-ips/benchmark-ips-2.10.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+RUBY_FAKEGEM_GEMSPEC="benchmark-ips.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A iterations per second enhancement to Benchmark"
+HOMEPAGE="https://github.com/evanphx/benchmark-ips;
+SRC_URI="https://github.com/evanphx/benchmark-ips/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.6:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '1i require "tempfile"' test/test_benchmark_ips.rb || die
+   sed -i -e 's/git ls-files --/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}



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

2022-03-14 Thread Hans de Graaff
commit: 4d2453465a2616e899dc804cb0f542b5aae9c88d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:19:37 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d245346

dev-ruby/sshkit: cleanup

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

 dev-ruby/sshkit/Manifest |  2 --
 dev-ruby/sshkit/sshkit-1.21.0.ebuild | 41 
 dev-ruby/sshkit/sshkit-1.21.1.ebuild | 41 
 3 files changed, 84 deletions(-)

diff --git a/dev-ruby/sshkit/Manifest b/dev-ruby/sshkit/Manifest
index 0a0ae063367c..2e409842216f 100644
--- a/dev-ruby/sshkit/Manifest
+++ b/dev-ruby/sshkit/Manifest
@@ -1,3 +1 @@
-DIST sshkit-1.21.0.gem 144384 BLAKE2B 
f4f77d9cf00db4bc0ab6ac092dc859af31fd50976fc9425c0e5ba1b5c1607bd9b50fff44f65f0207b9d9d604c5ace153ba05ec062fb064c44673572769416a22
 SHA512 
981fdaa19d633e92d4e3ef5fc9255a89d992813c400af4a468e6cf12ca52cbe612b771a87afe6392c4098d07b42162d5981025b8b214aafa197a68222b5e234e
-DIST sshkit-1.21.1.gem 144384 BLAKE2B 
961a3646b4401b1e4548b484143f12a9bc21644f710e19539c5831bbdb2f8a70449992c23858d31ce965a2139343d6e33eaa09650a753813191d655d0e73f83b
 SHA512 
794ff492b737190470acdf8238ae4203ce1e66916ee2caba110eee7c92026897f89ee25d30971f9244359c51cc449f954ecabfd2f6a90b068cedf5ed253f8ba2
 DIST sshkit-1.21.2.gem 144896 BLAKE2B 
ea72b1d0df7252f9c4ffe010721a957b5a86cc43697acf4dfd065a74cca5317deeb15692449d573a2e5590ef3a23ee666196b7b661d6986a2f270d16e2dc8d89
 SHA512 
37515726b67ae0e2ac9dff42cf7b71a32832ebe144aa192332780e4d9aead1a9e4c3cf7f6f0b994804175a5befd896b32908a82ba2e4f4a1d4e4b0f5bf01c3b3

diff --git a/dev-ruby/sshkit/sshkit-1.21.0.ebuild 
b/dev-ruby/sshkit/sshkit-1.21.0.ebuild
deleted file mode 100644
index 6a3add200c68..
--- a/dev-ruby/sshkit/sshkit-1.21.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-# There are functional tests that require vagrant boxes to be set up.
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands 
in Ruby"
-HOMEPAGE="https://github.com/capistrano/sshkit;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/net-ssh-2.8.0:*
-   >=dev-ruby/net-scp-1.1.2
-"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
-   sed -i -e '/\(turn\|unindent\|reporters\)/I s:^:#:' \
-   -e '1irequire "set"; require "pathname"' test/helper.rb || die
-
-   # Fix assumption about parent directory name
-   sed -i -e '/assert_match/ s/sshkit/sshkit.*/' 
test/unit/test_deprecation_logger.rb || die
-}
-
-each_ruby_test() {
-   # Run tests directly to avoid dependencies in the Rakefile
-   ${RUBY} -Ilib:test:. -e "Dir['test/unit/**/test*.rb'].each{|f| require 
f}" || die
-}

diff --git a/dev-ruby/sshkit/sshkit-1.21.1.ebuild 
b/dev-ruby/sshkit/sshkit-1.21.1.ebuild
deleted file mode 100644
index b3fbf2b32b39..
--- a/dev-ruby/sshkit/sshkit-1.21.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-# There are functional tests that require vagrant boxes to be set up.
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands 
in Ruby"
-HOMEPAGE="https://github.com/capistrano/sshkit;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/net-ssh-2.8.0:*
-   >=dev-ruby/net-scp-1.1.2
-"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
-   sed -i -e '/\(turn\|unindent\|reporters\)/I s:^:#:' \
-   -e '1irequire "set"; require "pathname"' test/helper.rb || die
-
-   # Fix assumption about parent directory name
-   sed -i -e '/assert_match/ s/sshkit/sshkit.*/' 
test/unit/test_deprecation_logger.rb || die
-}
-
-each_ruby_test() {
-   # Run tests directly to avoid dependencies in the Rakefile
-   ${RUBY} -Ilib:test:. -e "Dir['test/unit/**/test*.rb'].each{|f| require 
f}" || die
-}



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

2022-03-14 Thread Hans de Graaff
commit: 4034fdecff0146aa067a3c0943a0863f937db0df
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:25:32 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4034fdec

dev-ruby/net-ssh: add ruby30; EAPI 8

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

 dev-ruby/net-ssh/net-ssh-6.1.0-r2.ebuild | 45 
 1 file changed, 45 insertions(+)

diff --git a/dev-ruby/net-ssh/net-ssh-6.1.0-r2.ebuild 
b/dev-ruby/net-ssh/net-ssh-6.1.0-r2.ebuild
new file mode 100644
index ..db9f40f2bf0e
--- /dev/null
+++ b/dev-ruby/net-ssh/net-ssh-6.1.0-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.md THANKS.txt"
+RUBY_FAKEGEM_EXTRAINSTALL="support"
+
+RUBY_FAKEGEM_GEMSPEC="net-ssh.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Non-interactive SSH processing in pure Ruby"
+HOMEPAGE="https://github.com/net-ssh/net-ssh;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
net-ssh-git-${PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="ed25519 test"
+RESTRICT="!test? ( test )"
+
+ruby_add_rdepend "virtual/ruby-ssl ed25519? ( >=dev-ruby/ed25519-1.2:1 
dev-ruby/x25519 dev-ruby/bcrypt_pbkdf:1 )"
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 >=dev-ruby/mocha-0.13 )"
+
+all_ruby_prepare() {
+   # Avoid bundler dependency
+   sed -i -e '/\(bundler\|:release\)/ s:^:#:' Rakefile || die
+
+   sed -e "s:require_relative ':require './:" \
+   -e 's/git ls-files -z/find -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+src_test() {
+   # prevent tests from trying to connect to ssh-agent socket and failing
+   unset SSH_AUTH_SOCK
+   if ! use ed25519; then
+   export NET_SSH_NO_ED25519=true
+   fi
+   ruby-ng_src_test
+}



<    1   2   3