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 91BE9158089 for ; Fri, 29 Sep 2023 10:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B2CC2BC023; Fri, 29 Sep 2023 10:40:35 +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 80A692BC023 for ; Fri, 29 Sep 2023 10:40:35 +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 929E8335CD2 for ; Fri, 29 Sep 2023 10:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38D37125A for ; Fri, 29 Sep 2023 10:40:33 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1695984024.643574f800e963255e366f44fcc5585c7b3ee55f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/QGnomePlatform/QGnomePlatform-0.9.2.ebuild X-VCS-Directories: x11-themes/QGnomePlatform/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 643574f800e963255e366f44fcc5585c7b3ee55f X-VCS-Branch: master Date: Fri, 29 Sep 2023 10:40:33 +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: 8ab4a4c4-2281-44cb-98dd-d3f1e63a81c8 X-Archives-Hash: 53f6e036a7d78032f9773a4b3ef3079f commit: 643574f800e963255e366f44fcc5585c7b3ee55f Author: Pacho Ramos gentoo org> AuthorDate: Fri Sep 29 10:36:19 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Sep 29 10:40:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643574f8 x11-themes/QGnomePlatform: drop 0.9.2 Signed-off-by: Pacho Ramos gentoo.org> .../QGnomePlatform/QGnomePlatform-0.9.2.ebuild | 36 ---------------------- 1 file changed, 36 deletions(-) diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2.ebuild deleted file mode 100644 index 737aab9f339d..000000000000 --- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit cmake - -DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings" -HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform" -SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="minimal wayland" - -RDEPEND=" - dev-qt/qtdbus:5= - >=dev-qt/qtquickcontrols2-5.15.2:5= - >=dev-qt/qtwidgets-5.15.2:5= - !minimal? ( kde-frameworks/qqc2-desktop-style:5= ) - wayland? ( dev-qt/qtwayland:5= ) - gnome-base/gsettings-desktop-schemas - sys-apps/xdg-desktop-portal - x11-libs/gtk+:3 - >=x11-themes/adwaita-qt-1.4.2 -" -DEPEND="${RDEPEND}" -BDEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DUSE_QT6=false - -DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)" - ) - cmake_src_configure -}