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

2021-12-16 Thread Michał Górny
commit: 2093acc5905699c7b76262a02b303d080a1760d5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 17 07:41:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 17 07:59:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2093acc5

dev-python/jsonschema: Bump to 4.3.1

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

 dev-python/jsonschema/Manifest|  1 +
 dev-python/jsonschema/jsonschema-4.3.1.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index 56a4e906ffb4..a03c23107cd4 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -1,3 +1,4 @@
 DIST jsonschema-3.2.0.tar.gz 167226 BLAKE2B 
f89a8198f6b7b4dd56b0320ddecdd834423cbeaf49fbbd1563007da61004322b92e25856ecc17b4d02e2162b2359ec5d7601826fe42cfcb7683ae16cf2baeb39
 SHA512 
acbb4cec730a8cdab9f070593ed896064fbe082d464ec362adc952e4985e9eaa12ad0f2d55a04018ffdaf675e54037999a7219533dad6b84bf609f5dfe21bbab
 DIST jsonschema-4.2.1.tar.gz 310668 BLAKE2B 
ba36be8abf0678fda773a9950f06e4d15f6a4c19fdd9f855310b80f45be1a25f44ce329c35667c4e107aab6ba381b02ff2caa305222932e2cbe733f293de82cc
 SHA512 
349993c00e663f3efa2304e60c8b75e90c012d29faa498a01d5d2a5c47ddf0485f28894fd2ddf4766f9ab91e468f4b4f24a53390c72b7a31fae37d75c6f2b774
 DIST jsonschema-4.3.0.tar.gz 311317 BLAKE2B 
6ec3d2cf05923657e9875b5f51b9356a730a7f9a1ab8e07bbf7226fdf1005f729a06c110ec52b62d12a4bba96a14dc647786398e66a6439de93fb38c02eef848
 SHA512 
3772952fb482660da86b0f71ed509ef267375a80ba2db0e4c12b9bb17f79c1f31f1a8ed2746a0bef76c620d61a63ccf967c77cc55255c7d3fe4e688dc0413b38
+DIST jsonschema-4.3.1.tar.gz 311425 BLAKE2B 
e524675d64fece5f7687d62ed043ffb35e7627c6d1f213fde3e9c2f35b929fc56b998d39e84148fe24c507361114e047540fcf23606f4d77b2bdfc0454c6d529
 SHA512 
621093b8964ea94dadd23aab7c0bbbf5eb23ae615b569278886a4213ef7adc779fddcd75cfff87e243087f788fca180f4472cd3bafe8f2f8157e30c04b5f33e7

diff --git a/dev-python/jsonschema/jsonschema-4.3.1.ebuild 
b/dev-python/jsonschema/jsonschema-4.3.1.ebuild
new file mode 100644
index ..67432d9cab8c
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-4.3.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="An implementation of JSON-Schema validation for Python"
+HOMEPAGE="https://pypi.org/project/jsonschema/ 
https://github.com/Julian/jsonschema;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   >=dev-python/pyrsistent-0.18.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_resources-1.4.0[${PYTHON_USEDEP}]
+   ' pypy3 python3_8)
+"
+
+# formatter deps
+RDEPEND+="
+   dev-python/fqdn[${PYTHON_USEDEP}]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/isoduration[${PYTHON_USEDEP}]
+   >=dev-python/jsonpointer-1.13[${PYTHON_USEDEP}]
+   dev-python/rfc3339-validator[${PYTHON_USEDEP}]
+   dev-python/rfc3986-validator[${PYTHON_USEDEP}]
+   dev-python/rfc3987[${PYTHON_USEDEP}]
+   dev-python/uritemplate[${PYTHON_USEDEP}]
+   >=dev-python/webcolors-1.11[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/twisted[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # requires pip, does not make much sense for the users
+   jsonschema/tests/test_cli.py::TestCLIIntegration::test_license
+)



[gentoo-commits] repo/gentoo:master commit in: dev-ada/libadalang-tools/

2021-12-16 Thread Alfredo Tupone
commit: d7a147465a03a490c6d156ec5fec12ce5e779695
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Dec 17 07:58:07 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Dec 17 07:58:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a14746

dev-ada/libadalang-tools: Libadalang-based development tools for Ada

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

 dev-ada/libadalang-tools/Manifest  |  1 +
 .../libadalang-tools-22.0.0.ebuild | 35 ++
 dev-ada/libadalang-tools/metadata.xml  |  7 +
 3 files changed, 43 insertions(+)

diff --git a/dev-ada/libadalang-tools/Manifest 
b/dev-ada/libadalang-tools/Manifest
new file mode 100644
index ..57faecc3da70
--- /dev/null
+++ b/dev-ada/libadalang-tools/Manifest
@@ -0,0 +1 @@
+DIST libadalang-tools-22.0.0.tar.gz 892619 BLAKE2B 
5ba3cc91c0cd251ade396eda1d8de4244712905ef33ec9bb68a76ab20908d4034b78989dc051b2e47a2fd37e41ae49bf46b1459a74742205750c8a60697e27cc
 SHA512 
c9028428379e68644dee140b76c6806b15561484bdc77a8c85c88c1ae4de512b6252f41b415fe767c5c7ae533fba1583e075620bd222a7be240d6cd1130d25bd

diff --git a/dev-ada/libadalang-tools/libadalang-tools-22.0.0.ebuild 
b/dev-ada/libadalang-tools/libadalang-tools-22.0.0.ebuild
new file mode 100644
index ..6562088f4a50
--- /dev/null
+++ b/dev-ada/libadalang-tools/libadalang-tools-22.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ADA_COMPAT=( gnat_202{0,1} )
+inherit ada multiprocessing
+
+DESCRIPTION="Libadalang-based tools: gnatpp, gnatmetric and gnatstub"
+HOMEPAGE="https://www.adacore.com/community;
+SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="test"
+
+RDEPEND="${ADA_DEPS}"
+DEPEND="${RDEPEND}
+   dev-ada/libadalang[${ADA_USEDEP},static-libs]"
+BDEPEND="dev-ada/gprbuild[${ADA_USEDEP}]"
+
+src_compile() {
+   gprbuild -v -k -XLIBRARY_TYPE=static -XXMLADA_BUILD=static \
+   -XBUILD_MODE=dev -XLALTOOLS_SET=all -P src/build.gpr -p \
+   -j$(makeopts_jobs) || die
+}
+
+src_install() {
+   dobin bin/gnat{metric,pp,stub,test}
+   einstalldocs
+}

diff --git a/dev-ada/libadalang-tools/metadata.xml 
b/dev-ada/libadalang-tools/metadata.xml
new file mode 100644
index ..d2615c1b0e0a
--- /dev/null
+++ b/dev-ada/libadalang-tools/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   a...@gentoo.org
+   
+



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

2021-12-16 Thread Arthur Zamarin
commit: 6f8b4b51a568262fdc2e58066021751575ffae44
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:55:43 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:56:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8b4b51

dev-cpp/eigen: Stabilize 3.4.0-r1 arm, #829331

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

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

diff --git a/dev-cpp/eigen/eigen-3.4.0-r1.ebuild 
b/dev-cpp/eigen/eigen-3.4.0-r1.ebuild
index a787eecd0008..cd7c08f02775 100644
--- a/dev-cpp/eigen/eigen-3.4.0-r1.ebuild
+++ b/dev-cpp/eigen/eigen-3.4.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gitlab.com/lib${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
 
 LICENSE="MPL-2.0"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_ppc_vsx cuda debug 
doc openmp test" #zvector
 
 # Tests failing again because of compiler issues



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

2021-12-16 Thread Arthur Zamarin
commit: 9815f5c70fad37d4152470d6a0ea6018c9a2c286
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:55:02 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:55:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9815f5c7

dev-libs/gmp: Stabilize 6.2.1-r2 arm, #829387

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

 dev-libs/gmp/gmp-6.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gmp/gmp-6.2.1-r2.ebuild b/dev-libs/gmp/gmp-6.2.1-r2.ebuild
index 3c1eea0e40e3..989c4b31e76b 100644
--- a/dev-libs/gmp/gmp-6.2.1-r2.ebuild
+++ b/dev-libs/gmp/gmp-6.2.1-r2.ebuild
@@ -21,7 +21,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-arm64-da
 LICENSE="|| ( LGPL-3+ GPL-2+ )"
 # The subslot reflects the C & C++ SONAMEs.
 SLOT="0/10.4"
-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"
 IUSE="+asm doc +cxx pic static-libs"
 
 BDEPEND="sys-devel/m4



[gentoo-commits] repo/gentoo:master commit in: games-board/xskat/

2021-12-16 Thread Arthur Zamarin
commit: 8719f510ed44db9b17e71ea6fe43905023e02935
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:55:05 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:55:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8719f510

games-board/xskat: Keyword 4.0-r2 arm64, #829379

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

 games-board/xskat/xskat-4.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/xskat/xskat-4.0-r2.ebuild 
b/games-board/xskat/xskat-4.0-r2.ebuild
index b0559267d1f0..da925919f0cc 100644
--- a/games-board/xskat/xskat-4.0-r2.ebuild
+++ b/games-board/xskat/xskat-4.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 DEPEND="x11-libs/libX11"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-arcade/emilia-pinball/

2021-12-16 Thread Arthur Zamarin
commit: 7ffc3349bf75de9515625b2ea6f50175773fd08d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:50:57 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:51:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffc3349

games-arcade/emilia-pinball: Keyword 0.3.1-r3 arm64, #829265

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

 games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild 
b/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild
index 2e0de0e6e743..7d015417980f 100644
--- a/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild
+++ b/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-libs/libltdl:0



[gentoo-commits] repo/gentoo:master commit in: games-arcade/cavezofphear/

2021-12-16 Thread Arthur Zamarin
commit: 72a0ce18e9fcb823ae41b71eeac1bfddc2fe4abe
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:48:55 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:49:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a0ce18

games-arcade/cavezofphear: Keyword 0.5.1-r1 arm64, #829227

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

 games-arcade/cavezofphear/cavezofphear-0.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/cavezofphear/cavezofphear-0.5.1-r1.ebuild 
b/games-arcade/cavezofphear/cavezofphear-0.5.1-r1.ebuild
index 714985d68031..d9356a2052b6 100644
--- a/games-arcade/cavezofphear/cavezofphear-0.5.1-r1.ebuild
+++ b/games-arcade/cavezofphear/cavezofphear-0.5.1-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${P/cavezof/}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 RDEPEND=">=sys-libs/ncurses-5:0="
 DEPEND="${RDEPEND}"



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

2021-12-16 Thread Arthur Zamarin
commit: d3e9a0bea80ead9e86f9bb682df4194009d61dfc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:48:59 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:49:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e9a0be

dev-java/osgi-core-api: Keyword 5.0.0-r2 arm64, #829400

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

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

diff --git a/dev-java/osgi-core-api/osgi-core-api-5.0.0-r2.ebuild 
b/dev-java/osgi-core-api/osgi-core-api-5.0.0-r2.ebuild
index 22a609e19717..930e89375ac6 100644
--- a/dev-java/osgi-core-api/osgi-core-api-5.0.0-r2.ebuild
+++ b/dev-java/osgi-core-api/osgi-core-api-5.0.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.osgi.org/download/r5/osgi.core-${PV}.jar;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x64-macos"
 
 RDEPEND=">=virtual/jre-1.8:*"
 



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

2021-12-16 Thread Arthur Zamarin
commit: 9771760ee46d823658b2edf57e4e96e32f99e1c9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:32:31 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:32:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9771760e

dev-java/tomcat-servlet-api: Stabilize 9.0.55 arm64, #829394

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.55.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.55.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.55.ebuild
index 4a8d22d12869..9c074f2c30aa 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.55.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.55.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-9/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="4.0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2021-12-16 Thread Arthur Zamarin
commit: a186fc206ce29b2b468d3d622d72d482a26af76f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:32:31 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:32:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a186fc20

dev-java/tomcat-servlet-api: Stabilize 10.0.13 arm64, #829394

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.13.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.13.ebuild
index fb739b89bf7a..90cfd4c11df0 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.13.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.13.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-10/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="5.0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2021-12-16 Thread Arthur Zamarin
commit: 10f00acc3b85878343e8ae4b01f4f1211d83dd20
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:32:35 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:33:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f00acc

app-editors/vim-core: Stabilize 8.2.3741 arm64, #829396

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

 app-editors/vim-core/vim-core-8.2.3741.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim-core/vim-core-8.2.3741.ebuild 
b/app-editors/vim-core/vim-core-8.2.3741.ebuild
index a6ac59db33c3..16f9b2d60a6d 100644
--- a/app-editors/vim-core/vim-core-8.2.3741.ebuild
+++ b/app-editors/vim-core/vim-core-8.2.3741.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz

https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz;
-   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
 S="${WORKDIR}"/vim-${PV}
 



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

2021-12-16 Thread Arthur Zamarin
commit: 060a830d04c71c01afe9929cd6844c823d2c4e5d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:32:27 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:32:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060a830d

media-video/ffmpeg: Stabilize 4.4.1-r1 arm64, #829389

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

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

diff --git a/media-video/ffmpeg/ffmpeg-4.4.1-r1.ebuild 
b/media-video/ffmpeg/ffmpeg-4.4.1-r1.ebuild
index 9506a778d11a..e02322f92ab0 100644
--- a/media-video/ffmpeg/ffmpeg-4.4.1-r1.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.4.1-r1.ebuild
@@ -59,7 +59,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



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

2021-12-16 Thread Arthur Zamarin
commit: db20fd61df7108667fdf3004b4a5b9d8589a9765
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:32:34 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:32:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db20fd61

app-editors/vim: Stabilize 8.2.3741 arm64, #829396

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

 app-editors/vim/vim-8.2.3741.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim/vim-8.2.3741.ebuild 
b/app-editors/vim/vim-8.2.3741.ebuild
index 3ce917bf8851..622a6efe756e 100644
--- a/app-editors/vim/vim-8.2.3741.ebuild
+++ b/app-editors/vim/vim-8.2.3741.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz

https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz;
-   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
 
 DESCRIPTION="Vim, an improved vi-style text editor"



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

2021-12-16 Thread Arthur Zamarin
commit: c5a4b12796fec4d874812a6eb410b93d61d23a80
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:32:20 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:32:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a4b127

media-plugins/live: Stabilize 2021.08.24 arm64, #829391

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

 media-plugins/live/live-2021.08.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/live/live-2021.08.24.ebuild 
b/media-plugins/live/live-2021.08.24.ebuild
index 24964a3eab89..113bdfcf87a6 100644
--- a/media-plugins/live/live-2021.08.24.ebuild
+++ b/media-plugins/live/live-2021.08.24.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.live555.com/;
 SRC_URI="http://www.live555.com/liveMedia/public/${P/-/.}.tar.gz;
 
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="ssl"
 
 BDEPEND="virtual/pkgconfig"



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

2021-12-16 Thread Arthur Zamarin
commit: bbdc9843b6034c12e932c2336a77a8b816bd224a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:32:35 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:32:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbdc9843

app-editors/gvim: Stabilize 8.2.3741 arm64, #829396

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

 app-editors/gvim/gvim-8.2.3741.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gvim/gvim-8.2.3741.ebuild 
b/app-editors/gvim/gvim-8.2.3741.ebuild
index a68b9011e15f..127345151971 100644
--- a/app-editors/gvim/gvim-8.2.3741.ebuild
+++ b/app-editors/gvim/gvim-8.2.3741.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == * ]]; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz

https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 fi
 S="${WORKDIR}"/vim-${PV}
 



[gentoo-commits] repo/gentoo:master commit in: mail-filter/libspf2/

2021-12-16 Thread Arthur Zamarin
commit: 599ce50c7f7c76cd25ccc32eb9358feffed14a69
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:32:11 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:32:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599ce50c

mail-filter/libspf2: Stabilize 1.2.11 sparc, #829390

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

 mail-filter/libspf2/libspf2-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/libspf2/libspf2-1.2.11.ebuild 
b/mail-filter/libspf2/libspf2-1.2.11.ebuild
index e80f41ff3ea1..7a88b3f9c575 100644
--- a/mail-filter/libspf2/libspf2-1.2.11.ebuild
+++ b/mail-filter/libspf2/libspf2-1.2.11.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/shevek/${PN}/archive/${GHASH}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( LGPL-2.1 BSD-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.2.11-memset-include-string-h.patch



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

2021-12-16 Thread Arthur Zamarin
commit: e03c6c1f2c53d63d28571a46a773732589ee39e9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:32:14 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:32:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03c6c1f

dev-libs/protobuf: Stabilize 3.19.1 sparc, #828632

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

 dev-libs/protobuf/protobuf-3.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/protobuf/protobuf-3.19.1.ebuild 
b/dev-libs/protobuf/protobuf-3.19.1.ebuild
index b76cdf73e0a1..ac3fe77d762e 100644
--- a/dev-libs/protobuf/protobuf-3.19.1.ebuild
+++ b/dev-libs/protobuf/protobuf-3.19.1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://developers.google.com/protocol-buffers/ 
https://github.com/pro
 
 LICENSE="BSD"
 SLOT="0/30"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="emacs examples static-libs test zlib"
 RESTRICT="!test? ( test )"
 



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

2021-12-16 Thread Arthur Zamarin
commit: ff369f03eb69aa91021c58006098277ee6591af3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:32:17 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:32:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff369f03

dev-libs/gmp: Stabilize 6.2.1-r2 arm64, #829387

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

 dev-libs/gmp/gmp-6.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gmp/gmp-6.2.1-r2.ebuild b/dev-libs/gmp/gmp-6.2.1-r2.ebuild
index 1997cb21dcdb..3c1eea0e40e3 100644
--- a/dev-libs/gmp/gmp-6.2.1-r2.ebuild
+++ b/dev-libs/gmp/gmp-6.2.1-r2.ebuild
@@ -21,7 +21,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-arm64-da
 LICENSE="|| ( LGPL-3+ GPL-2+ )"
 # The subslot reflects the C & C++ SONAMEs.
 SLOT="0/10.4"
-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"
 IUSE="+asm doc +cxx pic static-libs"
 
 BDEPEND="sys-devel/m4



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

2021-12-16 Thread Arthur Zamarin
commit: 88145ab190e8833a888f701c9f87a42795daa27d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:32:05 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:32:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88145ab1

dev-util/cmake: Stabilize 3.21.4 sparc, #829333

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

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

diff --git a/dev-util/cmake/cmake-3.21.4.ebuild 
b/dev-util/cmake/cmake-3.21.4.ebuild
index d1e75a37a4d8..5e75a3357dfb 100644
--- a/dev-util/cmake/cmake-3.21.4.ebuild
+++ b/dev-util/cmake/cmake-3.21.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://cmake.org/files/v$(ver_cut 
1-2)/${MY_P}.tar.gz"
 LICENSE="CMake"
 SLOT="0"
 [[ "${PV}" = *_rc* ]] || \
-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="doc emacs ncurses qt5 test"
 RESTRICT="!test? ( test )"
 



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

2021-12-16 Thread Arthur Zamarin
commit: d00f1fb247538019ad924ef60c9b12c651e09b4e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:32:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:32:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00f1fb2

dev-libs/protobuf: Stabilize 3.19.1 arm64, #828632

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

 dev-libs/protobuf/protobuf-3.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/protobuf/protobuf-3.19.1.ebuild 
b/dev-libs/protobuf/protobuf-3.19.1.ebuild
index ac3fe77d762e..04eb1c53d8ad 100644
--- a/dev-libs/protobuf/protobuf-3.19.1.ebuild
+++ b/dev-libs/protobuf/protobuf-3.19.1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://developers.google.com/protocol-buffers/ 
https://github.com/pro
 
 LICENSE="BSD"
 SLOT="0/30"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="emacs examples static-libs test zlib"
 RESTRICT="!test? ( test )"
 



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

2021-12-16 Thread Arthur Zamarin
commit: a98f1edc8d9057f8e00868d18dddad2a8ac67f13
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:32:30 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:32:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98f1edc

dev-java/tomcat-servlet-api: Stabilize 8.5.73 arm64, #829394

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.73.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.73.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.73.ebuild
index eaffc40f4037..c7f025ba29e8 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.73.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.73.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2021-12-16 Thread Arthur Zamarin
commit: c1e478965cfd3927a1d1bc7f23171a7770c8f1bc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 07:32:08 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 07:32:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e47896

dev-libs/gmp: Stabilize 6.2.1-r2 sparc, #829387

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

 dev-libs/gmp/gmp-6.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gmp/gmp-6.2.1-r2.ebuild b/dev-libs/gmp/gmp-6.2.1-r2.ebuild
index f228e714b6e2..1997cb21dcdb 100644
--- a/dev-libs/gmp/gmp-6.2.1-r2.ebuild
+++ b/dev-libs/gmp/gmp-6.2.1-r2.ebuild
@@ -21,7 +21,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-arm64-da
 LICENSE="|| ( LGPL-3+ GPL-2+ )"
 # The subslot reflects the C & C++ SONAMEs.
 SLOT="0/10.4"
-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"
 IUSE="+asm doc +cxx pic static-libs"
 
 BDEPEND="sys-devel/m4



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

2021-12-16 Thread Hans de Graaff
commit: 6546f344c3f77aaf6e36772d862ae508c101f059
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 17 07:10:19 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 17 07:10:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6546f344

dev-ruby/activesupport: add 7.0.0

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

 dev-ruby/activesupport/Manifest   |  1 +
 dev-ruby/activesupport/activesupport-7.0.0.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
index da694f6ceab9..fa69c7d46972 100644
--- a/dev-ruby/activesupport/Manifest
+++ b/dev-ruby/activesupport/Manifest
@@ -5,3 +5,4 @@ DIST rails-6.0.4.4.tgz 18594292 BLAKE2B 
8f463900db30ffd4850b270aac0ae8c160af36a6
 DIST rails-6.1.4.1.tgz 11003728 BLAKE2B 
8baa45968536ebe34f3bc4e4f25246bff68997a88c1019d1f7b7ba73785bc11901d7222ac04866b900c7dc35f9291ede78c0949abd979e797d07f3759179c05a
 SHA512 
411d3fe21c7500e884edb86cc6728c4d3b7125d2e6ea913191437716f2be0d522252c55c25cb4c5221cc112b3ca5eeba690b0b0e59572fcc54ea42ba05ec4520
 DIST rails-6.1.4.3.tgz 11007190 BLAKE2B 
085d500407f03d8c46335d91e3ebc5cd092c801de25f7e4fd5ac4ae6f03e54c5347e720386763307e183e2f0f48aaf84142092f47b62ab395082e4068e46f883
 SHA512 
f47a2e155fc80c287360b1a17a0f870208c523a28b77737648b4f260dc4fec6e9ccc91861b84862828fda48c214d39dcff32430ed5a02c8b9ee59ba6efb6151c
 DIST rails-6.1.4.4.tgz 11006695 BLAKE2B 
af5afbd1adafa259f3d58d31e8e616be5e83e73d3e7231fd62717c0a8c0012e7ecf5346f2465a61f72d96fdc71755e954069adfebc84dcb29cb8a215cee1
 SHA512 
4215be8f447e5b486a1c0d99208fbeb1f7222aa3bdff7127e31c95670a74aa315a044df0048a55fd078f42a07f17d4b7248efc09d6fac2a4b6efef8624a509ef
+DIST rails-7.0.0.tgz 11055620 BLAKE2B 
5e85d60d45582aa4ff59f417a92611999c27115a2b568bf9baad089e983d96b7721e38123f85715b872b98074139b4a7ef0a6f74024b439792d70a5f40a4cd98
 SHA512 
dbe84e88abb577797c4f18d8062a8b3a4ecb8c6d8deaf29b50ccee9304e5852161b1628cf5e3d22ef69595791b791ab03536757aed7832a68615874047df86fd

diff --git a/dev-ruby/activesupport/activesupport-7.0.0.ebuild 
b/dev-ruby/activesupport/activesupport-7.0.0.ebuild
new file mode 100644
index ..2aa0024044f4
--- /dev/null
+++ b/dev-ruby/activesupport/activesupport-7.0.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Utility Classes and Extension to the Standard Library"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   >=dev-ruby/concurrent-ruby-1.0.2:1
+   >=dev-ruby/i18n-1.6:1
+   dev-ruby/tzinfo:2
+   >=dev-ruby/minitest-5.1:5
+"
+
+# memcache-client, nokogiri, builder, and redis are not strictly needed,
+# but there are tests using this code.
+ruby_add_bdepend "test? (
+   >=dev-ruby/dalli-3.0.1
+   dev-ruby/connection_pool
+   >=dev-ruby/nokogiri-1.8.1
+   >=dev-ruby/builder-3.1.0
+   >=dev-ruby/listen-3.3:3
+   dev-ruby/rack
+   dev-ruby/rexml
+   dev-ruby/mocha
+   )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   sed -i -e 
"/\(system_timer\|pg\|execjs\|jquery-rails\|mysql\|journey\|ruby-prof\|stackprof\|benchmark-ips\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\|rack-cache\|sqlite\|websocket-client-simple\|\libxml-ruby\|bootsnap\|aws-sdk\|webmock\|capybara\|sass-rails\|selenium-webdriver\|webpacker\|webrick\|propshaft\)/
 s:^:#:" \
+   -e '/stimulus-rails/,/tailwindcss-rails/ s:^:#:' \
+   -e '/group 
:\(doc\|rubocop\|job\|cable\|storage\|ujs\|test\|view\) do/,/^end/ s:^:#:' \
+   -e 's/gemspec/gemspec path: "activesupport"/' \
+   -e '5igem "builder"; gem "rack"' ../Gemfile || die
+   rm ../Gemfile.lock || die
+
+   # Avoid test that depends on timezone
+   sed -i -e '/test_implicit_coercion/,/^  end/ s:^:#:' 
test/core_ext/duration_test.rb || die
+
+   # Avoid tests that seem to trigger race conditions.
+   rm -f test/evented_file_update_checker_test.rb || die
+
+   # Avoid test that generates filename that is too long
+   sed -i -e '/test_filename_max_size/askip "gentoo"' 

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

2021-12-16 Thread Hans de Graaff
commit: 915992cd41ab50e492b17aa8f4e8e59898841bd3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 17 06:46:45 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 17 06:50:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915992cd

net-analyzer/sslscan: add 2.0.11

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

 net-analyzer/sslscan/Manifest  |  2 ++
 net-analyzer/sslscan/sslscan-2.0.11.ebuild | 41 ++
 2 files changed, 43 insertions(+)

diff --git a/net-analyzer/sslscan/Manifest b/net-analyzer/sslscan/Manifest
index 897aeacb27c7..8f5c0cd46011 100644
--- a/net-analyzer/sslscan/Manifest
+++ b/net-analyzer/sslscan/Manifest
@@ -1,2 +1,4 @@
 DIST sslscan-2.0.10.tar.gz 110417 BLAKE2B 
88c095096dd615b13e3c68e6ece7eff8588e7debe65c5c6b228392d78c806029a2bc18a6c42bee480e2bb669b39753b39de160917eafbb654f5d8b64ba50d309
 SHA512 
d6adc76579dd99648359e9694b615bf1d9be90d71736e49305fefa0c0e1e386af2457c534136d8da2219c080b1119873f54a4cdf1b82675f0ce24f4e6ae068ee
+DIST sslscan-2.0.11.tar.gz 110704 BLAKE2B 
4d4db6fa7b8f6f611e752d0f97ff1219fcbd064280bc4133dd38d1268cb268847801d25403eeb6bc475579a931e944c9a21d90e40fed6bed2a6a6bc535540f7d
 SHA512 
99681cd8b7240cf85dedfaf210cae11ba3dbf2d56c3fa8ef3f3cdcabb6b29916b640e5955a7876ebb9be36dbe326da303e5bda7537b48743ff0a8c1bd35dbf0c
 DIST sslscan-OpenSSL_1_1_1k.tar.gz 9996510 BLAKE2B 
755bbdfa5738e2f2d0a72b0e01861acb2df33f499e140b46a40562b0d6035992f5aae084c480d9fe4e82e4a4f74929e686c31b04f126859375357a0f9c207b5b
 SHA512 
b963e24f598d4c95455733a1b06f73b802ccf18c3a4aa8e1436ef597aba3daa6020d032051439b35f72bd566e9e62d24aaacce770567e2b9e5c82958698d3d97
+DIST sslscan-OpenSSL_1_1_1m.tar.gz 10023608 BLAKE2B 
a6951bfcddea224a4920f18b7352feb427b979965f8f563b9adf3dc3152133fd44d7a3c490c522986066db6b23c2e878f135a7a9160f564d435e66c2cce0c51f
 SHA512 
af85d15c9db06eb9cdfa9e16ef9f859df752d823aa7c7f0c1b334cd71ba924878c686a65e756fd09c7630b650aad1a2bbe02acdfd6c389b52c2560d32d4150fb

diff --git a/net-analyzer/sslscan/sslscan-2.0.11.ebuild 
b/net-analyzer/sslscan/sslscan-2.0.11.ebuild
new file mode 100644
index ..52fba6fc3921
--- /dev/null
+++ b/net-analyzer/sslscan/sslscan-2.0.11.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# sslscan builds against a static openssl library to allow weak ciphers
+# to be enabled so that they can be tested.
+OPENSSL_RELEASE_TAG="OpenSSL_1_1_1m"
+
+DESCRIPTION="Fast SSL configuration scanner"
+HOMEPAGE="https://github.com/rbsec/sslscan;
+SRC_URI="https://github.com/rbsec/sslscan/archive/${PV}.tar.gz -> ${P}.tar.gz
+
https://github.com/openssl/openssl/archive/${OPENSSL_RELEASE_TAG}.tar.gz -> 
${PN}-${OPENSSL_RELEASE_TAG}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Requires a docker environment
+RESTRICT="test"
+
+# S="${WORKDIR}/${P}-${MY_FORK}"
+
+src_prepare() {
+   ln -s ../openssl-${OPENSSL_RELEASE_TAG} openssl || die
+   touch .openssl_is_fresh || die
+   sed -i -e '/openssl\/.git/,/fi/d' \
+   -e '/openssl test/d' Makefile || die
+
+   default
+}
+
+src_compile() {
+   emake static
+}
+
+src_install() {
+   DESTDIR="${D}" emake install
+
+   dodoc Changelog README.md
+}



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

2021-12-16 Thread Hans de Graaff
commit: 83b63ce7e2ee4f79ce4921e1cdb5cfce24a2caa3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 17 06:42:53 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 17 06:50:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b63ce7

dev-ruby/rouge: add 3.27.0

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

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

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

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



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

2021-12-16 Thread Miroslav Šulc
commit: 5aece8b71b5450fd2fe7635c8839cc7502f3dbd3
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Dec 17 06:37:36 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Dec 17 06:37:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aece8b7

media-sound/picard: bump to 2.7

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

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

diff --git a/media-sound/picard/Manifest b/media-sound/picard/Manifest
index d9fb50193598..faa231563742 100644
--- a/media-sound/picard/Manifest
+++ b/media-sound/picard/Manifest
@@ -1 +1,2 @@
 DIST picard-2.6.4.tar.gz 4319362 BLAKE2B 
78768b4a8a22c51c118ba03a9e97ba6c4bec9180e5739867b5756170083930a942a0a1ceaeb74bbe724af3ca392b92139cbc4acdde9556e9031be16a968a0240
 SHA512 
5f44f91f9f44cb17ecd27e204b75c83b776a2c55e2a6e42f96018c83f4073d92f028ef74006d6acbe42b1ed374543a65e177f34c561bfdf13ded1085515bf353
+DIST picard-2.7.tar.gz 4868049 BLAKE2B 
87f04056843623f81165bdae181699125d5aa8e41e5da47d645026bb1b3ee4a70edeeef0399f3230584026caf8f014cfe27b5d9f3f2e6b71a8e2de48a832655a
 SHA512 
b88d2cc24a9b6a01e6bb1a54f93bb8ec62c901fe9ff352641ea402b5e091d71241665b067fd12bbf77cf219b951db9a570400adda82fa9da9406f9cfa6aee4e5

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



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

2021-12-16 Thread Sam James
commit: b466b29a27cd588baaa78a78e10269ae6a7c4b54
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 05:57:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 05:57:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b466b29a

dev-python/pyflakes: Stabilize 2.4.0 ALLARCHES, #829383

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

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

diff --git a/dev-python/pyflakes/pyflakes-2.4.0.ebuild 
b/dev-python/pyflakes/pyflakes-2.4.0.ebuild
index 7b6137350409..850b36c38aeb 100644
--- a/dev-python/pyflakes/pyflakes-2.4.0.ebuild
+++ b/dev-python/pyflakes/pyflakes-2.4.0.ebuild
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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"
 
 distutils_enable_tests unittest



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

2021-12-16 Thread Sam James
commit: 2887c22aa1458defe8bff052c5a9ab2c77e0c2f8
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 05:57:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 05:57:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2887c22a

dev-python/flake8: Stabilize 4.0.1-r1 ALLARCHES, #829383

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

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

diff --git a/dev-python/flake8/flake8-4.0.1-r1.ebuild 
b/dev-python/flake8/flake8-4.0.1-r1.ebuild
index e2b118bdbb23..9cd00e96c286 100644
--- a/dev-python/flake8/flake8-4.0.1-r1.ebuild
+++ b/dev-python/flake8/flake8-4.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



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

2021-12-16 Thread Georgy Yakovlev
commit: bd60046a87f7ab385bad0e262cac653739819675
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Dec 17 05:50:59 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Dec 17 05:52:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd60046a

sys-fs/zfs: mention zfs-load-key openrc service in 

https://github.com/openzfs/zfs/commit/f04b97620059d08b37d9e80ada397e742bb2f311
^ this commit added zfs-load-key service
let's notify users that they may want to add it.

https://github.com/openzfs/zfs/issues/11659
https://github.com/openzfs/zfs/pull/11662
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs/zfs-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-fs/zfs/zfs-.ebuild b/sys-fs/zfs/zfs-.ebuild
index 4aae1526e48a..ed3bcd21366d 100644
--- a/sys-fs/zfs/zfs-.ebuild
+++ b/sys-fs/zfs/zfs-.ebuild
@@ -282,6 +282,8 @@ pkg_postinst() {
else
[[ -e "${EROOT}/etc/runlevels/boot/zfs-import" ]] || \
einfo "You should add zfs-import to the boot runlevel."
+   [[ -e "${EROOT}/etc/runlevels/boot/zfs-load-key" ]] || \
+   einfo "You should add zfs-load-key to the boot 
runlevel."
[[ -e "${EROOT}/etc/runlevels/boot/zfs-mount" ]]|| \
einfo "You should add zfs-mount to the boot runlevel."
[[ -e "${EROOT}/etc/runlevels/default/zfs-share" ]] || \



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

2021-12-16 Thread Matt Turner
commit: 6df61f72e0ce19de0805416f84062bb0900e659b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Dec 17 05:32:50 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Dec 17 05:47:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df61f72

dev-libs/fribidi: Version bump to 1.0.11

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

 dev-libs/fribidi/Manifest  |  1 +
 dev-libs/fribidi/fribidi-1.0.11.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-libs/fribidi/Manifest b/dev-libs/fribidi/Manifest
index a785897cb8e0..ba465f4e4bb1 100644
--- a/dev-libs/fribidi/Manifest
+++ b/dev-libs/fribidi/Manifest
@@ -1 +1,2 @@
 DIST fribidi-1.0.10.tar.xz 1147588 BLAKE2B 
e40e16b4b6167d0c7cc26b72ed21a7b4b2ba78dcce56eaf5dee94835cd2d4770401ac17bc2b5f13227e41e8f19513a0616f49edab07ea8fb2969eab30e24f653
 SHA512 
cb51920012c3c7507c17e2beb1dbbcfb8d7c6404e4cb54b260a332754a0d5b103d8834d77e8795651b3f38069c9bd2e9914c21b001411a72f9ffe1ec1ef2f360
+DIST fribidi-1.0.11.tar.xz 1077004 BLAKE2B 
9de3e170e2b6cf90623c711e16f6595f6ca91e14707cbfd36dda7df92689ea79ec36c4b658199e9046eedd07c9ebfde18617525c83cf4b0e9e2ccb4d9f82ed84
 SHA512 
6afde86784de06759f18235ccb44f23261a975f7cce0021b16755065a6a8ed84d7d5fb7fdcaadd691b48011efb4bfc2ee67555e5133a294a418cca1a0c85476c

diff --git a/dev-libs/fribidi/fribidi-1.0.11.ebuild 
b/dev-libs/fribidi/fribidi-1.0.11.ebuild
new file mode 100644
index ..2022757529b3
--- /dev/null
+++ b/dev-libs/fribidi/fribidi-1.0.11.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib
+
+DESCRIPTION="A free implementation of the unicode bidirectional algorithm"
+HOMEPAGE="https://fribidi.org/;
+SRC_URI="https://github.com/fribidi/fribidi/releases/download/v${PV}/${P}.tar.xz;
+
+LICENSE="LGPL-2.1+"
+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"
+
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="virtual/pkgconfig"
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Ddeprecated=true
+   $(meson_native_use_bool doc docs)
+   -Dbin=true
+   $(meson_use test tests)
+   )
+   meson_src_configure
+}



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

2021-12-16 Thread Matt Turner
commit: c71c16457541e9723ab99ebb2ba748afe4727f96
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Dec 17 05:28:07 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Dec 17 05:29:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71c1645

gnome-extra/gucharmap: Version bump to 14.0.1

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

 gnome-extra/gucharmap/Manifest|  1 +
 gnome-extra/gucharmap/gucharmap-14.0.1.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/gnome-extra/gucharmap/Manifest b/gnome-extra/gucharmap/Manifest
index 76b423a4b531..116f8b6b91c6 100644
--- a/gnome-extra/gucharmap/Manifest
+++ b/gnome-extra/gucharmap/Manifest
@@ -1,2 +1,3 @@
 DIST gucharmap-13.0.8.tar.gz 1920107 BLAKE2B 
247b6683358e1fcbba02cad8146b8b1e7a4ccd5e56d3f9c6e597b47bcd38d11759a02e60d5635c3f2e26defe166b6e4ded696b5d1f6e1be6564d6139e3ed1ab8
 SHA512 
15eacbf351c8b2357e59913e5b4cccd279aed7a492351c42101dd26020658f2f4d7aaff2a3b95ca340a73606592f47edf9645c93234afb1a086362ef32904bcf
+DIST gucharmap-14.0.1.tar.gz 1925102 BLAKE2B 
134d48703efb27d5eb3a19e8d90031d6feb8f0fa7321596efc1209377653590fe5f4191af739f012c1dee15df75e2d70ca2ed8850d30b57cc87b97343716de85
 SHA512 
5a79afe1a7e9f2a54f7499a578a34db690853f096a9374b335786abd3439812f511222792447f6cc603c2611490d3514d6a179844dd03fbf7f289133e29cf015
 DIST gucharmap-3.0.1.tar.bz2 3275481 BLAKE2B 
80dde7791abdc72677add9c65c59f810e6c6952116b92db34059c4c40d2657246b17844c105e68f32c86294e9b4e71e9d48e6f0522855465734d7c24e8d17608
 SHA512 
4d8a2276b5cb1a0b0fadca2a8522755c5884985a12d5b19341b9cefcd7f749ec1286c0271419e38ec84be7edcfa1293e7f0263eb682c75387d692792de3e1fb1

diff --git a/gnome-extra/gucharmap/gucharmap-14.0.1.ebuild 
b/gnome-extra/gucharmap/gucharmap-14.0.1.ebuild
new file mode 100644
index ..c3f9b85f6609
--- /dev/null
+++ b/gnome-extra/gucharmap/gucharmap-14.0.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+VALA_MIN_API_VERSION="0.26"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2-utils meson python-any-r1 vala xdg
+
+DESCRIPTION="Unicode character map viewer and library"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap;
+SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3+"
+SLOT="2.90"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+UNICODE_VERSION="14.0"
+
+IUSE="debug +introspection gtk-doc vala"
+REQUIRED_USE="vala? ( introspection )"
+
+BDEPEND="
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   >=sys-devel/gettext-0.19.8
+   gtk-doc? ( >=dev-util/gtk-doc-1 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   vala? ( $(vala_depend) )"
+
+DEPEND="=app-i18n/unicode-data-${UNICODE_VERSION}*
+   >=dev-libs/glib-2.32:2
+   media-libs/freetype:2
+   >=dev-libs/libpcre2-10.21:=
+   >=x11-libs/gtk+-3.22:3[introspection?]
+   >=x11-libs/pango-1.42.4-r2[introspection?]"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   xdg_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   -Ducd_path="${EPREFIX}/usr/share/unicode-data"
+   $(meson_use debug dbg)
+   $(meson_use gtk-doc docs)
+   $(meson_use introspection gir)
+   $(meson_use vala vapi)
+   )
+
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2021-12-16 Thread Mike Frysinger
commit: 1f79c681bbaab91133ee9343690ee563099d0bf0
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Dec 17 05:19:28 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Dec 17 05:19:28 2021 +
URL:https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=1f79c681

lddtree: add argcomplete support if available

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

 lddtree.py | 8 
 1 file changed, 8 insertions(+)

diff --git a/lddtree.py b/lddtree.py
index dd17387..ef8a9b2 100755
--- a/lddtree.py
+++ b/lddtree.py
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+# PYTHON_ARGCOMPLETE_OK
 # Copyright 2012-2014 Gentoo Foundation
 # Copyright 2012-2014 Mike Frysinger 
 # Copyright 2012-2014 The Chromium OS Authors
@@ -50,6 +51,11 @@ import sys
 
 assert sys.version_info >= (3, 6), f'Python 3.6+ required, but found 
{sys.version}'
 
+try:
+import argcomplete
+except ImportError:
+argcomplete = None
+
 from elftools.elf.elffile import ELFFile
 from elftools.common import exceptions
 
@@ -739,6 +745,8 @@ def GetParser():
action='store_true', default=False,
help='Copy over plain (non-ELF) files instead of 
warn+ignore')
 
+if argcomplete is not None:
+argcomplete.autocomplete(parser)
 return parser
 
 



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

2021-12-16 Thread Sam James
commit: df72ab351f482dea63d27e447b2a93549a742ecd
Author: Thilo Fromm  kinvolk  io>
AuthorDate: Thu Dec 16 18:20:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 05:15:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df72ab35

sys-apps/policycoreutils: update the right ROOT store

The policycoreutils ebuild calls 'semodule' in postinst to update
SELinux stores. It does not, however, tells semodule the correct ROOT
to use, so installing policycoreutils in a crossdev environment will
actually update the *host's* store.

This patch adds '-S "${ROOT:-/}"' to the 'semodule' call so the correct
environment is updated.

First seen + fixed in Flatcar Container Linux:
https://github.com/flatcar-linux/coreos-overlay/pull/1502

Signed-off-by: Thilo Fromm  kinvolk.io>
Closes: https://github.com/gentoo/gentoo/pull/23332
Signed-off-by: Sam James  gentoo.org>

 sys-apps/policycoreutils/policycoreutils-3.1-r2.ebuild | 4 ++--
 sys-apps/policycoreutils/policycoreutils-3.2.ebuild| 4 ++--
 sys-apps/policycoreutils/policycoreutils-3.3.ebuild| 4 ++--
 sys-apps/policycoreutils/policycoreutils-.ebuild   | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-apps/policycoreutils/policycoreutils-3.1-r2.ebuild 
b/sys-apps/policycoreutils/policycoreutils-3.1-r2.ebuild
index 62b8f3856614..e995a286771b 100644
--- a/sys-apps/policycoreutils/policycoreutils-3.1-r2.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-3.1-r2.ebuild
@@ -162,7 +162,7 @@ pkg_postinst() {
for POLICY_TYPE in ${POLICY_TYPES} ; do
# There have been some changes to the policy store, rebuilding 
now.
# https://marc.info/?l=selinux=143757277819717=2
-   einfo "Rebuilding store ${POLICY_TYPE} (without re-loading)."
-   semodule -s "${POLICY_TYPE}" -n -B || die "Failed to rebuild 
policy store ${POLICY_TYPE}"
+   einfo "Rebuilding store ${POLICY_TYPE} in '${ROOT:-/}' (without 
re-loading)."
+   semodule -S "${ROOT:-/}" -s "${POLICY_TYPE}" -n -B || die 
"Failed to rebuild policy store ${POLICY_TYPE}"
done
 }

diff --git a/sys-apps/policycoreutils/policycoreutils-3.2.ebuild 
b/sys-apps/policycoreutils/policycoreutils-3.2.ebuild
index 7299c44a1ddd..1c90708b2731 100644
--- a/sys-apps/policycoreutils/policycoreutils-3.2.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-3.2.ebuild
@@ -156,7 +156,7 @@ pkg_postinst() {
for POLICY_TYPE in ${POLICY_TYPES} ; do
# There have been some changes to the policy store, rebuilding 
now.
# https://marc.info/?l=selinux=143757277819717=2
-   einfo "Rebuilding store ${POLICY_TYPE} (without re-loading)."
-   semodule -s "${POLICY_TYPE}" -n -B || die "Failed to rebuild 
policy store ${POLICY_TYPE}"
+   einfo "Rebuilding store ${POLICY_TYPE} in '${ROOT:-/}' (without 
re-loading)."
+   semodule -S "${ROOT:-/}" -s "${POLICY_TYPE}" -n -B || die 
"Failed to rebuild policy store ${POLICY_TYPE}"
done
 }

diff --git a/sys-apps/policycoreutils/policycoreutils-3.3.ebuild 
b/sys-apps/policycoreutils/policycoreutils-3.3.ebuild
index c8fe18af66f9..6b00366fe883 100644
--- a/sys-apps/policycoreutils/policycoreutils-3.3.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-3.3.ebuild
@@ -156,7 +156,7 @@ pkg_postinst() {
for POLICY_TYPE in ${POLICY_TYPES} ; do
# There have been some changes to the policy store, rebuilding 
now.
# https://marc.info/?l=selinux=143757277819717=2
-   einfo "Rebuilding store ${POLICY_TYPE} (without re-loading)."
-   semodule -s "${POLICY_TYPE}" -n -B || die "Failed to rebuild 
policy store ${POLICY_TYPE}"
+   einfo "Rebuilding store ${POLICY_TYPE} in '${ROOT:-/}' (without 
re-loading)."
+   semodule -S "${ROOT:-/}" -s "${POLICY_TYPE}" -n -B || die 
"Failed to rebuild policy store ${POLICY_TYPE}"
done
 }

diff --git a/sys-apps/policycoreutils/policycoreutils-.ebuild 
b/sys-apps/policycoreutils/policycoreutils-.ebuild
index c8fe18af66f9..6b00366fe883 100644
--- a/sys-apps/policycoreutils/policycoreutils-.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-.ebuild
@@ -156,7 +156,7 @@ pkg_postinst() {
for POLICY_TYPE in ${POLICY_TYPES} ; do
# There have been some changes to the policy store, rebuilding 
now.
# https://marc.info/?l=selinux=143757277819717=2
-   einfo "Rebuilding store ${POLICY_TYPE} (without re-loading)."
-   semodule -s "${POLICY_TYPE}" -n -B || die "Failed to rebuild 
policy store ${POLICY_TYPE}"
+   einfo "Rebuilding store ${POLICY_TYPE} in '${ROOT:-/}' (without 
re-loading)."
+   semodule -S "${ROOT:-/}" -s "${POLICY_TYPE}" -n -B || die 
"Failed to rebuild policy store ${POLICY_TYPE}"
done
 }



[gentoo-commits] repo/gentoo:master commit in: app-admin/graylog/

2021-12-16 Thread Sam James
commit: 27735afef0574dd972d89fe90ad446025c572032
Author: Tomáš Mózes  gmail  com>
AuthorDate: Thu Dec 16 19:05:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 03:37:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27735afe

app-admin/graylog: security bump for CVE-2021-45046

Log4j updated to 2.16.0

Bug: https://bugs.gentoo.org/829377
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23340
Signed-off-by: Sam James  gentoo.org>

 app-admin/graylog/Manifest | 6 +++---
 app-admin/graylog/{graylog-3.3.15.ebuild => graylog-3.3.16.ebuild} | 0
 app-admin/graylog/{graylog-4.0.14.ebuild => graylog-4.0.15.ebuild} | 0
 app-admin/graylog/{graylog-4.1.9.ebuild => graylog-4.1.10.ebuild}  | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/graylog/Manifest b/app-admin/graylog/Manifest
index b49699f96a8b..44046ae4af55 100644
--- a/app-admin/graylog/Manifest
+++ b/app-admin/graylog/Manifest
@@ -1,3 +1,3 @@
-DIST graylog-3.3.15.tgz 129427763 BLAKE2B 
60e6f72662d2343b7f85263d0c45f58279599936781a85eaba94642c8ab75133c5a0716ccd0e9c6cd5e557671f68e09e9f372e369d00428884e84f4285f4e8b4
 SHA512 
93c2cf3728add6c8fc9cc0c17134edf5921511e1ee0bbd2a56a4dff443f0dc60e79d306c2b6510d60f34092648b6521d322a7775c3664e425ae8447fc5968831
-DIST graylog-4.0.14.tgz 190700195 BLAKE2B 
4a5100c062ffc7de1636f5cec4f68a114a1fbdeb00b173600d3c6b39c626ef6e2b5b021a5a1d75a49c4268e813b2939c385ee0564d72aadefb83c53cfaf86cfa
 SHA512 
4d06d7be90f2352867a58400a862b0487f7abb71aabac858797067f7425bb6853be83a3f4820d330ae6b41233ce1e2c21c89e1de8494873c349111eead42
-DIST graylog-4.1.9.tgz 197211219 BLAKE2B 
c777d43b91c3a474dae911f8cd1effedd15d0c7b9b3964d219c25c9fc6df217ca587c411a33953ee42fcebb38f8ad12cdd3c79b6421c093e8ec24d29d1b1d445
 SHA512 
406605d0d6e5f94c1ac09a5a6598f8e029a7a7d1f9637cb971e00b8388f2001be931342780c14512c7a92eb1fe3715fe866b56ce19c7f2f521c740ffd56f12b2
+DIST graylog-3.3.16.tgz 129430640 BLAKE2B 
aa50a101c9aec9d0e32fe7dfbc0a1c29a7473658ca881f4977e6cc18c4764dde44991af35c19451e5452c0fd832b098743c01eb460d733ba2b1da7d2c5c42865
 SHA512 
bd6fcc71ad437293500359563662253ef7a38f5961a4dd8f5bfac67ef38ae7025593a69dd160bd8fe5efb48648125c0d441b2c7533e7432927069d6d68e0a239
+DIST graylog-4.0.15.tgz 190661423 BLAKE2B 
2c651ba3aa539090cad2c9110b45f1f0faaec30571afa7e225d1c3b3dd3a5379d2cb5176ae708b9d2fb8e1704577966622f0e6fadc5463a152fb93873be31f29
 SHA512 
a25c1648b7b6237a9cb15801d4ca18a0a2e17c3140684550ffa11bb15e5ab34792a3dbea7241023fcef9aa436670ca9a582f05d1c145ab320006f8686ed6fc1c
+DIST graylog-4.1.10.tgz 197206255 BLAKE2B 
d92891a9d746b39f607ac736e60e8369a5dca59144b096ee12421f5d05d350e8e05cc3d73d90bf4dc045b2b76273d8ad67c85cb8f5436b1e1c4ae1af3907525d
 SHA512 
2a7e0c7ffaa2f2508f087c807d9b248346ecb399b824410090ea7c59a6341e02a7bfedf6b4956e1def721535857de18e379673202f722384451653dd12e7bf3e

diff --git a/app-admin/graylog/graylog-3.3.15.ebuild 
b/app-admin/graylog/graylog-3.3.16.ebuild
similarity index 100%
rename from app-admin/graylog/graylog-3.3.15.ebuild
rename to app-admin/graylog/graylog-3.3.16.ebuild

diff --git a/app-admin/graylog/graylog-4.0.14.ebuild 
b/app-admin/graylog/graylog-4.0.15.ebuild
similarity index 100%
rename from app-admin/graylog/graylog-4.0.14.ebuild
rename to app-admin/graylog/graylog-4.0.15.ebuild

diff --git a/app-admin/graylog/graylog-4.1.9.ebuild 
b/app-admin/graylog/graylog-4.1.10.ebuild
similarity index 100%
rename from app-admin/graylog/graylog-4.1.9.ebuild
rename to app-admin/graylog/graylog-4.1.10.ebuild



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

2021-12-16 Thread Sam James
commit: 1b6e4bede2b3a95a81821348ca73c3e9a087b5ec
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 03:14:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 03:14:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6e4bed

dev-python/autopep8: Revert "Remove old"

This reverts commit 29972801288682885ead17c680a307a0e9d5d391.

Restore 1.5.7 so that stable flake8 can be co-installed with autopep8.

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

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-1.5.7.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index effc4d3fa392..203514e99e97 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1 +1,2 @@
+DIST autopep8-1.5.7.tar.gz 121537 BLAKE2B 
06f107cab210258fe71b8e912312520797122fd38e3e67fa0d6cf640806690e1255fec63c74c11ec39952a4a50964a3f622ca1166d29299c4f7a7031a1013202
 SHA512 
b8fb8b63400e74ea978f576cb47c99b0a4bb15a5d1cfeb6ffc25d2ecdad301762f99ddff5c75af3900b3560797d9289a15bbb87ddcf74077d39bde0abadd4da7
 DIST autopep8-1.6.0.tar.gz 122165 BLAKE2B 
606ccf7ab51b52db95287384f9b19fd0f72da9e8fb4537bf395651622a95f88d782679550e61816d60dd3faa2fa096c979575d60cbd95476fa1cd7cf2c4f4180
 SHA512 
f4ffd564ceb48ff1f37d0a051aa8fefc60595a68709045c13561d8ab73de48dce99cc12acf40559e587ba4f6fddd4727dd2b40691ce43c991d60dda2c8b0d617

diff --git a/dev-python/autopep8/autopep8-1.5.7.ebuild 
b/dev-python/autopep8/autopep8-1.5.7.ebuild
new file mode 100644
index ..e6d7e406100a
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.5.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca/

2021-12-16 Thread Christoph Junghans
commit: 391014de2542916def561381b42652c062839deb
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Dec 17 03:07:39 2021 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Dec 17 03:08:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391014de

sci-chemistry/votca: initial import

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

 sci-chemistry/votca/Manifest  |  1 +
 sci-chemistry/votca/metadata.xml  | 18 
 sci-chemistry/votca/votca-2022_rc2.ebuild | 70 +++
 sci-chemistry/votca/votca-.ebuild | 70 +++
 4 files changed, 159 insertions(+)

diff --git a/sci-chemistry/votca/Manifest b/sci-chemistry/votca/Manifest
new file mode 100644
index ..655f50c45cdc
--- /dev/null
+++ b/sci-chemistry/votca/Manifest
@@ -0,0 +1 @@
+DIST votca-2022_rc2.tar.gz 61692061 BLAKE2B 
9fdf016267ff6657bfbbd51c79c2c38cb7064635d26e80b905eeeb8326ca1780f7a9c711802491f3ec7a216dbd53b86fe08da2c969a6a10db110168a02ac0d0f
 SHA512 
3bfd108df7499c21ad290955672ab042b9a11b7a868f0eb49fdbd94365e35ed7ffc8b8b44c9b7dd74b7504b8fd30cc6bacfed443068f2bb3702e272aad26c961

diff --git a/sci-chemistry/votca/metadata.xml b/sci-chemistry/votca/metadata.xml
new file mode 100644
index ..137114c8f259
--- /dev/null
+++ b/sci-chemistry/votca/metadata.xml
@@ -0,0 +1,18 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   jungh...@gentoo.org
+   Christoph Junghans
+   
+   
+   sci-chemis...@gentoo.org
+   Gentoo Chemistry Project
+   
+   
+   Add support for gromacs file formats 
through sci-chemistry/gromacs
+   
+   
+   votca/votca
+   
+

diff --git a/sci-chemistry/votca/votca-2022_rc2.ebuild 
b/sci-chemistry/votca/votca-2022_rc2.ebuild
new file mode 100644
index ..6a1ae090460b
--- /dev/null
+++ b/sci-chemistry/votca/votca-2022_rc2.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 cmake
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/votca/votca.git;
+else
+   if [[ ${PV} = *_rc[1-9] ]]; then
+   MY_PV="${PV%%_rc*}-rc.${PV##*_rc}"
+   else
+   MY_PV="${PV}"
+   fi
+   SRC_URI="https://github.com/votca/votca/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux"
+   S="${WORKDIR}/votca-${MY_PV}"
+fi
+
+DESCRIPTION="Versatile Object-oriented Toolkit for Coarse-graining 
Applications"
+HOMEPAGE="https://www.votca.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+gromacs test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !sci-libs/votca-tools
+   !sci-chemistry/votca-csg
+   !sci-chemistry/votca-xtp
+   app-shells/bash:*
+   >=dev-cpp/eigen-3.3
+   dev-libs/boost:=
+   dev-libs/expat
+   sci-libs/fftw:3.0=
+   dev-lang/perl
+   gromacs? ( sci-chemistry/gromacs:= )
+   sci-libs/hdf5[cxx]
+   sci-libs/libxc
+   sci-libs/libint:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( README.rst NOTICE.rst CHANGELOG.rst )
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_TESTING=$(usex test)
+   -DCMAKE_DISABLE_FIND_PACKAGE_GROMACS=$(usex !gromacs)
+   -DBUILD_CSGAPPS=ON
+   -DINSTALL_RC_FILES=OFF
+   -DCMAKE_DISABLE_FIND_PACKAGE_MKL=ON
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   einfo
+   einfo "Please read and cite:"
+   einfo "VOTCA-XTP, J. Chem. Theo. Comp. 14, 6353 (2018)"
+   einfo "https://doi.org/10.1021/acs.jctc.8b00617;
+   einfo
+   einfo "VOTCA, J. Chem. Theory Comput. 5, 3211 (2009). "
+   einfo "https://dx.doi.org/10.1021/ct900369w;
+   einfo
+}

diff --git a/sci-chemistry/votca/votca-.ebuild 
b/sci-chemistry/votca/votca-.ebuild
new file mode 100644
index ..6a1ae090460b
--- /dev/null
+++ b/sci-chemistry/votca/votca-.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 cmake
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/votca/votca.git;
+else
+   if [[ ${PV} = *_rc[1-9] ]]; then
+   MY_PV="${PV%%_rc*}-rc.${PV##*_rc}"
+   else
+   MY_PV="${PV}"
+   fi
+   SRC_URI="https://github.com/votca/votca/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux"
+   S="${WORKDIR}/votca-${MY_PV}"
+fi
+
+DESCRIPTION="Versatile Object-oriented Toolkit for Coarse-graining 
Applications"
+HOMEPAGE="https://www.votca.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"

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

2021-12-16 Thread Sam James
commit: 016dc0f1183783b42c1e82bc1d0006e7d3a6ab75
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 03:07:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 03:07:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016dc0f1

dev-python/protobuf-python: Stabilize 3.19.1 arm, #828632

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

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

diff --git a/dev-python/protobuf-python/protobuf-python-3.19.1.ebuild 
b/dev-python/protobuf-python/protobuf-python-3.19.1.ebuild
index 7836e8b0d710..5071aec0dc52 100644
--- a/dev-python/protobuf-python/protobuf-python-3.19.1.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-3.19.1.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="https://developers.google.com/protocol-buffers/ 
https://github.com/pro
 
 LICENSE="BSD"
 SLOT="0/30"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="${PYTHON_DEPS}
~dev-libs/protobuf-${PV}



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

2021-12-16 Thread Sam James
commit: 99572e200f3a5fb271204cb9ea7dfea1bc45f364
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 03:07:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 03:07:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99572e20

dev-libs/protobuf: Stabilize 3.19.1 arm, #828632

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

 dev-libs/protobuf/protobuf-3.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/protobuf/protobuf-3.19.1.ebuild 
b/dev-libs/protobuf/protobuf-3.19.1.ebuild
index 42ead2ac08fd..b76cdf73e0a1 100644
--- a/dev-libs/protobuf/protobuf-3.19.1.ebuild
+++ b/dev-libs/protobuf/protobuf-3.19.1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://developers.google.com/protocol-buffers/ 
https://github.com/pro
 
 LICENSE="BSD"
 SLOT="0/30"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="emacs examples static-libs test zlib"
 RESTRICT="!test? ( test )"
 



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

2021-12-16 Thread Sam James
commit: 247a30feb3aa694b93896f139fea1636084cb2ae
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 03:04:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 03:04:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247a30fe

dev-util/cmake: Stabilize 3.21.4 arm, #829333

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

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

diff --git a/dev-util/cmake/cmake-3.21.4.ebuild 
b/dev-util/cmake/cmake-3.21.4.ebuild
index b4dde32de700..d1e75a37a4d8 100644
--- a/dev-util/cmake/cmake-3.21.4.ebuild
+++ b/dev-util/cmake/cmake-3.21.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://cmake.org/files/v$(ver_cut 
1-2)/${MY_P}.tar.gz"
 LICENSE="CMake"
 SLOT="0"
 [[ "${PV}" = *_rc* ]] || \
-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="doc emacs ncurses qt5 test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-games/freecell-solver/

2021-12-16 Thread Sam James
commit: 6a3a415376a0647ac96be40fc450ea5cac5c5338
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 03:04:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 03:04:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3a4153

dev-games/freecell-solver: Stabilize 6.6.0 arm64, #829334

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

 dev-games/freecell-solver/freecell-solver-6.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/freecell-solver/freecell-solver-6.6.0.ebuild 
b/dev-games/freecell-solver/freecell-solver-6.6.0.ebuild
index 2452e9086b69..0930f2f0c48a 100644
--- a/dev-games/freecell-solver/freecell-solver-6.6.0.ebuild
+++ b/dev-games/freecell-solver/freecell-solver-6.6.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://fc-solve.shlomifish.org/downloads/fc-solve/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE="tcmalloc"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2021-12-16 Thread Sam James
commit: d9b4a3862331474b13e9300926c6f63924bcba40
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 03:04:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 03:04:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b4a386

dev-python/pysol_cards: Stabilize 0.14.2 arm64, #829334

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

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
index aa13ff5865c1..4df42d0b5f62 100644
--- a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
dev-python/random2[${PYTHON_USEDEP}]



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

2021-12-16 Thread Sam James
commit: 19bf91ac9ffaebb91d6a15fbde2a36a71a1497b5
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 03:04:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 03:04:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bf91ac

dev-util/cmake: Stabilize 3.21.4 arm64, #829333

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

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

diff --git a/dev-util/cmake/cmake-3.21.4.ebuild 
b/dev-util/cmake/cmake-3.21.4.ebuild
index a85d01929b58..b4dde32de700 100644
--- a/dev-util/cmake/cmake-3.21.4.ebuild
+++ b/dev-util/cmake/cmake-3.21.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://cmake.org/files/v$(ver_cut 
1-2)/${MY_P}.tar.gz"
 LICENSE="CMake"
 SLOT="0"
 [[ "${PV}" = *_rc* ]] || \
-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="doc emacs ncurses qt5 test"
 RESTRICT="!test? ( test )"
 



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

2021-12-16 Thread Sam James
commit: b2392543a71d85038bd7665bd4f4ebd8dc1d2a52
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 03:04:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 03:04:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2392543

x11-terms/guake: Stabilize 3.8.0 arm, #829368

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

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

diff --git a/x11-terms/guake/guake-3.8.0.ebuild 
b/x11-terms/guake/guake-3.8.0.ebuild
index 00915fa772cf..45bb69d378a7 100644
--- a/x11-terms/guake/guake-3.8.0.ebuild
+++ b/x11-terms/guake/guake-3.8.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/Guake/guake/archive/refs/tags/${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 arm x86"
 IUSE="utempter"
 
 RDEPEND="



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

2021-12-16 Thread Sam James
commit: 438a1ea62e9250c6c555c0d7df2c99a4ac6ca2b2
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 03:04:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 03:04:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438a1ea6

dev-libs/rinutils: Stabilize 0.10.0 arm64, #829334

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

 dev-libs/rinutils/rinutils-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/rinutils/rinutils-0.10.0.ebuild 
b/dev-libs/rinutils/rinutils-0.10.0.ebuild
index 8a2c62a82ce2..090feb7a7fd7 100644
--- a/dev-libs/rinutils/rinutils-0.10.0.ebuild
+++ b/dev-libs/rinutils/rinutils-0.10.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/shlomif/${PN}/releases/download/${PV}/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 src_configure() {
local mycmakeargs=(



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

2021-12-16 Thread Sam James
commit: c3fe580959c6e12797e833d480ead290e816f829
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 01:03:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 02:52:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3fe5809

media-libs/opencolorio: add 2.1.1

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

 media-libs/opencolorio/Manifest |   1 +
 media-libs/opencolorio/opencolorio-2.1.1.ebuild | 102 
 2 files changed, 103 insertions(+)

diff --git a/media-libs/opencolorio/Manifest b/media-libs/opencolorio/Manifest
index c8a539f58e64..68633bfd2930 100644
--- a/media-libs/opencolorio/Manifest
+++ b/media-libs/opencolorio/Manifest
@@ -4,3 +4,4 @@ DIST opencolorio-2.0.1.tar.gz 9945107 BLAKE2B 
cb4b152205642abd847b7263db838dbb92
 DIST opencolorio-2.0.2.tar.gz 10812416 BLAKE2B 
36f008035c36bef9473f9f79e9362eec20abb8e217a2131d3a2be5766de60cdab36e137547d414bf18e97ad368e30fb89a0ad4d8095b24bd184704d88ef192ae
 SHA512 
ebc6b4b4251f69cb69f7203bc9ae962010f7f60ed5d53eb3ff14b64d5ef8cac2b98d0482485f1adaaf6b8c065cd4edd01c4e0577324a86ed4ebfe8e33e9fa667
 DIST opencolorio-2.0.3.tar.gz 10813503 BLAKE2B 
a853f2a39b4c3c0005056f0278355f01a8d62ec90054d3f1ce29501ce8fc96628d68eb3d942bb0cc33c71dcaa1a7421684bdd79b190a5eda5c5b5c6b9190017c
 SHA512 
cb8d6d4e2481bfe9449f665ff888ad6ffb2d2e82f1a132b7cd3a74c88b2084f469c362511e57b964d3aee7c1badd41422640ab3a857402fa6a90c8bdf4cc60bb
 DIST opencolorio-2.1.0.tar.gz 10970849 BLAKE2B 
3703ab90c7dfa853583e3018eee9a28c9f471207b3c6743095cf681a4659da708893be508b521195bf84f59ac2c058f844a8f70f83666beaed208812cf845420
 SHA512 
a0f4fb62c768b392ca1129e2046df96d670d785fc057d4103768440b7adb65d8faf5b7d39729060791794e83e6cd4e67821aed9b30f3f04b410c60809cd72267
+DIST opencolorio-2.1.1.tar.gz 11013141 BLAKE2B 
ffece30b9f37acd10665a716d519c9807f6398e5e59baedd194376a1424a6d875781c027d998567b2a241da6388a780c94d95237b0b4d64b836cc5d4383c
 SHA512 
86585ec860d460b158f24efb82f202deced7ce96a6bfefd42f39cad9c112add68cca6935f383f5d718c07fe1c121d8ed8b0d2069321f1dafb8ce68b49bc75194

diff --git a/media-libs/opencolorio/opencolorio-2.1.1.ebuild 
b/media-libs/opencolorio/opencolorio-2.1.1.ebuild
new file mode 100644
index ..9a4f6d7d90ed
--- /dev/null
+++ b/media-libs/opencolorio/opencolorio-2.1.1.ebuild
@@ -0,0 +1,102 @@
+# 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 ~ppc64 ~x86"
+IUSE="cpu_flags_x86_sse2 doc opengl python static-libs test"
+REQUIRED_USE="
+   doc? ( python )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+# Not compatible with oiio 2.3
+# https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/1509
+# bug #821073
+# 2.1.1 should be?
+#
+# See bug #802363 for yaml-cpp < dep
+RDEPEND="
+   dev-cpp/pystring
+   dev-python/pybind11
+   https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/1235
+   append-flags -DNDEBUG
+
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/, net-misc/chrony/files/

2021-12-16 Thread Sam James
commit: ea54be30d319e23b38793bfdb1317c70715ff842
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 00:45:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 02:52:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea54be30

net-misc/chrony: add 4.2

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

 net-misc/chrony/Manifest  |  2 ++
 net-misc/chrony/{chrony-.ebuild => chrony-4.2.ebuild} |  4 ++--
 net-misc/chrony/chrony-.ebuild|  4 ++--
 net-misc/chrony/files/chrony-4.2-systemd-gentoo.patch | 13 +
 4 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/net-misc/chrony/Manifest b/net-misc/chrony/Manifest
index ee8a90b57aad..6fc04ec3c097 100644
--- a/net-misc/chrony/Manifest
+++ b/net-misc/chrony/Manifest
@@ -1,2 +1,4 @@
 DIST chrony-4.1.tar.gz 564648 BLAKE2B 
f9c4b44c521ee592c109b8a3d500b9cb3ea4fbf0d7dce9d8754498ad41ce2ac87c913cf72a38557ce5f28208672163b21b067307f723fd91cc91d71f69e739ef
 SHA512 
5e283d6a56e6852606c681a7c29c5786b102d584178cbd7033ebbc95a8e95533605631363b850a3087cca438a5878db7a317f120aab2fd856487d02fccfbcb1f
 DIST chrony-4.1.tar.gz.asc 833 BLAKE2B 
6d800ae436523f61cd713cdd12cf0246db53e732554433d5ef6cf1a437296ee9d0da3b2e9e72d1ccb0e3a6b1ee1227e5d1626bf031b0491670ee0712e17c57ff
 SHA512 
82faf9171d782c18224d2d44b340994b0ddab141e88cc803dea83d0ffbb6468bc51e8b11c8dd9bd327220cae04f7d789b58ab23141a2bdf038ce628f9adeb57a
+DIST chrony-4.2.tar.gz 578411 BLAKE2B 
6eac4f144f5811d0f83a9827e2b5113dead1ff96952f6e6d32dcea9858e04512f635d70237fe6faced095991204b0f62bcb0e9d1a4b34e8778f205058afdfb45
 SHA512 
7f946b27de605b3ebea62cf23916dfad77c99e8b2338ba239ede6b8216ce436b3d4d87770f371c8d8e006507c51d5c831b51f067957abd2935adfdec3f5aa67d
+DIST chrony-4.2.tar.gz.asc 833 BLAKE2B 
41cb83f62dd58489313438672d209cc65fdbb5f8f595ea38f990d5e15194f91532d3f3221c6c38581467d62e95d23853a4fc438d32b99606def5f06db0031969
 SHA512 
d8ae4b540ce3529a5a72e10c14765a33ca6fc41529b6fdc9928fb171f25bd6fb87f930b7783638892f42f4cbcfaab4cb1064c930bae1d5204a71babad72b6e10

diff --git a/net-misc/chrony/chrony-.ebuild 
b/net-misc/chrony/chrony-4.2.ebuild
similarity index 98%
copy from net-misc/chrony/chrony-.ebuild
copy to net-misc/chrony/chrony-4.2.ebuild
index 6051d64c9884..75b4ce68b58a 100644
--- a/net-misc/chrony/chrony-.ebuild
+++ b/net-misc/chrony/chrony-4.2.ebuild
@@ -19,7 +19,7 @@ else
SRC_URI+=" verify-sig? ( 
https://download.tuxfamily.org/chrony/${P/_/-}-tar-gz-asc.txt -> 
${P/_/-}.tar.gz.asc )"
 
if [[ ${PV} != *_pre* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
fi
 fi
 
@@ -75,7 +75,7 @@ fi
 
 PATCHES=(
"${FILESDIR}"/${PN}-3.5-pool-vendor-gentoo.patch
-   "${FILESDIR}"/${PN}-4.1-systemd-gentoo.patch
+   "${FILESDIR}"/${PN}-4.2-systemd-gentoo.patch
 )
 
 src_prepare() {

diff --git a/net-misc/chrony/chrony-.ebuild 
b/net-misc/chrony/chrony-.ebuild
index 6051d64c9884..75b4ce68b58a 100644
--- a/net-misc/chrony/chrony-.ebuild
+++ b/net-misc/chrony/chrony-.ebuild
@@ -19,7 +19,7 @@ else
SRC_URI+=" verify-sig? ( 
https://download.tuxfamily.org/chrony/${P/_/-}-tar-gz-asc.txt -> 
${P/_/-}.tar.gz.asc )"
 
if [[ ${PV} != *_pre* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
fi
 fi
 
@@ -75,7 +75,7 @@ fi
 
 PATCHES=(
"${FILESDIR}"/${PN}-3.5-pool-vendor-gentoo.patch
-   "${FILESDIR}"/${PN}-4.1-systemd-gentoo.patch
+   "${FILESDIR}"/${PN}-4.2-systemd-gentoo.patch
 )
 
 src_prepare() {

diff --git a/net-misc/chrony/files/chrony-4.2-systemd-gentoo.patch 
b/net-misc/chrony/files/chrony-4.2-systemd-gentoo.patch
new file mode 100644
index ..1852cdeb92e9
--- /dev/null
+++ b/net-misc/chrony/files/chrony-4.2-systemd-gentoo.patch
@@ -0,0 +1,13 @@
+diff --git a/examples/chronyd.service b/examples/chronyd.service
+index 4fb930e..8df627a 100644
+--- a/examples/chronyd.service
 b/examples/chronyd.service
+@@ -9,7 +9,7 @@ ConditionCapability=CAP_SYS_TIME
+ Type=forking
+ PIDFile=/run/chrony/chronyd.pid
+ EnvironmentFile=-/etc/sysconfig/chronyd
+-ExecStart=/usr/sbin/chronyd $OPTIONS
++ExecStart=/usr/sbin/chronyd $OPTIONS -u ntp -F 2
+ 
+ CapabilityBoundingSet=~CAP_AUDIT_CONTROL CAP_AUDIT_READ CAP_AUDIT_WRITE
+ CapabilityBoundingSet=~CAP_BLOCK_SUSPEND CAP_KILL CAP_LEASE 
CAP_LINUX_IMMUTABLE



[gentoo-commits] repo/gentoo:master commit in: sys-apps/flatpak/files/, sys-apps/flatpak/

2021-12-16 Thread Sam James
commit: 3d3061fa2f40c2897d8362a15e17d0a04ca5b26f
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 00:51:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 02:52:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3061fa

sys-apps/flatpak: fix compatibility with newer pyparsing

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

 .../flatpak-1.12.2-pyparsing-3.0.2-compat.patch|  42 
 sys-apps/flatpak/flatpak-1.12.2-r1.ebuild  | 106 +
 2 files changed, 148 insertions(+)

diff --git a/sys-apps/flatpak/files/flatpak-1.12.2-pyparsing-3.0.2-compat.patch 
b/sys-apps/flatpak/files/flatpak-1.12.2-pyparsing-3.0.2-compat.patch
new file mode 100644
index ..237c659e36f8
--- /dev/null
+++ b/sys-apps/flatpak/files/flatpak-1.12.2-pyparsing-3.0.2-compat.patch
@@ -0,0 +1,42 @@
+https://gitlab.gnome.org/alexl/variant-schema-compiler/-/merge_requests/11.patch
+
+From 8850e4d0da76a85c5f9926cd40e148e0b29bddac Mon Sep 17 00:00:00 2001
+From: Phaedrus Leeds 
+Date: Thu, 16 Dec 2021 10:50:10 -0800
+Subject: [PATCH] Fix runtime error when using pyparsing >= 3.0.2
+
+Ever since this commit
+(https://github.com/pyparsing/pyparsing/commit/4ab17bb55)
+variant-schema-compiler has failed to execute when used by Flatpak like
+this:
+$ variant-schema-compiler/variant-schema-compiler --outfile-header
+common/flatpak-variant-private.h --outfile
+common/flatpak-variant-impl-private.h --prefix var
+./data/flatpak-variants.gv
+
+For some reason our use of leaveWhitespace() to ensure that a named type
+has a ' right before its name no longer works. But fortunately pyparsing
+has a Combine() which does exactly what we want.
+
+See https://github.com/flatpak/flatpak/issues/4534
+
+Fixes https://gitlab.gnome.org/alexl/variant-schema-compiler/-/issues/4
+---
+ variant-schema-compiler | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/subprojects/variant-schema-compiler/variant-schema-compiler
 b/subprojects/variant-schema-compiler/variant-schema-compiler
+@@ -1740,7 +1740,7 @@ def handleNameableType(toks):
+ add_named_type(typename_prefix + name, type)
+ return type
+ 
+-nameableType = (Optional((Suppress("'") + ident).leaveWhitespace()) + 
(arrayType ^ maybeType ^ dictType ^ 
structType)).setParseAction(handleNameableType)
++nameableType = (Optional(Combine(Suppress("'") + ident)) + (arrayType ^ 
maybeType ^ dictType ^ structType)).setParseAction(handleNameableType)
+ 
+ typeSpec <<= basicType  ^ variantType ^ namedType ^ nameableType
+ 
+-- 
+GitLab
+
+

diff --git a/sys-apps/flatpak/flatpak-1.12.2-r1.ebuild 
b/sys-apps/flatpak/flatpak-1.12.2-r1.ebuild
new file mode 100644
index ..93fb30b800bc
--- /dev/null
+++ b/sys-apps/flatpak/flatpak-1.12.2-r1.ebuild
@@ -0,0 +1,106 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8,9,10} )
+
+inherit autotools linux-info python-any-r1
+
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
+DESCRIPTION="Linux application sandboxing and distribution framework"
+HOMEPAGE="https://flatpak.org/;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="doc gtk kde introspection policykit seccomp systemd"
+RESTRICT+=" test"
+
+RDEPEND="
+   acct-group/flatpak
+   acct-user/flatpak
+   >=app-arch/libarchive-2.8:=
+   app-arch/zstd:=
+   >=app-crypt/gpgme-1.1.8:=
+   >=dev-libs/appstream-glib-0.5.10:=
+   >=dev-libs/glib-2.56:2=
+   >=dev-libs/libxml2-2.4:=
+   dev-libs/json-glib:=
+   dev-libs/libassuan:=
+   >=dev-util/ostree-2020.8:=[gpg(+)]
+   || (
+   dev-util/ostree[curl]
+   dev-util/ostree[soup]
+   )
+   >=gnome-base/dconf-0.26:=
+   >=net-libs/libsoup-2.4:=
+   sys-apps/bubblewrap
+   sys-apps/dbus
+   >=sys-fs/fuse-2.9.9:0=
+   sys-apps/xdg-dbus-proxy
+   x11-apps/xauth
+   x11-libs/gdk-pixbuf:2=
+   x11-libs/libXau:=
+   policykit? ( >=sys-auth/polkit-0.98:= )
+   seccomp? ( sys-libs/libseccomp:= )
+   systemd? ( sys-apps/systemd:= )
+"
+
+DEPEND="${RDEPEND}"
+# pyparsing version pinned for https://bugs.gentoo.org/825230
+BDEPEND="
+   >=sys-devel/automake-1.13.4
+   >=sys-devel/gettext-0.18.2
+   virtual/pkgconfig
+   dev-util/gdbus-codegen
+   sys-devel/bison
+   introspection? ( >=dev-libs/gobject-introspection-1.40 )
+   doc? (
+   >=dev-util/gtk-doc-1.20
+   dev-libs/libxslt
+   )
+   $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]')
+"
+
+PDEPEND="
+   gtk? ( sys-apps/xdg-desktop-portal-gtk )
+   kde? ( kde-plasma/xdg-desktop-portal-kde )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.12.2-pyparsing-3.0.2-compat.patch
+)
+
+python_check_deps() {
+   has_version -b 

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

2021-12-16 Thread Sam James
commit: d7c3a184c2180cd6e6cb3f90fbc1556bbacc58d8
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 02:52:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 02:52:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c3a184

dev-python/cython: add 0.29.26

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

 dev-python/cython/Manifest  |  1 +
 dev-python/cython/cython-0.29.26.ebuild | 75 +
 2 files changed, 76 insertions(+)

diff --git a/dev-python/cython/Manifest b/dev-python/cython/Manifest
index f5be30f804bb..94d3b6198bde 100644
--- a/dev-python/cython/Manifest
+++ b/dev-python/cython/Manifest
@@ -2,3 +2,4 @@ DIST cython-0.29.21.gh.tar.gz 2088511 BLAKE2B 
7a4ddabb65a519d3c71454ac8417438a3a
 DIST cython-0.29.23.gh.tar.gz 2093463 BLAKE2B 
c710b9bc9e05e0030dff3098857b349564fd167f7d9c47e2ef4e8897e072f67497b8ed3994f45135c21f8b2bf3a2cff016fec9a808b2bbe9712174dd0a6b1a3e
 SHA512 
093b7a1d5c68f6e2d2b9b8adb9ac99e8967ddd0a66c0513a78e88bd55d96533dd8352b2478554fb53bf32a72d730967fb08ccb2eaa462da68f86891dceb4925a
 DIST cython-0.29.24.gh.tar.gz 2097245 BLAKE2B 
9f5f2da0aed61d7fda2e14ea0669a2dd187cd053f3b82621342c7be29e26ff581b673a32e43bacd5c0df3e515f250eb23a64b1dae8911132fdca48175910a3dc
 SHA512 
387a827f3cb7428248019744e3ed606a133d98ac882b83624d24ae0fdf8a8f2334978555d7d84e5cc4adaf715c541fef64e45bcbdda85ca33473c21f99360be8
 DIST cython-0.29.25.gh.tar.gz 2100012 BLAKE2B 
497c2550c870c808f1c972d3e9ffedd6672544b9976653faac4a4125008e4472ae5a2e0db0510c8b2c5fd11f73a5885e0e4394bbce2f1327b7610bf59b64f640
 SHA512 
1d655bb4de8bd3480bcd579c32cd0e5bfc5cfc3d966d3d892b98cc86f59c9bd0522066c4c5dbc4c6abeb3ebe3fcd3f49ec873dd724f9ad04976635f652fdf9e3
+DIST cython-0.29.26.gh.tar.gz 2100616 BLAKE2B 
9990d8fd14a8042b1a27a4f60fcc8f6d4be42a1e475f0e5d37bc6c60439ca00a1a70b49ab708ad2dfac5184a62c25d75f27ff158ef7f0df9132355c570a9aac6
 SHA512 
936449dd0031c2e2baeb4402a448d632324c1b66bf062ae0e632cf63dc27556607efb8446e8f913253b761627d3946283c2a60fdcad8c2434e1601fe4b0fb60e

diff --git a/dev-python/cython/cython-0.29.26.ebuild 
b/dev-python/cython/cython-0.29.26.ebuild
new file mode 100644
index ..0c107a31d2b0
--- /dev/null
+++ b/dev-python/cython/cython-0.29.26.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 toolchain-funcs elisp-common
+
+DESCRIPTION="A Python to C compiler"
+HOMEPAGE="https://cython.org https://pypi.org/project/Cython/
+   https://github.com/cython/cython;
+SRC_URI="https://github.com/cython/cython/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+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 
~x64-solaris ~x86-solaris"
+IUSE="emacs test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   emacs? ( >=app-editors/emacs-23.1:* )
+"
+BDEPEND="${RDEPEND}
+   test? (
+   $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' \
+   'python3*')
+   )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch"
+   "${FILESDIR}/${PN}-0.29.23-test_exceptions-py310.patch"
+)
+
+SITEFILE=50cython-gentoo.el
+
+distutils_enable_sphinx docs
+
+python_compile() {
+   # Python gets confused when it is in sys.path before build.
+   local -x PYTHONPATH=
+
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use emacs && elisp-compile Tools/cython-mode.el
+}
+
+python_test() {
+   tc-export CC
+   # https://github.com/cython/cython/issues/1911
+   local -x CFLAGS="${CFLAGS} -fno-strict-overflow"
+   "${PYTHON}" runtests.py -vv --work-dir "${BUILD_DIR}"/tests ||
+   die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   local DOCS=( CHANGES.rst README.rst ToDo.txt USAGE.txt )
+   distutils-r1_python_install_all
+
+   if use emacs; then
+   elisp-install ${PN} Tools/cython-mode.*
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+   fi
+}
+
+pkg_postinst() {
+   use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+   use emacs && elisp-site-regen
+}



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

2021-12-16 Thread Sam James
commit: e0b6d94e5b764990fa896d04c543c77a4e28b485
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 01:03:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 02:52:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b6d94e

media-libs/opencolorio: add 2.0.3

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

 media-libs/opencolorio/Manifest |  1 +
 media-libs/opencolorio/opencolorio-2.0.3.ebuild | 97 +
 2 files changed, 98 insertions(+)

diff --git a/media-libs/opencolorio/Manifest b/media-libs/opencolorio/Manifest
index 921e7a73a12d..c8a539f58e64 100644
--- a/media-libs/opencolorio/Manifest
+++ b/media-libs/opencolorio/Manifest
@@ -2,4 +2,5 @@ DIST opencolorio-1.1.1.tar.gz 13828483 BLAKE2B 
f5642f08db84f2b8da44d0dbf58313c78
 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
+DIST opencolorio-2.0.3.tar.gz 10813503 BLAKE2B 
a853f2a39b4c3c0005056f0278355f01a8d62ec90054d3f1ce29501ce8fc96628d68eb3d942bb0cc33c71dcaa1a7421684bdd79b190a5eda5c5b5c6b9190017c
 SHA512 
cb8d6d4e2481bfe9449f665ff888ad6ffb2d2e82f1a132b7cd3a74c88b2084f469c362511e57b964d3aee7c1badd41422640ab3a857402fa6a90c8bdf4cc60bb
 DIST opencolorio-2.1.0.tar.gz 10970849 BLAKE2B 
3703ab90c7dfa853583e3018eee9a28c9f471207b3c6743095cf681a4659da708893be508b521195bf84f59ac2c058f844a8f70f83666beaed208812cf845420
 SHA512 
a0f4fb62c768b392ca1129e2046df96d670d785fc057d4103768440b7adb65d8faf5b7d39729060791794e83e6cd4e67821aed9b30f3f04b410c60809cd72267

diff --git a/media-libs/opencolorio/opencolorio-2.0.3.ebuild 
b/media-libs/opencolorio/opencolorio-2.0.3.ebuild
new file mode 100644
index ..9897f5ded789
--- /dev/null
+++ b/media-libs/opencolorio/opencolorio-2.0.3.ebuild
@@ -0,0 +1,97 @@
+# 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 ~ppc64 ~x86"
+IUSE="cpu_flags_x86_sse2 doc opengl python static-libs test"
+REQUIRED_USE="
+   doc? ( python )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+# Not compatible with oiio 2.3
+# https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/1509
+# bug #821073
+RDEPEND="
+   dev-cpp/pystring
+   dev-python/pybind11
+   media-libs/ilmbase
+   dev-cpp/yaml-cpp:=
+   dev-libs/tinyxml
+   opengl? (
+   media-libs/lcms:2
+   https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/1235
+   append-flags -DNDEBUG
+
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/

2021-12-16 Thread Matt Turner
commit: f6ac481fbf8c67c478611769bd7c2dfc8e7f5fc4
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Dec 17 01:32:22 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Dec 17 02:23:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ac481f

x11-libs/vte: Version bump to 0.66.2

Closes: https://bugs.gentoo.org/829201
Closes: https://github.com/gentoo/gentoo/pull/23300
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/vte/Manifest  |  2 +
 x11-libs/vte/vte-0.66.2.ebuild | 90 ++
 2 files changed, 92 insertions(+)

diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index 46008b6091f9..7688ae9bbe34 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -1,3 +1,5 @@
 DIST vte-0.28.2.tar.xz 962340 BLAKE2B 
1e4b5977962265be77917ccfc9118ed93232c03d7a16b6c08a27e721fe71f8c1dd1783a439530d7b3d915111cb8cc78281f1e9e351d6a83edd31f224309ca1e9
 SHA512 
d6a50481aaa8946cca3779e0b328fef551be534d70366a75385d1f8ead3fcddec57bed85c7d4bc2d9f34546532129e63083aafa33cbb0efcbc7dc9d66e7c45f6
 DIST vte-0.64.1-command-notify.patch.xz 4880 BLAKE2B 
d6ff5f4acac161980c8c18245e65795c7f0ea3d0819748894b055306ecd731d698cac578eff2750795a9180a9b17d79f220e814083012d5a04f4f351ff2a0e36
 SHA512 
174397aeca00399b138286fd4cc88941add041a1f2596fd4d44c886c2e35b2a33041b58a102ee3acbcddc0cc40fcfde39d72ec46b640ee1db22d8ae684c4
 DIST vte-0.64.2.tar.bz2 486837 BLAKE2B 
3e127d61e4018607ca2df170108aef65b224a48df4d57545c98cbdb9753cbe7b9821e91a5bccd09d8c39af95d747a2ff01c69320e9245f5a82e7887b62c32c97
 SHA512 
6cbc1ee25a0ef2b00bcf26c07042eccc14fdea323e4445123db9fad05bf2e799579d723f6147c08712aec9b94e17003ce8f9e6ebe65278fdb3832cf77cba5be5
+DIST vte-0.66.2-command-notify.patch.xz 9672 BLAKE2B 
8153a250f571f491845041627029065029bd32ab63c127aacc0852f42abee0834c716d63248120a49011857901d775b75fc0c31a513cfb113563e8ffb599e478
 SHA512 
d491f8332fbd21e8dfe225636ca035339ab1da3bd7dc74436cdd2f3de3c5f24f609f9825c4eb0b816c9f60862da62b97f36381c5cc5af0203b3698d56fc77d3e
+DIST vte-0.66.2.tar.bz2 503503 BLAKE2B 
174a0d9bfdaf2318255e62041ed94aa53f8fc110ed55f3e7b24baa70dd01a4851306ac47cc3f1d6699341c9ab41f85aee57c460b9f96bfd14618f0f40e4bd657
 SHA512 
6e9e2cc03b72c2d04aa3d7633dcf86649dcef39fdfecbe7a0c4b063eaccdb2ea83207f592edf348fad5a36f091d9261cc46fd0a4e9e5db6006fcecb0d01a6ccc

diff --git a/x11-libs/vte/vte-0.66.2.ebuild b/x11-libs/vte/vte-0.66.2.ebuild
new file mode 100644
index ..5d00801b3f56
--- /dev/null
+++ b/x11-libs/vte/vte-0.66.2.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+VALA_USE_DEPEND="vapigen"
+VALA_MIN_API_VERSION="0.32"
+
+inherit gnome.org meson python-any-r1 vala xdg
+
+DESCRIPTION="Library providing a virtual terminal emulator widget"
+HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE 
https://gitlab.gnome.org/GNOME/vte;
+
+# Once SIXEL support ships (0.66 or later), might need xterm license (but code 
might be considered upgraded to LGPL-3+)
+LICENSE="LGPL-3+ GPL-3+"
+SLOT="2.91"
+IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+REQUIRED_USE="vala? ( introspection )"
+
+# Upstream is hostile and refuses to upload tarballs.
+SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2;
+SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~mattst88/distfiles/${PN}-0.66.2-command-notify.patch.xz 
)"
+
+RDEPEND="
+   >=x11-libs/gtk+-3.24.22:3[introspection?]
+   >=dev-libs/fribidi-1.0.0
+   >=dev-libs/glib-2.52:2
+   crypt?  ( >=net-libs/gnutls-3.2.7:0= )
+   icu? ( dev-libs/icu:= )
+   >=x11-libs/pango-1.22.0
+   >=dev-libs/libpcre2-10.21
+   systemd? ( >=sys-apps/systemd-220:= )
+   sys-libs/zlib
+   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
+   x11-libs/pango[introspection?]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libxml2:2
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.13
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+
+   vala? ( $(vala_depend) )
+"
+
+PATCHES=(
+   
"${FILESDIR}"/${PN}-0.64.1-meson-Find-python-explicitly-to-honor-downstream-pyt.patch
+)
+
+src_prepare() {
+   if ! use vanilla; then
+   # Part of 
https://src.fedoraproject.org/rpms/vte291/raw/f31/f/vte291-cntnr-precmd-preexec-scroll.patch
+   # Adds OSC 777 support for desktop notifications in 
gnome-terminal or elsewhere
+   eapply "${WORKDIR}"/${PN}-0.66.2-command-notify.patch
+   fi
+
+   # -Ddebugg option enables various debug support via VTE_DEBUG, but also 
ggdb3; strip the latter
+   sed -e '/ggdb3/d' -i meson.build || die
+

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

2021-12-16 Thread Matt Turner
commit: 4cbac5605b6fb0240ab0a289a76570ccb2390b1d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Dec 17 01:58:05 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Dec 17 02:23:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbac560

x11-terms/gnome-terminal: Version bump to 3.42.2

Signed-off-by: Matt Turner  gentoo.org>

 x11-terms/gnome-terminal/Manifest  |  2 +
 .../gnome-terminal/gnome-terminal-3.42.2.ebuild| 92 ++
 2 files changed, 94 insertions(+)

diff --git a/x11-terms/gnome-terminal/Manifest 
b/x11-terms/gnome-terminal/Manifest
index d9940245ae54..5925d5464140 100644
--- a/x11-terms/gnome-terminal/Manifest
+++ b/x11-terms/gnome-terminal/Manifest
@@ -1,3 +1,5 @@
 DIST gnome-terminal-3.40.1-cntr-ntfy-autottl-ts.patch.xz 33548 BLAKE2B 
50952d21a6a5758b500665aed21b95d8b4295240e24ea69dd806321a32338aeb904c60cd7dbb713d3d456bdc9199c7c4b4e2d65bc7078fa9bbf6a7d94c227265
 SHA512 
0efc106b35c25199ed8d4edc5c36a10a1013e62100c0b3397a5bb04386d7d2f548e811451c8577bc123ffbe935cea2a8f10d08473de5fadc4d07db0f301ab3bc
 DIST gnome-terminal-3.40.2.tar.xz 2608032 BLAKE2B 
8d7a355623d6eee9f4e3d4ff219dbd12c34987ea1ab1b7dc960c5bf19772d57de3bd81f63ceae61e87e932f05d47208390738dd8df30cbca71d8d0ad5d4b7887
 SHA512 
d3c75dcf46775492149f98c0c1a9739ac8c8e816487160c1e859034bc8cbcaeb0ff81f7e87e577e248f662db64ee914974bda0cb3e548ab12fb4b431d82af100
 DIST gnome-terminal-3.40.3.tar.xz 2609060 BLAKE2B 
cc0ef61b2ffbe7dd93117acad6ad2b1f737fb74417c2c84a98cdf3c28d29a7aaeaae4461a0160549eaac8bf9fdc1852e67ffb2e2570b456132bc1726a7033486
 SHA512 
a4de627f88069f3a1cc69a53dfe4c29ebdd22ee604b0e0b1702dd1c7a14a5fb877968c020bece7f0d5d7dc496019ffef0f9b2d15cb17c80c0a99b331a64f8346
+DIST gnome-terminal-3.42.2-cntr-ntfy-autottl-ts.patch.xz 33980 BLAKE2B 
e0400f960064907c84a059b2210a9299e353b280e4bbe2fb98a887f9806fc2eb5f7de9d3e6dee243f6297275479ec546d47292bb30ea02e8f4a887fafbe04e71
 SHA512 
4afab38bff15963e88bc756914b5c379634c68d59f0be1189d969ea0a8b7f3f6c0a077199455cc4c2eca96e5c3df06bddebdc32b786aaba3a885e21cb710f210
+DIST gnome-terminal-3.42.2.tar.xz 1806388 BLAKE2B 
9e3068d9731689dd5dc012405384073a6ea07d59370340bcccdc3383e24f5a5424a14b5e903a01b4cca3925758f9b2f5cd7861b30658324297f817807fefbb66
 SHA512 
001504539adbcdac609f22ee8120455d2a2db8f4208ca2715c6bb271b5488bfdbe78deca3c997cd4d2293f2e7e51db66746af56f5ba46792542654972dbc739e

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.42.2.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.42.2.ebuild
new file mode 100644
index ..066ebe755cd7
--- /dev/null
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.42.2.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson readme.gentoo-r1 xdg
+
+DESCRIPTION="A terminal emulator for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/ 
https://gitlab.gnome.org/GNOME/gnome-terminal;
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="debug +gnome-shell +nautilus vanilla"
+SRC_URI+=" !vanilla? ( 
https://dev.gentoo.org/~mattst88/distfiles/${PN}-3.42.2-cntr-ntfy-autottl-ts.patch.xz
 )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+# FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control, bug 624960
+RDEPEND="
+   >=dev-libs/glib-2.52:2
+   >=x11-libs/gtk+-3.22.27:3
+   >=x11-libs/vte-0.64.0:2.91[!vanilla?]
+   >=dev-libs/libpcre2-10
+   >=gnome-base/dconf-0.14
+   >=gnome-base/gsettings-desktop-schemas-0.1.0
+   sys-apps/util-linux
+   gnome-shell? ( gnome-base/gnome-shell )
+   nautilus? ( >=gnome-base/nautilus-3.28.0 )
+"
+DEPEND="${RDEPEND}"
+# itstool required for help/* with non-en LINGUAS, see bug #549358
+# xmllint required for glib-compile-resources, see bug #549304
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+DOC_CONTENTS="To get previous working directory inherited in new opened tab, or
+   notifications of long-running commands finishing, you will need
+   to add the following line to your ~/.bashrc:\n
+   . /etc/profile.d/vte-2.91.sh"
+
+src_prepare() {
+   if ! use vanilla; then
+   # https://bugzilla.gnome.org/show_bug.cgi?id=695371
+   # Fedora patches:
+   # Restore transparency support (with compositing WMs only)
+   # OSC 777 desktop notification support (notifications on tabs 
for long-running commands completing)
+   # Restore "Set title" support
+   # Automatic title updating based on currently running 
foreground process
+   # 
https://src.fedoraproject.org/rpms/gnome-terminal/raw/f31/f/gnome-terminal-cntr-ntfy-autottl-ts.patch
+   

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

2021-12-16 Thread Georgy Yakovlev
commit: 9b47220984200bc805e8d99800351b71ef4819b9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Dec 17 01:17:51 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Dec 17 01:25:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b472209

virtual/dist-kernel: keyword 5.10.86, 5.4.166 for ~ppc

Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/dist-kernel/dist-kernel-5.10.86.ebuild | 2 +-
 virtual/dist-kernel/dist-kernel-5.4.166.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.86.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.86.ebuild
index 3df38272de32..42356c342fbe 100644
--- a/virtual/dist-kernel/dist-kernel-5.10.86.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.10.86.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
|| (

diff --git a/virtual/dist-kernel/dist-kernel-5.4.166.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.166.ebuild
index 11d6573ded7c..db9206ed3422 100644
--- a/virtual/dist-kernel/dist-kernel-5.4.166.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.4.166.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
|| (



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

2021-12-16 Thread Georgy Yakovlev
commit: 5169323036df64670c7b0bd4c9028c6de6128bc5
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Dec 17 01:14:39 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Dec 17 01:25:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51693230

sys-kernel/gentoo-kernel: keyword 5.10.86 for ~ppc

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/gentoo-kernel/gentoo-kernel-5.10.86.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.86.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.86.ebuild
index 44ad391debf3..6eb4ef17fc17 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.86.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.86.ebuild
@@ -39,7 +39,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="debug hardened"
 REQUIRED_USE="arm? ( savedconfig )"
 
@@ -76,6 +76,11 @@ src_prepare() {
cp 
"${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die
biendian=true
;;
+   ppc)
+   # assume powermac/powerbook defconfig
+   # we still package.use.force savedconfig
+   cp 
"${WORKDIR}"/linux-*/arch/powerpc/configs/pmac32_defconfig .config || die
+   ;;
ppc64)
cp 
"${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die
biendian=true



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

2021-12-16 Thread Georgy Yakovlev
commit: 101d7ff41eb5c54047710e6e241de8a37476efb4
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Dec 17 01:23:31 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Dec 17 01:25:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101d7ff4

sys-kernel/vanilla-kernel: keyword 5.10.86 for ~ppc

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/vanilla-kernel/vanilla-kernel-5.10.86.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.86.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.86.ebuild
index 73b31c51857f..1dde55d20cb0 100644
--- a/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.86.ebuild
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.86.ebuild
@@ -39,7 +39,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="debug hardened"
 REQUIRED_USE="arm? ( savedconfig )"
 
@@ -82,6 +82,11 @@ src_prepare() {
cp 
"${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die
biendian=true
;;
+   ppc)
+   # assume powermac/powerbook defconfig
+   # we still package.use.force savedconfig
+   cp 
"${WORKDIR}"/linux-*/arch/powerpc/configs/pmac32_defconfig .config || die
+   ;;
ppc64)
cp 
"${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die
biendian=true



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

2021-12-16 Thread Georgy Yakovlev
commit: 855ef3c9a9ac73eb033c9292f8fcad0fb8b8fcd5
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Dec 17 01:16:36 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Dec 17 01:25:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855ef3c9

sys-kernel/gentoo-kernel: keyword 5.4.166 for ~ppc

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild
index d08e589ffcc8..568476caff2f 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild
@@ -39,7 +39,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="debug"
 
 RDEPEND="
@@ -64,6 +64,11 @@ src_prepare() {
arm64)
cp "${DISTDIR}/kernel-aarch64.config.${CONFIG_VER}" 
.config || die
;;
+   ppc)
+   # assume powermac/powerbook defconfig
+   # we still package.use.force savedconfig
+   cp 
"${WORKDIR}"/linux-*/arch/powerpc/configs/pmac32_defconfig .config || die
+   ;;
ppc64)
cp "${DISTDIR}/kernel-ppc64le.config.${CONFIG_VER}" 
.config || die
;;



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

2021-12-16 Thread Georgy Yakovlev
commit: c73264608d9ccecde8462de33093a26032e2c816
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Dec 17 01:24:33 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Dec 17 01:25:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7326460

sys-kernel/vanilla-kernel: keyword 5.15.9 for ~ppc

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/vanilla-kernel/vanilla-kernel-5.15.9.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.9.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.9.ebuild
index c658401a4668..7b8872c641ad 100644
--- a/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.9.ebuild
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.9.ebuild
@@ -38,7 +38,7 @@ SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.x
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="debug hardened"
 REQUIRED_USE="arm? ( savedconfig )"
 
@@ -81,6 +81,11 @@ src_prepare() {
cp 
"${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die
biendian=true
;;
+   ppc)
+   # assume powermac/powerbook defconfig
+   # we still package.use.force savedconfig
+   cp 
"${WORKDIR}"/linux-*/arch/powerpc/configs/pmac32_defconfig .config || die
+   ;;
ppc64)
cp 
"${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die
biendian=true



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

2021-12-16 Thread Georgy Yakovlev
commit: 0d97747a4879883d66606d0df933422dab715554
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Dec 17 01:21:57 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Dec 17 01:25:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d97747a

sys-kernel/vanilla-kernel: keyword 5.4.166 for ~ppc

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/vanilla-kernel/vanilla-kernel-5.4.166.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.166.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.166.ebuild
index 42230c7d1fb5..d9962fbe3a8d 100644
--- a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.166.ebuild
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.166.ebuild
@@ -39,7 +39,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
 IUSE="debug"
 
 RDEPEND="
@@ -75,6 +75,11 @@ src_prepare() {
arm64)
cp "${DISTDIR}/kernel-aarch64.config.${CONFIG_VER}" 
.config || die
;;
+   ppc)
+   # assume powermac/powerbook defconfig
+   # we still package.use.force savedconfig
+   cp 
"${WORKDIR}"/linux-*/arch/powerpc/configs/pmac32_defconfig .config || die
+   ;;
ppc64)
cp "${DISTDIR}/kernel-ppc64le.config.${CONFIG_VER}" 
.config || die
;;



[gentoo-commits] repo/gentoo:master commit in: sys-apps/osinfo-db-tools/

2021-12-16 Thread Matt Turner
commit: 55913a3a0a950c64d760d0d1bfdaa1fea7317088
Author: t0b3  gmail  com>
AuthorDate: Thu Dec 16 18:50:13 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Dec 17 01:22:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55913a3a

sys-apps/osinfo-db-tools: add python 3.10

Closes: https://bugs.gentoo.org/829363
Closes: https://github.com/gentoo/gentoo/pull/23335
Signed-off-by: t0b3  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild 
b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild
index 37962d02fea2..392ace759006 100644
--- a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild
+++ b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit meson python-any-r1
 



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

2021-12-16 Thread Matt Turner
commit: a717f0ccef563ebbe1cc7c4fc9d0e8bc40ed0e06
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Dec 17 01:16:08 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Dec 17 01:22:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a717f0cc

net-libs/gtk-vnc: Version bump to 1.3.0

Closes: https://bugs.gentoo.org/829373
Closes: https://github.com/gentoo/gentoo/pull/23345
Signed-off-by: Matt Turner  gentoo.org>

 net-libs/gtk-vnc/Manifest |  1 +
 net-libs/gtk-vnc/gtk-vnc-1.3.0.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/net-libs/gtk-vnc/Manifest b/net-libs/gtk-vnc/Manifest
index df8b90de30b9..2f1b53f6ee0d 100644
--- a/net-libs/gtk-vnc/Manifest
+++ b/net-libs/gtk-vnc/Manifest
@@ -1 +1,2 @@
 DIST gtk-vnc-1.2.0.tar.xz 218024 BLAKE2B 
8e13886826eebc3261271b94e15c504f82b15681417e70cc6b54b824ceff4de20a470460c5176abb2df04f325389a08032f40b49cfc3429c290d6d7255fc56d2
 SHA512 
830c614afa6540397352da864ad32a5687ccce5dc1e2150220c9a7fc3c7b0fbcbb3770e06b5fed75602d830bc9a9d40855fa8b6d8b65f740fc7a53bbdfce6edb
+DIST gtk-vnc-1.3.0.tar.xz 220488 BLAKE2B 
ea5070cc396fe4ef52fe980b766658f1a4f82eb7dec52856ab79836363c8fdb48827d52c0df7edb2c943f5087fcfd87898aa43457f7cbf5a544a4c7063f84f3d
 SHA512 
ff25c19a1cbd4588990f1f3a2448fd2e0b694b933ca1a7be9565188db78055efe13f90ad1243bf8237d6a29d38987d7b3e77344e50d09191207b09200b01f5df

diff --git a/net-libs/gtk-vnc/gtk-vnc-1.3.0.ebuild 
b/net-libs/gtk-vnc/gtk-vnc-1.3.0.ebuild
new file mode 100644
index ..c29bc1decb07
--- /dev/null
+++ b/net-libs/gtk-vnc/gtk-vnc-1.3.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit gnome.org vala meson python-any-r1 xdg
+
+DESCRIPTION="VNC viewer widget for GTK"
+HOMEPAGE="https://wiki.gnome.org/Projects/gtk-vnc;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+introspection pulseaudio sasl +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   >=dev-libs/glib-2.56.0:2
+   >=x11-libs/gdk-pixbuf-2.36.0:2
+   >=dev-libs/libgcrypt-1.8.0:0=
+   >=net-libs/gnutls-3.6.0:0=
+   >=sys-libs/zlib-1.2.11
+   sasl? ( >=dev-libs/cyrus-sasl-2.1.27 )
+   >=x11-libs/gtk+-3.22.0:3[introspection?]
+   >=x11-libs/cairo-1.15.0
+   >=x11-libs/libX11-1.6.5
+   pulseaudio? ( >=media-sound/pulseaudio-11.0 )
+   introspection? ( >=dev-libs/gobject-introspection-1.56.0:= )
+"
+# Keymap databases code is generated with python3; configure picks up $PYTHON 
exported from python-any-r1_pkg_setup
+# perl for pod2man
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-lang/perl-5
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   vala_src_prepare
+   xdg_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature introspection)
+   $(meson_feature pulseaudio)
+   $(meson_feature sasl)
+   -Dwith-coroutine=auto # gthread on windows, libc ucontext 
elsewhere; neither has extra deps
+   $(meson_feature vala with-vala)
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/

2021-12-16 Thread Craig Andrews
commit: d6876f9b36e00e2cde73d7335f85789ace50c1cb
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Dec 17 01:13:33 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Dec 17 01:13:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6876f9b

media-tv/kodi: Python 3.10 support

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

 media-tv/kodi/kodi-19.3-r1.ebuild | 2 +-
 media-tv/kodi/kodi-19..ebuild | 2 +-
 media-tv/kodi/kodi-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-tv/kodi/kodi-19.3-r1.ebuild 
b/media-tv/kodi/kodi-19.3-r1.ebuild
index 43807b2c05dd..451ff9a7933d 100644
--- a/media-tv/kodi/kodi-19.3-r1.ebuild
+++ b/media-tv/kodi/kodi-19.3-r1.ebuild
@@ -10,7 +10,7 @@ LIBDVDNAV_VERSION="6.0.0-Leia-Alpha-3"
 FFMPEG_VERSION="4.3.2"
 CODENAME="Matrix"
 FFMPEG_KODI_VERSION="19.1"
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz 
-> libdvdcss-${LIBDVDCSS_VERSION}.tar.gz
https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_VERSION}.tar.gz 
-> libdvdread-${LIBDVDREAD_VERSION}.tar.gz
https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz 
-> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz

diff --git a/media-tv/kodi/kodi-19..ebuild 
b/media-tv/kodi/kodi-19..ebuild
index 43807b2c05dd..451ff9a7933d 100644
--- a/media-tv/kodi/kodi-19..ebuild
+++ b/media-tv/kodi/kodi-19..ebuild
@@ -10,7 +10,7 @@ LIBDVDNAV_VERSION="6.0.0-Leia-Alpha-3"
 FFMPEG_VERSION="4.3.2"
 CODENAME="Matrix"
 FFMPEG_KODI_VERSION="19.1"
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz 
-> libdvdcss-${LIBDVDCSS_VERSION}.tar.gz
https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_VERSION}.tar.gz 
-> libdvdread-${LIBDVDREAD_VERSION}.tar.gz
https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz 
-> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz

diff --git a/media-tv/kodi/kodi-.ebuild b/media-tv/kodi/kodi-.ebuild
index 0a3aefe436db..c05823b54731 100644
--- a/media-tv/kodi/kodi-.ebuild
+++ b/media-tv/kodi/kodi-.ebuild
@@ -10,7 +10,7 @@ LIBDVDNAV_VERSION="6.0.0-Leia-Alpha-3"
 FFMPEG_VERSION="4.4"
 CODENAME="N"
 FFMPEG_KODI_VERSION="Alpha1"
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz 
-> libdvdcss-${LIBDVDCSS_VERSION}.tar.gz
https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_VERSION}.tar.gz 
-> libdvdread-${LIBDVDREAD_VERSION}.tar.gz
https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz 
-> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz



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

2021-12-16 Thread Georgy Yakovlev
commit: 9edf2d3ce7802cdabd0bb6ab825af69e63e92401
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Dec 17 01:12:14 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Dec 17 01:12:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edf2d3c

virtual/dist-kernel: keyword 5.15.9 for ~ppc

Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/dist-kernel/dist-kernel-5.15.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.15.9.ebuild 
b/virtual/dist-kernel/dist-kernel-5.15.9.ebuild
index 3df38272de32..42356c342fbe 100644
--- a/virtual/dist-kernel/dist-kernel-5.15.9.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.15.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
|| (



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

2021-12-16 Thread Georgy Yakovlev
commit: bf224125b4d513cf26617ad45b9658220bfc8517
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Dec 17 01:11:05 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Dec 17 01:11:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf224125

sys-kernel/gentoo-kernel: keyword 5.15.9 for ~ppc

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/gentoo-kernel/gentoo-kernel-5.15.9.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.9.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.9.ebuild
index aaab7562422a..0e8ec8a7ecb3 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.9.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.9.ebuild
@@ -38,7 +38,7 @@ SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.x
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="debug hardened"
 REQUIRED_USE="arm? ( savedconfig )"
 
@@ -76,6 +76,11 @@ src_prepare() {
cp 
"${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die
biendian=true
;;
+   ppc)
+   # assume powermac/powerbook defconfig
+   # we still package.use.force savedconfig
+   cp 
"${WORKDIR}"/linux-*/arch/powerpc/configs/pmac32_defconfig .config || die
+   ;;
ppc64)
cp 
"${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die
biendian=true



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

2021-12-16 Thread Craig Andrews
commit: d3626a548719804d2712e24aada8b227b0624028
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Dec 17 00:54:05 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Dec 17 00:54:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3626a54

net-p2p/deluge: deluge is compatible with libtorrent-rasterbar-2

See: https://github.com/deluge-torrent/deluge/pull/312
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/deluge/{deluge-.ebuild => deluge-2.0.5-r1.ebuild} | 4 ++--
 net-p2p/deluge/deluge-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-p2p/deluge/deluge-.ebuild 
b/net-p2p/deluge/deluge-2.0.5-r1.ebuild
similarity index 96%
copy from net-p2p/deluge/deluge-.ebuild
copy to net-p2p/deluge/deluge-2.0.5-r1.ebuild
index 567df54ba964..f432594a17df 100644
--- a/net-p2p/deluge/deluge-.ebuild
+++ b/net-p2p/deluge/deluge-2.0.5-r1.ebuild
@@ -28,7 +28,7 @@ REQUIRED_USE="
 "
 
 DEPEND="
-   

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

2021-12-16 Thread Sam James
commit: 591f8c384c0d6791591c430b900f89575991a713
Author: Philipp Rösner  protonmail  com>
AuthorDate: Thu Dec 16 21:35:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 00:39:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591f8c38

dev-lang/mujs: bump to 1.2.0

Added an ebuild for mujs 1.2.0 with support for EAPI 8. Also improved
readability and fixed typos. Furthermore, added myself as maintainer.

Closes: https://bugs.gentoo.org/829300
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Philipp Roesner  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23350
Signed-off-by: Sam James  gentoo.org>

 dev-lang/mujs/Manifest  |  1 +
 dev-lang/mujs/metadata.xml  | 10 --
 dev-lang/mujs/mujs-1.2.0.ebuild | 68 +
 3 files changed, 76 insertions(+), 3 deletions(-)

diff --git a/dev-lang/mujs/Manifest b/dev-lang/mujs/Manifest
index 4295a792c829..cc8ac7a4b2bf 100644
--- a/dev-lang/mujs/Manifest
+++ b/dev-lang/mujs/Manifest
@@ -1,3 +1,4 @@
 DIST mujs-1.1.0.tar.gz 123450 BLAKE2B 
e7bc05d35566ff26346e713645e0f417a9acd1a73b5fb5c7f0c35bf940765fba1ab04199f4ed1dd6ce0e3bb2bf1547703335a1c125353da24de72f2b1adfb243
 SHA512 
10b61453f8483e3e67c95a742aa7868e255816b2ce25c84d8e24c5c737bad1f23ade67531c5c5bb914804be446da33c0cbe8e95a6d5889250dd8520ce56f23a0
 DIST mujs-1.1.2.tar.xz 98340 BLAKE2B 
bbb290786c26fd604082eb123adc78a3b7d9387dafabf70df23bae97d016a3ad16a434fb1ab3a33da85c575cf813491d0a09d956ff351bd7c8d38cac675ec114
 SHA512 
66641855e6fe732541fb80a99fda4418545183965c6a6ffb4a05101084fd1cc073aca1e51115f37fffb56bc5518cec21a1586d0745c55aec08deb47736e33392
 DIST mujs-1.1.3.tar.xz 98332 BLAKE2B 
4dc2c0e657d7dcbbd7f82765556e75e7992cdcaf15c7986bb76c0fb6c244057ba0771a2a59c246eaf7bb9ff080e8af6ade8ef9a95606dc8ebde99f7d73c245c1
 SHA512 
6a8d0650f1924b5889039ddd8529438226677c63f9317b980492fac4e8380385d5c33fe8a315f26ebd0f7ae94c6c3bc90fdb75a8e4a0df367e6e4e355692e890
+DIST mujs-1.2.0.tar.xz 99108 BLAKE2B 
3661fb56a3c316f529251e93b50e18ae1835077af10d5fb636e92e77a766fb63410af0f61ffca6e6c12d6c5c984548d4e36ccee03ead44835493c0c28ef610a9
 SHA512 
04cc246091bf878aadfa2382ef46c8c42cd04924d9459558016f27474ae3ebca7fc7a0fda7b4efee1bd668b8b051030a2e1f9f40722cb547700c7f84857f4071

diff --git a/dev-lang/mujs/metadata.xml b/dev-lang/mujs/metadata.xml
index ae5c7e5450f5..6ac2a7946bf4 100644
--- a/dev-lang/mujs/metadata.xml
+++ b/dev-lang/mujs/metadata.xml
@@ -1,9 +1,13 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   s...@gentoo.org
-   Sam James
+   
+   rndxelem...@protonmail.com
+   Philipp Rösner
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers


MuJS is a lightweight Javascript interpreter designed for 
embedding in

diff --git a/dev-lang/mujs/mujs-1.2.0.ebuild b/dev-lang/mujs/mujs-1.2.0.ebuild
new file mode 100644
index ..e25bff9dec49
--- /dev/null
+++ b/dev-lang/mujs/mujs-1.2.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="An embeddable JavaScript interpreter written in C"
+HOMEPAGE="https://mujs.com/ https://github.com/ccxvii/mujs;
+SRC_URI="https://mujs.com/downloads/${P}.tar.xz;
+
+LICENSE="ISC"
+# The subslot matches the SONAME
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
+
+RDEPEND="sys-libs/readline:="
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.1.1-flags.patch
+)
+
+src_prepare() {
+   default
+
+   tc-export AR CC
+
+   append-cflags -fPIC
+
+   # The library's ABI (and API) might change in new releases
+   # Diff 'usr/include/mujs.h' across releases to validate
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   append-cflags 
-Wl,-install_name,"${EPREFIX}"/usr/$(get_libdir)/lib${PN}.${PV}.dylib
+   else
+   append-cflags -Wl,-soname=lib${PN}.so.${PV}
+   fi
+}
+
+src_compile() {
+   # We need to use ${PV} for the pkgconfig file, see: #784461
+   emake \
+   VERSION=${PV} \
+   XCFLAGS="${CFLAGS}" \
+   XCPPFLAGS="${CPPFLAGS}" \
+   prefix=/usr \
+   shell shared
+}
+
+src_install() {
+   emake \
+   DESTDIR="${ED}" \
+   VERSION=${PV} \
+   libdir="/usr/$(get_libdir)" \
+   prefix=/usr \
+   install-shared
+
+   # TODO: Tidy up this logic, improve readability
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   mv -v "${ED}"/usr/$(get_libdir)/lib${PN}.so 
"${ED}"/usr/$(get_libdir)/lib${PN}.${PV}.dylib || die
+   dosym lib${PN}.${PV}.dylib /usr/$(get_libdir)/lib${PN}.dylib
+   dosym 

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

2021-12-16 Thread Sam James
commit: 160b1d4031074c5d4d49c42c9a07056c9b4b8617
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 00:36:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 00:37:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160b1d40

dune.eclass: fix default value of DUNE_PKG_NAME

We need to use :=, not :-, because we want to reassign
DUNE_PKG_NAME, not just return the new value.

Closes: https://bugs.gentoo.org/829199
Closes: https://bugs.gentoo.org/829299
Closes: https://bugs.gentoo.org/829327
Signed-off-by: Sam James  gentoo.org>

 eclass/dune.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/dune.eclass b/eclass/dune.eclass
index 69aad36921b9..4653db3ae791 100644
--- a/eclass/dune.eclass
+++ b/eclass/dune.eclass
@@ -19,7 +19,7 @@
 # @DESCRIPTION:
 # Sets the actual Dune package name, if different from Gentoo package name.
 # Set before inheriting the eclass.
-: ${DUNE_PKG_NAME:-${PN}}
+: ${DUNE_PKG_NAME:=${PN}}
 
 case ${EAPI:-0} in
6|7|8) ;;
@@ -66,6 +66,7 @@ dune_src_test() {
 # @CODE
 dune-install() {
local -a pkgs=( "${@}" )
+
[[ ${#pkgs[@]} -eq 0 ]] && pkgs=( "${DUNE_PKG_NAME}" )
 
local -a myduneopts=(
@@ -73,6 +74,7 @@ dune-install() {
--libdir="${D%/}$(ocamlc -where)"
--mandir="${ED%/}/usr/share/man"
)
+
local pkg
for pkg in "${pkgs[@]}" ; do
ebegin "Installing ${pkg}"



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

2021-12-16 Thread James Le Cuirot
commit: 506287d87221682c4a766467388e205c9b716afd
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Dec 16 23:18:37 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Dec 16 23:18:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506287d8

dev-util/patchelf: Version bump to 0.14.3

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

 dev-util/patchelf/Manifest   |  1 +
 dev-util/patchelf/patchelf-0.14.3.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 2eefbfb21056..6393cc448f39 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,3 +1,4 @@
 DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 
6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796
 SHA512 
647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501
 DIST patchelf-0.12.tar.gz 103075 BLAKE2B 
8ea71eb75bcc40e18a168c1e65856809fcceb8f68a9939e5248464d8c2e5d14d4eb1278965727417a26e70734712121d057c3da689be397f93bdb5234a11d5ba
 SHA512 
2563a5b22b90392d5755d9a08022daf8570fa1b741becbbca92548d0a2f82f7ee21175a2c34816a4653c89c2219bf59b1440304b0fa2d49842e398ab18b9923c
 DIST patchelf-0.13.tar.gz 117997 BLAKE2B 
5db88c9ff9103f2e4b8e15d7dc0d677c3956a85ce5e86e371c4c32a21c3bc219990edd71a20a6b650342eff1068c0ba0976529d62d21dcc17dfc020abf7167ec
 SHA512 
0b4cb41dc1b76d1c0f46655d8b1c56187d2bf18fa12fad9ad6e8acd321a98df372713a92c6649479498bb5939c91ce16a1032ec03afc5a2f7c92cd68882c2bd9
+DIST patchelf-0.14.3.tar.gz 123722 BLAKE2B 
ca9c28c88ff6a5eb37a8cb9010642f04335b74e2132987f34bc167c140dc95cd4ac7a3ed71b7287d952a0201b12148a15f3066e5c7d3d453cc18a1e97b6283ed
 SHA512 
2f5caa6b038e630896dc0cebaf4d6f88d91f6dee7f2ffa2fc6b90d199b3a0140b7fe39ea43e582f7ac1145309a61e11fb7ce36c579ad217c48f1b189738f79c8

diff --git a/dev-util/patchelf/patchelf-0.14.3.ebuild 
b/dev-util/patchelf/patchelf-0.14.3.ebuild
new file mode 100644
index ..e66de9a4aec2
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.14.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="https://github.com/NixOS/patchelf;
+SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   configure.ac || die
+
+   eautoreconf
+}



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

2021-12-16 Thread James Le Cuirot
commit: 3aa40519e2530b60d07011e51262a20351d48e02
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Dec 16 23:18:59 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Dec 16 23:18:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa40519

dev-util/patchelf: Drop old 0.12

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

 dev-util/patchelf/Manifest |  1 -
 dev-util/patchelf/patchelf-0.12.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 6393cc448f39..247fe251e9f5 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,4 +1,3 @@
 DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 
6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796
 SHA512 
647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501
-DIST patchelf-0.12.tar.gz 103075 BLAKE2B 
8ea71eb75bcc40e18a168c1e65856809fcceb8f68a9939e5248464d8c2e5d14d4eb1278965727417a26e70734712121d057c3da689be397f93bdb5234a11d5ba
 SHA512 
2563a5b22b90392d5755d9a08022daf8570fa1b741becbbca92548d0a2f82f7ee21175a2c34816a4653c89c2219bf59b1440304b0fa2d49842e398ab18b9923c
 DIST patchelf-0.13.tar.gz 117997 BLAKE2B 
5db88c9ff9103f2e4b8e15d7dc0d677c3956a85ce5e86e371c4c32a21c3bc219990edd71a20a6b650342eff1068c0ba0976529d62d21dcc17dfc020abf7167ec
 SHA512 
0b4cb41dc1b76d1c0f46655d8b1c56187d2bf18fa12fad9ad6e8acd321a98df372713a92c6649479498bb5939c91ce16a1032ec03afc5a2f7c92cd68882c2bd9
 DIST patchelf-0.14.3.tar.gz 123722 BLAKE2B 
ca9c28c88ff6a5eb37a8cb9010642f04335b74e2132987f34bc167c140dc95cd4ac7a3ed71b7287d952a0201b12148a15f3066e5c7d3d453cc18a1e97b6283ed
 SHA512 
2f5caa6b038e630896dc0cebaf4d6f88d91f6dee7f2ffa2fc6b90d199b3a0140b7fe39ea43e582f7ac1145309a61e11fb7ce36c579ad217c48f1b189738f79c8

diff --git a/dev-util/patchelf/patchelf-0.12.ebuild 
b/dev-util/patchelf/patchelf-0.12.ebuild
deleted file mode 100644
index b3d5fb270ec6..
--- a/dev-util/patchelf/patchelf-0.12.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
-HOMEPAGE="https://nixos.org/patchelf.html;
-SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-
-src_prepare() {
-   default
-   rm src/elf.h || die
-
-   sed -i \
-   -e 's:-Werror::g' \
-   configure.ac || die
-
-   eautoreconf
-}
-
-src_test() {
-   emake check \
- CFLAGS+=" -no-pie" \
- CXXFLAGS+=" -no-pie"
-}



[gentoo-commits] repo/gentoo:master commit in: games-board/xskat/

2021-12-16 Thread Ionen Wolkens
commit: 2f52f3b6155847320d8998c5fbe640d216f8a8e2
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Dec 16 22:43:02 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Dec 16 22:51:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f52f3b6

games-board/xskat: EAPI7->8, remove imake, use valid icon format

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

 games-board/xskat/Manifest|  1 +
 games-board/xskat/xskat-4.0-r2.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/games-board/xskat/Manifest b/games-board/xskat/Manifest
index b6f7d17f04fc..e982a3f6eba6 100644
--- a/games-board/xskat/Manifest
+++ b/games-board/xskat/Manifest
@@ -1 +1,2 @@
 DIST xskat-4.0.tar.gz 179059 BLAKE2B 
0494db798eadd17b4b35256560aa82ad8ec239b08f7adcdd86621088676cbc4c7cae0d0a53bb15525d56319ba0549406038cc1e64cdcfefd280d379ffc326a96
 SHA512 
508d83886063be01aef509fa8050110e599e0120025a94747717fcbae38e2196e8db041296b984fe37895c211519f511cf75dfa6b948c5789e6b37064f3d0c0d
+DIST xskat.png 269 BLAKE2B 
f2e6810dcff815ea2871b2d2dfce1afe0e157ecd93abcf3a95267a1429f97f2d8970ff26c8f993d38390d7055d6086424981192531b20f34d4a94367ce3fd88f
 SHA512 
4898a0a160b28b9fa8bf4c5edfab76b4a09e4726fcb7309fef5d87ddd527e26f6f0a9fb801e9babb3b1988ebcb7e83d4ad9a43221dff265cc4695453b739091f

diff --git a/games-board/xskat/xskat-4.0-r2.ebuild 
b/games-board/xskat/xskat-4.0-r2.ebuild
new file mode 100644
index ..b0559267d1f0
--- /dev/null
+++ b/games-board/xskat/xskat-4.0-r2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop toolchain-funcs
+
+DESCRIPTION="Famous german card game"
+HOMEPAGE="http://www.xskat.de/xskat.html;
+SRC_URI="
+   http://www.xskat.de/${P}.tar.gz
+   https://dev.gentoo.org/~ionen/distfiles/${PN}.png;
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+DEPEND="x11-libs/libX11"
+RDEPEND="
+   ${DEPEND}
+   media-fonts/font-misc-misc"
+BDEPEND="
+   virtual/pkgconfig
+   x11-base/xorg-proto"
+
+src_configure() { :; }
+
+src_compile() {
+   tc-export CC
+
+   local emakeargs=(
+   CFLAGS="${CFLAGS} ${CPPFLAGS}"
+   LDFLAGS="${LDFLAGS} $($(tc-getPKG_CONFIG) --libs x11 || die)"
+   )
+
+   emake "${emakeargs[@]}"
+}
+
+src_install() {
+   dobin ${PN}
+   newman ${PN}.{man,6}
+
+   einstalldocs
+
+   doicon "${DISTDIR}"/${PN}.png
+   make_desktop_entry ${PN} XSkat
+}



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

2021-12-16 Thread Conrad Kostecki
commit: 4efd9b643dbd6601175e3ae98bc6bf32fb269376
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:36:31 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:39:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efd9b64

app-misc/fhem: add 6.1

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

 app-misc/fhem/Manifest|   1 +
 app-misc/fhem/fhem-6.1.ebuild | 107 ++
 2 files changed, 108 insertions(+)

diff --git a/app-misc/fhem/Manifest b/app-misc/fhem/Manifest
index b1006644bcef..bd6615898440 100644
--- a/app-misc/fhem/Manifest
+++ b/app-misc/fhem/Manifest
@@ -1 +1,2 @@
 DIST fhem-6.0.tar.gz 28562819 BLAKE2B 
4bc4f232caf0adc35ded72f380c1d4c816a22304af357f9b204fb856c2053038e3db2d834b7448d3cf43e84d3f435a36d047e48606b9e1083ab4963b38a75301
 SHA512 
a8e9d74b1d68ad7c9aea0a4d463aa877cb607458cb6ecf76203c96ff2156fd8b8a3b9cb5687ac0a5cd1eca5f94552433de55f3696b7be54a3cfa8df9cf74fbe1
+DIST fhem-6.1.tar.gz 32437246 BLAKE2B 
0c7afce70d7fa4afe01b4dd46847cfb406a267c30ba6490b4ded75c365e745c0e84aa4872e6ca9c59f11b3082655e23295c59d69c5f91b272cc576df2e9e4978
 SHA512 
93767f6e8fa2b35b24192c1dd5de29bc9ac09f8690982870d1479350acc0954d6a635fcb2abfdac96f2f9b4f8217288486b35fa385f3388efd1407b4f14ebe8f

diff --git a/app-misc/fhem/fhem-6.1.ebuild b/app-misc/fhem/fhem-6.1.ebuild
new file mode 100644
index ..ff54d3f73199
--- /dev/null
+++ b/app-misc/fhem/fhem-6.1.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd tmpfiles
+
+DESCRIPTION="A GPL'd perl server for house automation"
+HOMEPAGE="https://www.fhem.de/;
+SRC_URI="https://www.fhem.de/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+   acct-group/fhem
+   acct-user/fhem
+   dev-perl/Crypt-CBC
+   dev-perl/Device-SerialPort
+   dev-perl/Digest-CRC
+   dev-perl/JSON
+"
+
+DEPEND="media-gfx/pngcrush"
+
+src_prepare() {
+   default
+
+   # Allow install path to be set by DESTDIR in Makefile
+   sed -i -e 's,^\(BINDIR=\),\1'\$\(DESTDIR\)',' Makefile || die
+
+   # Remove docs in Makefile, as they will be installed manually
+   sed -i -e 's/docs//g' Makefile || die
+   sed -i -e '/README_DEMO.txt/d' Makefile || die
+
+   # Remove manpage in Makefile, as it will be installed manually
+   sed -i -e '/fhem.pl.1/d' Makefile || die
+
+   # Remove lcd4linux binaries, as they are provied by app-misc/lcd4linux
+   rm -r contrib/lcd4linux || die
+
+   # Remove log dir, as it will be replaced with a symlink
+   rm -r log || die
+
+   # Fix fhemicon_darksmall.png, as it reports "broken IDAT window length"
+   # Reported to Upstream: 
https://forum.fhem.de/index.php/topic,86238.0.html
+   pngcrush -fix -force -ow www/images/default/fhemicon_darksmall.png || 
die
+
+   cp "${FILESDIR}"/fhem.cfg fhem.cfg || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   local DOCS=(
+   "CHANGED"
+   "HISTORY"
+   "MAINTAINER.txt"
+   "README.SVN"
+   "README_DEMO.txt"
+   "docs"/*.txt
+   "docs"/*.patch
+   "docs"/*.pdf
+   "docs/changelog"
+   "docs/copyright"
+   "docs/dotconfig"
+   "docs/fhem.odg.readme"
+   "docs/LIESMICH.update-thirdparty"
+   "docs"/README*
+   "docs/X10"
+   )
+
+   if use doc; then
+   local DOCS+=( "docs/X10" )
+   local HTML_DOCS=( "docs/"*.eps "docs/"*.html "docs"/*.jpg 
"docs"/*.js "docs"/*.odg "docs/"*.png "docs/km271" )
+   fi
+
+   diropts -o fhem -g fhem
+   keepdir "/var/lib/fhem"
+   keepdir "/var/log/fhem"
+   diropts
+
+   dosym ../../var/lib/fhem /opt/fhem/data
+   dosym ../../var/log/fhem /opt/fhem/log
+
+   default
+
+   newinitd "${FILESDIR}"/fhem.initd fhem
+
+   systemd_newunit "${FILESDIR}"/fhem.service-r1 fhem.service
+   newtmpfiles "${FILESDIR}"/fhem.tmpfiles fhem.conf
+
+   newman docs/fhem.man fhem.pl.1
+
+   echo 'CONFIG_PROTECT="/opt/fhem /var/lib/fhem"' > "${T}"/99fhem || die
+   doenvd "${T}"/99fhem
+
+   fowners fhem:fhem /opt/fhem/fhem.cfg
+}
+
+pkg_postinst() {
+   tmpfiles_process fhem.conf
+}



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ipt_netflow/files/, net-firewall/ipt_netflow/

2021-12-16 Thread Sam James
commit: 47dba6226b616c192fd3fb9d0f37ec2945498f60
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 16 22:36:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 16 22:37:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47dba622

net-firewall/ipt_netflow: fix build with linux-headers-5.14

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

 .../ipt_netflow-2.6-fix-linux-headers-5.14.patch   | 29 ++
 net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild|  2 ++
 2 files changed, 31 insertions(+)

diff --git 
a/net-firewall/ipt_netflow/files/ipt_netflow-2.6-fix-linux-headers-5.14.patch 
b/net-firewall/ipt_netflow/files/ipt_netflow-2.6-fix-linux-headers-5.14.patch
new file mode 100644
index ..0f52b68d5235
--- /dev/null
+++ 
b/net-firewall/ipt_netflow/files/ipt_netflow-2.6-fix-linux-headers-5.14.patch
@@ -0,0 +1,29 @@
+https://github.com/aabc/ipt-netflow/commit/66e4304101010108892376866334ec9317b427d8.patch
+https://bugs.gentoo.org/813993
+
+From: ABC 
+Date: Wed, 14 Jul 2021 15:39:42 +0300
+Subject: [PATCH] Namespace sk_error_report
+
+sk_error_report is introduced in v5.14-rc1: e3ae2365efc14 ("net: sock:
+introduce sk_error_report").
+--- a/ipt_NETFLOW.c
 b/ipt_NETFLOW.c
+@@ -1943,7 +1943,7 @@ static struct ctl_path netflow_sysctl_path[] = {
+ #endif /* CONFIG_SYSCTL */
+ 
+ /* socket code */
+-static void sk_error_report(struct sock *sk)
++static void netflow_sk_error_report(struct sock *sk)
+ {
+   struct ipt_netflow_sock *usock;
+ 
+@@ -1974,7 +1974,7 @@ static struct socket *usock_open_sock(struct 
ipt_netflow_sock *usock)
+   }
+   sock->sk->sk_allocation = GFP_ATOMIC;
+   sock->sk->sk_prot->unhash(sock->sk); /* hidden from input */
+-  sock->sk->sk_error_report = _error_report; /* clear ECONNREFUSED */
++  sock->sk->sk_error_report = _sk_error_report; /* clear 
ECONNREFUSED */
+   sock->sk->sk_user_data = usock;
+   sock->sk->sk_reuse = SK_CAN_REUSE;
+ 

diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild 
b/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild
index 35009fb8ac17..4665d475be3d 100644
--- a/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild
+++ b/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild
@@ -32,6 +32,8 @@ PATCHES=(
"${FILESDIR}/${PN}-2.0-configure.patch" # bug #455984
"${FILESDIR}/${PN}-2.6-gentoo.patch"
"${FILESDIR}/${P}-ref_module_fix.patch" # bug #781014
+   "${FILESDIR}/${P}-fix-linux-headers-5.14.patch" # bug #813993
+
 )
 
 pkg_setup() {



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

2021-12-16 Thread Michał Górny
commit: e246ad6cb80c24815793f930ceba7ee946529c5c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 16 22:31:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 16 22:35:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e246ad6c

dev-lang/python: Support linking against libedit

Python 3.10 introduced an explicit configure switch to control linking
the readline extension against libedit vs. readline.  Add IUSE=libedit
to expose this support to users, as it may be useful for applications
that link against libedit itself and embed Python (e.g. LLDB).

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

 dev-lang/python/metadata.xml   |  1 +
 11.0_alpha3.ebuild => python-3.10.1-r1.ebuild} | 64 +++---
 dev-lang/python/python-3.11.0_alpha3.ebuild|  8 ++-
 3 files changed, 40 insertions(+), 33 deletions(-)

diff --git a/dev-lang/python/metadata.xml b/dev-lang/python/metadata.xml
index c72b41d56afb..54c2aa9734b5 100644
--- a/dev-lang/python/metadata.xml
+++ b/dev-lang/python/metadata.xml
@@ -7,6 +7,7 @@
 
 
Build Bluetooth protocol support in socket 
module
+   Link readline extension against 
dev-libs/libedit instead of sys-libs/readline.
Optimize the build using Profile Guided Optimization 
(PGO)
Optimize the build using Link Time Optimization 
(LTO)
Install Windows executables required to create an 
executable installer for MS Windows.

diff --git a/dev-lang/python/python-3.11.0_alpha3.ebuild 
b/dev-lang/python/python-3.10.1-r1.ebuild
similarity index 87%
copy from dev-lang/python/python-3.11.0_alpha3.ebuild
copy to dev-lang/python/python-3.10.1-r1.ebuild
index 8ec035eb763d..771490e14f32 100644
--- a/dev-lang/python/python-3.11.0_alpha3.ebuild
+++ b/dev-lang/python/python-3.10.1-r1.ebuild
@@ -7,7 +7,7 @@ WANT_LIBTOOL="none"
 inherit autotools check-reqs flag-o-matic multiprocessing pax-utils \
python-utils-r1 toolchain-funcs verify-sig
 
-MY_PV=${PV/_alpha/a}
+MY_PV=${PV/_rc/rc}
 MY_P="Python-${MY_PV%_p*}"
 PYVER=$(ver_cut 1-2)
 PATCHSET="python-gentoo-patches-${MY_PV}"
@@ -23,8 +23,8 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="bluetooth build examples gdbm hardened lto +ncurses pgo +readline 
+sqlite +ssl test tk wininst"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="bluetooth build examples gdbm hardened libedit lto +ncurses pgo 
+readline +sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 
 # Do not add a dependency on dev-lang/python to this ebuild.
@@ -34,7 +34,6 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="app-arch/bzip2:=
app-arch/xz-utils:=
-   >=dev-libs/expat-2.1:=
dev-libs/libffi:=
sys-apps/util-linux:=
>=sys-libs/zlib-1.1.3:=
@@ -42,7 +41,10 @@ RDEPEND="app-arch/bzip2:=
virtual/libintl
gdbm? ( sys-libs/gdbm:=[berkdb] )
ncurses? ( >=sys-libs/ncurses-5.2:= )
-   readline? ( >=sys-libs/readline-4.1:= )
+   readline? (
+   !libedit? ( >=sys-libs/readline-4.1:= )
+   libedit? ( dev-libs/libedit:= )
+   )
sqlite? ( >=dev-db/sqlite-3.3.8:3= )
ssl? ( >=dev-libs/openssl-1.1.1:= )
tk? (
@@ -51,6 +53,7 @@ RDEPEND="app-arch/bzip2:=
dev-tcltk/blt:=
dev-tcltk/tix
)
+   xml? ( >=dev-libs/expat-2.1:= )
!!https://bugs.gentoo.org/737660
local jobs=$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")
@@ -110,6 +116,24 @@ src_configure() {
local disable
# disable automagic bluetooth headers detection
use bluetooth || export ac_cv_header_bluetooth_bluetooth_h=no
+   use gdbm  || disable+=" gdbm"
+   use ncurses   || disable+=" _curses _curses_panel"
+   use readline  || disable+=" readline"
+   use sqlite|| disable+=" _sqlite3"
+   use ssl   || export PYTHON_DISABLE_SSL="1"
+   use tk|| disable+=" _tkinter"
+   use xml   || disable+=" _elementtree pyexpat" # _elementtree uses 
pyexpat.
+   export PYTHON_DISABLE_MODULES="${disable}"
+
+   if ! use xml; then
+   ewarn "You have configured Python without XML support."
+   ewarn "This is NOT a recommended configuration as you"
+   ewarn "may face problems parsing any XML documents."
+   fi
+
+   if [[ -n "${PYTHON_DISABLE_MODULES}" ]]; then
+   einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}"
+   fi
 
if [[ "$(gcc-major-version)" -ge 4 ]]; then
append-flags -fwrapv
@@ -172,10 +196,10 @@ src_configure() {
--without-ensurepip
--with-system-expat
--with-system-ffi
-   --with-platlibdir=lib
 
$(use_with lto)
$(use_enable 

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-qxl/, x11-drivers/xf86-video-qxl/files/

2021-12-16 Thread Sam James
commit: 33ed515d5d5578cfa5066fba4634ccb9e84d6857
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 16 22:32:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 16 22:32:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ed515d

x11-drivers/xf86-video-qxl: fix build with xorg 21

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

 ...video-qxl-0.1.5_p20200205-xorg-21.0-build.patch | 93 ++
 .../xf86-video-qxl-0.1.5_p20200205-r1.ebuild   | 52 
 2 files changed, 145 insertions(+)

diff --git 
a/x11-drivers/xf86-video-qxl/files/xf86-video-qxl-0.1.5_p20200205-xorg-21.0-build.patch
 
b/x11-drivers/xf86-video-qxl/files/xf86-video-qxl-0.1.5_p20200205-xorg-21.0-build.patch
new file mode 100644
index ..b4f9024a1e4a
--- /dev/null
+++ 
b/x11-drivers/xf86-video-qxl/files/xf86-video-qxl-0.1.5_p20200205-xorg-21.0-build.patch
@@ -0,0 +1,93 @@
+https://bugs.gentoo.org/827652
+https://gitlab.freedesktop.org/xorg/driver/xf86-video-qxl/-/merge_requests/6
+
+From 4b083ede3c4a827a84295ff223e34ee3c2e581b2 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Zolt=C3=A1n=20B=C3=B6sz=C3=B6rm=C3=A9nyi?=
+ 
+Date: Sat, 28 Aug 2021 15:38:40 +0200
+Subject: [PATCH] Fix a build  error with Xorg master
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Use xf86ReturnOptValBool() in get_bool_option() instead of
+options[option_index].value.bool to fix a compiler error with
+current Xorg xserver master branch.
+
+Also use xf86GetOptValInteger() in get_int_option() and
+xf86GetOptValString() in get_str_option() for consistency.
+
+The change causes a slight performance drop during option parsing
+because the passed-in index_value is no longer used as an index
+into the options array.
+
+Instead, it's used as a token now for the standard option getter
+functions which works since the index_value to the get_*_option()
+functions are identical to the value of options[n].token in the
+passed-in OptionInfoRec array.
+
+Also rename "int option_index" to "int token" for clarity in all
+three functions.
+
+Signed-off-by: Zoltán Böszörményi 
+--- a/src/qxl_option_helpers.c
 b/src/qxl_option_helpers.c
+@@ -10,31 +10,32 @@
+ 
+ #include "qxl_option_helpers.h"
+ 
+-int get_int_option(OptionInfoPtr options, int option_index,
++int get_int_option(OptionInfoPtr options, int token,
+const char *env_name)
+ {
++int value;
+ if (env_name && getenv(env_name)) {
+ return atoi(getenv(env_name));
+ }
+-return options[option_index].value.num;
++return xf86GetOptValInteger(options, token, ) ? value : 0;
+ }
+ 
+-const char *get_str_option(OptionInfoPtr options, int option_index,
++const char *get_str_option(OptionInfoPtr options, int token,
+const char *env_name)
+ {
+ if (getenv(env_name)) {
+ return getenv(env_name);
+ }
+-return options[option_index].value.str;
++return xf86GetOptValString(options, token);
+ }
+ 
+-int get_bool_option(OptionInfoPtr options, int option_index,
++int get_bool_option(OptionInfoPtr options, int token,
+  const char *env_name)
+ {
+ const char* value = getenv(env_name);
+ 
+ if (!value) {
+-return options[option_index].value.bool;
++return xf86ReturnOptValBool(options, token, FALSE);
+ }
+ if (strcmp(value, "0") == 0 ||
+ strcasecmp(value, "off") == 0 ||
+--- a/src/qxl_option_helpers.h
 b/src/qxl_option_helpers.h
+@@ -4,13 +4,13 @@
+ #include 
+ #include 
+ 
+-int get_int_option(OptionInfoPtr options, int option_index,
++int get_int_option(OptionInfoPtr options, int token,
+const char *env_name);
+ 
+-const char *get_str_option(OptionInfoPtr options, int option_index,
++const char *get_str_option(OptionInfoPtr options, int token,
+const char *env_name);
+ 
+-int get_bool_option(OptionInfoPtr options, int option_index,
++int get_bool_option(OptionInfoPtr options, int token,
+  const char *env_name);
+ 
+ #endif // OPTION_HELPERS_H
+GitLab

diff --git 
a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205-r1.ebuild 
b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205-r1.ebuild
new file mode 100644
index ..86d9d4133a45
--- /dev/null
+++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit autotools python-single-r1 xorg-3
+
+DESCRIPTION="QEMU QXL paravirt video driver"
+SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz;
+S="${WORKDIR}"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="xspice"
+REQUIRED_USE="xspice? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   xspice? (
+   app-emulation/spice
+ 

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

2021-12-16 Thread Conrad Kostecki
commit: 20d3a93431009ea8a6363d67bcd6875187c32b95
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:13:13 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d3a934

app-dicts/aspell-rw: update EAPI 7 -> 8

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

 app-dicts/aspell-rw/aspell-rw-0.50.0-r1.ebuild | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/app-dicts/aspell-rw/aspell-rw-0.50.0-r1.ebuild 
b/app-dicts/aspell-rw/aspell-rw-0.50.0-r1.ebuild
new file mode 100644
index ..74b8e14b1502
--- /dev/null
+++ b/app-dicts/aspell-rw/aspell-rw-0.50.0-r1.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Kinyarwanda"
+
+inherit aspell-dict-r1
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-12-16 Thread Conrad Kostecki
commit: 7c5fe3706884e883dc8de4a36d99fdafba34fc60
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:13:04 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5fe370

app-dicts/aspell-ru: update EAPI 7 -> 8

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

 app-dicts/aspell-ru/aspell-ru-0.99.1-r2.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/app-dicts/aspell-ru/aspell-ru-0.99.1-r2.ebuild 
b/app-dicts/aspell-ru/aspell-ru-0.99.1-r2.ebuild
new file mode 100644
index ..012c39f22db5
--- /dev/null
+++ b/app-dicts/aspell-ru/aspell-ru-0.99.1-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Russian"
+ASPELL_VERSION=6
+MY_PV="$(ver_cut 1-2)f7-$(ver_cut 3)"
+MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${MY_PV}"
+
+inherit aspell-dict-r1
+
+SRC_URI="mirror://gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+
+src_prepare() {
+   default
+
+   # Setting default dictionary to ru-yeyo
+   cp -v ru-yeyo.multi ru.multi || die
+}



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

2021-12-16 Thread Conrad Kostecki
commit: f0b7a4ddf7aaa961dbc2e2bcfb91a486d84b93c9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:13:17 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b7a4dd

app-dicts/aspell-rw: drop 0.50.0

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

 app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild 
b/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild
deleted file mode 100644
index 891b4a32bb60..
--- a/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Kinyarwanda"
-
-inherit aspell-dict-r1
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-12-16 Thread Conrad Kostecki
commit: a9be36cd6bc8a4715e1047ef4ba4b7281ef815bd
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:13:00 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9be36cd

app-dicts/aspell-ro: drop 3.3.10

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

 app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild 
b/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild
deleted file mode 100644
index 772e53c49c6e..
--- a/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Romanian"
-ASPELL_VERSION=5
-MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}"
-
-inherit aspell-dict-r1
-
-HOMEPAGE="
-   http://aspell.net
-   https://rospell.wordpress.com/
-"
-SRC_URI="mirror://sourceforge/rospell/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-12-16 Thread Conrad Kostecki
commit: 5640f5acef29e09f4c4538c94d877a395dbf12c9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:12:40 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5640f5ac

app-dicts/aspell-nb: update EAPI 7 -> 8

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

 app-dicts/aspell-nb/aspell-nb-0.50.1.0-r3.ebuild | 16 
 1 file changed, 16 insertions(+)

diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r3.ebuild 
b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r3.ebuild
new file mode 100644
index ..59ed8250eb99
--- /dev/null
+++ b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Norwegian Bokmal"
+MY_P="${PN}-${PV%.*}-${PV##*.}"
+
+inherit aspell-dict-r1
+
+SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+
+RDEPEND="!app-dicts/aspell-no"



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

2021-12-16 Thread Conrad Kostecki
commit: 7b4a64b9a7a4ed99f85f4628bc6d118df903d999
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:12:56 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4a64b9

app-dicts/aspell-ro: update EAPI 7 -> 8

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

 app-dicts/aspell-ro/aspell-ro-3.3.10-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/app-dicts/aspell-ro/aspell-ro-3.3.10-r1.ebuild 
b/app-dicts/aspell-ro/aspell-ro-3.3.10-r1.ebuild
new file mode 100644
index ..72bf114f0415
--- /dev/null
+++ b/app-dicts/aspell-ro/aspell-ro-3.3.10-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Romanian"
+ASPELL_VERSION=5
+MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}"
+
+inherit aspell-dict-r1
+
+HOMEPAGE="
+   http://aspell.net
+   https://rospell.wordpress.com/
+"
+SRC_URI="mirror://sourceforge/rospell/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-12-16 Thread Conrad Kostecki
commit: 2c307d382baa9a58a3971ba92303adc63f1b2ebf
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:12:48 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c307d38

app-dicts/aspell-no: update EAPI 7 -> 8

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

 app-dicts/aspell-no/aspell-no-0.50.2-r2.ebuild | 13 +
 1 file changed, 13 insertions(+)

diff --git a/app-dicts/aspell-no/aspell-no-0.50.2-r2.ebuild 
b/app-dicts/aspell-no/aspell-no-0.50.2-r2.ebuild
new file mode 100644
index ..67618812667d
--- /dev/null
+++ b/app-dicts/aspell-no/aspell-no-0.50.2-r2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Norwegian"
+
+inherit aspell-dict-r1
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+
+RDEPEND="!app-dicts/aspell-nb"



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

2021-12-16 Thread Conrad Kostecki
commit: 78fd9b311192283ac3517e59fbd4f406ca51ea59
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:12:27 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78fd9b31

app-dicts/aspell-de-alt: drop 2.1.1-r1

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

 .../aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild 
b/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild
deleted file mode 100644
index 9c69a1f906ff..
--- a/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="German (traditional orthography)"
-ASPELL_VERSION=6
-
-inherit aspell-dict-r1
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-PATCHES=( "${FILESDIR}/${P}-dict-name.patch" )
-
-src_install() {
-   aspell-dict-r1_src_install
-
-   newdoc doc/README README.hk
-   dodoc doc/README.bj
-}



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

2021-12-16 Thread Conrad Kostecki
commit: 86e61c8d277335edf6b1368b544d5413bcb8b6dd
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:12:31 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e61c8d

app-dicts/aspell-is: update EAPI 7 -> 8

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

 app-dicts/aspell-is/aspell-is-0.51.1.0-r2.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/app-dicts/aspell-is/aspell-is-0.51.1.0-r2.ebuild 
b/app-dicts/aspell-is/aspell-is-0.51.1.0-r2.ebuild
new file mode 100644
index ..9dbf22c6a4ac
--- /dev/null
+++ b/app-dicts/aspell-is/aspell-is-0.51.1.0-r2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Icelandic"
+
+inherit aspell-dict-r1
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+
+src_prepare() {
+   default
+
+   # Fix QA error '[..] not encoded with the UTF-8 encoding' by renaming 
file.
+   sed -e 's/'$'\355''/Y/g' -i Makefile.pre || die
+   mv ''$'\355''slenska.alias' Yslenska.alias || die
+}



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

2021-12-16 Thread Conrad Kostecki
commit: 471a5a1940311e97a2e410fe1aad4e3467e3d9f5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:12:44 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471a5a19

app-dicts/aspell-nb: drop 0.50.1.0-r2

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

 app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild | 16 
 1 file changed, 16 deletions(-)

diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild 
b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild
deleted file mode 100644
index 7a0db6a35602..
--- a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Norwegian Bokmal"
-MY_P="${PN}-${PV%.*}-${PV##*.}"
-
-inherit aspell-dict-r1
-
-SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${MY_P}.tar.bz2;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-RDEPEND="!app-dicts/aspell-no"



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

2021-12-16 Thread Conrad Kostecki
commit: 7e923d183fc17557aa78620fe74dcb6228fcd429
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:13:08 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e923d18

app-dicts/aspell-ru: drop 0.99.1-r1

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

 app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild 
b/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
deleted file mode 100644
index 47f9bc126826..
--- a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Russian"
-ASPELL_VERSION=6
-MY_PV="$(ver_cut 1-2)f7-$(ver_cut 3)"
-MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${MY_PV}"
-
-inherit aspell-dict-r1
-
-SRC_URI="mirror://gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-src_prepare() {
-   default
-
-   # Setting default dictionary to ru-yeyo
-   cp -v ru-yeyo.multi ru.multi || die
-}



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

2021-12-16 Thread Conrad Kostecki
commit: 78d3b18fc3c36d482d3eefeaf74756290a87e915
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:12:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d3b18f

app-dicts/aspell-no: drop 0.50.2-r1

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

 app-dicts/aspell-no/aspell-no-0.50.2-r1.ebuild | 13 -
 1 file changed, 13 deletions(-)

diff --git a/app-dicts/aspell-no/aspell-no-0.50.2-r1.ebuild 
b/app-dicts/aspell-no/aspell-no-0.50.2-r1.ebuild
deleted file mode 100644
index e9699114ac48..
--- a/app-dicts/aspell-no/aspell-no-0.50.2-r1.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Norwegian"
-
-inherit aspell-dict-r1
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-RDEPEND="!app-dicts/aspell-nb"



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

2021-12-16 Thread Conrad Kostecki
commit: 5d516302d7dc7ee070cbff2eb6ee320415d84d34
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 21:56:57 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d516302

app-dicts/aspell-zu: update EAPI 7 -> 8

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

 app-dicts/aspell-zu/aspell-zu-0.50.0-r1.ebuild | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/app-dicts/aspell-zu/aspell-zu-0.50.0-r1.ebuild 
b/app-dicts/aspell-zu/aspell-zu-0.50.0-r1.ebuild
new file mode 100644
index ..d66c2e5b7efc
--- /dev/null
+++ b/app-dicts/aspell-zu/aspell-zu-0.50.0-r1.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Zulu"
+
+inherit aspell-dict-r1
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-12-16 Thread Conrad Kostecki
commit: e162b8eb55672ec1a5ee8288c194fca68ef5fec7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 21:56:53 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e162b8eb

app-dicts/aspell-yi: drop 0.01.1.1

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

 app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild | 12 
 1 file changed, 12 deletions(-)

diff --git a/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild 
b/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild
deleted file mode 100644
index a3b8b8a69fca..
--- a/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Yiddish"
-ASPELL_VERSION=6
-
-inherit aspell-dict-r1
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-12-16 Thread Conrad Kostecki
commit: 4fc5b6c239875ec2ae0b31bb86004505b9f0422a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:12:23 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc5b6c2

app-dicts/aspell-de-alt: update EAPI 7 -> 8

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

 .../aspell-de-alt/aspell-de-alt-2.1.1-r2.ebuild | 21 +
 1 file changed, 21 insertions(+)

diff --git a/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r2.ebuild 
b/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r2.ebuild
new file mode 100644
index ..c657291e1682
--- /dev/null
+++ b/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="German (traditional orthography)"
+ASPELL_VERSION=6
+
+inherit aspell-dict-r1
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+
+PATCHES=( "${FILESDIR}/${P}-dict-name.patch" )
+
+src_install() {
+   aspell-dict-r1_src_install
+
+   newdoc doc/README README.hk
+   dodoc doc/README.bj
+}



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

2021-12-16 Thread Conrad Kostecki
commit: 7eff985ae0d169588637812dbc3a3ce4f01f319e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 21:57:01 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eff985a

app-dicts/aspell-zu: drop 0.50.0

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

 app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild 
b/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild
deleted file mode 100644
index f4ca0bfaf716..
--- a/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Zulu"
-
-inherit aspell-dict-r1
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-12-16 Thread Conrad Kostecki
commit: e7d47d02d15c1651d947be62656f87d221a766e3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:12:36 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d47d02

app-dicts/aspell-is: drop 0.51.1.0-r1

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

 app-dicts/aspell-is/aspell-is-0.51.1.0-r1.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/app-dicts/aspell-is/aspell-is-0.51.1.0-r1.ebuild 
b/app-dicts/aspell-is/aspell-is-0.51.1.0-r1.ebuild
deleted file mode 100644
index 4e415ab83aaa..
--- a/app-dicts/aspell-is/aspell-is-0.51.1.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Icelandic"
-
-inherit aspell-dict-r1
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-src_prepare() {
-   default
-
-   # Fix QA error '[..] not encoded with the UTF-8 encoding' by renaming 
file.
-   sed -e 's/'$'\355''/Y/g' -i Makefile.pre || die
-   mv ''$'\355''slenska.alias' Yslenska.alias || die
-}



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

2021-12-16 Thread Conrad Kostecki
commit: e7fdee97a705a100c06a65a11f50ab031f8f9b0d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 21:56:45 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fdee97

app-dicts/aspell-wa: drop 0.50.0

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

 app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild 
b/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild
deleted file mode 100644
index 3ffb7cd33d5a..
--- a/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Walloon"
-
-inherit aspell-dict-r1
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-12-16 Thread Conrad Kostecki
commit: 4728e033b5a95189a9bf4612cdbd6e7d818f4050
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 21:56:28 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4728e033

app-dicts/aspell-uz: drop 0.6.0

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

 app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild | 12 
 1 file changed, 12 deletions(-)

diff --git a/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild 
b/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild
deleted file mode 100644
index 1fd19dea4f31..
--- a/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Uzbek"
-ASPELL_VERSION=6
-
-inherit aspell-dict-r1
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-12-16 Thread Conrad Kostecki
commit: 48a2419e567b09b9c3f38fd6ce444f6e63d741ad
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 21:56:49 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a2419e

app-dicts/aspell-yi: update EAPI 7 -> 8

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

 app-dicts/aspell-yi/aspell-yi-0.01.1.1-r1.ebuild | 12 
 1 file changed, 12 insertions(+)

diff --git a/app-dicts/aspell-yi/aspell-yi-0.01.1.1-r1.ebuild 
b/app-dicts/aspell-yi/aspell-yi-0.01.1.1-r1.ebuild
new file mode 100644
index ..00c1bdb00cf2
--- /dev/null
+++ b/app-dicts/aspell-yi/aspell-yi-0.01.1.1-r1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Yiddish"
+ASPELL_VERSION=6
+
+inherit aspell-dict-r1
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-12-16 Thread Conrad Kostecki
commit: 694bf2145ffcc1ef40b06e3660a94a261835828d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 21:56:36 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694bf214

app-dicts/aspell-vi: drop 0.01.1.1

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

 app-dicts/aspell-vi/aspell-vi-0.01.1.1.ebuild | 12 
 1 file changed, 12 deletions(-)

diff --git a/app-dicts/aspell-vi/aspell-vi-0.01.1.1.ebuild 
b/app-dicts/aspell-vi/aspell-vi-0.01.1.1.ebuild
deleted file mode 100644
index e4cc034ea6c5..
--- a/app-dicts/aspell-vi/aspell-vi-0.01.1.1.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Vietnamese"
-ASPELL_VERSION=6
-
-inherit aspell-dict-r1
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-12-16 Thread Conrad Kostecki
commit: 9e0b93f4b74d59ba2ca16354a9a92ed3affabd1c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:12:15 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0b93f4

app-dicts/aspell-be: update EAPI 7 -> 8

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

 app-dicts/aspell-be/aspell-be-0.01-r2.ebuild | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/app-dicts/aspell-be/aspell-be-0.01-r2.ebuild 
b/app-dicts/aspell-be/aspell-be-0.01-r2.ebuild
new file mode 100644
index ..b2ec769036cb
--- /dev/null
+++ b/app-dicts/aspell-be/aspell-be-0.01-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Belarusian"
+ASPELL_VERSION=5
+MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}"
+
+inherit aspell-dict-r1
+
+SRC_URI="mirror://gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+IUSE="classic"
+
+src_prepare() {
+   ! use classic && local PATCHES=( 
"${FILESDIR}"/aspell5-be-${PV}-official.patch )
+
+   default
+}



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

2021-12-16 Thread Conrad Kostecki
commit: b3798bec040ae4e24f6970939cf9fd8246adec7a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 21:56:32 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3798bec

app-dicts/aspell-vi: update EAPI 7 -> 8

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

 app-dicts/aspell-vi/aspell-vi-0.01.1.1-r1.ebuild | 12 
 1 file changed, 12 insertions(+)

diff --git a/app-dicts/aspell-vi/aspell-vi-0.01.1.1-r1.ebuild 
b/app-dicts/aspell-vi/aspell-vi-0.01.1.1-r1.ebuild
new file mode 100644
index ..7f6e21a9aac9
--- /dev/null
+++ b/app-dicts/aspell-vi/aspell-vi-0.01.1.1-r1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Vietnamese"
+ASPELL_VERSION=6
+
+inherit aspell-dict-r1
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-12-16 Thread Conrad Kostecki
commit: f4f5af0453740e9dc961404ed732aad552c41aea
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 22:12:19 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f5af04

app-dicts/aspell-be: drop 0.01-r1

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

 app-dicts/aspell-be/aspell-be-0.01-r1.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild 
b/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild
deleted file mode 100644
index 8f0a7b14d104..
--- a/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Belarusian"
-ASPELL_VERSION=5
-MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}"
-
-inherit aspell-dict-r1
-
-SRC_URI="mirror://gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-IUSE="classic"
-
-src_prepare() {
-   ! use classic && local PATCHES=( 
"${FILESDIR}"/aspell5-be-${PV}-official.patch )
-
-   default
-}



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

2021-12-16 Thread Conrad Kostecki
commit: 0dbd147e6fdafa4187e70a5a0d3bfb93ba36e33f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 16 21:56:40 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 16 22:26:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbd147e

app-dicts/aspell-wa: update EAPI 7 -> 8

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

 app-dicts/aspell-wa/aspell-wa-0.50.0-r1.ebuild | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/app-dicts/aspell-wa/aspell-wa-0.50.0-r1.ebuild 
b/app-dicts/aspell-wa/aspell-wa-0.50.0-r1.ebuild
new file mode 100644
index ..061315a9e304
--- /dev/null
+++ b/app-dicts/aspell-wa/aspell-wa-0.50.0-r1.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Walloon"
+
+inherit aspell-dict-r1
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-12-16 Thread Sam James
commit: e8a60b1b7badb577080b5e1a65a9708278e75e56
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 16 22:23:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 16 22:23:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a60b1b

media-video/pipewire: add 0.3.42

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

 media-video/pipewire/Manifest   |   1 +
 media-video/pipewire/pipewire-0.3.42.ebuild | 297 
 2 files changed, 298 insertions(+)

diff --git a/media-video/pipewire/Manifest b/media-video/pipewire/Manifest
index d3c4041bbd66..0908d6b41340 100644
--- a/media-video/pipewire/Manifest
+++ b/media-video/pipewire/Manifest
@@ -3,3 +3,4 @@ DIST pipewire-0.3.36.tar.gz 1708209 BLAKE2B 
20fce0d7f88347fe594491d4fae7b6a8edee
 DIST pipewire-0.3.38.tar.gz 1727371 BLAKE2B 
dac7f3e1992b9690195df1dbc04575d386d21d06d1727b004b851e300709b3707806b7b20d36c1e74225d91a2df5428c913376903b286592f87083857347e53e
 SHA512 
c3c6c822bf4e5e77fed8d6ef09059d3e43195957692ab7baddc349af3d759d892a9af0e7802d389e2a9a15e5fece4c08ec963ac42df931233eec6057bad67eb6
 DIST pipewire-0.3.40.tar.gz 1675384 BLAKE2B 
b7df4f1ca363b764a5230099d32dd5ba5dceaadc8ca2d4ce55f42810a91628b4e32891757b22fd5eb7a7f497163936c63b86330ab2d5efa261a82d450660c371
 SHA512 
63109b87d50be160a6cde632470849564d4743f4cb469f5e3713bb1cbefc08f80416210ddedc09439555b702193c0266a1b9724e366a3b850bdf1a346c5e80cb
 DIST pipewire-0.3.41.tar.gz 1704856 BLAKE2B 
69370630055daf381e9700faf0c153fc2aaeef4fd1da9a4010e2b52ed1edb3d01fd33a3ddb74a697d0ab320b3a820f195f8c077c4deed5b6d31003604cf9c3f1
 SHA512 
ecd9ef5c0cf2edc583606d0b8633d5060e251aa04b8f562b8214a6685d6e29ec211bac4c19dec35c993bc51d98b252e8926217b48f879f06c625282637abea77
+DIST pipewire-0.3.42.tar.gz 1705295 BLAKE2B 
afd397e75be4f776b9d3042258e8091d6e1722f374e62417274238e5017e268c986ac7624e1b91ec8a97fc9078e8aa6d46a22f30c0834f99e5cd3112a096aded
 SHA512 
bbf00ad5cee8ac872d8c2ef6b9499233100dba04c127b435894cf16c349188ae11edf918479a58039becc1b493c6f53a318d8fb483043dde074dc21ec32984c1

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

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

2021-12-16 Thread Sam James
commit: c1d11c9e80f6473fa1653c7c967ac501d6ed1cf8
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 16 22:19:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 16 22:19:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d11c9e

sci-libs/indilib: Stabilize 1.9.3 ppc64, #829332

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

 sci-libs/indilib/indilib-1.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/indilib/indilib-1.9.3.ebuild 
b/sci-libs/indilib/indilib-1.9.3.ebuild
index 5291dd21585f..e11ce5ac0f32 100644
--- a/sci-libs/indilib/indilib-1.9.3.ebuild
+++ b/sci-libs/indilib/indilib-1.9.3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/lib/}"
 
 LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+"
 SLOT="0/1"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~riscv ~x86"
 IUSE="ogg rtlsdr test websocket"
 
 RESTRICT="!test? ( test )"



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

2021-12-16 Thread Ryan Fox
commit: 73106a6387c0d06d9a6033fddb7641b32c6bcefe
Author: Ryan Fox  2a03  party>
AuthorDate: Thu Dec 16 22:09:28 2021 +
Commit: Ryan Fox  2a03  party>
CommitDate: Thu Dec 16 22:09:28 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73106a63

gui-apps/foot: Bump to 1.10.3

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ryan Fox  2a03.party>

 gui-apps/foot/Manifest   |  1 +
 gui-apps/foot/foot-1.10.3.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
index eb4960f3e..563065292 100644
--- a/gui-apps/foot/Manifest
+++ b/gui-apps/foot/Manifest
@@ -1,6 +1,7 @@
 DIST foot-1.10.0.tar.gz 442267 BLAKE2B 
3038b25a51c1084f5b80bb12a393b53f9c8036654a665d3ca06ca2b918a2152d27db523b5fa10f3c509a32dca9f95492d42cada6b76131cd23f84ec7b88dae0c
 SHA512 
8578eaee5d6889cc2d76c09cb58b1848bd35064c82d18af46237cc3fe4b5d0b7f4236ee51ef6c91105910e85fb8739919b6f8b10016ae1bd5c642c85634be1e8
 DIST foot-1.10.1.tar.gz 443696 BLAKE2B 
320d7d574a186cbbac4e5e3cde04164adee6a98e30b370045ea6576747a5ef3d721c20fa08c421a677be232e6a867941e6120ba561c9f1e893e332412ccbc0ab
 SHA512 
26355a7a0bcf2f5ec0e7fb844fccda48bc04b31adae76a84c2513b9ba45e2fd22e9cdf64fa4d322952a56ec6d5ed38bbd39d86fade5f29d960a81737f9a984fc
 DIST foot-1.10.2.tar.gz 449170 BLAKE2B 
a49274c6f2e46cb21382c5945effefc1ce8047c23f1cb1d2bbce19e301d33c0fb683ceb3056d9ccd3c17dca653b0a83349a0d75c1d0e95a76c21810c80240962
 SHA512 
e6df2db55c40d392c11c81d9908a48aad93fee6b1bf1ff18f368be37056c9180e53608b3e0af7e5f9d8ea0664e9dfaee8eeff6684287fbb39207005219816601
+DIST foot-1.10.3.tar.gz 450785 BLAKE2B 
18269ed727ab6307b9e92755ba8ef6bfa5ecfbeeb0c6a7720ca3a09a280d0b3ccbebe4677bfbc6bb50cb7649c6d3e7bbeaae6127c903113224837b8d826042ab
 SHA512 
9e4ba5f7041d45908c9267fc761a6e1d8cbf1d70c85e864de6fb82afa941e9f25de6427bfc4f7578971a7ded055a6d0958eed949e432b5dda27b3644fbb9
 DIST foot-1.7.1.tar.gz 390533 BLAKE2B 
5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a
 SHA512 
fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
 DIST foot-1.7.2.tar.gz 392748 BLAKE2B 
effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2
 SHA512 
2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b
 DIST foot-1.8.0.tar.gz 415924 BLAKE2B 
ec97a6b76f568770fd9011e2245aee9b96c8fc51fb11f022ce7cc8a40bae81d45172e5e435aeab4575a8123825481fe3537376ac700f7036ea4e7079a0844eac
 SHA512 
eb0e0c1b29490f60b241259819bb2e7ab4b847e1d5a1fe70a31e893d8588e82f04f184d88a91e77222aba6fb9473f10e20461278535b6de4c2f3345440354583

diff --git a/gui-apps/foot/foot-1.10.3.ebuild b/gui-apps/foot/foot-1.10.3.ebuild
new file mode 100644
index 0..4c91677f7
--- /dev/null
+++ b/gui-apps/foot/foot-1.10.3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+if [[ ${PV} != ** ]]; then
+   SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git;
+fi
+
+DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot;
+LICENSE="MIT"
+SLOT="0"
+IUSE="ime +themes +grapheme-clustering"
+
+DEPEND="
+   dev-libs/libutf8proc
+   dev-libs/wayland
+   media-libs/fcft
+   media-libs/fontconfig
+   media-libs/freetype
+   x11-libs/libxkbcommon
+   x11-libs/pixman
+"
+RDEPEND="
+   ${DEPEND}
+   || (
+   >=sys-libs/ncurses-6.3
+   gui-apps/foot-terminfo
+   )
+"
+BDEPEND="
+   app-text/scdoc
+   dev-libs/tllist
+   dev-libs/wayland-protocols
+   sys-libs/ncurses
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use ime)
+   $(meson_use themes)
+   $(meson_feature grapheme-clustering)
+   "-Dterminfo=disabled"
+   "-Dwerror=false"
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
+}



  1   2   3   4   >