commit:     4733acefb17ca151226ed1c1af28822bce759271
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 08:37:02 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 14:02:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4733acef

gui-libs/xdg-desktop-portal-lxqt: drop 0.5.0 de-stabilising x86

Stabilising 'x86' was dropped due to dependencies.

Likewise, dropping 'loong' due to dependencies.

Bug: https://bugs.gentoo.org/938702

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 gui-libs/xdg-desktop-portal-lxqt/Manifest          |  1 -
 .../xdg-desktop-portal-lxqt-0.5.0.ebuild           | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/gui-libs/xdg-desktop-portal-lxqt/Manifest 
b/gui-libs/xdg-desktop-portal-lxqt/Manifest
index 01a12279e569..bbbce369b6d9 100644
--- a/gui-libs/xdg-desktop-portal-lxqt/Manifest
+++ b/gui-libs/xdg-desktop-portal-lxqt/Manifest
@@ -1,3 +1,2 @@
-DIST xdg-desktop-portal-lxqt-0.5.0.tar.xz 16044 BLAKE2B 
f4b872038c58eebe3c565f55d29e24f9b247d2a18fd60981df9546a7fab422aa9ae1f6e94608a99a091cda4bda1e5ce878fa4d997a457f7c2014191fd631a0d2
 SHA512 
3f1a0de1fcc577b14b69c98b715f627dc636edc8663786374627196873a6e123aab2b6051bd86416729eb6e101ec0625051716b981a3fc4d7b5c7ddcd46ceae8
 DIST xdg-desktop-portal-lxqt-1.0.2.tar.xz 16420 BLAKE2B 
f48bf781edd494994464a19e0b9c5fb5e8c650821ad9dfbef3b45e95a4f0741009cbf27d9434ccbfc7a44a7574ba626507534f601382ca58ba0efa93e32eaa10
 SHA512 
e51f2aae53e4f7bc47c2c214a17e44d9fa2167d34488a90436f2a2b98f14abff334ab56b956df08f6ca9ce9ac4a994cbde0c2fcdce0492beb212f0346c9cbb85
 DIST xdg-desktop-portal-lxqt-1.1.0.tar.xz 16444 BLAKE2B 
15e29e80ec1b88d1df31062847a32e4f4e7ec630959e18945ce7ed85ee182a6386bd40c4be2efb13adf9d2a7cb145cbc195e6ce5183751b3e67d360a634b76d1
 SHA512 
8b4bfa63b9e096404a8072c6ae212bf74d50a641fda25cc7d40572fdfe93ccd076bed2ca7f68a1722aca0726eb3e39956baffea58d5c38b495b9dfad776a251d

diff --git 
a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-0.5.0.ebuild 
b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-0.5.0.ebuild
deleted file mode 100644
index 2be343a2b344..000000000000
--- a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-0.5.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="$(ver_cut 1-2)"
-
-inherit cmake
-
-DESCRIPTION="Backend implementation for xdg-desktop-portal using 
Qt/KF5/libfm-qt"
-HOMEPAGE="https://lxqt-project.org/";
-
-if [[ "${PV}" == "9999" ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
-else
-       
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz";
-       KEYWORDS="amd64 arm64 ~loong ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
-DEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       kde-frameworks/kwindowsystem:5
-       >=x11-libs/libfm-qt-1.4:=
-"
-RDEPEND="${DEPEND}
-       sys-apps/xdg-desktop-portal
-"

Reply via email to