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 2724215817D 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 B54FBE2B03; 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 A0554E2B03 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 84BDE33F9FD 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 C81F51D19 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.3c365b2fae23594a164e0923312d33cbd8f7930d.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-powermanagement/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-powermanagement/Manifest lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild X-VCS-Directories: lxqt-base/lxqt-powermanagement/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 3c365b2fae23594a164e0923312d33cbd8f7930d 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: ad9ecb19-72a8-4cab-81ad-2cec9efd8aaf X-Archives-Hash: 9dc522e0aa76fcf65687795735579ce1 commit: 3c365b2fae23594a164e0923312d33cbd8f7930d Author: Jimi Huotari gentoo org> AuthorDate: Sat Jun 15 14:42:21 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=3c365b2f lxqt-base/lxqt-powermanagement: drop 2.0.0 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-powermanagement/Manifest | 1 - .../lxqt-powermanagement-2.0.0.ebuild | 48 ---------------------- 2 files changed, 49 deletions(-) diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest deleted file mode 100644 index 72d0d687..00000000 --- a/lxqt-base/lxqt-powermanagement/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lxqt-powermanagement-2.0.0.tar.xz 97220 BLAKE2B bf267a3c95d50c077e5fe0d271a664511eef2b1180d51dbd0141e821874d9f7d2df156fc776b69933784836967d6322c8dc92a2fcd3fe8fb2ddf7b5fb05d64a1 SHA512 8be223d126bcb81863696241a548d88be0328b0af47502e941544109e5a5b9053e16e41e0f98c817c6616174461b126b91b7c4081835cc02af4d7d6b9f400b11 diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild deleted file mode 100644 index 0bdb377f..00000000 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg-utils - -DESCRIPTION="LXQt daemon for power management and auto-suspend" -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 - virtual/pkgconfig -" -DEPEND=" - >=dev-libs/libqtxdg-4.0.0 - >=dev-qt/qtbase-6.6:6[dbus,gui,widgets] - >=dev-qt/qtsvg-6.6:6 - kde-frameworks/kwindowsystem:6 - kde-frameworks/kidletime:6 - kde-frameworks/solid:6 - =lxqt-base/liblxqt-${MY_PV}*:= - =lxqt-base/lxqt-globalkeys-${MY_PV}* - sys-power/upower -" -RDEPEND="${DEPEND}" - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}