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 616F215817D for ; Sat, 15 Jun 2024 14:53:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB1A1E2B0A; Sat, 15 Jun 2024 14:53:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B5A93E2B0A for ; Sat, 15 Jun 2024 14:53:56 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9388933FE7D for ; Sat, 15 Jun 2024 14:53:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BBF31D1C for ; Sat, 15 Jun 2024 14:53:53 +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.85315771b2d3b21700dd896d67ab5b51a6ade925.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-sudo/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-sudo/Manifest lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild X-VCS-Directories: lxqt-base/lxqt-sudo/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 85315771b2d3b21700dd896d67ab5b51a6ade925 X-VCS-Branch: master Date: Sat, 15 Jun 2024 14:53:53 +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: f92c59b7-f43c-4fc2-a741-dc69e1f45385 X-Archives-Hash: 9384c4a045e2a0a9cbd899ca6f5a2d07 commit: 85315771b2d3b21700dd896d67ab5b51a6ade925 Author: Jimi Huotari gentoo org> AuthorDate: Sat Jun 15 14:42:43 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=85315771 lxqt-base/lxqt-sudo: drop 2.0.0 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-sudo/Manifest | 1 - lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest deleted file mode 100644 index a031c296..00000000 --- a/lxqt-base/lxqt-sudo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lxqt-sudo-2.0.0.tar.xz 39164 BLAKE2B ab17745ced9d41fb63af7dc3646939578b79ba16a8f17739a2306114581f0c81517ad47430615fc043960638d25b062f38b4f1b1884247a8b5507723185383fc SHA512 8c79e782293f496c4e3a7d0bfbee06fb73fd682332b9bd4efa94b0ffd132e9980c64d4aa9d2719b805a7a209432595527231b9088e829b4638cc086c674f70a6 diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild deleted file mode 100644 index b7bc5e0c..00000000 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="LXQt GUI frontend for sudo" -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" -fi - -LICENSE="LGPL-2.1 LGPL-2.1+" -SLOT="0" - -BDEPEND=">=dev-util/lxqt-build-tools-2.0.0" -DEPEND=" - app-admin/sudo - >=dev-qt/qtbase-6.6:6[gui,widgets] - ~lxqt-base/liblxqt-${PV}:= -" -RDEPEND="${DEPEND}"