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 D222815817D for ; Sat, 15 Jun 2024 14:53:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEC25E2AD7; Sat, 15 Jun 2024 14:53:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAF13E2AD4 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 CF08633DF47 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 0C4691C7C 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.77bbdfcf409eddc3166cb5d9fc3c4782f68bce98.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild X-VCS-Directories: lxqt-base/lxqt-meta/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 77bbdfcf409eddc3166cb5d9fc3c4782f68bce98 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: 8b7aef76-5513-48ae-9999-4a8b0026d596 X-Archives-Hash: 3b95a43f20f8ab59e52cedee9106be41 commit: 77bbdfcf409eddc3166cb5d9fc3c4782f68bce98 Author: Jimi Huotari gentoo org> AuthorDate: Sat Jun 15 14:43:15 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=77bbdfcf lxqt-base/lxqt-meta: drop 2.0.0 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild | 66 ------------------------------ 1 file changed, 66 deletions(-) diff --git a/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild deleted file mode 100644 index d46a73a0..00000000 --- a/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PV="$(ver_cut 1-2)" - -DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment" -HOMEPAGE="https://lxqt-project.org/" - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64" -fi - -LICENSE="metapackage" -SLOT="0" - -IUSE=" - +about admin +archiver +desktop-portal +display-manager +filemanager - +lximage nls +policykit powermanagement +processviewer +screenshot - +sddm ssh-askpass +sudo +terminal +trash +window-manager -" - -REQUIRED_USE="trash? ( filemanager )" - -# Pull in 'kde-frameworks/breeze-icons' as an upstream default. -# https://bugs.gentoo.org/543380 -# https://github.com/lxqt/lxqt-session/commit/5d32ff434d4 -RDEPEND=" - kde-frameworks/breeze-icons:6 - =lxqt-base/lxqt-config-${MY_PV}* - =lxqt-base/lxqt-globalkeys-${MY_PV}* - =lxqt-base/lxqt-menu-data-${MY_PV}* - =lxqt-base/lxqt-notificationd-${MY_PV}* - =lxqt-base/lxqt-panel-${MY_PV}* - =lxqt-base/lxqt-qtplugin-${MY_PV}* - =lxqt-base/lxqt-runner-${MY_PV}* - =lxqt-base/lxqt-session-${MY_PV}* - virtual/ttf-fonts - x11-terms/xterm - =x11-themes/lxqt-themes-${MY_PV}* - about? ( =lxqt-base/lxqt-about-${MY_PV}* ) - admin? ( =lxqt-base/lxqt-admin-${MY_PV}* ) - archiver? ( >=app-arch/lxqt-archiver-1.0 ) - desktop-portal? ( >=gui-libs/xdg-desktop-portal-lxqt-1.0 ) - display-manager? ( - sddm? ( x11-misc/sddm ) - !sddm? ( x11-misc/lightdm ) - ) - filemanager? ( =x11-misc/pcmanfm-qt-${MY_PV}* ) - lximage? ( =media-gfx/lximage-qt-${MY_PV}* ) - nls? ( dev-qt/qttranslations:6 ) - policykit? ( =lxqt-base/lxqt-policykit-${MY_PV}* ) - powermanagement? ( =lxqt-base/lxqt-powermanagement-${MY_PV}* ) - processviewer? ( >=x11-misc/qps-2.9 ) - screenshot? ( >=x11-misc/screengrab-2.8 ) - sddm? ( x11-misc/sddm ) - ssh-askpass? ( =lxqt-base/lxqt-openssh-askpass-${MY_PV}* ) - sudo? ( =lxqt-base/lxqt-sudo-${MY_PV}* ) - terminal? ( =x11-terms/qterminal-${MY_PV}* ) - trash? ( gnome-base/gvfs ) - window-manager? ( - kde-plasma/kwin:6 - kde-plasma/systemsettings:6 - ) -"