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

2022-10-28 Thread Miroslav Šulc
commit: 0f18e6adcddd42a1dc572c114c7b96b4b5989539
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Fri Oct 28 15:02:48 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Oct 29 06:48:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f18e6ad

dev-java/tomcat-servlet-api: drop 10.0.23

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/28007
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/tomcat-servlet-api/Manifest   |  1 -
 .../tomcat-servlet-api-10.0.23.ebuild  | 98 --
 2 files changed, 99 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index 6bc5cde3f70c..11c59f08ba94 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -1,4 +1,3 @@
-DIST apache-tomcat-10.0.23-src.tar.gz 6136614 BLAKE2B 
4eaf963187b9a754ed459d7f85e6f7d329927b949bb4a390a602cdc6651aa037aeec559c511ddb9880b6ec4d7cd97b96d82da341509370e412e1b21b799d8c2e
 SHA512 
19ec026bae75318e9ffbe2e619ad2e12ec116382ea88a1064696275afb3fd13e6f08efe497dde79689bfc828f76e27d114ad3a9284b79c8d956a6a85bdac6360
 DIST apache-tomcat-10.0.26-src.tar.gz 6153701 BLAKE2B 
fb16f83cf71dc97f21739c3714d2d3d201aa6b6b4242c351fabfc04ee767e59b6e376c7c8984dcda12d6942835221c55d4451b2d0a1245a2dbb73636c93da47c
 SHA512 
f66387a3ca67b6b3df8504c4ae089e8f30e389811a8d0b7d2241e115b8cf712a38f3d0fea938cef7fa9745f412aa70ad47840e40e2385fbd1435b636e93b45b4
 DIST apache-tomcat-10.0.27-src.tar.gz 6154411 BLAKE2B 
87a66acacf5443189620af3c8f306e1ae7d8572f9d6ba657379f8a9691c01530e2f1cb17bb1daef5504459480395f4eabdbb626b6da3a879c5a11910029e002b
 SHA512 
ab7c2ae4134ec9652dc0d19343be7d3bf298b1c7a367b51bcceb88f1aaf70ecb45b3a7b9682e2deac70a1e9b00aca974b77110d3363bc5d1c88dc3ae95015e15
 DIST apache-tomcat-10.1.0-src.tar.gz 6060833 BLAKE2B 
49f36131c1e809b298ac915e671b9f4df55b55c2ba34d21ee3fdeb8759ddaf53a6780b177e8049446079d91186c52669969f30762ddf776d9f8615e527d5a975
 SHA512 
08323eec0403473fa97f419d7911980c3dfe7b1607a64741bbe972a737dfa70ea04ea80ca9ab28bf72bdde9d24cf8f7161eeb8b194204c777d1628d00c78611c

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.23.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.23.ebuild
deleted file mode 100644
index 0d28b0e15cd3..
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.23.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-pkg-simple
-
-MY_A="apache-${PN}-${PV}-src"
-MY_P="${MY_A/-servlet-api/}"
-DESCRIPTION="Tomcat's Servlet API 5.0/JSP API 3.0/EL API 4.0 implementation"
-HOMEPAGE="https://tomcat.apache.org/";
-SRC_URI="mirror://apache/tomcat/tomcat-10/v${PV}/src/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="5.0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.8:*"
-RDEPEND=">=virtual/jre-1.8:*"
-
-S="${WORKDIR}/${MY_P}/"
-
-JAVA_TEST_SRC_DIR="src/test"
-
-SERVLET_API_JAR="servlet-api.jar"
-SERVLET_API_SRC="src/main/servlet-api"
-SERVLET_API_RESOURCES="src/resources/servlet-api"
-EL_API_JAR="el-api.jar"
-EL_API_SRC="src/main/el-api"
-EL_API_RESOURCES="src/resources/el-api"
-JSP_API_JAR="jsp-api.jar"
-JSP_API_SRC="src/main/jsp-api"
-JSP_API_RESOURCES="src/resources/jsp-api"
-
-src_prepare() {
-   default
-
-   # The sources and also resources are mixed together so we first give it 
a structure to make it easier to compile and package
-   mkdir -p ${SERVLET_API_SRC} ${SERVLET_API_RESOURCES} \
-   ${EL_API_SRC} ${EL_API_RESOURCES} \
-   ${JSP_API_SRC}/jakarta/servlet ${JSP_API_RESOURCES} \
-   ${JAVA_TEST_SRC_DIR} || die "Failed to create source directory"
-
-   pushd java || die "Failed to cd to java dir"
-
-   cp --parents -R jakarta/servlet "${S}/${SERVLET_API_SRC}/" || die 
"Failed to copy servlet-api sources"
-   mv "${S}/${SERVLET_API_SRC}/jakarta/servlet/jsp" 
"${S}/${JSP_API_SRC}/jakarta/servlet" || die "Failed to copy jsp-api sources"
-   cp --parents -R jakarta/el "${S}/${EL_API_SRC}/" || die "Failed to copy 
el-api sources"
-
-   popd
-
-   for file in $(find src -type f | grep -vE "\.java$"); do
-   target_dir=$(dirname $file | sed "s%src/main/%src/resources/%g")
-   mkdir -p ${target_dir} || die "Failed to create resource 
directory"
-   mv $file ${target_dir} || die "Failed to move resource file"
-   done
-
-   mv test/jakarta ${JAVA_TEST_SRC_DIR} || die "Failed to copy test 
sources"
-
-   java-pkg-2_src_prepare
-}
-
-src_compile() {
-   JAVA_SRC_DIR="${SERVLET_API_SRC}"
-   JAVA_RESOURCE_DIRS="${SERVLET_API_RESOURCES}"
-   JAVA_JAR_FILENAME="${SERVLET_API_JAR}"
-   java-pkg-simple_src_compile
-

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

2022-10-28 Thread Miroslav Šulc
commit: 55d203ba60878ac316c19489db5d97055a1086b0
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Fri Oct 28 15:01:16 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Oct 29 06:48:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d203ba

www-servers/tomcat: drop 10.0.23

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 www-servers/tomcat/Manifest  |   1 -
 www-servers/tomcat/tomcat-10.0.23.ebuild | 198 ---
 2 files changed, 199 deletions(-)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index b5ad7839bf99..20b56e781cd5 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -1,4 +1,3 @@
-DIST apache-tomcat-10.0.23-src.tar.gz 6136614 BLAKE2B 
4eaf963187b9a754ed459d7f85e6f7d329927b949bb4a390a602cdc6651aa037aeec559c511ddb9880b6ec4d7cd97b96d82da341509370e412e1b21b799d8c2e
 SHA512 
19ec026bae75318e9ffbe2e619ad2e12ec116382ea88a1064696275afb3fd13e6f08efe497dde79689bfc828f76e27d114ad3a9284b79c8d956a6a85bdac6360
 DIST apache-tomcat-10.0.26-src.tar.gz 6153701 BLAKE2B 
fb16f83cf71dc97f21739c3714d2d3d201aa6b6b4242c351fabfc04ee767e59b6e376c7c8984dcda12d6942835221c55d4451b2d0a1245a2dbb73636c93da47c
 SHA512 
f66387a3ca67b6b3df8504c4ae089e8f30e389811a8d0b7d2241e115b8cf712a38f3d0fea938cef7fa9745f412aa70ad47840e40e2385fbd1435b636e93b45b4
 DIST apache-tomcat-10.0.27-src.tar.gz 6154411 BLAKE2B 
87a66acacf5443189620af3c8f306e1ae7d8572f9d6ba657379f8a9691c01530e2f1cb17bb1daef5504459480395f4eabdbb626b6da3a879c5a11910029e002b
 SHA512 
ab7c2ae4134ec9652dc0d19343be7d3bf298b1c7a367b51bcceb88f1aaf70ecb45b3a7b9682e2deac70a1e9b00aca974b77110d3363bc5d1c88dc3ae95015e15
 DIST apache-tomcat-10.1.0-src.tar.gz 6060833 BLAKE2B 
49f36131c1e809b298ac915e671b9f4df55b55c2ba34d21ee3fdeb8759ddaf53a6780b177e8049446079d91186c52669969f30762ddf776d9f8615e527d5a975
 SHA512 
08323eec0403473fa97f419d7911980c3dfe7b1607a64741bbe972a737dfa70ea04ea80ca9ab28bf72bdde9d24cf8f7161eeb8b194204c777d1628d00c78611c

diff --git a/www-servers/tomcat/tomcat-10.0.23.ebuild 
b/www-servers/tomcat/tomcat-10.0.23.ebuild
deleted file mode 100644
index eedd06361adf..
--- a/www-servers/tomcat/tomcat-10.0.23.ebuild
+++ /dev/null
@@ -1,198 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2 prefix
-
-MY_P="apache-${PN}-${PV}-src"
-
-# Currently we bundle binary versions of bnd.jar and bndlib.jar
-# See bugs #203080 and #676116
-BND_VERSION="6.2.0"
-BND="biz.aQute.bnd-${BND_VERSION}.jar"
-BNDLIB="biz.aQute.bndlib-${BND_VERSION}.jar"
-
-DESCRIPTION="Tomcat Servlet-5.0/JSP-3.0/EL-4.0/WebSocket-2.0/JASIC-2.0 
Container"
-HOMEPAGE="https://tomcat.apache.org/";
-SRC_URI="mirror://apache/${PN}/tomcat-10/v${PV}/src/${MY_P}.tar.gz
-   
https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd/${BND_VERSION}/${BND}
-   
https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/${BND_VERSION}/${BNDLIB}";
-
-LICENSE="Apache-2.0"
-SLOT="10"
-KEYWORDS="amd64 ~amd64-linux"
-IUSE="extra-webapps"
-
-RESTRICT="test" # can we run them on a production system?
-
-# though it could work with 4.22 and upstream uses 4.20,
-# we still use 4.15 because 4.20+ is currently built with java 11
-# and it would force Tomcat to use at least java 11 too
-ECJ_SLOT="4.15"
-SAPI_SLOT="5.0"
-
-COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT}
-   dev-java/glassfish-xmlrpc-api:0
-   dev-java/jakartaee-migration:0
-   ~dev-java/tomcat-servlet-api-${PV}:${SAPI_SLOT}
-   dev-java/wsdl4j:0"
-RDEPEND="${COMMON_DEP}
-   acct-group/tomcat
-   acct-user/tomcat
-   virtual/jre"
-DEPEND="${COMMON_DEP}
-   app-admin/pwgen
-   dev-java/ant-core
-   >=virtual/jdk-1.8:*
-   test? (
-   dev-java/ant-junit:0
-   dev-java/easymock:3.2
-   )"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
-   "${FILESDIR}/${PN}-9.0.50-insufficient-ecj.patch"
-)
-
-BND_HOME="${S}/tomcat-build-libs/bnd"
-BNDLIB_HOME="${S}/tomcat-build-libs/bndlib"
-BND_JAR="${BND_HOME}/${BND}"
-BNDLIB_JAR="${BNDLIB_HOME}/${BND_LIB}"
-
-src_unpack() {
-   unpack ${MY_P}.tar.gz
-
-   mkdir -p "${BND_HOME}" "${BNDLIB_HOME}" || die "Failed to create dir"
-   ln -s "${DISTDIR}/${BND}" "${BND_HOME}/" || die "Failed to symlink 
bnd-*.jar"
-   ln -s "${DISTDIR}/${BND}" "${BNDLIB_HOME}/" || die "Failed to symlink 
bndlib-*.jar"
-}
-
-src_prepare() {
-   default
-
-   find -name '*.jar' -type f -delete -print || die
-
-   # Remove bundled servlet-api
-   rm -rv java/jakarta/{el,servlet} || die
-
-   eapply "${FILESDIR}/${PN}-10.0.20-build.xml.patch"
-
-   local vm_version="$(java-config -g PROVIDES_VERSION)"
-   [[ "${vm_version}" == "1.8" ]] && eapply 
"${FILESDIR}/${PN}-10.0.16-build.xml-strip-html5.patch"
-
-  

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

2022-10-28 Thread Arthur Zamarin
commit: 2a6a1f87b69ae1a75f006a96f4180e2ee9a383f6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 06:16:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 06:46:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6a1f87

dev-python/caldav: enable py3.11

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

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

diff --git a/dev-python/caldav/caldav-0.10.ebuild 
b/dev-python/caldav/caldav-0.10.ebuild
index 121066d6ce01..8e3e203bff9b 100644
--- a/dev-python/caldav/caldav-0.10.ebuild
+++ b/dev-python/caldav/caldav-0.10.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-10-28 Thread Arthur Zamarin
commit: 3e13a2029c7dfa5f25fefd35daa97303cc046224
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 06:23:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 06:46:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e13a202

dev-python/autopep8: add 2.0.0

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

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-2.0.0.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index d4bf51b8710f..0e0f1d1a64d1 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,3 +1,4 @@
 DIST autopep8-1.6.0.tar.gz 122165 BLAKE2B 
606ccf7ab51b52db95287384f9b19fd0f72da9e8fb4537bf395651622a95f88d782679550e61816d60dd3faa2fa096c979575d60cbd95476fa1cd7cf2c4f4180
 SHA512 
f4ffd564ceb48ff1f37d0a051aa8fefc60595a68709045c13561d8ab73de48dce99cc12acf40559e587ba4f6fddd4727dd2b40691ce43c991d60dda2c8b0d617
 DIST autopep8-1.7.0.tar.gz 117055 BLAKE2B 
36e2789551eb671b0bc7481742d9edf25aa622bd3f605fb2491195c45f7630378116e4b0bffb536cf7596b3b1c5ea695796259b944a886d55f05c9891e280d0c
 SHA512 
e93ddf90ff989af71790f70f7e7101f7cc60890c8a976552a097c13b0a0e10c16dfd8770214b19d7fabd59403e6d87a9a37d75a2c6f3ed27f8c82a7d8da95dad
 DIST autopep8-1.7.1.tar.gz 117449 BLAKE2B 
27bfdc58f647f3f2a7c3945f7faee152667e1dffc13c2b4a5af1f74e7d544c21d1472dc34c797818ca45fccae9f53e7a333c71b52b825b0fb97b50f12567889b
 SHA512 
7a4a8ebf0bacd781fdf7ae32a34bd64f5b6ba9e8ccef5709799cefe5e5bc24da47f36ea49092e26a7c3e254bbea5d6feaeca38f64ffc3fe440307b1331be4766
+DIST autopep8-2.0.0.tar.gz 117507 BLAKE2B 
8722b19454f47d0b960e3cc0e18ff3d6150ead009630047ecd1ce9001ea6f6d68595f80d7ad1087bddd2993e95d0634d63495b1d43dee095d114535bf632d1bf
 SHA512 
883b79f7011a374a2ef88073a45748268a20449a3bc8da519c036c71700352dd8c4accc60fcb592f1a53ceac06984fcbe6ede8a272bc718c2b79873be5f35dd8

diff --git a/dev-python/autopep8/autopep8-2.0.0.ebuild 
b/dev-python/autopep8/autopep8-2.0.0.ebuild
new file mode 100644
index ..b201d023a72a
--- /dev/null
+++ b/dev-python/autopep8/autopep8-2.0.0.ebuild
@@ -0,0 +1,42 @@
+# 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..11} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="
+   https://github.com/hhatto/autopep8/
+   https://pypi.org/project/autopep8/
+"
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git";
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/pycodestyle-2.9.1[${PYTHON_USEDEP}]
+   dev-python/tomli[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # test require in source build
+   test/test_autopep8.py::SystemTests::test_e101_skip_innocuous
+)
+
+PATCHES=(
+   "${FILESDIR}"/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
+)



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

2022-10-28 Thread Arthur Zamarin
commit: d8cd550dd65fda2701e7ba838cd4182267f24071
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 06:46:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 06:46:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cd550d

dev-python/dask: add 2022.10.1

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

 dev-python/dask/Manifest  |  1 +
 dev-python/dask/dask-2022.10.1.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest
index c575641fa191..484182a01c43 100644
--- a/dev-python/dask/Manifest
+++ b/dev-python/dask/Manifest
@@ -1,2 +1,3 @@
 DIST dask-2022.10.0.gh.tar.gz 8778168 BLAKE2B 
d352f574cbf478747a95896c8b074c40c9bb413ccc6cd7b12d344b0dc7dc89bdc0613bf5b142e000b85f1c2a5a02e6eb8ac00b6db459a8580927cb4d7c54cf46
 SHA512 
d35ee0c710f4cccbdddca028a33f3f855ea26f94bebae1dd2a8c761cd0d116324daa03fd7fb5a4cb57d040f549f922b7373a0c089c9667b4da25fbb3b83efa02
+DIST dask-2022.10.1.gh.tar.gz 8781108 BLAKE2B 
2030cf0670d054a222123ef836573ae7f5e574a879089a57b9a7730ae5cc33e43da2af3b470ce24174169f9045415cf71543aa05fd368b447a01982c5b7c
 SHA512 
58b5515be46086a02a895f97db7120423a51651dcefef6f14d631a719e4faa0315b7a32640e4cd823064ae754319b84cc7c74bb4d4e9d904177816115abc48e5
 DIST dask-2022.9.2.gh.tar.gz 8767605 BLAKE2B 
ad0d9b7f849f984316768f1d1983e13177c3263b6803ce6d861b15b8d88c21c7dce4dae917ca28f8688797573503c6fd518816ca7d993d67c56172ef2adc73ec
 SHA512 
467411933432821413f8440e6434b18c2bf76c616a92ec990bc71c141ea2cab235c1330e888ed77f429b6d00d588042928cd3b06d9b693d51302cf8c114700dd

diff --git a/dev-python/dask/dask-2022.10.1.ebuild 
b/dev-python/dask/dask-2022.10.1.ebuild
new file mode 100644
index ..8f2f893b8e30
--- /dev/null
+++ b/dev-python/dask/dask-2022.10.1.ebuild
@@ -0,0 +1,61 @@
+# 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..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
+HOMEPAGE="
+   https://www.dask.org/
+   https://github.com/dask/dask/
+   https://pypi.org/project/dask/
+"
+SRC_URI="
+   https://github.com/dask/dask/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/fsspec-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.15.1[${PYTHON_USEDEP}]
+   >=dev-python/pandas-0.25.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
+   >=dev-python/partd-0.3.10[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+   >=dev-python/toolz-0.8.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/toolz[${PYTHON_USEDEP}]
+   test? (
+   dev-python/moto[${PYTHON_USEDEP}]
+   dev-python/numexpr[${PYTHON_USEDEP}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # another test relying on -Werror
+   "dask/array/tests/test_overlap.py::test_map_overlap_no_depth[None]"
+   # TODO
+   dask/array/tests/test_reductions.py::test_mean_func_does_not_warn
+   dask/tests/test_config.py::test__get_paths
+   dask/array/tests/test_linalg.py::test_solve_assume_a
+   
"dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[0-float-5-1-True]"
+   
"dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[1-float-5-1-True]"
+)
+
+python_test() {
+   epytest -p no:flaky -m "not network"
+}



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

2022-10-28 Thread Arthur Zamarin
commit: 76fd021203fe6e007cb47f69ee276d64080937c5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 06:14:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 06:46:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fd0212

dev-python/caldav: add 0.10

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

 dev-python/caldav/Manifest   |  1 +
 dev-python/caldav/caldav-0.10.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/caldav/Manifest b/dev-python/caldav/Manifest
index c9fcc11e5abf..3636e1c04574 100644
--- a/dev-python/caldav/Manifest
+++ b/dev-python/caldav/Manifest
@@ -1,2 +1,3 @@
+DIST caldav-0.10.gh.tar.gz 121800 BLAKE2B 
6398e2e94f40e6c0d8fa757a02ae2aedcdc2bef59be9b6499a9ff86304ee2280222ff4490b9cf6fe2b37bd1e5031e17f472afbd0e42da2a82a27aec87cfecd08
 SHA512 
1cd98a3f59381c238ba424a30a6596e969c04bcab74cd1f9cbf9bae1da32d23b12a718135252a12fc069091994ef451bf504a05097d9539a79b397370c55609f
 DIST caldav-0.9.1.gh.tar.gz 105578 BLAKE2B 
3581bb0f40daf312b32ff2ef88a31502449e0727f8e6178574c5350fb0312726d62cc9e4be3b9e73b4ee55282a32fcc503da48d49c3e7f0639a96de8197e6f8b
 SHA512 
9171a09aa81bd6ad8853dac4cb53cb05235b37aa5be72d641b1cd2ee27928213eb95358654e99adfdbf70bea4567977509f972f54b8747162e91c95e1397
 DIST caldav-0.9.2.gh.tar.gz 109877 BLAKE2B 
a5a4a2b4a75bafbed11e91bab6e8de14863a9a9acea2ac87ac9bb3bb2b4f2bb509bb3e898b6d276af50e2863c97b1686b9dc51a3a641345501a1295b77464791
 SHA512 
6e325d49d8560220bf6e7c001c7ea11b0a24c0059954be6780db0a3938c48a4931b7615f576f09a8817c618c3881ada9f4a21bf2bd441326010a98066de520d6

diff --git a/dev-python/caldav/caldav-0.10.ebuild 
b/dev-python/caldav/caldav-0.10.ebuild
new file mode 100644
index ..121066d6ce01
--- /dev/null
+++ b/dev-python/caldav/caldav-0.10.ebuild
@@ -0,0 +1,42 @@
+# 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
+
+DESCRIPTION="CalDAV (RFC4791) client library for Python"
+HOMEPAGE="
+   https://github.com/python-caldav/caldav
+   https://pypi.org/project/caldav/
+"
+SRC_URI="
+   https://github.com/python-caldav/caldav/archive/refs/tags/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( GPL-3 Apache-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/vobject[${PYTHON_USEDEP}]
+"
+# For now, really does use nose imports: bug #857738
+BDEPEND="
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/icalendar[${PYTHON_USEDEP}]
+   dev-python/tzlocal[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   www-apps/radicale[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-10-28 Thread Arthur Zamarin
commit: acaf4779070f9f9a8ea5df0152114f3db5b2a082
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 06:31:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 06:46:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acaf4779

dev-python/hypothesis: add 6.56.4

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

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-6.56.4.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 9d8eb065d449..7ae92bc21973 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,2 +1,3 @@
 DIST hypothesis-6.56.2.gh.tar.gz 9333277 BLAKE2B 
6c75b48cd6e7300c05bd020003340aa8c868ba2d25402c7599b0e4e6f8774df38e3b3c3a4b589cf08f44fb43b04cfdbc2a3e69f894c3ccaffef705896c6c0a98
 SHA512 
10d4cdd343b63bc17b3e813309911fa70dfee24fac5d355e6ed907740103177da9be461d4d25e27d5190867664c64f28a7827d6ffd15fa4519ea38fbcdf629e8
 DIST hypothesis-6.56.3.gh.tar.gz 9333288 BLAKE2B 
9608542d8dbe97fec147eae1f9b2f06af2b08e3cc0807fefcfa97b0a8c1aa30a15df9f1114a13f5c719701a4d13ab09a808d0d09e271d9e0d69168ebc4183af4
 SHA512 
f410455e77c6e9dc3b9003ef3d4c21bd204d85bc567dfd0d420986dc255d8c1ff9f41d809d837286f02064f546a08eff0f89389906ab7023581cc1f5a5d18947
+DIST hypothesis-6.56.4.gh.tar.gz 999 BLAKE2B 
abe041212cff7ab1d6c2684706ae4d297bad160798152ce52dec9b5024a1aef2445947bb6e7c7fa69c1b3e9cd2e9335d7ac7f330e0910b987d3aa3f34f8c2f3e
 SHA512 
80ce1d5c296fc304b4e1a09846db5e88d2f52a1d790a8717a2a4a506cdd08290392036c02339d3f9d8bf236866dbcd9256e543d0808f32896b172ed840165114

diff --git a/dev-python/hypothesis/hypothesis-6.56.4.ebuild 
b/dev-python/hypothesis/hypothesis-6.56.4.ebuild
new file mode 100644
index ..bbb3ede19663
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-6.56.4.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+CLI_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( "${CLI_COMPAT[@]}" python3_11 pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 multiprocessing optfeature
+
+TAG=hypothesis-python-${PV}
+MY_P=hypothesis-${TAG}
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="
+   https://github.com/HypothesisWorks/hypothesis/
+   https://pypi.org/project/hypothesis/
+"
+SRC_URI="
+   https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/hypothesis-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="cli"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' "${CLI_COMPAT[@]}")
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   !!

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

2022-10-28 Thread Hans de Graaff
commit: 54c38eece9f9babffb2af6f2112c47e677ae8bbe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 29 06:25:42 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 29 06:26:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c38eec

dev-ruby/rspec-expectations: add 3.12.0

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.12.0.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 15b8af107292..905d5d4b19ed 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -3,3 +3,4 @@ DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B 
a1872a7f71c198db1662eca48b
 DIST rspec-expectations-3.10.2-git.tgz 213253 BLAKE2B 
51c306d34dfd82d551b8390bed9790748f8f62b9f4b5243399486640d04465dc0c33756f7a575e98c8e61310cf6c25b93b4c1102fc1798814d916defb0ad310e
 SHA512 
819f1b9e881a56d5563c9421e3e897726931c3cb27be5554e35f41077656e426cbac1ddced6a6e61ba21faa7c147c239433ddb9d21ae2e88592d91b286c170a7
 DIST rspec-expectations-3.11.0-git.tgz 214878 BLAKE2B 
f830a0a31fb0e7cd6639e711e4daa9faa98e514b6a1dd864c383259d199dc617c6c7ff45dc65f37cf53d3c4581c6ecb9148e42b77f3c37541d8985714d62af23
 SHA512 
209eabafe92db3de1a78524d98facda16b3f5fef11f8f0c8c74bc6fc68529c8d9a835a8196e84b8b8bdf828d548d4b00bb1acdd607cab14dad7874f55a42b0c6
 DIST rspec-expectations-3.11.1-git.tgz 217396 BLAKE2B 
b9660b22f0b23a5436d98ffe2b21b58c947765ab5cf7d245bf265faead46a5326fc403ad55ee2fcd72d96c8c29fc996715ecc74c9521ec4ca34daa9d5bc0f819
 SHA512 
1941056eb2f2205f583f335993e25030b433cb0463992d74d5c568c7bbab4313fc6e7e14ada5147064b14d6da49326e3c3cb342408cfe9b38d350c9470e5cdf9
+DIST rspec-expectations-3.12.0-git.tgz 217524 BLAKE2B 
f9638e2e5c83020818b2de4c06074b7d70f02655a50d598ecfcd8c79e1abb2ec351c5b7aed1ec0ea84fde140fc1a04349a6f2edbffda7cb697135ac0b5788b0c
 SHA512 
51a80b5d45e8ca61a829f2130c60433999c6d5c60343d25f737bdb9d6864e89a156b29b549250f7c4248d5ba7a0cef11eb28e55d3023274051eb11f2d0361c83

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.0.ebuild
new file mode 100644
index ..7e2877d8201b
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations";
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
+   =dev-ruby/rspec-support-${SUBVERSION}*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2022-10-28 Thread Hans de Graaff
commit: 50cec27b7f5723d9aec1e8ecd803e56ac58894ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 29 06:25:25 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 29 06:26:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50cec27b

dev-ruby/rspec-mocks: add 3.12.0

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

 dev-ruby/rspec-mocks/Manifest  |  1 +
 dev-ruby/rspec-mocks/rspec-mocks-3.12.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/rspec-mocks/Manifest b/dev-ruby/rspec-mocks/Manifest
index 43b79b987796..e09c7f0717f1 100644
--- a/dev-ruby/rspec-mocks/Manifest
+++ b/dev-ruby/rspec-mocks/Manifest
@@ -4,3 +4,4 @@ DIST rspec-mocks-3.10.3-git.tgz 196996 BLAKE2B 
22759a11cefbaccfef52b2a1a37131d3d
 DIST rspec-mocks-3.11.0-git.tgz 198287 BLAKE2B 
74b4abec79dc601fe734e0f657b239c2435b679d5624fad1fa9318eb4822be6d3899778af656913d3a89fd51a8334019aae51e45f10ab01b57655299187fb088
 SHA512 
7edf3a948a56b4f2c17f34ec2a00bf7289310f40a1561fd12dacdc27f0769dfb1f42632dd07c82831e27d21208499a2feac22ce92fdf6e450acbce38543a3b71
 DIST rspec-mocks-3.11.1-git.tgz 198650 BLAKE2B 
bdf06f0614bb7b6c4eb6a0ff0af84d4f6ce8f456aad7c1b4324544d9750ee2e8c8a156d2181915f49afb62ba2be946c349cbd7ecc29caecb1c688ba6e47dc241
 SHA512 
c0095c615ba9e64f4dc9f2d5cb2a495f4e0b094b25eaf49c0d6a78bd4ab201f534a061243fbe63e86b64548c6c942d405dc36627057742135ce3e22e7561b4e9
 DIST rspec-mocks-3.11.2-git.tgz 202347 BLAKE2B 
7db89badf2cd3a9bdb590260dfced05cc72ccb7b2a8f600969f17c2df0523ee602f728aef257e88876f5c3b283645cf7f3243bd6de67c5bd26d3d74d0349593a
 SHA512 
a1053cb9604b01de99f79b18fea2c4b3818d950e83da642a8b3aa9dbdb397429f51d95efa84a603770d4db94a25758c1cef15ce1ba77a4c952e9ef5f43a21e4d
+DIST rspec-mocks-3.12.0-git.tgz 202794 BLAKE2B 
053c4b1504a369376cfef8411fd97304e56cd83be1b89296e4bf5b260af8ef89f8aff85a095bac5b8244b38020725ddd087d93774b49b422d37344b142a4badc
 SHA512 
f292d4ab82e7da2badff596fba91a26499821565b13b4004571efdcd8b559cc4996c3d6e092c429b8ee2962d0898c79b54eec7fd6c7835d414e1ff0258bdd3f8

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.12.0.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.12.0.ebuild
new file mode 100644
index ..1c4d8324b4db
--- /dev/null
+++ b/dev-ruby/rspec-mocks/rspec-mocks-3.12.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+#RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rspec-mocks.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-mocks";
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend "=dev-ruby/rspec-support-${SUBVERSION}*
+   >=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/rspec-core-3.12.0:3
+   >=dev-ruby/rspec-expectations-2.99.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm Gemfile || die
+
+   # Remove .rspec options to avoid dependency on newer rspec when
+   # bootstrapping.
+   rm .rspec || die
+
+   sed -i -e '1irequire "spec_helper"' 
spec/rspec/mocks/any_instance_spec.rb || die
+
+   sed -i -e 's/git ls-files --/find */' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2022-10-28 Thread Hans de Graaff
commit: 0523b88fb6b666f2da0d781ecf7528631c3109a3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 29 06:25:07 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 29 06:26:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0523b88f

dev-ruby/rspec-support: add 3.12.0

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

 dev-ruby/rspec-support/Manifest|  1 +
 dev-ruby/rspec-support/rspec-support-3.12.0.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-ruby/rspec-support/Manifest b/dev-ruby/rspec-support/Manifest
index 2da35ab51cef..5bad09d14ab9 100644
--- a/dev-ruby/rspec-support/Manifest
+++ b/dev-ruby/rspec-support/Manifest
@@ -2,3 +2,4 @@ DIST rspec-support-3.10.2-git.tgz 74812 BLAKE2B 
e6c7e768d0df05fa5e77055efcc69699
 DIST rspec-support-3.10.3-git.tgz 75447 BLAKE2B 
d3eae3b148ef56d6a8668ad4c92ce52ea066c82442448446cbdc6d37137c6fa32bf54e5f579d4a39525305fdd795feee792dac29234c568ab85d59d684af4b84
 SHA512 
21d7f3076e11467ef6c5b7ce23d5a8635320ca21f61f0d640e45c4e7855995a672fe400fc11f7dbea37097f6eefe09f24d3b177c86e75b2454a97c898f9a1cdf
 DIST rspec-support-3.11.0-git.tgz 75644 BLAKE2B 
349df9b326e98fd3564ae22c8659c95205d5e623f0e67721cdb3dd658bdbee5ec574f4286d9548984567079178997c6e9b419211c7c3da601dd02ad3aa0d448f
 SHA512 
38bd7c132b6dea3036c8c18e6c535c2dfb5faa0601fb13eb406c8bb279e42e460cecb823527b04a22966f0e965eda6b539e48cbac20c663ae3a17c01f4fbd0e0
 DIST rspec-support-3.11.1-git.tgz 77995 BLAKE2B 
19fb743a9488d13ac8b6d4238bdc100b8ff324ae021b2214e0ee5eae32a000bfed4868f5092d1f28742d74072c1b76debcbee4bd0bc9805e2e29c2f3558e
 SHA512 
2acb99fefa52d3b9b77d7875c27a7869ad3dd0d2dece09b67ba0e272a3c5e1ad1e2a1ed3adfd32f4c1b145232d8b1996a613ea308e9aa4c6a3d8aac1b8796bea
+DIST rspec-support-3.12.0-git.tgz 78119 BLAKE2B 
75ac5a3e03582fe11fba164687eddf291cba1d9389cfb47e9c0b64b59177634914313f25b94c1ab658069c331b0d19b33ecc882894ca5cbe6e17022befb45632
 SHA512 
c1296d1589bc5536b5890e1589876d0b13f122bd1b555f3e3ae62ef29fe46c989013d9435486ffe553f657d928e99434b11339c53e5248f1817a99959e344430

diff --git a/dev-ruby/rspec-support/rspec-support-3.12.0.ebuild 
b/dev-ruby/rspec-support/rspec-support-3.12.0.ebuild
new file mode 100644
index ..d4946c6dbd09
--- /dev/null
+++ b/dev-ruby/rspec-support/rspec-support-3.12.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-support";
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.9.0:3 
>=dev-ruby/thread_order-1.1.0 )"
+
+all_ruby_prepare() {
+   sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Remove spec that, by following symlinks, tries to scan pretty much
+   # the whole filesystem.
+   rm spec/rspec/support/caller_filter_spec.rb || die
+
+   # Avoid spec that requires a dependency on git
+   sed -i -e '/library wide checks/,/]/ s:^:#:' spec/rspec/support_spec.rb 
|| die
+
+   # Avoid a spec requiring a specific locale
+   sed -i -e '/copes with encoded strings/ 
s/RSpec::Support::OS.windows?/true/' spec/rspec/support/differ_spec.rb || die
+
+   # Avoid a brittle spec depending on ruby implementation details
+   # should be fixed upstream in next version
+   #sed -i -e '/returns a hash containing nodes for each line number/askip 
"ruby26"' spec/rspec/support/source_spec.rb || die
+}
+
+each_ruby_prepare() {
+   # Use the ruby version being tested
+   sed -i -e '/shell_out/ s:ruby:'${RUBY}':' 
spec/rspec/support/spec/shell_out_spec.rb || die
+
+   case ${RUBY} in
+   *ruby31)
+   # Avoid specs failing when run in Gentoo, possibly due 
to different IO
+   sed -e '/outputs unified diff message of two 
arrays/askip "ruby31 IO"' \
+   -e '/outputs unified diff message for hashes 
inside arrays with differing key orders/askip "ruby31 IO"' \
+   -i spec/rspec/support/differ_spec.rb || die
+   ;;
+   esac
+}
+
+each_ruby_test() {
+   RUBYLIB=lib ${RUBY} -S rspec spec || die
+}



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

2022-10-28 Thread Hans de Graaff
commit: b86e029f6296202d67e8c213f515d4db043808ee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 29 06:26:31 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 29 06:26:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86e029f

dev-ruby/rspec: add 3.12.0

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

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

diff --git a/dev-ruby/rspec/Manifest b/dev-ruby/rspec/Manifest
index 234388df6034..dcbd8c0e45cd 100644
--- a/dev-ruby/rspec/Manifest
+++ b/dev-ruby/rspec/Manifest
@@ -1,3 +1,4 @@
 DIST rspec-2.99.0.gem 5632 BLAKE2B 
eba837aeebcb0d65dc18a644fd935f241a6703998885418460b2c0bb59574ef144c416518099a77905ca7676852903804169d1bafc2cf8b3f79654b669c43762
 SHA512 
bcdf5e86938b102200144c49370e0a0691e39a8720048df2eab1a55f95a5bc5e4ced84c7da86d0ddc83ee4ce0f40602c2ae7ee10e55dccf8bb8b769ab048ebb8
 DIST rspec-3.10.0.gem 10752 BLAKE2B 
e0af9c31a5263b0656341be7432e1597afa56af9bfc5e6d21f1daa7553e5bd3daf2b383a7e1a5b6f761a5880540020e7accd8d4eb6cca6e57d616dcc41690970
 SHA512 
dd1a3a1c7c73ae9c053e071d7851780d8cf61e92ddba24072b9f2c00a342ed08c81090332ba2eaf7ab96adac3fc723685996195e5cc584e15de57ff02a4455ec
 DIST rspec-3.11.0.gem 10752 BLAKE2B 
24941576037669a53373d263bda99c7c98e295f5d616c08964d95dd3b0697d64c5399ed554d15705c1ea3f11c8bed667de00e0aef28d6cd1fd119057ece5f626
 SHA512 
233f80500446066a61a50d8e3f8a602316071beaa82e95776390684f7d58fa0acf8807386bee7d08b21f5481933e031b968fd752cf97efa74ba6cd411a8d1395
+DIST rspec-3.12.0.gem 10752 BLAKE2B 
80beb56bfed2200e05c8fbe040a265f4176a7142a7c077564821057eec2aa02f68c2417eae5e0309221457d419bf0c9af9123c5e8f1f19992a9361298240c0c8
 SHA512 
24278c467e5226ad1a5bb4c64190fb5d107237d9c2e5c4f16a00b026bf26d8f15e2c74a34221b198992f73ef06af314488a61358968e2083f935467e5a35

diff --git a/dev-ruby/rspec/rspec-3.12.0.ebuild 
b/dev-ruby/rspec/rspec-3.12.0.ebuild
new file mode 100644
index ..a4c183e5c874
--- /dev/null
+++ b/dev-ruby/rspec/rspec-3.12.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec";
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend "
+   =dev-ruby/rspec-core-${SUBVERSION}*
+   =dev-ruby/rspec-expectations-${SUBVERSION}*
+   =dev-ruby/rspec-mocks-${SUBVERSION}*"



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

2022-10-28 Thread Hans de Graaff
commit: a14dc158cb805ca9d53fb2684bcec3177e5dba78
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 29 06:25:53 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 29 06:26:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14dc158

dev-ruby/rspec-core: add 3.12.0

Add missing test dependency on dev-vcs/git

Closes: https://bugs.gentoo.org/723932
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rspec-core/Manifest |  1 +
 dev-ruby/rspec-core/rspec-core-3.12.0.ebuild | 93 
 2 files changed, 94 insertions(+)

diff --git a/dev-ruby/rspec-core/Manifest b/dev-ruby/rspec-core/Manifest
index 5464c887e3a7..3e546546cbea 100644
--- a/dev-ruby/rspec-core/Manifest
+++ b/dev-ruby/rspec-core/Manifest
@@ -2,3 +2,4 @@ DIST rspec-core-2.99.2-git.tgz 212935 BLAKE2B 
37195012f79aca3a1959f9143e2f5cbab6
 DIST rspec-core-3.10.1-git.tgz 398302 BLAKE2B 
3ecd2a93b77435ef44dd7e52e2987155f71de3b04376dfbfc9c831ce075b4105f6a23a210f8508784b66c46f1126c188a3bd0548cc4f24060373b9c7e0b79101
 SHA512 
2d134e742e36cfaac0a52fa7ebd949391cfe58419956536a65fa3aefa2c7f3638fe19f7324ca3e0d2642cc5a9d33de11b09bd571844f1cfae9c077e5f27563d5
 DIST rspec-core-3.10.2-git.tgz 400299 BLAKE2B 
82fe8689022f69f444549d654cd4799f8f1dff7c984016eba0835cffb518dce892a0af61a3ef6b251c598aa3caac66b0498620dc8d2b06a02795fc6ff3f46c41
 SHA512 
0ebeea8aed275f08bcac4846977b0718f85d95dedaed82b99280e5b52519713be6234d97b34b61a56e3276e767f47a13e6888401bd5a4b8a0003c9bbb518364d
 DIST rspec-core-3.11.0-git.tgz 403154 BLAKE2B 
1a5043bd2120236e8e3ca931c1fd9562bc78d692674d3133ac3742ef7b7f81161a7fc550f4d11bf34575a85a8657aeb39fcc0fdccaab67cc189cc1d39a303ade
 SHA512 
6121b805f6feade244fe13e273526e64c5a3c74a1f9d4316c895279f4ed8576dbe3189b06040f3f29fe7d3e90f862f2c78aacb0b4bef989660eae30d046ed69c
+DIST rspec-core-3.12.0-git.tgz 408651 BLAKE2B 
97467e57059cbd5fc32763c2b4d8be2b6ffcb688f3bfc7d4e37c415816a28827022180c315e33145cf0702d390f02f6adbd534579cc7d9ab02b7b530c607f001
 SHA512 
a339c7b9005713a7eaccb778260e1a433caaf3024d9015ae6f3b810834c7d47a75bc5cfa13dd2574b7d88a286d0cd52a8a464a2eda41db425a535fdd09f37a7a

diff --git a/dev-ruby/rspec-core/rspec-core-3.12.0.ebuild 
b/dev-ruby/rspec-core/rspec-core-3.12.0.ebuild
new file mode 100644
index ..a8e51ee13ab7
--- /dev/null
+++ b/dev-ruby/rspec-core/rspec-core-3.12.0.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+# Also install this custom path since internal paths depend on it.
+RUBY_FAKEGEM_EXTRAINSTALL="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rspec-core.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-core";
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="highlight"
+
+SUBVERSION="$(ver_cut 1-2)"
+
+DEPEND+="test? ( dev-vcs/git )"
+
+ruby_add_rdepend "
+   =dev-ruby/rspec-support-${SUBVERSION}*
+   highlight? ( >=dev-ruby/coderay-1.1.1 )
+"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/nokogiri-1.5.2
+   >=dev-ruby/coderay-1.1.1
+   dev-ruby/syntax
+   >=dev-ruby/thread_order-1.1.0
+   >=dev-ruby/rspec-expectations-3.8.0:3
+   >=dev-ruby/rspec-mocks-2.99.0:3
+   >=dev-ruby/rspec-support-3.9.1:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Avoid dependency on cucumber since we can't run the features anyway.
+   sed -i -e '/[Cc]ucumber/ s:^:#:' Rakefile || die
+
+   # Duplicate exe also in bin. We can't change it since internal stuff
+   # also depends on this and fixing that is going to be fragile. This
+   # way we can at least install proper bin scripts.
+   cp -R exe bin || die
+
+   # Avoid unneeded dependency on git.
+   sed -i -e 's/git ls-files --/find/' rspec-core.gemspec || die
+
+   # Avoid aruba dependency so that we don't end up in dependency hell.
+   sed -i -e '/ArubaLoader/,/^end/ s:^:#:' -e '/Aruba/ s:^:#:' 
spec/spec_helper.rb || die
+   rm -f spec/support/aruba_support.rb || die
+   rm -f 
spec/integration/{bisect_runners,failed_line_detection,filtering,order,persistence_failures,suite_hooks_errors}_spec.rb
 || die
+   rm -f 
spec/integration/{spec_file_load_errors,output_stream,fail_if_no_examples}_spec.rb
 || die
+
+   # Avoid a spec failing due to path issues
+   sed -i -e '/does not load files in th

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

2022-10-28 Thread Arthur Zamarin
commit: ac69bacaedd4f3f01377cefd90cb5daf030d55b3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 06:06:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 06:10:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac69baca

app-admin/awscli: add 1.26.4

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

 app-admin/awscli/Manifest |  1 +
 app-admin/awscli/awscli-1.26.4.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 14c120a923d8..885e21fc335b 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -4,3 +4,4 @@ DIST aws-cli-1.26.0.gh.tar.gz 2291209 BLAKE2B 
ad2b9380d45d986b2cc4219a93ee30fdc1
 DIST aws-cli-1.26.1.gh.tar.gz 2291902 BLAKE2B 
04df153b4b7608ab3c2e86c230065f7b935a911e88e1a5b788dee545d328d9839ba9aba44b334522f2afafef8fa613aea6e749a2a7f9089f40993544f3cec9e9
 SHA512 
418257a8e4c92a6d21c89f7725cd70f463f4dd53c798783b29c4166daac644501e4a03a180257dfe356bf30228dedcf7a672ad46ff6f36afd40a8efd9ad786f9
 DIST aws-cli-1.26.2.gh.tar.gz 2292384 BLAKE2B 
72a24a647ba73ce492f2c7c43984af2c7185da8415c3124c4d55acd81bb8bb8895d5d01232bf2267166094ba0ca24fa690c81838f28ef5b40fbcdaaa6fd93c5a
 SHA512 
fc3569a9c81481fa2b1b04c74b89073724cea0c0f035f60ceb5a8f47f848a2a6c8e104ef1e1ed883c1d330c4b5c240c2b79e86d6eaf28c7a120d1c3cae826e92
 DIST aws-cli-1.26.3.gh.tar.gz 2292758 BLAKE2B 
b872cf8412628e1b8409fa96f2e1954cbb055bef0bb09485e42d458bbe43cc525fa4fd09bbe6060a6391f2f73952527e2b7aca59bb68bbb1d680884b0fd339c0
 SHA512 
9a74439c4a4ea43a32df1ab3022dab213ebd62401540bdebba6d263305582f538ce3dba128ac7723972c921c90e3f05fb86a1b5d533a3d36436f057799a9b506
+DIST aws-cli-1.26.4.gh.tar.gz 2293891 BLAKE2B 
5565375f74d88b5e0ddc1a96ab461c63bad04ee7a624a7b77e71a3bfee44f75175e892d2a91a1d8e32f7d9cce9888f87109db0bc4aa5b032947d94cbf713b910
 SHA512 
74df7c09d4edad09745ee9d0412d288ef34230d8fced1b4c8471fb278032b4141c077fc5c3f458c6d76bd593d672c59f650f1372cf324a15e3b12afcabecec42

diff --git a/app-admin/awscli/awscli-1.26.4.ebuild 
b/app-admin/awscli/awscli-1.26.4.ebuild
new file mode 100644
index ..7bff39ee809a
--- /dev/null
+++ b/app-admin/awscli/awscli-1.26.4.ebuild
@@ -0,0 +1,72 @@
+# 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..11} )
+
+inherit bash-completion-r1 distutils-r1 multiprocessing
+
+MY_P=aws-cli-${PV}
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="
+   https://github.com/aws/aws-cli/
+   https://pypi.org/project/awscli/
+"
+SRC_URI="
+   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+# botocore is x.(y+2).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2022-10-28 Thread Arthur Zamarin
commit: 2e76f9a935f604a212bfbf3b827329156f093358
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 06:06:32 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 06:10:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e76f9a9

dev-python/boto3: add 1.25.4

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

 dev-python/boto3/Manifest|  1 +
 dev-python/boto3/boto3-1.25.4.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 1225c28ae471..d91acdca1b0c 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -4,3 +4,4 @@ DIST boto3-1.25.0.gh.tar.gz 548321 BLAKE2B 
46371869420a12b067594efbaa0d0f6b8003e
 DIST boto3-1.25.1.gh.tar.gz 548647 BLAKE2B 
84a6560e39ea526d1a4fa744bb4cb8fc2f934254c5949a08e0f40f34c363b6cf077dec4f6325da61fd06f5e2d2e021494bc29bf5993213fedc43f5914e18f062
 SHA512 
dbd0606e2aa4bd4eb3a836fe8e6da20eec97f5c62b5b43009f7296d1a51eaf7eaec7ca8246be8e3db2181e574d5672d72ea18deb4fc73a7cf3f0fca64ab1dacc
 DIST boto3-1.25.2.gh.tar.gz 548880 BLAKE2B 
765b16f0192cf6243a34428090234943553384d5422dcdc728b0da9ca303ca5eb860cb49d177191aa53c8818795bb620910c6f3e5a6f2bb9072fd96d1bcf0fa1
 SHA512 
8e702758923b384ed97803a35daf211e9754ea6967819e301034efb2c1394f05f4f899dac03b96e65480b55101a96d106fe08faa6f28fccd6d37a5e9d7d6cd2c
 DIST boto3-1.25.3.gh.tar.gz 549487 BLAKE2B 
f0c4f2dee25dff926ce5d0699bc6ff9a876ddd12b469759dd24deb22f037fbf37e013b234605ade2ab1712127f1362d0c5fcfdf8302df2c5b983b2bafa68f1a6
 SHA512 
3a6227dd10cba78b2f67802da953ca8ddfd0dfe3f7dd2e9a360b8e1a45488d12bece3f8a60729eb185e74c3c2dd95403a610f26ae281acdc6a820238660f86b4
+DIST boto3-1.25.4.gh.tar.gz 549950 BLAKE2B 
f9dfb94d2bfc3f11ac0e98b4ca1755157cf5d71b5b756a4b228bedf48b0d116de80ad1638789dcc1e44ec2d5ab2bf85923a566caf50a15141b3e04baa195b416
 SHA512 
77ddbd3ec3815d7fad99e918d2474ffedf2f0f5b35cd9f8fa68eaff0c1f4f7e6495c280e7fb6ef1b6f368103b2ecf11565b99636b34ca5a95038ff44a87088fa

diff --git a/dev-python/boto3/boto3-1.25.4.ebuild 
b/dev-python/boto3/boto3-1.25.4.ebuild
new file mode 100644
index ..6edcc751d54b
--- /dev/null
+++ b/dev-python/boto3/boto3-1.25.4.ebuild
@@ -0,0 +1,68 @@
+# 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..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="
+   https://github.com/boto/boto3/
+   https://pypi.org/project/boto3/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3";
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="
+   https://github.com/boto/boto3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
+}



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

2022-10-28 Thread Arthur Zamarin
commit: bc5b52a6789947aa8a2f5ce9b4f34ef9171e7aec
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 06:06:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 06:09:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5b52a6

dev-python/botocore: add 1.28.4

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

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.28.4.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index cb3d58634840..a251a5c6521d 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -4,3 +4,4 @@ DIST botocore-1.28.0.gh.tar.gz 9815905 BLAKE2B 
40c7a5eb9aaa851b682c85d4045f4e3fb
 DIST botocore-1.28.1.gh.tar.gz 9820975 BLAKE2B 
76e578cb3b41e923ced56b12b79b36c589ad64324b6057168c4e0d92c7165f7df3709a2ba968e593d004b43320ca94c3a4a118f91ae1ce8420703c5c6bcd1100
 SHA512 
8a7ef4a209f145f39f6305fb5ed118849d46dc1bd10be2d0ef9dcd066f4b3dd78e2b3d391903b3d1db3f8ef3c8bc880c40dc3f7a02b4555845fb20f2ceb75ef4
 DIST botocore-1.28.2.gh.tar.gz 9822124 BLAKE2B 
ff56b485cdc58811e809f39ddf250ff9f04a4da9b7bcfce7f26a8fae92f58828033434b02b7b25ccbff7815e37fb2980d7dc10523d6d4f7543dc811ad50d8d10
 SHA512 
df3531914c6af955069e3710fb8710a7a5080d783f5a51966df72b0c07e1c319b779770d2a1d0d64d107c1a01bc9f69a92d0cc6cbdae594a376908b67052fd18
 DIST botocore-1.28.3.gh.tar.gz 9829079 BLAKE2B 
77010a262689d99530f6cfa89d3389828f0250f83819979cbffebbd47458ab01f45c5a2e10418e11b982fa9c7680334831b5bb2472cf25af97a8283036420ab8
 SHA512 
99273da875b0b8321182a1135a09d51c98e242f291ed7ec5a62ae0f9708f55dbd69def3d4bfbac590fab9fef41c7c79f7c87f71b6022f17bb232c3b5dfd9b9e7
+DIST botocore-1.28.4.gh.tar.gz 9830940 BLAKE2B 
a4f7148ff4ef77dab59b088e241f19cf072dbf0231aac36fdf2220660e3460b08d4f50bc8be6e9eacf169997124b58b27a0f8ab52c042741dc5c1cb43837b00e
 SHA512 
7ce121333cd25f1eb2a99dca0edae21988ab6cd9a1e073e453c633dfacb88b45f40f07fe922bf8a52356ec41d819243785091e8c002c192c17bf89a4e626a380

diff --git a/dev-python/botocore/botocore-1.28.4.ebuild 
b/dev-python/botocore/botocore-1.28.4.ebuild
new file mode 100644
index ..d1a6948e70e5
--- /dev/null
+++ b/dev-python/botocore/botocore-1.28.4.ebuild
@@ -0,0 +1,72 @@
+# 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..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="
+   https://github.com/boto/botocore/
+   https://pypi.org/project/botocore/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore";
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/boto/botocore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   # fails on unrelated warnings
+   
tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
+   
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
+   )
+
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
+}



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

2022-10-28 Thread Arthur Zamarin
commit: 44b4bdfbdede1086fc66a9ed545d2c8a9681b16f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 06:05:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 06:09:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b4bdfb

dev-python/prettytable: add 3.5.0

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

 dev-python/prettytable/Manifest |  1 +
 dev-python/prettytable/prettytable-3.5.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest
index 4cbe21ce94bf..38f6edd33ab0 100644
--- a/dev-python/prettytable/Manifest
+++ b/dev-python/prettytable/Manifest
@@ -1,2 +1,3 @@
 DIST prettytable-3.3.0.tar.gz 54305 BLAKE2B 
4d131c16b6c6a0fd64aae1f9f54e286bf27b562888af56a6944d192a24c05d6138c3bdb8f298dcc060db7609d72b8d86ab9664bf6bcf43cd2105bdd433bae3cf
 SHA512 
e190717e2ea89e8faddc7015fd5118e0d93ac5f5318641ce5960b22b4ea3740ff12c4d15812b33655252f258c96f9e848f554d1e678d39761c28025ba7772609
 DIST prettytable-3.4.1.tar.gz 54395 BLAKE2B 
155948a3142e5caca82e6986b51693f63a4230faf7f760b4b9738b653928cc4017835e71f5bf06c1f485b1c579c7517de1fff1424d83dd6ff629981a1d4b85ed
 SHA512 
47a00d5d3bd6be77734abf0c6a50ac13f3d6fb72d8cc7bd2d760c860401f46ee94f766063eaeb30cf3d67c6f33fca9e3a1ae9d68af61139704bb1e23ba649ce4
+DIST prettytable-3.5.0.gh.tar.gz 45387 BLAKE2B 
0ddb2c89e80c8f713c01afd4db7d5fcfa8151bcfaf7dcf07d66898b1b868ca093931829fe1b4db96c120a6eda1f84580726931dbd6d49b9870c1fc1eb0e479b9
 SHA512 
24ef28a42365568bf68a974afd42fcc1bfb9208e1cb75fc1b2890bc2253487afa6536e778b58e320e952ca8bf9b69193bd1293bb7615628d03765ee24c44edff

diff --git a/dev-python/prettytable/prettytable-3.5.0.ebuild 
b/dev-python/prettytable/prettytable-3.5.0.ebuild
new file mode 100644
index ..6abe81d3e775
--- /dev/null
+++ b/dev-python/prettytable/prettytable-3.5.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII 
table format"
+HOMEPAGE="
+   https://github.com/jazzband/prettytable/
+   https://pypi.org/project/prettytable/
+"
+SRC_URI="
+   https://github.com/jazzband/prettytable/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/wcwidth[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

2022-10-28 Thread Arthur Zamarin
commit: de0230ff55e4883d32c44c52fdfbc8d7f4b53638
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 06:08:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 06:10:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0230ff

dev-python/pytest-subtests: add 0.9.0

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

 dev-python/pytest-subtests/Manifest|  1 +
 .../pytest-subtests/pytest-subtests-0.9.0.ebuild   | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/pytest-subtests/Manifest 
b/dev-python/pytest-subtests/Manifest
index dd79538a2599..f03ec7f71117 100644
--- a/dev-python/pytest-subtests/Manifest
+++ b/dev-python/pytest-subtests/Manifest
@@ -1 +1,2 @@
 DIST pytest-subtests-0.8.0.gh.tar.gz 9767 BLAKE2B 
707f6744f1cd7723d7bee11f5e535750fa179e7ad3912cd94d522e1dc0a206cbdb5c3bc8be587a1c81342ef9d6a8a397acd08388096a484feca6f9c84e0c
 SHA512 
0164e02c81685108bb5c12f7e7ce92dc2fd5c844be454b2cb26e3cb942d51c453f06bb48e0300438a82b28c747dea35ea4f75eaf65ff8b66b338bcb0f0dd9ed1
+DIST pytest-subtests-0.9.0.gh.tar.gz 9840 BLAKE2B 
c94155c1e44b4bf81bc4d2d1963c952b721634372db9dc5c1b8a7819acba8e84815333c0c67a90d2a930abb98affbd99a721796ed09513635923f6a89e336d4a
 SHA512 
f1bc2b99e6f04864cdc45675574d32821fd5e08c01c937bddc846ac509cd8906d21ee63b11e9e8a87c2631334541e9adc601a7dd69702572d51c3d4b72443ad2

diff --git a/dev-python/pytest-subtests/pytest-subtests-0.9.0.ebuild 
b/dev-python/pytest-subtests/pytest-subtests-0.9.0.ebuild
new file mode 100644
index ..306785062506
--- /dev/null
+++ b/dev-python/pytest-subtests/pytest-subtests-0.9.0.ebuild
@@ -0,0 +1,43 @@
+# 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
+
+DESCRIPTION="unittest subTest() support and subtests fixture"
+HOMEPAGE="
+   https://github.com/pytest-dev/pytest-subtests/
+   https://pypi.org/project/pytest-subtests/";
+SRC_URI="
+   
https://github.com/pytest-dev/pytest-subtests/archive/refs/tags/${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/pytest-7[${PYTHON_USEDEP}]
+"
+# pytest-xdist is used to test compatibility
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x 
PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked,pytest_subtests
+   epytest
+}



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

2022-10-28 Thread Michał Górny
commit: 30995940970b02cfe0556c53dbfe3156e679cc9e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 29 06:00:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 29 06:00:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30995940

dev-lang/python: Remove old

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

 dev-lang/python/Manifest|   6 -
 dev-lang/python/python-3.10.8.ebuild| 459 --
 dev-lang/python/python-3.11.0_rc2_p1.ebuild | 481 
 dev-lang/python/python-3.8.15.ebuild| 400 ---
 dev-lang/python/python-3.9.15.ebuild| 454 --
 5 files changed, 1800 deletions(-)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index e22f8f46ed25..eecf426274ee 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -4,8 +4,6 @@ DIST Python-3.10.8.tar.xz 19619508 BLAKE2B 
8bbfbae34fbc517c4a746e5e4c360efc57aca
 DIST Python-3.10.8.tar.xz.asc 833 BLAKE2B 
1e94822a57d055f5db1a5d2915df24be9d6fd9e6b301d148919a7643285a93ca1c8a16db7d74e0adabe7d2a21678b5126e3df7fffb253b35f8db6f74284a0aba
 SHA512 
0c2ef09d898257ba5e9ec7c5bb224a7e50e5ebca96843b4d9e25be6cdd2f17144772aafc92280af20c21491e3c8cedc697414688ece613c93b28ff7ecddcf93f
 DIST Python-3.11.0.tar.xz 19819768 BLAKE2B 
3a9852b8973e0e6ce414742f08f17f2c239d20a4e437e95656a325e151d04f4751f07fce955e55f2818af6810b767f2438b3d14e9f2313fe607bab31c47a2fca
 SHA512 
314eef88ae0d68760f34d7a32f238fd2ecb27c50963baa7357c42ad8159026ec50229a0b31d83c39710a472904a06422afc082f9658a90a1dc83ccb74c08039d
 DIST Python-3.11.0.tar.xz.asc 833 BLAKE2B 
7133f390ff8e7d856466c8d310903ef694196f5d945d6b753dcd7bf3e5416d69ef0e2320252ecce419ecce07ac5e2a37ad1657e2ded393d0c38a6521a65cebc2
 SHA512 
d20fb152c5b16cfef1f59af588f7576eb45c903d9e15fd4ad0e15fd32bef7ffd951b99a062d2944234ecffcf29eb9266544e92d2f6584710cbb20ba38f8ac224
-DIST Python-3.11.0rc2.tar.xz 19828340 BLAKE2B 
c4e8578d967917fc6f19355c466ba8e5487e83a17b373dd03ae90f2a73f5f6d07c38ec308c03435d23454cdcb06e63b74fc9ceb3900079996ae71b9327a4a5b3
 SHA512 
8b37bc9df3c966bd35cffdb7d6406a3c1a5ccfbea10bd8dad498880e3b1492f8cdbbe227ab3a30557843eb05d8fb93077c791e25d71b33ed420992d54b6c9473
-DIST Python-3.11.0rc2.tar.xz.asc 833 BLAKE2B 
80ea3e8a3565fef6552da2287a5bf07a764002c273842b7d03a417a75adfe616e1b7816c161c42751a495b32ab8d8c11efc6c90ade97c0b31be54f7391ee9c9d
 SHA512 
13e6bfa719db29aa169763399203168923cbfbb01d209e18269399ca84723582f480134edd3bf9f24785cd5ab0486411132d6bbb354fa45ebbba68bf4c70021a
 DIST Python-3.12.0a1.tar.xz 19776600 BLAKE2B 
035e75c5713f9ff139f6df50329d9b74ade3b255f5413311d7012b2298dd3cb6d71ed11f5855d01e79d6bac334f80bd6a3340591fc3654d9723fd1c5f80eb750
 SHA512 
fa69dddf36dfe89b869d4de71cb8e878ef1e8be2b96ddfe2d58286710dd09b64db67c130d0438e3cea6679f6e9cd6bb83633691c8b7d6f346b730668866a28f7
 DIST Python-3.12.0a1.tar.xz.asc 963 BLAKE2B 
5027ce705b80ad2d186f45c27d00542df1090dcaa30e9d97e483d7debdaeb35b5bf94c9f0cd000715a8ccf6dc5f752e0129bb42e48bfd6b308754bd73ee26090
 SHA512 
4db7946d27505da9c9b358a3b0fc2f47bb79b10bbcdb8f3ce2f918d1b74665e41a51600de3b94d50b126b66c72f191f8532f4030af184698c32430c35ef8d821
 DIST Python-3.8.15.tar.xz 19038408 BLAKE2B 
4ce84171b2f7ca8c9cf1d130adf70f16a0899766cea98965c3e7afcb84b73c482bcb400b59b91736d20e31c57be79edc178f6eeecd775a1f8920a8fbfdd90c24
 SHA512 
4fb3827b13c2452faa75e5ed18dddf381e80b4fffcfde046e289b4629cff0bb87fba1d09916b9b8a6f8039dc422c952293ebdb381c49f8ca7e7893ae4be6c28d
@@ -13,12 +11,8 @@ DIST Python-3.8.15.tar.xz.asc 833 BLAKE2B 
bff055e28f4a2e59bb9e6d131ed39f954b729a
 DIST Python-3.9.15.tar.xz 19712208 BLAKE2B 
a8490c998c89ed4e3e87ef48e3b5d622e5d06ebd7b8b79db564d668cd1f0c7fe89e0ef37ec4481ff82b30778e2be1a96c1b16199b9dce1f82de32f73b4343ddd
 SHA512 
9310d263bc7a7925f73a6f66fd254ae61f377f43011a6bc5c58e57c8b170c2da4f197a646927ab9d05f8912ed8be4369c09576063931a3f93c3b0228ccb33a39
 DIST Python-3.9.15.tar.xz.asc 833 BLAKE2B 
c325fb52fae254153456c24c1039b07c9ccf8734df3665640215d35219ccacb705f99d94c9f8b644d15d4ea4612f5ac0da599814f68f7d3b6fc1fdc175db9002
 SHA512 
722625091731536757b9db447590c31620665133d45076367a3281f2ee3add23a781b10ce5cea582d65caabb18814583c1a347689d2b396214e36a6771182f38
 DIST python-gentoo-patches-2.7.18_p15.tar.xz 34956 BLAKE2B 
d173f276dd9c0ce31004dcc55a0d18e9ce25a47683c2df3c4dd62e967dfbbb35be59a2f08cf20f30a19475a8a2344dd95b17400eafa88b5fdbe9270a12ccbf32
 SHA512 
d9386808265f978808e5c0ffd384cefe54fb0e05aeccfd394167d5227d9cd66e25c8e93c54914762b2cfc3c2dd851b26a7a84d62634c6aa8a0798aacbb7ac25f
-DIST python-gentoo-patches-3.10.8.tar.xz 10104 BLAKE2B 
a2e5fa956652fda1464c65ba4f648da2d77a545d53bf8d2429bce745c93e82eaea40bf6da3289f4216fe4b029b97ccf6ac0c3cfbdcc179f3c5f9e64e89cd5fe4
 SHA512 
e506c7fc3f6ebff340f090b462716c745f1acfa95c00a39a58367941efb356b8dcd72a3fa46d6760422733c0d6b65b79f0e8bedc77b93289c51ca4dc2ea0db2a
 DIST python-gentoo-patches-3.10.8_p1.tar.xz 12712 BLAKE2B 
54370dc973fedfab4dda33a20733f483

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

2022-10-28 Thread Michał Górny
commit: 47427eac1d1e3ba438a48d7a303381c5dd219428
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 29 06:01:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 29 06:01:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47427eac

dev-lang/python: Add keywords to 3.12.0_alpha1

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

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

diff --git a/dev-lang/python/python-3.12.0_alpha1.ebuild 
b/dev-lang/python/python-3.12.0_alpha1.ebuild
index 096bd0ca36a9..41887948b0bd 100644
--- a/dev-lang/python/python-3.12.0_alpha1.ebuild
+++ b/dev-lang/python/python-3.12.0_alpha1.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="
bluetooth build +ensurepip examples gdbm hardened libedit lto
+ncurses pgo +readline +sqlite +ssl test tk



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

2022-10-28 Thread Michał Górny
commit: b3610fce4f3c6a33898770bbab06e8f88bb2ebdf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 29 05:20:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 29 05:58:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3610fce

dev-lang/python: Stabilize 3.10.8_p1 amd64, #878379

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

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

diff --git a/dev-lang/python/python-3.10.8_p1.ebuild 
b/dev-lang/python/python-3.10.8_p1.ebuild
index f2ab6be80ca3..84c8cc7b20a2 100644
--- a/dev-lang/python/python-3.10.8_p1.ebuild
+++ b/dev-lang/python/python-3.10.8_p1.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="
bluetooth build +ensurepip examples gdbm hardened libedit lto
+ncurses pgo +readline +sqlite +ssl test tk +xml



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

2022-10-28 Thread Michał Górny
commit: 02dc727dbaa06e7350dab38f09ac8abb8878093e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 29 05:20:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 29 05:58:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02dc727d

dev-lang/python: Stabilize 3.9.15_p1 amd64, #878381

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

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

diff --git a/dev-lang/python/python-3.9.15_p1.ebuild 
b/dev-lang/python/python-3.9.15_p1.ebuild
index 9915c4d2b35f..a4f409cd861b 100644
--- a/dev-lang/python/python-3.9.15_p1.ebuild
+++ b/dev-lang/python/python-3.9.15_p1.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="
bluetooth build +ensurepip examples gdbm hardened lto +ncurses pgo
+readline +sqlite +ssl test tk +xml



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

2022-10-28 Thread Michał Górny
commit: f56a2bc2fef50a7551997975e3e1ca05df6db623
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 29 05:23:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 29 05:58:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56a2bc2

dev-lang/python: Stabilize 3.10.8_p1 x86, #878379

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

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

diff --git a/dev-lang/python/python-3.10.8_p1.ebuild 
b/dev-lang/python/python-3.10.8_p1.ebuild
index 84c8cc7b20a2..0b7ad7f2c527 100644
--- a/dev-lang/python/python-3.10.8_p1.ebuild
+++ b/dev-lang/python/python-3.10.8_p1.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="
bluetooth build +ensurepip examples gdbm hardened libedit lto
+ncurses pgo +readline +sqlite +ssl test tk +xml



[gentoo-commits] repo/proj/guru:master commit in: app-vim/yats/files/, app-vim/yats/

2022-10-28 Thread Arthur Zamarin
commit: 395d28d57a875ffa2c73d0bf59eb55935c19f810
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Oct 29 01:22:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 02:18:42 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=395d28d5

app-vim/yats: new package, add 2022.08.26

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-vim/yats/Manifest   |  1 +
 app-vim/yats/files/vimrc|  7 ++
 app-vim/yats/metadata.xml   | 11 +
 app-vim/yats/yats-2022.08.26.ebuild | 48 +
 4 files changed, 67 insertions(+)

diff --git a/app-vim/yats/Manifest b/app-vim/yats/Manifest
new file mode 100644
index 0..dc842f107
--- /dev/null
+++ b/app-vim/yats/Manifest
@@ -0,0 +1 @@
+DIST yats-2022.08.26.tar.gz 218153 BLAKE2B 
0733327d3e329ee8492ac084613eaaa002e48aded81496f0eaddbabfc0f40f2d097e761e850c32594467cc1d71ca498ed265a3102c906b6f903254e2868beb8f
 SHA512 
4bf429edf27bbd199030d79e1273ad6aeb52b53a5d4ead79951b6fb488e0f5f98a4c5b65808a5f02362b649ae71c28841cfbb5d76e6bec0dfd195a908d55591f

diff --git a/app-vim/yats/files/vimrc b/app-vim/yats/files/vimrc
new file mode 100644
index 0..868d58314
--- /dev/null
+++ b/app-vim/yats/files/vimrc
@@ -0,0 +1,7 @@
+set nocompatible
+filetype off
+
+let &rtp = '..,/usr/share/vader,'.$VIMRUNTIME
+
+filetype plugin indent on
+syntax enable

diff --git a/app-vim/yats/metadata.xml b/app-vim/yats/metadata.xml
new file mode 100644
index 0..e29c45a2d
--- /dev/null
+++ b/app-vim/yats/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+   
+   HerringtonDarkholme/yats.vim
+   
+

diff --git a/app-vim/yats/yats-2022.08.26.ebuild 
b/app-vim/yats/yats-2022.08.26.ebuild
new file mode 100644
index 0..916c111dc
--- /dev/null
+++ b/app-vim/yats/yats-2022.08.26.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+MY_PN="${PN}.vim"
+COMMIT="4bf3879055847e675335f1c3050bd2dd11700c7e"
+DESCRIPTION="vim plugin: Yet Another TypeScript Syntax"
+HOMEPAGE="https://github.com/HerringtonDarkholme/yats.vim";
+SRC_URI="https://github.com/HerringtonDarkholme/${MY_PN}/archive/${COMMIT}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${COMMIT}"
+
+LICENSE="vim"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   >app-vim/vader-0.3.0
+   )
+"
+
+DOCS=( CHANGES.markdown README.md )
+
+src_prepare() {
+   default
+   rm Makefile || die
+
+   # failing tests
+   rm test/tsx.indent.vader || die
+}
+
+src_test() {
+   cd test || die
+
+   unset DISPLAY
+   export TERM=xterm
+
+   vim -eu "${FILESDIR}"/vimrc -c 'Vader! ./*.vader' || die
+}
+
+src_install() {
+   vim-plugin_src_install ctags UltiSnips
+}



[gentoo-commits] repo/proj/guru:master commit in: app-vim/vader/

2022-10-28 Thread Arthur Zamarin
commit: 28e276c0498374e49abf438295d3371987fc9d3e
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Oct 29 01:07:32 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 02:02:00 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28e276c0

app-vim/vader: new package, add 0.3.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-vim/vader/Manifest |  2 ++
 app-vim/vader/metadata.xml | 11 +++
 app-vim/vader/vader-0.3.0.ebuild   | 27 +++
 app-vim/vader/vader-0.3.0_p20200213.ebuild | 26 ++
 4 files changed, 66 insertions(+)

diff --git a/app-vim/vader/Manifest b/app-vim/vader/Manifest
new file mode 100644
index 0..f2575d511
--- /dev/null
+++ b/app-vim/vader/Manifest
@@ -0,0 +1,2 @@
+DIST vader-0.3.0.tar.gz 12216 BLAKE2B 
54ed462c08a3f0c3383ec5c8b0dea6bb583e558b7b554df14b20a3aa40cfbe03b535c05d3d9689dc89ba403aa9b667e1af1962d389c07b2e8dc6af700fba1aa9
 SHA512 
c9f157ca11a2c6270c85540c6c9aad493d6e4cbe0ee818bee7bd11909026a7682c95eeb4ae944ffa9e4f4beeb170ee8fd08a272e64a97de9fccd5b120f5a6c13
+DIST vader-0.3.0_p20200213.tar.gz 17056 BLAKE2B 
36947fd38b490ff5b9b87387481d708f87c6301db7359595384630fe2c2236a19c3b44bd3655ff79c4e05fba70640b74b5919ff0de6dd3205ccd6cc2e44b3a76
 SHA512 
f20a54b141c7d5a9fa21168e7ccd9ecf9d97c5d320415f01ddd9d8d0fb6e8efe3b0f0cc933eac149168d7a0af34bddc86d68bb3002fd5b274fb635b8afcdbba4

diff --git a/app-vim/vader/metadata.xml b/app-vim/vader/metadata.xml
new file mode 100644
index 0..c105de953
--- /dev/null
+++ b/app-vim/vader/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+   
+   junegunn/vader.vim
+   
+

diff --git a/app-vim/vader/vader-0.3.0.ebuild b/app-vim/vader/vader-0.3.0.ebuild
new file mode 100644
index 0..8ed581487
--- /dev/null
+++ b/app-vim/vader/vader-0.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+MY_PN="${PN}.vim"
+DESCRIPTION="A simple Vimscript test framework"
+HOMEPAGE="https://github.com/junegunn/vader.vim";
+SRC_URI="https://github.com/junegunn/${MY_PN}/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+
+VIM_PLUGIN_HELPFILES="vader"
+
+DOCS=( example )
+
+src_install() {
+   vim-plugin_src_install
+
+   # make an isolated environment for running tests
+   insinto /usr/share/${PN}
+   doins -r autoload doc ftdetect ftplugin plugin syntax
+}

diff --git a/app-vim/vader/vader-0.3.0_p20200213.ebuild 
b/app-vim/vader/vader-0.3.0_p20200213.ebuild
new file mode 100644
index 0..f28638dc8
--- /dev/null
+++ b/app-vim/vader/vader-0.3.0_p20200213.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+MY_PN="${PN}.vim"
+COMMIT="b0f26cab7b6f630c8645d418935b698c5d3cd6ed"
+DESCRIPTION="A simple Vimscript test framework"
+HOMEPAGE="https://github.com/junegunn/vader.vim";
+SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${COMMIT}"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+
+VIM_PLUGIN_HELPFILES="vader"
+
+src_install() {
+   vim-plugin_src_install
+
+   # make an isolated environment for running tests
+   insinto /usr/share/${PN}
+   doins -r autoload doc ftdetect ftplugin plugin syntax
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/StringiFor/files/, dev-libs/StringiFor/

2022-10-28 Thread Arthur Zamarin
commit: 68bee2645a14141f1e9a7f6e05ac80b1b84d8ad5
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Oct 28 22:16:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 22:16:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68bee264

dev-libs/StringiFor: drop old 1.1.1, 1.1.3

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-libs/StringiFor/Manifest   |   8 --
 dev-libs/StringiFor/StringiFor-1.1.1.ebuild| 106 -
 dev-libs/StringiFor/StringiFor-1.1.3.ebuild| 106 -
 .../files/stringifor-1.1.1_fix_tests.patch |  48 --
 4 files changed, 268 deletions(-)

diff --git a/dev-libs/StringiFor/Manifest b/dev-libs/StringiFor/Manifest
index 37b488fba..e3c68a11d 100644
--- a/dev-libs/StringiFor/Manifest
+++ b/dev-libs/StringiFor/Manifest
@@ -1,9 +1 @@
-DIST BeFoR64-1.1.4.tar.gz 32928 BLAKE2B 
ef5ca349508525c48843c613ef945f33e165069d2ade3f98acf25810daa22617d8c5fe45c4127d3eef36a5358cc1052237e6d94fce0ab4ae289a28a0d9c99b48
 SHA512 
26b0fa2cb754fa0f3809f5de29136073fdd399d0b192a5d97b67759a1a9f68fd59894f5fa9a805c7626732b63f18990922d88b110bd6d4ccdd5218fd330a4c81
-DIST BeFoR64-1.1.4_p20201012.tar.gz 37269 BLAKE2B 
6930f3d9ce2c0f3f93d7c9a9e0662c65de3f3cef9b701b864033c98499b5d1d2fdee97da9efadcce7c3d1e4aec49b5223dd24e86c2cfd317620407f8d07b6e3e
 SHA512 
6e4c49a7f4eb32cf1ecc0db335e315bdf82f0f46cf1075811394646264da023a30afbccd00c73619b6c93cf5d6daefc4a36e5f1fe44060f0f8131418a7e71f70
-DIST FACE-1.1.2.tar.gz 159747 BLAKE2B 
007c6bfc4148649a28f322f451f665750dc7cca515fae3c3d9b96694ea20ed0586471b9def43c92039bdf9450a1ebf9a927e5d50e8df4ea829284f41c331464e
 SHA512 
e9eb336923780bf1a1b37a5f897a72181599bf843e91f118d4d418aebf26489bdeaedbd9025b8abda446b7bdb5e97746346e68ff6357d159a675d0aca3a3ee4c
-DIST FACE-1.1.2_p20201005.tar.gz 157807 BLAKE2B 
f263abdb64b1153eb4eedf9e65a28614ff20bacf59f635d6ddfaa4e30cc47521fde8ae885e961b52fa8b86c7133fea4e67f7dde8676b25a0df8f1e28008a84f7
 SHA512 
9fb594211d583ef7176787f02268afa95700bf8a1905d26c51c5e40982fffb42b1b08e83f524d81d420981d607245c36e2a4a69464f8b1c5ae7c75c03643950d
-DIST PENF-1.2.2.tar.gz 143245 BLAKE2B 
d59353195c7502514091ad0a4dae42d9c3d5e8b383160f46e512ce42ed242539347683c5d79ae6a2093feee428af6137f6ecf8673c54ac15dc13a7029984dcf2
 SHA512 
12086abad9bdf552a9f41f862819a9fe6d91b18827515473f3ec36722fcd593cdb5d01a6769567dbc91238233d706ae4f2520e7767556e17b0dcb42e10999571
-DIST PENF-1.2.2_p20201012.tar.gz 142299 BLAKE2B 
253697c67c62ffc4f7b32375a1451913b178dbf3d79f0c7eab76a14c9f6969df65ce8b9422c0851a819065a979d0935724bc3121a48fb40a1c963880c375670d
 SHA512 
14b6246c0e6c8f4a4602bac22c1d8f6fd89ca174c7a6539d5da97c0bbe4049891117b0a469e72472ca5dbac44b613b806ed050a41a357b96cf939a525e3cb307
-DIST StringiFor-1.1.1.tar.gz 80098 BLAKE2B 
d42774323703550355b90ce706e62356a30cb4a27a37622841c28bbff9f9504ce7da8997222f6a0bb1e5ec56894ffdd679dc1a5b2a8f8bb353580491554fbce7
 SHA512 
14639dbb62e2b1ccb9cdb3c8100da7da8ff7d2a06d304bce2a9e8574e52adbd2f589f0017498ce7489f4977acdc99cfc889a5a752bc8efd58da41cea104c0712
-DIST StringiFor-1.1.3.tar.gz 83606 BLAKE2B 
5cd00941d2ac8c7fbe501e7fed0747f8c4ae5f61edf336a86ea89f9fd500ee016e97664ca0bbcdbcfd4c007c203fdc4fbbdbef617c0d0d115b5a96dd89b98fbf
 SHA512 
d1a1a7848cec657544ec4fab5517cb19fbf2b8655500c86d2b4dd0fc6bdb143c4929770b0e61c7e2d9c7b5660ca8e7e6cf283bb4744d17ca252cc8e71a08c163
 DIST StringiFor-1.1.4.tar.gz 571734 BLAKE2B 
2f830b266fbe9022a41f23f4abc13062bb581fe103a5348305050d46cf575a96a4c1998cb99ea68745209b54bc4862d52aef9c724c41d8341ff5ec7a5a8ef994
 SHA512 
3176a0eacdc8cfc1049373bd3313c64b8f7744d430f05b2aba4768311145e509ac1783152061da3e10af3dff9fa949da7e2554c2f8ad6a648d51eacbef007d30

diff --git a/dev-libs/StringiFor/StringiFor-1.1.1.ebuild 
b/dev-libs/StringiFor/StringiFor-1.1.1.ebuild
deleted file mode 100644
index 2239e9843..0
--- a/dev-libs/StringiFor/StringiFor-1.1.1.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-FORTRAN_STANDARD=2003
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit  fortran-2 python-any-r1 toolchain-funcs
-
-# Unfortunately the releases don't have appropriate release-tags
-# so there commits sha-1 checksum are used
-StringiFor_sha="7f73f2682372201721f0fd670cf9c772d11b5268"  # 
StringiFor-1.1.1 (27 jan 2020)
-BeFoR64_sha="d2be41faa804c5b1b811351c5384cdb6c58ce431" # BeFoR-1.1.4 
(11 sep 2019)
-FACE_sha="e3700566a18e145f0f90ba6c89570b690526845b"# FACE-1.1.2 
(11 sep 2019)
-PENF_sha="d2b27d5652f48584b9468ebd0b11dd44b5fb1638"# PENF-1.2.2 
(11 sep 2019)
-
-DESCRIPTION="StringiFor, Strings Fortran Manipulator, yet another strings 
Fortran module"
-HOMEPAGE="https://github.com/szaghi/StringiFor";
-SRC_URI="
-   https://github.com/szaghi/${PN}/archive/"${StringiFor_sha}".tar.gz -> 
${P}.tar.gz
-   https://github.com/szaghi/BeFoR64/archive/"${BeFoR64_sha}".tar.gz -> 
BeFo

[gentoo-commits] repo/proj/guru:master commit in: app-misc/doublecmd-bin/

2022-10-28 Thread Arthur Zamarin
commit: eba9c0cb4ea5f64b7b163a0b72641de49290537e
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Oct 28 22:12:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 22:12:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eba9c0cb

app-misc/doublecmd-bin: drop old 1.0.6, 1.0.7

Signed-off-by: Sergey Torokhov  yandex.ru>

 app-misc/doublecmd-bin/Manifest   |  8 ---
 app-misc/doublecmd-bin/doublecmd-bin-1.0.6.ebuild | 68 ---
 app-misc/doublecmd-bin/doublecmd-bin-1.0.7.ebuild | 65 --
 3 files changed, 141 deletions(-)

diff --git a/app-misc/doublecmd-bin/Manifest b/app-misc/doublecmd-bin/Manifest
index c13b55572..bfffdd7b0 100644
--- a/app-misc/doublecmd-bin/Manifest
+++ b/app-misc/doublecmd-bin/Manifest
@@ -1,11 +1,3 @@
-DIST doublecmd-1.0.6.gtk2.i386.tar.xz 7383328 BLAKE2B 
8e56421c4188a2cb65bc9cfa2d4efcd4aacd7c4ad348716bd4282fed2530fa38c11d424c99de9b9efca83b8145651bb072de4611e4e9537293ea24ddb738025d
 SHA512 
d1f9748cfc95d1da5d103f598d792d99a0bb3b4aeda0482e0c8889f8f251e1daf8f89fe000892bd2543bf0da205131ced08614f19f68507bb3ee4845c381a6e7
-DIST doublecmd-1.0.6.gtk2.x86_64.tar.xz 8129312 BLAKE2B 
4184327ddf7eea72af031ded2f11ce74c5c75cb58fbb5dd5c4098cff2cbd0f096a178142ff9ef33bbc1e0551251609a9ebd713778e61ae478e1ee9ac83753b3a
 SHA512 
6c2f4091805db83d28ccb2ba0980def766c1ab85b31045fc078ee3e10884d30a734dfd0f42bc4080c7a2df5d3d8da02cacd4b2f26c1a23083ba3050ecf314282
-DIST doublecmd-1.0.6.qt.i386.tar.xz 7936084 BLAKE2B 
e4f0f63afa4b86ace5f37f6cc7d9bb76ae095476a62bc2d4f896924f29452e59aef4c510c434937cab5d2354b6ff67246332782af7dfd6acca6fb873151aaeee
 SHA512 
7a1fba9cdd919863e16233d5b6d6098e4ef4df7fc3a3d99fb4c16958d58515d330cced90278e8008676f5b9ab5f4a7df697ba6d60bd98f4ebf34a6d9fdb004dc
-DIST doublecmd-1.0.6.qt.x86_64.tar.xz 8622596 BLAKE2B 
7437413af925aca5e4544119a5782f57eec03d075296c7ad127666205c26b44322668f0e8e63102ac73de1f447cdc2e7e20b3da100abc1a3643a75c7589115ef
 SHA512 
1cd2b2ce36643e793e0a42efb036d9a6923e76816a6e7ea2a5365e58690d969a7e5e1443a80369b135d617bdba38739d0e193a7cefe57d7de67d9b746499bbf8
-DIST doublecmd-1.0.7.gtk2.i386.tar.xz 7520284 BLAKE2B 
fb0c1c0585ee27153dfaef6c77341beb19663dc45a94dbc943c8d70efafc4076b52cb531f11f1091e11a02d164f8b971ca2ca2b833fe176641bbcce0002018f4
 SHA512 
b85dfb7a806746374b6597388f82bb5c2395216b3a75773ab7eb6558d385cfe96e34c0d486afe2d74db7f4914bec39e630336aef0945c9748078476f51625656
-DIST doublecmd-1.0.7.gtk2.x86_64.tar.xz 8281832 BLAKE2B 
1225d00e744c766ba52f10b1f69cfae4ceeda450e590bde5961960565ed2d7e5eeb8bb63059ddb283da50b95b626d0cbf3296d30df82086b07cf79c0faf2bb7c
 SHA512 
5eab1ddb41ed569671db8f30358873ef7a5bdec3d9d65e296c212bb8282c1382a77123fe4cb58ac2f0b78c4d52a6fde80ed97f8d3278cf4e202f339ad381c585
-DIST doublecmd-1.0.7.qt.i386.tar.xz 7909008 BLAKE2B 
ef5512404d071c1b3780527046109dfa4a2569392e4e89ebdc5ac5eb1304e84d16e1e6d6eb72af51db6463f31158cea46f398c9af7e00a2a838ccc72b940113f
 SHA512 
1186b17eacc87b762d10de23e0ae319ef1282b832e10561633ce6b42916bb97825d8467e8f96b61fcf723c4f21ce401a3f6ae5adc736d023953b1ed733129f25
-DIST doublecmd-1.0.7.qt.x86_64.tar.xz 8609844 BLAKE2B 
47f8e37e9ff20811fae59e00c46bb9a04bc500ca8583f03da9aa8b66ced305bd3eba86b35a725bf17ea47c833167e81982a4b17e0f55a1aea2bddee8f7f77988
 SHA512 
b8f59dc8c8d417bf2491dfb74594d6069f2eebeee7ba3c37dfa047b05e9d8b5383b6f234025f0b6ce4357488900be73f3dc0bea7c0861d6e21c3d28d1d729078
 DIST doublecmd-1.0.8.gtk2.i386.tar.xz 7554164 BLAKE2B 
fac0e94898c8bfd7c20622f351ae687b6fbeb9d1746ca74a3ebf1a5b8a171af061d06885b29c7a063cf644717e0809d8b3afb65f302d38e8949512097a3e44e7
 SHA512 
94a9bf880604c81e6c06ba521bb5a170f2bdc8447d6bff1a2033744aab916bfc4d12975165175cc7afff4f6ece109732e215b13a671e8ba0984718b6fbd765b4
 DIST doublecmd-1.0.8.gtk2.x86_64.tar.xz 8313164 BLAKE2B 
2998badb7b91bb59b5bffdc59c326acf6481ed93279b62d3567e8c0dad736e03de7322a267ea423a4f11f705a0c4c2a3013767fcd200cde24d07a8e813c8f3ed
 SHA512 
7c929c9fd6aef567aca23182c14d1221856874b7f95f4dd39b57129a2282aa8c084aa80f3bd2fb6321f39d1d8d78f596c48f059df45d6435e3021d2689db1762
 DIST doublecmd-1.0.8.qt.i386.tar.xz 7941656 BLAKE2B 
381b932022a202aa3b7b055711f76c4ca335785a692b4fe8e8ee7b5da33bcc0289c9ff1174cf089eb610e181d21c182517cc6dd56efb39603ebb3e1fb2ec
 SHA512 
2503e0b1a28b99a9a497df68711d2b6258c6cd8c9f7d9f0255b1b0554e11231ffed7d1e101a930f4c8f3c2639b608e21c1172a784dcf30e857b124d7197c3aa8

diff --git a/app-misc/doublecmd-bin/doublecmd-bin-1.0.6.ebuild 
b/app-misc/doublecmd-bin/doublecmd-bin-1.0.6.ebuild
deleted file mode 100644
index 6b4c8bebf..0
--- a/app-misc/doublecmd-bin/doublecmd-bin-1.0.6.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop wrapper xdg
-
-MY_PN="doublecmd"
-DESCRIPTION="Free cross platform open source file manager with two panels side 
by side."
-HOMEPAGE="https://doublecmd.sourceforge.io/";
-
-SRC_URI="amd64? (
-   

[gentoo-commits] repo/proj/guru:master commit in: gui-apps/fuzzel/

2022-10-28 Thread Arthur Zamarin
commit: 18e3ebe84812352a1b64ef926baa801866e44963
Author: Jonas Frei  pm  me>
AuthorDate: Thu Oct 27 18:10:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Oct 27 18:10:36 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18e3ebe8

gui-apps/fuzzel: add 1.8.1, drop 1.8.0

Signed-off-by: Jonas Frei  pm.me>

 gui-apps/fuzzel/Manifest | 2 +-
 gui-apps/fuzzel/{fuzzel-1.8.0.ebuild => fuzzel-1.8.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/fuzzel/Manifest b/gui-apps/fuzzel/Manifest
index 28ac8ef2f..d8b417944 100644
--- a/gui-apps/fuzzel/Manifest
+++ b/gui-apps/fuzzel/Manifest
@@ -1 +1 @@
-DIST fuzzel-1.8.0.tar.gz 424298 BLAKE2B 
c2186916bfa36786fb66a7a6d666951eba0e59c131d38c605439acb12cdffcd8093d5263c9b6efdec770ef2dd4a5584db1f1ea71d986ca9aae7c26c913578062
 SHA512 
7a1bc0a1a7cde21ae7930ee286448df69b5e1d079f7328dde9d339f2bf674159fa17534f92521bec54863268c044e7d7c25168b0af20fcd3dd8a2926ebc302fd
+DIST fuzzel-1.8.1.tar.gz 424348 BLAKE2B 
ed2749d541ec36a927da9d72af9b82ec1552470e34dcc5c178bda128aec8bd28933186866dca56cef9645f955b074208b2b84123be44e19966541172df25f40e
 SHA512 
62a0e3561128a16fe050da52c14915222952738859f9f8dd992112d0b1d0d8705131c2928a5ea8348c7ecf51affa763ef1df67c43af3e06063695695136e939d

diff --git a/gui-apps/fuzzel/fuzzel-1.8.0.ebuild 
b/gui-apps/fuzzel/fuzzel-1.8.1.ebuild
similarity index 100%
rename from gui-apps/fuzzel/fuzzel-1.8.0.ebuild
rename to gui-apps/fuzzel/fuzzel-1.8.1.ebuild



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

2022-10-28 Thread Arthur Zamarin
commit: 9b2d466681bd1707bdd8ed19e634b64c33028dd5
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Oct 29 02:19:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 02:19:47 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b2d4666

profiles: unmask pytest-benchmark stack

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 profiles/package.mask | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 94fb9350a..66905e69c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -18,7 +18,6 @@
 # Depends on masked dev-python/eventlet
 app-admin/glance
 dev-python/glance_store
-dev-python/manhole
 dev-python/os-brick
 dev-python/os-ken
 dev-python/os-win
@@ -47,7 +46,6 @@ dev-python/gnocchi
 dev-python/graphene
 dev-python/graphql-core
 dev-python/graphql-relay
-dev-python/hunter
 dev-python/hwi
 dev-python/keystonemiddleware
 dev-python/neutron-lib
@@ -56,7 +54,6 @@ dev-python/oslo-versionedobjects
 dev-python/pg8000
 dev-python/promise
 dev-python/pypowervm
-dev-python/pytest-benchmark
 dev-python/python-socketio
 dev-python/SQLAlchemy-Utils
 net-misc/maestral



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

2022-10-28 Thread Arthur Zamarin
commit: 898d3efa7e5e72982d217e7b5a148fcae9b040ce
Author: Mårten Wadenbäck  wadenback  se>
AuthorDate: Fri Oct 28 11:35:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 11:36:18 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=898d3efa

dev-python/python-fire: new package, add 0.4.0

Signed-off-by: Mårten Wadenbäck  wadenback.se>

 dev-python/python-fire/Manifest |  1 +
 dev-python/python-fire/metadata.xml |  8 
 dev-python/python-fire/python-fire-0.4.0.ebuild | 25 +
 3 files changed, 34 insertions(+)

diff --git a/dev-python/python-fire/Manifest b/dev-python/python-fire/Manifest
new file mode 100644
index 0..29b34cfaa
--- /dev/null
+++ b/dev-python/python-fire/Manifest
@@ -0,0 +1 @@
+DIST python-fire-0.4.0.tar.gz 104198 BLAKE2B 
1060931356753c00daa5c138234a8214c3662ae8aab54fa050488df89251be7cdf9846af46defd4fbeed817ca2cc1992e7978ad68579ad753749cdf3e9b6c011
 SHA512 
24473cae1cbaf01a6a07939fd77b8d26d97e5efb0bca349f65ed6a8bbf132167d74140b42030dcee0404945581d039230e0e8f8edb0bf8664e8e9f6555dfdeb5

diff --git a/dev-python/python-fire/metadata.xml 
b/dev-python/python-fire/metadata.xml
new file mode 100644
index 0..255f3686b
--- /dev/null
+++ b/dev-python/python-fire/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+  
+google/python-fire
+  
+

diff --git a/dev-python/python-fire/python-fire-0.4.0.ebuild 
b/dev-python/python-fire/python-fire-0.4.0.ebuild
new file mode 100644
index 0..cf46d858c
--- /dev/null
+++ b/dev-python/python-fire/python-fire-0.4.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10,11} )
+inherit distutils-r1
+
+DESCRIPTION="Library for automatically generating command line interfaces from 
Python objects"
+HOMEPAGE="https://pypi.org/project/python-fire/";
+SRC_URI="https://github.com/google/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/six
+   dev-python/termcolor
+"
+BDEPEND=""
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/fortran-stdlib/

2022-10-28 Thread Arthur Zamarin
commit: 2a528973b806e961c4c688666e1f4f8e16dae682
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Oct 28 22:21:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 22:21:17 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a528973

dev-libs/fortran-stdlib: drop old 0.1.0, 0.2.0

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-libs/fortran-stdlib/Manifest   |  2 -
 .../fortran-stdlib/fortran-stdlib-0.1.0.ebuild | 62 
 .../fortran-stdlib/fortran-stdlib-0.2.0.ebuild | 68 --
 3 files changed, 132 deletions(-)

diff --git a/dev-libs/fortran-stdlib/Manifest b/dev-libs/fortran-stdlib/Manifest
index 122c39386..2d982086f 100644
--- a/dev-libs/fortran-stdlib/Manifest
+++ b/dev-libs/fortran-stdlib/Manifest
@@ -1,3 +1 @@
-DIST fortran-stdlib-0.1.0.tar.gz 210357 BLAKE2B 
0727c0d280bb4c95383d9436245b82a43ed7aa0f762652d010501960d25a752694e8a12de149d80d1e107f3c6252d7af4f2db7ae64be6df58c4110dd929c0318
 SHA512 
247ad9e3db46847bbb5565aee995242f1c86ad3f623e9b91ca8505a92d6c27984a12fe32d4f3025e662176a025f72ddadc2d87ba646ab6b46ccc88e13f94f387
-DIST fortran-stdlib-0.2.0.tar.gz 323170 BLAKE2B 
b81c04a52fc466fe87668a1280fda0a3305e85fe90c8db07d7a8271804d775d07dc1e16278d87abc8c63990c825dbf2ae7ae9dd142ba8c2edf4fb32609471188
 SHA512 
aadf5e1fa96a95143fec9f7778c37d82c515d7db9afb723d02685a3f751428f82121d57529caaba79b5d6aab92af7790616640a09128ec5f3cf57528d68975ed
 DIST fortran-stdlib-0.2.1.tar.gz 323480 BLAKE2B 
d6d54e38fd8c970168144b011b0df8c800339f7649f09581401351e508ad98dd562bf6ea68595188b5b854973f8552ce7fb4ae9c4aa7491090927a21b4e8a714
 SHA512 
74eba6d0507a176af9dd6e035dc37844c5b7ae0181527e69de8eedf38f90260121c7814e3ffe34845059f91632edd08227c5dd326a45949ac57659249c3296fd

diff --git a/dev-libs/fortran-stdlib/fortran-stdlib-0.1.0.ebuild 
b/dev-libs/fortran-stdlib/fortran-stdlib-0.1.0.ebuild
deleted file mode 100644
index 17427d598..0
--- a/dev-libs/fortran-stdlib/fortran-stdlib-0.1.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-FORTRAN_STANDARD="2003"
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit cmake fortran-2 python-any-r1
-
-MY_PN="stdlib"
-SRC_URI="https://github.com/fortran-lang/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-DESCRIPTION="A community driven standard library for (modern) Fortran"
-HOMEPAGE="https://stdlib.fortran-lang.org/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="mirror !test? ( test )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep '
-   dev-util/fypp[${PYTHON_USEDEP}]
-   ')
-   doc? (
-   $(python_gen_any_dep '
-   app-doc/ford[${PYTHON_USEDEP}]
-   ')
-   )
-"
-
-pkg_setup() {
-   fortran-2_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs+=(
-   -DBUILD_SHARED_LIBS=on
-   )
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-
-   if use doc ; then
-   einfo "Build API documentation:"
-   ${EPYTHON} ford API-doc-FORD-file.md || die
-   fi
-}
-
-src_install() {
-   cmake_src_install
-
-   use doc && HTML_DOCS=( "${WORKDIR}/${MY_PN}-${PV}"/API-doc/. )
-   einstalldocs
-}

diff --git a/dev-libs/fortran-stdlib/fortran-stdlib-0.2.0.ebuild 
b/dev-libs/fortran-stdlib/fortran-stdlib-0.2.0.ebuild
deleted file mode 100644
index 2e29c3a45..0
--- a/dev-libs/fortran-stdlib/fortran-stdlib-0.2.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-FORTRAN_STANDARD="2003"
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit cmake fortran-2 python-any-r1
-
-MY_PN="stdlib"
-SRC_URI="https://github.com/fortran-lang/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-DESCRIPTION="A community driven standard library for (modern) Fortran"
-HOMEPAGE="https://stdlib.fortran-lang.org/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="mirror !test? ( test )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep '
-   dev-util/fypp[${PYTHON_USEDEP}]
-   ')
-   doc? (
-   $(python_gen_any_dep '
-   app-doc/ford[${PYTHON_USEDEP}]
-   ')
-   )
-   test? ( dev-util/fortran-test-drive )
-"
-
-pkg_setup() {
-   fortran-2_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs+=(
-   -DBUILD_SHARED_LIBS=on
-   -DBUILD_TESTING=$(usex test)
-   )
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-
-   if use doc ; then
-   einfo "Build API documentation:"
-   ${EPYTHON} ford API-doc-FORD-file

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

2022-10-28 Thread Arthur Zamarin
commit: 00191f0eb11e6c7454aaf3df8849ee920a58a0d9
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Oct 29 02:25:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 02:25:25 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00191f0e

profiles: unmask pytest-benchmark revdeps

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 profiles/package.mask | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 66905e69c..b896ce731 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -36,28 +36,13 @@ sys-cluster/neutron
 sys-cluster/nova
 sys-cluster/swift
 # and deep dependencies
-app-crypt/PBinCLI
-app-misc/vocabsieve
 dev-python/aodhclient
-dev-python/base58
-dev-python/bidict
-dev-python/bitbox02
 dev-python/gnocchi
-dev-python/graphene
-dev-python/graphql-core
-dev-python/graphql-relay
-dev-python/hwi
 dev-python/keystonemiddleware
 dev-python/neutron-lib
 dev-python/os-vif
 dev-python/oslo-versionedobjects
-dev-python/pg8000
-dev-python/promise
 dev-python/pypowervm
-dev-python/python-socketio
-dev-python/SQLAlchemy-Utils
-net-misc/maestral
-net-misc/maestral-qt
 sys-auth/keystone
 sys-cluster/openstack-meta
 sys-cluster/placement



[gentoo-commits] repo/proj/guru:master commit in: app-doc/ford/

2022-10-28 Thread Arthur Zamarin
commit: 6ef1c41d2a387669cb88076a11ce9f6ad05516da
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Oct 28 21:09:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 21:09:15 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ef1c41d

app-doc/ford: drop old 6.1.10, 6.1.11, 6.11.12

Signed-off-by: Sergey Torokhov  yandex.ru>

 app-doc/ford/Manifest   |  3 ---
 app-doc/ford/ford-6.1.10.ebuild | 48 -
 app-doc/ford/ford-6.1.11.ebuild | 48 -
 app-doc/ford/ford-6.1.12.ebuild | 48 -
 4 files changed, 147 deletions(-)

diff --git a/app-doc/ford/Manifest b/app-doc/ford/Manifest
index 5aae01fc9..70592faa8 100644
--- a/app-doc/ford/Manifest
+++ b/app-doc/ford/Manifest
@@ -1,5 +1,2 @@
-DIST FORD-6.1.10.tar.gz 5847455 BLAKE2B 
b575be88434b129289c5098fc3da0216190fa2a953a4ed2bfcc1275a22cc37d8c096dad6fb45ff2606a87ffa179ce31b172ff0a641cf40444f151b30c2cb3bc0
 SHA512 
2116bb28a3d678216d3b61d53955ef6f199e50d2286491d0d9e867a2f8d53a8c7b5a1cace1671390380a21bdaa86814a3d9625d3919bdce03a22b25b02e06757
-DIST FORD-6.1.11.tar.gz 5848224 BLAKE2B 
f8092b678ab1621f3d295e77b8a308d2f4787baa77b989a0dc07a9b23c0723945a97bca81bda879d7929b8910eb49b635bd052304b3b6d1ba25f8dbb552b676e
 SHA512 
325e8c05b5df6435c164adf24871d9743d2927d862010b005ba87dafd0e44cf1f52dae50d1b2bec5a5f39f935859286e0c9ba5156b24843bc58dc1335c5e1913
-DIST FORD-6.1.12.tar.gz 5849020 BLAKE2B 
e72937b1930cd774abc444c5a87371525b494caf7dc60f26b6bbae562abb1406fba725c82b4de3b7353251a17bd8c2b4e725e008699a492cce5b7b3e05ca98a4
 SHA512 
8aed12eb0471db4c92b955509ede9d44d9cf1e8c906fbe32089f473b148d9b368256c23b56b8ce7dcef19dddecb555d649404a847e0318f0749b234347c55cce
 DIST FORD-6.1.13.tar.gz 5849087 BLAKE2B 
2db0ce7b7b3c7f7ef0897452b52ae6a30b6498fe3e589311ed37f8ea0727d284b684253bd590474f5f864df06242c18697dacfb2cbb9aafe51410095375a765c
 SHA512 
b6fed9b7fef60d73062823e2c89c7fd2428205ab85341371e981e8239c802f38cdd69a912ffa27279511de47a8f697b3445ee32ac310dedc0a7ea672a79d94b3
 DIST FORD-6.1.15.tar.gz 5851408 BLAKE2B 
28f503a9fc0a3337a146e066c3e05e2df10bc393d28eaef9d429866054671f4cb8b20392aa74e1e1c3f57781b88e589cf1f37fa96fed70ab78b2659622642e76
 SHA512 
6fb4cf2af37d74ec97aac152ff77e4df04ea3144bc18f5e4bd08b066ab701250db7347d352f0214e4ce026129536d65f9f7c780bb85c35a40ada6637640e3f9b

diff --git a/app-doc/ford/ford-6.1.10.ebuild b/app-doc/ford/ford-6.1.10.ebuild
deleted file mode 100644
index 66ccc5ab8..0
--- a/app-doc/ford/ford-6.1.10.ebuild
+++ /dev/null
@@ -1,48 +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 toolchain-funcs
-
-MY_PN="FORD"
-DESCRIPTION="FORD, automatic documentation generator for modern Fortran 
programs"
-HOMEPAGE="https://github.com/Fortran-FOSS-Programmers/ford";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/graphviz[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/markdown-include[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/python-markdown-math[${PYTHON_USEDEP}]
-   dev-python/tqdm[${PYTHON_USEDEP}]
-   dev-python/toposort[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( CHANGELOG.md README.md README.rst )
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   default
-   sed -i -e 's/"cpp /"'"$(tc-getCPP)"' /' ford/__init__.py || die # bug: 
839300
-}
-
-python_test(){
-   # The 'test/test_projects' tests use subprocess, i.e. require FORD to 
be installed.
-   distutils_install_for_testing
-   distutils-r1_python_test
-}

diff --git a/app-doc/ford/ford-6.1.11.ebuild b/app-doc/ford/ford-6.1.11.ebuild
deleted file mode 100644
index 66ccc5ab8..0
--- a/app-doc/ford/ford-6.1.11.ebuild
+++ /dev/null
@@ -1,48 +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 toolchain-funcs
-
-MY_PN="FORD"
-DESCRIPTION="FORD, automatic documentation generator for modern Fortran 
programs"
-HOMEPAGE="https://github.com/Fortran-FOSS-Programmers/ford";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/graphviz[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/ma

[gentoo-commits] repo/proj/guru:master commit in: games-board/fairy-stockfish/

2022-10-28 Thread Arthur Zamarin
commit: 21befb198b04c1c9ca68073919710a3122d81fab
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Oct 28 22:09:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 22:09:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21befb19

games-board/fairy-stockfish: drop old 14 version

Signed-off-by: Sergey Torokhov  yandex.ru>

 games-board/fairy-stockfish/Manifest   |  1 -
 .../fairy-stockfish/fairy-stockfish-14.ebuild  | 99 --
 2 files changed, 100 deletions(-)

diff --git a/games-board/fairy-stockfish/Manifest 
b/games-board/fairy-stockfish/Manifest
index 9f011abcb..678f64cf1 100644
--- a/games-board/fairy-stockfish/Manifest
+++ b/games-board/fairy-stockfish/Manifest
@@ -1,4 +1,3 @@
-DIST fairy-stockfish-14.tar.gz 326041 BLAKE2B 
16c8f07e60a2df19d0c87c5acb2a5d0e9fe3ffcba5791ac36a7a35eebaaa01296f86a9cfbecc2916744c73c3d3f6f4ae03f2ea74759bfa96cb92c32f30b4
 SHA512 
7b684009447ddc0083cf356b1859215c11817a81892d887c1e47d34b26da5338a2f12846fac804995a2d21903ccc74132870a71bec46644ac0a8bba453ba7666
 DIST fairy-stockfish-14.0.1.tar.gz 330996 BLAKE2B 
18bfe84edae242800f1e75d76d674012680972e44ba341ac429f90e39d075883fc66a808c2b85ed3c3a5aaabec2a290d0c0b2f47076b6cadc92519673ebcbfe9
 SHA512 
267837285c735ad7579233b6b6635c227b28727be1c63edb471b54b74f69330003aa3c6abf0667a0697868e8fd059c0ba23b3956ead269708abf61764bd33f3d
 DIST janggi-85de3dae670a.nnue 11261915 BLAKE2B 
97436ab482e4754cc7f13fea66dcacb2a6cf57876467b0756bc6360ed9bac281e4ec19b31abb0743973f4a5e01ac3b2f669bb973e667657b171582adfc79da24
 SHA512 
7aee208cb68952ef2fc1365de7c2dc5e2778af59f98a8adbf4d63225e6838133976b9d6c2cdf8ac5342f79259cf47ffc1a2e3e5a83747d77b804399da09e2604
 DIST xiangqi-83f16c17fe26.nnue 11261915 BLAKE2B 
3c77b4827331fdfa23bbc5d09d232e2d1c039dbd1fdbf4c22a1a78fa250f48f65d25fd01f222a7bd74e0da8b5b90be9a114f13fa6edcbee30b08420ce81530b9
 SHA512 
2111284ea97d5b08af0f444dd5d8a9277edc6f8b5feb3da36165de22f67cdba8c39172294cc5a5c308ac17bae50cf4c7ce1ed2a345a33ec29a39ee1ed37120fe

diff --git a/games-board/fairy-stockfish/fairy-stockfish-14.ebuild 
b/games-board/fairy-stockfish/fairy-stockfish-14.ebuild
deleted file mode 100644
index 49ad646e9..0
--- a/games-board/fairy-stockfish/fairy-stockfish-14.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Chess variant engine derived from Stockfish to support fairy 
chess variants"
-HOMEPAGE="https://github.com/ianfab/Fairy-Stockfish";
-
-MY_PV=$(ver_rs 1 _)
-
-SRC_URI="https://github.com/ianfab/Fairy-Stockfish/archive/fairy_sf_${MY_PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cpu_flags_arm_v7 cpu_flags_x86_avx2 cpu_flags_x86_popcnt 
cpu_flags_x86_sse debug
-   general-32 general-64 largeboards test"
-
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   || ( app-arch/unzip app-arch/zip )
-   test? ( dev-tcltk/expect )
-"
-RDEPEND=""
-
-S="${WORKDIR}/Fairy-Stockfish-fairy_sf_${PV}/src"
-
-src_prepare() {
-   default
-
-   local item
-   # Rename Stockfish to Fairy-Stockfish
-   sed -i -e 's:EXE = stockfish:EXE = fairy-stockfish:' Makefile || die
-   for item in ../tests/*.sh ; do
-   sed -i -e 's:./stockfish:./fairy-stockfish:' $item || 
die
-   done
-   # protocol.sh test 'ucci.exp' fails for timeout 5 but pass with 15
-   sed -i -e 's:timeout 5:timeout 15:' ../tests/protocol.sh || die
-   # instrumented.sh syzygy test data tarball get differ size every time, 
drop it
-   sed -i -e '112,141d' ../tests/instrumented.sh || die
-
-   # prevent pre-stripping
-   sed -e 's:-strip $(BINDIR)/$(EXE)::' -i Makefile \
-   || die 'failed to disable stripping in the Makefile'
-}
-
-src_compile() {
-   local my_arch
-
-   # generic unoptimized first
-   use general-32 && my_arch=general-32
-   use general-64 && my_arch=general-64
-
-   # x86
-   use x86 && my_arch=x86-32-old
-   use cpu_flags_x86_sse && my_arch=x86-32
-
-   # amd64
-   use amd64 && my_arch=x86-64
-   use cpu_flags_x86_popcnt && my_arch=x86-64-modern
-
-   # both bmi2 and avx2 are part of hni (haswell new instructions)
-   use cpu_flags_x86_avx2 && my_arch=x86-64-bmi2
-
-   # other architectures
-   use cpu_flags_arm_v7 && my_arch=armv7
-   use ppc && my_arch=ppc
-   use ppc64 && my_arch=ppc64
-
-   # Skip the "build" target and use "all" instead to avoid the config
-   # sanity check (which would throw a fit about our compiler). There's
-   # a nice hack in the Makefile that overrides the value of CXX with
-   # COMPILER to support Travis CI and we abuse it to make sure that we
-   # build with our compiler of choice.
-   # Build all variants (add Amazons game) and disable default optimiz

[gentoo-commits] repo/proj/guru:master commit in: app-doc/ford/

2022-10-28 Thread Arthur Zamarin
commit: 26d43da7909d2a0396acbe5502815f0448793186
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Oct 28 21:29:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 21:29:36 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26d43da7

app-doc/ford: 6.1.16 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 app-doc/ford/Manifest   |  1 +
 app-doc/ford/ford-6.1.16.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/app-doc/ford/Manifest b/app-doc/ford/Manifest
index 70592faa8..6659adf35 100644
--- a/app-doc/ford/Manifest
+++ b/app-doc/ford/Manifest
@@ -1,2 +1,3 @@
 DIST FORD-6.1.13.tar.gz 5849087 BLAKE2B 
2db0ce7b7b3c7f7ef0897452b52ae6a30b6498fe3e589311ed37f8ea0727d284b684253bd590474f5f864df06242c18697dacfb2cbb9aafe51410095375a765c
 SHA512 
b6fed9b7fef60d73062823e2c89c7fd2428205ab85341371e981e8239c802f38cdd69a912ffa27279511de47a8f697b3445ee32ac310dedc0a7ea672a79d94b3
 DIST FORD-6.1.15.tar.gz 5851408 BLAKE2B 
28f503a9fc0a3337a146e066c3e05e2df10bc393d28eaef9d429866054671f4cb8b20392aa74e1e1c3f57781b88e589cf1f37fa96fed70ab78b2659622642e76
 SHA512 
6fb4cf2af37d74ec97aac152ff77e4df04ea3144bc18f5e4bd08b066ab701250db7347d352f0214e4ce026129536d65f9f7c780bb85c35a40ada6637640e3f9b
+DIST FORD-6.1.16.tar.gz 5852610 BLAKE2B 
75984ac003580a60880a5d45dca36d33976ebd73dde828dd8e6606821c880237753dfae72afe86cc9e07d86f41317f72e9c6a08f92495927b015fe241c2a8365
 SHA512 
6277848cf05bec95e37f365994122c23ab708eb79fc862c0279a2a2091d5f2629d8450d2e13104502b12a1da932bf874a489c95c28f13afa7af47689d48b

diff --git a/app-doc/ford/ford-6.1.16.ebuild b/app-doc/ford/ford-6.1.16.ebuild
new file mode 100644
index 0..2bb4f28ea
--- /dev/null
+++ b/app-doc/ford/ford-6.1.16.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 toolchain-funcs
+
+MY_PN="FORD"
+DESCRIPTION="FORD, automatic documentation generator for modern Fortran 
programs"
+HOMEPAGE="https://github.com/Fortran-FOSS-Programmers/ford";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+RDEPEND="
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   >=dev-python/graphviz-0.20[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.4[${PYTHON_USEDEP}]
+   >=dev-python/markdown-include-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
+   dev-python/python-markdown-math[${PYTHON_USEDEP}]
+   >=dev-python/tqdm-4.64.0[${PYTHON_USEDEP}]
+   >=dev-python/toposort-1.7[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( CHANGELOG.md README.md README.rst )
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   default
+   sed -i -e 's/"cpp /"'"$(tc-getCPP)"' /' ford/__init__.py || die # bug: 
839300
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/markdown-include/

2022-10-28 Thread Arthur Zamarin
commit: afd9b79df5292735a6baaa0f473ffc5469edce3e
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Oct 28 21:40:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 21:40:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afd9b79d

dev-python/markdown-include: drop old 0.6.0

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/markdown-include/Manifest   |  1 -
 .../markdown-include/markdown-include-0.6.0.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-python/markdown-include/Manifest 
b/dev-python/markdown-include/Manifest
index 1c8b04dfa..bc9ab5bb0 100644
--- a/dev-python/markdown-include/Manifest
+++ b/dev-python/markdown-include/Manifest
@@ -1,2 +1 @@
-DIST markdown-include-0.6.0.tar.gz 4661 BLAKE2B 
449e05b40ab3a8725f68a8c02dc32349de2435520790b955b708c39ac53782c91dd6b592a712fafe9442f6ba1fda0794436500a5a4148d16caaf38dd6af8b69f
 SHA512 
cbd83ff6ae64416410a7b6879c6f3fa4edd1b1d6e898508251651f0366bf7a121d2e0447f638069b84f872713dc9618128a4fa524d2eaddcfa8bfc2ed3be76de
 DIST markdown-include-0.7.0.gh.tar.gz 16696 BLAKE2B 
0816c25afe73f0046d9cf56ad6a985bf76ebd7b4f78f64db631697ffcd07f9e0550b2dd74411945e38c27965153be186a89d82c55aa7bf4570be47c1cfca2917
 SHA512 
2d4350ad87cc7e5dab116f4df7648d3a7ffc0c18e38b61ddfca9a6cf76a64bd1d41dcbf7525fd41c81cbc64abe1f776cd3ad9847e25fe790f16c4a024265390d

diff --git a/dev-python/markdown-include/markdown-include-0.6.0.ebuild 
b/dev-python/markdown-include/markdown-include-0.6.0.ebuild
deleted file mode 100644
index 87f3bbcee..0
--- a/dev-python/markdown-include/markdown-include-0.6.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=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown 
docs"
-HOMEPAGE="https://github.com/cmacmackin/markdown-include";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"



[gentoo-commits] repo/proj/guru:master commit in: net-libs/orcania/

2022-10-28 Thread Arthur Zamarin
commit: 22f7be0b19b7408584ee7e6b8885080c732089d8
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Fri Oct 28 18:18:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 18:18:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22f7be0b

net-libs/orcania: drop 2.3.0

Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 net-libs/orcania/Manifest |  1 -
 net-libs/orcania/orcania-2.3.0.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/net-libs/orcania/Manifest b/net-libs/orcania/Manifest
index 5de0af2b8..dce2acdfd 100644
--- a/net-libs/orcania/Manifest
+++ b/net-libs/orcania/Manifest
@@ -1,2 +1 @@
-DIST orcania-2.3.0.tar.gz 66940 BLAKE2B 
724f998acca244ee047420602249522eaaa3980739d04752addd0f5ec5ee10c70202cdb347e6ea7016b3fe3ac566e064ad2499bd8640ce1e4ad562b31c11e86f
 SHA512 
dfaa67b83569d22d5ceeabc2e7d7ef2a035aa9ac79576ea5bd1425eb8962bef85a54cbfc21ab768e15e2ac874d695b00a477c6ffef544ba5adab31e460e31393
 DIST orcania-2.3.1.tar.gz 67013 BLAKE2B 
6b1175501b1c66b7b714244bcee9ec6387f72211f18197d2d746c2a5029045dafab74cb28819adbce5ee226bfee01e9a6a9a18e878cca9876cd594040acffa32
 SHA512 
e1d7cd703432dc993ee441a3d671df872300adbabe99d952b297d0a6308f88dae0adf4186f997925257a4202316e426e8142dc304a194f8aabbe77a5a77a0bd5

diff --git a/net-libs/orcania/orcania-2.3.0.ebuild 
b/net-libs/orcania/orcania-2.3.0.ebuild
deleted file mode 100644
index 0347150fa..0
--- a/net-libs/orcania/orcania-2.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Library for angharad programs"
-HOMEPAGE="https://github.com/babelouest/orcania/";
-SRC_URI="https://github.com/babelouest/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-RESTRICT="test"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-DEPEND="
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_BASE64URL=OFF
-   -DBUILD_ORCANIA_DOCUMENTATION=$(usex doc)
-   )
-
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-   use doc && cmake_build doc
-}
-
-src_install() {
-   use doc && local HTML_DOCS=( doc/html/* )
-   cmake_src_install
-}



[gentoo-commits] repo/proj/guru:master commit in: net-libs/orcania/

2022-10-28 Thread Arthur Zamarin
commit: 40b5e2e21f954bb47032fcc3055edf80756096d4
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Fri Oct 28 18:18:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 18:18:03 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40b5e2e2

net-libs/orcania: add 2.3.1

Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 net-libs/orcania/Manifest |  1 +
 net-libs/orcania/orcania-2.3.1.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/net-libs/orcania/Manifest b/net-libs/orcania/Manifest
index 4c61cf231..5de0af2b8 100644
--- a/net-libs/orcania/Manifest
+++ b/net-libs/orcania/Manifest
@@ -1 +1,2 @@
 DIST orcania-2.3.0.tar.gz 66940 BLAKE2B 
724f998acca244ee047420602249522eaaa3980739d04752addd0f5ec5ee10c70202cdb347e6ea7016b3fe3ac566e064ad2499bd8640ce1e4ad562b31c11e86f
 SHA512 
dfaa67b83569d22d5ceeabc2e7d7ef2a035aa9ac79576ea5bd1425eb8962bef85a54cbfc21ab768e15e2ac874d695b00a477c6ffef544ba5adab31e460e31393
+DIST orcania-2.3.1.tar.gz 67013 BLAKE2B 
6b1175501b1c66b7b714244bcee9ec6387f72211f18197d2d746c2a5029045dafab74cb28819adbce5ee226bfee01e9a6a9a18e878cca9876cd594040acffa32
 SHA512 
e1d7cd703432dc993ee441a3d671df872300adbabe99d952b297d0a6308f88dae0adf4186f997925257a4202316e426e8142dc304a194f8aabbe77a5a77a0bd5

diff --git a/net-libs/orcania/orcania-2.3.1.ebuild 
b/net-libs/orcania/orcania-2.3.1.ebuild
new file mode 100644
index 0..0347150fa
--- /dev/null
+++ b/net-libs/orcania/orcania-2.3.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Library for angharad programs"
+HOMEPAGE="https://github.com/babelouest/orcania/";
+SRC_URI="https://github.com/babelouest/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+RESTRICT="test"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+DEPEND="
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_BASE64URL=OFF
+   -DBUILD_ORCANIA_DOCUMENTATION=$(usex doc)
+   )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+   use doc && cmake_build doc
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( doc/html/* )
+   cmake_src_install
+}



[gentoo-commits] repo/proj/guru:master commit in: net-libs/ulfius/

2022-10-28 Thread Arthur Zamarin
commit: c3587d11181e81ab9fc07103583b79bb713c7912
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Fri Oct 28 18:21:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 18:21:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3587d11

net-libs/ulfius: add 2.7.11

Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 net-libs/ulfius/Manifest |  1 +
 net-libs/ulfius/ulfius-2.7.11.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/net-libs/ulfius/Manifest b/net-libs/ulfius/Manifest
index 15482fa5c..5828be9a0 100644
--- a/net-libs/ulfius/Manifest
+++ b/net-libs/ulfius/Manifest
@@ -1 +1,2 @@
 DIST ulfius-2.7.10.tar.gz 419473 BLAKE2B 
8241f9e861bbf1e393e81c24453e670adc1923ae959ec4231a1c0b3833a7e85c655b08c771cb3497331a40df4788b6118de005f13d7c5f2df309d8f748276868
 SHA512 
7ecbaa6cf4329b12c45a9c8d50c7781327a03de2c9226db371b27b7bcba20738e99b2af26fb845fed74b61a9b6867f984dcee70d1addbf3fe40941537be572e1
+DIST ulfius-2.7.11.tar.gz 453409 BLAKE2B 
7412354d06543bbc098c4d5ebf052a17b83c4608180d11a7c973164e5ad55b41be9c11f869a0f584be94fd4c586bce73f2a0fe783d4f995dfc741b9a79bf
 SHA512 
48e1136631415cb84f580d28e3ff3849d960ca338ee2902aa08573c48ec40ee7926fef5b1b1d46ab22d5118ed26b033f3240b76823198a35c0292bf66bbacd7b

diff --git a/net-libs/ulfius/ulfius-2.7.11.ebuild 
b/net-libs/ulfius/ulfius-2.7.11.ebuild
new file mode 100644
index 0..e5d9c08a2
--- /dev/null
+++ b/net-libs/ulfius/ulfius-2.7.11.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="HTTP Framework for REST Applications in C"
+HOMEPAGE="https://github.com/babelouest/ulfius/";
+SRC_URI="https://github.com/babelouest/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl doc jansson ssl websocket"
+RESTRICT="test"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+DEPEND="
+   curl? ( net-misc/curl )
+   doc? ( app-doc/doxygen )
+   jansson? ( dev-libs/jansson:= )
+   ssl? ( net-libs/gnutls:= )
+   net-libs/libmicrohttpd:=
+   net-libs/orcania
+   sys-libs/zlib
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_ULFIUS_DOCUMENTATION=$(usex doc)
+   -DDOWNLOAD_DEPENDENCIES=OFF
+   -DWITH_CURL=$(usex curl)
+   -DWITH_GNUTLS=$(usex ssl)
+   -DWITH_JANSSON=$(usex jansson)
+   -DWITH_WEBSOCKET=$(usex websocket)
+   -DWITH_YDER=OFF
+   )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+   use doc && cmake_build doc
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( doc/html/* )
+   cmake_src_install
+}



[gentoo-commits] repo/proj/guru:master commit in: net-libs/ulfius/

2022-10-28 Thread Arthur Zamarin
commit: b29189d29e51f57a93f23f4faba88baaf3aa1d61
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Fri Oct 28 18:21:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 18:21:13 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b29189d2

net-libs/ulfius: drop 2.7.10

Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 net-libs/ulfius/Manifest |  1 -
 net-libs/ulfius/ulfius-2.7.10.ebuild | 56 
 2 files changed, 57 deletions(-)

diff --git a/net-libs/ulfius/Manifest b/net-libs/ulfius/Manifest
index 5828be9a0..1a50c179c 100644
--- a/net-libs/ulfius/Manifest
+++ b/net-libs/ulfius/Manifest
@@ -1,2 +1 @@
-DIST ulfius-2.7.10.tar.gz 419473 BLAKE2B 
8241f9e861bbf1e393e81c24453e670adc1923ae959ec4231a1c0b3833a7e85c655b08c771cb3497331a40df4788b6118de005f13d7c5f2df309d8f748276868
 SHA512 
7ecbaa6cf4329b12c45a9c8d50c7781327a03de2c9226db371b27b7bcba20738e99b2af26fb845fed74b61a9b6867f984dcee70d1addbf3fe40941537be572e1
 DIST ulfius-2.7.11.tar.gz 453409 BLAKE2B 
7412354d06543bbc098c4d5ebf052a17b83c4608180d11a7c973164e5ad55b41be9c11f869a0f584be94fd4c586bce73f2a0fe783d4f995dfc741b9a79bf
 SHA512 
48e1136631415cb84f580d28e3ff3849d960ca338ee2902aa08573c48ec40ee7926fef5b1b1d46ab22d5118ed26b033f3240b76823198a35c0292bf66bbacd7b

diff --git a/net-libs/ulfius/ulfius-2.7.10.ebuild 
b/net-libs/ulfius/ulfius-2.7.10.ebuild
deleted file mode 100644
index e5d9c08a2..0
--- a/net-libs/ulfius/ulfius-2.7.10.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="HTTP Framework for REST Applications in C"
-HOMEPAGE="https://github.com/babelouest/ulfius/";
-SRC_URI="https://github.com/babelouest/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="curl doc jansson ssl websocket"
-RESTRICT="test"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-DEPEND="
-   curl? ( net-misc/curl )
-   doc? ( app-doc/doxygen )
-   jansson? ( dev-libs/jansson:= )
-   ssl? ( net-libs/gnutls:= )
-   net-libs/libmicrohttpd:=
-   net-libs/orcania
-   sys-libs/zlib
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_ULFIUS_DOCUMENTATION=$(usex doc)
-   -DDOWNLOAD_DEPENDENCIES=OFF
-   -DWITH_CURL=$(usex curl)
-   -DWITH_GNUTLS=$(usex ssl)
-   -DWITH_JANSSON=$(usex jansson)
-   -DWITH_WEBSOCKET=$(usex websocket)
-   -DWITH_YDER=OFF
-   )
-
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-   use doc && cmake_build doc
-}
-
-src_install() {
-   use doc && local HTML_DOCS=( doc/html/* )
-   cmake_src_install
-}



[gentoo-commits] repo/proj/guru:master commit in: app-doc/ford/

2022-10-28 Thread Arthur Zamarin
commit: 8b2b964ab56633d624d85aa5d6523eb084c68e3d
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Oct 28 21:19:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 21:19:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b2b964a

app-doc/ford: 6.1.13-r1 revision bump, fix test failures

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

Signed-off-by: Sergey Torokhov  yandex.ru>

 app-doc/ford/{ford-6.1.13.ebuild => ford-6.1.13-r1.ebuild} | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-doc/ford/ford-6.1.13.ebuild 
b/app-doc/ford/ford-6.1.13-r1.ebuild
similarity index 76%
rename from app-doc/ford/ford-6.1.13.ebuild
rename to app-doc/ford/ford-6.1.13-r1.ebuild
index fdaec5331..2bb4f28ea 100644
--- a/app-doc/ford/ford-6.1.13.ebuild
+++ b/app-doc/ford/ford-6.1.13-r1.ebuild
@@ -22,14 +22,14 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 RDEPEND="
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/graphviz[${PYTHON_USEDEP}]
+   >=dev-python/graphviz-0.20[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/markdown-include[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.4[${PYTHON_USEDEP}]
+   >=dev-python/markdown-include-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
dev-python/python-markdown-math[${PYTHON_USEDEP}]
-   dev-python/tqdm[${PYTHON_USEDEP}]
-   dev-python/toposort[${PYTHON_USEDEP}]
+   >=dev-python/tqdm-4.64.0[${PYTHON_USEDEP}]
+   >=dev-python/toposort-1.7[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/proj/guru:master commit in: net-dialup/tio/

2022-10-28 Thread Arthur Zamarin
commit: 09db616931bb20b92b57c0bea673e8649e4182ba
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Fri Oct 28 18:16:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 18:16:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=09db6169

net-dialup/tio: add 2.2

Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 net-dialup/tio/Manifest   |  1 +
 net-dialup/tio/tio-2.2.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest
index 6c6148a9e..ffa961813 100644
--- a/net-dialup/tio/Manifest
+++ b/net-dialup/tio/Manifest
@@ -1 +1,2 @@
 DIST tio-2.0.tar.xz 3415300 BLAKE2B 
23dba40dc8507c6864a7e2a0e9d16ebd0b9209b3eefbd42de634a9a8f14b067ae2304d81cef867e87d17befa49958f4c7eb06d719d1b6615b143c2a4d05eee1a
 SHA512 
620a4fef915104f3ad154e2e45cce34bb461192900a7b01d456029aee550417577b5d20e4334e01edc29e3afb1a80fa4d3c94273c1f4026fe3658e7462de1fc9
+DIST tio-2.2.tar.xz 3416172 BLAKE2B 
f41d8b99f770142abd471ccc98669915a9b7dbe5b98fafa84d90b1bab0fec311b1b7eb03c12d184ea83dddf28af37c91f4193ab866497b9c87c22d241feb26a5
 SHA512 
74f6147b219fbee498e48bec1e66755dd0ebc0506ca7bf7853eed48eabdef10cb75733dc1e4c53ce5391f4dbdae7c2b788848c25c8b428296479b748f44e54fd

diff --git a/net-dialup/tio/tio-2.2.ebuild b/net-dialup/tio/tio-2.2.ebuild
new file mode 100644
index 0..aa1af5f4e
--- /dev/null
+++ b/net-dialup/tio/tio-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
+
+inherit meson bash-completion-r1
+
+DESCRIPTION="Simple TTY terminal application"
+HOMEPAGE="https://tio.github.io/";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz";
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-libs/inih
+"
+DEPEND="
+   ${RDEPEND}
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dbashcompletiondir="$(get_bashcompdir)"
+   )
+
+   meson_src_configure
+}



[gentoo-commits] repo/proj/guru:master commit in: games-emulation/rpcs3/

2022-10-28 Thread Arthur Zamarin
commit: 2916f3c39c3cdeaf04dcb988b9e7b4d9c282f568
Author: Gregory Williams  gmail  com>
AuthorDate: Fri Oct 28 16:36:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 16:36:48 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2916f3c3

games-emulation/rpcs3: Add missing dependencies

Signed-off-by: Gregory Williams  gmail.com>

 games-emulation/rpcs3/rpcs3-.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/games-emulation/rpcs3/rpcs3-.ebuild 
b/games-emulation/rpcs3/rpcs3-.ebuild
index 9d98a7d11..79dbf9f98 100644
--- a/games-emulation/rpcs3/rpcs3-.ebuild
+++ b/games-emulation/rpcs3/rpcs3-.ebuild
@@ -21,9 +21,12 @@ DEPEND="alsa? ( media-libs/alsa-lib )
faudio? ( app-emulation/faudio )
pulseaudio? ( media-sound/pulseaudio )
app-arch/p7zip
+   dev-libs/hidapi
dev-libs/libevdev
dev-libs/pugixml
+   dev-libs/xxhash
media-libs/cubeb
+   media-libs/glew
media-libs/libpng
media-libs/openal
sys-libs/zlib"



[gentoo-commits] repo/proj/guru:master commit in: net-p2p/yggdrasil-go/

2022-10-28 Thread Arthur Zamarin
commit: b567ba8c75844c8d12a624da8650c0ff0c60d590
Author: Eric Joldasov  getgoogleoff  me>
AuthorDate: Thu Oct 27 12:55:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Oct 27 12:55:19 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b567ba8c

net-p2p/yggdrasil-go: add 0.4.6, drop 0.4.5

Signed-off-by: Eric Joldasov  getgoogleoff.me>

 net-p2p/yggdrasil-go/Manifest | 4 ++--
 .../{yggdrasil-go-0.4.5.ebuild => yggdrasil-go-0.4.6.ebuild}  | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/yggdrasil-go/Manifest b/net-p2p/yggdrasil-go/Manifest
index 8c63b1ebe..55e22cabb 100644
--- a/net-p2p/yggdrasil-go/Manifest
+++ b/net-p2p/yggdrasil-go/Manifest
@@ -1,2 +1,2 @@
-DIST yggdrasil-go-0.4.5-deps.tar.bz2 36852709 BLAKE2B 
20079b24f052ee3552e4a603ee8519d4717f1e541d97c3a422a1d664b6ad903def12933048b2762e1501a79095a8d08cb135557ba01acca092bf1e6608749824
 SHA512 
0b0bcb5ea00ba81cb6789fff0ea9ac49256b4fa60a5f483181329a1cde9ff7206b27deb36c72bf743a58eedd37b41f02e3090fcb66f3d75bed1982b3d988fe73
-DIST yggdrasil-go-0.4.5.tar.gz 93718 BLAKE2B 
0633221f6e6ec1635466defffced0ddff3ec423cbc1318a32e7d4fb6cf9011500755609b8f6a207e745469028584f3c7d1623902cc5df9cd5e8f06a079b7122a
 SHA512 
c18e354800efb8c609b6ae556231cb4107f601e7c29a92c165e3b3b7ef05655df8c9c0f34a1dea54bf1c272d907aa558b26d1e15867c74a5b71872eb959434b1
+DIST yggdrasil-go-0.4.6-deps.tar.bz2 36831041 BLAKE2B 
cfa384fd56354ac916b9c7afcc0314aa5a4b8d690c54833e314e6a2f4617b51b5cd55c307a9459c286cb4c692f650361375935c6eda2a85a1af74b7fa1b8653a
 SHA512 
5e23f463e99537ffb1caaa5aad56f59340912c08117b71b8723bca499fc8cfdec97a47401f84fb2f81a175e045f280acd43234e994682298ec23c4de411425f9
+DIST yggdrasil-go-0.4.6.tar.gz 94167 BLAKE2B 
8c27bf0c3faf8c2ed1804d4f77acb55f7e1ee9b1ab1ae04f5d2d670e53e6a67ff752c5260ae107602d2a34e89054ea697783635b80e8b3b0f725dd6dbd87ae34
 SHA512 
64c335c94507c899f13a6d00a3998802db48b27e024974ad639795075fea4456f58fd5147f4b5b4162a804f9e4e7ea173a6b9802cc1410dccc8be89804dbf871

diff --git a/net-p2p/yggdrasil-go/yggdrasil-go-0.4.5.ebuild 
b/net-p2p/yggdrasil-go/yggdrasil-go-0.4.6.ebuild
similarity index 100%
rename from net-p2p/yggdrasil-go/yggdrasil-go-0.4.5.ebuild
rename to net-p2p/yggdrasil-go/yggdrasil-go-0.4.6.ebuild



[gentoo-commits] repo/proj/guru:master commit in: net-dialup/tio/

2022-10-28 Thread Arthur Zamarin
commit: 35a8636a1fdc321cfd6be2f5e324300627fe8e58
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Fri Oct 28 18:16:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 28 18:16:36 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35a8636a

net-dialup/tio: drop 2.0

Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 net-dialup/tio/Manifest   |  1 -
 net-dialup/tio/tio-2.0.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest
index ffa961813..65507f9d9 100644
--- a/net-dialup/tio/Manifest
+++ b/net-dialup/tio/Manifest
@@ -1,2 +1 @@
-DIST tio-2.0.tar.xz 3415300 BLAKE2B 
23dba40dc8507c6864a7e2a0e9d16ebd0b9209b3eefbd42de634a9a8f14b067ae2304d81cef867e87d17befa49958f4c7eb06d719d1b6615b143c2a4d05eee1a
 SHA512 
620a4fef915104f3ad154e2e45cce34bb461192900a7b01d456029aee550417577b5d20e4334e01edc29e3afb1a80fa4d3c94273c1f4026fe3658e7462de1fc9
 DIST tio-2.2.tar.xz 3416172 BLAKE2B 
f41d8b99f770142abd471ccc98669915a9b7dbe5b98fafa84d90b1bab0fec311b1b7eb03c12d184ea83dddf28af37c91f4193ab866497b9c87c22d241feb26a5
 SHA512 
74f6147b219fbee498e48bec1e66755dd0ebc0506ca7bf7853eed48eabdef10cb75733dc1e4c53ce5391f4dbdae7c2b788848c25c8b428296479b748f44e54fd

diff --git a/net-dialup/tio/tio-2.0.ebuild b/net-dialup/tio/tio-2.0.ebuild
deleted file mode 100644
index aa1af5f4e..0
--- a/net-dialup/tio/tio-2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson bash-completion-r1
-
-DESCRIPTION="Simple TTY terminal application"
-HOMEPAGE="https://tio.github.io/";
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz";
-
-SLOT="0"
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   dev-libs/inih
-"
-DEPEND="
-   ${RDEPEND}
-"
-
-src_configure() {
-   local emesonargs=(
-   -Dbashcompletiondir="$(get_bashcompdir)"
-   )
-
-   meson_src_configure
-}



[gentoo-commits] repo/proj/guru:master commit in: x11-wm/berry/

2022-10-28 Thread Arthur Zamarin
commit: ce3c9d783f02e26413066f2847240465df915da1
Author: Ross Millen  protonmail  com>
AuthorDate: Thu Oct 27 20:41:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Oct 27 20:41:19 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce3c9d78

x11-wm/berry: update Manifest

Signed-off-by: Ross Millen  protonmail.com>

 x11-wm/berry/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/berry/Manifest b/x11-wm/berry/Manifest
index 69915e356..50579c027 100644
--- a/x11-wm/berry/Manifest
+++ b/x11-wm/berry/Manifest
@@ -1 +1,2 @@
+DIST berry-0.1.11.tar.gz 29068 BLAKE2B 
2df9f0003eaea6e3a94e4a4fee3161d8e6abbe6959b7774a370b08a20e6f341dd48045479b42c15cacf1faf06c0145b9d21158cd2aa1caf67e326a7b6fdb282e
 SHA512 
6486c072f189017147d6996a44e0e3f58288fe12e42e794b625825135b4382177e884c86560b6f942d219cfa1106d86f44ab7cdab16f51a75971825e8b139129
 DIST berry-0.1.12.tar.gz 29340 BLAKE2B 
597518ee632ddc57bd84507cec58d6671ac67691e7a0ceca0f77214e9afe86269d57dc6dbafba7c7283952a225a09edf3ac3795c170a2004da65ba98f8ffbbee
 SHA512 
a186c125f9f1a7b359dedeadb4b627ffb7f9b641db35ef6cdbaf550095de12a9fc419539a00068eee32e46b9c8f5f65077aa4a74eb79c4b1d905d3822423c379



[gentoo-commits] repo/proj/guru:master commit in: x11-wm/berry/

2022-10-28 Thread Arthur Zamarin
commit: c16a4d352d18a053156085e1ad570b9783520339
Author: Ross Millen  protonmail  com>
AuthorDate: Mon Oct 24 10:05:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Oct 27 20:37:59 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c16a4d35

x11-wm/berry: new package, add 0.1.12

Signed-off-by: Ross Millen  protonmail.com>

 x11-wm/berry/Manifest|  2 +-
 x11-wm/berry/berry-0.1.12.ebuild | 43 
 2 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/x11-wm/berry/Manifest b/x11-wm/berry/Manifest
index d7c2e2650..69915e356 100644
--- a/x11-wm/berry/Manifest
+++ b/x11-wm/berry/Manifest
@@ -1 +1 @@
-DIST berry-0.1.11.tar.gz 29068 BLAKE2B 
2df9f0003eaea6e3a94e4a4fee3161d8e6abbe6959b7774a370b08a20e6f341dd48045479b42c15cacf1faf06c0145b9d21158cd2aa1caf67e326a7b6fdb282e
 SHA512 
6486c072f189017147d6996a44e0e3f58288fe12e42e794b625825135b4382177e884c86560b6f942d219cfa1106d86f44ab7cdab16f51a75971825e8b139129
+DIST berry-0.1.12.tar.gz 29340 BLAKE2B 
597518ee632ddc57bd84507cec58d6671ac67691e7a0ceca0f77214e9afe86269d57dc6dbafba7c7283952a225a09edf3ac3795c170a2004da65ba98f8ffbbee
 SHA512 
a186c125f9f1a7b359dedeadb4b627ffb7f9b641db35ef6cdbaf550095de12a9fc419539a00068eee32e46b9c8f5f65077aa4a74eb79c4b1d905d3822423c379

diff --git a/x11-wm/berry/berry-0.1.12.ebuild b/x11-wm/berry/berry-0.1.12.ebuild
new file mode 100644
index 0..d17302340
--- /dev/null
+++ b/x11-wm/berry/berry-0.1.12.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit toolchain-funcs
+
+DESCRIPTION="A byte-sized window manager written in C"
+HOMEPAGE="https://berrywm.org";
+SRC_URI="https://github.com/JLErvin/berry/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+IUSE="examples"
+
+DEPEND="
+   x11-libs/libxcb
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/libXinerama
+   x11-libs/libX11
+   x11-libs/libXft
+"
+RDEPEND="${DEPEND}
+   x11-misc/sxhkd
+"
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}" install
+
+   insinto /etc/xdg/sxhkd
+   doins examples/sxhkdrc
+
+   if use examples ; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}
+   fi
+
+}



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

2022-10-28 Thread Arthur Zamarin
commit: bbe984a4602f7e606ea725caf62646657f9c53fc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:50:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:50:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbe984a4

app-text/OCRmyPDF: disable py3.11

dev-python/coloredlogs doesn't support py3.11, so this package also
can't publish py3.11 support.

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

 app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild 
b/app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild
index d31074627..813f3f1f0 100644
--- a/app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild
+++ b/app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit bash-completion-r1 distutils-r1 optfeature
 



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

2022-10-28 Thread Arthur Zamarin
commit: 6b27a1272932287c889b86fdbf14ffa369557d4b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:48:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:48:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b27a127

dev-libs/xapian-bindings: Stabilize 1.4.21 ppc64, #878555

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

 dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild 
b/dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild
index 2c547fb7dbc2..4a4b1608e9ff 100644
--- a/dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild
@@ -25,7 +25,7 @@ SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE="java lua mono perl php python ruby tcl"
 REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )
lua? ( ${LUA_REQUIRED_USE} )



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

2022-10-28 Thread Arthur Zamarin
commit: bd13f0a28244c9026af892dafaa51188768b2aa9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:48:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:48:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd13f0a2

dev-libs/xapian-bindings: Stabilize 1.4.21 ppc, #878555

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

 dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild 
b/dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild
index def3260fa7fe..8c1487a49f9a 100644
--- a/dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild
@@ -25,7 +25,7 @@ SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
 IUSE="java lua mono perl php python ruby tcl"
 REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )
lua? ( ${LUA_REQUIRED_USE} )



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

2022-10-28 Thread Arthur Zamarin
commit: a4e1d30403247a8fc8b5294f035b18d6088f9499
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:48:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:48:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e1d304

dev-libs/xapian: Stabilize 1.4.21 sparc, #878555

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

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

diff --git a/dev-libs/xapian/xapian-1.4.21.ebuild 
b/dev-libs/xapian/xapian-1.4.21.ebuild
index b78bcff52943..751a6ba6f6c0 100644
--- a/dev-libs/xapian/xapian-1.4.21.ebuild
+++ b/dev-libs/xapian/xapian-1.4.21.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0/30" # ABI version of libxapian.so
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos ~x64-solaris"
 IUSE="doc static-libs cpu_flags_x86_sse cpu_flags_x86_sse2 +inmemory +remote"
 
 DEPEND="sys-apps/util-linux[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-text/xapian-omega/

2022-10-28 Thread Arthur Zamarin
commit: fac463b078a7d58e60cee16420370a12f9a17d06
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:48:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:48:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac463b0

app-text/xapian-omega: Stabilize 1.4.21 ppc, #878555

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

 app-text/xapian-omega/xapian-omega-1.4.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/xapian-omega/xapian-omega-1.4.21.ebuild 
b/app-text/xapian-omega/xapian-omega-1.4.21.ebuild
index d5b83887fbd2..e56c0e7e5905 100644
--- a/app-text/xapian-omega/xapian-omega-1.4.21.ebuild
+++ b/app-text/xapian-omega/xapian-omega-1.4.21.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/xapian-omega-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
 IUSE=""
 
 DEPEND="~dev-libs/xapian-${PV}:0/30



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

2022-10-28 Thread Arthur Zamarin
commit: 5e237d987aa0c05f92ca9278b78a96fba697ce2a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:48:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:48:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e237d98

dev-libs/xapian: Stabilize 1.4.21 ppc, #878555

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

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

diff --git a/dev-libs/xapian/xapian-1.4.21.ebuild 
b/dev-libs/xapian/xapian-1.4.21.ebuild
index 751a6ba6f6c0..28fb18bb8c23 100644
--- a/dev-libs/xapian/xapian-1.4.21.ebuild
+++ b/dev-libs/xapian/xapian-1.4.21.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0/30" # ABI version of libxapian.so
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos ~x64-solaris"
 IUSE="doc static-libs cpu_flags_x86_sse cpu_flags_x86_sse2 +inmemory +remote"
 
 DEPEND="sys-apps/util-linux[${MULTILIB_USEDEP}]



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

2022-10-28 Thread Arthur Zamarin
commit: a96e1c2c35ce8680bf9b99d2164c85c4b71bbe6c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:48:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:48:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96e1c2c

dev-libs/xapian-bindings: Stabilize 1.4.21 sparc, #878555

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

 dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild 
b/dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild
index 4a4b1608e9ff..def3260fa7fe 100644
--- a/dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.21.ebuild
@@ -25,7 +25,7 @@ SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 sparc ~x86"
 IUSE="java lua mono perl php python ruby tcl"
 REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )
lua? ( ${LUA_REQUIRED_USE} )



[gentoo-commits] repo/gentoo:master commit in: app-text/xapian-omega/

2022-10-28 Thread Arthur Zamarin
commit: 22cab2f3796c5a838b5bcc41e8b6a49cf50a82ae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:48:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:48:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22cab2f3

app-text/xapian-omega: Stabilize 1.4.21 ppc64, #878555

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

 app-text/xapian-omega/xapian-omega-1.4.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/xapian-omega/xapian-omega-1.4.21.ebuild 
b/app-text/xapian-omega/xapian-omega-1.4.21.ebuild
index 23a122dd7cc4..73e187ab3bd8 100644
--- a/app-text/xapian-omega/xapian-omega-1.4.21.ebuild
+++ b/app-text/xapian-omega/xapian-omega-1.4.21.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/xapian-omega-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="~dev-libs/xapian-${PV}:0/30



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

2022-10-28 Thread Arthur Zamarin
commit: e62b238f8dd86b32d4e9f4a111e13faa571bfe9e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:48:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:48:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62b238f

dev-libs/xapian: Stabilize 1.4.21 ppc64, #878555

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

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

diff --git a/dev-libs/xapian/xapian-1.4.21.ebuild 
b/dev-libs/xapian/xapian-1.4.21.ebuild
index fe771fc628c3..b78bcff52943 100644
--- a/dev-libs/xapian/xapian-1.4.21.ebuild
+++ b/dev-libs/xapian/xapian-1.4.21.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0/30" # ABI version of libxapian.so
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
 IUSE="doc static-libs cpu_flags_x86_sse cpu_flags_x86_sse2 +inmemory +remote"
 
 DEPEND="sys-apps/util-linux[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-text/xapian-omega/

2022-10-28 Thread Arthur Zamarin
commit: ff6523a206365e7df63da719559569413b9efa60
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:48:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:48:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6523a2

app-text/xapian-omega: Stabilize 1.4.21 sparc, #878555

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

 app-text/xapian-omega/xapian-omega-1.4.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/xapian-omega/xapian-omega-1.4.21.ebuild 
b/app-text/xapian-omega/xapian-omega-1.4.21.ebuild
index 73e187ab3bd8..d5b83887fbd2 100644
--- a/app-text/xapian-omega/xapian-omega-1.4.21.ebuild
+++ b/app-text/xapian-omega/xapian-omega-1.4.21.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/xapian-omega-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 sparc ~x86"
 IUSE=""
 
 DEPEND="~dev-libs/xapian-${PV}:0/30



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-10-28 Thread Arthur Zamarin
commit: 8b0e0b9279d6844d0d5f6611801e05b6f7a23514
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:47:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:47:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0e0b92

net-firewall/firewalld: Stabilize 1.1.3 arm64, #878565

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

 net-firewall/firewalld/firewalld-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.3.ebuild 
b/net-firewall/firewalld/firewalld-1.1.3.ebuild
index 2c57d8e4b340..f6c1d184a4b3 100644
--- a/net-firewall/firewalld/firewalld-1.1.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-10-28 Thread Arthur Zamarin
commit: c95138d493bf13984e1a33e474841f84070b3603
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:47:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:47:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95138d4

net-firewall/firewalld: Stabilize 1.1.3 ppc64, #878565

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

 net-firewall/firewalld/firewalld-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.3.ebuild 
b/net-firewall/firewalld/firewalld-1.1.3.ebuild
index ec48585ff072..c5e06914c2f9 100644
--- a/net-firewall/firewalld/firewalld-1.1.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-10-28 Thread Arthur Zamarin
commit: 03912b0d727a9880dfab2e984f7ae09494c7a458
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:47:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:47:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03912b0d

net-firewall/firewalld: Stabilize 1.1.3 arm, #878565

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

 net-firewall/firewalld/firewalld-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.3.ebuild 
b/net-firewall/firewalld/firewalld-1.1.3.ebuild
index c5e06914c2f9..2c57d8e4b340 100644
--- a/net-firewall/firewalld/firewalld-1.1.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



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

2022-10-28 Thread Arthur Zamarin
commit: d41dfc3ee5d52946bb4af72ef1ce4c32d66e7db2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:45:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:45:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41dfc3e

dev-libs/libxml2: Stabilize 2.10.3 hppa, #878569

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

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

diff --git a/dev-libs/libxml2/libxml2-2.10.3.ebuild 
b/dev-libs/libxml2/libxml2-2.10.3.ebuild
index b30e9b92afbc..4915b77fe65c 100644
--- a/dev-libs/libxml2/libxml2-2.10.3.ebuild
+++ b/dev-libs/libxml2/libxml2-2.10.3.ebuild
@@ -23,7 +23,7 @@ if [[ ${PV} ==  ]] ; then
inherit autotools git-r3
 else
inherit gnome.org libtool
-   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"
 fi
 
 SRC_URI+="



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

2022-10-28 Thread Arthur Zamarin
commit: 8205dc75f259dfda8b8bc476df82f47bb767a992
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:45:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:45:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8205dc75

sys-process/lsof: Stabilize 4.96.3 hppa, #878561

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

 sys-process/lsof/lsof-4.96.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/lsof/lsof-4.96.3.ebuild 
b/sys-process/lsof/lsof-4.96.3.ebuild
index 8fbad29f51f9..141f3cdf9e28 100644
--- a/sys-process/lsof/lsof-4.96.3.ebuild
+++ b/sys-process/lsof/lsof-4.96.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/lsof-org/lsof/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="lsof"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="examples ipv6 rpc selinux"
 
 RDEPEND="rpc? ( net-libs/libtirpc )



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

2022-10-28 Thread Arthur Zamarin
commit: 1395c3df3cba114e4db9cd1f59b568f741b3404d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:45:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:45:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1395c3df

media-video/pipewire: Stabilize 0.3.59-r2 arm, #876334

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

 media-video/pipewire/pipewire-0.3.59-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/pipewire/pipewire-0.3.59-r2.ebuild 
b/media-video/pipewire/pipewire-0.3.59-r2.ebuild
index 7f58c6e116d3..135f4138bfa4 100644
--- a/media-video/pipewire/pipewire-0.3.59-r2.ebuild
+++ b/media-video/pipewire/pipewire-0.3.59-r2.ebuild
@@ -29,7 +29,7 @@ else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.bz2";
fi
 
-   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 DESCRIPTION="Multimedia processing graphs"



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

2022-10-28 Thread Arthur Zamarin
commit: 1089fb672b11e8503d9db5dd7da1a85fa8e93b79
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:45:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:45:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1089fb67

media-video/wireplumber: Stabilize 0.4.12-r1 arm, #876334

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

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

diff --git a/media-video/wireplumber/wireplumber-0.4.12-r1.ebuild 
b/media-video/wireplumber/wireplumber-0.4.12-r1.ebuild
index 91e5a4cc441d..1e8a16f7e5b9 100644
--- a/media-video/wireplumber/wireplumber-0.4.12-r1.ebuild
+++ b/media-video/wireplumber/wireplumber-0.4.12-r1.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/pipewire/${PN}/-/archive/${PV}/${P}.tar.bz2";
-   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 DESCRIPTION="Replacement for pipewire-media-session"



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

2022-10-28 Thread Arthur Zamarin
commit: 5805857cbeac369c108156f3be38257c0805a25f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:45:41 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:45:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5805857c

app-shells/bash: Stabilize 5.1_p16-r2 hppa, #878573

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

 app-shells/bash/bash-5.1_p16-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-5.1_p16-r2.ebuild 
b/app-shells/bash/bash-5.1_p16-r2.ebuild
index bff10a6f78c7..54d56596e605 100644
--- a/app-shells/bash/bash-5.1_p16-r2.ebuild
+++ b/app-shells/bash/bash-5.1_p16-r2.ebuild
@@ -73,7 +73,7 @@ fi
 LICENSE="GPL-3"
 SLOT="0"
 [[ "${PV}" == *_rc* ]] || \
-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"
 IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND="



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

2022-10-28 Thread Arthur Zamarin
commit: 75109a4e2cb964bd07a0e2b52eb336e03d965a15
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:45:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:45:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75109a4e

sys-devel/gettext: Stabilize 0.21-r4 ppc64, #878581

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

 sys-devel/gettext/gettext-0.21-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gettext/gettext-0.21-r4.ebuild 
b/sys-devel/gettext/gettext-0.21-r4.ebuild
index c4d5a8a6b823..55ab7881a99f 100644
--- a/sys-devel/gettext/gettext-0.21-r4.ebuild
+++ b/sys-devel/gettext/gettext-0.21-r4.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} == *_rc* ]] ; then
 else
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 fi
 # Only libasprintf is under the LGPL (and libintl is in a sep package),
 # so put that license behind USE=cxx.



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

2022-10-28 Thread Arthur Zamarin
commit: dcbb4ced959433a00e4c1c628c6abb450232a619
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:45:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:45:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcbb4ced

net-misc/openssh: Stabilize 9.0_p1-r6 hppa, #878571

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

 net-misc/openssh/openssh-9.0_p1-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-9.0_p1-r6.ebuild 
b/net-misc/openssh/openssh-9.0_p1-r6.ebuild
index 7251de181f3e..eb042a3fb063 100644
--- a/net-misc/openssh/openssh-9.0_p1-r6.ebuild
+++ b/net-misc/openssh/openssh-9.0_p1-r6.ebuild
@@ -38,7 +38,7 @@ S="${WORKDIR}/${PARCH}"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # Probably want to drop ssl defaulting to on in a future version.
 IUSE="abi_mips_n32 audit debug hpn kerberos ldns libedit livecd pam +pie sctp 
security-key selinux +ssl static test X X509 xmss"
 



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

2022-10-28 Thread Arthur Zamarin
commit: c6d7305f18568fd77d5bf56b27227e7379a66f18
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:45:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:45:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d7305f

media-video/wireplumber: Stabilize 0.4.12-r1 ppc64, #876334

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

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

diff --git a/media-video/wireplumber/wireplumber-0.4.12-r1.ebuild 
b/media-video/wireplumber/wireplumber-0.4.12-r1.ebuild
index 1e8a16f7e5b9..57672d242423 100644
--- a/media-video/wireplumber/wireplumber-0.4.12-r1.ebuild
+++ b/media-video/wireplumber/wireplumber-0.4.12-r1.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/pipewire/${PN}/-/archive/${PV}/${P}.tar.bz2";
-   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
 fi
 
 DESCRIPTION="Replacement for pipewire-media-session"



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

2022-10-28 Thread Arthur Zamarin
commit: 6459bc8ade50413dab0751014bcb213417cdae22
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:45:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:45:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6459bc8a

sys-devel/gettext: Stabilize 0.21-r4 sparc, #878581

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

 sys-devel/gettext/gettext-0.21-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gettext/gettext-0.21-r4.ebuild 
b/sys-devel/gettext/gettext-0.21-r4.ebuild
index 5d08bb74c889..c4d5a8a6b823 100644
--- a/sys-devel/gettext/gettext-0.21-r4.ebuild
+++ b/sys-devel/gettext/gettext-0.21-r4.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} == *_rc* ]] ; then
 else
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 fi
 # Only libasprintf is under the LGPL (and libintl is in a sep package),
 # so put that license behind USE=cxx.



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

2022-10-28 Thread Arthur Zamarin
commit: e04be5506d4a67c5acfbf6292eb3eaca214019d4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:45:37 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:45:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04be550

media-video/pipewire: Stabilize 0.3.59-r2 ppc64, #876334

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

 media-video/pipewire/pipewire-0.3.59-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/pipewire/pipewire-0.3.59-r2.ebuild 
b/media-video/pipewire/pipewire-0.3.59-r2.ebuild
index 135f4138bfa4..ac2db0223eca 100644
--- a/media-video/pipewire/pipewire-0.3.59-r2.ebuild
+++ b/media-video/pipewire/pipewire-0.3.59-r2.ebuild
@@ -29,7 +29,7 @@ else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.bz2";
fi
 
-   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
 fi
 
 DESCRIPTION="Multimedia processing graphs"



[gentoo-commits] proj/pkgcore/pkgcheck:master commit in: src/pkgcheck/checks/

2022-10-28 Thread Arthur Zamarin
commit: d2ff093fae54ee3507a97c6d91c86fd093e46c29
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:20:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:20:50 2022 +
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=d2ff093f

BetterCompressionCheck: fix false positive when fixed

When the issue is fixed, we get a url which looks like "${URL}.tar.bz2",
but this URL was matching for the ".tar" extension in previous regex
variant. Fix this by forcing the after ".tar" a ".bz2" doesn't appear.

Resolves: https://github.com/pkgcore/pkgcheck/issues/487
Signed-off-by: Arthur Zamarin  gentoo.org>

 src/pkgcheck/checks/codingstyle.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pkgcheck/checks/codingstyle.py 
b/src/pkgcheck/checks/codingstyle.py
index 0933c492..b6ef8c34 100644
--- a/src/pkgcheck/checks/codingstyle.py
+++ b/src/pkgcheck/checks/codingstyle.py
@@ -416,7 +416,7 @@ class BetterCompressionCheck(Check):
 known_results = frozenset([BetterCompressionUri])
 
 REGEXPS = (
-
(r'.*\b(?P(?Phttps?://[^/]*?gitlab[^/]*?/.*/-/archive/.*?/\S*)\.(?:tar\.gz|tar|zip))',
+
(r'.*\b(?Phttps?://[^/]*?gitlab[^/]*?/.*/-/archive/.*?/\S*\.(?:tar\.gz|tar(?!.bz2)|zip))',
  '.tar.bz2'),
 )
 



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

2022-10-28 Thread Michał Górny
commit: 7aaa78a98524159ca7e4a68bf113c27140fb45b8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 29 04:59:22 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 29 04:59:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aaa78a9

package.mask: Last rite dev-libs/cloog

Bug: https://bugs.gentoo.org/842873
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index c5f46e98ac62..7bd365085361 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2022-10-29)
+# Unmaintained in Gentoo.  Last release in 2018, very little upstream
+# activity since.  No revdeps left.
+# Removal on 2022-11-28.  Bug #842873.
+dev-libs/cloog
+
 # Sam James  (2022-10-28)
 # Please upgrade to >=media-libs/fontconfig-2.14.1-r1 for fixed
 # cache dir to avoid sandbox violation errors, bug #878471.



[gentoo-commits] proj/sci:master commit in: dev-python/wraps/

2022-10-28 Thread Horea Christian
commit: 17e560f192a3e7d4821cae2397164df096807adf
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Oct 29 04:28:13 2022 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Oct 29 04:28:13 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=17e560f1

dev-python/wraps: removed commented patches

Signed-off-by: Horea Christian  chymera.eu>

 dev-python/wraps/wraps-0.1.0-r1.ebuild | 1 -
 dev-python/wraps/wraps-0.2.0.ebuild| 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-python/wraps/wraps-0.1.0-r1.ebuild 
b/dev-python/wraps/wraps-0.1.0-r1.ebuild
index 9ac34a45e..8474019e7 100644
--- a/dev-python/wraps/wraps-0.1.0-r1.ebuild
+++ b/dev-python/wraps/wraps-0.1.0-r1.ebuild
@@ -24,7 +24,6 @@ RDEPEND="
"
 
 PATCHES=(
-#  "${FILESDIR}/${P}-includes.patch"
"${FILESDIR}/${P}-poetry_groups.patch"
 )
 

diff --git a/dev-python/wraps/wraps-0.2.0.ebuild 
b/dev-python/wraps/wraps-0.2.0.ebuild
index d72f7e5aa..f3b37bb5c 100644
--- a/dev-python/wraps/wraps-0.2.0.ebuild
+++ b/dev-python/wraps/wraps-0.2.0.ebuild
@@ -24,7 +24,6 @@ RDEPEND="
"
 
 PATCHES=(
-#  "${FILESDIR}/${P}-includes.patch"
"${FILESDIR}/${PN}-0.1.0-poetry_groups.patch"
 )
 



[gentoo-commits] proj/sci:master commit in: dev-python/wraps/, dev-python/wraps/files/

2022-10-28 Thread Horea Christian
commit: 3223bdbfaef6fb8e4720c1cee3e3048517c08826
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Oct 29 00:27:47 2022 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Oct 29 00:27:47 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=3223bdbf

dev-python/wraps: Source updated by upstream

Signed-off-by: Horea Christian  chymera.eu>

 dev-python/wraps/files/wraps-0.1.0-poetry_groups.patch   | 16 +---
 .../wraps/{wraps-0.1.0.ebuild => wraps-0.1.0-r1.ebuild}  |  4 ++--
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/dev-python/wraps/files/wraps-0.1.0-poetry_groups.patch 
b/dev-python/wraps/files/wraps-0.1.0-poetry_groups.patch
index 8a6de2917..c1b2ccd3e 100644
--- a/dev-python/wraps/files/wraps-0.1.0-poetry_groups.patch
+++ b/dev-python/wraps/files/wraps-0.1.0-poetry_groups.patch
@@ -1,14 +1,14 @@
 --- a/pyproject.toml   2022-06-28 11:08:09.624127900 -0400
 +++ b/pyproject.toml   2022-07-11 16:33:14.810411482 -0400
-@@ -37,29 +37,6 @@
+@@ -36,31 +36,6 @@
 
- typing-extensions = ">= 4.2.0"
+ typing-extensions = ">= 4.3.0"
 
 -[tool.poetry.group.format]
 -optional = true
 -
 -[tool.poetry.group.format.dependencies]
--black = "22.6.0"
+-black = "22.8.0"
 -
 -[tool.poetry.group.format.dependencies.isort]
 -version = "5.10.1"
@@ -18,17 +18,19 @@
 -optional = true
 -
 -[tool.poetry.group.check.dependencies]
--mypy = "0.961"
+-mypy = "0.971"
 -
 -[tool.poetry.group.test]
 -optional = true
 -
 -[tool.poetry.group.test.dependencies]
--pytest = "7.1.2"
+-pytest = "7.1.3"
 -pytest-cov = "3.0.0"
+-anyio = "3.6.1"
+-trio = "0.21.0"
 -
- [tool.black]
- line_length = 100
+ [tool.poetry.group.docs]
+ optional = true
 
 @@ -67,29 +44,6 @@
  line_length = 100

diff --git a/dev-python/wraps/wraps-0.1.0.ebuild 
b/dev-python/wraps/wraps-0.1.0-r1.ebuild
similarity index 83%
rename from dev-python/wraps/wraps-0.1.0.ebuild
rename to dev-python/wraps/wraps-0.1.0-r1.ebuild
index 79df009b5..9ac34a45e 100644
--- a/dev-python/wraps/wraps-0.1.0.ebuild
+++ b/dev-python/wraps/wraps-0.1.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
 
 DESCRIPTION=" Meaningful and safe wrapping types. "
 HOMEPAGE="https://github.com/nekitdev/wraps";
-SRC_URI="https://github.com/nekitdev/wraps/releases/download/v${PV}/${P}.tar.gz";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -24,7 +24,7 @@ RDEPEND="
"
 
 PATCHES=(
-   "${FILESDIR}/${P}-includes.patch"
+#  "${FILESDIR}/${P}-includes.patch"
"${FILESDIR}/${P}-poetry_groups.patch"
 )
 



[gentoo-commits] proj/sci:master commit in: dev-python/wraps/

2022-10-28 Thread Horea Christian
commit: 2846ef7c9682ad0fa8b8f80cf51578c4fe5e4074
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Oct 29 04:27:27 2022 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Oct 29 04:27:27 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2846ef7c

dev-python/wraps: add 0.2.0

Signed-off-by: Horea Christian  chymera.eu>

 dev-python/wraps/wraps-0.2.0.ebuild | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/dev-python/wraps/wraps-0.2.0.ebuild 
b/dev-python/wraps/wraps-0.2.0.ebuild
new file mode 100644
index 0..d72f7e5aa
--- /dev/null
+++ b/dev-python/wraps/wraps-0.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION=" Meaningful and safe wrapping types. "
+HOMEPAGE="https://github.com/nekitdev/wraps";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+# package does not have test suite (yet)
+
+RDEPEND="
+   >=dev-python/attrs-21.4.0[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}]
+   "
+
+PATCHES=(
+#  "${FILESDIR}/${P}-includes.patch"
+   "${FILESDIR}/${PN}-0.1.0-poetry_groups.patch"
+)
+
+distutils_enable_tests pytest



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

2022-10-28 Thread Matt Turner
commit: 98678047cdbee5f49eb1c0fe1da4995c6c0b4628
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Oct 26 23:19:57 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 02:54:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98678047

app-misc/tracker: Version bump to 3.4.1

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 app-misc/tracker/Manifest |   1 +
 app-misc/tracker/tracker-3.4.1.ebuild | 113 ++
 2 files changed, 114 insertions(+)

diff --git a/app-misc/tracker/Manifest b/app-misc/tracker/Manifest
index 66fe7a1bd096..e4bd0cc03f7f 100644
--- a/app-misc/tracker/Manifest
+++ b/app-misc/tracker/Manifest
@@ -1,2 +1,3 @@
 DIST tracker-3.3.3.tar.xz 1976160 BLAKE2B 
aa61b83ac499736b1cc6273813ef0bf44dae9c4a30d49f28d97205b31ead7e55021312297973cf37be67edc76bf66ca19edd746ae2269e59da406d23bcc018c7
 SHA512 
0f8ad998a5de6914d1e24da1b2021967339a2e637996b3e672fe4991177e69b750cdd9eb894e5e6f5f394d991b680d40afc05b95f69171ec38278e30c9729a15
 DIST tracker-3.4.0.tar.xz 1876476 BLAKE2B 
9745a496df30ebcd2f7e4a525bcd047d48ec4f68e12ef9775958e01939b538832e4d2622498a8ffd358d1a404c67365c70437e083497e8c12e1cbbb0c07713f7
 SHA512 
0a765d93cbe737a9cf902d1dc1ca00463065c1e7b3f93a7a8132919dfed97acdf80d99cf8f49b61e1a2bfc77a115f74e88731b3b0739651d2f727215c83f077f
+DIST tracker-3.4.1.tar.xz 1865584 BLAKE2B 
78a1c461e628095ca134241d7f8580806f8de018608c991644422503a3af6bab2c317859624cb811dd2907f2965af3ab2cfb1a58fa35017ed6a71b24e68f3c97
 SHA512 
102d61abd98feb6e39575c3df25cd4604e89106ed928b8edb1a3adc1bccd41f4ab92fc8bfd33d96b48c3b2cf5a3d901130ac6bf6f657faebe7339fffb95eed26

diff --git a/app-misc/tracker/tracker-3.4.1.ebuild 
b/app-misc/tracker/tracker-3.4.1.ebuild
new file mode 100644
index ..35fbb815057c
--- /dev/null
+++ b/app-misc/tracker/tracker-3.4.1.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit bash-completion-r1 flag-o-matic gnome.org gnome2-utils linux-info 
meson python-any-r1 systemd vala xdg
+
+DESCRIPTION="A tagging metadata database, search tool and indexer"
+HOMEPAGE="https://wiki.gnome.org/Projects/Tracker 
https://gitlab.gnome.org/GNOME/tracker";
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="3/0" # libtracker-sparql-3.0 soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="gtk-doc +miners stemmer test"
+RESTRICT="!test? ( test )"
+
+PV_SERIES=$(ver_cut 1-2)
+
+RDEPEND="
+   >=dev-libs/glib-2.52:2
+   >=sys-apps/dbus-1.3.2
+   >=dev-libs/gobject-introspection-1.54:=
+   >=dev-libs/icu-4.8.1.2:=
+   >=dev-libs/json-glib-1.4
+   >=net-libs/libsoup-2.99.2:3.0
+   >=dev-libs/libxml2-2.7
+   >=dev-db/sqlite-3.29.0:3
+   stemmer? ( dev-libs/snowball-stemmer:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   app-text/asciidoc
+   dev-libs/libxslt
+   $(vala_depend)
+   gtk-doc? (
+   >=dev-util/gtk-doc-1.8
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xml-dtd:4.5
+   )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   test? (
+   $(python_gen_any_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
+   $(python_gen_any_dep 'dev-python/tappy[${PYTHON_USEDEP}]')
+   )
+   ${PYTHON_DEPS}
+"
+PDEPEND="miners? ( >=app-misc/tracker-miners-${PV_SERIES} )"
+
+function inotify_enabled() {
+   if linux_config_exists; then
+   if ! linux_chkconfig_present INOTIFY_USER; then
+   ewarn "You should enable the INOTIFY support in your 
kernel."
+   ewarn "Check the 'Inotify support for userland' under 
the 'File systems'"
+   ewarn "option. It is marked as CONFIG_INOTIFY_USER in 
the config"
+   die 'missing CONFIG_INOTIFY'
+   fi
+   else
+   einfo "Could not check for INOTIFY support in your kernel."
+   fi
+}
+
+python_check_deps() {
+   python_has_version -b \
+   "dev-python/pygobject[${PYTHON_USEDEP}]" \
+   "dev-python/tappy[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   linux-info_pkg_setup
+   inotify_enabled
+
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   append-cflags -DTRACKER_DEBUG -DG_DISABLE_CAST_CHECKS
+
+   local emesonargs=(
+   $(meson_use gtk-doc docs)
+   -Dman=true
+   $(meson_feature stemmer)
+   -Dunicode_support=icu
+   -Dbash_completion_dir="$(get_bashcompdir)"
+   -Dsystemd_user_services_dir="$(systemd_get_userunitdir)"
+   $(meson_use test tests)
+   -Dintrospection=

[gentoo-commits] repo/gentoo:master commit in: app-text/evince/

2022-10-28 Thread Matt Turner
commit: d071132e38d988aef1bb72b12a58129f682aacc4
Author: Guillermo Joandet  gmail  com>
AuthorDate: Thu Oct 27 11:33:36 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 02:54:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d071132e

app-text/evince: Version bump to 43.1

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27979
Signed-off-by: Matt Turner  gentoo.org>

 app-text/evince/Manifest   |   1 +
 app-text/evince/evince-43.1.ebuild | 125 +
 2 files changed, 126 insertions(+)

diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
index 60881c518262..b857c05e0f0d 100644
--- a/app-text/evince/Manifest
+++ b/app-text/evince/Manifest
@@ -1,2 +1,3 @@
 DIST evince-42.3.tar.xz 2856080 BLAKE2B 
55711dd1869e9cce783845683093bb621b416de66f1d53f901353f6f66ff97ec80ce45e0d32e346b2b37d18285568d01ee96cfe851b09f893565d277651d837c
 SHA512 
4ec212e90c3fd259a2afe191592c135938766b11c6891297a10dc34152f69bba9350a467c394ec6cacde5bd16ced02d0c38b7a112dd7d676f53b12fd1b29a62e
 DIST evince-43.0.tar.xz 2908508 BLAKE2B 
5f1a9a697693a64c2b54ae5d5499ae8993b02f2df0b1706d0335770037285bb13e2af5254d7ff65ae4abb5a0c8ed6e338c61306f47e121de8c6546407c8968d5
 SHA512 
dd50ba45c4eb56f8af1df38f7a12c3c13747a1053bb97c8600d85cbc398e340d7bc5db73f441b68cfb8294ab985be361e48605cdc5e3dccb051d917869a12ba9
+DIST evince-43.1.tar.xz 2909512 BLAKE2B 
1695320814aca28df17e5bbe6f4000b0191b9b600895c529d4ccd5628335fc4dd4fa788ddfe54c06fe37da12705add93f7df99a8c0dfb1060b8fd497aabae596
 SHA512 
c12d7b6e961a74c8e31b604f232483576289ba9e5a37faa766f4e5aaa95bdcbf37cf98c1d28de45ad1728452b0a2408fe4fe245dc76289a21e7664c96237d09f

diff --git a/app-text/evince/evince-43.1.ebuild 
b/app-text/evince/evince-43.1.ebuild
new file mode 100644
index ..ca49f79daed2
--- /dev/null
+++ b/app-text/evince/evince-43.1.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson systemd xdg
+
+DESCRIPTION="Simple document viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evince";
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
+SLOT="0/evd3.4-evv3.3"
+IUSE="cups djvu dvi gstreamer gnome gnome-keyring gtk-doc +introspection 
nautilus postscript spell tiff xps"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+
+# atk used in libview
+# bundles unarr
+DEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0
+   dev-libs/atk
+   )
+   >=dev-libs/glib-2.44.0:2
+   >=gui-libs/libhandy-1.5.0:1=
+   >=dev-libs/libxml2-2.5:2
+   sys-libs/zlib:=
+   >=x11-libs/gdk-pixbuf-2.40:2
+   >=x11-libs/gtk+-3.22.0:3[cups?,introspection?]
+   gnome-base/gsettings-desktop-schemas
+   >=x11-libs/cairo-1.10:=
+   >=app-text/poppler-22.02.0[cairo]
+   >=app-arch/libarchive-3.6.0
+   djvu? ( >=app-text/djvu-3.5.22:= )
+   dvi? (
+   >=app-text/libspectre-0.2:=
+   dev-libs/kpathsea:=
+   )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0 )
+   gnome? ( gnome-base/gnome-desktop:3= )
+   gnome-keyring? ( >=app-crypt/libsecret-0.5 )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+   nautilus? ( >=gnome-base/nautilus-3.28.0 =app-text/libspectre-0.2:= )
+   spell? ( >=app-text/gspell-1.6.0:= )
+   tiff? ( >=media-libs/tiff-4.0:0= )
+   xps? ( >=app-text/libgxps-0.2.1:= )
+"
+RDEPEND="${DEPEND}
+   gnome-base/gvfs
+   gnome-base/librsvg
+   || (
+   >=x11-themes/adwaita-icon-theme-2.17.1
+   >=x11-themes/hicolor-icon-theme-0.10
+   )
+"
+BDEPEND="
+   gtk-doc? (
+   >=dev-util/gi-docgen-2021.1
+   app-text/docbook-xml-dtd:4.3
+   )
+   dev-libs/appstream-glib
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+
+   # Do not depend on adwaita-icon-theme, bug #326855, #391859
+   # https://gitlab.freedesktop.org/xdg/default-icon-theme/issues/7
+   sed -i '/adwaita_icon_theme_dep/d' meson.build shell/meson.build || die
+}
+
+src_configure() {
+   local emesonargs=(
+   -Ddevelopment=false
+   -Dplatform=gnome
+
+   -Dviewer=true
+   -Dpreviewer=true
+   -Dthumbnailer=true
+   $(meson_use nautilus)
+
+   -Dcomics=enabled
+   $(meson_feature djvu)
+   $(meson_feature dvi)
+   -Dpdf=enabl

[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-keysyms/

2022-10-28 Thread Matt Turner
commit: af74b0631b3879cd7a968076cb893e3d56f22185
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 02:41:04 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 02:54:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af74b063

x11-libs/xcb-util-keysyms: Version bump to 0.4.1

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

 x11-libs/xcb-util-keysyms/Manifest  |  1 +
 x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.1.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/x11-libs/xcb-util-keysyms/Manifest 
b/x11-libs/xcb-util-keysyms/Manifest
index 5b8dccf32cd9..3a05c480521b 100644
--- a/x11-libs/xcb-util-keysyms/Manifest
+++ b/x11-libs/xcb-util-keysyms/Manifest
@@ -1 +1,2 @@
 DIST xcb-util-keysyms-0.4.0.tar.bz2 289880 BLAKE2B 
5f55706fc74ed5c096ca0e8a8411ba392a023ab7f3c8185088c31570e5873345e16d72b693596b0983011350ecdb7cb30ae5fca118f4758710ee2fc2441883ca
 SHA512 
b14b3100c3ae2379f9df799c0780a1ee39267101e58e4c1c6f390f039348ca2b370bb1df203b9bc68a170d664188d9c73e3553a7ba24d98abea3ed353e8dc0c4
+DIST xcb-util-keysyms-0.4.1.tar.xz 259860 BLAKE2B 
15d08761c673647fda2d8faf7fd47b817f7068cde157384d7ea879b0a50983eb97ea6f4b593c26d631419ee59a128f7fb5b3ca029dedf14f6629096fcb49ed7b
 SHA512 
dd53a36b52647f22bf0da8cded4b2974a51899eaac799797017ed8534f14bc2d2d339a14fa5ef387ae4528b7d9a5d31920bb0c71b09ca34f58e5081e768e2bbf

diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.1.ebuild 
b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.1.ebuild
new file mode 100644
index ..20d7e0b46061
--- /dev/null
+++ b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MULTILIB=yes
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X C-language Bindings sample implementations"
+HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms";
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
+
+RDEPEND="x11-libs/libxcb:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/x11perf/

2022-10-28 Thread Matt Turner
commit: f051d5fa9728471e26b855e60c6b7b3e7d19e406
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 02:34:00 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 02:54:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f051d5fa

x11-apps/x11perf: Version bump to 1.6.2

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

 x11-apps/x11perf/Manifest |  1 +
 x11-apps/x11perf/x11perf-1.6.2.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-apps/x11perf/Manifest b/x11-apps/x11perf/Manifest
index 0bf68a6358fe..f16f638d0dfb 100644
--- a/x11-apps/x11perf/Manifest
+++ b/x11-apps/x11perf/Manifest
@@ -1 +1,2 @@
 DIST x11perf-1.6.1.tar.bz2 189446 BLAKE2B 
2a36bea5e1c9a414d9a1ce798e4f0481aeab86522c5924fb7520c0bc917b832f3e4c63c70a5430cd3fd92cac4374691a64db4542180e0917a0617bae7f783a6f
 SHA512 
b386151bfe3d7c04ab9953ae1882f3c5b627d6d1afb9a8cfe87c58236a3fc11bbadb2226b9aa61df84b4fce625a1c9e3d146a124ac17e8d7d605b35d9c0b
+DIST x11perf-1.6.2.tar.xz 173800 BLAKE2B 
daccac808d62b8b3d423c34faa00e41e4e259ac7bf7a1f6d337602d60c31b63db1b332f2b0eca368c3b2fb91486882e8a90ee8d1aaa20a0e10a747eae5faa34c
 SHA512 
5be9e601071a42d103adbab5f30c1900a3779a5b2c06c709df99a85487c9790d36b835d43f5c6d74cc7d950cc3ad06927210d7b1f58939cfd0b4a6f3e5e32112

diff --git a/x11-apps/x11perf/x11perf-1.6.2.ebuild 
b/x11-apps/x11perf/x11perf-1.6.2.ebuild
new file mode 100644
index ..3c7749e85f67
--- /dev/null
+++ b/x11-apps/x11perf/x11perf-1.6.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xorg-3
+
+DESCRIPTION="X rendering operation stress test utility"
+SRC_URI="https://xorg.freedesktop.org/archive/individual/test/${P}.tar.xz";
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXmu
+   x11-libs/libXft
+   x11-libs/libXrender
+   x11-libs/libXext"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



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

2022-10-28 Thread Matt Turner
commit: bd455b780568fb98226133fae82b8b626579efe7
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Oct 26 23:37:35 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 02:54:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd455b78

gnome-extra/gnome-boxes: Version bump to 43.1

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27969
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-boxes/Manifest|   1 +
 gnome-extra/gnome-boxes/gnome-boxes-43.1.ebuild | 121 
 2 files changed, 122 insertions(+)

diff --git a/gnome-extra/gnome-boxes/Manifest b/gnome-extra/gnome-boxes/Manifest
index 5a899c5e4761..3e97f3a287bd 100644
--- a/gnome-extra/gnome-boxes/Manifest
+++ b/gnome-extra/gnome-boxes/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-boxes-42.3.tar.xz 1235916 BLAKE2B 
69a52117b0ef459b4f6c11287f3961283c0493522875958ae65cf1838d9359b60e1c376bf86c1bc1899e69b6b9aed72a32aa39c7e687afef6a23de50d599b8e8
 SHA512 
2c455830b76cffc647838b797dc7667d9dec0be45658972075b203553bd73bb54dd6b9b22891da9eb12bea7f157b26980a172685a10e1d252f32014f38eb8805
 DIST gnome-boxes-43.0.tar.xz 1232476 BLAKE2B 
be12499c8a155d47d4d0479b33a7947e6df0382eda0be84497c5f60391e2b36c96dca30d48840d9c23034fa79f9f2bbb2fb534403d0da92f0d653ae22382c00c
 SHA512 
64e549694bead564fe0f3754e55576d259cf404f13f3db4fd2f1b56e80ce7c126d0e4c07a91fa168d27c511539cd0cf4b56cb39bea0c758930b61d356f9f110c
+DIST gnome-boxes-43.1.tar.xz 1231472 BLAKE2B 
1c7bd9094e7ddd8f5062ccd4660f72f2b3069cf3d66f45b8713e0880f5e5d8976eb4c1c8d4dfe8418a7a51e9b1ae0b9b5c85996e179a932c43748b308819d2d0
 SHA512 
25865c4bb1dfd47552001eda18ba901f9501a22978ef382bd7edcb31493cc284794506f5e2ba4f28d72e6ddb35e5c6e9b5646ccc4d2e87bf41e8620c102d335e

diff --git a/gnome-extra/gnome-boxes/gnome-boxes-43.1.ebuild 
b/gnome-extra/gnome-boxes/gnome-boxes-43.1.ebuild
new file mode 100644
index ..7af9bb261f0c
--- /dev/null
+++ b/gnome-extra/gnome-boxes/gnome-boxes-43.1.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils linux-info meson readme.gentoo-r1 vala xdg
+
+DESCRIPTION="Simple GNOME application to access remote or virtual systems"
+HOMEPAGE="https://wiki.gnome.org/Apps/Boxes";
+
+LICENSE="LGPL-2+ CC-BY-2.0"
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+# FIXME: qemu probably needs to depend on spice[smartcard] directly with 
USE=spice
+# FIXME: Check over libvirt USE=libvirtd,qemu and the smartcard/usbredir 
requirements
+# Technically vala itself still ships a libsoup vapi, but that may change, and 
it should be better to use the .vapi from the same libsoup version
+DEPEND="
+   >=app-arch/libarchive-3.0.0:=
+   >=dev-libs/glib-2.52:2
+   >=x11-libs/gtk+-3.24.1:3
+   >=gui-libs/libhandy-1.5.0:1
+   >=sys-libs/libosinfo-1.10.0-r1
+   app-crypt/libsecret
+   net-libs/libsoup:3.0
+   virtual/libusb:1
+   >=app-emulation/libvirt-glib-4.0.0
+   >=dev-libs/libxml2-2.7.8:2
+   >=net-misc/spice-gtk-0.32[gtk3(+),smartcard,usbredir]
+   app-misc/tracker:3
+   >=net-libs/webkit-gtk-2.38.0:4.1
+
+   >=dev-libs/gobject-introspection-1.56:=
+   >=dev-libs/libgudev-165:=
+" # gobject-introspection needed for libovf subproject
+# These are called via exec():
+# sys-fs/mtools mcopy for unattended file copying for files that libarchive 
doesn't support
+# app-cdr/cdrtools mkisofs is needed for unattended installer secondary disk 
image creation
+# app-emulation/libguestfs virt-sysprep is used for VM cloing, if not there, 
it logs debug and doesn't function
+# sys-apps/policycoreutils restorecon is used for checking selinux context
+# app-emulation/libvirt virsh used for various checks (and we need the library 
anyways)
+# sys-auth/polkit used for making all libvirt system disks readable via 
"pkexec chmod a+r" that aren't already readable to the user (libvirt system 
importer)
+# app-emulation/qemu qemu-img used to convert image to QCOW2 format during copy
+RDEPEND="${DEPEND}
+   app-cdr/cdrtools
+   app-misc/tracker-miners:3[iso]
+   app-emulation/spice[smartcard]
+   >=app-emulation/libvirt-0.9.3[libvirtd,qemu]
+   >=app-emulation/qemu-1.3.1[spice,smartcard,usbredir]
+   sys-fs/mtools
+   sys-auth/polkit
+"
+# This is only needed for creating the .vapi file, but gnome-boxes needs it
+BDEPEND="
+   $(vala_depend)
+   sys-libs/libosinfo[vala]
+   app-crypt/libsecret[vala]
+   net-libs/libsoup:3.0[vala]
+   app-emulation/libvirt-glib[vala]
+   net-misc/spice-gtk[vala]
+   x11-libs/vte:2.91[vala]
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="Before running gnome-boxes for local VMs, you will need to load 
the KV

[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-wm/

2022-10-28 Thread Matt Turner
commit: 487d94f1afe9bc6aa2d7b7667749c72a28d8dc0a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 02:42:51 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 02:54:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487d94f1

x11-libs/xcb-util-wm: Version bump to 0.4.2

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

 x11-libs/xcb-util-wm/Manifest |  1 +
 x11-libs/xcb-util-wm/xcb-util-wm-0.4.2.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/x11-libs/xcb-util-wm/Manifest b/x11-libs/xcb-util-wm/Manifest
index 0e27033a1a91..630861caa517 100644
--- a/x11-libs/xcb-util-wm/Manifest
+++ b/x11-libs/xcb-util-wm/Manifest
@@ -1 +1,2 @@
 DIST xcb-util-wm-0.4.1.tar.bz2 321855 BLAKE2B 
095d1f39e4b42e85790830b46c1faeeb8ac3bd7b792c3db8dca15a998a0ce835fd4fa148e8ed896c81d82e2113d1b9650e35de7741e9629883908d3b81b927f3
 SHA512 
cd1b3bcf9fcfc52e329ddc42b370d50dcf7d473c8e94f01cf7ea7fdbe0dc9176790890214eecb2a8ac43405f4938c121e38d282ae988cd8e90a6610d214ef326
+DIST xcb-util-wm-0.4.2.tar.xz 285152 BLAKE2B 
091bdfe318d0ab37df934dd4ea75382a8792577e60471dd6bfb3de8966a9ac9c25c8776a9fa7afb0a0b924f952ebc17084070f1fcfe9665cb5c0e1b2d576d39b
 SHA512 
eab6588e6a47d28a3b25ecd13b5018529419db6b49c74458c093699b60a194933be1e1f6f7799abf03344f7ebc7af88586ff2935938d53644bdd5c763a7fa9b0

diff --git a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.2.ebuild 
b/x11-libs/xcb-util-wm/xcb-util-wm-0.4.2.ebuild
new file mode 100644
index ..cfafb1154397
--- /dev/null
+++ b/x11-libs/xcb-util-wm/xcb-util-wm-0.4.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MULTILIB=yes
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X C-language Bindings sample implementations"
+HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-wm";
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
+
+RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



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

2022-10-28 Thread Matt Turner
commit: 41b0900153ddc46930e343d34e9de70f21e03b00
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Oct 26 23:20:23 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 02:54:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b09001

app-misc/tracker-miners: Version bump to 3.4.1

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27968
Signed-off-by: Matt Turner  gentoo.org>

 app-misc/tracker-miners/Manifest   |   1 +
 .../tracker-miners/tracker-miners-3.4.1.ebuild | 169 +
 2 files changed, 170 insertions(+)

diff --git a/app-misc/tracker-miners/Manifest b/app-misc/tracker-miners/Manifest
index 04ceba0e9594..1c0c16c70b39 100644
--- a/app-misc/tracker-miners/Manifest
+++ b/app-misc/tracker-miners/Manifest
@@ -1,2 +1,3 @@
 DIST tracker-miners-3.3.1.tar.xz 7244032 BLAKE2B 
0233ba74ed6c697055c12fb758fefc0f71dba7e17db0e92950491cf51e228896e46d27485e2cedd16a5a3a8e4d46eca66baf57824e6340bad9f177b206908e2e
 SHA512 
bc0cb53a7296a2836f05d5d5413418af936ef7f0a4794705e5970699d69c27f513812d0daa182f5359d665a3b6111de06cd9fc671ad769472e0cde2550f66dcb
 DIST tracker-miners-3.4.0.tar.xz 7250524 BLAKE2B 
9112c078899a7ab1aaab06d1c3ca0244410f21e13b724f1815e5334733bb851cf50c05ed424c80e62b2cfc5d7f16a1a065eeb6cb6a4befdb2d776cb7808e1cbc
 SHA512 
0abafd3692c24683282f52e33a6b4d063a9d938b2f1b6dcb636409102890f6ebd9f33a8e406a482c1d16d26ebcf58874651d04f0c488b9d83e188feb6e5b1f91
+DIST tracker-miners-3.4.1.tar.xz 7244576 BLAKE2B 
a9f00a0f57b1af1a53b2552d4a1570a4c5576537c48eee9ebe2428e06170ff099e8876ec933bfe9f47adc69e7c61552e886aa2c3149bd3e02f37be8df844083d
 SHA512 
2bd0b8450e1df40b4fa35b17f4209eba4f0d91a603b2d2f7b5bd6da07bcb60755b36d72b3b567ae6bf2d97c3a4294c8f14b1115825886c3f61528a092aa268bb

diff --git a/app-misc/tracker-miners/tracker-miners-3.4.1.ebuild 
b/app-misc/tracker-miners/tracker-miners-3.4.1.ebuild
new file mode 100644
index ..de587e96a954
--- /dev/null
+++ b/app-misc/tracker-miners/tracker-miners-3.4.1.ebuild
@@ -0,0 +1,169 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit flag-o-matic gnome.org gnome2-utils meson python-any-r1 systemd xdg
+
+DESCRIPTION="Collection of data extractors for Tracker/Nepomuk"
+HOMEPAGE="https://wiki.gnome.org/Projects/Tracker";
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="3"
+IUSE="cue exif ffmpeg gif gsf +gstreamer iptc +iso +jpeg networkmanager +pdf 
+playlist raw +rss seccomp test +tiff upower +xml xmp xps"
+
+REQUIRED_USE="cue? ( gstreamer )" # cue is currently only supported via 
gstreamer, not ffmpeg
+RESTRICT="!test? ( test )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# tracker-2.1.7 currently always depends on ICU (theoretically could be 
libunistring instead); so choose ICU over enca always here for the time being 
(ICU is preferred)
+RDEPEND="
+   >=dev-libs/glib-2.70:2
+   >=app-misc/tracker-3.4.0:3
+   gstreamer? (
+   >=media-libs/gstreamer-1.20:1.0
+   >=media-libs/gst-plugins-base-1.20:1.0
+   >=media-plugins/gst-plugins-meta-1.20:1.0 )
+   !gstreamer? (
+   ffmpeg? ( media-video/ffmpeg:0= ) )
+
+   >=sys-apps/dbus-1.3.1
+   xmp? ( >=media-libs/exempi-2.1.0:= )
+   raw? ( media-libs/gexiv2 )
+   >=dev-libs/icu-4.8.1.2:=
+   cue? ( media-libs/libcue:= )
+   exif? ( >=media-libs/libexif-0.6 )
+   gsf? ( >=gnome-extra/libgsf-1.14.24:= )
+   xps? ( app-text/libgxps )
+   iptc? ( media-libs/libiptcdata )
+   jpeg? ( media-libs/libjpeg-turbo:0= )
+   iso? ( >=sys-libs/libosinfo-1.10.0-r1 )
+   >=media-libs/libpng-1.2:0=
+   seccomp? ( >=sys-libs/libseccomp-2.0 )
+   tiff? ( media-libs/tiff:0 )
+   xml? ( >=dev-libs/libxml2-2.6 )
+   pdf? ( >=app-text/poppler-0.16.0:=[cairo] )
+   playlist? ( >=dev-libs/totem-pl-parser-3:= )
+   upower? ( >=sys-power/upower-0.9.0 )
+   sys-libs/zlib:0
+   gif? ( media-libs/giflib:= )
+
+   networkmanager? ( net-misc/networkmanager )
+
+   rss? ( >=net-libs/libgrss-0.7:0 )
+   app-arch/gzip
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-text/asciidoc
+   dev-libs/libxslt
+   dev-util/glib-utils
+   dev-util/gdbus-codegen
+
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   test? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
+   $(python_gen_any_dep 'dev-python/tappy[${PYTHON_USEDEP}]')
+   gstreamer? (
+   media-libs/gstreamer:1.0[introspection]
+   || (
+   media-plugins/gst-plugins-libav:1.0
+   media-plugins/gst-plugins-openh264:1.0
+   )
+   )
+   )
+"
+
+python

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

2022-10-28 Thread Matt Turner
commit: 4872e3dc0ea451a328ea9b35a2448227c4cf8c35
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 02:52:40 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 02:54:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4872e3dc

net-libs/dleyna: Version bump to 0.8.1

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

 net-libs/dleyna/Manifest|  1 +
 net-libs/dleyna/dleyna-0.8.1.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/net-libs/dleyna/Manifest b/net-libs/dleyna/Manifest
index 5afc562ad5ae..38685b4c8180 100644
--- a/net-libs/dleyna/Manifest
+++ b/net-libs/dleyna/Manifest
@@ -1 +1,2 @@
 DIST dLeyna-v0.8.0.tar.bz2 146281 BLAKE2B 
89fc24ed4dcc19b35f317c4760c82877dd829b144cc7f466a0ed22274131238f1058f0aeb53f56639802d808f06028ed9026115002f32d48ef493ff3a986f53f
 SHA512 
f5f78cd5edf40550ea25ae408a910d7d9bbffb4d03539d2e6ee037204761e424f54a15e6da2083f3d4782728509ae58558e709cd7f6074a327dbcf2b5c677d6d
+DIST dLeyna-v0.8.1.tar.bz2 146410 BLAKE2B 
a26ebc01df4a8d5cefeb91e06605d4dffe6beebd6df650e9425048b787edb7dd144399fd66916dee360bc6bb3cf1071e24464ec52d0cdce36e5440272e41
 SHA512 
9b93ddb0b1a7a29d99da875aba1ae0e3e9c61d003353e4705cbf4274449af6c4ca454e68fe4d618749b7ff7cd215ad3361b07575494dadd8be34c589b8e48641

diff --git a/net-libs/dleyna/dleyna-0.8.1.ebuild 
b/net-libs/dleyna/dleyna-0.8.1.ebuild
new file mode 100644
index ..215ae41f05bc
--- /dev/null
+++ b/net-libs/dleyna/dleyna-0.8.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="A set of services and D-Bus APIs to simplify access to UPnP/DLNA 
media devices"
+HOMEPAGE="https://gitlab.gnome.org/World/dLeyna";
+SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.tar.bz2";
+
+LICENSE="LGPL-2.1"
+SLOT="1.0/6" # soname of libdleyna-core-1.0.so
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.28:2
+   >=net-libs/gssdp-1.6.0:1.6=
+   >=net-libs/gupnp-1.6.0:1.6=
+   >=net-libs/gupnp-av-0.12.9:0=
+   >=media-libs/gupnp-dlna-0.9.4:2.0=
+   >=net-libs/libsoup-3.0:3.0
+   dev-libs/libxml2
+
+   !net-libs/dleyna-connector-dbus
+   !net-libs/dleyna-core
+   !net-libs/dleyna-renderer
+   !net-misc/dleyna-server
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-python/docutils
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}"/dLeyna-v${PV}
+
+src_configure() {
+   local emesonargs=(
+   -Ddbus_service_dir="${EPREFIX}/usr/share/dbus-1/services"
+   -Dman_pages=true
+   -Ddocs=false
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-renderutil/

2022-10-28 Thread Matt Turner
commit: 1f1cebe5c706c9a0981aa998335fb8e19a662b55
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 02:42:14 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 02:54:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1cebe5

x11-libs/xcb-util-renderutil: Version bump to 0.3.10

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

 x11-libs/xcb-util-renderutil/Manifest   |  1 +
 .../xcb-util-renderutil-0.3.10.ebuild   | 17 +
 2 files changed, 18 insertions(+)

diff --git a/x11-libs/xcb-util-renderutil/Manifest 
b/x11-libs/xcb-util-renderutil/Manifest
index 3be66bee4e0a..2e3b2e76ed8b 100644
--- a/x11-libs/xcb-util-renderutil/Manifest
+++ b/x11-libs/xcb-util-renderutil/Manifest
@@ -1 +1,2 @@
+DIST xcb-util-renderutil-0.3.10.tar.xz 262028 BLAKE2B 
49b017fed34cd1c8cceae697bf76dc17c34c32dcc05acaff87c75f74fcd486bc0abc9fe4699cc989c1afd13ac33fc04092719209e9d48aceb5e35d64a5790393
 SHA512 
9cfa9201be2df7c0b832e1e1fe506e7c7a1e0f2b1b1d4a4b58620eadc241190a36478fa3ea27c32047fa79bf199f17dcd0b106853dbf5eda8cd584f3fc2b0c15
 DIST xcb-util-renderutil-0.3.9.tar.bz2 292898 BLAKE2B 
8de259f918f1ffcd82d054bd751baf3f0fe3514da86bc736b68c74ca1f285fb41dca364ca49153e1464691c10fb65f16a53eec0ec8102c1abade9ad7c80629e4
 SHA512 
24b567992ecde7e69a406efd0ffb62266610d73b4dc0e5c71093221090fa134c14b850680d1d28dc1f8f4a6f497b4118491e1894ec7c73d2c6ce959d106771cc

diff --git a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.10.ebuild 
b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.10.ebuild
new file mode 100644
index ..f87d89e6dcb7
--- /dev/null
+++ b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.10.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MULTILIB=yes
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X C-language Bindings sample implementations"
+HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util";
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
+
+RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



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

2022-10-28 Thread Matt Turner
commit: b3646f5c1a31b07bce2063f91a08ca38b6117cc9
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 02:27:18 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 02:54:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3646f5c

x11-libs/libXext: Version bump to 1.3.5

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

 x11-libs/libXext/Manifest |  1 +
 x11-libs/libXext/libXext-1.3.5.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/x11-libs/libXext/Manifest b/x11-libs/libXext/Manifest
index d97a33a8595b..1b356b71ab07 100644
--- a/x11-libs/libXext/Manifest
+++ b/x11-libs/libXext/Manifest
@@ -1 +1,2 @@
 DIST libXext-1.3.4.tar.bz2 389114 BLAKE2B 
941ebf63583a05f40063ec0d2350a40ccc656c6463e58a347489f7dcd8dc5ae5c3b24b561d74a0af2661c2e3c941bd4ffd90295273c248f22e52f23e8d7c0ec9
 SHA512 
09146397d95f80c04701be1cc0a9c580ab5a085842ac31d17dfb6d4c2e42b4253b89cba695e5e520be359883a76ffd02f42484c9e2ba2c33a5a40c29df4a
+DIST libXext-1.3.5.tar.xz 340108 BLAKE2B 
0041ef38ba363ff82105f4e626851d2ef7db35804ca80de84e5ed99d97b4f5dd9877b9a43f8690d9040fadc7ee075fca640752bcdde4f7be0e220c1a5e0058e8
 SHA512 
fd9805982dabfb14b1526c0cb71f94508003fa3fcd60560d387465afd891c1dca61927ae86278436d53f4b840cacd1f412071fdc3dce1d6f730610a9c163d59b

diff --git a/x11-libs/libXext/libXext-1.3.5.ebuild 
b/x11-libs/libXext/libXext-1.3.5.ebuild
new file mode 100644
index ..dd782b6360e2
--- /dev/null
+++ b/x11-libs/libXext/libXext-1.3.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org Xext library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+
+RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+src_configure() {
+   local XORG_CONFIGURE_OPTIONS=(
+   $(use_enable doc specs)
+   $(use_with doc xmlto)
+   --without-fop
+   )
+   xorg-3_src_configure
+}



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

2022-10-28 Thread Matt Turner
commit: 8babc8e054a7ac100122d8f73c43390a6a0ead52
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 02:35:50 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 02:54:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8babc8e0

x11-misc/makedepend: Version bump to 1.0.7

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

 x11-misc/makedepend/Manifest|  1 +
 x11-misc/makedepend/makedepend-1.0.7.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/x11-misc/makedepend/Manifest b/x11-misc/makedepend/Manifest
index 2e4f1d9077a4..2b673c737fa6 100644
--- a/x11-misc/makedepend/Manifest
+++ b/x11-misc/makedepend/Manifest
@@ -1 +1,2 @@
 DIST makedepend-1.0.6.tar.bz2 147616 BLAKE2B 
6e9538e435d602ab3bcfb35a5398d6f11a23e4c9fa19bb2e3f651967d3fb1945557af2a5d84fae3e46112aae9ec411894cf8605e4856a46b120b660ff4b95ea4
 SHA512 
eb0e8ee8ab7515806d7d98a060cdcd392ec38e4225e5e05db26daa6651f185d0b764aab403edeea904d4d23211b1f7db20daeee6eafce8abe65225784ed0aa42
+DIST makedepend-1.0.7.tar.xz 140528 BLAKE2B 
673f4a6e212d3929648e69698a1344ac9f803b20a7fb77ba73c052ee13e3a58741f08cc02f262fad51c3aafd8de1257f02c15fee9da6723e49d4658f29b7fec7
 SHA512 
fd575de737aa56ef8e475d1ddb7b2392e730ee1b23c0b853bbb21975b757c3fc56f94d57ecc5a784dceed2be653feb10909e86fd96fdc074b50fbbd0e27a19db

diff --git a/x11-misc/makedepend/makedepend-1.0.7.ebuild 
b/x11-misc/makedepend/makedepend-1.0.7.ebuild
new file mode 100644
index ..c9c4555bab60
--- /dev/null
+++ b/x11-misc/makedepend/makedepend-1.0.7.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="create dependencies in makefiles"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



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

2022-10-28 Thread Matt Turner
commit: 60362f2ce1cf5be809fc532a1342a15e91217a0b
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 02:30:07 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 02:54:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60362f2c

x11-libs/libXinerama: Version bump to 1.1.5

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

 x11-libs/libXinerama/Manifest |  1 +
 x11-libs/libXinerama/libXinerama-1.1.5.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-libs/libXinerama/Manifest b/x11-libs/libXinerama/Manifest
index 3984f27e5b44..359f53c46f18 100644
--- a/x11-libs/libXinerama/Manifest
+++ b/x11-libs/libXinerama/Manifest
@@ -1 +1,2 @@
 DIST libXinerama-1.1.4.tar.bz2 287162 BLAKE2B 
9e27f9776eb200a430875e4ea3a9a559f205822b5dcea59e4207a58889e8c7b67b2014e9ceed5b3cedd311c47fa023b4a8f1a17faa511fb0041382c7467527d9
 SHA512 
cff777ad942614fbf6bc6d8529f399e62debf3ecbf6cc0694a94e38c022bf929ffd5636fb59f55533c394d89b23af3ea51fa5128927f12a85787e16239330f14
+DIST libXinerama-1.1.5.tar.xz 260272 BLAKE2B 
fd51aad9c9d42634a246130a8ae0a155e34b67a2225b5f5a30b2bcebed0a9a98f19646625e9e423f0a9318a1358ad5251eb27a20eeb60eabc9ccd330ebdeba92
 SHA512 
735b5320de4782005b379e409bf2f976131c17d496b297d33a0e127ca1443034778586b6b25c077b2ad73a4ab34d440d7510475e0041f38202bb40f15fb08ff7

diff --git a/x11-libs/libXinerama/libXinerama-1.1.5.ebuild 
b/x11-libs/libXinerama/libXinerama-1.1.5.ebuild
new file mode 100644
index ..21679c86f2cb
--- /dev/null
+++ b/x11-libs/libXinerama/libXinerama-1.1.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org Xinerama library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xsetroot/

2022-10-28 Thread Matt Turner
commit: 4728e3e26d67fbf077ef9daa9d779414d4d16c9c
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 02:25:49 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 02:54:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4728e3e2

x11-apps/xsetroot: Version bump to 1.1.3

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

 x11-apps/xsetroot/Manifest  |  1 +
 x11-apps/xsetroot/xsetroot-1.1.3.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-apps/xsetroot/Manifest b/x11-apps/xsetroot/Manifest
index e029beff..252d167d8000 100644
--- a/x11-apps/xsetroot/Manifest
+++ b/x11-apps/xsetroot/Manifest
@@ -1 +1,2 @@
 DIST xsetroot-1.1.2.tar.bz2 129091 BLAKE2B 
0bd0615f64c636eaad7ed1b83d49208e9065edf7583bcd7e5d4c5d2f1a1eca4c7692209a540cab823c35497696176f4925afecaaf843610f6e9485cd3724f1cb
 SHA512 
0b9df1b72305e5c24f1e1664578aa4411a5ffcdc5d318458117594e641f01c34700205b0d16c08abf4a8106d36128ccdbe1ea1f1035fce9018d6b52801a8b72b
+DIST xsetroot-1.1.3.tar.xz 123200 BLAKE2B 
807c927c8c055877ad83af7559d897daa34f86a9ff70250997cc933065bb24ecb88fac01a62edb59a9c497630dbe351eccedb1f324668153dad67bcb461dd7a9
 SHA512 
f333d1bfd92bb943044da36331ae2cf68a811c8f3891719d9ebc1749e2dd0c67068f86face0794c3c4ae584c4dd189bad4998dccb38fe1ac37a8921e5713e7c0

diff --git a/x11-apps/xsetroot/xsetroot-1.1.3.ebuild 
b/x11-apps/xsetroot/xsetroot-1.1.3.ebuild
new file mode 100644
index ..20fa90f1a7dc
--- /dev/null
+++ b/x11-apps/xsetroot/xsetroot-1.1.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org xsetroot application"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXcursor
+   x11-libs/libXmu
+   x11-misc/xbitmaps"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



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

2022-10-28 Thread Anna Vyalkova
commit: 00191f0eb11e6c7454aaf3df8849ee920a58a0d9
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Oct 29 02:25:25 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat Oct 29 02:25:25 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00191f0e

profiles: unmask pytest-benchmark revdeps

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 profiles/package.mask | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 66905e69c..b896ce731 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -36,28 +36,13 @@ sys-cluster/neutron
 sys-cluster/nova
 sys-cluster/swift
 # and deep dependencies
-app-crypt/PBinCLI
-app-misc/vocabsieve
 dev-python/aodhclient
-dev-python/base58
-dev-python/bidict
-dev-python/bitbox02
 dev-python/gnocchi
-dev-python/graphene
-dev-python/graphql-core
-dev-python/graphql-relay
-dev-python/hwi
 dev-python/keystonemiddleware
 dev-python/neutron-lib
 dev-python/os-vif
 dev-python/oslo-versionedobjects
-dev-python/pg8000
-dev-python/promise
 dev-python/pypowervm
-dev-python/python-socketio
-dev-python/SQLAlchemy-Utils
-net-misc/maestral
-net-misc/maestral-qt
 sys-auth/keystone
 sys-cluster/openstack-meta
 sys-cluster/placement



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

2022-10-28 Thread Anna Vyalkova
commit: 9b2d466681bd1707bdd8ed19e634b64c33028dd5
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Oct 29 02:19:47 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat Oct 29 02:19:47 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b2d4666

profiles: unmask pytest-benchmark stack

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 profiles/package.mask | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 94fb9350a..66905e69c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -18,7 +18,6 @@
 # Depends on masked dev-python/eventlet
 app-admin/glance
 dev-python/glance_store
-dev-python/manhole
 dev-python/os-brick
 dev-python/os-ken
 dev-python/os-win
@@ -47,7 +46,6 @@ dev-python/gnocchi
 dev-python/graphene
 dev-python/graphql-core
 dev-python/graphql-relay
-dev-python/hunter
 dev-python/hwi
 dev-python/keystonemiddleware
 dev-python/neutron-lib
@@ -56,7 +54,6 @@ dev-python/oslo-versionedobjects
 dev-python/pg8000
 dev-python/promise
 dev-python/pypowervm
-dev-python/pytest-benchmark
 dev-python/python-socketio
 dev-python/SQLAlchemy-Utils
 net-misc/maestral



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

2022-10-28 Thread Anna Vyalkova
commit: 28e276c0498374e49abf438295d3371987fc9d3e
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Oct 29 01:07:32 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat Oct 29 02:02:00 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28e276c0

app-vim/vader: new package, add 0.3.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-vim/vader/Manifest |  2 ++
 app-vim/vader/metadata.xml | 11 +++
 app-vim/vader/vader-0.3.0.ebuild   | 27 +++
 app-vim/vader/vader-0.3.0_p20200213.ebuild | 26 ++
 4 files changed, 66 insertions(+)

diff --git a/app-vim/vader/Manifest b/app-vim/vader/Manifest
new file mode 100644
index 0..f2575d511
--- /dev/null
+++ b/app-vim/vader/Manifest
@@ -0,0 +1,2 @@
+DIST vader-0.3.0.tar.gz 12216 BLAKE2B 
54ed462c08a3f0c3383ec5c8b0dea6bb583e558b7b554df14b20a3aa40cfbe03b535c05d3d9689dc89ba403aa9b667e1af1962d389c07b2e8dc6af700fba1aa9
 SHA512 
c9f157ca11a2c6270c85540c6c9aad493d6e4cbe0ee818bee7bd11909026a7682c95eeb4ae944ffa9e4f4beeb170ee8fd08a272e64a97de9fccd5b120f5a6c13
+DIST vader-0.3.0_p20200213.tar.gz 17056 BLAKE2B 
36947fd38b490ff5b9b87387481d708f87c6301db7359595384630fe2c2236a19c3b44bd3655ff79c4e05fba70640b74b5919ff0de6dd3205ccd6cc2e44b3a76
 SHA512 
f20a54b141c7d5a9fa21168e7ccd9ecf9d97c5d320415f01ddd9d8d0fb6e8efe3b0f0cc933eac149168d7a0af34bddc86d68bb3002fd5b274fb635b8afcdbba4

diff --git a/app-vim/vader/metadata.xml b/app-vim/vader/metadata.xml
new file mode 100644
index 0..c105de953
--- /dev/null
+++ b/app-vim/vader/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+   
+   junegunn/vader.vim
+   
+

diff --git a/app-vim/vader/vader-0.3.0.ebuild b/app-vim/vader/vader-0.3.0.ebuild
new file mode 100644
index 0..8ed581487
--- /dev/null
+++ b/app-vim/vader/vader-0.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+MY_PN="${PN}.vim"
+DESCRIPTION="A simple Vimscript test framework"
+HOMEPAGE="https://github.com/junegunn/vader.vim";
+SRC_URI="https://github.com/junegunn/${MY_PN}/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+
+VIM_PLUGIN_HELPFILES="vader"
+
+DOCS=( example )
+
+src_install() {
+   vim-plugin_src_install
+
+   # make an isolated environment for running tests
+   insinto /usr/share/${PN}
+   doins -r autoload doc ftdetect ftplugin plugin syntax
+}

diff --git a/app-vim/vader/vader-0.3.0_p20200213.ebuild 
b/app-vim/vader/vader-0.3.0_p20200213.ebuild
new file mode 100644
index 0..f28638dc8
--- /dev/null
+++ b/app-vim/vader/vader-0.3.0_p20200213.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+MY_PN="${PN}.vim"
+COMMIT="b0f26cab7b6f630c8645d418935b698c5d3cd6ed"
+DESCRIPTION="A simple Vimscript test framework"
+HOMEPAGE="https://github.com/junegunn/vader.vim";
+SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${COMMIT}"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+
+VIM_PLUGIN_HELPFILES="vader"
+
+src_install() {
+   vim-plugin_src_install
+
+   # make an isolated environment for running tests
+   insinto /usr/share/${PN}
+   doins -r autoload doc ftdetect ftplugin plugin syntax
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-vim/yats/files/, app-vim/yats/

2022-10-28 Thread Anna Vyalkova
commit: 395d28d57a875ffa2c73d0bf59eb55935c19f810
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Oct 29 01:22:07 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat Oct 29 02:18:42 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=395d28d5

app-vim/yats: new package, add 2022.08.26

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-vim/yats/Manifest   |  1 +
 app-vim/yats/files/vimrc|  7 ++
 app-vim/yats/metadata.xml   | 11 +
 app-vim/yats/yats-2022.08.26.ebuild | 48 +
 4 files changed, 67 insertions(+)

diff --git a/app-vim/yats/Manifest b/app-vim/yats/Manifest
new file mode 100644
index 0..dc842f107
--- /dev/null
+++ b/app-vim/yats/Manifest
@@ -0,0 +1 @@
+DIST yats-2022.08.26.tar.gz 218153 BLAKE2B 
0733327d3e329ee8492ac084613eaaa002e48aded81496f0eaddbabfc0f40f2d097e761e850c32594467cc1d71ca498ed265a3102c906b6f903254e2868beb8f
 SHA512 
4bf429edf27bbd199030d79e1273ad6aeb52b53a5d4ead79951b6fb488e0f5f98a4c5b65808a5f02362b649ae71c28841cfbb5d76e6bec0dfd195a908d55591f

diff --git a/app-vim/yats/files/vimrc b/app-vim/yats/files/vimrc
new file mode 100644
index 0..868d58314
--- /dev/null
+++ b/app-vim/yats/files/vimrc
@@ -0,0 +1,7 @@
+set nocompatible
+filetype off
+
+let &rtp = '..,/usr/share/vader,'.$VIMRUNTIME
+
+filetype plugin indent on
+syntax enable

diff --git a/app-vim/yats/metadata.xml b/app-vim/yats/metadata.xml
new file mode 100644
index 0..e29c45a2d
--- /dev/null
+++ b/app-vim/yats/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+   
+   HerringtonDarkholme/yats.vim
+   
+

diff --git a/app-vim/yats/yats-2022.08.26.ebuild 
b/app-vim/yats/yats-2022.08.26.ebuild
new file mode 100644
index 0..916c111dc
--- /dev/null
+++ b/app-vim/yats/yats-2022.08.26.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+MY_PN="${PN}.vim"
+COMMIT="4bf3879055847e675335f1c3050bd2dd11700c7e"
+DESCRIPTION="vim plugin: Yet Another TypeScript Syntax"
+HOMEPAGE="https://github.com/HerringtonDarkholme/yats.vim";
+SRC_URI="https://github.com/HerringtonDarkholme/${MY_PN}/archive/${COMMIT}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${COMMIT}"
+
+LICENSE="vim"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   >app-vim/vader-0.3.0
+   )
+"
+
+DOCS=( CHANGES.markdown README.md )
+
+src_prepare() {
+   default
+   rm Makefile || die
+
+   # failing tests
+   rm test/tsx.indent.vader || die
+}
+
+src_test() {
+   cd test || die
+
+   unset DISPLAY
+   export TERM=xterm
+
+   vim -eu "${FILESDIR}"/vimrc -c 'Vader! ./*.vader' || die
+}
+
+src_install() {
+   vim-plugin_src_install ctags UltiSnips
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmcrypt/files/, dev-libs/libmcrypt/

2022-10-28 Thread Pacho Ramos
commit: e061c314f7d3a02714453801c581bfa8b66f6fbb
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Oct 28 21:29:27 2022 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Oct 28 22:47:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e061c314

dev-libs/libmcrypt: Fixes from Fedora and drop .la files

Closes: https://bugs.gentoo.org/840966
Signed-off-by: Pacho Ramos  gentoo.org>

 .../files/libmcrypt-2.5.8-prototypes.patch | 35 ++
 .../files/libmcrypt-2.5.8-uninitialized.patch  | 12 +++
 dev-libs/libmcrypt/libmcrypt-2.5.8-r5.ebuild   | 41 ++
 3 files changed, 88 insertions(+)

diff --git a/dev-libs/libmcrypt/files/libmcrypt-2.5.8-prototypes.patch 
b/dev-libs/libmcrypt/files/libmcrypt-2.5.8-prototypes.patch
new file mode 100644
index ..eca6e7793161
--- /dev/null
+++ b/dev-libs/libmcrypt/files/libmcrypt-2.5.8-prototypes.patch
@@ -0,0 +1,35 @@
+diff -up libmcrypt-2.5.8/modules/algorithms/des.c.BAD 
libmcrypt-2.5.8/modules/algorithms/des.c
+--- libmcrypt-2.5.8/modules/algorithms/des.c.BAD   2008-08-25 
17:40:29.0 -0400
 libmcrypt-2.5.8/modules/algorithms/des.c   2008-08-25 17:40:51.0 
-0400
+@@ -35,9 +35,12 @@
+ 
+ /* #defineNULL0 */
+ 
+-static void permute_ip(), permute_fp(), perminit_ip(), spinit(),
+-perminit_fp();
+-static word32 f();
++static void permute_ip(char *, DES_KEY *, char *);
++static void permute_fp(char *, DES_KEY *, char *);
++static void perminit_ip(DES_KEY *);
++static void spinit(DES_KEY *);
++static void perminit_fp(DES_KEY *);
++static word32 f(DES_KEY *, register word32, register char *);
+ 
+ 
+ /* Tables defined in the Data Encryption Standard documents */
+diff -up libmcrypt-2.5.8/modules/algorithms/tripledes.c.BAD 
libmcrypt-2.5.8/modules/algorithms/tripledes.c
+--- libmcrypt-2.5.8/modules/algorithms/tripledes.c.BAD 2008-08-25 
17:40:56.0 -0400
 libmcrypt-2.5.8/modules/algorithms/tripledes.c 2008-08-25 
17:41:13.0 -0400
+@@ -36,8 +36,10 @@
+ 
+ /* #defineNULL0 */
+ 
+-static void permute(), perminit(), spinit();
+-static word32 f();
++static void permute(char *, char[16][16][8], char *);
++static void perminit(char[16][16][8], char[64]);
++static void spinit(TRIPLEDES_KEY *, int);
++static word32 f(TRIPLEDES_KEY *, int, register word32, register char *);
+ 
+ 
+ /* Tables defined in the Data Encryption Standard documents */

diff --git a/dev-libs/libmcrypt/files/libmcrypt-2.5.8-uninitialized.patch 
b/dev-libs/libmcrypt/files/libmcrypt-2.5.8-uninitialized.patch
new file mode 100644
index ..f52dc9334b40
--- /dev/null
+++ b/dev-libs/libmcrypt/files/libmcrypt-2.5.8-uninitialized.patch
@@ -0,0 +1,12 @@
+diff -up libmcrypt-2.5.8/modules/algorithms/twofish.c.BAD 
libmcrypt-2.5.8/modules/algorithms/twofish.c
+--- libmcrypt-2.5.8/modules/algorithms/twofish.c.BAD   2008-08-25 
17:38:21.0 -0400
 libmcrypt-2.5.8/modules/algorithms/twofish.c   2008-08-25 
17:38:30.0 -0400
+@@ -499,7 +499,7 @@ static void f_rnd(int i, word32* blk, TW
+ /* encrypt a block of text  */
+ WIN32DLL_DEFINE void _mcrypt_encrypt(TWI * pkey, word32 * in_blk)
+ {
+-  word32 t0, t1, blk[4];
++  word32 t0 = 0, t1 = 0, blk[4];
+ #ifdef WORDS_BIGENDIAN
+   blk[0] = byteswap32(in_blk[0]) ^ pkey->l_key[0];
+   blk[1] = byteswap32(in_blk[1]) ^ pkey->l_key[1];

diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.8-r5.ebuild 
b/dev-libs/libmcrypt/libmcrypt-2.5.8-r5.ebuild
new file mode 100644
index ..cf8ea98d268d
--- /dev/null
+++ b/dev-libs/libmcrypt/libmcrypt-2.5.8-r5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="libmcrypt provides uniform interface to access several encryption 
algorithms"
+HOMEPAGE="http://mcrypt.sourceforge.net/";
+SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+
+DOCS=(
+   AUTHORS NEWS README THANKS TODO ChangeLog
+   doc/README.config doc/README.key doc/README.xtea
+   doc/example.c
+)
+
+PATCHES=(
+   "${FILESDIR}/${P}-rotate-mask.patch"
+   "${FILESDIR}/${P}-autoconf-2.70.patch" #775113
+   # 
http://sourceforge.net/tracker/index.php?func=detail&aid=1872801&group_id=87941&atid=584895
+   "${FILESDIR}/${P}-uninitialized.patch"
+   "${FILESDIR}/${P}-prototypes.patch"
+)
+
+src_prepare() {
+   default
+   mv configure.in configure.ac
+   mv libltdl/configure.in libltdl/configure.ac
+   sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac 
libltdl/configure.ac || die
+   eautoreconf # need new libtool for interix (elibtoolize would suffice 
for freebsd)
+}
+
+src_install() {
+   default
+

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

2022-10-28 Thread Pacho Ramos
commit: 1bb9c87c365738a5a9122f196b2a50555aa83297
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Oct 28 22:46:14 2022 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Oct 28 22:47:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb9c87c

dev-games/clanlib: Update dependency

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

 dev-games/clanlib/clanlib-2.3.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/clanlib/clanlib-2.3.7-r3.ebuild 
b/dev-games/clanlib/clanlib-2.3.7-r3.ebuild
index 6707f8386f74..d5d41ff83ea1 100644
--- a/dev-games/clanlib/clanlib-2.3.7-r3.ebuild
+++ b/dev-games/clanlib/clanlib-2.3.7-r3.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
media-libs/libpng:0
media-libs/freetype
media-libs/fontconfig
-   virtual/jpeg:0
+   media-libs/libjpeg-turbo:0=
x11-libs/libX11
opengl? ( virtual/opengl )
)



[gentoo-commits] repo/gentoo:master commit in: dev-games/clanlib/files/, dev-games/clanlib/

2022-10-28 Thread Pacho Ramos
commit: 1554cb63d8cf42132e194290366165f7ada66e6f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Oct 28 22:44:57 2022 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Oct 28 22:47:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1554cb63

dev-games/clanlib: Drop .la files, fix dependencies and fixes from Fedora

Closes: https://bugs.gentoo.org/842165
Closes: https://bugs.gentoo.org/599634
Closes: https://bugs.gentoo.org/819396
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-games/clanlib/clanlib-2.3.7-r3.ebuild  | 119 +
 dev-games/clanlib/files/clanlib-2.3.7-gcc47.patch  | 107 ++
 dev-games/clanlib/files/clanlib-2.3.7-gcc7.patch   |  20 
 .../clanlib-2.3.7-no-ldflags-for-conftest.patch|  19 
 .../files/clanlib-2.3.7-no-wm_type-in-fs.patch |  12 +++
 .../clanlib/files/clanlib-2.3.7-non-x86.patch  |  38 +++
 6 files changed, 315 insertions(+)

diff --git a/dev-games/clanlib/clanlib-2.3.7-r3.ebuild 
b/dev-games/clanlib/clanlib-2.3.7-r3.ebuild
new file mode 100644
index ..6707f8386f74
--- /dev/null
+++ b/dev-games/clanlib/clanlib-2.3.7-r3.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools toolchain-funcs
+
+MY_P=ClanLib-${PV}
+DESCRIPTION="Multi-platform game development library"
+HOMEPAGE="http://www.clanlib.org/";
+SRC_URI="http://clanlib.org/download/releases-2.0/${MY_P}.tgz";
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="ZLIB"
+SLOT="2.3"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc ipv6 mikmod opengl sound sqlite cpu_flags_x86_sse2 static-libs 
vorbis X"
+REQUIRED_USE="opengl? ( X )"
+
+BDEPEND="
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen
+   dev-lang/perl
+   media-gfx/graphviz
+   )
+"
+RDEPEND="
+   sys-libs/zlib
+   X? (
+   app-arch/bzip2
+   media-libs/libpng:0
+   media-libs/freetype
+   media-libs/fontconfig
+   virtual/jpeg:0
+   x11-libs/libX11
+   opengl? ( virtual/opengl )
+   )
+   mikmod? (
+   media-libs/alsa-lib
+   media-libs/libmikmod
+   )
+   sqlite? ( dev-db/sqlite:3 )
+   sound? ( media-libs/alsa-lib )
+   vorbis? (
+   media-libs/alsa-lib
+   media-libs/libogg
+   media-libs/libvorbis
+   )
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-autotools.patch
+   "${FILESDIR}"/${P}-doc.patch
+   "${FILESDIR}"/${P}-freetype_pkgconfig.patch #764902
+   "${FILESDIR}"/${P}-glibc2.34.patch
+   "${FILESDIR}"/${P}-32bit-opengl.patch
+   # From Fedora
+   "${FILESDIR}"/${P}-gcc47.patch
+   "${FILESDIR}"/${P}-gcc7.patch
+   "${FILESDIR}"/${P}-non-x86.patch
+   "${FILESDIR}"/${P}-no-ldflags-for-conftest.patch
+   "${FILESDIR}"/${P}-no-wm_type-in-fs.patch
+)
+
+DOCS=( CODING_STYLE CREDITS PATCHES README )
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   ln -sf ../../../Sources/API 
Documentation/Utilities/ReferenceDocs/ClanLib || die
+}
+
+src_configure() {
+   # Add -DPACKAGE_BUGREPORT?
+   local myeconfargs=(
+   $(use_enable doc docs)
+   $(use_enable cpu_flags_x86_sse2 sse2)
+   $(use_enable opengl clanGL)
+   $(use_enable opengl clanGL1)
+   $(use_enable opengl clanGUI)
+   $(use_enable X clanDisplay)
+   $(use_enable vorbis clanVorbis)
+   $(use_enable mikmod clanMikMod)
+   $(use_enable sqlite clanSqlite)
+   $(use_enable ipv6 getaddr)
+   )
+
+   use sound \
+   || use vorbis \
+   || use mikmod \
+   || myeconfargs+=( --disable-clanSound )
+
+   tc-export PKG_CONFIG
+
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   emake
+
+   use doc && emake html
+}
+
+# html files are keeped in a directory that is dependent on the SLOT
+# so to keep eventual bookmarks to the doc from version to version
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+
+   if use doc ; then
+   emake DESTDIR="${D}" install-html
+   dodoc -r Examples Resources
+   fi
+}

diff --git a/dev-games/clanlib/files/clanlib-2.3.7-gcc47.patch 
b/dev-games/clanlib/files/clanlib-2.3.7-gcc47.patch
new file mode 100644
index ..58b55ccf0291
--- /dev/null
+++ b/dev-games/clanlib/files/clanlib-2.3.7-gcc47.patch
@@ -0,0 +1,107 @@
+diff -up ClanLib-2.3.4/Sources/Core/IOData/file_help.cpp~ 
ClanLib-2.3.4/Sources/Core/IOData/file_help.cpp
+--- ClanLib-2.3.4/Sources/Core/IOData/file_help.cpp~   2011-07-22 
10:03:21.0 +0200
 ClanLib-2.3.4/Sources/Core/IOData/file_help.cpp2012-01-12 
22:16:39.779011207 +0100
+@@ -34,6 +34,7 @@
+ #

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

2022-10-28 Thread Pacho Ramos
commit: 4442e3e66d8459ae33afaa263a5a9c2b9c55
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Oct 28 21:40:42 2022 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Oct 28 22:47:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4442e3e6

dev-util/colm: Drop .la files and fix sed delimiter for CFLAGS

Closes: https://bugs.gentoo.org/840966
Closes: https://bugs.gentoo.org/840969
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-util/colm/colm-0.14.7-r2.ebuild | 67 +
 1 file changed, 67 insertions(+)

diff --git a/dev-util/colm/colm-0.14.7-r2.ebuild 
b/dev-util/colm/colm-0.14.7-r2.ebuild
new file mode 100644
index ..23a2f43b338a
--- /dev/null
+++ b/dev-util/colm/colm-0.14.7-r2.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="COmputer Language Manipulation"
+HOMEPAGE="https://www.colm.net/open-source/colm/";
+SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+BDEPEND="
+   doc? (
+   || ( app-text/asciidoc dev-ruby/asciidoctor )
+   dev-python/pygments
+   )
+"
+# libfsm moved from ragel -> colm, bug #766108
+RDEPEND="!

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

2022-10-28 Thread Sergey Torokhov
commit: 2a528973b806e961c4c688666e1f4f8e16dae682
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Oct 28 22:21:17 2022 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Fri Oct 28 22:21:17 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a528973

dev-libs/fortran-stdlib: drop old 0.1.0, 0.2.0

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-libs/fortran-stdlib/Manifest   |  2 -
 .../fortran-stdlib/fortran-stdlib-0.1.0.ebuild | 62 
 .../fortran-stdlib/fortran-stdlib-0.2.0.ebuild | 68 --
 3 files changed, 132 deletions(-)

diff --git a/dev-libs/fortran-stdlib/Manifest b/dev-libs/fortran-stdlib/Manifest
index 122c39386..2d982086f 100644
--- a/dev-libs/fortran-stdlib/Manifest
+++ b/dev-libs/fortran-stdlib/Manifest
@@ -1,3 +1 @@
-DIST fortran-stdlib-0.1.0.tar.gz 210357 BLAKE2B 
0727c0d280bb4c95383d9436245b82a43ed7aa0f762652d010501960d25a752694e8a12de149d80d1e107f3c6252d7af4f2db7ae64be6df58c4110dd929c0318
 SHA512 
247ad9e3db46847bbb5565aee995242f1c86ad3f623e9b91ca8505a92d6c27984a12fe32d4f3025e662176a025f72ddadc2d87ba646ab6b46ccc88e13f94f387
-DIST fortran-stdlib-0.2.0.tar.gz 323170 BLAKE2B 
b81c04a52fc466fe87668a1280fda0a3305e85fe90c8db07d7a8271804d775d07dc1e16278d87abc8c63990c825dbf2ae7ae9dd142ba8c2edf4fb32609471188
 SHA512 
aadf5e1fa96a95143fec9f7778c37d82c515d7db9afb723d02685a3f751428f82121d57529caaba79b5d6aab92af7790616640a09128ec5f3cf57528d68975ed
 DIST fortran-stdlib-0.2.1.tar.gz 323480 BLAKE2B 
d6d54e38fd8c970168144b011b0df8c800339f7649f09581401351e508ad98dd562bf6ea68595188b5b854973f8552ce7fb4ae9c4aa7491090927a21b4e8a714
 SHA512 
74eba6d0507a176af9dd6e035dc37844c5b7ae0181527e69de8eedf38f90260121c7814e3ffe34845059f91632edd08227c5dd326a45949ac57659249c3296fd

diff --git a/dev-libs/fortran-stdlib/fortran-stdlib-0.1.0.ebuild 
b/dev-libs/fortran-stdlib/fortran-stdlib-0.1.0.ebuild
deleted file mode 100644
index 17427d598..0
--- a/dev-libs/fortran-stdlib/fortran-stdlib-0.1.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-FORTRAN_STANDARD="2003"
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit cmake fortran-2 python-any-r1
-
-MY_PN="stdlib"
-SRC_URI="https://github.com/fortran-lang/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-DESCRIPTION="A community driven standard library for (modern) Fortran"
-HOMEPAGE="https://stdlib.fortran-lang.org/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="mirror !test? ( test )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep '
-   dev-util/fypp[${PYTHON_USEDEP}]
-   ')
-   doc? (
-   $(python_gen_any_dep '
-   app-doc/ford[${PYTHON_USEDEP}]
-   ')
-   )
-"
-
-pkg_setup() {
-   fortran-2_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs+=(
-   -DBUILD_SHARED_LIBS=on
-   )
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-
-   if use doc ; then
-   einfo "Build API documentation:"
-   ${EPYTHON} ford API-doc-FORD-file.md || die
-   fi
-}
-
-src_install() {
-   cmake_src_install
-
-   use doc && HTML_DOCS=( "${WORKDIR}/${MY_PN}-${PV}"/API-doc/. )
-   einstalldocs
-}

diff --git a/dev-libs/fortran-stdlib/fortran-stdlib-0.2.0.ebuild 
b/dev-libs/fortran-stdlib/fortran-stdlib-0.2.0.ebuild
deleted file mode 100644
index 2e29c3a45..0
--- a/dev-libs/fortran-stdlib/fortran-stdlib-0.2.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-FORTRAN_STANDARD="2003"
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit cmake fortran-2 python-any-r1
-
-MY_PN="stdlib"
-SRC_URI="https://github.com/fortran-lang/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-DESCRIPTION="A community driven standard library for (modern) Fortran"
-HOMEPAGE="https://stdlib.fortran-lang.org/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="mirror !test? ( test )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep '
-   dev-util/fypp[${PYTHON_USEDEP}]
-   ')
-   doc? (
-   $(python_gen_any_dep '
-   app-doc/ford[${PYTHON_USEDEP}]
-   ')
-   )
-   test? ( dev-util/fortran-test-drive )
-"
-
-pkg_setup() {
-   fortran-2_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs+=(
-   -DBUILD_SHARED_LIBS=on
-   -DBUILD_TESTING=$(usex test)
-   )
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-
-   if use doc ; then
-   einfo "Build API documentation:"
-   ${EPYTHON} ford API-doc-FORD-file

[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/StringiFor/files/, dev-libs/StringiFor/

2022-10-28 Thread Sergey Torokhov
commit: 68bee2645a14141f1e9a7f6e05ac80b1b84d8ad5
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Oct 28 22:16:52 2022 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Fri Oct 28 22:16:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68bee264

dev-libs/StringiFor: drop old 1.1.1, 1.1.3

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-libs/StringiFor/Manifest   |   8 --
 dev-libs/StringiFor/StringiFor-1.1.1.ebuild| 106 -
 dev-libs/StringiFor/StringiFor-1.1.3.ebuild| 106 -
 .../files/stringifor-1.1.1_fix_tests.patch |  48 --
 4 files changed, 268 deletions(-)

diff --git a/dev-libs/StringiFor/Manifest b/dev-libs/StringiFor/Manifest
index 37b488fba..e3c68a11d 100644
--- a/dev-libs/StringiFor/Manifest
+++ b/dev-libs/StringiFor/Manifest
@@ -1,9 +1 @@
-DIST BeFoR64-1.1.4.tar.gz 32928 BLAKE2B 
ef5ca349508525c48843c613ef945f33e165069d2ade3f98acf25810daa22617d8c5fe45c4127d3eef36a5358cc1052237e6d94fce0ab4ae289a28a0d9c99b48
 SHA512 
26b0fa2cb754fa0f3809f5de29136073fdd399d0b192a5d97b67759a1a9f68fd59894f5fa9a805c7626732b63f18990922d88b110bd6d4ccdd5218fd330a4c81
-DIST BeFoR64-1.1.4_p20201012.tar.gz 37269 BLAKE2B 
6930f3d9ce2c0f3f93d7c9a9e0662c65de3f3cef9b701b864033c98499b5d1d2fdee97da9efadcce7c3d1e4aec49b5223dd24e86c2cfd317620407f8d07b6e3e
 SHA512 
6e4c49a7f4eb32cf1ecc0db335e315bdf82f0f46cf1075811394646264da023a30afbccd00c73619b6c93cf5d6daefc4a36e5f1fe44060f0f8131418a7e71f70
-DIST FACE-1.1.2.tar.gz 159747 BLAKE2B 
007c6bfc4148649a28f322f451f665750dc7cca515fae3c3d9b96694ea20ed0586471b9def43c92039bdf9450a1ebf9a927e5d50e8df4ea829284f41c331464e
 SHA512 
e9eb336923780bf1a1b37a5f897a72181599bf843e91f118d4d418aebf26489bdeaedbd9025b8abda446b7bdb5e97746346e68ff6357d159a675d0aca3a3ee4c
-DIST FACE-1.1.2_p20201005.tar.gz 157807 BLAKE2B 
f263abdb64b1153eb4eedf9e65a28614ff20bacf59f635d6ddfaa4e30cc47521fde8ae885e961b52fa8b86c7133fea4e67f7dde8676b25a0df8f1e28008a84f7
 SHA512 
9fb594211d583ef7176787f02268afa95700bf8a1905d26c51c5e40982fffb42b1b08e83f524d81d420981d607245c36e2a4a69464f8b1c5ae7c75c03643950d
-DIST PENF-1.2.2.tar.gz 143245 BLAKE2B 
d59353195c7502514091ad0a4dae42d9c3d5e8b383160f46e512ce42ed242539347683c5d79ae6a2093feee428af6137f6ecf8673c54ac15dc13a7029984dcf2
 SHA512 
12086abad9bdf552a9f41f862819a9fe6d91b18827515473f3ec36722fcd593cdb5d01a6769567dbc91238233d706ae4f2520e7767556e17b0dcb42e10999571
-DIST PENF-1.2.2_p20201012.tar.gz 142299 BLAKE2B 
253697c67c62ffc4f7b32375a1451913b178dbf3d79f0c7eab76a14c9f6969df65ce8b9422c0851a819065a979d0935724bc3121a48fb40a1c963880c375670d
 SHA512 
14b6246c0e6c8f4a4602bac22c1d8f6fd89ca174c7a6539d5da97c0bbe4049891117b0a469e72472ca5dbac44b613b806ed050a41a357b96cf939a525e3cb307
-DIST StringiFor-1.1.1.tar.gz 80098 BLAKE2B 
d42774323703550355b90ce706e62356a30cb4a27a37622841c28bbff9f9504ce7da8997222f6a0bb1e5ec56894ffdd679dc1a5b2a8f8bb353580491554fbce7
 SHA512 
14639dbb62e2b1ccb9cdb3c8100da7da8ff7d2a06d304bce2a9e8574e52adbd2f589f0017498ce7489f4977acdc99cfc889a5a752bc8efd58da41cea104c0712
-DIST StringiFor-1.1.3.tar.gz 83606 BLAKE2B 
5cd00941d2ac8c7fbe501e7fed0747f8c4ae5f61edf336a86ea89f9fd500ee016e97664ca0bbcdbcfd4c007c203fdc4fbbdbef617c0d0d115b5a96dd89b98fbf
 SHA512 
d1a1a7848cec657544ec4fab5517cb19fbf2b8655500c86d2b4dd0fc6bdb143c4929770b0e61c7e2d9c7b5660ca8e7e6cf283bb4744d17ca252cc8e71a08c163
 DIST StringiFor-1.1.4.tar.gz 571734 BLAKE2B 
2f830b266fbe9022a41f23f4abc13062bb581fe103a5348305050d46cf575a96a4c1998cb99ea68745209b54bc4862d52aef9c724c41d8341ff5ec7a5a8ef994
 SHA512 
3176a0eacdc8cfc1049373bd3313c64b8f7744d430f05b2aba4768311145e509ac1783152061da3e10af3dff9fa949da7e2554c2f8ad6a648d51eacbef007d30

diff --git a/dev-libs/StringiFor/StringiFor-1.1.1.ebuild 
b/dev-libs/StringiFor/StringiFor-1.1.1.ebuild
deleted file mode 100644
index 2239e9843..0
--- a/dev-libs/StringiFor/StringiFor-1.1.1.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-FORTRAN_STANDARD=2003
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit  fortran-2 python-any-r1 toolchain-funcs
-
-# Unfortunately the releases don't have appropriate release-tags
-# so there commits sha-1 checksum are used
-StringiFor_sha="7f73f2682372201721f0fd670cf9c772d11b5268"  # 
StringiFor-1.1.1 (27 jan 2020)
-BeFoR64_sha="d2be41faa804c5b1b811351c5384cdb6c58ce431" # BeFoR-1.1.4 
(11 sep 2019)
-FACE_sha="e3700566a18e145f0f90ba6c89570b690526845b"# FACE-1.1.2 
(11 sep 2019)
-PENF_sha="d2b27d5652f48584b9468ebd0b11dd44b5fb1638"# PENF-1.2.2 
(11 sep 2019)
-
-DESCRIPTION="StringiFor, Strings Fortran Manipulator, yet another strings 
Fortran module"
-HOMEPAGE="https://github.com/szaghi/StringiFor";
-SRC_URI="
-   https://github.com/szaghi/${PN}/archive/"${StringiFor_sha}".tar.gz -> 
${P}.tar.gz
-   https://github.com/szaghi/BeFoR64/archive/"${BeFoR64_sha}".tar.gz -> 
BeFo

[gentoo-commits] repo/proj/guru:dev commit in: app-misc/doublecmd-bin/

2022-10-28 Thread Sergey Torokhov
commit: eba9c0cb4ea5f64b7b163a0b72641de49290537e
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Oct 28 22:12:40 2022 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Fri Oct 28 22:12:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eba9c0cb

app-misc/doublecmd-bin: drop old 1.0.6, 1.0.7

Signed-off-by: Sergey Torokhov  yandex.ru>

 app-misc/doublecmd-bin/Manifest   |  8 ---
 app-misc/doublecmd-bin/doublecmd-bin-1.0.6.ebuild | 68 ---
 app-misc/doublecmd-bin/doublecmd-bin-1.0.7.ebuild | 65 --
 3 files changed, 141 deletions(-)

diff --git a/app-misc/doublecmd-bin/Manifest b/app-misc/doublecmd-bin/Manifest
index c13b55572..bfffdd7b0 100644
--- a/app-misc/doublecmd-bin/Manifest
+++ b/app-misc/doublecmd-bin/Manifest
@@ -1,11 +1,3 @@
-DIST doublecmd-1.0.6.gtk2.i386.tar.xz 7383328 BLAKE2B 
8e56421c4188a2cb65bc9cfa2d4efcd4aacd7c4ad348716bd4282fed2530fa38c11d424c99de9b9efca83b8145651bb072de4611e4e9537293ea24ddb738025d
 SHA512 
d1f9748cfc95d1da5d103f598d792d99a0bb3b4aeda0482e0c8889f8f251e1daf8f89fe000892bd2543bf0da205131ced08614f19f68507bb3ee4845c381a6e7
-DIST doublecmd-1.0.6.gtk2.x86_64.tar.xz 8129312 BLAKE2B 
4184327ddf7eea72af031ded2f11ce74c5c75cb58fbb5dd5c4098cff2cbd0f096a178142ff9ef33bbc1e0551251609a9ebd713778e61ae478e1ee9ac83753b3a
 SHA512 
6c2f4091805db83d28ccb2ba0980def766c1ab85b31045fc078ee3e10884d30a734dfd0f42bc4080c7a2df5d3d8da02cacd4b2f26c1a23083ba3050ecf314282
-DIST doublecmd-1.0.6.qt.i386.tar.xz 7936084 BLAKE2B 
e4f0f63afa4b86ace5f37f6cc7d9bb76ae095476a62bc2d4f896924f29452e59aef4c510c434937cab5d2354b6ff67246332782af7dfd6acca6fb873151aaeee
 SHA512 
7a1fba9cdd919863e16233d5b6d6098e4ef4df7fc3a3d99fb4c16958d58515d330cced90278e8008676f5b9ab5f4a7df697ba6d60bd98f4ebf34a6d9fdb004dc
-DIST doublecmd-1.0.6.qt.x86_64.tar.xz 8622596 BLAKE2B 
7437413af925aca5e4544119a5782f57eec03d075296c7ad127666205c26b44322668f0e8e63102ac73de1f447cdc2e7e20b3da100abc1a3643a75c7589115ef
 SHA512 
1cd2b2ce36643e793e0a42efb036d9a6923e76816a6e7ea2a5365e58690d969a7e5e1443a80369b135d617bdba38739d0e193a7cefe57d7de67d9b746499bbf8
-DIST doublecmd-1.0.7.gtk2.i386.tar.xz 7520284 BLAKE2B 
fb0c1c0585ee27153dfaef6c77341beb19663dc45a94dbc943c8d70efafc4076b52cb531f11f1091e11a02d164f8b971ca2ca2b833fe176641bbcce0002018f4
 SHA512 
b85dfb7a806746374b6597388f82bb5c2395216b3a75773ab7eb6558d385cfe96e34c0d486afe2d74db7f4914bec39e630336aef0945c9748078476f51625656
-DIST doublecmd-1.0.7.gtk2.x86_64.tar.xz 8281832 BLAKE2B 
1225d00e744c766ba52f10b1f69cfae4ceeda450e590bde5961960565ed2d7e5eeb8bb63059ddb283da50b95b626d0cbf3296d30df82086b07cf79c0faf2bb7c
 SHA512 
5eab1ddb41ed569671db8f30358873ef7a5bdec3d9d65e296c212bb8282c1382a77123fe4cb58ac2f0b78c4d52a6fde80ed97f8d3278cf4e202f339ad381c585
-DIST doublecmd-1.0.7.qt.i386.tar.xz 7909008 BLAKE2B 
ef5512404d071c1b3780527046109dfa4a2569392e4e89ebdc5ac5eb1304e84d16e1e6d6eb72af51db6463f31158cea46f398c9af7e00a2a838ccc72b940113f
 SHA512 
1186b17eacc87b762d10de23e0ae319ef1282b832e10561633ce6b42916bb97825d8467e8f96b61fcf723c4f21ce401a3f6ae5adc736d023953b1ed733129f25
-DIST doublecmd-1.0.7.qt.x86_64.tar.xz 8609844 BLAKE2B 
47f8e37e9ff20811fae59e00c46bb9a04bc500ca8583f03da9aa8b66ced305bd3eba86b35a725bf17ea47c833167e81982a4b17e0f55a1aea2bddee8f7f77988
 SHA512 
b8f59dc8c8d417bf2491dfb74594d6069f2eebeee7ba3c37dfa047b05e9d8b5383b6f234025f0b6ce4357488900be73f3dc0bea7c0861d6e21c3d28d1d729078
 DIST doublecmd-1.0.8.gtk2.i386.tar.xz 7554164 BLAKE2B 
fac0e94898c8bfd7c20622f351ae687b6fbeb9d1746ca74a3ebf1a5b8a171af061d06885b29c7a063cf644717e0809d8b3afb65f302d38e8949512097a3e44e7
 SHA512 
94a9bf880604c81e6c06ba521bb5a170f2bdc8447d6bff1a2033744aab916bfc4d12975165175cc7afff4f6ece109732e215b13a671e8ba0984718b6fbd765b4
 DIST doublecmd-1.0.8.gtk2.x86_64.tar.xz 8313164 BLAKE2B 
2998badb7b91bb59b5bffdc59c326acf6481ed93279b62d3567e8c0dad736e03de7322a267ea423a4f11f705a0c4c2a3013767fcd200cde24d07a8e813c8f3ed
 SHA512 
7c929c9fd6aef567aca23182c14d1221856874b7f95f4dd39b57129a2282aa8c084aa80f3bd2fb6321f39d1d8d78f596c48f059df45d6435e3021d2689db1762
 DIST doublecmd-1.0.8.qt.i386.tar.xz 7941656 BLAKE2B 
381b932022a202aa3b7b055711f76c4ca335785a692b4fe8e8ee7b5da33bcc0289c9ff1174cf089eb610e181d21c182517cc6dd56efb39603ebb3e1fb2ec
 SHA512 
2503e0b1a28b99a9a497df68711d2b6258c6cd8c9f7d9f0255b1b0554e11231ffed7d1e101a930f4c8f3c2639b608e21c1172a784dcf30e857b124d7197c3aa8

diff --git a/app-misc/doublecmd-bin/doublecmd-bin-1.0.6.ebuild 
b/app-misc/doublecmd-bin/doublecmd-bin-1.0.6.ebuild
deleted file mode 100644
index 6b4c8bebf..0
--- a/app-misc/doublecmd-bin/doublecmd-bin-1.0.6.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop wrapper xdg
-
-MY_PN="doublecmd"
-DESCRIPTION="Free cross platform open source file manager with two panels side 
by side."
-HOMEPAGE="https://doublecmd.sourceforge.io/";
-
-SRC_URI="amd64? (
-   

[gentoo-commits] repo/proj/guru:dev commit in: games-board/fairy-stockfish/

2022-10-28 Thread Sergey Torokhov
commit: 21befb198b04c1c9ca68073919710a3122d81fab
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Oct 28 22:09:12 2022 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Fri Oct 28 22:09:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21befb19

games-board/fairy-stockfish: drop old 14 version

Signed-off-by: Sergey Torokhov  yandex.ru>

 games-board/fairy-stockfish/Manifest   |  1 -
 .../fairy-stockfish/fairy-stockfish-14.ebuild  | 99 --
 2 files changed, 100 deletions(-)

diff --git a/games-board/fairy-stockfish/Manifest 
b/games-board/fairy-stockfish/Manifest
index 9f011abcb..678f64cf1 100644
--- a/games-board/fairy-stockfish/Manifest
+++ b/games-board/fairy-stockfish/Manifest
@@ -1,4 +1,3 @@
-DIST fairy-stockfish-14.tar.gz 326041 BLAKE2B 
16c8f07e60a2df19d0c87c5acb2a5d0e9fe3ffcba5791ac36a7a35eebaaa01296f86a9cfbecc2916744c73c3d3f6f4ae03f2ea74759bfa96cb92c32f30b4
 SHA512 
7b684009447ddc0083cf356b1859215c11817a81892d887c1e47d34b26da5338a2f12846fac804995a2d21903ccc74132870a71bec46644ac0a8bba453ba7666
 DIST fairy-stockfish-14.0.1.tar.gz 330996 BLAKE2B 
18bfe84edae242800f1e75d76d674012680972e44ba341ac429f90e39d075883fc66a808c2b85ed3c3a5aaabec2a290d0c0b2f47076b6cadc92519673ebcbfe9
 SHA512 
267837285c735ad7579233b6b6635c227b28727be1c63edb471b54b74f69330003aa3c6abf0667a0697868e8fd059c0ba23b3956ead269708abf61764bd33f3d
 DIST janggi-85de3dae670a.nnue 11261915 BLAKE2B 
97436ab482e4754cc7f13fea66dcacb2a6cf57876467b0756bc6360ed9bac281e4ec19b31abb0743973f4a5e01ac3b2f669bb973e667657b171582adfc79da24
 SHA512 
7aee208cb68952ef2fc1365de7c2dc5e2778af59f98a8adbf4d63225e6838133976b9d6c2cdf8ac5342f79259cf47ffc1a2e3e5a83747d77b804399da09e2604
 DIST xiangqi-83f16c17fe26.nnue 11261915 BLAKE2B 
3c77b4827331fdfa23bbc5d09d232e2d1c039dbd1fdbf4c22a1a78fa250f48f65d25fd01f222a7bd74e0da8b5b90be9a114f13fa6edcbee30b08420ce81530b9
 SHA512 
2111284ea97d5b08af0f444dd5d8a9277edc6f8b5feb3da36165de22f67cdba8c39172294cc5a5c308ac17bae50cf4c7ce1ed2a345a33ec29a39ee1ed37120fe

diff --git a/games-board/fairy-stockfish/fairy-stockfish-14.ebuild 
b/games-board/fairy-stockfish/fairy-stockfish-14.ebuild
deleted file mode 100644
index 49ad646e9..0
--- a/games-board/fairy-stockfish/fairy-stockfish-14.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Chess variant engine derived from Stockfish to support fairy 
chess variants"
-HOMEPAGE="https://github.com/ianfab/Fairy-Stockfish";
-
-MY_PV=$(ver_rs 1 _)
-
-SRC_URI="https://github.com/ianfab/Fairy-Stockfish/archive/fairy_sf_${MY_PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cpu_flags_arm_v7 cpu_flags_x86_avx2 cpu_flags_x86_popcnt 
cpu_flags_x86_sse debug
-   general-32 general-64 largeboards test"
-
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   || ( app-arch/unzip app-arch/zip )
-   test? ( dev-tcltk/expect )
-"
-RDEPEND=""
-
-S="${WORKDIR}/Fairy-Stockfish-fairy_sf_${PV}/src"
-
-src_prepare() {
-   default
-
-   local item
-   # Rename Stockfish to Fairy-Stockfish
-   sed -i -e 's:EXE = stockfish:EXE = fairy-stockfish:' Makefile || die
-   for item in ../tests/*.sh ; do
-   sed -i -e 's:./stockfish:./fairy-stockfish:' $item || 
die
-   done
-   # protocol.sh test 'ucci.exp' fails for timeout 5 but pass with 15
-   sed -i -e 's:timeout 5:timeout 15:' ../tests/protocol.sh || die
-   # instrumented.sh syzygy test data tarball get differ size every time, 
drop it
-   sed -i -e '112,141d' ../tests/instrumented.sh || die
-
-   # prevent pre-stripping
-   sed -e 's:-strip $(BINDIR)/$(EXE)::' -i Makefile \
-   || die 'failed to disable stripping in the Makefile'
-}
-
-src_compile() {
-   local my_arch
-
-   # generic unoptimized first
-   use general-32 && my_arch=general-32
-   use general-64 && my_arch=general-64
-
-   # x86
-   use x86 && my_arch=x86-32-old
-   use cpu_flags_x86_sse && my_arch=x86-32
-
-   # amd64
-   use amd64 && my_arch=x86-64
-   use cpu_flags_x86_popcnt && my_arch=x86-64-modern
-
-   # both bmi2 and avx2 are part of hni (haswell new instructions)
-   use cpu_flags_x86_avx2 && my_arch=x86-64-bmi2
-
-   # other architectures
-   use cpu_flags_arm_v7 && my_arch=armv7
-   use ppc && my_arch=ppc
-   use ppc64 && my_arch=ppc64
-
-   # Skip the "build" target and use "all" instead to avoid the config
-   # sanity check (which would throw a fit about our compiler). There's
-   # a nice hack in the Makefile that overrides the value of CXX with
-   # COMPILER to support Travis CI and we abuse it to make sure that we
-   # build with our compiler of choice.
-   # Build all variants (add Amazons game) and disable default optimiz

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

2022-10-28 Thread Sergey Torokhov
commit: afd9b79df5292735a6baaa0f473ffc5469edce3e
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Oct 28 21:40:52 2022 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Fri Oct 28 21:40:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afd9b79d

dev-python/markdown-include: drop old 0.6.0

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/markdown-include/Manifest   |  1 -
 .../markdown-include/markdown-include-0.6.0.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-python/markdown-include/Manifest 
b/dev-python/markdown-include/Manifest
index 1c8b04dfa..bc9ab5bb0 100644
--- a/dev-python/markdown-include/Manifest
+++ b/dev-python/markdown-include/Manifest
@@ -1,2 +1 @@
-DIST markdown-include-0.6.0.tar.gz 4661 BLAKE2B 
449e05b40ab3a8725f68a8c02dc32349de2435520790b955b708c39ac53782c91dd6b592a712fafe9442f6ba1fda0794436500a5a4148d16caaf38dd6af8b69f
 SHA512 
cbd83ff6ae64416410a7b6879c6f3fa4edd1b1d6e898508251651f0366bf7a121d2e0447f638069b84f872713dc9618128a4fa524d2eaddcfa8bfc2ed3be76de
 DIST markdown-include-0.7.0.gh.tar.gz 16696 BLAKE2B 
0816c25afe73f0046d9cf56ad6a985bf76ebd7b4f78f64db631697ffcd07f9e0550b2dd74411945e38c27965153be186a89d82c55aa7bf4570be47c1cfca2917
 SHA512 
2d4350ad87cc7e5dab116f4df7648d3a7ffc0c18e38b61ddfca9a6cf76a64bd1d41dcbf7525fd41c81cbc64abe1f776cd3ad9847e25fe790f16c4a024265390d

diff --git a/dev-python/markdown-include/markdown-include-0.6.0.ebuild 
b/dev-python/markdown-include/markdown-include-0.6.0.ebuild
deleted file mode 100644
index 87f3bbcee..0
--- a/dev-python/markdown-include/markdown-include-0.6.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=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown 
docs"
-HOMEPAGE="https://github.com/cmacmackin/markdown-include";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"



  1   2   3   4   5   >