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

2024-03-11 Thread Miroslav Šulc
commit: 761aea56332e0c16821817fdb0a81c7136d67a1b
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Mar 11 09:38:28 2024 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Mar 11 09:38:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761aea56

media-sound/guitarix: py3.12 + cleanup

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/guitarix/guitarix-0.44.1.ebuild | 2 +-
 media-sound/guitarix/guitarix-.ebuild   | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/media-sound/guitarix/guitarix-0.44.1.ebuild 
b/media-sound/guitarix/guitarix-0.44.1.ebuild
index 87ecb97ee87f..fe90a06e00ab 100644
--- a/media-sound/guitarix/guitarix-0.44.1.ebuild
+++ b/media-sound/guitarix/guitarix-0.44.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 PYTHON_REQ_USE='threads(+)'
 
 inherit multiprocessing python-any-r1 waf-utils xdg

diff --git a/media-sound/guitarix/guitarix-.ebuild 
b/media-sound/guitarix/guitarix-.ebuild
index 490d308775b1..8903dc5a603d 100644
--- a/media-sound/guitarix/guitarix-.ebuild
+++ b/media-sound/guitarix/guitarix-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 PYTHON_REQ_USE='threads(+)'
 
 EGIT_OVERRIDE_REPO_ENYOJS_BOOTPLATE="https://github.com/enyojs/bootplate.git";
@@ -18,7 +18,6 @@ S="${WORKDIR}/${P}/trunk"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
 IUSE="bluetooth debug lv2 nls nsm +standalone zeroconf"
 REQUIRED_USE="|| ( lv2 standalone )"
 



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

2024-03-11 Thread Miroslav Šulc
commit: de1187cf11e6f4aa834ec28f1fec24bc25ba
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Mar 11 09:34:57 2024 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Mar 11 09:34:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1187cf

media-sound/guitarix: switched maintainer to project

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/guitarix/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/guitarix/metadata.xml 
b/media-sound/guitarix/metadata.xml
index e08a9c3c4ba8..2edf512cdf83 100644
--- a/media-sound/guitarix/metadata.xml
+++ b/media-sound/guitarix/metadata.xml
@@ -1,9 +1,9 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   fordf...@gentoo.org
-   Miroslav Šulc
+   
+   poau...@gentoo.org
+   Gentoo ProAudio Project


alexan...@tsoy.me



[gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/, media-sound/guitarix/files/

2024-03-11 Thread Miroslav Šulc
commit: e14adfc9b7e7e269bc1fa962a4c628935424fd87
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Mar 11 09:32:51 2024 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Mar 11 09:32:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14adfc9

media-sound/guitarix: fixed build with lto

Closes: https://bugs.gentoo.org/926429
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../guitarix/files/guitarix-0.44.1-fix-flto.patch| 16 
 media-sound/guitarix/guitarix-0.44.1.ebuild  |  1 +
 2 files changed, 17 insertions(+)

diff --git a/media-sound/guitarix/files/guitarix-0.44.1-fix-flto.patch 
b/media-sound/guitarix/files/guitarix-0.44.1-fix-flto.patch
new file mode 100644
index ..695c89c4de7a
--- /dev/null
+++ b/media-sound/guitarix/files/guitarix-0.44.1-fix-flto.patch
@@ -0,0 +1,16 @@
+From ecea56a6fa388cfcf29aaff3817ddc0e3518637f Mon Sep 17 00:00:00 2001
+From: brummer10 
+Date: Sat, 9 Mar 2024 09:12:36 +0100
+Subject: [PATCH] Fix issue #149 build system: LTO detection fails if
+ -flto=auto or similar is used
+
+--- a/waftools/cpu_optimization.py
 b/waftools/cpu_optimization.py
+@@ -168,6 +168,6 @@ def configure(conf):
+ conf.env['OPT'] = False
+ cpu_model = append_optimization_flags(conf, cxxflags)
+
+-if '-flto' in cxxflags:
++if any(x.startswith('-flto') for x in cxxflags):
+ cxxflags.append ("-ffat-lto-objects")
+

diff --git a/media-sound/guitarix/guitarix-0.44.1.ebuild 
b/media-sound/guitarix/guitarix-0.44.1.ebuild
index 7296f64747af..87ecb97ee87f 100644
--- a/media-sound/guitarix/guitarix-0.44.1.ebuild
+++ b/media-sound/guitarix/guitarix-0.44.1.ebuild
@@ -66,6 +66,7 @@ PATCHES=(
"${FILESDIR}"/${P}-py3.11.patch
"${FILESDIR}"/${P}-zita-resampler-1.10.patch
"${FILESDIR}"/${P}-gcc-13.patch
+   "${FILESDIR}"/${P}-fix-flto.patch
 )
 
 src_configure() {



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

2024-03-11 Thread Miroslav Šulc
commit: 6b7670433a88937f040755620bcf3cbddcfea362
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Mar 11 09:24:50 2024 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Mar 11 09:24:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b767043

media-sound/kid3: bump to 3.9.5

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/kid3/Manifest  |   1 +
 media-sound/kid3/kid3-3.9.5.ebuild | 101 +
 2 files changed, 102 insertions(+)

diff --git a/media-sound/kid3/Manifest b/media-sound/kid3/Manifest
index 9c43b7e3e8e5..7a7d07321451 100644
--- a/media-sound/kid3/Manifest
+++ b/media-sound/kid3/Manifest
@@ -1 +1,2 @@
 DIST kid3-3.9.4.tar.xz 1834140 BLAKE2B 
7a429b763bf4b0a275f9ba41dd0af314d564bcc8963093fefc10499e3e0e567d838515983b23cf9dfd5121adecce63b83d2179abca7904345d5b9f15a3c87aee
 SHA512 
28fe76ab6101202445d419c1a8a1bc4dfe31c9924fb6d28203ff9c0d2926b20e3a10a5f8b10e9193ff889e93100ce8bc6663baa29cfdecd5ec9dfb3445489348
+DIST kid3-3.9.5.tar.xz 1843528 BLAKE2B 
6bd7cf85eb6da91e1fb2dad40f63cdd443b1f75f3fab685f7af3caa5727f49afbf9b53a8d304f5e127743c4e0f8e3672b62fca33cf6de0a02ef091e758b2335a
 SHA512 
a5b21ebabeddb49a2755fd1b5c563a822419d2a82184182bda85e5be9932ccd9626e969f944fb55cfa4c85f7c7c9821adba75375f966ee90272c2cf2283acdd8

diff --git a/media-sound/kid3/kid3-3.9.5.ebuild 
b/media-sound/kid3/kid3-3.9.5.ebuild
new file mode 100644
index ..5917cb2a450f
--- /dev/null
+++ b/media-sound/kid3/kid3-3.9.5.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit cmake kde.org python-any-r1 xdg
+
+DESCRIPTION="Simple tag editor based on Qt"
+HOMEPAGE="https://kid3.kde.org/";
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="5"
+IUSE="acoustid flac kde mp3 mp4 +mpris +taglib test vorbis"
+
+REQUIRED_USE="flac? ( vorbis )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   sys-libs/readline:=
+   acoustid? (
+   media-libs/chromaprint:=
+   media-video/ffmpeg:=
+   )
+   flac? (
+   media-libs/flac:=[cxx]
+   media-libs/libvorbis
+   )
+   kde? (
+   kde-frameworks/kconfig:5
+   kde-frameworks/kconfigwidgets:5
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/kio:5
+   kde-frameworks/kwidgetsaddons:5
+   kde-frameworks/kxmlgui:5
+   )
+   mp3? ( media-libs/id3lib )
+   mp4? ( media-libs/libmp4v2 )
+   mpris? ( dev-qt/qtdbus:5 )
+   taglib? ( >=media-libs/taglib-1.9.1 )
+   vorbis? (
+   media-libs/libogg
+   media-libs/libvorbis
+   )
+"
+DEPEND="${RDEPEND}
+   test? ( dev-qt/qttest:5 )
+"
+BDEPEND="${PYTHON_DEPS}
+   dev-qt/linguist-tools:5
+   kde? ( kde-frameworks/extra-cmake-modules:0 )
+"
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   # overengineered upstream build system
+   cmake_src_prepare
+   # applies broken python hacks, bug #614950
+   cmake_comment_add_subdirectory doc
+
+   sed -e "/^ *find_package.*QT NAMES/s/Qt6 //" \
+   -i CMakeLists.txt || die # ensure Qt5 build
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_WITH_QT6=OFF
+   -DWITH_QAUDIODECODER=ON # bug 855281
+   -DWITH_CHROMAPRINT=$(usex acoustid)
+   -DWITH_DBUS=$(usex mpris)
+   -DWITH_FLAC=$(usex flac)
+   -DWITH_ID3LIB=$(usex mp3)
+   -DWITH_MP4V2=$(usex mp4)
+   -DWITH_TAGLIB=$(usex taglib)
+   -DBUILD_TESTING=$(usex test)
+   -DWITH_VORBIS=$(usex vorbis)
+   )
+
+   if use kde ; then
+   mycmakeargs+=( "-DWITH_APPS=KDE;CLI" )
+   else
+   mycmakeargs+=( "-DWITH_APPS=Qt;CLI" )
+   fi
+
+   cmake_src_configure
+}



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

2024-03-11 Thread Andreas Sturmlechner
commit: ca961d58787562debe5f7211c074916b13864430
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 11 08:57:11 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 11 09:05:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca961d58

kde-frameworks/knewstuff: Fix link list dialog for installation button

See also:
https://mail.kde.org/pipermail/distributions/2024-March/001482.html

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=482349

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/knewstuff-6.0.0-fix-kdebug-482349.patch  | 42 ++
 kde-frameworks/knewstuff/knewstuff-6.0.0-r1.ebuild | 42 ++
 2 files changed, 84 insertions(+)

diff --git 
a/kde-frameworks/knewstuff/files/knewstuff-6.0.0-fix-kdebug-482349.patch 
b/kde-frameworks/knewstuff/files/knewstuff-6.0.0-fix-kdebug-482349.patch
new file mode 100644
index ..6e0b2ca3c025
--- /dev/null
+++ b/kde-frameworks/knewstuff/files/knewstuff-6.0.0-fix-kdebug-482349.patch
@@ -0,0 +1,42 @@
+From 49f2037ac22fcb430fadd5d7b29bd8af234573a4 Mon Sep 17 00:00:00 2001
+From: Akseli Lahtinen 
+Date: Thu, 7 Mar 2024 16:01:44 +
+Subject: [PATCH] Fix link list dialog for installation button
+
+In gridview, installation buttons showed "Install..." for every item,
+even if the item had only single download link. This fixes it
+by showing correct button.
+
+The problem was using `entry` directly instead of `model`.
+
+BUG: 482349
+FIXED-IN: 6.1
+---
+ .../qml/private/entrygriddelegates/TileDelegate.qml   | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/src/qtquick/qml/private/entrygriddelegates/TileDelegate.qml 
b/src/qtquick/qml/private/entrygriddelegates/TileDelegate.qml
+index 2fdee68b4..36224abe2 100644
+--- a/src/qtquick/qml/private/entrygriddelegates/TileDelegate.qml
 b/src/qtquick/qml/private/entrygriddelegates/TileDelegate.qml
+@@ -40,13 +40,13 @@ Private.GridTileDelegate {
+ visible: enabled
+ },
+ Kirigami.Action {
+-text: entry.downloadLinks.length === 1 ? i18ndc("knewstuff6", 
"Request installation of this item, available when there is exactly one 
downloadable item", "Install") : i18ndc("knewstuff6", "Show installation 
options, where there is more than one downloadable item", "Install…");
++text: model.downloadLinks.length === 1 ? i18ndc("knewstuff6", 
"Request installation of this item, available when there is exactly one 
downloadable item", "Install") : i18ndc("knewstuff6", "Show installation 
options, where there is more than one downloadable item", "Install…");
+ icon.name: "install"
+ onTriggered: {
+-if (entry.downloadLinks.length === 1) {
+-newStuffEngine.install(entry.entry, 
NewStuff.ItemsModel.FirstLinkId);
++if (model.downloadLinks.length === 1) {
++newStuffEngine.install(entry, 
NewStuff.ItemsModel.FirstLinkId);
+ } else {
+-downloadItemsSheet.downloadLinks = entry.downloadLinks;
++downloadItemsSheet.downloadLinks = model.downloadLinks;
+ downloadItemsSheet.entry = entry;
+ downloadItemsSheet.open();
+ }
+-- 
+GitLab
+

diff --git a/kde-frameworks/knewstuff/knewstuff-6.0.0-r1.ebuild 
b/kde-frameworks/knewstuff/knewstuff-6.0.0-r1.ebuild
new file mode 100644
index ..7b9468264281
--- /dev/null
+++ b/kde-frameworks/knewstuff/knewstuff-6.0.0-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for downloading and sharing additional application data"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64"
+IUSE="opds"
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets,xml]
+   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+   =kde-frameworks/attica-${PVCUT}*:6
+   =kde-frameworks/karchive-${PVCUT}*:6
+   =kde-frameworks/kconfig-${PVCUT}*:6
+   =kde-frameworks/kcoreaddons-${PVCUT}*:6
+   =kde-frameworks/ki18n-${PVCUT}*:6
+   =kde-frameworks/kpackage-${PVCUT}*:6
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
+   opds? ( =kde-frameworks/syndication-${PVCUT}*:6 )
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kirigami-${PVCUT}:6
+"
+
+PATCHES=( "${FILESDIR}/${P}-fix-kdebug-482349.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package opds KF6Syndication)
+   )
+
+   ecm_src_configure
+}



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

2024-03-11 Thread Andreas Sturmlechner
commit: 058bcba007be7186d56babdc9b4b184e40123059
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 11 09:04:58 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 11 09:05:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058bcba0

kde-frameworks/knewstuff: drop 6.0.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/knewstuff/knewstuff-6.0.0.ebuild | 40 -
 1 file changed, 40 deletions(-)

diff --git a/kde-frameworks/knewstuff/knewstuff-6.0.0.ebuild 
b/kde-frameworks/knewstuff/knewstuff-6.0.0.ebuild
deleted file mode 100644
index 8c48819cbbc5..
--- a/kde-frameworks/knewstuff/knewstuff-6.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for downloading and sharing additional application data"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64"
-IUSE="opds"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets,xml]
-   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
-   =kde-frameworks/attica-${PVCUT}*:6
-   =kde-frameworks/karchive-${PVCUT}*:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kpackage-${PVCUT}*:6
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-   opds? ( =kde-frameworks/syndication-${PVCUT}*:6 )
-"
-RDEPEND="${DEPEND}
-   >=kde-frameworks/kirigami-${PVCUT}:6
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package opds KF6Syndication)
-   )
-
-   ecm_src_configure
-}



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

2024-03-11 Thread Maciej Barć
commit: 800c119ccd0f64f4a5c98bc8aa0d4154d799b190
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Mar 11 09:00:36 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Mar 11 09:03:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800c119c

app-admin/keepassxc: sync live  version

Signed-off-by: Maciej Barć  gentoo.org>

 app-admin/keepassxc/keepassxc-.ebuild | 20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/app-admin/keepassxc/keepassxc-.ebuild 
b/app-admin/keepassxc/keepassxc-.ebuild
index 186c07c60416..4b24b9ee85b7 100644
--- a/app-admin/keepassxc/keepassxc-.ebuild
+++ b/app-admin/keepassxc/keepassxc-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,10 +15,12 @@ if [[ "${PV}" != * ]] ; then
S="${WORKDIR}/${P/_/-}"
else

SRC_URI="https://github.com/keepassxreboot/${PN}/releases/download/${PV}/${P}-src.tar.xz";
+
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
fi
 else
inherit git-r3
+
EGIT_REPO_URI="https://github.com/keepassxreboot/${PN}";
[[ "${PV}" !=  ]] && EGIT_BRANCH="master"
 fi
@@ -42,24 +44,28 @@ RDEPEND="
dev-qt/qtwidgets:5
media-gfx/qrencode:=
sys-libs/readline:0=
-   sys-libs/zlib:=
-   X? ( dev-qt/qtx11extras:5 )
+   sys-libs/zlib:=[minizip]
+   X? (
+   dev-qt/qtx11extras:5
+   )
autotype? (
x11-libs/libX11
x11-libs/libXtst
)
-   keeshare? ( sys-libs/zlib:=[minizip] )
yubikey? (
dev-libs/libusb:1
sys-apps/pcsc-lite
)
 "
-DEPEND="${RDEPEND}
+DEPEND="
+   ${RDEPEND}
dev-qt/qttest:5
 "
 BDEPEND="
dev-qt/linguist-tools:5
-   doc? ( dev-ruby/asciidoctor )
+   doc? (
+   dev-ruby/asciidoctor
+   )
 "
 
 src_prepare() {
@@ -74,7 +80,7 @@ src_configure() {
# https://github.com/keepassxreboot/keepassxc/issues/5801
filter-lto
 
-   local mycmakeargs=(
+   local -a mycmakeargs=(
# Gentoo users enable ccache via e.g. FEATURES=ccache or
# other means. We don't want the build system to enable it for 
us.
-DWITH_CCACHE=OFF



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

2024-03-11 Thread Maciej Barć
commit: 9577f320a8e63c4459b6aed4833199e250bf7e54
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Mar 11 08:43:53 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Mar 11 09:03:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9577f320

app-admin/keepassxc: always require zlib[minizip]

Closes: https://bugs.gentoo.org/926732
Signed-off-by: Maciej Barć  gentoo.org>

 .../{keepassxc-2.7.7.ebuild => keepassxc-2.7.7-r1.ebuild} | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-admin/keepassxc/keepassxc-2.7.7.ebuild 
b/app-admin/keepassxc/keepassxc-2.7.7-r1.ebuild
similarity index 96%
rename from app-admin/keepassxc/keepassxc-2.7.7.ebuild
rename to app-admin/keepassxc/keepassxc-2.7.7-r1.ebuild
index 6d0f3d1266b4..843ec9b56c6f 100644
--- a/app-admin/keepassxc/keepassxc-2.7.7.ebuild
+++ b/app-admin/keepassxc/keepassxc-2.7.7-r1.ebuild
@@ -44,7 +44,7 @@ RDEPEND="
dev-qt/qtwidgets:5
media-gfx/qrencode:=
sys-libs/readline:0=
-   sys-libs/zlib:=
+   sys-libs/zlib:=[minizip]
X? (
dev-qt/qtx11extras:5
)
@@ -52,15 +52,13 @@ RDEPEND="
x11-libs/libX11
x11-libs/libXtst
)
-   keeshare? (
-   sys-libs/zlib:=[minizip]
-   )
yubikey? (
dev-libs/libusb:1
sys-apps/pcsc-lite
)
 "
-DEPEND="${RDEPEND}
+DEPEND="
+   ${RDEPEND}
dev-qt/qttest:5
 "
 BDEPEND="



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

2024-03-11 Thread Matt Jolly
commit: de89ee90b79b8c08163f930115127decae0696e1
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:41:48 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:46:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de89ee90

profiles: last rite media-video/obs-v4l2sink

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2a80e58ae355..502da6cf9f3b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Jolly  (2024-03-11)
+# Obsolete, does not compile, archived upstream.
+# Removal: 2024-04-10.  Bugs #876977, #907705.
+media-video/obs-v4l2sink
+
 # Volkmar W. Pogatzki  (2024-03-10)
 # Unused java libraries. The ant tasks are now provided by dev-java/ant.
 # Removal on 2024-04-09.



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/textual/, dev-python/textual/files/

2024-03-11 Thread Henri Gasc
commit: 30eaec69dfe9008d12847e35418bba0233a91b63
Author: Henri Gasc  eurecom  fr>
AuthorDate: Mon Mar 11 08:41:25 2024 +
Commit: Henri Gasc  eurecom  fr>
CommitDate: Mon Mar 11 08:42:06 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30eaec69

dev-python/textual: add 0.52.1, drop 0.47.1

Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/textual/Manifest|  2 +-
 dev-python/textual/files/fix-mkdocstrings.patch| 33 +
 ...textual-0.47.1.ebuild => textual-0.52.1.ebuild} | 41 --
 3 files changed, 57 insertions(+), 19 deletions(-)

diff --git a/dev-python/textual/Manifest b/dev-python/textual/Manifest
index 14e206e3aa..c880c1485a 100644
--- a/dev-python/textual/Manifest
+++ b/dev-python/textual/Manifest
@@ -1 +1 @@
-DIST textual-0.47.1.gh.tar.gz 27860405 BLAKE2B 
f4047755d4faf7796ece4f8e08c409e4dc93ecd4eaa9543b6ca23b2824b8eb70c1e382509f55a15421eebd666f137c0ada7a4b99b6bc9d1f91f45ae2f251ddcf
 SHA512 
f17684f8e822423164a6b549c261f5662b6997e9934e1c76f159610d1ed682e26d34e39ae22c3b8fe47e84c8b4a87cc6bd70e0121806b498ddda5ddb9f575bd1
+DIST textual-0.52.1.gh.tar.gz 27949270 BLAKE2B 
3251df04137316b416b19ce91293034d226b5c54eaf4550578cc0b874a4ae4b1ab45578981ee98b41de04693b2d4fd43c55c8882f03bb8e8b35339faac2ffef7
 SHA512 
7eb8d54e7e18fab3d4013004d68c629b0f6a72258dc8e2c879c4ed54d32ca0e94594a992e25687d39356f61bd6a64372f67064d706bfa48df2e8ccce833d

diff --git a/dev-python/textual/files/fix-mkdocstrings.patch 
b/dev-python/textual/files/fix-mkdocstrings.patch
new file mode 100644
index 00..a412fea238
--- /dev/null
+++ b/dev-python/textual/files/fix-mkdocstrings.patch
@@ -0,0 +1,33 @@
+diff --git a/docs/_templates/python/material/_base/class.html 
b/docs/_templates/python/material/_base/class.html
+index 120fe338f..731d2ae73 100644
+--- a/docs/_templates/python/material/_base/class.html
 b/docs/_templates/python/material/_base/class.html
+@@ -46,7 +46,7 @@
+   {% if "__init__" in class.members %}
+ {% with function = class.members["__init__"] %}
+   {% filter highlight(language="python", inline=False) -%}
+-def {% filter format_signature(config.line_length) %}
++def {% filter format_signature(function, config.line_length) %}
+ __init__{% include "signature.html" with context %}
+ {% endfilter %}:
+   {% endfilter %}
+diff --git a/docs/_templates/python/material/_base/function.html 
b/docs/_templates/python/material/_base/function.html
+index 58a4c37ad..c5e574ffa 100644
+--- a/docs/_templates/python/material/_base/function.html
 b/docs/_templates/python/material/_base/function.html
+@@ -37,7 +37,7 @@
+ 
+ {% if config.separate_signature %}
+   {% filter highlight(language="python", inline=False) %}
+-def {% filter format_signature(config.line_length) %}
++def {% filter format_signature(function, config.line_length) %}
+   {% if show_full_path %}{{ function.path }}{% else %}{{ 
function.name }}{% endif %}
+   {% include "signature.html" with context %}
+ {% endfilter %}:
+diff --git a/docs/api/constants.md b/docs/api/constants.md
+index f4d97e8df..88aa35b2f 100644
+--- a/docs/api/constants.md
 b/docs/api/constants.md
+@@ -1 +1 @@
+-::: textuals.constants
++::: textual.constants

diff --git a/dev-python/textual/textual-0.47.1.ebuild 
b/dev-python/textual/textual-0.52.1.ebuild
similarity index 64%
rename from dev-python/textual/textual-0.47.1.ebuild
rename to dev-python/textual/textual-0.52.1.ebuild
index 65e553d1fa..b67924c3e5 100644
--- a/dev-python/textual/textual-0.47.1.ebuild
+++ b/dev-python/textual/textual-0.52.1.ebuild
@@ -3,12 +3,21 @@
 
 EAPI=8
 
-DOCS_BUILDER="mkdocs"
-DOCS_DIR="docs"
 DISTUTILS_USE_PEP517=poetry
 PYTHON_COMPAT=( python3_{10..12} )
 
-inherit distutils-r1 optfeature
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocstrings
+   dev-python/mkdocstrings-python
+   dev-python/mkdocs-material
+   dev-python/mkdocs-exclude
+   dev-python/mkdocs-rss-plugin
+   dev-python/pytz
+"
+DOCS_INITIALIZE_GIT=1
+
+inherit distutils-r1 docs optfeature
 
 DESCRIPTION="Modern Text User Interface framework"
 HOMEPAGE="https://github.com/Textualize/textual 
https://pypi.org/project/textual/";
@@ -17,24 +26,13 @@ 
SRC_URI="https://github.com/Textualize/textual/archive/refs/tags/v${PV}.tar.gz -
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="doc test"
 
 RDEPEND="
-   >=dev-python/rich-13.3.3[${PYTHON_USEDEP}]
>=dev-python/markdown-it-py-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/rich-13.3.3[${PYTHON_USEDEP}]
 "
-
 BDEPEND="
test? (
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   >=dev-python/mkdocs-1.3.0[${PYTHON_USEDEP}]
-   =dev-python/mkdocs-material-9.0.11[${PYTHON_USEDEP}]
-   =dev-python/time-machine-2.6.0[${PYTHON_USEDEP}]
-   =dev-python/textual-dev-1.2.0[${PYTHON_USEDEP}]
  

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

2024-03-11 Thread Henri Gasc
commit: 82c23f0653c213f945bfb6eae6316f24401e3c6e
Author: Henri Gasc  eurecom  fr>
AuthorDate: Sun Mar 10 22:05:45 2024 +
Commit: Henri Gasc  eurecom  fr>
CommitDate: Mon Mar 11 08:42:05 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=82c23f06

media-video/manimgl: add , drop 1.6.1

Signed-off-by: Henri Gasc  eurecom.fr>

 media-video/manimgl/Manifest |  1 -
 .../{manimgl-1.6.1.ebuild => manimgl-.ebuild}| 20 +++-
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/media-video/manimgl/Manifest b/media-video/manimgl/Manifest
deleted file mode 100644
index 469a5da8d1..00
--- a/media-video/manimgl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST manimgl-1.6.1.gh.tar.gz 1043281 BLAKE2B 
70c0d4b893e1b15b536fd98e0584d2e5676802e2165407ed0cd62878120ce7f3ff43bf7eec8e16c12c95494322118215689f4138ff9dc190c86be206aa57124c
 SHA512 
30f0675551474c690ee5dc1c9200db6aad114b0ffb14a6245f7d8edb00db9a375e291448df10a8b603527aaafba8930a445e825dd3ee3293dc125f3cfd46fee3

diff --git a/media-video/manimgl/manimgl-1.6.1.ebuild 
b/media-video/manimgl/manimgl-.ebuild
similarity index 85%
rename from media-video/manimgl/manimgl-1.6.1.ebuild
rename to media-video/manimgl/manimgl-.ebuild
index 69c3bc7b5d..dfc646d1e5 100644
--- a/media-video/manimgl/manimgl-1.6.1.ebuild
+++ b/media-video/manimgl/manimgl-.ebuild
@@ -1,27 +1,30 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
-inherit distutils-r1
+inherit distutils-r1 git-r3
 
 DESCRIPTION="Animation engine for explanatory math videos"
 HOMEPAGE="https://github.com/3b1b/manim https://pypi.org/project/manimgl/";
-SRC_URI="https://github.com/3b1b/manim/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
-S="${WORKDIR}/manim-${PV}"
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/3b1b/manim.git";
+else
+   SRC_URI="https://github.com/3b1b/manim/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
+   S="${WORKDIR}/manim-${PV}"
+   KEYWORDS="~amd64"
+fi
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
 IUSE="doc"
 
 RDEPEND="
dev-python/colour[${PYTHON_USEDEP}]
-   dev-python/fonttools[${PYTHON_USEDEP}]
dev-python/ipython[${PYTHON_USEDEP}]
dev-python/isosurfaces[${PYTHON_USEDEP}]
=dev-python/ManimPango-0.4*[${PYTHON_USEDEP}]
@@ -35,7 +38,6 @@ RDEPEND="
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/pyopengl[${PYTHON_USEDEP}]
dev-python/pyperclip[${PYTHON_USEDEP}]
-   dev-python/pyrr[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/rich[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
@@ -46,8 +48,8 @@ RDEPEND="
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/validators[${PYTHON_USEDEP}]
app-text/texlive
-   media-libs/mesa
media-video/ffmpeg
+   virtual/opengl
x11-libs/pango
$(python_gen_cond_dep '
dev-python/typing-extensions[${PYTHON_USEDEP}]



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

2024-03-11 Thread Henri Gasc
commit: b9cf027a711432f4c44971a014aac36bb093e7d2
Author: Henri Gasc  eurecom  fr>
AuthorDate: Sun Mar 10 22:14:32 2024 +
Commit: Henri Gasc  eurecom  fr>
CommitDate: Mon Mar 11 08:42:06 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9cf027a

dev-python/tempy: add 1.4.0, drop 1.3.0

Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/tempy/Manifest   | 2 +-
 dev-python/tempy/{tempy-1.3.0.ebuild => tempy-1.4.0.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/tempy/Manifest b/dev-python/tempy/Manifest
index 8fe4819f46..7e51b01e07 100644
--- a/dev-python/tempy/Manifest
+++ b/dev-python/tempy/Manifest
@@ -1 +1 @@
-DIST tempy-1.3.0.gh.tar.gz 1546602 BLAKE2B 
19019b7ce5ea74d7dddac1504d81a268df68ae88623892337255312c383af23ebb3399e437e94d150ab13236f846eee017f95a34bf6c55124a77dce8d1f6183e
 SHA512 
2ede021316b9249c0ac8bc58506c3a7d006d242c3d4843ebbe5501532a9dc044e86c8b1228e4cb4dac4e09ae5ffab89731c1f6ca1a683bbfd3b34c6833fc1373
+DIST tempy-1.4.0.gh.tar.gz 1546608 BLAKE2B 
c99d18b4b2ef5d78728cb12f4c0d532b4b51b39bd270aac25a1760ff16db2b91d0da2f8f3f5037d18ea8370ce391e1d1c5e6f5a2dbf10e99afe908eca958c10b
 SHA512 
242ce3a3d3d9cbc65b51b855f80470dd3a3c22e13f6ecef38ee77a53d621a79671b2901344c7cc93b95f370ec78b2b136281f292fb49a1f8528d016025154db0

diff --git a/dev-python/tempy/tempy-1.3.0.ebuild 
b/dev-python/tempy/tempy-1.4.0.ebuild
similarity index 84%
rename from dev-python/tempy/tempy-1.3.0.ebuild
rename to dev-python/tempy/tempy-1.4.0.ebuild
index 3dfa6c1b53..4c061a3fcd 100644
--- a/dev-python/tempy/tempy-1.3.0.ebuild
+++ b/dev-python/tempy/tempy-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,8 +10,8 @@ inherit distutils-r1
 
 DESCRIPTION="A simple, visually pleasing weather report in your terminal"
 HOMEPAGE="https://github.com/noprobelm/tempy";
-SRC_URI="https://github.com/noprobelm/tempy/archive/815893b.tar.gz -> 
${P}.gh.tar.gz"
-S="${WORKDIR}/tempy-815893b1f2020e0ceac6be6d21762155967408be"
+SRC_URI="https://github.com/noprobelm/tempy/archive/fb0db08.tar.gz -> 
${P}.gh.tar.gz"
+S="${WORKDIR}/tempy-fb0db0841e097de4ed819066a45933748172e02a"
 
 LICENSE="MIT"
 SLOT="0"



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

2024-03-11 Thread Alfredo Tupone
commit: ad1d53bdeee2546b3a663f014fffa7d21e01fb9d
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Mar 11 08:33:37 2024 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Mar 11 08:34:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1d53bd

dev-lang/tcl: drop -Werror

Closes: https://bugs.gentoo.org/926705
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-lang/tcl/tcl-8.6.14.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-lang/tcl/tcl-8.6.14.ebuild b/dev-lang/tcl/tcl-8.6.14.ebuild
index 58692642a27e..fd315cf5d239 100644
--- a/dev-lang/tcl/tcl-8.6.14.ebuild
+++ b/dev-lang/tcl/tcl-8.6.14.ebuild
@@ -43,6 +43,12 @@ src_prepare() {
"${SPARENT}"/doc/try.n \
-delete || die
 
+   # Drop -Werror
+   sed -i \
+   -e "s: -Werror::g" \
+   dltest/Makefile.in \
+   || die
+
pushd "${SPARENT}" &>/dev/null || die
default
popd &>/dev/null || die



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

2024-03-11 Thread Matt Jolly
commit: 3628462a8451b6e92157a68e940431356db2fd33
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:05:28 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:09:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3628462a

www-client/opera: remove old

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

 www-client/opera/Manifest   |   1 -
 www-client/opera/opera-108.0.5067.20.ebuild | 170 
 2 files changed, 171 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index fd8166cfea85..501863490611 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,3 +1,2 @@
 DIST opera-ffmpeg-codecs-114.0.5735.9.tar.xz 1315192 BLAKE2B 
ef9a0cfc8c30ac0a837863644f3c2d5e78059575e2b8f6fda9253304f4815a39d021602e802dac7e1d5a1685aa5015a02019c4a0399f0bdc81136f956cc1d55f
 SHA512 
bdad66bd5d238bdeb81a4e2a956f0a814633360f05c7bed2161df9506d2ccc45ba452cc8974c755fe0d3f46adceb90324a472a5dac72e9c65391ae7a841c
-DIST opera-stable_108.0.5067.20_amd64.deb 115350312 BLAKE2B 
ed06293ee92bb14e4dbb8cfcff39d7113a3067aa38c637edaa48298bd5c411ffa5a5c77f22b0d2e3d570767312eabd04db835649745e188c54d25c09b79356ba
 SHA512 
afbf4c21fa05ddd9fa148535ba169cb1aa87ef8b4f79fedbdf00a1cc1092d3e0c5a78a1a235a94efdba76eef7f8aece366713d33fc1b5cf8fadcdd4bf793e9d4
 DIST opera-stable_108.0.5067.24_amd64.deb 115324492 BLAKE2B 
4790db9ffe8605744cb038b2e79db8b8a8bdf5bb72d223f798849b402460caec615a29a619416162d88f1d2a1b75b0eb9510917de8d5f559830a97d0d092d13c
 SHA512 
fdfcb61bb4618b5d6dff909dd2d360503d1b6027ec301e13479138aa3f60c37d6d96ff4e9333a041660b4f3f3b084f4734d1e7026e0dd49cecd2456b0768b17a

diff --git a/www-client/opera/opera-108.0.5067.20.ebuild 
b/www-client/opera/opera-108.0.5067.20.ebuild
deleted file mode 100644
index 6c4c3db8eec1..
--- a/www-client/opera/opera-108.0.5067.20.ebuild
+++ /dev/null
@@ -1,170 +0,0 @@
-# Copyright 1999-2024 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="114.0.5735.9"
-
-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 qt6"
-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
-   )
-   qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-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

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

2024-03-11 Thread Matt Jolly
commit: 764b1e9ea629eb0b1d8209bf3dc1e61fb7d20f49
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:03:09 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:03:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764b1e9e

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

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...9.0_alpha.ebuild => chrome-binary-plugins-124.0.6342.3_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 3a34a38b9378..bbe6772dd905 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_123.0.6312.28-1_amd64.deb 106741628 BLAKE2B 
d98d77b4f60663b082bca1b5d1074080591b5ec0b111dc77daf633e7e93f30ff1d9b0b7cfc839032e88731b00c4d3708eb1b6560247c8c7f050ae30de77450f6
 SHA512 
8982770b52e95e8fcfd8114cc91821ca10282ec6156a443573991aee66ee9f61fd2725632b328030d66c0d65faf0ca1cdcba47981ac8b553c7709c7f46040ab3
 DIST google-chrome-stable_122.0.6261.111-1_amd64.deb 106071384 BLAKE2B 
35b12df2353d9c7597be22b4c44e0237222e8d57c2a12cfab51494b0fc487c800431a6bc15195012bb78da36ec996bb585cb5ea4f59801cd547d2b013f041319
 SHA512 
0dad75f086a8e228fce5078a2645a53db284139b1ed6d6656a1089351a28a0f37dd6823f7162568a069b8d0ff2d306d0c8c5f8424e9e90ba91c6d31855d51fe9
-DIST google-chrome-unstable_124.0.6329.0-1_amd64.deb 106874220 BLAKE2B 
f112c88c298b39723c2fa139b5175f793d4f26ee916c897c420f914856b6bcc72f35d7b9a7ee9ca230be369c4a9e013d7f97e6ff0325057288dfb2f4823fde02
 SHA512 
d09d34180a54aa7bf5601ee985d2286e070ab1d7deab4318aab22334df44254cfd1913f6d1494a69bd80e79493245021d6be2f42ee9fcb2e8fe7ad5649ea73ac
+DIST google-chrome-unstable_124.0.6342.3-1_amd64.deb 106809084 BLAKE2B 
a01a1dbd1588b12c538ca0e347920131db502eccb6ff5007ed8026bbde26166fe04ec4f0245b5afac4c28a702325babe03b503cb6344534bfac1af59ae8a1a55
 SHA512 
d517d9dc6e38b8b172a2e8c5f12991da502a25fc115cfc1df9a0dcb3d16c7a50cfa7b1650b327247894fd1f9369dc0597c57c04ac4c4d64f628e69315aad8159

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



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

2024-03-11 Thread Matt Jolly
commit: 794e2083a205da0a9d29bb26756ba2ee1570f32d
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:03:42 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:08:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794e2083

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

Bug: https://bugs.gentoo.org/926230
Signed-off-by: Matt Jolly  gentoo.org>

 www-client/microsoft-edge/Manifest |   1 +
 .../microsoft-edge-122.0.2365.80.ebuild| 127 +
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 5eae32561b6a..25e3919d0765 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_122.0.2365.63-1_amd64.deb 165989610 BLAKE2B 
1c3e4d35d0790721185ad05dd0ca9e0bf35b0b22bd2aa9aae7188b7faae76c2370883bb482579d9524c3abb8b3b863ff89550f3b23ac986e638d54a76dd3040b
 SHA512 
eed033e5f92cbb092fd506b1e843bc707d2c7dff7770fe068e189d3476dc8174409cf64b131ffd20e54bc772ad64d6a2548583fa558c4d7a26e282e3e9e5afa9
+DIST microsoft-edge-stable_122.0.2365.80-1_amd64.deb 166028686 BLAKE2B 
dae3a906737f8cbebc19709d108221ed19434ed1fab0344181aa8f0fd7c370b2223de084ef0251416fa22b6eb8f113e152835c127c8d47c6dcff67cb7a94
 SHA512 
fc75292fb18f2ccf057c3fe4ac22f838e400be970b414d5815e82f2126a633ecefb30d7c5d7ea0d58f0307c1c18458535e8e65975374efadc605ec51d9b54337

diff --git a/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild 
b/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild
new file mode 100644
index ..f67dc1739fa5
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2024 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 qt6"
+
+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
+   )
+   qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+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
+   

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

2024-03-11 Thread Matt Jolly
commit: 95f5e72a633676828c794a22008f7d0f6f0c1c93
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:05:55 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:09:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f5e72a

www-client/opera-beta: remove old

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

 www-client/opera-beta/Manifest |   1 -
 .../opera-beta/opera-beta-107.0.5045.11.ebuild | 170 -
 2 files changed, 171 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index f51a49a5e71b..13cfd33d4257 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,4 +1,3 @@
-DIST opera-beta_107.0.5045.11_amd64.deb 109165040 BLAKE2B 
05d8df939237bbc16ecc1bbd475a88d30de5ca0c8234da0ff3bf76c2c481a9bbd2d446c637a0d827596c5142e49f945152924e13cb616d3bc1a2ace217226b00
 SHA512 
f904ac52723642c7e4d686fc3efeb061381facb9e2922b26a406ed1d1786b10da9c82727cb5f0bc221fb56e1c6607fff361ee4ea266157c5fec5d318cf225fd0
 DIST opera-beta_108.0.5067.10_amd64.deb 115396192 BLAKE2B 
363fa41654055a2616b46e2b44b21ae0e82cd707d9ac397fbb0f3d69e64b15dfea2bd47bc9669efb5fa1728d3eef82d827d0f9795eb88861ba69d40af7501b4f
 SHA512 
c25b4c70922e278a89985d6db27af23f71088212235669c12be07e4d0cde4bb769a96adcdae610f3cd3813526f0b747897685add7ec88b3cf946238183ce5cfa
 DIST opera-beta_108.0.5067.14_amd64.deb 115510280 BLAKE2B 
01671adad09c457f397ae1f62001ed9cb4f833c7413b719299f307704686ea6d3bf3713582f93b2a417c7e076b5c95b9f9dc37a16bf6d42390116dc9428093ee
 SHA512 
1839af51c996f09aafe777505267f1c6f97334fd02f9840a693540b694761b31a5419687ada78bb3a05783d3315bb3b4e62b55ea9fd86692ec10ccf158026239
 DIST opera-beta_109.0.5097.5_amd64.deb 115139344 BLAKE2B 
ebe2dbc2aecd0a79c1446cafc7fb4195cac2cf927f2e2f43413ec322007efcfcbb037f2377e973a40baf2d0eff7ce76cd88999d6578ff72be695831b20066520
 SHA512 
245bb6d45bf85b2d53f19ea015a2899853e43043f53216d3b7b2a87c8cf45b00a541df92840b357c09328c1ea4aedf70a6303ffce113d88f91d2c8da83763217

diff --git a/www-client/opera-beta/opera-beta-107.0.5045.11.ebuild 
b/www-client/opera-beta/opera-beta-107.0.5045.11.ebuild
deleted file mode 100644
index 869e16febbe2..
--- a/www-client/opera-beta/opera-beta-107.0.5045.11.ebuild
+++ /dev/null
@@ -1,170 +0,0 @@
-# Copyright 1999-2024 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="114.0.5735.9"
-
-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 qt6"
-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
-   )
-   qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-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_con

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

2024-03-11 Thread Matt Jolly
commit: b9825c832f1b14b65ab0b686aa71ca593586cfbd
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:04:25 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:09:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9825c83

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

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

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-124.0.2438.2.ebuild | 127 +
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index b5ef4deec6b1..91bf0663d21d 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_123.0.2400.1-1_amd64.deb 166457358 BLAKE2B 
48d504a2ca549ca9f29e41b61a67fb4631662655f7125e78de3de8e4d708f8608a875a79a896b1f0159cea8cb7c464b1d4d27c62832b9ea849e3d0fab130ea93
 SHA512 
d1cb5d1bd79420d4ce456ed94babdada9aba3a3124b557acac4fdc2bfbcecdb7276d79e333efe7d69a6a1d8a3b555e9bb721235379d4cc2d71ee1d8e8fecb5cf
 DIST microsoft-edge-dev_123.0.2420.10-1_amd64.deb 166123526 BLAKE2B 
79ff9da26d928ef41a7522c700cca6ce30ba24d48b5586a9d65d7804034fad8dee9af21b4bb16203f2a062c5afd99823cc8eb6528a4104d0e66e0d2855012f25
 SHA512 
2ef1477daab9c7e978d1c60b0285940b2c16cc47135aa32bcdc48d717867d9a7cd67e2be08043965bb08ec40c203fbf4abb5b9ac3382427abf7ee997adf98827
 DIST microsoft-edge-dev_123.0.2420.6-1_amd64.deb 166029606 BLAKE2B 
87e8e8724707d96f0fd11bb60d8d0d7701d2ba3b0274719f9ff126ba2522195a65f91155d92825df5fba4b62228ced50c1bd62449c26ce0e221b2ad905cd9022
 SHA512 
267116f639829f1a2312ccf220e7a13f2130ad11c55118ed14af5fe2a1d03702f670aaa2117288a7ec805c61fcc68ec63d462be22e04970ed2c657bf2923bb90
+DIST microsoft-edge-dev_124.0.2438.2-1_amd64.deb 166605114 BLAKE2B 
65fa6d2a3f8153d7a591a94f9a420ab2a45620ceae12aaa22b2ab5adec65e32af3ed8e210724f13d14a3665476ef277ac2f950e09412a16db99e5e2925cfc4d6
 SHA512 
a15fd72a2aaedb80bfb41444be52d56ec7781502e946461bd99af9859991232ebbce2a5cd690d8c6a4c2d56b5ab0c2a655e217b3c744abf843bafa5613047327

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-124.0.2438.2.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-124.0.2438.2.ebuild
new file mode 100644
index ..f67dc1739fa5
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-124.0.2438.2.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2024 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 qt6"
+
+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
+   )
+   qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+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/man

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

2024-03-11 Thread Matt Jolly
commit: cd0bb04f9366541acaece5ec381165c57216b166
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:05:22 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:09:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0bb04f

www-client/opera: automated bump (108.0.5067.24)

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

 www-client/opera/Manifest   |   1 +
 www-client/opera/opera-108.0.5067.24.ebuild | 170 
 2 files changed, 171 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 8c5f244898df..fd8166cfea85 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,2 +1,3 @@
 DIST opera-ffmpeg-codecs-114.0.5735.9.tar.xz 1315192 BLAKE2B 
ef9a0cfc8c30ac0a837863644f3c2d5e78059575e2b8f6fda9253304f4815a39d021602e802dac7e1d5a1685aa5015a02019c4a0399f0bdc81136f956cc1d55f
 SHA512 
bdad66bd5d238bdeb81a4e2a956f0a814633360f05c7bed2161df9506d2ccc45ba452cc8974c755fe0d3f46adceb90324a472a5dac72e9c65391ae7a841c
 DIST opera-stable_108.0.5067.20_amd64.deb 115350312 BLAKE2B 
ed06293ee92bb14e4dbb8cfcff39d7113a3067aa38c637edaa48298bd5c411ffa5a5c77f22b0d2e3d570767312eabd04db835649745e188c54d25c09b79356ba
 SHA512 
afbf4c21fa05ddd9fa148535ba169cb1aa87ef8b4f79fedbdf00a1cc1092d3e0c5a78a1a235a94efdba76eef7f8aece366713d33fc1b5cf8fadcdd4bf793e9d4
+DIST opera-stable_108.0.5067.24_amd64.deb 115324492 BLAKE2B 
4790db9ffe8605744cb038b2e79db8b8a8bdf5bb72d223f798849b402460caec615a29a619416162d88f1d2a1b75b0eb9510917de8d5f559830a97d0d092d13c
 SHA512 
fdfcb61bb4618b5d6dff909dd2d360503d1b6027ec301e13479138aa3f60c37d6d96ff4e9333a041660b4f3f3b084f4734d1e7026e0dd49cecd2456b0768b17a

diff --git a/www-client/opera/opera-108.0.5067.24.ebuild 
b/www-client/opera/opera-108.0.5067.24.ebuild
new file mode 100644
index ..869e16febbe2
--- /dev/null
+++ b/www-client/opera/opera-108.0.5067.24.ebuild
@@ -0,0 +1,170 @@
+# Copyright 1999-2024 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="114.0.5735.9"
+
+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 qt6"
+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
+   )
+   qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+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

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

2024-03-11 Thread Matt Jolly
commit: 1daa308b3220c58f3bae03ddbcbbc84f55b50b72
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:05:53 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:09:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1daa308b

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

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

 www-client/opera-beta/Manifest |   1 +
 .../opera-beta/opera-beta-109.0.5097.5.ebuild  | 170 +
 2 files changed, 171 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 7d93d95b9bac..f51a49a5e71b 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,4 +1,5 @@
 DIST opera-beta_107.0.5045.11_amd64.deb 109165040 BLAKE2B 
05d8df939237bbc16ecc1bbd475a88d30de5ca0c8234da0ff3bf76c2c481a9bbd2d446c637a0d827596c5142e49f945152924e13cb616d3bc1a2ace217226b00
 SHA512 
f904ac52723642c7e4d686fc3efeb061381facb9e2922b26a406ed1d1786b10da9c82727cb5f0bc221fb56e1c6607fff361ee4ea266157c5fec5d318cf225fd0
 DIST opera-beta_108.0.5067.10_amd64.deb 115396192 BLAKE2B 
363fa41654055a2616b46e2b44b21ae0e82cd707d9ac397fbb0f3d69e64b15dfea2bd47bc9669efb5fa1728d3eef82d827d0f9795eb88861ba69d40af7501b4f
 SHA512 
c25b4c70922e278a89985d6db27af23f71088212235669c12be07e4d0cde4bb769a96adcdae610f3cd3813526f0b747897685add7ec88b3cf946238183ce5cfa
 DIST opera-beta_108.0.5067.14_amd64.deb 115510280 BLAKE2B 
01671adad09c457f397ae1f62001ed9cb4f833c7413b719299f307704686ea6d3bf3713582f93b2a417c7e076b5c95b9f9dc37a16bf6d42390116dc9428093ee
 SHA512 
1839af51c996f09aafe777505267f1c6f97334fd02f9840a693540b694761b31a5419687ada78bb3a05783d3315bb3b4e62b55ea9fd86692ec10ccf158026239
+DIST opera-beta_109.0.5097.5_amd64.deb 115139344 BLAKE2B 
ebe2dbc2aecd0a79c1446cafc7fb4195cac2cf927f2e2f43413ec322007efcfcbb037f2377e973a40baf2d0eff7ce76cd88999d6578ff72be695831b20066520
 SHA512 
245bb6d45bf85b2d53f19ea015a2899853e43043f53216d3b7b2a87c8cf45b00a541df92840b357c09328c1ea4aedf70a6303ffce113d88f91d2c8da83763217
 DIST opera-ffmpeg-codecs-114.0.5735.9.tar.xz 1315192 BLAKE2B 
ef9a0cfc8c30ac0a837863644f3c2d5e78059575e2b8f6fda9253304f4815a39d021602e802dac7e1d5a1685aa5015a02019c4a0399f0bdc81136f956cc1d55f
 SHA512 
bdad66bd5d238bdeb81a4e2a956f0a814633360f05c7bed2161df9506d2ccc45ba452cc8974c755fe0d3f46adceb90324a472a5dac72e9c65391ae7a841c

diff --git a/www-client/opera-beta/opera-beta-109.0.5097.5.ebuild 
b/www-client/opera-beta/opera-beta-109.0.5097.5.ebuild
new file mode 100644
index ..869e16febbe2
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-109.0.5097.5.ebuild
@@ -0,0 +1,170 @@
+# Copyright 1999-2024 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="114.0.5735.9"
+
+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 qt6"
+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-q

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

2024-03-11 Thread Matt Jolly
commit: f90e386d13f4d84510619f258968498180ecb33c
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:03:48 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:09:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90e386d

www-client/microsoft-edge: remove old

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

 www-client/microsoft-edge/Manifest |   1 -
 .../microsoft-edge-122.0.2365.63.ebuild| 127 -
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 25e3919d0765..5cda8024b66f 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_122.0.2365.63-1_amd64.deb 165989610 BLAKE2B 
1c3e4d35d0790721185ad05dd0ca9e0bf35b0b22bd2aa9aae7188b7faae76c2370883bb482579d9524c3abb8b3b863ff89550f3b23ac986e638d54a76dd3040b
 SHA512 
eed033e5f92cbb092fd506b1e843bc707d2c7dff7770fe068e189d3476dc8174409cf64b131ffd20e54bc772ad64d6a2548583fa558c4d7a26e282e3e9e5afa9
 DIST microsoft-edge-stable_122.0.2365.80-1_amd64.deb 166028686 BLAKE2B 
dae3a906737f8cbebc19709d108221ed19434ed1fab0344181aa8f0fd7c370b2223de084ef0251416fa22b6eb8f113e152835c127c8d47c6dcff67cb7a94
 SHA512 
fc75292fb18f2ccf057c3fe4ac22f838e400be970b414d5815e82f2126a633ecefb30d7c5d7ea0d58f0307c1c18458535e8e65975374efadc605ec51d9b54337

diff --git a/www-client/microsoft-edge/microsoft-edge-122.0.2365.63.ebuild 
b/www-client/microsoft-edge/microsoft-edge-122.0.2365.63.ebuild
deleted file mode 100644
index 89af4e4394fc..
--- a/www-client/microsoft-edge/microsoft-edge-122.0.2365.63.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2024 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 qt6"
-
-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
-   )
-   qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-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
-   if ! use qt6; then
-   rm "${ED

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

2024-03-11 Thread Matt Jolly
commit: e9065577ff2130c15908571a4d613f082ea87893
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:03:46 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:09:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9065577

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

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

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

diff --git a/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild 
b/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild
index f67dc1739fa5..89af4e4394fc 100644
--- a/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.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/opera/

2024-03-11 Thread Matt Jolly
commit: 6a36325b2ccef37f5c887f6fedab633243a3cf17
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:05:26 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:09:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a36325b

www-client/opera: amd64 stable (108.0.5067.24)

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

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

diff --git a/www-client/opera/opera-108.0.5067.24.ebuild 
b/www-client/opera/opera-108.0.5067.24.ebuild
index 869e16febbe2..6c4c3db8eec1 100644
--- a/www-client/opera/opera-108.0.5067.24.ebuild
+++ b/www-client/opera/opera-108.0.5067.24.ebuild
@@ -41,7 +41,7 @@ else
MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 FFMPEG_VERSION="114.0.5735.9"
 



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

2024-03-11 Thread Matt Jolly
commit: 0060058b65eb6414a509ab688a1a756b6a947286
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:04:28 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:09:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0060058b

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

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

 www-client/microsoft-edge-dev/Manifest |   1 -
 .../microsoft-edge-dev-123.0.2400.1.ebuild | 127 -
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 91bf0663d21d..a9fdfb85f71e 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,4 +1,3 @@
-DIST microsoft-edge-dev_123.0.2400.1-1_amd64.deb 166457358 BLAKE2B 
48d504a2ca549ca9f29e41b61a67fb4631662655f7125e78de3de8e4d708f8608a875a79a896b1f0159cea8cb7c464b1d4d27c62832b9ea849e3d0fab130ea93
 SHA512 
d1cb5d1bd79420d4ce456ed94babdada9aba3a3124b557acac4fdc2bfbcecdb7276d79e333efe7d69a6a1d8a3b555e9bb721235379d4cc2d71ee1d8e8fecb5cf
 DIST microsoft-edge-dev_123.0.2420.10-1_amd64.deb 166123526 BLAKE2B 
79ff9da26d928ef41a7522c700cca6ce30ba24d48b5586a9d65d7804034fad8dee9af21b4bb16203f2a062c5afd99823cc8eb6528a4104d0e66e0d2855012f25
 SHA512 
2ef1477daab9c7e978d1c60b0285940b2c16cc47135aa32bcdc48d717867d9a7cd67e2be08043965bb08ec40c203fbf4abb5b9ac3382427abf7ee997adf98827
 DIST microsoft-edge-dev_123.0.2420.6-1_amd64.deb 166029606 BLAKE2B 
87e8e8724707d96f0fd11bb60d8d0d7701d2ba3b0274719f9ff126ba2522195a65f91155d92825df5fba4b62228ced50c1bd62449c26ce0e221b2ad905cd9022
 SHA512 
267116f639829f1a2312ccf220e7a13f2130ad11c55118ed14af5fe2a1d03702f670aaa2117288a7ec805c61fcc68ec63d462be22e04970ed2c657bf2923bb90
 DIST microsoft-edge-dev_124.0.2438.2-1_amd64.deb 166605114 BLAKE2B 
65fa6d2a3f8153d7a591a94f9a420ab2a45620ceae12aaa22b2ab5adec65e32af3ed8e210724f13d14a3665476ef277ac2f950e09412a16db99e5e2925cfc4d6
 SHA512 
a15fd72a2aaedb80bfb41444be52d56ec7781502e946461bd99af9859991232ebbce2a5cd690d8c6a4c2d56b5ab0c2a655e217b3c744abf843bafa5613047327

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-123.0.2400.1.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-123.0.2400.1.ebuild
deleted file mode 100644
index f67dc1739fa5..
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-123.0.2400.1.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2024 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 qt6"
-
-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
-   )
-   qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-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 ]];

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

2024-03-11 Thread Matt Jolly
commit: 5bb0da447465d56b0b409b9d9acc9300e1c7f0e7
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:03:04 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:03:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb0da44

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

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

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...e-124.0.6329.0.ebuild => google-chrome-unstable-124.0.6342.3.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 b2ef9eb7df07..fc990834a9dc 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_124.0.6329.0-1_amd64.deb 106874220 BLAKE2B 
f112c88c298b39723c2fa139b5175f793d4f26ee916c897c420f914856b6bcc72f35d7b9a7ee9ca230be369c4a9e013d7f97e6ff0325057288dfb2f4823fde02
 SHA512 
d09d34180a54aa7bf5601ee985d2286e070ab1d7deab4318aab22334df44254cfd1913f6d1494a69bd80e79493245021d6be2f42ee9fcb2e8fe7ad5649ea73ac
+DIST google-chrome-unstable_124.0.6342.3-1_amd64.deb 106809084 BLAKE2B 
a01a1dbd1588b12c538ca0e347920131db502eccb6ff5007ed8026bbde26166fe04ec4f0245b5afac4c28a702325babe03b503cb6344534bfac1af59ae8a1a55
 SHA512 
d517d9dc6e38b8b172a2e8c5f12991da502a25fc115cfc1df9a0dcb3d16c7a50cfa7b1650b327247894fd1f9369dc0597c57c04ac4c4d64f628e69315aad8159

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



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

2024-03-11 Thread Matt Jolly
commit: e9c517c43057542c1c0dedfcf3420a3f1d82a737
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:02:42 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:02:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c517c4

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

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...2.22_beta.ebuild => chrome-binary-plugins-123.0.6312.28_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 cad4a961c763..3a34a38b9378 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_123.0.6312.22-1_amd64.deb 106639972 BLAKE2B 
b409312d382fabe3d863ffd675b8133ebd7acfa7a935007a7f08d81f91275df6074eee298cd157c6aac1ed4d3f7eee53036ae236dadcbd845d532473d57cfdb2
 SHA512 
bc73a6aefc105f5e08634dca606ee556f90d359b92d228a1f213ba603b51059c39b10f52c47490d4f2f73a32a6d8ad33ec6900fe76466b95486eba4e01e40b9c
+DIST google-chrome-beta_123.0.6312.28-1_amd64.deb 106741628 BLAKE2B 
d98d77b4f60663b082bca1b5d1074080591b5ec0b111dc77daf633e7e93f30ff1d9b0b7cfc839032e88731b00c4d3708eb1b6560247c8c7f050ae30de77450f6
 SHA512 
8982770b52e95e8fcfd8114cc91821ca10282ec6156a443573991aee66ee9f61fd2725632b328030d66c0d65faf0ca1cdcba47981ac8b553c7709c7f46040ab3
 DIST google-chrome-stable_122.0.6261.111-1_amd64.deb 106071384 BLAKE2B 
35b12df2353d9c7597be22b4c44e0237222e8d57c2a12cfab51494b0fc487c800431a6bc15195012bb78da36ec996bb585cb5ea4f59801cd547d2b013f041319
 SHA512 
0dad75f086a8e228fce5078a2645a53db284139b1ed6d6656a1089351a28a0f37dd6823f7162568a069b8d0ff2d306d0c8c5f8424e9e90ba91c6d31855d51fe9
 DIST google-chrome-unstable_124.0.6329.0-1_amd64.deb 106874220 BLAKE2B 
f112c88c298b39723c2fa139b5175f793d4f26ee916c897c420f914856b6bcc72f35d7b9a7ee9ca230be369c4a9e013d7f97e6ff0325057288dfb2f4823fde02
 SHA512 
d09d34180a54aa7bf5601ee985d2286e070ab1d7deab4318aab22334df44254cfd1913f6d1494a69bd80e79493245021d6be2f42ee9fcb2e8fe7ad5649ea73ac

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



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

2024-03-11 Thread Matt Jolly
commit: ecb04034f08801401cd45eaddb837107057fe7e4
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon Mar 11 08:02:20 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Mon Mar 11 08:02:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecb04034

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

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

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...eta-123.0.6312.22.ebuild => google-chrome-beta-123.0.6312.28.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 4ff97418c215..df4044117495 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_123.0.6312.22-1_amd64.deb 106639972 BLAKE2B 
b409312d382fabe3d863ffd675b8133ebd7acfa7a935007a7f08d81f91275df6074eee298cd157c6aac1ed4d3f7eee53036ae236dadcbd845d532473d57cfdb2
 SHA512 
bc73a6aefc105f5e08634dca606ee556f90d359b92d228a1f213ba603b51059c39b10f52c47490d4f2f73a32a6d8ad33ec6900fe76466b95486eba4e01e40b9c
+DIST google-chrome-beta_123.0.6312.28-1_amd64.deb 106741628 BLAKE2B 
d98d77b4f60663b082bca1b5d1074080591b5ec0b111dc77daf633e7e93f30ff1d9b0b7cfc839032e88731b00c4d3708eb1b6560247c8c7f050ae30de77450f6
 SHA512 
8982770b52e95e8fcfd8114cc91821ca10282ec6156a443573991aee66ee9f61fd2725632b328030d66c0d65faf0ca1cdcba47981ac8b553c7709c7f46040ab3

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



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

2024-03-11 Thread Rahil Bhimjiani
commit: 0549759e97978de023ca4eea47c27119713c96e0
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Mon Mar 11 06:24:05 2024 +
Commit: Rahil Bhimjiani  gmail  com>
CommitDate: Mon Mar 11 07:30:16 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0549759e

app-crypt/lego: add 4.16.1

* Only install html files when +doc

Hot fix from upstream:
19bbefb fix: don't generate ARI cert ID if ARI is not enable (#2138)

Signed-off-by: Rahil Bhimjiani  rahil.rocks>

 app-crypt/lego/Manifest  |  2 ++
 .../lego/{lego-.ebuild => lego-4.16.1.ebuild}| 20 
 app-crypt/lego/lego-.ebuild  | 18 +++---
 3 files changed, 25 insertions(+), 15 deletions(-)

diff --git a/app-crypt/lego/Manifest b/app-crypt/lego/Manifest
index 3d4c7d79e5..0cc3a5acfe 100644
--- a/app-crypt/lego/Manifest
+++ b/app-crypt/lego/Manifest
@@ -7,3 +7,5 @@ DIST lego-4.15.0.tar.gz 683931 BLAKE2B 
b4bcdca4ea72e7826b690b15c297b37c186567d01
 DIST lego-4.16.0-deps.tar.xz 211637812 BLAKE2B 
ce3089dd2f355a72e6cf81309ae389a01eb65ce832e38065174997636b9b62e742ef7cddb3aa5ab9a8657b2d643b0e190b8f75fc9b767d74fcebb71e0d860146
 SHA512 
62fd86bef1163c5b0f8a3a3540e7fe94ccee1b097449c42f0d5267894a4e0931a89c0f8e2e2af0f37757c7a4f25fe0d27a305aa51490b7f522ec23b9267b7eb9
 DIST lego-4.16.0-docs.tar.gz 3681408 BLAKE2B 
3be8f0a8d9aaa13e4ff3bf0bd8b928bc7be0e1bec0dd31cc5e91cd1ae7d19a6952fe81a3db5c89d296642325b897e436acacf1e18975fdf5cbe34d0b1e1e7371
 SHA512 
80819d4496cd2cabf1d9eb8f254b240edf43e01a01c2de28274799986bee7f9a8698fc8dbba000d8e4e37b2d68e4a9f772214a237321077dedbe3a0657666244
 DIST lego-4.16.0.tar.gz 698821 BLAKE2B 
9058f856a477c70c12352df4786e18dadf444df60ed462411367a8aa18ce1e98ede4358e6aad8032d5d3230341fd7e544343bda27fd92c46c494e0a5eb683f35
 SHA512 
ba40fdcd94cb1f12d609104d1af5c8e398f3a3d70e4d2a0b65365b401b6928149749778de9acb138e9548d634ea210641c07d2218135f2e4c903a39947f206e5
+DIST lego-4.16.1-docs.tar.gz 3681606 BLAKE2B 
9f80ba3f132eb08b06a960c8a9bdcf372a7925bdc931a078385ff1b6b9f01981d76758c15cc3f8c35f48e461bdc84f5a4d6a7b9a6b1aadbda249ca4d27459bc3
 SHA512 
1c953edd93b6d56b0b1bd48519b745d7ebfce9df76d6c92cccde88e4aff814de19d9a68e3d949f517530acaf738def97550d1a866e156a8d03e9ff644766df35
+DIST lego-4.16.1.tar.gz 698801 BLAKE2B 
005be7bf3462d941de99c46b659776f2b69b9298819a23009060fbf0f7532c62eae3512c10619f034916eaa3c20b9607d78786cf5ec023df139cc6c186b0df20
 SHA512 
a65c661fc003cc26c13ed6b38719a0ab49a8fe8e2a18c59c84e5c974b918aaf0c55c92015d2794a17b4fe5ac31c3557a4d5e1971527441b8bdf80907fe4b90e9

diff --git a/app-crypt/lego/lego-.ebuild b/app-crypt/lego/lego-4.16.1.ebuild
similarity index 82%
copy from app-crypt/lego/lego-.ebuild
copy to app-crypt/lego/lego-4.16.1.ebuild
index 3c984d15fc..c012524d54 100644
--- a/app-crypt/lego/lego-.ebuild
+++ b/app-crypt/lego/lego-4.16.1.ebuild
@@ -8,7 +8,7 @@ inherit go-module
 DESCRIPTION="Let's Encrypt/ACME client (like certbot or acme.sh) and library 
written in Go"
 HOMEPAGE="https://github.com/go-acme/lego/";
 
-DOCUMENTATION_COMMIT=1f91ea806ff8f3184b7f4e00fc6e69b1e23a08a2
+DOCUMENTATION_COMMIT=14be9e1e1c33a1e370b7fc76ebe3e6fba938c87d
 
 if [[ ${PV} == * ]]; then
inherit git-r3
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
 else
SRC_URI="
https://github.com/go-acme/lego/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   
https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz
 -> ${P}-deps.tar.xz
+   
https://github.com/rahilarious/gentoo-distfiles/releases/download/${PN}-4.16.0/deps.tar.xz
 -> ${PN}-4.16.0-deps.tar.xz
doc? ( 
https://github.com/go-acme/lego/archive/${DOCUMENTATION_COMMIT}.tar.gz -> 
${P}-docs.tar.gz )
 "
KEYWORDS="~amd64 ~arm64"
@@ -41,7 +41,7 @@ src_unpack() {
go-module_live_vendor
if use doc; then
EGIT_BRANCH="gh-pages"
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}-doc"
+   
EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}-${DOCUMENTATION_COMMIT}"
git-r3_src_unpack
fi
else
@@ -49,6 +49,14 @@ src_unpack() {
fi
 }
 
+src_prepare() {
+   default
+   if use doc; then
+   find ../"${PN}"-"${DOCUMENTATION_COMMIT}"/ -type f -not -name 
'*.html' -delete || die
+   fi
+
+}
+
 src_compile() {
export CGO_ENABLED=0
 
@@ -73,10 +81,6 @@ src_install() {
# docs
einstalldocs
if use doc; then
-   if [[ ${PV} == * ]]; then
-   dodoc -r ../"${P}"-doc/*
-   else
-   dodoc -r ../"${PN}"-"${DOCUMENTATION_COMMIT}"/*
-   fi
+   dodoc -r ../"${PN}"-"${DOCUMENTATION_COMMIT}"/*
fi
 }

diff --git a/app-crypt/lego/lego-.ebuild b/app-crypt/lego/lego-.ebuild
index 3c984d15fc..c4ae98059e 100644
--- a/app-crypt/lego/lego-.ebuild
+++ b/app-crypt/lego/

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

2024-03-11 Thread Patrick Lauer
commit: 5c9ab0cd20f69a06621c38cf9d49649fca08384d
Author: Patrick Lauer  gentoo  org>
AuthorDate: Mon Mar 11 07:23:58 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Mon Mar 11 07:25:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9ab0cd

sys-apps/syd: add 3.15.2

Signed-off-by: Patrick Lauer  gentoo.org>

 sys-apps/syd/Manifest  |  54 ++
 sys-apps/syd/syd-3.15.2.ebuild | 232 +
 2 files changed, 286 insertions(+)

diff --git a/sys-apps/syd/Manifest b/sys-apps/syd/Manifest
index 0aa02dc900a9..68d8c0ad14e1 100644
--- a/sys-apps/syd/Manifest
+++ b/sys-apps/syd/Manifest
@@ -1,3 +1,5 @@
+DIST addr2line-0.21.0.crate 40807 BLAKE2B 
9796b9a1177a299797902b7f64247d81d63d3f7e0dcc1256990628e84c5f92e3094ee8d753d9b72187b9aaa73b7ca67c0217899f2226ebd1076f8d25b458475b
 SHA512 
afde7660dda30dee240e79df1fb5b92d4572520bf17a134ef3765e2a077af9e13713952d52e27fae420109b40f6e24dbce1056687dbcbead858ffc21cc7dc69b
+DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST anes-0.1.6.crate 23857 BLAKE2B 
9ef464a964709b408c7d7846b9b1e54e52d6ae8f21f22ccfe509ef7197d4694f439084dbdb01fdf88829d181965ea9d1452253789a46fdf6d0520e3413c50d61
 SHA512 
f9dfaaca9ca327881ec30efaf24e208daae668b1e9d6963c8b0ca9f9fd13be777c793076a87980429f0dfa4db28ef5331ce6652a76da4d5a87485b23fc2fde29
 DIST anstyle-1.0.6.crate 14604 BLAKE2B 
0716d0dbb62bf05c63c2bfe1c689896660073a423d26965ce2570f11e1925752a61209d78c2f2fe65ec4eb64ea4ffbb39669e789c0ba5d1b71e75de929153b20
 SHA512 
dc0e505465be54799b9faad70d0c6f7f0dcf9f5e1aaa43177b826c85dae626b054910244da0499862f066f6723a1560ad12100aec523f28c6198f1ea0d1b78fa
@@ -5,6 +7,7 @@ DIST anyhow-1.0.79.crate 44931 BLAKE2B 
9270f04c6fbbecb535e3081f4275c3df28f6a893c
 DIST anyhow-1.0.80.crate 45138 BLAKE2B 
4985d3d8f1d5b5886fae5c7d1a61f921d3d64fb51e24710044b85dfadd2dae2b25b8995cab419cb7cdb5c8cb6b50ad0de93b9a942d34bc45014bd5fb9aecbd39
 SHA512 
481a3bc29de2af0b913d83cc79dacd559cf0bafecafcc707b921b91a732df953a2df582a54e5fca3f506f6441fd47379bd6bd006bcb1bd6f2615198f9903cc59
 DIST argv-0.1.11.crate 8683 BLAKE2B 
44344e0f3678b159b64d06287d58508479831dc0bd7b044a1ccaebfffdd9023508da5d86f3e6d8af8579cf5351f6c8963581af978ca46bb0b87a37c1802e67d8
 SHA512 
011e8d5333b305387d7667bbcd4d3e694fb73d16ba4c51a10969d5dae7a7a4286f8583c160949fc2724c56c7d47c618813d0dd55c42665c8c2d1cccfcaf414a3
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
+DIST backtrace-0.3.69.crate 77299 BLAKE2B 
594358f1d9171fc369f50cacffab03b8a10a8fe3da5b915611cb74b0dbad0e048c7dc79c53569d89827db583e0f61fb7269147b6258781a1599a811e642414a8
 SHA512 
6e86de53e1c5003ef68b6a85479cde1e70bf416bdc50e6e32ead9f9f070fa30ad46de22574041c844ddfeabd5d15de01ef746f19f8cb7f257c491ef0bf071244
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bitflags-2.4.2.crate 42602 BLAKE2B 
768d4ca52aca73d8acf2f494a66957ed2603eefd5a04332ed0880d230c2cc6ef3bfdc0792fa6f288a0eb132913dbb256793e580bc34f4a40e8200e1fbafe97a9
 SHA512 
ef4c20e6e78a2ecee97e17189b7100a504d8176c7c15d7f17d62157a116d66f83f8b2bba472a4acf02cd3edbd94b20a7047af918c3f3b371e2e04f7474be0214
 DIST bstr-1.9.0.crate 380170 BLAKE2B 
06ae5065a5d566b6333e911a5b97e3999ad2f0bc19b27023187004c81cd01e5315dcac920ff87a6bb87ccfbb949364f1361dc04d342e24f9f54490b5d44a81d1
 SHA512 
dc313a16c38ad881128977a20bb390e7c95a96d9530596433a7c4fd7f77d5fffd079d436006dd8d2bfc4aacdd7f0aff22950250418f6aa3f8d6d4df9abba
@@ -12,13 +15,18 @@ DIST bstr-1.9.1.crate 380305 BLAKE2B 
52b45bd48874d052636c6b451cc36d8b012808ea519
 DIST byteorder-1.5.0.crate 23288 BLAKE2B 
7f85a7948406844070a2c8202e0bd52f73b3dfc7c666a97046128044eb9352195afb80e2bf894c0742ad109e4473339de1365d09591de70dfec6c8c02a8e1453
 SHA512 
96caf981177f6ded9f27f025922cb94eb0cd9de5303bd91680099912d922092e77b7361efa70011e84f1595e443193e4f1b354443b9980c123f6ae573b236f7f
 DIST cast-0.3.0.crate 11452 BLAKE2B 
fe6e0589fa436cda32342d7beaabe4003afdbdf1d7c5db7

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

2024-03-11 Thread Patrick Lauer
commit: 17dc06120c91bc18bd1468e65c32b3c5f9d6b815
Author: Patrick Lauer  gentoo  org>
AuthorDate: Mon Mar 11 07:25:02 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Mon Mar 11 07:25:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17dc0612

sys-apps/syd: drop 3.14.0, 3.14.1

Signed-off-by: Patrick Lauer  gentoo.org>

 sys-apps/syd/Manifest  |  31 ---
 sys-apps/syd/syd-3.14.0.ebuild | 184 
 sys-apps/syd/syd-3.14.1.ebuild | 187 -
 3 files changed, 402 deletions(-)

diff --git a/sys-apps/syd/Manifest b/sys-apps/syd/Manifest
index 68d8c0ad14e1..23f40f3daf73 100644
--- a/sys-apps/syd/Manifest
+++ b/sys-apps/syd/Manifest
@@ -3,33 +3,27 @@ DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e64656907
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST anes-0.1.6.crate 23857 BLAKE2B 
9ef464a964709b408c7d7846b9b1e54e52d6ae8f21f22ccfe509ef7197d4694f439084dbdb01fdf88829d181965ea9d1452253789a46fdf6d0520e3413c50d61
 SHA512 
f9dfaaca9ca327881ec30efaf24e208daae668b1e9d6963c8b0ca9f9fd13be777c793076a87980429f0dfa4db28ef5331ce6652a76da4d5a87485b23fc2fde29
 DIST anstyle-1.0.6.crate 14604 BLAKE2B 
0716d0dbb62bf05c63c2bfe1c689896660073a423d26965ce2570f11e1925752a61209d78c2f2fe65ec4eb64ea4ffbb39669e789c0ba5d1b71e75de929153b20
 SHA512 
dc0e505465be54799b9faad70d0c6f7f0dcf9f5e1aaa43177b826c85dae626b054910244da0499862f066f6723a1560ad12100aec523f28c6198f1ea0d1b78fa
-DIST anyhow-1.0.79.crate 44931 BLAKE2B 
9270f04c6fbbecb535e3081f4275c3df28f6a893c1dfc0a9f7c009994de2deb8ebced04fe5e6f62931b33c3707f4fbfb0c3b28da1a611b413d40d27149d1fd2f
 SHA512 
ecd6fb1367d494df18c0e274b336a133f3acf7b6a5487d20bdd06e08c7f1f729877086a0966e998221daff120504fadd2be2dc4219ed621f81b0a50c2bbc2011
 DIST anyhow-1.0.80.crate 45138 BLAKE2B 
4985d3d8f1d5b5886fae5c7d1a61f921d3d64fb51e24710044b85dfadd2dae2b25b8995cab419cb7cdb5c8cb6b50ad0de93b9a942d34bc45014bd5fb9aecbd39
 SHA512 
481a3bc29de2af0b913d83cc79dacd559cf0bafecafcc707b921b91a732df953a2df582a54e5fca3f506f6441fd47379bd6bd006bcb1bd6f2615198f9903cc59
 DIST argv-0.1.11.crate 8683 BLAKE2B 
44344e0f3678b159b64d06287d58508479831dc0bd7b044a1ccaebfffdd9023508da5d86f3e6d8af8579cf5351f6c8963581af978ca46bb0b87a37c1802e67d8
 SHA512 
011e8d5333b305387d7667bbcd4d3e694fb73d16ba4c51a10969d5dae7a7a4286f8583c160949fc2724c56c7d47c618813d0dd55c42665c8c2d1cccfcaf414a3
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST backtrace-0.3.69.crate 77299 BLAKE2B 
594358f1d9171fc369f50cacffab03b8a10a8fe3da5b915611cb74b0dbad0e048c7dc79c53569d89827db583e0f61fb7269147b6258781a1599a811e642414a8
 SHA512 
6e86de53e1c5003ef68b6a85479cde1e70bf416bdc50e6e32ead9f9f070fa30ad46de22574041c844ddfeabd5d15de01ef746f19f8cb7f257c491ef0bf071244
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bitflags-2.4.2.crate 42602 BLAKE2B 
768d4ca52aca73d8acf2f494a66957ed2603eefd5a04332ed0880d230c2cc6ef3bfdc0792fa6f288a0eb132913dbb256793e580bc34f4a40e8200e1fbafe97a9
 SHA512 
ef4c20e6e78a2ecee97e17189b7100a504d8176c7c15d7f17d62157a116d66f83f8b2bba472a4acf02cd3edbd94b20a7047af918c3f3b371e2e04f7474be0214
-DIST bstr-1.9.0.crate 380170 BLAKE2B 
06ae5065a5d566b6333e911a5b97e3999ad2f0bc19b27023187004c81cd01e5315dcac920ff87a6bb87ccfbb949364f1361dc04d342e24f9f54490b5d44a81d1
 SHA512 
dc313a16c38ad881128977a20bb390e7c95a96d9530596433a7c4fd7f77d5fffd079d436006dd8d2bfc4aacdd7f0aff22950250418f6aa3f8d6d4df9abba
 DIST bstr-1.9.1.crate 380305 BLAKE2B 
52b45bd48874d052636c6b451cc36d8b012808ea5193e0188e5edd09f81d21b8306926cfebb405ad0650ec9aa710f609bacaa773bf854b21f4803dc38bb2eca7
 SHA512 
67e9f76719310de60f46adf3c39768b4dc078d4c32dc6bdcec1a94cd9f630c5238e427ed84cd6ec25a44f54e84adeb795a0e92060a5372d9fb9ad9f0914e3172
 DIST byteorder-1.5.0.crate 23288 BLAKE2B 
7f85a7948406844070a2c8202e0bd52f73b3dfc7c666a97046128044eb9352195afb80e2bf894c0742ad109e4473339de1365d09591de70dfec6c8c02a8e1453
 SHA512 
96caf981177f6ded9f27f025922cb94eb0cd9de5303bd91680099912d922092e77b7361efa70011e84f1595e443193e4f1b354443b9980c123f6ae573b236f7f
 DIST cast-0.3.0.crate 11452 BLAKE2B 
fe6e0589fa436cda32342d7beaabe4003afdbdf1d7c5db7e8748adf23b1b2cdcdd286235837c735d21

<    1   2   3   4   5