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

2021-09-18 Thread Sam James
commit: cf2415df1ebc1296ae6e59dc58f3c08d297b79ab
Author: Kerin Millar  plushkava  net>
AuthorDate: Sun Sep 19 05:24:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 05:42:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2415df

media-sound/ecasound: build with -std=c++11

To specify the c++98 dialect is no longer compatible with lilv.

Closes: https://bugs.gentoo.org/751583
Closes: https://bugs.gentoo.org/787620
Signed-off-by: Kerin Millar  plushkava.net>
Signed-off-by: Sam James  gentoo.org>

 media-sound/ecasound/ecasound-2.9.3.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-sound/ecasound/ecasound-2.9.3.ebuild 
b/media-sound/ecasound/ecasound-2.9.3.ebuild
index 7cdadd6983e..3b3f4545b17 100644
--- a/media-sound/ecasound/ecasound-2.9.3.ebuild
+++ b/media-sound/ecasound/ecasound-2.9.3.ebuild
@@ -35,6 +35,7 @@ RDEPEND="sys-libs/readline:0=
sndfile? ( media-libs/libsndfile:= )"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
+BDEPEND="sys-apps/ed"
 PATCHES=(
"${FILESDIR}"/${P}-ldflags.patch
"${FILESDIR}"/${PN}-2.9.1-tinfo.patch
@@ -47,10 +48,9 @@ pkg_setup() {
 src_prepare() {
default
 
-#  if use python ; then
-#  sed -i -e "s:\$(ecasoundc_libs):\0 $(python_get_library -l):" \
-#  pyecasound/Makefile.am || die "sed failed"
-#  fi
+   # https://bugs.gentoo.org/787620
+   printf '%s\n' H '/^EXTRACXXFLAGS="-std=c++98"$/s/98/11/' w q |
+   ed -s configure.ac || die "Couldn't patch EXTRACXXFLAGS in 
configure.ac"
 
eautoreconf
 }



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

2021-09-18 Thread Sam James
commit: 9d53f0d50a29b02231b0e3237ff5bf6b9bc9d304
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 05:36:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 05:36:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d53f0d5

dev-libs/keystone: add 0.9.2

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

 dev-libs/keystone/Manifest  |  1 +
 .../{keystone-.ebuild => keystone-0.9.2.ebuild} | 13 +++--
 dev-libs/keystone/keystone-.ebuild  | 13 +++--
 3 files changed, 7 insertions(+), 20 deletions(-)

diff --git a/dev-libs/keystone/Manifest b/dev-libs/keystone/Manifest
index f661bedc4b7..406bb5c6958 100644
--- a/dev-libs/keystone/Manifest
+++ b/dev-libs/keystone/Manifest
@@ -1 +1,2 @@
 DIST keystone-0.9.1.tar.gz 4326151 BLAKE2B 
2d41388f4beeff3c424386c77cb75eeca613c66f80e807035f709822f241ef74f64085260678772580cb82bcceda83b4b3c31b92393f8d70f24d54f77f7ba224
 SHA512 
3bd9c3793d5862a0a8628b52da381625e62445f661dbd5ed715723e7d9db01ce3f9586e5ca0a5cc71e8ceb6c912050f5c28e3ccd540e72c8abcfd2f0d1bbae17
+DIST keystone-0.9.2.tar.gz 4433222 BLAKE2B 
5654ae6a66ccf6832fbdbb8c1083a2318e413bb833a0fadc4e1374f0de601e3dad9f354b1dec92d9a944621923458e432510299c1b55579ac9bb6b6e90a818de
 SHA512 
5d4dd30410410bc7848e75a2e31e8ecef6241ad25e21963aa7a07bbea21d95b75e235c80573129014102684c9647710ace3c0776a8401844d7e4b45cab7bd04b

diff --git a/dev-libs/keystone/keystone-.ebuild 
b/dev-libs/keystone/keystone-0.9.2.ebuild
similarity index 88%
copy from dev-libs/keystone/keystone-.ebuild
copy to dev-libs/keystone/keystone-0.9.2.ebuild
index 7a76969465c..7ef25cfa1b4 100644
--- a/dev-libs/keystone/keystone-.ebuild
+++ b/dev-libs/keystone/keystone-0.9.2.ebuild
@@ -3,8 +3,9 @@
 
 EAPI=7
 
+LLVM_MAX_SLOT=12
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 
 inherit cmake distutils-r1 llvm
 
@@ -29,18 +30,10 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
 
 IUSE="python ${ALL_LLVM_TARGETS[*]}"
 
-LLVM_MAX_SLOT=10
-
 RDEPEND="
-   

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

2021-09-18 Thread Sam James
commit: a11d1c3b5d9364b7b3a870d19fa34cb0a4499028
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 05:23:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 05:23:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11d1c3b

media-libs/osl: Stabilize 1.12.0.2 amd64, #812548

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

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

diff --git a/media-libs/osl/osl-1.12.0.2.ebuild 
b/media-libs/osl/osl-1.12.0.2.ebuild
index 87525179a74..7532e89f4dd 100644
--- a/media-libs/osl/osl-1.12.0.2.ebuild
+++ b/media-libs/osl/osl-1.12.0.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/imageworks/OpenShadingLanguage/archive/Release-${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 X86_CPU_FEATURES=(
sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4.1 sse4_2:sse4.2



[gentoo-commits] repo/gentoo:master commit in: media-libs/osl/files/, media-libs/osl/

2021-09-18 Thread Sam James
commit: a4d45643e7cc8d701b4a089a49489da9283a2fa4
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 05:16:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 05:20:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d45643

media-libs/osl: add 1.11.15.0

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

 media-libs/osl/Manifest|   1 +
 media-libs/osl/files/osl-1.11.15.0-fix-cmake.patch |  24 +
 media-libs/osl/osl-1.11.15.0.ebuild| 108 +
 3 files changed, 133 insertions(+)

diff --git a/media-libs/osl/Manifest b/media-libs/osl/Manifest
index d880f7d1d0f..a23760d3674 100644
--- a/media-libs/osl/Manifest
+++ b/media-libs/osl/Manifest
@@ -1,3 +1,4 @@
 DIST osl-1.10.13.tar.gz 13551733 BLAKE2B 
63b687ec46bd5334a7d0c00cfa5bf5243003e16adf2637fba648a75f98c10103c7c4b5fa1d091ab43b0929f85523b0fa79589eca56686490ee61c48069593767
 SHA512 
bc39fcf80878160807e35c52654a2993a7d33b3ab2fbf567ec50d0b23636a19064830afab5734f1e39276c77e843bbfe1d6b10a64fd4ebe69b17c8faa5378201
+DIST osl-1.11.15.0.tar.gz 14143372 BLAKE2B 
7385d86417fd2666d7558eb459402a9720fc4b59287c2feb45c451bd1e413d102f3f286e6bc07bbeb320b9f5a96b4981851dddcf3a6eaa69d5869238811978a8
 SHA512 
d1df69349cb43690d0578b32caf92fe33ff570713fd87899e2ab312962c6474bd9c19df5b3b018a7498390e5933fcfbfdd3ecd450a4d91d64dd680ee74f492c5
 DIST osl-1.11.9.0.tar.gz 14137334 BLAKE2B 
db68cb77d6af56e711b897371a4fe9386bf1a62625f9fa04012e9ec22346933fe3b0112301a8ad17ac6dd9c01c2a8e00c6d6e557d947870fd39bb3dec1443fd8
 SHA512 
f93bce0b29ff2da022372d81f2709c7db68e011c07c346b679c4b5ce05425f7eda8904779d7ea460817639e6be78a8c77272d71a3ffa8b068cfaab7572eb2e65
 DIST osl-1.12.0.2.tar.gz 16205315 BLAKE2B 
543d120e981f093c121b4abb4c36d7d8c127555c8986df931a3040136e3ae3d84d602d73395604cd492f8d192e408f585cd6579fe6283c974778f0b99092985d
 SHA512 
cdcd1fb348f6f2f1f889ed1895bac545e10b73e700959bc09b1df2a40cd86e69ba43a1dfaf26dedaec9c23aa17b74428d4bccc9cf7f4d27ae2fc5152adb6c010

diff --git a/media-libs/osl/files/osl-1.11.15.0-fix-cmake.patch 
b/media-libs/osl/files/osl-1.11.15.0-fix-cmake.patch
new file mode 100644
index 000..020370d54bc
--- /dev/null
+++ b/media-libs/osl/files/osl-1.11.15.0-fix-cmake.patch
@@ -0,0 +1,24 @@
+https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/commit/14bd942f1bbb621c729f01c982925acd6d263d58.patch
+
+From: debaetsd 
+Date: Tue, 29 Dec 2020 22:01:21 +0100
+Subject: [PATCH] fixed cmake setup when tests are disabled (#1319)
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -252,11 +252,9 @@ install (EXPORT OSL_EXPORTED_TARGETS
+ FILE ${OSL_TARGETS_EXPORT_NAME}
+ NAMESPACE ${PROJECT_NAME}::)
+ 
+-
+-
+-
+-osl_add_all_tests()
+-
++if (${PROJECT_NAME}_BUILD_TESTS AND NOT ${PROJECT_NAME}_IS_SUBPROJECT)
++  osl_add_all_tests()
++endif ()
+ 
+ if (NOT ${PROJECT_NAME}_IS_SUBPROJECT)
+ include (packaging)
+

diff --git a/media-libs/osl/osl-1.11.15.0.ebuild 
b/media-libs/osl/osl-1.11.15.0.ebuild
new file mode 100644
index 000..612465934cb
--- /dev/null
+++ b/media-libs/osl/osl-1.11.15.0.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+
+# check this on updates
+LLVM_MAX_SLOT=13
+
+inherit cmake llvm toolchain-funcs python-single-r1
+
+DESCRIPTION="Advanced shading language for production GI renderers"
+HOMEPAGE="http://opensource.imageworks.com/?p=osl 
https://github.com/imageworks/OpenShadingLanguage;
+SRC_URI="https://github.com/imageworks/OpenShadingLanguage/archive/Release-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/11"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+X86_CPU_FEATURES=(
+   sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4.1 sse4_2:sse4.2
+   avx:avx avx2:avx2 avx512f:avx512f f16c:f16c
+)
+CPU_FEATURES=( ${X86_CPU_FEATURES[@]/#/cpu_flags_x86_} )
+
+IUSE="doc partio qt5 test ${CPU_FEATURES[@]%:*} python"
+
+RDEPEND="
+   dev-libs/boost:=
+   dev-libs/pugixml
+   media-libs/openexr:=
+   media-libs/openimageio:=
+   

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

2021-09-18 Thread Sam James
commit: 2e6aff0061e5cd9531e7489647958ecc6ca8bb5a
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 05:19:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 05:20:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6aff00

media-libs/osl: fix MisplacedEclassVar

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

 media-libs/osl/osl-1.11.15.0.ebuild   | 2 ++
 media-libs/osl/osl-1.11.9.0-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-libs/osl/osl-1.11.15.0.ebuild 
b/media-libs/osl/osl-1.11.15.0.ebuild
index 612465934cb..f4a19303d28 100644
--- a/media-libs/osl/osl-1.11.15.0.ebuild
+++ b/media-libs/osl/osl-1.11.15.0.ebuild
@@ -8,6 +8,8 @@ PYTHON_COMPAT=( python3_{8,9,10} )
 # check this on updates
 LLVM_MAX_SLOT=13
 
+CMAKE_REMOVE_MODULES_LIST=()
+
 inherit cmake llvm toolchain-funcs python-single-r1
 
 DESCRIPTION="Advanced shading language for production GI renderers"

diff --git a/media-libs/osl/osl-1.11.9.0-r1.ebuild 
b/media-libs/osl/osl-1.11.9.0-r1.ebuild
index a85d2827df7..10bd18b8492 100644
--- a/media-libs/osl/osl-1.11.9.0-r1.ebuild
+++ b/media-libs/osl/osl-1.11.9.0-r1.ebuild
@@ -8,6 +8,8 @@ PYTHON_COMPAT=( python3_{8,9,10} )
 # check this on updates
 LLVM_MAX_SLOT=10
 
+CMAKE_REMOVE_MODULES_LIST=()
+
 inherit cmake llvm toolchain-funcs python-single-r1
 
 DESCRIPTION="Advanced shading language for production GI renderers"
@@ -56,8 +58,6 @@ BDEPEND="
 
 PATCHES=()
 
-CMAKE_REMOVE_MODULES_LIST=()
-
 # Restricting tests as Make file handles them differently
 RESTRICT="test"
 



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

2021-09-18 Thread Sam James
commit: 67c51d91eb835704c73e7e48c2cf08f8c4c26911
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 05:11:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 05:20:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c51d91

media-libs/osl: fix declared LLVM compatibility, Python module installation

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

 media-libs/osl/osl-1.11.9.0-r1.ebuild | 106 ++
 media-libs/osl/osl-1.12.0.2-r1.ebuild | 104 +
 2 files changed, 210 insertions(+)

diff --git a/media-libs/osl/osl-1.11.9.0-r1.ebuild 
b/media-libs/osl/osl-1.11.9.0-r1.ebuild
new file mode 100644
index 000..a85d2827df7
--- /dev/null
+++ b/media-libs/osl/osl-1.11.9.0-r1.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+
+# check this on updates
+LLVM_MAX_SLOT=10
+
+inherit cmake llvm toolchain-funcs python-single-r1
+
+DESCRIPTION="Advanced shading language for production GI renderers"
+HOMEPAGE="http://opensource.imageworks.com/?p=osl 
https://github.com/imageworks/OpenShadingLanguage;
+SRC_URI="https://github.com/imageworks/OpenShadingLanguage/archive/Release-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/11"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+X86_CPU_FEATURES=(
+   sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4.1 sse4_2:sse4.2
+   avx:avx avx2:avx2 avx512f:avx512f f16c:f16c
+)
+CPU_FEATURES=( ${X86_CPU_FEATURES[@]/#/cpu_flags_x86_} )
+
+IUSE="doc partio qt5 test ${CPU_FEATURES[@]%:*} python"
+
+RDEPEND="
+   dev-libs/boost:=
+   dev-libs/pugixml
+   media-libs/openexr:=
+   media-libs/openimageio:=
+   http://opensource.imageworks.com/?p=osl;
+SRC_URI="https://github.com/imageworks/OpenShadingLanguage/archive/Release-${PV}-dev.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+X86_CPU_FEATURES=(
+   sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4.1 sse4_2:sse4.2
+   avx:avx avx2:avx2 avx512f:avx512f f16c:f16c
+)
+CPU_FEATURES=( ${X86_CPU_FEATURES[@]/#/cpu_flags_x86_} )
+
+IUSE="doc partio qt5 test ${CPU_FEATURES[@]%:*} python"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   dev-libs/boost:=
+   dev-libs/pugixml
+   media-libs/openexr:=
+   media-libs/openimageio:=
+   

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

2021-09-18 Thread Ionen Wolkens
commit: b83dc35a2dcd3b082c15d47057baf590378d264c
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Sep 19 04:55:59 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Sep 19 04:58:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83dc35a

media-sound/xmms2: use --notests for install as well

Or else it runs them again in install phase if enabled.

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

 media-sound/xmms2/xmms2-0.8_p20201016.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/xmms2/xmms2-0.8_p20201016.ebuild 
b/media-sound/xmms2/xmms2-0.8_p20201016.ebuild
index 6966575236d..db8da4f3182 100644
--- a/media-sound/xmms2/xmms2-0.8_p20201016.ebuild
+++ b/media-sound/xmms2/xmms2-0.8_p20201016.ebuild
@@ -221,7 +221,7 @@ src_test() {
 }
 
 src_install() {
-   ./waf install --destdir="${D}" --without-ldconfig || die
+   ./waf install --destdir="${D}" --without-ldconfig --notests || die
 
einstalldocs
 



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

2021-09-18 Thread Sam James
commit: 770384f01be77ea6c4d14c7a77c88b96c7fb4d60
Author: Kerin Millar  plushkava  net>
AuthorDate: Sun Sep 19 03:49:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:15:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770384f0

games-emulation/libretro-dosbox: build with -std=gnu++11

The codebase is not yet compatible with any newer C++ dialect.

Closes: https://bugs.gentoo.org/787704
Bug: https://github.com/libretro/dosbox-libretro/issues/137
Signed-off-by: Kerin Millar  plushkava.net>
Signed-off-by: Sam James  gentoo.org>

 .../libretro-dosbox/libretro-dosbox-0.0.1_pre20180723.ebuild | 9 +++--
 games-emulation/libretro-dosbox/libretro-dosbox-.ebuild  | 9 +++--
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git 
a/games-emulation/libretro-dosbox/libretro-dosbox-0.0.1_pre20180723.ebuild 
b/games-emulation/libretro-dosbox/libretro-dosbox-0.0.1_pre20180723.ebuild
index 7e054e83e3a..0b886621f56 100644
--- a/games-emulation/libretro-dosbox/libretro-dosbox-0.0.1_pre20180723.ebuild
+++ b/games-emulation/libretro-dosbox/libretro-dosbox-0.0.1_pre20180723.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,8 +6,13 @@ EAPI=7
 LIBRETRO_REPO_NAME="libretro/dosbox-libretro"
 LIBRETRO_COMMIT_SHA="169d476437ec813b462a47254f24cf78473389c8"
 KEYWORDS="~amd64 ~x86"
-inherit libretro-core
+inherit flag-o-matic libretro-core
 
 DESCRIPTION="DOSBox libretro port"
 LICENSE="GPL-2+"
 SLOT="0"
+
+src_compile() {
+   append-cxxflags -std=gnu++11
+   default
+}

diff --git a/games-emulation/libretro-dosbox/libretro-dosbox-.ebuild 
b/games-emulation/libretro-dosbox/libretro-dosbox-.ebuild
index 5105cca887f..ad6cbe45346 100644
--- a/games-emulation/libretro-dosbox/libretro-dosbox-.ebuild
+++ b/games-emulation/libretro-dosbox/libretro-dosbox-.ebuild
@@ -1,11 +1,16 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 LIBRETRO_REPO_NAME="libretro/dosbox-libretro"
-inherit libretro-core
+inherit libretro-core flag-o-matic
 
 DESCRIPTION="DOSBox libretro port"
 LICENSE="GPL-2+"
 SLOT="0"
+
+src_compile() {
+   append-cxxflags -std=gnu++11
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: perl-core/Encode/

2021-09-18 Thread Sam James
commit: edea64d681dd69e996a36891124ac144db913c16
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:13:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:13:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edea64d6

perl-core/Encode: Stabilize 3.120.0 x86, #812065

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

 perl-core/Encode/Encode-3.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Encode/Encode-3.120.0.ebuild 
b/perl-core/Encode/Encode-3.120.0.ebuild
index a3b7dc57f87..62f78a8341b 100644
--- a/perl-core/Encode/Encode-3.120.0.ebuild
+++ b/perl-core/Encode/Encode-3.120.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Character encodings in Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 PATCHES=( "${FILESDIR}"/gentoo_enc2xs.diff )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Encode/

2021-09-18 Thread Sam James
commit: 8b1fdb21fc7ab764cc24379d45d3b225c8e29089
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:13:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:13:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1fdb21

virtual/perl-Encode: Stabilize 3.120.0 x86, #812065

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

 virtual/perl-Encode/perl-Encode-3.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Encode/perl-Encode-3.120.0.ebuild 
b/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
index 6a4d9e9ed42..13d9de29d2d 100644
--- a/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
+++ b/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
~perl-core/${PN#perl-}-${PV}



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Encode/

2021-09-18 Thread Sam James
commit: d81eb7cd94a758399bb62860e9b85dac2b9a907c
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81eb7cd

virtual/perl-Encode: Stabilize 3.120.0 sparc, #812065

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

 virtual/perl-Encode/perl-Encode-3.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Encode/perl-Encode-3.120.0.ebuild 
b/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
index be17910252d..6a4d9e9ed42 100644
--- a/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
+++ b/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
~perl-core/${PN#perl-}-${PV}



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

2021-09-18 Thread Sam James
commit: 6b120e1692497dffbe77f66c060ce156bf72ad9d
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b120e16

dev-lang/perl: Stabilize 5.34.0-r2 ppc64, #812065

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

 dev-lang/perl/perl-5.34.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r2.ebuild 
b/dev-lang/perl/perl-5.34.0-r2.ebuild
index 0a27336f86f..4382c9bd56e 100644
--- a/dev-lang/perl/perl-5.34.0-r2.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r2.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



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

2021-09-18 Thread Sam James
commit: d7429f686ffb8086d69c773e4e66a20f5b37fbd0
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:13:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:13:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7429f68

dev-lang/perl: Stabilize 5.34.0-r2 x86, #812065

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

 dev-lang/perl/perl-5.34.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r2.ebuild 
b/dev-lang/perl/perl-5.34.0-r2.ebuild
index 312e0bf9b61..bc8f99f97e2 100644
--- a/dev-lang/perl/perl-5.34.0-r2.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r2.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Encode/

2021-09-18 Thread Sam James
commit: 50446f3369ec5423b4fba4f5fc1968045915d8ed
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50446f33

virtual/perl-Encode: Stabilize 3.120.0 ppc64, #812065

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

 virtual/perl-Encode/perl-Encode-3.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Encode/perl-Encode-3.120.0.ebuild 
b/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
index 72c774f1287..be17910252d 100644
--- a/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
+++ b/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
~perl-core/${PN#perl-}-${PV}



[gentoo-commits] repo/gentoo:master commit in: perl-core/Encode/

2021-09-18 Thread Sam James
commit: 711cc02d02261124cbb140f0fb6506f9b3b2d3c5
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711cc02d

perl-core/Encode: Stabilize 3.120.0 ppc, #812065

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

 perl-core/Encode/Encode-3.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Encode/Encode-3.120.0.ebuild 
b/perl-core/Encode/Encode-3.120.0.ebuild
index e443b4ac88d..01269f05eeb 100644
--- a/perl-core/Encode/Encode-3.120.0.ebuild
+++ b/perl-core/Encode/Encode-3.120.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Character encodings in Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 PATCHES=( "${FILESDIR}"/gentoo_enc2xs.diff )



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

2021-09-18 Thread Sam James
commit: fd6afba515ad1c489192735c0bc0e15785edda71
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd6afba5

dev-lang/perl: Stabilize 5.34.0-r2 ppc, #812065

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

 dev-lang/perl/perl-5.34.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r2.ebuild 
b/dev-lang/perl/perl-5.34.0-r2.ebuild
index 94bf77c652d..0a27336f86f 100644
--- a/dev-lang/perl/perl-5.34.0-r2.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r2.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



[gentoo-commits] repo/gentoo:master commit in: perl-core/Encode/

2021-09-18 Thread Sam James
commit: bad73ea28220513e79f68d5f0ff37637bf0733f3
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad73ea2

perl-core/Encode: Stabilize 3.120.0 sparc, #812065

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

 perl-core/Encode/Encode-3.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Encode/Encode-3.120.0.ebuild 
b/perl-core/Encode/Encode-3.120.0.ebuild
index 6e9be197066..a3b7dc57f87 100644
--- a/perl-core/Encode/Encode-3.120.0.ebuild
+++ b/perl-core/Encode/Encode-3.120.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Character encodings in Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 PATCHES=( "${FILESDIR}"/gentoo_enc2xs.diff )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Encode/

2021-09-18 Thread Sam James
commit: c2f250e039f82c284fa9f2dc61c69c1274d8cfa6
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f250e0

virtual/perl-Encode: Stabilize 3.120.0 arm, #812065

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

 virtual/perl-Encode/perl-Encode-3.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Encode/perl-Encode-3.120.0.ebuild 
b/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
index 6d0a70751bd..dd64cac03e9 100644
--- a/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
+++ b/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
~perl-core/${PN#perl-}-${PV}



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

2021-09-18 Thread Sam James
commit: 315856928c13d5a4be02db736dc344e8dd94354e
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31585692

dev-lang/perl: Stabilize 5.34.0-r2 sparc, #812065

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

 dev-lang/perl/perl-5.34.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r2.ebuild 
b/dev-lang/perl/perl-5.34.0-r2.ebuild
index 4382c9bd56e..312e0bf9b61 100644
--- a/dev-lang/perl/perl-5.34.0-r2.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r2.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



[gentoo-commits] repo/gentoo:master commit in: perl-core/Encode/

2021-09-18 Thread Sam James
commit: aebbbeea866b35d4633067365e3c3597368a7433
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebbbeea

perl-core/Encode: Stabilize 3.120.0 ppc64, #812065

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

 perl-core/Encode/Encode-3.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Encode/Encode-3.120.0.ebuild 
b/perl-core/Encode/Encode-3.120.0.ebuild
index 01269f05eeb..6e9be197066 100644
--- a/perl-core/Encode/Encode-3.120.0.ebuild
+++ b/perl-core/Encode/Encode-3.120.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Character encodings in Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 PATCHES=( "${FILESDIR}"/gentoo_enc2xs.diff )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Encode/

2021-09-18 Thread Sam James
commit: a2ce199c2cf30d9393ba39f5b272bc7a7486370e
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ce199c

virtual/perl-Encode: Stabilize 3.120.0 ppc, #812065

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

 virtual/perl-Encode/perl-Encode-3.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Encode/perl-Encode-3.120.0.ebuild 
b/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
index dd64cac03e9..72c774f1287 100644
--- a/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
+++ b/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
~perl-core/${PN#perl-}-${PV}



[gentoo-commits] repo/gentoo:master commit in: perl-core/Encode/

2021-09-18 Thread Sam James
commit: 4839f391c3c42024d5856ad040d3b68f92b37b22
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4839f391

perl-core/Encode: Stabilize 3.120.0 amd64, #812065

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

 perl-core/Encode/Encode-3.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Encode/Encode-3.120.0.ebuild 
b/perl-core/Encode/Encode-3.120.0.ebuild
index 175059bcbe0..cf10a894d2f 100644
--- a/perl-core/Encode/Encode-3.120.0.ebuild
+++ b/perl-core/Encode/Encode-3.120.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Character encodings in Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 PATCHES=( "${FILESDIR}"/gentoo_enc2xs.diff )



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

2021-09-18 Thread Sam James
commit: 723222edaa1ed30194ad48ecd561715bdb6395eb
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723222ed

dev-lang/perl: Stabilize 5.34.0-r2 arm, #812065

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

 dev-lang/perl/perl-5.34.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r2.ebuild 
b/dev-lang/perl/perl-5.34.0-r2.ebuild
index d5a405e3dfc..94bf77c652d 100644
--- a/dev-lang/perl/perl-5.34.0-r2.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r2.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



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

2021-09-18 Thread Sam James
commit: f6dc9776e80096b5a06a2704c9c25849820e78c2
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6dc9776

dev-lang/perl: Stabilize 5.34.0-r2 amd64, #812065

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

 dev-lang/perl/perl-5.34.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r2.ebuild 
b/dev-lang/perl/perl-5.34.0-r2.ebuild
index 9619bc7707b..d5a405e3dfc 100644
--- a/dev-lang/perl/perl-5.34.0-r2.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r2.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



[gentoo-commits] repo/gentoo:master commit in: perl-core/Encode/

2021-09-18 Thread Sam James
commit: 46c0b1530ea14cd87974b320da45c5ce8ed05de6
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c0b153

perl-core/Encode: Stabilize 3.120.0 arm, #812065

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

 perl-core/Encode/Encode-3.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Encode/Encode-3.120.0.ebuild 
b/perl-core/Encode/Encode-3.120.0.ebuild
index cf10a894d2f..e443b4ac88d 100644
--- a/perl-core/Encode/Encode-3.120.0.ebuild
+++ b/perl-core/Encode/Encode-3.120.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Character encodings in Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 PATCHES=( "${FILESDIR}"/gentoo_enc2xs.diff )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Encode/

2021-09-18 Thread Sam James
commit: d5dc792b1acb4653ff4affb3946f0fe7e85140b0
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:12:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:12:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5dc792b

virtual/perl-Encode: Stabilize 3.120.0 amd64, #812065

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

 virtual/perl-Encode/perl-Encode-3.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Encode/perl-Encode-3.120.0.ebuild 
b/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
index d053a9d3bc5..6d0a70751bd 100644
--- a/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
+++ b/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
~perl-core/${PN#perl-}-${PV}



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

2021-09-18 Thread Sam James
commit: 5dcfe14254975c0d4a053f10e989ef3a41be518d
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:11:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:11:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcfe142

dev-lang/perl: Stabilize 5.34.0-r2 arm64, #812065

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

 dev-lang/perl/perl-5.34.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r2.ebuild 
b/dev-lang/perl/perl-5.34.0-r2.ebuild
index 2ec3fee9bfa..9619bc7707b 100644
--- a/dev-lang/perl/perl-5.34.0-r2.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r2.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/

2021-09-18 Thread Sam James
commit: 9b56473b5a90b3e94e59f830d7f064137c56f1b8
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:10:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:10:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b56473b

dev-qt/qtwebengine: Stabilize 5.15.2_p20210824-r1 arm64, #811441

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

 dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824-r1.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824-r1.ebuild
index 95f6a4ad7e5..e314dd7ce46 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824-r1.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824-r1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Library for rendering dynamic web content in Qt5 
C++ and QML applic
 HOMEPAGE="https://www.qt.io/;
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
if [[ ${PV} == ${QT5_PV}_p* ]]; then
SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz;
S="${WORKDIR}/${P}"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Encode/

2021-09-18 Thread Sam James
commit: 625f6225728e64907804551cc373fae30010649f
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:11:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:11:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625f6225

virtual/perl-Encode: Stabilize 3.120.0 arm64, #812065

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

 virtual/perl-Encode/perl-Encode-3.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Encode/perl-Encode-3.120.0.ebuild 
b/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
index 36fff89e56e..d053a9d3bc5 100644
--- a/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
+++ b/virtual/perl-Encode/perl-Encode-3.120.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
~perl-core/${PN#perl-}-${PV}



[gentoo-commits] repo/gentoo:master commit in: perl-core/Encode/

2021-09-18 Thread Sam James
commit: 2174dd5f6f56ca2caf35491ca5cc09995bc21d11
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 04:11:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 04:11:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2174dd5f

perl-core/Encode: Stabilize 3.120.0 arm64, #812065

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

 perl-core/Encode/Encode-3.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Encode/Encode-3.120.0.ebuild 
b/perl-core/Encode/Encode-3.120.0.ebuild
index 487533661d4..175059bcbe0 100644
--- a/perl-core/Encode/Encode-3.120.0.ebuild
+++ b/perl-core/Encode/Encode-3.120.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Character encodings in Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 PATCHES=( "${FILESDIR}"/gentoo_enc2xs.diff )



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

2021-09-18 Thread Erik Mackdanz
commit: 6e439372a326c1af775de852f89b2d0c38ed2f60
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Sep 19 04:04:01 2021 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Sun Sep 19 04:04:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e439372

net-libs/libupnpp: stabilize 0.21.0

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

 net-libs/libupnpp/libupnpp-0.21.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.21.0.ebuild 
b/net-libs/libupnpp/libupnpp-0.21.0.ebuild
index ab82848626f..14aa6943cc8 100644
--- a/net-libs/libupnpp/libupnpp-0.21.0.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.21.0.ebuild
@@ -8,7 +8,7 @@ 
SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
dev-libs/expat



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

2021-09-18 Thread Erik Mackdanz
commit: 4478673026ce761162a1cefebae096e1ed4999e7
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Sep 19 04:05:23 2021 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Sun Sep 19 04:05:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44786730

net-libs/libupnpp: remove old

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

 net-libs/libupnpp/Manifest   |  1 -
 net-libs/libupnpp/libupnpp-0.20.1.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 5dd802025e5..45e69d6e345 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1 @@
-DIST libupnpp-0.20.1.tar.gz 476369 BLAKE2B 
8ba72486524c28789564db46e64804289f12b4fa4f249fe4f54830488d80f04f519005ad2f5fd8c3a9626c602a4673d7655177a11586fb43b9bd81644cf7fb3b
 SHA512 
17ad11b2898abbdc57ed96280c298a6c94943f3e79101163cf7cace06a4d36058c0d54f0eaeb5da9b9cbb40a23f0597a6a9658060aefeb714723c9c53404db80
 DIST libupnpp-0.21.0.tar.gz 478894 BLAKE2B 
093803ff0a4a0b76272f44e470df69169053c66ae27a42b483623b50d0c2bffa61f51e0ca9a82b4fc759492640c68d0eae90cdc46a1e6e6f38f7655190e4101b
 SHA512 
1032ef83e6880c1e4ae4903f6e175640b1d3da7090bfb04bf480f70d58436ef89e6a43886c86dcda2c4aab8370cbd0d5260601ac359a3dded0688ac2748d30fd

diff --git a/net-libs/libupnpp/libupnpp-0.20.1.ebuild 
b/net-libs/libupnpp/libupnpp-0.20.1.ebuild
deleted file mode 100644
index 8e126f56444..000
--- a/net-libs/libupnpp/libupnpp-0.20.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli;
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
-   dev-libs/expat
-   >=net-libs/libnpupnp-4.0.14-r1
-   net-misc/curl
-"
-RDEPEND="${DEPEND}"



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

2021-09-18 Thread Erik Mackdanz
commit: 228a8b1f0536564fea4044e39be8cd3098ae6f5a
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Sep 19 03:59:45 2021 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Sun Sep 19 04:00:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228a8b1f

media-sound/upmpdcli: stabilize 1.5.12

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

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

diff --git a/media-sound/upmpdcli/upmpdcli-1.5.12.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.5.12.ebuild
index cd91d0a0093..d5b5585b951 100644
--- a/media-sound/upmpdcli/upmpdcli-1.5.12.ebuild
+++ b/media-sound/upmpdcli/upmpdcli-1.5.12.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
 
 SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="thirdparty"
 
 DEPEND="



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

2021-09-18 Thread Erik Mackdanz
commit: 44e1ea2d25ef91319739ed5f08b39ab669334e69
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Sep 19 04:01:46 2021 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Sun Sep 19 04:01:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e1ea2d

media-sound/upmpdcli: remove old

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

 media-sound/upmpdcli/Manifest  |  1 -
 media-sound/upmpdcli/upmpdcli-1.5.7.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index bb07a6f2bff..311466ad626 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,2 +1 @@
 DIST upmpdcli-1.5.12.tar.gz 582091 BLAKE2B 
da3c0826a40e815790fa7f758c7511b5932190f0913295098e9c1fae92f9b0083ffbe2b7e95c97cedf76580cefaea27f4ef1f89326dbb67089314f6ff7f8c181
 SHA512 
ebe8076e3f99b525df115d11940a46a518725a34dcdfbb42eb763b6e148beb968a8e2015c4dd9e696224f3da2745b7356b3094de68332f50590a3421372f1dfc
-DIST upmpdcli-1.5.7.tar.gz 552203 BLAKE2B 
fe8e8aa3f4c777925dce2a143aec201462cb2da9e33f604d48848f27acc51fad42e1c626c17b5325918f0d1de1b37c1c456240f811af118b83bc7ce3260e0687
 SHA512 
ce86b8f9b4e7614433ab542facbf7452426b66bf026bb21ea0e868cde9b492b09a86ee8aa259a9353f2ede6a22d1055987986747aa8e284714c5e60f73a3a55a

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



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

2021-09-18 Thread Sam James
commit: a9c49f91ab47ff1701a2ff61828d82f918ead8c0
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:41:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:45:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c49f91

net-misc/ndisc6: add 1.0.5

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

 net-misc/ndisc6/Manifest|  1 +
 net-misc/ndisc6/ndisc6-1.0.5.ebuild | 33 +
 2 files changed, 34 insertions(+)

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

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



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

2021-09-18 Thread Sam James
commit: a3f5a4b410f296fa22b94cb29c5d75370c894fe7
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:45:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:45:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f5a4b4

net-misc/mrouted: add 4.3

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

 net-misc/mrouted/Manifest   |  1 +
 net-misc/mrouted/mrouted-4.3.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/net-misc/mrouted/Manifest b/net-misc/mrouted/Manifest
index ed1cb10ee72..1cfb8461df9 100644
--- a/net-misc/mrouted/Manifest
+++ b/net-misc/mrouted/Manifest
@@ -1 +1,2 @@
 DIST mrouted-4.2.tar.gz 292640 BLAKE2B 
5d356c7c0132e2dc74e360c5a1761b6e39bcdfcb5306dcd7a8a35f5658139bdd74d92587b7fea248092bd4947b5119987bdf4066676c08c6baa849c1845f905b
 SHA512 
88de66f24210bcf9d8e9ab0d38171c64c7dae2981fb2f81a54be2b08bbe26ff9b26ad5a7ec0fd4d67c2dad00a6df608aa7c1536c897bbc98f6bf223766924131
+DIST mrouted-4.3.tar.gz 327278 BLAKE2B 
3f9182f90170868c0c770cb07ac8d6cfb5a8dce305a9b5e3bb9881e238cbdb246389225fb1524a0765a4c2725402546e07945a406edd78c5c6dd3272a16f263d
 SHA512 
c471e95f5ce6ff017d269ab3005741ecbf1c41931da07f584bf9e28799c3cbbeeb57d8c517dd2fa342b63a460fb4df8f7f7db53312480059509a9d64b5e765b6

diff --git a/net-misc/mrouted/mrouted-4.3.ebuild 
b/net-misc/mrouted/mrouted-4.3.ebuild
new file mode 100644
index 000..f46a82c1faf
--- /dev/null
+++ b/net-misc/mrouted/mrouted-4.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs systemd
+
+DESCRIPTION="IP multicast routing daemon"
+HOMEPAGE="https://troglobit.com/projects/mrouted/;
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="Stanford GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="rsrr"
+
+BDEPEND="virtual/pkgconfig
+   virtual/yacc"
+
+src_configure() {
+   tc-export CC CXX
+
+   econf $(usex rsrr --enable-rsrr '')
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)"
+}
+
+src_install() {
+   default
+
+   insinto /etc
+   doins mrouted.conf
+
+   newinitd "${FILESDIR}"/mrouted.rc mrouted
+   systemd_dounit mrouted.service
+}



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

2021-09-18 Thread Ionen Wolkens
commit: f7f077a340d771896d04bede654381fb75b94de3
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Sep 18 23:47:14 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Sep 19 03:39:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f077a3

x11-terms/sakura: add github remote-id, indent longdesc

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

 x11-terms/sakura/metadata.xml | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/x11-terms/sakura/metadata.xml b/x11-terms/sakura/metadata.xml
index 68f65e0bc5f..b6657d18ce1 100644
--- a/x11-terms/sakura/metadata.xml
+++ b/x11-terms/sakura/metadata.xml
@@ -3,15 +3,18 @@
 


-sakura is a terminal emulator based on GTK and VTE. It's a terminal emulator
-with few dependencies, so you don't need a full GNOME desktop installed to
-have a decent terminal emulator. Current terminal emulators based on VTE are
-gnome-terminal, XFCE Terminal, TermIt and a small sample program included
-in the vte sources. Sakura differences from the last one is that it uses a
-notebook to provide several terminals in one window and adds a contextual
-menu with some basic options. No more no less.
+   Sakura is a terminal emulator based on GTK and VTE. It's a
+   terminal emulator with few dependencies, so you don't need
+   a full GNOME desktop installed to have a decent terminal
+   emulator. Current terminal emulators based on VTE are
+   gnome-terminal, XFCE Terminal, TermIt and a small sample
+   program included in the vte sources. Sakura differences from
+   the last one is that it uses a notebook to provide several
+   terminals in one window and adds a contextual menu with some
+   basic options. No more no less.


sakura
+   dabisu/sakura

 



[gentoo-commits] repo/gentoo:master commit in: x11-terms/sakura/, x11-terms/sakura/files/

2021-09-18 Thread Ionen Wolkens
commit: 4a83d5e115d0631f70e33e3493d2b147854807b9
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Sep 19 03:04:02 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Sep 19 03:39:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a83d5e1

x11-terms/sakura: add 3.8.3

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

 x11-terms/sakura/Manifest |  1 +
 x11-terms/sakura/files/sakura-3.8.3-gentoo.patch  | 15 
 x11-terms/sakura/files/sakura-3.8.3-opacity.patch | 14 +++
 x11-terms/sakura/sakura-3.8.3.ebuild  | 45 +++
 4 files changed, 75 insertions(+)

diff --git a/x11-terms/sakura/Manifest b/x11-terms/sakura/Manifest
index 6c355d7a1cb..15f4a80713e 100644
--- a/x11-terms/sakura/Manifest
+++ b/x11-terms/sakura/Manifest
@@ -1 +1,2 @@
 DIST sakura-3.7.1.tar.bz2 56315 BLAKE2B 
3de45b19f76f765bc611cc7514238c942ea2212d64332aab9befbea4b5fe0cdb29a555017276bd6394c1313ba64ce2bfca6e83c6ff19d6aa676409b51589a838
 SHA512 
69d3b14f455480e4515337b4a28daafc807f41653ed8d6b6f934a908305fcc28745796b0f290b3ec6e97f6572132664017f943e556cca69df7007e17fcd9b9df
+DIST sakura-3.8.3.tar.bz2 57773 BLAKE2B 
20a7b2823d8e2a494c11b15eac4900b935a7a7c99d5cd67a8470e3441b2e8ff7924dd92c35d188863c9c420dcefbfca8d1dcd9dcff06a77d3cd95f855230c23b
 SHA512 
82e77940b4b4c90948235459a0135e74c5778c3bc1df4e803571b316e6ec6298493468a0c8c2517ca6b1680fcdbba6d0e36c8bad696205e3aa3e5b4f402c2a8e

diff --git a/x11-terms/sakura/files/sakura-3.8.3-gentoo.patch 
b/x11-terms/sakura/files/sakura-3.8.3-gentoo.patch
new file mode 100644
index 000..c9f2c5a85f4
--- /dev/null
+++ b/x11-terms/sakura/files/sakura-3.8.3-gentoo.patch
@@ -0,0 +1,15 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -40,8 +40,2 @@
+ 
+-IF (${CMAKE_BUILD_TYPE} MATCHES "Debug")
+-  SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
+-ELSE (${CMAKE_BUILD_TYPE} NOT MATCHES "Debug")
+-  SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2 -Wno-deprecated-declarations")
+-ENDIF (${CMAKE_BUILD_TYPE} MATCHES "Debug")
+-
+ INCLUDE_DIRECTORIES (. ${GTK_INCLUDE_DIRS} ${VTE_INCLUDE_DIRS})
+@@ -59,3 +53,2 @@
+ ENDIF (POD2MAN)
+-INSTALL (FILES README.md DESTINATION share/doc/sakura)
+ 

diff --git a/x11-terms/sakura/files/sakura-3.8.3-opacity.patch 
b/x11-terms/sakura/files/sakura-3.8.3-opacity.patch
new file mode 100644
index 000..4bb4ba88f18
--- /dev/null
+++ b/x11-terms/sakura/files/sakura-3.8.3-opacity.patch
@@ -0,0 +1,14 @@
+Fix regression with opacity not being applied on startup.
+https://bugs.launchpad.net/sakura/+bug/1942665
+https://github.com/dabisu/sakura/pull/5
+--- a/src/sakura.c
 b/src/sakura.c
+@@ -2180,4 +2180,8 @@
+   gtk_widget_add_events(sakura.notebook, GDK_SCROLL_MASK);
+ 
++  screen = gtk_widget_get_screen (GTK_WIDGET (sakura.main_window));
++  GdkVisual *visual = gdk_screen_get_rgba_visual (screen);
++  if (visual != NULL && gdk_screen_is_composited (screen))
++  gtk_widget_set_visual (GTK_WIDGET (sakura.main_window), visual);
+   
+   /*** Command line options initialization ***/

diff --git a/x11-terms/sakura/sakura-3.8.3.ebuild 
b/x11-terms/sakura/sakura-3.8.3.ebuild
new file mode 100644
index 000..bb84f11c518
--- /dev/null
+++ b/x11-terms/sakura/sakura-3.8.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="GTK/VTE based terminal emulator"
+HOMEPAGE="https://www.pleyades.net/david/projects/sakura;
+SRC_URI="https://launchpad.net/sakura/trunk/${PV}/+download/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+
+RDEPEND="
+   dev-libs/glib:2
+   x11-libs/gtk+:3[X]
+   x11-libs/pango
+   x11-libs/vte:2.91"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+   x11-libs/libX11"
+BDEPEND="
+   sys-devel/gettext
+   virtual/perl-podlators"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-gentoo.patch
+   "${FILESDIR}"/${P}-opacity.patch
+)
+
+src_prepare() {
+   cmake_src_prepare
+
+   if [[ -v LINGUAS ]]; then
+   local lingua
+   for lingua in po/*.po; do
+   lingua=${lingua#*/}
+   lingua=${lingua%.*}
+   has ${lingua} ${LINGUAS} || rm po/${lingua}.po || die
+   done
+   fi
+}



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

2021-09-18 Thread Sam James
commit: 5c82fad25d2abd6d506a0391a228eef454f04059
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:35:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:35:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c82fad2

app-misc/pax-utils: Stabilize 1.3.3 ppc64, #813753

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

 app-misc/pax-utils/pax-utils-1.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.3.3.ebuild 
b/app-misc/pax-utils/pax-utils-1.3.3.ebuild
index 74539d6251d..27024f716f2 100644
--- a/app-misc/pax-utils/pax-utils-1.3.3.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug kernel_linux python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



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

2021-09-18 Thread Sam James
commit: 8cd9c76d64b7bc4fa4a38faf1647310ff7c1b87e
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:35:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:35:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd9c76d

sys-fs/mtools: Stabilize 4.0.35 sparc, #813699

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

 sys-fs/mtools/mtools-4.0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/mtools/mtools-4.0.35.ebuild 
b/sys-fs/mtools/mtools-4.0.35.ebuild
index 9de2bd42b94..ed9d5695b92 100644
--- a/sys-fs/mtools/mtools-4.0.35.ebuild
+++ b/sys-fs/mtools/mtools-4.0.35.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86 
~x64-macos ~x64-solaris"
 IUSE="X elibc_glibc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luasec/

2021-09-18 Thread Sam James
commit: 87a8f8c9d95c74b68a2a8e896711eb6b36270552
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:34:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:34:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a8f8c9

dev-lua/luasec: Stabilize 1.0.2 ppc64, #813723

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

 dev-lua/luasec/luasec-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/luasec/luasec-1.0.2.ebuild 
b/dev-lua/luasec/luasec-1.0.2.ebuild
index 9e946e5bea4..d0fabb048e4 100644
--- a/dev-lua/luasec/luasec-1.0.2.ebuild
+++ b/dev-lua/luasec/luasec-1.0.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/brunoos/luasec/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 
 RDEPEND="



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

2021-09-18 Thread Sam James
commit: 3c59736f998c6212f9f725ba8ab166f26467602e
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:34:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:34:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c59736f

app-misc/pax-utils: Stabilize 1.3.3 amd64, #813753

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

 app-misc/pax-utils/pax-utils-1.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.3.3.ebuild 
b/app-misc/pax-utils/pax-utils-1.3.3.ebuild
index ddeb964024a..74539d6251d 100644
--- a/app-misc/pax-utils/pax-utils-1.3.3.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug kernel_linux python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



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

2021-09-18 Thread Sam James
commit: 7ae51a1432302eaa092bbb8ae65b5dca64eb6c87
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:35:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:35:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae51a14

app-misc/pax-utils: Stabilize 1.3.3 sparc, #813753

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

 app-misc/pax-utils/pax-utils-1.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.3.3.ebuild 
b/app-misc/pax-utils/pax-utils-1.3.3.ebuild
index 27024f716f2..7b83c3cdd87 100644
--- a/app-misc/pax-utils/pax-utils-1.3.3.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug kernel_linux python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



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

2021-09-18 Thread Sam James
commit: 5024f6e047a6933fbe929f1e8eb18c9ee8f8d127
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:29:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:29:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5024f6e0

dev-lang/ispc: Keyword 1.16.0 ppc64, #795279

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

 dev-lang/ispc/ispc-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ispc/ispc-1.16.0.ebuild b/dev-lang/ispc/ispc-1.16.0.ebuild
index 03e716db250..a7fa960167b 100644
--- a/dev-lang/ispc/ispc-1.16.0.ebuild
+++ b/dev-lang/ispc/ispc-1.16.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/ispc/ispc.git;
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="BSD BSD-2 UoI-NCSA"



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

2021-09-18 Thread Sam James
commit: 83672643c5b1c40210084b5d5ed1170c846e3c77
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:29:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:29:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83672643

media-libs/embree: Keyword 3.13.0-r1 ppc64, #795279

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

 media-libs/embree/embree-3.13.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/embree/embree-3.13.0-r1.ebuild 
b/media-libs/embree/embree-3.13.0-r1.ebuild
index b3e2399b41c..ad1b682ba09 100644
--- a/media-libs/embree/embree-3.13.0-r1.ebuild
+++ b/media-libs/embree/embree-3.13.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/embree/embree/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 X86_CPU_FLAGS=( sse2:sse2 sse4_2:sse4_2 avx:avx avx2:avx2 avx512dq:avx512dq )
 CPU_FLAGS=( ${X86_CPU_FLAGS[@]/#/cpu_flags_x86_} )
 IUSE="+compact-polys ispc +raymask ssp +tbb tutorial static-libs 
${CPU_FLAGS[@]%:*}"



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

2021-09-18 Thread Sam James
commit: 4550f800b23340b2c2c2304b9fe8ac659e7be877
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:29:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:29:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4550f800

media-libs/opencolorio: Keyword 2.0.2 ppc64, #795279

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

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

diff --git a/media-libs/opencolorio/opencolorio-2.0.2.ebuild 
b/media-libs/opencolorio/opencolorio-2.0.2.ebuild
index d786388a30d..1367951a8fd 100644
--- a/media-libs/opencolorio/opencolorio-2.0.2.ebuild
+++ b/media-libs/opencolorio/opencolorio-2.0.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/OpenColorIO-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="cpu_flags_x86_sse2 doc opengl python static-libs test"
 REQUIRED_USE="
doc? ( python )



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

2021-09-18 Thread Sam James
commit: 7c4568505b57715025d849451eb873a36aee11fa
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:29:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:29:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c456850

media-libs/oidn: Keyword 1.4.1 ppc64, #795279

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

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

diff --git a/media-libs/oidn/oidn-1.4.1.ebuild 
b/media-libs/oidn/oidn-1.4.1.ebuild
index a824c2b3da9..86732c4f1ae 100644
--- a/media-libs/oidn/oidn-1.4.1.ebuild
+++ b/media-libs/oidn/oidn-1.4.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = * ]]; then
EGIT_BRANCH="master"
 else

SRC_URI="https://github.com/OpenImageDenoise/${PN}/releases/download/v${PV}/${P}.src.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="Apache-2.0"



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

2021-09-18 Thread Sam James
commit: 0f9690197b991b27e5ea2d1a8c97b3483a16ad8e
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:29:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:29:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f969019

dev-cpp/pystring: Keyword 1.1.3-r1 ppc64, #795279

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

 dev-cpp/pystring/pystring-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild 
b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
index ad23dfe5438..cb58e2b9e1b 100644
--- a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
+++ b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]];  then
EGIT_REPO_URI="https://github.com/imageworks/pystring.git;
 else
SRC_URI="https://github.com/imageworks/pystring/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 BDEPEND="



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

2021-09-18 Thread Sam James
commit: 0b9833d30f8c024e69c6e4edd910043b1f7de8bd
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:29:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:29:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9833d3

media-libs/partio: Keyword 1.10.1 ppc64, #795279

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

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

diff --git a/media-libs/partio/partio-1.10.1.ebuild 
b/media-libs/partio/partio-1.10.1.ebuild
index 02a27dab96e..d9c20375307 100644
--- a/media-libs/partio/partio-1.10.1.ebuild
+++ b/media-libs/partio/partio-1.10.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wdas/partio.git;
 else
SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library for particle IO and manipulation"



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

2021-09-18 Thread Sam James
commit: fa9a4efe37206ad099ca8f0ae0140ad29541fb72
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:29:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:29:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9a4efe

media-libs/osl: Keyword 1.12.0.2 ppc64, #795279

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

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

diff --git a/media-libs/osl/osl-1.12.0.2.ebuild 
b/media-libs/osl/osl-1.12.0.2.ebuild
index 7fe35048e7d..87525179a74 100644
--- a/media-libs/osl/osl-1.12.0.2.ebuild
+++ b/media-libs/osl/osl-1.12.0.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/imageworks/OpenShadingLanguage/archive/Release-${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 X86_CPU_FEATURES=(
sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4.1 sse4_2:sse4.2



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

2021-09-18 Thread Sam James
commit: 915a742f909b1b1c2ffaf6dd5655b3bfd65d37d2
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:22:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:22:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915a742f

media-libs/openimageio: add 2.2.18.0

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

 media-libs/openimageio/Manifest|   1 +
 media-libs/openimageio/openimageio-2.2.18.0.ebuild | 159 +
 2 files changed, 160 insertions(+)

diff --git a/media-libs/openimageio/Manifest b/media-libs/openimageio/Manifest
index 57cc77b1a52..a42a2de0374 100644
--- a/media-libs/openimageio/Manifest
+++ b/media-libs/openimageio/Manifest
@@ -3,3 +3,4 @@ DIST openimageio-2.2.13.1.tar.gz 29265740 BLAKE2B 
98403db440410d391ff150a988ac5c
 DIST openimageio-2.2.14.0.tar.gz 29226972 BLAKE2B 
29daaf4fb987b77dffdd8cb29c5f67a80c20c49cd5dc369e68a5588a61fae7119aeb22814886e68eb055f2a66e02e75afba25991f8edc14752ccacf6599d889f
 SHA512 
063291c0bd742b79a7b6065a41856b84732af2e2e404265262aa9ba91d07209fb308ecf0403a139d7021b8062f9c3e1b92a725a7cad091af1bcf45499ae47a82
 DIST openimageio-2.2.15.0.tar.gz 29238071 BLAKE2B 
f74f779635b7ff068f87ab6231756cb22acb80185c717c556750d964025aa343f8b3a30b9e73acf6237328b8bdd3fcb6588321d37a3752a6f1d0dd1e3a976363
 SHA512 
7ade071ae8a78427fb51d75f81e6fcc2d9a3632f0854aea70b985794a53a386072fb171dc8179fa762de19067d402c7ab9f2ea1a44bd3196d3a201ea2cb9ec22
 DIST openimageio-2.2.15.1.tar.gz 29237852 BLAKE2B 
0f5050e888e82721aa7012cc5c5eb229b5ac314b067406ef003369431241228d91904fbe455da8423ff978411052b2c960b0688a6b943a0e2bfdb47c489d26a5
 SHA512 
c06df310f91938b25f1f66cd98d995dcaba51c6a0041b47882c52f5ad4a098a9016fc99f41de250dd1b1b7af3ad22f6ed63d5e76f95f1f1cf0f45c80eee9c8e0
+DIST openimageio-2.2.18.0.tar.gz 29246567 BLAKE2B 
cb7297028b39b1616962b94aff61f0240b88beeae216c6e39f450cb860660b2c844393a759302dfd325ba95336e06944ad72acfb0e87aa2b1cadfe658bd6bdaa
 SHA512 
22a61e8b1ca098c2293e972372d02f0ac8ce54b46eb957b1ffcacb9e0ca4ff13f560d67804e0db0a898d8bec2fdb73f3cdcd1ee1867f92f97f84c1c111e535be

diff --git a/media-libs/openimageio/openimageio-2.2.18.0.ebuild 
b/media-libs/openimageio/openimageio-2.2.18.0.ebuild
new file mode 100644
index 000..c1a41b46db0
--- /dev/null
+++ b/media-libs/openimageio/openimageio-2.2.18.0.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+FONT_PN=OpenImageIO
+PYTHON_COMPAT=( python3_{8..10} )
+inherit cmake font python-single-r1
+
+DESCRIPTION="A library for reading and writing images"
+HOMEPAGE="https://sites.google.com/site/openimageio/ 
https://github.com/OpenImageIO;
+SRC_URI="https://github.com/OpenImageIO/oiio/archive/Release-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/oiio-Release-${PV}"
+
+LICENSE="BSD"
+SLOT="0/2.2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+X86_CPU_FEATURES=(
+   aes:aes sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4.1 sse4_2:sse4.2
+   avx:avx avx2:avx2 avx512f:avx512f f16c:f16c
+)
+CPU_FEATURES=( ${X86_CPU_FEATURES[@]/#/cpu_flags_x86_} )
+
+IUSE="dicom doc ffmpeg field3d gif jpeg2k opencv opengl openvdb ptex python 
qt5 raw +truetype ${CPU_FEATURES[@]%:*}"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# test data in separate repo
+# second repo has no structure whatsoever
+RESTRICT="test"
+
+BDEPEND="
+   doc? (
+   app-doc/doxygen
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+   )
+"
+RDEPEND="
+   >=dev-libs/boost-1.62:=
+   dev-cpp/robin-map
+   dev-libs/libfmt:=
+   dev-libs/pugixml:=
+   >=media-libs/ilmbase-2.2.0-r1:=
+   >=media-libs/libheif-1.7.0:=
+   media-libs/libpng:0=
+   >=media-libs/libwebp-0.2.1:=
+   media-libs/opencolorio:=
+   >=media-libs/openexr-2.2.0-r2:=
+   media-libs/tiff:0=
+   sys-libs/zlib:=
+   virtual/jpeg:0
+   dicom? ( sci-libs/dcmtk )
+   ffmpeg? ( media-video/ffmpeg:= )
+   field3d? ( media-libs/Field3D:= )
+   gif? ( media-libs/giflib:0= )
+   jpeg2k? ( >=media-libs/openjpeg-2.0:2= )
+   opencv? ( media-libs/opencv:= )
+   opengl? (
+   media-libs/glew:=
+   virtual/glu
+   virtual/opengl
+   )
+   openvdb? (
+   dev-cpp/tbb:=
+   media-gfx/openvdb:=
+   )
+   ptex? ( media-libs/ptex:= )
+   python? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-libs/boost:=[python,${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pybind11[${PYTHON_USEDEP}]
+   ')
+   )
+   qt5? (
+   dev-qt/qtcore:5

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

2021-09-18 Thread Sam James
commit: 34821e22dff925fe729d19b68cfb8f6b53516ef5
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:24:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:24:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34821e22

media-libs/opencolorio: add 2.0.2

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

 media-libs/opencolorio/Manifest |  1 +
 media-libs/opencolorio/opencolorio-2.0.2.ebuild | 93 +
 2 files changed, 94 insertions(+)

diff --git a/media-libs/opencolorio/Manifest b/media-libs/opencolorio/Manifest
index ff4f066585e..6c79cbbec3a 100644
--- a/media-libs/opencolorio/Manifest
+++ b/media-libs/opencolorio/Manifest
@@ -1,3 +1,4 @@
 DIST opencolorio-1.1.1.tar.gz 13828483 BLAKE2B 
f5642f08db84f2b8da44d0dbf58313c78263496fc6f1f209b93fd303bbf9477033317b44eb8bb2b13a70afa19422f4fa312d52a3fa6598031a2aa50b33bbfccf
 SHA512 
bed722f9ddce1887d28aacef2882debccd7c3f3c0c708d2723fea58a097de9f02721af9e85453e089ffda5406aef593ab6536c6886307823c132aa787e492e33
 DIST opencolorio-2.0.0.tar.gz 9892414 BLAKE2B 
fdff2e144eadb444624f059f7582ea99d4e2dbd53cad5b89f92d19c7ca9dda2ff9ec4f8c8d00e6ac083da21134f9bc783b297c553a8e7d11936c936e5c41a2f3
 SHA512 
7110a1a30a5fa64b81d7fc5e33234673aaddbad5e19ce7f21436c590edd7d2ce767650c9a934011a96e53132c030bd0b654fcf93ad79c1bfc8c050762c57f6d0
 DIST opencolorio-2.0.1.tar.gz 9945107 BLAKE2B 
cb4b152205642abd847b7263db838dbb922004017b9f19f7b2bd81d97f64e6f7d008c5a3f734475f510180ae9cc3a84688631e69c0587e0c77599b75b07d9159
 SHA512 
5787cc4cadb0a1832c925712ca0dfef6e843082b9461460e1798326c6fceaa97bee78e5298651e6a8a3662b348eab5ab9791e94c3efcac337da07229fb559338
+DIST opencolorio-2.0.2.tar.gz 10812416 BLAKE2B 
36f008035c36bef9473f9f79e9362eec20abb8e217a2131d3a2be5766de60cdab36e137547d414bf18e97ad368e30fb89a0ad4d8095b24bd184704d88ef192ae
 SHA512 
ebc6b4b4251f69cb69f7203bc9ae962010f7f60ed5d53eb3ff14b64d5ef8cac2b98d0482485f1adaaf6b8c065cd4edd01c4e0577324a86ed4ebfe8e33e9fa667

diff --git a/media-libs/opencolorio/opencolorio-2.0.2.ebuild 
b/media-libs/opencolorio/opencolorio-2.0.2.ebuild
new file mode 100644
index 000..d786388a30d
--- /dev/null
+++ b/media-libs/opencolorio/opencolorio-2.0.2.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake flag-o-matic python-single-r1
+
+DESCRIPTION="A color management framework for visual effects and animation"
+HOMEPAGE="https://opencolorio.org 
https://github.com/AcademySoftwareFoundation/OpenColorIO;
+SRC_URI="https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/OpenColorIO-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="cpu_flags_x86_sse2 doc opengl python static-libs test"
+REQUIRED_USE="
+   doc? ( python )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+   dev-cpp/pystring
+   dev-python/pybind11
+   media-libs/ilmbase
+   dev-cpp/yaml-cpp:=
+   dev-libs/tinyxml
+   opengl? (
+   media-libs/lcms:2
+   >=media-libs/openimageio-2.2.13.0
+   media-libs/glew:=
+   media-libs/freeglut
+   virtual/opengl
+   )
+   python? ( ${PYTHON_DEPS} )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-util/cmake-3.16.2-r1
+   virtual/pkgconfig
+   doc? (
+   $(python_gen_cond_dep '
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/testresources[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+# Restricting tests, bugs #439790 and #447908
+RESTRICT="test"
+
+CMAKE_BUILD_TYPE=RelWithDebInfo
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed -i -e "s|LIBRARY DESTINATION lib|LIBRARY DESTINATION 
$(get_libdir)|g" 
{,src/bindings/python/,src/OpenColorIO/,src/libutils/oiiohelpers/,src/libutils/oglapphelpers/}CMakeLists.txt
 || die
+   sed -i -e "s|ARCHIVE DESTINATION lib|ARCHIVE DESTINATION 
$(get_libdir)|g" 
{,src/bindings/python/,src/OpenColorIO/,src/libutils/oiiohelpers/,src/libutils/oglapphelpers/}CMakeLists.txt
 || die
+}
+
+src_configure() {
+   # Missing features:
+   # - Truelight and Nuke are not in portage for now, so their support are 
disabled
+   # - Java bindings was not tested, so disabled
+   # Notes:
+   # - OpenImageIO is required for building ociodisplay and ocioconvert 
(USE opengl)
+   # - OpenGL, GLUT and GLEW is required for building ociodisplay (USE 
opengl)
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=ON
+   -DOCIO_BUILD_STATIC=$(usex static-libs)
+   -DOCIO_BUILD_DOCS=$(usex doc)
+   -DOCIO_BUILD_APPS=$(usex opengl)
+   -DOCIO_BUILD_PYTHON=$(usex 

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

2021-09-18 Thread Sam James
commit: f336e8bc9cb902d61882358e57531f9269c206e6
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:11:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:11:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f336e8bc

sys-devel/sparse: improve llvm_check_deps logic

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

 sys-devel/sparse/sparse-0.6.4.ebuild | 5 ++---
 sys-devel/sparse/sparse-.ebuild  | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/sys-devel/sparse/sparse-0.6.4.ebuild 
b/sys-devel/sparse/sparse-0.6.4.ebuild
index 8e6b268ec5b..6fbcc28e155 100644
--- a/sys-devel/sparse/sparse-0.6.4.ebuild
+++ b/sys-devel/sparse/sparse-0.6.4.ebuild
@@ -31,9 +31,8 @@ BDEPEND="gtk? ( virtual/pkgconfig )
xml? ( virtual/pkgconfig )"
 
 llvm_check_deps() {
-   has_version "sys-devel/llvm:${LLVM_MAX_SLOT}" || \
-   has_version "sys-devel/llvm:$((${LLVM_MAX_SLOT} - 1))" \
-   has_version "sys-devel/llvm:$((${LLVM_MAX_SLOT} - 2))"
+   has_version "sys-devel/llvm:${LLVM_SLOT}" && \
+   has_version -r "sys-devel/llvm:${LLVM_SLOT}"
 }
 
 pkg_setup() {

diff --git a/sys-devel/sparse/sparse-.ebuild 
b/sys-devel/sparse/sparse-.ebuild
index 8e6b268ec5b..6fbcc28e155 100644
--- a/sys-devel/sparse/sparse-.ebuild
+++ b/sys-devel/sparse/sparse-.ebuild
@@ -31,9 +31,8 @@ BDEPEND="gtk? ( virtual/pkgconfig )
xml? ( virtual/pkgconfig )"
 
 llvm_check_deps() {
-   has_version "sys-devel/llvm:${LLVM_MAX_SLOT}" || \
-   has_version "sys-devel/llvm:$((${LLVM_MAX_SLOT} - 1))" \
-   has_version "sys-devel/llvm:$((${LLVM_MAX_SLOT} - 2))"
+   has_version "sys-devel/llvm:${LLVM_SLOT}" && \
+   has_version -r "sys-devel/llvm:${LLVM_SLOT}"
 }
 
 pkg_setup() {



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

2021-09-18 Thread Sam James
commit: 99dfafe2c16183644730233e34bc7038e677a25b
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99dfafe2

media-libs/osl: Keyword 1.12.0.2 arm64, #795279

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

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

diff --git a/media-libs/osl/osl-1.12.0.2.ebuild 
b/media-libs/osl/osl-1.12.0.2.ebuild
index a312fa3bc86..16f3f9196a6 100644
--- a/media-libs/osl/osl-1.12.0.2.ebuild
+++ b/media-libs/osl/osl-1.12.0.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/imageworks/OpenShadingLanguage/archive/Release-${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 X86_CPU_FEATURES=(
sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4.1 sse4_2:sse4.2



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

2021-09-18 Thread Sam James
commit: cca67b4f0a4d9fe7cfddb980b531442167ff9ab1
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca67b4f

media-libs/opencolorio: Keyword 2.0.1 x86, #795279

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

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

diff --git a/media-libs/opencolorio/opencolorio-2.0.1.ebuild 
b/media-libs/opencolorio/opencolorio-2.0.1.ebuild
index b069b823600..48d1c400dd1 100644
--- a/media-libs/opencolorio/opencolorio-2.0.1.ebuild
+++ b/media-libs/opencolorio/opencolorio-2.0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://opencolorio.org 
https://github.com/AcademySoftwareFoundation/O
 
SRC_URI="https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
 S="${WORKDIR}/OpenColorIO-${PV}"
 
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 LICENSE="BSD"
 SLOT="0"
 IUSE="cpu_flags_x86_sse2 doc opengl python static-libs test"



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

2021-09-18 Thread Sam James
commit: c47bbea374c97132bcda5597a206505ddec69a28
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47bbea3

media-libs/oidn: Keyword 1.4.1 arm, #795279

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

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

diff --git a/media-libs/oidn/oidn-1.4.1.ebuild 
b/media-libs/oidn/oidn-1.4.1.ebuild
index 5d5194d1eff..a824c2b3da9 100644
--- a/media-libs/oidn/oidn-1.4.1.ebuild
+++ b/media-libs/oidn/oidn-1.4.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = * ]]; then
EGIT_BRANCH="master"
 else

SRC_URI="https://github.com/OpenImageDenoise/${PN}/releases/download/v${PV}/${P}.src.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="Apache-2.0"



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

2021-09-18 Thread Sam James
commit: 40170610e10ee29a9868cf15fe369826ba140f8c
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40170610

media-gfx/blender: Keyword 2.93.2 arm64, #795279

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

 media-gfx/blender/blender-2.93.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/blender/blender-2.93.2.ebuild 
b/media-gfx/blender/blender-2.93.2.ebuild
index e71a2a7ce9f..e83c32ffa8c 100644
--- a/media-gfx/blender/blender-2.93.2.ebuild
+++ b/media-gfx/blender/blender-2.93.2.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="https://download.blender.org/source/${P}.tar.xz;
TEST_TARBALL_VERSION=2.93.0
SRC_URI+=" test? ( 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-${TEST_TARBALL_VERSION}-tests.tar.bz2
 )"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 
 SLOT="${PV%.*}"



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

2021-09-18 Thread Sam James
commit: 862d7f7a23bb36693abd03d59f811ee226a4edc1
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862d7f7a

media-libs/opencolorio: Keyword 2.0.1 arm, #795279

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

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

diff --git a/media-libs/opencolorio/opencolorio-2.0.1.ebuild 
b/media-libs/opencolorio/opencolorio-2.0.1.ebuild
index 449dda00e80..b069b823600 100644
--- a/media-libs/opencolorio/opencolorio-2.0.1.ebuild
+++ b/media-libs/opencolorio/opencolorio-2.0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://opencolorio.org 
https://github.com/AcademySoftwareFoundation/O
 
SRC_URI="https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
 S="${WORKDIR}/OpenColorIO-${PV}"
 
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
 LICENSE="BSD"
 SLOT="0"
 IUSE="cpu_flags_x86_sse2 doc opengl python static-libs test"



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

2021-09-18 Thread Sam James
commit: b6f55afaba351581839fa1c849ba806effe0b7c1
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f55afa

dev-cpp/pystring: Keyword 1.1.3-r1 arm, #795279

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

 dev-cpp/pystring/pystring-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild 
b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
index e1ebd3a6db1..a3fbddefe91 100644
--- a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
+++ b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]];  then
EGIT_REPO_URI="https://github.com/imageworks/pystring.git;
 else
SRC_URI="https://github.com/imageworks/pystring/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64"
+   KEYWORDS="~amd64 ~arm ~arm64"
 fi
 
 BDEPEND="



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

2021-09-18 Thread Sam James
commit: 58a1a160cb5f293045233fbedf7729128896cbae
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a1a160

dev-lang/ispc: Keyword 1.16.0 arm, #795279

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

 dev-lang/ispc/ispc-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ispc/ispc-1.16.0.ebuild b/dev-lang/ispc/ispc-1.16.0.ebuild
index 03d9f435be7..03e716db250 100644
--- a/dev-lang/ispc/ispc-1.16.0.ebuild
+++ b/dev-lang/ispc/ispc-1.16.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/ispc/ispc.git;
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="BSD BSD-2 UoI-NCSA"



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

2021-09-18 Thread Sam James
commit: e554031ee00147e59b2828a49e3ac13c11a3340b
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e554031e

media-gfx/blender: Keyword 2.93.2 arm, #795279

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

 media-gfx/blender/blender-2.93.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/blender/blender-2.93.2.ebuild 
b/media-gfx/blender/blender-2.93.2.ebuild
index e83c32ffa8c..d8f42c666bb 100644
--- a/media-gfx/blender/blender-2.93.2.ebuild
+++ b/media-gfx/blender/blender-2.93.2.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="https://download.blender.org/source/${P}.tar.xz;
TEST_TARBALL_VERSION=2.93.0
SRC_URI+=" test? ( 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-${TEST_TARBALL_VERSION}-tests.tar.bz2
 )"
-   KEYWORDS="~amd64 ~arm64"
+   KEYWORDS="~amd64 ~arm ~arm64"
 fi
 
 SLOT="${PV%.*}"



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

2021-09-18 Thread Sam James
commit: c8255dc5a617930f74760a6f4147f1742efda1fa
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8255dc5

media-libs/embree: Keyword 3.13.0-r1 arm, #795279

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

 media-libs/embree/embree-3.13.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/embree/embree-3.13.0-r1.ebuild 
b/media-libs/embree/embree-3.13.0-r1.ebuild
index 4c2719eb7c6..b3e2399b41c 100644
--- a/media-libs/embree/embree-3.13.0-r1.ebuild
+++ b/media-libs/embree/embree-3.13.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/embree/embree/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 X86_CPU_FLAGS=( sse2:sse2 sse4_2:sse4_2 avx:avx avx2:avx2 avx512dq:avx512dq )
 CPU_FLAGS=( ${X86_CPU_FLAGS[@]/#/cpu_flags_x86_} )
 IUSE="+compact-polys ispc +raymask ssp +tbb tutorial static-libs 
${CPU_FLAGS[@]%:*}"



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

2021-09-18 Thread Sam James
commit: a20cd1a6b6eabb5b9e06802c15a951a9c9d540a1
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20cd1a6

dev-cpp/pystring: Keyword 1.1.3-r1 x86, #795279

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

 dev-cpp/pystring/pystring-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild 
b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
index a3fbddefe91..ad23dfe5438 100644
--- a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
+++ b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]];  then
EGIT_REPO_URI="https://github.com/imageworks/pystring.git;
 else
SRC_URI="https://github.com/imageworks/pystring/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 BDEPEND="



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

2021-09-18 Thread Sam James
commit: 1f235d1bd57187a74c53b71bb683e85a6e116f20
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f235d1b

media-libs/opencolorio: Keyword 2.0.1 arm64, #795279

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

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

diff --git a/media-libs/opencolorio/opencolorio-2.0.1.ebuild 
b/media-libs/opencolorio/opencolorio-2.0.1.ebuild
index ecaac6c1a4a..449dda00e80 100644
--- a/media-libs/opencolorio/opencolorio-2.0.1.ebuild
+++ b/media-libs/opencolorio/opencolorio-2.0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://opencolorio.org 
https://github.com/AcademySoftwareFoundation/O
 
SRC_URI="https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
 S="${WORKDIR}/OpenColorIO-${PV}"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 LICENSE="BSD"
 SLOT="0"
 IUSE="cpu_flags_x86_sse2 doc opengl python static-libs test"



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

2021-09-18 Thread Sam James
commit: 7f04236b86ba9bcf2de6f76f1585448192f0e752
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f04236b

media-libs/osl: Keyword 1.12.0.2 arm, #795279

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

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

diff --git a/media-libs/osl/osl-1.12.0.2.ebuild 
b/media-libs/osl/osl-1.12.0.2.ebuild
index 16f3f9196a6..7fe35048e7d 100644
--- a/media-libs/osl/osl-1.12.0.2.ebuild
+++ b/media-libs/osl/osl-1.12.0.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/imageworks/OpenShadingLanguage/archive/Release-${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 X86_CPU_FEATURES=(
sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4.1 sse4_2:sse4.2



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

2021-09-18 Thread Sam James
commit: 0898a38e10c58b65e1efdf8a40d97947b0ff2447
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0898a38e

media-libs/embree: Keyword 3.13.0-r1 arm64, #795279

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

 media-libs/embree/embree-3.13.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/embree/embree-3.13.0-r1.ebuild 
b/media-libs/embree/embree-3.13.0-r1.ebuild
index f77d5a1eb87..4c2719eb7c6 100644
--- a/media-libs/embree/embree-3.13.0-r1.ebuild
+++ b/media-libs/embree/embree-3.13.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/embree/embree/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 X86_CPU_FLAGS=( sse2:sse2 sse4_2:sse4_2 avx:avx avx2:avx2 avx512dq:avx512dq )
 CPU_FLAGS=( ${X86_CPU_FLAGS[@]/#/cpu_flags_x86_} )
 IUSE="+compact-polys ispc +raymask ssp +tbb tutorial static-libs 
${CPU_FLAGS[@]%:*}"



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

2021-09-18 Thread Sam James
commit: 999d2289e23f5892424fe211ce702ff7ae613da1
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999d2289

media-libs/oidn: Keyword 1.4.1 arm64, #795279

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

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

diff --git a/media-libs/oidn/oidn-1.4.1.ebuild 
b/media-libs/oidn/oidn-1.4.1.ebuild
index c93dbc1e24a..5d5194d1eff 100644
--- a/media-libs/oidn/oidn-1.4.1.ebuild
+++ b/media-libs/oidn/oidn-1.4.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = * ]]; then
EGIT_BRANCH="master"
 else

SRC_URI="https://github.com/OpenImageDenoise/${PN}/releases/download/v${PV}/${P}.src.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="Apache-2.0"



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

2021-09-18 Thread Sam James
commit: 83c67f207144fc58fc3204088134d34b9951c7e5
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:08:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:08:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c67f20

dev-lang/ispc: Keyword 1.16.0 arm64, #795279

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

 dev-lang/ispc/ispc-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ispc/ispc-1.16.0.ebuild b/dev-lang/ispc/ispc-1.16.0.ebuild
index b0a22ba1f90..03d9f435be7 100644
--- a/dev-lang/ispc/ispc-1.16.0.ebuild
+++ b/dev-lang/ispc/ispc-1.16.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/ispc/ispc.git;
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="BSD BSD-2 UoI-NCSA"



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

2021-09-18 Thread Sam James
commit: afc9197081b8fb1baf01cc2c497ac15f5018d040
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:07:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:07:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc91970

dev-cpp/pystring: Keyword 1.1.3-r1 arm64, #795279

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

 dev-cpp/pystring/pystring-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild 
b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
index 808484d4a23..e1ebd3a6db1 100644
--- a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
+++ b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]];  then
EGIT_REPO_URI="https://github.com/imageworks/pystring.git;
 else
SRC_URI="https://github.com/imageworks/pystring/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 
 BDEPEND="



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

2021-09-18 Thread Sam James
commit: 90d2fff5659cda17be523808f5cddbc76ddfea53
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 02:08:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 02:24:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d2fff5

sys-devel/smatch: add 1.72

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

 sys-devel/smatch/Manifest   |  1 +
 sys-devel/smatch/smatch-1.60.ebuild |  4 ++--
 sys-devel/smatch/{smatch-1.60.ebuild => smatch-1.72.ebuild} | 11 +--
 sys-devel/smatch/smatch-.ebuild | 12 +++-
 4 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/sys-devel/smatch/Manifest b/sys-devel/smatch/Manifest
index 758f2f83732..a99bf33cb4d 100644
--- a/sys-devel/smatch/Manifest
+++ b/sys-devel/smatch/Manifest
@@ -1 +1,2 @@
 DIST smatch-1.60.tar.gz 558479 BLAKE2B 
d5e564c32e33dc38847f9a258b4b47285f190652181db9b8850c832c0cf4d8a3302d989a7b42592e73a713927a29565565e83a9be1b0a5c9d10869fce278a0be
 SHA512 
2920c9d4c500db36cfa60db5be70d157ed16abd729279462faef6f79e0756bd017ec91b8f857d19fdebd8a9d709b0555635700a2864cf0a84daa61cf2ca3eecd
+DIST smatch-1.72.tar.gz 1431923 BLAKE2B 
ec4119fce985876afc9a46a74a0a56e8e8cb271a964c16496972c59ade95aa3d2df3a839a819e31cb081ca8a3b1f6bf6934ec97d73209091cfd86c87c1433557
 SHA512 
6d12e9ba85f332fcc56657296596e811cf3b75d4ad37007e07feb31baa4b315732361915972a2139ae13f75b8a73f953488ceb9de41529db9e84c81fb6fde77e

diff --git a/sys-devel/smatch/smatch-1.60.ebuild 
b/sys-devel/smatch/smatch-1.60.ebuild
index 9423f1d108f..4a6c5f79460 100644
--- a/sys-devel/smatch/smatch-1.60.ebuild
+++ b/sys-devel/smatch/smatch-1.60.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ else
S=${WORKDIR}/${PN}
 fi
 
-DESCRIPTION="static analysis tool for C"
+DESCRIPTION="Static analysis tool for C"
 HOMEPAGE="http://smatch.sourceforge.net/;
 
 LICENSE="OSL-1.1"

diff --git a/sys-devel/smatch/smatch-1.60.ebuild 
b/sys-devel/smatch/smatch-1.72.ebuild
similarity index 90%
copy from sys-devel/smatch/smatch-1.60.ebuild
copy to sys-devel/smatch/smatch-1.72.ebuild
index 9423f1d108f..cb53b5afd46 100644
--- a/sys-devel/smatch/smatch-1.60.ebuild
+++ b/sys-devel/smatch/smatch-1.72.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,23 +11,22 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="http://repo.or.cz/w/smatch.git/snapshot/${PV}.tar.gz -> 
${P}.tar.gz
mirror://gentoo/${P}.tar.gz"
+   # Update on bumps
+   S="${WORKDIR}"/${P}-7f4b936
+
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-   S=${WORKDIR}/${PN}
 fi
 
-DESCRIPTION="static analysis tool for C"
+DESCRIPTION="Static analysis tool for C"
 HOMEPAGE="http://smatch.sourceforge.net/;
 
 LICENSE="OSL-1.1"
 SLOT="0"
-IUSE=""
 
 RDEPEND="dev-db/sqlite"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
-S=${WORKDIR}/${P}-7a4fdad
-
 src_prepare() {
default
 

diff --git a/sys-devel/smatch/smatch-.ebuild 
b/sys-devel/smatch/smatch-.ebuild
index 8ba49a55ed4..cb53b5afd46 100644
--- a/sys-devel/smatch/smatch-.ebuild
+++ b/sys-devel/smatch/smatch-.ebuild
@@ -1,25 +1,27 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit toolchain-funcs
 if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://repo.or.cz/${PN}.git
+   http://repo.or.cz/r/${PN}.git;
inherit git-r3
-   EGIT_REPO_URI="https://repo.or.cz/r/${PN}.git;
 else
SRC_URI="http://repo.or.cz/w/smatch.git/snapshot/${PV}.tar.gz -> 
${P}.tar.gz
mirror://gentoo/${P}.tar.gz"
+   # Update on bumps
+   S="${WORKDIR}"/${P}-7f4b936
+
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-   S=${WORKDIR}/${PN}
 fi
 
-DESCRIPTION="static analysis tool for C"
+DESCRIPTION="Static analysis tool for C"
 HOMEPAGE="http://smatch.sourceforge.net/;
 
 LICENSE="OSL-1.1"
 SLOT="0"
-IUSE=""
 
 RDEPEND="dev-db/sqlite"
 DEPEND="${RDEPEND}"



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

2021-09-18 Thread Sam James
commit: 96ce056a7c6e298cf8f595899b295a7f246e4af0
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 02:01:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 02:24:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ce056a

sys-devel/gdb: add 11.1

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

 sys-devel/gdb/Manifest |  1 +
 sys-devel/gdb/{gdb-.ebuild => gdb-11.1.ebuild} | 56 +-
 sys-devel/gdb/gdb-.ebuild  | 56 +-
 3 files changed, 67 insertions(+), 46 deletions(-)

diff --git a/sys-devel/gdb/Manifest b/sys-devel/gdb/Manifest
index 563fc11c108..b8e17615d04 100644
--- a/sys-devel/gdb/Manifest
+++ b/sys-devel/gdb/Manifest
@@ -1,2 +1,3 @@
 DIST gdb-10.1.tar.xz 21507112 BLAKE2B 
69d79cd667ecb6e936b41a03817ade5dd9b761f97bc123d668b5f968d123c37d048fc8ec1289151e989f01bb01a43cc3d8b5b54f1807f1e3eb5f43e6bf0aa55b
 SHA512 
0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537
 DIST gdb-10.2.tar.xz 21518900 BLAKE2B 
c5d31d80d2b454767d6f844e8471b012ad437c3872391b618fd7b14c5cf251b78e55d28c12e81382fd600f67e2f618ff5dbe3a7b737a5d5161ceb3542afbb90b
 SHA512 
3653762ac008e065c37cd641653184c9ff7ce51eeade1122bec9d6cc64dffd4fb74888ef11ac1942064a08910e96b7865112ad37f4602eb0a16bed074caa
+DIST gdb-11.1.tar.xz 22040696 BLAKE2B 
6a639f6533f4008bfb469c23a26c4fcd039f1bc5dd33745f4876344451beb595d7a8843caeb5db70214924624c5b999f8831237d459bebf1cb2d2866f8b41ee2
 SHA512 
c40bf970e2f7c2107b29c5aa6a7150daa709d75ddadb73ac20742419d4637d158e3063a4c6ff6e47fae8ca8e1d36253973f85ea15445d004be6d5d7a2dd9bd46

diff --git a/sys-devel/gdb/gdb-.ebuild b/sys-devel/gdb/gdb-11.1.ebuild
similarity index 90%
copy from sys-devel/gdb/gdb-.ebuild
copy to sys-devel/gdb/gdb-11.1.ebuild
index fde1ad99243..8b1a81f909e 100644
--- a/sys-devel/gdb/gdb-.ebuild
+++ b/sys-devel/gdb/gdb-11.1.ebuild
@@ -2,34 +2,36 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9,10} )
 
-inherit eutils flag-o-matic python-single-r1 toolchain-funcs
+PYTHON_COMPAT=( python3_{8,9,10} )
+inherit flag-o-matic python-single-r1 strip-linguas toolchain-funcs
 
 export CTARGET=${CTARGET:-${CHOST}}
+
 if [[ ${CTARGET} == ${CHOST} ]] ; then
if [[ ${CATEGORY} == cross-* ]] ; then
export CTARGET=${CATEGORY#cross-}
fi
 fi
+
 is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
 
 case ${PV} in
-*)
-   # live git tree
-   EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git;
-   inherit git-r3
-   SRC_URI=""
-   ;;
-*.*.50.2???)
-   # weekly snapshots
-   
SRC_URI="ftp://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${PV}.tar.xz;
-   ;;
-*)
-   # Normal upstream release
-   SRC_URI="mirror://gnu/gdb/${P}.tar.xz
-   ftp://sourceware.org/pub/gdb/releases/${P}.tar.xz;
-   ;;
+   *)
+   # live git tree
+   EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git;
+   inherit git-r3
+   SRC_URI=""
+   ;;
+   *.*.50.2???)
+   # weekly snapshots
+   
SRC_URI="ftp://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${PV}.tar.xz;
+   ;;
+   *)
+   # Normal upstream release
+   SRC_URI="mirror://gnu/gdb/${P}.tar.xz
+   ftp://sourceware.org/pub/gdb/releases/${P}.tar.xz;
+   ;;
 esac
 
 PATCH_VER=""
@@ -43,23 +45,23 @@ SRC_URI="${SRC_URI}
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
+
 if [[ ${PV} != * ]] ; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
+
 IUSE="cet guile lzma multitarget nls +python +server source-highlight test 
vanilla xml xxhash"
-REQUIRED_USE="
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 # ia64 kernel crashes when gdb testsuite is running
 RESTRICT="
ia64? ( test )
-
!test? ( test )
 "
 
 RDEPEND="
dev-libs/mpfr:0=
+   dev-libs/gmp:=
>=sys-libs/ncurses-5.2-r2:0=
>=sys-libs/readline-7:0=
sys-libs/zlib
@@ -105,11 +107,13 @@ src_prepare() {
 
 gdb_branding() {
printf "Gentoo ${PV} "
+
if ! use vanilla && [[ -n ${PATCH_VER} ]] ; then
printf "p${PATCH_VER}"
else
printf "vanilla"
fi
+
[[ -n ${EGIT_COMMIT} ]] && printf " ${EGIT_COMMIT}"
 }
 
@@ -137,7 +141,9 @@ src_configure() {
# But the check does not quite work on i686: bug #760926.
$(use_enable cet)
)
+
local sysroot="${EPREFIX}/usr/${CTARGET}"
+
is_cross && myconf+=(
 

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

2021-09-18 Thread Sam James
commit: c5ea3c2cc75ac22165cd80e75298a75b30031294
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 02:15:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 02:24:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ea3c2c

sys-devel/sparse: add 0.6.4

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

 sys-devel/sparse/Manifest  |  1 +
 .../sparse/{sparse-.ebuild => sparse-0.6.4.ebuild} | 18 ++
 sys-devel/sparse/sparse-.ebuild| 18 ++
 3 files changed, 21 insertions(+), 16 deletions(-)

diff --git a/sys-devel/sparse/Manifest b/sys-devel/sparse/Manifest
index a706e2ac3fc..7c1cf179d14 100644
--- a/sys-devel/sparse/Manifest
+++ b/sys-devel/sparse/Manifest
@@ -1 +1,2 @@
 DIST sparse-0.6.3.tar.xz 350676 BLAKE2B 
5c8f54f3b7d2095df30b9a59a151e307ebedac5dbb6910ab5684b298c2b427e55dd43697e698fd289fb0d8e824ba4d72c2761772babb9f438e622f439ab3448d
 SHA512 
33170065ea5967d7c640a7551acc78d7efee9f7aa6a9edf6afe2cdd8a04ea5cebe7b5dcdeebf791d384542b8bcdd4e818c75e7ae2e7aa4e1edbd56b68367b28f
+DIST sparse-0.6.4.tar.xz 370840 BLAKE2B 
4b21d26c87df65f08928438c311582a45f4cbbb5ed2bb399c3521d1e40630006d794b4f1e545693e82225f086968cf686c5bfb29059644a31812120f07caebe2
 SHA512 
4ada31e588469d15862579dd7eb926ce1ad717bf96d38d425b9153f2efe73949fdda5bc59d05d926614a08d70e656e4ff531a5f0a1cf8e7725c596dcdba169f9

diff --git a/sys-devel/sparse/sparse-.ebuild 
b/sys-devel/sparse/sparse-0.6.4.ebuild
similarity index 80%
copy from sys-devel/sparse/sparse-.ebuild
copy to sys-devel/sparse/sparse-0.6.4.ebuild
index 0fcda784733..3304272807e 100644
--- a/sys-devel/sparse/sparse-.ebuild
+++ b/sys-devel/sparse/sparse-0.6.4.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+LLVM_MAX_SLOT=12
 inherit llvm multilib toolchain-funcs
 
 DESCRIPTION="C semantic parser"
@@ -21,16 +22,20 @@ SLOT="0"
 IUSE="gtk llvm sqlite test xml"
 RESTRICT="!test? ( test )"
 
-LLVM_MAX_SLOT=10
-
 RDEPEND="gtk? ( x11-libs/gtk+:2 )
-   llvm? ( sys-devel/llvm:${LLVM_MAX_SLOT}= )
+   llvm? ( 

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

2021-09-18 Thread Sam James
commit: 341141dc14663922ebced0f170c420c2bfc2aca8
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 02:03:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 02:24:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341141dc

dev-libs/libatomic_ops: add 7.6.12

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

 dev-libs/libatomic_ops/Manifest|  1 +
 dev-libs/libatomic_ops/libatomic_ops-7.6.12.ebuild | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-libs/libatomic_ops/Manifest b/dev-libs/libatomic_ops/Manifest
index 80c90bde77b..09e4f9e6730 100644
--- a/dev-libs/libatomic_ops/Manifest
+++ b/dev-libs/libatomic_ops/Manifest
@@ -1 +1,2 @@
 DIST libatomic_ops-7.6.10.tar.gz 503734 BLAKE2B 
5ee4adc3b2e9afe22d52a4b390927f79dfce139e9975c75aedd379fcbb34a1f0de82ca98ddc58a386e193080ba75eb1b6161bea75b62b8f3b4941979248290af
 SHA512 
4661445503ef4303e873559af319ad799a7eddad3df45ad602cf338c594a642ad4333a36fa91722f0d8c48acd38bbf45c60a468c7375d14824520a83c1109ec9
+DIST libatomic_ops-7.6.12.tar.gz 506313 BLAKE2B 
8f80773390479a36e06447594c8558ed337eef5b18ae0b0779722647dcde49b61b23e656acbc935714245d80e40c5cde1c164f0524a97dcc53972051d5891239
 SHA512 
bbf98a38a80c8fe6b7eab773967edc55b8d48be32b36ed827fb835ee3dcd96d5ec1dc97149714e015e93a0a5b9fc03595797663fdb5a0f673869ea8bfe640df5

diff --git a/dev-libs/libatomic_ops/libatomic_ops-7.6.12.ebuild 
b/dev-libs/libatomic_ops/libatomic_ops-7.6.12.ebuild
new file mode 100644
index 000..b0067270342
--- /dev/null
+++ b/dev-libs/libatomic_ops/libatomic_ops-7.6.12.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+DESCRIPTION="Implementation for atomic memory update operations"
+HOMEPAGE="https://github.com/ivmai/libatomic_ops/;
+SRC_URI="https://github.com/ivmai/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="MIT boehm-gc GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-static \
+   --enable-shared
+}
+
+multilib_src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



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

2021-09-18 Thread Sam James
commit: 8bccc3057c8bf26ca2be2b58ad89171ecaa71dc0
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 02:24:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 02:24:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bccc305

sys-devel/sparse: drop unused multilib inherit

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

 sys-devel/sparse/sparse-0.6.3.ebuild | 2 +-
 sys-devel/sparse/sparse-0.6.4.ebuild | 2 +-
 sys-devel/sparse/sparse-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/sparse/sparse-0.6.3.ebuild 
b/sys-devel/sparse/sparse-0.6.3.ebuild
index 0fcda784733..0c2099d4c27 100644
--- a/sys-devel/sparse/sparse-0.6.3.ebuild
+++ b/sys-devel/sparse/sparse-0.6.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit llvm multilib toolchain-funcs
+inherit llvm toolchain-funcs
 
 DESCRIPTION="C semantic parser"
 HOMEPAGE="https://sparse.wiki.kernel.org/index.php/Main_Page;

diff --git a/sys-devel/sparse/sparse-0.6.4.ebuild 
b/sys-devel/sparse/sparse-0.6.4.ebuild
index 3304272807e..8e6b268ec5b 100644
--- a/sys-devel/sparse/sparse-0.6.4.ebuild
+++ b/sys-devel/sparse/sparse-0.6.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 LLVM_MAX_SLOT=12
-inherit llvm multilib toolchain-funcs
+inherit llvm toolchain-funcs
 
 DESCRIPTION="C semantic parser"
 HOMEPAGE="https://sparse.wiki.kernel.org/index.php/Main_Page;

diff --git a/sys-devel/sparse/sparse-.ebuild 
b/sys-devel/sparse/sparse-.ebuild
index 3304272807e..8e6b268ec5b 100644
--- a/sys-devel/sparse/sparse-.ebuild
+++ b/sys-devel/sparse/sparse-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 LLVM_MAX_SLOT=12
-inherit llvm multilib toolchain-funcs
+inherit llvm toolchain-funcs
 
 DESCRIPTION="C semantic parser"
 HOMEPAGE="https://sparse.wiki.kernel.org/index.php/Main_Page;



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

2021-09-18 Thread Sam James
commit: 03f60eec7e433cfaf9b75f592947ca5bc8eac96a
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 01:39:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 01:39:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f60eec

dev-util/bazel: fix IncorrectCopyright

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

 dev-util/bazel/bazel-0.27.2.ebuild | 2 +-
 dev-util/bazel/bazel-1.2.1.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/bazel/bazel-0.27.2.ebuild 
b/dev-util/bazel/bazel-0.27.2.ebuild
index 819c66d7daa..95740e9606e 100644
--- a/dev-util/bazel/bazel-0.27.2.ebuild
+++ b/dev-util/bazel/bazel-0.27.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/dev-util/bazel/bazel-1.2.1.ebuild 
b/dev-util/bazel/bazel-1.2.1.ebuild
index 819c66d7daa..95740e9606e 100644
--- a/dev-util/bazel/bazel-1.2.1.ebuild
+++ b/dev-util/bazel/bazel-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



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

2021-09-18 Thread Sam James
commit: 4ee781d18fd2bbba3e78c70229f7aacd7d6c5a13
Author: Kerin Millar  plushkava  net>
AuthorDate: Tue Sep 14 03:48:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 01:38:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee781d1

dev-util/bazel: >=glibc-2.30 and gcc:11 compatibility fixes

Ensure that versions 0.22.0, 0.24.1 and 0.27.2 are also patched so as not to
conflict with glibc's gettid(2) function. Have all versions include the
 header, where required, for compatibility with gcc:11. Revise the
dubious test for the presence of ccache so as to consider the value of
FEATURES instead. Drop version 2.0.0 in favour of 2.0.1.

Closes: https://bugs.gentoo.org/show_bug.cgi?id=720032
Closes: https://bugs.gentoo.org/show_bug.cgi?id=787248
Closes: https://bugs.gentoo.org/show_bug.cgi?id=808827
Signed-off-by: Kerin Millar  plushkava.net>
Signed-off-by: Sam James  gentoo.org>

 dev-util/bazel/Manifest|   5 +-
 dev-util/bazel/bazel-0.22.0.ebuild |   8 +-
 dev-util/bazel/bazel-0.24.1.ebuild |   8 +-
 dev-util/bazel/bazel-0.27.2.ebuild |   6 +-
 dev-util/bazel/bazel-0.29.1.ebuild |  15 ++-
 dev-util/bazel/bazel-1.0.1.ebuild  |   8 +-
 dev-util/bazel/bazel-1.2.0-r1.ebuild   | 114 ---
 dev-util/bazel/bazel-1.2.1.ebuild  |  13 +--
 dev-util/bazel/bazel-2.0.0.ebuild  | 109 --
 .../{bazel-1.2.0.ebuild => bazel-2.0.1.ebuild} |   7 +-
 dev-util/bazel/bazel-3.2.0.ebuild  |   5 +-
 dev-util/bazel/bazel-3.7.2.ebuild  |   5 +-
 .../bazel-0.22.0-include-limits-for-gcc-11.patch   | 125 +
 .../bazel-0.22.0-rename-gettid-functions.patch |  44 
 .../bazel-0.24.1-rename-gettid-functions.patch |  66 +++
 .../bazel-3.2.0-include-limits-for-gcc-11.patch|  25 +
 16 files changed, 310 insertions(+), 253 deletions(-)

diff --git a/dev-util/bazel/Manifest b/dev-util/bazel/Manifest
index 5257e3ea42b..b43555c562d 100644
--- a/dev-util/bazel/Manifest
+++ b/dev-util/bazel/Manifest
@@ -2,11 +2,8 @@ DIST bazel-0.22.0-dist.zip 88633015 BLAKE2B 
7cb7ef53c9acb4089b92d82679ad82739fd3
 DIST bazel-0.24.1-dist.zip 174691842 BLAKE2B 
56d42421ac6f5513f019f3b71ca0c5e7b499c199dd8d9f22ca4fdca832527a1974afffccd6bff6b1d29dc3156ee28ba7f91a9a37f2f8524da5c5f30645be97aa
 SHA512 
a78c871eb517ec53a0d1d9592887288fa54e5e9f44b0b7dba44792a74a1ba0c98e38ff2f6094ab6e8b3add3ec4a0188de3b2489d94d419373e210d16db641774
 DIST bazel-0.27.2-dist.zip 247948037 BLAKE2B 
ee3dafbb104f434080ad803cb40585e36a8c816eddac3d1a680752dd4ac65d588f1d5f4bb759dad0f59e9f6d7aad0ea5b54cd050d75a5434ee6ef079d8127641
 SHA512 
5fd7c2af2123424d3e5e4c9216de10d12ce604798f4831800c8d68cfd9bcf1133f4db9a947f0ee16db1a1513be17340ab8e36fba994a016d98c74ad5e026b4ab
 DIST bazel-0.29.1-dist.zip 265744999 BLAKE2B 
8495ab96947b02ec827cc2b5f542454e0d631eb077514c740d8be813495644f0be1020e706e2dbd321fa6f39af3060c4a7b2e68499201eaffc197704c1ecf760
 SHA512 
4da49e3f1ba681003afc2536d55954ed5a2c29de4a68e5a07f2627f3573d97bd6e244bc8a4f43c8951ecddd221041d87270ca9b7dd59ab16676306c9716f003d
-DIST bazel-0.29.1-rename-gettid-functions.patch 3303 BLAKE2B 
75aaed0b8e5fe33910d1b428ad421bbf37cafdc38dc46cbe9d9fe516e957f1dc3a30333c40a6ec3e61580ca908189a8821937ddd28aa9cf119ae237d63c576fb
 SHA512 
0d4dc5c5931ff3a16bb9ac228ec560fc0115444a3d3787f12866e11e8b3833ee8a26cc65c97aa9898c1f7a6c380820d62544d2ed7bed0d6f21aa4293e244eb04
 DIST bazel-1.0.1-dist.zip 267211562 BLAKE2B 
ade5fcc2a799df4da24ce23a3f2f23d3f38aeec832ef2504a1a8ca7f23acafe3d5b5d94302f101ddadb366d7144624559c96c1c343fa465a976ca2c9b258c083
 SHA512 
94d81697d2f181659c2d386de23dae2655c4131633f8ce6d10c60373222756e8c0330ed3fe5ed20f81a8648bcb3acfc8b4762e96eb7950b58a4a5c94c715159f
-DIST bazel-1.2.0-dist.zip 267514282 BLAKE2B 
1c4f9dcf2c18e6880d701dab3de2e880e55278216ba051f9ad753b9f8c539e5734346bcb20c706307b677f97736587ee11e3c3accabe4c82ac1a82a0cdafcd36
 SHA512 
eaa3e27d0ddd6102fea4fcdf5f4379355954ba25cd2f4b3530071d077411f8a501041d8fda9ac90325244296f31072faaebd91cf6338893752b25212822a6be9
-DIST bazel-1.2.0-rename-gettid-functions.patch 3303 BLAKE2B 
75aaed0b8e5fe33910d1b428ad421bbf37cafdc38dc46cbe9d9fe516e957f1dc3a30333c40a6ec3e61580ca908189a8821937ddd28aa9cf119ae237d63c576fb
 SHA512 
0d4dc5c5931ff3a16bb9ac228ec560fc0115444a3d3787f12866e11e8b3833ee8a26cc65c97aa9898c1f7a6c380820d62544d2ed7bed0d6f21aa4293e244eb04
 DIST bazel-1.2.1-dist.zip 267514406 BLAKE2B 
f9d316ac096f503a2c7fe101b103b88e7f0247f767a8dc28eb8c9d2cd0b6df6fa785f3b187e1a3963e2f9f0ae742a3330e5104e7a8aea75cb9b9e100366a5aca
 SHA512 
bc0e6526bfbb8725a4f2ae95fc88b9301b64559325fca3bcf5a9bc642cec2b2284eb9a6ce0699f1f910378b89ee23657dbea7928a92cc1900f1f2f405ff3
-DIST bazel-2.0.0-dist.zip 259625808 BLAKE2B 

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

2021-09-18 Thread Sam James
commit: 6798bf035f8fb7a2688a0f824568fe1bea17fadb
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 01:17:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 01:18:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6798bf03

media-video/pipewire: add missing include patch to 0.3.36

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

 .../files/pipewire-0.3.36-missing-limits-include.patch  | 17 +
 media-video/pipewire/pipewire-0.3.36.ebuild |  1 +
 2 files changed, 18 insertions(+)

diff --git 
a/media-video/pipewire/files/pipewire-0.3.36-missing-limits-include.patch 
b/media-video/pipewire/files/pipewire-0.3.36-missing-limits-include.patch
new file mode 100644
index 000..c7ed7b973a9
--- /dev/null
+++ b/media-video/pipewire/files/pipewire-0.3.36-missing-limits-include.patch
@@ -0,0 +1,17 @@
+https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/6168067cb2a45ffa3c92aff1135659feaf9c1240
+
+From: Leonardo Neumann 
+Date: Sat, 18 Sep 2021 04:36:20 -0300
+Subject: [PATCH] fix missing limits.h include
+
+--- a/src/pipewire/impl-module.c
 b/src/pipewire/impl-module.c
+@@ -28,6 +28,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ 
+GitLab

diff --git a/media-video/pipewire/pipewire-0.3.36.ebuild 
b/media-video/pipewire/pipewire-0.3.36.ebuild
index 727450ab578..255220766c0 100644
--- a/media-video/pipewire/pipewire-0.3.36.ebuild
+++ b/media-video/pipewire/pipewire-0.3.36.ebuild
@@ -98,6 +98,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.3.25-enable-failed-mlock-warning.patch
"${FILESDIR}"/${P}-fix-crash-uaf-media-session.patch
"${FILESDIR}"/${P}-fix-version.patch
+   "${FILESDIR}"/${P}-missing-limits-include.patch
 )
 
 # limitsdfile related code taken from =sys-auth/realtime-base-0.1



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

2021-09-18 Thread Sam James
commit: 1cc1dfc1a49a193dbfa2ff511ef606c58e4771c6
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 00:59:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 01:00:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc1dfc1

net-libs/libnsl: use preserve-libs.eclass

PAM can depend on libnsl and we should be conservative
with anything involving critical system tooling.

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

 .../{libnsl-2.0.0.ebuild => libnsl-2.0.0-r1.ebuild} | 21 +++--
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/net-libs/libnsl/libnsl-2.0.0.ebuild 
b/net-libs/libnsl/libnsl-2.0.0-r1.ebuild
similarity index 62%
rename from net-libs/libnsl/libnsl-2.0.0.ebuild
rename to net-libs/libnsl/libnsl-2.0.0-r1.ebuild
index eb30d991895..99b3fb7a8a1 100644
--- a/net-libs/libnsl/libnsl-2.0.0.ebuild
+++ b/net-libs/libnsl/libnsl-2.0.0-r1.ebuild
@@ -3,22 +3,22 @@
 
 EAPI=7
 
-inherit multilib-minimal
+inherit multilib-minimal preserve-libs
 
 DESCRIPTION="Public client interface for NIS(YP) in a IPv6 ready version"
 HOMEPAGE="https://github.com/thkukuk/libnsl;
 SRC_URI="https://github.com/thkukuk/${PN}/releases/download/v${PV}/${P}.tar.xz;
 
+# This is a core package which is depended on by e.g. PAM in some cases.
+# Please use preserve-libs.eclass in pkg_{pre,post}inst to cover users
+# with FEATURES="-preserved-libs" or another package manager if SONAME
+# changes.
 SLOT="0/3"
 LICENSE="LGPL-2.1+"
-
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
 IUSE="static-libs"
 
-DEPEND="
-   >=net-libs/libtirpc-1.2.0:=[${MULTILIB_USEDEP}]
-"
+DEPEND=">=net-libs/libtirpc-1.2.0:=[${MULTILIB_USEDEP}]"
 RDEPEND="${DEPEND}
!

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

2021-09-18 Thread Sam James
commit: 72e262ea799f7ed91d75d12007955750374a8230
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 00:56:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 00:57:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e262ea

www-servers/nginx-unit: revbump for libcrypt dependency

See the tracker/wiki page.

Fixes: 69589f3c571a1c6e934824403b281cc8c5d0d2ca
Signed-off-by: Sam James  gentoo.org>

 .../nginx-unit/{nginx-unit-1.25.0.ebuild => nginx-unit-1.25.0-r1.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/www-servers/nginx-unit/nginx-unit-1.25.0.ebuild 
b/www-servers/nginx-unit/nginx-unit-1.25.0-r1.ebuild
similarity index 100%
rename from www-servers/nginx-unit/nginx-unit-1.25.0.ebuild
rename to www-servers/nginx-unit/nginx-unit-1.25.0-r1.ebuild



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

2021-09-18 Thread Sam James
commit: 9e7873263e20806b2a6e448236a6378c5e00355a
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 00:53:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 00:57:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e787326

sys-auth/pam_krb5: revbump for libcrypt dependency

See the tracker/wiki page.

Fixes: 40d835c47a283dd526b221fdf5d529919c29a983
Signed-off-by: Sam James  gentoo.org>

 sys-auth/pam_krb5/{pam_krb5-4.9.ebuild => pam_krb5-4.9-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-auth/pam_krb5/pam_krb5-4.9.ebuild 
b/sys-auth/pam_krb5/pam_krb5-4.9-r1.ebuild
similarity index 100%
rename from sys-auth/pam_krb5/pam_krb5-4.9.ebuild
rename to sys-auth/pam_krb5/pam_krb5-4.9-r1.ebuild



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

2021-09-18 Thread Sam James
commit: e69e4b3f16222697dab0aa8d576d48d6f3f39b8d
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 00:52:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 00:57:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69e4b3f

dev-python/cx_Freeze: revbump for libcrypt dependency

See the tracker/wiki page.

Bug: https://bugs.gentoo.org/802570
Fixes: 0788289dd8428322c03c051065c2cd55d8fc5e02
Signed-off-by: Sam James  gentoo.org>

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

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



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

2021-09-18 Thread Ionen Wolkens
commit: 7b3ad19e9afb4296f3b751587140b9cdcc74ef11
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Sep 19 00:32:58 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Sep 19 00:38:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3ad19e

games-emulation/desmume: add upstream commit link

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

 games-emulation/desmume/files/desmume-0.9.11_p20210409-clang.patch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-emulation/desmume/files/desmume-0.9.11_p20210409-clang.patch 
b/games-emulation/desmume/files/desmume-0.9.11_p20210409-clang.patch
index e80cebced38..164cb5af483 100644
--- a/games-emulation/desmume/files/desmume-0.9.11_p20210409-clang.patch
+++ b/games-emulation/desmume/files/desmume-0.9.11_p20210409-clang.patch
@@ -1,5 +1,6 @@
 Fix build with clang https://bugs.gentoo.org/739144
 
+Fixed upstream in: https://github.com/TASVideos/desmume/commit/92cb90f
 --- a/desmume/src/texcache.cpp
 +++ b/desmume/src/texcache.cpp
 @@ -1165,8 +1165,8 @@ void NDSTextureUnpack4x4(const size_t sr



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

2021-09-18 Thread Ionen Wolkens
commit: 9bf0d9a9e6c1c4f4d56b731b77dabc728f0889c8
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Sat Sep 18 23:48:09 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Sep 19 00:38:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf0d9a9

games-emulation/desmume: fix build with clang

Closes: https://bugs.gentoo.org/739144
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/22331
Signed-off-by: Ionen Wolkens  gentoo.org>

 .../desmume/desmume-0.9.11_p20210409-r1.ebuild|  1 +
 .../desmume/files/desmume-0.9.11_p20210409-clang.patch| 15 +++
 2 files changed, 16 insertions(+)

diff --git a/games-emulation/desmume/desmume-0.9.11_p20210409-r1.ebuild 
b/games-emulation/desmume/desmume-0.9.11_p20210409-r1.ebuild
index c3a84760618..9cc9dd36624 100644
--- a/games-emulation/desmume/desmume-0.9.11_p20210409-r1.ebuild
+++ b/games-emulation/desmume/desmume-0.9.11_p20210409-r1.ebuild
@@ -36,6 +36,7 @@ DEPEND="
 PATCHES=(
"${FILESDIR}"/${P}-fix-gtk-cliopts.patch
"${FILESDIR}"/${P}-openal-automagic.patch
+   "${FILESDIR}"/${P}-clang.patch
 )
 
 DOCS=( ${PN}/{AUTHORS,ChangeLog,README,README.LIN,doc/.} )

diff --git a/games-emulation/desmume/files/desmume-0.9.11_p20210409-clang.patch 
b/games-emulation/desmume/files/desmume-0.9.11_p20210409-clang.patch
new file mode 100644
index 000..e80cebced38
--- /dev/null
+++ b/games-emulation/desmume/files/desmume-0.9.11_p20210409-clang.patch
@@ -0,0 +1,15 @@
+Fix build with clang https://bugs.gentoo.org/739144
+
+--- a/desmume/src/texcache.cpp
 b/desmume/src/texcache.cpp
+@@ -1165,8 +1165,8 @@ void NDSTextureUnpack4x4(const size_t sr
+   
+   for (size_t y = 0, d = 0; y < yTmpSize; y++)
+   {
+-  u32 tmpPos[4]={(y<<2)*sizeX,((y<<2)+1)*sizeX,
+-  ((y<<2)+2)*sizeX,((y<<2)+3)*sizeX};
++  u32 tmpPos[4]={u32(y<<2)*sizeX,u32((y<<2)+1)*sizeX,
++  u32((y<<2)+2)*sizeX,u32((y<<2)+3)*sizeX};
+   for (size_t x = 0; x < xTmpSize; x++, d++)
+   {
+   if (d >= limit)



[gentoo-commits] repo/proj/guru:dev commit in: sys-process/btop/

2021-09-18 Thread Adrian Schollmeyer
commit: 349d01e087504cd5d10f95731e7375fa8fc2b861
Author: Adrian Schollmeyer  nexadn  de>
AuthorDate: Sat Sep 18 19:48:31 2021 +
Commit: Adrian Schollmeyer  nexadn  de>
CommitDate: Sat Sep 18 19:48:31 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=349d01e0

sys-process/btop: Add new package

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Adrian Schollmeyer  nexadn.de>

 sys-process/btop/Manifest  |  1 +
 sys-process/btop/btop-1.0.1.ebuild | 39 ++
 sys-process/btop/metadata.xml  |  8 
 3 files changed, 48 insertions(+)

diff --git a/sys-process/btop/Manifest b/sys-process/btop/Manifest
new file mode 100644
index 0..f66957449
--- /dev/null
+++ b/sys-process/btop/Manifest
@@ -0,0 +1 @@
+DIST btop-1.0.1.tar.gz 921264 BLAKE2B 
a272e9479dbffe18e632f9697c5ed59707503c836eafd36f62db55787e56ad4d79a81e699a1821d3630052373daf4568a7096e31385075b1f0db00ed40b4
 SHA512 
dcbd2daeebf7238e3724f75d1be5a5bc1abf554a938b3a35179d65523098cd74df38cf5d26eea58532ad412805302c6681045ec92df4a860a12c91d7280202ce

diff --git a/sys-process/btop/btop-1.0.1.ebuild 
b/sys-process/btop/btop-1.0.1.ebuild
new file mode 100644
index 0..d3a559b42
--- /dev/null
+++ b/sys-process/btop/btop-1.0.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A monitor of resources"
+HOMEPAGE="https://github.com/aristocratos/btop;
+SRC_URI="https://github.com/aristocratos/btop/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=sys-devel/gcc-10
+"
+
+src_prepare() {
+   default
+   # btop installs README.md to /usr/share/btop by default
+   sed -i 's/^.*cp -p README.md.*$//' Makefile
+}
+
+src_compile() {
+   # Disable btop optimization flags, since we have our flags in CXXFLAGS
+   emake \
+   OPTFLAGS=""
+}
+
+src_install() {
+   emake \
+   PREFIX="${EPREFIX}/usr" \
+   DESTDIR="${D}" \
+   install
+
+   dodoc README.md CHANGELOG.md
+}

diff --git a/sys-process/btop/metadata.xml b/sys-process/btop/metadata.xml
new file mode 100644
index 0..9997c2e86
--- /dev/null
+++ b/sys-process/btop/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   nex+b-...@nexadn.de
+   Adrian Schollmeyer
+   
+



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

2021-09-18 Thread Sam James
commit: 52949343c8c1ca3d53c9b595f3c549ec08b38a1e
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 18 23:36:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 18 23:44:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52949343

sys-auth/sssd: add patch for CVE-2021-3621 for 2.5.2

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

 sys-auth/sssd/Manifest |   1 +
 sys-auth/sssd/sssd-2.3.1-r3.ebuild |   2 +-
 .../{sssd-2.3.1-r3.ebuild => sssd-2.5.2-r1.ebuild} | 100 -
 3 files changed, 58 insertions(+), 45 deletions(-)

diff --git a/sys-auth/sssd/Manifest b/sys-auth/sssd/Manifest
index cb3f830192c..949f7b2f62e 100644
--- a/sys-auth/sssd/Manifest
+++ b/sys-auth/sssd/Manifest
@@ -1,3 +1,4 @@
 DIST sssd-2.3.1-CVE-2021-3621.patch.bz2 3174 BLAKE2B 
201c51fff92dd17d9517834e59a12422850ee3c5aab1efff51bcdc5b82521516589271222b6be36d12da2a388d122d37e9f455d593f22551ba9ea58ead694b49
 SHA512 
faffe46b710e3f8b2db54fc4f637b176b72f6bc31a2d5d1cae7a5ffc81609c4faa5decee1d6db4b2bf87451677c8eda068e153e38755f013afbce982daf58f65
 DIST sssd-2.3.1.tar.gz 7186526 BLAKE2B 
6d630fe75b9b426ef54adbe1704fde8e01fc34df7861028c07ce2985db8a151ce743d633061386fea6460fe8eabb89242b816d4bac87975bb9b7b2064ad1d547
 SHA512 
6aeb52d5222c5992d581296996749327bcaf276e4eb4413a6a32ea6529343432cfe413006aca4245c19b38b515be1c4c2ef88a157c617d889274179253355bc6
+DIST sssd-2.5.2-CVE-2021-3621.patch.bz2 3155 BLAKE2B 
c50e331f0f1acbb9ef8e6d54a63219da44df5e565608c24635d85a110fcc024f7d5293c4412bca64831a9a3a14e2c1188be1a802c76575ad6d7a83243d3d89c2
 SHA512 
650af7c67b3a807935c0875ee877d366facdf818492fb4244757448ad351454a279968ea5414e6b3cd116e873abe4f1aef2ccdaf790a4df0cf7f2a0078a41860
 DIST sssd-2.5.2.tar.gz 7579208 BLAKE2B 
ec5d9aeaf5b5e05b56c01f9137f6f24db05544dbd48458d742285b60e7beb6d48af865f3415e11ce89e187f4643bbecf15bbb321859ec80cfe458eb781cea6c9
 SHA512 
a9bac7b2cc23022dce3bcda314c9c26a0a0914c448f6d5a51c5ba18670f04c1fd1a94cb20173235b6285df1dcc9251cb6b3f3e71a220037b4eb8e6f33c48

diff --git a/sys-auth/sssd/sssd-2.3.1-r3.ebuild 
b/sys-auth/sssd/sssd-2.3.1-r3.ebuild
index 4df7454beca..cd2099011aa 100644
--- a/sys-auth/sssd/sssd-2.3.1-r3.ebuild
+++ b/sys-auth/sssd/sssd-2.3.1-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-CVE-2021
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE="acl doc +locator +netlink nfsv4 nls +man pac python samba selinux sudo 
systemd test valgrind"
 RESTRICT="!test? ( test )"
 

diff --git a/sys-auth/sssd/sssd-2.3.1-r3.ebuild 
b/sys-auth/sssd/sssd-2.5.2-r1.ebuild
similarity index 88%
copy from sys-auth/sssd/sssd-2.3.1-r3.ebuild
copy to sys-auth/sssd/sssd-2.5.2-r1.ebuild
index 4df7454beca..b00af4ba567 100644
--- a/sys-auth/sssd/sssd-2.3.1-r3.ebuild
+++ b/sys-auth/sssd/sssd-2.5.2-r1.ebuild
@@ -3,26 +3,48 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit autotools flag-o-matic linux-info multilib-minimal python-single-r1 
pam systemd toolchain-funcs
 
 DESCRIPTION="System Security Services Daemon provides access to identity and 
authentication"
 HOMEPAGE="https://github.com/SSSD/sssd;
-SRC_URI="https://github.com/SSSD/sssd/releases/download/${PN}-${PV//./_}/${P}.tar.gz;
+SRC_URI="https://github.com/SSSD/sssd/releases/download/${PV}/${P}.tar.gz;
 SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-CVE-2021-3621.patch.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
-IUSE="acl doc +locator +netlink nfsv4 nls +man pac python samba selinux sudo 
systemd test valgrind"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="acl doc +locator +netlink nfsv4 nls +man pac python samba selinux sudo 
systemd systemtap test valgrind"
 RESTRICT="!test? ( test )"
 
-REQUIRED_USE="pac? ( samba )
-   python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   pac? ( samba )
+   test? ( sudo )
+   valgrind? ( test )"
 
-DEPEND="
-   >=app-crypt/mit-krb5-1.10.3
+BDEPEND=">=sys-devel/autoconf-2.69-r5
+   virtual/pkgconfig
+   ${PYTHON_DEPS}
+   doc? ( app-doc/doxygen )
+   test? (
+   dev-libs/check
+   dev-libs/softhsm:2
+   dev-util/cmocka
+   net-libs/gnutls[pkcs11,tools]
+   sys-libs/libfaketime
+   sys-libs/nss_wrapper
+   sys-libs/pam_wrapper
+   sys-libs/uid_wrapper
+   valgrind? ( dev-util/valgrind )
+   )
+   man? (
+   app-text/docbook-xml-dtd:4.4
+   >=dev-libs/libxslt-1.1.26
+   nls? ( app-text/po4a )
+   )"
+

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

2021-09-18 Thread Sam James
commit: 0fd94449ab622b0de7e70b8c47cada64dd0349e7
Author: Jeremi Piotrowski  microsoft  com>
AuthorDate: Tue Aug 24 13:26:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 18 23:43:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd94449

sys-auth/sssd: add patch for CVE-2021-3621 for 2.3.1

This is a backport of https://github.com/SSSD/sssd/pull/5748 adapted to 2.3.1.
A change was necessary: src/tools/sssctl/sssctl_logs.c wasn't passing
'--no-create' to truncate in 2.3.1 yet.

[sam@: moved file to devspace due to patch size]

Bug: https://bugs.gentoo.org/808911
Signed-off-by: Jeremi Piotrowski  microsoft.com>
Closes: https://github.com/gentoo/gentoo/pull/22159
Signed-off-by: Sam James  gentoo.org>

 sys-auth/sssd/Manifest |   1 +
 sys-auth/sssd/sssd-2.3.1-r3.ebuild | 290 +
 2 files changed, 291 insertions(+)

diff --git a/sys-auth/sssd/Manifest b/sys-auth/sssd/Manifest
index 3143bfe9821..cb3f830192c 100644
--- a/sys-auth/sssd/Manifest
+++ b/sys-auth/sssd/Manifest
@@ -1,2 +1,3 @@
+DIST sssd-2.3.1-CVE-2021-3621.patch.bz2 3174 BLAKE2B 
201c51fff92dd17d9517834e59a12422850ee3c5aab1efff51bcdc5b82521516589271222b6be36d12da2a388d122d37e9f455d593f22551ba9ea58ead694b49
 SHA512 
faffe46b710e3f8b2db54fc4f637b176b72f6bc31a2d5d1cae7a5ffc81609c4faa5decee1d6db4b2bf87451677c8eda068e153e38755f013afbce982daf58f65
 DIST sssd-2.3.1.tar.gz 7186526 BLAKE2B 
6d630fe75b9b426ef54adbe1704fde8e01fc34df7861028c07ce2985db8a151ce743d633061386fea6460fe8eabb89242b816d4bac87975bb9b7b2064ad1d547
 SHA512 
6aeb52d5222c5992d581296996749327bcaf276e4eb4413a6a32ea6529343432cfe413006aca4245c19b38b515be1c4c2ef88a157c617d889274179253355bc6
 DIST sssd-2.5.2.tar.gz 7579208 BLAKE2B 
ec5d9aeaf5b5e05b56c01f9137f6f24db05544dbd48458d742285b60e7beb6d48af865f3415e11ce89e187f4643bbecf15bbb321859ec80cfe458eb781cea6c9
 SHA512 
a9bac7b2cc23022dce3bcda314c9c26a0a0914c448f6d5a51c5ba18670f04c1fd1a94cb20173235b6285df1dcc9251cb6b3f3e71a220037b4eb8e6f33c48

diff --git a/sys-auth/sssd/sssd-2.3.1-r3.ebuild 
b/sys-auth/sssd/sssd-2.3.1-r3.ebuild
new file mode 100644
index 000..4df7454beca
--- /dev/null
+++ b/sys-auth/sssd/sssd-2.3.1-r3.ebuild
@@ -0,0 +1,290 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit autotools flag-o-matic linux-info multilib-minimal python-single-r1 
pam systemd toolchain-funcs
+
+DESCRIPTION="System Security Services Daemon provides access to identity and 
authentication"
+HOMEPAGE="https://github.com/SSSD/sssd;
+SRC_URI="https://github.com/SSSD/sssd/releases/download/${PN}-${PV//./_}/${P}.tar.gz;
+SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-CVE-2021-3621.patch.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
+IUSE="acl doc +locator +netlink nfsv4 nls +man pac python samba selinux sudo 
systemd test valgrind"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="pac? ( samba )
+   python? ( ${PYTHON_REQUIRED_USE} )"
+
+DEPEND="
+   >=app-crypt/mit-krb5-1.10.3
+   app-crypt/p11-kit
+   >=dev-libs/ding-libs-0.2
+   dev-libs/glib:2
+   >=dev-libs/cyrus-sasl-2.1.25-r3[kerberos]
+   >=dev-libs/libpcre-8.30:=
+   >=dev-libs/popt-1.16
+   >=dev-libs/openssl-1.0.2:0=
+   >=net-dns/bind-tools-9.9[gssapi]
+   >=net-dns/c-ares-1.7.4
+   >=net-nds/openldap-2.4.30[sasl]
+   >=sys-apps/dbus-1.6
+   >=sys-apps/keyutils-1.5:=
+   >=sys-libs/pam-0-r1[${MULTILIB_USEDEP}]
+   >=sys-libs/talloc-2.0.7
+   >=sys-libs/tdb-1.2.9
+   >=sys-libs/tevent-0.9.16
+   >=sys-libs/ldb-1.1.17-r1:=
+   virtual/libintl
+   locator? (
+   >=app-crypt/mit-krb5-1.12.2[${MULTILIB_USEDEP}]
+   >=net-dns/c-ares-1.10.0-r1[${MULTILIB_USEDEP}]
+   )
+   acl? ( net-fs/cifs-utils[acl] )
+   netlink? ( dev-libs/libnl:3 )
+   nfsv4? ( || ( >=net-fs/nfs-utils-2.3.1-r2 net-libs/libnfsidmap ) )
+   nls? ( >=sys-devel/gettext-0.18 )
+   pac? (
+   app-crypt/mit-krb5[${MULTILIB_USEDEP}]
+   net-fs/samba
+   )
+   python? ( ${PYTHON_DEPS} )
+   samba? ( >=net-fs/samba-4.10.2[winbind] )
+   selinux? (
+   >=sys-libs/libselinux-2.1.9
+   >=sys-libs/libsemanage-2.1
+   )
+   systemd? (
+   dev-libs/jansson:0=
+   net-libs/http-parser:0=
+   net-misc/curl:0=
+   )"
+RDEPEND="${DEPEND}
+   >=sys-libs/glibc-2.17[nscd]
+   selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 )"
+BDEPEND=">=sys-devel/autoconf-2.69-r5
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   test? (
+   dev-libs/check
+   dev-libs/softhsm:2
+   dev-util/cmocka
+   net-libs/gnutls[pkcs11,tools]
+

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

2021-09-18 Thread Sam James
commit: f8d36558125b5af51b5334977a8df873a327b0d6
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 18 23:45:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 18 23:45:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8d36558

sys-auth/sssd: drop unused flag-o-matic

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

 sys-auth/sssd/sssd-2.3.1-r2.ebuild | 2 +-
 sys-auth/sssd/sssd-2.3.1-r3.ebuild | 2 +-
 sys-auth/sssd/sssd-2.5.2-r1.ebuild | 2 +-
 sys-auth/sssd/sssd-2.5.2.ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-auth/sssd/sssd-2.3.1-r2.ebuild 
b/sys-auth/sssd/sssd-2.3.1-r2.ebuild
index 776c078d1d3..6ecd0e166c3 100644
--- a/sys-auth/sssd/sssd-2.3.1-r2.ebuild
+++ b/sys-auth/sssd/sssd-2.3.1-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-inherit autotools flag-o-matic linux-info multilib-minimal python-single-r1 
pam systemd toolchain-funcs
+inherit autotools linux-info multilib-minimal python-single-r1 pam systemd 
toolchain-funcs
 
 DESCRIPTION="System Security Services Daemon provides access to identity and 
authentication"
 HOMEPAGE="https://github.com/SSSD/sssd;

diff --git a/sys-auth/sssd/sssd-2.3.1-r3.ebuild 
b/sys-auth/sssd/sssd-2.3.1-r3.ebuild
index cd2099011aa..3f70659ea8f 100644
--- a/sys-auth/sssd/sssd-2.3.1-r3.ebuild
+++ b/sys-auth/sssd/sssd-2.3.1-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-inherit autotools flag-o-matic linux-info multilib-minimal python-single-r1 
pam systemd toolchain-funcs
+inherit autotools linux-info multilib-minimal python-single-r1 pam systemd 
toolchain-funcs
 
 DESCRIPTION="System Security Services Daemon provides access to identity and 
authentication"
 HOMEPAGE="https://github.com/SSSD/sssd;

diff --git a/sys-auth/sssd/sssd-2.5.2-r1.ebuild 
b/sys-auth/sssd/sssd-2.5.2-r1.ebuild
index b00af4ba567..6f4a3307f99 100644
--- a/sys-auth/sssd/sssd-2.5.2-r1.ebuild
+++ b/sys-auth/sssd/sssd-2.5.2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{8..10} )
 
-inherit autotools flag-o-matic linux-info multilib-minimal python-single-r1 
pam systemd toolchain-funcs
+inherit autotools linux-info multilib-minimal python-single-r1 pam systemd 
toolchain-funcs
 
 DESCRIPTION="System Security Services Daemon provides access to identity and 
authentication"
 HOMEPAGE="https://github.com/SSSD/sssd;

diff --git a/sys-auth/sssd/sssd-2.5.2.ebuild b/sys-auth/sssd/sssd-2.5.2.ebuild
index 4759c47cccd..9c003fca855 100644
--- a/sys-auth/sssd/sssd-2.5.2.ebuild
+++ b/sys-auth/sssd/sssd-2.5.2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{8..10} )
 
-inherit autotools flag-o-matic linux-info multilib-minimal python-single-r1 
pam systemd toolchain-funcs
+inherit autotools linux-info multilib-minimal python-single-r1 pam systemd 
toolchain-funcs
 
 DESCRIPTION="System Security Services Daemon provides access to identity and 
authentication"
 HOMEPAGE="https://github.com/SSSD/sssd;



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

2021-09-18 Thread James Le Cuirot
commit: cc0a525e9480ee93ccc6c06cde2ade0ce9bfcb46
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Sep 17 22:33:28 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Sep 18 22:41:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0a525e

app-shells/gentoo-bashcomp: Keyword 20190211 for ~m68k

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

 app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild 
b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild
index 545a344deb4..6c802bbf31f 100644
--- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild
+++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris"
 
 src_install() {
emake DESTDIR="${D}" install \



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

2021-09-18 Thread James Le Cuirot
commit: e44152e511b98a6d1f1d5576e1b9e26a1373bbe3
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Sep 17 22:35:35 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Sep 18 22:43:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44152e5

profiles: Drop bash-completion USE mask on m68k

It's been keyworded and it works.

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

 profiles/arch/m68k/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
index be156ba36b6..c112635 100644
--- a/profiles/arch/m68k/use.mask
+++ b/profiles/arch/m68k/use.mask
@@ -88,7 +88,6 @@ octave
 bluetooth
 lqr
 policykit
-bash-completion
 latex
 nettle
 systemd



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

2021-09-18 Thread James Le Cuirot
commit: d1e3fc61c5e5a261172877f36589b0a7bd84ce00
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Sep 17 22:34:05 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Sep 18 22:42:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e3fc61

app-shells/bash-completion: Keyword 2.11 for ~m68k

5 tests failed but 1231 passed. At least some failures were down to
flawed tests.

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

 app-shells/bash-completion/bash-completion-2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash-completion/bash-completion-2.11.ebuild 
b/app-shells/bash-completion/bash-completion-2.11.ebuild
index c3387f61f11..36c924cea3a 100644
--- a/app-shells/bash-completion/bash-completion-2.11.ebuild
+++ b/app-shells/bash-completion/bash-completion-2.11.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris"
 IUSE="+eselect test"
 RESTRICT="!test? ( test )"
 



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

2021-09-18 Thread James Le Cuirot
commit: 68621a041f7a15b7b956aac7b42a3ed5a5d86459
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Sep 17 22:39:38 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Sep 18 22:43:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68621a04

profiles: Tidy miscellaneous USE masks on m68k

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

 profiles/arch/m68k/use.mask | 90 +
 1 file changed, 42 insertions(+), 48 deletions(-)

diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
index c112635..928ba43c6c7 100644
--- a/profiles/arch/m68k/use.mask
+++ b/profiles/arch/m68k/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -m68k
 
+# James Le Cuirot  (2021-09-17)
+# Ruby just crashes on startup.
+ruby
+
 # Andreas K. Hüttel  (2021-08-22)
 # app-arch/zstd is broken
 zstd
@@ -41,59 +45,11 @@ elogind
 # Unmask as this profile is big endian.
 -big-endian
 
-hardened
-
 # Paul de Vrieze 
 # There is no java in this profile (if there is it must be available). Without
 # this repoman will fail on apps like sys-libs/db
 java
 
-# see email to gentoo-dev with subject "use.mask and PHP5's crazy IUSE"
-# Dated Sat, 31 Jul 2004 14:49:28 -0700, from robb...@gentoo.org
-# all of these are binary-only, and not presently available on this
-# architecture.
-php
-djbfft
-qdbm
-
-emacs
-xemacs
-
-gnome-keyring
-afs
-tcl
-tk
-ldap
-slang
-diet
-gtk
-mono
-cairo
-svg
-X
-mysql
-samba
-dbus
-xpm
-ruby
-ocaml
-guile
-lua
-djvu
-nss
-diet
-emf
-R
-octave
-bluetooth
-lqr
-policykit
-latex
-nettle
-systemd
-tk
-clang
-
 # USE=audit masked prior to testing on alpha, arm, hppa, ppc64, s390, sh.
 # Bug #184563, (2007-09-18)
 # Robin H. Johnson 
@@ -116,3 +72,41 @@ unwind
 
 # sys-libs/libseccomp has not been ported to this arch yet #524148
 seccomp
+
+afs
+bluetooth
+cairo
+clang
+dbus
+diet
+djbfft
+djvu
+emacs
+emf
+gnome-keyring
+gtk
+guile
+hardened
+latex
+ldap
+lqr
+lua
+mono
+mysql
+nettle
+nss
+ocaml
+octave
+php
+policykit
+qdbm
+R
+samba
+slang
+svg
+systemd
+tcl
+tk
+X
+xemacs
+xpm



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

2021-09-18 Thread Anthony G. Basile
commit: 618f335d5f4cfcc2168e283c6a3c9ea9978dd8aa
Author: Dmitry Baranov  gmail  com>
AuthorDate: Thu Sep 16 12:14:32 2021 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Sep 18 22:24:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618f335d

dev-libs/libcgroup: add 2.0

Closes: https://bugs.gentoo.org/813375
Signed-off-by: Dmitry Baranov  gmail.com>
Signed-off-by: Anthony G. Basile  gentoo.org>

 dev-libs/libcgroup/Manifest |  1 +
 dev-libs/libcgroup/libcgroup-2.0.ebuild | 98 +
 2 files changed, 99 insertions(+)

diff --git a/dev-libs/libcgroup/Manifest b/dev-libs/libcgroup/Manifest
index 368f0cd8bec..b9417a00e1e 100644
--- a/dev-libs/libcgroup/Manifest
+++ b/dev-libs/libcgroup/Manifest
@@ -1 +1,2 @@
 DIST libcgroup-0.41.tar.bz2 500120 BLAKE2B 
3410b430aa58613b5b9abedba05bef99b1b8a1fd619d55fb446ab951e052a336efc918879217055bceee886a03d97c3ff46028a87e8231212653a886cfb80521
 SHA512 
1aedb02cd2ce3bc2e2a328a247a92976ad0978ca4d3aee4eb671fbcc6bb270348efc78dcf84f27fc500f8bfb9bb57c7d6e4d429ef2bc69e4e5118b7cd895a6bd
+DIST libcgroup-2.0.tar.bz2 953191 BLAKE2B 
d4fe008a51a4f90047210a3c8e4ce48b1c4a126111ccc7fe919404b1782ea764404894a43a651e0d6b2674d02fb031cb56cf7a689c57600d856c03536524bb63
 SHA512 
b2c5d1128536bf49782415df2d1530cf48bdb287e5d2abdee68f9fa780d995d9bae79f97da5f0c437130d66054c96301b319cd1631a3b0efbc5bfe1e3414dc4b

diff --git a/dev-libs/libcgroup/libcgroup-2.0.ebuild 
b/dev-libs/libcgroup/libcgroup-2.0.ebuild
new file mode 100644
index 000..674b3f6e390
--- /dev/null
+++ b/dev-libs/libcgroup/libcgroup-2.0.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic linux-info pam systemd
+
+DESCRIPTION="Tools and libraries to configure and manage kernel control groups"
+HOMEPAGE="https://github.com/libcgroup/libcgroup;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+daemon elibc_musl pam static-libs test +tools"
+REQUIRED_USE="daemon? ( tools )"
+
+# Use mount cgroup to build directory
+# sandbox restricted to trivial build,
+RESTRICT="test"
+
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+   elibc_musl? ( sys-libs/fts-standalone )
+"
+DEPEND="pam? ( sys-libs/pam )"
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+   local CONFIG_CHECK="~CGROUPS"
+   if use daemon; then
+   CONFIG_CHECK="${CONFIG_CHECK} ~CONNECTOR ~PROC_EVENTS"
+   fi
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # Change rules file location
+   find src -name *.c -o -name *.h \
+   | xargs sed -i '/^#define/s:/etc/cg:/etc/cgroup/cg:'
+   sed -i 's:/etc/cg:/etc/cgroup/cg:' \
+   doc/man/cg* samples/*.conf README* || die "sed failed"
+
+   # Drop native libcgconfig init config
+   sed -i '/^man_MANS/s:cgred.conf.5::' \
+   doc/man/Makefile.am || die "sed failed"
+
+   # If we're not running tests, don't bother building them.
+   if ! use test; then
+   sed -i '/^SUBDIRS/s:tests::' Makefile.am || die
+   fi
+
+   eautoreconf
+}
+
+src_configure() {
+   local my_conf
+
+   if use pam; then
+   my_conf=" --enable-pam-module-dir=$(getpam_mod_dir) "
+   fi
+
+   use elibc_musl && append-ldflags "-lfts"
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable daemon) \
+   $(use_enable pam) \
+   $(use_enable tools) \
+   ${my_conf}
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+
+   insinto /etc/cgroup
+   doins samples/cgconfig.conf
+   doins samples/cgrules.conf
+   doins samples/cgsnapshot_blacklist.conf
+
+   keepdir /etc/cgroup/cgconfig.d
+   keepdir /etc/cgroup/cgrules.d
+
+   if use tools; then
+   newconfd "${FILESDIR}"/cgconfig.confd-r1 cgconfig
+   newinitd "${FILESDIR}"/cgconfig.initd-r1 cgconfig
+   systemd_dounit "${FILESDIR}"/cgconfig.service
+   systemd_dounit "${FILESDIR}"/cgrules.service
+   fi
+
+   if use daemon; then
+   newconfd "${FILESDIR}"/cgred.confd-r2 cgred
+   newinitd "${FILESDIR}"/cgred.initd-r1 cgred
+   fi
+}



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

2021-09-18 Thread Matt Turner
commit: f90ac4b452f03e179d002631713c36a0e02f00ec
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 18 22:15:05 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 18 22:16:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90ac4b4

dev-util/catalyst: Depend on sys-fs/mtools on amd64

Closes: https://bugs.gentoo.org/813714
Signed-off-by: Matt Turner  gentoo.org>

 dev-util/catalyst/catalyst-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/catalyst/catalyst-.ebuild 
b/dev-util/catalyst/catalyst-.ebuild
index f32567cf665..b00c806fd8f 100644
--- a/dev-util/catalyst/catalyst-.ebuild
+++ b/dev-util/catalyst/catalyst-.ebuild
@@ -50,6 +50,7 @@ RDEPEND="
 
amd64? (

sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64]
+   sys-fs/mtools
)
arm64?  (
sys-boot/grub[grub_platforms_efi-64]



[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2021-09-18 Thread Conrad Kostecki
commit: f0202c6f197c55f95c642377b04cc46442c5fd9a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Sep 18 22:07:33 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Sep 18 22:09:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0202c6f

games-fps/eduke32: drop old version

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 games-fps/eduke32/Manifest |   1 -
 games-fps/eduke32/eduke32-20210805.9498.ebuild | 219 -
 2 files changed, 220 deletions(-)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index 94cdaf99c27..ebe182f1cc4 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -5,5 +5,4 @@ DIST duke3d_psx-1.11.zip 7636016 BLAKE2B 
63094c0eb2343e443f98844675ddc23a138d87c
 DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997680ff7550973ed9741e62e78f9a099c1a13f65eaa133076d6551fcdfbf34e28ff59f2ad59f91ece98753e7d39523
 SHA512 
4b55dcc192cb2aa8830250fd222664272176bea8f6c6e4ac6d488abfecb1332b5793986c164fde78901904e2bde37e6ee4aa020c5eb578002de8f6102f44df15
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
-DIST eduke32_src_20210805-9498-54ac18bcf.tar.xz 20099028 BLAKE2B 
cae770fde1eda2d862d4483f8cc9d51bc800202752c0e666fb625a9d688b51efaae6d0d841767e36acacf78b675382c418d33d4f9a80778d33b1ac4d75281ee8
 SHA512 
a4cb0b56019207f61dfc092497082f5a4fb93a5ff76ab4cd9d76a9b7d3254ccf0be835052660e2243b067352514c38e83bb49c35cb098b70c5e4f5a33d952516
 DIST eduke32_src_20210917-9605-71c5ce090.tar.xz 20110232 BLAKE2B 
e6cfcda18f6e71a6ef3f1dffcdeebce9b8e261ef0744feb3b3fe5b83caba7b3a355f98b64d051fd174d690c98c36b78edb660765d8ecd147517229f335b60bf8
 SHA512 
b0a03174f53d3932ad9ca5f5c04413dc434e8234a56a0d9acf9b22afb3d2ddc380b9797928f68dde317d1fffefee6ad80e60f385e70be1f7628ca264f36536df

diff --git a/games-fps/eduke32/eduke32-20210805.9498.ebuild 
b/games-fps/eduke32/eduke32-20210805.9498.ebuild
deleted file mode 100644
index c781946c5fb..000
--- a/games-fps/eduke32/eduke32-20210805.9498.ebuild
+++ /dev/null
@@ -1,219 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop toolchain-funcs xdg-utils
-
-EGIT_COMMIT="54ac18bcf"
-MY_BUILD="$(ver_cut 2)"
-MY_DATE="$(ver_cut 1)"
-MY_PV_HRP="5.4"
-MY_PV_OFFENSIVE_XXX="1.33"
-MY_PV_OPL="2.01"
-MY_PV_PSX="1.11"
-MY_PV_SC55="4.02"
-MY_PV_VOXELS="1.21"
-
-DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
-HOMEPAGE="http://www.eduke32.com/;
-SRC_URI="
-   
http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}/${PN}_src_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}.tar.xz
-   https://www.eduke32.com/images/eduke32_classic.png
-   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
duke3d_hrp-${MY_PV_HRP}.zip )
-   offensive? ( 
http://www.duke4.org/files/nightfright/related/duke3d_xxx.zip -> 
duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip )
-   opl? ( 
https://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> duke3d_musopl-${MY_PV_OPL}.zip )
-   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
duke3d_psx-${MY_PV_PSX}.zip )
-   sc-55? ( 
http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip -> 
duke3d_music-sc55-${MY_PV_SC55}.zip )
-   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> duke3d_voxels-${MY_PV_VOXELS}.zip )
-"
-
-LICENSE="BUILDLIC GPL-2 HRP"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="duke3d fluidsynth gtk hrp offensive opengl opl png psx sc-55 server sdk 
timidity tools voidsw voxels vpx xmp"
-REQUIRED_USE="
-   hrp? ( duke3d !voxels )
-   offensive? ( duke3d )
-   opl? ( duke3d !sc-55 )
-   psx? ( duke3d )
-   sc-55? ( duke3d !opl )
-   voxels? ( !hrp )
-   vpx? ( opengl )
-"
-
-# There are no tests,
-# instead it tries to build a test game, which does not compile
-RESTRICT="bindist test"
-
-S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}"
-
-RDEPEND="
-   media-libs/flac
-   media-libs/libogg
-   media-libs/libsdl2[alsa,joystick,opengl?,sound,video]
-   media-libs/libvorbis
-   media-libs/sdl2-mixer[flac,fluidsynth?,midi,timidity?,vorbis]
-   sys-libs/zlib
-   

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

2021-09-18 Thread Conrad Kostecki
commit: 27cd6e0acf0b629511f7249d9e45b900d0a55d1f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Sep 18 21:49:41 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Sep 18 22:09:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cd6e0a

app-benchmarks/stress-ng: bump to version 0.13.03

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-benchmarks/stress-ng/Manifest |  1 +
 app-benchmarks/stress-ng/stress-ng-0.13.03.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index 620d6c495f1..5b1474cb828 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1 +1,2 @@
 DIST stress-ng-0.13.01.tar.xz 575108 BLAKE2B 
186a4b767c58ccf6b45c09058d35c226289be1052fe1c0ac648375fdc0d83c90249efbbcf06e639c164c2fa60b25c46f684e57f93bf28b03d7512ee852a0e236
 SHA512 
aba62780f20f675b310eb8762dcbefb47b6d3d9a4b2c8148d99a72533af40703160ed0d2153113eff6665f148b2abc8e102cd1137b0225794a2db1b2ba3efb4d
+DIST stress-ng-0.13.03.tar.xz 578220 BLAKE2B 
b40e11a1a338de70f040fb3b0997f0fd101e00708c92c9137528c3c6914ce15251a06579df38d532b96e47149b0c39bc92e878ba53225f9a01e397d3376eff00
 SHA512 
78b05948b5a8622faba8ffb54f08a81c5ad31fcbbf060a95addaf4a5ec1605d3f190b1aebaa4b2b54315525e248289dcdbf16fdcf8395678fb33e74b22b0e7eb

diff --git a/app-benchmarks/stress-ng/stress-ng-0.13.03.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.13.03.ebuild
new file mode 100644
index 000..309cd350a1c
--- /dev/null
+++ b/app-benchmarks/stress-ng/stress-ng-0.13.03.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit optfeature toolchain-funcs
+
+DESCRIPTION="Stress test for a computer system with various selectable ways"
+HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/;
+SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+   dev-libs/libaio
+   dev-libs/libbsd
+   dev-libs/libgcrypt:0=
+   sys-apps/attr
+   sys-apps/keyutils:=
+   sys-libs/libcap
+   sys-libs/zlib
+   virtual/libcrypt:=
+"
+
+RDEPEND="${DEPEND}"
+
+DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )
+
+src_compile() {
+   export MAN_COMPRESS=0
+   export VERBOSE=1
+   tc-export CC
+
+   default
+}
+
+pkg_postinst() {
+   optfeature "AppArmor support" sys-libs/libapparmor
+   optfeature "SCTP support" net-misc/lksctp-tools
+}



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

2021-09-18 Thread Conrad Kostecki
commit: dc8b321303c1edfbf8ca10c4aff9219901dcffb4
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Sep 18 21:50:43 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Sep 18 22:09:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8b3213

app-benchmarks/stress-ng: drop old version

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-benchmarks/stress-ng/Manifest |  1 -
 app-benchmarks/stress-ng/stress-ng-0.13.01.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index 5b1474cb828..d42cf5eecb0 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1,2 +1 @@
-DIST stress-ng-0.13.01.tar.xz 575108 BLAKE2B 
186a4b767c58ccf6b45c09058d35c226289be1052fe1c0ac648375fdc0d83c90249efbbcf06e639c164c2fa60b25c46f684e57f93bf28b03d7512ee852a0e236
 SHA512 
aba62780f20f675b310eb8762dcbefb47b6d3d9a4b2c8148d99a72533af40703160ed0d2153113eff6665f148b2abc8e102cd1137b0225794a2db1b2ba3efb4d
 DIST stress-ng-0.13.03.tar.xz 578220 BLAKE2B 
b40e11a1a338de70f040fb3b0997f0fd101e00708c92c9137528c3c6914ce15251a06579df38d532b96e47149b0c39bc92e878ba53225f9a01e397d3376eff00
 SHA512 
78b05948b5a8622faba8ffb54f08a81c5ad31fcbbf060a95addaf4a5ec1605d3f190b1aebaa4b2b54315525e248289dcdbf16fdcf8395678fb33e74b22b0e7eb

diff --git a/app-benchmarks/stress-ng/stress-ng-0.13.01.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.13.01.ebuild
deleted file mode 100644
index 309cd350a1c..000
--- a/app-benchmarks/stress-ng/stress-ng-0.13.01.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit optfeature toolchain-funcs
-
-DESCRIPTION="Stress test for a computer system with various selectable ways"
-HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/;
-SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-DEPEND="
-   dev-libs/libaio
-   dev-libs/libbsd
-   dev-libs/libgcrypt:0=
-   sys-apps/attr
-   sys-apps/keyutils:=
-   sys-libs/libcap
-   sys-libs/zlib
-   virtual/libcrypt:=
-"
-
-RDEPEND="${DEPEND}"
-
-DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )
-
-src_compile() {
-   export MAN_COMPRESS=0
-   export VERBOSE=1
-   tc-export CC
-
-   default
-}
-
-pkg_postinst() {
-   optfeature "AppArmor support" sys-libs/libapparmor
-   optfeature "SCTP support" net-misc/lksctp-tools
-}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pl/

2021-09-18 Thread Conrad Kostecki
commit: d986da78947888e79ecd85bf6681ba26a4c295ed
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Sep 18 22:09:06 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Sep 18 22:09:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d986da78

app-dicts/aspell-pl: drop old version

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-dicts/aspell-pl/Manifest|  1 -
 app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/app-dicts/aspell-pl/Manifest b/app-dicts/aspell-pl/Manifest
index 4b35357a3c2..17204d4a3d6 100644
--- a/app-dicts/aspell-pl/Manifest
+++ b/app-dicts/aspell-pl/Manifest
@@ -1,2 +1 @@
-DIST sjp-aspell6-pl-6.0_20210216-0.tar.bz2 640441 BLAKE2B 
edce2332824cde13897002849d3c241b5aa1d46d1f6f6f67c419a995474999bd270aa32add7647ea521304b32ef6c2283e245b1189683b629ba54b2a6326d011
 SHA512 
22f2dbfe77a3fa69953215117a5951d4d6f029134295a7fd765339f6574ffbc0f19ff448411992c8876e56069471e2874becd6e57769d7fd40b0e804853e4614
 DIST sjp-aspell6-pl-6.0_20210731-0.tar.bz2 639979 BLAKE2B 
52a0c1a2f8c7a260dc99acb52371bde4efcd3ac5327dbf668c099cfc071b4e0ced8f747b6136d69e750efa56c4e6ef85f9f8582947afecca68de53d0b8d07597
 SHA512 
e72bc953e9da7571d167423ad1cf46327f0be46fab7421f57c5d3250bffc506c7e6cc9957bf340bb03884725617b110af5cd4f5219ee42f1f2f8709a4329cc6d

diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild 
b/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild
deleted file mode 100644
index cd5d5eccaae..000
--- a/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Polish"
-ASPELL_VERSION=6
-
-inherit aspell-dict-r1
-
-HOMEPAGE="https://sjp.pl/slownik/en/;
-
-MY_P="sjp-${PN/aspell/aspell6}-$(ver_rs 2 _ 3 -)"
-SRC_URI="https://sjp.pl/slownik/ort/${MY_P}.tar.bz2;
-S="${WORKDIR}/${MY_P/sjp-/}"
-
-LICENSE="Apache-2.0 CC-BY-4.0 GPL-2 LGPL-2.1 MPL-1.1 "
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2021-09-18 Thread Conrad Kostecki
commit: 186c385d4a8f48accae1e9b494f25fc10245fa2f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Sep 18 22:06:38 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Sep 18 22:09:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186c385d

games-fps/eduke32: bump to version 20210917.9605

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 games-fps/eduke32/Manifest |   1 +
 games-fps/eduke32/eduke32-20210917.9605.ebuild | 219 +
 2 files changed, 220 insertions(+)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index 2b45f6c9e8e..94cdaf99c27 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -6,3 +6,4 @@ DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
 DIST eduke32_src_20210805-9498-54ac18bcf.tar.xz 20099028 BLAKE2B 
cae770fde1eda2d862d4483f8cc9d51bc800202752c0e666fb625a9d688b51efaae6d0d841767e36acacf78b675382c418d33d4f9a80778d33b1ac4d75281ee8
 SHA512 
a4cb0b56019207f61dfc092497082f5a4fb93a5ff76ab4cd9d76a9b7d3254ccf0be835052660e2243b067352514c38e83bb49c35cb098b70c5e4f5a33d952516
+DIST eduke32_src_20210917-9605-71c5ce090.tar.xz 20110232 BLAKE2B 
e6cfcda18f6e71a6ef3f1dffcdeebce9b8e261ef0744feb3b3fe5b83caba7b3a355f98b64d051fd174d690c98c36b78edb660765d8ecd147517229f335b60bf8
 SHA512 
b0a03174f53d3932ad9ca5f5c04413dc434e8234a56a0d9acf9b22afb3d2ddc380b9797928f68dde317d1fffefee6ad80e60f385e70be1f7628ca264f36536df

diff --git a/games-fps/eduke32/eduke32-20210917.9605.ebuild 
b/games-fps/eduke32/eduke32-20210917.9605.ebuild
new file mode 100644
index 000..4349e3c0f31
--- /dev/null
+++ b/games-fps/eduke32/eduke32-20210917.9605.ebuild
@@ -0,0 +1,219 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop toolchain-funcs xdg-utils
+
+EGIT_COMMIT="71c5ce090"
+MY_BUILD="$(ver_cut 2)"
+MY_DATE="$(ver_cut 1)"
+MY_PV_HRP="5.4"
+MY_PV_OFFENSIVE_XXX="1.33"
+MY_PV_OPL="2.01"
+MY_PV_PSX="1.11"
+MY_PV_SC55="4.02"
+MY_PV_VOXELS="1.21"
+
+DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
+HOMEPAGE="http://www.eduke32.com/;
+SRC_URI="
+   
http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}/${PN}_src_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}.tar.xz
+   https://www.eduke32.com/images/eduke32_classic.png
+   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
duke3d_hrp-${MY_PV_HRP}.zip )
+   offensive? ( 
http://www.duke4.org/files/nightfright/related/duke3d_xxx.zip -> 
duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip )
+   opl? ( 
https://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> duke3d_musopl-${MY_PV_OPL}.zip )
+   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
duke3d_psx-${MY_PV_PSX}.zip )
+   sc-55? ( 
http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip -> 
duke3d_music-sc55-${MY_PV_SC55}.zip )
+   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> duke3d_voxels-${MY_PV_VOXELS}.zip )
+"
+
+LICENSE="BUILDLIC GPL-2 HRP"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="duke3d fluidsynth gtk hrp offensive opengl opl png psx sc-55 server sdk 
timidity tools voidsw voxels vpx xmp"
+REQUIRED_USE="
+   hrp? ( duke3d !voxels )
+   offensive? ( duke3d )
+   opl? ( duke3d !sc-55 )
+   psx? ( duke3d )
+   sc-55? ( duke3d !opl )
+   voxels? ( !hrp )
+   vpx? ( opengl )
+"
+
+# There are no tests,
+# instead it tries to build a test game, which does not compile
+RESTRICT="bindist test"
+
+S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}"
+
+RDEPEND="
+   media-libs/flac
+   media-libs/libogg
+   media-libs/libsdl2[alsa,joystick,opengl?,sound,video]
+   media-libs/libvorbis
+   media-libs/sdl2-mixer[flac,fluidsynth?,midi,timidity?,vorbis]
+   sys-libs/zlib
+   gtk? ( x11-libs/gtk+:2 )
+   opengl? (
+   virtual/glu
+   virtual/opengl
+   )
+   png? ( media-libs/libpng:0= )
+   vpx? ( media-libs/libvpx:= )
+   xmp? ( media-libs/exempi:2= )
+"
+
+DEPEND="
+   ${RDEPEND}
+   timidity? ( media-sound/timidity++ )

[gentoo-commits] repo/gentoo:master commit in: sys-process/bottom/files/, sys-process/bottom/

2021-09-18 Thread Georgy Yakovlev
commit: 02ab510ce592341df79855dfd04ec0b1e926fcc4
Author: Randy Barlow  electronsweatshop  com>
AuthorDate: Sat Sep 18 17:54:38 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 18 22:08:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ab510c

sys-process/bottom: Update to 0.6.4

I have applied patches here to address two vulnerable dependencies[0]
and a failing test[1].

This fixes RUSTSEC-2021-0003[2] and RUSTSEC-2021-0093[3].

[0] https://github.com/ClementTsang/bottom/pull/580
[1] https://github.com/ClementTsang/bottom/pull/582
[2] https://rustsec.org/advisories/RUSTSEC-2021-0003
[3] https://rustsec.org/advisories/RUSTSEC-2021-0093

Closes: https://github.com/gentoo/gentoo/pull/22328
Signed-off-by: Randy Barlow  electronsweatshop.com>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-process/bottom/Manifest|   4 +
 sys-process/bottom/bottom-0.6.4.ebuild | 225 +
 .../files/bottom-0.6.4-RUSTSEC-2021-0003.patch |  31 +++
 .../files/bottom-0.6.4-RUSTSEC-2021-0093.patch |  31 +++
 ...eature-gate-test_default_battery_movement.patch |  41 
 sys-process/bottom/metadata.xml|   3 +
 6 files changed, 335 insertions(+)

diff --git a/sys-process/bottom/Manifest b/sys-process/bottom/Manifest
index 8140e03c302..ed5d846e852 100644
--- a/sys-process/bottom/Manifest
+++ b/sys-process/bottom/Manifest
@@ -20,6 +20,7 @@ DIST battery-0.7.8.crate 40344 BLAKE2B 
588d36a7f3050e07ccbeada47a328a474dcd647ce
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST blocking-1.0.2.crate 18571 BLAKE2B 
30e69dce433ba3c0d153275b5a56407237de93a50d7a3f9b97505b17899400f8cc8c3dede3f63fca26d5d49e88c3c9ee7ba91401061dedc41358efe24a9bf2b9
 SHA512 
f9048544161cb3098ec7362487c8df4ece972445dfc94196cc2cbe7faa2b6f3f3e5abe56310675c798636148b0b709d864fb94959d36976043886feb149adb66
 DIST bottom-0.6.3.crate 7713733 BLAKE2B 
cf5fe1d6cbdd636810874a21cd28b0239356b50e91edc03edc30d763a5669f19de7ffbcc44bbb321d15bcc9e00d6d7b4c7a8224a4cfb95c031cb1776575fe56b
 SHA512 
9e5bba4a755af4fbe0c09c1454db20a3e115204b955dd6384adfcc91f038ffa5573fc87b7b9c12d24234d6e3ac14732f1054e4b4c246414c8fd3aa66c1fbb66a
+DIST bottom-0.6.4.crate 7809199 BLAKE2B 
4fbcb7fc1053e546a3e0aeb887bbf6c68f8058f527f37354475e2fbe3353cde39abd5c1d32bbd23ff24ef896f206821959e7f67a5c26b668ed3f0b4d80787be2
 SHA512 
aa96f4204435125c0fa64337b5a473932a0841c3b830579ec28aaac80e9e79e62bf1303557a31f5141b4bb95a610aac8b4dd559978168485902f6c822361706d
 DIST bstr-0.2.15.crate 344206 BLAKE2B 
3a4f24d2a039f7aeee3b6fcbfcc2fa72f1ef8a06ff8bc039af055739436655851565a57e5a4f86a7984b00ee7598c1fbdf26f3302929f91d7efb1327fd36eb57
 SHA512 
6e464ca1aec722a283759ff6978bab1769dfc8d61aa683f8e4c59bd69c7be2fe86c5470f4c54457871c6640e2d50b6b882747ec567098eb78e62f7cb07cb93a2
 DIST byteorder-1.4.2.crate 22148 BLAKE2B 
4fd246d80ec9e0abf41a0779668d8b383098206eacbf7e16ab94a4aac39858471742934df41e20084f976a738154a97f642bebe51cb871afb2a50ff2cbdbf943
 SHA512 
f6d2bdc3fb456b3f7a99358a987bb593be027b47b06b896938a30a88d36459ec4d28be166ff8fea9b1ea468d95ad387488cc6aa8f07d0723d6a2a7d43e3617e8
 DIST cache-padded-1.1.1.crate 8798 BLAKE2B 
3f2b16f0fefcc5acf692684329e38ff59492d4c299413d25e1634ab27a59512b7453cad28b26f34f2b66db3d3c0b4b26f41df042305b7db2b8ca79d36704e8a4
 SHA512 
72c36ef2f66a097cf2fcbc06b82fa3d5451ecf2de1ee1513fbeb34c6752436109f9e453bec3aab7e1f89723c24f7c230cf4bff6caa09855402c8f92c1ccf49b5
@@ -39,6 +40,7 @@ DIST core-foundation-sys-0.8.2.crate 17461 BLAKE2B 
bafa6f6af67f55b34c20e50093a54
 DIST crc32fast-1.2.1.crate 38172 BLAKE2B 
80801a345f4c5ed8a5fd335bbf672eac1733a1c2b333dc8a8e0254338148ce7b34402201a8d2d7434dd1b057f33d99d3a8f02610ea50b54115d80bb8da28b2b0
 SHA512 
4c04236bb15a5c63b712c62652777917e947823abb20a0d0b372c850ec1c8695faa414e8de73904f1f1a296d7b00a6206cde8da404cf4cdaa2e8408e64b62b5e
 DIST crossbeam-channel-0.5.0.crate 86811 BLAKE2B 
9af4384f2b74d202971f1967887cfd0e71ddba9a6456ffbdfc80bf192d527f61242239d2eb6a0d9dcbe47be22eb414736976e6b1840c021610d96a3bf03c3d18
 SHA512 
838b433d48b84f1fea020a1d1324e366e6cdae30ef07396140f195afc45b8f705de6347d949b68ce1ed0708fe533ffaa2cfdedc9d2e6288a7325c188ccde9aa2
 DIST crossbeam-deque-0.8.0.crate 20756 BLAKE2B 
6bb602547cb0ca65552a9b981502221f1d3570422d22c867f654ba677e5c95aa5f81ed0022a498d3408c3f69291e1805b49fcfbfaff0d9a6075b75be3bf926ea
 SHA512 
4efa73dcb9ef40b841039d24ffaf9bd7c63f8c0233bba1e0728fd5558702b4ef0af117543834c527335e99384d3c80d56293e891c9d94440f51f454b1b90c399
+DIST crossbeam-deque-0.8.1.crate 20852 BLAKE2B 
0e7a2616b82c5e501c0f74935adfea3ee09db5475408be83db8f1b6faab4cd5509de2e029bdf6df90435e474ef91f3fc8d482ce3a72966b2a3bec5967666bdc4
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/

2021-09-18 Thread Sam James
commit: 76008a3a367b89beca32c5748b4b66f55a3c9756
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 18 22:06:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 18 22:06:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76008a3a

dev-qt/qtwebengine: Stabilize 5.15.2_p20210824-r1 amd64, #811441

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

 dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824-r1.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824-r1.ebuild
index b1b5dd8a07c..95f6a4ad7e5 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824-r1.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824-r1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Library for rendering dynamic web content in Qt5 
C++ and QML applic
 HOMEPAGE="https://www.qt.io/;
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
if [[ ${PV} == ${QT5_PV}_p* ]]; then
SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz;
S="${WORKDIR}/${P}"



  1   2   3   4   >