commit:     e8e7dd2711215470efab26259f17e1b8642c8c84
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 14:41:30 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 14:43:51 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=e8e7dd27

lxqt-base/lxqt-globalkeys: drop 2.0.0

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

 lxqt-base/lxqt-globalkeys/Manifest                 |  1 -
 .../lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild   | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/lxqt-base/lxqt-globalkeys/Manifest 
b/lxqt-base/lxqt-globalkeys/Manifest
deleted file mode 100644
index 263a55a0..00000000
--- a/lxqt-base/lxqt-globalkeys/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-globalkeys-2.0.0.tar.xz 74832 BLAKE2B 
9a55e666635b54951d97da733b3df403f859db4b0524061fae3852c8e14e368526b6f9243d6059e06186758a0d2ceeac7cad256062b805c8af6ef5b1306cbea3
 SHA512 
8fa7f6e7db65f3a3b93ff65a8d27a1dfe262526d7ab18f8a2d0dd4b14c9f22c8d80de8e54fb83b2be228d7200d769e144b01ee8ea5ad7b3fc54b204f68224c3e

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 e1319e6f..00000000
--- 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"
-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}"

Reply via email to