[gentoo-commits] repo/gentoo:master commit in: www-apache/modsecurity-crs/

2024-04-27 Thread Petr Vaněk
commit: 6f5d04a52fc7fead3609fa026bb96fe172db0441
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Apr 26 16:41:02 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sat Apr 27 13:20:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5d04a5

www-apache/modsecurity-crs: drop 4.0.0_rc2

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36439
Signed-off-by: Petr Vaněk  gentoo.org>

 www-apache/modsecurity-crs/Manifest|  1 -
 .../modsecurity-crs-4.0.0_rc2.ebuild   | 45 --
 2 files changed, 46 deletions(-)

diff --git a/www-apache/modsecurity-crs/Manifest 
b/www-apache/modsecurity-crs/Manifest
index d81fff64bbcc..9235054778d5 100644
--- a/www-apache/modsecurity-crs/Manifest
+++ b/www-apache/modsecurity-crs/Manifest
@@ -1,4 +1,3 @@
 DIST modsecurity-crs-3.3.5.tar.gz 299458 BLAKE2B 
b8617de77cf5168c7b95fab46eae45e2101b4ec7a537d8d471b9b1b27a856b1d370a9de43ee262c07dc9371b3ff79cd86b7328b171fde003da9110897206e91e
 SHA512 
001f9afe25f479dd988aaec1a4a2c0197b2d27e00d2cd10b70892e4889b399259cd0655f42a96965ae655855abdb7f9d8295c225ae17bf1e47361b70232633e5
 DIST modsecurity-crs-4.0.0.tar.gz 504720 BLAKE2B 
e6da0268ae9209179d1f6cefba34e097b614dd4659a4b4df2ef3e6a0b32be7be9d825beaf6d8ca1fbef0dd27217b4707090844e59eaa817111be4a6f8333e205
 SHA512 
c25bfd6de772815977783e78d7afd388d60bbba151762a38c7050fd5ecde6a48baa0a850028a24d42855ae4a788404ad1ee0f7a4ad2d94d53a46e261a00f7224
-DIST modsecurity-crs-4.0.0_rc2.tar.gz 491479 BLAKE2B 
71a016b7e45a991373357ece9cc7a59afe54daf91ffa826b76fd4a986b6e8989efb54ca3b83fac9307cf6ede1e1f7a78f9534cc5682e63ea3d75b9092c295d30
 SHA512 
302129aa3c476afd84b41bfdf73afaa1561f300ecad6ea3540d977639dc3c2167169298fbbe453ceb108d10dee3835b2e4f30f0c12cc413d3acd530906123021
 DIST modsecurity-crs-4.2.0.tar.gz 511240 BLAKE2B 
f33d1a2bfac809e08ce5480af68b2380b19ea33f4d1409dd79d2117e451631df5b73ba2ccbc6eae2757df3b092c9439bfe79b49658d76fda1a1237f204317080
 SHA512 
041556b2071385c10a4b4a29ad4f926ee86f819f8b9c95f849e76b3d2724d5fc29c21a69f9eba6fd62e7f5709a109a95feca67a19d8c8d1f0410ee2987ac7a6b

diff --git a/www-apache/modsecurity-crs/modsecurity-crs-4.0.0_rc2.ebuild 
b/www-apache/modsecurity-crs/modsecurity-crs-4.0.0_rc2.ebuild
deleted file mode 100644
index 1a0a134d3046..
--- a/www-apache/modsecurity-crs/modsecurity-crs-4.0.0_rc2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature
-
-MY_PV=${PV/_/-}
-
-DESCRIPTION="OWASP ModSecurity Core Rule Set"
-HOMEPAGE="https://coreruleset.org/;
-SRC_URI="https://github.com/coreruleset/coreruleset/archive/v${MY_PV}.tar.gz 
-> ${P}.tar.gz"
-S="${WORKDIR}/coreruleset-${MY_PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+apache2"
-
-RDEPEND="apache2? ( >=www-apache/mod_security-2.9.6 )"
-
-DOCS=( CHANGES.md CONTRIBUTORS.md crs-setup.conf.example KNOWN_BUGS.md 
README.md )
-
-src_install() {
-   insinto "/usr/share/${PN}"
-   doins -r plugins rules
-
-   einstalldocs
-
-   if use apache2; then
-   # I don't think it's worth pulling in apache-module.eclass just 
for
-   # this path...
-   insinto /etc/apache2/modules.d
-   doins "${FILESDIR}/80_mod_security-crs.conf"
-   fi
-}
-
-pkg_postinst() {
-   if use apache2; then
-   einfo "The CRS configuration file has been installed to:"
-   einfo "  ${ROOT}/etc/apache2/modules.d/80_mod_security-crs.conf"
-   fi
-
-   optfeature "apache-less installations, e.g. nginx" dev-libs/modsecurity
-}



[gentoo-commits] repo/gentoo:master commit in: www-apache/modsecurity-crs/

2024-04-27 Thread Petr Vaněk
commit: 36aceb163fb98c95f7963a6b8781aeaa0e6fbc2e
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Apr 26 16:40:40 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sat Apr 27 13:20:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36aceb16

www-apache/modsecurity-crs: add 4.2.0

Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Petr Vaněk  gentoo.org>

 www-apache/modsecurity-crs/Manifest|  1 +
 .../modsecurity-crs/modsecurity-crs-4.2.0.ebuild   | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/www-apache/modsecurity-crs/Manifest 
b/www-apache/modsecurity-crs/Manifest
index 42d6a88cdcda..d81fff64bbcc 100644
--- a/www-apache/modsecurity-crs/Manifest
+++ b/www-apache/modsecurity-crs/Manifest
@@ -1,3 +1,4 @@
 DIST modsecurity-crs-3.3.5.tar.gz 299458 BLAKE2B 
b8617de77cf5168c7b95fab46eae45e2101b4ec7a537d8d471b9b1b27a856b1d370a9de43ee262c07dc9371b3ff79cd86b7328b171fde003da9110897206e91e
 SHA512 
001f9afe25f479dd988aaec1a4a2c0197b2d27e00d2cd10b70892e4889b399259cd0655f42a96965ae655855abdb7f9d8295c225ae17bf1e47361b70232633e5
 DIST modsecurity-crs-4.0.0.tar.gz 504720 BLAKE2B 
e6da0268ae9209179d1f6cefba34e097b614dd4659a4b4df2ef3e6a0b32be7be9d825beaf6d8ca1fbef0dd27217b4707090844e59eaa817111be4a6f8333e205
 SHA512 
c25bfd6de772815977783e78d7afd388d60bbba151762a38c7050fd5ecde6a48baa0a850028a24d42855ae4a788404ad1ee0f7a4ad2d94d53a46e261a00f7224
 DIST modsecurity-crs-4.0.0_rc2.tar.gz 491479 BLAKE2B 
71a016b7e45a991373357ece9cc7a59afe54daf91ffa826b76fd4a986b6e8989efb54ca3b83fac9307cf6ede1e1f7a78f9534cc5682e63ea3d75b9092c295d30
 SHA512 
302129aa3c476afd84b41bfdf73afaa1561f300ecad6ea3540d977639dc3c2167169298fbbe453ceb108d10dee3835b2e4f30f0c12cc413d3acd530906123021
+DIST modsecurity-crs-4.2.0.tar.gz 511240 BLAKE2B 
f33d1a2bfac809e08ce5480af68b2380b19ea33f4d1409dd79d2117e451631df5b73ba2ccbc6eae2757df3b092c9439bfe79b49658d76fda1a1237f204317080
 SHA512 
041556b2071385c10a4b4a29ad4f926ee86f819f8b9c95f849e76b3d2724d5fc29c21a69f9eba6fd62e7f5709a109a95feca67a19d8c8d1f0410ee2987ac7a6b

diff --git a/www-apache/modsecurity-crs/modsecurity-crs-4.2.0.ebuild 
b/www-apache/modsecurity-crs/modsecurity-crs-4.2.0.ebuild
new file mode 100644
index ..1a0a134d3046
--- /dev/null
+++ b/www-apache/modsecurity-crs/modsecurity-crs-4.2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature
+
+MY_PV=${PV/_/-}
+
+DESCRIPTION="OWASP ModSecurity Core Rule Set"
+HOMEPAGE="https://coreruleset.org/;
+SRC_URI="https://github.com/coreruleset/coreruleset/archive/v${MY_PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/coreruleset-${MY_PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+apache2"
+
+RDEPEND="apache2? ( >=www-apache/mod_security-2.9.6 )"
+
+DOCS=( CHANGES.md CONTRIBUTORS.md crs-setup.conf.example KNOWN_BUGS.md 
README.md )
+
+src_install() {
+   insinto "/usr/share/${PN}"
+   doins -r plugins rules
+
+   einstalldocs
+
+   if use apache2; then
+   # I don't think it's worth pulling in apache-module.eclass just 
for
+   # this path...
+   insinto /etc/apache2/modules.d
+   doins "${FILESDIR}/80_mod_security-crs.conf"
+   fi
+}
+
+pkg_postinst() {
+   if use apache2; then
+   einfo "The CRS configuration file has been installed to:"
+   einfo "  ${ROOT}/etc/apache2/modules.d/80_mod_security-crs.conf"
+   fi
+
+   optfeature "apache-less installations, e.g. nginx" dev-libs/modsecurity
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c++/

2024-04-27 Thread Petr Vaněk
commit: 68ef65422eeab40eacbf3a82c44033635ea2cf75
Author: Petr Vaněk  gentoo  org>
AuthorDate: Sat Apr 27 13:08:09 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sat Apr 27 13:08:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ef6542

dev-db/mysql-connector-c++: drop 8.0.31, 8.0.32, 8.0.33

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-db/mysql-connector-c++/Manifest|  2 -
 .../mysql-connector-c++-8.0.31.ebuild  | 58 --
 .../mysql-connector-c++-8.0.32.ebuild  | 58 --
 .../mysql-connector-c++-8.0.33.ebuild  | 45 -
 4 files changed, 163 deletions(-)

diff --git a/dev-db/mysql-connector-c++/Manifest 
b/dev-db/mysql-connector-c++/Manifest
index bf885879f346..1f03e10738cc 100644
--- a/dev-db/mysql-connector-c++/Manifest
+++ b/dev-db/mysql-connector-c++/Manifest
@@ -1,3 +1 @@
-DIST mysql-connector-c++-8.0.31-src.tar.gz 4201904 BLAKE2B 
48385db732572ccf2ba91edca0fbdecf94b3ac5ca6c095e1e2e525e5f9b17749b9cb1ed9732253f9239296d364a69a91d56f60958eb4cf399f16db38f6bd76a8
 SHA512 
a088936e207926031b6bafe45925bf0c9d2acede9477b605adb09dc875c87965e58e3ecd0332168021122c9def831f0dfdb837ad2c4ea2f140b07b43c9f8bb3c
-DIST mysql-connector-c++-8.0.32-src.tar.gz 4202413 BLAKE2B 
fe15be7b6ec0c4699ded6e392f3f2e1c12fa9fe033172f6219916fb6ce4ae78d3e8cc882eaf66da606dc1445a59a5cf573f92ee6f1d18178d6c11762dcffb0c0
 SHA512 
cdfddaf84efe0d49d07c5ef07b5c50bde2f64cbf58d48016573a20ca372b0ba5dab640305d16d8b34032a63f2ceb2954eac108f838fb2f3849a7f3838329df48
 DIST mysql-connector-c++-8.0.33-src.tar.gz 4531693 BLAKE2B 
b8f426742fa343ebc1f1da5ba1fbf7dfc0db39493bafd0f5d16e355d43277d78ff27b183edad31792a7591ac59bbfb4033f3498dc646883988cba189535a8ddf
 SHA512 
a625a28f63161c97d727d90e7b1211273fe931ae1325c2fbeca16e770761e3159abdcaba1fb6eb1a557674fd817bf266875a089c8c2ea4d2dd1553e6fa887ef1

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.31.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.31.ebuild
deleted file mode 100644
index 8ee5fb48953d..
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.31.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_MAKEFILE_GENERATOR=emake
-inherit cmake
-
-URI_DIR="Connector-C++"
-DESCRIPTION="MySQL database connector for C++ (mimics JDBC 4.0 API)"
-HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/;
-SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}-src.tar.gz;
-S="${WORKDIR}/${P}-src"
-
-LICENSE="Artistic GPL-2"
-SLOT="0"
-# -ppc, -sparc for bug #711940
-KEYWORDS="amd64 arm ~arm64 -ppc ppc64 -sparc x86"
-IUSE="+legacy"
-
-RDEPEND="
-   app-arch/lz4:=
-   app-arch/zstd:=
-   dev-libs/openssl:=
-   dev-libs/protobuf:=
-   sys-libs/zlib
-   legacy? (
-   dev-libs/boost:=
-   >=dev-db/mysql-connector-c-8.0.27:=
-   )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-8.0.27-mysqlclient_r.patch
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUNDLE_DEPENDENCIES=OFF
-   -DWITH_PROTOBUF=system
-   -DWITH_LZ4=system
-   -DWITH_SSL=system
-   -DWITH_ZLIB=system
-   -DWITH_ZSTD=system
-   -DWITH_JDBC=$(usex legacy)
-   )
-
-   if use legacy ; then
-   mycmakeargs+=(
-   -DWITH_BOOST="${ESYSROOT}"/usr
-   -DMYSQLCLIENT_STATIC_BINDING=0
-   -DMYSQLCLIENT_STATIC_LINKING=0
-   )
-   fi
-
-   cmake_src_configure
-}

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.32.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.32.ebuild
deleted file mode 100644
index 3e1cef8f1ae0..
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.32.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_MAKEFILE_GENERATOR=emake
-inherit cmake
-
-URI_DIR="Connector-C++"
-DESCRIPTION="MySQL database connector for C++ (mimics JDBC 4.0 API)"
-HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/;
-SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}-src.tar.gz;
-S="${WORKDIR}/${P}-src"
-
-LICENSE="Artistic GPL-2"
-SLOT="0"
-# -ppc, -sparc for bug #711940
-KEYWORDS="amd64 arm ~arm64 -ppc ppc64 -sparc x86"
-IUSE="+legacy"
-
-RDEPEND="
-   app-arch/lz4:=
-   app-arch/zstd:=
-   dev-libs/openssl:=
-   >=dev-libs/protobuf-3.19.6:=
-   sys-libs/zlib
-   legacy? (
-   

[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/files/, dev-db/mysql-connector-c/

2024-04-27 Thread Petr Vaněk
commit: 65e810c9b1123f6c07d92328dfdf1e60498bc392
Author: Tomáš Mózes  gmail  com>
AuthorDate: Mon Apr  8 14:37:50 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sat Apr 27 12:53:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e810c9

dev-db/mysql-connector-c: add 8.0.36

Changes:
- musl patch upstreamed, see [1-3]
- mysql.info not present any more, see [4]
- lz4 patch updated

[1] 
https://github.com/mysql/mysql-server/commit/dc6b9e2556bf247cda80670b824cb24b271946f2
[2] https://bugs.mysql.com/bug.php?id=110808
[3] https://github.com/mysql/mysql-server/pull/455
[4] 
https://github.com/mysql/mysql-server/commit/18b2dd3ddfbe06bef9a378f1a87e63d494514b0b

Closes: https://bugs.gentoo.org/893912
Closes: https://bugs.gentoo.org/900667
Closes: https://bugs.gentoo.org/759058
Closes: https://bugs.gentoo.org/882743
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36160
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-db/mysql-connector-c/Manifest  |   1 +
 ...-8.0.36-always-build-decompress-utilities.patch |  23 
 .../mysql-connector-c-8.0.36.ebuild| 123 +
 3 files changed, 147 insertions(+)

diff --git a/dev-db/mysql-connector-c/Manifest 
b/dev-db/mysql-connector-c/Manifest
index bba4363fe6e8..b1933a7ac25c 100644
--- a/dev-db/mysql-connector-c/Manifest
+++ b/dev-db/mysql-connector-c/Manifest
@@ -1 +1,2 @@
 DIST mysql-boost-8.0.32.tar.gz 436207624 BLAKE2B 
8a75fd6fe12d4f870622b3386118737b8f17d116df625ef6187647c870d456823543e0a1e9aa05fff53313c3872df1df23add2508ec735bb7972718fc1e90539
 SHA512 
937e0d0350cb583bb4de15b080f08ed92b253a6d7c09f13a028855dae154fc84f0c95fb082b818b2fa6fa792cd2d9db8d7dc7a20a2a0d3d2b6839fbd2c821b44
+DIST mysql-boost-8.0.36.tar.gz 438154682 BLAKE2B 
066c9dd7f2804ad29808c3bfcf5eae53466f7c40cf1386a9c1f26a0b45dcc3eda8d9618de36e8008e5e4d58b726d6c8ca85aec8d1eda8981f5a49e495b32f046
 SHA512 
a6c1c009a322b7e7aa2aa607573060414c847c77d48f44a24058ffb89673621f2ebbcc1a4448fa841a87ff721159cc8eaf44a57721c7dc233c130691c16a9d4a

diff --git 
a/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.36-always-build-decompress-utilities.patch
 
b/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.36-always-build-decompress-utilities.patch
new file mode 100644
index ..9c8e654ba280
--- /dev/null
+++ 
b/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.36-always-build-decompress-utilities.patch
@@ -0,0 +1,23 @@
+diff --git a/utilities/CMakeLists.txt b/utilities/CMakeLists.txt
+index da34524..96c7299 100644
+--- a/utilities/CMakeLists.txt
 b/utilities/CMakeLists.txt
+@@ -124,13 +124,11 @@ MYSQL_ADD_EXECUTABLE(perror
+   DEPENDENCIES GenError
+   LINK_LIBRARIES mysys
+   )
+-IF(WITH_LZ4 STREQUAL "bundled")
+-  MYSQL_ADD_EXECUTABLE(lz4_decompress
+-lz4_decompress.cc
+-COMPONENT Server
+-LINK_LIBRARIES ext::lz4 mysys
+-)
+-ENDIF()
++MYSQL_ADD_EXECUTABLE(lz4_decompress
++  lz4_decompress.cc
++  COMPONENT Server
++  LINK_LIBRARIES ext::lz4 mysys
++  )
+ 
+ MYSQL_ADD_EXECUTABLE(zlib_decompress
+   zlib_decompress.cc

diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.36.ebuild 
b/dev-db/mysql-connector-c/mysql-connector-c-8.0.36.ebuild
new file mode 100644
index ..724061855292
--- /dev/null
+++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.36.ebuild
@@ -0,0 +1,123 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake-multilib flag-o-matic
+
+DESCRIPTION="C client library for MariaDB/MySQL"
+HOMEPAGE="https://dev.mysql.com/downloads/;
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/mysql/mysql-server.git;
+
+   inherit git-r3
+else
+   SRC_URI="https://dev.mysql.com/get/Downloads/MySQL-$(ver_cut 
1-2)/mysql-boost-${PV}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+   S="${WORKDIR}/mysql-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0/21"
+IUSE="ldap static-libs"
+
+RDEPEND="
+   >=app-arch/lz4-1.9.4:=[${MULTILIB_USEDEP}]
+   app-arch/zstd:=[${MULTILIB_USEDEP}]
+   dev-libs/openssl:=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.13:=[${MULTILIB_USEDEP}]
+   ldap? ( dev-libs/cyrus-sasl:=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+# Avoid file collisions, #692580
+RDEPEND+="
+   ! client/CMakeLists.txt || die
+
+   # Forcefully disable auth plugin
+   if ! use ldap ; then
+   sed -i -e '/MYSQL_CHECK_SASL/d' CMakeLists.txt || die
+   echo > libmysql/authentication_ldap/CMakeLists.txt || die
+   fi
+
+   cmake_src_prepare
+}
+
+multilib_src_configure() {
+   # Code is now requiring C++17 due to 
ht

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

2024-04-26 Thread Petr Vaněk
commit: 086702e62705a7306a93eebaa40f257e41550a5c
Author: Petr Vaněk  gentoo  org>
AuthorDate: Fri Apr 26 15:34:01 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Fri Apr 26 15:36:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=086702e6

net-im/synapse: drop 1.103.0, 1.104.0, 1.105.0

Bug: https://bugs.gentoo.org/930514
Signed-off-by: Petr Vaněk  gentoo.org>

 net-im/synapse/Manifest|  15 --
 .../files/synapse-1.101.0-netaddr-tests.patch  |  33 
 net-im/synapse/synapse-1.103.0.ebuild  | 215 -
 net-im/synapse/synapse-1.104.0.ebuild  | 211 
 net-im/synapse/synapse-1.105.0.ebuild  | 211 
 5 files changed, 685 deletions(-)

diff --git a/net-im/synapse/Manifest b/net-im/synapse/Manifest
index e50883357795..e2d653a31d59 100644
--- a/net-im/synapse/Manifest
+++ b/net-im/synapse/Manifest
@@ -1,5 +1,4 @@
 DIST aho-corasick-1.0.2.crate 167694 BLAKE2B 
fa5323cbe6cb73594dfa4c327c64676bc1e006dadc0b9def325974c83b9a769beba02d59a4657ec7a2d0cc511a7b7cc6f72cf57b8f9e639206d1c2bf13107a52
 SHA512 
5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
-DIST anyhow-1.0.80.crate 45138 BLAKE2B 
4985d3d8f1d5b5886fae5c7d1a61f921d3d64fb51e24710044b85dfadd2dae2b25b8995cab419cb7cdb5c8cb6b50ad0de93b9a942d34bc45014bd5fb9aecbd39
 SHA512 
481a3bc29de2af0b913d83cc79dacd559cf0bafecafcc707b921b91a732df953a2df582a54e5fca3f506f6441fd47379bd6bd006bcb1bd6f2615198f9903cc59
 DIST anyhow-1.0.81.crate 45142 BLAKE2B 
9b8678c5336fe5fd2823c58eae827f7aba726e12fb6edfa958c6e3b38a96dc3310bc8d044ee2e9db0bc611548f0be9a7b664b75321bd0b8a7e168d27dd3d7e78
 SHA512 
3d328c6b45a4780cfb6fc8daa5581cb5e45b230cb5f55837b0fcc8331c8d53630950c281115c06b21e655821a46d360c4aa667cbb24e87f3a534206361b08af5
 DIST arc-swap-1.5.1.crate 66157 BLAKE2B 
9060ef4f9d699fadc03be1a116d9301f6308fbb7f8bcad6f01926d584386d26d03f9dd2ea35b6771a6725ee7819e028d0e1b256e8b5f3b812cbd388e757491fb
 SHA512 
8636149e92c068d5ff5352a19c9973e7bf2aba68b9363c783178903a8665f6edabbd30c25ad7992646635efe5830d67c958f8d41b44a4ed1fe5698628b41c074
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
@@ -17,7 +16,6 @@ DIST itoa-1.0.4.crate 10601 BLAKE2B 
95545252eaabc3114323a44c8b8ea12a91568d9fc8d2
 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 
25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23
 SHA512 
e124c0521ec7c950f3c4a066821918da7a9c6e75d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
 DIST libc-0.2.135.crate 604591 BLAKE2B 
195f342d1136f63c308371f001c9fc270e151fbda7b316321d319b57bcd46f206bb8b06196f5e9cf8a35b0c397d909f370aef8b119f4bc0eb75b9e245d8e7b4a
 SHA512 
dc8e8fc918c5184de6ae7414b523b06ae91cde252e837e863f8477e9722ccb206a0b27762ac204830e8d09071413029c03802a3ed93bff274c33b2a4055e7806
 DIST lock_api-0.4.9.crate 25685 BLAKE2B 
8adf5c3cccebdf6aff6ec977f230cd2a208b0b188ef57deacbbc6019431f0ede1a760b2384ba3cb49c96b8a589dc56c0f46a6359b3e62277e7ae1a1c3f586fa3
 SHA512 
9215381d9bb6b80d217c73a900db43df043b3e939b5bd7a292a02e9ab911cf0eacd8f883d35bdf72b3a0e78df8f1bc3e843ca4c775294c7a7a03091dc1a74990
-DIST log-0.4.20.crate 38307 BLAKE2B 
cb9c9a401b49bd68c18d5e42f2ed94446f1aeb184caa23cefacad4ce54a2a357143af54a5595c45d6f3c3d20b054c451d9e6ccdc09c19cca99daf8bbfc72
 SHA512 
8661b0c71d3b7fc0d679aa3d7f06910e6d3da1c53862aa06526000e1bcaa0b0b068415a1a9ab317c318f00d15346dba8a4f5d2a60d8850790bed9cfaaf757b3e
 DIST log-0.4.21.crate 43442 BLAKE2B 
8429b3270794d3e2c7f7d5b58bd4fa1abb9d4807ab3a1ac980ac81c11d9544635003d8cf2e608c2c0094865459108a2879f280278e121df68d09bc1561d604ba
 SHA512 
0becc1a06b6e7048cff6c0bb8df49a16ac4772133c00239e9e9459c0811e7715c500f440cf1a9aef8d7ad74f57434559ca9b55917f588b8e476cf36eb6d4e10b
 DIST memchr-2.6.3.crate 94377 BLAKE2B 
5f1603397d6703ddd9a1e68429cb6e9dae9021e14692c1e084f3b5c82d36645a1fa930c7a76b97df8e1919402fa7e1c621969ce85ce20c82b3087104afe18f25
 SHA512 
8d5e1425ea702a0950c95271dfd2e81610731496f77af0d683536b074a22922a7d7ec6da41577487d1d658e3b27257b7d1e142761b523e68760a2f5f24f049bc
 DIST memoffset-0.9.0.crate 9033 BLAKE2B 
19090c1af8b8cf54a2cf7593748aff4d3dc685ec7080aa476139c1721ef71555495e1bc513b1efaddc7e7702f83e0e1c2a8f71ff40009d266539484c9297e0ed
 SHA512 
2f04f9b6fed31e94388c18162ad275897a835df7b9ac827f4df0f4b0ecf71064ef247f7ad11dbc27d7a6d448984a0f29d1c000e3c8d5fa6e121fa9571770ec55
@@ -26,39 +24,26 @@ DIST parking_lot-0.12.1.crate 40967 BLAKE2B 
940a112a066e3cbd15e2f6df89bfff37e4ec
 DIST parking_lot_core-0.9.3.crate 3225

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

2024-04-23 Thread Petr Vaněk
commit: 123715b98768e9091423aa406d1d4bf326533562
Author: Joe Kappus  wt  gd>
AuthorDate: Tue Apr 23 18:30:33 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Apr 23 20:42:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123715b9

net-im/synapse: add 1.105.1

Bug: https://bugs.gentoo.org/930514
Signed-off-by: Joe Kappus  wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/36378
Signed-off-by: Petr Vaněk  gentoo.org>

 net-im/synapse/Manifest   |   1 +
 net-im/synapse/synapse-1.105.1.ebuild | 211 ++
 2 files changed, 212 insertions(+)

diff --git a/net-im/synapse/Manifest b/net-im/synapse/Manifest
index c1952fa002c0..e50883357795 100644
--- a/net-im/synapse/Manifest
+++ b/net-im/synapse/Manifest
@@ -59,6 +59,7 @@ DIST syn-2.0.48.crate 250566 BLAKE2B 
e46b0863af76c3116c84d01b654a9820b7edc51f75c
 DIST synapse-1.103.0.gh.tar.gz 8470184 BLAKE2B 
e4660cf00599b54379c3b4877f9a85658e087865f187928f8a5764270a21473e56ffdb021f14927b741d9a294ac8eac9c0c1ed4a1429c4ec86330a7e56110141
 SHA512 
8b6777fb1f66e4060bb5b755206748313c99759f239edc9e28f8a16fc3163f9cdfd8c94fc92b1cee724f6edeb9ea32ac023378fa1a1b7abf0a915bb4f5d8eba4
 DIST synapse-1.104.0.gh.tar.gz 8478054 BLAKE2B 
ec73524a5050a67c532e491cdceb199e6ac434e45853cc000d2b68ca5ffa9765d9445eefb9be90f875db1094dde52481ba67fde19700d2f0ba1b462688102c02
 SHA512 
8002069c445210566d698ff81027de8709e4a6df32d2487a0b8ced72b12de971667e5a0d6cc441560e87e292be29cff58a229fb99793d6fd42a6af1aad2730e9
 DIST synapse-1.105.0.gh.tar.gz 8483915 BLAKE2B 
5e6eb1224bf8470448638410e8600f5a09ca5b5b7a4487b7390bb2eec81114f6e91789897ffa993f375ae3dcaac2282fa21199d4592459c8f51c4c94cb859537
 SHA512 
7a9a425b053221992a6219e0ffe59909c18f473398dd09ddb4694f494c6209181fa6819ed7d68360ee377b85dad17240de9839f7c1a8ccaf6ed18ec9226ef717
+DIST synapse-1.105.1.gh.tar.gz 8484079 BLAKE2B 
e4e0f495f749b0dde103788204308b1eaeaca60e99580d5f23c02e5149294771bbf0e53d5a80190fe32e5fb5dac9c6e925b34f11586f9ef1e61f093340286329
 SHA512 
be597b90c63306bc39f39a1e26f2daa76dcd986b155bcb2a4d191fece3f743004ee5d94723aba0f7d5744f6bf827c4fa26b972c03c0b7216f35838b5f2fffe4d
 DIST target-lexicon-0.12.4.crate 23020 BLAKE2B 
ad9780b9478b00b4fdcb07bd016d83216695413090ac29cca06388c3790e2832c978b1c7e69f6d34bb6fc9adc39c0a0b6b6636e50a9715a9f5f16445dba22d19
 SHA512 
194fe1946ad8d9fdb383bf8a65374e24d216382c1ed5379dabc98d58842512624c32838b8d6d0658d866f6559d37f1343a30c5809e8914dd85790399252b3e06
 DIST typenum-1.15.0.crate 40741 BLAKE2B 
5752d80396d0a37b0069b98ace9efe96d94ccaf41b33b8149c8b8c6a767537dbffe64251bbf61f3812465ecbc8cb45544f177dc97ac9735d84454282e4d1ed66
 SHA512 
a3c1ceac85e1aed98d0829449c35f4f36db860218b955b4e5f8f01da1d27ee6213f3c60e2b25c3745dcd67369049da5de737a9473fa9402db99cf7cddeb42288
 DIST unicode-ident-1.0.5.crate 35455 BLAKE2B 
7e14ce97ac53a88ccec015dea690918a673dc5b49e44de7fdcb5421871da35c4f514c6db9a363d6f4bfcf2e9a61a50a593d345d0b6f388ea882b17a00cd0335d
 SHA512 
d355370daac356d900cd4c0a792d6c0eff114524c4bffce4d7e74469fe2117883ee00bf0e27d950b72e88739473f2045d5f83440a0aedfede97b4d9163b64a6c

diff --git a/net-im/synapse/synapse-1.105.1.ebuild 
b/net-im/synapse/synapse-1.105.1.ebuild
new file mode 100644
index ..272d1e273890
--- /dev/null
+++ b/net-im/synapse/synapse-1.105.1.ebuild
@@ -0,0 +1,211 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+CRATES="
+   aho-corasick@1.0.2
+   anyhow@1.0.81
+   arc-swap@1.5.1
+   autocfg@1.1.0
+   bitflags@1.3.2
+   blake2@0.10.6
+   block-buffer@0.10.3
+   cfg-if@1.0.0
+   crypto-common@0.1.6
+   digest@0.10.5
+   generic-array@0.14.6
+   heck@0.4.1
+   hex@0.4.3
+   indoc@2.0.4
+   itoa@1.0.4
+   lazy_static@1.4.0
+   libc@0.2.135
+   lock_api@0.4.9
+   log@0.4.21
+   memchr@2.6.3
+   memoffset@0.9.0
+   once_cell@1.15.0
+   parking_lot@0.12.1
+   parking_lot_core@0.9.3
+   portable-atomic@1.6.0
+   proc-macro2@1.0.76
+   pyo3-build-config@0.20.3
+   pyo3-ffi@0.20.3
+   pyo3-log@0.9.0
+   pyo3-macros-backend@0.20.3
+   pyo3-macros@0.20.3
+   pyo3@0.20.3
+   pythonize@0.20.0
+   quote@1.0.35
+   redox_syscall@0.2.16
+   regex-automata@0.4.4
+   regex-syntax@0.8.2
+   regex@1.10.4
+   ryu@1.0.11
+   scopeguard@1.1.0
+   serde@1.0.197
+   serde_derive@1.0.197
+   serde_json@1.0.115
+   smallvec@1.10.0
+   subtle@2.4.1
+   syn@2.0.48
+   target-lexicon@0.12.4
+   typenum@1.15.0
+   unicode-ident@1.0.5
+   unindent@0.2.3
+   version_check@0.9.4
+   windows-sys@0.36.1
+   windows_aarch64_msvc@0.36.1
+   windows_i686_gnu@0.36.1
+   windows_i686_msvc@0.36.1
+   windows_x86_64_gnu@0.36.1
+   windows_x86_64_msvc@0.3

[gentoo-commits] repo/gentoo:master commit in: dev-db/redict/files/

2024-04-23 Thread Petr Vaněk
commit: ab60e7a03b46ccf54a94af3a25f7610dab25ab9c
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Apr 23 14:48:28 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Apr 23 14:48:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab60e7a0

dev-db/redict: Update copyright header in run scripts

Bug: https://bugs.gentoo.org/928119
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-db/redict/files/redict-sentinel.initd | 2 +-
 dev-db/redict/files/redict.initd  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/redict/files/redict-sentinel.initd 
b/dev-db/redict/files/redict-sentinel.initd
index 71bc19e2b7f1..f2d4afcd3cad 100644
--- a/dev-db/redict/files/redict-sentinel.initd
+++ b/dev-db/redict/files/redict-sentinel.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 : ${REDICT_SENTINEL_DIR:=/tmp}

diff --git a/dev-db/redict/files/redict.initd b/dev-db/redict/files/redict.initd
index 90e1aa867658..80b086fbfce1 100644
--- a/dev-db/redict/files/redict.initd
+++ b/dev-db/redict/files/redict.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 : ${REDICT_DIR:=/var/lib/redict}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/galera/files/, sys-cluster/galera/

2024-04-23 Thread Petr Vaněk
commit: 35db2fa9ded7b0dd5d6e0d9c29eebba2848a9788
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Apr 23 10:01:32 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Apr 23 10:41:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35db2fa9

sys-cluster/galera: drop 26.4.13-r1, 26.4.14, 26.4.15

Closes: https://bugs.gentoo.org/640618
Closes: https://bugs.gentoo.org/775236
Closes: https://bugs.gentoo.org/806348
Closes: https://bugs.gentoo.org/922984
Signed-off-by: Petr Vaněk  gentoo.org>

 sys-cluster/galera/Manifest|  3 -
 sys-cluster/galera/files/galera-26.4.13-asio.patch | 22 --
 .../galera/files/galera-26.4.13-tests.patch| 13 
 .../files/galera-26.4.6-strip-extra-cflags.patch   | 38 --
 .../files/galera-26.4.8-respect-toolchain.patch| 53 --
 sys-cluster/galera/galera-26.4.13-r1.ebuild| 85 --
 sys-cluster/galera/galera-26.4.14.ebuild   | 85 --
 sys-cluster/galera/galera-26.4.15.ebuild   | 71 --
 8 files changed, 370 deletions(-)

diff --git a/sys-cluster/galera/Manifest b/sys-cluster/galera/Manifest
index 75b9771b65cc..608a476d4f6b 100644
--- a/sys-cluster/galera/Manifest
+++ b/sys-cluster/galera/Manifest
@@ -1,5 +1,2 @@
-DIST galera-26.4.13.tar.gz 1529682 BLAKE2B 
d7030fd5e3a48ede16f608cca9986de117a54f99cf3d972a5b14623acd84f05f31f5cdbbc3032bf5caa8e0486f418ac07c8f87287bb14a8164507c558876ae61
 SHA512 
e548048eac5fceb0bea1ae736abc6c488d175bc71a3cfb963675232688392ecb5dcc64ddd8e78ceda40e26b94b806d3c34bd9fc9765ebc047b5a5ce28ff7efea
-DIST galera-26.4.14.tar.gz 1532285 BLAKE2B 
c647332a1a70609fbe3197653df2e24ccd0c5e053b1c9ef4d3de20bc70d8f2363090c6296e9e81eeb92a625c85d67b4f298db8e34862c7deb907baf13bae2e45
 SHA512 
f9bb3d1d503ed7f90cfc5596e68e8cf77683d2d7e6ddb45d0a6618bbc6a31ad2caa80933f6724734ec4ae416b37d7d7ec61e1bf0b87cefd4c959954266a2fb26
-DIST galera-26.4.15.tar.gz 1532571 BLAKE2B 
8aa5c6027b4cfe7f41c9d431315a4a12b9ea45896743bafa296470e8e3f0613e8974e3daea0d7c89c3e2d014692fb7d10f4a64588add569a197546dcd0f0108d
 SHA512 
b866610c00df344ea8c9cc948fadfa4be808ee6bb100fec470dee006458d81ec704db156d320889610bff9b944023963f624b8672596a282c7658c55d99ffca6
 DIST galera-26.4.17.tar.gz 1541975 BLAKE2B 
7b12a9c056e45fc0614910a5f6eb1127e3613aa7b212db94594330ddd048de4982cbb1d36a75c08da0aa31a9a08a5632686e867b967291bb269835e37a6efcb3
 SHA512 
c11fecb6c9e142643f594275d6ff486d7a3615016691373831e57221f9bbfdc086202757068a2cc9308049b3499aa64dcc6f066dcf6437d25a4c546b19ac8fa3
 DIST galera-26.4.18.tar.gz 1542330 BLAKE2B 
5a0d8b1929a72ce36f521ba3404b9251503226ba041970bc67f9d25b2b55c2daa2128500117366273541578eb1d7fd213d5f8336cba705650c55b70125dcbf0d
 SHA512 
75ae75c0bac1b2ba5d0230af9b0e14b5e8661f20f84cee3800b2e979c3ef53c9dd5ce8cebcec1ae9205b5dec28f94f690854cce32a10e9f58d8aa55725fd59c6

diff --git a/sys-cluster/galera/files/galera-26.4.13-asio.patch 
b/sys-cluster/galera/files/galera-26.4.13-asio.patch
deleted file mode 100644
index 5f20ec1624e2..
--- a/sys-cluster/galera/files/galera-26.4.13-asio.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/SConstruct b/SConstruct
-index ce955fc..3ff241a 100644
 a/SConstruct
-+++ b/SConstruct
-@@ -325,7 +325,7 @@ def CheckSystemASIOVersion(context):
- #pragma message "Asio version:" XSTR(ASIO_VERSION)
- #if ASIO_VERSION < 101008
- #error Included asio version is too old
--#elif ASIO_VERSION >= 101100
-+#elif ASIO_VERSION >= 102600
- #error Included asio version is too new
- #endif
- 
-@@ -335,7 +335,7 @@ int main()
- }
- 
- """
--context.Message('Checking ASIO version (>= 1.10.8 and < 1.11.0) ... ')
-+context.Message('Checking ASIO version (>= 1.10.8 and < 1.26.0) ... ')
- result = context.TryLink(system_asio_test_source_file, '.cpp')
- context.Result(result)
- return result

diff --git a/sys-cluster/galera/files/galera-26.4.13-tests.patch 
b/sys-cluster/galera/files/galera-26.4.13-tests.patch
deleted file mode 100644
index 21b1b72f0058..
--- a/sys-cluster/galera/files/galera-26.4.13-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/wsrep/tests/wsrep_loader_test.c b/wsrep/tests/wsrep_loader_test.c
-index 47f4db2..8e349c8 100644
 a/wsrep/tests/wsrep_loader_test.c
-+++ b/wsrep/tests/wsrep_loader_test.c
-@@ -48,7 +48,7 @@ int wsrep_load_unload()
- {
- fprintf(stderr, "Provider version string '%s' not expected '%s'\n",
- wsrep->provider_version, expected_version);
--abort();
-+//abort();
- }
- wsrep_unload(wsrep);
- return 0;

diff --git a/sys-cluster/galera/files/galera-26.4.6-strip-extra-cflags.patch 
b/sys-cluster/galera/files/galera-26.4.6-strip-extra-cflags.patch
deleted file mode 100644
index 5f5be7a7a94b..
--- a/sys-cluster/galera/files/galera-26.4.6-strip-extra-cflags.patch
+++ /dev/null
@@ -1,38 +0,0 @@
 a

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata-go-plugin/

2024-04-23 Thread Petr Vaněk
commit: c27378cf83b1e41ba88bc248b6de0f93a0c2e8c0
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Apr 23 09:51:54 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Apr 23 10:41:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27378cf

net-analyzer/netdata-go-plugin: drop 0.58.0

Signed-off-by: Petr Vaněk  gentoo.org>

 net-analyzer/netdata-go-plugin/Manifest|  2 -
 .../netdata-go-plugin-0.58.0.ebuild| 51 --
 2 files changed, 53 deletions(-)

diff --git a/net-analyzer/netdata-go-plugin/Manifest 
b/net-analyzer/netdata-go-plugin/Manifest
index abfa25994ec9..a04419a89f6c 100644
--- a/net-analyzer/netdata-go-plugin/Manifest
+++ b/net-analyzer/netdata-go-plugin/Manifest
@@ -1,4 +1,2 @@
-DIST go.d.plugin-0.58.0-vendor.tar.gz 11168253 BLAKE2B 
ac2a612a77410e1495700c99808a24a4a65aa0889c95258f74a64aabf38f3f16f3f719f4a3e5122026245bcf9ccc928298430c7e6d428def9c2bdd5b31717e30
 SHA512 
81520995e8417f0cb160dc740d9012eb19896786c702b86385525a07ebe84f3cff412c9fb40461fa7223bb2ab408f578362bf9f50623e4fea5219c93b0933d49
-DIST go.d.plugin-0.58.0.tar.gz 1600927 BLAKE2B 
e0fc2b4dd2652114c428cdeba3ab3a2c62094520ef35c7aa29ef3fa5e3c579e19fcea52e6b0a906872671679bbf84a9238f89af9b0d2c7e214c1495c9609903c
 SHA512 
cab04ea45008b668a6103a6d147e4f96e55a132f13e5ca3054b5ea6cff263dba048a9f7f52f4781495425f9a9cbb9e43786047188b0165ca1071c7c216486e12
 DIST go.d.plugin-0.58.1-vendor.tar.gz 11165963 BLAKE2B 
43b74ae6120806ee02b9d1d9247cd7b5bb752ebbcb21e2bd5427cad186e0facc5f04cc4484c39994d7a5727ca673610ebaa6dd01d9dd8335e7d0ad39721fe2bc
 SHA512 
23134669204c9c68247077ec12f8789db39736158867587fb24006c2cebd9f1752553a786cc91b97f2ba8b73197987b19dbf69e4669a0f821eb1fb04db0f5034
 DIST go.d.plugin-0.58.1.tar.gz 1601702 BLAKE2B 
d87402542fdac8683dc8a505634f6ce1eb2ebddeedeee6664d250b8774b8d1a76c189020362b1b87477bf21faf9caff28f41e396032d7548d0ec16ad8b5742e0
 SHA512 
acbfd7ee4a72cee0587936bd2d4e27a2b58894ee72a2218b96643c1fe0866990f9d6bfe1f754cda5f5443bc75e1406a6511300ea265a81e4be89f7f97b17664c

diff --git a/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.0.ebuild 
b/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.0.ebuild
deleted file mode 100644
index 70f99d0fda15..
--- a/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit fcaps go-module
-
-MY_PN=go.d.plugin
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Netdata plugin for collectors written in Go"
-HOMEPAGE="https://github.com/netdata/go.d.plugin;
-SRC_URI="
-   https://github.com/netdata/go.d.plugin/archive/refs/tags/v${PV}.tar.gz
-   -> ${MY_P}.tar.gz
-   
https://github.com/netdata/go.d.plugin/releases/download/v${PV}/${MY_PN}-vendor-v${PV}.tar.gz
-   -> ${MY_P}-vendor.tar.gz
-"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3+"
-# Dependent modules licenses
-LICENSE+="
-   Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0
-"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="net-analyzer/netdata"
-BDEPEND=">=dev-lang/go-1.21"
-
-FILECAPS=(
-   cap_net_raw /usr/libexec/netdata/plugins.d/go.d.plugin
-)
-
-src_compile() {
-   LDFLAGS="-w -s -X main.version=${PV}-gentoo"
-   ego build -ldflags "${LDFLAGS}" 
"github.com/netdata/go.d.plugin/cmd/godplugin"
-}
-
-src_test() {
-   ego test ./... -cover -covermode=atomic
-}
-
-src_install() {
-   einstalldocs
-
-   exeinto "/usr/libexec/netdata/plugins.d"
-   newexe godplugin go.d.plugin
-   insinto "/usr/$(get_libdir)/netdata/conf.d"
-   doins -r config/*
-}



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

2024-04-23 Thread Petr Vaněk
commit: 0458788cf9450674af6ec828adf2db041e265c3d
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Apr 23 09:53:06 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Apr 23 10:41:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0458788c

mail-filter/rspamd: drop 3.8.1

Signed-off-by: Petr Vaněk  gentoo.org>

 mail-filter/rspamd/Manifest|   1 -
 mail-filter/rspamd/rspamd-3.8.1.ebuild | 155 -
 2 files changed, 156 deletions(-)

diff --git a/mail-filter/rspamd/Manifest b/mail-filter/rspamd/Manifest
index f5a68e3e11cc..dd2b12eb7b18 100644
--- a/mail-filter/rspamd/Manifest
+++ b/mail-filter/rspamd/Manifest
@@ -1,2 +1 @@
-DIST rspamd-3.8.1.tar.gz 5910993 BLAKE2B 
c3c29cb380fa09a33173bb6f51ff76eaf88cf459eda0c6f19f890148eb97703a8f43f34443a6d4b28cb1cbcf2c6f47321203556d265a0b2f0b0050b5575c5851
 SHA512 
b87c1cba11faca278db85426ed527832c34d1beff56e0993543a05fcc2d5d72675cf31bbc4241f52da9122787d24f8b955218988a198a3c29dee5db3be2c7e99
 DIST rspamd-3.8.4.tar.gz 5915680 BLAKE2B 
a6674c5175a10dffa440b9f4227fc4f2e7c497bf8a5a6c87c9f042ca870380a61be63405f4d2714103f49679edd5a28c4eb30807b8acb22998c7dbba72f19cb3
 SHA512 
dda099dd9a17699d143fc8018b89fbecfa9659eccc26b5fb88bc3f40c47e935993dfc81f1f93bb69880d17af40870e6ea20edbeed7e3f4c12c278f5c12b56a51

diff --git a/mail-filter/rspamd/rspamd-3.8.1.ebuild 
b/mail-filter/rspamd/rspamd-3.8.1.ebuild
deleted file mode 100644
index f2a11e4ecfa4..
--- a/mail-filter/rspamd/rspamd-3.8.1.ebuild
+++ /dev/null
@@ -1,155 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{1..4} luajit )
-
-inherit cmake lua-single pax-utils systemd tmpfiles
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/rspamd/rspamd.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/rspamd/rspamd/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Rapid spam filtering system"
-HOMEPAGE="
-   https://rspamd.com
-   https://github.com/rspamd/rspamd
-"
-
-LICENSE="Apache-2.0 Boost-1.0 BSD BSD-1 BSD-2 CC0-1.0 LGPL-3 MIT public-domain 
unicode ZLIB"
-SLOT="0"
-IUSE="blas +hyperscan jemalloc +jit selinux test"
-RESTRICT="!test? ( test )"
-
-# A part of tests use ffi luajit extension
-REQUIRED_USE="${LUA_REQUIRED_USE}
-   test? ( lua_single_target_luajit )"
-
-RDEPEND="
-   ${LUA_DEPS}
-   $(lua_gen_cond_dep '
-   dev-lua/LuaBitOp[${LUA_USEDEP}]
-   dev-lua/lua-argparse[${LUA_USEDEP}]
-   ')
-   acct-group/rspamd
-   acct-user/rspamd
-   app-arch/zstd:=
-   dev-db/sqlite:3
-   dev-libs/glib:2
-   dev-libs/icu:=
-   dev-libs/libpcre2:=[jit=]
-   dev-libs/libsodium:=
-   dev-libs/openssl:0=[-bindist(-)]
-   dev-libs/snowball-stemmer:=
-   sys-libs/zlib
-   blas? (
-   virtual/blas
-   virtual/lapack
-   )
-   hyperscan? ( dev-libs/vectorscan:= )
-   jemalloc? ( dev-libs/jemalloc:= )
-   selinux? ( sec-policy/selinux-spamassassin )
-"
-DEPEND="
-   ${RDEPEND}
-   dev-cpp/doctest
-   dev-libs/libfmt:=
-   >=dev-libs/xxhash-0.8.0
-"
-BDEPEND="
-   dev-lang/perl
-   dev-util/ragel
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}/rspamd-3.6-cmake-lua-version.patch"
-   "${FILESDIR}/rspamd-3.6-unbundle-lua.patch"
-   "${FILESDIR}/rspamd-3.6-unbundle-snowball.patch"
-)
-
-src_prepare() {
-   cmake_src_prepare
-
-   rm -vrf contrib/{doctest,fmt,lua-{argparse,bit},snowball,xxhash,zstd} 
|| die
-
-   > cmake/Toolset.cmake || die #827550
-
-   sed -i -e 's/User=_rspamd/User=rspamd/g' \
-   rspamd.service \
-   || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCONFDIR=/etc/rspamd
-   -DRUNDIR=/var/run/rspamd
-   -DDBDIR=/var/lib/rspamd
-   -DLOGDIR=/var/log/rspamd
-   -DLIBDIR="/usr/$(get_libdir)/rspamd"
-
-   -DSYSTEM_DOCTEST=ON
-   -DSYSTEM_FMT=ON
-   -DSYSTEM_XXHASH=ON
-   -DSYSTEM_ZSTD=ON
-
-   # For bundled https://github.com/bombela/backward-cpp
-   # Bundled backward library uses execinfo.h in current setting, 
which is
-   # available in glibc, but not in musl. Let's enable it for 
glibc only.
-   -DENABLE_BACKWARD=$(usex elibc_glibc ON OFF) # bug 917643
-   -DSTACK_DETAILS_AUTO_DETECT=OFF
-
-   -DENABLE_BLAS=$(usex blas ON OFF)
-   -DENABLE_HYPERSCAN=$(usex hyperscan ON OFF)
-   -DENABLE_JEMALLOC=$(usex jemalloc ON OFF)
-   -DENABLE_L

[gentoo-commits] repo/gentoo:master commit in: x11-wm/dwm/

2024-04-23 Thread Petr Vaněk
commit: 6577744fa5ce640cfa288082feb4de4a4d91b7f4
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Apr 23 09:50:25 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Apr 23 10:40:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6577744f

x11-wm/dwm: drop 6.4

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-wm/dwm/Manifest   |  1 -
 x11-wm/dwm/dwm-6.4.ebuild | 67 ---
 2 files changed, 68 deletions(-)

diff --git a/x11-wm/dwm/Manifest b/x11-wm/dwm/Manifest
index 2a999e5cdfe3..833b2e155339 100644
--- a/x11-wm/dwm/Manifest
+++ b/x11-wm/dwm/Manifest
@@ -1,2 +1 @@
-DIST dwm-6.4.tar.gz 25321 BLAKE2B 
23c8b0fbbdbf417a2ed79727b0001e812a2e022f8bc29b4ec7711711ae995a8d71283aad23f2d11454407ada29e545c302d66bf239d3598498d93335cd32775f
 SHA512 
b13ac4390c7945cfb4e06bbec2cf69a9bf55867fe2babcba1a4945803a12bea88db31ad06dd06627445f8456950deb26f2d631f946c4207ae92e13f273051a51
 DIST dwm-6.5.tar.gz 25588 BLAKE2B 
5f837e49026d3213cfa98411f301c134bccf0299b892d9cb0d54a77d1785c905a4d6bcea941f240bc713122a37d61061eeafc594c27b9f486ca7187558479394
 SHA512 
6cc3efd8d8a5e96517474fdcb1c1a6192fdf669c1bb02de6aea0a9f1a951360bf73c9576a5a0f06b00e2f839bacc304d60548d5ead0996bf46d82be4121ed248

diff --git a/x11-wm/dwm/dwm-6.4.ebuild b/x11-wm/dwm/dwm-6.4.ebuild
deleted file mode 100644
index 56eb31afdeda..
--- a/x11-wm/dwm/dwm-6.4.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit savedconfig toolchain-funcs
-
-DESCRIPTION="a dynamic window manager for X11"
-HOMEPAGE="https://dwm.suckless.org/;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.suckless.org/dwm;
-else
-   SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="xinerama"
-
-RDEPEND="
-   media-libs/fontconfig
-   x11-libs/libX11
-   >=x11-libs/libXft-2.3.5
-   xinerama? ( x11-libs/libXinerama )
-"
-DEPEND="
-   ${RDEPEND}
-   xinerama? ( x11-base/xorg-proto )
-"
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e "s/ -Os / /" \
-   -e "/^\(LDFLAGS\|CFLAGS\|CPPFLAGS\)/{s| = | += |g;s|-s ||g}" \
-   -e "/^X11LIB/{s:/usr/X11R6/lib:/usr/$(get_libdir)/X11:}" \
-   -e '/^X11INC/{s:/usr/X11R6/include:/usr/include/X11:}' \
-   config.mk || die
-
-   restore_config config.h
-}
-
-src_compile() {
-   if use xinerama; then
-   emake CC="$(tc-getCC)" dwm
-   else
-   emake CC="$(tc-getCC)" XINERAMAFLAGS="" XINERAMALIBS="" dwm
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/dwm-session2 dwm
-
-   insinto /usr/share/xsessions
-   doins "${FILESDIR}"/dwm.desktop
-
-   dodoc README
-
-   save_config config.h
-}



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

2024-04-23 Thread Petr Vaněk
commit: 900c7b29adef17d30aef786313316279dbc82293
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Apr 23 09:51:18 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Apr 23 10:40:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900c7b29

x11-misc/tabbed: drop 0.6-r1

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-misc/tabbed/Manifest |  1 -
 x11-misc/tabbed/tabbed-0.6-r1.ebuild | 48 
 2 files changed, 49 deletions(-)

diff --git a/x11-misc/tabbed/Manifest b/x11-misc/tabbed/Manifest
index 7adcbe5f8e2b..49f40ffafbf0 100644
--- a/x11-misc/tabbed/Manifest
+++ b/x11-misc/tabbed/Manifest
@@ -1,2 +1 @@
-DIST tabbed-0.6.tar.gz 12926 BLAKE2B 
e92e2c7132f7a760286c61c99faa0b26e411326e172c231f3354e61f8151f561babd4a35998bc06cb7fd87dc962334ef0ddac78ba284cd3090bb1c2dcfa159be
 SHA512 
bcad873251be6b5de21311531e8d24330003b42790cb94d559a0d1be45408b3e0722c14e7c7f2cefd0717fd2a2d7a100fa08fc4e10e7bb669935909602286553
 DIST tabbed-0.8.tar.gz 13970 BLAKE2B 
289d3a94224d9c717a3a66a6ea10e34f744b49bf010e7bea6ddb4f8db92a89f8e2ca1d3bbc5c6ffa3402f85117b3bbb0a54140d1e70d6e1f0200c883f46fbe8f
 SHA512 
aa81ee2a293110cdd7660c4643a21bb44573516ddd03657ab4cfd2be2f52f7dd5a4fcfce60fd2b4dac591d13e40f952985780cd8923394fc64e814152729a754

diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
deleted file mode 100644
index 44798c1dea91..
--- a/x11-misc/tabbed/tabbed-0.6-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit savedconfig toolchain-funcs
-
-DESCRIPTION="Simple generic tabbed fronted to xembed aware applications"
-HOMEPAGE="https://tools.suckless.org/tabbed;
-SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 ~riscv x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="
-   x11-base/xorg-proto
-   ${RDEPEND}
-"
-
-src_prepare() {
-   default
-   sed config.mk \
-   -e '/^CC/d' \
-   -e 's|/usr/local|/usr|g' \
-   -e 's|^CFLAGS.*|CFLAGS += -std=c99 -pedantic -Wall $(INCS) 
$(CPPFLAGS)|g' \
-   -e 's|^LDFLAGS.*|LDFLAGS += $(CFLAGS) $(LIBS)|g' \
-   -e 's|^LIBS.*|LIBS = -lX11|g' \
-   -e 's|{|(|g;s|}|)|g' \
-   -i || die
-
-   sed Makefile \
-   -e 's|{|(|g;s|}|)|g' \
-   -e '/^[[:space:]]*@echo/d' \
-   -e 's|^ @|  |g' \
-   -i || die
-
-   restore_config config.h
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}
-src_install() {
-   default
-   save_config config.h
-}



[gentoo-commits] data/api:master commit in: files/

2024-04-23 Thread Petr Vaněk
commit: 4709aa8be1d81c19f47fc47c66ce3fdfa05352f6
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Apr 23 07:48:50 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Apr 23 08:01:37 2024 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=4709aa8b

uid-gid: assign UID/GID 538 to dev-db/redict

Bug: https://bugs.gentoo.org/928119
See-also: https://github.com/gentoo/gentoo/pull/36176
Signed-off-by: Petr Vaněk  gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index a04125e..ba0c2ca 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -630,6 +630,7 @@ qbittorrent 534 534 
acct
 sandmann   535 535 acct
Used by sys-power/sandmann-bin
 atuin  536 536 acct
Used by app-shells/atuin
 openhab537 537 acct
Used by app-misc/openhab-bin
+redict 538 538 acct
Used by dev-db/redict
 
 
 -  750..999750..999reserved
Dynamic allocation by user.eclass. Do not use!



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

2024-04-20 Thread Petr Vaněk
commit: 07cf4f6acae4827766ff465039c4bcfbe0fcbbf2
Author: Petr Vaněk  gentoo  org>
AuthorDate: Sat Apr 20 20:49:53 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sat Apr 20 21:33:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07cf4f6a

dev-libs/hiredis: avoid default -Werror

Upstream introduced unconditional addition of -Werror flag in
hiredis-1.2.0 in commit [1]. This was changed to conditional addition
controlled by USE_WERROR variable later in commit [2]. This change
backports it in form of patch.

Additionally, emake newly takes arguments from local myconf array.

[1] 
https://github.com/redis/hiredis/commit/5cbd1f2960662c18b1d2b2dac7352f2b5b1ba776
[2] 
https://github.com/redis/hiredis/commit/bff171c9fc83f8abed9a283a3da2dc91a5671419

Closes: https://bugs.gentoo.org/930336
Signed-off-by: Petr Vaněk  gentoo.org>

 .../files/hiredis-1.2.0-conditional-werror.patch   | 24 ++
 dev-libs/hiredis/hiredis-1.2.0.ebuild  | 23 -
 2 files changed, 37 insertions(+), 10 deletions(-)

diff --git a/dev-libs/hiredis/files/hiredis-1.2.0-conditional-werror.patch 
b/dev-libs/hiredis/files/hiredis-1.2.0-conditional-werror.patch
new file mode 100644
index ..2ab7cf86e089
--- /dev/null
+++ b/dev-libs/hiredis/files/hiredis-1.2.0-conditional-werror.patch
@@ -0,0 +1,24 @@
+From bff171c9fc83f8abed9a283a3da2dc91a5671419 Mon Sep 17 00:00:00 2001
+From: Romain Geissler 
+Date: Thu, 13 Jul 2023 12:39:45 +
+Subject: [PATCH] Allow disabling the -Werror flag.
+
+Upstream-commit: 
https://github.com/redis/hiredis/commit/bff171c9fc83f8abed9a283a3da2dc91a5671419
+
+diff --git a/Makefile b/Makefile
+index bd2106b1d..56e3d59be 100644
+--- a/Makefile
 b/Makefile
+@@ -39,7 +39,11 @@ export REDIS_TEST_CONFIG
+ CC:=$(shell sh -c 'type $${CC%% *} >/dev/null 2>/dev/null && echo $(CC) || 
echo gcc')
+ CXX:=$(shell sh -c 'type $${CXX%% *} >/dev/null 2>/dev/null && echo $(CXX) || 
echo g++')
+ OPTIMIZATION?=-O3
+-WARNINGS=-Wall -Wextra -Werror -Wstrict-prototypes -Wwrite-strings 
-Wno-missing-field-initializers
++WARNINGS=-Wall -Wextra -Wstrict-prototypes -Wwrite-strings 
-Wno-missing-field-initializers
++USE_WERROR?=1
++ifeq ($(USE_WERROR),1)
++  WARNINGS+=-Werror
++endif
+ DEBUG_FLAGS?= -g -ggdb
+ REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CPPFLAGS) $(CFLAGS) $(WARNINGS) 
$(DEBUG_FLAGS) $(PLATFORM_FLAGS)
+ REAL_LDFLAGS=$(LDFLAGS)

diff --git a/dev-libs/hiredis/hiredis-1.2.0.ebuild 
b/dev-libs/hiredis/hiredis-1.2.0.ebuild
index 6c1b7be7b083..10071f0716a4 100644
--- a/dev-libs/hiredis/hiredis-1.2.0.ebuild
+++ b/dev-libs/hiredis/hiredis-1.2.0.ebuild
@@ -28,19 +28,22 @@ BDEPEND="
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.1.0-disable-network-tests.patch
+   "${FILESDIR}"/${PN}-1.2.0-conditional-werror.patch # bug 930336
 )
 
 _build() {
-   emake \
-   AR="$(tc-getAR)" \
-   CC="$(tc-getCC)" \
-   PREFIX="${EPREFIX}/usr" \
-   LIBRARY_PATH="$(get_libdir)" \
-   USE_SSL=$(usex ssl 1 0) \
-   TEST_ASYNC=$(usex test 1 0) \
-   DEBUG_FLAGS= \
-   OPTIMIZATION= \
-   "$@"
+   local myconf=(
+   AR="$(tc-getAR)"
+   CC="$(tc-getCC)"
+   PREFIX="${EPREFIX}/usr"
+   LIBRARY_PATH="$(get_libdir)"
+   USE_SSL=$(usex ssl 1 0)
+   TEST_ASYNC=$(usex test 1 0)
+   DEBUG_FLAGS=
+   OPTIMIZATION=
+   USE_WERROR=0
+   )
+   emake "${myconf[@]}" "$@"
 }
 
 src_compile() {



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

2024-04-19 Thread Petr Vaněk
commit: 5ce7c08c540bb6e9fd940b2b0df715c80ecda098
Author: Petr Vaněk  gentoo  org>
AuthorDate: Fri Apr 19 09:53:14 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Fri Apr 19 09:56:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce7c08c

dev-libs/hiredis: remove unused sed

The sed does nothing because the pattern no longer exists in the
Makefile, it was removed in commit [1].

[1] 
https://github.com/redis/hiredis/commit/2cb203c1e99441172052f63afedd501ee2cedb65

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-libs/hiredis/hiredis-1.2.0.ebuild | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/dev-libs/hiredis/hiredis-1.2.0.ebuild 
b/dev-libs/hiredis/hiredis-1.2.0.ebuild
index 270f776b8fb1..6c1b7be7b083 100644
--- a/dev-libs/hiredis/hiredis-1.2.0.ebuild
+++ b/dev-libs/hiredis/hiredis-1.2.0.ebuild
@@ -30,13 +30,6 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.1.0-disable-network-tests.patch
 )
 
-src_prepare() {
-   default
-
-   # use GNU ld syntax on Solaris
-   sed -i -e '/DYLIB_MAKE_CMD=.* -G/d' Makefile || die
-}
-
 _build() {
emake \
AR="$(tc-getAR)" \



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

2024-04-19 Thread Petr Vaněk
commit: 2799cb060ccd96724ef5f627ce94ab74547de2b9
Author: Petr Vaněk  gentoo  org>
AuthorDate: Fri Apr 19 09:19:14 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Fri Apr 19 09:35:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2799cb06

dev-libs/hiredis: correct hiredis-test parameter

The -p parameter expects redis port, not PID.

Tests still fail, but those issues were fixed in version 1.1.0, which is
about to be stabilized, therefore, I don't think we have to spend time
fixing them. Failures are most probably related to used redis server
version, see comments in [1].

[1] 
https://github.com/redis/hiredis/commit/b455b33818be4dab51777433fcac0d15e0c221ec

Closes: https://bugs.gentoo.org/864795
Closes: https://bugs.gentoo.org/866944
Closes: https://bugs.gentoo.org/880395
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-libs/hiredis/hiredis-1.0.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/hiredis/hiredis-1.0.2-r3.ebuild 
b/dev-libs/hiredis/hiredis-1.0.2-r3.ebuild
index b990a555460f..178cf593343d 100644
--- a/dev-libs/hiredis/hiredis-1.0.2-r3.ebuild
+++ b/dev-libs/hiredis/hiredis-1.0.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -66,7 +66,7 @@ src_test() {
_build hiredis-test
 
"${EPREFIX}"/usr/sbin/redis-server - <<< "${REDIS_TEST_CONFIG}" || die
-   ./hiredis-test -h 127.0.0.1 -p ${REDIS_PID} -s ${REDIS_SOCK}
+   ./hiredis-test -h 127.0.0.1 -p ${REDIS_PORT} -s ${REDIS_SOCK}
local ret=$?
 
kill "$(<"${REDIS_PID}")" || die



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

2024-04-19 Thread Petr Vaněk
commit: becc53b8cb7709117c324281a147c2e260cd42d6
Author: Petr Vaněk  gentoo  org>
AuthorDate: Fri Apr 19 08:39:10 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Fri Apr 19 09:35:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=becc53b8

dev-libs/hiredis: fix tests for 1.1.0

It was necessary to correct test parameters, because the -p parameter
expects redis port number, not PID.

All previously disabled tests pass, however, new "Async connect timeout"
test was introduced in 1.1.0 version which requires non-localhost IP
address. This test is disabled by a new patch which replaced the
original one.

Closes: https://bugs.gentoo.org/920297
Signed-off-by: Petr Vaněk  gentoo.org>

 .../files/hiredis-1.1.0-disable-network-tests.patch   | 19 +++
 dev-libs/hiredis/hiredis-1.1.0-r1.ebuild  |  6 +++---
 2 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/dev-libs/hiredis/files/hiredis-1.1.0-disable-network-tests.patch 
b/dev-libs/hiredis/files/hiredis-1.1.0-disable-network-tests.patch
new file mode 100644
index ..0bfc281757f8
--- /dev/null
+++ b/dev-libs/hiredis/files/hiredis-1.1.0-disable-network-tests.patch
@@ -0,0 +1,19 @@
+Gentoo specific patch which disables test requiring non-localhost IP
+address.
+
+diff --git a/test.c b/test.c
+index c1065ff..ca21c30 100644
+--- a/test.c
 b/test.c
+@@ -2151,7 +2151,7 @@ static void test_async_polling(struct config config) {
+ assert(astest.ac == NULL);
+ test_cond(astest.disconnect_status == REDIS_OK);
+ 
+-if (config.type == CONN_TCP || config.type == CONN_SSL) {
++if (0) { /* disabled because of blackhole ip */
+ /* timeout can only be simulated with network */
+ test("Async connect timeout: ");
+ config.tcp.host = "192.168.254.254";  /* blackhole ip */
+-- 
+2.43.2
+

diff --git a/dev-libs/hiredis/hiredis-1.1.0-r1.ebuild 
b/dev-libs/hiredis/hiredis-1.1.0-r1.ebuild
index 193ec8133864..ac1c84f95766 100644
--- a/dev-libs/hiredis/hiredis-1.1.0-r1.ebuild
+++ b/dev-libs/hiredis/hiredis-1.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ BDEPEND="
 "
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-1.0.0-disable-network-tests.patch
+   "${FILESDIR}"/${PN}-1.1.0-disable-network-tests.patch
 )
 
 src_prepare() {
@@ -73,7 +73,7 @@ src_test() {
_build hiredis-test
 
"${EPREFIX}"/usr/sbin/redis-server - <<< "${REDIS_TEST_CONFIG}" || die
-   ./hiredis-test -h 127.0.0.1 -p ${REDIS_PID} -s ${REDIS_SOCK}
+   ./hiredis-test -h 127.0.0.1 -p ${REDIS_PORT} -s ${REDIS_SOCK}
local ret=$?
 
kill "$(<"${REDIS_PID}")" || die



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

2024-04-19 Thread Petr Vaněk
commit: d108c3e245ad060e3f1777ef3b3b97ac25c5b4dd
Author: Petr Vaněk  gentoo  org>
AuthorDate: Fri Apr 19 09:34:15 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Fri Apr 19 09:35:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d108c3e2

dev-libs/hiredis: add 1.2.0

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-libs/hiredis/Manifest |  1 +
 dev-libs/hiredis/hiredis-1.2.0.ebuild | 96 +++
 2 files changed, 97 insertions(+)

diff --git a/dev-libs/hiredis/Manifest b/dev-libs/hiredis/Manifest
index 171a4ffec6a0..54d9108948d7 100644
--- a/dev-libs/hiredis/Manifest
+++ b/dev-libs/hiredis/Manifest
@@ -1,2 +1,3 @@
 DIST hiredis-1.0.2.tar.gz 98139 BLAKE2B 
86d872cfec3d4e925d5d68e4f4faf1301aa6d706bd0406a8080471e14afc2c25db13b9a0937d29baccd457611af8e46922b5379183c7470c9ae1860aac3af096
 SHA512 
86497a1c21869bbe535378885eee6dbd594ef96325966511a3513f81e501af0f5ac7fed864f3230372f3ac7a23c05bad477fa5aa90b9747c9fb1408028174f9b
 DIST hiredis-1.1.0.tar.gz 122002 BLAKE2B 
74c23816e59ea241c68640f99970ae68536a1cd605ac1a7146bf52e355f5f74b3d39fb81be02741cf776c06b47b9d5acc7ec66bfdcf802dec3ed68fb28a82b1b
 SHA512 
9dad012c144ed24de6aa413a3a10d19a9d0d9ece18dbc388406cd86c5b98cb66c76c586cb559c601ed13a75051d8921dc2882534cc3605513fde47d57276c3bb
+DIST hiredis-1.2.0.tar.gz 126216 BLAKE2B 
3f0b74205fb4ceb42fb4c1700a9bf95cf2ad2d9880ee1f2da9cbed6096cde5e918b01465ce9d6ec1b29b5934cfa6ab41000ed344a9983cebe6bd1bf64ac0ede1
 SHA512 
f8984abb29c09e7e6b56e656616c5155f36c53da4161a2d4c85688486411cadcdf20aa1adb9bda208c500b401c750871be1c8d58ba9df5328634d00e9d1b6589

diff --git a/dev-libs/hiredis/hiredis-1.2.0.ebuild 
b/dev-libs/hiredis/hiredis-1.2.0.ebuild
new file mode 100644
index ..270f776b8fb1
--- /dev/null
+++ b/dev-libs/hiredis/hiredis-1.2.0.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Minimalistic C client library for the Redis database"
+HOMEPAGE="https://github.com/redis/hiredis;
+SRC_URI="https://github.com/redis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+# Always check "Upgrading from ..." in README
+# e.g. https://github.com/redis/hiredis#upgrading-to-110
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-solaris"
+IUSE="examples ssl static-libs test"
+RESTRICT="!test? ( test )"
+
+DEPEND="ssl? ( dev-libs/openssl:= )"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-libs/libevent
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.1.0-disable-network-tests.patch
+)
+
+src_prepare() {
+   default
+
+   # use GNU ld syntax on Solaris
+   sed -i -e '/DYLIB_MAKE_CMD=.* -G/d' Makefile || die
+}
+
+_build() {
+   emake \
+   AR="$(tc-getAR)" \
+   CC="$(tc-getCC)" \
+   PREFIX="${EPREFIX}/usr" \
+   LIBRARY_PATH="$(get_libdir)" \
+   USE_SSL=$(usex ssl 1 0) \
+   TEST_ASYNC=$(usex test 1 0) \
+   DEBUG_FLAGS= \
+   OPTIMIZATION= \
+   "$@"
+}
+
+src_compile() {
+   # The static lib re-uses the same objects as the shared lib, so
+   # overhead is low w/creating it all the time.  It's also needed
+   # by the tests.
+   _build dynamic static hiredis{,_ssl}.pc
+}
+
+src_test() {
+   # Compare with 
https://github.com/redis/hiredis/blob/648763c36e9f6493b13a77da35eb33ef0652b4e2/Makefile#L32
+   local REDIS_PID="${T}"/hiredis.pid
+   local REDIS_SOCK="${T}"/hiredis.sock
+   local REDIS_PORT=56379
+   local REDIS_TEST_CONFIG="
+   daemonize yes
+   pidfile ${REDIS_PID}
+   port ${REDIS_PORT}
+   bind 127.0.0.1
+   unixsocket //${REDIS_SOCK}
+   "
+
+   _build hiredis-test
+
+   "${EPREFIX}"/usr/sbin/redis-server - <<< "${REDIS_TEST_CONFIG}" || die
+   ./hiredis-test -h 127.0.0.1 -p ${REDIS_PORT} -s ${REDIS_SOCK}
+   local ret=$?
+
+   kill "$(<"${REDIS_PID}")" || die
+   [[ ${ret} != "0" ]] && die "tests failed"
+}
+
+src_install() {
+   _build PREFIX="${ED}/usr" install
+
+   if ! use static-libs ; then
+   find "${ED}" -name '*.a' -delete || die
+   fi
+
+   insinto /usr/$(get_libdir)/pkgconfig
+   doins ${PN}.pc
+
+   local DOCS=( CHANGELOG.md README.md )
+   use examples && DOCS+=( examples )
+   einstalldocs
+}



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

2024-04-18 Thread Petr Vaněk
commit: 922f312405da345121de24dd82f0e6ea8f3bf4bb
Author: Petr Vaněk  gentoo  org>
AuthorDate: Fri Apr 19 05:55:38 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Fri Apr 19 05:56:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922f3124

net-im/synapse: drop 1.102.0

Signed-off-by: Petr Vaněk  gentoo.org>

 net-im/synapse/Manifest   |   2 -
 net-im/synapse/synapse-1.102.0.ebuild | 215 --
 2 files changed, 217 deletions(-)

diff --git a/net-im/synapse/Manifest b/net-im/synapse/Manifest
index dce4ad5ac9b9..c1952fa002c0 100644
--- a/net-im/synapse/Manifest
+++ b/net-im/synapse/Manifest
@@ -1,5 +1,4 @@
 DIST aho-corasick-1.0.2.crate 167694 BLAKE2B 
fa5323cbe6cb73594dfa4c327c64676bc1e006dadc0b9def325974c83b9a769beba02d59a4657ec7a2d0cc511a7b7cc6f72cf57b8f9e639206d1c2bf13107a52
 SHA512 
5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
-DIST anyhow-1.0.79.crate 44931 BLAKE2B 
9270f04c6fbbecb535e3081f4275c3df28f6a893c1dfc0a9f7c009994de2deb8ebced04fe5e6f62931b33c3707f4fbfb0c3b28da1a611b413d40d27149d1fd2f
 SHA512 
ecd6fb1367d494df18c0e274b336a133f3acf7b6a5487d20bdd06e08c7f1f729877086a0966e998221daff120504fadd2be2dc4219ed621f81b0a50c2bbc2011
 DIST anyhow-1.0.80.crate 45138 BLAKE2B 
4985d3d8f1d5b5886fae5c7d1a61f921d3d64fb51e24710044b85dfadd2dae2b25b8995cab419cb7cdb5c8cb6b50ad0de93b9a942d34bc45014bd5fb9aecbd39
 SHA512 
481a3bc29de2af0b913d83cc79dacd559cf0bafecafcc707b921b91a732df953a2df582a54e5fca3f506f6441fd47379bd6bd006bcb1bd6f2615198f9903cc59
 DIST anyhow-1.0.81.crate 45142 BLAKE2B 
9b8678c5336fe5fd2823c58eae827f7aba726e12fb6edfa958c6e3b38a96dc3310bc8d044ee2e9db0bc611548f0be9a7b664b75321bd0b8a7e168d27dd3d7e78
 SHA512 
3d328c6b45a4780cfb6fc8daa5581cb5e45b230cb5f55837b0fcc8331c8d53630950c281115c06b21e655821a46d360c4aa667cbb24e87f3a534206361b08af5
 DIST arc-swap-1.5.1.crate 66157 BLAKE2B 
9060ef4f9d699fadc03be1a116d9301f6308fbb7f8bcad6f01926d584386d26d03f9dd2ea35b6771a6725ee7819e028d0e1b256e8b5f3b812cbd388e757491fb
 SHA512 
8636149e92c068d5ff5352a19c9973e7bf2aba68b9363c783178903a8665f6edabbd30c25ad7992646635efe5830d67c958f8d41b44a4ed1fe5698628b41c074
@@ -57,7 +56,6 @@ DIST serde_json-1.0.115.crate 147100 BLAKE2B 
baa2dce9d85e331d1308f2ece9dbeff24bc
 DIST smallvec-1.10.0.crate 31564 BLAKE2B 
e3e46a0781d3a7892a739b001592d462d0704f010363984c439e3fe4f75aecb9720648aa1e9bcc56bb3be848dd40cee578212439f78f07a807c9441c3c3e0147
 SHA512 
a09110184582dcc01d7a0d3fa8f74c17bf726935126d3654667b8e9c4bc43ad16ccfd8fa94feae7d9b31913aa7ee030fe5936e4b44a36302b6ce5fe37372a7ae
 DIST subtle-2.4.1.crate 12630 BLAKE2B 
05a90232bfdc2cf67522e2972bddcd8dc9a165b1d1cf775d0b1c8358fc7c4d0559b2b899126b6688b8ef77b8b7580b3b300f74a599a7ee77f99c064a3917693b
 SHA512 
7fd8234b7ffa3ca7e473539cad958df0842186e1dd735905e0d4977564f40a5f2e18b58180fcbe52614a00964dc150bd9f6964500847ea658f22bffe030f5c6a
 DIST syn-2.0.48.crate 250566 BLAKE2B 
e46b0863af76c3116c84d01b654a9820b7edc51f75c9c5301a7967d12284f78da602409f34fc40524728350dc6b998a4d738f08b8868f95236b3e5d24c460580
 SHA512 
926c0ad55cc743df20f9166b6d71fd44421aeb1f073fd86b6ddb53e13cd508b539c0360ce64b07b65597bb14639c8f33acf7e60951e1e9128624517aa3aee325
-DIST synapse-1.102.0.gh.tar.gz 8469024 BLAKE2B 
eaf50330d66149c757ab25811aa7017f8177ec5a3050e9c6dd2c8562f0c61e12ef5e7a08cfbac283c11cbadbc9f9adf58bd3934aa7bd4934fe2d4490759aa021
 SHA512 
420567482b3ab5d182506102a7817a487722f6bdd83bce57bb29ab11e1b07788cf4cf95913d16334637c7d388d9ba8b42d067a89ed9a403d606b6760377ec33b
 DIST synapse-1.103.0.gh.tar.gz 8470184 BLAKE2B 
e4660cf00599b54379c3b4877f9a85658e087865f187928f8a5764270a21473e56ffdb021f14927b741d9a294ac8eac9c0c1ed4a1429c4ec86330a7e56110141
 SHA512 
8b6777fb1f66e4060bb5b755206748313c99759f239edc9e28f8a16fc3163f9cdfd8c94fc92b1cee724f6edeb9ea32ac023378fa1a1b7abf0a915bb4f5d8eba4
 DIST synapse-1.104.0.gh.tar.gz 8478054 BLAKE2B 
ec73524a5050a67c532e491cdceb199e6ac434e45853cc000d2b68ca5ffa9765d9445eefb9be90f875db1094dde52481ba67fde19700d2f0ba1b462688102c02
 SHA512 
8002069c445210566d698ff81027de8709e4a6df32d2487a0b8ced72b12de971667e5a0d6cc441560e87e292be29cff58a229fb99793d6fd42a6af1aad2730e9
 DIST synapse-1.105.0.gh.tar.gz 8483915 BLAKE2B 
5e6eb1224bf8470448638410e8600f5a09ca5b5b7a4487b7390bb2eec81114f6e91789897ffa993f375ae3dcaac2282fa21199d4592459c8f51c4c94cb859537
 SHA512 
7a9a425b053221992a6219e0ffe59909c18f473398dd09ddb4694f494c6209181fa6819ed7d68360ee377b85dad17240de9839f7c1a8ccaf6ed18ec9226ef717

diff --git a/net-im/synapse/synapse-1.102.0.ebuild 
b/net-im/synapse/synapse-1.102.0.ebuild
deleted file mode 100644
index 15c1cf5ace69..
--- a/net-im/synapse/synapse-1.102.0.ebuild
+++ /dev/null
@@ -1,215 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-CRATES="
- 

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

2024-04-17 Thread Petr Vaněk
commit: 2c45069440da9b3bcb8afaa1ed0777f23f99aad4
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Apr 17 10:12:05 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Apr 17 10:15:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c450694

net-im/synapse: add 1.105.0

Signed-off-by: Petr Vaněk  gentoo.org>

 net-im/synapse/Manifest   |   3 +
 net-im/synapse/synapse-1.105.0.ebuild | 211 ++
 2 files changed, 214 insertions(+)

diff --git a/net-im/synapse/Manifest b/net-im/synapse/Manifest
index 975a94bf6cbd..dce4ad5ac9b9 100644
--- a/net-im/synapse/Manifest
+++ b/net-im/synapse/Manifest
@@ -42,6 +42,7 @@ DIST pythonize-0.20.0.crate 11500 BLAKE2B 
493efb20ef31e2f984ea6f874ae0d507d459c1
 DIST quote-1.0.35.crate 28136 BLAKE2B 
81424245e1e2b94459df68bb3a9a866c6a364102b5e1d010ede9c5f8278f8406d7b651957d091c5914e936b494b0f6e9a6a1dd8b7d35cd7d7100f86dee4ec12e
 SHA512 
f5314fb6af17cf36c228e1970c569c29ec248954a450a5f90ba9e2896d04f74904c9cec5a1f74325f2489295a94491eee4ce8fb461e22cd4b34e53f1f881efd2
 DIST redox_syscall-0.2.16.crate 24012 BLAKE2B 
9497a52044458b1435ea16e86ee072e379b6b11ee31602ea72d6b6072a4a99426f409c2e58108a4e9c36dc193fa49c83951e71f4fd4e158eafff18c594dc01ad
 SHA512 
63b5d876baaf99f5cf737679bc6ac7a9e3d8a41aa93f5c59416ce7e3841e2513bff678773553cfe62fb452707f82acc384ea63aec932a31bf94679cd1caddd27
 DIST regex-1.10.3.crate 253101 BLAKE2B 
390ebb00bf5430048412883b672d80737e783fd36f40895343cb38ef2e26e2713418c2fb4d66792bfd3be4c990b4518ba120de229a72cbeb7fd5c2af325fbcaf
 SHA512 
d090898465013b0975a6de87fbdcdf76b4896578056f4da83424bd5e7832547a3d8ace643c379c4f14700a0a88dc95950a38645508d1675306c377879a90cf5d
+DIST regex-1.10.4.crate 253191 BLAKE2B 
08bdb925efbea1ee9f885a89ec6b4692e39d7b17039f788e5b3c1dbfb7847d4f53b67f0c61e4085af7ef4901e67e33ea94948668bf706fef19b4102a06ef0447
 SHA512 
88ef121a51759f418d5dc01607a6e02651bd00343dae92962c02a80f30343d3f079a0375457780ce46bf205ca38f279b03989154638199fe2fcede10554bf21b
 DIST regex-automata-0.4.4.crate 617294 BLAKE2B 
68f29fae9479a82dbecf8091250b65486c19af2e5c37c1b2df5d12906bac8aaa4d1e577dc0437a2eb46174a9580410e51a2c53ab265dd8af14e0c75e92ac
 SHA512 
9705f7949b270003c095f1787a3936ab7d4b0dc9f050ee046ef4e96f4f4630ac56cf0dabb0ac3b9120c462aca6344ca60636cb95e0c0d537ace506159c02b15a
 DIST regex-syntax-0.8.2.crate 347228 BLAKE2B 
211fd1c35ad0f28874d4b4d276e0fb0a27e5a1608f2f16ba2333641b154624e378419daf8d1c955f21ff5f40f6d49c89569b7e11ea5649850846d0fe447a675c
 SHA512 
301dde555f300298f2594490ccd8b92033e4917fe9b8671b8a97db6c827793c73969be85a9264dcaf3177edda51abeb576811ad6cab9772964dc0a77e728
 DIST ryu-1.0.11.crate 47007 BLAKE2B 
d03e8df69c3b21c1b2e4ffa91ece794f141e9f9bce4e9ed1ebf394b1cb0f796147b86189885f0734df8f431b2d166d8f6ed6a261be398d6d088fd56046a85c2e
 SHA512 
dd2642aab2d3017c31432436226d5350b894c8b88a09395eb7de6350964b3cc48451a829ce78b04a9e4e0480076fe1bddd0604f4e57700faa2d60cac6e361408
@@ -52,12 +53,14 @@ DIST serde_derive-1.0.196.crate 55775 BLAKE2B 
3d06b3896f0cdd1b1acdcd0046bdbfd1e8
 DIST serde_derive-1.0.197.crate 55771 BLAKE2B 
73708908b6d1e104af4c63b498bd25c5a728e07e22afdf92f15754c0f17636efe44c0560c1f0df1b9a30708e8e8894a62f1ea57c234b6dd861cb9c8dc044eb4b
 SHA512 
669376e248b76a5ee8b9c93fd9fe6d35372e7267fbabc14730539ef28a94e405ee5e9c2cc2846897d59d6153742cdc6799f9e2c87f20b9dad119bd3a86c28994
 DIST serde_json-1.0.113.crate 146970 BLAKE2B 
8d80b0fc913ba4f008175c6b89955870af6476dc8bae0cd711b748cd0a2bf67b1299396bbd492a1ae5a4ff8050fddc85f0a0ab54f7b24e27529ead3e3d7c920e
 SHA512 
82571b025cd598fca635f18881b52db2364e07eff1b961ca7e3b0591dd41f95503f7188ef1ee6fbc060b9a2360cacbc8a5b85c01fef7879ae3392b29c0004b34
 DIST serde_json-1.0.114.crate 146986 BLAKE2B 
229f0a8e2c0bc35435b49774fab9d4cec4e2323e85e2f97ccaa2a18277ecfb9cff9e9b165786e782cba043e9ac670717364b0f9c145254eefd74582b728f2186
 SHA512 
2c35cd0e29ee2af6046ce849b5854b82b90f402b51c04ea86b32ce7d67869736f17a4d028dd8245c31201036bcca7a1d3df11d842a92a45b0eaebd809687d436
+DIST serde_json-1.0.115.crate 147100 BLAKE2B 
baa2dce9d85e331d1308f2ece9dbeff24bcc70e37be3f06c7e819ad9f4eb59fb1f00658736fd336a41a65e3616d1bf75a0c9adb359eb606e1418159a9455132f
 SHA512 
d1a60e20af770fdfe0585853c87c5631e56944a3c1bbdf9e1e91003af8e924a8076335bd37563d167c760aad10d4c08fe59ebd47fc52e461bc3586b835808d22
 DIST smallvec-1.10.0.crate 31564 BLAKE2B 
e3e46a0781d3a7892a739b001592d462d0704f010363984c439e3fe4f75aecb9720648aa1e9bcc56bb3be848dd40cee578212439f78f07a807c9441c3c3e0147
 SHA512 
a09110184582dcc01d7a0d3fa8f74c17bf726935126d3654667b8e9c4bc43ad16ccfd8fa94feae7d9b31913aa7ee030fe5936e4b44a36302b6ce5fe37372a7ae
 DIST subtle-2.4.1.crate 12630 BLAKE2B 
05a90232bfdc2cf67522e2972bddcd8dc9a165b1d1cf775d0b1c8358fc7c4d0559b2b899126b6688b8ef77b8b7580b3b300f74a599a7ee77f99c064a3917693b
 SHA512 
7fd8234b7ffa3ca7e473539cad958df0842186e1dd735905e0d4977564f40a5f2e18b58180fcbe52614a00964dc150bd9f6964500847ea658f22bffe030f5c6a
 DIST syn-2.0.48.crate 25056

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

2024-04-17 Thread Petr Vaněk
commit: 90d226de6d0cb6f0e9bc12b45ff6724c3845dd5a
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Apr 17 07:56:32 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Apr 17 07:59:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d226de

sys-apps/s6: add 2.12.0.4

Signed-off-by: Petr Vaněk  gentoo.org>

 sys-apps/s6/Manifest   |  1 +
 sys-apps/s6/s6-2.12.0.4.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/sys-apps/s6/Manifest b/sys-apps/s6/Manifest
index aeaf57560d97..1ad9b30254dc 100644
--- a/sys-apps/s6/Manifest
+++ b/sys-apps/s6/Manifest
@@ -1 +1,2 @@
 DIST s6-2.12.0.3.tar.gz 255368 BLAKE2B 
2d30b327d45f0cd803cfff1b649b8393d54ff32eb545b536f17d74abca9f5a5638fdea26a5c015756d45ad48201b4adc7479b6cfd7c3f8957693fc3018127c00
 SHA512 
ecc57b5a06fb413d74337324f8942c905075cf14d87c1471568a836c747271cf95d0edecac69dea54cee55f7a3dbd102493876356c2d36065ab35962b87b559a
+DIST s6-2.12.0.4.tar.gz 255314 BLAKE2B 
4a7da37affdc2d0651da905fdfbffe897709cc6f2a4a36453f0a87c88da66adb307805b9f8c850813186ce51c18ed07b8a95aa34a8a266a5a24b3b8646b19485
 SHA512 
dfdb9c0189177762a89d1f47e1d6b0a82bba5554baef4fa899b1c0a85c192d5e1dac2b929173d750df3707f0d699b28591f1eab3e63b8791e4a51af1c65e3e56

diff --git a/sys-apps/s6/s6-2.12.0.4.ebuild b/sys-apps/s6/s6-2.12.0.4.ebuild
new file mode 100644
index ..721d293067ea
--- /dev/null
+++ b/sys-apps/s6/s6-2.12.0.4.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature toolchain-funcs
+
+DESCRIPTION="skarnet.org's small and secure supervision software suite"
+HOMEPAGE="https://www.skarnet.org/software/s6/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~riscv ~x86"
+IUSE="+execline"
+
+RDEPEND="
+   >=dev-libs/skalibs-2.14.1.0:=
+   execline? ( dev-lang/execline:= )
+"
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( doc/. )
+
+src_prepare() {
+   default
+
+   # Avoid QA warning for LDFLAGS addition
+   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
+
+   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
+}
+
+src_configure() {
+   tc-export AR CC RANLIB
+
+   local myconf=(
+   --bindir=/bin
+   --dynlibdir="/$(get_libdir)"
+   --libdir="/usr/$(get_libdir)/${PN}"
+   --libexecdir=/lib/s6
+   --with-dynlib="/$(get_libdir)"
+   --with-lib="/usr/$(get_libdir)/execline"
+   --with-lib="/usr/$(get_libdir)/skalibs"
+   --with-sysdeps="/usr/$(get_libdir)/skalibs"
+   --enable-shared
+   --disable-allstatic
+   --disable-static
+   --disable-static-libc
+   $(use_enable execline)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   optfeature "man pages" app-doc/s6-man-pages
+}



[gentoo-commits] repo/gentoo:master commit in: net-proxy/3proxy/files/, net-proxy/3proxy/

2024-04-17 Thread Petr Vaněk
commit: 2d45988f451d968fac8f025018a9680384f15ceb
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Apr 17 07:57:10 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Apr 17 07:59:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d45988f

net-proxy/3proxy: drop 0.9.0

Signed-off-by: Petr Vaněk  gentoo.org>

 net-proxy/3proxy/3proxy-0.9.0.ebuild | 47 
 net-proxy/3proxy/Manifest|  1 -
 net-proxy/3proxy/files/3proxy-0.9.0-gentoo.patch | 36 --
 3 files changed, 84 deletions(-)

diff --git a/net-proxy/3proxy/3proxy-0.9.0.ebuild 
b/net-proxy/3proxy/3proxy-0.9.0.ebuild
deleted file mode 100644
index bd5edecfd3a0..
--- a/net-proxy/3proxy/3proxy-0.9.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A really tiny cross-platform proxy servers set"
-HOMEPAGE="https://www.3proxy.ru/;
-SRC_URI="https://github.com/z3APA3A/3proxy/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ~sparc x86"
-IUSE=""
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.9.0-gentoo.patch
-)
-
-DOCS=( README cfg )
-HTML_DOCS=( doc/html/. )
-
-src_prepare() {
-   default
-   cp Makefile.Linux Makefile || die
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" LN="$(tc-getCC)"
-}
-
-src_install() {
-   local x
-
-   pushd bin >/dev/null || die
-   dolib.so *.so
-   dobin 3proxy
-   for x in ftppr mycrypt pop3p proxy smtpp socks tcppm udppm; do
-   newbin ${x} ${PN}-${x}
-   [[ -f "${S}"/man/${x}.8 ]] && newman "${S}"/man/${x}.8 
${PN}-${x}.8
-   done
-   popd >/dev/null
-
-   doman man/3proxy*.[38]
-
-   einstalldocs
-}

diff --git a/net-proxy/3proxy/Manifest b/net-proxy/3proxy/Manifest
index dde3c28222fe..45d5f8ce6708 100644
--- a/net-proxy/3proxy/Manifest
+++ b/net-proxy/3proxy/Manifest
@@ -1,2 +1 @@
-DIST 3proxy-0.9.0.tar.gz 607014 BLAKE2B 
dae9004ea1474080fbbd4a3ff3a2690f8a6afb2ab2c045dbdaa25adf10ff2c58501d46a5a99b24db526b153ce00d281851ec08499d908709c5801c27aa7b0ca8
 SHA512 
7429389bf70c38d57e7a6f34e649a04aaad4f81555b7ef131cae026123ff7877d3f1aef8d10f84b9fc2c58e9ad5ab3d55e4af7326dbce14c05f3cd9973fafd83
 DIST 3proxy-0.9.4.tar.gz 610340 BLAKE2B 
7b98cc26fc943fcf15a6518a7adb79ccc79d8250b359f97318e9a48b4bb2643a88ee5fed49216d4ee71b436d0a21231e148f616c78b1dfab8b0b720a4223ccfd
 SHA512 
d3316f6ee1217e580ce593a7bfd9d76672487a89862f247373b0acf3ea207887c758168e33b25db9fc974063deab0826c20d455cab2536d03eee49d8bddda6b5

diff --git a/net-proxy/3proxy/files/3proxy-0.9.0-gentoo.patch 
b/net-proxy/3proxy/files/3proxy-0.9.0-gentoo.patch
deleted file mode 100644
index d7c530535f64..
--- a/net-proxy/3proxy/files/3proxy-0.9.0-gentoo.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -uNr a/Makefile.Linux b/Makefile.Linux
 a/Makefile.Linux   2020-10-22 11:38:44.0 +0300
-+++ b/Makefile.Linux   2020-10-22 22:38:26.257745810 +0300
-@@ -8,13 +8,13 @@
- # library support. Add -DSAFESQL for poorely written ODBC library / drivers.
- 
- BUILDDIR = ../bin/
--CC = gcc
-+CC ?= gcc
- 
--CFLAGS = -g  -fPIC -O2 -fno-strict-aliasing -c -pthread -DWITHSPLICE 
-D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC 
-DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER
-+CFLAGS += -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE 
-DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC 
-DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER
- COUT = -o 
--LN = gcc
-+LN ?= gcc
- DCFLAGS = 
--LDFLAGS = -fPIE -O2 -fno-strict-aliasing -pthread
-+LDFLAGS += -fPIE -fno-strict-aliasing -pthread
- DLFLAGS = -shared
- DLSUFFICS = .ld.so
- # -lpthreads may be reuqired on some platforms instead of -pthreads
-@@ -39,12 +39,12 @@
- include Makefile.inc
- 
- allplugins:
--  @list='$(PLUGINS)'; for p in $$list; do cp Makefile Makefile.var 
plugins/$$p; cd plugins/$$p ; make ;   cd ../.. ; done
-+  @list='$(PLUGINS)'; for p in $$list; do cp Makefile Makefile.var 
plugins/$$p; cd plugins/$$p ; $(MAKE) ; cd ../.. ; done
- 
- DESTDIR   =
- prefix= 
- exec_prefix   = $(prefix)
--man_prefix= /usr/share
-+man_prefix= $(prefix)/usr/share
- 
- INSTALL   = /usr/bin/install
- INSTALL_BIN   = $(INSTALL) -m 755



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

2024-04-17 Thread Petr Vaněk
commit: 585fd41f9d8ddb7d665767600fbea1c6cbbcd356
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Apr 17 07:16:40 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Apr 17 07:59:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585fd41f

dev-lang/execline: add 2.9.5.1

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-lang/execline/Manifest|  1 +
 dev-lang/execline/execline-2.9.5.1.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-lang/execline/Manifest b/dev-lang/execline/Manifest
index cc2a7aaf8ece..a7f9a70f696d 100644
--- a/dev-lang/execline/Manifest
+++ b/dev-lang/execline/Manifest
@@ -1 +1,2 @@
 DIST execline-2.9.4.0.tar.gz 110097 BLAKE2B 
a59af5d1cff360ab6c2c41f3156d762e2928b22d7cab8a3b499935ded102e5b9e4efc2a0849875cf6a44cdca0e9b1f13a41443c0343ca3d7a068e4d749774701
 SHA512 
11d96863d2f90abc371656e17bac9fd83f1303337444db5a1f24e8a02cab654a3b5e9081af130d5cbca5a4f6ea5cf5f6c2affa66e2b4a9eb39c20410efeb8795
+DIST execline-2.9.5.1.tar.gz 110874 BLAKE2B 
bef3cb560f00c01c96065429220017315edc8378403c73e4a0edba67ee248f76ca849cd8a107756251db9844d3ac650259b33db2f93abc1c7aa4f68995b5b624
 SHA512 
11bfd825b0b72cba118eff9ecb97672d0c015e0bd50c7c8f83e101ee41c323b3a3c82e42fed75b6bc65ab6edb85a8bbeef8900b594cf651825b6313a5123c88f

diff --git a/dev-lang/execline/execline-2.9.5.1.ebuild 
b/dev-lang/execline/execline-2.9.5.1.ebuild
new file mode 100644
index ..cb8dadc3aff3
--- /dev/null
+++ b/dev-lang/execline/execline-2.9.5.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature toolchain-funcs
+
+DESCRIPTION="A non-interactive scripting language"
+HOMEPAGE="https://www.skarnet.org/software/execline/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(ver_cut 1-2).4"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~riscv ~x86"
+
+RDEPEND=">=dev-libs/skalibs-2.14.0.0:="
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( doc/. )
+
+src_prepare() {
+   default
+
+   # Avoid QA warning for LDFLAGS addition
+   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
+
+   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
+}
+
+src_configure() {
+   tc-export AR CC RANLIB
+
+   local myconf=(
+   --bindir=/bin
+   --dynlibdir="/$(get_libdir)"
+   --libdir="/usr/$(get_libdir)/${PN}"
+   --with-dynlib="/$(get_libdir)"
+   --with-lib="/usr/$(get_libdir)/skalibs"
+   --with-sysdeps="/usr/$(get_libdir)/skalibs"
+   --enable-shared
+   --disable-allstatic
+   --disable-static
+   --disable-static-libc
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   optfeature "man pages" app-doc/execline-man-pages
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/elixir/, dev-lang/elixir/files/

2024-04-14 Thread Petr Vaněk
commit: 8006dc80dedd08b1c460cfd6623d3384811b05e5
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun Mar 10 18:09:24 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sun Apr 14 19:14:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8006dc80

dev-lang/elixir: add 1.16.2

Includes the following upstream patch to skip tests relying on erlang[doc]:
https://github.com/elixir-lang/elixir/commit/c50863615c0e8ac957e22ae01a6f9af23978c3f9

Closes: https://bugs.gentoo.org/925670
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-lang/elixir/Manifest   |  1 +
 dev-lang/elixir/elixir-1.16.2.ebuild   | 40 ++
 ...r-1.16.1-skip-tests-requiring-erlang-docs.patch | 90 ++
 3 files changed, 131 insertions(+)

diff --git a/dev-lang/elixir/Manifest b/dev-lang/elixir/Manifest
index 09551eae2f03..0ccda30b1dce 100644
--- a/dev-lang/elixir/Manifest
+++ b/dev-lang/elixir/Manifest
@@ -4,3 +4,4 @@ DIST elixir-1.14.5.tar.gz 3076366 BLAKE2B 
cf1487c269b4f09c5a7771339782ddc5f6dc2d
 DIST elixir-1.15.6.tar.gz 3150339 BLAKE2B 
c42571f0482add17d7b03c55ca0721569c5c54026b89d49c6d868410d817b348c1d82f615ecc084f7f8fe87633b3050e0f87c78184eb201fca1ceae939a605c7
 SHA512 
f41ada8b54faa8b070ad26b3cf05dd40fd66f952c1945c869d925f14f036f245341d0857815f58ba69acb7a519c06a5c2c166d41a6f637f1d0027d35b828e960
 DIST elixir-1.15.7.tar.gz 3151775 BLAKE2B 
62dc5e390f7b704fdab2be91b36faabc62aed097ec1a077476fee0e50717cfe527322d8eaf2afd90035bf1b4fb48803112ef4c7fded20f133b64cea3bee43c6d
 SHA512 
a46f0569cbff342f15a04776f8d57cf2554867546004adabd9b9dff36c184ec56a78f2df2fc6c0855e65c11277662f694f5e6a8c6e1716cf4e22d8fdd5e1d4ae
 DIST elixir-1.16.1.tar.gz 3353282 BLAKE2B 
795c8778fb5d5d29e2c1b85d1ad2d9c0c96418010c69e692dc0bcb44ffb4a22e4a67489d991717c548eb3f9ea7173ff71d73a055543f477cf1460b1282259f58
 SHA512 
2663c04ab3abe577884535e681989610131be0f4f0e55997956b9d4cb87c1a3c0cfd3bf453cf61dbc66f3aa20cdf46bc683df1bfe9292771b5445c164e5197ce
+DIST elixir-1.16.2.tar.gz 3357093 BLAKE2B 
61ba738542d33e827f7352b7f0a27aa76fc06f037d35c56efd96be1c26e28be90b6f2998cd2cac0090e5da771f6c45ad12d68644e36a214de36c9e26d4ac9686
 SHA512 
1e90adcd5d0512d4b394276e431f3987fc61a3f6191cd5c1d0f7fdd82baba99747aa553a3583e0813ffb5a48a32ce02a24e27b641f86a61e421722a802a850c1

diff --git a/dev-lang/elixir/elixir-1.16.2.ebuild 
b/dev-lang/elixir/elixir-1.16.2.ebuild
new file mode 100644
index ..429d175339cf
--- /dev/null
+++ b/dev-lang/elixir/elixir-1.16.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Elixir programming language"
+HOMEPAGE="https://elixir-lang.org;
+SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 ErlPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~riscv ~sparc ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+# 
https://hexdocs.pm/elixir/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
+DEPEND="
+   >=dev-lang/erlang-24:0=[ssl]
+   https://github.com/elixir-lang/elixir/commit/c50863615c0e8ac957e22ae01a6f9af23978c3f9
+
+From c50863615c0e8ac957e22ae01a6f9af23978c3f9 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jos=C3=A9=20Valim?= 
+Date: Thu, 8 Feb 2024 08:08:03 +0100
+Subject: [PATCH] Skip tests if Erlang was compiled without docs, closes #13322
+
+---
+ lib/iex/test/iex/helpers_test.exs | 12 +---
+ lib/iex/test/test_helper.exs  | 10 +-
+ 2 files changed, 18 insertions(+), 4 deletions(-)
+
+diff --git a/lib/iex/test/iex/helpers_test.exs 
b/lib/iex/test/iex/helpers_test.exs
+index 54f946516ce..171acc72abc 100644
+--- a/lib/iex/test/iex/helpers_test.exs
 b/lib/iex/test/iex/helpers_test.exs
+@@ -332,17 +332,20 @@ defmodule IEx.HelpersTest do
+   assert help =~ "Welcome to Interactive Elixir"
+ end
+ 
++@tag :erlang_doc
+ test "prints Erlang module documentation" do
+   captured = capture_io(fn -> h(:timer) end)
+   assert captured =~ "This module provides useful functions related to 
time."
+ end
+ 
++@tag :erlang_doc
+ test "prints Erlang module function specs" do
+   captured = capture_io(fn -> h(:timer.sleep() / 1) end)
+   assert captured =~ ":timer.sleep/1"
+   assert captured =~ "-spec sleep(Time) -> ok when Time :: timeout()."
+ end
+ 
++@tag :erlang_doc
+ test "handles non-existing Erlang module function" do
+   captured = capture_io(fn -> h(:timer.baz() / 1) end)
+   assert captured =~ "No documentation for :timer.baz was found"
+@@ -1008,13 +1011,15 @@ defmodule IEx.HelpersTest do
+   cleanup_modules([TypeSamp

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

2024-04-14 Thread Petr Vaněk
commit: 9bda8d928e19a21fad11192dbbf7c2787df2b5e9
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun Mar 10 18:23:38 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sun Apr 14 19:14:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bda8d92

dev-lang/elixir: drop 1.16.1

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/35561
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-lang/elixir/Manifest |  1 -
 dev-lang/elixir/elixir-1.16.1.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/dev-lang/elixir/Manifest b/dev-lang/elixir/Manifest
index 0ccda30b1dce..13f61765aa5e 100644
--- a/dev-lang/elixir/Manifest
+++ b/dev-lang/elixir/Manifest
@@ -3,5 +3,4 @@ DIST elixir-1.14.3.tar.gz 3086297 BLAKE2B 
b162ea35a762bc1e151c7844237f3167c97da9
 DIST elixir-1.14.5.tar.gz 3076366 BLAKE2B 
cf1487c269b4f09c5a7771339782ddc5f6dc2d5f31bd098486824e1f50040462a55a6135e76a7d635461b8d61ce8ab45be2d1da86d60ecf0bc3c86c98b86531d
 SHA512 
589482fb080eb9f71319b7927312ee255dab0376a8fb781533bc97b6a75dd71ec43cd022bb2eff12eca205cdeaf9a6d629f754c555c17cd6222e05912ff3d960
 DIST elixir-1.15.6.tar.gz 3150339 BLAKE2B 
c42571f0482add17d7b03c55ca0721569c5c54026b89d49c6d868410d817b348c1d82f615ecc084f7f8fe87633b3050e0f87c78184eb201fca1ceae939a605c7
 SHA512 
f41ada8b54faa8b070ad26b3cf05dd40fd66f952c1945c869d925f14f036f245341d0857815f58ba69acb7a519c06a5c2c166d41a6f637f1d0027d35b828e960
 DIST elixir-1.15.7.tar.gz 3151775 BLAKE2B 
62dc5e390f7b704fdab2be91b36faabc62aed097ec1a077476fee0e50717cfe527322d8eaf2afd90035bf1b4fb48803112ef4c7fded20f133b64cea3bee43c6d
 SHA512 
a46f0569cbff342f15a04776f8d57cf2554867546004adabd9b9dff36c184ec56a78f2df2fc6c0855e65c11277662f694f5e6a8c6e1716cf4e22d8fdd5e1d4ae
-DIST elixir-1.16.1.tar.gz 3353282 BLAKE2B 
795c8778fb5d5d29e2c1b85d1ad2d9c0c96418010c69e692dc0bcb44ffb4a22e4a67489d991717c548eb3f9ea7173ff71d73a055543f477cf1460b1282259f58
 SHA512 
2663c04ab3abe577884535e681989610131be0f4f0e55997956b9d4cb87c1a3c0cfd3bf453cf61dbc66f3aa20cdf46bc683df1bfe9292771b5445c164e5197ce
 DIST elixir-1.16.2.tar.gz 3357093 BLAKE2B 
61ba738542d33e827f7352b7f0a27aa76fc06f037d35c56efd96be1c26e28be90b6f2998cd2cac0090e5da771f6c45ad12d68644e36a214de36c9e26d4ac9686
 SHA512 
1e90adcd5d0512d4b394276e431f3987fc61a3f6191cd5c1d0f7fdd82baba99747aa553a3583e0813ffb5a48a32ce02a24e27b641f86a61e421722a802a850c1

diff --git a/dev-lang/elixir/elixir-1.16.1.ebuild 
b/dev-lang/elixir/elixir-1.16.1.ebuild
deleted file mode 100644
index e471f6ed3900..
--- a/dev-lang/elixir/elixir-1.16.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Elixir programming language"
-HOMEPAGE="https://elixir-lang.org;
-SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 ErlPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~riscv ~sparc ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-# 
https://hexdocs.pm/elixir/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
-DEPEND="
-   >=dev-lang/erlang-24:0=[ssl]
-   

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/hyperscan/

2024-04-13 Thread Petr Vaněk
commit: 5283424542dd5e0c09ff6c2449c52038d794ec7a
Author: Petr Vaněk  gentoo  org>
AuthorDate: Sat Apr 13 12:43:00 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sat Apr 13 12:43:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52834245

dev-libs/hyperscan: treeclean

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-libs/hyperscan/Manifest   |  1 -
 dev-libs/hyperscan/hyperscan-5.4.2.ebuild | 65 ---
 dev-libs/hyperscan/metadata.xml   | 11 --
 profiles/package.deprecated   |  7 
 profiles/package.mask |  7 
 5 files changed, 91 deletions(-)

diff --git a/dev-libs/hyperscan/Manifest b/dev-libs/hyperscan/Manifest
deleted file mode 100644
index 92924af20c50..
--- a/dev-libs/hyperscan/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hyperscan-5.4.2.tar.gz 1848851 BLAKE2B 
a4539df7c6a4b5f097effa67bc777c37ff02aae356953acd4ffe871f621c556f6357c37ad813db144ed50af21881838946b7cb5ef9ea345412de908b84497dac
 SHA512 
328f21133161d16b36ebdc7f8b80a7afe7ca9e7e7433348e9bfa9acb5f3641522e8314beea1b219891f4e95f1392ff8036ebb87780fe808b8b4bd15a535e9509

diff --git a/dev-libs/hyperscan/hyperscan-5.4.2.ebuild 
b/dev-libs/hyperscan/hyperscan-5.4.2.ebuild
deleted file mode 100644
index 7c6fac198c94..
--- a/dev-libs/hyperscan/hyperscan-5.4.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit cmake flag-o-matic python-any-r1
-
-DESCRIPTION="High-performance regular expression matching library"
-SRC_URI="https://github.com/intel/hyperscan/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-HOMEPAGE="
-   https://www.hyperscan.io/
-   https://github.com/intel/hyperscan
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE="cpu_flags_x86_avx2 cpu_flags_x86_ssse3"
-
-RDEPEND="dev-libs/boost:="
-DEPEND="${RDEPEND}"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-util/ragel
-"
-
-# We can't default this to on as it's against the expectation of
-# how CPU_FLAGS_* work for users.
-REQUIRED_USE="cpu_flags_x86_ssse3"
-
-src_prepare() {
-   # Respect user -O flags
-   sed -i '/set(OPT_CX*_FLAG/d' CMakeLists.txt || die
-
-   # upstream workaround
-   append-cxxflags -Wno-redundant-move
-   cmake_src_prepare
-}
-
-src_configure() {
-   use cpu_flags_x86_ssse3 && append-flags -mssse3
-   use cpu_flags_x86_avx2  && append-flags -mavx2
-
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=ON
-   -DBUILD_STATIC_AND_SHARED=OFF
-   -DBUILD_EXAMPLES=OFF
-   -DFAT_RUNTIME=false
-   )
-   cmake_src_configure
-}
-
-src_test() {
-   "${BUILD_DIR}"/bin/unit-hyperscan || die
-}
-
-pkg_postinst() {
-   if has_version 'https://github.com/rspamd/rspamd/issues/4409 for more 
information."
-   fi
-}

diff --git a/dev-libs/hyperscan/metadata.xml b/dev-libs/hyperscan/metadata.xml
deleted file mode 100644
index dc4b2f2b7d54..
--- a/dev-libs/hyperscan/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   arka...@gentoo.org
-   Petr Vaněk
-   
-   
-   intel/hyperscan
-   
-

diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index db4bc1db6ddd..63ab997a90b5 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -35,13 +35,6 @@ dev-python/shiboken2
 # Superseded by dev-python/psycopg:0 (version 3).
 dev-python/psycopg:2
 
-# Petr Vaněk  (2023-10-26)
-# dev-libs/hyperscan upstream is inactive [1], please switch to more portable,
-# drop-in replacement dev-libs/vectorscan. dev-libs/hyperscan will be
-# last-rited when all its revdeps are gone.
-# [1] https://github.com/intel/hyperscan/issues/421
-dev-libs/hyperscan
-
 # Matt Whitlock  (2023-10-24)
 # Transitional meta packages. Please update dependencies:
 #   dev-util/bitcoin-tx  -> net-p2p/bitcoin-core

diff --git a/profiles/package.mask b/profiles/package.mask
index 6fc1781ae4e9..4f1cd3167f51 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -275,13 +275,6 @@ dev-ruby/atomic
 # Removal on 2024-04-13.
 dev-python/future
 
-# Petr Vaněk  (2024-03-13)
-# dev-libs/hyperscan upstream is inactive [1], please switch to more portable,
-# drop-in replacement dev-libs/vectorscan.
-# [1] https://github.com/intel/hyperscan/issues/421
-# Removal: 2024-04-12.
-dev-libs/hyperscan
-
 # Alfredo Tupone  (2024-03-12)
 # Not more needed, >=sci-visualization/dash-2.11 provide
 # direct integration with jupyter nodebook



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

2024-04-11 Thread Petr Vaněk
commit: cad96b791e068a9eac24cc9664334abba7f5415c
Author: Petr Vaněk  gentoo  org>
AuthorDate: Thu Apr 11 15:40:55 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Thu Apr 11 15:42:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad96b79

media-gfx/maim: add 5.8.0

Signed-off-by: Petr Vaněk  gentoo.org>

 media-gfx/maim/Manifest  |  1 +
 media-gfx/maim/maim-5.8.0.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index 98028943f4e4..7ac309105d41 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1 +1,2 @@
 DIST maim-5.7.4.tar.gz 41663 BLAKE2B 
beb6cb327ae0cf022a90c095bf56b307870d3d7bd281f0e060d9cf7d49ba604cf4cbdfd9270b0e185295f0e3d2a151fbb8ba69398034145a08fc2721cc93740e
 SHA512 
f91ba00e436514d2d0eecc664c02dd45c53750045b5bc4abbc2cfbf64159085e83736e820c54fa819b4d82b0905a3cfe76a5227db49dd54238f655fd4899cd6c
+DIST maim-5.8.0.tar.gz 42224 BLAKE2B 
572743db1d59d802ed7eb7e259a5cb4a4d2147d95169bbb40adf6d36b849562e8f1756b082bc076bc46d2449827ac3b02f0b539ce86760c755920b4e35b6762d
 SHA512 
418725b1950f9374c2ff7508e1c52f6986b253ea1c155ef28604e514f1cf0753185eea43cde76a65b9de80bb8dd65ced48b49ce5dfccaf20f5caa49f41743f5b

diff --git a/media-gfx/maim/maim-5.8.0.ebuild b/media-gfx/maim/maim-5.8.0.ebuild
new file mode 100644
index ..081088fee93f
--- /dev/null
+++ b/media-gfx/maim/maim-5.8.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Commandline tool to take screenshots of the desktop"
+HOMEPAGE="https://github.com/naelstrof/maim;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/naelstrof/maim.git;
+else
+   SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+ MIT"
+SLOT="0"
+IUSE="icu"
+
+DEPEND="
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:0=
+   media-libs/libwebp:=
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   >=x11-misc/slop-7.5:=
+   icu? ( dev-libs/icu:= )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DMAIM_UNICODE=$(usex icu)
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-init-scripts/, dev-db/mysql-init-scripts/files/

2024-04-08 Thread Petr Vaněk
commit: c48f8dd8c90980285b51259f47303383c9dffe9a
Author: Petr Vaněk  gentoo  org>
AuthorDate: Mon Apr  8 11:57:26 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Mon Apr  8 13:56:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48f8dd8

dev-db/mysql-init-scripts: fix typo in extra commands list

This fixes remaining typos in extra commands lists referencing
bootstrap_galera function:

  boostrap_galera -> bootstrap_galera

It is followup to the commit 460c2f8c5390 ("dev-db/mysql-init-scripts:
Fix important typo and commit straight to stable")

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-db/mysql-init-scripts/files/init.d-2.3  | 4 ++--
 dev-db/mysql-init-scripts/files/init.d-s6-2.3   | 4 ++--
 dev-db/mysql-init-scripts/files/init.d-supervise-2.3| 6 +++---
 ...-init-scripts-2.3-r7.ebuild => mysql-init-scripts-2.3-r8.ebuild} | 0
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-db/mysql-init-scripts/files/init.d-2.3 
b/dev-db/mysql-init-scripts/files/init.d-2.3
index 90e7e7536881..1216ac9a67c3 100644
--- a/dev-db/mysql-init-scripts/files/init.d-2.3
+++ b/dev-db/mysql-init-scripts/files/init.d-2.3
@@ -1,12 +1,12 @@
 #!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 extra_commands="checkconfig"
 extra_stopped_commands="bootstrap_galera"
 
 description_checkconfig="Verify the server's configuration"
-description_boostrap_galera="Start a new Galera cluster with this server as 
the initial node"
+description_bootstrap_galera="Start a new Galera cluster with this server as 
the initial node"
 
 depend() {
use net.lo

diff --git a/dev-db/mysql-init-scripts/files/init.d-s6-2.3 
b/dev-db/mysql-init-scripts/files/init.d-s6-2.3
index 5bf62e3ef937..4222de898125 100644
--- a/dev-db/mysql-init-scripts/files/init.d-s6-2.3
+++ b/dev-db/mysql-init-scripts/files/init.d-s6-2.3
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 depend() {
@@ -41,7 +41,7 @@ extra_commands="checkconfig"
 extra_stopped_commands="bootstrap_galera"
 
 description_checkconfig="Verify the server's configuration"
-description_boostrap_galera="Start a new Galera cluster with this server as 
the initial node"
+description_bootstrap_galera="Start a new Galera cluster with this server as 
the initial node"
 supervisor=s6
 name=$(mysql_svcname)
 s6_service_timeout_stop="$((1000*${STOP_TIMEOUT:-120}))"

diff --git a/dev-db/mysql-init-scripts/files/init.d-supervise-2.3 
b/dev-db/mysql-init-scripts/files/init.d-supervise-2.3
index 1bacbd4d8566..fa7cba8d45c4 100644
--- a/dev-db/mysql-init-scripts/files/init.d-supervise-2.3
+++ b/dev-db/mysql-init-scripts/files/init.d-supervise-2.3
@@ -1,12 +1,12 @@
 #!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 extra_commands="checkconfig"
-extra_stopped_commands="boostrap_galera"
+extra_stopped_commands="bootstrap_galera"
 
 description_checkconfig="Verify the server's configuration"
-description_boostrap_galera="Start a new Galera cluster with this server as 
the initial node"
+description_bootstrap_galera="Start a new Galera cluster with this server as 
the initial node"
 
 depend() {
use net.lo

diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r7.ebuild 
b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r8.ebuild
similarity index 100%
rename from dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r7.ebuild
rename to dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r8.ebuild



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

2024-04-06 Thread Petr Vaněk
commit: 494d065e6fa13387b4e276ebc6f2babcebf1ce47
Author: Petr Vaněk  gentoo  org>
AuthorDate: Sat Apr  6 08:49:04 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sat Apr  6 08:49:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494d065e

net-im/synapse: drop 1.101.0

Signed-off-by: Petr Vaněk  gentoo.org>

 net-im/synapse/Manifest   |   1 -
 net-im/synapse/synapse-1.101.0.ebuild | 215 --
 2 files changed, 216 deletions(-)

diff --git a/net-im/synapse/Manifest b/net-im/synapse/Manifest
index fb57c9a57853..975a94bf6cbd 100644
--- a/net-im/synapse/Manifest
+++ b/net-im/synapse/Manifest
@@ -55,7 +55,6 @@ DIST serde_json-1.0.114.crate 146986 BLAKE2B 
229f0a8e2c0bc35435b49774fab9d4cec4e
 DIST smallvec-1.10.0.crate 31564 BLAKE2B 
e3e46a0781d3a7892a739b001592d462d0704f010363984c439e3fe4f75aecb9720648aa1e9bcc56bb3be848dd40cee578212439f78f07a807c9441c3c3e0147
 SHA512 
a09110184582dcc01d7a0d3fa8f74c17bf726935126d3654667b8e9c4bc43ad16ccfd8fa94feae7d9b31913aa7ee030fe5936e4b44a36302b6ce5fe37372a7ae
 DIST subtle-2.4.1.crate 12630 BLAKE2B 
05a90232bfdc2cf67522e2972bddcd8dc9a165b1d1cf775d0b1c8358fc7c4d0559b2b899126b6688b8ef77b8b7580b3b300f74a599a7ee77f99c064a3917693b
 SHA512 
7fd8234b7ffa3ca7e473539cad958df0842186e1dd735905e0d4977564f40a5f2e18b58180fcbe52614a00964dc150bd9f6964500847ea658f22bffe030f5c6a
 DIST syn-2.0.48.crate 250566 BLAKE2B 
e46b0863af76c3116c84d01b654a9820b7edc51f75c9c5301a7967d12284f78da602409f34fc40524728350dc6b998a4d738f08b8868f95236b3e5d24c460580
 SHA512 
926c0ad55cc743df20f9166b6d71fd44421aeb1f073fd86b6ddb53e13cd508b539c0360ce64b07b65597bb14639c8f33acf7e60951e1e9128624517aa3aee325
-DIST synapse-1.101.0.gh.tar.gz 8465894 BLAKE2B 
91b6d0a3d494b7246cec7821e15bf850fa4f0d6e17e6d3bbfb1f0f7d9c0822a0e3e33836fb04f479ce2a280f56a8783e455636e1c2b67018a5d4959354998e3d
 SHA512 
4f73aa725d2cb843442dbec858afe74e6fe93d838af4524d7731ad608fe05ea14e36f5844ae32a775becad4b9490c5ba02cfc446c39a043adb7eac9c72fa78ac
 DIST synapse-1.102.0.gh.tar.gz 8469024 BLAKE2B 
eaf50330d66149c757ab25811aa7017f8177ec5a3050e9c6dd2c8562f0c61e12ef5e7a08cfbac283c11cbadbc9f9adf58bd3934aa7bd4934fe2d4490759aa021
 SHA512 
420567482b3ab5d182506102a7817a487722f6bdd83bce57bb29ab11e1b07788cf4cf95913d16334637c7d388d9ba8b42d067a89ed9a403d606b6760377ec33b
 DIST synapse-1.103.0.gh.tar.gz 8470184 BLAKE2B 
e4660cf00599b54379c3b4877f9a85658e087865f187928f8a5764270a21473e56ffdb021f14927b741d9a294ac8eac9c0c1ed4a1429c4ec86330a7e56110141
 SHA512 
8b6777fb1f66e4060bb5b755206748313c99759f239edc9e28f8a16fc3163f9cdfd8c94fc92b1cee724f6edeb9ea32ac023378fa1a1b7abf0a915bb4f5d8eba4
 DIST synapse-1.104.0.gh.tar.gz 8478054 BLAKE2B 
ec73524a5050a67c532e491cdceb199e6ac434e45853cc000d2b68ca5ffa9765d9445eefb9be90f875db1094dde52481ba67fde19700d2f0ba1b462688102c02
 SHA512 
8002069c445210566d698ff81027de8709e4a6df32d2487a0b8ced72b12de971667e5a0d6cc441560e87e292be29cff58a229fb99793d6fd42a6af1aad2730e9

diff --git a/net-im/synapse/synapse-1.101.0.ebuild 
b/net-im/synapse/synapse-1.101.0.ebuild
deleted file mode 100644
index 73316e408d61..
--- a/net-im/synapse/synapse-1.101.0.ebuild
+++ /dev/null
@@ -1,215 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-CRATES="
-   aho-corasick@1.0.2
-   anyhow@1.0.79
-   arc-swap@1.5.1
-   autocfg@1.1.0
-   bitflags@1.3.2
-   blake2@0.10.6
-   block-buffer@0.10.3
-   cfg-if@1.0.0
-   crypto-common@0.1.6
-   digest@0.10.5
-   generic-array@0.14.6
-   heck@0.4.1
-   hex@0.4.3
-   indoc@2.0.4
-   itoa@1.0.4
-   lazy_static@1.4.0
-   libc@0.2.135
-   lock_api@0.4.9
-   log@0.4.20
-   memchr@2.6.3
-   memoffset@0.9.0
-   once_cell@1.15.0
-   parking_lot@0.12.1
-   parking_lot_core@0.9.3
-   proc-macro2@1.0.76
-   pyo3-build-config@0.20.2
-   pyo3-ffi@0.20.2
-   pyo3-log@0.9.0
-   pyo3-macros-backend@0.20.2
-   pyo3-macros@0.20.2
-   pyo3@0.20.2
-   pythonize@0.20.0
-   quote@1.0.35
-   redox_syscall@0.2.16
-   regex-automata@0.4.4
-   regex-syntax@0.8.2
-   regex@1.10.3
-   ryu@1.0.11
-   scopeguard@1.1.0
-   serde@1.0.196
-   serde_derive@1.0.196
-   serde_json@1.0.113
-   smallvec@1.10.0
-   subtle@2.4.1
-   syn@2.0.48
-   target-lexicon@0.12.4
-   typenum@1.15.0
-   unicode-ident@1.0.5
-   unindent@0.2.3
-   version_check@0.9.4
-   windows-sys@0.36.1
-   windows_aarch64_msvc@0.36.1
-   windows_i686_gnu@0.36.1
-   windows_i686_msvc@0.36.1
-   windows_x86_64_gnu@0.36.1
-   windows_x86_64_msvc@0.36.1
-"
-
-inherit cargo distutils-r1 multiprocessing optfeature systemd
-
-DESCRIPTION="Reference implementation of Matrix homeserver"
-HOMEPAGE

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

2024-04-04 Thread Petr Vaněk
commit: 02da419aa55226f52c76bb9e1f221c111cffba57
Author: Petr Vaněk  gentoo  org>
AuthorDate: Thu Apr  4 08:42:48 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Thu Apr  4 08:45:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02da419a

dev-perl/Mail-SPF: drop 2.9.0-r3

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-perl/Mail-SPF/Mail-SPF-2.9.0-r3.ebuild | 52 --
 1 file changed, 52 deletions(-)

diff --git a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r3.ebuild 
b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r3.ebuild
deleted file mode 100644
index 6fd8b1fd9640..
--- a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=JMEHNLE
-DIST_SECTION=mail-spf
-DIST_VERSION=v2.9.0
-inherit perl-module
-
-DESCRIPTION="An object-oriented implementation of Sender Policy Framework"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
-
-RDEPEND="
-   dev-perl/Error
-   >=dev-perl/Net-DNS-0.620.0
-   >=dev-perl/NetAddr-IP-4
-   >=dev-perl/URI-1.130.0
-   >=dev-perl/Net-DNS-Resolver-Programmable-0.3.0
-   virtual/perl-version
-   !!dev-perl/Mail-SPF-Query
-"
-BDEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.280.500
-   >=dev-perl/Net-DNS-Resolver-Programmable-0.3.0
-   test? ( virtual/perl-Test-Simple )
-"
-
-src_prepare() {
-   perl-module_src_prepare
-   sed -i -e "s:spfquery:spfquery.pl:" Build.PL || die "sed failed"
-   mv "${S}"/bin/spfquery "${S}"/bin/spfquery.pl || die "renaming spfquery 
failed"
-}
-
-pkg_postinst() {
-   elog "The spfquery script was renamed to spfquery.pl because of file 
collisions."
-}
-
-src_test() {
-   local badfiles=(
-   t/90-author-pod-validation.t
-   )
-   if ! has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then
-   einfo "Removing network tests w/o DIST_TEST_OVERRIDE=~network"
-   badfiles+=( "t/00.04-class-server.t" )
-   fi
-   perl_rm_files "${badfiles[@]}"
-   perl-module_src_test
-}



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

2024-04-04 Thread Petr Vaněk
commit: aa986396d0387aa77b10e0fc3816792ca343b4ad
Author: Petr Vaněk  gentoo  org>
AuthorDate: Thu Apr  4 08:41:41 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Thu Apr  4 08:44:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa986396

dev-perl/Mail-SPF: add comments with related bugs

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild 
b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild
index 737b5c141162..1250640f171c 100644
--- a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild
+++ b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild
@@ -31,8 +31,8 @@ BDEPEND="${RDEPEND}
 src_prepare() {
perl-module_src_prepare
sed -i -e "s:spfquery:spfquery.pl:" Build.PL || die "sed failed"
-   mv "${S}"/bin/spfquery{,.pl} || die "renaming spfquery failed"
-   mv "${S}"/sbin/spfd{,.pl} || die "renaming spfd failed"
+   mv "${S}"/bin/spfquery{,.pl} || die "renaming spfquery failed" # bug 
281189
+   mv "${S}"/sbin/spfd{,.pl} || die "renaming spfd failed" # bugs 886179 
and 928140
 }
 
 pkg_postinst() {



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

2024-04-02 Thread Petr Vaněk
commit: 67abd4f05d32aa8ed4246afb5a165eed8a38dbfe
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Apr  2 20:04:59 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Apr  2 20:41:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67abd4f0

net-im/synapse: add 1.104.0

The netaddr-test.patch is no longer needed as the change was integrated
to this version.

Signed-off-by: Petr Vaněk  gentoo.org>

 net-im/synapse/Manifest   |  12 ++
 net-im/synapse/synapse-1.104.0.ebuild | 211 ++
 2 files changed, 223 insertions(+)

diff --git a/net-im/synapse/Manifest b/net-im/synapse/Manifest
index 9738710b41dc..fb57c9a57853 100644
--- a/net-im/synapse/Manifest
+++ b/net-im/synapse/Manifest
@@ -1,6 +1,7 @@
 DIST aho-corasick-1.0.2.crate 167694 BLAKE2B 
fa5323cbe6cb73594dfa4c327c64676bc1e006dadc0b9def325974c83b9a769beba02d59a4657ec7a2d0cc511a7b7cc6f72cf57b8f9e639206d1c2bf13107a52
 SHA512 
5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
 DIST anyhow-1.0.79.crate 44931 BLAKE2B 
9270f04c6fbbecb535e3081f4275c3df28f6a893c1dfc0a9f7c009994de2deb8ebced04fe5e6f62931b33c3707f4fbfb0c3b28da1a611b413d40d27149d1fd2f
 SHA512 
ecd6fb1367d494df18c0e274b336a133f3acf7b6a5487d20bdd06e08c7f1f729877086a0966e998221daff120504fadd2be2dc4219ed621f81b0a50c2bbc2011
 DIST anyhow-1.0.80.crate 45138 BLAKE2B 
4985d3d8f1d5b5886fae5c7d1a61f921d3d64fb51e24710044b85dfadd2dae2b25b8995cab419cb7cdb5c8cb6b50ad0de93b9a942d34bc45014bd5fb9aecbd39
 SHA512 
481a3bc29de2af0b913d83cc79dacd559cf0bafecafcc707b921b91a732df953a2df582a54e5fca3f506f6441fd47379bd6bd006bcb1bd6f2615198f9903cc59
+DIST anyhow-1.0.81.crate 45142 BLAKE2B 
9b8678c5336fe5fd2823c58eae827f7aba726e12fb6edfa958c6e3b38a96dc3310bc8d044ee2e9db0bc611548f0be9a7b664b75321bd0b8a7e168d27dd3d7e78
 SHA512 
3d328c6b45a4780cfb6fc8daa5581cb5e45b230cb5f55837b0fcc8331c8d53630950c281115c06b21e655821a46d360c4aa667cbb24e87f3a534206361b08af5
 DIST arc-swap-1.5.1.crate 66157 BLAKE2B 
9060ef4f9d699fadc03be1a116d9301f6308fbb7f8bcad6f01926d584386d26d03f9dd2ea35b6771a6725ee7819e028d0e1b256e8b5f3b812cbd388e757491fb
 SHA512 
8636149e92c068d5ff5352a19c9973e7bf2aba68b9363c783178903a8665f6edabbd30c25ad7992646635efe5830d67c958f8d41b44a4ed1fe5698628b41c074
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
@@ -18,18 +19,25 @@ DIST lazy_static-1.4.0.crate 10443 BLAKE2B 
25b2e61bbac48f0dcbc79c81d7bf01f2403d8
 DIST libc-0.2.135.crate 604591 BLAKE2B 
195f342d1136f63c308371f001c9fc270e151fbda7b316321d319b57bcd46f206bb8b06196f5e9cf8a35b0c397d909f370aef8b119f4bc0eb75b9e245d8e7b4a
 SHA512 
dc8e8fc918c5184de6ae7414b523b06ae91cde252e837e863f8477e9722ccb206a0b27762ac204830e8d09071413029c03802a3ed93bff274c33b2a4055e7806
 DIST lock_api-0.4.9.crate 25685 BLAKE2B 
8adf5c3cccebdf6aff6ec977f230cd2a208b0b188ef57deacbbc6019431f0ede1a760b2384ba3cb49c96b8a589dc56c0f46a6359b3e62277e7ae1a1c3f586fa3
 SHA512 
9215381d9bb6b80d217c73a900db43df043b3e939b5bd7a292a02e9ab911cf0eacd8f883d35bdf72b3a0e78df8f1bc3e843ca4c775294c7a7a03091dc1a74990
 DIST log-0.4.20.crate 38307 BLAKE2B 
cb9c9a401b49bd68c18d5e42f2ed94446f1aeb184caa23cefacad4ce54a2a357143af54a5595c45d6f3c3d20b054c451d9e6ccdc09c19cca99daf8bbfc72
 SHA512 
8661b0c71d3b7fc0d679aa3d7f06910e6d3da1c53862aa06526000e1bcaa0b0b068415a1a9ab317c318f00d15346dba8a4f5d2a60d8850790bed9cfaaf757b3e
+DIST log-0.4.21.crate 43442 BLAKE2B 
8429b3270794d3e2c7f7d5b58bd4fa1abb9d4807ab3a1ac980ac81c11d9544635003d8cf2e608c2c0094865459108a2879f280278e121df68d09bc1561d604ba
 SHA512 
0becc1a06b6e7048cff6c0bb8df49a16ac4772133c00239e9e9459c0811e7715c500f440cf1a9aef8d7ad74f57434559ca9b55917f588b8e476cf36eb6d4e10b
 DIST memchr-2.6.3.crate 94377 BLAKE2B 
5f1603397d6703ddd9a1e68429cb6e9dae9021e14692c1e084f3b5c82d36645a1fa930c7a76b97df8e1919402fa7e1c621969ce85ce20c82b3087104afe18f25
 SHA512 
8d5e1425ea702a0950c95271dfd2e81610731496f77af0d683536b074a22922a7d7ec6da41577487d1d658e3b27257b7d1e142761b523e68760a2f5f24f049bc
 DIST memoffset-0.9.0.crate 9033 BLAKE2B 
19090c1af8b8cf54a2cf7593748aff4d3dc685ec7080aa476139c1721ef71555495e1bc513b1efaddc7e7702f83e0e1c2a8f71ff40009d266539484c9297e0ed
 SHA512 
2f04f9b6fed31e94388c18162ad275897a835df7b9ac827f4df0f4b0ecf71064ef247f7ad11dbc27d7a6d448984a0f29d1c000e3c8d5fa6e121fa9571770ec55
 DIST once_cell-1.15.0.crate 3146

[gentoo-commits] repo/gentoo:master commit in: net-fs/s3fs/

2024-03-28 Thread Petr Vaněk
commit: 1faecc5ea53e964330ca01d22ca2cc6031ce43df
Author: Petr Vaněk  gentoo  org>
AuthorDate: Thu Mar 28 07:09:01 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Thu Mar 28 07:09:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1faecc5e

net-fs/s3fs: drop 1.93

Signed-off-by: Petr Vaněk  gentoo.org>

 net-fs/s3fs/Manifest |  1 -
 net-fs/s3fs/s3fs-1.93.ebuild | 67 
 2 files changed, 68 deletions(-)

diff --git a/net-fs/s3fs/Manifest b/net-fs/s3fs/Manifest
index bf655a3ac062..a98681df8e09 100644
--- a/net-fs/s3fs/Manifest
+++ b/net-fs/s3fs/Manifest
@@ -1,2 +1 @@
-DIST s3fs-1.93.tar.gz 284353 BLAKE2B 
bae0d850f69f04b18327790406260721a0a2d981f5b2cbc8e6ebc059f4db83bd0810780b68d334a50cbba4654301a395683a778567ce3f08d4b9f69fef5ed282
 SHA512 
613ad713ac426236b471aa4b2f8292ee0558017f149bfe51aa7fad1bacd60fccf00c31404ebc14b692787e524704e9cd9111b84540f1309ba99900d42d03dc5d
 DIST s3fs-1.94.tar.gz 291170 BLAKE2B 
86a0271cfedc38778b4e8a50cb4515a3b921e0c69618ff7b2db411a95c3ed37e43f5e394c47937fd9072530177faf4f014e395feb519e995bf386d538318d3bf
 SHA512 
1a29d4f0b73f844ea1d4ad6e0b36d601fb7ab5818af0a90564b77182564c04fbef308362a9a749038b17f28f07f79b6debb661610f69c039a405b931361abe9c

diff --git a/net-fs/s3fs/s3fs-1.93.ebuild b/net-fs/s3fs/s3fs-1.93.ebuild
deleted file mode 100644
index 1e5bed5d0932..
--- a/net-fs/s3fs/s3fs-1.93.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_PN=${PN}-fuse
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Amazon S3 mounting via fuse"
-HOMEPAGE="https://github.com/s3fs-fuse/s3fs-fuse/;
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-IUSE="gnutls nettle nss"
-REQUIRED_USE="nettle? ( gnutls !nss )"
-
-# Requires active internet connection and it tries to download some binaries 
for later execution
-RESTRICT="test"
-
-DEPEND="
-   dev-libs/libxml2:2
-   net-misc/curl
-   sys-fs/fuse:0
-   nss? ( dev-libs/nss )
-   !nss? (
-   gnutls? (
-   net-libs/gnutls:=
-   nettle? ( dev-libs/nettle:= )
-   )
-   !gnutls? ( dev-libs/openssl:0= )
-   )
-"
-
-RDEPEND="${DEPEND}
-   app-misc/mime-types
-"
-
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-
-   sed -i 's/ -D_FORTIFY_SOURCE=3//' configure.ac || die
-
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_with nettle)
-   )
-   if use nss; then
-   myeconfargs+=( $(use_with nss) )
-   elif use gnutls; then
-   myeconfargs+=( $(use_with gnutls) )
-   else
-   myeconfargs+=( --with-openssl )
-   fi
-
-   econf "${myeconfargs[@]}"
-}



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

2024-03-27 Thread Petr Vaněk
commit: 1ff62b092e03e2c8d0baee474de44fc5da7880c1
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 27 08:19:26 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 27 08:19:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff62b09

sys-cluster/galera: add myself as a maintainer

Signed-off-by: Petr Vaněk  gentoo.org>

 sys-cluster/galera/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-cluster/galera/metadata.xml b/sys-cluster/galera/metadata.xml
index 8e991adee4d7..60ccc382e3db 100644
--- a/sys-cluster/galera/metadata.xml
+++ b/sys-cluster/galera/metadata.xml
@@ -5,6 +5,10 @@
mysql-b...@gentoo.org
MySQL

+   
+   arka...@gentoo.org
+   Petr Vaněk
+   

Install Galera Arbitrator - a stateless 
daemon which acts as a lightweight group member




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

2024-03-27 Thread Petr Vaněk
commit: 504bdeccbb72080914f33c514cf4c6fbde3bc344
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Mar 26 16:11:35 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 27 07:56:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504bdecc

sys-cluster/galera: add 26.4.18

This version resolves clang compilation issue, fixed in commit
https://github.com/codership/galera/commit/5e83da4834d4ef6341d2fd4827156b3e8cd8e9af

Closes: https://bugs.gentoo.org/926640
Signed-off-by: Petr Vaněk  gentoo.org>

 sys-cluster/galera/Manifest  |  1 +
 sys-cluster/galera/galera-26.4.18.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/sys-cluster/galera/Manifest b/sys-cluster/galera/Manifest
index 801b020796be..75b9771b65cc 100644
--- a/sys-cluster/galera/Manifest
+++ b/sys-cluster/galera/Manifest
@@ -2,3 +2,4 @@ DIST galera-26.4.13.tar.gz 1529682 BLAKE2B 
d7030fd5e3a48ede16f608cca9986de117a54
 DIST galera-26.4.14.tar.gz 1532285 BLAKE2B 
c647332a1a70609fbe3197653df2e24ccd0c5e053b1c9ef4d3de20bc70d8f2363090c6296e9e81eeb92a625c85d67b4f298db8e34862c7deb907baf13bae2e45
 SHA512 
f9bb3d1d503ed7f90cfc5596e68e8cf77683d2d7e6ddb45d0a6618bbc6a31ad2caa80933f6724734ec4ae416b37d7d7ec61e1bf0b87cefd4c959954266a2fb26
 DIST galera-26.4.15.tar.gz 1532571 BLAKE2B 
8aa5c6027b4cfe7f41c9d431315a4a12b9ea45896743bafa296470e8e3f0613e8974e3daea0d7c89c3e2d014692fb7d10f4a64588add569a197546dcd0f0108d
 SHA512 
b866610c00df344ea8c9cc948fadfa4be808ee6bb100fec470dee006458d81ec704db156d320889610bff9b944023963f624b8672596a282c7658c55d99ffca6
 DIST galera-26.4.17.tar.gz 1541975 BLAKE2B 
7b12a9c056e45fc0614910a5f6eb1127e3613aa7b212db94594330ddd048de4982cbb1d36a75c08da0aa31a9a08a5632686e867b967291bb269835e37a6efcb3
 SHA512 
c11fecb6c9e142643f594275d6ff486d7a3615016691373831e57221f9bbfdc086202757068a2cc9308049b3499aa64dcc6f066dcf6437d25a4c546b19ac8fa3
+DIST galera-26.4.18.tar.gz 1542330 BLAKE2B 
5a0d8b1929a72ce36f521ba3404b9251503226ba041970bc67f9d25b2b55c2daa2128500117366273541578eb1d7fd213d5f8336cba705650c55b70125dcbf0d
 SHA512 
75ae75c0bac1b2ba5d0230af9b0e14b5e8661f20f84cee3800b2e979c3ef53c9dd5ce8cebcec1ae9205b5dec28f94f690854cce32a10e9f58d8aa55725fd59c6

diff --git a/sys-cluster/galera/galera-26.4.18.ebuild 
b/sys-cluster/galera/galera-26.4.18.ebuild
new file mode 100644
index ..2defbd8cbff9
--- /dev/null
+++ b/sys-cluster/galera/galera-26.4.18.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_PN="${PN}-4"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Synchronous multi-master replication engine that provides the 
wsrep API"
+HOMEPAGE="https://galeracluster.com;
+SRC_URI="
+   https://releases.galeracluster.com/${MY_PN}.$(ver_cut 
3)/source/${MY_P}.tar.gz
+   -> ${P}.tar.gz
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="garbd ssl"
+
+RDEPEND="
+   ssl? ( dev-libs/openssl:= )
+   dev-libs/boost:=
+"
+# TODO: Make check dep optional
+DEPEND="
+   ${RDEPEND}
+   >=dev-cpp/asio-1.22
+   dev-libs/check
+"
+
+src_prepare() {
+   cmake_src_prepare
+
+   # Remove bundled dev-cpp/asio
+   rm -r asio || die "Failed to remove bundled asio"
+
+   # Remove optional garbd daemon
+   if ! use garbd ; then
+   rm -r garb || die "Failed to remove garbd daemon"
+   sed -i '/add_subdirectory(garb)/d' CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DGALERA_WITH_SSL=$(usex ssl)
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   dodoc scripts/packages/README scripts/packages/README-MySQL
+
+   if use garbd ; then
+   newconfd "${FILESDIR}"/garb.cnf garbd
+   newinitd "${FILESDIR}"/garb.init garbd
+   doman man/garbd.8
+
+   pushd "${BUILD_DIR}" || die
+   dobin garb/garbd
+   fi
+
+   pushd "${BUILD_DIR}" || die
+   exeinto /usr/$(get_libdir)/galera
+   doexe libgalera_smm.so
+}



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

2024-03-26 Thread Petr Vaněk
commit: b92b177e55830ccd00c72b0ac5acfcebd16ea7d1
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Mar 26 14:02:54 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar 26 14:36:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92b177e

dev-perl/Mail-SPF: rename spfd to spfd.pl

This change is necessary in order to avoid collision with
mail-filter/libspf2. The change is consistent with already renamed
spfquery.pl.

Bug: https://bugs.gentoo.org/281189
Closes: https://bugs.gentoo.org/886179
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild | 53 ++
 1 file changed, 53 insertions(+)

diff --git a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild 
b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild
new file mode 100644
index ..eed5bdd1b6d3
--- /dev/null
+++ b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=JMEHNLE
+DIST_SECTION=mail-spf
+DIST_VERSION=v2.9.0
+inherit perl-module
+
+DESCRIPTION="An object-oriented implementation of Sender Policy Framework"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-perl/Error
+   >=dev-perl/Net-DNS-0.620.0
+   >=dev-perl/NetAddr-IP-4
+   >=dev-perl/URI-1.130.0
+   >=dev-perl/Net-DNS-Resolver-Programmable-0.3.0
+   virtual/perl-version
+   !!dev-perl/Mail-SPF-Query
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.280.500
+   >=dev-perl/Net-DNS-Resolver-Programmable-0.3.0
+   test? ( virtual/perl-Test-Simple )
+"
+
+src_prepare() {
+   perl-module_src_prepare
+   sed -i -e "s:spfquery:spfquery.pl:" Build.PL || die "sed failed"
+   mv "${S}"/bin/spfquery{,.pl} || die "renaming spfquery failed"
+   mv "${S}"/sbin/spfd{,.pl} || die "renaming spfd failed"
+}
+
+pkg_postinst() {
+   elog "The spfquery script was renamed to spfquery.pl because of file 
collisions."
+}
+
+src_test() {
+   local badfiles=(
+   t/90-author-pod-validation.t
+   )
+   if ! has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then
+   einfo "Removing network tests w/o DIST_TEST_OVERRIDE=~network"
+   badfiles+=( "t/00.04-class-server.t" )
+   fi
+   perl_rm_files "${badfiles[@]}"
+   perl-module_src_test
+}



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

2024-03-26 Thread Petr Vaněk
commit: b754d85bb0dea1d3385bff21b83cf4242fb1e483
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Mar 26 14:31:19 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar 26 14:36:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b754d85b

dev-perl/Mail-SPF: drop long outdated blocker

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild 
b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild
index eed5bdd1b6d3..07c26ee66ec0 100644
--- a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild
+++ b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild
@@ -21,7 +21,6 @@ RDEPEND="
>=dev-perl/URI-1.130.0
>=dev-perl/Net-DNS-Resolver-Programmable-0.3.0
virtual/perl-version
-   !!dev-perl/Mail-SPF-Query
 "
 BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.280.500



[gentoo-commits] repo/gentoo:master commit in: x11-wm/dwm/

2024-03-20 Thread Petr Vaněk
commit: 95bd0b18a5434d51feb679182dea93f971188263
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 20 15:34:53 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 20 15:40:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95bd0b18

x11-wm/dwm: drop 6.3

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-wm/dwm/Manifest   |  1 -
 x11-wm/dwm/dwm-6.3.ebuild | 67 ---
 2 files changed, 68 deletions(-)

diff --git a/x11-wm/dwm/Manifest b/x11-wm/dwm/Manifest
index 002bdfb84b21..2a999e5cdfe3 100644
--- a/x11-wm/dwm/Manifest
+++ b/x11-wm/dwm/Manifest
@@ -1,3 +1,2 @@
-DIST dwm-6.3.tar.gz 25351 BLAKE2B 
06edd0454802d79a5c796951b0a95d5376f0363f0b93ce82569d38af4a96d528c58abf7b9e0f78bb50b48ce8cee0c7993e08fafc8593bc63be6df87c17974f40
 SHA512 
285bf5e7f419b7bd6d7cd23548a5cb3dce84879b7e841ed3eb08c226f28c8782e37bce2bc481b2e90c4f2160f79d239476d56f01985af0d38a39fb9dce43dede
 DIST dwm-6.4.tar.gz 25321 BLAKE2B 
23c8b0fbbdbf417a2ed79727b0001e812a2e022f8bc29b4ec7711711ae995a8d71283aad23f2d11454407ada29e545c302d66bf239d3598498d93335cd32775f
 SHA512 
b13ac4390c7945cfb4e06bbec2cf69a9bf55867fe2babcba1a4945803a12bea88db31ad06dd06627445f8456950deb26f2d631f946c4207ae92e13f273051a51
 DIST dwm-6.5.tar.gz 25588 BLAKE2B 
5f837e49026d3213cfa98411f301c134bccf0299b892d9cb0d54a77d1785c905a4d6bcea941f240bc713122a37d61061eeafc594c27b9f486ca7187558479394
 SHA512 
6cc3efd8d8a5e96517474fdcb1c1a6192fdf669c1bb02de6aea0a9f1a951360bf73c9576a5a0f06b00e2f839bacc304d60548d5ead0996bf46d82be4121ed248

diff --git a/x11-wm/dwm/dwm-6.3.ebuild b/x11-wm/dwm/dwm-6.3.ebuild
deleted file mode 100644
index e7d213a52362..
--- a/x11-wm/dwm/dwm-6.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit savedconfig toolchain-funcs
-
-DESCRIPTION="a dynamic window manager for X11"
-HOMEPAGE="https://dwm.suckless.org/;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.suckless.org/dwm;
-else
-   SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="xinerama"
-
-RDEPEND="
-   media-libs/fontconfig
-   x11-libs/libX11
-   x11-libs/libXft
-   xinerama? ( x11-libs/libXinerama )
-"
-DEPEND="
-   ${RDEPEND}
-   xinerama? ( x11-base/xorg-proto )
-"
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e "s/ -Os / /" \
-   -e "/^\(LDFLAGS\|CFLAGS\|CPPFLAGS\)/{s| = | += |g;s|-s ||g}" \
-   -e "/^X11LIB/{s:/usr/X11R6/lib:/usr/$(get_libdir)/X11:}" \
-   -e '/^X11INC/{s:/usr/X11R6/include:/usr/include/X11:}' \
-   config.mk || die
-
-   restore_config config.h
-}
-
-src_compile() {
-   if use xinerama; then
-   emake CC="$(tc-getCC)" dwm
-   else
-   emake CC="$(tc-getCC)" XINERAMAFLAGS="" XINERAMALIBS="" dwm
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/dwm-session2 dwm
-
-   insinto /usr/share/xsessions
-   doins "${FILESDIR}"/dwm.desktop
-
-   dodoc README
-
-   save_config config.h
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/dwm/

2024-03-20 Thread Petr Vaněk
commit: 3816879e54d74f168f82f0b6b1958e9088a4ed5f
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 20 15:34:19 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 20 15:40:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3816879e

x11-wm/dwm: add 6.5

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-wm/dwm/Manifest   |  1 +
 x11-wm/dwm/dwm-6.5.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/x11-wm/dwm/Manifest b/x11-wm/dwm/Manifest
index d2db86f1af1f..002bdfb84b21 100644
--- a/x11-wm/dwm/Manifest
+++ b/x11-wm/dwm/Manifest
@@ -1,2 +1,3 @@
 DIST dwm-6.3.tar.gz 25351 BLAKE2B 
06edd0454802d79a5c796951b0a95d5376f0363f0b93ce82569d38af4a96d528c58abf7b9e0f78bb50b48ce8cee0c7993e08fafc8593bc63be6df87c17974f40
 SHA512 
285bf5e7f419b7bd6d7cd23548a5cb3dce84879b7e841ed3eb08c226f28c8782e37bce2bc481b2e90c4f2160f79d239476d56f01985af0d38a39fb9dce43dede
 DIST dwm-6.4.tar.gz 25321 BLAKE2B 
23c8b0fbbdbf417a2ed79727b0001e812a2e022f8bc29b4ec7711711ae995a8d71283aad23f2d11454407ada29e545c302d66bf239d3598498d93335cd32775f
 SHA512 
b13ac4390c7945cfb4e06bbec2cf69a9bf55867fe2babcba1a4945803a12bea88db31ad06dd06627445f8456950deb26f2d631f946c4207ae92e13f273051a51
+DIST dwm-6.5.tar.gz 25588 BLAKE2B 
5f837e49026d3213cfa98411f301c134bccf0299b892d9cb0d54a77d1785c905a4d6bcea941f240bc713122a37d61061eeafc594c27b9f486ca7187558479394
 SHA512 
6cc3efd8d8a5e96517474fdcb1c1a6192fdf669c1bb02de6aea0a9f1a951360bf73c9576a5a0f06b00e2f839bacc304d60548d5ead0996bf46d82be4121ed248

diff --git a/x11-wm/dwm/dwm-6.5.ebuild b/x11-wm/dwm/dwm-6.5.ebuild
new file mode 100644
index ..5881e52a6091
--- /dev/null
+++ b/x11-wm/dwm/dwm-6.5.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit savedconfig toolchain-funcs
+
+DESCRIPTION="a dynamic window manager for X11"
+HOMEPAGE="https://dwm.suckless.org/;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.suckless.org/dwm;
+else
+   SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="xinerama"
+
+RDEPEND="
+   media-libs/fontconfig
+   x11-libs/libX11
+   >=x11-libs/libXft-2.3.5
+   xinerama? ( x11-libs/libXinerama )
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+   xinerama? ( x11-base/xorg-proto )
+"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "s/ -Os / /" \
+   -e "/^\(LDFLAGS\|CFLAGS\|CPPFLAGS\)/{s| = | += |g;s|-s ||g}" \
+   -e "/^X11LIB/{s:/usr/X11R6/lib:/usr/$(get_libdir)/X11:}" \
+   -e '/^X11INC/{s:/usr/X11R6/include:/usr/include/X11:}' \
+   config.mk || die
+
+   restore_config config.h
+}
+
+src_compile() {
+   if use xinerama; then
+   emake CC="$(tc-getCC)" dwm
+   else
+   emake CC="$(tc-getCC)" XINERAMAFLAGS="" XINERAMALIBS="" dwm
+   fi
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/dwm-session2 dwm
+
+   insinto /usr/share/xsessions
+   doins "${FILESDIR}"/dwm.desktop
+
+   dodoc README
+
+   save_config config.h
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/dwm/

2024-03-20 Thread Petr Vaněk
commit: e002c1eca5e25211bf7d5683e2507e587f5a0cfa
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 20 15:39:41 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 20 15:40:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e002c1ec

x11-wm/dwm: add myself as a maintainer

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-wm/dwm/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-wm/dwm/metadata.xml b/x11-wm/dwm/metadata.xml
index 67736d7721a1..5f0d66b2dfc5 100644
--- a/x11-wm/dwm/metadata.xml
+++ b/x11-wm/dwm/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   arka...@gentoo.org
+       Petr Vaněk
+   

dwm is a dynamic window manager for X. It manages windows in 
tiling and
floating modes. Either mode can be applied dynamically, 
optimizing the



[gentoo-commits] repo/gentoo:master commit in: x11-wm/dwm/

2024-03-20 Thread Petr Vaněk
commit: d981fa97c3dcba80e7938ab5e056eebc005e472f
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 20 15:34:39 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 20 15:40:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d981fa97

x11-wm/dwm: sync live

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-wm/dwm/dwm-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-wm/dwm/dwm-.ebuild b/x11-wm/dwm/dwm-.ebuild
index 4553c04b8640..5881e52a6091 100644
--- a/x11-wm/dwm/dwm-.ebuild
+++ b/x11-wm/dwm/dwm-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,6 +28,7 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
+   x11-base/xorg-proto
xinerama? ( x11-base/xorg-proto )
 "
 



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

2024-03-20 Thread Petr Vaněk
commit: a85759051103cb5c33f4b28292c91d188a8d1080
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 20 13:22:18 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 20 13:26:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8575905

x11-misc/tabbed: add myself as a maintainer

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-misc/tabbed/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/metadata.xml b/x11-misc/tabbed/metadata.xml
index 115e9d64a669..15cf2ff7a521 100644
--- a/x11-misc/tabbed/metadata.xml
+++ b/x11-misc/tabbed/metadata.xml
@@ -1,5 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   arka...@gentoo.org
+       Petr Vaněk
+   
 



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

2024-03-20 Thread Petr Vaněk
commit: 9104cf4dd4516e519bdeda147a4202133a496c8d
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 20 13:24:09 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 20 13:26:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9104cf4d

x11-misc/tabbed: update HOMEPAGE

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-misc/tabbed/tabbed-0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.8-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
index 1b3e660636fb..071f3ae506b4 100644
--- a/x11-misc/tabbed/tabbed-0.8-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit savedconfig toolchain-funcs
 
 DESCRIPTION="Simple generic tabbed fronted to xembed aware applications"
-HOMEPAGE="https://tools.suckless.org/tabbed;
+HOMEPAGE="https://tools.suckless.org/tabbed/;
 SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz;
 
 LICENSE="MIT"



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

2024-03-20 Thread Petr Vaněk
commit: 9fb77f16e72fba1f2894baeb617d60caf5330317
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 20 13:18:08 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 20 13:26:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb77f16

x11-misc/tabbed: Add omitted CFLAGS and LDFLAGS

Closes: https://bugs.gentoo.org/927321
Closes: https://bugs.gentoo.org/927322
Fixes: a2766183f887 ("x11-misc/tabbed: add 0.8")
Signed-off-by: Petr Vaněk  gentoo.org>

 x11-misc/tabbed/{tabbed-0.8.ebuild => tabbed-0.8-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/tabbed/tabbed-0.8.ebuild 
b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
similarity index 86%
rename from x11-misc/tabbed/tabbed-0.8.ebuild
rename to x11-misc/tabbed/tabbed-0.8-r1.ebuild
index 176292a2374e..1b3e660636fb 100644
--- a/x11-misc/tabbed/tabbed-0.8.ebuild
+++ b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
@@ -34,8 +34,8 @@ src_compile() {
tc-export CC PKG_CONFIG
 
local emakeargs=(
-   TABBED_CFLAGS="$("${PKG_CONFIG}" --cflags x11 xft)"
-   TABBED_LDFLAGS="$("${PKG_CONFIG}" --libs x11 xft)"
+   TABBED_CFLAGS="${CFLAGS} $("${PKG_CONFIG}" --cflags x11 xft)"
+   TABBED_LDFLAGS="${LDFLAGS} $("${PKG_CONFIG}" --libs x11 xft)"
)
 
emake "${emakeargs[@]}"



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

2024-03-19 Thread Petr Vaněk
commit: a2766183f88708eba41d00c3288a6d4e368bb534
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Mar 19 16:49:28 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar 19 16:50:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2766183

x11-misc/tabbed: add 0.8

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-misc/tabbed/Manifest  |  1 +
 x11-misc/tabbed/tabbed-0.8.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/x11-misc/tabbed/Manifest b/x11-misc/tabbed/Manifest
index 83972a7921ec..7adcbe5f8e2b 100644
--- a/x11-misc/tabbed/Manifest
+++ b/x11-misc/tabbed/Manifest
@@ -1 +1,2 @@
 DIST tabbed-0.6.tar.gz 12926 BLAKE2B 
e92e2c7132f7a760286c61c99faa0b26e411326e172c231f3354e61f8151f561babd4a35998bc06cb7fd87dc962334ef0ddac78ba284cd3090bb1c2dcfa159be
 SHA512 
bcad873251be6b5de21311531e8d24330003b42790cb94d559a0d1be45408b3e0722c14e7c7f2cefd0717fd2a2d7a100fa08fc4e10e7bb669935909602286553
+DIST tabbed-0.8.tar.gz 13970 BLAKE2B 
289d3a94224d9c717a3a66a6ea10e34f744b49bf010e7bea6ddb4f8db92a89f8e2ca1d3bbc5c6ffa3402f85117b3bbb0a54140d1e70d6e1f0200c883f46fbe8f
 SHA512 
aa81ee2a293110cdd7660c4643a21bb44573516ddd03657ab4cfd2be2f52f7dd5a4fcfce60fd2b4dac591d13e40f952985780cd8923394fc64e814152729a754

diff --git a/x11-misc/tabbed/tabbed-0.8.ebuild 
b/x11-misc/tabbed/tabbed-0.8.ebuild
new file mode 100644
index ..176292a2374e
--- /dev/null
+++ b/x11-misc/tabbed/tabbed-0.8.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit savedconfig toolchain-funcs
+
+DESCRIPTION="Simple generic tabbed fronted to xembed aware applications"
+HOMEPAGE="https://tools.suckless.org/tabbed;
+SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXft
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   restore_config config.h
+}
+
+src_compile() {
+   tc-export CC PKG_CONFIG
+
+   local emakeargs=(
+   TABBED_CFLAGS="$("${PKG_CONFIG}" --cflags x11 xft)"
+   TABBED_LDFLAGS="$("${PKG_CONFIG}" --libs x11 xft)"
+   )
+
+   emake "${emakeargs[@]}"
+}
+
+src_install() {
+   local emakeargs=(
+   DESTDIR="${D}"
+   PREFIX="${EPREFIX}/usr"
+   DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}"
+   )
+   emake "${emakeargs[@]}" install
+
+   save_config config.h
+}



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

2024-03-19 Thread Petr Vaněk
commit: 53c7def0b0b4550bbfaccda3ba48b049e4e5aca5
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Mar 19 14:17:19 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar 19 14:52:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c7def0

net-im/synapse: add 1.103.0

Signed-off-by: Petr Vaněk  gentoo.org>

 net-im/synapse/Manifest   |   2 +
 net-im/synapse/synapse-1.103.0.ebuild | 215 ++
 2 files changed, 217 insertions(+)

diff --git a/net-im/synapse/Manifest b/net-im/synapse/Manifest
index 218203ada3fa..9738710b41dc 100644
--- a/net-im/synapse/Manifest
+++ b/net-im/synapse/Manifest
@@ -1,5 +1,6 @@
 DIST aho-corasick-1.0.2.crate 167694 BLAKE2B 
fa5323cbe6cb73594dfa4c327c64676bc1e006dadc0b9def325974c83b9a769beba02d59a4657ec7a2d0cc511a7b7cc6f72cf57b8f9e639206d1c2bf13107a52
 SHA512 
5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
 DIST anyhow-1.0.79.crate 44931 BLAKE2B 
9270f04c6fbbecb535e3081f4275c3df28f6a893c1dfc0a9f7c009994de2deb8ebced04fe5e6f62931b33c3707f4fbfb0c3b28da1a611b413d40d27149d1fd2f
 SHA512 
ecd6fb1367d494df18c0e274b336a133f3acf7b6a5487d20bdd06e08c7f1f729877086a0966e998221daff120504fadd2be2dc4219ed621f81b0a50c2bbc2011
+DIST anyhow-1.0.80.crate 45138 BLAKE2B 
4985d3d8f1d5b5886fae5c7d1a61f921d3d64fb51e24710044b85dfadd2dae2b25b8995cab419cb7cdb5c8cb6b50ad0de93b9a942d34bc45014bd5fb9aecbd39
 SHA512 
481a3bc29de2af0b913d83cc79dacd559cf0bafecafcc707b921b91a732df953a2df582a54e5fca3f506f6441fd47379bd6bd006bcb1bd6f2615198f9903cc59
 DIST arc-swap-1.5.1.crate 66157 BLAKE2B 
9060ef4f9d699fadc03be1a116d9301f6308fbb7f8bcad6f01926d584386d26d03f9dd2ea35b6771a6725ee7819e028d0e1b256e8b5f3b812cbd388e757491fb
 SHA512 
8636149e92c068d5ff5352a19c9973e7bf2aba68b9363c783178903a8665f6edabbd30c25ad7992646635efe5830d67c958f8d41b44a4ed1fe5698628b41c074
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
@@ -45,6 +46,7 @@ DIST subtle-2.4.1.crate 12630 BLAKE2B 
05a90232bfdc2cf67522e2972bddcd8dc9a165b1d1
 DIST syn-2.0.48.crate 250566 BLAKE2B 
e46b0863af76c3116c84d01b654a9820b7edc51f75c9c5301a7967d12284f78da602409f34fc40524728350dc6b998a4d738f08b8868f95236b3e5d24c460580
 SHA512 
926c0ad55cc743df20f9166b6d71fd44421aeb1f073fd86b6ddb53e13cd508b539c0360ce64b07b65597bb14639c8f33acf7e60951e1e9128624517aa3aee325
 DIST synapse-1.101.0.gh.tar.gz 8465894 BLAKE2B 
91b6d0a3d494b7246cec7821e15bf850fa4f0d6e17e6d3bbfb1f0f7d9c0822a0e3e33836fb04f479ce2a280f56a8783e455636e1c2b67018a5d4959354998e3d
 SHA512 
4f73aa725d2cb843442dbec858afe74e6fe93d838af4524d7731ad608fe05ea14e36f5844ae32a775becad4b9490c5ba02cfc446c39a043adb7eac9c72fa78ac
 DIST synapse-1.102.0.gh.tar.gz 8469024 BLAKE2B 
eaf50330d66149c757ab25811aa7017f8177ec5a3050e9c6dd2c8562f0c61e12ef5e7a08cfbac283c11cbadbc9f9adf58bd3934aa7bd4934fe2d4490759aa021
 SHA512 
420567482b3ab5d182506102a7817a487722f6bdd83bce57bb29ab11e1b07788cf4cf95913d16334637c7d388d9ba8b42d067a89ed9a403d606b6760377ec33b
+DIST synapse-1.103.0.gh.tar.gz 8470184 BLAKE2B 
e4660cf00599b54379c3b4877f9a85658e087865f187928f8a5764270a21473e56ffdb021f14927b741d9a294ac8eac9c0c1ed4a1429c4ec86330a7e56110141
 SHA512 
8b6777fb1f66e4060bb5b755206748313c99759f239edc9e28f8a16fc3163f9cdfd8c94fc92b1cee724f6edeb9ea32ac023378fa1a1b7abf0a915bb4f5d8eba4
 DIST target-lexicon-0.12.4.crate 23020 BLAKE2B 
ad9780b9478b00b4fdcb07bd016d83216695413090ac29cca06388c3790e2832c978b1c7e69f6d34bb6fc9adc39c0a0b6b6636e50a9715a9f5f16445dba22d19
 SHA512 
194fe1946ad8d9fdb383bf8a65374e24d216382c1ed5379dabc98d58842512624c32838b8d6d0658d866f6559d37f1343a30c5809e8914dd85790399252b3e06
 DIST typenum-1.15.0.crate 40741 BLAKE2B 
5752d80396d0a37b0069b98ace9efe96d94ccaf41b33b8149c8b8c6a767537dbffe64251bbf61f3812465ecbc8cb45544f177dc97ac9735d84454282e4d1ed66
 SHA512 
a3c1ceac85e1aed98d0829449c35f4f36db860218b955b4e5f8f01da1d27ee6213f3c60e2b25c3745dcd67369049da5de737a9473fa9402db99cf7cddeb42288
 DIST unicode-ident-1.0.5.crate 35455 BLAKE2B 
7e14ce97ac53a88ccec015dea690918a673dc5b49e44de7fdcb5421871da35c4f514c6db9a363d6f4bfcf2e9a61a50a593d345d0b6f388ea882b17a00cd0335d
 SHA512 
d355370daac356d900cd4c0a792d6c0eff114524c4bffce4d7e74469fe2117883ee00bf0e27d950b72e88739473f2045d5f83440a0aedfede97b4d9163b64a6c

diff --git a/net-im/synapse/synapse-1.103.0.ebuild 
b/net-im/synapse/synapse-1.103.0.ebuild
new file mode 100644
index ..22e

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

2024-03-18 Thread Petr Vaněk
commit: 88ce889a520638c67756fc47c359dba8a0922903
Author: Petr Vaněk  gentoo  org>
AuthorDate: Mon Mar 18 11:42:51 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Mon Mar 18 11:42:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ce889a

net-im/synapse: drop 1.100.0

Signed-off-by: Petr Vaněk  gentoo.org>

 net-im/synapse/Manifest   |   4 -
 net-im/synapse/synapse-1.100.0.ebuild | 215 --
 2 files changed, 219 deletions(-)

diff --git a/net-im/synapse/Manifest b/net-im/synapse/Manifest
index 82e2b8665194..218203ada3fa 100644
--- a/net-im/synapse/Manifest
+++ b/net-im/synapse/Manifest
@@ -37,16 +37,12 @@ DIST regex-automata-0.4.4.crate 617294 BLAKE2B 
68f29fae9479a82dbecf8091250b65486
 DIST regex-syntax-0.8.2.crate 347228 BLAKE2B 
211fd1c35ad0f28874d4b4d276e0fb0a27e5a1608f2f16ba2333641b154624e378419daf8d1c955f21ff5f40f6d49c89569b7e11ea5649850846d0fe447a675c
 SHA512 
301dde555f300298f2594490ccd8b92033e4917fe9b8671b8a97db6c827793c73969be85a9264dcaf3177edda51abeb576811ad6cab9772964dc0a77e728
 DIST ryu-1.0.11.crate 47007 BLAKE2B 
d03e8df69c3b21c1b2e4ffa91ece794f141e9f9bce4e9ed1ebf394b1cb0f796147b86189885f0734df8f431b2d166d8f6ed6a261be398d6d088fd56046a85c2e
 SHA512 
dd2642aab2d3017c31432436226d5350b894c8b88a09395eb7de6350964b3cc48451a829ce78b04a9e4e0480076fe1bddd0604f4e57700faa2d60cac6e361408
 DIST scopeguard-1.1.0.crate 11470 BLAKE2B 
f774eb90b7d3ffb2efba47518e9d1dead4017ab4b38a4bd74914daa84a5af4bf9eb63da0496e3924499d79cd0439c37447aeda4a21226f95645bddcd6becfabe
 SHA512 
368fa5726df8f42b53681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d
-DIST serde-1.0.195.crate 76856 BLAKE2B 
6a80b59335f222ae48d5e377c30611f30fe6416e6853ca47a39016e21f649cb9dfbe4964ce19e5da977fb9a963228a6a81c1e85af99ae12d7a0a5722901aa2f5
 SHA512 
0002ecb933d08fbdc8585ee74efb4048d385459f629261f5a4a8401b794f1c02b8296db79f479013a0b2a47ba99bee6c02d60d0fc2454e32f1b038b4071e8727
 DIST serde-1.0.196.crate 77097 BLAKE2B 
22403615511a7621a9d8d54fd2dcc63878cd2de0e43bff6b7921db85e19f34ee5022eb1086890edb6987428cbb707a59277ae007d1536b5d80a7da615fc3f36a
 SHA512 
0917aa36d855ca77726d538fb7fcfcf629722c784d747b3869c0d69444c447d7b1fab556a9eb9594ddf6cc508df636fdde051a1c3909f9c691e4921946ebda19
-DIST serde_derive-1.0.195.crate 55687 BLAKE2B 
4da7916e36f71dfe82defa6c45b3075395cae54631cdff08a4607e962290020e7214288258fd316439c02536073325f5902e7b00144f97269a207fc453496599
 SHA512 
8a82ae4e7cfe0c3ac27688cc95d74bf4c2e10c1fe845ab28fb57579b2f47f36d13218c2ae603f93f00114065d47c3e46166dea39b205be673f443c34305dacce
 DIST serde_derive-1.0.196.crate 55775 BLAKE2B 
3d06b3896f0cdd1b1acdcd0046bdbfd1e8a298d6f07d12a2326ff144baaac07fcbd4af1d18b8b1188d4cc192e253fcd79860d1dbb2ecb148025449c0ac954c72
 SHA512 
f4df7f835e8416e4662c62a46d5f6e6d45ffd103812d681b220f8080310720e27f738a34a8e622df722fed55a1d8c654dd4abfbd78d1fdc871306bf3985baf22
-DIST serde_json-1.0.111.crate 146447 BLAKE2B 
a3509185e78c438f495ee9d5b5b7c23cd3b565d45178500f2b9ceb8cc8b1cc509b8d25d217f2c98bb597bab205566d660c3f60506c836da903c52206e6fb160e
 SHA512 
11851e34a9a40de32654a12ada1d1bd01abb11531c5804f5d0747bbb01bf59025dd92be916104fbc278bbba5c89c77920941b83c0ac2f0da23f5d61a7788e83f
 DIST serde_json-1.0.113.crate 146970 BLAKE2B 
8d80b0fc913ba4f008175c6b89955870af6476dc8bae0cd711b748cd0a2bf67b1299396bbd492a1ae5a4ff8050fddc85f0a0ab54f7b24e27529ead3e3d7c920e
 SHA512 
82571b025cd598fca635f18881b52db2364e07eff1b961ca7e3b0591dd41f95503f7188ef1ee6fbc060b9a2360cacbc8a5b85c01fef7879ae3392b29c0004b34
 DIST smallvec-1.10.0.crate 31564 BLAKE2B 
e3e46a0781d3a7892a739b001592d462d0704f010363984c439e3fe4f75aecb9720648aa1e9bcc56bb3be848dd40cee578212439f78f07a807c9441c3c3e0147
 SHA512 
a09110184582dcc01d7a0d3fa8f74c17bf726935126d3654667b8e9c4bc43ad16ccfd8fa94feae7d9b31913aa7ee030fe5936e4b44a36302b6ce5fe37372a7ae
 DIST subtle-2.4.1.crate 12630 BLAKE2B 
05a90232bfdc2cf67522e2972bddcd8dc9a165b1d1cf775d0b1c8358fc7c4d0559b2b899126b6688b8ef77b8b7580b3b300f74a599a7ee77f99c064a3917693b
 SHA512 
7fd8234b7ffa3ca7e473539cad958df0842186e1dd735905e0d4977564f40a5f2e18b58180fcbe52614a00964dc150bd9f6964500847ea658f22bffe030f5c6a
 DIST syn-2.0.48.crate 250566 BLAKE2B 
e46b0863af76c3116c84d01b654a9820b7edc51f75c9c5301a7967d12284f78da602409f34fc40524728350dc6b998a4d738f08b8868f95236b3e5d24c460580
 SHA512 
926c0ad55cc743df20f9166b6d71fd44421aeb1f073fd86b6ddb53e13cd508b539c0360ce64b07b65597bb14639c8f33acf7e60951e1e9128624517aa3aee325
-DIST synapse-1.100.0.gh.tar.gz 8465610 BLAKE2B 
02500ba7ec2da0bcb364e0a3d63efa2520c1050db2af023398ae00851d1975c989f0a1f84afbbdf3275b3aafaca27ce4614c18ecb29eaab093253bc9f99a20c7
 SHA512 
a426892a3802ab910cf823fc6a124f39431a1fbf6b0a52fb2ea3fedb146b00d1076633fafe8da291c211dbb667beac56bc80c3b06a2cce7896dbbf8df373c1e6
 DIST synapse-1.101.0.gh.tar.gz 846589

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

2024-03-15 Thread Petr Vaněk
commit: c715689dbdb71003a0369e986b304692f3530a13
Author: Petr Vaněk  gentoo  org>
AuthorDate: Fri Mar 15 12:48:25 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Fri Mar 15 12:48:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c715689d

app-office/homebank: drop 5.7.3

Signed-off-by: Petr Vaněk  gentoo.org>

 app-office/homebank/Manifest  |  1 -
 app-office/homebank/homebank-5.7.3.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest
index 3728322d68eb..9aa0e7db9838 100644
--- a/app-office/homebank/Manifest
+++ b/app-office/homebank/Manifest
@@ -1,2 +1 @@
-DIST homebank-5.7.3.tar.gz 3663021 BLAKE2B 
c290e8fb7776975b0cdb63fdba5f1272d36b62e295723d4b129ed39933fb5fd7987de08536abb5ac2ab3ce3f70e66be3a8d159bc0258834fe3be79ad0ba41788
 SHA512 
516809ae95873f70d44995093ebe981e70cf2111490db19dbac1d4f4df95fec9bd21c56eea3d91bf4c81e58de4277da035297e9eb6a0d1fd4450dbff764c0ba1
 DIST homebank-5.7.4.tar.gz 3670067 BLAKE2B 
3be94dc9e1ec11fc67fb7dab1655c9e2ab8529887cba200331e938b02a97abf810d94823443de0f5faf1b6beda85f9208e26909a876c3828ae2a1aab38890db0
 SHA512 
d65127b49a7566f5ad88feb8c614883c43e322ea50d915e49691b169771fac222573da4988ab1c54d9f39b9dfdf2d724cba07269e093c67a04900828d0b87093

diff --git a/app-office/homebank/homebank-5.7.3.ebuild 
b/app-office/homebank/homebank-5.7.3.ebuild
deleted file mode 100644
index cdb9cf1bf497..
--- a/app-office/homebank/homebank-5.7.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit xdg
-
-DESCRIPTION="Free, easy, personal accounting for everyone"
-HOMEPAGE="https://www.gethomebank.org/;
-SRC_URI="https://www.gethomebank.org/public/sources/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+ofx"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-
-RDEPEND=">=dev-libs/glib-2.39:2
-   net-libs/libsoup:3.0
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/pango
-   ofx? ( >=dev-libs/libofx-0.8.3:= )"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-BDEPEND=">=dev-lang/perl-5.8.1
-   dev-perl/XML-Parser
-   >=dev-util/intltool-0.40.5
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-   econf $(use_with ofx)
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/redis/

2024-03-13 Thread Petr Vaněk
commit: d5a0d6d701e1e513f689c9b698b4225e0b36422e
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 13 21:54:50 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 13 21:56:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a0d6d7

dev-db/redis: drop 7.0.14-r1, 7.2.1-r1, 7.2.3-r1

Bug: https://bugs.gentoo.org/921662
Bug: https://bugs.gentoo.org/915989
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-db/redis/Manifest   |   3 -
 dev-db/redis/redis-7.0.14-r1.ebuild | 187 -
 dev-db/redis/redis-7.2.1-r1.ebuild  | 200 
 dev-db/redis/redis-7.2.3-r1.ebuild  | 200 
 4 files changed, 590 deletions(-)

diff --git a/dev-db/redis/Manifest b/dev-db/redis/Manifest
index a42b7489..42639718a287 100644
--- a/dev-db/redis/Manifest
+++ b/dev-db/redis/Manifest
@@ -1,6 +1,3 @@
 DIST redis-6.2.14.tar.gz 2496149 BLAKE2B 
689a0c3b558e07f43f8b1480fbf7a083184bbc0ccde0b184dc8a1d89ed22bec9694b7c8605ff729c9e9d582e8cf47c8f9cd9ee0794ea15e07cdb0b886e93c116
 SHA512 
140d4b23c20d459b65be8c61996e281222f978b51c52cb048039d741801e4027775ad89ed354dc0dce3d47703a08610adafaf6253fea2f973d5b9d20bc1e59ce
-DIST redis-7.0.14.tar.gz 2994188 BLAKE2B 
ab4325df8f1af1f7b8c634265a1c7001486c305d4210e72045e6434207e4a447e67d41fa07bd3cd5a57da173e7f9893bf386b18b556156cf559019573a7c4f8b
 SHA512 
31d851dd72cea7d1e48c0df5646c91a2f7b72696067c017936984c49912f6e846ba6469c1ee8e361e362c8683912a25f6eee3993ed1a73cfe70051e84ad79b8b
 DIST redis-7.0.15.tar.gz 2994329 BLAKE2B 
fa1bc85c89cb6a6fb18710a4d29c20db44a80ce445d217f39a234a2aad1d79031e9d1fc45415af7b0eb1c169bd88f45f1fe60cab35de38c6fadc839e2a27676d
 SHA512 
83d58f98085f91754f6d87810e7da0d6cf11ffbe11a0f5d3581d5b2c63d2a752ba6b4eda921a04031aedc56ecebe349cd468ab5ad837493f55d2cac0ab3d015a
-DIST redis-7.2.1.tar.gz 3383319 BLAKE2B 
92784af3d1df338a8af7475ab7c598309f33f682ad4bb0b827f170c9f20c1a0879b433c6325c90dd6ba17e06e95bf7d8a9a665d6706065ff4c4c8c141d9c93c1
 SHA512 
7df4afd51dceea0edbb999027c84820a6aebdd58d71b2e93a4861120fa2b9c0801a0e61c70e695845dbff4e9b96907a4215dcacf72d3593ad014cfa584b5cad0
-DIST redis-7.2.3.tar.gz 3384816 BLAKE2B 
6aaf1bae377f3885affd140365eb0c2c30079fe40d770af1ac75a50647ce811e6c4dccd4b886db315e7b78e60661fa0bee280d707c1c4490f32086d0793069c3
 SHA512 
2ce4bbb056372f1180ceb1863106d07b021d32af2379f1f5dfc61e930c2cd0303433af22c7231adc8890ab5581cb41be3b792f19a0b1645108735c86d9fdf68e
 DIST redis-7.2.4.tar.gz 3386861 BLAKE2B 
852d55f875378248fa15e189308afbe36bca73c2aa2e5423a765a3d6f6895908ac1455148e032f6d1a1087f57af5869bccf8a932684817109f3fcf09b204e639
 SHA512 
78590fb6680f229905c240ed8ce7a9a7153e5f8563577dbbb26aebf9bfbdcd7495d687f452bd95e0a86c76d772e1c497b506cf8d29bc97b62c9267f7d1e76f72

diff --git a/dev-db/redis/redis-7.0.14-r1.ebuild 
b/dev-db/redis/redis-7.0.14-r1.ebuild
deleted file mode 100644
index ea4ae7fc184e..
--- a/dev-db/redis/redis-7.0.14-r1.ebuild
+++ /dev/null
@@ -1,187 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# N.B.: It is no clue in porting to Lua eclasses, as upstream have deviated
-# too far from vanilla Lua, adding their own APIs like lua_enablereadonlytable
-
-inherit autotools edo flag-o-matic multiprocessing systemd tmpfiles 
toolchain-funcs
-
-DESCRIPTION="A persistent caching system, key-value, and data structures 
database"
-HOMEPAGE="https://redis.io;
-SRC_URI="https://download.redis.io/releases/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
-IUSE="+jemalloc selinux ssl systemd tcmalloc test"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-   jemalloc? ( >=dev-libs/jemalloc-5.1:= )
-   ssl? ( dev-libs/openssl:0= )
-   systemd? ( sys-apps/systemd:= )
-   tcmalloc? ( dev-util/google-perftools )
-"
-
-RDEPEND="
-   ${COMMON_DEPEND}
-   acct-group/redis
-   acct-user/redis
-   selinux? ( sec-policy/selinux-redis )
-"
-
-BDEPEND="
-   ${COMMON_DEPEND}
-   virtual/pkgconfig
-"
-
-# Tcl is only needed in the CHOST test env
-DEPEND="
-   ${COMMON_DEPEND}
-   test? (
-   dev-lang/tcl:0=
-   ssl? ( dev-tcltk/tls )
-   )"
-
-REQUIRED_USE="?? ( jemalloc tcmalloc )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.2.1-config.patch
-   "${FILESDIR}"/${PN}-5.0-shared.patch
-   "${FILESDIR}"/${PN}-6.2.3-ppc-atomic.patch
-   "${FILESDIR}"/${PN}-sentinel-5.0-config.patch
-   "${FILESDIR}"/${PN}-7.0.4-no-which.patch
-)
-
-src_prepare() {
-   default
-
-   # Append cflag for lua_cjson
-   # 
https://github.com/antirez/redis/commit/4fdcd213#diff-3ba529ae517f

[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/, mail-filter/rspamd/files/

2024-03-13 Thread Petr Vaněk
commit: 8a31789b8e900a225947a82e98f27576b03fb19e
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 13 08:18:46 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 13 17:30:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a31789b

mail-filter/rspamd: drop 3.6-r1, 3.7.4, 3.7.4-r1, 3.7.5

Signed-off-by: Petr Vaněk  gentoo.org>

 mail-filter/rspamd/Manifest|   3 -
 .../rspamd/files/rspamd-3.6-fix-tests.patch|  23 ---
 .../rspamd/files/rspamd-3.6-memleak-fix.patch  |  36 -
 .../rspamd/files/rspamd-3.7.4-no-hyperscan.patch   |  38 -
 mail-filter/rspamd/rspamd-3.6-r1.ebuild| 153 
 mail-filter/rspamd/rspamd-3.7.4-r1.ebuild  | 157 -
 mail-filter/rspamd/rspamd-3.7.4.ebuild | 157 -
 mail-filter/rspamd/rspamd-3.7.5.ebuild | 155 
 8 files changed, 722 deletions(-)

diff --git a/mail-filter/rspamd/Manifest b/mail-filter/rspamd/Manifest
index 8929872819e4..f5a68e3e11cc 100644
--- a/mail-filter/rspamd/Manifest
+++ b/mail-filter/rspamd/Manifest
@@ -1,5 +1,2 @@
-DIST rspamd-3.6.tar.gz 5843907 BLAKE2B 
2ccb3e65a14624d48540bd3e2d034fec0dd89cd75032ade3ca74ded09cee6ed67f670c31035b18583b850cc4efeb21b44f97ec2c35d518a49b0c4e6f0eb8c90f
 SHA512 
d99e2a60eec94eb39902454a8041eeb76f673c9f784849128766323a218d6c419755e0f8819e2a6921ca08c6a7d63660dc87bc911f808fb4a67d29e8fbfc571b
-DIST rspamd-3.7.4.tar.gz 5903754 BLAKE2B 
d13b3451b4a6a7c5e8644ba57196190065edda2fc48e7245ef7e0094cb90838760cc124a2cf8d0b4b7519c7583284f6883fbcd4bf3a6489496b5e52234a36c21
 SHA512 
a82696957417f7197b59e614012176626b4fdf1464ed38ce57552c8a02fe2e426504e0b0780ab4f36d208a11ae4d1921bacee52341c8a906b4ab19c1719fd116
-DIST rspamd-3.7.5.tar.gz 5903689 BLAKE2B 
29fecbc3a813fbc898360289aef2a8634fc15df38b28c47279eefa0afd836b2d3e95d83076190d9c1f0123402ea95f7c9b94fe2322996e37a529841cc55def8f
 SHA512 
d8d25cda2dee80e0c1e627c96e56ade97fc44ca0cf9410d21bd3a82fc2a4004e09c0bbb8c89eb81e835c0be5cd748f468910c3be67f5e4cdb50d56d9f8cda672
 DIST rspamd-3.8.1.tar.gz 5910993 BLAKE2B 
c3c29cb380fa09a33173bb6f51ff76eaf88cf459eda0c6f19f890148eb97703a8f43f34443a6d4b28cb1cbcf2c6f47321203556d265a0b2f0b0050b5575c5851
 SHA512 
b87c1cba11faca278db85426ed527832c34d1beff56e0993543a05fcc2d5d72675cf31bbc4241f52da9122787d24f8b955218988a198a3c29dee5db3be2c7e99
 DIST rspamd-3.8.4.tar.gz 5915680 BLAKE2B 
a6674c5175a10dffa440b9f4227fc4f2e7c497bf8a5a6c87c9f042ca870380a61be63405f4d2714103f49679edd5a28c4eb30807b8acb22998c7dbba72f19cb3
 SHA512 
dda099dd9a17699d143fc8018b89fbecfa9659eccc26b5fb88bc3f40c47e935993dfc81f1f93bb69880d17af40870e6ea20edbeed7e3f4c12c278f5c12b56a51

diff --git a/mail-filter/rspamd/files/rspamd-3.6-fix-tests.patch 
b/mail-filter/rspamd/files/rspamd-3.6-fix-tests.patch
deleted file mode 100644
index 33e851261f46..
--- a/mail-filter/rspamd/files/rspamd-3.6-fix-tests.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Duncan Bellamy 
-Date: Thu, 3 Aug 2023 22:08:06 +
-Subject: [PATCH] [Fix] CMakeLists.txt remove whitespace added by linter as it
- makes tests fail
-
-Upstream-PR: https://github.com/rspamd/rspamd/pull/4560
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5402c4806..efda209ca 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -777,7 +777,7 @@ IF (NOT DEBIAN_BUILD)
- ADD_CUSTOM_TARGET(check DEPENDS rspamd-test-cxx rspamd-test)
- ADD_CUSTOM_TARGET(run-test DEPENDS check
- COMMAND test/rspamd-test-cxx
--COMMAND sh -c 'LUA_PATH= 
"${CMAKE_SOURCE_DIR}/lualib/?.lua\;${CMAKE_SOURCE_DIR}/lualib/?/?.lua\;${CMAKE_SOURCE_DIR}/lualib/?/init.lua\;${CMAKE_SOURCE_DIR}/contrib/lua-?/?.lua"
-+COMMAND sh -c 
'LUA_PATH="${CMAKE_SOURCE_DIR}/lualib/?.lua\;${CMAKE_SOURCE_DIR}/lualib/?/?.lua\;${CMAKE_SOURCE_DIR}/lualib/?/init.lua\;${CMAKE_SOURCE_DIR}/contrib/lua-?/?.lua"
- test/rspamd-test -p /rspamd/lua')
- ENDIF (NOT DEBIAN_BUILD)
- 
--- 
-2.41.0
-

diff --git a/mail-filter/rspamd/files/rspamd-3.6-memleak-fix.patch 
b/mail-filter/rspamd/files/rspamd-3.6-memleak-fix.patch
deleted file mode 100644
index f372b79de7c7..
--- a/mail-filter/rspamd/files/rspamd-3.6-memleak-fix.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From ffbab4fbf218514845b8e5209aec044621b1f460 Mon Sep 17 00:00:00 2001
-From: Vsevolod Stakhov 
-Date: Sun, 6 Aug 2023 18:33:37 +0100
-Subject: [PATCH] [CritFix] Fix leak in `gzip` function
-
-Upstream-Issue: https://github.com/rspamd/rspamd/issues/4564
-
-diff --git a/src/libutil/util.c b/src/libutil/util.c
-index 4be7cc620..deba3e807 100644
 a/src/libutil/util.c
-+++ b/src/libutil/util.c
-@@ -2231,6 +2231,7 @@ rspamd_fstring_gzip(rspamd_fstring_t **in)
-   strm.avail_out = sizeof(temp) > buf->allocated ? buf->allocated : 
sizeof(temp);
-   ret = deflate(, Z_FINISH);
-   if (ret == Z_STREAM_ERROR) {
-+  defl

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

2024-03-13 Thread Petr Vaněk
commit: 78ede7e89e173dd8697219d36910b02cb383055e
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 13 11:48:49 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 13 17:30:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ede7e8

profiles: last rite dev-libs/hyperscan

Signed-off-by: Petr Vaněk  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 5772e8cac83e..d635aa3b68fe 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Petr Vaněk  (2024-03-13)
+# dev-libs/hyperscan upstream is inactive [1], please switch to more portable,
+# drop-in replacement dev-libs/vectorscan.
+# [1] https://github.com/intel/hyperscan/issues/421
+# Removal: 2024-04-12.
+dev-libs/hyperscan
+
 # Alfredo Tupone  (2024-03-12)
 # Not more needed, >=sci-visualization/dash-2.11 provide
 # direct integration with jupyter nodebook



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

2024-03-13 Thread Petr Vaněk
commit: 5c8623aaeddabe50edef89e0dfcdcc3b3231a40c
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 13 16:40:29 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 13 16:44:38 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c8623aa

app-text/klogg: switch to dev-libs/vectorscan

dev-libs/hyperscan is deprecated and it needs to be replaced with
dev-libs/vectorscan.

Signed-off-by: Petr Vaněk  gentoo.org>

 .../klogg/{klogg-22.06.0.1289.ebuild => klogg-22.06.0.1289-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/klogg/klogg-22.06.0.1289.ebuild 
b/app-text/klogg/klogg-22.06.0.1289-r1.ebuild
similarity index 98%
rename from app-text/klogg/klogg-22.06.0.1289.ebuild
rename to app-text/klogg/klogg-22.06.0.1289-r1.ebuild
index 50d88b1cf7..2e0f3cd108 100644
--- a/app-text/klogg/klogg-22.06.0.1289.ebuild
+++ b/app-text/klogg/klogg-22.06.0.1289-r1.ebuild
@@ -27,7 +27,7 @@ DEPEND="
dev-qt/qtnetwork:5
dev-qt/qtxml:5
dev-qt/qtconcurrent:5
-   >=dev-libs/hyperscan-5.4.0
+   dev-libs/vectorscan:=
>=dev-libs/xxhash-0.8.0
>=app-i18n/uchardet-0.0.7
>=dev-cpp/tbb-2021.5



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

2024-03-13 Thread Petr Vaněk
commit: 96cee1499ed4784aed28043cf74ae803bdb73ee7
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 13 16:36:56 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 13 16:44:37 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96cee149

app-text/klogg: Add missing include

The cstdio header is not included indirectly with some compilers, e.g.
GCC 14, therefore it needs to be included explicitly. The patch is
adapted from upstream commit.

Closes: https://bugs.gentoo.org/921739
Signed-off-by: Petr Vaněk  gentoo.org>

 .../files/klogg-22.06.0.1289-missing-include.patch   | 20 
 app-text/klogg/klogg-22.06.0.1289.ebuild |  4 
 2 files changed, 24 insertions(+)

diff --git a/app-text/klogg/files/klogg-22.06.0.1289-missing-include.patch 
b/app-text/klogg/files/klogg-22.06.0.1289-missing-include.patch
new file mode 100644
index 00..d8a045ba8f
--- /dev/null
+++ b/app-text/klogg/files/klogg-22.06.0.1289-missing-include.patch
@@ -0,0 +1,20 @@
+From 6b5df18387316a706eb5f1fd05e049871eb6d153 Mon Sep 17 00:00:00 2001
+From: Anton Filimonov 
+Date: Thu, 8 Jun 2023 01:01:27 +0200
+Subject: [PATCH] build: fix arch aur builds
+
+Taken from upstream commit
+https://github.com/variar/klogg/commit/6b5df18387316a706eb5f1fd05e049871eb6d153
+
+diff --git a/src/crash_handler/src/memory_info.cpp 
b/src/crash_handler/src/memory_info.cpp
+index 670918163..06ef8b75f 100644
+--- a/src/crash_handler/src/memory_info.cpp
 b/src/crash_handler/src/memory_info.cpp
+@@ -89,6 +89,7 @@ uint64_t usedMemory()
+ #include 
+ 
+ #include 
++#include 
+ 
+ uint64_t systemPhysicalMemory()
+ {

diff --git a/app-text/klogg/klogg-22.06.0.1289.ebuild 
b/app-text/klogg/klogg-22.06.0.1289.ebuild
index 7f2ec907e6..50d88b1cf7 100644
--- a/app-text/klogg/klogg-22.06.0.1289.ebuild
+++ b/app-text/klogg/klogg-22.06.0.1289.ebuild
@@ -42,6 +42,10 @@ BDEPEND="
test? ( dev-qt/qttest:5 >=dev-cpp/catch-2.13.8 )
 "
 
+PATCHES=(
+   "${FILESDIR}/${P}-missing-include.patch"
+)
+
 src_unpack() {
unpack ${P}.tar.gz
mv "${WORKDIR}/${PN}-${MAJOR_VERSION}" "${WORKDIR}/${P}"



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

2024-03-11 Thread Petr Vaněk
commit: c8ce30a090fe76a173bd9ff2b3100ed6b1521420
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Sun Mar 10 19:18:53 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Mon Mar 11 10:47:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ce30a0

sys-apps/eza: drop 0.15.3, 0.17.2-r1

Bug: https://bugs.gentoo.org/926532
Signed-off-by: Leonardo Hernández Hernández  proton.me>
Closes: https://github.com/gentoo/gentoo/pull/35700
Signed-off-by: Petr Vaněk  gentoo.org>

 sys-apps/eza/Manifest |  31 -
 sys-apps/eza/eza-0.15.3.ebuild| 237 ---
 sys-apps/eza/eza-0.17.2-r1.ebuild | 254 --
 3 files changed, 522 deletions(-)

diff --git a/sys-apps/eza/Manifest b/sys-apps/eza/Manifest
index 7b42584e5094..0ad381683350 100644
--- a/sys-apps/eza/Manifest
+++ b/sys-apps/eza/Manifest
@@ -6,7 +6,6 @@ DIST ansi-width-0.1.0.crate 6116 BLAKE2B 
f90f1f2cf668ef6d36b8aa723c3dec02b64139d
 DIST ansi_colours-1.2.2.crate 21374 BLAKE2B 
a5ca621a12070686d531b1053eb2f7c01ee848a8c5f10469011d4ebb7b92d9b4d5ad9a569dc7bdcbc127e572e58f2e80af4154080014b02164941a8b115ed867
 SHA512 
077a6ddb4b44f79aebc704128804bcfe549b5c68a75d0d57452250b91cc02cd3784c25a93f061bae6060bff3eb02bb8a88fdf46ef6128a843eff4b0e84f7c972
 DIST ansiterm-0.12.2.crate 26777 BLAKE2B 
08dd1e95ce9c3bc3673dc92e2e6c61d6d9c125560717e2046a52786f5ab50c9619a7bedabee8991ca90c9e09f2b4c5ad2b7c8e67b874779ca989023ebc6bd56a
 SHA512 
b9a37ea51a3ec4e9cef972a1480fb07f9e8626fd800dfe417e3ac615156310648b65f4d6665e0bb91ac6e1ef28b74c1f66d5cae66cfcfe4c1a3b74805cb1dbed
 DIST anstream-0.6.11.crate 30239 BLAKE2B 
4ac585ec56a804239d32ad3e64d93936ef9d5c8e0f0e2df17f7b081b6a3b2c4c32ff4ebc09ec02507bbed22b025628029d859610aed90c024e19a3216de73c8b
 SHA512 
f8dd65cc116a1495782a3bfc98edfdd0973ab22ea2fafd292fb4bd3495af7b5ea410f320d3fa05f7f812fa96c2a20f4cd2af9fc58869a1a306f32714cbe45163
-DIST anstream-0.6.4.crate 20593 BLAKE2B 
2b617c45d351e01222fc50f52551e57b4a8b0ecf84c6ddf44336c7c9d3b9dde15232b1c4f664d567849295bf8f03612b73ded56f1b3937392eb7718f1e0446c3
 SHA512 
0b983d626c53d1edc184f04cbd2c004eb9c40d14486b23cce86ebf50cbd3d916d32cb0423ae1d67c2b83b966690090af740538538ef846c0b126c686a1ebe159
 DIST anstyle-1.0.3.crate 13986 BLAKE2B 
9e9fa894da78a6c0933c423524827ead33aa4e384e04771aa179f1e8a6459a5094db7f61714457b919d2e713d09df4429b83793d807821bfdb226ff115a5
 SHA512 
f1ac506814e1ce1df537ea8a88ed75f3f897aa9e559ba7eb5a8acfd043641dada12953669153d1f719da28f935a9651a07b5ae1e351139f0f03b58a67bc28477
 DIST anstyle-parse-0.2.1.crate 24802 BLAKE2B 
6304a56c6a9fbaf1bb4d1d177b2315684345dc9d71c35836f9544145364f8d6eb56e25c03076690c594ab7db5914501acb569f6c136952e59c93179ced527fb2
 SHA512 
5c8fc7d88ffc3a6e78340ffe0f3c2d72e865512030ade4509de9c673eba955c536bb1873dac11f6ba11cc8367fb30c67451ed65d19f81507c9e917c702bfd176
 DIST anstyle-query-1.0.0.crate 8620 BLAKE2B 
2d296b5066fd6284a2410923215571e6df650c5ef892d6de7a7088a0996ca30608797feabc84f3c325ff4d07001dac80ac5067d2a9c9d15d9ba59a276b399f53
 SHA512 
2781be5c82293b7ae338ec5046fbeb130de9eb2dbf2e4dfaa73ca5233032e1e52c133e141b02f33d4bc36d996a0a3f680ac82d42d614a5305005f60547133c7a
@@ -21,7 +20,6 @@ DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f3
 DIST cast-0.3.0.crate 11452 BLAKE2B 
fe6e0589fa436cda32342d7beaabe4003afdbdf1d7c5db7e8748adf23b1b2cdcdd286235837c735d2143f29e692c152a5d56fb0458a54961e4dea303b2cb
 SHA512 
4a3e19bc1e9e5ecc03aaef9bcdce01624ac0e6858c065fa1c41693db0ac172b9735ce872064561347cd9e79f00a274129011f6e4ccf9e61d960c8bb684b6d396
 DIST cc-1.0.79.crate 62624 BLAKE2B 
b3cbed3bd6fcac1c6ea258ec96cd107f859947a35dc89c3dc8f314741b0f668e61518f896ec32ce10c9a7eb20dd350bc177a71810d53ebea59fda062ed9d27db
 SHA512 
cbf0a25f3a23fc540e9d638fabc23f761f1c240ebb4814e761e90437d71fc559cd155768ab9e78fc192220d8a605c66c3af342ed736b719181656170b98d7bf5
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
-DIST chrono-0.4.31.crate 214513 BLAKE2B 
2ac43852ea14cb7b129adf68ff62adac1763b3f4802dd3d23c43cb131377b501b4adb22aa93818d7ceded8eb10c17f94a7836257ce2876d0513b063276129c54
 SHA512 
23276daa2c1bc3b7b2327dc84200fb40cc995a8b599d1a537e92e08138ab8a0d1548a510a8155dcdda18820120d7204e89a4686c866fc3a8d2460cdb30ac6089
 DIST chrono-0.4.34.crate 228932 BLAKE2B 
a2feab8d8b079209f8661fd8c5069f2a5fc3e5b0a6233187ace16f8f2ad8b4a147253e47af306cb31aacd82bdf490a8c8a171ad702b8dc22f9b934205d080c55
 SHA512 
2aaccde5e5ecaec744613429f807b3c34b92632973de7fdbdafd7ca510b917a23a0abc92a6497754d0d3368d684305648aec1fa2a0a61c88a100a20fab2348f1
 DIST ciborium-0.2.1.crate 3

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

2024-03-11 Thread Petr Vaněk
commit: 2e988c96f28cb0bc663f948c668e7b4eeac16ce6
Author: Petr Vaněk  gentoo  org>
AuthorDate: Mon Mar 11 06:41:41 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Mon Mar 11 06:41:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e988c96

net-im/synapse: drop 1.99.0

Signed-off-by: Petr Vaněk  gentoo.org>

 net-im/synapse/Manifest  |  16 ---
 net-im/synapse/synapse-1.99.0.ebuild | 215 ---
 2 files changed, 231 deletions(-)

diff --git a/net-im/synapse/Manifest b/net-im/synapse/Manifest
index 79f3e9bb9cac..82e2b8665194 100644
--- a/net-im/synapse/Manifest
+++ b/net-im/synapse/Manifest
@@ -1,5 +1,4 @@
 DIST aho-corasick-1.0.2.crate 167694 BLAKE2B 
fa5323cbe6cb73594dfa4c327c64676bc1e006dadc0b9def325974c83b9a769beba02d59a4657ec7a2d0cc511a7b7cc6f72cf57b8f9e639206d1c2bf13107a52
 SHA512 
5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
-DIST anyhow-1.0.75.crate 43901 BLAKE2B 
6353557d7ec2cbfdd001c039fad62c95fea9e02b113149f726fd14bb36b31e637e8609dd5ee20a900e9c11bb783d9958d664b31ba7c467382fa7f51d477ad3aa
 SHA512 
190d6be8ede0af9808210db53e4dc31ce69b126a26b0357220c4705a11e83cab2c2c09c59964a35794f3c434f717eaa6bb669e9e8f16012535c14246b17e8d40
 DIST anyhow-1.0.79.crate 44931 BLAKE2B 
9270f04c6fbbecb535e3081f4275c3df28f6a893c1dfc0a9f7c009994de2deb8ebced04fe5e6f62931b33c3707f4fbfb0c3b28da1a611b413d40d27149d1fd2f
 SHA512 
ecd6fb1367d494df18c0e274b336a133f3acf7b6a5487d20bdd06e08c7f1f729877086a0966e998221daff120504fadd2be2dc4219ed621f81b0a50c2bbc2011
 DIST arc-swap-1.5.1.crate 66157 BLAKE2B 
9060ef4f9d699fadc03be1a116d9301f6308fbb7f8bcad6f01926d584386d26d03f9dd2ea35b6771a6725ee7819e028d0e1b256e8b5f3b812cbd388e757491fb
 SHA512 
8636149e92c068d5ff5352a19c9973e7bf2aba68b9363c783178903a8665f6edabbd30c25ad7992646635efe5830d67c958f8d41b44a4ed1fe5698628b41c074
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
@@ -23,48 +22,33 @@ DIST memoffset-0.9.0.crate 9033 BLAKE2B 
19090c1af8b8cf54a2cf7593748aff4d3dc685ec
 DIST once_cell-1.15.0.crate 31460 BLAKE2B 
ae4481883865abe6a684d63520fb2e91b64d6ccdd0374464200015640122bd68b8a769309773226c8a31d0119f450ee821a2bd35c346fd86adb4474ea7c28fcf
 SHA512 
934a7c3631e9ca4fa78d9577b6672ca0b2f926a8d6c3be9542b906c5968033446f98f76ae6f368a1a5b92ab9064c31a57d74ab6d2097108029a7ea951541ff7e
 DIST parking_lot-0.12.1.crate 40967 BLAKE2B 
940a112a066e3cbd15e2f6df89bfff37e4ece2194118618a96fa14871813c91798f93181ab0f768d3e1f3d60805508f216724013afb7e3da95678d0d951a42d4
 SHA512 
07327d3b737a913508dffb66023766348ce7f9d555c224a099cabb05baefd16a28e15fec638e3a148a5169dbd980c4541b0f8820ae9d06dfe0704482838fbd5c
 DIST parking_lot_core-0.9.3.crate 32256 BLAKE2B 
79a1924a983b948a5c2b0c074452a7b2b61abda973d3bc8040d9153d34b378f0ee330e36aa813f49544319c479665d6328be71481f2e1e41bc94abb9bfbd12a0
 SHA512 
fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df
-DIST proc-macro2-1.0.64.crate 44848 BLAKE2B 
4422122d9299eff3bfbb4507c4a117fef7c0906cab5a680933d482b7f9b49480bcb9c8172b412e70bf87dd0737b8532e90c310bf083f144292cc72190059ba3b
 SHA512 
884fd14ff23c19420692e35a38f88bb6a766a09da105759cd958c315b9360a2c49cfe61ceaa3122307d44040195ec9dffb12b6d0ce224fbac5d3701621a12b04
 DIST proc-macro2-1.0.76.crate 45660 BLAKE2B 
40b538d9d9fec10b9e4b147ce0a86efb10feedf9e0452e5568e8ad7d2b88a201ca6ffd2cd62d8815a1ee72d557fe6280120a913868c3d868c1235686742cd8b8
 SHA512 
2ea7ade475171166489ab3e745e8c526e49c7521bc39b1bfec6dd2fd0807fd3cc5579235f77534be855f9ecab481205e77e66b14ebb22e66d2c3cff842567247
-DIST pyo3-0.20.0.crate 431766 BLAKE2B 
104bc21ce2c6931753ca0c7b2d91693f454c964260ca3c4628a899fc8e7edbe4238db913ed7356f3beff154d88a60a17c0e252b655768e75483e1d9d9b86f40b
 SHA512 
85d9533c75f905752c62f6a4898582ae48daf085e287b44949c47260301205a5f00477927877ce46300d2801d22fbc04a958c058a37eb28374c834fff27feca1
 DIST pyo3-0.20.2.crate 434326 BLAKE2B 
3114fd6f3fb8ae7d1b35c9d2ac5ba6a49c5ac911ee3a5b941c5063263ca7cce47fa4b4f7ec34cbfe3083f3d1303fd7f061639fba833a04fedb9d5098f5784028
 SHA512 
cc5151a116179157046ec92677e5a72318b4cdb13a7d7e3bb83778739b5758040e5020f667dd83554a66b758581a08f5de05eb38e7b339813cec85e0712e6355
-DIST pyo3-build-config-0.20.0.crate 29534 BLAKE2B 
eb1d5f75276533483c52c6fcae49b294d6d8edf504859dae18811c1ef695dc6d0a055f2a34bea305975e4c1492c312433d2dcb7753484f793376c62cd59c8e40
 SHA512 
a01d06ebeb4b9cfe6ff6731046101e9437498453ca5aa68ec53df3bfb2f34665a489f8072636c2da16c1e867f536032fd293f05a43561117fd131bde5fe5aac7
 DIST pyo3-build-config-0.20.2.crate 3002

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

2024-03-10 Thread Petr Vaněk
commit: d61032a1ff61f25dab82601d8829291d4c25ae2d
Author: Karl-Johan Karlsson  lysator  liu  se>
AuthorDate: Fri Mar  8 18:04:01 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sun Mar 10 18:42:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61032a1

app-misc/broot: drop 1.32.0

Signed-off-by: Karl-Johan Karlsson  lysator.liu.se>
Closes: https://github.com/gentoo/gentoo/pull/35674
Signed-off-by: Petr Vaněk  gentoo.org>

 app-misc/broot/Manifest|  87 -
 app-misc/broot/broot-1.32.0.ebuild | 373 -
 2 files changed, 460 deletions(-)

diff --git a/app-misc/broot/Manifest b/app-misc/broot/Manifest
index 8e8efd770af1..d59c514948c9 100644
--- a/app-misc/broot/Manifest
+++ b/app-misc/broot/Manifest
@@ -1,24 +1,18 @@
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST ahash-0.4.8.crate 51510 BLAKE2B 
a9071c5242682a56015f8f4df6464c7c77c7cc68dcae9d49b14ad0e55ad12ae8084fa8e8c7f216888e99f8fee9b53d777219c4a9ca127f2a7685f0896ed835ff
 SHA512 
983cb6a69351af82c597ed4ca85f77a475fad2c6cb6faf57962141432defa00f58b06ce191f9ca8652bfd05f7d029e116e296c37d3c927d33031c2faaf7f5562
 DIST ahash-0.8.10.crate 43555 BLAKE2B 
30c71f49bde551444dbb074d1084701ca63e996bf296033d726bb2f03b3059376e62c310e673bfcf7e461a7a1dcf48812eb3d5aa8729bf9bde9da64977eeaffb
 SHA512 
108872193427773e15463916ba034fd6cebb35523d827da331f374cf13cf27ff251a07c978bff4072db9ec8c307d9df092149ebd963b0702f397ebedd80e87d3
-DIST ahash-0.8.6.crate 42780 BLAKE2B 
ce2fb8201a484715d42bbd9ca1bfe2d5f541d90e3619ebd437c34a018920b679d5a11f9e96be48fbdabd2e98a379c0395d118616f21eb9004724d8fcb04b2b2b
 SHA512 
46428b27e96be1f30058b9383a94988beeb5064dfb4df04d6959b451d0c77ef69fc51f07fdf9511ab9728295eb6beee7783c31a2297f9e473fc537883e722b73
 DIST ahash-0.8.7.crate 42894 BLAKE2B 
56f4b2f577eb2752e675fa2b3191c65e0bb88575f92e8d906714296fca1daace46e93256672fce08cc5b4ac11d40a690a06b32a99fb50fd0df4f042773c33b6c
 SHA512 
2c9eaa22f7bda47a781994c769d4a2ef15ba0f511fdd4ec4680c13d4c1809f1ce01adecc3b3776793158062d28ad9e5f0b1d1c0a9429e43dd07cd99540eae7a6
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 
4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055
 SHA512 
4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST ansi_colours-1.2.2.crate 21374 BLAKE2B 
a5ca621a12070686d531b1053eb2f7c01ee848a8c5f10469011d4ebb7b92d9b4d5ad9a569dc7bdcbc127e572e58f2e80af4154080014b02164941a8b115ed867
 SHA512 
077a6ddb4b44f79aebc704128804bcfe549b5c68a75d0d57452250b91cc02cd3784c25a93f061bae6060bff3eb02bb8a88fdf46ef6128a843eff4b0e84f7c972
 DIST anstream-0.6.13.crate 30928 BLAKE2B 
0c6d0932dc486ccbe8d7e6f97bd8aae03fb84d4db90d0488070b7109de673e0af845a70a39e546af87f71f4c7f7bb159ab8ed68ac0f03a0297457062d9d69dc0
 SHA512 
4f9ccfd135de9be22a01230f39d571c8d8ccf7c3eba837fbf0868c9660693b60ee0c1c2f9490a587d5307e892ed45cb946da7a0690a9f972619c94fb050bde09
-DIST anstream-0.6.4.crate 20593 BLAKE2B 
2b617c45d351e01222fc50f52551e57b4a8b0ecf84c6ddf44336c7c9d3b9dde15232b1c4f664d567849295bf8f03612b73ded56f1b3937392eb7718f1e0446c3
 SHA512 
0b983d626c53d1edc184f04cbd2c004eb9c40d14486b23cce86ebf50cbd3d916d32cb0423ae1d67c2b83b966690090af740538538ef846c0b126c686a1ebe159
 DIST anstream-0.6.7.crate 30063 BLAKE2B 
b57d3039eacd7ddaa9fe6a3d0c73aca3c1530f4bd4a803dca67445998c1815a56dce761d5fe1ee82da598433cf93e081b449efdda99c8b5a25670654877a402e
 SHA512 
54231141acec85947e4b24f2a27c02c406a2cfe40e92a39b4f38c4b5234e1ca8a27021bb15c759c927d40448ad6203656a3841cc51e480b962fb1ebf199a3522
 DIST anstyle-1.0.4.crate 13998 BLAKE2B 
fb501700855709e53438461c2f4b48d869613e7bb3bb700db8bd0d95082876d3782dc2cfe3ce110bb4a206994de56afe0e90fe89f9ccd07c60fe1c652123ba59
 SHA512 
671c6f57106198bcfc2f9000aacba98fabacfadfce2329dfe8d0e0a2af9404da483d7a844ca2b08e1fc0249371f574c13d0082c9f7a4ed90ff581308257a52d3
 DIST anstyle-1.0.6.crate 1

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

2024-03-08 Thread Petr Vaněk
commit: 57a64c5d3e8ea2989503ea05c45393da1f2a66e0
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Feb 23 14:15:34 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Fri Mar  8 19:29:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a64c5d

dev-libs/ivykis: add 0.43

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35506
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-libs/ivykis/Manifest   |  1 +
 dev-libs/ivykis/ivykis-0.43.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/ivykis/Manifest b/dev-libs/ivykis/Manifest
index dc0ee971361f..8c0abd3b537c 100644
--- a/dev-libs/ivykis/Manifest
+++ b/dev-libs/ivykis/Manifest
@@ -1 +1,2 @@
 DIST ivykis-0.42.4.tar.gz 656775 BLAKE2B 
9b85dacb74eae99907999d5181029a824c5f0d6aabb41d892353723318f9ff6fc1a2a6296224c7ee407510f7354f2ee934d40b9627a0fd13489bf53b8ff7f115
 SHA512 
26f4fa28582555004cbe1d80cb042f93deb42b195c7d563ce4048ace25c74bb558455d98d2d8e0e59534fabb2dff6503aff16d0feb7a05fd835b63432f080286
+DIST ivykis-0.43.tar.gz 669349 BLAKE2B 
da76afeb23888c86748130bb54b6dacd824666439a656c3938fa16c5c010db90c0b31126a5d3b4eb541fa1d2a17aaf0eb785b90cc63ec40972d0bf422b40a169
 SHA512 
75bf3878afb76f97ef5327005f58e97d13ba9a67eb5230c25b4a0ec3332f8e3e027f93fc5758554e056c3a00bcfb776862a0263bf251c97cc654b8d0570dafe9

diff --git a/dev-libs/ivykis/ivykis-0.43.ebuild 
b/dev-libs/ivykis/ivykis-0.43.ebuild
new file mode 100644
index ..8123da4967da
--- /dev/null
+++ b/dev-libs/ivykis/ivykis-0.43.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Library for asynchronous I/O readiness notification"
+HOMEPAGE="https://github.com/buytenh/ivykis;
+SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="static-libs"
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --cache-file="${S}"/config.cache \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/

2024-03-08 Thread Petr Vaněk
commit: 5826a4a8b51eb51c537a39c02a51ea04f9eb9af1
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Feb 23 06:37:22 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Fri Mar  8 19:10:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5826a4a8

dev-db/mariadb: add 10.6.17, 10.11.7

The include patch is removed since it was upstreamed.

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35498
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-db/mariadb/Manifest   |2 +
 dev-db/mariadb/mariadb-10.11.7.ebuild | 1320 
 dev-db/mariadb/mariadb-10.6.17.ebuild | 1331 +
 3 files changed, 2653 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index 993df4a61536..d0ec58a3a7ae 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -2,8 +2,10 @@ DIST mariadb-10.11.3-patches-01.tar.xz 4984 BLAKE2B 
abc78c83505c745ab7320b99dcda
 DIST mariadb-10.11.5.tar.gz 99709948 BLAKE2B 
97429df4f0a10eb72c74dd0e951954b7c096a6b42fdaa97c682d1409e2a21716171a2b66aae6ec8ab3f4371bed57aff1f054554d398242e413d5c8e7ad988da4
 SHA512 
851e6508c1e495afa608a8bcd5c62faa5800e69cc1ba81b9366bf250e07ce8a9801a4ee07ecbaec4b57180c9b3bf2ed8acb7f5f03dd37a87a53928bfd4dfe559
 DIST mariadb-10.11.6-patches-01.tar.xz 4980 BLAKE2B 
62edcb60484d61683eb7733bb29f2f7e227d943cf95ff84373f25a8e438b1ca8d3b4a1e3f46f70722dd9abd43679e12f4cef1c2bfb3d01f8f23f68f6ab7cbd50
 SHA512 
2bdaaa026ac95d6edf50a1f46e77f8295e98504f978bb55d405267faf56150c17e52682a0334132eae1230c814b5cf458616e1abefb1dd580d160f952e5294f1
 DIST mariadb-10.11.6.tar.gz 99586625 BLAKE2B 
8fa1d8b8c1f0206ecb8bf754f918d22f42befc816c7bb9f83641b0d71d737177f593d244477fc399cd7a3c3fa3e97f96af329d83e8848c9850f59cbb05ecab48
 SHA512 
3d77f7be4a26d5a36af56150a5f8ed5e21adeed9bc8ea1bd694e47a25a571bd73468eada7c96e0dfe5a6c81bef625abf71a56d228cf43a738e555e3c0d824a6a
+DIST mariadb-10.11.7.tar.gz 100584592 BLAKE2B 
621204ded34097a643d0766292dca8b30d4d28f509db9159939c6b0735959e9fcf563a6c1760daff0a659fa5b3d7da7e0282add4b96b45c3004cdcf23e5312f6
 SHA512 
a6ebc9ba88b52e5d339b176b6fa48c03fcbe5bb590740a02c1bbd083a3d62e619937e645de2504a9f9adeed2f67127fab0307dece524b7c5217ad5df0f3ccc71
 DIST mariadb-10.6.13-patches-01.tar.xz 4984 BLAKE2B 
625d04310b02aad4fec4b633e9fab06636364f3c5ed3cb88e89acd4224786c3c9ed478b636ac699e77a888b73dab12cb279df41d6095e93e9c4ae3a159570286
 SHA512 
1e6ac167bfd77570e8ff5955aaa9a101d9387ac4857d856f1fb8c9a489c4c2a154481b9385584435e8dc95baef0dd3ef6831c7de2d6f004401cc338edcaa9d12
 DIST mariadb-10.6.14.tar.gz 95286643 BLAKE2B 
4a186f3f52b63ab7321aa7556776ff8a986bd602d78dc6a143cc3bfdfd8cc09b0a22688cba02b8907f4b3f0d1e7c640f5caad768c1e89486d6af24e6cf3168a8
 SHA512 
11b88480ac61303172e98ed3271c8172e840cded5175caba1469d6ec063df647b536ee6e95f110abd8d95d95c9b8d7edf1cb63be225d5e8eeb2041f86438
 DIST mariadb-10.6.15.tar.gz 98204031 BLAKE2B 
4534b82f1c1e16ce2c7c21879714e24b20fada36ef10a8a0dbe770c1d99055822fcaf146646b19b459cfd948bff0662d23f1f661a843919f90a354838bda7ee6
 SHA512 
61b5af8c2f8bd2f641aaa708941563d5f6ecc118acc9a154c009c3ae1d50e7360ae59241f87e5c2111775a3ffeb42a64f4853e9c7096b58d68a3695b5d0ef97c
 DIST mariadb-10.6.16-patches-01.tar.xz 4956 BLAKE2B 
a178930f7abe474e1419509c0bbabf783e1b931cfc3f4b4bddf426d9671d4e69e62a800d759f424f957562091c634049e594332ab15dc758e98d26c48ba69d1d
 SHA512 
42969e6881cf2548c48fcce7f8439c9d56596ef038d55affcada45f4cd42a317f5786b69fe9ba42f11b06e85f43b722f2190aa7ed5badb461c48282751e5
 DIST mariadb-10.6.16.tar.gz 98224346 BLAKE2B 
f5b51df0b8665b817e81b5f0550019627fb41fa682c5cf5acfac30add46442ad9338da39283b09f97f2108e3677c249c2b7395c9c9f5b97e8648c879d654c7f1
 SHA512 
05d509d5f7a672b897f42674884df0debcae0b75c4eaa6d67645343c596c81c0c41d474a59150108428bf9f2c4468ca05650afb616aac5d1ea09fd2cea258a7f
+DIST mariadb-10.6.17.tar.gz 99067793 BLAKE2B 
9df7592eb11a92fc4cbf4f1913e11f7ae652effde44358ee930726473a40fc26e46e02dc79e8b16068df37c82afe6b3141305624174d2e44c53107065c57b1ee
 SHA512 
e07cf3e90d93d6139969875b11d6df3210b2c9f69257688b392843a7caed0dc3b75ba8904384fd0a55c24ece624e04b68c005a3731ee68f3957787a27b52ad56

diff --git a/dev-db/mariadb/mariadb-10.11.7.ebuild 
b/dev-db/mariadb/mariadb-10.11.7.ebuild
new file mode 100644
index ..663926fd8ecf
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.11.7.ebuild
@@ -0,0 +1,1320 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+SUBSLOT="18"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+inherit systemd flag-o-matic prefix toolchain-funcs \
+   multiprocessing java-pkg-opt-2 cmake
+
+HOMEPAGE="https://mariadb.org/;
+SRC_URI="mirror://mariadb/${PN}-${PV}/source/${P}.tar.gz
+   
https://github.com/hydrapolic/gentoo-dist/raw/master/mariadb/mariadb-10.11.6-patches-01.tar.xz;
+
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENS

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

2024-03-07 Thread Petr Vaněk
commit: 4b1ace3473a59713ce0cd75769fe3f0e32b708eb
Author: Tomáš Mózes  gmail  com>
AuthorDate: Wed Mar  6 08:07:21 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Thu Mar  7 16:30:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1ace34

package.mask: remove mask for dev-db/mydumper-0.15.1.3

Closes: https://bugs.gentoo.org/916713
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35636
Signed-off-by: Petr Vaněk  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f147264f42a8..770b7761947d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -756,10 +756,6 @@ dev-python/flask-gravatar
 =sys-fs/btrfs-progs-6.6-r1
 =sys-fs/btrfs-progs-6.6-r2
 
-# Tomáš Mózes  (2023-11-02)
-# Performance regression. Bug #916713.
-=dev-db/mydumper-0.15.1.3
-
 # Sam James  (2023-10-06)
 # Breaks building scipy: https://github.com/cython/cython/issues/5748
 =dev-python/cython-3.0.3



[gentoo-commits] repo/gentoo:master commit in: dev-db/mydumper/

2024-03-07 Thread Petr Vaněk
commit: ca748501dc3eac889d0fde75d90ab6f47b250159
Author: Tomáš Mózes  gmail  com>
AuthorDate: Wed Mar  6 08:05:29 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Thu Mar  7 16:30:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca748501

dev-db/mydumper: add 0.15.2.8

Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-db/mydumper/Manifest |  1 +
 dev-db/mydumper/mydumper-0.15.2.8.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/dev-db/mydumper/Manifest b/dev-db/mydumper/Manifest
index 800df8c84dc6..71618083e663 100644
--- a/dev-db/mydumper/Manifest
+++ b/dev-db/mydumper/Manifest
@@ -1,2 +1,3 @@
 DIST mydumper-0.14.5-2.tar.gz 177402 BLAKE2B 
bcd2658e1d8e452803608f27ed1b2ccc6fe428fcb44117f88a5cb0e6de1536f89c1f0768020da2d954a95cc20fe1315af8a38f477aee7c394540fbb4f001ac8d
 SHA512 
d19c22fb3932f7428f560dcd7cdafc92e035f924ee35320048eca2067e75a297a44aaf08c6f124ef55c604c34311be2eeb0858c6d41be5ea73a68c8c0afa66ab
 DIST mydumper-0.15.1-3.tar.gz 165488 BLAKE2B 
696a725528ad4e32ef6a53f29770a74ecadf55640421f744e49d033c2107050d35950fbd407d0d755159c05c662c92d0cb95e21b8595f43dcd2a95cc324194be
 SHA512 
5e62ca872d3bd763a0a2782413fc90875e5b8159a3861eb2c3ec4c8d6ddb9bb6b33998cafdcdc4c014915b436ee89fde1674de0f90c7bec09f0474a7c76bc62d
+DIST mydumper-0.15.2-8.tar.gz 186389 BLAKE2B 
84e08fa6460a156771f598a8a0c98c79089490f9f2fe3b90fa49efd519e2270468fe86287bab03612006489a3a1d5ab2442e76cc0f4825c8df95acec30a1c4ba
 SHA512 
f6ca5c5756944bd2704e8a25432db1fbe14ed2a1e88b549c0799c3e0c251e524523ed39797b0b2c15c9d65c0e6e5ce3d93a60a17c77090732a8f909ab24a0126

diff --git a/dev-db/mydumper/mydumper-0.15.2.8.ebuild 
b/dev-db/mydumper/mydumper-0.15.2.8.ebuild
new file mode 100644
index ..18e83353ff1b
--- /dev/null
+++ b/dev-db/mydumper/mydumper-0.15.2.8.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_PV="$(ver_rs 3 -)"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="A high-performance multi-threaded backup (and restore) toolset 
for MySQL"
+HOMEPAGE="https://github.com/maxbube/mydumper;
+SRC_URI="https://github.com/maxbube/mydumper/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="app-arch/zstd
+   dev-db/mysql-connector-c:=
+   dev-libs/glib:2
+   dev-libs/libpcre
+   dev-libs/openssl:=
+   sys-libs/zlib:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
+   doc? ( dev-python/sphinx )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.13.1-atomic.patch" #654314
+)
+
+src_prepare() {
+   # respect user cflags; do not expand ${CMAKE_C_FLAGS} (!)
+   sed -i -e 's|-g -Werror|${CMAKE_C_FLAGS}|' CMakeLists.txt || die
+
+   # fix doc install path
+   sed -i -e "s|share/doc/mydumper|share/doc/${PF}|" docs/CMakeLists.txt 
|| die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(-DBUILD_DOCS=$(usex doc))
+
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/mydumper/

2024-03-07 Thread Petr Vaněk
commit: 031c380d0018fd30cd95625117b1f524ff5341af
Author: Tomáš Mózes  gmail  com>
AuthorDate: Wed Mar  6 08:05:46 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Thu Mar  7 16:30:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031c380d

dev-db/mydumper: drop 0.15.1.3

Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-db/mydumper/Manifest |  1 -
 dev-db/mydumper/mydumper-0.15.1.3.ebuild | 49 
 2 files changed, 50 deletions(-)

diff --git a/dev-db/mydumper/Manifest b/dev-db/mydumper/Manifest
index 71618083e663..d5631d1e7320 100644
--- a/dev-db/mydumper/Manifest
+++ b/dev-db/mydumper/Manifest
@@ -1,3 +1,2 @@
 DIST mydumper-0.14.5-2.tar.gz 177402 BLAKE2B 
bcd2658e1d8e452803608f27ed1b2ccc6fe428fcb44117f88a5cb0e6de1536f89c1f0768020da2d954a95cc20fe1315af8a38f477aee7c394540fbb4f001ac8d
 SHA512 
d19c22fb3932f7428f560dcd7cdafc92e035f924ee35320048eca2067e75a297a44aaf08c6f124ef55c604c34311be2eeb0858c6d41be5ea73a68c8c0afa66ab
-DIST mydumper-0.15.1-3.tar.gz 165488 BLAKE2B 
696a725528ad4e32ef6a53f29770a74ecadf55640421f744e49d033c2107050d35950fbd407d0d755159c05c662c92d0cb95e21b8595f43dcd2a95cc324194be
 SHA512 
5e62ca872d3bd763a0a2782413fc90875e5b8159a3861eb2c3ec4c8d6ddb9bb6b33998cafdcdc4c014915b436ee89fde1674de0f90c7bec09f0474a7c76bc62d
 DIST mydumper-0.15.2-8.tar.gz 186389 BLAKE2B 
84e08fa6460a156771f598a8a0c98c79089490f9f2fe3b90fa49efd519e2270468fe86287bab03612006489a3a1d5ab2442e76cc0f4825c8df95acec30a1c4ba
 SHA512 
f6ca5c5756944bd2704e8a25432db1fbe14ed2a1e88b549c0799c3e0c251e524523ed39797b0b2c15c9d65c0e6e5ce3d93a60a17c77090732a8f909ab24a0126

diff --git a/dev-db/mydumper/mydumper-0.15.1.3.ebuild 
b/dev-db/mydumper/mydumper-0.15.1.3.ebuild
deleted file mode 100644
index 10f1909e2f79..
--- a/dev-db/mydumper/mydumper-0.15.1.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-MY_PV="$(ver_rs 3 -)"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="A high-performance multi-threaded backup (and restore) toolset 
for MySQL"
-HOMEPAGE="https://github.com/maxbube/mydumper;
-SRC_URI="https://github.com/maxbube/mydumper/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="app-arch/zstd
-   dev-db/mysql-connector-c:=
-   dev-libs/glib:2
-   dev-libs/libpcre
-   dev-libs/openssl:=
-   sys-libs/zlib:="
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-   doc? ( dev-python/sphinx )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.13.1-atomic.patch" #654314
-)
-
-src_prepare() {
-   # respect user cflags; do not expand ${CMAKE_C_FLAGS} (!)
-   sed -i -e 's|-g -Werror|${CMAKE_C_FLAGS}|' CMakeLists.txt || die
-
-   # fix doc install path
-   sed -i -e "s|share/doc/mydumper|share/doc/${PF}|" docs/CMakeLists.txt 
|| die
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(-DBUILD_DOCS=$(usex doc))
-
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/mydumper/

2024-03-07 Thread Petr Vaněk
commit: bf09a69eed978bd9b3940394a7680d558395034e
Author: Petr Vaněk  gentoo  org>
AuthorDate: Thu Mar  7 16:27:22 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Thu Mar  7 16:30:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf09a69e

dev-db/mydumper: update HOMEPAGE, SRC_URI

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-db/mydumper/metadata.xml | 2 +-
 dev-db/mydumper/mydumper-0.15.2.8.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-db/mydumper/metadata.xml b/dev-db/mydumper/metadata.xml
index 7c00b95bef1c..23e34fafb893 100644
--- a/dev-db/mydumper/metadata.xml
+++ b/dev-db/mydumper/metadata.xml
@@ -10,6 +10,6 @@
Proxy Maintainers


-   maxbube/mydumper
+   mydumper/mydumper

 

diff --git a/dev-db/mydumper/mydumper-0.15.2.8.ebuild 
b/dev-db/mydumper/mydumper-0.15.2.8.ebuild
index 18e83353ff1b..1a99e5e9f244 100644
--- a/dev-db/mydumper/mydumper-0.15.2.8.ebuild
+++ b/dev-db/mydumper/mydumper-0.15.2.8.ebuild
@@ -9,8 +9,8 @@ MY_PV="$(ver_rs 3 -)"
 MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="A high-performance multi-threaded backup (and restore) toolset 
for MySQL"
-HOMEPAGE="https://github.com/maxbube/mydumper;
-SRC_URI="https://github.com/maxbube/mydumper/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+HOMEPAGE="https://github.com/mydumper/mydumper;
+SRC_URI="https://github.com/mydumper/mydumper/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-3+"



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

2024-03-06 Thread Petr Vaněk
commit: b17c2fa88005adce7f71377102afe4faa19cb54d
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar  6 18:50:14 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar  6 18:50:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17c2fa8

dev-python/immutabledict: add 4.2.0

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-python/immutabledict/Manifest  |  1 +
 .../immutabledict/immutabledict-4.2.0.ebuild   | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/immutabledict/Manifest 
b/dev-python/immutabledict/Manifest
index e8a98c70969c..0e756f7bb1d8 100644
--- a/dev-python/immutabledict/Manifest
+++ b/dev-python/immutabledict/Manifest
@@ -1 +1,2 @@
 DIST immutabledict-4.1.0.tar.gz 5941 BLAKE2B 
a9e821880e4b8dfe3b24e7094848dce81be3430d60e46c6ce6e3574af8a4595f89adbbbd5670ed513f605f8fd5208d4876880b3f31a747c31de2424235236501
 SHA512 
28d5a918da19919f550dea457646aca09462ad27a13b22dd4320288c93d33226be0022c1a96e5870760f3a2f1c909ae43f4ec2e21b0b2609462408281aa240b5
+DIST immutabledict-4.2.0.tar.gz 6165 BLAKE2B 
6176a186e8108134f3e54e8d98712f2f825f3750685da72bb654b0eb2a1c75e87f6c8bf95dc6c4c06b2da68b4fa541fde32f2988735bf93cf57f772a29c8368b
 SHA512 
56be1239ea8161e54744a7bf5d17c0cc29410d7a7327fe97b3290f9e566dd19f662bac0e4e9f3c060cceece0df5d39638bf4258f3edfcf693f7f9b2bddc1d6b7

diff --git a/dev-python/immutabledict/immutabledict-4.2.0.ebuild 
b/dev-python/immutabledict/immutabledict-4.2.0.ebuild
new file mode 100644
index ..261533aad5ed
--- /dev/null
+++ b/dev-python/immutabledict/immutabledict-4.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="An immutable wrapper around dictionaries"
+HOMEPAGE="
+   https://github.com/corenting/immutabledict/
+   https://pypi.org/project/immutabledict/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # performance test which fails occasionally under heavy load,
+   # see bug 924831
+   tests/test_immutabledict.py::TestImmutableDict::test_performance
+)



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

2024-03-06 Thread Petr Vaněk
commit: 66a14d5db3f69ff3fc399158b1f10dca8f5ce4b3
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Mar  5 16:54:44 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar  6 14:32:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a14d5d

net-im/synapse: add 1.102.0

Signed-off-by: Petr Vaněk  gentoo.org>

 net-im/synapse/Manifest   |   1 +
 net-im/synapse/synapse-1.102.0.ebuild | 215 ++
 2 files changed, 216 insertions(+)

diff --git a/net-im/synapse/Manifest b/net-im/synapse/Manifest
index 1b959baf5e26..79f3e9bb9cac 100644
--- a/net-im/synapse/Manifest
+++ b/net-im/synapse/Manifest
@@ -63,6 +63,7 @@ DIST syn-2.0.28.crate 241635 BLAKE2B 
5784468a0dd04eb298821ae5a3facf72c5fe5907cc4
 DIST syn-2.0.48.crate 250566 BLAKE2B 
e46b0863af76c3116c84d01b654a9820b7edc51f75c9c5301a7967d12284f78da602409f34fc40524728350dc6b998a4d738f08b8868f95236b3e5d24c460580
 SHA512 
926c0ad55cc743df20f9166b6d71fd44421aeb1f073fd86b6ddb53e13cd508b539c0360ce64b07b65597bb14639c8f33acf7e60951e1e9128624517aa3aee325
 DIST synapse-1.100.0.gh.tar.gz 8465610 BLAKE2B 
02500ba7ec2da0bcb364e0a3d63efa2520c1050db2af023398ae00851d1975c989f0a1f84afbbdf3275b3aafaca27ce4614c18ecb29eaab093253bc9f99a20c7
 SHA512 
a426892a3802ab910cf823fc6a124f39431a1fbf6b0a52fb2ea3fedb146b00d1076633fafe8da291c211dbb667beac56bc80c3b06a2cce7896dbbf8df373c1e6
 DIST synapse-1.101.0.gh.tar.gz 8465894 BLAKE2B 
91b6d0a3d494b7246cec7821e15bf850fa4f0d6e17e6d3bbfb1f0f7d9c0822a0e3e33836fb04f479ce2a280f56a8783e455636e1c2b67018a5d4959354998e3d
 SHA512 
4f73aa725d2cb843442dbec858afe74e6fe93d838af4524d7731ad608fe05ea14e36f5844ae32a775becad4b9490c5ba02cfc446c39a043adb7eac9c72fa78ac
+DIST synapse-1.102.0.gh.tar.gz 8469024 BLAKE2B 
eaf50330d66149c757ab25811aa7017f8177ec5a3050e9c6dd2c8562f0c61e12ef5e7a08cfbac283c11cbadbc9f9adf58bd3934aa7bd4934fe2d4490759aa021
 SHA512 
420567482b3ab5d182506102a7817a487722f6bdd83bce57bb29ab11e1b07788cf4cf95913d16334637c7d388d9ba8b42d067a89ed9a403d606b6760377ec33b
 DIST synapse-1.99.0.gh.tar.gz 8453977 BLAKE2B 
6f8b43a22e693fbdcceb0819d9ee79930712dda9ef6ff2d9d9c884fd9cc778bfd5771d7267274af10387f35495a972432c19e34c1727578a78ac42360fe79b9a
 SHA512 
e3e3c30781a52013d2b0f762ee9d4af3660976338fe72a761c8c77196f5e1a9f086c3b2b0ab6f467e4b0aa54a65572040e6f4ee493993edceffe7d1dde3830ff
 DIST target-lexicon-0.12.4.crate 23020 BLAKE2B 
ad9780b9478b00b4fdcb07bd016d83216695413090ac29cca06388c3790e2832c978b1c7e69f6d34bb6fc9adc39c0a0b6b6636e50a9715a9f5f16445dba22d19
 SHA512 
194fe1946ad8d9fdb383bf8a65374e24d216382c1ed5379dabc98d58842512624c32838b8d6d0658d866f6559d37f1343a30c5809e8914dd85790399252b3e06
 DIST typenum-1.15.0.crate 40741 BLAKE2B 
5752d80396d0a37b0069b98ace9efe96d94ccaf41b33b8149c8b8c6a767537dbffe64251bbf61f3812465ecbc8cb45544f177dc97ac9735d84454282e4d1ed66
 SHA512 
a3c1ceac85e1aed98d0829449c35f4f36db860218b955b4e5f8f01da1d27ee6213f3c60e2b25c3745dcd67369049da5de737a9473fa9402db99cf7cddeb42288

diff --git a/net-im/synapse/synapse-1.102.0.ebuild 
b/net-im/synapse/synapse-1.102.0.ebuild
new file mode 100644
index ..e81d65ecc3a2
--- /dev/null
+++ b/net-im/synapse/synapse-1.102.0.ebuild
@@ -0,0 +1,215 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+CRATES="
+   aho-corasick@1.0.2
+   anyhow@1.0.79
+   arc-swap@1.5.1
+   autocfg@1.1.0
+   bitflags@1.3.2
+   blake2@0.10.6
+   block-buffer@0.10.3
+   cfg-if@1.0.0
+   crypto-common@0.1.6
+   digest@0.10.5
+   generic-array@0.14.6
+   heck@0.4.1
+   hex@0.4.3
+   indoc@2.0.4
+   itoa@1.0.4
+   lazy_static@1.4.0
+   libc@0.2.135
+   lock_api@0.4.9
+   log@0.4.20
+   memchr@2.6.3
+   memoffset@0.9.0
+   once_cell@1.15.0
+   parking_lot@0.12.1
+   parking_lot_core@0.9.3
+   proc-macro2@1.0.76
+   pyo3-build-config@0.20.2
+   pyo3-ffi@0.20.2
+   pyo3-log@0.9.0
+   pyo3-macros-backend@0.20.2
+   pyo3-macros@0.20.2
+   pyo3@0.20.2
+   pythonize@0.20.0
+   quote@1.0.35
+   redox_syscall@0.2.16
+   regex-automata@0.4.4
+   regex-syntax@0.8.2
+   regex@1.10.3
+   ryu@1.0.11
+   scopeguard@1.1.0
+   serde@1.0.196
+   serde_derive@1.0.196
+   serde_json@1.0.113
+   smallvec@1.10.0
+   subtle@2.4.1
+   syn@2.0.48
+   target-lexicon@0.12.4
+   typenum@1.15.0
+   unicode-ident@1.0.5
+   unindent@0.2.3
+   version_check@0.9.4
+   windows-sys@0.36.1
+   windows_aarch64_msvc@0.36.1
+   windows_i686_gnu@0.36.1
+   windows_i686_msvc@0.36.1
+   windows_x86_64_gnu@0.36.1
+   windows_x86_64_msvc@0.36.1
+"
+
+inherit cargo distutils-r1 multiprocessing optfeature systemd
+
+DESCRIPTION="Reference implementation of Matrix homeserver"
+HOMEPAGE

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

2024-03-06 Thread Petr Vaněk
commit: 4db4e7bc40258c310213ab2d0ff77dd458073b1a
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar  6 12:44:33 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Mar  6 14:32:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db4e7bc

net-im/synapse: fix tests with >=dev-python/netaddr-1.0.0

Netaddr removed implicit prefix support in netaddr-1.0.0 [1], which
breaks tests in synapse. This change backports the upstream patch [2]
fixing the issue to all versions present in the tree.

[1] https://github.com/netaddr/netaddr/pull/360
[2] https://github.com/element-hq/synapse/pull/16953

Signed-off-by: Petr Vaněk  gentoo.org>

 .../files/synapse-1.101.0-netaddr-tests.patch  | 33 ++
 net-im/synapse/synapse-1.100.0.ebuild  |  5 
 net-im/synapse/synapse-1.101.0.ebuild  |  5 
 net-im/synapse/synapse-1.99.0.ebuild   |  5 
 4 files changed, 48 insertions(+)

diff --git a/net-im/synapse/files/synapse-1.101.0-netaddr-tests.patch 
b/net-im/synapse/files/synapse-1.101.0-netaddr-tests.patch
new file mode 100644
index ..ac8dcd6cd68f
--- /dev/null
+++ b/net-im/synapse/files/synapse-1.101.0-netaddr-tests.patch
@@ -0,0 +1,33 @@
+From 959bcf358cb988f242284afe61a1d99fa705150b Mon Sep 17 00:00:00 2001
+From: "Kai A. Hiller" 
+Date: Thu, 22 Feb 2024 20:52:27 +0100
+Subject: [PATCH] Specify IP subnet literals in canonical form
+
+This is needed, because the netaddr package removed support for the
+implicit prefix form in version 1.0.0:
+https://github.com/netaddr/netaddr/pull/360
+
+Upstream-PR: https://github.com/element-hq/synapse/pull/16953
+
+diff --git a/tests/api/test_auth.py b/tests/api/test_auth.py
+index ce85ddf22a..bd229cf7e9 100644
+--- a/tests/api/test_auth.py
 b/tests/api/test_auth.py
+@@ -128,7 +128,7 @@ def 
test_get_user_by_req_appservice_valid_token_good_ip(self) -> None:
+ token="foobar",
+ url="a_url",
+ sender=self.test_user,
+-ip_range_whitelist=IPSet(["192.168/16"]),
++ip_range_whitelist=IPSet(["192.168.0.0/16"]),
+ )
+ self.store.get_app_service_by_token = Mock(return_value=app_service)
+ self.store.get_user_by_access_token = AsyncMock(return_value=None)
+@@ -147,7 +147,7 @@ def 
test_get_user_by_req_appservice_valid_token_bad_ip(self) -> None:
+ token="foobar",
+ url="a_url",
+ sender=self.test_user,
+-ip_range_whitelist=IPSet(["192.168/16"]),
++ip_range_whitelist=IPSet(["192.168.0.0/16"]),
+ )
+ self.store.get_app_service_by_token = Mock(return_value=app_service)
+ self.store.get_user_by_access_token = AsyncMock(return_value=None)

diff --git a/net-im/synapse/synapse-1.100.0.ebuild 
b/net-im/synapse/synapse-1.100.0.ebuild
index 5ff5c92194aa..9a49db29ad94 100644
--- a/net-im/synapse/synapse-1.100.0.ebuild
+++ b/net-im/synapse/synapse-1.100.0.ebuild
@@ -140,6 +140,11 @@ BDEPEND="
)
 "
 
+PATCHES=(
+   # fix tests with >=dev-python/netaddr-1.0.0
+   "${FILESDIR}/${PN}-1.101.0-netaddr-tests.patch"
+)
+
 # Rust extension
 QA_FLAGS_IGNORED="usr/lib/python3.*/site-packages/synapse/synapse_rust.abi3.so"
 

diff --git a/net-im/synapse/synapse-1.101.0.ebuild 
b/net-im/synapse/synapse-1.101.0.ebuild
index bc63eedaa678..73bdacfc0959 100644
--- a/net-im/synapse/synapse-1.101.0.ebuild
+++ b/net-im/synapse/synapse-1.101.0.ebuild
@@ -140,6 +140,11 @@ BDEPEND="
)
 "
 
+PATCHES=(
+   # fix tests with >=dev-python/netaddr-1.0.0
+   "${FILESDIR}/${P}-netaddr-tests.patch"
+)
+
 # Rust extension
 QA_FLAGS_IGNORED="usr/lib/python3.*/site-packages/synapse/synapse_rust.abi3.so"
 

diff --git a/net-im/synapse/synapse-1.99.0.ebuild 
b/net-im/synapse/synapse-1.99.0.ebuild
index d224c35da010..231645a8542e 100644
--- a/net-im/synapse/synapse-1.99.0.ebuild
+++ b/net-im/synapse/synapse-1.99.0.ebuild
@@ -140,6 +140,11 @@ BDEPEND="
)
 "
 
+PATCHES=(
+   # fix tests with >=dev-python/netaddr-1.0.0
+   "${FILESDIR}/${PN}-1.101.0-netaddr-tests.patch"
+)
+
 # Rust extension
 QA_FLAGS_IGNORED="usr/lib/python3.*/site-packages/synapse/synapse_rust.abi3.so"
 



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

2024-03-05 Thread Petr Vaněk
commit: 5ad6807e20cd0f7cf3886671a979b1fcff42273e
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:25:33 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad6807e

net-misc/ndisc6: remove unused files

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 net-misc/ndisc6/files/rdnssd.rc-1  | 24 
 net-misc/ndisc6/files/resolvconf-1 |  7 ---
 2 files changed, 31 deletions(-)

diff --git a/net-misc/ndisc6/files/rdnssd.rc-1 
b/net-misc/ndisc6/files/rdnssd.rc-1
deleted file mode 100644
index 83aef06a0416..
--- a/net-misc/ndisc6/files/rdnssd.rc-1
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   need localmount
-   before net
-   use logger
-}
-
-start() {
-   ebegin "Starting rdnssd"
-   start-stop-daemon --start --quiet --exec /usr/sbin/rdnssd -- 
${RDNSSD_OPTS}
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping rdnssd"
-   start-stop-daemon --stop --quiet --pidfile /var/lib/run/rdnssd.pid
-   if [ -x /sbin/resolvconf ]; then 
-   /sbin/resolvconf -f -d rdnssd || true
-   fi
-   eend $?
-}

diff --git a/net-misc/ndisc6/files/resolvconf-1 
b/net-misc/ndisc6/files/resolvconf-1
deleted file mode 100644
index c08aa6a3df19..
--- a/net-misc/ndisc6/files/resolvconf-1
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ -x /sbin/resolvconf ]; then
-   exec /sbin/resolvconf -a rdnssd 

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kirigami/files/

2024-03-05 Thread Petr Vaněk
commit: abf6d60827652a0322588cda11b2eb68256d0420
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:22:12 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf6d608

kde-frameworks/kirigami: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 ...irigami-5.113.0-drawer-actions-accessible.patch | 38 --
 1 file changed, 38 deletions(-)

diff --git 
a/kde-frameworks/kirigami/files/kirigami-5.113.0-drawer-actions-accessible.patch
 
b/kde-frameworks/kirigami/files/kirigami-5.113.0-drawer-actions-accessible.patch
deleted file mode 100644
index 1a7dd0b98807..
--- 
a/kde-frameworks/kirigami/files/kirigami-5.113.0-drawer-actions-accessible.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 31f8fbc0d1c55e0d4af02be309aae5cef29055e7 Mon Sep 17 00:00:00 2001
-From: Volker Krause 
-Date: Mon, 14 Aug 2023 17:38:20 +0200
-Subject: [PATCH] Make drawer actions accessible
-
-They could previously not be triggered at all, and had no label in
-the global drawer.

- src/controls/private/ContextDrawerActionItem.qml | 2 ++
- src/controls/private/GlobalDrawerActionItem.qml  | 3 +++
- 2 files changed, 5 insertions(+)
-
-diff --git a/src/controls/private/ContextDrawerActionItem.qml 
b/src/controls/private/ContextDrawerActionItem.qml
-index 430ff87e6..f5b2ca5c7 100644
 a/src/controls/private/ContextDrawerActionItem.qml
-+++ b/src/controls/private/ContextDrawerActionItem.qml
-@@ -95,4 +95,6 @@ Kirigami.BasicListItem {
- console.warning("Don't know how to trigger the action")
- }
- }
-+
-+Accessible.onPressAction: listItem.clicked()
- }
-diff --git a/src/controls/private/GlobalDrawerActionItem.qml 
b/src/controls/private/GlobalDrawerActionItem.qml
-index 07e63fa38..6d3c5fe35 100644
 a/src/controls/private/GlobalDrawerActionItem.qml
-+++ b/src/controls/private/GlobalDrawerActionItem.qml
-@@ -177,4 +177,7 @@ Kirigami.AbstractListItem {
- 
- Keys.onDownPressed: event => nextItemInFocusChain().focus = true
- Keys.onUpPressed: event => nextItemInFocusChain(false).focus = true
-+
-+Accessible.onPressAction: listItem.clicked()
-+Accessible.name: modelData.text
- }
--- 
-GitLab
-



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/files/

2024-03-05 Thread Petr Vaněk
commit: f89039e34565b3ea6170d8abe8f0439d93f6307e
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:22:00 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f89039e3

kde-frameworks/kio: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 .../kio-5.113.0-fix-crash-malformed-exec.patch |  41 -
 .../kio-5.113.0-fix-crash-while-copying.patch  | 184 -
 2 files changed, 225 deletions(-)

diff --git 
a/kde-frameworks/kio/files/kio-5.113.0-fix-crash-malformed-exec.patch 
b/kde-frameworks/kio/files/kio-5.113.0-fix-crash-malformed-exec.patch
deleted file mode 100644
index 3688fa4af276..
--- a/kde-frameworks/kio/files/kio-5.113.0-fix-crash-malformed-exec.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From ebad60218b9d9e6901ae48c3dec9b90da963809c Mon Sep 17 00:00:00 2001
-From: Harald Sitter 
-Date: Wed, 13 Dec 2023 07:44:01 +0100
-Subject: [PATCH] kpropertiesdialog: don't trip over malformed Exec
-
-when the user incorrectly put env vars into the Program field the
-resulting desktop file will be somewhat malformed and literally contain
-
-> Exec='FOO=1 Bar'
-
-this then needs careful handling when parsing so we don't accidentally
-drain the execline list. when this scenario appears we'll need to assume
-the last item in the list is the program as we can't really tell if it
-is a program that looks like an env var or an env var without program
-
-BUG: 465290
-(cherry picked from commit 78d4364677fbe658c6e05d19bb158f895403ccc9)

- src/widgets/kpropertiesdialog.cpp | 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git a/src/widgets/kpropertiesdialog.cpp 
b/src/widgets/kpropertiesdialog.cpp
-index 93ec0759cf..25061825af 100644
 a/src/widgets/kpropertiesdialog.cpp
-+++ b/src/widgets/kpropertiesdialog.cpp
-@@ -3379,6 +3379,12 @@ 
KDesktopPropsPlugin::KDesktopPropsPlugin(KPropertiesDialog *_props)
- execLine.pop_front();
- }
- for (auto env : execLine) {
-+if (execLine.length() <= 1) {
-+// Don't empty out the list. If the last element contains an 
equal sign we have to treat it as part of the
-+// program name lest we have no program
-+// https://bugs.kde.org/show_bug.cgi?id=465290
-+break;
-+}
- if (!env.contains(QLatin1String("="))) {
- break;
- }
--- 
-GitLab
-

diff --git a/kde-frameworks/kio/files/kio-5.113.0-fix-crash-while-copying.patch 
b/kde-frameworks/kio/files/kio-5.113.0-fix-crash-while-copying.patch
deleted file mode 100644
index 845e6bc64339..
--- a/kde-frameworks/kio/files/kio-5.113.0-fix-crash-while-copying.patch
+++ /dev/null
@@ -1,184 +0,0 @@
-From 6bea074739d5a75920d5540bc266549df5642511 Mon Sep 17 00:00:00 2001
-From: Akseli Lahtinen 
-Date: Fri, 1 Dec 2023 11:27:26 +
-Subject: [PATCH] WidgetsAskUserActionHandler: Use QPointer to check the
- validity of parent widgets
-
-If Dolphin is closed during the copying process,
-and the overwrite/skip dialog appears,
-this crashes the copying process since the
-parent shows to faulty location.
-
-Use QPointer to check that the parent widgets are still
-valid. If not, we just use nullptr, and the dialogs
-will still open.
-
-This also cleans some repetition in code.
-
-BUG:448532
-(cherry picked from commit bdef648edd54e146c30e881d8eb95990a59c5bbc)

- src/widgets/widgetsaskuseractionhandler.cpp | 90 +
- 1 file changed, 39 insertions(+), 51 deletions(-)
-
-diff --git a/src/widgets/widgetsaskuseractionhandler.cpp 
b/src/widgets/widgetsaskuseractionhandler.cpp
-index fe2975d0ce..9cbaaec99f 100644
 a/src/widgets/widgetsaskuseractionhandler.cpp
-+++ b/src/widgets/widgetsaskuseractionhandler.cpp
-@@ -22,6 +22,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include 
- 
-@@ -40,7 +41,10 @@
- void 
savePersistentUserReply(KIO::AskUserActionInterface::MessageDialogType type, 
KConfigGroup , const QString , int result);
- 
- WidgetsAskUserActionHandler *const q;
--QWidget *m_parentWidget = nullptr;
-+QPointer m_parentWidget = nullptr;
-+
-+QWidget *getParentWidget(KJob *job);
-+QWidget *getParentWidget(QWidget *widget);
- };
- 
- bool 
KIO::WidgetsAskUserActionHandlerPrivate::gotPersistentUserReply(KIO::AskUserActionInterface::MessageDialogType
 type,
-@@ -106,6 +110,36 @@
- }
- }
- 
-+QWidget *KIO::WidgetsAskUserActionHandlerPrivate::getParentWidget(KJob *job)
-+{
-+// This needs to be in qpointer, otherwise copying process
-+// will crash if done in background and dolphin is closed
-+QPointer parentWidget = nullptr;
-+
-+if (job) {
-+parentWidget = KJobWidgets::window(job);
-+}
-+
-+return getParentWidget(parentWi

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

2024-03-05 Thread Petr Vaněk
commit: b9ea81169982f6298c77686d5838ca1346e1b241
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:23:17 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ea8116

media-libs/dav1d: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 ...id-meson-s-symbols_have_underscore_prefix.patch | 35 --
 1 file changed, 35 deletions(-)

diff --git 
a/media-libs/dav1d/files/build-avoid-meson-s-symbols_have_underscore_prefix.patch
 
b/media-libs/dav1d/files/build-avoid-meson-s-symbols_have_underscore_prefix.patch
deleted file mode 100644
index f9c0dbbfaf2b..
--- 
a/media-libs/dav1d/files/build-avoid-meson-s-symbols_have_underscore_prefix.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-https://code.videolan.org/videolan/dav1d/-/issues/370
-https://code.videolan.org/videolan/dav1d/-/commit/c6a08b3aa1ee99dade53e5e32033bc1d14455a22
-
-From c6a08b3aa1ee99dade53e5e32033bc1d14455a22 Mon Sep 17 00:00:00 2001
-From: Janne Grunau 
-Date: Tue, 21 Sep 2021 09:30:14 +0200
-Subject: [PATCH 1/5] build: avoid meson's symbols_have_underscore_prefix
-
-Meson's dynamic check is unreliable when additional compiler flags are
-passed via CFLAGS. For example '-fprofile-instr-generate' in oss-fuzz'
-coverage build. Fixes #370.

- meson.build | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 1bf69ab..1a7c409 100644
 a/meson.build
-+++ b/meson.build
-@@ -382,7 +382,11 @@ endif
- 
- cdata.set10('ARCH_PPC64LE', host_machine.cpu() == 'ppc64le')
- 
--if cc.symbols_have_underscore_prefix()
-+# meson's cc.symbols_have_underscore_prefix() is unfortunately unrelieably
-+# when additional flags like '-fprofile-instr-generate' are passed via CFLAGS
-+# see following meson issue https://github.com/mesonbuild/meson/issues/5482
-+if (host_machine.system() == 'darwin' or
-+   (host_machine.system() == 'windows' and host_machine.cpu_family() == 
'x86'))
- cdata.set10('PREFIX', true)
- cdata_asm.set10('PREFIX', true)
- endif
--- 
-2.32.0
-



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

2024-03-05 Thread Petr Vaněk
commit: e8bb3b84ae490879438504ee21f33275d395ce37
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:26:57 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bb3b84

sys-apps/shadow: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 .../shadow/files/shadow-4.14.0-bug912446.patch | 1305 
 1 file changed, 1305 deletions(-)

diff --git a/sys-apps/shadow/files/shadow-4.14.0-bug912446.patch 
b/sys-apps/shadow/files/shadow-4.14.0-bug912446.patch
deleted file mode 100644
index 881c8f7f4ad4..
--- a/sys-apps/shadow/files/shadow-4.14.0-bug912446.patch
+++ /dev/null
@@ -1,1305 +0,0 @@
-https://bugs.gentoo.org/912446
-
-From c34c2606cf8f0a52113156d9e22b7a35b391a17e Mon Sep 17 00:00:00 2001
-From: Alejandro Colomar 
-Date: Fri, 25 Aug 2023 11:29:00 +0200
-Subject: [PATCH] lib, libmisc: Move source files to lib (where their headers
- were)
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Scripted change:
-
-$ find lib/ -type f \
-| grep '\.h$' \
-| sed 's,lib/,libmisc/,' \
-| sed 's,\.h$,.c,' \
-| xargs find 2>/dev/null \
-| xargs mv -t lib/;
-
-Plus updating the Makefiles.
-
-Closes: <https://github.com/shadow-maint/shadow/issues/791>
-Closes: <https://bugs.gentoo.org/912446>
-Link: 
<https://github.com/shadow-maint/shadow/issues/763#issuecomment-1664383425>
-Link: <https://github.com/shadow-maint/shadow/pull/776>
-Link: 
<https://github.com/shadow-maint/shadow/commit/d0518cc250afeaceb772a7f50a900cfc9b3ab937>
-Reported-by: Christian Bricart 
-Reported-by: Robert Marmorstein 
-Cc: Sam James 
-[ jubalh tested the openSUSE package ]
-Tested-by: Michael Vetter 
-Acked-by: Michael Vetter 
-[ Robert F. tested the Gentoo package ]
-Tested-by: Robert Förster 
-Cc: David Seifert 
-Signed-off-by: Alejandro Colomar 

- lib/Makefile.am   | 10 ++
- {libmisc => lib}/alloc.c  |  0
- {libmisc => lib}/bit.c|  0
- {libmisc => lib}/mempcpy.c|  0
- {libmisc => lib}/stpecpy.c|  0
- {libmisc => lib}/stpeprintf.c |  0
- libmisc/Makefile.am   |  9 -
- 7 files changed, 10 insertions(+), 9 deletions(-)
- rename {libmisc => lib}/alloc.c (100%)
- rename {libmisc => lib}/bit.c (100%)
- rename {libmisc => lib}/mempcpy.c (100%)
- rename {libmisc => lib}/stpecpy.c (100%)
- rename {libmisc => lib}/stpeprintf.c (100%)
-
-diff --git a/lib/Makefile.am b/lib/Makefile.am
-index c8d6dd5fb..7f3f7f639 100644
 a/lib/Makefile.am
-+++ b/lib/Makefile.am
-@@ -14,6 +14,10 @@ libshadow_la_CPPFLAGS += -I$(top_srcdir)
- libshadow_la_CFLAGS = $(LIBBSD_CFLAGS)
- 
- libshadow_la_SOURCES = \
-+  alloc.c \
-+  alloc.h \
-+  bit.c \
-+  bit.h \
-   commonio.c \
-   commonio.h \
-   defines.h \
-@@ -34,6 +38,8 @@ libshadow_la_SOURCES = \
-   groupio.h \
-   gshadow.c \
-   lockpw.c \
-+  mempcpy.c \
-+  mempcpy.h \
-   nss.c \
-   nscd.c \
-   nscd.h \
-@@ -67,6 +73,10 @@ libshadow_la_SOURCES = \
-   shadowio.h \
-   shadowmem.c \
-   spawn.c \
-+  stpecpy.c \
-+  stpecpy.h \
-+  stpeprintf.c \
-+  stpeprintf.h \
-   write_full.c
- 
- if WITH_TCB
-diff --git a/libmisc/alloc.c b/lib/alloc.c
-similarity index 100%
-rename from libmisc/alloc.c
-rename to lib/alloc.c
-diff --git a/libmisc/bit.c b/lib/bit.c
-similarity index 100%
-rename from libmisc/bit.c
-rename to lib/bit.c
-diff --git a/libmisc/mempcpy.c b/lib/mempcpy.c
-similarity index 100%
-rename from libmisc/mempcpy.c
-rename to lib/mempcpy.c
-diff --git a/libmisc/stpecpy.c b/lib/stpecpy.c
-similarity index 100%
-rename from libmisc/stpecpy.c
-rename to lib/stpecpy.c
-diff --git a/libmisc/stpeprintf.c b/lib/stpeprintf.c
-similarity index 100%
-rename from libmisc/stpeprintf.c
-rename to lib/stpeprintf.c
-diff --git a/libmisc/Makefile.am b/libmisc/Makefile.am
-index 10bf1537f..5eba4650a 100644
 a/libmisc/Makefile.am
-+++ b/libmisc/Makefile.am
-@@ -16,12 +16,8 @@ libmisc_la_SOURCES = \
-   addgrps.c \
-   age.c \
-   agetpass.c \
--  alloc.c \
--  ../lib/alloc.h \
-   audit_help.c \
-   basename.c \
--  bit.c \
--  ../lib/bit.h \
-   chkname.c \
-   chkname.h \
-   chowndir.c \
-@@ -53,7 +49,6 @@ libmisc_la_SOURCES = \
-   list.c \
-   loginprompt.c \
-   mail.c \
--  mempcpy.c \
-   motd.c \
-   myname.c \
-   obscure.c \
-@@ -71,10 +66,6 @@ libmisc_la_SOURCES = \
-   setugid.c \
-   setupenv.c \
-   shell.c \
--  stpecpy.c \
--  ../lib/stpecpy.h \
--  stpeprintf.c \
--  ../lib/stpeprintf.h \
-   strtoday.c \
-   sub.c \
-   sulog.c \
-From 093fb605f9ca0df8310210377b12c0cf2ea5110c Mon Sep 17 00:

[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/fable/files/

2024-03-05 Thread Petr Vaněk
commit: 2e9a3db37a23762c3c10b928e4177f91f0ad4f24
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:18:23 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9a3db3

dev-dotnet/fable: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-dotnet/fable/files/fable-4.9.0-no-sourcelink-github.patch | 10 --
 1 file changed, 10 deletions(-)

diff --git a/dev-dotnet/fable/files/fable-4.9.0-no-sourcelink-github.patch 
b/dev-dotnet/fable/files/fable-4.9.0-no-sourcelink-github.patch
deleted file mode 100644
index e2a552b08b94..
--- a/dev-dotnet/fable/files/fable-4.9.0-no-sourcelink-github.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/src/Directory.Build.props
-+++ b/src/Directory.Build.props
-@@ -23,7 +23,6 @@
- 
- 
- 
--
- 
- all
- build



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

2024-03-05 Thread Petr Vaněk
commit: 10e045e332fa04183b4245187394052a29632cdb
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:29:05 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e045e3

x11-terms/wezterm: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 .../wezterm/files/wezterm-20230320-124340-xcb-imdkit.patch| 11 ---
 1 file changed, 11 deletions(-)

diff --git a/x11-terms/wezterm/files/wezterm-20230320-124340-xcb-imdkit.patch 
b/x11-terms/wezterm/files/wezterm-20230320-124340-xcb-imdkit.patch
deleted file mode 100644
index 5a59f69d06b4..
--- a/x11-terms/wezterm/files/wezterm-20230320-124340-xcb-imdkit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 wezterm-20230320-124340-559cb7b0-orig/window/Cargo.toml2023-03-21 
06:43:40.0 +1100
-+++ wezterm-20230320-124340-559cb7b0/window/Cargo.toml 2023-03-22 
13:52:24.775918470 +1100
-@@ -78,7 +78,7 @@
- wayland-protocols = {version="0.29", optional=true}
- wayland-client = {version="0.29", optional=true}
- wayland-egl = {version="0.29", optional=true}
--xcb-imdkit = { version="0.2", git="https://github.com/wez/xcb-imdkit-rs.git;, 
branch="hangfix"}
-+xcb-imdkit = {version="0.1.2"}
- zbus = "3.0"
- zvariant = "3.6"
- futures-util = "0.3"



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

2024-03-05 Thread Petr Vaněk
commit: ba2830a0185a3a4679eb0856d30b7d354c22ef16
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:27:50 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2830a0

www-client/chromium: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 .../chromium/files/chromium-119-minizip-cast.patch | 23 --
 1 file changed, 23 deletions(-)

diff --git a/www-client/chromium/files/chromium-119-minizip-cast.patch 
b/www-client/chromium/files/chromium-119-minizip-cast.patch
deleted file mode 100644
index 0d03e8ea3d9b..
--- a/www-client/chromium/files/chromium-119-minizip-cast.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-clang-16 does not get the types for an aggregate right and fails with 
narrowing error
 a/third_party/zlib/google/zip_internal.cc
-+++ b/third_party/zlib/google/zip_internal.cc
-@@ -260,13 +260,12 @@ zip_fileinfo TimeToZipFileInfo(const base::Time& 
file_time) {
- // It assumes that dates below 1980 are in the double digit format.
- // Hence the fail safe option is to leave the date unset. Some programs
- // might show the unset date as 1980-0-0 which is invalid.
--zip_info.tmz_date = {
--.tm_sec = static_cast(file_time_parts.second),
--.tm_min = static_cast(file_time_parts.minute),
--.tm_hour = static_cast(file_time_parts.hour),
--.tm_mday = static_cast(file_time_parts.day_of_month),
--.tm_mon = static_cast(file_time_parts.month - 1),
--.tm_year = static_cast(file_time_parts.year)};
-+zip_info.tmz_date.tm_sec = static_cast(file_time_parts.second);
-+zip_info.tmz_date.tm_min = static_cast(file_time_parts.minute);
-+zip_info.tmz_date.tm_hour = static_cast(file_time_parts.hour);
-+zip_info.tmz_date.tm_mday = 
static_cast(file_time_parts.day_of_month);
-+zip_info.tmz_date.tm_mon = static_cast(file_time_parts.month - 1);
-+zip_info.tmz_date.tm_year = static_cast(file_time_parts.year);
-   }
- 
-   return zip_info;



[gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/files/

2024-03-05 Thread Petr Vaněk
commit: aba0738aea3c2d57bcc563953498568584a3fb66
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:29:31 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba0738a

x11-wm/mutter: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35622
Signed-off-by: Petr Vaněk  gentoo.org>

 .../mutter/files/mutter-45.2-fullscreen-leak.patch | 37 --
 1 file changed, 37 deletions(-)

diff --git a/x11-wm/mutter/files/mutter-45.2-fullscreen-leak.patch 
b/x11-wm/mutter/files/mutter-45.2-fullscreen-leak.patch
deleted file mode 100644
index adbd309c1b7c..
--- a/x11-wm/mutter/files/mutter-45.2-fullscreen-leak.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From bedf8df88f41c34c9824dccba507c8e333dd9ba6 Mon Sep 17 00:00:00 2001
-From: Robert Balas 
-Date: Mon, 4 Dec 2023 00:27:49 +0100
-Subject: [PATCH] clutter: Fix memory leak when running in fullscreen
-
-`clutter_stage_do_paint_view()` only gets called when leaving fullscreen
-and by that time enough calls to
-`clutter_actor_get_transformed_paint_volume()` can make the underlying
-GArray grow to a large size.
-
-To fix this, we call call the cleanup function in
-`clutter_stage_finish_layout()` to make it happen every frame.
-
-Co-authored-by: Sebastian Keller 
-
-Closes: https://gitlab.gnome.org/GNOME/mutter/-/issues/3191
-Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3439>

- clutter/clutter/clutter-stage.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/clutter/clutter/clutter-stage.c b/clutter/clutter/clutter-stage.c
-index 55bb81c2b46..deb383fe216 100644
 a/clutter/clutter/clutter-stage.c
-+++ b/clutter/clutter/clutter-stage.c
-@@ -970,6 +970,8 @@ clutter_stage_finish_layout (ClutterStage *stage)
- }
- 
-   g_warn_if_fail (!priv->actor_needs_immediate_relayout);
-+
-+  _clutter_stage_paint_volume_stack_free_all (stage);
- }
- 
- void
--- 
-GitLab
-



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

2024-03-05 Thread Petr Vaněk
commit: 2bfb39b9fbf6052b25725ee41c00a8951bde1ac0
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:26:12 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfb39b9

sys-apps/pkgcore: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 .../pkgcore/files/pkgcore-0.12.23-metadata-xsd.patch | 16 
 1 file changed, 16 deletions(-)

diff --git a/sys-apps/pkgcore/files/pkgcore-0.12.23-metadata-xsd.patch 
b/sys-apps/pkgcore/files/pkgcore-0.12.23-metadata-xsd.patch
deleted file mode 100644
index abffe300b669..
--- a/sys-apps/pkgcore/files/pkgcore-0.12.23-metadata-xsd.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-commit f244de224400d9634742c52c655ac705cce9658a
-Author: Thomas Bracht Laumann Jespersen 
-Date:   Thu Sep 14 12:32:44 2023 +
-
-data/xml-schema/metadata.xsd: add codeberg remote-id
-
 a/data/share/pkgcore/xml-schema/metadata.xsd
-+++ b/data/share/pkgcore/xml-schema/metadata.xsd
-@@ -271,6 +271,7 @@
-   
-   
-   
-+  
-   
-   
-   



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

2024-03-05 Thread Petr Vaněk
commit: 1079025224770ff6d80ecb944e0d07bc8dc8716b
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:23:38 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10790252

media-libs/glm: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 media-libs/glm/files/glm-1.0.0-clang.patch | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/media-libs/glm/files/glm-1.0.0-clang.patch 
b/media-libs/glm/files/glm-1.0.0-clang.patch
deleted file mode 100644
index 0223129f6c04..
--- a/media-libs/glm/files/glm-1.0.0-clang.patch
+++ /dev/null
@@ -1,19 +0,0 @@
 a/CMakeLists.txt   2024-01-25 07:39:25.528947981 +0100
-+++ b/CMakeLists.txt   2024-01-25 07:39:45.377618695 +0100
-@@ -241,7 +241,7 @@
-   endif()
- 
-   if(NOT GLM_DISABLE_AUTO_DETECTION)
--  add_compile_options(-Werror -Weverything)
-+  add_compile_options(-Weverything)
-   endif()
- # add_compile_options(-Wno-c++98-compat -Wno-c++98-compat-pedantic 
-Wno-c++11-long-long -Wno-padded -Wno-gnu-anonymous-struct 
-Wno-nested-anon-types)
- # add_compile_options(-Wno-undefined-reinterpret-cast 
-Wno-sign-conversion -Wno-unused-variable -Wno-missing-prototypes 
-Wno-unreachable-code -Wno-missing-variable-declarations -Wno-sign-compare 
-Wno-global-constructors -Wno-unused-macros -Wno-format-nonliteral 
-Wno-float-equal)
-@@ -252,7 +252,6 @@
-   endif()
- 
-   if(NOT GLM_DISABLE_AUTO_DETECTION)
--  add_compile_options(-Werror)
- # add_compile_options(-Wpedantic)
- # add_compile_options(-Wall)
- # add_compile_options(-Wextra)



[gentoo-commits] repo/gentoo:master commit in: net-mail/ripmime/files/

2024-03-05 Thread Petr Vaněk
commit: 35094a72d7a4d6e1bef449738e4f58f70ee1dbf0
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:24:40 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35094a72

net-mail/ripmime: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 net-mail/ripmime/files/ripmime-1.4.0.9-buffer-overflow.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/net-mail/ripmime/files/ripmime-1.4.0.9-buffer-overflow.patch 
b/net-mail/ripmime/files/ripmime-1.4.0.9-buffer-overflow.patch
deleted file mode 100644
index 3b9cd7a60cba..
--- a/net-mail/ripmime/files/ripmime-1.4.0.9-buffer-overflow.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/MIME_headers.c   2010-11-07 12:38:52.994063648 -0800
-+++ b/MIME_headers.c   2010-11-07 12:39:06.395161970 -0800
-@@ -2239,7 +2239,7 @@
-   {
-   if (MIMEH_DNORMAL) 
LOGGER_log("%s:%d:MIME_parse_contentlocation:DEBUG: filename = %s\n", FL, p);
-   snprintf(hinfo->name, sizeof(hinfo->name),"%s",p);
--  snprintf(hinfo->filename, sizeof(hinfo->name),"%s",p);
-+  snprintf(hinfo->filename, 
sizeof(hinfo->filename),"%s",p);
-   FNFILTER_filter(hinfo->filename, 
_MIMEH_FILENAMELEN_MAX);
-   SS_push(&(hinfo->ss_filenames), hinfo->filename, 
strlen(hinfo->filename));
- 



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/breeze-icons/files/

2024-03-05 Thread Petr Vaněk
commit: 868005b506a5652e3169c687c97f0c95c67c8826
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:21:45 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=868005b5

kde-frameworks/breeze-icons: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 .../files/breeze-icons-5.249.0-cmake.patch | 24 --
 1 file changed, 24 deletions(-)

diff --git a/kde-frameworks/breeze-icons/files/breeze-icons-5.249.0-cmake.patch 
b/kde-frameworks/breeze-icons/files/breeze-icons-5.249.0-cmake.patch
deleted file mode 100644
index ece8dae14c83..
--- a/kde-frameworks/breeze-icons/files/breeze-icons-5.249.0-cmake.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From a4970ce40ec43c0a1db418aa05ee2853497a0c14 Mon Sep 17 00:00:00 2001
-From: Hannah von Reth 
-Date: Wed, 31 Jan 2024 13:24:09 +
-Subject: [PATCH] Fix cmake config if lib was not build
-

- KF6BreezeIconsConfig.cmake.in | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/KF6BreezeIconsConfig.cmake.in b/KF6BreezeIconsConfig.cmake.in
-index be4ae7310..2d03f0c6e 100644
 a/KF6BreezeIconsConfig.cmake.in
-+++ b/KF6BreezeIconsConfig.cmake.in
-@@ -3,6 +3,5 @@
- if(@ICONS_LIBRARY@)
- include(CMakeFindDependencyMacro)
- find_dependency(Qt6Gui "@REQUIRED_QT_VERSION@")
-+include("${CMAKE_CURRENT_LIST_DIR}/KF6BreezeIconsTargets.cmake")
- endif()
--
--include("${CMAKE_CURRENT_LIST_DIR}/KF6BreezeIconsTargets.cmake")
--- 
-GitLab
-



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

2024-03-05 Thread Petr Vaněk
commit: 58c2f8c5bea112fa7dfc1404834f6d40ffa00fbc
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:19:50 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c2f8c5

dev-util/ragel: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 .../files/ragel-7.0.4-link-colm-properly.patch | 51 --
 1 file changed, 51 deletions(-)

diff --git a/dev-util/ragel/files/ragel-7.0.4-link-colm-properly.patch 
b/dev-util/ragel/files/ragel-7.0.4-link-colm-properly.patch
deleted file mode 100644
index f5f12ec4491a..
--- a/dev-util/ragel/files/ragel-7.0.4-link-colm-properly.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-From: Jan Engelhardt 
-Date: 2021-04-27 18:22:18.718396764 +0200
-
-ragel just completely lacks a block to support system colm.
-

- configure.ac|   14 --
- src/Makefile.am |2 +-
- 2 files changed, 9 insertions(+), 7 deletions(-)
-
-Index: ragel-7.0.4/configure.ac
-===
 ragel-7.0.4.orig/configure.ac
-+++ ragel-7.0.4/configure.ac
-@@ -51,14 +51,16 @@ AC_ARG_WITH(colm,
-   LIBFSM_LA="$withval/lib/libfsm.la"
-   COLM_SHARE="$withval/share"
-   ],
--  []
-+  [
-+  COLM=/usr/bin/colm
-+  COLM_WRAP=/usr/bin/colm-wrap
-+  CPPFLAGS="-I/usr/include/aapl $CPPFLAGS"
-+  LIBCOLM_LA=-lcolm
-+  LIBFSM_LA=-lfsm
-+  COLM_SHARE='${datadir}/colm'
-+  ]
- )
- 
--AC_CHECK_FILES(
--  [$COLM],
--  [],
--  [AC_ERROR([colm is required to build ragel])]
--)
- AC_SUBST(COLM)
- AC_SUBST(COLM_WRAP)
- AC_SUBST(COLM_SHARE)
-Index: ragel-7.0.4/src/Makefile.am
-===
 ragel-7.0.4.orig/src/Makefile.am
-+++ ragel-7.0.4/src/Makefile.am
-@@ -39,7 +39,7 @@ nodist_ragel_SOURCES = \
-   parse.c rlreduce.cc
- 
- ragel_LDADD = $(LIBFSM_LA) $(LIBCOLM_LA) libragel.la
--ragel_DEPENDENCIES = $(LIBFSM_LA) $(LIBCOLM_LA) libragel.la
-+ragel_DEPENDENCIES = libragel.la
- 
- BUILT_SOURCES = \
-   version.h \
-



[gentoo-commits] repo/gentoo:master commit in: dev-ml/zarith/files/

2024-03-05 Thread Petr Vaněk
commit: ed6f84502b7ab30f764ee97500eabce4cd4a664d
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:18:52 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6f8450

dev-ml/zarith: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-ml/zarith/files/zarith-1.12-shuffle.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/dev-ml/zarith/files/zarith-1.12-shuffle.patch 
b/dev-ml/zarith/files/zarith-1.12-shuffle.patch
deleted file mode 100644
index 4ddff37d6b04..
--- a/dev-ml/zarith/files/zarith-1.12-shuffle.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/project.mak  2023-01-25 22:56:39.079292147 +0100
-+++ b/project.mak  2023-01-25 22:56:57.865057118 +0100
-@@ -145,7 +145,7 @@
-   make -C tests clean
- 
- depend: $(AUTOGEN)
--  $(OCAMLDEP) -native $(OCAMLINC) $(MLSRC) $(MLISRC) > depend
-+  $(OCAMLDEP) $(OCAMLINC) $(MLSRC) $(MLISRC) > depend
- 
- include depend
- 



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/files/

2024-03-05 Thread Petr Vaněk
commit: 91b169691a782c516e57bddf55c5b512a98119cc
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:16:14 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:16:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b16969

app-accessibility/brltty: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 .../brltty/files/brltty-6.5-gettext-0.22.patch | 49 --
 1 file changed, 49 deletions(-)

diff --git a/app-accessibility/brltty/files/brltty-6.5-gettext-0.22.patch 
b/app-accessibility/brltty/files/brltty-6.5-gettext-0.22.patch
deleted file mode 100644
index 7cf62f74221c..
--- a/app-accessibility/brltty/files/brltty-6.5-gettext-0.22.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-https://bugs.gentoo.org/908897
-fix: 
https://github.com/brltty/brltty/commit/31061173fd80c7ed0f83e8d20d62c59dbedcebe0
-
-From 31061173fd80c7ed0f83e8d20d62c59dbedcebe0 Mon Sep 17 00:00:00 2001
-From: Yaakov Selkowitz 
-Date: Tue, 27 Jun 2023 15:07:09 -0400
-Subject: [PATCH] Add gettext header to ru.po
-
-Building with gettext-0.22 fails for lack of this header:
-
-/usr/bin/msgfmt: input file doesn't contain a header entry with a
-charset specification
 a/Messages/ru.po
-+++ b/Messages/ru.po
-@@ -1,3 +1,34 @@
-+# BRLTTY - A background process providing access to the console screen (when 
in
-+#  text mode) for a blind person using a refreshable braille display.
-+#
-+# Copyright (C) 1995-2022 by The BRLTTY Developers.
-+#
-+# BRLTTY comes with ABSOLUTELY NO WARRANTY.
-+#
-+# This is free software, placed under the terms of the
-+# GNU Lesser General Public License, as published by the Free Software
-+# Foundation; either version 2.1 of the License, or (at your option) any
-+# later version. Please see the file LICENSE-LGPL for details.
-+#
-+# Web Page: http://brltty.app/
-+#
-+# This software is maintained by Dave Mielke .
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: brltty 4.5\n"
-+"Report-Msgid-Bugs-To: brl...@brltty.app\n"
-+"POT-Creation-Date: 2021-01-27 11:47-0500\n"
-+"PO-Revision-Date: 2021-02-07 08:18-0500\n"
-+"Last-Translator: Маргарита Мельникова \n"
-+"Language-Team: Friends of BRLTTY \n"
-+"Language: ru\n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=UTF-8\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-+
- #: Programs/brltty.c:167
- #, c-format
- msgid "\"%s\" started as \"%s\"\n"



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

2024-03-05 Thread Petr Vaněk
commit: 514c214dd60754f84d22b400f1c0c15e4b10080b
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:17:55 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514c214d

dev-build/meson: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-build/meson/files/meson-1.2.1-llvm-17.patch | 41 -
 1 file changed, 41 deletions(-)

diff --git a/dev-build/meson/files/meson-1.2.1-llvm-17.patch 
b/dev-build/meson/files/meson-1.2.1-llvm-17.patch
deleted file mode 100644
index ceee1dcd292b..
--- a/dev-build/meson/files/meson-1.2.1-llvm-17.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-https://bugs.gentoo.org/914576
-https://github.com/mesonbuild/meson/commit/d0b09898c703f6c10ec5a6b2aeace0df2e3570aa
-https://github.com/mesonbuild/meson/commit/9c74c73bc7107c794e7f9896cc4220e50ad32bba
-
-From d0b09898c703f6c10ec5a6b2aeace0df2e3570aa Mon Sep 17 00:00:00 2001
-From: Christoph Reiter 
-Date: Sat, 23 Sep 2023 17:21:43 +0200
-Subject: [PATCH] get_llvm_tool_names: add llvm 17
-
-this fixes the "frameworks: 15 llvm" tests with llvm 17
 a/mesonbuild/environment.py
-+++ b/mesonbuild/environment.py
-@@ -157,6 +157,7 @@ def get_llvm_tool_names(tool: str) -> T.List[str]:
- # unless it becomes a stable release.
- suffixes = [
- '', # base (no suffix)
-+'-17',  '17',
- '-16',  '16',
- '-15',  '15',
- '-14',  '14',
-
-From 9c74c73bc7107c794e7f9896cc4220e50ad32bba Mon Sep 17 00:00:00 2001
-From: Christoph Reiter 
-Date: Sat, 23 Sep 2023 14:10:29 +0200
-Subject: [PATCH] openmp: add 5.1/5.2, fixes openmp with llvm v17
-
-llvm v17 defaults to 5.1 and without this meson fails to find
-openmp: 'ERROR: Dependency "openmp" not found, tried system'
-
-Add 5.2 as well while at it.
 a/mesonbuild/dependencies/misc.py
-+++ b/mesonbuild/dependencies/misc.py
-@@ -85,6 +85,8 @@ def __init__(self, name: str, env: 'Environment', kwargs: 
T.Dict[str, T.Any]):
- class OpenMPDependency(SystemDependency):
- # Map date of specification release (which is the macro value) to a 
version.
- VERSIONS = {
-+'202111': '5.2',
-+'202011': '5.1',
- '201811': '5.0',
- '201611': '5.0-revision1',  # This is supported by ICC 19.x
- '201511': '4.5',



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

2024-03-05 Thread Petr Vaněk
commit: 6f49f061d0dbde70ef35f2398eb5e4d25d149eb3
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  4 18:17:17 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Mar  5 09:17:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f49f061

app-misc/binwalk: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Petr Vaněk  gentoo.org>

 app-misc/binwalk/files/2.3.3-tests.patch   | 12 
 .../binwalk-2.2.0-disable-test-coverage.patch  | 14 -
 .../binwalk/files/binwalk-2.3.3-syntax-fix.patch   | 36 --
 3 files changed, 62 deletions(-)

diff --git a/app-misc/binwalk/files/2.3.3-tests.patch 
b/app-misc/binwalk/files/2.3.3-tests.patch
deleted file mode 100644
index dd4f876c..
--- a/app-misc/binwalk/files/2.3.3-tests.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-reverted:
 b/testing/tests/test_firmware_zip.py
-+++ a/testing/tests/test_firmware_zip.py
-@@ -10,6 +10,8 @@
- '''
- expected_results = [
-   [0, 'Zip archive data, at least v1.0 to extract, name: 
dir655_revB_FW_203NA/'],
-+  [51, 'Zip archive data, at least v2.0 to extract, compressed size: 
6395868, uncompressed size: 6422554, name: 
dir655_revB_FW_203NA/DIR655B1_FW203NAB02.bin'],
-+  [6395993, 'Zip archive data, at least v2.0 to extract, compressed size: 
14243, uncompressed size: 61440, name: 
dir655_revB_FW_203NA/dir655_revB_release_notes_203NA.doc'],
-   [6410581, 'End of Zip archive, footer length: 22'],
- 
- ]

diff --git a/app-misc/binwalk/files/binwalk-2.2.0-disable-test-coverage.patch 
b/app-misc/binwalk/files/binwalk-2.2.0-disable-test-coverage.patch
deleted file mode 100644
index 5dd322ba6036..
--- a/app-misc/binwalk/files/binwalk-2.2.0-disable-test-coverage.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Avoid having to pull in dev-python/coverage test dep since we don't care about
-coverage.
-
 binwalk-2.2.0/setup.py
-+++ binwalk-2.2.0/setup.py
-@@ -303,7 +303,7 @@
- os.chdir(testing_directory)
- 
- # Run the tests
--retval = nose.core.run(argv=['--exe','--with-coverage'])
-+retval = nose.core.run(argv=['--exe'])
- 
- sys.stdout.write("\n")
- 

diff --git a/app-misc/binwalk/files/binwalk-2.3.3-syntax-fix.patch 
b/app-misc/binwalk/files/binwalk-2.3.3-syntax-fix.patch
deleted file mode 100644
index 5edd530b2293..
--- a/app-misc/binwalk/files/binwalk-2.3.3-syntax-fix.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-https://github.com/ReFirmLabs/binwalk/pull/585
-
-From bce53d1bb57c2e6dccf718147ebe9472779b7903 Mon Sep 17 00:00:00 2001
-From: Cameron Katri 
-Date: Mon, 3 Jan 2022 15:20:39 -0500
-Subject: [PATCH] Fix SyntaxWarning message
-
-/usr/lib/python3/dist-packages/binwalk/modules/extractor.py:969: 
SyntaxWarning: "is" with a literal. Did you mean "=="?
-  if child_pid is 0:
-/usr/lib/python3/dist-packages/binwalk/modules/extractor.py:984: 
SyntaxWarning: "is" with a literal. Did you mean "=="?
-  if child_pid is 0:
 a/src/binwalk/modules/extractor.py
-+++ b/src/binwalk/modules/extractor.py
-@@ -966,7 +966,7 @@ def shell_call(self, command):
- 
- # Fork a child process
- child_pid = os.fork()
--if child_pid is 0:
-+if child_pid == 0:
- # Switch to the run-as user privileges, if one has been set
- if self.runas_uid is not None and self.runas_gid is not None:
- os.setgid(self.runas_uid)
-@@ -981,10 +981,10 @@ def shell_call(self, command):
- rval = subprocess.call(shlex.split(command), stdout=tmp, 
stderr=tmp)
- 
- # A true child process should exit with the subprocess exit value
--if child_pid is 0:
-+if child_pid == 0:
- sys.exit(rval)
- # If no os.fork() happened, just return the subprocess exit value
--elif child_pid is None:
-+elif child_pid == None:
- return rval
- # Else, os.fork() happened and we're the parent. Wait and return the 
child's exit value.
- else:
-



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

2024-03-03 Thread Petr Vaněk
commit: 6a155e4a5e15ed582ca209e1c8be0cca7ce99438
Author: Petr Vaněk  gentoo  org>
AuthorDate: Sun Mar  3 11:17:26 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sun Mar  3 11:17:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a155e4a

dev-libs/skalibs: drop 2.14.1.0

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-libs/skalibs/Manifest|  1 -
 dev-libs/skalibs/skalibs-2.14.1.0.ebuild | 43 
 2 files changed, 44 deletions(-)

diff --git a/dev-libs/skalibs/Manifest b/dev-libs/skalibs/Manifest
index 5ed8773dcde1..564963cece92 100644
--- a/dev-libs/skalibs/Manifest
+++ b/dev-libs/skalibs/Manifest
@@ -1,2 +1 @@
-DIST skalibs-2.14.1.0.tar.gz 237166 BLAKE2B 
a787bd5aab7e22f1c49422a3010ff186a3324bcf97b32b954ef05cd8609bc19a48b06e1e14c58481f0507bad5c3bbf294121826e9fdd3f895cf5d2735ca01fe7
 SHA512 
41e76a52e49d8bf9458f7feee6cc85b8168a346e5688261293fc556462695b573b70c51b67d85aa0a788db1d6ecc1dfc450f8e8e9807812d149dab88028d98c0
 DIST skalibs-2.14.1.1.tar.gz 237220 BLAKE2B 
880f40a640e7680f847f8d9eb5e90ca472583d0badfbf233707be9bf64e2eb172543fdc9b663c99c3a5839ed58dbf7befebf9aa75820c9be9d70cd0c37959665
 SHA512 
01b3da7614ee626f838b62aff6fa2d4677ab5c5dfffcb3145232db9ac0b5bf70c063f4d83abdee809139fee721c75550eb997e2c3e265417b9493c98886236f9

diff --git a/dev-libs/skalibs/skalibs-2.14.1.0.ebuild 
b/dev-libs/skalibs/skalibs-2.14.1.0.ebuild
deleted file mode 100644
index ea5da9db95bb..
--- a/dev-libs/skalibs/skalibs-2.14.1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="General-purpose libraries from skarnet.org"
-HOMEPAGE="https://www.skarnet.org/software/skalibs/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ~riscv x86"
-
-HTML_DOCS=( doc/. )
-
-src_prepare() {
-   default
-
-   # Avoid QA warning for LDFLAGS addition
-   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
-
-   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
-}
-
-src_configure() {
-   tc-export AR CC RANLIB
-
-   local myconf=(
-   --dynlibdir="/$(get_libdir)"
-   --libdir="/usr/$(get_libdir)/${PN}"
-   --sysdepdir="/usr/$(get_libdir)/${PN}"
-   --sysconfdir=/etc
-
-   --disable-static
-   --enable-clock
-   --enable-ipv6
-   --enable-shared
-   )
-
-   econf "${myconf[@]}"
-}



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

2024-03-03 Thread Petr Vaněk
commit: 78a5b0590968bd90ab0d2d3f60f2cb438c075bc3
Author: Petr Vaněk  gentoo  org>
AuthorDate: Sun Mar  3 08:26:58 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sun Mar  3 08:26:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a5b059

dev-libs/pcl: drop 1.12-r1

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-libs/pcl/pcl-1.12-r1.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/dev-libs/pcl/pcl-1.12-r1.ebuild b/dev-libs/pcl/pcl-1.12-r1.ebuild
deleted file mode 100644
index 626a81d5bfc2..
--- a/dev-libs/pcl/pcl-1.12-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Portable Coroutine Library"
-HOMEPAGE="http://xmailserver.org/libpcl.html;
-SRC_URI="http://xmailserver.org/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0/1"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-src_configure() {
-   econf --disable-static
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/ripmime/

2024-03-03 Thread Petr Vaněk
commit: b513b9cfb00fe81275fa5dcd56505bc0c01968f2
Author: Petr Vaněk  gentoo  org>
AuthorDate: Sun Mar  3 08:27:57 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sun Mar  3 08:27:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b513b9cf

net-mail/ripmime: drop 1.4.0.10-r1

Signed-off-by: Petr Vaněk  gentoo.org>

 net-mail/ripmime/Manifest   |  1 -
 net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/net-mail/ripmime/Manifest b/net-mail/ripmime/Manifest
index a122188e5b6b..142788553b4c 100644
--- a/net-mail/ripmime/Manifest
+++ b/net-mail/ripmime/Manifest
@@ -1,2 +1 @@
-DIST ripmime-1.4.0.10.tar.gz 172155 BLAKE2B 
83e7500a8cc48d29d31515487968dfd7a2b1768b12f296e11ac5e55420dc765498859608328618dcd0295f3a9901a06a189ad8ae24c6a6c20e604d48a3dd29ea
 SHA512 
1c2d2180d60a56c70046e95a29925e39d3f76da98cc2fa153b6fc3a8eb0fc5ec5f45524e9f5ae8706a955366a752d25a0a2f560f1d75de3f2733ec31befb83d3
 DIST ripmime-1.4.1.0.tar.gz 174907 BLAKE2B 
1a3204ac3b1661b3b06c534970fd13f3287d3cfb328004257e0b42bb26f00b89510853138cfaec4e723840a4cd5fc8a5e0c7e56f1cb5decdd169a042d0a24dd8
 SHA512 
d93bdb7a581bc5cce79dc87c28783633f1726f55d8aa068a1356e86e1fa76b5401cef4fc27d481ff3d03ad60473cc8b1fb3439ebbec20a2f8761431c2d63fa20

diff --git a/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild 
b/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild
deleted file mode 100644
index ca13adbd8647..
--- a/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="extract attachment files out of a MIME-encoded email pack"
-HOMEPAGE="https://pldaniels.com/ripmime/;
-SRC_URI="https://www.pldaniels.com/ripmime/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.4.0.9-makefile.patch"
-   "${FILESDIR}/${PN}-1.4.0.9-buffer-overflow.patch"
-)
-
-src_compile() {
-   emake \
-   CC="$(tc-getCC)" \
-   AR="$(tc-getAR)" \
-   CFLAGS="${CFLAGS}" \
-   default solib
-}
-
-src_install() {
-   dobin ripmime
-   doman ripmime.1
-   dodoc CHANGELOG INSTALL README TODO
-
-   insinto /usr/include/ripmime
-   doins mime.h ripmime-api.h
-
-   dolib.so libripmime.so.1.4.0
-   dosym libripmime.so.1.4.0 /usr/$(get_libdir)/libripmime.so
-   dosym libripmime.so.1.4.0 /usr/$(get_libdir)/libripmime.so.1
-}



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

2024-02-28 Thread Petr Vaněk
commit: 29e1cdf39be0abeb24c8facdbd54bfc3eb4d66d8
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Feb 28 21:24:52 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Feb 28 21:32:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e1cdf3

mail-filter/rspamd: add libarchive dep to live ebuild

Signed-off-by: Petr Vaněk  gentoo.org>

 mail-filter/rspamd/rspamd-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mail-filter/rspamd/rspamd-.ebuild 
b/mail-filter/rspamd/rspamd-.ebuild
index 7763299004ae..16b59dbaef8d 100644
--- a/mail-filter/rspamd/rspamd-.ebuild
+++ b/mail-filter/rspamd/rspamd-.ebuild
@@ -38,6 +38,7 @@ RDEPEND="
')
acct-group/rspamd
acct-user/rspamd
+   app-arch/libarchive:=
app-arch/zstd:=
dev-db/sqlite:3
dev-libs/glib:2



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

2024-02-28 Thread Petr Vaněk
commit: f5c90a7a7e87a2629c20b05cfb5f0847fb706a22
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Feb 28 21:29:10 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Feb 28 21:32:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c90a7a

mail-filter/rspamd: drop 3.8.2, 3.8.3

Both versions has known bugs, which were addressed promptly in 3.8.4.

Signed-off-by: Petr Vaněk  gentoo.org>

 mail-filter/rspamd/Manifest|   2 -
 mail-filter/rspamd/rspamd-3.8.2.ebuild | 163 -
 mail-filter/rspamd/rspamd-3.8.3.ebuild | 163 -
 3 files changed, 328 deletions(-)

diff --git a/mail-filter/rspamd/Manifest b/mail-filter/rspamd/Manifest
index 75fb4e5bf878..8929872819e4 100644
--- a/mail-filter/rspamd/Manifest
+++ b/mail-filter/rspamd/Manifest
@@ -2,6 +2,4 @@ DIST rspamd-3.6.tar.gz 5843907 BLAKE2B 
2ccb3e65a14624d48540bd3e2d034fec0dd89cd75
 DIST rspamd-3.7.4.tar.gz 5903754 BLAKE2B 
d13b3451b4a6a7c5e8644ba57196190065edda2fc48e7245ef7e0094cb90838760cc124a2cf8d0b4b7519c7583284f6883fbcd4bf3a6489496b5e52234a36c21
 SHA512 
a82696957417f7197b59e614012176626b4fdf1464ed38ce57552c8a02fe2e426504e0b0780ab4f36d208a11ae4d1921bacee52341c8a906b4ab19c1719fd116
 DIST rspamd-3.7.5.tar.gz 5903689 BLAKE2B 
29fecbc3a813fbc898360289aef2a8634fc15df38b28c47279eefa0afd836b2d3e95d83076190d9c1f0123402ea95f7c9b94fe2322996e37a529841cc55def8f
 SHA512 
d8d25cda2dee80e0c1e627c96e56ade97fc44ca0cf9410d21bd3a82fc2a4004e09c0bbb8c89eb81e835c0be5cd748f468910c3be67f5e4cdb50d56d9f8cda672
 DIST rspamd-3.8.1.tar.gz 5910993 BLAKE2B 
c3c29cb380fa09a33173bb6f51ff76eaf88cf459eda0c6f19f890148eb97703a8f43f34443a6d4b28cb1cbcf2c6f47321203556d265a0b2f0b0050b5575c5851
 SHA512 
b87c1cba11faca278db85426ed527832c34d1beff56e0993543a05fcc2d5d72675cf31bbc4241f52da9122787d24f8b955218988a198a3c29dee5db3be2c7e99
-DIST rspamd-3.8.2.tar.gz 5915793 BLAKE2B 
df375fd2d3272a43bf5e9bfe3cec7352a92e5df319d973a59299317a5e199e8e2936d1e81fbb2b8f669d23a0fac2d51830a06f577d4d5751eb93404e6f08b0cd
 SHA512 
75d46197720c556ae04de2898a788e704385195785cf6c505dfdadcdb837dc7abbb2a4285acf8d19575f01ccb5c83b5c9847424d4cabf3a645799ad1f35c7f2a
-DIST rspamd-3.8.3.tar.gz 5915102 BLAKE2B 
7c8a8055ffa190ea7f0d34cdb504e3d70fd526f546d39fdb118f8c151d5ac21fc1c2bfb9c226454f39a5c4f3e5bb73de7b9f8612fb390c5a49de48bd1593bada
 SHA512 
f325f533f333b50799699532dbc22e183c4f76ade14e5b47c1e3234ee8c3bde9304a9f28f26c23ccff99c7a82ea1253d15c5687d07f0682a2a4d61d6fbba665c
 DIST rspamd-3.8.4.tar.gz 5915680 BLAKE2B 
a6674c5175a10dffa440b9f4227fc4f2e7c497bf8a5a6c87c9f042ca870380a61be63405f4d2714103f49679edd5a28c4eb30807b8acb22998c7dbba72f19cb3
 SHA512 
dda099dd9a17699d143fc8018b89fbecfa9659eccc26b5fb88bc3f40c47e935993dfc81f1f93bb69880d17af40870e6ea20edbeed7e3f4c12c278f5c12b56a51

diff --git a/mail-filter/rspamd/rspamd-3.8.2.ebuild 
b/mail-filter/rspamd/rspamd-3.8.2.ebuild
deleted file mode 100644
index d1d6da7bf192..
--- a/mail-filter/rspamd/rspamd-3.8.2.ebuild
+++ /dev/null
@@ -1,163 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{1..4} luajit )
-
-inherit cmake lua-single pax-utils systemd tmpfiles
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/rspamd/rspamd.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/rspamd/rspamd/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Rapid spam filtering system"
-HOMEPAGE="
-   https://rspamd.com
-   https://github.com/rspamd/rspamd
-"
-
-LICENSE="Apache-2.0 Boost-1.0 BSD BSD-1 BSD-2 CC0-1.0 LGPL-3 MIT public-domain 
unicode ZLIB"
-SLOT="0"
-IUSE="blas +hyperscan jemalloc +jit selinux test"
-RESTRICT="!test? ( test )"
-
-# A part of tests use ffi luajit extension
-REQUIRED_USE="${LUA_REQUIRED_USE}
-   test? ( lua_single_target_luajit )"
-
-RDEPEND="
-   ${LUA_DEPS}
-   $(lua_gen_cond_dep '
-   dev-lua/LuaBitOp[${LUA_USEDEP}]
-   dev-lua/lua-argparse[${LUA_USEDEP}]
-   ')
-   acct-group/rspamd
-   acct-user/rspamd
-   app-arch/zstd:=
-   dev-db/sqlite:3
-   dev-libs/glib:2
-   dev-libs/icu:=
-   dev-libs/libpcre2:=[jit=]
-   dev-libs/libsodium:=
-   dev-libs/openssl:0=[-bindist(-)]
-   dev-libs/snowball-stemmer:=
-   sys-libs/zlib
-   blas? (
-   virtual/blas
-   virtual/lapack
-   )
-   hyperscan? ( dev-libs/vectorscan:= )
-   jemalloc? ( dev-libs/jemalloc:= )
-   selinux? ( sec-policy/selinux-spamassassin )
-"
-DEPEND="
-   ${RDEPEND}
-   dev-cpp/doctest
-   dev-libs/libfmt:=
-   >=dev-libs/xxhash-0.8.0
-"
-BDEPEND="
-   dev-lang/perl
-   dev-util/ragel
-   virtual/pkgconfig
-"
-

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

2024-02-27 Thread Petr Vaněk
commit: e982327b4907b9527e1fd6bd08de33c8681ef188
Author: Michal Privoznik  gmail  com>
AuthorDate: Tue Feb 20 14:31:06 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Wed Feb 28 07:27:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e982327b

mailmap: Add my old contribution addresses

Signed-off-by: Michal Privoznik  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35534
Signed-off-by: Petr Vaněk  gentoo.org>

 .mailmap | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.mailmap b/.mailmap
index d6d28f214d7a..2b423eb8c36c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -18,6 +18,9 @@ Maciej Barć  
 Maciej Barć  
 Marek Szuba  
 Martin Dummer  
+Michal Privoznik  
+Michal Privoznik  
+Michal Privoznik  Michal Prívozník 

 Petr Vaněk  
 Petr Vaněk  
 Petr Vaněk  



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

2024-02-26 Thread Petr Vaněk
commit: b302512dcfad9379210976a007d1cc9c0087a07d
Author: Petr Vaněk  gentoo  org>
AuthorDate: Mon Feb 26 13:19:44 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Mon Feb 26 13:19:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b302512d

profiles/license_groups: Add Spencer-99 to @MISC-FREE

Signed-off-by: Petr Vaněk  gentoo.org>

 profiles/license_groups | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/license_groups b/profiles/license_groups
index 80323da28776..9db0d4a50acb 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Please report bugs or other requests at bugs.gentoo.org and assign to
@@ -34,7 +34,7 @@ OSI-APPROVED-FREE 0BSD AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 
Apache-2.0 APL-1.0 APSL
 # Licenses in this list should NOT appear directly or indirectly in
 # @FSF-APPROVED or @OSI-APPROVED.
 # Note: Licenses for fonts should be included in @MISC-FREE-DOCS.
-MISC-FREE AIFFWriter.m Allegro alternate AMPAS BEER-WARE boehm-gc BSD-1 
BSD-2-with-patent BSD-with-attribution BSD-with-disclosure buddy 
bufexplorer.vim BZIP2 CAOSL CDDL-1.1 CDDL-Schily coldspringharbor CPL-0.5 
CRACKLIB Crypt-IDEA curl DES docbook dom4j DUMB-0.9.3 ElementTree Emacs 
ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK freetts FVWM gd 
gsm HTML-Tidy iASL icu IDPL imagemagick Info-ZIP inner-net Interbase-1.0 ipadic 
Ispell JasPer2.0 JDOM JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng 
libpng2 libtiff LLGPL-2.1 LPPL-1.3 lsof matplotlib Mini-XML minpack 
MIT-with-advertising mm mpich2 NCSA-AMD NCSA-HDF netcat NEWLIB ngrep NPSL-0.95 
Old-MIT openafs-krb5-a Openwall otter par PCRE perforce photopc PHP-2.02 
pngcrush pngnq Princeton psutils rc rdisc regexp-UofT repoze RSA RtMidi rwpng 
sash scanlogd sdlsasteroids Sendmail Sendmail-Open-Source SMAIL Snd SSLeay 
symlinks Sympow-BSD tablelist tcltk tcp_wrappers_license TeX TeX-other-free 
TextMate-bundle the-Click-license
  Time-Format Time-modules tm-align torque-2.5 totd Toyoda trio UCAR-Unidata 
unicode URT VTK w3m wm2 xbatt xboing XC Xdebug xtrs ZSH
+MISC-FREE AIFFWriter.m Allegro alternate AMPAS BEER-WARE boehm-gc BSD-1 
BSD-2-with-patent BSD-with-attribution BSD-with-disclosure buddy 
bufexplorer.vim BZIP2 CAOSL CDDL-1.1 CDDL-Schily coldspringharbor CPL-0.5 
CRACKLIB Crypt-IDEA curl DES docbook dom4j DUMB-0.9.3 ElementTree Emacs 
ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK freetts FVWM gd 
gsm HTML-Tidy iASL icu IDPL imagemagick Info-ZIP inner-net Interbase-1.0 ipadic 
Ispell JasPer2.0 JDOM JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng 
libpng2 libtiff LLGPL-2.1 LPPL-1.3 lsof matplotlib Mini-XML minpack 
MIT-with-advertising mm mpich2 NCSA-AMD NCSA-HDF netcat NEWLIB ngrep NPSL-0.95 
Old-MIT openafs-krb5-a Openwall otter par PCRE perforce photopc PHP-2.02 
pngcrush pngnq Princeton psutils rc rdisc regexp-UofT repoze RSA RtMidi rwpng 
sash scanlogd sdlsasteroids Sendmail Sendmail-Open-Source SMAIL Snd Spencer-99 
SSLeay symlinks Sympow-BSD tablelist tcltk tcp_wrappers_license TeX 
TeX-other-free TextMate-bundle the-Cl
 ick-license Time-Format Time-modules tm-align torque-2.5 totd Toyoda trio 
UCAR-Unidata unicode URT VTK w3m wm2 xbatt xboing XC Xdebug xtrs ZSH
 
 # Metaset for all free software
 FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED-FREE @MISC-FREE



[gentoo-commits] repo/gentoo:master commit in: net-fs/s3fs/

2024-02-25 Thread Petr Vaněk
commit: 5bf68440c7a87635518321a8bb6b552cdee574a2
Author: Petr Vaněk  gentoo  org>
AuthorDate: Sun Feb 25 08:22:20 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sun Feb 25 08:23:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf68440

net-fs/s3fs: add 1.94

Signed-off-by: Petr Vaněk  gentoo.org>

 net-fs/s3fs/Manifest |  1 +
 net-fs/s3fs/s3fs-1.94.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/net-fs/s3fs/Manifest b/net-fs/s3fs/Manifest
index 3d9e2494233f..bf655a3ac062 100644
--- a/net-fs/s3fs/Manifest
+++ b/net-fs/s3fs/Manifest
@@ -1 +1,2 @@
 DIST s3fs-1.93.tar.gz 284353 BLAKE2B 
bae0d850f69f04b18327790406260721a0a2d981f5b2cbc8e6ebc059f4db83bd0810780b68d334a50cbba4654301a395683a778567ce3f08d4b9f69fef5ed282
 SHA512 
613ad713ac426236b471aa4b2f8292ee0558017f149bfe51aa7fad1bacd60fccf00c31404ebc14b692787e524704e9cd9111b84540f1309ba99900d42d03dc5d
+DIST s3fs-1.94.tar.gz 291170 BLAKE2B 
86a0271cfedc38778b4e8a50cb4515a3b921e0c69618ff7b2db411a95c3ed37e43f5e394c47937fd9072530177faf4f014e395feb519e995bf386d538318d3bf
 SHA512 
1a29d4f0b73f844ea1d4ad6e0b36d601fb7ab5818af0a90564b77182564c04fbef308362a9a749038b17f28f07f79b6debb661610f69c039a405b931361abe9c

diff --git a/net-fs/s3fs/s3fs-1.94.ebuild b/net-fs/s3fs/s3fs-1.94.ebuild
new file mode 100644
index ..a5488b8694a9
--- /dev/null
+++ b/net-fs/s3fs/s3fs-1.94.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_PN=${PN}-fuse
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Amazon S3 mounting via fuse"
+HOMEPAGE="https://github.com/s3fs-fuse/s3fs-fuse/;
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="gnutls nettle nss"
+REQUIRED_USE="nettle? ( gnutls !nss )"
+
+# Requires active internet connection and it tries to download some binaries 
for later execution
+RESTRICT="test"
+
+DEPEND="
+   dev-libs/libxml2:2
+   net-misc/curl
+   sys-fs/fuse:0
+   nss? ( dev-libs/nss )
+   !nss? (
+   gnutls? (
+   net-libs/gnutls:=
+   nettle? ( dev-libs/nettle:= )
+   )
+   !gnutls? ( dev-libs/openssl:0= )
+   )
+"
+
+RDEPEND="${DEPEND}
+   app-misc/mime-types
+"
+
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   sed -i 's/ -D_FORTIFY_SOURCE=3//' configure.ac || die
+
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_with nettle)
+   )
+   if use nss; then
+   myeconfargs+=( $(use_with nss) )
+   elif use gnutls; then
+   myeconfargs+=( $(use_with gnutls) )
+   else
+   myeconfargs+=( --with-openssl )
+   fi
+
+   econf "${myeconfargs[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-doc/zsh-lovers/

2024-02-23 Thread Petr Vaněk
commit: ac5f49134f05ede8f0680d03524b7851ff1324ce
Author: Petr Vaněk  gentoo  org>
AuthorDate: Sat Feb 24 07:56:16 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sat Feb 24 07:56:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5f4913

app-doc/zsh-lovers: drop 0.9.1

Signed-off-by: Petr Vaněk  gentoo.org>

 app-doc/zsh-lovers/Manifest|  1 -
 app-doc/zsh-lovers/zsh-lovers-0.9.1.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-doc/zsh-lovers/Manifest b/app-doc/zsh-lovers/Manifest
index b9ee14aa7a92..649f4a070442 100644
--- a/app-doc/zsh-lovers/Manifest
+++ b/app-doc/zsh-lovers/Manifest
@@ -1,2 +1 @@
 DIST zsh-lovers_0.10.1.tar.xz 26796 BLAKE2B 
6ccaf0dda0c7b05131fa1e8f5ccfe29a6e86a503b2b934af704f2d1d15d4826a88b33373b4d83be92cb89c4f52a7665e754982c27bcdb9c582483e8a3d224253
 SHA512 
b07da3c65a01d3711900ed50b2d0c158be678d5168a0f864c77be52b77e595320e0380173e5b454bdc8b63d28fc437203e6deccdebdfc36b40a0adf2b1a39735
-DIST zsh-lovers_0.9.1.tar.xz 26632 BLAKE2B 
b5c5015e7e61c21452b688aa46529dd468beac5a034b844185e1a497778a1c83b9d8124551a7b0dfd0d441394b0bf71fe64f4af5af7add3956c0a2a2f79f01ca
 SHA512 
16493f2ec095fbdb992188a732ca4205880fa10fc1f1ab6cde8cbd2a0977d95bb06e46d1635c0c9910c249bec024f3cd13a1f8c6597e5201ef8a26b80fac9c2f

diff --git a/app-doc/zsh-lovers/zsh-lovers-0.9.1.ebuild 
b/app-doc/zsh-lovers/zsh-lovers-0.9.1.ebuild
deleted file mode 100644
index 610c933b243a..
--- a/app-doc/zsh-lovers/zsh-lovers-0.9.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Tips, tricks and examples for the Z shell"
-HOMEPAGE="https://grml.org/zsh/zsh-lovers.html;
-SRC_URI="https://deb.grml.org/pool/main/z/${PN}/${PN}_${PV}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-
-DEPEND="app-text/asciidoc"
-
-src_compile() {
-   asciidoc ${PN}.1.txt || die
-   mv ${PN}.1.html ${PN}.html || die
-   a2x -f manpage ${PN}.1.txt || die
-}
-
-src_install() {
-   doman ${PN}.1
-   dodoc ${PN}.html
-}



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

2024-02-23 Thread Petr Vaněk
commit: 1decf9275741e580d507380a28a57690b3d72257
Author: Petr Vaněk  gentoo  org>
AuthorDate: Sat Feb 24 07:20:52 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Sat Feb 24 07:20:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1decf927

dev-libs/libmba: drop 0.9.1-r4

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-libs/libmba/libmba-0.9.1-r4.ebuild | 46 --
 1 file changed, 46 deletions(-)

diff --git a/dev-libs/libmba/libmba-0.9.1-r4.ebuild 
b/dev-libs/libmba/libmba-0.9.1-r4.ebuild
deleted file mode 100644
index df4485f0ce4b..
--- a/dev-libs/libmba/libmba-0.9.1-r4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="A library of generic C modules"
-LICENSE="MIT"
-HOMEPAGE="http://www.ioplex.com/~miallen/libmba/;
-SRC_URI="http://www.ioplex.com/~miallen/libmba/dl/${P}.tar.gz;
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-qa.patch
-   "${FILESDIR}"/${P}-glibc-2.20.patch
-)
-
-src_prepare() {
-   default
-
-   tc-export CC
-   sed -i -e "s:gcc:${CC}:g" mktool.c || die
-
-   # prevent reinventing strdup(), wcsdup() and strnlen()
-   append-cflags -D_XOPEN_SOURCE=500
-}
-
-src_compile() {
-   emake LIBDIR="$(get_libdir)"
-}
-
-src_install() {
-   emake DESTDIR="${D}" LIBDIR="$(get_libdir)" install
-
-   dodoc README.txt docs/*.txt
-   docinto html
-   dodoc -r docs/*.html docs/www/* docs/ref
-
-   docinto examples
-   dodoc -r examples/*
-
-   gunzip -v $(find "${ED}" -name '*.[0-9]*.gz') || die
-}



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

2024-02-23 Thread Petr Vaněk
commit: 7a4c2eee52031f156b965bb8d0a81d0ffa0c5494
Author: Petr Vaněk  gentoo  org>
AuthorDate: Fri Feb 23 11:26:24 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Fri Feb 23 12:06:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4c2eee

app-admin/filebeat: remove unused initd script

This init script was used in 5.6 relase line. Last ebuild using it was
removed in commit 0770eaa0b01d ("app-admin/filebeat: drop old").

Signed-off-by: Petr Vaněk  gentoo.org>

 app-admin/filebeat/files/filebeat.initd | 43 -
 1 file changed, 43 deletions(-)

diff --git a/app-admin/filebeat/files/filebeat.initd 
b/app-admin/filebeat/files/filebeat.initd
deleted file mode 100644
index de4bf3ae8434..
--- a/app-admin/filebeat/files/filebeat.initd
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-FILEBEAT_USER="${FILEBEAT_USER:-root}"
-FILEBEAT_GROUP="${FILEBEAT_GROUP:-root}"
-FILEBEAT_CONFIG="${FILEBEAT_CONFIG:-/etc/filebeat/filebeat.yml}"
-FILEBEAT_DATADIR="${FILEBEAT_DATADIR:-/var/lib/filebeat}"
-FILEBEAT_LOGDIR="${FILEBEAT_LOGDIR:-/var/log/filebeat}"
-FILEBEAT_OPTS="${FILEBEAT_OPTS:-}"
-
-command="/usr/bin/filebeat"
-command_args="-c ${FILEBEAT_CONFIG} ${FILEBEAT_OPTS} -path.config $(dirname 
$FILEBEAT_CONFIG) \
-   -path.data ${FILEBEAT_DATADIR} -path.home ${FILEBEAT_DATADIR} 
-path.logs ${FILEBEAT_LOGDIR}"
-command_background="true"
-command_user="${FILEBEAT_USER}:${FILEBEAT_GROUP}"
-extra_commands="checkconfig"
-pidfile="/run/filebeat.pid"
-retry="TERM/5/KILL/5"
-start_stop_daemon_args="--chdir ${FILEBEAT_DATADIR}"
-
-depend() {
-   use net
-   after elasticsearch
-}
-
-checkconfig() {
-   if [ ! -e ${FILEBEAT_CONFIG} ]; then
-   eend "Please create a configuration file at ${FILEBEAT_CONFIG}"
-   return 1
-   fi
-
-   ebegin "Checking your configuration"
-   ${command} ${command_args} -configtest
-   eend $? "Configuration error. Please fix your configuration files."
-}
-
-start_pre() {
-   checkconfig || return 1
-
-   checkpath -d -o "${FILEBEAT_USER}":"${FILEBEAT_GROUP}" -m750 
"${FILEBEAT_DATADIR}"
-   checkpath -d -o "${FILEBEAT_USER}":"${FILEBEAT_GROUP}" -m750 
"${FILEBEAT_LOGDIR}"
-}



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

2024-02-23 Thread Petr Vaněk
commit: 622fc7f4dc7370184dbd6f86d263b81362405c87
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Feb 23 10:19:25 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Fri Feb 23 10:44:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622fc7f4

app-admin/filebeat: drop 7.17.5

Bug: https://bugs.gentoo.org/905879
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35503
Signed-off-by: Petr Vaněk  gentoo.org>

 app-admin/filebeat/Manifest   |  2 --
 app-admin/filebeat/filebeat-7.17.5.ebuild | 58 ---
 2 files changed, 60 deletions(-)

diff --git a/app-admin/filebeat/Manifest b/app-admin/filebeat/Manifest
index 65bd09b8e02a..07c5058dfc36 100644
--- a/app-admin/filebeat/Manifest
+++ b/app-admin/filebeat/Manifest
@@ -1,4 +1,2 @@
 DIST filebeat-7.17.16-deps.tar.xz 633004812 BLAKE2B 
c10790fc07e6fcc583f88944a4d114cb712f8c27e27006d11bdbea5dfe2e36b504f767034c0b033af4363b44e3c38c92f6a490b4a65303d5aee49ebfe76c9f29
 SHA512 
91ed7b7e55d6659b52ce89756e49364595322e8486c3b9f13199f98871909d88c4fd0515e3867af43173b1b966965c992cc48c71de026a7e2a401a515092809f
 DIST filebeat-7.17.16.tar.gz 101629004 BLAKE2B 
c67eed28574948022673737dba4d39409c23f5b4b94f3a9935090acd7a1c34d9302b35b42f6ab6e58cdf25a2dd948adbefc145f1075cd574e8196af000cf129c
 SHA512 
db52d802f0f253e714a6e26436bbec82bfcf74f38d8f2a8f862a9318375b020676d3980a4b20f468ced0215de1eb0a009915a33a61652fe11de8098cd8542bfe
-DIST filebeat-7.17.5-deps.tar.xz 548163248 BLAKE2B 
720a91b3e5a2fe16394ef3502f133837bd64d326bda6fadc066ae6517d9682a82614c6c699f9edacbe6d987ef326542bbf875a4063e2a4513ea296259f9b2445
 SHA512 
3b3cc39bdd966998a5b7867e60d390a539e1dd80ec7b8d68e3b0b9c1aab9eecca3810d1e989c74f15c20385a7c9a41e820129e28d33c2e47c2ba90d5e236a077
-DIST filebeat-7.17.5.tar.gz 101518610 BLAKE2B 
4736a097e82741981841b78b18947b47fef32a50d6f6b498b4377f2e9ffedc79196b9ea0d70398a9830864f36520538ee868fcdf6081ea5b157e69aabe316ab9
 SHA512 
c82bc5c85492b6fe85b172d52d3faf4a6a2e8d8ec3f1964549beea6eda5a5e76ad0c55e084ad42ce429d0caac18fc7f0da769b9242c7959558800e0e3de7e14b

diff --git a/app-admin/filebeat/filebeat-7.17.5.ebuild 
b/app-admin/filebeat/filebeat-7.17.5.ebuild
deleted file mode 100644
index 0adc1d2035d7..
--- a/app-admin/filebeat/filebeat-7.17.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit go-module
-
-DESCRIPTION="Lightweight log shipper for Logstash and Elasticsearch"
-HOMEPAGE="https://www.elastic.co/products/beats;
-SRC_URI="https://github.com/elastic/beats/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" 
https://media.githubusercontent.com/media/hydrapolic/gentoo-dist/master/filebeat/${P}-deps.tar.xz;
-
-LICENSE="Apache-2.0 BSD-2 MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-RESTRICT="test"
-
-S="${WORKDIR}/beats-${PV}"
-
-src_prepare() {
-   default
-
-   # avoid Elastic license
-   rm -r x-pack || die
-
-   # use ${PV} instead of git commit id
-   sed -i "s/\(COMMIT_ID=\).*/\1${PV}/g" "${S}/libbeat/scripts/Makefile" 
|| die
-}
-
-src_compile() {
-   emake -C "${S}/filebeat"
-}
-
-src_install() {
-   keepdir /etc/${PN}
-   keepdir /var/{lib,log}/${PN}
-
-   fperms 0750 /var/{lib,log}/${PN}
-
-   newconfd "${FILESDIR}/${PN}.confd" ${PN}
-   newinitd "${FILESDIR}/${PN}.initd.1" ${PN}
-
-   docinto examples
-   dodoc ${PN}/{filebeat.yml,filebeat.reference.yml}
-
-   dobin filebeat/filebeat
-}
-
-pkg_postinst() {
-   if [[ -n "${REPLACING_VERSIONS}" ]]; then
-   elog "Please read the migration guide at:"
-   elog "https://www.elastic.co/guide/en/beats/libbeat/$(ver_cut 
1-2)/upgrading.html"
-   elog ""
-   fi
-
-   elog "Example configurations:"
-   elog "${EROOT}/usr/share/doc/${PF}/examples"
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/ripmime/

2024-02-22 Thread Petr Vaněk
commit: 5b18a38da2b4efa64263958a08bcb03723e28f4f
Author: Petr Vaněk  gentoo  org>
AuthorDate: Thu Feb 22 09:13:31 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Thu Feb 22 10:53:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b18a38d

net-mail/ripmime: indent maintainer-needed comment

Signed-off-by: Petr Vaněk  gentoo.org>

 net-mail/ripmime/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ripmime/metadata.xml b/net-mail/ripmime/metadata.xml
index 793d5afb39a2..5b2b0c0a3fd9 100644
--- a/net-mail/ripmime/metadata.xml
+++ b/net-mail/ripmime/metadata.xml
@@ -1,7 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   

inflex/ripMIME




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

2024-02-20 Thread Petr Vaněk
commit: c13f39be6f5f2b8d6e777cf6eb99d3a1b0ae629a
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Feb 20 22:13:08 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Feb 20 22:16:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13f39be

mail-filter/rspamd: sync live

Signed-off-by: Petr Vaněk  gentoo.org>

 mail-filter/rspamd/rspamd-.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/mail-filter/rspamd/rspamd-.ebuild 
b/mail-filter/rspamd/rspamd-.ebuild
index d8e37a79ac0c..7763299004ae 100644
--- a/mail-filter/rspamd/rspamd-.ebuild
+++ b/mail-filter/rspamd/rspamd-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -109,12 +109,20 @@ src_configure() {
-DENABLE_JEMALLOC=$(usex jemalloc ON OFF)
-DENABLE_LUAJIT=$(usex lua_single_target_luajit ON OFF)
-DENABLE_PCRE2=ON
+
+   -DBUILD_TESTING=$(usex test ON OFF)
)
cmake_src_configure
 }
 
 src_test() {
-   cmake_build run-test
+   # These variables ensure tests use Lua scripts from this package rather
+   # than the installed version. However, rspamd always first attempts to 
load
+   # from /etc/rspamd/lua, with no method to override this behavior.
+   LUA_PATH="${S}/contrib/lua-?/?.lua" \
+   LUALIBDIR="${S}/lualib" \
+   RULESDIR="${S}/lualib" \
+   cmake_src_test
 }
 
 src_install() {



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

2024-02-20 Thread Petr Vaněk
commit: 8efebc002a1d5694b8387ad21e0081a6f0341b56
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Feb 20 08:39:40 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Feb 20 09:08:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efebc00

net-im/bitlbee: drop 3.6-r2

Signed-off-by: Petr Vaněk  gentoo.org>

 net-im/bitlbee/bitlbee-3.6-r2.ebuild   | 154 -
 .../files/bitlbee-3.6-strict-aliasing.patch|  31 -
 2 files changed, 185 deletions(-)

diff --git a/net-im/bitlbee/bitlbee-3.6-r2.ebuild 
b/net-im/bitlbee/bitlbee-3.6-r2.ebuild
deleted file mode 100644
index 6b55ced61ee1..
--- a/net-im/bitlbee/bitlbee-3.6-r2.ebuild
+++ /dev/null
@@ -1,154 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit python-any-r1 systemd toolchain-funcs
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/bitlbee/bitlbee.git;
-   inherit git-r3
-else
-   SRC_URI="https://get.bitlbee.org/src/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86"
-fi
-
-DESCRIPTION="irc to IM gateway that support multiple IM protocols"
-HOMEPAGE="https://www.bitlbee.org/;
-
-LICENSE="GPL-2 BSD-2"
-SLOT="0"
-IUSE_PROTOCOLS="purple twitter +xmpp"
-IUSE="debug +gnutls ipv6 libevent nss otr +plugins selinux test xinetd
-   ${IUSE_PROTOCOLS}"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="
-   || ( purple xmpp )
-   purple? ( plugins )
-   test? ( xmpp )
-"
-
-COMMON_DEPEND="
-   acct-group/bitlbee
-   acct-user/bitlbee
-   dev-libs/glib:2
-   purple? ( net-im/pidgin )
-   libevent? ( dev-libs/libevent:= )
-   otr? ( >=net-libs/libotr-4 )
-   gnutls? ( net-libs/gnutls:= )
-   !gnutls? (
-   nss? ( dev-libs/nss )
-   !nss? (
-   dev-libs/openssl:0=
-   )
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   selinux? ( sec-policy/selinux-bitlbee )
-   test? ( dev-libs/check )
-"
-
-RDEPEND="${COMMON_DEPEND}
-   xinetd? ( sys-apps/xinetd )
-"
-
-BDEPEND="${PYTHON_DEPS}
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.5-systemd-user.patch
-   "${FILESDIR}"/${PN}-3.5-libcheck.patch
-   "${FILESDIR}"/${PN}-3.5-libevent.patch
-   "${FILESDIR}"/${P}-disabled-plugins-use.patch
-   "${FILESDIR}"/${P}-strict-aliasing.patch
-)
-
-src_configure() {
-   local myconf
-
-   # setup plugins, protocol, ipv6 and debug
-   myconf+=( --jabber=$(usex xmpp 1 0) )
-   for flag in debug ipv6 plugins ${IUSE_PROTOCOLS/+xmpp/} ; do
-   myconf+=( --${flag}=$(usex ${flag} 1 0) )
-   done
-
-   # set otr
-   if use otr && use plugins ; then
-   myconf+=( --otr=plugin )
-   else
-   if use otr ; then
-   ewarn "OTR support has been disabled automatically 
because it"
-   ewarn "requires the plugins USE flag."
-   fi
-   myconf+=( --otr=0 )
-   fi
-
-   # setup ssl use flags
-   if use gnutls ; then
-   myconf+=( --ssl=gnutls )
-   einfo "Using gnutls for SSL support"
-   else
-   ewarn "Only gnutls is officially supported by upstream."
-   if use nss ; then
-   myconf+=( --ssl=nss )
-   einfo "Using nss for SSL support"
-   else
-   myconf+=( --ssl=openssl )
-   einfo "Using openssl for SSL support"
-   fi
-   fi
-
-   # set event handler
-   if use libevent ; then
-   myconf+=( --events=libevent )
-   else
-   myconf+=( --events=glib )
-   fi
-
-   # not autotools-based
-   ./configure \
-   --prefix=/usr \
-   --datadir=/usr/share/bitlbee \
-   --etcdir=/etc/bitlbee \
-   --libdir=/usr/$(get_libdir) \
-   --plugindir=/usr/$(get_libdir)/bitlbee \
-   --pcdir=/usr/$(get_libdir)/pkgconfig \
-   --systemdsystemunitdir=$(systemd_get_systemunitdir) \
-   --doc=1 \
-   --strip=0 \
-   --verbose=1 \
-   "${myconf[@]}" || die
-
-   sed -i \
-   -e "/^EFLAGS/s:=:&${LDFLAGS} :" \
-   Makefile.settings || die
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" LD="$(tc-getLD)"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install install-etc install-doc instal

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

2024-02-20 Thread Petr Vaněk
commit: fa750c2c493a258470c0864888cf10cca841acf4
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Feb 20 07:21:44 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Feb 20 09:08:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa750c2c

dev-libs/json-parser: enable py3.12

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild 
b/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
index 373278214033..02cb6b34723e 100644
--- a/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
+++ b/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 edo toolchain-funcs
 



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

2024-02-20 Thread Petr Vaněk
commit: e759f099516467215ebd28189ef7ef6a1b45adbb
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Feb 20 07:35:01 2024 +
Commit:     Petr Vaněk  gentoo  org>
CommitDate: Tue Feb 20 09:08:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e759f099

net-im/bitlbee: sync live

Signed-off-by: Petr Vaněk  gentoo.org>

 net-im/bitlbee/bitlbee-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/bitlbee/bitlbee-.ebuild 
b/net-im/bitlbee/bitlbee-.ebuild
index 8931b9d5feda..8fe3918c4465 100644
--- a/net-im/bitlbee/bitlbee-.ebuild
+++ b/net-im/bitlbee/bitlbee-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit python-any-r1 systemd toolchain-funcs
 



  1   2   3   >