From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7ACF015817D for ; Sat, 15 Jun 2024 14:53:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11F85E2ADA; Sat, 15 Jun 2024 14:53:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9931E2ADA for ; Sat, 15 Jun 2024 14:53:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0BBD33F9FD for ; Sat, 15 Jun 2024 14:53:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 589A01D13 for ; Sat, 15 Jun 2024 14:53:52 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1718462631.e8e7dd2711215470efab26259f17e1b8642c8c84.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-globalkeys/Manifest lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild X-VCS-Directories: lxqt-base/lxqt-globalkeys/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: e8e7dd2711215470efab26259f17e1b8642c8c84 X-VCS-Branch: master Date: Sat, 15 Jun 2024 14:53:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 694c2911-2c07-4254-8704-b7d35b319266 X-Archives-Hash: 6fe64063c21b33d1c980e5b58cb4bda6 commit: e8e7dd2711215470efab26259f17e1b8642c8c84 Author: Jimi Huotari gentoo org> AuthorDate: Sat Jun 15 14:41:30 2024 +0000 Commit: Jimi Huotari gentoo 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 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}"