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

2022-06-09 Thread Sam James
commit: 0ed015b0be36cb1f52df36c029e954bc2e463c3c
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Jun  9 07:23:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 05:51:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed015b0

dev-java/jackson-annotations: drop 2.13.2

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Sam James  gentoo.org>

 .../jackson-annotations-2.13.2.ebuild  | 43 --
 1 file changed, 43 deletions(-)

diff --git a/dev-java/jackson-annotations/jackson-annotations-2.13.2.ebuild 
b/dev-java/jackson-annotations/jackson-annotations-2.13.2.ebuild
deleted file mode 100644
index c2835290b469..
--- a/dev-java/jackson-annotations/jackson-annotations-2.13.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/FasterXML/jackson-annotations/archive/jackson-annotations-2.13.2.tar.gz
 --slot 2 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild 
jackson-annotations-2.13.2.ebuild
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="com.fasterxml.jackson.core:jackson-annotations:2.13.2"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Core annotations used for value types, used by Jackson data 
binding package."
-HOMEPAGE="https://github.com/FasterXML/jackson-annotations;
-SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="2"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-DEPEND=">=virtual/jdk-1.8:*"
-RDEPEND=">=virtual/jre-1.8:*"
-
-DOCS=( README.md release-notes/VERSION-2.x )
-
-S="${WORKDIR}/${PN}-${P}"
-
-JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4"
-JAVA_TEST_SRC_DIR="src/test/java"
-JAVA_TEST_EXCLUDES=(
-   # 1) warning(junit.framework.TestSuite$1)
-   # junit.framework.AssertionFailedError: No tests found in 
com.fasterxml.jackson.annotation.TestBase
-   com.fasterxml.jackson.annotation.TestBase
-)
-
-src_install() {
-   default # https://bugs.gentoo.org/789582
-   java-pkg-simple_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/jackson-module-jakarta-xmlbind/

2022-06-09 Thread Sam James
commit: 69a1b06e7c1786dbc256daf1259121f290a40643
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Jun  9 07:26:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 05:51:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a1b06e

dev-java/jackson-module-jakarta-xmlbind: drop 2.13.2

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Sam James  gentoo.org>

 .../jackson-module-jakarta-xmlbind-2.13.2.ebuild   | 83 --
 1 file changed, 83 deletions(-)

diff --git 
a/dev-java/jackson-module-jakarta-xmlbind/jackson-module-jakarta-xmlbind-2.13.2.ebuild
 
b/dev-java/jackson-module-jakarta-xmlbind/jackson-module-jakarta-xmlbind-2.13.2.ebuild
deleted file mode 100644
index 18d572895a82..
--- 
a/dev-java/jackson-module-jakarta-xmlbind/jackson-module-jakarta-xmlbind-2.13.2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/FasterXML/jackson-modules-base/archive/jackson-modules-base-2.13.2.tar.gz
 --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild 
jackson-module-jakarta-xmlbind-2.13.2.ebuild
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.13.2"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Support for using Jakarta XML Bind (aka JAXB 3.0) annotations"
-HOMEPAGE="https://github.com/FasterXML/jackson-modules-base;
-SRC_URI="https://github.com/FasterXML/jackson-modules-base/archive/jackson-modules-base-${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-# We don't have jaxb-runtime:3.0.1
-RESTRICT="test"
-
-# Common dependencies
-# POM: pom.xml
-# com.fasterxml.jackson.core:jackson-annotations:2.13.2 -> 
>=dev-java/jackson-annotations-2.13.2:2
-# com.fasterxml.jackson.core:jackson-core:2.13.2 -> 
>=dev-java/jackson-core-2.13.2:0
-# com.fasterxml.jackson.core:jackson-databind:2.13.2 -> 
>=dev-java/jackson-databind-2.13.2:0
-# com.sun.activation:jakarta.activation:2.0.1 -> 
>=dev-java/jakarta-activation-2.0.1:2
-# jakarta.xml.bind:jakarta.xml.bind-api:3.0.1 -> >=dev-java/jaxb-api-3.0.1:3
-
-CP_DEPEND="
-   ~dev-java/jackson-annotations-${PV}:2
-   ~dev-java/jackson-core-${PV}:0
-   ~dev-java/jackson-databind-${PV}:0
-   dev-java/jakarta-activation-api:1
-   dev-java/jaxb-api:3
-"
-
-# Compile dependencies
-# POM: pom.xml
-# test? junit:junit:4.13.1 -> >=dev-java/junit-4.13.2:4
-# test? org.glassfish.jaxb:jaxb-runtime:3.0.1 -> !!!groupId-not-found!!!
-
-DEPEND="
-   >=virtual/jdk-1.8:*
-   ${CP_DEPEND}"
-#  test? (
-#  !!!groupId-not-found!!!
-#  )
-#"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-   ${CP_DEPEND}"
-
-DOCS=( ../README.md )
-
-S="${WORKDIR}/jackson-modules-base-jackson-modules-base-${PV}/jakarta-xmlbind/"
-
-JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
-JAVA_RESOURCE_DIRS="src/main/resources"
-
-# JAVA_TEST_GENTOO_CLASSPATH="junit-4,!!!groupId-not-found!!!"
-# JAVA_TEST_SRC_DIR="src/test/java"
-
-src_prepare() {
-   java-pkg-2_src_prepare
-
-   sed -e 's:@package@:com.fasterxml.jackson.module.jakarta.xmlbind:g' \
-   -e "s:@projectversion@:${PV}:g" \
-   -e 's:@projectgroupid@:com.fasterxml.jackson.module:g' \
-   -e 
"s:@projectartifactid@:jackson-module-jakarta-xmlbind-annotations:g" \
-   
"${JAVA_SRC_DIR}/com/fasterxml/jackson/module/jakarta/xmlbind/PackageVersion.java.in"
 \
-   > 
"${JAVA_SRC_DIR}/com/fasterxml/jackson/module/jakarta/xmlbind/PackageVersion.java"
 || die
-}
-
-src_install() {
-   default # https://bugs.gentoo.org/789582
-   java-pkg-simple_src_install
-}



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

2022-06-09 Thread Sam James
commit: 99ffd99f3f47ff0be57bc9eee76d9b4b566ad431
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Jun  9 07:22:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 05:51:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ffd99f

dev-java/jackson-core: drop 2.13.2

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Sam James  gentoo.org>

 dev-java/jackson-core/jackson-core-2.13.2.ebuild | 69 
 1 file changed, 69 deletions(-)

diff --git a/dev-java/jackson-core/jackson-core-2.13.2.ebuild 
b/dev-java/jackson-core/jackson-core-2.13.2.ebuild
deleted file mode 100644
index e156fbe67bdc..
--- a/dev-java/jackson-core/jackson-core-2.13.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/FasterXML/jackson-core/archive/jackson-core-2.13.2.tar.gz 
--slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild 
jackson-core-2.13.2.ebuild
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="com.fasterxml.jackson.core:jackson-core:2.13.2"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Core Jackson processing abstractions (Streaming API), 
implementation for JSON"
-HOMEPAGE="https://github.com/FasterXML/jackson-core;
-SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-DEPEND=">=virtual/jdk-1.8:*"
-RDEPEND=">=virtual/jre-1.8:*"
-
-DOCS=( README.md release-notes/{CREDITS-2.x,VERSION-2.x} )
-
-S="${WORKDIR}/${PN}-${P}"
-
-JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
-JAVA_RESOURCE_DIRS="src/main/resources"
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4"
-JAVA_TEST_SRC_DIR="src/test/java"
-JAVA_TEST_RESOURCE_DIRS="src/test/resources"
-
-src_prepare() {
-   default
-
-   sed -e 's:@package@:com.fasterxml.jackson.core.json:g' \
-   -e "s:@projectversion@:${PV}:g" \
-   -e 's:@projectgroupid@:com.fasterxml.jackson.core:g' \
-   -e 's:@projectartifactid@:jackson-core:g' \
-   
"${JAVA_SRC_DIR}/com/fasterxml/jackson/core/json/PackageVersion.java.in" \
-   > 
"${JAVA_SRC_DIR}/com/fasterxml/jackson/core/json/PackageVersion.java" || die
-
-   java-pkg-2_src_prepare
-}
-
-src_test() {
-   pushd src/test/java || die
-   local JAVA_TEST_RUN_ONLY=$(find * -name "*Test*.java" \
-   ! -wholename "**/failing**/*.java" \
-   ! -wholename "**/testsupport**/*.java" \
-   ! -wholename "perf**/*.java" \
-   ! -name "*TestBase.java" \
-   ! -name "*BaseTest.java" \
-   )
-   popd
-
-   JAVA_TEST_RUN_ONLY="${JAVA_TEST_RUN_ONLY//.java}"
-   JAVA_TEST_RUN_ONLY="${JAVA_TEST_RUN_ONLY//\//.}"
-   java-pkg-simple_src_test
-}
-
-src_install() {
-   default # https://bugs.gentoo.org/789582
-   java-pkg-simple_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/jackson-dataformat-yaml/

2022-06-09 Thread Sam James
commit: 5b130d130d4ceaf78966bba028d837d4dcedebc8
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Jun  9 07:28:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 05:51:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b130d13

dev-java/jackson-dataformat-yaml: drop 2.13.2

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Sam James  gentoo.org>

 .../jackson-dataformat-yaml-2.13.2.ebuild  | 79 --
 1 file changed, 79 deletions(-)

diff --git 
a/dev-java/jackson-dataformat-yaml/jackson-dataformat-yaml-2.13.2.ebuild 
b/dev-java/jackson-dataformat-yaml/jackson-dataformat-yaml-2.13.2.ebuild
deleted file mode 100644
index a324875e0e97..
--- a/dev-java/jackson-dataformat-yaml/jackson-dataformat-yaml-2.13.2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/FasterXML/jackson-dataformats-text/archive/jackson-dataformats-text-2.13.2.tar.gz
 --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild 
jackson-dataformat-yaml-2.13.2.ebuild
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.2"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Support for reading and writing YAML-encoded data via Jackson 
abstractions"
-HOMEPAGE="https://github.com/FasterXML/jackson-dataformats-text;
-SRC_URI="https://github.com/FasterXML/jackson-dataformats-text/archive/jackson-dataformats-text-${PV}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-# Common dependencies
-# POM: pom.xml
-# com.fasterxml.jackson.core:jackson-core:2.13.2 -> 
>=dev-java/jackson-core-2.13.2:0
-# com.fasterxml.jackson.core:jackson-databind:2.13.2 -> 
>=dev-java/jackson-databind-2.13.2:0
-# org.yaml:snakeyaml:1.30 -> >=dev-java/snakeyaml-1.30:0
-
-CP_DEPEND="
-   ~dev-java/jackson-core-${PV}:0
-   ~dev-java/jackson-databind-${PV}:0
-   dev-java/snakeyaml:0
-"
-
-DEPEND="
-   >=virtual/jdk-1.8:*
-   ${CP_DEPEND}
-"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-   ${CP_DEPEND}"
-
-DOCS=( README.md release-notes/{CREDITS,VERSION} )
-
-S="${WORKDIR}/jackson-dataformats-text-jackson-dataformats-text-${PV}/yaml"
-
-JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
-JAVA_RESOURCE_DIRS="src/main/resources"
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4"
-JAVA_TEST_SRC_DIR="src/test/java"
-JAVA_TEST_RESOURCE_DIRS="src/test/resources"
-JAVA_TEST_EXCLUDES=(
-   # Upstream's usual exclude pattern: "**/failing**/*.java"
-   com.fasterxml.jackson.dataformat.yaml.failing.ObjectIdWithTree2Test
-   
com.fasterxml.jackson.dataformat.yaml.failing.PolymorphicWithObjectId25Test
-   com.fasterxml.jackson.dataformat.yaml.failing.SimpleGeneration215Test
-)
-
-src_prepare() {
-   default
-   java-pkg-2_src_prepare
-
-   sed -e 's:@package@:com.fasterxml.jackson.dataformat.yaml:g' \
-   -e "s:@projectversion@:${PV}:g" \
-   -e 's:@projectgroupid@:com.fasterxml.jackson.dataformat:g' \
-   -e "s:@projectartifactid@:${PN}:g" \
-   
"${JAVA_SRC_DIR}/com/fasterxml/jackson/dataformat/yaml/PackageVersion.java.in" \
-   > 
"${JAVA_SRC_DIR}/com/fasterxml/jackson/dataformat/yaml/PackageVersion.java" || 
die
-
-   # dev-java/snakeyaml-1.30 does not provide module-info
-   sed -e '/snakeyaml;/d' -i src/moditect/module-info.java || die
-}
-
-src_install() {
-   default # https://bugs.gentoo.org/789582
-   java-pkg-simple_src_install
-}



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

2022-06-09 Thread Sam James
commit: 6554bff22be0c06b757470373636e01ecdb10b5c
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Jun  9 07:42:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 05:51:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6554bff2

dev-util/weka: drop 3.8.0

Closes: https://bugs.gentoo.org/831199
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25826
Signed-off-by: Sam James  gentoo.org>

 dev-util/weka/weka-3.8.0.ebuild | 74 -
 1 file changed, 74 deletions(-)

diff --git a/dev-util/weka/weka-3.8.0.ebuild b/dev-util/weka/weka-3.8.0.ebuild
deleted file mode 100644
index e5bc75967bf2..
--- a/dev-util/weka/weka-3.8.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2 versionator
-
-MY_P="${PN}-$(replace_all_version_separators '-')"
-DESCRIPTION="A Java data mining package"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-HOMEPAGE="http://www.cs.waikato.ac.nz/ml/weka/;
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-DEPEND=">=virtual/jdk-1.7
-   app-arch/unzip
-   >=dev-java/javacup-0.11a_beta20060608:0"
-RDEPEND=">=virtual/jre-1.7
-   >=dev-java/javacup-0.11a_beta20060608:0"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=("${FILESDIR}"/${P}-build.xml.patch)
-
-EANT_BUILD_TARGET="exejar"
-EANT_DOC_TARGET="docs"
-JAVA_ANT_IGNORE_SYSTEM_CLASSES="true"
-
-weka_get_max_memory() {
-   if use amd64; then
-   echo 512m
-   else
-   echo 256m
-   fi
-}
-
-src_prepare() {
-   unzip -qq "${PN}-src.jar" -d . || die "Failed to unpack the source"
-   rm -v weka.jar || die
-   rm -rf doc || die
-   java-pkg_jar-from --into lib javacup
-
-   sed -i -e "s/256m/$(weka_get_max_memory)/g" build.xml || die
-   default
-}
-
-src_install() {
-   java-pkg_dojar dist/${PN}.jar
-   java-pkg_dolauncher weka --main "${PN}.gui.GUIChooser"
-
-   # Really need a virtual to list all available drivers and pull the ones
-   # instaled
-   java-pkg_register-optional-dependency hsqldb,jdbc-mysql,mckoi-1
-
-   use source && java-pkg_dosrc src/main/java/weka/
-
-   dodoc README
-
-   dodir /usr/share/${PN}/data/
-   insinto /usr/share/${PN}/data/
-   doins data/*
-}
-
-pkg_postinst() {
-   elog "If you are upgrading from weka 3.7 to later"
-   elog "and your package manager does not start please delete"
-   elog "file installedPackageCache.ser from packages folder"
-   elog "in wekafiles located in your user home."
-   elog
-   elog "rm \${HOME}/wekafiles/packages/installedPackageCache.ser"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/jackson-dataformat-xml/

2022-06-09 Thread Sam James
commit: e3e33248c08bf223bf64053621361eb43f557720
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Jun  9 07:27:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 05:51:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e33248

dev-java/jackson-dataformat-xml: drop 2.13.2

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Sam James  gentoo.org>

 .../jackson-dataformat-xml-2.13.2.ebuild   | 110 -
 1 file changed, 110 deletions(-)

diff --git 
a/dev-java/jackson-dataformat-xml/jackson-dataformat-xml-2.13.2.ebuild 
b/dev-java/jackson-dataformat-xml/jackson-dataformat-xml-2.13.2.ebuild
deleted file mode 100644
index c5854f85e438..
--- a/dev-java/jackson-dataformat-xml/jackson-dataformat-xml-2.13.2.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/FasterXML/jackson-dataformat-xml/archive/jackson-dataformat-xml-2.13.2.tar.gz
 --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild 
jackson-dataformat-xml-2.13.2.ebuild
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.2"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Data format extension for Jackson"
-HOMEPAGE="https://github.com/FasterXML/jackson-dataformat-xml;
-SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-# Common dependencies
-# POM: pom.xml
-# com.fasterxml.jackson.core:jackson-annotations:2.13.2 -> 
>=dev-java/jackson-annotations-2.13.2:2
-# com.fasterxml.jackson.core:jackson-core:2.13.2 -> 
>=dev-java/jackson-core-2.13.2:0
-# com.fasterxml.jackson.core:jackson-databind:2.13.2 -> 
>=dev-java/jackson-databind-2.13.2:0
-# com.fasterxml.woodstox:woodstox-core:6.2.7 -> 
>=dev-java/woodstox-core-6.2.7:0
-# org.codehaus.woodstox:stax2-api:4.2.1 -> >=dev-java/stax2-api-4.2.1:0
-
-CP_DEPEND="
-   ~dev-java/jackson-annotations-${PV}:2
-   ~dev-java/jackson-core-${PV}:0
-   ~dev-java/jackson-databind-${PV}:0
-   dev-java/stax2-api:0
-   dev-java/woodstox-core:0
-"
-
-# Compile dependencies
-# POM: pom.xml
-# test? 
com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.13.2 
-> >=dev-java/jackson-module-jakarta-xmlbind-2.13.2:0
-# test? com.sun.xml.stream:sjsxp:1.0.2 -> >=dev-java/sjsxp-1.0.2:0
-# test? jakarta.xml.bind:jakarta.xml.bind-api:3.0.1 -> 
>=dev-java/jaxb-api-3.0.1:3
-# test? junit:junit:4.13.1 -> >=dev-java/junit-4.13.2:4
-
-DEPEND="
-   >=virtual/jdk-1.8:*
-   ${CP_DEPEND}
-   test? (
-   ~dev-java/jackson-module-jakarta-xmlbind-${PV}:0
-   dev-java/jaxb-api:3
-   dev-java/sjsxp:0
-   )
-"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-   ${CP_DEPEND}"
-
-DOCS=( README.md release-notes/{CREDITS,VERSION}-2.x )
-
-S="${WORKDIR}/${PN}-${P}"
-
-JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
-JAVA_RESOURCE_DIRS="src/main/resources"
-
-JAVA_TEST_GENTOO_CLASSPATH="jackson-module-jakarta-xmlbind,sjsxp,jaxb-api-3,junit-4"
-JAVA_TEST_SRC_DIR="src/test/java"
-JAVA_TEST_RESOURCE_DIRS="src/test/resources"
-
-src_prepare() {
-   java-pkg-2_src_prepare
-
-   sed -e 's:@package@:com.fasterxml.jackson.dataformat.xml:g' \
-   -e "s:@projectversion@:${PV}:g" \
-   -e 's:@projectgroupid@:com.fasterxml.jackson.dataformat:g' \
-   -e "s:@projectartifactid@:${PN}:g" \
-   
"${JAVA_SRC_DIR}/com/fasterxml/jackson/dataformat/xml/PackageVersion.java.in" \
-   > 
"${JAVA_SRC_DIR}/com/fasterxml/jackson/dataformat/xml/PackageVersion.java" || 
die
-}
-
-src_test() {
-   pushd src/test/java || die
-   local JAVA_TEST_RUN_ONLY=$(find * -name "*Test*.java" \
-   ! -wholename "**/failing**/*.java" \
-   ! -name "*TestBase.java" )
-   popd
-
-   JAVA_TEST_RUN_ONLY="${JAVA_TEST_RUN_ONLY//.java}"
-   JAVA_TEST_RUN_ONLY="${JAVA_TEST_RUN_ONLY//\//.}"
-
-   # The same failure under openjdk-17 occurs upstream (running 'mvn test')
-
-   # 1) 
testCollection(com.fasterxml.jackson.dataformat.xml.lists.ListAsObjectTest)
-   # com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Failed 
to call `setAccess()` on Field 'first' due to
-   # `java.lang.reflect.InaccessibleObjectException`, problem: Unable to 
make field transient java.util.LinkedList$Node
-   # java.util.LinkedList.first accessible: module java.base does not 
"opens java.util" to unnamed module @42bb2aee
-
-   local vm_version="$(java-config -g PROVIDES_VERSION)"
-   if ver_test "${vm_version}" -ge "17" ; then
-   

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

2022-06-09 Thread Sam James
commit: b23dfebe4210332798eae7dcbee745cbe44e2f68
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Jun  9 07:25:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 05:51:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23dfebe

dev-java/jackson-databind: drop 2.13.2

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Sam James  gentoo.org>

 dev-java/jackson-databind/Manifest |  1 -
 .../jackson-databind-2.13.2.ebuild | 83 --
 2 files changed, 84 deletions(-)

diff --git a/dev-java/jackson-databind/Manifest 
b/dev-java/jackson-databind/Manifest
index 98f3432cffb3..a1c1ac059d50 100644
--- a/dev-java/jackson-databind/Manifest
+++ b/dev-java/jackson-databind/Manifest
@@ -1,3 +1,2 @@
 DIST jackson-databind-2.13.2.2.tar.gz 48061394 BLAKE2B 
c67b0a23c5fcff881d91ddec14877a5ec16c13eebfc76b34c1666bc9ebc73f573d279d1951ff2be96c612fa87281e08332047bb6c75df73184249b7ebb552d16
 SHA512 
0c3550aa3ada1c5fcd2f19076670c7ddffde59542b10fa270d1c7bd54d7866f0f10c256738ed76815af55c8531f7553f8b977c461fe710f759811b0ffa660245
-DIST jackson-databind-2.13.2.tar.gz 48047657 BLAKE2B 
9efb9004d983613b4b0f9a3242d7c0a8610eaac868beff1b5343c268b9381a86c22176d2bbe847fba121f9f928f87838fc7e05bd34955ea3f811ed02a8547e5f
 SHA512 
d15167e1a5a19a9aea369123faca3e7dd5b27a9a3cfa2f76c871967ec7b4331f1d5a266cf6084e94dafe00971abcbf17d01c6e3b91cae0b4a298769dac05f486
 DIST jackson-databind-2.13.3.tar.gz 48056095 BLAKE2B 
04751cd99eae3bbf3c3a30993506f05b47a85782f52e2cf51f50de9bcb5e9c3718d6ba6105667226272d644dcac6aeeb3ce06dc7ae737adf0392a7a7eafef2aa
 SHA512 
785db6cab20ee74ff90815b8a1afedcbf10f13f60c336a61c20513757cbcde80c073d5f4dc60d390a72600a2b5719cca22b4c71220707dd4edd67dd87f6a7ac9

diff --git a/dev-java/jackson-databind/jackson-databind-2.13.2.ebuild 
b/dev-java/jackson-databind/jackson-databind-2.13.2.ebuild
deleted file mode 100644
index 9500e3416646..
--- a/dev-java/jackson-databind/jackson-databind-2.13.2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/FasterXML/jackson-databind/archive/jackson-databind-2.13.2.tar.gz
 --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild 
jackson-databind-2.13.2.ebuild
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="com.fasterxml.jackson.core:jackson-databind:2.13.2"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="General data-binding functionality for Jackson: works on core 
streaming API"
-HOMEPAGE="https://github.com/FasterXML/jackson-databind;
-SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-# Dependencies like powermock-{core,module-junit4,api-mockito2} are not 
available in ::gentoo
-RESTRICT="test"
-
-# Common dependencies
-# POM: pom.xml
-# com.fasterxml.jackson.core:jackson-annotations:2.13.2 -> 
>=dev-java/jackson-annotations-2.13.2:2
-# com.fasterxml.jackson.core:jackson-core:2.13.2 -> 
>=dev-java/jackson-core-2.13.2:0
-
-CP_DEPEND="
-   ~dev-java/jackson-annotations-2.13.2:2
-   ~dev-java/jackson-core-2.13.2:0
-"
-
-# Compile dependencies
-# POM: pom.xml
-# test? javax.measure:jsr-275:0.9.1 -> !!!groupId-not-found!!!
-# test? junit:junit:4.13.1 -> >=dev-java/junit-4.13.2:4
-# test? org.powermock:powermock-api-mockito2:2.0.0 -> !!!groupId-not-found!!!
-# test? org.powermock:powermock-core:2.0.0 -> !!!groupId-not-found!!!
-# test? org.powermock:powermock-module-junit4:2.0.0 -> !!!groupId-not-found!!!
-
-DEPEND="
-   >=virtual/jdk-1.8:*
-   ${CP_DEPEND}"
-#  test? (
-#  !!!groupId-not-found!!!
-#  )
-#"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-   ${CP_DEPEND}"
-
-DOCS=( {README,SECURITY}.md release-notes/{CREDITS,VERSION}-2.x )
-
-S="${WORKDIR}/${PN}-${P}"
-
-JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
-JAVA_RESOURCE_DIRS="src/main/resources"
-
-#  
JAVA_TEST_GENTOO_CLASSPATH="!!!groupId-not-found!!!,junit-4,!!!groupId-not-found!!!,!!!groupId-not-found!!!,!!!groupId-not-found!!!"
-#  JAVA_TEST_SRC_DIR="src/test/java"
-#  JAVA_TEST_RESOURCE_DIRS=(
-#  "src/test/resources"
-#  )
-
-src_prepare() {
-   java-pkg-2_src_prepare
-
-   sed -e 's:@package@:com.fasterxml.jackson.databind.cfg:g' \
-   -e "s:@projectversion@:${PV}:g" \
-   -e 's:@projectgroupid@:com.fasterxml.jackson.core:g' \
-   -e "s:@projectartifactid@:${PN}:g" \
-   
"${JAVA_SRC_DIR}/com/fasterxml/jackson/databind/cfg/PackageVersion.java.in" \
-   > 
"${JAVA_SRC_DIR}/com/fasterxml/jackson/databind/cfg/PackageVersion.java" || die
-}
-
-src_install() {
-   default # https://bugs.gentoo.org/789582
-   

[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnuradio/

2022-06-09 Thread Thomas Beierlein
commit: 6c5ffe82434c049b55a2e6325fc90031d0054914
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Thu Jun  9 11:23:46 2022 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Fri Jun 10 05:46:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5ffe82

net-wireless/gnuradio: Add Python 3.10 support

Closes: https://bugs.gentoo.org/846191
Signed-off-by: Thomas Beierlein  gentoo.org>

 net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild | 2 +-
 net-wireless/gnuradio/gnuradio-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild 
b/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild
index 120d4741d37c..6512288c30b9 100644
--- a/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
 
 CMAKE_BUILD_TYPE="None"
 inherit cmake python-single-r1 virtualx xdg-utils

diff --git a/net-wireless/gnuradio/gnuradio-.ebuild 
b/net-wireless/gnuradio/gnuradio-.ebuild
index c02ce48dcda1..78f7c917fedf 100644
--- a/net-wireless/gnuradio/gnuradio-.ebuild
+++ b/net-wireless/gnuradio/gnuradio-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
 
 CMAKE_BUILD_TYPE="None"
 inherit cmake python-single-r1 virtualx xdg-utils desktop



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

2022-06-09 Thread Jakov Smolić
commit: a2c7d83af81f48e06ccdc96efdb1a084681e93fa
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Jun 10 05:28:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Jun 10 05:28:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c7d83a

app-arch/bzip3: Keyword 1.1.3-r1 arm64, #850658

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

 app-arch/bzip3/bzip3-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.1.3-r1.ebuild 
b/app-arch/bzip3/bzip3-1.1.3-r1.ebuild
index c0b70c2d9d3b..0d9329da48ca 100644
--- a/app-arch/bzip3/bzip3-1.1.3-r1.ebuild
+++ b/app-arch/bzip3/bzip3-1.1.3-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~loong ~x86"
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



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

2022-06-09 Thread Jakov Smolić
commit: 0774f926a2957af77798de1bfa67fb8ff927f883
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Jun 10 05:28:47 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Jun 10 05:28:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0774f926

app-arch/zpaq: Keyword 7.15 arm64, #850661

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

 app-arch/zpaq/zpaq-7.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/zpaq/zpaq-7.15.ebuild b/app-arch/zpaq/zpaq-7.15.ebuild
index e4c812dd9a58..aabf4cdca479 100644
--- a/app-arch/zpaq/zpaq-7.15.ebuild
+++ b/app-arch/zpaq/zpaq-7.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip;
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="debug +jit"
 
 # perl for pod2man



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

2022-06-09 Thread Jakov Smolić
commit: 38e46b23d4330ea507ccf7f8c7c1d8da5d70143a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Jun 10 05:28:43 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Jun 10 05:28:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e46b23

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

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

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

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



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

2022-06-09 Thread Jakov Smolić
commit: c3786c3d262326b987f40746e274a5b1000842fd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Jun 10 05:28:38 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Jun 10 05:28:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3786c3d

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

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

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

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


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

2022-06-09 Thread Jakov Smolić
commit: a8c91c5f98041760e31f3558ba6f25a54caa7be7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Jun 10 05:28:45 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Jun 10 05:28:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c91c5f

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

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

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

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



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

2022-06-09 Thread Sam James
commit: 0b9d7b2c5a12539310b147912f93d0e015b2210f
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 04:47:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 05:13:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9d7b2c

sys-devel/gcc: add 10.3.1_p20220609

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-10.3.1_p20220609.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 08fbf9980721..2d116bdff27b 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,6 +1,7 @@
 DIST gcc-10-20211126.tar.xz 71674848 BLAKE2B 
81f4a572e973db7a3701601e66ea58c8e535a55d4d4ac164de00bdb06f7f265585f45d46171cf40d42ebcd3fb02ac81b643398c560912698eb6c008ac6e09518
 SHA512 
db887184c649ebeede5a1b9f13c00fe425012434cb93ec960c3ca50c0bcdeab04a1cc13b20de21b940e5d6a09c3b1c7fc415110a0e990ec1d938627bf97b9342
 DIST gcc-10-20220526.tar.xz 71732684 BLAKE2B 
88bb09a7ccc82ecbc52a748065809d06b9441a6d619281cb7a2fff96f3c06644f8b1292d19444f1f044010ce00eab446d00e0c6065f434715fb8b8ff458699f0
 SHA512 
ef9b1c58bf187042ec85c6a780a9c001495eec0cc8cf57a378372e16a22428783c5281ef9204d6ab275acbf8fb02cb5fb66e991323812304fe6ed4714bb39e2b
 DIST gcc-10-20220602.tar.xz 71746456 BLAKE2B 
6a2bb4ff8f829e454bbdc7dddf4ad17a10f9f92c02bb56e9d971b89709c3d11e3c7740e3b7ec84e2d13b28f1b00aa59f51ce515319cb7f041747d01469bf796b
 SHA512 
ee83aebb9b1029ea3d0388695bd77a12e368d6e939eb9decc2c7b609952b799e6132c221b61915b77d8ae8ebaf316829127776095fc61dd19a8e9b03e7893a6d
+DIST gcc-10-20220609.tar.xz 71752672 BLAKE2B 
c29511145d3712624caa3e8a194a5f37f958b6b556afa79d8c360697f3fa9a78fbb2146457e656b4ee9f10ee5e7d87b26e314c01348689e066fdfc186082d739
 SHA512 
333252e045107688e7a6af397456626b04e2bdd2086f4bbaced4ccacc387af2a63dd8aa46c261f602fc287b55821a91ab772122a3ea252528e52fab7cf046f21
 DIST gcc-10.3.0-musl-patches-1.tar.bz2 2999 BLAKE2B 
3e36bbf2f93fdce15e20f807fa262f7a7abbde85b6f6b4e1383f6eccd8a53d876687d56cde83a80cde8a50e15bec407a1212aa0c85520892563e3d5ef7aaca98
 SHA512 
21483912a7b152f27db82d837a4cf91f2552d5fe238702aeca0c0dd8c7d3695bc70d8794c94a19106df28e053baf14c38433ca8e38e849082b76273cb51f2384
 DIST gcc-10.3.0-patches-3.tar.bz2 18935 BLAKE2B 
13eaf1e055b5b63069aed1575ed93f6bc822b5e3f2181ddfc88f4e7ff801f58997cd131b2efd79b90469b1f861db994feb2adcaecacf165442078f76e233fd9a
 SHA512 
c3d6a6f32863cc0ff7c877314ff0c00a892e473f64d16b82d46b4a77aa97c3e7a575492d27f0d423acb2621c86c9a49bca0e26e45bda9e697495444fcac85084
 DIST gcc-10.3.0.tar.xz 76692288 BLAKE2B 
ac7898f5eb8a7c5f151a526d1bb38913a68b50a65e4d010ac09fa20b6c801c671c790d780f23ccb8e4ecdfc686f4aa588082ccc9eb5c80c7b0e30788f824c1eb
 SHA512 
2b2dd7453d48a398c29eaebd1422b70341001b8c90a62aee51e83344e7fdd8a8e45f82a4a9165bd7edc76dada912c932f4b6632c5636760fec4c5d7e402b3f86

diff --git a/sys-devel/gcc/gcc-10.3.1_p20220609.ebuild 
b/sys-devel/gcc/gcc-10.3.1_p20220609.ebuild
new file mode 100644
index ..a96b87526403
--- /dev/null
+++ b/sys-devel/gcc/gcc-10.3.1_p20220609.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+TOOLCHAIN_PATCH_SUFFIX="xz"
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_GCC_VER="10.4.0"
+PATCH_VER="1"
+MUSL_VER="1"
+MUSL_GCC_VER="10.4.0"
+
+if [[ $(ver_cut 3) ==  ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   else
+   MY_PV_2=$(($(ver_cut 2) - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
+fi
+
+inherit toolchain
+# Needs to be after inherit (for now?), bug #830908
+EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+
+# Don't keyword live ebuilds
+#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+#fi
+
+RDEPEND=""
+BDEPEND="${CATEGORY}/binutils"
+
+src_prepare() {
+   local p upstreamed_patches=(
+   # add them here
+   )
+   for p in "${upstreamed_patches[@]}"; do
+   rm -v "${WORKDIR}/patch/${p}" || die
+   done
+
+   if has_version '>=sys-libs/glibc-2.32-r1'; then
+   rm -v "${WORKDIR}/patch/23_all_disable-riscv32-ABIs.patch" || 
die
+   fi
+
+   toolchain_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/

2022-06-09 Thread Hans de Graaff
commit: 8366fbd0bad48f510e2e26e8e979570b1d3b02f2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 10 04:51:24 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 10 04:51:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8366fbd0

dev-ruby/rails-dom-testing: stabilize 2.0.3-r2 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild 
b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
index 07ae57327f66..27f64b453065 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing;
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "



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

2022-06-09 Thread Hans de Graaff
commit: d3f55c8f1dc3593b656a51a2215891dd85197424
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 10 04:48:07 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 10 04:48:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f55c8f

dev-ruby/multipart-post: add 2.2.2

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/multipart-post/Manifest   |  1 +
 .../multipart-post/multipart-post-2.2.2.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/multipart-post/Manifest b/dev-ruby/multipart-post/Manifest
index 89f29bf2f17b..b3597319c805 100644
--- a/dev-ruby/multipart-post/Manifest
+++ b/dev-ruby/multipart-post/Manifest
@@ -1,2 +1,3 @@
 DIST multipart-post-2.1.1.gem 13824 BLAKE2B 
70a706714d14d284e2fa69aa56a69682e16eece75eb1508c1707b0b7f03b0d1fb11d1a187c7b7681dc0654a280c59bc20a0754d30e80807a4dfe5e56976b4ccc
 SHA512 
afa16717ee136f0bbbc20fe243252831604740bb61fa7288a2437a4a67638f660a4bd491b5326b034173e9e8352f2659f27dc8aaa761721f7111b7e9e704582f
 DIST multipart-post-2.2.0.tar.gz 12922 BLAKE2B 
fba8f4ed0e1ce691b9b7c8951c75507e0f8ddaa64f83404ae9b5550bcf6bda947ecae91cf826b7ba1602587e86c2eabe6cbccb4a38d5b6f8f1098b0757bb0168
 SHA512 
14ede50a2edf5b6344107d190f4985ad12267da57792dd04d448b5b7d53e01585751fdeed2680779b5152053e03cd6808c5bd84ac45a719ac6ec84ff76dc94bb
+DIST multipart-post-2.2.2.tar.gz 12943 BLAKE2B 
8d5c085d5f59fbbee7028e857e129b9c0b87f0ff1d325d52efef9849e6fbeaae919b1fad37a81901c8b05c3f4563f62cfffd608ad7904a1d3adaa6f47c28653b
 SHA512 
f1599f861aa9876b3a8e567a80f6fc3a9ef870aba549cf7eb5f988f2085a6cc3bedfa4cf833d48d392cbe34bca223118df201f003a0be2140b9a087b74e43454

diff --git a/dev-ruby/multipart-post/multipart-post-2.2.2.ebuild 
b/dev-ruby/multipart-post/multipart-post-2.2.2.ebuild
new file mode 100644
index ..2b3f4f702426
--- /dev/null
+++ b/dev-ruby/multipart-post/multipart-post-2.2.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_GEMSPEC="multipart-post.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds a streamy multipart form post capability to Net::HTTP"
+HOMEPAGE="https://github.com/socketry/multipart-post;
+SRC_URI="https://github.com/socketry/multipart-post/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
+
+   sed -i -e 's:_relative ":"./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-html-sanitizer/

2022-06-09 Thread Hans de Graaff
commit: 1eb418dfe3abb40d3287e2a0cc065ed32e570f62
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 10 04:53:52 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 10 04:53:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb418df

dev-ruby/rails-html-sanitizer: stabilize 1.4.2 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.4.2.ebuild 
b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.4.2.ebuild
index e734cd19c106..060f48c8bf9a 100644
--- a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.4.2.ebuild
+++ b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.4.2.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://github.com/rafaelfranca/rails-html-sanitizer;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/loofah-2.3:0"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-html-sanitizer/

2022-06-09 Thread Hans de Graaff
commit: 185ff7c5dcb1ae18c74bd93383b315ff46c000aa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 10 04:52:59 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 10 04:52:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185ff7c5

dev-ruby/rails-html-sanitizer: add 1.4.3

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rails-html-sanitizer/Manifest |  1 +
 .../rails-html-sanitizer-1.4.3.ebuild  | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/rails-html-sanitizer/Manifest 
b/dev-ruby/rails-html-sanitizer/Manifest
index 6bf168403213..d4b6b87bc65f 100644
--- a/dev-ruby/rails-html-sanitizer/Manifest
+++ b/dev-ruby/rails-html-sanitizer/Manifest
@@ -1,3 +1,4 @@
 DIST rails-html-sanitizer-1.3.0.gem 16384 BLAKE2B 
ae0b9acfd4ffc53b84b92cb42c149022312112f90d64866de916be2b91b680ecfbbdc94d278626c992cc90b0061705c11c9a604f6d9e91092e1117e40e003e6d
 SHA512 
01d67f750ffc6ac857e4dc47b77d66e02acc4488f353af97e2fc367590fe85107b631aaf8b32f61f9e1f375c93e1b24fbf966f738e35483f5174880a0ffe5ddb
 DIST rails-html-sanitizer-1.4.1.gem 17408 BLAKE2B 
4d503bad7a84aefe3bfbb1121eebe768ecf388f502e9ee58f2daf9d1a497ecfea2ad29e7bdd7c2b06e6914355b8eeaf2eeb730aadbceadebdd5a342b9fdc0969
 SHA512 
c778189fd3fdbdca4a586938d0f22b600f499a174d4d0e34567f0a2a92b8095a2c6c544e47cca3bd7d1f8ae09916898c200d4462de2d31f6bb8eb2c920ab69b4
 DIST rails-html-sanitizer-1.4.2.gem 16896 BLAKE2B 
97f09d43ad99c13c07c34c0f5c47e3b34983b94773923cf7d131d1115d818ede619fc0ef268c5523524c53178afde2c9ee2652617add6b4efc282d190591be80
 SHA512 
9f0872f1000c758918f66a889322d3393ec678604eb3b01fc21bbb861189ec04fcf05f5c9487bd5eeb63ce6d99a80064718c82bfce2daf25c07754979a2ed747
+DIST rails-html-sanitizer-1.4.3.gem 17920 BLAKE2B 
2745ce137612337d4d85593b0af9a3e5102e399957b71dea366cc864a1acc66bb2bd099bd53701c71925ba64ae0287896bbd33eb64bb5ec22cbcbfb3173953dc
 SHA512 
ead339d8ed5aefa737298d886a0db3c353254cfa57bdee7d2011f596ed2871dcad3bd16561728da2447e239fcaa908256bb6436493462bca6310a17a3812ffd9

diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.4.3.ebuild 
b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.4.3.ebuild
new file mode 100644
index ..7aa360b9368a
--- /dev/null
+++ b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.4.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Sanitize HTML fragments in Rails applications"
+HOMEPAGE="https://github.com/rafaelfranca/rails-html-sanitizer;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/loofah-2.3:0"
+
+ruby_add_bdepend "test? ( dev-ruby/rails-dom-testing )"
+
+all_ruby_prepare() {
+   # Avoid tests that depend on nokogiri patches to libxml2.
+   sed -i -e '/\(name_action\|attr\)_in_a_tag_in_safe_list_sanitizer/askip 
"libxml2"' test/sanitizer_test.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
+}



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

2022-06-09 Thread Hans de Graaff
commit: 69a9633cb7a8966a840e60a2638e3189709821ca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 10 04:46:17 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 10 04:46:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a9633c

dev-ruby/mechanize: add 2.8.5

Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/mechanize/Manifest b/dev-ruby/mechanize/Manifest
index 0af6901d8988..b1f8cff58b4d 100644
--- a/dev-ruby/mechanize/Manifest
+++ b/dev-ruby/mechanize/Manifest
@@ -1,2 +1,3 @@
 DIST mechanize-2.8.3.gem 142336 BLAKE2B 
2d71d4ba4db477c5049df1f7847c12945a5926a6d3746bbfd680606ee10beb04c5528e3073b86996e20e82a1f9a00066fe772396141860e3fd65a59c977fea2b
 SHA512 
be467e995fd0a943b8db1588862f82c3d04b55a830dd1ca1d6c6cb3f65e446c1dd5ecea62d57639192e6caa521450ee31ac683ff9038c06578cb74b9557b6736
 DIST mechanize-2.8.4.gem 142336 BLAKE2B 
d09cdf7fcb250894b358c479dff60e6f72675574ce62e3f267717538761a322730b25798ea981ccb33eaa6617d88f96942be23ff5fdc6b4c35218b64569d97b5
 SHA512 
3b5a82d69070a8ad57e73527519efe91e5af8c9b3b75fcd38f598d37475ea8933b8799c12a6c59edd705936bdaab12fe1cd6cb024e165df99fe3cce18f0b7d01
+DIST mechanize-2.8.5.gem 142848 BLAKE2B 
73fbf0ef6e3091bd37ace311415056bbc94ef22cfe5411b440faa791747faac349765db20c18a0133037e9564c061c13b250aa2a5677152d7fa0732d8a4a10cd
 SHA512 
8ef26d80c7c55f564084eedf6c7255849ccf6efbb2e6ce11ddb3b5f8f3591861200041b89416ab3d8b9a8595c6c8de1f9c7e01b8e0c6b63265488498e2584c94

diff --git a/dev-ruby/mechanize/mechanize-2.8.5.ebuild 
b/dev-ruby/mechanize/mechanize-2.8.5.ebuild
new file mode 100644
index ..1cea8314b068
--- /dev/null
+++ b/dev-ruby/mechanize/mechanize-2.8.5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md EXAMPLES.rdoc GUIDE.rdoc README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby library used for automating interaction with websites"
+HOMEPAGE="https://github.com/sparklemotion/mechanize;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend ">=dev-ruby/hoe-3.7
+   test? ( dev-ruby/minitest:5 )"
+
+ruby_add_rdepend "
+   >=dev-ruby/addressable-2.8:0
+   >=dev-ruby/domain_name-0.5.20190701:0
+   >=dev-ruby/http-cookie-1.0.3:0
+   dev-ruby/mime-types:3
+   >=dev-ruby/net-http-digest_auth-1.4.1:0
+   || ( dev-ruby/net-http-persistent:4 dev-ruby/net-http-persistent:3 )
+   >=dev-ruby/nokogiri-1.11.2:0
+   >=dev-ruby/rubyntlm-0.6.3:0
+   >=dev-ruby/webrick-1.7:0
+   >=dev-ruby/webrobots-0.1.2 =dev-ruby/webrobots-0.1*
+"
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e '$VERBOSE=true; 
Dir["test/**/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   docinto examples
+   dodoc examples/*
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/

2022-06-09 Thread Hans de Graaff
commit: f295bf1517ebaad7ffc35d5e93716f1155e9ca7f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 10 04:51:01 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 10 04:51:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f295bf15

dev-ruby/rails-dom-testing: enable ruby31

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild 
b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
index e9ad3e08cfa4..07ae57327f66 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2022-06-09 Thread Hans de Graaff
commit: 30dd8900873b2afeafa385b741b39368dae69879
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 10 04:46:54 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 10 04:46:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30dd8900

dev-ruby/mechanize: stabilize 2.8.4 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/mechanize/mechanize-2.8.4.ebuild 
b/dev-ruby/mechanize/mechanize-2.8.4.ebuild
index 1cea8314b068..81b808140577 100644
--- a/dev-ruby/mechanize/mechanize-2.8.4.ebuild
+++ b/dev-ruby/mechanize/mechanize-2.8.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/sparklemotion/mechanize;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend ">=dev-ruby/hoe-3.7



[gentoo-commits] repo/proj/guru:dev commit in: sci-misc/linuxcnc/

2022-06-09 Thread Alessandro Barbieri
commit: e301fd9bf24d85f34d3371178ed682ab036a9d37
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Jun 10 04:42:48 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 10 04:42:48 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e301fd9b

sci-misc/linuxcnc: update EAPI 7 -> 8

Signed-off-by: Alessandro Barbieri  gmail.com>

 sci-misc/linuxcnc/linuxcnc-.ebuild | 141 -
 sci-misc/linuxcnc/metadata.xml |  21 ++---
 2 files changed, 81 insertions(+), 81 deletions(-)

diff --git a/sci-misc/linuxcnc/linuxcnc-.ebuild 
b/sci-misc/linuxcnc/linuxcnc-.ebuild
index 00d229f69..6166db984 100644
--- a/sci-misc/linuxcnc/linuxcnc-.ebuild
+++ b/sci-misc/linuxcnc/linuxcnc-.ebuild
@@ -1,101 +1,101 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
-# Thanks to the original author's code, s...@gentoo.org's code, because the 
original code is outdated, this ebuild has been modified portably
 
-EAPI="7"
+EAPI=8
 
 PYTHON_COMPAT=( python3_10 )
+PYTHON_REQUIRED_USE="tk"
 
-inherit autotools eutils flag-o-matic multilib python-single-r1 git-r3
+inherit autotools desktop git-r3 python-single-r1
 
-DESCRIPTION="LinuxCNC "
+DESCRIPTION="LinuxCNC"
 HOMEPAGE="http://linuxcnc.org/;
 #SRC_URI="mirror://sourceforge/gentoocnc/distfiles/${P}.tar.gz"
 #SRC_URI="https://github.com/LinuxCNC/linuxcnc/archive/2.7.zip;
 EGIT_REPO_URI="https://github.com/LinuxCNC/linuxcnc.git 
https://gitclone.com/github.com/LinuxCNC/linuxcnc.git;
-
 S="${WORKDIR}"/linuxcnc-/src
 
 LICENSE="LGPL-3"
-SLOT="linuxcnc-"
-KEYWORDS="~amd64 ~x86"
-IUSE="+python +uspace +X +gtk -rt gstreamer modbus simulator usb"
+SLOT=""
+KEYWORDS=""
+IUSE="+gtk modbus rt simulator usb +X"
 # TODO: add shmdrv use flag
 
-# --disable-python uses python anyways and fails so python is a required use 
flag
-REQUIRED_USE="
-python
-python? ( ${PYTHON_REQUIRED_USE} )
-   rt? ( !simulator )
-   "
+DEPEND="
+   ${PYTHON_DEPS}
 
-DEPEND="dev-lang/tcl
+   dev-lang/tcl
dev-lang/tk
-   dev-tcltk/tkimg
+   dev-tcltk/bwidget
dev-tcltk/tclx
-   dev-libs/boost[python]
+   dev-tcltk/tkimg
+   media-gfx/graphviz
+   media-libs/mesa
+   net-firewall/iptables
+   sys-devel/gettext
+   sys-process/procps
+   sys-process/psmisc
+   x11-libs/libXinerama
+   x11-apps/mesa-progs
+   virtual/glu
+   virtual/opengl
+
+   $(python_gen_cond_dep '
+   dev-libs/boost[python,${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[tk,${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/pyopengl[${PYTHON_USEDEP}]
+   ')
+
+   || (
+   net-analyzer/openbsd-netcat
+   net-analyzer/netcat
+   )
+
modbus? ( 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-jack9603...@163.com
-  
-  
-Build with RT_PREEMPT threads modules
-   Build with posix threads (no realtime)
-   Build modbus libraries
-   Build with xenomai userland threads
-   Build with realtime threads support
-
+   
+   jack9603...@163.com
+   Chunhui Ouyang
+   
+   
+   Build with RT_PREEMPT threads modules
+   Build with posix threads (no 
realtime)
+   Build modbus libraries
+   
+   
+   
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/hipFFT/files/, sci-libs/hipFFT/

2022-06-09 Thread Benda XU
commit: 2367211d2e24bfb778d36aaca4c83d754cf99b60
Author: Yiyang Wu  gmail  com>
AuthorDate: Sun May 15 05:53:06 2022 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 04:31:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2367211d

sci-libs/hipFFT: bump version to 5.0.2

Closes: https://github.com/gentoo/gentoo/pull/25830
Bug: https://bugs.gentoo.org/847469
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yiyang Wu  gmail.com>
Signed-off-by: Benda Xu  gentoo.org>

 sci-libs/hipFFT/Manifest   |  2 +
 .../hipFFT-5.0.2-gentoo-install-locations.patch| 28 
 .../files/hipFFT-5.0.2-remove-git-dependency.patch | 35 ++
 sci-libs/hipFFT/hipFFT-5.0.2.ebuild| 77 ++
 4 files changed, 142 insertions(+)

diff --git a/sci-libs/hipFFT/Manifest b/sci-libs/hipFFT/Manifest
index c756438b9383..ea28dc7b9ab8 100644
--- a/sci-libs/hipFFT/Manifest
+++ b/sci-libs/hipFFT/Manifest
@@ -1,2 +1,4 @@
 DIST hipFFT-rocm-4.3.0.tar.gz 83355 BLAKE2B 
ee99b4cb685cbb846084d8a7c77982d75cf0d1597f9270260284bb26ae00702a31dd4d5ad9ae1885ab631c390f65c0f584f302be189701ba4f0dd9061b1bba5a
 SHA512 
0d3100b054ff485eae06b13b8c568626b8e3a3286f36012c5a5f9bb4918e03c30c687a2714049bd797f6c3973f1730ad0936f02ad044cde1663c9c5750bbcf40
+DIST hipFFT-rocm-5.0.2.tar.gz 88405 BLAKE2B 
c3a2e5e029d7d91c7cdc1c4e2ddec71c17df0cf2d863c81ef263eea3734488fcc31795ea681b27dffd04c0833c99df252256c3ffacfbf29305fa1ba5b8bd4efa
 SHA512 
4fdc080479f1094e9ce92acc0eceb630a6a6ce711ffdc5ffef58d61baf23e8ea9ec45a922d798fb17a7724425d5785451f5f114bc7db40ebbfb50359b56456a6
 DIST rocFFT-4.3.0.tar.gz 840748 BLAKE2B 
236a5faa930751d35e501a9a32ecc8b4075448ef21a0ffb0bb7ec04f4ed1cb67b908aa153b5b424e0823d3e306cf375d7c01a77d687220ed79de6d374037e003
 SHA512 
765d41e4018a04a53e847c03de80eec830d3e8766187fb8cb493624afa2673175347c16e6bd4ad7d88bb866e58f7e572708f22238723c710b98565a0cd3d
+DIST rocFFT-5.0.2.tar.gz 837508 BLAKE2B 
b74d0c6edd7b232f775bffefbca829d88d9d7cd9108c27a0698f45d7fe2760d40463bcda8c710e923874b3bbfb1e83e0fe8622db4dfa28afb29392b3e135e9a5
 SHA512 
d6810a92a10a27dbcac8a04e8fcd56c7fa198f208da626d8938d5ff28b6ab8b89a058c7a56b5666464165e8f6bd7c4c031a94315625a3613eb02a9b8eccd9eb9

diff --git a/sci-libs/hipFFT/files/hipFFT-5.0.2-gentoo-install-locations.patch 
b/sci-libs/hipFFT/files/hipFFT-5.0.2-gentoo-install-locations.patch
new file mode 100644
index ..eefdb2f5
--- /dev/null
+++ b/sci-libs/hipFFT/files/hipFFT-5.0.2-gentoo-install-locations.patch
@@ -0,0 +1,28 @@
+Index: hipFFT-rocm-5.0.2/library/CMakeLists.txt
+===
+--- hipFFT-rocm-5.0.2.orig/library/CMakeLists.txt
 hipFFT-rocm-5.0.2/library/CMakeLists.txt
+@@ -81,7 +81,7 @@ target_include_directories( hipfft
+   PUBLIC  $
+   $
+   $
+-  $
++  $
+   ${HIP_INCLUDE_DIRS}
+   )
+ 
+@@ -142,13 +142,11 @@ if( ROCM_FOUND )
+   rocm_install_targets( TARGETS hipfft
+ INCLUDE
+ ${CMAKE_SOURCE_DIR}/library/include
+-${CMAKE_BINARY_DIR}/include
+-PREFIX hipfft )
++${CMAKE_BINARY_DIR}/include )
+   rocm_export_targets( TARGETS hip::hipfft
+ PREFIX hipfft
+ DEPENDS PACKAGE hip
+ NAMESPACE hip:: )
+-  rocm_install_symlink_subdir( hipfft )
+ 
+   # Package specific CPACK vars
+   if( NOT BUILD_WITH_LIB STREQUAL "CUDA" )

diff --git a/sci-libs/hipFFT/files/hipFFT-5.0.2-remove-git-dependency.patch 
b/sci-libs/hipFFT/files/hipFFT-5.0.2-remove-git-dependency.patch
new file mode 100644
index ..fb2c97936a42
--- /dev/null
+++ b/sci-libs/hipFFT/files/hipFFT-5.0.2-remove-git-dependency.patch
@@ -0,0 +1,35 @@
+Index: hipFFT-rocm-5.0.2/cmake/dependencies.cmake
+===
+--- hipFFT-rocm-5.0.2.orig/cmake/dependencies.cmake
 hipFFT-rocm-5.0.2/cmake/dependencies.cmake
+@@ -21,9 +21,6 @@
+ #
+ # 
#
+ 
+-# Git
+-find_package(Git REQUIRED)
+-
+ # HIP
+ if( NOT CMAKE_CXX_COMPILER MATCHES ".*/hipcc$" )
+   if( NOT BUILD_WITH_LIB STREQUAL "CUDA" )
+Index: hipFFT-rocm-5.0.2/clients/CMakeLists.txt
+===
+--- hipFFT-rocm-5.0.2.orig/clients/CMakeLists.txt
 hipFFT-rocm-5.0.2/clients/CMakeLists.txt
+@@ -54,16 +54,6 @@ list( APPEND CMAKE_MODULE_PATH ${CMAKE_C
+ 
+ include( build-options )
+ 
+-if( GIT_FOUND AND EXISTS "${CMAKE_SOURCE_DIR}/.git" )
+-  message(STATUS "rocFFT submodule update")
+-  execute_process(COMMAND ${GIT_EXECUTABLE} submodule update --init 
--recursive
+-WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/clients/rocFFT
+-RESULT_VARIABLE GIT_SUBMOD_RESULT)
+-  if( NOT GIT_SUBMOD_RESULT EQUAL "0" )
+-message(FATAL_ERROR "git submodule update --init --recursive failed with 
${GIT_SUBMOD_RESULT}, please checkout submodules manually.")
+-  endif( )
+-endif( )
+-
+ if( NOT EXISTS 

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

2022-06-09 Thread Benda XU
commit: 5cd59fb00ddb3175440cf4f1d907c78fdd5d44c2
Author: Yiyang Wu  gmail  com>
AuthorDate: Sun May 15 05:54:22 2022 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 04:33:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd59fb0

sci-libs/hipBLAS: bump version to 5.0.2

Bug: https://github.com/gentoo/gentoo/pull/25830
Bug: https://bugs.gentoo.org/847469
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yiyang Wu  gmail.com>
Signed-off-by: Benda Xu  gentoo.org>

 sci-libs/hipBLAS/Manifest |  1 +
 sci-libs/hipBLAS/hipBLAS-5.0.2.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/sci-libs/hipBLAS/Manifest b/sci-libs/hipBLAS/Manifest
index 75b7fc7f154b..55444b3ae0e5 100644
--- a/sci-libs/hipBLAS/Manifest
+++ b/sci-libs/hipBLAS/Manifest
@@ -1 +1,2 @@
 DIST hipBLAS-4.3.0.tar.gz 428016 BLAKE2B 
5a86f7a59aaed9cd6219779546135080f4c583a010f47b902f25545046c50451cd48e570b58c9c3721d735f3ab54295d5eddc61fecc01236e960e37fc87761c8
 SHA512 
128ee56d6db3d19c83b20fbc315eae8de6ee52aae6c2c5727351bab76c14d9131318cd49a6bcc724f5ec73485783058618bca4dddf96b05cd2f3a772c04f469f
+DIST hipBLAS-5.0.2.tar.gz 475009 BLAKE2B 
e7cb123c4ce08a8423f48816fe9248d580df59d089379c3c71eba8725470482cde591254cb2c4af7def390c702fdf6e6ddbe4fda70a6bc4579809c3e00e7d088
 SHA512 
40bccf8845467d14d614d2eba5482668167fa0488f118e30bbf4cf5fad3aea5e591f89ae2ae63bcb898cff624812d2f94572c18b8ed3d55d4bb254a440790c21

diff --git a/sci-libs/hipBLAS/hipBLAS-5.0.2.ebuild 
b/sci-libs/hipBLAS/hipBLAS-5.0.2.ebuild
new file mode 100644
index ..4bf865ad1d81
--- /dev/null
+++ b/sci-libs/hipBLAS/hipBLAS-5.0.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+DESCRIPTION="ROCm BLAS marshalling library"
+HOMEPAGE="https://github.com/ROCmSoftwarePlatform/hipBLAS;
+SRC_URI="https://github.com/ROCmSoftwarePlatform/hipBLAS/archive/rocm-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+SLOT="0/$(ver_cut 1-2)"
+
+RDEPEND="dev-util/hip
+   sci-libs/rocBLAS:${SLOT}
+   sci-libs/rocSOLVER:${SLOT}"
+DEPEND="${RDEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/hipBLAS-rocm-${PV}"
+
+src_prepare() {
+   sed -e 
"s:

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

2022-06-09 Thread Michał Górny
commit: 8e7a3b1e4f53d49cac2e94d464707b19aaace233
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:17:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:17:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7a3b1e

dev-python/sortedcontainers: Remove old

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

 .../sortedcontainers/sortedcontainers-2.4.0.ebuild | 28 --
 1 file changed, 28 deletions(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild
deleted file mode 100644
index 17aab8883a00..
--- a/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python library to sort collections and containers"
-HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/
-   https://pypi.org/project/sortedcontainers/
-   https://github.com/grantjenks/python-sortedcontainers/;
-SRC_URI="
-   
https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTHONPATH=.
-   epytest --ignore docs/conf.py
-}



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

2022-06-09 Thread Michał Górny
commit: f83707207de8189c5dc82e54bb034001b85c7987
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:17:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:17:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8370720

dev-python/characteristic: Remove old

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

 .../characteristic/characteristic-14.3.0-r3.ebuild | 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-python/characteristic/characteristic-14.3.0-r3.ebuild 
b/dev-python/characteristic/characteristic-14.3.0-r3.ebuild
deleted file mode 100644
index 5fb38c3a6d77..
--- a/dev-python/characteristic/characteristic-14.3.0-r3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python attributes without the boilerplate"
-HOMEPAGE="https://characteristic.readthedocs.org/ 
https://github.com/hynek/characteristic;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs
-
-python_prepare_all() {
-   sed -e 's|\[pytest\]|\[tool:pytest\]|' -i setup.cfg || die
-   distutils-r1_python_prepare_all
-}



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

2022-06-09 Thread Michał Górny
commit: 6787c6144959d54a46fb3f18b7dbcaa43fd03a6f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:15:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:15:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6787c614

dev-python/more-itertools: Remove old

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

 dev-python/more-itertools/Manifest |  1 -
 .../more-itertools/more-itertools-8.12.0-r1.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-python/more-itertools/Manifest 
b/dev-python/more-itertools/Manifest
index 48344304bfcb..e83ed95fa51d 100644
--- a/dev-python/more-itertools/Manifest
+++ b/dev-python/more-itertools/Manifest
@@ -1,2 +1 @@
-DIST more-itertools-8.12.0.tar.gz 108698 BLAKE2B 
2bc48aea5b8508381ac909a963d0fcbf08a17d2d96f17de1dd582bc8ced080be540322ee3f65c66eab1186d024bb2957e7bbddd62041242a7cc4cfff1ad67bc2
 SHA512 
73759f05d178bd6fe98cadac401707faf90a4f7b456c4aac3f0b3f6c13a2284600971e0b271f1768cacd3ae9b69848404f85432199ca51b8160fbe67045dfd17
 DIST more-itertools-8.13.0.tar.gz 101264 BLAKE2B 
28c212e76f18081301c6d946e06112beb2a6a3fef3b99582d5ea98c2142e1e47b0f5300f441a4d206f5950120466212a9fde40eae53bce0098097063468f56f5
 SHA512 
2f3473cdd67ddcb2c658f60638b91a25c4ce9d9a92bbda5ca937dd4748857408bfe8dd9d4e699f53bd9f10d7b433db57e499bd28f184b8faa58b2004f2c92004

diff --git a/dev-python/more-itertools/more-itertools-8.12.0-r1.ebuild 
b/dev-python/more-itertools/more-itertools-8.12.0-r1.ebuild
deleted file mode 100644
index cb58e638..
--- a/dev-python/more-itertools/more-itertools-8.12.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="More routines for operating on iterables, beyond itertools"
-HOMEPAGE="https://pypi.org/project/more-itertools/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-distutils_enable_sphinx docs \
-   dev-python/sphinx_rtd_theme
-distutils_enable_tests unittest
-
-src_configure() {
-   grep -q '\[build-system\]' pyproject.toml &&
-   die "Upstream added [build-system] to pyproject.toml, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "more_itertools"
-   version = "${PV}"
-   description = "More routines for operating on iterables, beyond 
itertools"
-   EOF
-}



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

2022-06-09 Thread Michał Górny
commit: 12ae65f3ee078f6518796512e7c930aad29e3131
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:16:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:16:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ae65f3

dev-python/genty: Remove old

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

 dev-python/genty/genty-1.3.2-r1.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-python/genty/genty-1.3.2-r1.ebuild 
b/dev-python/genty/genty-1.3.2-r1.ebuild
deleted file mode 100644
index c7ef076f92a7..
--- a/dev-python/genty/genty-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Allows you to run a test with multiple data sets"
-HOMEPAGE="https://pypi.org/project/genty/ https://github.com/box/genty;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests setup.py



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

2022-06-09 Thread Michał Górny
commit: 2063a2d38b3f3601a97e2b72bc6319de2ab4f927
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:17:40 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:17:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2063a2d3

dev-python/build: Remove old

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

 dev-python/build/Manifest  |  1 -
 dev-python/build/build-0.7.0-r1.ebuild | 68 --
 dev-python/build/build-0.7.0.ebuild| 55 ---
 3 files changed, 124 deletions(-)

diff --git a/dev-python/build/Manifest b/dev-python/build/Manifest
index 4c7f19a605b3..34a325b4b6e6 100644
--- a/dev-python/build/Manifest
+++ b/dev-python/build/Manifest
@@ -1,2 +1 @@
-DIST build-0.7.0.gh.tar.gz 37127 BLAKE2B 
b06ba16c154087046bd5efddb5fd6f60dad9ee79a204a0c1124fb4885d3692bcf4bd88b75c9665ade3f8457e12742d32e3cef40a0ffb5a894b049a6e942c09e3
 SHA512 
fd8410dc91333ba94c5141dd78f8052b66f947839752a5d0f401630f6bceed5be2e1f45eceaa2a98908c0e3ddb88a00e3ccca341a3890fa99202bc560ab6ff42
 DIST build-0.8.0.gh.tar.gz 40020 BLAKE2B 
17422c8fe23d4103c78bd9d98702646f0863abfea4ff5df425942eb71aa905d8171567976228681afa90f453131ccce4701128b4f73b61acf4158ea2758c5c9e
 SHA512 
62eaabef36fae592b06c41623f8f36750a029263a65c8fa21ad58b24ef30d4fa8eef7588237a68efb9a9784676f35605a8c9a6b2ed1bc6844c32924f9b5ec377

diff --git a/dev-python/build/build-0.7.0-r1.ebuild 
b/dev-python/build/build-0.7.0-r1.ebuild
deleted file mode 100644
index 6dbd928558f2..
--- a/dev-python/build/build-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1 multiprocessing
-
-DESCRIPTION="A simple, correct PEP517 package builder"
-HOMEPAGE="
-   https://pypi.org/project/build/
-   https://github.com/pypa/build/
-"
-SRC_URI="
-   https://github.com/pypa/build/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/packaging-19.0[${PYTHON_USEDEP}]
-   >=dev-python/pep517-0.9.1[${PYTHON_USEDEP}]
-   >=dev-python/tomli-1.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/filelock-3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-mock-2[${PYTHON_USEDEP}]
-   >=dev-python/pytest-rerunfailures-9.1[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-56.0.0[${PYTHON_USEDEP}]
-   >=dev-python/wheel-0.36.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # broken by the presence of flit_core
-   tests/test_util.py::test_wheel_metadata_isolation
-   # broken by the presence of virtualenv (it changes the error
-   # messages, sic!)
-   tests/test_env.py::test_isolated_env_log
-   tests/test_main.py::test_output_env_subprocess_error
-   'tests/test_main.py::test_output[via-sdist-isolation]'
-   'tests/test_main.py::test_output[wheel-direct-isolation]'
-   # Internet
-   tests/test_main.py::test_build_package
-   tests/test_main.py::test_build_package_via_sdist
-   'tests/test_util.py::test_wheel_metadata[True]'
-   tests/test_util.py::test_with_get_requires
-   # we don't really have to test that fallback
-   # (requires dev-python/toml that we'd like to lastrite 
eventually)
-   tests/test_projectbuilder.py::test_toml_instead_of_tomli
-   )
-   [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
-   # fixed in git but the patch is large-ish
-   tests/test_env.py::test_executable_missing_post_creation
-   )
-
-   epytest -p no:flaky -n "$(makeopts_jobs)" \
-   -W"ignore:path is deprecated.:DeprecationWarning"
-}

diff --git a/dev-python/build/build-0.7.0.ebuild 
b/dev-python/build/build-0.7.0.ebuild
deleted file mode 100644
index 8555e5d4feb2..
--- a/dev-python/build/build-0.7.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1 multiprocessing
-
-DESCRIPTION="A simple, correct PEP517 package builder"
-HOMEPAGE="
-   https://pypi.org/project/build/
-   https://github.com/pypa/build/;
-SRC_URI="
-   https://github.com/pypa/build/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv 

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

2022-06-09 Thread Michał Górny
commit: ebd68505e289ca195eb5e9dc93ead2c919a6d47e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:15:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:15:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd68505

dev-python/pretend: Remove old

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

 dev-python/pretend/pretend-1.0.9-r1.ebuild | 18 --
 1 file changed, 18 deletions(-)

diff --git a/dev-python/pretend/pretend-1.0.9-r1.ebuild 
b/dev-python/pretend/pretend-1.0.9-r1.ebuild
deleted file mode 100644
index 07d771c34f88..
--- a/dev-python/pretend/pretend-1.0.9-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for stubbing in Python"
-HOMEPAGE="https://github.com/alex/pretend/ https://pypi.org/project/pretend/;
-SRC_URI="https://github.com/alex/pretend/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-distutils_enable_tests pytest



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

2022-06-09 Thread Michał Górny
commit: 613e8a4e766caa18de6ea1d0202965f63badcc4b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:16:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:16:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613e8a4e

dev-python/jaraco-classes: Remove old

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

 .../jaraco-classes/jaraco-classes-3.2.1.ebuild | 27 --
 1 file changed, 27 deletions(-)

diff --git a/dev-python/jaraco-classes/jaraco-classes-3.2.1.ebuild 
b/dev-python/jaraco-classes/jaraco-classes-3.2.1.ebuild
deleted file mode 100644
index fb2de4f4973a..
--- a/dev-python/jaraco-classes/jaraco-classes-3.2.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P="${P/-/.}"
-DESCRIPTION="Classes used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.classes;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest



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

2022-06-09 Thread Michał Górny
commit: 38e5db1a918bbfc3803dab352f14b9a2dad90516
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:16:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:16:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e5db1a

dev-python/mock: Remove old

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

 dev-python/mock/mock-4.0.3.ebuild | 55 ---
 1 file changed, 55 deletions(-)

diff --git a/dev-python/mock/mock-4.0.3.ebuild 
b/dev-python/mock/mock-4.0.3.ebuild
deleted file mode 100644
index 522c268a1f72..
--- a/dev-python/mock/mock-4.0.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Rolling backport of unittest.mock for all Pythons"
-HOMEPAGE="https://github.com/testing-cabal/mock;
-SRC_URI="https://github.com/testing-cabal/mock/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-
-RDEPEND="
-   >=dev-python/six-1.9[${PYTHON_USEDEP}]"
-BDEPEND=${RDEPEND}
-
-PATCHES=(
-   "${FILESDIR}"/${P}-py310.patch
-)
-
-src_prepare() {
-   sed -i -e '/  pytest.*/d' setup.cfg || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   # Upstream supports running tests only in their dream pristine
-   # environment.  pytest doesn't work at all if mock is already
-   # installed.  We can use plain unittest but we have to reinvent
-   # test filtering.
-   cp -r mock/tests "${BUILD_DIR}"/lib/mock/ || die
-   cd "${BUILD_DIR}"/lib || die
-
-   # 
https://github.com/testing-cabal/mock/commit/d6b42149bb87cf38729eef8a100c473f602ef7fa
-   if [[ ${EPYTHON} == pypy* ]]; then
-   sed -i -e 's:def test_copy:def _test_copy:' \
-   mock/tests/testmock.py || die
-   fi
-
-   # Avoid pytest dependency
-   sed -i -e '/import pytest/d' mock/tests/testhelpers.py || die
-
-   "${EPYTHON}" -m unittest discover -v || die "Tests failed with 
${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG.rst README.rst )
-
-   distutils-r1_python_install_all
-}



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

2022-06-09 Thread Michał Górny
commit: 7ae43b79a1f9800dea5fcb1959a4ae7c0a7d6640
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:17:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:17:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae43b79

dev-python/toml: Remove old

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

 dev-python/toml/toml-0.10.2.ebuild | 40 --
 1 file changed, 40 deletions(-)

diff --git a/dev-python/toml/toml-0.10.2.ebuild 
b/dev-python/toml/toml-0.10.2.ebuild
deleted file mode 100644
index c9dad0c3e918..
--- a/dev-python/toml/toml-0.10.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-TOML_TEST_VER="280497fa5f12e43d7233aed0d74e07ca61ef176b"
-
-DESCRIPTION="Python library for handling TOML files"
-HOMEPAGE="https://github.com/uiri/toml;
-SRC_URI="https://github.com/uiri/${PN}/archive/${PV}.tar.gz -> ${P}-1.tar.gz
-   test? ( 
https://github.com/BurntSushi/toml-test/archive/${TOML_TEST_VER}.tar.gz -> 
toml-test-${TOML_TEST_VER}.tar.gz )"
-IUSE="test"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-
-BDEPEND="
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/numpy[${PYTHON_USEDEP}]
-   ' python3_{7..9})
-   )"
-
-DOCS=( README.rst )
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   if use test; then
-   mv "${WORKDIR}/toml-test-${TOML_TEST_VER#v}" "${S}/toml-test" 
|| die
-   fi
-
-   distutils-r1_python_prepare_all
-}



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

2022-06-09 Thread Michał Górny
commit: 920d5fec14e9de01c8f4e8ae8b0702f6163c8ab4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:17:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:17:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920d5fec

dev-python/six: Remove old

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

 dev-python/six/six-1.16.0.ebuild | 28 
 1 file changed, 28 deletions(-)

diff --git a/dev-python/six/six-1.16.0.ebuild b/dev-python/six/six-1.16.0.ebuild
deleted file mode 100644
index 601cf02a7860..
--- a/dev-python/six/six-1.16.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python 2 and 3 compatibility library"
-HOMEPAGE="https://github.com/benjaminp/six https://pypi.org/project/six/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-distutils_enable_sphinx documentation --no-autodoc
-distutils_enable_tests pytest
-
-python_test() {
-   local deselect=()
-   [[ ${EPYTHON} == pypy3 ]] && deselect+=(
-   'test_six.py::test_move_items[dbm_ndbm]'
-   )
-
-   epytest ${deselect[@]/#/--deselect }
-}



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

2022-06-09 Thread Michał Górny
commit: 1ec5b40d38eb06e18ad94814fe92ab6a2e56d2b7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:15:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:15:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec5b40d

dev-python/phonenumbers: Remove old

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

 dev-python/phonenumbers/Manifest   |  2 --
 .../phonenumbers/phonenumbers-8.12.47.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.12.48.ebuild   | 39 --
 3 files changed, 80 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index c6d3161d7e89..702d48ad2b0a 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1 @@
-DIST python-phonenumbers-8.12.47.gh.tar.gz 4899215 BLAKE2B 
102caf51e4cb01140b43273b13a8ce44f51a3617fb48261f81e9d125475e34eafc6d8163e2baef861d0057d5f4f7e683b2934d4a15144277b203d69b12473819
 SHA512 
a7c24e469cd50b60ec9eb96dee6ef1540d90b20260c6ff6bf2eb8c0e6bf9c1e759d718de052805bb285135e2bd4927c469e901c811580a1cb4d6223757784b16
-DIST python-phonenumbers-8.12.48.gh.tar.gz 4899266 BLAKE2B 
560af7966d06aaf116d2fcd3b0f7ecaddf9ce6d01b31f66461e54b9bf12fd724edb099352d5d7639491ad970ed94228deb1a648a3f7602b9a247cd97d4ec754c
 SHA512 
d983ff0703c45517a3657f3beca63437a6d653ab34ee5124a6d7d2af31630472e985dfd28718b6730046460b7959d3733c39237fa861fe2c5ef30f5007e0eeae
 DIST python-phonenumbers-8.12.49.gh.tar.gz 4904202 BLAKE2B 
20974162d5a8668c1d15021de71795983c4eda1f3afc931822b3593c80249481bcb4ea9f8b80066a71f7f2821284534991d3307eddea0e8f0270e75eced0573e
 SHA512 
0504a84b3a6047c7ca4bc1667a0418d60c7f43052911751572820e7f4e40b430b8847e4c8f6e4d88dd7a2684b5ad8de2dfda8891d81fd8e1af1c595be152f9fc

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.47.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.47.ebuild
deleted file mode 100644
index 8e4b363b03b6..
--- a/dev-python/phonenumbers/phonenumbers-8.12.47.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.48.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.48.ebuild
deleted file mode 100644
index 3b1d20a349fc..
--- a/dev-python/phonenumbers/phonenumbers-8.12.48.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



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

2022-06-09 Thread Michał Górny
commit: 93620c5859b1c304554da6f99c53a7cb4c99c7ba
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:16:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:16:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93620c58

dev-python/fields: Remove old

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

 dev-python/fields/fields-5.0.0-r2.ebuild | 36 
 1 file changed, 36 deletions(-)

diff --git a/dev-python/fields/fields-5.0.0-r2.ebuild 
b/dev-python/fields/fields-5.0.0-r2.ebuild
deleted file mode 100644
index 328f3eb4d776..
--- a/dev-python/fields/fields-5.0.0-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Container class boilerplate killer"
-HOMEPAGE="https://github.com/ionelmc/python-fields;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
-
-BDEPEND="
-   test? (
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/characteristic[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   sed -r \
-   -e "/--benchmark-disable/d" \
-   -e 's|\[pytest\]|\[tool:pytest\]|' \
-   -i setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   epytest --ignore tests/test_perf.py tests
-}



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

2022-06-09 Thread Michał Górny
commit: 58b59d9d7c01b47c95d52c592e7d1cf757614ed2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:16:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:16:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b59d9d

dev-python/iniconfig: Remove old

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

 dev-python/iniconfig/iniconfig-1.1.1.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/dev-python/iniconfig/iniconfig-1.1.1.ebuild 
b/dev-python/iniconfig/iniconfig-1.1.1.ebuild
deleted file mode 100644
index cfc7d6c52303..
--- a/dev-python/iniconfig/iniconfig-1.1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Brain-dead simple config-ini parsing"
-HOMEPAGE="https://github.com/RonnyPfannschmidt/iniconfig;
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest



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

2022-06-09 Thread Michał Górny
commit: eab410f43acdc6613f23e584a7a4a2ac8c722e5c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:15:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:15:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab410f4

dev-python/nose: Remove old

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

 dev-python/nose/nose-1.3.7_p2021_p1.ebuild | 54 --
 1 file changed, 54 deletions(-)

diff --git a/dev-python/nose/nose-1.3.7_p2021_p1.ebuild 
b/dev-python/nose/nose-1.3.7_p2021_p1.ebuild
deleted file mode 100644
index 0bcccaee3d86..
--- a/dev-python/nose/nose-1.3.7_p2021_p1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-inherit distutils-r1
-
-COMMIT="94fd6746619ee8728f2b8740ebf2d1582b03cb15"
-
-DESCRIPTION="Unittest extension with automatic test suite discovery and easy 
test authoring"
-HOMEPAGE="
-   https://pypi.org/project/nose/
-   https://nose.readthedocs.io/en/latest/
-   https://github.com/nose-devs/nose;
-SRC_URI="
-   https://github.com/arthurzam/nose/archive/${COMMIT}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   $(python_gen_cond_dep '
-   !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] )
-   ' python3_{8..10} pypy3)
-   $(python_gen_cond_dep '
-   dev-python/twisted[${PYTHON_USEDEP}]
-   ' python3_{8..10})
-   )"
-
-src_prepare() {
-   # failing to find configuration file
-   sed -e 's/test_cover_options_config_file/_&/' \
-   -i unit_tests/test_cover_plugin.py || die
-
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   "${EPYTHON}" -m nose -v -a "!network" || die "Tests fail with 
${EPYTHON}"
-}
-
-src_install() {
-   distutils-r1_src_install
-   use examples && dodoc -r examples
-}



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

2022-06-09 Thread Michał Górny
commit: b744bcff00464a69f20ea4e8c7d58dd97e10fc7e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:13:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:13:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b744bcff

dev-python/pluggy: Remove old

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

 dev-python/pluggy/pluggy-1.0.0-r1.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-python/pluggy/pluggy-1.0.0-r1.ebuild 
b/dev-python/pluggy/pluggy-1.0.0-r1.ebuild
deleted file mode 100644
index 1777831a28b2..
--- a/dev-python/pluggy/pluggy-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="plugin and hook calling mechanisms for python"
-HOMEPAGE="https://pluggy.readthedocs.io/ https://github.com/pytest-dev/pluggy 
https://pypi.org/project/pluggy/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest



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

2022-06-09 Thread Michał Górny
commit: be10f0d9e242abf2603a2b98c2891427c2cc41cc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:12:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:12:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be10f0d9

dev-python/xmltodict: Remove old

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

 dev-python/xmltodict/Manifest   |  1 -
 dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild | 17 -
 dev-python/xmltodict/xmltodict-0.13.0.ebuild| 18 --
 3 files changed, 36 deletions(-)

diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest
index 2bca56b29a77..6922b2c24b8c 100644
--- a/dev-python/xmltodict/Manifest
+++ b/dev-python/xmltodict/Manifest
@@ -1,2 +1 @@
-DIST xmltodict-0.12.0.tar.gz 18481 BLAKE2B 
f7b7b71a6eaacc833a54369be38aa988b5c27845b19001c1d13e955df1f3a26c04dd2a1b45f0c0e704c4df6f4d380abdda7189944cc45b001eeef55405c43299
 SHA512 
1ec3de3ebd05adbe032ca569a71048e72097c0f5fc864b63f168d661f72d13d0981e6e62bb9ca2ffe925a3b2f7c2fb90a44177427d4bdf68137842342a9cd2c8
 DIST xmltodict-0.13.0.tar.gz 33813 BLAKE2B 
54fd4532323d8682e81e8db9ec811c772aa1b772ee5a9fa2debb93030a44a165e282901a445f76c8a477626b151ec9ed210f1e790bd9426b5f071c9a4ad60bdf
 SHA512 
fea256017e9806074f0b1dbece393a6e90cdb045842970015daeef2c035d210b196a57635192f889b1d2e570731707f7725e020c678db34f590f8c9ad400

diff --git a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild 
b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild
deleted file mode 100644
index 9845a926f1c0..
--- a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Makes working with XML feel like you are working with JSON"
-HOMEPAGE="https://github.com/martinblech/xmltodict/ 
https://pypi.org/project/xmltodict/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-distutils_enable_tests nose

diff --git a/dev-python/xmltodict/xmltodict-0.13.0.ebuild 
b/dev-python/xmltodict/xmltodict-0.13.0.ebuild
deleted file mode 100644
index 14979b23dc33..
--- a/dev-python/xmltodict/xmltodict-0.13.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Makes working with XML feel like you are working with JSON"
-HOMEPAGE="https://github.com/martinblech/xmltodict/
-   https://pypi.org/project/xmltodict/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-distutils_enable_tests nose



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

2022-06-09 Thread Michał Górny
commit: 0f5252c4c78a664b4e22c6c709ef285fe02ba060
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:14:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:14:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5252c4

dev-python/python-nbxmpp: Remove old

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

 dev-python/python-nbxmpp/Manifest  |  1 -
 .../python-nbxmpp/python-nbxmpp-3.0.1.ebuild   | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/python-nbxmpp/Manifest 
b/dev-python/python-nbxmpp/Manifest
index f5836bfda417..d905f3e01f67 100644
--- a/dev-python/python-nbxmpp/Manifest
+++ b/dev-python/python-nbxmpp/Manifest
@@ -1,4 +1,3 @@
 DIST python-nbxmpp-3.1.0.tar.bz2 128551 BLAKE2B 
bbff0bd92b12addb73e661136531df7629baa7936a1d52a86a17b59047681d30744dbc3618143a0b4ff5460bb64ad01a70b1bfb018f32bd78cfd9dc848f18668
 SHA512 
6676da4a21915305952118b9d35d91f3b420a23f1f3bc1fa22ee885face3f9b4474417f58e4a2c6446fec48ff632822ab83343e104df480d33d75f1b46cf8fec
 DIST python-nbxmpp-nbxmpp-2.0.6.tar.bz2 122203 BLAKE2B 
925604002f4363f1e0b72f05c13742f4652ba565a9faa48faf8d47688f480a7f1d7585c593b0dcf07bded8c4aa3a1d02e9697742a07b9e815daec062dfb93104
 SHA512 
a536b25c8a6298892a51adef4b64b75ffab88ce02fb08fc07ecd1cfe2bc794262d4d58a93248439723e6e0544485da7351bb98189b0e422a1f77b01c6f6d238e
-DIST python-nbxmpp-nbxmpp-3.0.1.tar.bz2 125866 BLAKE2B 
9338dc599a1a3ad1daa455877c5078a7dbd3b76f9914ca7f43b4defceb4f62dc84d77e9def7e08cd42d970d7e1461befb7208bde1c6db784de69c4bf92d3ada6
 SHA512 
3cf8de99f418b8f4e52b03147b305573e7fbaf79277f27b9b4b05f88686390d28cb8c3437c511d291cf677fdb96ac15589422b7395827b8a9f2298e15eb1a48b
 DIST python-nbxmpp-nbxmpp-3.0.2.tar.bz2 126796 BLAKE2B 
1a9c42db9358ac0d453ee7ae88dcc35900e6a68b0d158a3491e99f748d792dc6047a24e605c9538128ed4e84447e341289cfd8384affe8b0bf1b9853a5325e08
 SHA512 
04759631960110c2d60be29cf00f93c8d0079a883f2011c27b35a9846203cefe8c0c42a90d93ee3283cd400fde0d5a5748f5b21b35b5328f5465e95a1e3ba861

diff --git a/dev-python/python-nbxmpp/python-nbxmpp-3.0.1.ebuild 
b/dev-python/python-nbxmpp/python-nbxmpp-3.0.1.ebuild
deleted file mode 100644
index 7504190445bc..
--- a/dev-python/python-nbxmpp/python-nbxmpp-3.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/nbxmpp-${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/precis-i18n[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



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

2022-06-09 Thread Michał Górny
commit: dadefb4791a67758eb2e68619ac3fe03468262d8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:13:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:13:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dadefb47

dev-python/pytest-forked: Remove old

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

 .../pytest-forked/pytest-forked-1.4.0.ebuild   | 28 --
 1 file changed, 28 deletions(-)

diff --git a/dev-python/pytest-forked/pytest-forked-1.4.0.ebuild 
b/dev-python/pytest-forked/pytest-forked-1.4.0.ebuild
deleted file mode 100644
index a9f3ffc010c5..
--- a/dev-python/pytest-forked/pytest-forked-1.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="run tests in isolated forked subprocesses"
-HOMEPAGE="https://pypi.org/project/pytest-forked/ 
https://github.com/pytest-dev/pytest-forked;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-# Please do not RDEPEND on pytest; this package won't do anything
-# without pytest installed, and there is no reason to force older
-# implementations on pytest.
-RDEPEND="dev-python/py[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_test() {
-   distutils_install_for_testing
-   epytest -p no:flaky
-}



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

2022-06-09 Thread Michał Górny
commit: f2ebfbeaedc3a10840a8908a2666bdc16e608d6e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:12:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:12:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ebfbea

dev-python/unittest-mixins: Remove old

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

 .../unittest-mixins/unittest-mixins-1.6-r1.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/dev-python/unittest-mixins/unittest-mixins-1.6-r1.ebuild 
b/dev-python/unittest-mixins/unittest-mixins-1.6-r1.ebuild
deleted file mode 100644
index 3653d0547adf..
--- a/dev-python/unittest-mixins/unittest-mixins-1.6-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A set of mixin classes and other helpers for unittest test case 
classes"
-HOMEPAGE="https://github.com/nedbat/unittest-mixins 
https://pypi.org/project/unittest-mixins/;
-SRC_URI="https://github.com/nedbat/unittest-mixins/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest



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

2022-06-09 Thread Michał Górny
commit: c1b64a643feaf39e9a11fd5bccf0155d3a9115bf
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:13:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:13:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b64a64

dev-python/translate-toolkit: Remove old

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

 dev-python/translate-toolkit/Manifest  |   2 -
 .../translate-toolkit-3.6.0.ebuild | 103 -
 .../translate-toolkit-3.6.1.ebuild | 103 -
 3 files changed, 208 deletions(-)

diff --git a/dev-python/translate-toolkit/Manifest 
b/dev-python/translate-toolkit/Manifest
index 864d1a4ec1f6..695c65c8f58a 100644
--- a/dev-python/translate-toolkit/Manifest
+++ b/dev-python/translate-toolkit/Manifest
@@ -1,3 +1 @@
-DIST translate-3.6.0.gh.tar.gz 1150765 BLAKE2B 
0b69d21782d8d6b3ae322b480ad2205e577d87a3a9448f8a428f666d3d141063ad06f83eaa38f5d5903cc4263bbdcf261523fef57111c1ba705b640835c11416
 SHA512 
3ce371cb688dcfa656676fdc3ca920d76088fad67dbfb112511a0439250913e1f4587df681752bf1b288b9c4af3e4ebd11b8f8db51670f0fe14e9db68d7917f7
-DIST translate-3.6.1.gh.tar.gz 1151674 BLAKE2B 
df730fe08f0f52c41acec8429adfaae7691a2776032106acfa4f14dad65d38cf3e3ee5288b992f4aa481e12e6bb8ae42aedff9da007c5396df7a4d45d5a879cd
 SHA512 
4fb433ce9b39a53ab0c9a809a5dc509a678f06907a6279835b077740a5b39991e42db372953c3c51d39d9a9e5754a3d6747a87b53b3594f2a93aac8760083078
 DIST translate-3.6.2.gh.tar.gz 1152569 BLAKE2B 
44c9a5878a177b53d34e48d8b642f293ed475c90de8a530f53462384420b8afaaf107cb62c0cdd45e6d0633f53cd8eedb73dd0dcd81d6f876dc5389ba4230c94
 SHA512 
fb1fc2f6abb766814269d7051f571cbfb25ecd6b7267e2080e5ab0bb41338ace430a8bb01084abe176e2fd0a934cdf6492bf79f5e27c1f8ce99b021175efcec9

diff --git a/dev-python/translate-toolkit/translate-toolkit-3.6.0.ebuild 
b/dev-python/translate-toolkit/translate-toolkit-3.6.0.ebuild
deleted file mode 100644
index 476d408a194d..
--- a/dev-python/translate-toolkit/translate-toolkit-3.6.0.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-MY_P=translate-${PV}
-DESCRIPTION="Toolkit to convert between many translation formats"
-HOMEPAGE="https://github.com/translate/translate;
-SRC_URI="
-   https://github.com/translate/translate/archive/refs/tags/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="+html +ical +ini +subtitles +yaml"
-
-BDEPEND="
-   >=dev-python/six-1.11.0[${PYTHON_USEDEP}]
-"
-RDEPEND="${BDEPEND}
-   !dev-python/pydiff
-   app-text/iso-codes
-   >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
-   dev-python/cheroot[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.3.1[${PYTHON_USEDEP}]
-   >=dev-python/pycountry-19.8.18[${PYTHON_USEDEP}]
-   >=dev-python/python-levenshtein-0.12.0[${PYTHON_USEDEP}]
-   >=dev-python/pyparsing-3[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   sys-devel/gettext
-   html? ( dev-python/utidylib[${PYTHON_USEDEP}] )
-   ical? ( dev-python/vobject[${PYTHON_USEDEP}] )
-   ini? ( >=dev-python/iniparse-0.5[${PYTHON_USEDEP}] )
-   subtitles? ( media-video/gaupol[${PYTHON_USEDEP}] )
-   yaml? ( dev-python/pyyaml[${PYTHON_USEDEP}] )
-"
-BDEPEND+="
-   test? ( dev-python/phply[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   dev-python/sphinx-bootstrap-theme
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/translate-toolkit-3.3.0-no-install-docs.patch
-)
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Fails with network-sandbox (and even with it off but w/ 
softer fail)
-   
'tests/xliff_conformance/test_xliff_conformance.py::test_open_office_to_xliff'
-   
'tests/xliff_conformance/test_xliff_conformance.py::test_po_to_xliff'
-   )
-   local EPYTEST_IGNORE=(
-   # unpackaged fluent.*
-   translate/storage/test_fluent.py
-   )
-
-   if ! use ini; then
-   EPYTEST_IGNORE+=(
-   translate/convert/test_ini2po.py
-   translate/convert/test_po2ini.py
-   )
-   fi
-
-   if ! use subtitles; then
-   EPYTEST_IGNORE+=(
-   translate/storage/test_subtitles.py
-   )
-   fi
-
-   # translate/storage/test_mo.py needs 'pocompile'
-   distutils_install_for_testing
-   epytest
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   if ! use html; then
-   rm "${ED}"/usr/bin/{html2po,po2html} || die
-   fi
-   if ! use ical; then
-   rm "${ED}"/usr/bin/{ical2po,po2ical} || die
-   fi
-   

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

2022-06-09 Thread Michał Górny
commit: a8b61fa65bfaaf661980065e45f97069c86bb203
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:14:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:14:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b61fa6

dev-python/pytest-xdist: Remove old

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

 dev-python/pytest-xdist/pytest-xdist-2.5.0.ebuild | 43 ---
 1 file changed, 43 deletions(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.5.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.5.0.ebuild
deleted file mode 100644
index 7e1cfa8213b4..
--- a/dev-python/pytest-xdist/pytest-xdist-2.5.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-# pytest-xdist >= 2 fails with pytest < 6
-RDEPEND="
-   dev-python/execnet[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}]
-   dev-python/pytest-forked[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/filelock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests --install pytest
-
-python_test() {
-   # disable autoloading plugins in nested pytest calls
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   # since we disabled autoloading, force loading necessary plugins
-   local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
-
-   distutils_install_for_testing
-   epytest
-}



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

2022-06-09 Thread Michał Górny
commit: 963574c83bd8dc8059949839e2656466276e92d7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:13:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:13:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963574c8

dev-python/rq: Remove old

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

 dev-python/rq/rq-1.10.1-r1.ebuild | 53 ---
 1 file changed, 53 deletions(-)

diff --git a/dev-python/rq/rq-1.10.1-r1.ebuild 
b/dev-python/rq/rq-1.10.1-r1.ebuild
deleted file mode 100644
index 54138db11b8a..
--- a/dev-python/rq/rq-1.10.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
-SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests --install pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   einfo "Spawning Redis"
-   einfo "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}



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

2022-06-09 Thread Michał Górny
commit: 231492dd7dd0740d1faffeef24034040f53fd6d6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:13:25 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:13:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231492dd

dev-python/pytest-datadir: Remove old

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

 .../pytest-datadir/pytest-datadir-1.3.1.ebuild | 27 --
 1 file changed, 27 deletions(-)

diff --git a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild 
b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
deleted file mode 100644
index 49be9ac3fa1d..
--- a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pytest plugin for manipulating test data directories and files"
-HOMEPAGE="https://github.com/gabrielcnr/pytest-datadir;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
-
-distutils_enable_tests --install pytest
-
-python_install_all() {
-   distutils-r1_python_install
-
-   # Do not install license to /usr
-   rm "${D}/usr/LICENSE" || die
-}



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

2022-06-09 Thread Michał Górny
commit: 237133c2b3bd7fbc03adff1461b79afbf02d0632
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:11:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:11:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237133c2

dev-python/unittest-mixins: Mark ALLARCHES

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

 dev-python/unittest-mixins/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/unittest-mixins/metadata.xml 
b/dev-python/unittest-mixins/metadata.xml
index 6e33b6e3494b..d12b504862d2 100644
--- a/dev-python/unittest-mixins/metadata.xml
+++ b/dev-python/unittest-mixins/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

unittest-mixins
nedbat/unittest-mixins



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

2022-06-09 Thread Michał Górny
commit: afece2a4006987f31c7f4a74e7b05e316e158925
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:12:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:12:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afece2a4

dev-python/unittest-mixins: Stabilize 1.6-r2 ALLARCHES, #850874

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

 dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild 
b/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
index fb376a7580bf..ae7bc4f3882d 100644
--- a/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
+++ b/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]



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

2022-06-09 Thread Michał Górny
commit: 7421efec821063269b4571b76b35c3bcf09613bb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:08:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:08:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7421efec

dev-python/xmltodict: Mark ALLARCHES

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

 dev-python/xmltodict/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/xmltodict/metadata.xml 
b/dev-python/xmltodict/metadata.xml
index 47437dff3e2c..b2ce00bae4b3 100644
--- a/dev-python/xmltodict/metadata.xml
+++ b/dev-python/xmltodict/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 xmltodict
 martinblech/xmltodict



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

2022-06-09 Thread Michał Górny
commit: 6e77bf7661eb0fb1f08661e7799516b8048ecf98
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:10:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:10:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e77bf76

dev-python/xmltodict: Stabilize 0.13.0-r1 ALLARCHES, #850892

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

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

diff --git a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild 
b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
index 1e18fe9cfcd8..c98631ff11e0 100644
--- a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
+++ b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
@@ -15,6 +15,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/OpenHPC-meta/

2022-06-09 Thread Alessandro Barbieri
commit: 033e80f7a65618c2158a0191d30bc4670c6a0d52
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Jun 10 03:56:24 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 10 03:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=033e80f7

sys-cluster/OpenHPC-meta: add scorep

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild 
b/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
index fee1dd24e..0b38f75ac 100644
--- a/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
+++ b/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
@@ -68,6 +68,7 @@ RDEPEND="
sys-cluster/extrae[${PYTHON_SINGLE_USEDEP}]
sys-cluster/mpi-benchmarks
sys-cluster/osu-micro-benchmarks
+   sys-cluster/scorep[mpi,unwind]
)
 
python? (
@@ -107,7 +108,6 @@ RDEPEND="
 #  perf-tools
#scalasca
#tau
-   #scorep
 
 #  slurm-server
#pdsh-slurm



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

2022-06-09 Thread Alessandro Barbieri
commit: 62d3f918d596a1e79b9ca0754bc78aaf77eb3544
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Jun 10 03:50:40 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 10 03:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62d3f918

TODO.md: remove scorep

Signed-off-by: Alessandro Barbieri  gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 0bcc9e5b4..e7aac09c1 100644
--- a/TODO.md
+++ b/TODO.md
@@ -42,7 +42,6 @@ Name | Buildsystem | Category | User | Need help | Dependency
 [geopm](https://geopm.github.io/) | autotools | power | Alessandro-Barbieri | 
✖ | ✔
 [warewulf](https://warewulf.lbl.gov/) | autotools | cluster | 
Alessandro-Barbieri | ✖ | ✔
 [scalasca](https://scalasca.org/) | autotools | cluster | Alessandro-Barbieri 
| ✖ | ✔
-[scorep](https://www.vi-hps.org/projects/score-p/) | autotools | cluster | 
Alessandro-Barbieri | ✖ | ✔
 [jmodelica](https://github.com/jnorthrup/jmodelica) | autotools | science | 
Alessandro-Barbieri | ✔ | ✔
 [flux-core](https://github.com/flux-framework/flux-core) | autotools | cluster 
| Alessandro-Barbieri | ✔ | ✔
 [GPI-2](https://github.com/cc-hpc-itwm/GPI-2) | autotools | cluster | 
Alessandro-Barbieri | ✖ | ✔



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/portals4/

2022-06-09 Thread Alessandro Barbieri
commit: 08f2fc5f55bae60beead8634f12702ae08ae5482
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Jun  9 23:51:04 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 10 03:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08f2fc5f

sys-cluster/portals4: add slurm as pmi provider

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild 
b/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild
index 7f62a9b5d..8a664a57d 100644
--- a/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild
+++ b/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild
@@ -32,12 +32,11 @@ RDEPEND="
dev-libs/libxml2
 
knem? ( sys-cluster/knem )
-   pmi? ( sys-cluster/pmix[pmi] )
+   pmi? ( || ( sys-cluster/slurm sys-cluster/pmix[pmi] ) )
ppe? ( sys-kernel/xpmem )
 "
 DEPEND="
${RDEPEND}
-   test? ( sys-cluster/pmix[pmi] )
 "
 
 PATCHES=( "${FILESDIR}/${PN}-fix-PPE-related-compile-and-link-errors.patch" )
@@ -47,6 +46,7 @@ REQUIRED_USE="
 
knem? ( transport_shmem )
reliable-udp? ( transport_udp )
+   test? ( pmi )
 "
 
 src_prepare() {



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/SOS/

2022-06-09 Thread Alessandro Barbieri
commit: 7d014f67f373451ad3b5f9d759f56b078986c608
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Jun  9 23:39:41 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 10 03:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d014f67

sys-cluster/SOS: update LICENSE

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/SOS/SOS-1.5.0-r1.ebuild | 16 +++-
 sys-cluster/SOS/metadata.xml|  3 +--
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/sys-cluster/SOS/SOS-1.5.0-r1.ebuild 
b/sys-cluster/SOS/SOS-1.5.0-r1.ebuild
index 3ac0bd985..a4ebf34c7 100644
--- a/sys-cluster/SOS/SOS-1.5.0-r1.ebuild
+++ b/sys-cluster/SOS/SOS-1.5.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="implementation of the OpenSHMEM specification"
 HOMEPAGE="https://github.com/Sandia-OpenSHMEM/SOS;
 
SRC_URI="https://github.com/Sandia-OpenSHMEM/SOS/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
 
-LICENSE="BSD public-domain mpich2"
+LICENSE="BSD public-domain"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE_OFI_MR="
@@ -26,13 +26,12 @@ IUSE_TOTAL_DATA_ORDERING="
 "
 IUSE="${IUSE_OFI_MR} ${IUSE_TOTAL_DATA_ORDERING} av-map bounce-buffers cma 
completion-polling cxx
 debug error-checking fortran long-fortran-header manual-progress memcpy ofi 
ofi-fence openmp
-+pmi-mpi pmi-simple portals4 profiling pthread-mutexes 
remote-virtual-addressing threads
++pmi portals4 profiling pthread-mutexes remote-virtual-addressing threads
 thread-completion ucx xpmem"
 
 RDEPEND="
ofi? ( sys-block/libfabric )
-   pmi-simple? ( sys-cluster/pmix[pmi] )
-   pmi-mpi? ( virtual/mpi )
+   pmi? ( || ( sys-cluster/slurm sys-cluster/pmix[pmi] ) )
portals4? ( sys-cluster/portals4 )
ucx? ( sys-cluster/ucx )
xpmem? ( sys-kernel/xpmem )
@@ -42,7 +41,6 @@ DEPEND="${RDEPEND}"
 REQUIRED_USE="
^^ ( ${IUSE_OFI_MR/+/} )
^^ ( ${IUSE_TOTAL_DATA_ORDERING/+/} )
-   ^^ ( pmi-mpi pmi-simple )
?? ( cma xpmem )
?? ( ofi portals4 )
 "
@@ -79,7 +77,7 @@ src_prepare() {
 }
 
 src_configure() {
-   if use pmi-mpi; then
+   if use pmi; then
export CC=mpicc
export CXX=mpicxx
fi
@@ -96,6 +94,7 @@ src_configure() {
 
local myconf=(
--disable-picky
+   --disable-pmi-simple
--disable-rpm-prefix
--enable-ofi-mr="${ofimr}"
--enable-total-data-ordering="${tda}"
@@ -111,8 +110,7 @@ src_configure() {
$(use_enable memcpy)
$(use_enable ofi-fence)
$(use_enable openmp)
-   $(use_enable pmi-mpi)
-   $(use_enable pmi-simple)
+   $(use_enable pmi pmi-mpi)
$(use_enable profiling)
$(use_enable pthread-mutexes)
$(use_enable remote-virtual-addressing)
@@ -121,7 +119,7 @@ src_configure() {
 
$(use_with cma)
$(use_with ofi)
-   $(use_with pmi-mpi pmi)
+   $(use_with pmi)
$(use_with portals4)
$(use_with ucx)
$(use_with xpmem)

diff --git a/sys-cluster/SOS/metadata.xml b/sys-cluster/SOS/metadata.xml
index a1df257ec..fcba7b257 100644
--- a/sys-cluster/SOS/metadata.xml
+++ b/sys-cluster/SOS/metadata.xml
@@ -19,8 +19,7 @@

Use libfabric as transport layer
Use FI_FENCE feature to optimize 
put-with-signal operations
-   Use MPI for process management  
-   Include support for interfacing with a 
PMI 1.0 launcher.  The launcher must be provided by a separate package, such as 
MPICH, Hydra, or SLURM.   
+   Use MPI for process management  
Use portals4 as transport layer
Enable profiling (pshmem) 
interface
Use pthread mutexes instead of 
internal queueing locks



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

2022-06-09 Thread Alessandro Barbieri
commit: bda76e1d6f46c72f00e4a573797e4caee28980a5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Jun  8 09:25:25 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 10 03:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bda76e1d

dev-libs/cubelib: new package, add 4.7

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-libs/cubelib/Manifest   |  1 +
 dev-libs/cubelib/cubelib-4.7.ebuild | 38 +
 dev-libs/cubelib/metadata.xml   |  8 
 3 files changed, 47 insertions(+)

diff --git a/dev-libs/cubelib/Manifest b/dev-libs/cubelib/Manifest
new file mode 100644
index 0..863b809cb
--- /dev/null
+++ b/dev-libs/cubelib/Manifest
@@ -0,0 +1 @@
+DIST cubelib-4.7.tar.gz 6163552 BLAKE2B 
e07e78011501fe19240f22133cf9a9202176ca21410412be19674d43e8177ce7683cb19414eacacf6a56f261602414db55ba65abc8948846c1dbbc0737636fc9
 SHA512 
cf328b3300170ba832bda13374f7e8e59a920308fc1604f03eb5f172ab6dd6d3ccd0b6517eb68bf58b07a08174dded0f80fe7f37ca63727ce397e095801864f1

diff --git a/dev-libs/cubelib/cubelib-4.7.ebuild 
b/dev-libs/cubelib/cubelib-4.7.ebuild
new file mode 100644
index 0..56f15aa3b
--- /dev/null
+++ b/dev-libs/cubelib/cubelib-4.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="General purpose C++ library and tools"
+HOMEPAGE="https://www.scalasca.org/scalasca/software/cube-4.x;
+SRC_URI="https://apps.fz-juelich.de/scalasca/releases/cube/${PV}/dist/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-cpp/gtest"
+
+src_prepare() {
+   rm -r vendor/googletest || die
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   --disable-platform-mic
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   mv "${ED}/usr/share/doc/cubelib/example" "${ED}/usr/share/doc/${PF}/" 
|| die
+   rm -r "${ED}/usr/share/doc/cubelib" || die
+   dodoc OPEN_ISSUES README
+   docompress -x "${ED}/usr/share/doc/${PF}/example"
+   find "${ED}" -name '*.a' -delete || die
+}

diff --git a/dev-libs/cubelib/metadata.xml b/dev-libs/cubelib/metadata.xml
new file mode 100644
index 0..6c0bdfd68
--- /dev/null
+++ b/dev-libs/cubelib/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+



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

2022-06-09 Thread Alessandro Barbieri
commit: 98f274e5627d78fe8b6755872e4837d514b65e72
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Jun  7 21:50:41 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 10 03:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98f274e5

dev-libs/cubew: new package, add 4.7

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-libs/cubew/Manifest |  1 +
 dev-libs/cubew/cubew-4.7.ebuild | 51 +
 dev-libs/cubew/metadata.xml | 13 +++
 3 files changed, 65 insertions(+)

diff --git a/dev-libs/cubew/Manifest b/dev-libs/cubew/Manifest
new file mode 100644
index 0..1903bd55e
--- /dev/null
+++ b/dev-libs/cubew/Manifest
@@ -0,0 +1 @@
+DIST cubew-4.7.tar.gz 1347200 BLAKE2B 
5083ca74a1125e81bc2a5493bb26119bbb478a16847cc4ef3cf6afbad9289bc8a0bc2b480b9cf711560d33f5a7fa207b7a20ffde343eac8e05385d3e778f
 SHA512 
21bfef1fadb93d6089503ee86b54bbd2aca67a3a0f33ad64a1bd50b507dbf1a3047b4a454f9225f0379353d31f74e4b6a3a6851b776f44bd0ececb3322466f3d

diff --git a/dev-libs/cubew/cubew-4.7.ebuild b/dev-libs/cubew/cubew-4.7.ebuild
new file mode 100644
index 0..9fc2ad473
--- /dev/null
+++ b/dev-libs/cubew/cubew-4.7.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="High performance C Writer library"
+HOMEPAGE="https://www.scalasca.org/scalasca/software/cube-4.x;
+SRC_URI="https://apps.fz-juelich.de/scalasca/releases/cube/${PV}/dist/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="advanced-memory memory-tracking memory-tracing +zlib"
+
+RDEPEND="
+   sys-libs/binutils-libs
+   zlib? ( sys-libs/zlib )
+"
+DEPEND="${RDEPEND}"
+
+REQUIRED_USE="
+   memory-tracking? ( advanced-memory )
+   memory-tracing? ( advanced-memory )
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   --disable-platform-mic
+   $(use_with advanced-memory)
+   $(use_with memory-tracking)
+   $(use_with memory-tracing)
+   $(use_with zlib compression)
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   mv "${ED}/usr/share/doc/cubew" "${ED}/usr/share/doc/${PF}" || die
+   dodoc OPEN_ISSUES README
+   docompress -x "${ED}/usr/share/doc/${PF}/example"
+   find "${ED}" -name '*.la' -delete || die
+   find "${ED}" -name '*.a' -delete || die
+}

diff --git a/dev-libs/cubew/metadata.xml b/dev-libs/cubew/metadata.xml
new file mode 100644
index 0..01baafc10
--- /dev/null
+++ b/dev-libs/cubew/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   Enables advanced memory features 
such as usage of an external memory allocator
+   Enables internal memory 
tracking
+   Enables internal memory tracing 
more intensive memory usage report.
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/sionlibl/

2022-06-09 Thread Alessandro Barbieri
commit: e262c4b8190e7f405b7d9b83055eee7d38eeb2b7
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Jun  9 22:46:34 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 10 03:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e262c4b8

sys-cluster/sionlibl: fix mpich detection

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/sionlibl/sionlibl-1.7.7-r3.ebuild | 40 +--
 1 file changed, 31 insertions(+), 9 deletions(-)

diff --git a/sys-cluster/sionlibl/sionlibl-1.7.7-r3.ebuild 
b/sys-cluster/sionlibl/sionlibl-1.7.7-r3.ebuild
index a8bae06a2..48de3e3ec 100644
--- a/sys-cluster/sionlibl/sionlibl-1.7.7-r3.ebuild
+++ b/sys-cluster/sionlibl/sionlibl-1.7.7-r3.ebuild
@@ -8,7 +8,7 @@ DOCS_CONFIG_NAME="doxy"
 FORTRAN_NEEDED="fortran"
 PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
-inherit docs flag-o-matic fortran-2 python-any-r1 toolchain-funcs
+inherit docs edo flag-o-matic fortran-2 python-any-r1 toolchain-funcs
 
 DESCRIPTION="Scalable I/O library for parallel access to task-local files"
 
HOMEPAGE="https://www.fz-juelich.de/ias/jsc/EN/Expertise/Support/Software/SIONlib/_node.html;
@@ -22,10 +22,6 @@ IUSE="+cxx debug deep-est-sdv doc examples +fortran 
hostname-regex +mpi +ompi +o
 
 RDEPEND="
mpi? ( virtual/mpi )
-   ompi? (
-   || ( sys-devel/gcc:*[openmp] sys-libs/libomp )
-   virtual/mpi
-   )
openmp? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) )
sionfwd? ( sys-cluster/SIONfwd )
 "
@@ -34,7 +30,10 @@ DEPEND="
${PYTHON_DEPS}
 "
 
-REQUIRED_USE="?? ( hostname-regex deep-est-sdv )"
+REQUIRED_USE="
+   ompi? ( mpi openmp )
+   ?? ( hostname-regex deep-est-sdv )
+"
 PATCHES=(
"${FILESDIR}/${PN}-respect-flags-v3.patch"
"${FILESDIR}/${PN}-build-shared-libraries.patch"
@@ -43,7 +42,6 @@ PATCHES=(
 pkg_setup() {
FORTRAN_NEED_OPENMP=0
use openmp && FORTRAN_NEED_OPENMP=1
-   use ompi && FORTRAN_NEED_OPENMP=1
 
fortran-2_pkg_setup
 }
@@ -77,7 +75,11 @@ src_configure() {
#custom configure?
use cxx || myconf+=( "--disable-cxx" )
use fortran || myconf+=( "--disable-fortran" )
-   use mpi || myconf+=( "--disable-mpi" )
+   if use mpi; then
+   myconf+=( "--mpi=$(detect_mpi_implementation || die)" )
+   else
+   myconf+=( "--disable-mpi" )
+   fi
use ompi || myconf+=( "--disable-ompi" )
use openmp || myconf+=( "--disable-omp" )
use parutils || myconf+=( "--disable-parutils" )
@@ -85,7 +87,7 @@ src_configure() {
use python && myconf+=( "--enable-python=3" )
use sionfwd && myconf+=( "--enable-sionfwd=${EPREFIX}/usr" )
 
-   ./configure "${myconf[@]}" || die
+   edo ./configure "${myconf[@]}"
 }
 
 src_compile() {
@@ -134,3 +136,23 @@ src_install() {
#find "${ED}" -name '*.a' -delete || die
find "${ED}" -name '*.la' -delete || die
 }
+
+detect_mpi_implementation() {
+   cat > testmpi.c <<- EOF
+#include "mpi.h"
+#include "stdio.h"
+
+int main(){
+   #ifdef OPEN_MPI
+   printf("%s","openmpi");
+   #endif
+
+   #ifdef MPICH
+   printf("%s%i","mpich",MPICH_NAME);
+   #endif
+   return 0;
+}
+EOF
+   edo ${CC} testmpi.c -o testmpi
+   ./testmpi || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/scorep/

2022-06-09 Thread Alessandro Barbieri
commit: dfc60580ae6696260c8b78b1e57da46029d6860a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Jun 10 03:46:50 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 10 03:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfc60580

sys-cluster/scorep: new package, add 7.1

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/scorep/Manifest  |   1 +
 sys-cluster/scorep/metadata.xml  |  16 +
 sys-cluster/scorep/scorep-7.1.ebuild | 126 +++
 3 files changed, 143 insertions(+)

diff --git a/sys-cluster/scorep/Manifest b/sys-cluster/scorep/Manifest
new file mode 100644
index 0..1464caa23
--- /dev/null
+++ b/sys-cluster/scorep/Manifest
@@ -0,0 +1 @@
+DIST scorep-7.1.tar.gz 19979160 BLAKE2B 
be0f3d6534410c9c510e22110f92227dcdf52b77eba735913c92bcd67fed915d59a6988090f90abd777a9c4b0d821de7264d7b40d0687c8f684e4af72e42c43b
 SHA512 
19da94e64eb9e3fb27f2c37087df2acc511645aa16abf80bb73c19eddab9efa004325d64eb0031df2f10a250976c9c2b1faf3169ebd32909703bf678c9abeb1a

diff --git a/sys-cluster/scorep/metadata.xml b/sys-cluster/scorep/metadata.xml
new file mode 100644
index 0..b371d2d2e
--- /dev/null
+++ b/sys-cluster/scorep/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   Enable support for the GCC plug-in 
instrumentation
+   Enable the user library wrapping 
feature
+   Enable Online Access
+   Build with libOpenCL support
+   Use the SHMEM compiler
+   Build with libpmi support
+   
+

diff --git a/sys-cluster/scorep/scorep-7.1.ebuild 
b/sys-cluster/scorep/scorep-7.1.ebuild
new file mode 100644
index 0..b71364f08
--- /dev/null
+++ b/sys-cluster/scorep/scorep-7.1.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LLVM_MAX_SLOT=14
+
+inherit autotools llvm fortran-2 toolchain-funcs
+
+DESCRIPTION="Scalable Performance Measurement Infrastructure for Parallel 
Codes"
+HOMEPAGE="https://www.vi-hps.org/projects/score-p;
+SRC_URI="https://perftools.pages.jsc.fz-juelich.de/cicd/${PN}/tags/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug gcc-plugin llvm mpi online-access opencl openshmem pmi unwind"
+
+CDEPEND="
+   dev-libs/cubelib
+   dev-libs/cubew
+   dev-libs/papi
+   sys-cluster/opari2
+   sys-cluster/otf2
+   sys-libs/binutils-libs:=
+   sys-libs/zlib
+
+   llvm? (
+   sys-devel/clang:"${LLVM_MAX_SLOT}"
+   

[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/sionlib/

2022-06-09 Thread Alessandro Barbieri
commit: 58c97e9106f584db6d57c33cfc4d450fc72f3b47
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Jun  9 22:47:12 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 10 03:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58c97e91

sys-cluster/sionlib: fix mpich detection

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/sionlib/sionlib-1.7.7-r4.ebuild | 38 +++--
 1 file changed, 30 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/sionlib/sionlib-1.7.7-r4.ebuild 
b/sys-cluster/sionlib/sionlib-1.7.7-r4.ebuild
index 06981810e..4e0eba149 100644
--- a/sys-cluster/sionlib/sionlib-1.7.7-r4.ebuild
+++ b/sys-cluster/sionlib/sionlib-1.7.7-r4.ebuild
@@ -8,7 +8,7 @@ DOCS_CONFIG_NAME="doxy"
 FORTRAN_NEEDED="fortran"
 PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
-inherit docs flag-o-matic fortran-2 python-any-r1 toolchain-funcs
+inherit docs edo flag-o-matic fortran-2 python-any-r1 toolchain-funcs
 
 DESCRIPTION="Scalable I/O library for parallel access to task-local files"
 
HOMEPAGE="https://www.fz-juelich.de/ias/jsc/EN/Expertise/Support/Software/SIONlib/_node.html;
@@ -22,10 +22,6 @@ IUSE="+cxx debug deep-est-sdv doc examples +fortran 
hostname-regex +mpi +ompi +o
 
 RDEPEND="
mpi? ( virtual/mpi )
-   ompi? (
-   || ( sys-devel/gcc:*[openmp] sys-libs/libomp )
-   virtual/mpi
-   )
openmp? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) )
sionfwd? ( sys-cluster/SIONfwd )
 "
@@ -34,7 +30,10 @@ DEPEND="
${PYTHON_DEPS}
 "
 
-REQUIRED_USE="?? ( hostname-regex deep-est-sdv )"
+REQUIRED_USE="
+   ompi? ( mpi openmp )
+   ?? ( hostname-regex deep-est-sdv )
+"
 PATCHES=(
"${FILESDIR}/${PN}-respect-flags-v3.patch"
"${FILESDIR}/${PN}-build-shared-libraries.patch"
@@ -43,7 +42,6 @@ PATCHES=(
 pkg_setup() {
FORTRAN_NEED_OPENMP=0
use openmp && FORTRAN_NEED_OPENMP=1
-   use ompi && FORTRAN_NEED_OPENMP=1
 
fortran-2_pkg_setup
 }
@@ -77,7 +75,11 @@ src_configure() {
#custom configure?
use cxx || myconf+=( "--disable-cxx" )
use fortran || myconf+=( "--disable-fortran" )
-   use mpi || myconf+=( "--disable-mpi" )
+   if use mpi; then
+   myconf+=( "--mpi=$(detect_mpi_implementation || die)" )
+   else
+   myconf+=( "--disable-mpi" )
+   fi
use ompi || myconf+=( "--disable-ompi" )
use openmp || myconf+=( "--disable-omp" )
use parutils || myconf+=( "--disable-parutils" )
@@ -126,3 +128,23 @@ src_install() {
 
find "${ED}" -name '*.la' -delete || die
 }
+
+detect_mpi_implementation() {
+   cat > testmpi.c <<- EOF
+#include "mpi.h"
+#include "stdio.h"
+
+int main(){
+   #ifdef OPEN_MPI
+   printf("%s","openmpi");
+   #endif
+
+   #ifdef MPICH
+   printf("%s%i","mpich",MPICH_NAME);
+   #endif
+   return 0;
+}
+EOF
+   edo ${CC} testmpi.c -o testmpi
+   ./testmpi || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/opari2/

2022-06-09 Thread Alessandro Barbieri
commit: fb201c0168c9a439c6c7583f7e1c4933f09f738c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Jun  7 21:29:02 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 10 03:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb201c01

sys-cluster/opari2: new package, add 2.0.6

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/opari2/Manifest|  1 +
 sys-cluster/opari2/metadata.xml| 13 +
 sys-cluster/opari2/opari2-2.0.6.ebuild | 29 +
 3 files changed, 43 insertions(+)

diff --git a/sys-cluster/opari2/Manifest b/sys-cluster/opari2/Manifest
new file mode 100644
index 0..663a51e4f
--- /dev/null
+++ b/sys-cluster/opari2/Manifest
@@ -0,0 +1 @@
+DIST opari2-2.0.6.tar.gz 1355638 BLAKE2B 
343f747de622fd6bf03c8aa7c250c6293868427e9e5f6e077a72b618afd683b6f4e30d8ff8e1c2f01b28bbb401e1522df9803006bd109c859b688b6cbf383a0e
 SHA512 
253dd353c3dbda148a5ca22124163362528db76343ec668d1fa6f45556befb6ef44c1b6cf2d8977ba712866c5f95db5d1461b943b14c2418cb45c3627882b573

diff --git a/sys-cluster/opari2/metadata.xml b/sys-cluster/opari2/metadata.xml
new file mode 100644
index 0..28fe2fe90
--- /dev/null
+++ b/sys-cluster/opari2/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+OPARI2 is a tool to automatically instrument C, C++ and Fortran source code 
files in which pragmas (C/C++) or directives (Fortran) are used. Currently 
OpenMP and POMP user instrumentation are supported. Function calls to the 
pomp2_lib.h and pomp2_user_lib.h are inserted around or as replacement for 
supported directives. By implementing the respective APIs, detailed 
measurements regarding the runtime behavior of an applications can be made. A 
conforming implementation needs to implement all functions associated with the 
supported programming model. The original OPARI was developed to perform 
source-to-source instrumentation of OpenMP programs. Therefore the main focus 
of this document still lies on support for OpenMP.
+OpenMP 3.0 introduced tasking to OpenMP. To support this feature the POMP2 
adapter needs to do some bookkeeping in regard to specific task IDs. The 
pomp2_lib.c provided with this package includes the necessary code so it is 
strongly advised to use it as a basis for writing an adapter to your own tool.
+A detailed description of the first OPARI version has been published by Mohr 
et al. in "Design and prototype of a performance tool interface for OpenMP" 
(Journal of supercomputing, 23, 2002).
+   
+

diff --git a/sys-cluster/opari2/opari2-2.0.6.ebuild 
b/sys-cluster/opari2/opari2-2.0.6.ebuild
new file mode 100644
index 0..a55ddf1e8
--- /dev/null
+++ b/sys-cluster/opari2/opari2-2.0.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="OpenMP Pragma And Region Instrumentor"
+HOMEPAGE="https://www.vi-hps.org/projects/score-p;
+SRC_URI="https://perftools.pages.jsc.fz-juelich.de/cicd/${PN}/tags/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_install() {
+   default
+   dodoc OPEN_ISSUES README
+   find "${ED}" -name '*.la' -delete || die
+   find "${ED}" -name '*.a' -delete || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/mpi-benchmarks/files/, sys-cluster/mpi-benchmarks/

2022-06-09 Thread Alessandro Barbieri
commit: 13ba05d11b8bf8d62fac584d514f844b1bdb658e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Jun  8 17:04:18 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 10 03:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13ba05d1

sys-cluster/mpi-benchmarks: fix build with mpich

Closes: https://bugs.gentoo.org/850334
Signed-off-by: Alessandro Barbieri  gmail.com>

 .../mpi-benchmarks/files/mpi-benchmarks-2021.3-makefile.patch   | 2 +-
 sys-cluster/mpi-benchmarks/mpi-benchmarks-2021.3.ebuild | 6 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/sys-cluster/mpi-benchmarks/files/mpi-benchmarks-2021.3-makefile.patch 
b/sys-cluster/mpi-benchmarks/files/mpi-benchmarks-2021.3-makefile.patch
index 2ba8660e1..fbf00de64 100644
--- a/sys-cluster/mpi-benchmarks/files/mpi-benchmarks-2021.3-makefile.patch
+++ b/sys-cluster/mpi-benchmarks/files/mpi-benchmarks-2021.3-makefile.patch
@@ -116,7 +116,7 @@
 -$(BINARY): $(IMB_OBJ) $(BECHMARK_SUITE_OBJ) $(ADDITIONAL_OBJ) $(YAML_CPP_LIB)
 -  $(CXX) $(CPPFLAGS) $(CXXFLAGS) -o $@ $^ $(LDFLAGS)
 +$(BINARY): $(IMB_OBJ) $(BECHMARK_SUITE_OBJ) $(ADDITIONAL_OBJ)
-+  $(CXX) $(CPPFLAGS) $(CXXFLAGS) -fPIE -o $@ $^ $(LDFLAGS) 
$(YAML_CPP_LIB) -lmpi_cxx -lmpi
++  $(CXX) $(CPPFLAGS) $(CXXFLAGS) -fPIE -o $@ $^ $(LDFLAGS) $(YAML_CPP_LIB)
  
  %.o: %.cpp
 -  $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $<

diff --git a/sys-cluster/mpi-benchmarks/mpi-benchmarks-2021.3.ebuild 
b/sys-cluster/mpi-benchmarks/mpi-benchmarks-2021.3.ebuild
index 44f0cf617..3a98c36bc 100644
--- a/sys-cluster/mpi-benchmarks/mpi-benchmarks-2021.3.ebuild
+++ b/sys-cluster/mpi-benchmarks/mpi-benchmarks-2021.3.ebuild
@@ -22,6 +22,12 @@ DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
 
+src_configure() {
+   export CC=mpicc
+   export CXX=mpicxx
+   default
+}
+
 src_install() {
dodoc ReadMe_IMB.txt README.md
dobin IMB-*



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/adios2/

2022-06-09 Thread Alessandro Barbieri
commit: 8f98ae65c547d524a2ab0506900cc90fbdb1f793
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Jun  9 08:03:40 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 10 03:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f98ae65

sys-cluster/adios2: build testing utils with python

Closes: https://bugs.gentoo.org/850718
Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/adios2/{adios2-2.8.1.ebuild => adios2-2.8.1-r1.ebuild} | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-cluster/adios2/adios2-2.8.1.ebuild 
b/sys-cluster/adios2/adios2-2.8.1-r1.ebuild
similarity index 97%
rename from sys-cluster/adios2/adios2-2.8.1.ebuild
rename to sys-cluster/adios2/adios2-2.8.1-r1.ebuild
index 5901f6ca0..1313f9029 100644
--- a/sys-cluster/adios2/adios2-2.8.1.ebuild
+++ b/sys-cluster/adios2/adios2-2.8.1-r1.ebuild
@@ -109,7 +109,7 @@ src_configure() {
-DADIOS2_USE_SZ="$(usex szip)"
-DADIOS2_USE_ZeroMQ="$(usex zeromq)"
-DADIOS2_USE_ZFP="$(usex zfp)"
-   -DBUILD_TESTING=$(usex test)
+   -DBUILD_TESTING="$(usex python)"
)
cmake_src_configure
 }
@@ -121,10 +121,6 @@ src_prepare() {
cmake_src_prepare
 }
 
-src_compile() {
-   cmake_src_compile
-}
-
 src_install() {
cmake_src_install
dodoc ReadMe.md



[gentoo-commits] repo/gentoo:master commit in: app-laptop/msi-keyboard/files/, app-laptop/msi-keyboard/

2022-06-09 Thread Sam James
commit: bbaeaf9218b0bc5665b657155625e677e512161a
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:50:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:50:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbaeaf92

app-laptop/msi-keyboard: fix build with GCC 12; respect CXX

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

 .../files/msi-keyboard-1.0-gcc12.patch |  9 +
 .../files/msi-keyboard-1.0-r1-makefile.patch   | 24 +
 app-laptop/msi-keyboard/msi-keyboard-1.0-r1.ebuild | 39 ++
 3 files changed, 72 insertions(+)

diff --git a/app-laptop/msi-keyboard/files/msi-keyboard-1.0-gcc12.patch 
b/app-laptop/msi-keyboard/files/msi-keyboard-1.0-gcc12.patch
new file mode 100644
index ..a1d9e3f1151c
--- /dev/null
+++ b/app-laptop/msi-keyboard/files/msi-keyboard-1.0-gcc12.patch
@@ -0,0 +1,9 @@
+https://bugs.gentoo.org/840329
+--- a/main.cpp
 b/main.cpp
+@@ -1,4 +1,5 @@
+ #include "Keyboard.h"
++#include 
+ #include 
+ #include 
+ 

diff --git a/app-laptop/msi-keyboard/files/msi-keyboard-1.0-r1-makefile.patch 
b/app-laptop/msi-keyboard/files/msi-keyboard-1.0-r1-makefile.patch
new file mode 100644
index ..7588494501e9
--- /dev/null
+++ b/app-laptop/msi-keyboard/files/msi-keyboard-1.0-r1-makefile.patch
@@ -0,0 +1,24 @@
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,7 @@
+-CC=g++
+-CFLAGS=-c -Wall
+-LDFLAGS=-lhidapi-libusb
++CXX?=g++
++COMMON_FLAGS=-Wall
++CXXFLAGS+=$(COMMON_FLAGS)
++LIBS=-lhidapi-libusb
+ SOURCES=main.cpp Keyboard.cpp Color.cpp
+ OBJECTS=$(SOURCES:.cpp=.o)
+ EXECUTABLE=msi-keyboard
+@@ -11,8 +12,8 @@ clean:
+   rm $(OBJECTS) $(EXECUTABLE)
+ 
+ $(EXECUTABLE): $(OBJECTS)
+-  $(CC) $(LDFLAGS) $(OBJECTS) -o $@
++  $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) $(LIBS) -o $@
+ 
+ .cpp.o:
+-  $(CC) $(CFLAGS) $< -o $@
++  $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@
+ 

diff --git a/app-laptop/msi-keyboard/msi-keyboard-1.0-r1.ebuild 
b/app-laptop/msi-keyboard/msi-keyboard-1.0-r1.ebuild
new file mode 100644
index ..65aff6060bd4
--- /dev/null
+++ b/app-laptop/msi-keyboard/msi-keyboard-1.0-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs udev
+
+DESCRIPTION="Control backlight of MSI laptop keyboards"
+HOMEPAGE="https://github.com/makkarpov/msi-keyboard;
+SRC_URI="https://github.com/makkarpov/msi-keyboard/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-libs/hidapi"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-r1-makefile.patch
+   "${FILESDIR}"/${P}-gcc12.patch
+)
+
+src_configure() {
+   tc-export CXX
+}
+
+src_install() {
+   udev_dorules 99-msi-keyboard.rules
+   dobin msi-keyboard
+}
+
+pkg_prerm() {
+   udev_reload
+}
+
+pkg_postrm() {
+   udev_reload
+}



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

2022-06-09 Thread Sam James
commit: eb9294bd4c3269a98a9573ed2f832001b668a5f4
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:31:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:31:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9294bd

media-libs/tg_owt: fix build with GCC 12

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

 .../files/tg_owt-0_pre20220209-gcc-12-cstddef.patch  | 20 
 .../files/tg_owt-0_pre20220209-gcc-12-cstdint.patch  | 19 +++
 media-libs/tg_owt/tg_owt-0_pre20220209.ebuild|  2 ++
 3 files changed, 41 insertions(+)

diff --git a/media-libs/tg_owt/files/tg_owt-0_pre20220209-gcc-12-cstddef.patch 
b/media-libs/tg_owt/files/tg_owt-0_pre20220209-gcc-12-cstddef.patch
new file mode 100644
index ..c79d6068945e
--- /dev/null
+++ b/media-libs/tg_owt/files/tg_owt-0_pre20220209-gcc-12-cstddef.patch
@@ -0,0 +1,20 @@
+https://bugs.gentoo.org/840526
+--- a/src/modules/rtp_rtcp/source/rtp_packetizer_av1_test_helper.cc
 b/src/modules/rtp_rtcp/source/rtp_packetizer_av1_test_helper.cc
+@@ -10,6 +10,7 @@
+ 
+ #include "modules/rtp_rtcp/source/rtp_packetizer_av1_test_helper.h"
+ 
++#include 
+ #include 
+ 
+ #include 
+@@ -42,7 +43,7 @@ std::vector 
BuildAv1Frame(std::initializer_list obus) {
+ }
+ if (obu.header_ & kAv1ObuSizePresentBit) {
+   // write size in leb128 format.
+-  size_t payload_size = obu.payload_.size();
++  std::size_t payload_size = obu.payload_.size();
+   while (payload_size >= 0x80) {
+ raw.push_back(0x80 | (payload_size & 0x7F));
+ payload_size >>= 7;

diff --git a/media-libs/tg_owt/files/tg_owt-0_pre20220209-gcc-12-cstdint.patch 
b/media-libs/tg_owt/files/tg_owt-0_pre20220209-gcc-12-cstdint.patch
new file mode 100644
index ..f5fdbd58a574
--- /dev/null
+++ b/media-libs/tg_owt/files/tg_owt-0_pre20220209-gcc-12-cstdint.patch
@@ -0,0 +1,19 @@
+https://bugs.gentoo.org/840526
+https://github.com/desktop-app/tg_owt/pull/101
+
+From 86d2bcd7afb8706663d29e30f65863de5a626142 Mon Sep 17 00:00:00 2001
+From: Xiretza 
+Date: Sun, 15 May 2022 12:47:41 +0200
+Subject: [PATCH] fix(h265_pps_parser): fix missing cstdint include
+
+--- a/src/common_video/h265/h265_pps_parser.h
 b/src/common_video/h265/h265_pps_parser.h
+@@ -12,6 +12,7 @@
+ #define COMMON_VIDEO_H265_PPS_PARSER_H_
+ 
+ #include "absl/types/optional.h"
++#include 
+ 
+ namespace rtc {
+ class BitBuffer;
+

diff --git a/media-libs/tg_owt/tg_owt-0_pre20220209.ebuild 
b/media-libs/tg_owt/tg_owt-0_pre20220209.ebuild
index c67d2f3d5870..c9458830e3d7 100644
--- a/media-libs/tg_owt/tg_owt-0_pre20220209.ebuild
+++ b/media-libs/tg_owt/tg_owt-0_pre20220209.ebuild
@@ -60,6 +60,8 @@ BDEPEND="virtual/pkgconfig"
 PATCHES=(
"${FILESDIR}/tg_owt-0_pre20220209-allow-disabling-X11.patch"
"${FILESDIR}/tg_owt-0_pre20211207-fix-dcsctp-references.patch"
+   "${FILESDIR}/tg_owt-0_pre20220209-gcc-12-cstdint.patch"
+   "${FILESDIR}/tg_owt-0_pre20220209-gcc-12-cstddef.patch"
 )
 
 src_unpack() {



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

2022-06-09 Thread Sam James
commit: 8cab2181a9dc5a975328b41c7763bbba231ff713
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:17:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:17:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cab2181

app-office/libreoffice: keyword 7.3.4.2

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

 app-office/libreoffice/libreoffice-7.3.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-7.3.4.2.ebuild 
b/app-office/libreoffice/libreoffice-7.3.4.2.ebuild
index 7624d9dff8fc..767e106f3f02 100644
--- a/app-office/libreoffice/libreoffice-7.3.4.2.ebuild
+++ b/app-office/libreoffice/libreoffice-7.3.4.2.ebuild
@@ -104,8 +104,8 @@ RESTRICT="!test? ( test )"
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
 
-#[[ ${MY_PV} == ** ]] || \
-#KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+[[ ${MY_PV} == ** ]] || \
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
 
 COMMON_DEPEND="${PYTHON_DEPS}
app-arch/unzip



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

2022-06-09 Thread Sam James
commit: 4dbc98dce4f84ad463fccae37ba9b801f1c5822c
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:17:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:17:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbc98dc

app-office/libreoffice-l10n: keyword 7.3.4.2

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

 app-office/libreoffice-l10n/libreoffice-l10n-7.3.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-7.3.4.2.ebuild 
b/app-office/libreoffice-l10n/libreoffice-l10n-7.3.4.2.ebuild
index b8b9c415d6d7..64f7946c271f 100644
--- a/app-office/libreoffice-l10n/libreoffice-l10n-7.3.4.2.ebuild
+++ b/app-office/libreoffice-l10n/libreoffice-l10n-7.3.4.2.ebuild
@@ -17,7 +17,7 @@ 
BASE_SRC_URI_STABLE="https://download.documentfoundation.org/${PN/-l10n/}/stable
 
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
-#KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
 IUSE="offlinehelp"
 
 #



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

2022-06-09 Thread Sam James
commit: 3309b3db0c33d3ba117b9ac3448c82b12e6bb614
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3309b3db

media-gfx/prusaslicer: Stabilize 2.6.0_pre20220601 amd64, #843353

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

 media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild 
b/media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild
index aecea64d8cd9..380cd394c637 100644
--- a/media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild
+++ b/media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz;
 
 LICENSE="AGPL-3 Boost-1.0 GPL-2 LGPL-3 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RESTRICT="test"



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

2022-06-09 Thread Sam James
commit: a589a6c00106a372afbe2d19b7a5a82ba495945b
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a589a6c0

dev-qt/qtwebchannel: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtwebchannel/qtwebchannel-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.4.ebuild 
b/dev-qt/qtwebchannel/qtwebchannel-5.15.4.ebuild
index 0212d5c60e18..eb3c45cb 100644
--- a/dev-qt/qtwebchannel/qtwebchannel-5.15.4.ebuild
+++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Qt5 module for integrating C++ and QML applications with 
HTML/JavaScript clients"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 IUSE="qml"



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

2022-06-09 Thread Sam James
commit: b44c8e6c670bad535c9f16fd2f41da88cc48c9de
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44c8e6c

dev-qt/qtwaylandscanner: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.4.ebuild 
b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.4.ebuild
index 7d5383f04ba0..b30fa6744384 100644
--- a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.4.ebuild
+++ b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Tool that generates certain boilerplate C++ code from Wayland 
protocol xml spec"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 DEPEND="=dev-qt/qtcore-${QT5_PV}*:5="



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

2022-06-09 Thread Sam James
commit: 8366b9c8580bd962d852852ad1575be79676d4f8
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8366b9c8

dev-qt/qtxmlpatterns: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.4.ebuild 
b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.4.ebuild
index 83dd028bd883..dedba8abaebc 100644
--- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.4.ebuild
+++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.4.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the 
Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="qml"



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

2022-06-09 Thread Sam James
commit: 3010ccaf3562fc38d7b652744cdd0fb39fc44c70
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3010ccaf

dev-qt/qttranslations: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qttranslations/qttranslations-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qttranslations/qttranslations-5.15.4.ebuild 
b/dev-qt/qttranslations/qttranslations-5.15.4.ebuild
index 94f881040c15..38749696508b 100644
--- a/dev-qt/qttranslations/qttranslations-5.15.4.ebuild
+++ b/dev-qt/qttranslations/qttranslations-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Translation files for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE=""



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

2022-06-09 Thread Sam James
commit: 58799ae10bb8775fce57f7c6440c504156259749
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58799ae1

dev-qt/qtwebengine: Stabilize 5.15.4_p20220526 amd64, #843353

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

 dev-qt/qtwebengine/qtwebengine-5.15.4_p20220526.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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

2022-06-09 Thread Sam James
commit: 6bd857f0854c5d1d55f580888f784f6d00432a6a
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd857f0

dev-qt/qtwebsockets: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtwebsockets/qtwebsockets-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.15.4.ebuild 
b/dev-qt/qtwebsockets/qtwebsockets-5.15.4.ebuild
index db65f8a602ba..8d610d19b6d1 100644
--- a/dev-qt/qtwebsockets/qtwebsockets-5.15.4.ebuild
+++ b/dev-qt/qtwebsockets/qtwebsockets-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Implementation of the WebSocket protocol for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="qml +ssl"



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

2022-06-09 Thread Sam James
commit: bc2e2086d8ebeb481aa41858ad71c55a28fc9845
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2e2086

dev-qt/qtnetworkauth: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtnetworkauth/qtnetworkauth-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtnetworkauth/qtnetworkauth-5.15.4.ebuild 
b/dev-qt/qtnetworkauth/qtnetworkauth-5.15.4.ebuild
index 3c8a5d0b22f2..a8f4366c65fe 100644
--- a/dev-qt/qtnetworkauth/qtnetworkauth-5.15.4.ebuild
+++ b/dev-qt/qtnetworkauth/qtnetworkauth-5.15.4.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Network authorization library for the Qt5 
framework"
 LICENSE="GPL-3"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 IUSE=""



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

2022-06-09 Thread Sam James
commit: e43d26d9d99c692036f0d2048ad69280098d01a2
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43d26d9

dev-qt/qtvirtualkeyboard: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.4.ebuild 
b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.4.ebuild
index 672181fecc13..a5b723cb7012 100644
--- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.4.ebuild
+++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Customizable input framework and virtual keyboard for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 # TODO: unbundle libraries for more layouts



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

2022-06-09 Thread Sam James
commit: 32d1e1dfaee1a2a5838f0e1c777d78e817134445
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d1e1df

dev-qt/qtwayland: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtwayland/qtwayland-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.4.ebuild 
b/dev-qt/qtwayland/qtwayland-5.15.4.ebuild
index 2ed3730fc4d2..cd0762f3eeea 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.4.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.4.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Wayland platform plugin for Qt"
 SLOT=5/${QT5_PV} # bug 815646
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="vulkan X"



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

2022-06-09 Thread Sam James
commit: ea73588014663e8cb23d43114a9b9899bb3b6450
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea735880

dev-qt/qtserialport: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtserialport/qtserialport-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtserialport/qtserialport-5.15.4.ebuild 
b/dev-qt/qtserialport/qtserialport-5.15.4.ebuild
index c00d38717472..9cfd3d007f56 100644
--- a/dev-qt/qtserialport/qtserialport-5.15.4.ebuild
+++ b/dev-qt/qtserialport/qtserialport-5.15.4.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Serial port abstraction library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE=""



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

2022-06-09 Thread Sam James
commit: 47b43863df2a5b36584b18353144769fff883b5e
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b43863

dev-qt/qtsensors: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtsensors/qtsensors-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtsensors/qtsensors-5.15.4.ebuild 
b/dev-qt/qtsensors/qtsensors-5.15.4.ebuild
index 843c258ce313..223a7144bed2 100644
--- a/dev-qt/qtsensors/qtsensors-5.15.4.ebuild
+++ b/dev-qt/qtsensors/qtsensors-5.15.4.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Hardware sensor access library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 # TODO: simulator



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

2022-06-09 Thread Sam James
commit: e5b48a9c709551fe379e18999e9990244c67816c
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b48a9c

dev-qt/qtpositioning: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtpositioning/qtpositioning-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtpositioning/qtpositioning-5.15.4.ebuild 
b/dev-qt/qtpositioning/qtpositioning-5.15.4.ebuild
index 88afe75e2aa5..2860daa5a9f4 100644
--- a/dev-qt/qtpositioning/qtpositioning-5.15.4.ebuild
+++ b/dev-qt/qtpositioning/qtpositioning-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Physical position determination library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="geoclue +qml"



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

2022-06-09 Thread Sam James
commit: fb2f1d75b331d54b603465acdd658d9cafc9ff23
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2f1d75

dev-qt/qtsvg: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtsvg/qtsvg-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtsvg/qtsvg-5.15.4.ebuild b/dev-qt/qtsvg/qtsvg-5.15.4.ebuild
index d7fd49fe4a7f..aa770ec1b2ed 100644
--- a/dev-qt/qtsvg/qtsvg-5.15.4.ebuild
+++ b/dev-qt/qtsvg/qtsvg-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="SVG rendering library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE=""



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

2022-06-09 Thread Sam James
commit: d63ba6be98ced36530e888a2ab9c25fecfa73b3a
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63ba6be

dev-qt/qtgraphicaleffects: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.4.ebuild 
b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.4.ebuild
index 99c25daaad87..4a45f0d90d59 100644
--- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.4.ebuild
+++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Set of QML types for adding visual effects to user interfaces"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 IUSE=""



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

2022-06-09 Thread Sam James
commit: 5d5422be2b9a7e79c1cf57a2b133820436fcd0f9
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5422be

dev-qt/qtmultimedia: Stabilize 5.15.4-r1 amd64, #843353

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

 dev-qt/qtmultimedia/qtmultimedia-5.15.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.15.4-r1.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5.15.4-r1.ebuild
index e443245ca92e..c5a1782af0a0 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.15.4-r1.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.15.4-r1.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Multimedia (audio, video, radio, camera) library for the Qt5 
framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="alsa gles2-only gstreamer openal pulseaudio qml widgets"



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

2022-06-09 Thread Sam James
commit: 668a7ae1e7b21f979a8dbb763db89771813fe472
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668a7ae1

dev-qt/qtspeech: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtspeech/qtspeech-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtspeech/qtspeech-5.15.4.ebuild 
b/dev-qt/qtspeech/qtspeech-5.15.4.ebuild
index 09fec6976129..215b248f32c0 100644
--- a/dev-qt/qtspeech/qtspeech-5.15.4.ebuild
+++ b/dev-qt/qtspeech/qtspeech-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Text-to-speech library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 IUSE="alsa flite"



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

2022-06-09 Thread Sam James
commit: 02cad6f992413eaa33dea9dc0bb5385b92bba91c
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02cad6f9

dev-qt/qtquickcontrols2: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.4.ebuild 
b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.4.ebuild
index 33542bdda1e3..9173b1200ba4 100644
--- a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.4.ebuild
+++ b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Set of next generation Qt Quick controls for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 IUSE="widgets"



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

2022-06-09 Thread Sam James
commit: 6111e97ea4cbebf2ee66ac5e56652ae89cc3751c
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6111e97e

dev-qt/qtquickcontrols: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtquickcontrols/qtquickcontrols-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.15.4.ebuild 
b/dev-qt/qtquickcontrols/qtquickcontrols-5.15.4.ebuild
index 8ad7d14e6c76..f674bb766067 100644
--- a/dev-qt/qtquickcontrols/qtquickcontrols-5.15.4.ebuild
+++ b/dev-qt/qtquickcontrols/qtquickcontrols-5.15.4.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Set of Qt Quick controls to create complete user interfaces 
(deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 IUSE="+widgets"



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

2022-06-09 Thread Sam James
commit: 9a20abb1865bb60d5e6779c0de70db86645fafbf
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a20abb1

dev-qt/qtopengl: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtopengl/qtopengl-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtopengl/qtopengl-5.15.4.ebuild 
b/dev-qt/qtopengl/qtopengl-5.15.4.ebuild
index 7af53102350f..0a7c9f6f1193 100644
--- a/dev-qt/qtopengl/qtopengl-5.15.4.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.15.4.ebuild
@@ -11,7 +11,7 @@ inherit qt5-build
 DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="gles2-only"



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

2022-06-09 Thread Sam James
commit: 824ff0e7dbc05ad0769c2b149ef21d8356e13f61
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824ff0e7

dev-qt/qtimageformats: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtimageformats/qtimageformats-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtimageformats/qtimageformats-5.15.4.ebuild 
b/dev-qt/qtimageformats/qtimageformats-5.15.4.ebuild
index 0926524f47a9..375df23db8be 100644
--- a/dev-qt/qtimageformats/qtimageformats-5.15.4.ebuild
+++ b/dev-qt/qtimageformats/qtimageformats-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Additional format plugins for the Qt image I/O system"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="mng"



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

2022-06-09 Thread Sam James
commit: c0c143bece3fed88245642290a1d3cea575ce905
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c143be

dev-qt/qtscript: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtscript/qtscript-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.4.ebuild 
b/dev-qt/qtscript/qtscript-5.15.4.ebuild
index e41d31f3b5a0..992cb5e9e577 100644
--- a/dev-qt/qtscript/qtscript-5.15.4.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.4.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



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

2022-06-09 Thread Sam James
commit: 473364ab744884153d9953bb02b3227c2c7e85de
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=473364ab

dev-qt/qtlocation: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtlocation/qtlocation-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.4.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.4.ebuild
index ba9e9fc91df0..f21217ce6085 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.4.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 IUSE=""



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

2022-06-09 Thread Sam James
commit: cd808c44243ad039331967234110dd66a6376b19
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd808c44

dev-qt/qtscxml: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtscxml/qtscxml-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscxml/qtscxml-5.15.4.ebuild 
b/dev-qt/qtscxml/qtscxml-5.15.4.ebuild
index 0c8a34aec710..22172e9314d7 100644
--- a/dev-qt/qtscxml/qtscxml-5.15.4.ebuild
+++ b/dev-qt/qtscxml/qtscxml-5.15.4.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 IUSE=""



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

2022-06-09 Thread Sam James
commit: 0e564aacad0e44cff845503b3c8db9382e69f5d8
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e564aac

dev-qt/qtpaths: Stabilize 5.15.4 amd64, #843353

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

 dev-qt/qtpaths/qtpaths-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtpaths/qtpaths-5.15.4.ebuild 
b/dev-qt/qtpaths/qtpaths-5.15.4.ebuild
index 6ce80927a5d7..71bc040b3199 100644
--- a/dev-qt/qtpaths/qtpaths-5.15.4.ebuild
+++ b/dev-qt/qtpaths/qtpaths-5.15.4.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Command line client to QStandardPaths"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE=""



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

2022-06-09 Thread Sam James
commit: 5570d2139b50b25939faf755091350d4a45a9304
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:12:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:12:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5570d213

dev-python/unittest-mixins: Stabilize 1.6-r2 ppc, #850874

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

 dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild 
b/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
index 914a8daa81ff..55f4074022b2 100644
--- a/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
+++ b/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]



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

2022-06-09 Thread Sam James
commit: 8559bad8e487cfb12b628043016fa5d3dd007e0c
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:13:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:13:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8559bad8

dev-python/xmltodict: Stabilize 0.13.0-r1 ppc64, #850892

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

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

diff --git a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild 
b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
index bc1afabd9adf..1e18fe9cfcd8 100644
--- a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
+++ b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
@@ -15,6 +15,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 
~sparc x86"
 
 distutils_enable_tests pytest



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

2022-06-09 Thread Sam James
commit: d277f08be844b30094e1efed5669ae4d0b917702
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:13:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:13:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d277f08b

dev-python/unittest-mixins: Stabilize 1.6-r2 ppc64, #850874

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

 dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild 
b/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
index 55f4074022b2..fb376a7580bf 100644
--- a/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
+++ b/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]



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

2022-06-09 Thread Sam James
commit: 8665dfd1316d7bf9c4dea557e2c1e6ceeb20bc31
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:12:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:12:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8665dfd1

dev-python/xmltodict: Stabilize 0.13.0-r1 ppc, #850892

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

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

diff --git a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild 
b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
index 4b054c2c5c62..bc1afabd9adf 100644
--- a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
+++ b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
@@ -15,6 +15,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 
 distutils_enable_tests pytest



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

2022-06-09 Thread Sam James
commit: 8e4c034f6aab8f59ac07eeac94df40809e730e05
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:10:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:10:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4c034f

dev-python/unittest-mixins: Stabilize 1.6-r2 x86, #850874

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

 dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild 
b/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
index 1901471fedc9..914a8daa81ff 100644
--- a/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
+++ b/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]



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

2022-06-09 Thread Sam James
commit: 2cf93327afb4724a44bc59a62023e63950405189
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:10:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:10:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf93327

dev-python/xmltodict: Stabilize 0.13.0-r1 x86, #850892

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

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

diff --git a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild 
b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
index 4c0c7e747b21..4b054c2c5c62 100644
--- a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
+++ b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
@@ -15,6 +15,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 
 distutils_enable_tests pytest



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

2022-06-09 Thread Sam James
commit: 84c8d8ac9632629f4665be710be80aa122dca37d
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:08:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:08:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c8d8ac

dev-python/unittest-mixins: Stabilize 1.6-r2 amd64, #850874

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

 dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild 
b/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
index 15c57de282c4..1901471fedc9 100644
--- a/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
+++ b/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]



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

2022-06-09 Thread Sam James
commit: 60710e23ef8c3d4dae47ce05d04cee7a3bb8ead3
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:08:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:08:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60710e23

dev-python/translate-toolkit: Stabilize 3.6.2 ALLARCHES, #850880

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

 dev-python/translate-toolkit/translate-toolkit-3.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/translate-toolkit/translate-toolkit-3.6.2.ebuild 
b/dev-python/translate-toolkit/translate-toolkit-3.6.2.ebuild
index f108ce0993e6..51e65be5f670 100644
--- a/dev-python/translate-toolkit/translate-toolkit-3.6.2.ebuild
+++ b/dev-python/translate-toolkit/translate-toolkit-3.6.2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="+html +ical +ini +subtitles +yaml"
 
 BDEPEND="



  1   2   3   4   >