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

2023-05-16 Thread YiFei Zhu
commit: 48b6bbbc9522a923831c5dd657abcd220aa760cb
Author: YiFei Zhu  gmail  com>
AuthorDate: Wed May 17 05:28:47 2023 +
Commit: YiFei Zhu  gmail  com>
CommitDate: Wed May 17 05:29:25 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48b6bbbc

net-misc/clatd: new package, add 1.6

Signed-off-by: YiFei Zhu  gmail.com>

 net-misc/clatd/Manifest |  1 +
 net-misc/clatd/clatd-1.6.ebuild | 38 ++
 net-misc/clatd/metadata.xml | 11 +++
 3 files changed, 50 insertions(+)

diff --git a/net-misc/clatd/Manifest b/net-misc/clatd/Manifest
new file mode 100644
index 0..f5d68b214
--- /dev/null
+++ b/net-misc/clatd/Manifest
@@ -0,0 +1 @@
+DIST clatd-1.6.tar.gz 18680 BLAKE2B 
ef1f8e6600edeabc0ddbcec7b413ac1b11d7a482159863dbe0836c67ddafb730542db4fa9ecb61125200f314cb61ec8d76bbeee23affb3bb241df06bd3ca8898
 SHA512 
606d579fb658cca7f9d0dddf9c49671e4b2774aafb1200e9bdd95964e5bd7bb33f313d340ac24a556f97d253b13a0498056b3b971bfb7c9119d3223f90031d74

diff --git a/net-misc/clatd/clatd-1.6.ebuild b/net-misc/clatd/clatd-1.6.ebuild
new file mode 100644
index 0..5afaab8b1
--- /dev/null
+++ b/net-misc/clatd/clatd-1.6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="A CLAT / SIIT-DC Edge Relay implementation for Linux"
+HOMEPAGE="https://github.com/toreanderson/clatd;
+SRC_URI="https://github.com/toreanderson/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+   dev-perl/Net-IP
+   dev-perl/Net-DNS
+   virtual/perl-IO-Socket-IP
+   sys-apps/iproute2
+   net-firewall/iptables
+   net-proxy/tayga
+"
+
+src_compile() {
+   pod2man --name clatd --center "clatd - a CLAT implementation for Linux" 
--section 8 README.pod > clatd.8
+}
+
+src_install() {
+   dosbin clatd
+   doman clatd.8
+
+   systemd_newunit scripts/clatd.systemd clatd.service
+
+   exeinto /etc/NetworkManager/dispatcher.d/
+   newexe scripts/clatd.networkmanager 50-clatd
+}

diff --git a/net-misc/clatd/metadata.xml b/net-misc/clatd/metadata.xml
new file mode 100644
index 0..c65ccf5b8
--- /dev/null
+++ b/net-misc/clatd/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zhuyifei1...@gmail.com
+   YiFei Zhu
+   
+   
+   toreanderson/clatd
+   
+



[gentoo-commits] repo/gentoo:master commit in: www-apps/wordpress/

2023-05-16 Thread Viorel Munteanu
commit: b96a18cc3c191b08be92d0684e38df155d246de5
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed May 17 05:15:19 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed May 17 05:16:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96a18cc

www-apps/wordpress: drop 6.1.1

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/wordpress/Manifest   |  1 -
 www-apps/wordpress/wordpress-6.1.1.ebuild | 57 ---
 2 files changed, 58 deletions(-)

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index 461b444a8254..a389ca8330e4 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1,2 +1 @@
-DIST wordpress-6.1.1.tar.gz 22751086 BLAKE2B 
fbbee51219e4237236c39255deb9e31e566c630cfc66f0c4744fec249ae1d07473a6222b7ec5d84079e616d8d2e790521e57809d357ab56582b4a292dbad82f1
 SHA512 
b50dd9b5e1628a0285d3f0121d6b4cb3617fb696907ef06c935b40d0a46c9853ce12200e011a58675830602aa6d5b6470a98e8cefeec0f7464145bdc344780bb
 DIST wordpress-6.2.1.tar.gz 23019452 BLAKE2B 
88412204905f96f3128fa11eee491ea8b8604dc389f2df32437358a0943fd743cfeb4d557b1a53de5575ef91258e9fccc31cbcae7c55b29ecf3cf18baf0473db
 SHA512 
88e97a9c6d05ec18ac761ae247659febd19e60a10d80a09cdc70e284fbd4f91ac72c0f852d5482cc5dd7330eb85370c93fd644317d7a0f1b1156fa64b87f556f

diff --git a/www-apps/wordpress/wordpress-6.1.1.ebuild 
b/www-apps/wordpress/wordpress-6.1.1.ebuild
deleted file mode 100644
index 8955ca92a330..
--- a/www-apps/wordpress/wordpress-6.1.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
-HOMEPAGE="https://wordpress.org/;
-SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz;
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="virtual/httpd-php
-   || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
-
-S=${WORKDIR}/${PN}
-
-need_httpd_cgi
-
-IUSE="+akismet examples +themes vhosts"
-
-src_install() {
-   webapp_src_preinst
-
-   dodoc readme.html
-   rm readme.html license.txt || die
-
-   if use !akismet ; then
-   rm -R wp-content/plugins/akismet/ || die
-   fi
-   if use !examples ; then
-   rm wp-content/plugins/hello.php || die
-   fi
-   if use !themes ; then
-   rm -R wp-content/themes/*/ || die
-   fi
-
-   [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   webapp_serverowned "${MY_HTDOCSDIR}"/index.php
-   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
-   webapp_serverowned "${MY_HTDOCSDIR}"
-   # allows plugins update if allowed within WP
-   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/includes/file.php
-
-   webapp_configfile  "${MY_HTDOCSDIR}"/wp-config.php
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-   webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
-
-   webapp_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/wordpress/

2023-05-16 Thread Viorel Munteanu
commit: fe4d51cdde4704d45c93140ae79433ee89f248d1
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed May 17 05:15:12 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed May 17 05:16:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4d51cd

www-apps/wordpress: drop 6.2

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/wordpress/Manifest |  1 -
 www-apps/wordpress/wordpress-6.2.ebuild | 58 -
 2 files changed, 59 deletions(-)

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index aede4f943a30..461b444a8254 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1,3 +1,2 @@
 DIST wordpress-6.1.1.tar.gz 22751086 BLAKE2B 
fbbee51219e4237236c39255deb9e31e566c630cfc66f0c4744fec249ae1d07473a6222b7ec5d84079e616d8d2e790521e57809d357ab56582b4a292dbad82f1
 SHA512 
b50dd9b5e1628a0285d3f0121d6b4cb3617fb696907ef06c935b40d0a46c9853ce12200e011a58675830602aa6d5b6470a98e8cefeec0f7464145bdc344780bb
 DIST wordpress-6.2.1.tar.gz 23019452 BLAKE2B 
88412204905f96f3128fa11eee491ea8b8604dc389f2df32437358a0943fd743cfeb4d557b1a53de5575ef91258e9fccc31cbcae7c55b29ecf3cf18baf0473db
 SHA512 
88e97a9c6d05ec18ac761ae247659febd19e60a10d80a09cdc70e284fbd4f91ac72c0f852d5482cc5dd7330eb85370c93fd644317d7a0f1b1156fa64b87f556f
-DIST wordpress-6.2.tar.gz 23018887 BLAKE2B 
796a0e5c07c8628fbb6406f79b31123f4328f628b8814b02d506f4aed7217ccc5fc07aff3f441be0f1aa55fe8b9a4c184b2b5d0ed0892f1dedddab101632a70d
 SHA512 
207e2d7aad658772f33c91ed37440b06029de7977847efde5ccd6b4687e7430f3f1a6d9e6d40d1b09d0565ed12adc1e25dc4f34a0102aae2899ef9a8ef8b3baf

diff --git a/www-apps/wordpress/wordpress-6.2.ebuild 
b/www-apps/wordpress/wordpress-6.2.ebuild
deleted file mode 100644
index b6c209d75a8c..
--- a/www-apps/wordpress/wordpress-6.2.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 webapp
-
-DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
-HOMEPAGE="https://wordpress.org/;
-SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz;
-S=${WORKDIR}/${PN}
-
-LICENSE="GPL-2+"
-if [[ ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-fi
-
-RDEPEND="virtual/httpd-php
-   || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
-
-need_httpd_cgi
-
-IUSE="+akismet examples +themes vhosts"
-
-src_install() {
-   webapp_src_preinst
-
-   dodoc readme.html
-   rm readme.html license.txt || die
-
-   if use !akismet ; then
-   rm -R wp-content/plugins/akismet/ || die
-   fi
-   if use !examples ; then
-   rm wp-content/plugins/hello.php || die
-   fi
-   if use !themes ; then
-   rm -R wp-content/themes/*/ || die
-   fi
-
-   [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   webapp_serverowned "${MY_HTDOCSDIR}"/index.php
-   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
-   webapp_serverowned "${MY_HTDOCSDIR}"
-   # allows plugins update if allowed within WP
-   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/includes/file.php
-
-   webapp_configfile  "${MY_HTDOCSDIR}"/wp-config.php
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-   webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
-
-   webapp_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/wordpress/

2023-05-16 Thread Viorel Munteanu
commit: b8237d522875595761e0c912cedff7e94329
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed May 17 05:14:54 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed May 17 05:16:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8237d52

www-apps/wordpress: add 6.2.1

Security update.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/wordpress/Manifest   |  1 +
 www-apps/wordpress/wordpress-6.2.1.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index e65d1970ed3e..aede4f943a30 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1,2 +1,3 @@
 DIST wordpress-6.1.1.tar.gz 22751086 BLAKE2B 
fbbee51219e4237236c39255deb9e31e566c630cfc66f0c4744fec249ae1d07473a6222b7ec5d84079e616d8d2e790521e57809d357ab56582b4a292dbad82f1
 SHA512 
b50dd9b5e1628a0285d3f0121d6b4cb3617fb696907ef06c935b40d0a46c9853ce12200e011a58675830602aa6d5b6470a98e8cefeec0f7464145bdc344780bb
+DIST wordpress-6.2.1.tar.gz 23019452 BLAKE2B 
88412204905f96f3128fa11eee491ea8b8604dc389f2df32437358a0943fd743cfeb4d557b1a53de5575ef91258e9fccc31cbcae7c55b29ecf3cf18baf0473db
 SHA512 
88e97a9c6d05ec18ac761ae247659febd19e60a10d80a09cdc70e284fbd4f91ac72c0f852d5482cc5dd7330eb85370c93fd644317d7a0f1b1156fa64b87f556f
 DIST wordpress-6.2.tar.gz 23018887 BLAKE2B 
796a0e5c07c8628fbb6406f79b31123f4328f628b8814b02d506f4aed7217ccc5fc07aff3f441be0f1aa55fe8b9a4c184b2b5d0ed0892f1dedddab101632a70d
 SHA512 
207e2d7aad658772f33c91ed37440b06029de7977847efde5ccd6b4687e7430f3f1a6d9e6d40d1b09d0565ed12adc1e25dc4f34a0102aae2899ef9a8ef8b3baf

diff --git a/www-apps/wordpress/wordpress-6.2.1.ebuild 
b/www-apps/wordpress/wordpress-6.2.1.ebuild
new file mode 100644
index ..b6c209d75a8c
--- /dev/null
+++ b/www-apps/wordpress/wordpress-6.2.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
+HOMEPAGE="https://wordpress.org/;
+SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz;
+S=${WORKDIR}/${PN}
+
+LICENSE="GPL-2+"
+if [[ ${PV} != *_rc* ]]; then
+   KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+RDEPEND="virtual/httpd-php
+   || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
+
+need_httpd_cgi
+
+IUSE="+akismet examples +themes vhosts"
+
+src_install() {
+   webapp_src_preinst
+
+   dodoc readme.html
+   rm readme.html license.txt || die
+
+   if use !akismet ; then
+   rm -R wp-content/plugins/akismet/ || die
+   fi
+   if use !examples ; then
+   rm wp-content/plugins/hello.php || die
+   fi
+   if use !themes ; then
+   rm -R wp-content/themes/*/ || die
+   fi
+
+   [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   webapp_serverowned "${MY_HTDOCSDIR}"/index.php
+   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
+   webapp_serverowned "${MY_HTDOCSDIR}"
+   # allows plugins update if allowed within WP
+   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/includes/file.php
+
+   webapp_configfile  "${MY_HTDOCSDIR}"/wp-config.php
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+   webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
+
+   webapp_src_install
+}



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

2023-05-16 Thread Sam James
commit: 257fc52ad8a0d9fa867ed72b9e714dfe5f478555
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 04:00:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 04:01:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257fc52a

dev-util/ccache: avoid /run usage (again)

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

 dev-util/ccache/ccache-4.8-r2.ebuild   | 130 +
 .../ccache/files/ccache-4.8-avoid-run-user.patch   |  34 ++
 2 files changed, 164 insertions(+)

diff --git a/dev-util/ccache/ccache-4.8-r2.ebuild 
b/dev-util/ccache/ccache-4.8-r2.ebuild
new file mode 100644
index ..1702d6d4b968
--- /dev/null
+++ b/dev-util/ccache/ccache-4.8-r2.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# XXX: We don't use CCACHE_* for these vars like we do in e.g. 
cmake/libabigail/qemu
+# because Portage unsets them. Aaaah!
+#
+# Generate using 
https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-ccache-docs
+# Set to 1 if prebuilt, 0 if not
+# (the construct below is to allow overriding from env for script)
+: ${MY_DOCS_PREBUILT:=1}
+
+MY_DOCS_PREBUILT_DEV=sam
+MY_DOCS_VERSION=$(ver_cut 1-2)
+# Default to generating docs (inc. man pages) if no prebuilt; overridden later
+# See bug #784815
+MY_DOCS_USEFLAG="+doc"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/joelrosdahl.asc
+inherit cmake toolchain-funcs flag-o-matic verify-sig
+
+DESCRIPTION="Fast compiler cache"
+HOMEPAGE="https://ccache.dev/;
+SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/${P}.tar.xz;
+SRC_URI+=" verify-sig? ( 
https://github.com/ccache/ccache/releases/download/v${PV}/${P}.tar.xz.asc )"
+if [[ ${MY_DOCS_PREBUILT} == 1 ]] ; then
+   SRC_URI+=" !doc? ( 
https://dev.gentoo.org/~${MY_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${MY_DOCS_VERSION}-docs.tar.xz
 )"
+   MY_DOCS_USEFLAG="doc"
+fi
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+# Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
+IUSE="${MY_DOCS_USEFLAG} redis +static-c++ test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   app-arch/zstd:=
+   redis? ( dev-libs/hiredis:= )
+"
+RDEPEND="
+   ${DEPEND}
+   dev-util/shadowman
+   sys-apps/gentoo-functions
+"
+# Needed for eselect calls in pkg_*
+IDEPEND="dev-util/shadowman"
+
+# clang-specific tests use dev-libs/elfutils to compare objects for equality.
+# Let's pull in the dependency unconditionally.
+DEPEND+=" test? ( dev-libs/elfutils )"
+BDEPEND="
+   doc? ( dev-ruby/asciidoctor )
+   verify-sig? ( sec-keys/openpgp-keys-joelrosdahl )
+"
+
+DOCS=( doc/{AUTHORS,MANUAL,NEWS}.adoc CONTRIBUTING.md README.md )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.5-nvcc-test.patch
+   "${FILESDIR}"/${PN}-4.0-objdump.patch
+   "${FILESDIR}"/${PN}-4.8-avoid-run-user.patch
+)
+
+src_unpack() {
+   # Avoid aborting on the doc tarball
+   if use verify-sig ; then
+   verify-sig_verify_detached "${DISTDIR}"/${P}.tar.xz{,.asc}
+   fi
+
+   default
+}
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed \
+   -e "/^EPREFIX=/s:'':'${EPREFIX}':" \
+   "${FILESDIR}"/ccache-config-3 > ccache-config || die
+}
+
+src_configure() {
+   # Mainly used in tests
+   tc-export CC OBJDUMP
+
+   # Avoid dependency on libstdc++.so. Useful for cases when
+   # we would like to use ccache to build older gcc which injects
+   # into ccache locally built (possibly outdated) libstdc++
+   # See bug #761220 for examples.
+   #
+   # Ideally gcc should not use LD_PRELOAD to avoid this type of failure.
+   use static-c++ && append-ldflags -static-libstdc++
+
+   local mycmakeargs=(
+   -DENABLE_DOCUMENTATION=$(usex doc)
+   -DENABLE_TESTING=$(usex test)
+   -DZSTD_FROM_INTERNET=OFF
+   -DHIREDIS_FROM_INTERNET=OFF
+   -DREDIS_STORAGE_BACKEND=$(usex redis)
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   dobin ccache-config
+   insinto /usr/share/shadowman/tools
+   newins - ccache <<<"${EPREFIX}/usr/lib/ccache/bin"
+
+   # If USE=doc, there'll be newly generated docs which we install instead.
+   if ! use doc && [[ ${MY_DOCS_PREBUILT} == 1 ]] ; then
+   doman "${WORKDIR}"/${PN}-${MY_DOCS_VERSION}-docs/doc/*.[0-8]
+   fi
+}
+
+pkg_prerm() {
+   if [[ -z ${REPLACED_BY_VERSION} && -z ${ROOT} ]] ; then
+   eselect compiler-shadow remove ccache
+   fi
+}
+
+pkg_postinst() {
+   if [[ -z ${ROOT} ]] ; then
+   eselect compiler-shadow 

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

2023-05-16 Thread Sam James
commit: d85011a1daa9793ca49a970bfe04a59d28f5a648
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 04:01:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 04:01:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85011a1

media-sound/pulseaudio-ctl: Keyword 1.70-r1 arm64, #906529

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

 media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild 
b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild
index 757d436aadd5..f6150651fbb2 100644
--- a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild
+++ b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/graysky2/pulseaudio-ctl/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE=""
 
 # Optional runtime deps: dbus-send for KDE OSD, notify-send for libnotify



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

2023-05-16 Thread Michał Górny
commit: 12ff9be84757ade1941350c16d0fb75b429fc7e0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 03:41:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 03:45:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ff9be8

dev-python/pymdown-extensions: Bump to 10.0.1

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

 dev-python/pymdown-extensions/Manifest |  1 +
 .../pymdown-extensions-10.0.1.ebuild   | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/pymdown-extensions/Manifest 
b/dev-python/pymdown-extensions/Manifest
index 728b3af27142..101f17d14200 100644
--- a/dev-python/pymdown-extensions/Manifest
+++ b/dev-python/pymdown-extensions/Manifest
@@ -1,2 +1,3 @@
+DIST pymdown-extensions-10.0.1.gh.tar.gz 1063025 BLAKE2B 
937273053918cbb8e0245ba38a78a93184a492e21846db60f675d015cc5f942bef5e7085136cc861aa4a6068096e23fdb5f212182d47f245ac6a45127b5ca2a2
 SHA512 
579aa70c21cffdc7d5ffd927bce071f40bc6ace040cbcb4d15d620a54b97eae2cee7afa049e9005dccc2081dac7db3ff7e2deb2c1c468cf27fe42a306b6e46ab
 DIST pymdown-extensions-10.0.gh.tar.gz 1062913 BLAKE2B 
a7f0da6ce416ece64ecf4340e9c0c0330858cc972924b7d646abfb2080b10814f81bf4f5ad42895e523edfb1bdb61e805cb66507780fdad04dad7ffa6e266c66
 SHA512 
660e903705fe379e6ed2c67ede21eea8a4d0e14731e036b556eaccc6a3ab76dce71e29d1581fbd822794d66382970fbc95ece9c2cd2f5854018a81a65e06239a
 DIST pymdown-extensions-9.11.gh.tar.gz 1062074 BLAKE2B 
d695fa946c264f7ce2da7731fd5ce5388152a2179830108a6b43f769144246c33118084b4b2fe1e45b4255e26dc91871be699043008f67d2f04c5e5396f9ad12
 SHA512 
7745f0da83e3ecab9ac16947662c7a4da31e9ed62c6c519457083e0e8075f386a10146f18edc59cb17dee383335bb303c109da2ab08501118a53ee7315b1095f

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-10.0.1.ebuild 
b/dev-python/pymdown-extensions/pymdown-extensions-10.0.1.ebuild
new file mode 100644
index ..31418053ff8b
--- /dev/null
+++ b/dev-python/pymdown-extensions/pymdown-extensions-10.0.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs-material
+   dev-python/pymdown-lexers
+   dev-python/pyspelling
+"
+DOCS_INITIALIZE_GIT=1
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Extensions for Python Markdown"
+HOMEPAGE="
+   https://github.com/facelessuser/pymdown-extensions/
+   https://pypi.org/project/pymdown-extensions/
+"
+SRC_URI="
+   https://github.com/facelessuser/pymdown-extensions/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   >=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_compile_all() {
+   default
+   # We need to do this manually instead of relying on docs_compile
+   # https://bytemeta.vip/repo/facelessuser/pymdown-extensions/issues/1446
+   # https://bugs.gentoo.org/859637
+   if use doc; then
+   python -m mkdocs build || die "Failed to make docs"
+   # Colliding files found by ecompress:
+   rm site/sitemap.xml.gz || die
+   HTML_DOCS=( "site/." )
+   fi
+}



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

2023-05-16 Thread Sam James
commit: f7a958a52388193b5f14cb9e2f005a987dbcdd80
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 03:42:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 03:42:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a958a5

dev-libs/nsync: Keyword 1.25.0 arm64, #906574

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

 dev-libs/nsync/nsync-1.25.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/nsync/nsync-1.25.0.ebuild 
b/dev-libs/nsync/nsync-1.25.0.ebuild
index 9f9a537adafb..c43efc9cedf9 100644
--- a/dev-libs/nsync/nsync-1.25.0.ebuild
+++ b/dev-libs/nsync/nsync-1.25.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/nsync/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-05-16 Thread Sam James
commit: 7a98d42e3ed3e9feada9ed8b45562c5a412eb090
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 03:42:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 03:42:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a98d42e

dev-python/pymountboot: Keyword 0.2.3-r1 arm64, #906556

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

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

diff --git a/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild 
b/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild
index dd9626e2cf5a..0f687337deb2 100644
--- a/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild
+++ b/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND=">=sys-apps/util-linux-2.20"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/adcli/

2023-05-16 Thread Sam James
commit: af93f20e1a7b96523968f5709637a8ec98269728
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 03:42:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 03:42:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af93f20e

app-crypt/adcli: Keyword 0.9.2 arm64, #906553

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

 app-crypt/adcli/adcli-0.9.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/adcli/adcli-0.9.2.ebuild 
b/app-crypt/adcli/adcli-0.9.2.ebuild
index 3c224b561e82..37fb304f40a8 100644
--- a/app-crypt/adcli/adcli-0.9.2.ebuild
+++ b/app-crypt/adcli/adcli-0.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitlab.freedesktop.org/realmd/adcli/-/archive/${PV}/${P}.tar.bz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="doc"
 
 DEPEND="



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

2023-05-16 Thread Michał Górny
commit: 04e6ae011e840e5934eb4de0280da519a256fbe1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 02:54:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 02:54:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e6ae01

dev-python/botocore: Bump to 1.29.135

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index c02c4c6a5c14..79bef16d862f 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -7,3 +7,4 @@ DIST botocore-1.29.131.gh.tar.gz 11477200 BLAKE2B 
b82be25b352f8d8192e698e06ed7bb
 DIST botocore-1.29.132.gh.tar.gz 11478315 BLAKE2B 
79b6a073cfe33b537f459c1380e7dc4fbbd8ab3c65996973e844986e142da51422ac9010127d876dd74214b091f66196fb7b6300deef242fcc401fae834b4350
 SHA512 
57abc6023f176c34bd38a11c09af790b6c8a8921021c6d29121ff25d6122c106a356f78cd5b4d67e991e07b092326bf119e438ad3ea3978d67abe09412138b57
 DIST botocore-1.29.133.gh.tar.gz 11484789 BLAKE2B 
ce1acc51ffada796e594090e7b4d73029df362459a562116ad9dabc56b926f7beec5644e5ce7d175e8901eac28420b57b758be266aa61582cac7e4b91b794e05
 SHA512 
62631be4f9bf07803e193a8a7ff3b04a806d6dc7668317765b853bba1f1c66cf49c8345f7640f829622c3c8ce96c775bf00bbfa943ff175a6c9a479a888e85db
 DIST botocore-1.29.134.gh.tar.gz 11487191 BLAKE2B 
a50ff2681ebd56a55138b29be3177dd814ec4b37e4dbeb2144013c9b812de0db0593cc011347024d2c441d4d513180f0b98b26f89a17747b2a4a06a2c71dd9b4
 SHA512 
4358d3a4baf1f255f1d0d42fa331bad29d8e8d700156789723837bc60fc290d145a763ddfdadf6d78ee216de68332bed5b3b158858807718fbff35b853387c91
+DIST botocore-1.29.135.gh.tar.gz 11491287 BLAKE2B 
722ba9b0a679b947e0d59a761d7711b44929005764f223cff23455ca43ae54f4b8c7ae0b055afb42e0a95673ecc4303c41ab98144c05abeaa5bd33bb02d4f8ae
 SHA512 
09ebb3b853b6ef8b275b92716cd2ecce780f58c9a26aece2bbc5ffc30e9dd2e3746758b7a9de6eff4b81e959b8c57bbdbc71f64b21ceb73d024b76cec456b12d

diff --git a/dev-python/botocore/botocore-1.29.135.ebuild 
b/dev-python/botocore/botocore-1.29.135.ebuild
new file mode 100644
index ..491b6bbc21f2
--- /dev/null
+++ b/dev-python/botocore/botocore-1.29.135.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="
+   https://github.com/boto/botocore/
+   https://pypi.org/project/botocore/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/boto/botocore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   # fails on unrelated warnings
+   
tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
+   
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
+   # TODO
+   
tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider
+   )
+
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
+}



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

2023-05-16 Thread Michał Górny
commit: 29268508611cb0e4eab8adbc3a10eddb3670bd53
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 03:04:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 03:33:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29268508

dev-python/docutils: Bump to 0.20.1

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

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

diff --git a/dev-python/docutils/Manifest b/dev-python/docutils/Manifest
index d944a1b12a33..fc6c809c69bf 100644
--- a/dev-python/docutils/Manifest
+++ b/dev-python/docutils/Manifest
@@ -1,2 +1,3 @@
 DIST docutils-0.17.1.tar.gz 2016138 BLAKE2B 
aa0b6525ba2e3eaebc17010806952ed5f40919876fcb813f50cc05b628dfd22e6073a9a4b2bfe989089ae68d9b7111ae3a97dda2bde5c0536f8fb76c0942fe29
 SHA512 
5ec2087116bd5356fdffc54f07f6b0355aac5fa9d6caeefa77e8d201fd4706c0d419193c4d9a3964ae493da3091fe2c7dc36b74f81a1e1b9282173658b06e71b
 DIST docutils-0.19.tar.gz 2056383 BLAKE2B 
9983a905642de4e81ca118578671b503ddfda4bef1afcc0524de40543e1f9617fd8d768ef467da49d2f01076683400bad6a0fe15f6b5a3a1e202c42b2e34ab1b
 SHA512 
fb904a899f2b6f3c07c5079577bd7c52a3182cb85f6a4149391e523498df15bfa317f0c04095b890beeb3f89c2b444875a2a609d880ac4d7fbc3125e46b37ea5
+DIST docutils-0.20.1.tar.gz 2058365 BLAKE2B 
73fb8302599ffe57b0840c898b0b2e3ccd39ff9ea6eec2b5d345d02c950e1a8357bd821e62733b0484e82bc30e71d30fab381390b0edaef4375b02bcd9eeeb40
 SHA512 
a0ddca315d03677003036d6a8052ac96fbd3fcc4508564938ea684d79bedb4d322d83449c7b26e55b19b0aadd6e46ca9ac409bb16279a20f06c70e9c15ef5eb0

diff --git a/dev-python/docutils/docutils-0.20.1.ebuild 
b/dev-python/docutils/docutils-0.20.1.ebuild
new file mode 100644
index ..b93993c2b79b
--- /dev/null
+++ b/dev-python/docutils/docutils-0.20.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python Documentation Utilities (reference reStructuredText impl.)"
+HOMEPAGE="
+   https://docutils.sourceforge.io/
+   https://pypi.org/project/docutils/
+"
+
+LICENSE="BSD-2 GPL-3 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+"
+
+python_compile_all() {
+   # Generate html docs from reStructured text sources.
+
+   # Place html4css1.css in base directory to ensure that the generated 
reference to it is correct.
+   cp docutils/writers/html4css1/html4css1.css . || die
+
+   cd tools || die
+   "${EPYTHON}" buildhtml.py --input-encoding=utf-8 \
+   --stylesheet-path=../html4css1.css, --traceback ../docs || die
+}
+
+src_test() {
+   cd test || die
+   distutils-r1_src_test
+}
+
+python_test() {
+   "${EPYTHON}" alltests.py -v || die "Testing failed with ${EPYTHON}"
+}
+
+python_install() {
+   distutils-r1_python_install
+
+   # Install tools.
+   python_doscript tools/buildhtml.py
+}
+
+install_txt_doc() {
+   local doc="${1}"
+   local dir="txt/$(dirname ${doc})"
+   docinto "${dir}"
+   dodoc "${doc}"
+}
+
+python_install_all() {
+   local DOCS=( *.txt )
+   local HTML_DOCS=( docs tools docutils/writers/html4css1/html4css1.css )
+
+   distutils-r1_python_install_all
+
+   local doc
+   while IFS= read -r -d '' doc; do
+   install_txt_doc "${doc}"
+   done < <(find docs tools -name '*.txt' -print0)
+}



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

2023-05-16 Thread Michał Górny
commit: bdd6023d1aad74d56894639c59662d71706d19d9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 03:11:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 03:33:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd6023d

dev-python/mkdocs-material: Bump to 9.1.13

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

 dev-python/mkdocs-material/Manifest|  1 +
 .../mkdocs-material/mkdocs-material-9.1.13.ebuild  | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/mkdocs-material/Manifest 
b/dev-python/mkdocs-material/Manifest
index 72d420324dec..65e110985174 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1,4 +1,5 @@
 DIST mkdocs-material-9.1.10.gh.tar.gz 14174187 BLAKE2B 
632f2855945575edc45719472e15c855b95d52a47f52b04f235b1096af336346cdcee0a05930b9a9eb5d244a0897cba4d00404daea62cd1b3cb44fdfe1d25adb
 SHA512 
e8b3cd2f66576020c86774ee896c8b03fcd35eaa6871aec46df52fa06baacc2fd059a03b97f41a25b1f823727144f8ad16819645665b4e5b2133ad503a55089c
 DIST mkdocs-material-9.1.11.gh.tar.gz 14174425 BLAKE2B 
8789f589d80a73d882b9140141f912d64b30879ee52b42cdab49f26ad09e7a1ca68d558d31ff3b2392736147c72a9d3d00f8aefea297f14170e8f4da143d935a
 SHA512 
269ffd9a39431744fc4c6082cd34def57ae91dc6caaed236360c9149973f4ea69233bb28851e7d214f442329aa8bc362bf238d2cb6d0bed172c57d82555bcef0
 DIST mkdocs-material-9.1.12.gh.tar.gz 14175053 BLAKE2B 
4d19e1a2360d4b60867973843a7d9d45f70410608053a751b4e169e0819ed33f7319f9df29471329268ec26e4db3f046fa7b5f254e88c4f5509f4ab3b1c278a4
 SHA512 
bb30a68986e2d29fce4c632f5aa72ed6ede3d7a1a8c6ce4725e11c7181ec41feda7d3446241dd3c253e2f6459fa083c948b482bfb43e6f7926103e273cea7375
+DIST mkdocs-material-9.1.13.gh.tar.gz 14211447 BLAKE2B 
2e7bbe04514cc41a8e4086e9ca7bdac8223bf7105a2a0726a9c5dbcdcbdd88c59a273d716b251aee6183267e855ee12c507860b687734bac79e3db7ce148cbdc
 SHA512 
d85cac68cef50b54f98f4fc2536e12efcfa8d04e62990e11d6bd46b204589063157769ab08c21e4157230241f590982bfe7b2bf698fba9f2ffa5febd92ee3fe6
 DIST mkdocs-material-9.1.9.gh.tar.gz 10937664 BLAKE2B 
ebb893deecbd545496542f714976337b6c57ab0b7413f53ec0e8635e3d3a668ce3b7dbd46ea2517855e077d271f147d1df7c9d838d80a3954ff8a9f63f7f7bce
 SHA512 
0b2a42e8f035375f34ca23a1489d4d76c9733cd28e1dc98f25c8f5461a337ff533eb85c72d9b22a8d2af4694b1e0c74ea61bb62da91827562b1ecb4cf4e8867c

diff --git a/dev-python/mkdocs-material/mkdocs-material-9.1.13.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-9.1.13.ebuild
new file mode 100644
index ..c6eb88bef19a
--- /dev/null
+++ b/dev-python/mkdocs-material/mkdocs-material-9.1.13.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-material-extensions
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs-redirects
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A Material Design theme for MkDocs"
+HOMEPAGE="
+   https://github.com/squidfunk/mkdocs-material/
+   https://pypi.org/project/mkdocs-material/
+"
+SRC_URI="
+   https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="social"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+   >=dev-python/mkdocs-1.4.2[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.14[${PYTHON_USEDEP}]
+   >=dev-python/pymdown-extensions-9.9.1[${PYTHON_USEDEP}]
+   >=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.26[${PYTHON_USEDEP}]
+   social? (
+   >=dev-python/pillow-9.0[${PYTHON_USEDEP}]
+   >=media-gfx/cairosvg-2.5[${PYTHON_USEDEP}]
+   )
+"
+
+# mkdocs-material-extensions depends on mkdocs-material creating a circular dep
+PDEPEND="
+   >=dev-python/mkdocs-material-extensions-1.1.0[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   # simplify pyproject to remove extra deps for metadata
+   "${FILESDIR}/${PN}-8.5.7-simplify-build.patch"
+)
+
+src_prepare() {
+   echo "__version__ = '${PV}'" > gentoo_version.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2023-05-16 Thread Michał Górny
commit: e22b017059ca732feeed5c265f5175614eb5a50d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 03:31:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 03:33:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22b0170

dev-python/django-debug-toolbar: Bump to 4.1

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

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-4.1.ebuild| 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index a696a2a74824..c2f27e55cea3 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,2 +1,3 @@
 DIST django-debug-toolbar-3.8.1.gh.tar.gz 269449 BLAKE2B 
e93da38cdb6aa160dab65816858b1f7ca532ad22617e1859669fc508472086a93807aa874fde92ef95e6e33268a2f14de19d1498a15ca92ec89a9f8b3bf2a323
 SHA512 
4fa7b3fa3f9767cf1edba26c9de625675bcb1bafcb6d88d7ab95c331da6865f5c3cdb25848a6d2f4befdf9b2e65db4123b496f06a1b2e39eb3ee71f0c3384d26
 DIST django-debug-toolbar-4.0.0.gh.tar.gz 265429 BLAKE2B 
ee444246fc71bef989451bbb53e35d2be072ec9b219dfc9a9018fe736a9b750d271adc5af040374cfcb6a8e4ed26260640a952308576997e2bf42da3aec9fec4
 SHA512 
6a6d586a9a3c87811193c19a5fd5cb425700573a1ece71ed13d76caba208da14a1beb32e2dbc69e8ea7f09d52f42bf3b71f9608f91cc51ec41ab92558bf7e2c9
+DIST django-debug-toolbar-4.1.gh.tar.gz 267550 BLAKE2B 
80ebec1ee6f09d44089e119107a3696b8db82263976b4d191aaeea89658b0fbfb7ca1e2975aa73ad5c9240ac3010816710b5f7386165b1d7bdf335f8ef82b896
 SHA512 
8e9cc1ffcd8be7e345fff78e60cde8c4b44ef751dbf6a6bc061d452ccb60c68eda9f7e7a17efc32be3a62601921dff87f52ba2fe0e47a17fb820bf025cac0035

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-4.1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-4.1.ebuild
new file mode 100644
index ..2fbcb24e5a3a
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-4.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display various debug 
information"
+HOMEPAGE="
+   https://github.com/jazzband/django-debug-toolbar/
+   https://pypi.org/project/django-debug-toolbar/
+"
+# no tests in sdist, as of 4.0.0
+SRC_URI="
+   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/django[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   "${EPYTHON}" -m django test -v 2 --settings tests.settings \
+   || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dj-database-url/

2023-05-16 Thread Michał Górny
commit: 0d0b5a05b8dfd632498c5e373a791af355c728fd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 03:38:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 03:39:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0b5a05

dev-python/dj-database-url: Use pypi sdist

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

 dev-python/dj-database-url/Manifest |  2 +-
 dev-python/dj-database-url/dj-database-url-2.0.0.ebuild | 13 ++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/dev-python/dj-database-url/Manifest 
b/dev-python/dj-database-url/Manifest
index febaaca56fc1..62cad8645f0d 100644
--- a/dev-python/dj-database-url/Manifest
+++ b/dev-python/dj-database-url/Manifest
@@ -1,2 +1,2 @@
 DIST dj-database-url-1.3.0.gh.tar.gz 13215 BLAKE2B 
3af4973ce2720166ac6988acc61e02695520fa8bb4f1aad5bd78649959a5f76b2de1aa0822a8c7440fabe130970cf11bdf4c579860660e4e2e0634e594fc2e83
 SHA512 
f1ff31955e1d1cd39ea8c497ae38b2569f9056d6fa98a5b426472936781153b55b8b1e72475cab50532a753e53f31daafeca7d52de07bca803cfdbef323195b7
-DIST dj-database-url-2.0.0.gh.tar.gz 13402 BLAKE2B 
af8db1ad82ececf7d8fde61e878c888fa3592515acb12d495efd416b8a0d9e628fc55fb1bf23332932f00b0afe6d0ae81329b7e9d106a4f9da9c52132357c585
 SHA512 
d2600997023b1e58c1e6285268a400aed57fbdff972a36025f47bcc2e57d3179f266379d7042dc75c6048b35f7aef8547828c88a2fad1e80f087e6f5680668b0
+DIST dj-database-url-2.0.0.tar.gz 10364 BLAKE2B 
f908a424a43b9e501a13a9f6f850eec4b773a29fa5752afedd2f41c9fc2a88fe3f2894ae0f4b2b140bc8c7c98c7671e3684b8b56d199dc9e4a1bf34f014daa1b
 SHA512 
2a433ddfd5c959ffae23ef27aec3a46642701ad3d2cd2d20ed3bd8f7d02a69cb59c55a4f73642f52a592392667755aa75c9a0cd26bf2ca1e2f4529d92f93f6a3

diff --git a/dev-python/dj-database-url/dj-database-url-2.0.0.ebuild 
b/dev-python/dj-database-url/dj-database-url-2.0.0.ebuild
index 7c7f2279f539..4dfb018a6ed8 100644
--- a/dev-python/dj-database-url/dj-database-url-2.0.0.ebuild
+++ b/dev-python/dj-database-url/dj-database-url-2.0.0.ebuild
@@ -4,21 +4,16 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Use Database URLs in your Django Application"
 HOMEPAGE="
https://github.com/jazzband/dj-database-url/
https://pypi.org/project/dj-database-url/
 "
-# tests are missing in sdist as of 1.3.0
-# https://github.com/jazzband/dj-database-url/pull/213
-SRC_URI="
-   https://github.com/jazzband/dj-database-url/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
 
 SLOT="0"
 LICENSE="BSD"
@@ -30,3 +25,7 @@ RDEPEND="
 "
 
 distutils_enable_tests unittest
+
+python_test() {
+   eunittest -s tests
+}



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

2023-05-16 Thread Michał Górny
commit: f53832bad811ccf13a5b2154a8e7afd3eaf958c9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 03:27:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 03:33:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53832ba

dev-python/starlette: Bump to 0.27.0

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

 dev-python/starlette/Manifest|  1 +
 dev-python/starlette/starlette-0.27.0.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/dev-python/starlette/Manifest b/dev-python/starlette/Manifest
index 7615367a8973..e842ca57d2ae 100644
--- a/dev-python/starlette/Manifest
+++ b/dev-python/starlette/Manifest
@@ -1 +1,2 @@
 DIST starlette-0.26.1.gh.tar.gz 2837634 BLAKE2B 
bfaef7cf0826cbb4ec133e47ae918a1021fd2fe1e7048651f72f6fdcba49a80ec53bff1d63cfa56cf9e075ea58f62db0a5fab4ccfd80463a69f79e26eabc8c03
 SHA512 
2974b778481f6a701e8697a7a48dad33cbb8569acc5e3bf123769c3f6380d6aa5730aff3e1ba4978eee025d2479e11c731b669e58e08e16f6870225ed813d42b
+DIST starlette-0.27.0.gh.tar.gz 2838346 BLAKE2B 
25f30e83edc12fa6607ef31b2711ee2b3c205aa62cc362d4a7389d61e48fc4410610841caca2e99dd3527eb0f47fe2740c5908ab5c72158e57a384563b53328d
 SHA512 
dd7ce57b78a5ab42e62699e6feed735c66aa64dce2004304a139957c75192cc0b3a475e80bb9ecee16093940d45f142f83e61af6fad0f320a8f586fea752049f

diff --git a/dev-python/starlette/starlette-0.27.0.ebuild 
b/dev-python/starlette/starlette-0.27.0.ebuild
new file mode 100644
index ..757c33f915b1
--- /dev/null
+++ b/dev-python/starlette/starlette-0.27.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=${P/_p/.post}
+DESCRIPTION="The little ASGI framework that shines"
+HOMEPAGE="
+   https://www.starlette.io/
+   https://github.com/encode/starlette/
+   https://pypi.org/project/starlette/
+"
+# no docs or tests in sdist, as of 0.27.0
+SRC_URI="
+   https://github.com/encode/starlette/archive/${PV/_p/.post}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   =dev-python/anyio-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/httpx-0.22.0[${PYTHON_USEDEP}]
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/python-multipart[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-3.10.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+BDEPEND="
+   test? (
+   dev-python/trio[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_IGNORE=(
+   # Unpackaged 'databases' dependency
+   tests/test_database.py
+)
+
+distutils_enable_tests pytest



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

2023-05-16 Thread Michał Górny
commit: 53c2b812ab3ef69dcb59299cb4a3987378f7b8e6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 03:33:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 03:33:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c2b812

dev-python/docutils: Use pypi.eclass in 0.17.1-r1

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

 dev-python/docutils/docutils-0.17.1-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/docutils/docutils-0.17.1-r1.ebuild 
b/dev-python/docutils/docutils-0.17.1-r1.ebuild
index 94e3e8ca9195..7aa4477abbd7 100644
--- a/dev-python/docutils/docutils-0.17.1-r1.ebuild
+++ b/dev-python/docutils/docutils-0.17.1-r1.ebuild
@@ -6,14 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Python Documentation Utilities (reference reStructuredText impl.)"
 HOMEPAGE="
https://docutils.sourceforge.io/
https://pypi.org/project/docutils/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 public-domain"
 SLOT="0"



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

2023-05-16 Thread Michał Górny
commit: df28064fca1e571e8572e13f6690076f3229dfac
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 03:26:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 03:33:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df28064f

dev-python/Faker: Bump to 18.9.0

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

 dev-python/Faker/Faker-18.9.0.ebuild | 34 ++
 dev-python/Faker/Manifest|  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/Faker/Faker-18.9.0.ebuild 
b/dev-python/Faker/Faker-18.9.0.ebuild
new file mode 100644
index ..9618d4da811e
--- /dev/null
+++ b/dev-python/Faker/Faker-18.9.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python package that generates fake data for you"
+HOMEPAGE="
+   https://github.com/joke2k/faker/
+   https://pypi.org/project/Faker/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
+   !dev-ruby/faker
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP},tiff]
+   dev-python/validators[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index 94f05b54050f..52e3cd733ba7 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -4,3 +4,4 @@ DIST Faker-18.6.0.tar.gz 1664811 BLAKE2B 
d73d0e5c1c0c0a59765b9dff8e1ed3a07b66ba8
 DIST Faker-18.6.1.tar.gz 1665480 BLAKE2B 
71de48bbe9767eb4a44f1cc3db6a5a42cda24716063ccde8646fc630ca3f06b29271d97135ecdd285031e34a6671133badcd5d1dc8c074e87cdd61437021d993
 SHA512 
d862f7545b32ff2e60d69f03e73fee75ece1543417e99397b3dc08edcd20ce3251b3d6c7238b316af54318f80f5f3e8d221c5ec147b89387fa927ba1e8574e97
 DIST Faker-18.6.2.tar.gz 1665430 BLAKE2B 
3e8748e77e5f72be3e2853f2337f7256e561303ad0fab21ecca50f8dcbd967eaf35d0134c02c590470dafc646c9ca44b9e1013138f967ffecaf4a1811a8f959a
 SHA512 
91486fc317d96453d1950f1d1ad7e724cbf15438f914136c1e266b246ba8cc3704d6f788a94dee837e6453985e9cdbfbf54b5b42569cb37b0dfba8f3346b406b
 DIST Faker-18.7.0.tar.gz 1666235 BLAKE2B 
d0eca47e4916436cdd2503077af97b8e4d93f0fc3852fc90505ef44021271b3d9ddb78b2e3258f39ab79fbdba66eac32c8010c72383c5f5926167b7e5b0586c6
 SHA512 
7c8edc55ff401f9344199447c7452ca91d7077b882e70165bfac73d9db192304163a8e5adc35f7ebbe84898366aa7b09c9633d5e1b0d60544160e8dd5406897c
+DIST Faker-18.9.0.tar.gz 1667357 BLAKE2B 
e1086168201969a1a0410d7bb6e97bdf31d0f470d6e39f011b8d62733818a4d5108a1ea058d19f41922efafc0a056bffe14f76ff1a77c9599097a3d172d0accb
 SHA512 
9ad60cc30121405fdac38ef479ca1f8bf9114a599575caeded5be4fb8fed80a3268ad02705217ab0ce006e017d2aae7be3c1b50cacddc49bc16cdeb9bc9347c9



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

2023-05-16 Thread Michał Górny
commit: d9d03c2794865cb4f8169d1a5ea22e5bee7f0409
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 03:10:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 03:33:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d03c27

dev-python/tldextract: Bump to 3.4.2

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

 dev-python/tldextract/Manifest|  1 +
 dev-python/tldextract/tldextract-3.4.2.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/tldextract/Manifest b/dev-python/tldextract/Manifest
index ef943c08079c..9997eed81671 100644
--- a/dev-python/tldextract/Manifest
+++ b/dev-python/tldextract/Manifest
@@ -1,2 +1,3 @@
 DIST tldextract-3.4.0.tar.gz 111437 BLAKE2B 
94a3a77144fcaddebdf2129cea8fd43e971f0ac9b40029c6c1735ee06f499f4bf48823fc61540d99f71fd62192742c10168ef8f25b534eec9e2a04d3879be63a
 SHA512 
6cd6b079c35af62e4f8da67c687630471d1a57ebfab7d982abe411b03fb6673dd238a1f676de5624d13bd2eb42b91ae0a97708e33579217916d88bca4db218db
 DIST tldextract-3.4.1.tar.gz 104202 BLAKE2B 
24e6f5a4af1718fdf3b52b2c12146849033b80fc0ba0320ccf72735fd0e39c36678660a70a203964ebd92acb3911e037b899b1796a941731735fa1e028999cd1
 SHA512 
6b63ba8f800e1adc836ecee43947fc0ee5198eefe7d3f64a267c7e0a4d18a44c60454ba67636a4b19e00a125f8b37f1f816f782976a9a335e5500a333c8e07aa
+DIST tldextract-3.4.2.tar.gz 105004 BLAKE2B 
0bf2eddea49983720a554874bf1ec2d3280317657c9752d87ef825c9ce451f15a443c847d2bdbd6ac0f3fa3166da4bfce9852f6aff6710c5a53d8ac42541e9f2
 SHA512 
60ec9d99339940354db03e01d46bed571d604be9edce406476696d6a4d5e07677243f4c7f40fb1ca7e7f2f6bbe9d7d25a4959ade7f5091bcf89524c2c9cc927d

diff --git a/dev-python/tldextract/tldextract-3.4.2.ebuild 
b/dev-python/tldextract/tldextract-3.4.2.ebuild
new file mode 100644
index ..421d0afe56cf
--- /dev/null
+++ b/dev-python/tldextract/tldextract-3.4.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Accurately separate the TLD from the registered domain and 
subdomains of a URL"
+HOMEPAGE="
+   https://github.com/john-kurkowski/tldextract/
+   https://pypi.org/project/tldextract/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/filelock[${PYTHON_USEDEP}]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-file[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: metadata/install-qa-check.d/

2023-05-16 Thread Michał Górny
commit: 18c742e05adc3083275602317b588d454c2a807e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 03:07:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 03:33:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c742e0

install-qa-check.d: Fix 60python-pyc to test pypy3.* as well

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

 metadata/install-qa-check.d/60python-pyc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/metadata/install-qa-check.d/60python-pyc 
b/metadata/install-qa-check.d/60python-pyc
index d1eae65e1b58..fe4f3f62c4ef 100644
--- a/metadata/install-qa-check.d/60python-pyc
+++ b/metadata/install-qa-check.d/60python-pyc
@@ -27,7 +27,8 @@ python_pyc_check() {
local impl=${prog%/*}
impl=${impl##*/}
 
-   [[ -d "${ED}"/usr/lib/${impl}/site-packages ]] || continue
+   # NB: using ${impl}* to catch pypy3.* for pypy3
+   [[ -d "${ED}"/usr/lib/${impl}*/site-packages ]] || continue
 
einfo "Verifying compiled files for ${impl}"
local kind pyc py



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

2023-05-16 Thread Michał Górny
commit: d4d154010344f880e912ff6a0b6668fe9d967fc6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 03:25:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 03:33:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d15401

dev-python/pytest-httpserver: Bump to 1.0.7

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

 dev-python/pytest-httpserver/Manifest  |  1 +
 .../pytest-httpserver-1.0.7.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/pytest-httpserver/Manifest 
b/dev-python/pytest-httpserver/Manifest
index 21a5b68886ac..02c9b7c46acc 100644
--- a/dev-python/pytest-httpserver/Manifest
+++ b/dev-python/pytest-httpserver/Manifest
@@ -1 +1,2 @@
 DIST pytest-httpserver-1.0.6.gh.tar.gz 83737 BLAKE2B 
d0db97227bcb3336a4bd944cf26e2d3e96132baee5991cdff901a1f546174e977b6472458911fc6b92bb13b6d3dae499e0bf3507be265385601e838c4781f0a3
 SHA512 
5eacfbf159f3a09d73f54da8f3ff885b8d2138e430af27df6039a30e63d7ebcbcf088efe8e7fa56ed50b66ea5b7e3ad7a61c0e8a57d5cb100c2a063df7b6f5c4
+DIST pytest_httpserver-1.0.7.tar.gz 60065 BLAKE2B 
a3e523adfa5597b8d2a0850c0f3992fc829cf371fef812e7386f256acd4ae50925bc5c5d2ea2f77fdd4b8499357c060a64076fc8cca9d66bb689028715ac1422
 SHA512 
21fb81350ad24e0e59322d7530025e0859c59c62ef0eb6248dbd044ce893fd4c5fa0bc691741578a3d7fa6801dc5c80bc56b10baafff2c1abd480d4c994c93c7

diff --git a/dev-python/pytest-httpserver/pytest-httpserver-1.0.7.ebuild 
b/dev-python/pytest-httpserver/pytest-httpserver-1.0.7.ebuild
new file mode 100644
index ..842fa75ebaed
--- /dev/null
+++ b/dev-python/pytest-httpserver/pytest-httpserver-1.0.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="HTTP server for pytest to test HTTP clients"
+HOMEPAGE="
+   https://github.com/csernazs/pytest-httpserver/
+   https://pypi.org/project/pytest-httpserver/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/requests[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # tests from building release artifacts
+   tests/test_release.py
+   )
+
+   epytest -p no:localserver
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aws-sam-translator/

2023-05-16 Thread Michał Górny
commit: 792be8f9d8068cbc0dd0b4045300b02c9797ac74
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 03:05:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 03:33:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792be8f9

dev-python/aws-sam-translator: Bump to 1.67.0

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

 dev-python/aws-sam-translator/Manifest |  1 +
 .../aws-sam-translator-1.67.0.ebuild   | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/aws-sam-translator/Manifest 
b/dev-python/aws-sam-translator/Manifest
index dcf555c3601d..73b89cabceb6 100644
--- a/dev-python/aws-sam-translator/Manifest
+++ b/dev-python/aws-sam-translator/Manifest
@@ -1 +1,2 @@
 DIST serverless-application-model-1.66.0.gh.tar.gz 5779523 BLAKE2B 
7ec6eb68a74686cc7f1acb160582065b7ca50d56f400c7111a2b47733e6e238e010ba912236c60207b7dba65005333507e2babd8022244cea1bea0691300b947
 SHA512 
fbcc799bc0935c17fa5f9ae655d8e722e659c78c0f4ea6325f2f0a89f6bbad3b8f43951a60e950de1effe699cc858b696a95fbfceb3d7b79eb35cd4d2c618846
+DIST serverless-application-model-1.67.0.gh.tar.gz 5786955 BLAKE2B 
d80e24e5e371daa0ad189ef01ca16a2a2be76902d38c2b77b7e1b7e832e1c776f58dc079b140a328a7f33f211cd9af1eab3d40490c74db342949321a1745fc81
 SHA512 
0828b9e5e3284dd1787bd168303f32118f8597dd2bf57361b05e86a1337ae2fcb5866a5cb59bb5afc830f44f101dd833e56198198693c154d307ecb841704182

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.67.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.67.0.ebuild
new file mode 100644
index ..5a83e871d7a8
--- /dev/null
+++ b/dev-python/aws-sam-translator/aws-sam-translator-1.67.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=serverless-application-model-${PV}
+DESCRIPTION="A library that transform SAM templates into AWS CloudFormation 
templates"
+HOMEPAGE="
+   https://github.com/aws/serverless-application-model/
+   https://pypi.org/project/aws-sam-translator/
+"
+SRC_URI="
+   
https://github.com/aws/serverless-application-model/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   =dev-python/boto3-1.19.5[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2[${PYTHON_USEDEP}]
+   =dev-python/pydantic-1.8[${PYTHON_USEDEP}]
+   =dev-python/typing-extensions-4.4[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/parameterized[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # so much noise...
+   sed -i -e '/log_cli/d' pytest.ini || die
+
+   # deps are installed by ebuild, don't try to reinstall them via pip
+   truncate --size=0 requirements/*.txt || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x AWS_DEFAULT_REGION=us-east-1
+   epytest -o addopts=
+}



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

2023-05-16 Thread Michał Górny
commit: b4fed417dbb4eae123c1cad1b2d1612e6985f3bc
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 02:55:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 02:55:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4fed417

app-admin/awscli: Bump to 1.27.135

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

 app-admin/awscli/Manifest   |  1 +
 app-admin/awscli/awscli-1.27.135.ebuild | 80 +
 2 files changed, 81 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 28de2c88c666..648d6cee52ce 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -7,3 +7,4 @@ DIST aws-cli-1.27.131.gh.tar.gz 2420246 BLAKE2B 
3590493c0707ec80a74acca1a7c103ea
 DIST aws-cli-1.27.132.gh.tar.gz 2420336 BLAKE2B 
585b35e4e07933e7fcb1b1c93924bbf28340480b2391b2abc4cd32ed3db1843b1c9846937b9c96cbb05f382ae628f88ef89c136f6146781a1032a35932e853f6
 SHA512 
6fe1bb73444c39fcbc60d214696c021628dfe29a8692fe8460cb8f7d97522c39e9e0c998e1e4f92b6a7b0d77b47095621cc1ef38b6000e8c3db122ee79ec526b
 DIST aws-cli-1.27.133.gh.tar.gz 2421348 BLAKE2B 
0511291bf018bb62616f11231327b47abd153533c8ef0cdd5414d1c6f7f96ca529e3bbc3e5bb73cdb59d010502ebd122c3e83dc63bb7b4d84a6f7b011d3a03bc
 SHA512 
a308d805091ecc054e86bd83ca5525d5332f5f6efd2654ce1242e70c7459de75d4175689381cfcb530cb7b2b43d852fb827d54ef2845cb95206ef2379f8e3dc6
 DIST aws-cli-1.27.134.gh.tar.gz 2421575 BLAKE2B 
7fee144f529720aa2bc2799bb617df5faa6262df3568c3c4021bcf5d6d2e3786420d6285b2f81fbb9ab9facac65c860a39ab09ff995ecb5c9bb7701b17c7e57f
 SHA512 
f3aa56d46cc74050495320e7743680993e9530fd19ca0d6563b01c6379151e383c3a441f47f3fd3038837a4ecba54c2dc48f764545726d72304fb4e6a3208b96
+DIST aws-cli-1.27.135.gh.tar.gz 2421852 BLAKE2B 
f6c684a68e9bbc37c0e5722926713e74f9d259b758d3a0e994280eb2f2fd9ea4dc78915ce88628db4df1121f819c96c1f142b2b1cbf2c0f706b9803a97741725
 SHA512 
633e431fcd93c6768854eb36b694cfc32499bee58e71830890eed3f06947fb00e075bfc0fa2fe0ad77bb4bdbd6018a45ed6fb810176fc07705110f8a72defb3b

diff --git a/app-admin/awscli/awscli-1.27.135.ebuild 
b/app-admin/awscli/awscli-1.27.135.ebuild
new file mode 100644
index ..62c19f3a63fb
--- /dev/null
+++ b/app-admin/awscli/awscli-1.27.135.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit bash-completion-r1 distutils-r1 multiprocessing
+
+MY_P=aws-cli-${PV}
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="
+   https://github.com/aws/aws-cli/
+   https://pypi.org/project/awscli/
+"
+SRC_URI="
+   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# botocore is x.(y+2).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   
tests/functional/eks/test_kubeconfig.py::TestKubeconfigLoader::test_load_simple
+   
tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_env_only
+   
tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_existing
+   
tests/unit/customizations/eks/test_kubeconfig.py::TestKubeconfigValidator::test_valid
+   )
+
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2023-05-16 Thread Michał Górny
commit: 36c4930c531601c7ebf5a31abe249f7ba252e909
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 02:55:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 02:55:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c4930c

dev-python/boto3: Bump to 1.26.135

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

 dev-python/boto3/Manifest  |  1 +
 dev-python/boto3/boto3-1.26.135.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 3838c5160854..1d56b2e280a5 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -7,3 +7,4 @@ DIST boto3-1.26.131.gh.tar.gz 646652 BLAKE2B 
c28edab15296d5b12aa8d423cba491f0665
 DIST boto3-1.26.132.gh.tar.gz 646952 BLAKE2B 
1b819f0fefacd3c55cd877549709e62dde9c5320e5d999e9a50f47bcbd3ea25f4ac20e2f54b220def84cdd7d51fb369d37c6646468a1459164fee49c86985f9d
 SHA512 
5cdbb31617f7bd67967d6e36eaa19d8b84233adbfe83b9dfb5a5a682970dc2646bea2173305e1a3bfa29fc1d845454ac9f686444d540162f6ec0437f2e8507ec
 DIST boto3-1.26.133.gh.tar.gz 648114 BLAKE2B 
97c71216d92baffb9e07f9c112590a1fc7828dc90b66364c9f344cb5f95aa927c80c56426c679e9bff8b3fa82d203d527d529cb337e786b471c1df120a9fb186
 SHA512 
66270dc31b85860320e5dbffc77d2f51e1d4e6d413624269171e3824020ead0cee842cea0e292748127c0584ced74f835cd46554240bd522787e77ad939dc69e
 DIST boto3-1.26.134.gh.tar.gz 649039 BLAKE2B 
ac6c136c363fd14c373acdd5f1af2bb46b77fae74a5f633f87748ebebeeff8cbfcb3ed62874b255d9dea0824d565149dc0b9cf02f6a596e5b2278b77a479a4bc
 SHA512 
195ae53f705bbc3cb801b4b8425071a796fdf6dabaf8f68d0fc4ec9e216cdbf5def719cc5a7f537f8a075bd5bd8a5d1aca35422d359b471c35dc58af04a63407
+DIST boto3-1.26.135.gh.tar.gz 649517 BLAKE2B 
fbc1d4bda5ac932569ca26a17146ce9ca7e5f238b0f3465f1be8c35a26e07fe9649951f2d2bffd574d34239569b73510ca414ca92563d08a021c5aa968745650
 SHA512 
468a07a448b5aa76a437e6c56dcfc3d198bf28647c744a14f76946b889583bc24cb802a26386ddff449aea2731b2cfbfb859e6fecaa3ef05512bf4d33b9e476e

diff --git a/dev-python/boto3/boto3-1.26.135.ebuild 
b/dev-python/boto3/boto3-1.26.135.ebuild
new file mode 100644
index ..2a4a7643203e
--- /dev/null
+++ b/dev-python/boto3/boto3-1.26.135.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="
+   https://github.com/boto/boto3/
+   https://pypi.org/project/boto3/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="
+   https://github.com/boto/boto3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
+}



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

2023-05-16 Thread Sam James
commit: b2093ec3e5c52b8710466da1d8195b3bdefb2120
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 02:49:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 02:49:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2093ec3

sys-process/bashtop: add github upstream metadata

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

 sys-process/bashtop/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-process/bashtop/metadata.xml b/sys-process/bashtop/metadata.xml
index 7f31363d0548..5d79712f6315 100644
--- a/sys-process/bashtop/metadata.xml
+++ b/sys-process/bashtop/metadata.xml
@@ -9,4 +9,7 @@
 dol...@gentoo.org
 Brian Dolbec

+   
+   aristocratos/bashtop
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2023-05-16 Thread Sam James
commit: 47b4571ea2cbc6a04c857227cf624bda1702c5a1
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 02:48:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 02:48:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b4571e

net-print/cups-pdf: Keyword 3.0.1-r2 arm64, #906390

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

 net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
index d95f554289f9..0a7504e127f7 100644
--- a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
+++ b/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${PV/_}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ppds"
 
 DEPEND="net-print/cups"



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

2023-05-16 Thread Sam James
commit: 03fa465f7e019963e5269d85f2cb6b2f2ea2876f
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 02:48:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 02:48:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03fa465f

sys-fs/ext4magic: Keyword 0.3.2-r1 arm64, #906550

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

 sys-fs/ext4magic/ext4magic-0.3.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/ext4magic/ext4magic-0.3.2-r1.ebuild 
b/sys-fs/ext4magic/ext4magic-0.3.2-r1.ebuild
index 5138e1955c4a..53b5bc188bdf 100644
--- a/sys-fs/ext4magic/ext4magic-0.3.2-r1.ebuild
+++ b/sys-fs/ext4magic/ext4magic-0.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="debug +expert-mode file-attr"
 
 RDEPEND="app-arch/bzip2



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

2023-05-16 Thread Sam James
commit: 86d33d6bee466f91807bf37b39932eafc0582e8a
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 02:48:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 02:48:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d33d6b

sys-process/bashtop: Keyword 0.9.25 arm64, #906560

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

 sys-process/bashtop/bashtop-0.9.25.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/bashtop/bashtop-0.9.25.ebuild 
b/sys-process/bashtop/bashtop-0.9.25.ebuild
index 07166d23d85b..4c03f216f0f0 100644
--- a/sys-process/bashtop/bashtop-0.9.25.ebuild
+++ b/sys-process/bashtop/bashtop-0.9.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 src_prepare() {
default



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

2023-05-16 Thread Sam James
commit: 634d00325226eac47cfbfb085d32f8402de1b2be
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 02:48:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 02:48:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=634d0032

dev-python/python-lzo: Keyword 1.14-r1 arm64, #906555

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

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

diff --git a/dev-python/python-lzo/python-lzo-1.14-r1.ebuild 
b/dev-python/python-lzo/python-lzo-1.14-r1.ebuild
index 21ffba68f4a8..c26a43f314d0 100644
--- a/dev-python/python-lzo/python-lzo-1.14-r1.ebuild
+++ b/dev-python/python-lzo/python-lzo-1.14-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/jd-boyd/python-lzo;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~riscv x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-libs/lzo:2"
 DEPEND="${RDEPEND}"



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

2023-05-16 Thread Sam James
commit: 8fba4efe9bd16f57c49ba235232b63ed04e9af85
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 02:48:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 02:48:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fba4efe

sys-fs/cryptmount: Keyword 6.2.0 arm64, #906290

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

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

diff --git a/sys-fs/cryptmount/cryptmount-6.2.0.ebuild 
b/sys-fs/cryptmount/cryptmount-6.2.0.ebuild
index 648f1dbbf5f1..c68573762d40 100644
--- a/sys-fs/cryptmount/cryptmount-6.2.0.ebuild
+++ b/sys-fs/cryptmount/cryptmount-6.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="argv0switch cswap fsck +gcrypt +largefile mount +nls +luks +openssl 
selinux systemd udev"
 REQUIRED_USE="
luks? ( gcrypt )



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

2023-05-16 Thread Sam James
commit: 0d01fa27133628b645a5127427d9a66a5654798e
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 02:37:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 02:37:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d01fa27

sys-auth/elogind: fixup musl+selinux patch

I was missing a few hunks (which weren't in the rebased version shared)
and I should've noticed, oops.

Closes: https://bugs.gentoo.org/888912
Fixes: 93f87ff3f4ae7df427ce82b3c95ac89b3f418142
Signed-off-by: Sam James  gentoo.org>

 .../files/elogind-246.10-musl-selinux.patch| 45 +-
 1 file changed, 43 insertions(+), 2 deletions(-)

diff --git a/sys-auth/elogind/files/elogind-246.10-musl-selinux.patch 
b/sys-auth/elogind/files/elogind-246.10-musl-selinux.patch
index 508bf037ccf1..433184edd102 100644
--- a/sys-auth/elogind/files/elogind-246.10-musl-selinux.patch
+++ b/sys-auth/elogind/files/elogind-246.10-musl-selinux.patch
@@ -37,7 +37,7 @@ not otherwise.
  _Pragma("GCC diagnostic ignored \"-Wformat-nonliteral\"")
 --- a/src/basic/selinux-util.c
 +++ b/src/basic/selinux-util.c
-@@ -72,6 +72,17 @@ void mac_selinux_retest(void) {
+@@ -72,12 +72,21 @@ void mac_selinux_retest(void) {
  #endif
  }
  
@@ -49,9 +49,50 @@ not otherwise.
 +REENABLE_WARNING
 +}
 +#else
-+# warning "mallinfo() is missing, add mallinfo2() supported instead."
++# warning "mallinfo() is missing, add mallinfo2() support instead."
 +#endif
 +
  int mac_selinux_init(void) {
  #if HAVE_SELINUX
  usec_t before_timestamp, after_timestamp;
+-struct mallinfo before_mallinfo, after_mallinfo;
+ char timespan[FORMAT_TIMESPAN_MAX];
+-int l;
+ 
+ selinux_set_callback(SELINUX_CB_POLICYLOAD, (union selinux_callback) 
mac_selinux_reload);
+ 
+@@ -87,7 +96,9 @@ int mac_selinux_init(void) {
+ if (!mac_selinux_use())
+ return 0;
+ 
+-before_mallinfo = mallinfo();
++#if HAVE_MALLINFO
++struct mallinfo before_mallinfo = mallinfo_nowarn();
++#endif
+ before_timestamp = now(CLOCK_MONOTONIC);
+ 
+ label_hnd = selabel_open(SELABEL_CTX_FILE, NULL, 0);
+@@ -95,14 +106,16 @@ int mac_selinux_init(void) {
+ return log_enforcing_errno(errno, "Failed to initialize 
SELinux labeling handle: %m");
+ 
+ after_timestamp = now(CLOCK_MONOTONIC);
+-after_mallinfo = mallinfo();
+-
+-l = after_mallinfo.uordblks > before_mallinfo.uordblks ? 
after_mallinfo.uordblks - before_mallinfo.uordblks : 0;
++#if HAVE_MALLINFO
++struct mallinfo after_mallinfo = mallinfo_nowarn();
++int l = after_mallinfo.uordblks > before_mallinfo.uordblks ? 
after_mallinfo.uordblks - before_mallinfo.uordblks : 0;
+ 
+ log_debug("Successfully loaded SELinux database in %s, size on heap 
is %iK.",
+   format_timespan(timespan, sizeof(timespan), after_timestamp 
- before_timestamp, 0),
+-  (l+1023)/1024);
+-
++  DIV_ROUND_UP(l, 1024));
++#else
++log_debug("Successfully loaded SELinux database in %s.",
++  format_timespan(timespan, sizeof(timespan), after_timestamp 
- before_timestamp, 0));
+ #endif
+ return 0;
+ }
+-- 
+2.40.1



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

2023-05-16 Thread Sam James
commit: 679069df19270514a2077ec536a3657595d803fb
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 02:27:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 02:27:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679069df

app-text/opensp: filter-lto too

Very brittle package and a lot of serious warnings.

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

 app-text/opensp/opensp-1.5.2-r10.ebuild | 1 +
 app-text/opensp/opensp-1.5.2-r9.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-text/opensp/opensp-1.5.2-r10.ebuild 
b/app-text/opensp/opensp-1.5.2-r10.ebuild
index 22fb797e09ad..191777fa42df 100644
--- a/app-text/opensp/opensp-1.5.2-r10.ebuild
+++ b/app-text/opensp/opensp-1.5.2-r10.ebuild
@@ -50,6 +50,7 @@ src_configure() {
# docbook-sgml-utils among other things.
#ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march"
strip-flags
+   filter-lto
 
append-cxxflags -std=gnu++11
 

diff --git a/app-text/opensp/opensp-1.5.2-r9.ebuild 
b/app-text/opensp/opensp-1.5.2-r9.ebuild
index 590eb1123559..b469e4f33ac6 100644
--- a/app-text/opensp/opensp-1.5.2-r9.ebuild
+++ b/app-text/opensp/opensp-1.5.2-r9.ebuild
@@ -49,6 +49,7 @@ src_configure() {
# docbook-sgml-utils among other things.
#ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march"
strip-flags
+   filter-lto
 
append-cxxflags -std=gnu++11
 



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/arm/23.0/musl/armv6j/

2023-05-16 Thread Sam James
commit: 0f5ccdf417f55861c50e0eaa0fc4aa892a7f3c63
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 02:01:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 02:01:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5ccdf4

profiles/default/linux/arm/23.0/musl/armv6j: inherit arch/arm/armv6j

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

 profiles/default/linux/arm/23.0/musl/armv6j/parent | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/default/linux/arm/23.0/musl/armv6j/parent 
b/profiles/default/linux/arm/23.0/musl/armv6j/parent
index f3229c5b9876..7648ec7e7c22 100644
--- a/profiles/default/linux/arm/23.0/musl/armv6j/parent
+++ b/profiles/default/linux/arm/23.0/musl/armv6j/parent
@@ -1 +1,2 @@
 ..
+../../../../../../arch/arm/armv6j



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/arm/23.0/musl/armv7a/

2023-05-16 Thread Sam James
commit: e7d12e3392a7931683ca0d32c518d4b66fa5fe95
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 02:01:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 02:01:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d12e33

profiles/default/linux/arm/23.0/musl/armv7a: inherit profiles/arch/arm/armv7a

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

 profiles/default/linux/arm/23.0/musl/armv7a/parent | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/default/linux/arm/23.0/musl/armv7a/parent 
b/profiles/default/linux/arm/23.0/musl/armv7a/parent
index f3229c5b9876..b70a1c7befbc 100644
--- a/profiles/default/linux/arm/23.0/musl/armv7a/parent
+++ b/profiles/default/linux/arm/23.0/musl/armv7a/parent
@@ -1 +1,2 @@
 ..
+../../../../../../arch/arm/armv7a



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

2023-05-16 Thread Sam James
commit: 3fda49f2d5f4a9dfdd9a2d43c0898cecace72c0a
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 01:58:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:58:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fda49f2

sys-fs/eudev: add 3.2.12

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

 sys-fs/eudev/Manifest|  2 +-
 ...{eudev-3.2.12_pre3.ebuild => eudev-3.2.12.ebuild} | 20 +---
 sys-fs/eudev/eudev-.ebuild   | 20 +---
 3 files changed, 27 insertions(+), 15 deletions(-)

diff --git a/sys-fs/eudev/Manifest b/sys-fs/eudev/Manifest
index 5a38d7af12ed..f3721760218a 100644
--- a/sys-fs/eudev/Manifest
+++ b/sys-fs/eudev/Manifest
@@ -1,2 +1,2 @@
 DIST eudev-3.2.11.tar.gz 2254373 BLAKE2B 
cfa6235d6509b751fde93ff2b0961b93c3741458e561a7ad9b07b49a57779627532cff25ad3519e5f79320854fcedfcdc23642ef542505cebcd6b2803067389a
 SHA512 
17b328365913af3e434abe667dd0498c3702a41c6cb66f3793ca2c195b05ac06397b0a401077f81df7dd25193e4eeea13657a221ca6cb3d237c4d91e31e30b33
-DIST eudev-3.2.12-pre3.tar.gz 2166940 BLAKE2B 
46cb4e2daa7302380f169b2505e01483a1c879f83802537b718d1380b9411621db9b58454eaf828ca22aa8e913342b52b682593604c365d7159ddc1df82fe719
 SHA512 
a450ef8ccfb0ec8817e03ae666464cb43390849d1b340f057e047bc42b246ff30e13cfef148417c7452755316bce858ef0c89bf94abf27af143f87db7de9f446
+DIST eudev-3.2.12.tar.gz 2195743 BLAKE2B 
1d2dcc158432f722904f645749420cb44ff98f68b8b8fc11917e83750c95280d0dc2c4d9a322909a4acdb9455c6ec373eade77aacb1039096daa8e642076d3d1
 SHA512 
da63364e4337515b60a39d354344c03afa1f79d76e264f2ec859c8b8c922595cf24c046e5b0a1bbaa33c5eb6d47632e7853a51bc9304dce2c308318e094a6ec1

diff --git a/sys-fs/eudev/eudev-3.2.12_pre3.ebuild 
b/sys-fs/eudev/eudev-3.2.12.ebuild
similarity index 97%
rename from sys-fs/eudev/eudev-3.2.12_pre3.ebuild
rename to sys-fs/eudev/eudev-3.2.12.ebuild
index 8ba15f4e8df2..60545ce6b718 100644
--- a/sys-fs/eudev/eudev-3.2.12_pre3.ebuild
+++ b/sys-fs/eudev/eudev-3.2.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,28 +28,34 @@ SLOT="0"
 IUSE="+kmod rule-generator selinux split-usr static-libs test"
 RESTRICT="!test? ( test )"
 
-DEPEND=">=sys-apps/util-linux-2.20
+DEPEND="
+   >=sys-apps/util-linux-2.20
>=sys-kernel/linux-headers-${KV_MIN}
virtual/libcrypt:=
kmod? ( >=sys-apps/kmod-16 )
selinux? ( >=sys-libs/libselinux-2.1.9 )
!sys-apps/gentoo-systemd-integration
-   !sys-apps/systemd"
-RDEPEND="${DEPEND}
+   !sys-apps/systemd
+"
+RDEPEND="
+   ${DEPEND}
acct-group/input
acct-group/kvm
acct-group/render
!sys-apps/systemd-utils[udev]
!sys-fs/udev
!sys-apps/systemd
-   !sys-apps/hwids[udev]"
-BDEPEND="dev-util/gperf
+   !sys-apps/hwids[udev]
+"
+BDEPEND="
+   dev-util/gperf
virtual/os-headers
virtual/pkgconfig
test? (
app-text/tree
dev-lang/perl
-   )"
+   )
+"
 PDEPEND=">=sys-fs/udev-init-scripts-26"
 
 MULTILIB_WRAPPED_HEADERS=(

diff --git a/sys-fs/eudev/eudev-.ebuild b/sys-fs/eudev/eudev-.ebuild
index 8ba15f4e8df2..60545ce6b718 100644
--- a/sys-fs/eudev/eudev-.ebuild
+++ b/sys-fs/eudev/eudev-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,28 +28,34 @@ SLOT="0"
 IUSE="+kmod rule-generator selinux split-usr static-libs test"
 RESTRICT="!test? ( test )"
 
-DEPEND=">=sys-apps/util-linux-2.20
+DEPEND="
+   >=sys-apps/util-linux-2.20
>=sys-kernel/linux-headers-${KV_MIN}
virtual/libcrypt:=
kmod? ( >=sys-apps/kmod-16 )
selinux? ( >=sys-libs/libselinux-2.1.9 )
!sys-apps/gentoo-systemd-integration
-   !sys-apps/systemd"
-RDEPEND="${DEPEND}
+   !sys-apps/systemd
+"
+RDEPEND="
+   ${DEPEND}
acct-group/input
acct-group/kvm
acct-group/render
!sys-apps/systemd-utils[udev]
!sys-fs/udev
!sys-apps/systemd
-   !sys-apps/hwids[udev]"
-BDEPEND="dev-util/gperf
+   !sys-apps/hwids[udev]
+"
+BDEPEND="
+   dev-util/gperf
virtual/os-headers
virtual/pkgconfig
test? (
app-text/tree
dev-lang/perl
-   )"
+   )
+"
 PDEPEND=">=sys-fs/udev-init-scripts-26"
 
 MULTILIB_WRAPPED_HEADERS=(



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

2023-05-16 Thread Sam James
commit: 0059b28e029951c91277e3f64867714bdd82c482
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 01:40:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:40:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0059b28e

net-misc/netifrc: Stabilize 0.7.4 amd64, #906089

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

 net-misc/netifrc/netifrc-0.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netifrc/netifrc-0.7.4.ebuild 
b/net-misc/netifrc/netifrc-0.7.4.ebuild
index 37defe11d639..1eba7e691d7e 100644
--- a/net-misc/netifrc/netifrc-0.7.4.ebuild
+++ b/net-misc/netifrc/netifrc-0.7.4.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
 fi
 
 LICENSE="BSD-2"



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

2023-05-16 Thread Sam James
commit: 1d5069b27705f297a136b08c25241ed50527e3dd
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sat May 13 07:24:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:34:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5069b2

dev-vcs/repo: add 2.32

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/repo/Manifest |  2 ++
 dev-vcs/repo/repo-2.32.ebuild | 35 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 70a20a984897..307db68c4439 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,3 +1,5 @@
 DIST repo-2.29.tar.gz 248253 BLAKE2B 
6b51a0416634eab52f44410fe156c736a6c69234345b4cf5115692a9b56d479c0bce780583fb2ee6b9ca206e5163adbf6ded85ff5d7f2b174a7e7cd6dc37dd57
 SHA512 
7323b52709164999a80172bc39398ad9989c3eb97bcfda66a675c3f94792cdd742068d47bbcc66dc8fffbe3b661c2fb19332a72a7f889a249f73fa448fcb32d1
 DIST repo-2.30 45769 BLAKE2B 
46e8f37b138f1ebfa3109962f2690cc3bc6c38a2dd4333cd5be6fc1168476945cbd73f142486141a00552b8a998d4a765e54fce605d1872a670a3043fb213b05
 SHA512 
e8ad4e35417992f15bfa081ce282e1e518dcb885c04176f18ff2859ccb1dd397087224980f441020be12083c9847fcce661370119fe08f17be04718eff4a7a96
 DIST repo-2.30.tar.gz 252945 BLAKE2B 
ebaadc1f624941139c14417e86e1a4960fbba9da7b9053bab8f2cb1647c40a6f1f63951bcbb6d9162803066f9b05d1fb469e82b7d3b2bea31215b97b1bddf84f
 SHA512 
7d184605e8d8e30bc48a4d3f2345c7ee9a8075711729108b5d487242c9311dc1cf22595f9ba09192a28460d6127e8cbe96a70fcdaf7c6baeb1e26a8ac15a7cae
+DIST repo-2.32 45787 BLAKE2B 
658b9b343a5c5dc9a850cde62e24c942c72bab807dc94ccf55f92d51e9ff8d5a3d57ca818dca7512a3a7b073fc1fac9f22c533dcc71a9dbd918fdd63bc42fda3
 SHA512 
1ded71a8e5e052c012a131b914f9ce0f92a3846b29f76c167583196a5efb6fda913c944a8bcf40d41dc206cc529e780df0c6da7f3d4c21302105885dc3061093
+DIST repo-2.32.tar.gz 255696 BLAKE2B 
b63fa70b2fdcd02460216d3b4c5f04a7c334f3f52ceddc69ece5f3f9c239c3f5f6eaf2617d96d60ec838766ce1b6170e8906c5ddc787c90918d5e38fd90a8a23
 SHA512 
4ac7be6ecd865d3823d21baa8b96d76194ed648139088bc53685463b4a3d62696005881f53e9cc5f34d8457a0bb8b8cb1a0dd2e2e547d0432f21a5aee9bba9a0

diff --git a/dev-vcs/repo/repo-2.32.ebuild b/dev-vcs/repo/repo-2.32.ebuild
new file mode 100644
index ..3f8289ccea46
--- /dev/null
+++ b/dev-vcs/repo/repo-2.32.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit bash-completion-r1 python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
+   
https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+"
+
+S="${WORKDIR}/git-${P}"
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+   newbashcomp completion.bash ${PN}
+   doman man/*.[0-9]
+}



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

2023-05-16 Thread Sam James
commit: 663f11f79bf5041dbb3418b55897b32002af42b5
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sun May 14 12:36:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:33:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663f11f7

app-misc/elasticsearch: drop 8.6.2

Signed-off-by: Matt Jolly  footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/31036
Signed-off-by: Sam James  gentoo.org>

 app-misc/elasticsearch/Manifest   |   1 -
 app-misc/elasticsearch/elasticsearch-8.6.2.ebuild | 102 --
 2 files changed, 103 deletions(-)

diff --git a/app-misc/elasticsearch/Manifest b/app-misc/elasticsearch/Manifest
index d27ff167f481..b70ca3fd8729 100644
--- a/app-misc/elasticsearch/Manifest
+++ b/app-misc/elasticsearch/Manifest
@@ -1,3 +1,2 @@
 DIST elasticsearch-7.17.9-no-jdk-linux-x86_64.tar.gz 167832902 BLAKE2B 
9d0134fe397a5153da4936b5ac083c677a676d1a208f65a85c2c8db82cf0588d1180aeb039ed28c13161ff8fcf5bc11b0fc099f9f21d6da08e50fe0bb7f83565
 SHA512 
e2c6094377ed2ada0650864b7c30386467b920770b93e6f19d1448635f7f2024fbaebd619ba683ed4c1b5dc8e67f2396183d81598a5e610ca2879ea3cd8dba32
-DIST elasticsearch-8.6.2-linux-x86_64.tar.gz 581745209 BLAKE2B 
c5d76e8fd2b7b28d50a0b81950c5d824f5000d3239efef9c3312e153829f09d98ba1394dceff2f147c29e2cd24be2ea4aaf0e0dc830e51989b87c8c7b48e3b3c
 SHA512 
4c5ea98af53861d6c7f06f855f3bd4f4f52136d8149347e43f633a23ba56d3237f6ff7346bf849090f4e52b28fc21c98df8d9b0f0f845a330834367705cd366a
 DIST elasticsearch-8.7.1-linux-x86_64.tar.gz 597973777 BLAKE2B 
6328c11c33ea1e067c6c19afb09a7f5a39fc1cd44dd9c2b51253cf15d847463a5f0311d29785aeddab64ee00fd949a5a8f91f86794e70e4ff22c1bfb9094f29c
 SHA512 
40216fff8f6f827164bda1ecbdcbdc30f202ef9cb8a936c60e52f16a0b6c1bfbdc884fe11d8bbebd8336507aa8ed2f0202b3b61f876d17f4a97ee9fc21f9e3be

diff --git a/app-misc/elasticsearch/elasticsearch-8.6.2.ebuild 
b/app-misc/elasticsearch/elasticsearch-8.6.2.ebuild
deleted file mode 100644
index 30abfdf800ac..
--- a/app-misc/elasticsearch/elasticsearch-8.6.2.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd tmpfiles
-
-DESCRIPTION="Free and Open, Distributed, RESTful Search Engine"
-HOMEPAGE="https://www.elastic.co/elasticsearch/;
-SRC_URI="https://artifacts.elastic.co/downloads/${PN}/${P}-linux-x86_64.tar.gz;
-
-LICENSE="Apache-2.0 BSD-2 Elastic-2.0 LGPL-3 MIT public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="acct-group/elasticsearch
-   acct-user/elasticsearch"
-RDEPEND="acct-group/elasticsearch
-   acct-user/elasticsearch
-   sys-libs/zlib
-   virtual/jre:17"
-
-QA_PREBUILT="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*"
-QA_PRESTRIPPED="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-env.patch"
-)
-
-src_prepare() {
-   default
-
-   rm -rf jdk || die
-   sed -i -e "s:logs/:${EPREFIX}/var/log/${PN}/:g" config/jvm.options || 
die "Unable to set Elasticsearch log location"
-   # elasticsearch-env sets the envvar for the config location if not 
specified elsewhere;
-   # certain utilities try and source this. Although we patch ES_JAVA_HOME 
for Gentoo slightly earlier,
-   # it's easier to respect EPREFIX for the config location using sed.
-   sed -i 
"s:ES_PATH_CONF=\"\$ES_HOME\"/config:ES_PATH_CONF=\"${EPREFIX}/etc/${PN}\":" 
bin/elasticsearch-env  \
-   || die "Unable to set Elasticsearch config directory"
-   rm LICENSE.txt NOTICE.txt || die
-   rmdir logs || die
-}
-
-src_install() {
-   keepdir /etc/${PN}
-   keepdir /etc/${PN}/scripts
-
-   insinto /etc/${PN}
-   doins -r config/.
-   rm -r config || die
-
-   fowners -R root:${PN} /etc/${PN}
-   fperms -R 2750 /etc/${PN}
-
-   insinto /usr/share/${PN}
-   doins -r .
-
-   keepdir /usr/share/${PN}/plugins
-
-   exeinto /usr/share/${PN}/bin
-   doexe "${FILESDIR}"/elasticsearch-systemd-pre-exec
-
-   fperms -R +x /usr/share/${PN}/bin
-   fperms -R +x 
/usr/share/${PN}/modules/x-pack-ml/platform/linux-x86_64/bin
-
-   keepdir /var/{lib,log}/${PN}
-   fowners ${PN}:${PN} /var/{lib,log}/${PN}
-   fperms 0750 /var/{lib,log}/${PN}
-
-   insinto /etc/sysctl.d
-   newins "${FILESDIR}/${PN}.sysctl.d" ${PN}.conf
-
-   newconfd "${FILESDIR}/${PN}.conf.4" ${PN}
-   newinitd "${FILESDIR}/${PN}.init.8" ${PN}
-
-   systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
-   systemd_newunit "${FILESDIR}"/${PN}.service.4 ${PN}.service
-
-   newtmpfiles "${FILESDIR}"/${PN}.tmpfiles.d ${PN}.conf
-}
-
-pkg_postinst() {
-   # Elasticsearch will choke on our keep file and dodir will not preserve 
the empty dir
-   local KEEPFILE
-   KEEPFILE=$(find "${EROOT}/usr/share/${PN}/plugins/" 

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

2023-05-16 Thread Sam James
commit: a3be3ca6bbce55e54b766ffbbd514cd6ec9b35b4
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sat May 13 07:29:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:34:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3be3ca6

dev-vcs/repo: drop 2.29

Signed-off-by: Matt Jolly  footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/31015
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/repo/Manifest |  1 -
 dev-vcs/repo/repo-2.29.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 307db68c4439..63773d7369bd 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,4 +1,3 @@
-DIST repo-2.29.tar.gz 248253 BLAKE2B 
6b51a0416634eab52f44410fe156c736a6c69234345b4cf5115692a9b56d479c0bce780583fb2ee6b9ca206e5163adbf6ded85ff5d7f2b174a7e7cd6dc37dd57
 SHA512 
7323b52709164999a80172bc39398ad9989c3eb97bcfda66a675c3f94792cdd742068d47bbcc66dc8fffbe3b661c2fb19332a72a7f889a249f73fa448fcb32d1
 DIST repo-2.30 45769 BLAKE2B 
46e8f37b138f1ebfa3109962f2690cc3bc6c38a2dd4333cd5be6fc1168476945cbd73f142486141a00552b8a998d4a765e54fce605d1872a670a3043fb213b05
 SHA512 
e8ad4e35417992f15bfa081ce282e1e518dcb885c04176f18ff2859ccb1dd397087224980f441020be12083c9847fcce661370119fe08f17be04718eff4a7a96
 DIST repo-2.30.tar.gz 252945 BLAKE2B 
ebaadc1f624941139c14417e86e1a4960fbba9da7b9053bab8f2cb1647c40a6f1f63951bcbb6d9162803066f9b05d1fb469e82b7d3b2bea31215b97b1bddf84f
 SHA512 
7d184605e8d8e30bc48a4d3f2345c7ee9a8075711729108b5d487242c9311dc1cf22595f9ba09192a28460d6127e8cbe96a70fcdaf7c6baeb1e26a8ac15a7cae
 DIST repo-2.32 45787 BLAKE2B 
658b9b343a5c5dc9a850cde62e24c942c72bab807dc94ccf55f92d51e9ff8d5a3d57ca818dca7512a3a7b073fc1fac9f22c533dcc71a9dbd918fdd63bc42fda3
 SHA512 
1ded71a8e5e052c012a131b914f9ce0f92a3846b29f76c167583196a5efb6fda913c944a8bcf40d41dc206cc529e780df0c6da7f3d4c21302105885dc3061093

diff --git a/dev-vcs/repo/repo-2.29.ebuild b/dev-vcs/repo/repo-2.29.ebuild
deleted file mode 100644
index 1a47a8ee8c20..
--- a/dev-vcs/repo/repo-2.29.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
-# of the repo project.  The launcher only gets a new update when changes are
-# made in it.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit bash-completion-r1 python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-   !dev-util/repo"
-
-S="${WORKDIR}/git-${P}"
-
-src_install() {
-   python_foreach_impl python_doscript ${PN}
-   newbashcomp completion.bash ${PN}
-   doman man/*.[0-9]
-}



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

2023-05-16 Thread Sam James
commit: 611dafabe51a79f56b870871205357436f134823
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 01:35:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:35:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611dafab

dev-vcs/repo: disable py3.9

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

 dev-vcs/repo/repo-2.30.ebuild | 2 +-
 dev-vcs/repo/repo-2.32.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/repo/repo-2.30.ebuild b/dev-vcs/repo/repo-2.30.ebuild
index 689627ea3f59..25394f1e60c7 100644
--- a/dev-vcs/repo/repo-2.30.ebuild
+++ b/dev-vcs/repo/repo-2.30.ebuild
@@ -7,7 +7,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit bash-completion-r1 python-r1
 

diff --git a/dev-vcs/repo/repo-2.32.ebuild b/dev-vcs/repo/repo-2.32.ebuild
index 3f8289ccea46..c008c0bbe33c 100644
--- a/dev-vcs/repo/repo-2.32.ebuild
+++ b/dev-vcs/repo/repo-2.32.ebuild
@@ -7,7 +7,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit bash-completion-r1 python-r1
 



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

2023-05-16 Thread Sam James
commit: 12d7700f467612996febb4d41c66b33c0a5f3dd4
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sun May 14 12:57:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:33:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d7700f

app-arch/createrepo_c: drop 0.20.1

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 app-arch/createrepo_c/createrepo_c-0.20.1.ebuild | 42 
 1 file changed, 42 deletions(-)

diff --git a/app-arch/createrepo_c/createrepo_c-0.20.1.ebuild 
b/app-arch/createrepo_c/createrepo_c-0.20.1.ebuild
deleted file mode 100644
index 91a1e6965990..
--- a/app-arch/createrepo_c/createrepo_c-0.20.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="C implementation of createrepo"
-HOMEPAGE="https://github.com/rpm-software-management/createrepo_c;
-SRC_URI="https://github.com/rpm-software-management/createrepo_c/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# Notes: Help with enabling the python support would be great
-
-DEPEND="app-arch/bzip2:=
-   app-arch/rpm
-   dev-db/sqlite:3
-   dev-libs/glib:2
-   dev-libs/libxml2
-   dev-libs/openssl:=
-   net-misc/curl
-   sys-apps/file
-   sys-libs/zlib:="
-RDEPEND="${DEPEND}
-   app-arch/lzma"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.20.1-Include-rpm-rpmstring.h-for-rasprintf.patch
-)
-
-src_configure() {
-   # Other than for python (where tests are failing) we have special 
no-in-tree dependencies.
-   local mycmakeargs=(
-   -DENABLE_DRPM=OFF
-   -DENABLE_PYTHON=OFF
-   -DWITH_ZCHUNK=OFF
-   -DWITH_LIBMODULEMD=OFF
-   )
-   cmake_src_configure
-}



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

2023-05-16 Thread Sam James
commit: 218cce57091eeb6b57d9c6fe2a8605c7da02cd4c
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sun May 14 12:55:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:33:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218cce57

app-arch/createrepo_c: add 0.21.1

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 app-arch/createrepo_c/Manifest   |  1 +
 app-arch/createrepo_c/createrepo_c-0.21.1.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/app-arch/createrepo_c/Manifest b/app-arch/createrepo_c/Manifest
index 16e7dad39520..92cf9e123d7e 100644
--- a/app-arch/createrepo_c/Manifest
+++ b/app-arch/createrepo_c/Manifest
@@ -1 +1,2 @@
 DIST createrepo_c-0.20.1.tar.gz 614968 BLAKE2B 
8eb35c121e1beaa960310d10bfe616799b3a6b13d99f1e8c9d4077975cc929c9f786dec7d26a17d7efbd1859e2e7d8a614147c36a0a82c87f1c1c1a652afa6f3
 SHA512 
54a2cc7c7cd3f3b9a0c23cd8c136ae1331e7fa7cc995189088e7e6f2276c78b2b84e21c2a2b93f4528b5e9e4018dd6525262c8aaba3bc8a1412a51dfafd101f7
+DIST createrepo_c-0.21.1.tar.gz 626012 BLAKE2B 
87e7fff68bb06c9552ea80eada625e58130d171db48b0a1aa4965150b136e62c656e368e1bc7cc057e5fad105fff620bb37e171e367eb688725d2089e4181db4
 SHA512 
453b857ecde5aa63f57e4a783855e4f4c32a041b68c0bfbb5d5b06bc0010d6cd043ba374cb880cce1d0de160a37df2df2688e9886bf9c8d92c09fe530aa36dfe

diff --git a/app-arch/createrepo_c/createrepo_c-0.21.1.ebuild 
b/app-arch/createrepo_c/createrepo_c-0.21.1.ebuild
new file mode 100644
index ..7433f2a6011f
--- /dev/null
+++ b/app-arch/createrepo_c/createrepo_c-0.21.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C implementation of createrepo"
+HOMEPAGE="https://github.com/rpm-software-management/createrepo_c;
+if [[ ${PV} = * ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://github.com/rpm-software-management/createrepo_c.git;
+else
+   
SRC_URI="https://github.com/rpm-software-management/createrepo_c/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="legacy test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   app-arch/bzip2:=
+   app-arch/drpm
+   app-arch/rpm
+   app-arch/xz-utils
+   app-arch/zchunk
+   dev-db/sqlite:3
+   dev-libs/glib:2
+   dev-libs/libxml2
+   dev-libs/openssl:=
+   net-misc/curl
+   sys-apps/file
+   sys-libs/libmodulemd
+   sys-libs/zlib:=
+"
+
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_DRPM=ON
+   # As best I can tell, this enables distribution as a wheel. No 
need for this on gentoo!
+   -DENABLE_PYTHON=OFF
+   # Upstream enables some 'Legacy' stuff by default, let's put 
that behind a USE flag
+   -DENABLE_LEGACY_WEAKDEPS=$(usex legacy ON OFF)
+   -DWITH_LEGACY_HASHES=$(usex legacy ON OFF)
+   -DWITH_LIBMODULEMD=ON
+   -DWITH_ZCHUNK=ON
+   )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+   # Tests have a magic target!
+   use test && cmake_src_compile tests
+}
+
+src_test() {
+   "${S}"_build/tests/run_tests.sh || die "Failed to run C library tests"
+}



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

2023-05-16 Thread Sam James
commit: 8745a841c5ee453ba51a47a26083ad161e105298
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sun May 14 12:44:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:33:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8745a841

app-arch/zchunk: drop 1.2.3

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 app-arch/zchunk/Manifest|  1 -
 app-arch/zchunk/zchunk-1.2.3.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/app-arch/zchunk/Manifest b/app-arch/zchunk/Manifest
index 14e50d9711c3..d498557c5ecd 100644
--- a/app-arch/zchunk/Manifest
+++ b/app-arch/zchunk/Manifest
@@ -1,2 +1 @@
-DIST zchunk-1.2.3.tar.gz 1508271 BLAKE2B 
7432289f3730083d0634c32f03d1daf2570c21e94ebab0aabeee4527f7ba56aef5cc567dfdb8ede701bea5d0cda4f248f0cf0fdb04e4f5ee1effb888a2907ec9
 SHA512 
5e46d8c3e36034de8424937cdfac59acdfaf332203e6e5d8b290614cbbe0340998d53b0583b0ef93189f41dc89219a75f50572757ebcea9abd83bd9aad861a73
 DIST zchunk-1.3.1.tar.gz 1508699 BLAKE2B 
a0c6c277b8fd940602c6de680ee3418decdb0f83e3ea345f0c884f704bda67938539ec15a3b0fb1f5e498bb7fa1c420637091c752d8dea6094de3eb98503efb1
 SHA512 
5eec3ee084f3192291f5956dc797275986ebaa004df580be73de18ff22a781b6c5362bedc6263c9ae3569e5fa12cf5225d87aed7ec4ddfa6210f5c92763566e5

diff --git a/app-arch/zchunk/zchunk-1.2.3.ebuild 
b/app-arch/zchunk/zchunk-1.2.3.ebuild
deleted file mode 100644
index e89d8926554d..
--- a/app-arch/zchunk/zchunk-1.2.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="File format designed for highly efficient deltas with good 
compression"
-HOMEPAGE="https://github.com/zchunk/zchunk;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/zchunk/zchunk.git;
-else
-   SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   app-arch/zstd:=
-   net-misc/curl
-   dev-libs/openssl:=
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use test tests)
-   )
-
-   meson_src_configure
-}



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

2023-05-16 Thread Sam James
commit: 781c541944d1bbef9be019216b1838722aff615c
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sun May 14 12:44:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:33:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781c5419

app-arch/zchunk: add 1.3.1

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 app-arch/zchunk/Manifest|  1 +
 app-arch/zchunk/zchunk-1.3.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/app-arch/zchunk/Manifest b/app-arch/zchunk/Manifest
index 83cda674af89..14e50d9711c3 100644
--- a/app-arch/zchunk/Manifest
+++ b/app-arch/zchunk/Manifest
@@ -1 +1,2 @@
 DIST zchunk-1.2.3.tar.gz 1508271 BLAKE2B 
7432289f3730083d0634c32f03d1daf2570c21e94ebab0aabeee4527f7ba56aef5cc567dfdb8ede701bea5d0cda4f248f0cf0fdb04e4f5ee1effb888a2907ec9
 SHA512 
5e46d8c3e36034de8424937cdfac59acdfaf332203e6e5d8b290614cbbe0340998d53b0583b0ef93189f41dc89219a75f50572757ebcea9abd83bd9aad861a73
+DIST zchunk-1.3.1.tar.gz 1508699 BLAKE2B 
a0c6c277b8fd940602c6de680ee3418decdb0f83e3ea345f0c884f704bda67938539ec15a3b0fb1f5e498bb7fa1c420637091c752d8dea6094de3eb98503efb1
 SHA512 
5eec3ee084f3192291f5956dc797275986ebaa004df580be73de18ff22a781b6c5362bedc6263c9ae3569e5fa12cf5225d87aed7ec4ddfa6210f5c92763566e5

diff --git a/app-arch/zchunk/zchunk-1.3.1.ebuild 
b/app-arch/zchunk/zchunk-1.3.1.ebuild
new file mode 100644
index ..e89d8926554d
--- /dev/null
+++ b/app-arch/zchunk/zchunk-1.3.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="File format designed for highly efficient deltas with good 
compression"
+HOMEPAGE="https://github.com/zchunk/zchunk;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/zchunk/zchunk.git;
+else
+   SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   app-arch/zstd:=
+   net-misc/curl
+   dev-libs/openssl:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use test tests)
+   )
+
+   meson_src_configure
+}



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

2023-05-16 Thread Sam James
commit: 69b216fc41a8e28028f4c0fdce7824cd110d2854
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sun May 14 12:48:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:33:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b216fc

sys-libs/libmodulemd: add 2.15.0

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 sys-libs/libmodulemd/Manifest  |  1 +
 sys-libs/libmodulemd/libmodulemd-2.15.0.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/sys-libs/libmodulemd/Manifest b/sys-libs/libmodulemd/Manifest
index 4fb43efeb856..a82ca41029ce 100644
--- a/sys-libs/libmodulemd/Manifest
+++ b/sys-libs/libmodulemd/Manifest
@@ -1 +1,2 @@
 DIST libmodulemd-2.14.0.tar.gz 531166 BLAKE2B 
18c3693ef9f74c57c71c7bd80b16d60d0fc2c8732994acae9b8461af5776bfcf8b856eef65222470d070fd256c6ee1468f961ba20b4425502f946d3368e5708c
 SHA512 
dee8e08ada4e246179f88342cd3d3d6736f430b362e36ab1a3605971033ad306a5bf415141a09180a7ea6e70d1532d63d815ca07f208222447b455b9ff0e6f75
+DIST libmodulemd-2.15.0.tar.gz 572396 BLAKE2B 
39e9240deb4e1a3278bf323e111b137b980ac5a3069598b7306390d27623730ac1bc826c91ed049257c0d5de8c6a05c3bbc22ac8e9435b5c38c147f0f077ec41
 SHA512 
6e890952bf6b6fe3ee5790ff71866938627134eaa2d6c6e3bf1940dcf21203dc0101f487801d62f3698e5a50402eb089665c99723aeffd831e5f0b341a63aace

diff --git a/sys-libs/libmodulemd/libmodulemd-2.15.0.ebuild 
b/sys-libs/libmodulemd/libmodulemd-2.15.0.ebuild
new file mode 100644
index ..72b02229c8f2
--- /dev/null
+++ b/sys-libs/libmodulemd/libmodulemd-2.15.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit meson python-single-r1
+
+DESCRIPTION="C Library for manipulating Fedora Modularity metadata files"
+HOMEPAGE="https://github.com/fedora-modularity/libmodulemd;
+if [[ ${PV} = * ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://github.com/fedora-modularity/libmodulemd.git;
+else
+   
SRC_URI="https://github.com/fedora-modularity/libmodulemd/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+IUSE="gtk-doc test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   app-arch/rpm
+   sys-apps/file
+   dev-libs/glib:2
+   dev-libs/libyaml
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/gobject-introspection
+   dev-util/glib-utils
+   gtk-doc? (
+   dev-libs/glib[gtk-doc]
+   dev-util/gtk-doc
+   )
+   test? (
+   sys-libs/libmodulemd
+   )
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc with_docs)
+   )
+   meson_src_configure
+}
+
+src_test() {
+   meson_src_test --no-suite ci_valgrind
+}
+
+src_install() {
+   meson_src_install
+   # We need to compile the gobject introspection overrides to prevent QA 
warnings
+   local PYTHON_GI_OVERRIDESDIR=$("${EPYTHON}" -c 'import 
gi;print(gi._overridesdir)' || die)
+   python_optimize "${D}${PYTHON_GI_OVERRIDESDIR}/"
+
+}



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

2023-05-16 Thread Sam James
commit: 879b3ee9db2936791e7764634582ea47674c4b2c
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sun May 14 12:35:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:33:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879b3ee9

app-misc/elasticsearch: add 8.7.1

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 app-misc/elasticsearch/Manifest   |   1 +
 app-misc/elasticsearch/elasticsearch-8.7.1.ebuild | 102 ++
 2 files changed, 103 insertions(+)

diff --git a/app-misc/elasticsearch/Manifest b/app-misc/elasticsearch/Manifest
index 278ab9d5c2fb..d27ff167f481 100644
--- a/app-misc/elasticsearch/Manifest
+++ b/app-misc/elasticsearch/Manifest
@@ -1,2 +1,3 @@
 DIST elasticsearch-7.17.9-no-jdk-linux-x86_64.tar.gz 167832902 BLAKE2B 
9d0134fe397a5153da4936b5ac083c677a676d1a208f65a85c2c8db82cf0588d1180aeb039ed28c13161ff8fcf5bc11b0fc099f9f21d6da08e50fe0bb7f83565
 SHA512 
e2c6094377ed2ada0650864b7c30386467b920770b93e6f19d1448635f7f2024fbaebd619ba683ed4c1b5dc8e67f2396183d81598a5e610ca2879ea3cd8dba32
 DIST elasticsearch-8.6.2-linux-x86_64.tar.gz 581745209 BLAKE2B 
c5d76e8fd2b7b28d50a0b81950c5d824f5000d3239efef9c3312e153829f09d98ba1394dceff2f147c29e2cd24be2ea4aaf0e0dc830e51989b87c8c7b48e3b3c
 SHA512 
4c5ea98af53861d6c7f06f855f3bd4f4f52136d8149347e43f633a23ba56d3237f6ff7346bf849090f4e52b28fc21c98df8d9b0f0f845a330834367705cd366a
+DIST elasticsearch-8.7.1-linux-x86_64.tar.gz 597973777 BLAKE2B 
6328c11c33ea1e067c6c19afb09a7f5a39fc1cd44dd9c2b51253cf15d847463a5f0311d29785aeddab64ee00fd949a5a8f91f86794e70e4ff22c1bfb9094f29c
 SHA512 
40216fff8f6f827164bda1ecbdcbdc30f202ef9cb8a936c60e52f16a0b6c1bfbdc884fe11d8bbebd8336507aa8ed2f0202b3b61f876d17f4a97ee9fc21f9e3be

diff --git a/app-misc/elasticsearch/elasticsearch-8.7.1.ebuild 
b/app-misc/elasticsearch/elasticsearch-8.7.1.ebuild
new file mode 100644
index ..30abfdf800ac
--- /dev/null
+++ b/app-misc/elasticsearch/elasticsearch-8.7.1.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd tmpfiles
+
+DESCRIPTION="Free and Open, Distributed, RESTful Search Engine"
+HOMEPAGE="https://www.elastic.co/elasticsearch/;
+SRC_URI="https://artifacts.elastic.co/downloads/${PN}/${P}-linux-x86_64.tar.gz;
+
+LICENSE="Apache-2.0 BSD-2 Elastic-2.0 LGPL-3 MIT public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="acct-group/elasticsearch
+   acct-user/elasticsearch"
+RDEPEND="acct-group/elasticsearch
+   acct-user/elasticsearch
+   sys-libs/zlib
+   virtual/jre:17"
+
+QA_PREBUILT="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*"
+QA_PRESTRIPPED="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-env.patch"
+)
+
+src_prepare() {
+   default
+
+   rm -rf jdk || die
+   sed -i -e "s:logs/:${EPREFIX}/var/log/${PN}/:g" config/jvm.options || 
die "Unable to set Elasticsearch log location"
+   # elasticsearch-env sets the envvar for the config location if not 
specified elsewhere;
+   # certain utilities try and source this. Although we patch ES_JAVA_HOME 
for Gentoo slightly earlier,
+   # it's easier to respect EPREFIX for the config location using sed.
+   sed -i 
"s:ES_PATH_CONF=\"\$ES_HOME\"/config:ES_PATH_CONF=\"${EPREFIX}/etc/${PN}\":" 
bin/elasticsearch-env  \
+   || die "Unable to set Elasticsearch config directory"
+   rm LICENSE.txt NOTICE.txt || die
+   rmdir logs || die
+}
+
+src_install() {
+   keepdir /etc/${PN}
+   keepdir /etc/${PN}/scripts
+
+   insinto /etc/${PN}
+   doins -r config/.
+   rm -r config || die
+
+   fowners -R root:${PN} /etc/${PN}
+   fperms -R 2750 /etc/${PN}
+
+   insinto /usr/share/${PN}
+   doins -r .
+
+   keepdir /usr/share/${PN}/plugins
+
+   exeinto /usr/share/${PN}/bin
+   doexe "${FILESDIR}"/elasticsearch-systemd-pre-exec
+
+   fperms -R +x /usr/share/${PN}/bin
+   fperms -R +x 
/usr/share/${PN}/modules/x-pack-ml/platform/linux-x86_64/bin
+
+   keepdir /var/{lib,log}/${PN}
+   fowners ${PN}:${PN} /var/{lib,log}/${PN}
+   fperms 0750 /var/{lib,log}/${PN}
+
+   insinto /etc/sysctl.d
+   newins "${FILESDIR}/${PN}.sysctl.d" ${PN}.conf
+
+   newconfd "${FILESDIR}/${PN}.conf.4" ${PN}
+   newinitd "${FILESDIR}/${PN}.init.8" ${PN}
+
+   systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
+   systemd_newunit "${FILESDIR}"/${PN}.service.4 ${PN}.service
+
+   newtmpfiles "${FILESDIR}"/${PN}.tmpfiles.d ${PN}.conf
+}
+
+pkg_postinst() {
+   # Elasticsearch will choke on our keep file and dodir will not preserve 
the empty dir
+   local KEEPFILE
+   KEEPFILE=$(find "${EROOT}/usr/share/${PN}/plugins/" -type f -name 
'.keep*')
+   rm "${KEEPFILE}" || die
+ 

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

2023-05-16 Thread Sam James
commit: c4690889d745eb244acce3ac75f8e7d2c2f14526
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 01:14:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:14:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4690889

media-libs/sdl2-net: add 2.2.0

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

 media-libs/sdl2-net/Manifest  |  1 +
 media-libs/sdl2-net/sdl2-net-2.2.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/media-libs/sdl2-net/Manifest b/media-libs/sdl2-net/Manifest
index 081c367745e7..461b32890e37 100644
--- a/media-libs/sdl2-net/Manifest
+++ b/media-libs/sdl2-net/Manifest
@@ -1 +1,2 @@
 DIST SDL2_net-2.0.1.tar.gz 347436 BLAKE2B 
9c7bb46cf97581f75543b9e2695e4ce87b78c66dada3ac1a3ddf7b8e6eeaf2540532aece3e7a6dc7f6dfcfd3ecf5148d5bfb9a84bc2775e57f68b3adf32e5828
 SHA512 
d27faee3cddc3592dae38947e6c1df0cbaa95f82fde9c87db6d11f6312d868cea74f6830ad07ceeb3d0d75e9424cebf39e54fddf9a1147e8d9e664609de92b7a
+DIST SDL2_net-2.2.0.tar.gz 8707169 BLAKE2B 
78188a62deda9220df5e519ca28de835478e84c9b7b17bd07348df5b69bccc62c6e4c2c7f71f09969d209660f8b3181a871ab6867e6e1dff8360998eb237d8ea
 SHA512 
fa22f1a2c777aac6932551b5adc925288c424dc1af46a974fdb2e3579205b40b204db01d2a8c4048aa333a200efc241f784b9bc9276277e8ab4d23edb023ab69

diff --git a/media-libs/sdl2-net/sdl2-net-2.2.0.ebuild 
b/media-libs/sdl2-net/sdl2-net-2.2.0.ebuild
new file mode 100644
index ..9bb075cd9518
--- /dev/null
+++ b/media-libs/sdl2-net/sdl2-net-2.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P=SDL2_net-${PV}
+inherit multilib-minimal
+
+DESCRIPTION="Simple Direct Media Layer Network Support Library"
+HOMEPAGE="https://www.libsdl.org/projects/SDL_net/index.html;
+SRC_URI="https://github.com/libsdl-org/SDL_net/releases/download/release-${PV}/${MY_P}.tar.gz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="static-libs"
+
+RDEPEND=">=media-libs/libsdl2-2.0.4[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-examples \
+   $(use_enable static-libs static)
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+}
+
+multilib_src_install_all() {
+   dodoc {CHANGES,README}.txt
+   find "${ED}" -name '*.la' -delete || die
+}



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

2023-05-16 Thread Sam James
commit: a4681de2dfbaf2dfb74864add271bea160a11861
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 01:28:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:31:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4681de2

media-video/bluray_info: add 1.10

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

 media-video/bluray_info/Manifest|  1 +
 media-video/bluray_info/bluray_info-1.10.ebuild | 24 
 media-video/bluray_info/metadata.xml| 15 +--
 3 files changed, 34 insertions(+), 6 deletions(-)

diff --git a/media-video/bluray_info/Manifest b/media-video/bluray_info/Manifest
index 7aa6b9e6701c..1624563501d8 100644
--- a/media-video/bluray_info/Manifest
+++ b/media-video/bluray_info/Manifest
@@ -1 +1,2 @@
+DIST bluray_info-1.10.tar.gz 279446 BLAKE2B 
651d729380649c1d6846d1897d5f3403c575e481f6206f3303607f80e334adda7b436c485de03a90f309676612dbb45839aced24be4ac8e1306b6466e58869e9
 SHA512 
fae7866155862fac1766b4dfdd587e0f40e562ca39d6bd1732fb86203105ed7d350433e815636e2d8823de18e5805e425bd05c39070c5dc1792c8db060b6
 DIST bluray_info-1.3.tar.gz 188192 BLAKE2B 
f88020721f7295b9bdd46687cd436c6a5bf38efc1fafc1bdfddda41a7c1a14fbee02a93b69b38a1703f089c9ad4a3576c9f750283a94ec2de09841bc1ae679cb
 SHA512 
cf14733bd3b3fe9ebdace130c880fd695f0a60533a4b397f339789b2b11a15515f8ad24e87ccb428e73b74826ddaa5c2df0c1c9bf7907bdc5b1824f73d22c1ed

diff --git a/media-video/bluray_info/bluray_info-1.10.ebuild 
b/media-video/bluray_info/bluray_info-1.10.ebuild
new file mode 100644
index ..e19744928418
--- /dev/null
+++ b/media-video/bluray_info/bluray_info-1.10.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Blu-ray utilities: bluray_info, bluray_copy, bluray_player"
+HOMEPAGE="https://github.com/beandog/bluray_info https://dvds.beandog.org;
+SRC_URI="https://bluray.beandog.org/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mpv"
+
+DEPEND="
+   media-libs/libaacs
+   >=media-libs/libbluray-1.2.0[aacs]
+   mpv? ( media-video/mpv[libmpv,bluray] )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf $(use_with mpv libmpv)
+}

diff --git a/media-video/bluray_info/metadata.xml 
b/media-video/bluray_info/metadata.xml
index b0fc9141559e..4fe2b028b8ba 100644
--- a/media-video/bluray_info/metadata.xml
+++ b/media-video/bluray_info/metadata.xml
@@ -1,10 +1,13 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-media-vi...@gentoo.org
-
-
-bluray-info
-
+   
+   media-vi...@gentoo.org
+   
+   
+   Build bluray_player, powered by 
media-video/mpv
+   
+   
+   bluray-info
+   
 



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

2023-05-16 Thread Sam James
commit: 6edf36370e751467eaccc204a0797d161241aa67
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 01:31:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:31:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edf3637

media-video/bluray_info: add github upstream metadata

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

 media-video/bluray_info/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-video/bluray_info/metadata.xml 
b/media-video/bluray_info/metadata.xml
index 4fe2b028b8ba..47e7f040a95f 100644
--- a/media-video/bluray_info/metadata.xml
+++ b/media-video/bluray_info/metadata.xml
@@ -9,5 +9,6 @@


bluray-info
+   beandog/bluray_info

 



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

2023-05-16 Thread Sam James
commit: 486bedaf1632ec7dcb80127b82b3477bd48181a9
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 00:49:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 00:49:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=486bedaf

sys-devel/kgcc64: add 12.3.0

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

 sys-devel/kgcc64/Manifest |  3 +++
 sys-devel/kgcc64/kgcc64-12.3.0.ebuild | 45 +++
 2 files changed, 48 insertions(+)

diff --git a/sys-devel/kgcc64/Manifest b/sys-devel/kgcc64/Manifest
index dcbdd672a599..b7abcb5a2fe5 100644
--- a/sys-devel/kgcc64/Manifest
+++ b/sys-devel/kgcc64/Manifest
@@ -6,3 +6,6 @@ DIST gcc-11.3.0.tar.xz 81141364 BLAKE2B 
7e562d25446ca4ab9fe8cdb714866f66aba3744d
 DIST gcc-12.2.0-musl-patches-1.tar.xz 3844 BLAKE2B 
004432806696f7d0a32366270ac45695e858abee73a255e44dc6e0a225339e4cad40aab0d51dfe9a55d5aa4b4001f5726064bb2eea3212a0874b2d27e229abd7
 SHA512 
c354edcd641a9dfaf902a0ff4c44c75065d0cf1c36bbf6c3c35c2e23bff22b8f70bcf4458a5a0ef86371e9f2fafca8a54ca822e35820ff442c9458a2819c3606
 DIST gcc-12.2.0-patches-1.tar.xz 12864 BLAKE2B 
a5ae0a85dfc1b6f0bd968f0d5262ebed14ec9cdb3249e3a4c571578c54eda0e53708ee7fe8e03e506366c7f3cf7926eced9b390d9dee948c1249298c0fabd9fb
 SHA512 
f3d793b89a2a0385d596162fb0c653d4acdf21ae418cb792c1786a01fde0391bd0719715dbf07d53636f127168f5cd99108a1dc11cf6cea889b7d82385bcc258
 DIST gcc-12.2.0.tar.xz 84645292 BLAKE2B 
715574af9ad678f9dc8cfd19c866bf910c7edfd479e7e9681337feaa9b54e5d304ddb85483816b8d89754d502405823ae2eff0d1e444538763f40be8e428d8da
 SHA512 
e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173
+DIST gcc-12.3.0-musl-patches-1.tar.xz 3572 BLAKE2B 
c7bf65f7c9ea8023ddaac821ee2b778622fa310ac72a72b2f7032494a8f304eac86217f9204622e6c21aaef9952bece0d09bc126facd4f42b602927909815ab5
 SHA512 
babc279fea2c1fd4c018815f2f5630214fd46015ce9f365c28af242681d51818eaca30ce298eddcab1eed5ac5f2759e2b47b2335afab9d722b4469a6d4fec326
+DIST gcc-12.3.0-patches-2.tar.xz 14236 BLAKE2B 
06c43662c9abb0fa3cf90d5e2273c69aecb9158e6cf6f23c04754ed5d686be2616e81e2502eb16f4298ddd50518ca7677e13249da9e9b091162d3931ff65e4fe
 SHA512 
b0d4b85dbf1a541997203b872e3106906b4ad49cde57e1428bc22b2f8e2d73b8cb10ae0d0b792aebaf664594da4d1dea04c44ddc34e59047410766db04d1
+DIST gcc-12.3.0.tar.xz 85491976 BLAKE2B 
a239749089e284887435b9fabc360a36764be1095f4c78eeac6f056f91dd23c49dab2ebec5da32a81bcc08fe8277dd3c714ad114ad725d24317faac03354d595
 SHA512 
8fb799dfa2e5de5284edf8f821e3d40c2781e4c570f5adfdb1ca0671fcae3fb7f794ea783e80f01ec7bfbf912ca508e478bd749b2755c2c14e4055648146c204

diff --git a/sys-devel/kgcc64/kgcc64-12.3.0.ebuild 
b/sys-devel/kgcc64/kgcc64-12.3.0.ebuild
new file mode 100644
index ..03a260bc6520
--- /dev/null
+++ b/sys-devel/kgcc64/kgcc64-12.3.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+case ${CHOST} in
+   hppa*)CTARGET=hppa64-${CHOST#*-};;
+   mips*)CTARGET=${CHOST/mips/mips64};;
+   powerpc*) CTARGET=${CHOST/powerpc/powerpc64};;
+   s390*)CTARGET=${CHOST/s390/s390x};;
+   sparc*)   CTARGET=${CHOST/sparc/sparc64};;
+   i?86*)CTARGET=x86_64-${CHOST#*-};;
+esac
+export CTARGET
+TOOLCHAIN_ALLOWED_LANGS="c"
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_VER="2"
+PATCH_GCC_VER="12.3.0"
+MUSL_VER="1"
+MUSL_GCC_VER="12.3.0"
+GCC_TARGET_NO_MULTILIB=true
+inherit toolchain
+
+DESCRIPTION="64bit kernel compiler"
+
+# Works on hppa and mips; all other archs, refer to bug #228115
+KEYWORDS="~hppa"
+
+# unlike every other target, hppa has not unified the 32/64 bit
+# ports in binutils yet
+BDEPEND="hppa? ( sys-devel/binutils-hppa64 )"
+
+pkg_postinst() {
+   toolchain_pkg_postinst
+
+   cd "${ROOT}"/usr/bin
+   local x
+   for x in gcc cpp ; do
+   cat <<-EOF >${CTARGET%%-*}-linux-${x}
+   #!/bin/sh
+   exec ${CTARGET}-${x} "\$@"
+   EOF
+   chmod a+rx ${CTARGET%%-*}-linux-${x}
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: sys-devel/kgcc64/files/, sys-devel/kgcc64/

2023-05-16 Thread Sam James
commit: ae251a503b87562fd16e9c6685f84b7daf0ff03e
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 00:54:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 00:54:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae251a50

sys-devel/kgcc64: add 12.3.1_p20230512-r1, drop 12.3.0

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

 sys-devel/kgcc64/Manifest  |  2 +-
 sys-devel/kgcc64/files/gcc-12.3-ccache-ICE.patch   | 67 ++
 0.ebuild => kgcc64-12.3.1_p20230512-r1.ebuild} |  5 ++
 3 files changed, 73 insertions(+), 1 deletion(-)

diff --git a/sys-devel/kgcc64/Manifest b/sys-devel/kgcc64/Manifest
index 14634f790cf3..47feb4f58fe9 100644
--- a/sys-devel/kgcc64/Manifest
+++ b/sys-devel/kgcc64/Manifest
@@ -3,12 +3,12 @@ DIST gcc-10.4.0-patches-5.tar.xz 17056 BLAKE2B 
f336d69a8ad105b8c4a84e8248a5b8a88
 DIST gcc-10.4.0.tar.xz 75018092 BLAKE2B 
ec1169025d3896b70ab80a4b8ce5040763a95529fc7e120c6bc3a3eb1db5cf938ebde347c1e595a8ff7d4081e79ded6252702d7a1a09648449b7a0783188e434
 SHA512 
440c08ca746da450d9a1b35e8fd2305cb27e7e6987cd9d0f7d375f3b1fc9e4b0bd7acb3cd7bf795e72fcbead59cdef5b6c152862f5d35cd9fbfe6902101ce648
 DIST gcc-11.3.0-patches-4.tar.bz2 14030 BLAKE2B 
cdd555f329c7c0b993cd3527489681bfcc2162db0997611b66337e6b287356761c7deccd3b9f9bb8980a32df0574017a52c5e445e24db746757d87ffccb1ea89
 SHA512 
cb227599d01734ae9f9fc7ae2c8dd4cae1da80d6ab398ec6f112535239ac76ce8e91fbac88e19c2f75cb08ab75f966c1d1ad4af80ede67e953fbbafc7baefa58
 DIST gcc-11.3.0.tar.xz 81141364 BLAKE2B 
7e562d25446ca4ab9fe8cdb714866f66aba3744d78bf84f31bfb097c1a981e4c7f990cb1e6bcfec5ae6671836a4984e2b70eb8fed81dcef5e244f88da8623469
 SHA512 
f0be5ad705c73b84477128a69c047f57dd47002f375eb60e1e842e08cf2009a509e92152bca345823926d550b7395ae6d4de7db51d1ee371c2dc37313881fca7
+DIST gcc-12-20230512.tar.xz 79749352 BLAKE2B 
a2dd7c780d2adf1915cb01f6835d6f95242376d9d7c14ec0fea8e905858f0ce20b90dd3f47fef983b9d1a6f519f0c3d4cfa41d887f477454378a12407e9aaeb8
 SHA512 
3bf04b2489b0b0d062f8e8e66c31622fe7aa6ef6c9ba7d51f387eae714a813a089594cebdb046fa04e53da24a9788879711eedb054c3a37721035386b94ff0f0
 DIST gcc-12.2.0-musl-patches-1.tar.xz 3844 BLAKE2B 
004432806696f7d0a32366270ac45695e858abee73a255e44dc6e0a225339e4cad40aab0d51dfe9a55d5aa4b4001f5726064bb2eea3212a0874b2d27e229abd7
 SHA512 
c354edcd641a9dfaf902a0ff4c44c75065d0cf1c36bbf6c3c35c2e23bff22b8f70bcf4458a5a0ef86371e9f2fafca8a54ca822e35820ff442c9458a2819c3606
 DIST gcc-12.2.0-patches-1.tar.xz 12864 BLAKE2B 
a5ae0a85dfc1b6f0bd968f0d5262ebed14ec9cdb3249e3a4c571578c54eda0e53708ee7fe8e03e506366c7f3cf7926eced9b390d9dee948c1249298c0fabd9fb
 SHA512 
f3d793b89a2a0385d596162fb0c653d4acdf21ae418cb792c1786a01fde0391bd0719715dbf07d53636f127168f5cd99108a1dc11cf6cea889b7d82385bcc258
 DIST gcc-12.2.0.tar.xz 84645292 BLAKE2B 
715574af9ad678f9dc8cfd19c866bf910c7edfd479e7e9681337feaa9b54e5d304ddb85483816b8d89754d502405823ae2eff0d1e444538763f40be8e428d8da
 SHA512 
e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173
 DIST gcc-12.3.0-musl-patches-1.tar.xz 3572 BLAKE2B 
c7bf65f7c9ea8023ddaac821ee2b778622fa310ac72a72b2f7032494a8f304eac86217f9204622e6c21aaef9952bece0d09bc126facd4f42b602927909815ab5
 SHA512 
babc279fea2c1fd4c018815f2f5630214fd46015ce9f365c28af242681d51818eaca30ce298eddcab1eed5ac5f2759e2b47b2335afab9d722b4469a6d4fec326
 DIST gcc-12.3.0-patches-2.tar.xz 14236 BLAKE2B 
06c43662c9abb0fa3cf90d5e2273c69aecb9158e6cf6f23c04754ed5d686be2616e81e2502eb16f4298ddd50518ca7677e13249da9e9b091162d3931ff65e4fe
 SHA512 
b0d4b85dbf1a541997203b872e3106906b4ad49cde57e1428bc22b2f8e2d73b8cb10ae0d0b792aebaf664594da4d1dea04c44ddc34e59047410766db04d1
-DIST gcc-12.3.0.tar.xz 85491976 BLAKE2B 
a239749089e284887435b9fabc360a36764be1095f4c78eeac6f056f91dd23c49dab2ebec5da32a81bcc08fe8277dd3c714ad114ad725d24317faac03354d595
 SHA512 
8fb799dfa2e5de5284edf8f821e3d40c2781e4c570f5adfdb1ca0671fcae3fb7f794ea783e80f01ec7bfbf912ca508e478bd749b2755c2c14e4055648146c204
 DIST gcc-13.1.0.tar.xz 87451196 BLAKE2B 
b956a773cffe8b43bd6c9a99fe614f53f665438925a6b320975d301f547923e45d4d6fa577a143467fb03e0a9c1bab2b6719a1011d672367f3e644433a2d7606
 SHA512 
6cf06dfc48f57f5e67f7efe3248019329a14d690c728d9f2f7ef5fa0d58f1816f309586ba7ea2eac20d0b60a2d1b701f68392e9067dd46f827ba0efd7192db33
 DIST gcc-13.2.0-musl-patches-2.tar.xz 5292 BLAKE2B 
c057d6574d03c05854edaa9f3fd40e9149662b04f3ac7a7db3eb078d73a7b535726d1bf52e5b12736dedb2f9898ad731f2e48a6421fcfbf7b90f929dee072fcb
 SHA512 
a691da0c87c443a5e9d23731f4005f27871c5b12bc9102873ffa24d374aa7b9fbd187c4f5635d23fa9ffb17e351e76173c2d3fdf40646e355c4cb314b538de69
 DIST gcc-13.2.0-patches-1.tar.xz 15792 BLAKE2B 
2ffa9ac013c0f9a91eb93e87e3bc6c378d02cca32ad3f8a84d1249e257eb02b206ec10fa425738a4bae2ffb7db8506afcee2a8dd855357e4b48636608aa24e50
 SHA512 
917ea178f3696724f9ec08aebb6976f03c5edf8ee21bb4bad7e2d820507452f6dace6e847c4f342a52870642550f34da0346ee635a60ba0c1bff667e0e31d195

diff --git 

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

2023-05-16 Thread Sam James
commit: de8186163012f1b1ad2a1e194639c0f86d0d9930
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 00:49:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 00:49:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de818616

sys-devel/kgcc64: add 13.1.0

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

 sys-devel/kgcc64/Manifest |  3 +++
 sys-devel/kgcc64/kgcc64-13.1.0.ebuild | 45 +++
 2 files changed, 48 insertions(+)

diff --git a/sys-devel/kgcc64/Manifest b/sys-devel/kgcc64/Manifest
index b7abcb5a2fe5..14634f790cf3 100644
--- a/sys-devel/kgcc64/Manifest
+++ b/sys-devel/kgcc64/Manifest
@@ -9,3 +9,6 @@ DIST gcc-12.2.0.tar.xz 84645292 BLAKE2B 
715574af9ad678f9dc8cfd19c866bf910c7edfd4
 DIST gcc-12.3.0-musl-patches-1.tar.xz 3572 BLAKE2B 
c7bf65f7c9ea8023ddaac821ee2b778622fa310ac72a72b2f7032494a8f304eac86217f9204622e6c21aaef9952bece0d09bc126facd4f42b602927909815ab5
 SHA512 
babc279fea2c1fd4c018815f2f5630214fd46015ce9f365c28af242681d51818eaca30ce298eddcab1eed5ac5f2759e2b47b2335afab9d722b4469a6d4fec326
 DIST gcc-12.3.0-patches-2.tar.xz 14236 BLAKE2B 
06c43662c9abb0fa3cf90d5e2273c69aecb9158e6cf6f23c04754ed5d686be2616e81e2502eb16f4298ddd50518ca7677e13249da9e9b091162d3931ff65e4fe
 SHA512 
b0d4b85dbf1a541997203b872e3106906b4ad49cde57e1428bc22b2f8e2d73b8cb10ae0d0b792aebaf664594da4d1dea04c44ddc34e59047410766db04d1
 DIST gcc-12.3.0.tar.xz 85491976 BLAKE2B 
a239749089e284887435b9fabc360a36764be1095f4c78eeac6f056f91dd23c49dab2ebec5da32a81bcc08fe8277dd3c714ad114ad725d24317faac03354d595
 SHA512 
8fb799dfa2e5de5284edf8f821e3d40c2781e4c570f5adfdb1ca0671fcae3fb7f794ea783e80f01ec7bfbf912ca508e478bd749b2755c2c14e4055648146c204
+DIST gcc-13.1.0.tar.xz 87451196 BLAKE2B 
b956a773cffe8b43bd6c9a99fe614f53f665438925a6b320975d301f547923e45d4d6fa577a143467fb03e0a9c1bab2b6719a1011d672367f3e644433a2d7606
 SHA512 
6cf06dfc48f57f5e67f7efe3248019329a14d690c728d9f2f7ef5fa0d58f1816f309586ba7ea2eac20d0b60a2d1b701f68392e9067dd46f827ba0efd7192db33
+DIST gcc-13.2.0-musl-patches-2.tar.xz 5292 BLAKE2B 
c057d6574d03c05854edaa9f3fd40e9149662b04f3ac7a7db3eb078d73a7b535726d1bf52e5b12736dedb2f9898ad731f2e48a6421fcfbf7b90f929dee072fcb
 SHA512 
a691da0c87c443a5e9d23731f4005f27871c5b12bc9102873ffa24d374aa7b9fbd187c4f5635d23fa9ffb17e351e76173c2d3fdf40646e355c4cb314b538de69
+DIST gcc-13.2.0-patches-1.tar.xz 15792 BLAKE2B 
2ffa9ac013c0f9a91eb93e87e3bc6c378d02cca32ad3f8a84d1249e257eb02b206ec10fa425738a4bae2ffb7db8506afcee2a8dd855357e4b48636608aa24e50
 SHA512 
917ea178f3696724f9ec08aebb6976f03c5edf8ee21bb4bad7e2d820507452f6dace6e847c4f342a52870642550f34da0346ee635a60ba0c1bff667e0e31d195

diff --git a/sys-devel/kgcc64/kgcc64-13.1.0.ebuild 
b/sys-devel/kgcc64/kgcc64-13.1.0.ebuild
new file mode 100644
index ..ebb15a3712fb
--- /dev/null
+++ b/sys-devel/kgcc64/kgcc64-13.1.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+case ${CHOST} in
+   hppa*)CTARGET=hppa64-${CHOST#*-};;
+   mips*)CTARGET=${CHOST/mips/mips64};;
+   powerpc*) CTARGET=${CHOST/powerpc/powerpc64};;
+   s390*)CTARGET=${CHOST/s390/s390x};;
+   sparc*)   CTARGET=${CHOST/sparc/sparc64};;
+   i?86*)CTARGET=x86_64-${CHOST#*-};;
+esac
+export CTARGET
+TOOLCHAIN_ALLOWED_LANGS="c"
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_VER="1"
+PATCH_GCC_VER="13.2.0"
+MUSL_VER="2"
+MUSL_GCC_VER="13.2.0"
+GCC_TARGET_NO_MULTILIB=true
+inherit toolchain
+
+DESCRIPTION="64bit kernel compiler"
+
+# Works on hppa and mips; all other archs, refer to bug #228115
+KEYWORDS="~hppa"
+
+# unlike every other target, hppa has not unified the 32/64 bit
+# ports in binutils yet
+BDEPEND="hppa? ( sys-devel/binutils-hppa64 )"
+
+pkg_postinst() {
+   toolchain_pkg_postinst
+
+   cd "${ROOT}"/usr/bin
+   local x
+   for x in gcc cpp ; do
+   cat <<-EOF >${CTARGET%%-*}-linux-${x}
+   #!/bin/sh
+   exec ${CTARGET}-${x} "\$@"
+   EOF
+   chmod a+rx ${CTARGET%%-*}-linux-${x}
+   done
+}



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

2023-05-16 Thread Sam James
commit: 56cfc57f76ca6dc61d97b1181a01c75446fcbb49
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 00:45:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 00:45:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56cfc57f

app-text/sdcv: Keyword 0.5.4 arm64, #906587

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

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

diff --git a/app-text/sdcv/sdcv-0.5.4.ebuild b/app-text/sdcv/sdcv-0.5.4.ebuild
index 024ea78f7fd4..05d63cac1877 100644
--- a/app-text/sdcv/sdcv-0.5.4.ebuild
+++ b/app-text/sdcv/sdcv-0.5.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/Dushistov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="darkterm nls readline test"
 RESTRICT="!test? ( test )"
 



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

2023-05-16 Thread Sam James
commit: ba048ef83b1d8eb8bdf352e5fcdc6b6f19040e3a
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 00:45:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 00:45:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba048ef8

app-text/sdcv: Keyword 0.5.4 arm, #906587

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

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

diff --git a/app-text/sdcv/sdcv-0.5.4.ebuild b/app-text/sdcv/sdcv-0.5.4.ebuild
index 05d63cac1877..3687975ae493 100644
--- a/app-text/sdcv/sdcv-0.5.4.ebuild
+++ b/app-text/sdcv/sdcv-0.5.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/Dushistov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="darkterm nls readline test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-dicts/stardict-xdict-zh-en-big5/, app-dicts/stardict-freedict-tur-eng/, ...

2023-05-16 Thread Matt Turner
commit: ddb924df258776bf6a1670203c57b04e23f9ad61
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 17 00:39:32 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 17 00:40:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb924df

app-dicts/stardict-*: Drop sparc keywords

Bug: https://bugs.gentoo.org/906587
Signed-off-by: Matt Turner  gentoo.org>

 .../stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2-r1.ebuild | 2 +-
 .../stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2-r1.ebuild | 2 +-
 .../stardict-cedict-zh-en-big5-2.4.2-r1.ebuild  | 2 +-
 .../stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2-r1.ebuild   | 2 +-
 app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2-r1.ebuild   | 2 +-
 .../stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-eng-fra/stardict-freedict-eng-fra-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-eng-ita/stardict-freedict-eng-ita-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-eng-lat/stardict-freedict-eng-lat-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-eng-spa/stardict-freedict-eng-spa-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-eng-swe/stardict-freedict-eng-swe-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-eng-tur/stardict-freedict-eng-tur-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-tur-deu/stardict-freedict-tur-deu-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-tur-eng/stardict-freedict-tur-eng-2.4.2-r1.ebuild | 2 +-
 app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2-r3.ebuild   | 2 +-
 app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2-r3.ebuild   | 2 +-
 .../stardict-langdao-en-zh-gb/stardict-langdao-en-zh-gb-2.4.2-r1.ebuild | 2 +-
 .../stardict-langdao-zh-en-gb/stardict-langdao-zh-en-gb-2.4.2-r1.ebuild | 2 +-
 app-dicts/stardict-mova-smiley/stardict-mova-smiley-2.4.2-r1.ebuild | 2 +-
 .../stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2-r1.ebuild   | 2 +-
 app-dicts/stardict-quick-eng-jpn/stardict-quick-eng-jpn-2.4.2-r1.ebuild | 2 +-
 app-dicts/stardict-quick-jpn-eng/stardict-quick-jpn-eng-2.4.2-r1.ebuild | 2 +-
 .../stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.4.2-r1.ebuild | 2 +-
 .../stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2-r1.ebuild | 2 +-
 .../stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.4.2-r1.ebuild | 2 +-
 .../stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2-r1.ebuild | 2 +-
 27 files changed, 27 insertions(+), 27 deletions(-)

diff --git 
a/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2-r1.ebuild 
b/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2-r1.ebuild
index 824e4ffb10d5..9416356b6e06 100644
--- 
a/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2-r1.ebuild
+++ 
b/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2-r1.ebuild
@@ -12,4 +12,4 @@ inherit stardict
 
 HOMEPAGE="http://download.huzheng.org/zh_TW/;
 
-KEYWORDS="~amd64 ~ppc ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"

diff --git 
a/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2-r1.ebuild 
b/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2-r1.ebuild
index 5c74c2832977..318d4ab04b9e 100644
--- a/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2-r1.ebuild
+++ b/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2-r1.ebuild
@@ -12,4 +12,4 @@ inherit stardict
 
 HOMEPAGE="http://download.huzheng.org/zh_CN/;
 
-KEYWORDS="~amd64 ~arm ~ppc ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~riscv ~x86"

diff --git 
a/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.4.2-r1.ebuild
 
b/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.4.2-r1.ebuild
index f532b894e6f1..68a18a59643a 100644
--- 
a/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.4.2-r1.ebuild
+++ 
b/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.4.2-r1.ebuild
@@ -12,4 +12,4 @@ inherit stardict
 
 HOMEPAGE="http://download.huzheng.org/zh_TW/;
 
-KEYWORDS="~amd64 ~ppc ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"

diff --git 
a/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2-r1.ebuild 
b/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2-r1.ebuild
index b893e6e3a54d..ca802407c2e6 100644
--- 
a/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2-r1.ebuild
+++ 
b/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2-r1.ebuild
@@ -12,4 +12,4 @@ inherit stardict
 
 HOMEPAGE="http://download.huzheng.org/zh_CN/;
 
-KEYWORDS="~amd64 ~arm ~ppc ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~riscv ~x86"

diff --git 
a/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2-r1.ebuild 
b/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2-r1.ebuild
index 

[gentoo-commits] repo/gentoo:master commit in: app-dicts/stardict-xdict-zh-en-gb/, app-dicts/stardict-freedict-eng-tur/, ...

2023-05-16 Thread Matt Turner
commit: eb79a7eb2db918485dbc587af715272512c96641
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 17 00:40:10 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 17 00:40:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb79a7eb

app-dicts/stardict-*: Drop ppc keywords

Bug: https://bugs.gentoo.org/906587
Signed-off-by: Matt Turner  gentoo.org>

 .../stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2-r1.ebuild | 2 +-
 .../stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2-r1.ebuild | 2 +-
 .../stardict-cedict-zh-en-big5-2.4.2-r1.ebuild  | 2 +-
 .../stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2-r1.ebuild   | 2 +-
 app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2-r1.ebuild   | 2 +-
 .../stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-eng-fra/stardict-freedict-eng-fra-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-eng-ita/stardict-freedict-eng-ita-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-eng-lat/stardict-freedict-eng-lat-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-eng-spa/stardict-freedict-eng-spa-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-eng-swe/stardict-freedict-eng-swe-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-eng-tur/stardict-freedict-eng-tur-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-tur-deu/stardict-freedict-tur-deu-2.4.2-r1.ebuild | 2 +-
 .../stardict-freedict-tur-eng/stardict-freedict-tur-eng-2.4.2-r1.ebuild | 2 +-
 app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2-r3.ebuild   | 2 +-
 app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2-r3.ebuild   | 2 +-
 .../stardict-langdao-en-zh-gb/stardict-langdao-en-zh-gb-2.4.2-r1.ebuild | 2 +-
 .../stardict-langdao-zh-en-gb/stardict-langdao-zh-en-gb-2.4.2-r1.ebuild | 2 +-
 app-dicts/stardict-mova-smiley/stardict-mova-smiley-2.4.2-r1.ebuild | 2 +-
 .../stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2-r1.ebuild   | 2 +-
 app-dicts/stardict-quick-eng-jpn/stardict-quick-eng-jpn-2.4.2-r1.ebuild | 2 +-
 app-dicts/stardict-quick-jpn-eng/stardict-quick-jpn-eng-2.4.2-r1.ebuild | 2 +-
 .../stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.4.2-r1.ebuild | 2 +-
 .../stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2-r1.ebuild | 2 +-
 .../stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.4.2-r1.ebuild | 2 +-
 .../stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2-r1.ebuild | 2 +-
 27 files changed, 27 insertions(+), 27 deletions(-)

diff --git 
a/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2-r1.ebuild 
b/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2-r1.ebuild
index 9416356b6e06..3c52b95ebe5c 100644
--- 
a/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2-r1.ebuild
+++ 
b/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2-r1.ebuild
@@ -12,4 +12,4 @@ inherit stardict
 
 HOMEPAGE="http://download.huzheng.org/zh_TW/;
 
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"

diff --git 
a/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2-r1.ebuild 
b/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2-r1.ebuild
index 318d4ab04b9e..1aad4e55eddd 100644
--- a/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2-r1.ebuild
+++ b/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2-r1.ebuild
@@ -12,4 +12,4 @@ inherit stardict
 
 HOMEPAGE="http://download.huzheng.org/zh_CN/;
 
-KEYWORDS="~amd64 ~arm ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~riscv ~x86"

diff --git 
a/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.4.2-r1.ebuild
 
b/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.4.2-r1.ebuild
index 68a18a59643a..fde6fdaf75cd 100644
--- 
a/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.4.2-r1.ebuild
+++ 
b/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.4.2-r1.ebuild
@@ -12,4 +12,4 @@ inherit stardict
 
 HOMEPAGE="http://download.huzheng.org/zh_TW/;
 
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"

diff --git 
a/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2-r1.ebuild 
b/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2-r1.ebuild
index ca802407c2e6..53abad5819db 100644
--- 
a/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2-r1.ebuild
+++ 
b/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2-r1.ebuild
@@ -12,4 +12,4 @@ inherit stardict
 
 HOMEPAGE="http://download.huzheng.org/zh_CN/;
 
-KEYWORDS="~amd64 ~arm ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~riscv ~x86"

diff --git 
a/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2-r1.ebuild 
b/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2-r1.ebuild
index 1bff2c3e35d9..57919aee0932 100644
--- 

[gentoo-commits] repo/gentoo:master commit in: app-forensics/aide/

2023-05-16 Thread Sam James
commit: a76d27ae0fb8407249f57a589454af8fdd47a408
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 00:37:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 00:37:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76d27ae

app-forensics/aide: add 0.18.3

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

 app-forensics/aide/Manifest   |   1 +
 app-forensics/aide/aide-0.18.3.ebuild | 106 ++
 2 files changed, 107 insertions(+)

diff --git a/app-forensics/aide/Manifest b/app-forensics/aide/Manifest
index a3f57e1fe912..e655a31b1f76 100644
--- a/app-forensics/aide/Manifest
+++ b/app-forensics/aide/Manifest
@@ -1,3 +1,4 @@
 DIST aide-0.17.4.tar.gz 331783 BLAKE2B 
584a385d0a0e80edf0b89eef202431adfea7fe8ba04c774e49dfb7230e766e19a48572e9d6c80386668572e459db9770b04978df484bd49c7de6433657500e13
 SHA512 
b6dba54fd204e1899d47b0b4139786cbeaa51c388027e2cfc1bb839297a70ae8ad6f37429594a730fac8007d62b4ba5b61a4aa22edbc55cbe986ccfaf5197f31
 DIST aide-0.18.2.tar.gz 382582 BLAKE2B 
267233a4dfdbc5a433389c20a1abe753133dfa01ecc205769c89a9b4699535b1d00e9df6527ae8298f4cb920e2f755e4d75d17b4a2449041a85c8c5e5ecc2abc
 SHA512 
3a209db9dc1adb345494ce20a5c3def9f40ae49723d3a978d8e9b38f43239496a330b484ed93adba88154770ce1f1a0f3cdeb2ff8d991d28a1d66cfa6cd9b68b
+DIST aide-0.18.3.tar.gz 382694 BLAKE2B 
f5e79d80c1fa2ba15096d38c1a1d197fc8665bc0ff03665367abce7722561f2054cc64f51429a1411d6aaa0df315869ac99314e660acdff31bf1dc6b471a62b8
 SHA512 
22f1d2d3e14fa88639587f5a61e114b89c784a87f636c1bbb245e620254b60ec07692e51ae27386a84810d7a915e0ddf5c5073fecb6eb72148ff5035ef8525eb
 DIST aide-0.18.tar.gz 375922 BLAKE2B 
03c961682fd25581831ca0715e57546b5595057115a456778ac0846fd1f23622600a061e2d8524f7381dfa6d43cefcdaa52d00eed2639dd60c7f3501efe8b474
 SHA512 
99d8140523ebe1d80b5d73c20bf13b8559aa22f08a9df485c15daeba7f5448c27d86ed310f2e7963076958dbe1fc2e4636807ca073dd0a6568b4eb8af2a38f4b

diff --git a/app-forensics/aide/aide-0.18.3.ebuild 
b/app-forensics/aide/aide-0.18.3.ebuild
new file mode 100644
index ..1b15f02fa969
--- /dev/null
+++ b/app-forensics/aide/aide-0.18.3.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit readme.gentoo-r1
+
+DESCRIPTION="AIDE (Advanced Intrusion Detection Environment) is a file 
integrity checker"
+HOMEPAGE="https://aide.github.io/ https://github.com/aide/aide;
+SRC_URI="https://github.com/aide/aide/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="acl audit curl e2fs mhash selinux xattr"
+
+DEPEND="
+   dev-libs/libpcre2
+   sys-libs/zlib
+   acl? ( virtual/acl )
+   audit? ( sys-process/audit )
+   curl? ( net-misc/curl )
+   e2fs? ( sys-fs/e2fsprogs )
+   !mhash? (
+   dev-libs/libgcrypt:=
+   dev-libs/libgpg-error
+   )
+   mhash? ( app-crypt/mhash )
+   selinux? ( sys-libs/libselinux )
+   xattr? ( sys-apps/attr )
+"
+RDEPEND="
+   ${DEPEND}
+   selinux? ( sec-policy/selinux-aide )
+"
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+"
+
+DISABLE_AUTOFORMATTING=1
+DOC_CONTENTS="
+Example configuration file was installed at '${EPREFIX}/etc/aide/aide.conf'.
+Please edit it to meet your needs. Refer to aide.conf(5) manual page
+for more information.
+
+A helper script, aideinit, was installed and can be used to make AIDE
+management easier. Please run 'aideinit --help' for more information."
+
+src_prepare() {
+   default
+
+   # Only needed for snapshots.
+   if [[ ${PV} == *_p* ]] ; then
+   echo "m4_define([AIDE_VERSION], [${PV}])" > version.m4 || die
+   fi
+}
+
+src_configure() {
+   # Needs Bison, flex
+   unset YACC
+   export LEX=flex
+
+   local myeconfargs=(
+   --sysconfdir="${EPREFIX}"/etc/${PN}
+
+   # Needed even in EAPI=8, >=portage-3.0.40 skips it here (bug 
#887177)
+   --disable-static
+
+   # Disable broken l10n support: 
https://sourceforge.net/p/aide/bugs/98/
+   # This doesn't affect anything because there are no 
localizations yet.
+   --without-locale
+
+   --with-zlib
+   $(use_with curl)
+   $(use_with acl posix-acl)
+   $(use_with selinux)
+   $(use_with xattr)
+   $(use_with e2fs e2fsattrs)
+   $(use_with mhash mhash)
+   $(use_with !mhash gcrypt)
+   $(use_with audit)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   readme.gentoo_create_doc
+
+   insinto /etc/${PN}
+   insopts -m0600
+   newins "${FILESDIR}"/aide.conf-r2 aide.conf
+
+   dosbin "${FILESDIR}"/aideinit
+   dodoc -r contrib/ "${FILESDIR}"/aide.cron-r2
+
+   keepdir /var/{lib,log}/${PN}
+}
+

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

2023-05-16 Thread Sam James
commit: 348376dac61e7257991207383369aa8e7ae3e781
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 00:33:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 00:33:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348376da

dev-util/fq: add 0.6.0

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

 dev-util/fq/Manifest|  2 ++
 dev-util/fq/fq-0.6.0.ebuild | 40 
 2 files changed, 42 insertions(+)

diff --git a/dev-util/fq/Manifest b/dev-util/fq/Manifest
index 21c052920477..11779dba1790 100644
--- a/dev-util/fq/Manifest
+++ b/dev-util/fq/Manifest
@@ -6,3 +6,5 @@ DIST fq-0.4.0-deps.tar.xz 23528264 BLAKE2B 
e547edf1bdd5ffdc567d820f3a8dbe5a87a1b
 DIST fq-0.4.0.tar.gz 14024197 BLAKE2B 
d3de6e8b88aa4589d4edb18539bc13110bcfcdd3599f3c9b0759e5883e72f31ebe14eeb70a71b6333fd68b5ea97c0f0d1568788d94b7fb6a922f4fccf32d964f
 SHA512 
8c8eeec5f701cbd9310f0cf44cbb5853602df84d21071a481a62cb864fe96925f0c143593c8c90b29c646aeb54d535c274e6745bfd51fddc8cfedffcfc57c712
 DIST fq-0.5.0-deps.tar.xz 23548612 BLAKE2B 
2ad41a19b4f600df4ef1ad4e900d037d5df2b4249d1019e8335511ed05dc3c9dcb48db28ca052e61ca07384d1930ef25c9ac3e768c18bdba6069cd51665e219d
 SHA512 
ab8a960a97eb4aac42adcbb9ce7bea13193439c90d9eeea3ba291f67f133953dfb9d0dbcae25a32c25f8284aedd6ff50c7719953ed2cc710839636f09f6964f4
 DIST fq-0.5.0.tar.gz 14043325 BLAKE2B 
a69d2f8602c8a1def0aff3c291e6ace23509e53a96c3b0e11e0353bc8a35cdd7ca6a8c8d1d72557e1c6895154d5e62070a7cd35ac76224c676c7e708e512d349
 SHA512 
21d0d23c21d12188bff10845b1c31cc8535f31ccef54d2b3e5b9b9770d6d0c830a9d83db3fb7f6559e940227bdcd8fdb3df45eccc2ab4cfe2e36214585e21343
+DIST fq-0.6.0-deps.tar.xz 23555196 BLAKE2B 
9cdaefa577a4f795cdae1ad548a973439e3f9bc00570cee15009fbcc09002598e5c00ed2179425c124cc00b213476717755e07c580e4e6664649448d5938
 SHA512 
075f51047f3c8884dd220d14fb72a1b35f2988cc4f5ff103349f4727361be1d0ed404526eaebf8481ab215e8cbca1f20c74981710403b74110311b0e50231fab
+DIST fq-0.6.0.tar.gz 14669090 BLAKE2B 
6ad6be12df84e8c21f01679a1dcb94b9095735570843258fe302c5b1ac0d45305fdb4ad15fff287077ecdd20bc51af56f9036127e7dcfc23b69160dc4ee04d75
 SHA512 
625bef47f03115d52a960ce1afb5f850f8cd8a5414a12df3213fd3af6e6d9b7c0022dc62ee2d424d6dcbee828c9c8f233050e9d0afb880aac2864c2b24737f40

diff --git a/dev-util/fq/fq-0.6.0.ebuild b/dev-util/fq/fq-0.6.0.ebuild
new file mode 100644
index ..5df96c3f076c
--- /dev/null
+++ b/dev-util/fq/fq-0.6.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Tool for working with binary data (app-misc/jq for binary 
formats)"
+HOMEPAGE="https://github.com/wader/fq;
+SRC_URI="https://github.com/wader/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz;
+
+LICENSE="MIT BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( dev-tcltk/expect )"
+
+src_prepare() {
+   default
+
+   # Don't unconditionally (and therefore twice) build tests
+   # TODO: upstream
+   sed -i -e 's/all: test fq/all: fq/' Makefile || die
+}
+
+src_compile() {
+   # Avoid -s being set in Makefile (stripping)
+   export GO_BUILD_LDFLAGS="-w"
+
+   default
+}
+
+src_install() {
+   einstalldocs
+
+   dobin fq
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/, net-irc/kvirc/

2023-05-16 Thread Sam James
commit: 06323e6e9827900016b0f2ef74a8fe814bb52139
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Tue May 16 23:12:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 00:29:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06323e6e

net-irc/kvirc: update, unlastrite, take

Closes: https://bugs.gentoo.org/905955
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/31071
Signed-off-by: Sam James  gentoo.org>

 net-irc/kvirc/Manifest |  1 +
 net-irc/kvirc/kvirc-5.2_pre2021063021-r1.ebuild|  4 ++--
 ...063021-r1.ebuild => kvirc-5.2_pre2022062900.ebuild} | 10 +-
 net-irc/kvirc/kvirc-.ebuild|  6 +++---
 net-irc/kvirc/metadata.xml |  9 -
 profiles/package.mask  |  7 ---
 6 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/net-irc/kvirc/Manifest b/net-irc/kvirc/Manifest
index b20a302e1243..3f6d1ad09ee2 100644
--- a/net-irc/kvirc/Manifest
+++ b/net-irc/kvirc/Manifest
@@ -1 +1,2 @@
 DIST kvirc-5.2_pre2021063021.tar.gz 6173417 BLAKE2B 
dcdb5fed3250de08d8e2896ba799e142ee04fff409006d7b7d06bdcf1cf2f6df9f7abeeb055e550d99f9cca6182d68b4f5b9ff224f78d91b1efb7f42118458e5
 SHA512 
625712cc69a2ab3a33b72b2e9935bec8f307ef1f8d5a9a0672d7eb8e7daa5ab3e6202a2b8932493c30374f0451821db161e47cb3af840c0324e27ca2e58272ef
+DIST kvirc-5.2_pre2022062900.tar.gz 6173590 BLAKE2B 
b4bfdc307df81a485acb72b33908f82bad0793139543abed03a1b84cae36cba4e11a6b8098cffc9669cb0a7c9072fd6a608589ce03a228b25dfd00b8d7d94b82
 SHA512 
4369f3703555c8717febfd32c06f6fd8576424cb3a92f9d9e24a5af93acf69ca8707d89a27804457327fd6c30601566d7874c0fc08e12018a3f5440ea988a69e

diff --git a/net-irc/kvirc/kvirc-5.2_pre2021063021-r1.ebuild 
b/net-irc/kvirc/kvirc-5.2_pre2021063021-r1.ebuild
index 6ab9911440be..cf1b5bccf2fc 100644
--- a/net-irc/kvirc/kvirc-5.2_pre2021063021-r1.ebuild
+++ b/net-irc/kvirc/kvirc-5.2_pre2021063021-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="8"
 CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_10 )
 
 inherit cmake flag-o-matic python-single-r1 xdg-utils
 
@@ -20,7 +20,7 @@ else
 fi
 
 DESCRIPTION="Advanced IRC Client"
-HOMEPAGE="https://www.kvirc.net/ https://github.com/kvirc/KVIrc;
+HOMEPAGE="http://www.kvirc.net/ https://github.com/kvirc/KVIrc;
 if [[ "${PV}" == "" ]]; then
SRC_URI=""
 else

diff --git a/net-irc/kvirc/kvirc-5.2_pre2021063021-r1.ebuild 
b/net-irc/kvirc/kvirc-5.2_pre2022062900.ebuild
similarity index 94%
copy from net-irc/kvirc/kvirc-5.2_pre2021063021-r1.ebuild
copy to net-irc/kvirc/kvirc-5.2_pre2022062900.ebuild
index 6ab9911440be..9246c864d1c0 100644
--- a/net-irc/kvirc/kvirc-5.2_pre2021063021-r1.ebuild
+++ b/net-irc/kvirc/kvirc-5.2_pre2022062900.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="8"
 CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit cmake flag-o-matic python-single-r1 xdg-utils
 
@@ -14,13 +14,13 @@ if [[ "${PV}" == "" ]]; then
KVIRC_GIT_REVISION=""
KVIRC_GIT_SOURCES_DATE=""
 else
-   KVIRC_GIT_REVISION="d86b79f657bb7388d7ec1d3e0d91e7c4221c2394"
+   KVIRC_GIT_REVISION="eb3fdd6b1d824f148fd6e582852dcba77fc9a271"
KVIRC_GIT_SOURCES_DATE="${PV#*_pre}"

KVIRC_GIT_SOURCES_DATE="${KVIRC_GIT_SOURCES_DATE:0:4}-${KVIRC_GIT_SOURCES_DATE:4:2}-${KVIRC_GIT_SOURCES_DATE:6:2}"
 fi
 
 DESCRIPTION="Advanced IRC Client"
-HOMEPAGE="https://www.kvirc.net/ https://github.com/kvirc/KVIrc;
+HOMEPAGE="http://www.kvirc.net/ https://github.com/kvirc/KVIrc;
 if [[ "${PV}" == "" ]]; then
SRC_URI=""
 else
@@ -29,7 +29,7 @@ fi
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon 
profile +python spell +ssl theora"
 REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -64,7 +64,7 @@ DEPEND="dev-qt/qtcore:5
perl? ( dev-lang/perl:0= )
phonon? ( media-libs/phonon[qt5(+)] )
python? ( ${PYTHON_DEPS} )
-   spell? ( app-text/enchant:0= )
+   spell? ( app-text/enchant:2 )
ssl? ( dev-libs/openssl:0= )
theora? (
media-libs/libogg

diff --git a/net-irc/kvirc/kvirc-.ebuild b/net-irc/kvirc/kvirc-.ebuild
index 4d5f22d2ebd6..8f3d3ec5f184 100644
--- a/net-irc/kvirc/kvirc-.ebuild
+++ b/net-irc/kvirc/kvirc-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="8"
 CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit cmake flag-o-matic python-single-r1 xdg-utils
 
@@ -20,7 +20,7 @@ else
 fi
 
 DESCRIPTION="Advanced IRC Client"
-HOMEPAGE="https://www.kvirc.net/ https://github.com/kvirc/KVIrc;

[gentoo-commits] repo/gentoo:master commit in: net-im/element-desktop-bin/

2023-05-16 Thread Stefan Strogin
commit: 3a1ba2888f044856b2665f8f1381b7c913e28ec2
Author: Stefan Strogin  gentoo  org>
AuthorDate: Wed May 17 00:18:52 2023 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Wed May 17 00:21:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1ba288

net-im/element-desktop-bin: upgrade to 1.11.31

Signed-off-by: Stefan Strogin  gentoo.org>

 net-im/element-desktop-bin/Manifest | 2 +-
 ...nt-desktop-bin-1.11.29.ebuild => element-desktop-bin-1.11.31.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/element-desktop-bin/Manifest 
b/net-im/element-desktop-bin/Manifest
index 947264dbe298..8536af54ee5d 100644
--- a/net-im/element-desktop-bin/Manifest
+++ b/net-im/element-desktop-bin/Manifest
@@ -1 +1 @@
-DIST element-desktop_1.11.29_amd64.deb 90337796 BLAKE2B 
03118df614b06197e073c1f23c8434af9df491d1c441f5b314de929865e4ea6de8c6a2cac20506a061138105fa26c6f8f080c5eb757d17165a701b72571ce1a9
 SHA512 
7b8f96d34938eb42890c7cb5f344a1580cb4136cdc04f98ccceeeae89a9f325620143bbad17a9229016c16198fa54299f0025b0dda01693396433eade5f12ae9
+DIST element-desktop_1.11.31_amd64.deb 88304718 BLAKE2B 
65a47125d08e36cfaeac54efebe74e24551aed987569de9252e6af35ecff88bc65fd072963ccfde29f988cbf616bcfceaa2740a69007302d111557c883f6e783
 SHA512 
d709ce23b3bffc8685cb8c0f818e0ddc19697db9abc832f170b29bf3fb8b7531f043b8456824a9633646a118629c037519e0be6d77a64bacbb39d772dd1d40ff

diff --git a/net-im/element-desktop-bin/element-desktop-bin-1.11.29.ebuild 
b/net-im/element-desktop-bin/element-desktop-bin-1.11.31.ebuild
similarity index 98%
rename from net-im/element-desktop-bin/element-desktop-bin-1.11.29.ebuild
rename to net-im/element-desktop-bin/element-desktop-bin-1.11.31.ebuild
index a265fd85b2b5..95f65db63e43 100644
--- a/net-im/element-desktop-bin/element-desktop-bin-1.11.29.ebuild
+++ b/net-im/element-desktop-bin/element-desktop-bin-1.11.31.ebuild
@@ -55,7 +55,7 @@ QA_PREBUILT="opt/Element/chrome-sandbox
opt/Element/libffmpeg.so
opt/Element/libvk_swiftshader.so
opt/Element/libvulkan.so.1
-   
opt/Element/resources/app.asar.unpacked/node_modules/matrix-seshat/native/index.node
+   
opt/Element/resources/app.asar.unpacked/node_modules/matrix-seshat/index.node

opt/Element/resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node"
 
 src_prepare() {



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

2023-05-16 Thread Sam James
commit: d517f7a8790da1d4add67ad18ade6b0e39c2421c
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 00:14:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 00:14:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d517f7a8

sys-libs/libnbd: Keyword 1.16.1-r1 sparc, #906331

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

 sys-libs/libnbd/libnbd-1.16.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild 
b/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild
index 625b4a38d242..6be886ede4e7 100644
--- a/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild
+++ b/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 
1-2)-stable/${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 IUSE="fuse gnutls go ocaml python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2023-05-16 Thread Sam James
commit: 83c56bbcffee8f902238c678f88e6a865399473b
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 00:14:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 00:14:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c56bbc

sys-block/nbdkit: Keyword 1.32.4 sparc, #906331

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

 sys-block/nbdkit/nbdkit-1.32.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbdkit/nbdkit-1.32.4.ebuild 
b/sys-block/nbdkit/nbdkit-1.32.4.ebuild
index 36d260e9022c..65b7b4cfa153 100644
--- a/sys-block/nbdkit/nbdkit-1.32.4.ebuild
+++ b/sys-block/nbdkit/nbdkit-1.32.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://download.libguestfs.org/nbdkit/$(ver_cut 
1-2)-stable/${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~sparc ~x86"
 IUSE="curl ext2 nbd gnutls libguestfs libssh libvirt lzma selinux torrent 
valgrind zlib zstd"
 
 RDEPEND="



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

2023-05-16 Thread Matt Turner
commit: 4ecc20a56320ccf1a7550e8cccf76a6dc157dec5
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May 16 23:50:12 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 17 00:11:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ecc20a5

Revert "profiles: Mask app-text/sdcv for removal"

This reverts commit ce7873c1528648becb1e02235240fc0938a2ed35.

Bug: https://bugs.gentoo.org/905901
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f417b092a435..2c072ee4ef8c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -62,12 +62,6 @@ games-emulation/pcsxr
 # Removal on 2023-06-12
 gnome-extra/gucharmap:0
 
-# Matt Turner  (2023-05-11)
-# Console version of stardict which is masked for removal. Only reverse
-# dependencies are app-dicts/stardict-* (via stardict.eclass).
-# Bug #905901. Removal on 2023-06-11
-app-text/sdcv
-
 # Matt Turner  (2023-05-11)
 # Dictionaries for app-text/stardict which is masked for removal.
 # Bug #905901. Removal on 2023-06-11



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

2023-05-16 Thread Matt Turner
commit: 3ddbba72cb878d66fcb614a664beeb0976eea153
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May 16 23:49:47 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 17 00:11:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ddbba72

Revert "stardict.eclass: Mark @DEAD"

This reverts commit 7a0a0ebb526cce917c052f540037ba0519a20c42.

Bug: https://bugs.gentoo.org/905901
Signed-off-by: Matt Turner  gentoo.org>

 eclass/stardict.eclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass
index 24c0aa331377..080c01f92470 100644
--- a/eclass/stardict.eclass
+++ b/eclass/stardict.eclass
@@ -1,7 +1,6 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# @DEAD
 # @ECLASS: stardict.eclass
 # @MAINTAINER:
 # No maintainer 



[gentoo-commits] repo/gentoo:master commit in: www-client/opera-beta/

2023-05-16 Thread Mike Gilbert
commit: f66e3a3c354700cbafc50b76da7a55cdc2daf0a3
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 17 00:01:08 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 17 00:01:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66e3a3c

www-client/opera-beta: remove old

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

 www-client/opera-beta/Manifest |   1 -
 .../opera-beta/opera-beta-98.0.4759.1.ebuild   | 166 -
 2 files changed, 167 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index d8e72d889263..54c884a91f4b 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,4 +1,3 @@
-DIST opera-beta_98.0.4759.1_amd64.deb 104289216 BLAKE2B 
b8f228b919600517087786f42326825e5c6149328e124d4fa5ffef72f2cba2827250a5f66f94265dfe511066f5c23954198884b3fd219eda1fb68d927218279c
 SHA512 
33311974079c686e6bcf442428f33f21479b72db657976f591c1602132f849838a1a46aa72c5ba9c6504e590709e7c6eace3464c5c4b5e9d8da40c8b823f68b1
 DIST opera-beta_98.0.4759.21_amd64.deb 104397508 BLAKE2B 
06fed47bb8039df41d17b5e8683514ff27d57d3c6008da5009bc0ae982a08d05575dfa9284ba36b9b6daabcaeef4087861bd5e92fb04a7cf99d0059df8923e8d
 SHA512 
6dfdf7069d06fd9821aa6bc13b68b7b803953cbd71cceb76ea000494ce716af1edbea8965bc4b7ad66daf11b065c43c486947e1b9d0074b2e92e3b7cd1fe1416
 DIST opera-beta_98.0.4759.3_amd64.deb 104333468 BLAKE2B 
d661355bf8a96d4f61c10796d164a03fe817bcfa914961e64cff20f8c8f37c283dd29d0106f00db1e50eaae7fdbb549b20778946debeb74802770c398b833bd3
 SHA512 
97bfd7a7dc32957a61892825280454af0251eb7e6f256b94c1b9cd0c6aecc99da07ae429c4d76752f598824844fbb06ca1dc69fe20a2f3cae85d4ac4a6bf18f8
 DIST opera-beta_99.0.4788.6_amd64.deb 105665800 BLAKE2B 
799affa9684d0eff9bcb8690a225d2b3d92e9cfb6a8e69a2d8273dec742199b4720070865b63192e97bf1f7e895c0cfb221f19e6ba6b360b7ea7dd9ae1cefed5
 SHA512 
8dbfe342edae75f9be888d0809221e132433f83f9e6d4d0752f3a7d36129bd5a06225a8001ff552cb4a701d19c83747b1331c95afacd6a3e8f2f45e577b940fd

diff --git a/www-client/opera-beta/opera-beta-98.0.4759.1.ebuild 
b/www-client/opera-beta/opera-beta-98.0.4759.1.ebuild
deleted file mode 100644
index 2a9aded891d9..
--- a/www-client/opera-beta/opera-beta-98.0.4759.1.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_LANGS="
-   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-
-# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
-: ${OPERA_FORCE_RPM=no}
-
-inherit chromium-2 pax-utils xdg
-
-if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   inherit rpm
-   OPERA_ARCHIVE_EXT="rpm"
-else
-   inherit unpacker
-   OPERA_ARCHIVE_EXT="deb"
-fi
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-FFMPEG_VERSION="110.0.5464.2"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
-   proprietary-codecs? (
-   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs +suid qt5"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gsettings-desktop-schemas
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/pango
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="opt/opera${PN#opera}"
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "opera only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   

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

2023-05-16 Thread Mike Gilbert
commit: b7cf75afb31a2e4876197d992c97d21521202a58
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 17 00:00:43 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 17 00:00:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cf75af

www-client/opera: automated bump (99.0.4788.9)

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

 www-client/opera/Manifest |   1 +
 www-client/opera/opera-99.0.4788.9.ebuild | 166 ++
 2 files changed, 167 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 153bdccaa980..d3e41ce62fa9 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,2 +1,3 @@
 DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3
 DIST opera-stable_98.0.4759.39_amd64.deb 104349124 BLAKE2B 
a30b1610daa0789108fd0bc4728502921f84eec83cd4a6303e8e87d9124eb9dac40f48de1ea48b4d6a35b5f60511e5dd0eba8cda444e19ea22fe135ae0f7c591
 SHA512 
fc30fde586633e96c09d56f8c9943f4dd36ee0426aaaea2d6171db90d4fbcdbdc0cf1599d90c7e21dc257273e39cec090d4f3ec6c7a85ce02936f99cee77dd60
+DIST opera-stable_99.0.4788.9_amd64.deb 105581948 BLAKE2B 
ff64708d2f1f77bab4dfc621258753ae4b54ab20d08f1fef5a0428a45723118b50304f3945b4980091d61f4f42649686c2d4b15261257d25bcedb53e9c42
 SHA512 
5d23f08c8ed4bc4be9ca1bda3247a82ec0f5b0a6b9b8465fd175baacf3c3e28db5cf315161c843404dbe24854222a47f246ddd14304ecaca1349de9056649197

diff --git a/www-client/opera/opera-99.0.4788.9.ebuild 
b/www-client/opera/opera-99.0.4788.9.ebuild
new file mode 100644
index ..2a9aded891d9
--- /dev/null
+++ b/www-client/opera/opera-99.0.4788.9.ebuild
@@ -0,0 +1,166 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   inherit rpm
+   OPERA_ARCHIVE_EXT="rpm"
+else
+   inherit unpacker
+   OPERA_ARCHIVE_EXT="deb"
+fi
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="110.0.5464.2"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+   proprietary-codecs? (
+   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs +suid qt5"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="opt/opera${PN#opera}"
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "opera only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   rpm_src_unpack "${A[0]}"
+   else
+   unpacker
+   fi
+
+   # move to /opt, bug #573052
+   mkdir -p "${OPERA_HOME%${PN}}"
+   if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   mv "usr/lib64/${PN}" "${OPERA_HOME%${PN}}" || 

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

2023-05-16 Thread Mike Gilbert
commit: eee23edb3d25ae479ba146a5159eb9a6bf788cb1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 17 00:00:52 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 17 00:00:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee23edb

www-client/opera: remove old

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

 www-client/opera/Manifest  |   1 -
 www-client/opera/opera-98.0.4759.39.ebuild | 166 -
 2 files changed, 167 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index d3e41ce62fa9..419b29e95640 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,3 +1,2 @@
 DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3
-DIST opera-stable_98.0.4759.39_amd64.deb 104349124 BLAKE2B 
a30b1610daa0789108fd0bc4728502921f84eec83cd4a6303e8e87d9124eb9dac40f48de1ea48b4d6a35b5f60511e5dd0eba8cda444e19ea22fe135ae0f7c591
 SHA512 
fc30fde586633e96c09d56f8c9943f4dd36ee0426aaaea2d6171db90d4fbcdbdc0cf1599d90c7e21dc257273e39cec090d4f3ec6c7a85ce02936f99cee77dd60
 DIST opera-stable_99.0.4788.9_amd64.deb 105581948 BLAKE2B 
ff64708d2f1f77bab4dfc621258753ae4b54ab20d08f1fef5a0428a45723118b50304f3945b4980091d61f4f42649686c2d4b15261257d25bcedb53e9c42
 SHA512 
5d23f08c8ed4bc4be9ca1bda3247a82ec0f5b0a6b9b8465fd175baacf3c3e28db5cf315161c843404dbe24854222a47f246ddd14304ecaca1349de9056649197

diff --git a/www-client/opera/opera-98.0.4759.39.ebuild 
b/www-client/opera/opera-98.0.4759.39.ebuild
deleted file mode 100644
index 0e25b4f32b9e..
--- a/www-client/opera/opera-98.0.4759.39.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_LANGS="
-   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-
-# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
-: ${OPERA_FORCE_RPM=no}
-
-inherit chromium-2 pax-utils xdg
-
-if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   inherit rpm
-   OPERA_ARCHIVE_EXT="rpm"
-else
-   inherit unpacker
-   OPERA_ARCHIVE_EXT="deb"
-fi
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* amd64"
-
-FFMPEG_VERSION="110.0.5464.2"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
-   proprietary-codecs? (
-   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs +suid qt5"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gsettings-desktop-schemas
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/pango
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="opt/opera${PN#opera}"
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "opera only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   rpm_src_unpack "${A[0]}"
-   else
-   unpacker
-   fi
-
-   # move to /opt, bug #573052
-   mkdir -p "${OPERA_HOME%${PN}}"
-   if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   mv "usr/lib64/${PN}" "${OPERA_HOME%${PN}}" || die
-   

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-beta/

2023-05-16 Thread Mike Gilbert
commit: 45f98f11eaa8ef6e7e32f13a9c2afb59295744e1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 16 23:59:27 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 16 23:59:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f98f11

www-client/microsoft-edge-beta: automated bump (114.0.1823.11)

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

 www-client/microsoft-edge-beta/Manifest|   1 +
 .../microsoft-edge-beta-114.0.1823.11.ebuild   | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 05f2fc49ffb3..5fb55e6b68d6 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,4 +1,5 @@
 DIST microsoft-edge-beta_113.0.1774.27-1_amd64.deb 145797966 BLAKE2B 
37a1bd65739f9b4b2bd3bcb1bf62e19a7b608736d3be53216a59a07e9efc700217a3bd1d1a38bb4209f8c54b1a84c14ce76eb3df745e17567e4ed4e777d51d8a
 SHA512 
829cf410ddd1c67e4dd79d955e5c7788aca11faee3d73fa3d43ebe261620008bef21256547b65804857c3f9cc3f98a65c8a515d4ada6e68399aec7dc9aa75aed
 DIST microsoft-edge-beta_113.0.1774.32-1_amd64.deb 146387314 BLAKE2B 
8bca828f867c845b60de7ad52f70f9fce0efd873520d2d582ed8caa5e4e1b83e2b34cbffb79941061657392c045813f9a0b2b676fd6a6c5936488bcec9f97e5e
 SHA512 
51b8dd3c37603e377d35598067d812b549363b24cf53121b42cb15ee3a380a102100bd7915af8a7e135284f7f8a0be348cedaa8aeb6ad49db495834ccedf6503
 DIST microsoft-edge-beta_113.0.1774.35-1_amd64.deb 146325178 BLAKE2B 
d1a7a926585d5933c38e3c1273b4465bfc0fda43526b5a1a2866d69517623a314ab0619cda58bc307214d7e56d3f38f4aab88d1a02d5ed04133af6fa1494134d
 SHA512 
79d3daff7e24e4d5386b0530e828c75d402d0c691279e1d2e3f8463aa49626ece59527f34b24f916cac977304c3bc0d225dddbb412cd17b539808c78b2745fe4
+DIST microsoft-edge-beta_114.0.1823.11-1_amd64.deb 147285158 BLAKE2B 
f1a2ba54e9ed7e549e231ec12e0f77191251213d3f41d323963b7d006cac492de628813c6767a523c643f243b6bd5ca5f5a77e6b0f628933e322844ba8075512
 SHA512 
5dcf29d20e57ad4eb94d94e46adf40f7515869ed1a2da856946cf66eb81f623e6fc5abd9f5d9f90667b0a9ebca6fbc510ff540b44b6ad9ab9fd9358f77704a3d
 DIST microsoft-edge-beta_114.0.1823.18-1_amd64.deb 147335502 BLAKE2B 
2a452cf4e8156886cc278a2a85e18fd7d32cadaa44e77bb8b657fa25e834ec663ee7c203abef25f4f742860e2f1d7674432a4723ef7697f16d241b626d408e2e
 SHA512 
248b5281eaf3f8e9ae3c6075dababfeaacecd43454b66c54257a3c44efee5da4b3e7c7ee0b56f81d548a5f494c75d5fa739e45972daebda88945b268c1377e49

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.11.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.11.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.11.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd 

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/

2023-05-16 Thread Mike Gilbert
commit: e623b022e054d9534a70fec5d81726e3b119e33e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 17 00:01:21 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 17 00:01:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e623b022

www-client/opera-developer: automated bump (100.0.4801.0)

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

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-100.0.4801.0.ebuild| 166 +
 2 files changed, 167 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 1fc57b7a0523..139b563f460c 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,4 +1,5 @@
 DIST opera-developer_100.0.4790.0_amd64.deb 106731688 BLAKE2B 
ae23791fd21bc71abacd8e73e3de69fa51b3da305ca783ed630cdb6f5c1f153a181fa1193bdfe23e868f4b4bf76558f9bd52b453e3b2647d272b553050a3a0d5
 SHA512 
e5d23054dbb914b5c363eabbe46649ff2720e9d265dc45096f8bc3d4e97540284446c6029a972968f6d6c0a15213aceda0e3bc33a1aa5d2d40842f6bb585d32d
+DIST opera-developer_100.0.4801.0_amd64.deb 106755760 BLAKE2B 
413b10fd1576d19b2e0e9bfd93d016b2a2bfd6b0b31e2ee177a9886f1a0d4f1a52b48c31e3a826f6cdd9113cf1d58dbb4c14ed0d0bd521a5de233102a1ad0956
 SHA512 
d92c0f4808dd5f241fd58d11bcb0bb01bf63ff9f94e743ec6235267270274e4ad2b7ad684c53a3f3e160676945a06bc8ca657e419f1323ccffd2323f69adbad8
 DIST opera-developer_99.0.4765.0_amd64.deb 104310524 BLAKE2B 
cdbf344cc74feea147641eb4b6031fa5a9479d502639acd19b790018310be95d04a1d017ec6d865cf14880ea332e12ea0f19f7d952d5a39c2a934e6d150a
 SHA512 
1d2b9f6e911b8dd2bdcc762f69588551de45a2ddeef84cdf90dba00be851d620d7e0dd02318e06e963686e0f5a713c71b734639cf8c180aeb9ae465a74ed7c20
 DIST opera-developer_99.0.4780.0_amd64.deb 105323460 BLAKE2B 
3305318d3637e62a7aacb65d37ca31bf2f01adca5be4e0c173ff467491e2499012e6dc1d5f36f29e0adefe516fec3bffa35c3bcdad85d0613c53968f126d1a92
 SHA512 
e471b6bb1bac412a741f2455f321427d59bb9d60d35831e4ffb51376f4db4afa1e0cc2be87c6b1e14836a5bc6aed1e9c31cb935b7dde08fa7e81ea3feb8947dc
 DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3

diff --git a/www-client/opera-developer/opera-developer-100.0.4801.0.ebuild 
b/www-client/opera-developer/opera-developer-100.0.4801.0.ebuild
new file mode 100644
index ..2a9aded891d9
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-100.0.4801.0.ebuild
@@ -0,0 +1,166 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   inherit rpm
+   OPERA_ARCHIVE_EXT="rpm"
+else
+   inherit unpacker
+   OPERA_ARCHIVE_EXT="deb"
+fi
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="110.0.5464.2"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+   proprietary-codecs? (
+   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs +suid qt5"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+   qt5? (
+   

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

2023-05-16 Thread Mike Gilbert
commit: 8aa1e75e8d7c827e91db90caba6889ee726bf1e2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 17 00:00:49 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 17 00:00:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa1e75e

www-client/opera: amd64 stable (99.0.4788.9)

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

 www-client/opera/opera-99.0.4788.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/opera/opera-99.0.4788.9.ebuild 
b/www-client/opera/opera-99.0.4788.9.ebuild
index 2a9aded891d9..0e25b4f32b9e 100644
--- a/www-client/opera/opera-99.0.4788.9.ebuild
+++ b/www-client/opera/opera-99.0.4788.9.ebuild
@@ -41,7 +41,7 @@ else
MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 FFMPEG_VERSION="110.0.5464.2"
 



[gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/

2023-05-16 Thread Mike Gilbert
commit: a8c2dd8cbb282cc4f5a1d1e4da3e8b64e1855e71
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 17 00:01:33 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 17 00:01:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c2dd8c

www-client/opera-developer: automated bump (100.0.4796.0)

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

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-100.0.4796.0.ebuild| 166 +
 2 files changed, 167 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 139b563f460c..88a76101fb30 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,4 +1,5 @@
 DIST opera-developer_100.0.4790.0_amd64.deb 106731688 BLAKE2B 
ae23791fd21bc71abacd8e73e3de69fa51b3da305ca783ed630cdb6f5c1f153a181fa1193bdfe23e868f4b4bf76558f9bd52b453e3b2647d272b553050a3a0d5
 SHA512 
e5d23054dbb914b5c363eabbe46649ff2720e9d265dc45096f8bc3d4e97540284446c6029a972968f6d6c0a15213aceda0e3bc33a1aa5d2d40842f6bb585d32d
+DIST opera-developer_100.0.4796.0_amd64.deb 106790820 BLAKE2B 
af9ff4b7043a0032156aa840144f7b5554e3da4e5119d40128609116149e80fa98da437da330e37c4773e9dd03c7d2ecdca9dfdf50e2a5db35588e8ae7efd735
 SHA512 
c2dd2ecf0bcacb3c94e352b6d0afd1cfbb8fcf41ceba8ed89aac9c61621a01b053757bd494c78c4a7fe31d8e7367355724c5de01a32f68d07f79a01ac72de8c8
 DIST opera-developer_100.0.4801.0_amd64.deb 106755760 BLAKE2B 
413b10fd1576d19b2e0e9bfd93d016b2a2bfd6b0b31e2ee177a9886f1a0d4f1a52b48c31e3a826f6cdd9113cf1d58dbb4c14ed0d0bd521a5de233102a1ad0956
 SHA512 
d92c0f4808dd5f241fd58d11bcb0bb01bf63ff9f94e743ec6235267270274e4ad2b7ad684c53a3f3e160676945a06bc8ca657e419f1323ccffd2323f69adbad8
 DIST opera-developer_99.0.4765.0_amd64.deb 104310524 BLAKE2B 
cdbf344cc74feea147641eb4b6031fa5a9479d502639acd19b790018310be95d04a1d017ec6d865cf14880ea332e12ea0f19f7d952d5a39c2a934e6d150a
 SHA512 
1d2b9f6e911b8dd2bdcc762f69588551de45a2ddeef84cdf90dba00be851d620d7e0dd02318e06e963686e0f5a713c71b734639cf8c180aeb9ae465a74ed7c20
 DIST opera-developer_99.0.4780.0_amd64.deb 105323460 BLAKE2B 
3305318d3637e62a7aacb65d37ca31bf2f01adca5be4e0c173ff467491e2499012e6dc1d5f36f29e0adefe516fec3bffa35c3bcdad85d0613c53968f126d1a92
 SHA512 
e471b6bb1bac412a741f2455f321427d59bb9d60d35831e4ffb51376f4db4afa1e0cc2be87c6b1e14836a5bc6aed1e9c31cb935b7dde08fa7e81ea3feb8947dc

diff --git a/www-client/opera-developer/opera-developer-100.0.4796.0.ebuild 
b/www-client/opera-developer/opera-developer-100.0.4796.0.ebuild
new file mode 100644
index ..2a9aded891d9
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-100.0.4796.0.ebuild
@@ -0,0 +1,166 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   inherit rpm
+   OPERA_ARCHIVE_EXT="rpm"
+else
+   inherit unpacker
+   OPERA_ARCHIVE_EXT="deb"
+fi
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="110.0.5464.2"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+   proprietary-codecs? (
+   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs +suid qt5"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+   qt5? (
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-beta/

2023-05-16 Thread Mike Gilbert
commit: 79302408fe2ebe26a9ced9a1dc346947220e33ba
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 16 23:59:08 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 16 23:59:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79302408

www-client/microsoft-edge-beta: automated bump (114.0.1823.18)

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

 www-client/microsoft-edge-beta/Manifest|   1 +
 .../microsoft-edge-beta-114.0.1823.18.ebuild   | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 135aeed3e7b5..05f2fc49ffb3 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-beta_113.0.1774.27-1_amd64.deb 145797966 BLAKE2B 
37a1bd65739f9b4b2bd3bcb1bf62e19a7b608736d3be53216a59a07e9efc700217a3bd1d1a38bb4209f8c54b1a84c14ce76eb3df745e17567e4ed4e777d51d8a
 SHA512 
829cf410ddd1c67e4dd79d955e5c7788aca11faee3d73fa3d43ebe261620008bef21256547b65804857c3f9cc3f98a65c8a515d4ada6e68399aec7dc9aa75aed
 DIST microsoft-edge-beta_113.0.1774.32-1_amd64.deb 146387314 BLAKE2B 
8bca828f867c845b60de7ad52f70f9fce0efd873520d2d582ed8caa5e4e1b83e2b34cbffb79941061657392c045813f9a0b2b676fd6a6c5936488bcec9f97e5e
 SHA512 
51b8dd3c37603e377d35598067d812b549363b24cf53121b42cb15ee3a380a102100bd7915af8a7e135284f7f8a0be348cedaa8aeb6ad49db495834ccedf6503
 DIST microsoft-edge-beta_113.0.1774.35-1_amd64.deb 146325178 BLAKE2B 
d1a7a926585d5933c38e3c1273b4465bfc0fda43526b5a1a2866d69517623a314ab0619cda58bc307214d7e56d3f38f4aab88d1a02d5ed04133af6fa1494134d
 SHA512 
79d3daff7e24e4d5386b0530e828c75d402d0c691279e1d2e3f8463aa49626ece59527f34b24f916cac977304c3bc0d225dddbb412cd17b539808c78b2745fe4
+DIST microsoft-edge-beta_114.0.1823.18-1_amd64.deb 147335502 BLAKE2B 
2a452cf4e8156886cc278a2a85e18fd7d32cadaa44e77bb8b657fa25e834ec663ee7c203abef25f4f742860e2f1d7674432a4723ef7697f16d241b626d408e2e
 SHA512 
248b5281eaf3f8e9ae3c6075dababfeaacecd43454b66c54257a3c44efee5da4b3e7c7ee0b56f81d548a5f494c75d5fa739e45972daebda88945b268c1377e49

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.18.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.18.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.18.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm -f _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
+ 

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/

2023-05-16 Thread Mike Gilbert
commit: fe08c0ce59505bcdf5325cc53cc9e463cc370b5a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 17 00:01:37 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 17 00:01:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe08c0ce

www-client/opera-developer: remove old

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

 www-client/opera-developer/Manifest|   2 -
 .../opera-developer-99.0.4765.0.ebuild | 166 -
 .../opera-developer-99.0.4780.0.ebuild | 166 -
 3 files changed, 334 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 88a76101fb30..e867c3c5105b 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,6 +1,4 @@
 DIST opera-developer_100.0.4790.0_amd64.deb 106731688 BLAKE2B 
ae23791fd21bc71abacd8e73e3de69fa51b3da305ca783ed630cdb6f5c1f153a181fa1193bdfe23e868f4b4bf76558f9bd52b453e3b2647d272b553050a3a0d5
 SHA512 
e5d23054dbb914b5c363eabbe46649ff2720e9d265dc45096f8bc3d4e97540284446c6029a972968f6d6c0a15213aceda0e3bc33a1aa5d2d40842f6bb585d32d
 DIST opera-developer_100.0.4796.0_amd64.deb 106790820 BLAKE2B 
af9ff4b7043a0032156aa840144f7b5554e3da4e5119d40128609116149e80fa98da437da330e37c4773e9dd03c7d2ecdca9dfdf50e2a5db35588e8ae7efd735
 SHA512 
c2dd2ecf0bcacb3c94e352b6d0afd1cfbb8fcf41ceba8ed89aac9c61621a01b053757bd494c78c4a7fe31d8e7367355724c5de01a32f68d07f79a01ac72de8c8
 DIST opera-developer_100.0.4801.0_amd64.deb 106755760 BLAKE2B 
413b10fd1576d19b2e0e9bfd93d016b2a2bfd6b0b31e2ee177a9886f1a0d4f1a52b48c31e3a826f6cdd9113cf1d58dbb4c14ed0d0bd521a5de233102a1ad0956
 SHA512 
d92c0f4808dd5f241fd58d11bcb0bb01bf63ff9f94e743ec6235267270274e4ad2b7ad684c53a3f3e160676945a06bc8ca657e419f1323ccffd2323f69adbad8
-DIST opera-developer_99.0.4765.0_amd64.deb 104310524 BLAKE2B 
cdbf344cc74feea147641eb4b6031fa5a9479d502639acd19b790018310be95d04a1d017ec6d865cf14880ea332e12ea0f19f7d952d5a39c2a934e6d150a
 SHA512 
1d2b9f6e911b8dd2bdcc762f69588551de45a2ddeef84cdf90dba00be851d620d7e0dd02318e06e963686e0f5a713c71b734639cf8c180aeb9ae465a74ed7c20
-DIST opera-developer_99.0.4780.0_amd64.deb 105323460 BLAKE2B 
3305318d3637e62a7aacb65d37ca31bf2f01adca5be4e0c173ff467491e2499012e6dc1d5f36f29e0adefe516fec3bffa35c3bcdad85d0613c53968f126d1a92
 SHA512 
e471b6bb1bac412a741f2455f321427d59bb9d60d35831e4ffb51376f4db4afa1e0cc2be87c6b1e14836a5bc6aed1e9c31cb935b7dde08fa7e81ea3feb8947dc
 DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3

diff --git a/www-client/opera-developer/opera-developer-99.0.4765.0.ebuild 
b/www-client/opera-developer/opera-developer-99.0.4765.0.ebuild
deleted file mode 100644
index 2a9aded891d9..
--- a/www-client/opera-developer/opera-developer-99.0.4765.0.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_LANGS="
-   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-
-# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
-: ${OPERA_FORCE_RPM=no}
-
-inherit chromium-2 pax-utils xdg
-
-if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   inherit rpm
-   OPERA_ARCHIVE_EXT="rpm"
-else
-   inherit unpacker
-   OPERA_ARCHIVE_EXT="deb"
-fi
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-FFMPEG_VERSION="110.0.5464.2"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
-   proprietary-codecs? (
-   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs +suid qt5"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gsettings-desktop-schemas
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/glibc
-   

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-beta/

2023-05-16 Thread Mike Gilbert
commit: 6fa23aee9b41aee7dae3ad22b59ff076b596a98d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 16 23:59:30 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 16 23:59:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa23aee

www-client/microsoft-edge-beta: remove old

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

 www-client/microsoft-edge-beta/Manifest|   2 -
 .../microsoft-edge-beta-113.0.1774.27.ebuild   | 123 -
 .../microsoft-edge-beta-113.0.1774.32.ebuild   | 123 -
 3 files changed, 248 deletions(-)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 5fb55e6b68d6..fcafa70bac83 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,5 +1,3 @@
-DIST microsoft-edge-beta_113.0.1774.27-1_amd64.deb 145797966 BLAKE2B 
37a1bd65739f9b4b2bd3bcb1bf62e19a7b608736d3be53216a59a07e9efc700217a3bd1d1a38bb4209f8c54b1a84c14ce76eb3df745e17567e4ed4e777d51d8a
 SHA512 
829cf410ddd1c67e4dd79d955e5c7788aca11faee3d73fa3d43ebe261620008bef21256547b65804857c3f9cc3f98a65c8a515d4ada6e68399aec7dc9aa75aed
-DIST microsoft-edge-beta_113.0.1774.32-1_amd64.deb 146387314 BLAKE2B 
8bca828f867c845b60de7ad52f70f9fce0efd873520d2d582ed8caa5e4e1b83e2b34cbffb79941061657392c045813f9a0b2b676fd6a6c5936488bcec9f97e5e
 SHA512 
51b8dd3c37603e377d35598067d812b549363b24cf53121b42cb15ee3a380a102100bd7915af8a7e135284f7f8a0be348cedaa8aeb6ad49db495834ccedf6503
 DIST microsoft-edge-beta_113.0.1774.35-1_amd64.deb 146325178 BLAKE2B 
d1a7a926585d5933c38e3c1273b4465bfc0fda43526b5a1a2866d69517623a314ab0619cda58bc307214d7e56d3f38f4aab88d1a02d5ed04133af6fa1494134d
 SHA512 
79d3daff7e24e4d5386b0530e828c75d402d0c691279e1d2e3f8463aa49626ece59527f34b24f916cac977304c3bc0d225dddbb412cd17b539808c78b2745fe4
 DIST microsoft-edge-beta_114.0.1823.11-1_amd64.deb 147285158 BLAKE2B 
f1a2ba54e9ed7e549e231ec12e0f77191251213d3f41d323963b7d006cac492de628813c6767a523c643f243b6bd5ca5f5a77e6b0f628933e322844ba8075512
 SHA512 
5dcf29d20e57ad4eb94d94e46adf40f7515869ed1a2da856946cf66eb81f623e6fc5abd9f5d9f90667b0a9ebca6fbc510ff540b44b6ad9ab9fd9358f77704a3d
 DIST microsoft-edge-beta_114.0.1823.18-1_amd64.deb 147335502 BLAKE2B 
2a452cf4e8156886cc278a2a85e18fd7d32cadaa44e77bb8b657fa25e834ec663ee7c203abef25f4f742860e2f1d7674432a4723ef7697f16d241b626d408e2e
 SHA512 
248b5281eaf3f8e9ae3c6075dababfeaacecd43454b66c54257a3c44efee5da4b3e7c7ee0b56f81d548a5f494c75d5fa739e45972daebda88945b268c1377e49

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-113.0.1774.27.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-113.0.1774.27.ebuild
deleted file mode 100644
index ebc23fabaa28..
--- a/www-client/microsoft-edge-beta/microsoft-edge-beta-113.0.1774.27.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   app-misc/ca-certificates
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl[ssl]
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/pango
-   x11-misc/xdg-utils
-   mip? ( app-crypt/libsecret )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() 

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2023-05-16 Thread Mike Gilbert
commit: 8d24b44bd7fa9f76d5bcd6d9be3fa5300dd78299
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 17 00:00:08 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 17 00:00:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d24b44b

www-client/microsoft-edge-dev: automated bump (115.0.1843.0)

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

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-115.0.1843.0.ebuild | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 72d444fe8cbd..f516f1b56e6c 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,4 +1,5 @@
 DIST microsoft-edge-dev_114.0.1823.10-1_amd64.deb 147291990 BLAKE2B 
454d228065fc3284660619fa6d3bba94fabe4e6b773e1b8dc9364d2c0cf05488ce16b997bd4a681d0aed12cebf019b38ae2ee8dc88ed6523285cbbe6cd6c4228
 SHA512 
381d5ab36a26d0c87cb3472a52909439d191c051c8339612cac129f3174f9541a1c0e1f47fd6e8f3244cc6ca001a70da3f62f9483a01e885328c64a86349dc3f
 DIST microsoft-edge-dev_114.0.1823.4-1_amd64.deb 147280870 BLAKE2B 
72fb9d7df337390ea5bc262f0d8f89139d8ff1d9676a3300b86766f5bfb5f41858b0df4cebd857cb5e359002e2bea76afa331ca0d26f34f7a7ded00d8ad395a8
 SHA512 
80358e39a0a3152cc2f0118585e3b54edcc22da25837750ff59214cd148f1cd3ac176a20b5cc8fb54f2db9f9778475a1c65227f4369d1650199f5d5dc13ecaef
 DIST microsoft-edge-dev_114.0.1823.7-1_amd64.deb 147331390 BLAKE2B 
ecc3a2b7f6e2e37eefd38c9e60f840e75d328bf720a47212a213797e98564ff7a2699c85472b12774c89d64eb4346923528ed5af37df3d2e9fb26ae32eaffa42
 SHA512 
0084084945e0d070ea4bbb44e12eb1844186d4b70a1d436cac9e236a2deb8cabb61c7d4275d770c15a0846eeec569faa7d368abc1740419e18ac87dc4c21f5ea
+DIST microsoft-edge-dev_115.0.1843.0-1_amd64.deb 147824934 BLAKE2B 
dcba03a1f90284fd7f9dea1bd37f5d21948fb5b9738f2ab10c0781dfd88eac53872125b161476c5dc7ffe95e31cc9eba60c47996cf2fa158ecfe2243a8bb6e9f
 SHA512 
b33d7d43dd3580d74761006c2c3713f37321592110919cc73d1c612c37e39e7a90090d7af4f292be0edbaccef8e7eb199b318c6578fb9eee97ba03e0b034e310
 DIST microsoft-edge-dev_115.0.1851.0-1_amd64.deb 147780546 BLAKE2B 
cfc09ec801793cf064655c5843eb4ab55823a37bac40b95c75071237a6edac9e3209579c5b3c74446107e33b32a350d406e35a873afcc8b0736efbe377f237e3
 SHA512 
e9a95178635609ef1a7e22f33ec79274a5da097211acf62757460b88a3fbdda8e72d297e1010ef547e46108f98e9424a59e0b5af95fa7b1db1cfd9af9471cf57

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1843.0.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1843.0.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1843.0.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-beta/

2023-05-16 Thread Mike Gilbert
commit: 500468f39e895fb7fdcafc63ed06e83d18e5117e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 17 00:01:05 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 17 00:01:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500468f3

www-client/opera-beta: automated bump (99.0.4788.6)

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

 www-client/opera-beta/Manifest |   1 +
 .../opera-beta/opera-beta-99.0.4788.6.ebuild   | 166 +
 2 files changed, 167 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 54b780bb4b5c..d8e72d889263 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,4 +1,5 @@
 DIST opera-beta_98.0.4759.1_amd64.deb 104289216 BLAKE2B 
b8f228b919600517087786f42326825e5c6149328e124d4fa5ffef72f2cba2827250a5f66f94265dfe511066f5c23954198884b3fd219eda1fb68d927218279c
 SHA512 
33311974079c686e6bcf442428f33f21479b72db657976f591c1602132f849838a1a46aa72c5ba9c6504e590709e7c6eace3464c5c4b5e9d8da40c8b823f68b1
 DIST opera-beta_98.0.4759.21_amd64.deb 104397508 BLAKE2B 
06fed47bb8039df41d17b5e8683514ff27d57d3c6008da5009bc0ae982a08d05575dfa9284ba36b9b6daabcaeef4087861bd5e92fb04a7cf99d0059df8923e8d
 SHA512 
6dfdf7069d06fd9821aa6bc13b68b7b803953cbd71cceb76ea000494ce716af1edbea8965bc4b7ad66daf11b065c43c486947e1b9d0074b2e92e3b7cd1fe1416
 DIST opera-beta_98.0.4759.3_amd64.deb 104333468 BLAKE2B 
d661355bf8a96d4f61c10796d164a03fe817bcfa914961e64cff20f8c8f37c283dd29d0106f00db1e50eaae7fdbb549b20778946debeb74802770c398b833bd3
 SHA512 
97bfd7a7dc32957a61892825280454af0251eb7e6f256b94c1b9cd0c6aecc99da07ae429c4d76752f598824844fbb06ca1dc69fe20a2f3cae85d4ac4a6bf18f8
+DIST opera-beta_99.0.4788.6_amd64.deb 105665800 BLAKE2B 
799affa9684d0eff9bcb8690a225d2b3d92e9cfb6a8e69a2d8273dec742199b4720070865b63192e97bf1f7e895c0cfb221f19e6ba6b360b7ea7dd9ae1cefed5
 SHA512 
8dbfe342edae75f9be888d0809221e132433f83f9e6d4d0752f3a7d36129bd5a06225a8001ff552cb4a701d19c83747b1331c95afacd6a3e8f2f45e577b940fd
 DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3

diff --git a/www-client/opera-beta/opera-beta-99.0.4788.6.ebuild 
b/www-client/opera-beta/opera-beta-99.0.4788.6.ebuild
new file mode 100644
index ..2a9aded891d9
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-99.0.4788.6.ebuild
@@ -0,0 +1,166 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   inherit rpm
+   OPERA_ARCHIVE_EXT="rpm"
+else
+   inherit unpacker
+   OPERA_ARCHIVE_EXT="deb"
+fi
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="110.0.5464.2"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+   proprietary-codecs? (
+   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs +suid qt5"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/

2023-05-16 Thread Mike Gilbert
commit: 0bcc7dd44c2de04b132e5aaf8511d5a476b71d2a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 16 23:58:57 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 16 23:58:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcc7dd4

www-client/microsoft-edge: remove old

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

 www-client/microsoft-edge/Manifest |   1 -
 .../microsoft-edge-113.0.1774.35.ebuild| 123 -
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 6b0894a7d3b6..d5c8f99a2167 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_113.0.1774.35-1_amd64.deb 146344170 BLAKE2B 
5d69bf26f723ea5016df24c8686503d197b5a2d12383b23b355834cfeb21f56e65a9915b8f3e3c5ee665fe359e6c03a489ec418ebf57f1a7fd2e8fb2e8c9de22
 SHA512 
21cea8b8a84b0acff0406493dbd610fe1cc4f80f8f48cbabead6889c7c539829ccbba4e996d92e7c66fa272df0f63525e4f196af22812f6f635cb5263949831e
 DIST microsoft-edge-stable_113.0.1774.42-1_amd64.deb 146440898 BLAKE2B 
648f9f0c1f4d1ed9e74677e7e1943a60203b4976617d3824c2f9875a2ff82a2a1e25f4ea6488c5e0913425edac0c2db3027065bd7574b151f69f2bb20ce5bdbc
 SHA512 
b12129168eeebdaf7ea49954e0ab844ab4157526237436ed8e6aa21666fdaf72bc02a52ab2c474a5477ded8122c912102ceaf5df25f33a602c5f52829079b3ab

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild 
b/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild
deleted file mode 100644
index 40e3af0e1470..
--- a/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   app-misc/ca-certificates
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl[ssl]
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/pango
-   x11-misc/xdg-utils
-   mip? ( app-crypt/libsecret )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   unpacker
-
-   rm -f _gpgorigin || die
-
-   rm -r etc usr/share/menu || die
-   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-   gzip -d usr/share/doc/${PF}/changelog.gz || die
-   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
-   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
-   rm usr/share/man/man1/${PN}.1.gz || die
-   dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1
-   fi
-
-   local suffix=
-   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
-   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-   local size
-   for size in 16 24 32 48 64 128 256 ; do
-   newicon -s ${size} 
"${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-   done
-
-   if ! use mip; then
-   rm "${EDGE_HOME}"/libmip_{core,protection_sdk}.so || die
-   fi
-
-   if ! use qt5; then
-   rm "${EDGE_HOME}/libqt5_shim.so" || die
-   fi
-
-   pax-mark m "${EDGE_HOME}/msedge"
-}



[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/

2023-05-16 Thread Mike Gilbert
commit: 5d40b95a9e728020aaaff6f77909bab848d24879
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 16 23:58:49 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 16 23:58:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d40b95a

www-client/microsoft-edge: automated bump (113.0.1774.42)

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

 www-client/microsoft-edge/Manifest |   1 +
 .../microsoft-edge-113.0.1774.42.ebuild| 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 8fd2c2d42f20..6b0894a7d3b6 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_113.0.1774.35-1_amd64.deb 146344170 BLAKE2B 
5d69bf26f723ea5016df24c8686503d197b5a2d12383b23b355834cfeb21f56e65a9915b8f3e3c5ee665fe359e6c03a489ec418ebf57f1a7fd2e8fb2e8c9de22
 SHA512 
21cea8b8a84b0acff0406493dbd610fe1cc4f80f8f48cbabead6889c7c539829ccbba4e996d92e7c66fa272df0f63525e4f196af22812f6f635cb5263949831e
+DIST microsoft-edge-stable_113.0.1774.42-1_amd64.deb 146440898 BLAKE2B 
648f9f0c1f4d1ed9e74677e7e1943a60203b4976617d3824c2f9875a2ff82a2a1e25f4ea6488c5e0913425edac0c2db3027065bd7574b151f69f2bb20ce5bdbc
 SHA512 
b12129168eeebdaf7ea49954e0ab844ab4157526237436ed8e6aa21666fdaf72bc02a52ab2c474a5477ded8122c912102ceaf5df25f33a602c5f52829079b3ab

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild 
b/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm -f _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
+   rm usr/share/man/man1/${PN}.1.gz || die
+   dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1
+   fi
+
+   local suffix=
+   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+   local size
+   for size in 16 24 32 48 64 128 256 ; do
+   newicon -s ${size} 
"${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+   done
+
+   if ! use mip; then
+   rm "${EDGE_HOME}"/libmip_{core,protection_sdk}.so || die
+   fi
+
+   if ! use qt5; then
+   rm "${EDGE_HOME}/libqt5_shim.so" || die
+   fi
+
+   pax-mark m "${EDGE_HOME}/msedge"
+}



[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2023-05-16 Thread Mike Gilbert
commit: e0a99c9279aa8bc128e81e0881092f21104bd3a4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 17 00:00:12 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 17 00:00:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a99c92

www-client/microsoft-edge-dev: remove old

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

 www-client/microsoft-edge-dev/Manifest |   2 -
 .../microsoft-edge-dev-114.0.1823.4.ebuild | 123 -
 .../microsoft-edge-dev-114.0.1823.7.ebuild | 123 -
 3 files changed, 248 deletions(-)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index f516f1b56e6c..e65b389abcbc 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,5 +1,3 @@
 DIST microsoft-edge-dev_114.0.1823.10-1_amd64.deb 147291990 BLAKE2B 
454d228065fc3284660619fa6d3bba94fabe4e6b773e1b8dc9364d2c0cf05488ce16b997bd4a681d0aed12cebf019b38ae2ee8dc88ed6523285cbbe6cd6c4228
 SHA512 
381d5ab36a26d0c87cb3472a52909439d191c051c8339612cac129f3174f9541a1c0e1f47fd6e8f3244cc6ca001a70da3f62f9483a01e885328c64a86349dc3f
-DIST microsoft-edge-dev_114.0.1823.4-1_amd64.deb 147280870 BLAKE2B 
72fb9d7df337390ea5bc262f0d8f89139d8ff1d9676a3300b86766f5bfb5f41858b0df4cebd857cb5e359002e2bea76afa331ca0d26f34f7a7ded00d8ad395a8
 SHA512 
80358e39a0a3152cc2f0118585e3b54edcc22da25837750ff59214cd148f1cd3ac176a20b5cc8fb54f2db9f9778475a1c65227f4369d1650199f5d5dc13ecaef
-DIST microsoft-edge-dev_114.0.1823.7-1_amd64.deb 147331390 BLAKE2B 
ecc3a2b7f6e2e37eefd38c9e60f840e75d328bf720a47212a213797e98564ff7a2699c85472b12774c89d64eb4346923528ed5af37df3d2e9fb26ae32eaffa42
 SHA512 
0084084945e0d070ea4bbb44e12eb1844186d4b70a1d436cac9e236a2deb8cabb61c7d4275d770c15a0846eeec569faa7d368abc1740419e18ac87dc4c21f5ea
 DIST microsoft-edge-dev_115.0.1843.0-1_amd64.deb 147824934 BLAKE2B 
dcba03a1f90284fd7f9dea1bd37f5d21948fb5b9738f2ab10c0781dfd88eac53872125b161476c5dc7ffe95e31cc9eba60c47996cf2fa158ecfe2243a8bb6e9f
 SHA512 
b33d7d43dd3580d74761006c2c3713f37321592110919cc73d1c612c37e39e7a90090d7af4f292be0edbaccef8e7eb199b318c6578fb9eee97ba03e0b034e310
 DIST microsoft-edge-dev_115.0.1851.0-1_amd64.deb 147780546 BLAKE2B 
cfc09ec801793cf064655c5843eb4ab55823a37bac40b95c75071237a6edac9e3209579c5b3c74446107e33b32a350d406e35a873afcc8b0736efbe377f237e3
 SHA512 
e9a95178635609ef1a7e22f33ec79274a5da097211acf62757460b88a3fbdda8e72d297e1010ef547e46108f98e9424a59e0b5af95fa7b1db1cfd9af9471cf57

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-114.0.1823.4.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-114.0.1823.4.ebuild
deleted file mode 100644
index ebc23fabaa28..
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-114.0.1823.4.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   app-misc/ca-certificates
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl[ssl]
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/pango
-   x11-misc/xdg-utils
-   mip? ( app-crypt/libsecret )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-

[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2023-05-16 Thread Mike Gilbert
commit: 86600711ce5ba7205cd21c434ee104853956b736
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 16 23:58:30 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 16 23:58:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86600711

www-plugins/chrome-binary-plugins: automated update (115.0.5762.4_alpha)

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...0.0_alpha.ebuild => chrome-binary-plugins-115.0.5762.4_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 3d8f18e06b66..7113540eb463 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_114.0.5735.26-1_amd64.deb 93755176 BLAKE2B 
0d0baf87139f64f44d2f213e6ff61d04519d6e483d5ebe718ed3c096b16ea88c472fb62e1fdc1482f2cf08b36844d4b25ed90b5e6f079827cd32a0436bdd922e
 SHA512 
312592f998ebe4a0dc12e862ef7d2d37f68b7d8fef72747c92a541bc958e466a13bf0e2c81dc4d06b2f207d0d15140e92d05861f48dbd5d159fdd0fce8584f4f
 DIST google-chrome-stable_113.0.5672.126-1_amd64.deb 94682364 BLAKE2B 
6532b6a5b47aa6e0325123e9e5057419cf35fd261b7c86bd6cbb3e844887f107cf05654e7f7e3057e1b7fe45dabe2cfda28f6ab21192f87fc2b9c0eda4433d48
 SHA512 
fbbfc2b3d9bd3cfe19e2af62cd8b216700b994df52043c01b84caa69655641ab755827266f11dcc5ea6f44ba2980ccf16a35e88ab7102750e2bb7eafb7a1eedf
-DIST google-chrome-unstable_115.0.5750.0-1_amd64.deb 95225656 BLAKE2B 
cc925ecb974ba00df09d9c24c93d5f50f3524fb14691a1e9744d9bc5c35b6c9ab111d11236a27c7034e96a694d2401db5f217b77a29266ff5d04e6ca4adbf843
 SHA512 
06a4c72a7befc8c3f3ba8168fff0e7299008c81606290cf43e24719808db9026f855151bcdf2599ce3310aa5bbb4632e93783c5db1266dd3472b93cd3b40d073
+DIST google-chrome-unstable_115.0.5762.4-1_amd64.deb 94163300 BLAKE2B 
ce217e7c320d5c8f96a851bb70d4e0290741c763b971e46519a18252b1f7e987284fd2772291a3e97bd96d247e530587aefaee3227f285cae9f2db4810824d72
 SHA512 
35969cbc6eaeab1fae7f5cdd88024fd4116cc827ac6cd3ff2d0c3bbff8151192ba86403f09e315417c84076e419d94a19c351d3e5d8a5840f910bd537078c383

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5750.0_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5762.4_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5750.0_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5762.4_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2023-05-16 Thread Mike Gilbert
commit: 1bb4b21337da1faffddbc70f8721844d859dae82
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 16 23:59:58 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 16 23:59:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb4b213

www-client/microsoft-edge-dev: automated bump (115.0.1851.0)

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

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-115.0.1851.0.ebuild | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 2638596f1fb0..72d444fe8cbd 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_114.0.1823.10-1_amd64.deb 147291990 BLAKE2B 
454d228065fc3284660619fa6d3bba94fabe4e6b773e1b8dc9364d2c0cf05488ce16b997bd4a681d0aed12cebf019b38ae2ee8dc88ed6523285cbbe6cd6c4228
 SHA512 
381d5ab36a26d0c87cb3472a52909439d191c051c8339612cac129f3174f9541a1c0e1f47fd6e8f3244cc6ca001a70da3f62f9483a01e885328c64a86349dc3f
 DIST microsoft-edge-dev_114.0.1823.4-1_amd64.deb 147280870 BLAKE2B 
72fb9d7df337390ea5bc262f0d8f89139d8ff1d9676a3300b86766f5bfb5f41858b0df4cebd857cb5e359002e2bea76afa331ca0d26f34f7a7ded00d8ad395a8
 SHA512 
80358e39a0a3152cc2f0118585e3b54edcc22da25837750ff59214cd148f1cd3ac176a20b5cc8fb54f2db9f9778475a1c65227f4369d1650199f5d5dc13ecaef
 DIST microsoft-edge-dev_114.0.1823.7-1_amd64.deb 147331390 BLAKE2B 
ecc3a2b7f6e2e37eefd38c9e60f840e75d328bf720a47212a213797e98564ff7a2699c85472b12774c89d64eb4346923528ed5af37df3d2e9fb26ae32eaffa42
 SHA512 
0084084945e0d070ea4bbb44e12eb1844186d4b70a1d436cac9e236a2deb8cabb61c7d4275d770c15a0846eeec569faa7d368abc1740419e18ac87dc4c21f5ea
+DIST microsoft-edge-dev_115.0.1851.0-1_amd64.deb 147780546 BLAKE2B 
cfc09ec801793cf064655c5843eb4ab55823a37bac40b95c75071237a6edac9e3209579c5b3c74446107e33b32a350d406e35a873afcc8b0736efbe377f237e3
 SHA512 
e9a95178635609ef1a7e22f33ec79274a5da097211acf62757460b88a3fbdda8e72d297e1010ef547e46108f98e9424a59e0b5af95fa7b1db1cfd9af9471cf57

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1851.0.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1851.0.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1851.0.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm -f _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
+   rm 

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/

2023-05-16 Thread Mike Gilbert
commit: 3da679ec0d5f7afd1086e7684e9f8324b523bbc7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 16 23:58:54 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 16 23:58:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da679ec

www-client/microsoft-edge: amd64 stable (113.0.1774.42)

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

 www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild 
b/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild
@@ -14,7 +14,7 @@ else
MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2023-05-16 Thread Mike Gilbert
commit: eeecbfdb6b0040aace70edc6c576415f97adec0f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 16 23:58:24 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 16 23:58:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeecbfdb

www-client/google-chrome-unstable: automated update (115.0.5762.4)

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

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...e-115.0.5750.0.ebuild => google-chrome-unstable-115.0.5762.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index ceccd796f05b..919fd2ab62cd 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_115.0.5750.0-1_amd64.deb 95225656 BLAKE2B 
cc925ecb974ba00df09d9c24c93d5f50f3524fb14691a1e9744d9bc5c35b6c9ab111d11236a27c7034e96a694d2401db5f217b77a29266ff5d04e6ca4adbf843
 SHA512 
06a4c72a7befc8c3f3ba8168fff0e7299008c81606290cf43e24719808db9026f855151bcdf2599ce3310aa5bbb4632e93783c5db1266dd3472b93cd3b40d073
+DIST google-chrome-unstable_115.0.5762.4-1_amd64.deb 94163300 BLAKE2B 
ce217e7c320d5c8f96a851bb70d4e0290741c763b971e46519a18252b1f7e987284fd2772291a3e97bd96d247e530587aefaee3227f285cae9f2db4810824d72
 SHA512 
35969cbc6eaeab1fae7f5cdd88024fd4116cc827ac6cd3ff2d0c3bbff8151192ba86403f09e315417c84076e419d94a19c351d3e5d8a5840f910bd537078c383

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-115.0.5750.0.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-115.0.5762.4.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-115.0.5750.0.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-115.0.5762.4.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2023-05-16 Thread Mike Gilbert
commit: d9551bd57c5b1cd2aed491f0c69e6cde51b77591
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 16 23:58:04 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 16 23:58:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9551bd5

www-client/google-chrome-beta: automated update (114.0.5735.26)

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

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...eta-114.0.5735.16.ebuild => google-chrome-beta-114.0.5735.26.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 6931ba1eec9e..51fa82b07f58 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_114.0.5735.16-1_amd64.deb 95185704 BLAKE2B 
ecc74b5621fe79c87d64c1838a029922ec92933c052d4fce76feeb38cec2b2ceccebb1f3647545d51aad0f3b927b3629a566802064024445d6c5b675d1e22502
 SHA512 
685fb3e9f9b34a31e9bc81e4d10a579cc88f838ddfc5e3415c7da26322a99ec42c1c2f28217eb73381b053c7dbfebf560ba8cad2d59bbb01f8deac00074f0d35
+DIST google-chrome-beta_114.0.5735.26-1_amd64.deb 93755176 BLAKE2B 
0d0baf87139f64f44d2f213e6ff61d04519d6e483d5ebe718ed3c096b16ea88c472fb62e1fdc1482f2cf08b36844d4b25ed90b5e6f079827cd32a0436bdd922e
 SHA512 
312592f998ebe4a0dc12e862ef7d2d37f68b7d8fef72747c92a541bc958e466a13bf0e2c81dc4d06b2f207d0d15140e92d05861f48dbd5d159fdd0fce8584f4f

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-114.0.5735.16.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-114.0.5735.26.ebuild
similarity index 100%
rename from 
www-client/google-chrome-beta/google-chrome-beta-114.0.5735.16.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-114.0.5735.26.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome/

2023-05-16 Thread Mike Gilbert
commit: 75bfb05debd52d66896cd3eece8465b4bc4604f3
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 16 23:57:17 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 16 23:57:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75bfb05d

www-client/google-chrome: automated update (113.0.5672.126)

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

 www-client/google-chrome/Manifest   | 2 +-
 ...-chrome-113.0.5672.92.ebuild => google-chrome-113.0.5672.126.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 0f67cabf9828..98f4205e27ac 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_113.0.5672.92-1_amd64.deb 94953468 BLAKE2B 
0a3fceac3d44d78e75979a12969d5d93e255927e1f4f73befe578c942fce93e2345481729cd6d6f4595759a6b4a2bd05b71898c05ef3bf18f3c5e28bd182d27f
 SHA512 
afb1385cf3f7129fc9bf95fb8655e6b97f1b5aa9122627ff33a8010ba6e80add1d8f8ee6e5762ce37b7f57da0eded546ad424037525d83cef6ebafbe1181ecd2
+DIST google-chrome-stable_113.0.5672.126-1_amd64.deb 94682364 BLAKE2B 
6532b6a5b47aa6e0325123e9e5057419cf35fd261b7c86bd6cbb3e844887f107cf05654e7f7e3057e1b7fe45dabe2cfda28f6ab21192f87fc2b9c0eda4433d48
 SHA512 
fbbfc2b3d9bd3cfe19e2af62cd8b216700b994df52043c01b84caa69655641ab755827266f11dcc5ea6f44ba2980ccf16a35e88ab7102750e2bb7eafb7a1eedf

diff --git a/www-client/google-chrome/google-chrome-113.0.5672.92.ebuild 
b/www-client/google-chrome/google-chrome-113.0.5672.126.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-113.0.5672.92.ebuild
rename to www-client/google-chrome/google-chrome-113.0.5672.126.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2023-05-16 Thread Mike Gilbert
commit: 806a6dd04dfed0929f3f1ee2dc759b08bb826f80
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 16 23:58:10 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 16 23:58:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806a6dd0

www-plugins/chrome-binary-plugins: automated update (114.0.5735.26_beta)

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...5.16_beta.ebuild => chrome-binary-plugins-114.0.5735.26_beta.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 879a444d1561..3d8f18e06b66 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_114.0.5735.16-1_amd64.deb 95185704 BLAKE2B 
ecc74b5621fe79c87d64c1838a029922ec92933c052d4fce76feeb38cec2b2ceccebb1f3647545d51aad0f3b927b3629a566802064024445d6c5b675d1e22502
 SHA512 
685fb3e9f9b34a31e9bc81e4d10a579cc88f838ddfc5e3415c7da26322a99ec42c1c2f28217eb73381b053c7dbfebf560ba8cad2d59bbb01f8deac00074f0d35
+DIST google-chrome-beta_114.0.5735.26-1_amd64.deb 93755176 BLAKE2B 
0d0baf87139f64f44d2f213e6ff61d04519d6e483d5ebe718ed3c096b16ea88c472fb62e1fdc1482f2cf08b36844d4b25ed90b5e6f079827cd32a0436bdd922e
 SHA512 
312592f998ebe4a0dc12e862ef7d2d37f68b7d8fef72747c92a541bc958e466a13bf0e2c81dc4d06b2f207d0d15140e92d05861f48dbd5d159fdd0fce8584f4f
 DIST google-chrome-stable_113.0.5672.126-1_amd64.deb 94682364 BLAKE2B 
6532b6a5b47aa6e0325123e9e5057419cf35fd261b7c86bd6cbb3e844887f107cf05654e7f7e3057e1b7fe45dabe2cfda28f6ab21192f87fc2b9c0eda4433d48
 SHA512 
fbbfc2b3d9bd3cfe19e2af62cd8b216700b994df52043c01b84caa69655641ab755827266f11dcc5ea6f44ba2980ccf16a35e88ab7102750e2bb7eafb7a1eedf
 DIST google-chrome-unstable_115.0.5750.0-1_amd64.deb 95225656 BLAKE2B 
cc925ecb974ba00df09d9c24c93d5f50f3524fb14691a1e9744d9bc5c35b6c9ab111d11236a27c7034e96a694d2401db5f217b77a29266ff5d04e6ca4adbf843
 SHA512 
06a4c72a7befc8c3f3ba8168fff0e7299008c81606290cf43e24719808db9026f855151bcdf2599ce3310aa5bbb4632e93783c5db1266dd3472b93cd3b40d073

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.16_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.26_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.16_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.26_beta.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2023-05-16 Thread Mike Gilbert
commit: 5732fa26fa8937f692127ae401be2a4c4ae7d93c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 16 23:57:51 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 16 23:57:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5732fa26

www-plugins/chrome-binary-plugins: automated update (113.0.5672.126)

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...113.0.5672.92.ebuild => chrome-binary-plugins-113.0.5672.126.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 886137065857..879a444d1561 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_114.0.5735.16-1_amd64.deb 95185704 BLAKE2B 
ecc74b5621fe79c87d64c1838a029922ec92933c052d4fce76feeb38cec2b2ceccebb1f3647545d51aad0f3b927b3629a566802064024445d6c5b675d1e22502
 SHA512 
685fb3e9f9b34a31e9bc81e4d10a579cc88f838ddfc5e3415c7da26322a99ec42c1c2f28217eb73381b053c7dbfebf560ba8cad2d59bbb01f8deac00074f0d35
-DIST google-chrome-stable_113.0.5672.92-1_amd64.deb 94953468 BLAKE2B 
0a3fceac3d44d78e75979a12969d5d93e255927e1f4f73befe578c942fce93e2345481729cd6d6f4595759a6b4a2bd05b71898c05ef3bf18f3c5e28bd182d27f
 SHA512 
afb1385cf3f7129fc9bf95fb8655e6b97f1b5aa9122627ff33a8010ba6e80add1d8f8ee6e5762ce37b7f57da0eded546ad424037525d83cef6ebafbe1181ecd2
+DIST google-chrome-stable_113.0.5672.126-1_amd64.deb 94682364 BLAKE2B 
6532b6a5b47aa6e0325123e9e5057419cf35fd261b7c86bd6cbb3e844887f107cf05654e7f7e3057e1b7fe45dabe2cfda28f6ab21192f87fc2b9c0eda4433d48
 SHA512 
fbbfc2b3d9bd3cfe19e2af62cd8b216700b994df52043c01b84caa69655641ab755827266f11dcc5ea6f44ba2980ccf16a35e88ab7102750e2bb7eafb7a1eedf
 DIST google-chrome-unstable_115.0.5750.0-1_amd64.deb 95225656 BLAKE2B 
cc925ecb974ba00df09d9c24c93d5f50f3524fb14691a1e9744d9bc5c35b6c9ab111d11236a27c7034e96a694d2401db5f217b77a29266ff5d04e6ca4adbf843
 SHA512 
06a4c72a7befc8c3f3ba8168fff0e7299008c81606290cf43e24719808db9026f855151bcdf2599ce3310aa5bbb4632e93783c5db1266dd3472b93cd3b40d073

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-113.0.5672.92.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-113.0.5672.126.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-113.0.5672.92.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-113.0.5672.126.ebuild



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

2023-05-16 Thread Matt Turner
commit: 421dbfbf8ecf682b9f53852429d222d30c84992e
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May 16 23:29:52 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 16 23:32:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421dbfbf

net-libs/libproxy: Add more dependencies

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

 net-libs/libproxy/libproxy-0.5.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-libs/libproxy/libproxy-0.5.0.ebuild 
b/net-libs/libproxy/libproxy-0.5.0.ebuild
index 19c04bc6750a..cc9bdefca67c 100644
--- a/net-libs/libproxy/libproxy-0.5.0.ebuild
+++ b/net-libs/libproxy/libproxy-0.5.0.ebuild
@@ -26,6 +26,7 @@ COMMON_DEPEND="
dev-lang/duktape:=
net-misc/curl
)
+   introspection? ( dev-libs/gobject-introspection )
 "
 DEPEND="${COMMON_DEPEND}
test? ( net-libs/libsoup:3.0[${MULTILIB_USEDEP}] )
@@ -35,6 +36,7 @@ RDEPEND="${COMMON_DEPEND}
 "
 BDEPEND="
virtual/pkgconfig
+   gtk-doc? ( dev-util/gi-docgen )
vala? ( $(vala_depend) )
 "
 



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

2023-05-16 Thread Sam James
commit: 3d3dbcb7be81dae3816aff400f7461beba4ddb22
Author: Sam James  gentoo  org>
AuthorDate: Tue May 16 23:17:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 16 23:17:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3dbcb7

sys-devel/clang-common: add __GLIBC__ guard to maybe-stddefs.h too

It should be fine without this, but we know glibc has a safeguard to make
sure it's included, so let's not interfere there.

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

 sys-devel/clang-common/clang-common-16.0.3-r1.ebuild  | 2 +-
 sys-devel/clang-common/clang-common-16.0.4..ebuild| 2 +-
 sys-devel/clang-common/clang-common-17.0.0..ebuild| 2 +-
 sys-devel/clang-common/clang-common-17.0.0_pre20230502.ebuild | 2 +-
 sys-devel/clang-common/clang-common-17.0.0_pre20230512.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-devel/clang-common/clang-common-16.0.3-r1.ebuild 
b/sys-devel/clang-common/clang-common-16.0.3-r1.ebuild
index 0d894d8b4232..358dca01c333 100644
--- a/sys-devel/clang-common/clang-common-16.0.3-r1.ebuild
+++ b/sys-devel/clang-common/clang-common-16.0.3-r1.ebuild
@@ -106,7 +106,7 @@ src_install() {
cat >> "${ED}/usr/include/gentoo/maybe-stddefs.h" <<-EOF || die
/* __has_include is an extension, but it's fine, because this is only
for Clang anyway. */
-   #if defined __has_include && __has_include ()
+   #if defined __has_include && __has_include () && 
!defined(__GLIBC__)
# include 
#endif
EOF

diff --git a/sys-devel/clang-common/clang-common-16.0.4..ebuild 
b/sys-devel/clang-common/clang-common-16.0.4..ebuild
index ffae670e7202..51e0f70c6470 100644
--- a/sys-devel/clang-common/clang-common-16.0.4..ebuild
+++ b/sys-devel/clang-common/clang-common-16.0.4..ebuild
@@ -106,7 +106,7 @@ src_install() {
cat >> "${ED}/usr/include/gentoo/maybe-stddefs.h" <<-EOF || die
/* __has_include is an extension, but it's fine, because this is only
for Clang anyway. */
-   #if defined __has_include && __has_include ()
+   #if defined __has_include && __has_include () && 
!defined(__GLIBC__)
# include 
#endif
EOF

diff --git a/sys-devel/clang-common/clang-common-17.0.0..ebuild 
b/sys-devel/clang-common/clang-common-17.0.0..ebuild
index ffae670e7202..51e0f70c6470 100644
--- a/sys-devel/clang-common/clang-common-17.0.0..ebuild
+++ b/sys-devel/clang-common/clang-common-17.0.0..ebuild
@@ -106,7 +106,7 @@ src_install() {
cat >> "${ED}/usr/include/gentoo/maybe-stddefs.h" <<-EOF || die
/* __has_include is an extension, but it's fine, because this is only
for Clang anyway. */
-   #if defined __has_include && __has_include ()
+   #if defined __has_include && __has_include () && 
!defined(__GLIBC__)
# include 
#endif
EOF

diff --git a/sys-devel/clang-common/clang-common-17.0.0_pre20230502.ebuild 
b/sys-devel/clang-common/clang-common-17.0.0_pre20230502.ebuild
index ffae670e7202..51e0f70c6470 100644
--- a/sys-devel/clang-common/clang-common-17.0.0_pre20230502.ebuild
+++ b/sys-devel/clang-common/clang-common-17.0.0_pre20230502.ebuild
@@ -106,7 +106,7 @@ src_install() {
cat >> "${ED}/usr/include/gentoo/maybe-stddefs.h" <<-EOF || die
/* __has_include is an extension, but it's fine, because this is only
for Clang anyway. */
-   #if defined __has_include && __has_include ()
+   #if defined __has_include && __has_include () && 
!defined(__GLIBC__)
# include 
#endif
EOF

diff --git a/sys-devel/clang-common/clang-common-17.0.0_pre20230512.ebuild 
b/sys-devel/clang-common/clang-common-17.0.0_pre20230512.ebuild
index ffae670e7202..51e0f70c6470 100644
--- a/sys-devel/clang-common/clang-common-17.0.0_pre20230512.ebuild
+++ b/sys-devel/clang-common/clang-common-17.0.0_pre20230512.ebuild
@@ -106,7 +106,7 @@ src_install() {
cat >> "${ED}/usr/include/gentoo/maybe-stddefs.h" <<-EOF || die
/* __has_include is an extension, but it's fine, because this is only
for Clang anyway. */
-   #if defined __has_include && __has_include ()
+   #if defined __has_include && __has_include () && 
!defined(__GLIBC__)
# include 
#endif
EOF



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

2023-05-16 Thread Sam James
commit: 14dd0724ad00c2968202e46b4fc11f6f18cb440f
Author: Sam James  gentoo  org>
AuthorDate: Tue May 16 23:11:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 16 23:11:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14dd0724

sys-devel/clang-common: add maybe-stddefs.h helper

This is needed for musl (and any non-glibc target actually) with Clang, as
GCC adds it by itself (but glibc covers for the compiler even if it doesn't),
but neither Clang nor musl include it by themselves.

See also:
- https://www.openwall.com/lists/musl/2021/04/16/8
- https://reviews.llvm.org/D34158
- https://reviews.llvm.org/D106577
- https://reviews.llvm.org/D137043

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

 ...mmon-16.0.4..ebuild => clang-common-16.0.3-r1.ebuild} | 12 +++-
 sys-devel/clang-common/clang-common-16.0.4..ebuild   | 10 ++
 sys-devel/clang-common/clang-common-17.0.0..ebuild   | 10 ++
 .../clang-common/clang-common-17.0.0_pre20230502.ebuild  | 10 ++
 .../clang-common/clang-common-17.0.0_pre20230512.ebuild  | 10 ++
 5 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/sys-devel/clang-common/clang-common-16.0.4..ebuild 
b/sys-devel/clang-common/clang-common-16.0.3-r1.ebuild
similarity index 92%
copy from sys-devel/clang-common/clang-common-16.0.4..ebuild
copy to sys-devel/clang-common/clang-common-16.0.3-r1.ebuild
index 5b4a6647f3ca..0d894d8b4232 100644
--- a/sys-devel/clang-common/clang-common-16.0.4..ebuild
+++ b/sys-devel/clang-common/clang-common-16.0.3-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
 IUSE="
default-compiler-rt default-libcxx default-lld llvm-libunwind
hardened stricter
@@ -87,6 +87,8 @@ src_install() {
@gentoo-runtimes.cfg
@gentoo-gcc-install.cfg
@gentoo-hardened.cfg
+   # bug #870001
+   -include "${EPREFIX}/usr/include/gentoo/maybe-stddefs.h"
EOF
 
# Baseline hardening (bug #85)
@@ -101,6 +103,14 @@ src_install() {
 
dodir /usr/include/gentoo
 
+   cat >> "${ED}/usr/include/gentoo/maybe-stddefs.h" <<-EOF || die
+   /* __has_include is an extension, but it's fine, because this is only
+   for Clang anyway. */
+   #if defined __has_include && __has_include ()
+   # include 
+   #endif
+   EOF
+
local fortify_level=$(usex hardened 3 2)
# We have to do this because glibc's headers warn if F_S is set
# without optimization and that would at the very least be very noisy

diff --git a/sys-devel/clang-common/clang-common-16.0.4..ebuild 
b/sys-devel/clang-common/clang-common-16.0.4..ebuild
index 5b4a6647f3ca..ffae670e7202 100644
--- a/sys-devel/clang-common/clang-common-16.0.4..ebuild
+++ b/sys-devel/clang-common/clang-common-16.0.4..ebuild
@@ -87,6 +87,8 @@ src_install() {
@gentoo-runtimes.cfg
@gentoo-gcc-install.cfg
@gentoo-hardened.cfg
+   # bug #870001
+   -include "${EPREFIX}/usr/include/gentoo/maybe-stddefs.h"
EOF
 
# Baseline hardening (bug #85)
@@ -101,6 +103,14 @@ src_install() {
 
dodir /usr/include/gentoo
 
+   cat >> "${ED}/usr/include/gentoo/maybe-stddefs.h" <<-EOF || die
+   /* __has_include is an extension, but it's fine, because this is only
+   for Clang anyway. */
+   #if defined __has_include && __has_include ()
+   # include 
+   #endif
+   EOF
+
local fortify_level=$(usex hardened 3 2)
# We have to do this because glibc's headers warn if F_S is set
# without optimization and that would at the very least be very noisy

diff --git a/sys-devel/clang-common/clang-common-17.0.0..ebuild 
b/sys-devel/clang-common/clang-common-17.0.0..ebuild
index 5b4a6647f3ca..ffae670e7202 100644
--- a/sys-devel/clang-common/clang-common-17.0.0..ebuild
+++ b/sys-devel/clang-common/clang-common-17.0.0..ebuild
@@ -87,6 +87,8 @@ src_install() {
@gentoo-runtimes.cfg
@gentoo-gcc-install.cfg
@gentoo-hardened.cfg
+   # bug #870001
+   -include "${EPREFIX}/usr/include/gentoo/maybe-stddefs.h"
EOF
 
# Baseline hardening (bug #85)
@@ -101,6 +103,14 @@ src_install() {
 
dodir /usr/include/gentoo
 
+   cat >> "${ED}/usr/include/gentoo/maybe-stddefs.h" <<-EOF || die
+   /* __has_include is an extension, but it's fine, because this is only
+   for Clang anyway. */
+   #if defined __has_include && __has_include ()
+   # include 
+   #endif
+   EOF
+
local fortify_level=$(usex 

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

2023-05-16 Thread Matthew Thode
commit: d81ae333661351606b7de708dcddea879e5fe473
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue May 16 22:30:34 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue May 16 22:30:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81ae333

app-admin/ansible-core: add 2.15.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest   |  1 +
 app-admin/ansible-core/ansible-core-2.15.0.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 5db75f1c153f..ebcbc05145fe 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,3 +1,4 @@
 DIST ansible-core-2.13.9.tar.gz 14025835 BLAKE2B 
831f04f1d4872d2e7a9801e69e450ed48c65f95121dc56f124c932169e44c12da672dd4ba9320a4e40270afd044d38c0774e79980977322260f110986d06a65e
 SHA512 
74514d98fb3f7f24fb0b4e95ee20c76f26234d1f5067ca2801e9ac92baabed0f2f2c89bf577510be7403041405951271e7749279c9fa04fab57018cbdf2c52c7
 DIST ansible-core-2.14.4.tar.gz 11589961 BLAKE2B 
ae096debaf676dbd46cb047f0f87af5d09b4265368500964bbd0cf3ac8e58969bee489d66486fb570a697df5b22065fae206f1df361eb911a7fe025628655371
 SHA512 
86164dfded15232174e4f11140a71b91ef5b0d93b40a2df9588930b4b955f20feb419258c2bbf9d6735d298ec626c88c5e9b1c933a51e3273a28b85fac7a3762
 DIST ansible-core-2.14.5.tar.gz 11620295 BLAKE2B 
d006f773e1c2b28582143a4f08f699e5744fba492130388fa5463053cdf8f0cc7056296daa213c72884ea0c0ba454a3e04ef118c184faba8c8d3c281ae65345a
 SHA512 
130a0de925c7229dee350ddbf4382d87802d86aab4817ed595105db8ed5071153847dac0478f20a994670e59e53a07b77d0bf35855d309ebc222fbb61233b7db
+DIST ansible-core-2.15.0.tar.gz 10801327 BLAKE2B 
58d92d3d8cbc87d9c2c606317bae3b6841c66b9600153b38be912b02dbc19069ff8e755daa574e394ac5d12c04859640f0e2af17ed0adeb8a12da76979c163d3
 SHA512 
aebb43840380854e7759656a0b08579a8fbdddbf2d204c47fb16cdb73ffd540df5ad56e5bf4a78a338804a3d40f9b042ea50b2b1853aaef6b7c2f0aab7a95432

diff --git a/app-admin/ansible-core/ansible-core-2.15.0.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.0.ebuild
new file mode 100644
index ..31aa6a3c7556
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.15.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ansible/ansible.git;
+   EGIT_BRANCH="devel"
+else
+   inherit pypi
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/netaddr[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   >=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}]
+   

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

2023-05-16 Thread Matthew Thode
commit: c65ead6863c146a97f54f8953882543239e169df
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue May 16 22:31:15 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue May 16 22:31:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65ead68

app-admin/ansible: add 7.5.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 +
 app-admin/ansible/ansible-7.5.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 9a4720992206..2e5f190236a2 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-6.7.0.tar.gz 36371372 BLAKE2B 
75cb14f158c36ded8313a1c5b798838afdf3a38ffc8e29a87c8e1e3e74c9aeca827432397ad83ed23a1d3aeaaef91822cc3c23aa226a307d93f84f54b25d71bb
 SHA512 
676baf03626d5bf36aea7117d39ef71ba7878ab6bccdec1ee199bd699d559a5f3f6a0d9032ef120204093677b7fbbe1b575529d3aa692acd1a4447f9c2715f3a
 DIST ansible-7.4.0.tar.gz 37352820 BLAKE2B 
33d3affa052e509348c981920597ab13f3181dee1ab46eda764e0a68df2edeefbcb62cec57e62da559bfe2b5e7efdb95eba1b602efe198bfad8dd0301e66c7df
 SHA512 
c77aebb54676b669305905c969fa5afac9e1262bfefa358de7fee0fb3ef89d0306c599acb2225cdb4209c53df16c307d438cc628299aec494c70cba166eb3cbb
+DIST ansible-7.5.0.tar.gz 37716844 BLAKE2B 
47f6fcb744a65b3dd4d8619acd0ca23561bb6f1e3eb12d038e212a0bd92e98e0c93ab5f08c463cca357c568cccb19eb1bfd764d91cf83d79564039525ee90bc7
 SHA512 
0246d5beabbe26733978d83359b5647727c833ca0dd3f84f86f61f906e62e96178bffb82e39a2a48ffc442e01f3ab8335f5bb7c4649c872373831ad2deaf9572

diff --git a/app-admin/ansible/ansible-7.5.0.ebuild 
b/app-admin/ansible/ansible-7.5.0.ebuild
new file mode 100644
index ..0cefb7045e40
--- /dev/null
+++ b/app-admin/ansible/ansible-7.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
+RESTRICT="test"
+
+RDEPEND=">=app-admin/ansible-core-2.14.0
+   

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

2023-05-16 Thread Arsen Arsenović
commit: f29ecea41c6e00c4489c569ada7c35817763b7a7
Author: Arsen Arsenović  gentoo  org>
AuthorDate: Tue May 16 22:12:19 2023 +
Commit: Arsen Arsenović  gentoo  org>
CommitDate: Tue May 16 22:22:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29ecea4

profiles/arch/sparc: mask nbdkit[libguestfs]

Signed-off-by: Arsen Arsenović  gentoo.org>

 profiles/arch/sparc/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index d2f6fc2a96a6..f005b1fe0bac 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Arsen Arsenović  (2023-05-17)
+# app-emulation/libguestfs pulls in a large amount of dependencies, most
+# of which aren't or can't be kw'd on SPARC.
+sys-block/nbdkit libguestfs
+
 # Arsen Arsenović (2023-05-14)
 # dev-lang/go doesn't work on SPARC.
 sys-libs/libnbd go



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

2023-05-16 Thread Arsen Arsenović
commit: 765e807a465a5aff11ff0a39564452e862b2fd98
Author: Arsen Arsenović  gentoo  org>
AuthorDate: Tue May 16 22:22:05 2023 +
Commit: Arsen Arsenović  gentoo  org>
CommitDate: Tue May 16 22:22:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765e807a

profiles/arch/sparc: fix mask entry missing an email

Signed-off-by: Arsen Arsenović  gentoo.org>

 profiles/arch/sparc/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index f005b1fe0bac..82891f189646 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -6,7 +6,7 @@
 # of which aren't or can't be kw'd on SPARC.
 sys-block/nbdkit libguestfs
 
-# Arsen Arsenović (2023-05-14)
+# Arsen Arsenović  (2023-05-14)
 # dev-lang/go doesn't work on SPARC.
 sys-libs/libnbd go
 



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

2023-05-16 Thread James Le Cuirot
commit: 3102cd8d6d3e1e22e1f1f2820fef94a0965c7166
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 16 22:12:08 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 16 22:12:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3102cd8d

x11-wm/xpra: Use setup.py args to avoid sd_listen/service files

I didn't realise I could have done this without a patch.

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

 x11-wm/xpra/files/xpra-4.5-no-service.patch | 19 ---
 x11-wm/xpra/xpra-4.4.4.ebuild   |  3 ++-
 x11-wm/xpra/xpra-.ebuild|  3 ++-
 3 files changed, 4 insertions(+), 21 deletions(-)

diff --git a/x11-wm/xpra/files/xpra-4.5-no-service.patch 
b/x11-wm/xpra/files/xpra-4.5-no-service.patch
deleted file mode 100644
index 329c492784ac..
--- a/x11-wm/xpra/files/xpra-4.5-no-service.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Don't install the service files. Auto-detection is used to determine what files
-to install, and where, which can be unpredictable on Gentoo. The init.d script
-is also not suitable for Gentoo.
-
-diff --git a/setup.py b/setup.py
-index 529b591b1..ad23d6ecc 100755
 a/setup.py
-+++ b/setup.py
-@@ -187,8 +187,8 @@ rfb_ENABLED = DEFAULT
- quic_ENABLED = DEFAULT
- ssh_ENABLED = DEFAULT
- http_ENABLED = DEFAULT
--service_ENABLED = LINUX and server_ENABLED
--sd_listen_ENABLED = POSIX and pkg_config_ok("--exists", "libsystemd")
-+service_ENABLED = False
-+sd_listen_ENABLED = False
- proxy_ENABLED  = DEFAULT
- client_ENABLED = DEFAULT
- scripts_ENABLED = not WIN32

diff --git a/x11-wm/xpra/xpra-4.4.4.ebuild b/x11-wm/xpra/xpra-4.4.4.ebuild
index e458911550a1..ef2fc4e3 100644
--- a/x11-wm/xpra/xpra-4.4.4.ebuild
+++ b/x11-wm/xpra/xpra-4.4.4.ebuild
@@ -115,7 +115,6 @@ BDEPEND="
 RESTRICT="!test? ( test )"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-4.3-no-service.patch
"${FILESDIR}"/${PN}-4.4-xdummy.patch
 )
 
@@ -161,6 +160,8 @@ python_configure_all() {
$(use_with jpeg jpeg_encoder)
$(use_with jpeg jpeg_decoder)
--without-mdns
+   --without-sd_listen
+   --without-service
$(use_with opengl)
$(use_with server shadow)
$(use_with server)

diff --git a/x11-wm/xpra/xpra-.ebuild b/x11-wm/xpra/xpra-.ebuild
index b2d368301a68..23c923b710aa 100644
--- a/x11-wm/xpra/xpra-.ebuild
+++ b/x11-wm/xpra/xpra-.ebuild
@@ -115,7 +115,6 @@ BDEPEND="
 RESTRICT="!test? ( test )"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-4.5-no-service.patch
"${FILESDIR}"/${PN}--xdummy.patch
"${FILESDIR}"/${PN}--tests.patch
 )
@@ -163,6 +162,8 @@ python_configure_all() {
$(use_with jpeg jpeg_encoder)
$(use_with jpeg jpeg_decoder)
--without-mdns
+   --without-sd_listen
+   --without-service
$(use_with opengl)
$(use_with server shadow)
$(use_with server)



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

2023-05-16 Thread James Le Cuirot
commit: 26532a745e96a2bcd4cab5e8d4a469133cec7055
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 16 22:15:53 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 16 22:15:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26532a74

x11-wm/xpra: Set --without-strict to avoid -Werror

I don't know why --with-strict was given before as it's a bad idea.

Closes: https://bugs.gentoo.org/906343
Signed-off-by: James Le Cuirot  gentoo.org>

 x11-wm/xpra/xpra-4.3.4-r1.ebuild | 2 +-
 x11-wm/xpra/xpra-4.4.4.ebuild| 2 +-
 x11-wm/xpra/xpra-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-wm/xpra/xpra-4.3.4-r1.ebuild b/x11-wm/xpra/xpra-4.3.4-r1.ebuild
index 88e345b4b4c5..1bb5ff518511 100644
--- a/x11-wm/xpra/xpra-4.3.4-r1.ebuild
+++ b/x11-wm/xpra/xpra-4.3.4-r1.ebuild
@@ -169,7 +169,7 @@ python_configure_all() {
$(use_with server shadow)
$(use_with server)
$(use_with sound)
-   --with-strict
+   --without-strict
$(use_with vpx)
--with-warn
$(use_with webcam)

diff --git a/x11-wm/xpra/xpra-4.4.4.ebuild b/x11-wm/xpra/xpra-4.4.4.ebuild
index ef2fc4e3..e1b6b335baab 100644
--- a/x11-wm/xpra/xpra-4.4.4.ebuild
+++ b/x11-wm/xpra/xpra-4.4.4.ebuild
@@ -166,7 +166,7 @@ python_configure_all() {
$(use_with server shadow)
$(use_with server)
$(use_with sound)
-   --with-strict
+   --without-strict
$(use_with vpx)
--with-warn
$(use_with webcam)

diff --git a/x11-wm/xpra/xpra-.ebuild b/x11-wm/xpra/xpra-.ebuild
index 23c923b710aa..b338f3df7a4f 100644
--- a/x11-wm/xpra/xpra-.ebuild
+++ b/x11-wm/xpra/xpra-.ebuild
@@ -167,7 +167,7 @@ python_configure_all() {
$(use_with opengl)
$(use_with server shadow)
$(use_with server)
-   --with-strict
+   --without-strict
$(use_with vpx)
--with-warn
$(use_with webcam)



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

2023-05-16 Thread Sergey Torokhov
commit: f821364a967e9c621bf164f97bc2260f8698417f
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue May 16 21:53:25 2023 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Tue May 16 21:53:25 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f821364a

dev-libs/ftl: 1.0_p20230220 version bump

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

 dev-libs/ftl/Manifest |  1 +
 dev-libs/ftl/ftl-1.0_p20230220.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/dev-libs/ftl/Manifest b/dev-libs/ftl/Manifest
index 5099783b6..49457b47a 100644
--- a/dev-libs/ftl/Manifest
+++ b/dev-libs/ftl/Manifest
@@ -1 +1,2 @@
 DIST ftl-1.0_p20220209.tar.gz 732360 BLAKE2B 
154d7124678852dc56087c51cd7bdbb2ffa7f6a628c959f760835b420cc5bdb74bfd4e4b0e9e0d822a26eff9b100102849b1952d9ff0f5f6cf6991859eedff4a
 SHA512 
0673ac4116c3bc9d3e55188b0d0d663f83c2e995780e966516c0421a08f276443ed6de637f178edb07e59c37472eb48d892aa3cbded4db68803e8bc1fa10
+DIST ftl-1.0_p20230220.tar.gz 732507 BLAKE2B 
a43620ed06c16566ea3e112393be0a59ffdff2339e1500e8017e995359d2ec73a711d5b3c9127a13fd0972b3a00de659efbddf580da324f4db4d92687721
 SHA512 
1e1d416cc6fe18cc8d766bbfaa9ab6ee9a1f1fe5af661781857ca88c33cc9309e7dfc6abb826e7b09ec13984948b0dbe41cccf770105bf58c6b9b01662dfbef8

diff --git a/dev-libs/ftl/ftl-1.0_p20230220.ebuild 
b/dev-libs/ftl/ftl-1.0_p20230220.ebuild
new file mode 100644
index 0..e9662f26a
--- /dev/null
+++ b/dev-libs/ftl/ftl-1.0_p20230220.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+FORTRAN_STANDARD="2003"
+inherit flag-o-matic fortran-2 toolchain-funcs
+
+COMMIT="e19574fb309076550d7d6179273f63c79e236207"
+DESCRIPTION="The Fortran Template Library (FTL) is a general purpose library 
for Fortran 2003"
+HOMEPAGE="https://github.com/SCM-NV/ftl;
+SRC_URI="https://github.com/SCM-NV/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="pcre test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="test? ( pcre )" # Some tests fail if 'pcre' is disabled
+
+RDEPEND="pcre? ( dev-libs/libpcre:3 )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+# Checking of supported fortran standard version is required here
+pkg_setup() {
+   fortran-2_pkg_setup
+}
+
+get_platform() {
+   case $(tc-getFC) in
+   *gfortran*) echo "gnu" ;;
+   *ifort*) echo "intel" ;;
+   *nagfor*) echo "nag" ;;
+   *) die "Unsupported compiler: $(tc-getFC)" ;;
+   esac
+}
+
+src_prepare() {
+   default
+
+   # Pass LDFLAGS to respect it
+   sed -i '/SOLDFLAGS =/ s/$/ '"${LDFLAGS}"'/' makefile || die
+}
+
+src_configure() {
+   filter-flags -fpch-preprocess
+}
+
+src_compile() {
+   emake_args=(
+   FC=$(tc-getFC)
+   CXX=$(tc-getCXX)
+   PLATFORM=$(get_platform)
+   BUILD=custom
+   USE_PCRE=$(usex pcre true false)
+   )
+
+   emake "${emake_args[@]}"
+}
+
+src_test() {
+   emake_args=(
+   FC=$(tc-getFC)
+   CXX=$(tc-getCXX)
+   PLATFORM=$(get_platform)
+   BUILD=custom
+   USE_PCRE=$(usex pcre true false)
+   )
+
+   emake "${emake_args[@]}" test
+}
+
+src_install() {
+   # Set BUILD to custom as default type is debug
+   emake BUILD=custom DESTDIR="${D}" PREFIX="${EPREFIX}"/usr 
LIBDIR=$(get_libdir) install
+   einstalldocs
+}



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

2023-05-16 Thread James Le Cuirot
commit: 3731a2aa0ad2d30b6b089bd0c6667d6c5d84b505
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 16 21:54:41 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 16 21:55:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3731a2aa

x11-wm/xpra: Update xpra_udev_product_version path

It has changed since 4.3.

Closes: https://bugs.gentoo.org/906372
Signed-off-by: James Le Cuirot  gentoo.org>

 x11-wm/xpra/xpra-4.4.4.ebuild | 2 +-
 x11-wm/xpra/xpra-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/xpra/xpra-4.4.4.ebuild b/x11-wm/xpra/xpra-4.4.4.ebuild
index 5683ea5b33ce..e458911550a1 100644
--- a/x11-wm/xpra/xpra-4.4.4.ebuild
+++ b/x11-wm/xpra/xpra-4.4.4.ebuild
@@ -199,7 +199,7 @@ python_install_all() {
mv -vnT "${ED}"/usr/lib/udev "${ED}${dir}" || die
else
rm -vr "${ED}"/usr/lib/udev || die
-   rm -v "${ED}"/usr/bin/xpra_udev_product_version || die
+   rm -v "${ED}"/usr/libexec/xpra/xpra_udev_product_version || die
fi
 }
 

diff --git a/x11-wm/xpra/xpra-.ebuild b/x11-wm/xpra/xpra-.ebuild
index c4e11b241ef1..b2d368301a68 100644
--- a/x11-wm/xpra/xpra-.ebuild
+++ b/x11-wm/xpra/xpra-.ebuild
@@ -200,7 +200,7 @@ python_install_all() {
mv -vnT "${ED}"/usr/lib/udev "${ED}${dir}" || die
else
rm -vr "${ED}"/usr/lib/udev || die
-   rm -v "${ED}"/usr/bin/xpra_udev_product_version || die
+   rm -v "${ED}"/usr/libexec/xpra/xpra_udev_product_version || die
fi
 }
 



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

2023-05-16 Thread James Le Cuirot
commit: 7b8bb4db212502e165689739d28a7ebd5d61848b
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue May 16 16:11:57 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 16 21:55:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8bb4db

x11-wm/xpra: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31065
Signed-off-by: James Le Cuirot  gentoo.org>

 x11-wm/xpra/files/xpra-4.4-tests.patch | 100 -
 1 file changed, 100 deletions(-)

diff --git a/x11-wm/xpra/files/xpra-4.4-tests.patch 
b/x11-wm/xpra/files/xpra-4.4-tests.patch
deleted file mode 100644
index 28691606304d..
--- a/x11-wm/xpra/files/xpra-4.4-tests.patch
+++ /dev/null
@@ -1,100 +0,0 @@
-From 5e657b3fbed2f8495272d6b207d1b3c0a660a72f Mon Sep 17 00:00:00 2001
-From: James Le Cuirot 
-Date: Sun, 2 Oct 2022 22:59:17 +0100
-Subject: [PATCH 1/3] Fix test_root_window_model by formatting geometry string
- correctly
-
-You can't use `{geometry:24}` style formatting on a list or tuple. It
-must be converted to a string first.

- xpra/server/shadow/root_window_model.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/xpra/server/shadow/root_window_model.py 
b/xpra/server/shadow/root_window_model.py
-index cb89466ef..e69949e7d 100644
 a/xpra/server/shadow/root_window_model.py
-+++ b/xpra/server/shadow/root_window_model.py
-@@ -65,7 +65,7 @@ class RootWindowModel:
- self.signal_listeners = {}
-
- def __repr__(self):
--return f"RootWindowModel({self.capture} : {self.geometry:24})"
-+return f"RootWindowModel({self.capture} : {str(self.geometry):24})"
-
- def get_info(self) -> dict:
- info = {}
---
-2.38.0
-
-
-From 3fe12855383831f10442a1f4451d206dfee2cb92 Mon Sep 17 00:00:00 2001
-From: James Le Cuirot 
-Date: Sun, 2 Oct 2022 21:51:01 +0100
-Subject: [PATCH 2/3] Fix test_get_version_info when the revision is 0
-
-The 4.4 tarball has revision 0, which causes it to not be included in
-the version info dict. Check for `not None` instead of truthiness.

- xpra/version_util.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/xpra/version_util.py b/xpra/version_util.py
-index 17c0ec27a..5dd38fd3e 100755
 a/xpra/version_util.py
-+++ b/xpra/version_util.py
-@@ -158,7 +158,7 @@ def get_version_info(full=1) -> dict:
- "branch": BRANCH,
- "commit": COMMIT,
- }.items():
--if v and v!="unknown":
-+if v is not None and v!="unknown":
- props[k] = v
- except ImportError as e:
- warn("missing some source information: %s", e)
-@@ -181,7 +181,7 @@ def get_version_info_full() -> dict:
- "cython"   : "CYTHON_VERSION",
-   }.items():
- v = getattr(build_info, bk, None)
--if v:
-+if v is not None:
- props[k] = v
- #record library versions:
- d = dict((k.lstrip("lib_"), getattr(build_info, k)) for k in 
dir(build_info) if k.startswith("lib_"))
---
-2.38.0
-
-
-From 79573c7f1241225922bee992f2caaf730cfbe3ac Mon Sep 17 00:00:00 2001
-From: totaam 
-Date: Sun, 9 Oct 2022 21:37:39 +0700
-Subject: [PATCH 3/3] Revert "don't use GLib directly"
-
-This reverts commit bc8bf26c44d1b151d709232460483f5432f79f5b.

- xpra/server/mixins/child_command_server.py | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/xpra/server/mixins/child_command_server.py 
b/xpra/server/mixins/child_command_server.py
-index 8dea3c1f7..1c2a60e27 100644
 a/xpra/server/mixins/child_command_server.py
-+++ b/xpra/server/mixins/child_command_server.py
-@@ -11,6 +11,8 @@ import os.path
- from time import monotonic
- from subprocess import Popen
-
-+from gi.repository import GLib
-+
- from xpra.platform.features import COMMAND_SIGNALS
- from xpra.child_reaper import getChildReaper, reaper_cleanup
- from xpra.os_util import (
-@@ -72,7 +74,7 @@ class ChildCommandServer(StubServerMixin):
- #even if __init__ is called multiple times:
- if not getattr(self, "late_start_requested", False):
- self.late_start_requested = True
--self.idle_add(self.late_start)
-+GLib.idle_add(self.late_start)
-
- def late_start(self):
- def do_late_start():
---
-2.38.0



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

2023-05-16 Thread William Hubbs
commit: 6e50700bacbaf629b0f04e23bb994e7718dcfcb9
Author: William Hubbs  gentoo  org>
AuthorDate: Tue May 16 21:51:55 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue May 16 21:52:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e50700b

dev-lang/go: stabilize 1.19.9 for amd64, #906570

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/dev-lang/go/go-1.19.9.ebuild b/dev-lang/go/go-1.19.9.ebuild
index 425573ed2f88..510ef993c4ce 100644
--- a/dev-lang/go/go-1.19.9.ebuild
+++ b/dev-lang/go/go-1.19.9.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* ~amd64 arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



  1   2   3   4   >