commit:     c6cd1bd68f3ed8da2ce9a46ae597f6492718f9e4
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 15 00:11:22 2025 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Nov 15 12:29:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6cd1bd6

lxqt-base/lxqt-globalkeys: drop 2.0.0, 2.1.0

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

 lxqt-base/lxqt-globalkeys/Manifest                 |  2 --
 .../lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild   | 33 ----------------------
 .../lxqt-globalkeys/lxqt-globalkeys-2.1.0.ebuild   | 33 ----------------------
 3 files changed, 68 deletions(-)

diff --git a/lxqt-base/lxqt-globalkeys/Manifest 
b/lxqt-base/lxqt-globalkeys/Manifest
index 174c4b63c7e8..e02e2fd4d9c5 100644
--- a/lxqt-base/lxqt-globalkeys/Manifest
+++ b/lxqt-base/lxqt-globalkeys/Manifest
@@ -1,4 +1,2 @@
-DIST lxqt-globalkeys-2.0.0.tar.xz 74832 BLAKE2B 
9a55e666635b54951d97da733b3df403f859db4b0524061fae3852c8e14e368526b6f9243d6059e06186758a0d2ceeac7cad256062b805c8af6ef5b1306cbea3
 SHA512 
8fa7f6e7db65f3a3b93ff65a8d27a1dfe262526d7ab18f8a2d0dd4b14c9f22c8d80de8e54fb83b2be228d7200d769e144b01ee8ea5ad7b3fc54b204f68224c3e
-DIST lxqt-globalkeys-2.1.0.tar.xz 77352 BLAKE2B 
7ae03a6459fa037e56591d3c13e6a554fc4b5932cd9b6a477a4502fcdc711b7343652710828ce081a5df6db957e88d576f90f273451fbbb28117928ea3240386
 SHA512 
71619e070f06db0640c0a81675dd743401c41037c400efc6d4e6c5ebe10c2b93c6a3f38503467771599077c3fbdc1458cb16a2952e2c85e30f6a72baaa4f372a
 DIST lxqt-globalkeys-2.2.0.tar.xz 78632 BLAKE2B 
8a22fd16f8114d76f6e8138359f1e80bfbeed7a818683bbcae5f486a185de32be8627d7f03919646c18c04ae050ba7d3ca03e538bb2611641a3483faae5ede45
 SHA512 
ed0e7d24af3510b6687cc847da5f48df437a2706bd2077dd88660c82109cece48963a934fef29bc5ec529d3593ec76d6c1fa6a892afe5ddb536ef6243d1cec94
 DIST lxqt-globalkeys-2.3.0.tar.xz 79244 BLAKE2B 
eb6778fafb8f5015721a606e3115902efb15754b35ad234bff15d4f99acc331d88198b5beefd0a8d30a7b880d9a8a00078f2b5671fd8be01ea169005ef4cee45
 SHA512 
9e909fdda72ede26b0ee546455d16aa52a8fe222ec454729b79c90369901db4c1d379f858947209910927b33615472a4b23592b31b107172a5d0d2a1c1fae625

diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild 
b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild
deleted file mode 100644
index 594a9560b164..000000000000
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
-HOMEPAGE="https://lxqt-project.org/";
-
-MY_PV="$(ver_cut 1-2)"
-
-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 ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-       >=dev-qt/qttools-6.6:6[linguist]
-       >=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
-       >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
-       =lxqt-base/liblxqt-${MY_PV}*:=
-       x11-libs/libX11
-"
-RDEPEND="${DEPEND}"

diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.1.0.ebuild 
b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.1.0.ebuild
deleted file mode 100644
index a6519edb9c8f..000000000000
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
-HOMEPAGE="https://lxqt-project.org/";
-
-MY_PV="$(ver_cut 1-2)"
-
-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 ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-       >=dev-qt/qttools-6.6:6[linguist]
-       >=dev-util/lxqt-build-tools-2.1.0
-"
-DEPEND="
-       >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
-       =lxqt-base/liblxqt-${MY_PV}*:=
-       x11-libs/libX11
-"
-RDEPEND="${DEPEND}"

Reply via email to