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 4FC7115817D for ; Sat, 15 Jun 2024 14:54:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0051CE2B36; Sat, 15 Jun 2024 14:53:58 +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 D81DEE2B36 for ; Sat, 15 Jun 2024 14:53:57 +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 F303B33E3A9 for ; Sat, 15 Jun 2024 14:53:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4369B1D1F 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: <1718462675.0b29449c1684c1ad81791aa1ae43bdddf0568eda.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/libsysstat/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/libsysstat/Manifest lxqt-base/libsysstat/libsysstat-1.0.0.ebuild X-VCS-Directories: lxqt-base/libsysstat/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 0b29449c1684c1ad81791aa1ae43bdddf0568eda 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: cfbf6e20-20c5-4e12-ba47-41eb11f291f6 X-Archives-Hash: f21a913f5ec613bf6d1cc98870866c69 commit: 0b29449c1684c1ad81791aa1ae43bdddf0568eda Author: Jimi Huotari gentoo org> AuthorDate: Sat Jun 15 14:44:35 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sat Jun 15 14:44:35 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0b29449c lxqt-base/libsysstat: drop 1.0.0 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/libsysstat/Manifest | 1 - lxqt-base/libsysstat/libsysstat-1.0.0.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/lxqt-base/libsysstat/Manifest b/lxqt-base/libsysstat/Manifest deleted file mode 100644 index ede6ddad..00000000 --- a/lxqt-base/libsysstat/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libsysstat-1.0.0.tar.xz 17684 BLAKE2B 1ccfe0555d2f8cb6e948c5f0bfa33d55a02aac1060973070b82f3596f3d340185888a2993aaffa66c1f5aeac64f7cfe7c46fadf3265a81d94e94a47d53c6c265 SHA512 f27481d20b2817fc55056aa5db10193586cc9709419870e0411ce896383bf23c2faddb3d73d4db635534245acc4ef980ac4e28143eb6b0a1d84337df74daf7e7 diff --git a/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild b/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild deleted file mode 100644 index d21d1443..00000000 --- a/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Qt GUI for System Statistics" -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="GPL-2+ LGPL-2.1+" -SLOT="0" - -BDEPEND=">=dev-util/lxqt-build-tools-2.0.0" -DEPEND=">=dev-qt/qtbase-6.6:6" -RDEPEND="${DEPEND}"