From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id EBABF1581EE for ; Tue, 08 Apr 2025 14:49:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D44573430CA for ; Tue, 08 Apr 2025 14:49:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0CE801104B7; Tue, 08 Apr 2025 14:49:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id E218B1104B7 for ; Tue, 08 Apr 2025 14:49:19 +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 994A63430CA for ; Tue, 08 Apr 2025 14:49:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D20FF159F for ; Tue, 08 Apr 2025 14:49:17 +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: <1744123721.db45d5719fcf52f0cac696015e3a9280bbbb98f3.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/adwaita-qt/adwaita-qt-1.4.2.ebuild X-VCS-Directories: x11-themes/adwaita-qt/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: db45d5719fcf52f0cac696015e3a9280bbbb98f3 X-VCS-Branch: master Date: Tue, 08 Apr 2025 14:49:17 +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: 4cd92975-a318-446c-977a-0d2c604309fe X-Archives-Hash: d887dda4d920ef5b92a76b02ec31d754 commit: db45d5719fcf52f0cac696015e3a9280bbbb98f3 Author: Pacho Ramos gentoo org> AuthorDate: Tue Apr 8 14:43:48 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Apr 8 14:48:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db45d571 x11-themes/adwaita-qt: drop 1.4.2 Signed-off-by: Pacho Ramos gentoo.org> x11-themes/adwaita-qt/adwaita-qt-1.4.2.ebuild | 31 --------------------------- 1 file changed, 31 deletions(-) diff --git a/x11-themes/adwaita-qt/adwaita-qt-1.4.2.ebuild b/x11-themes/adwaita-qt/adwaita-qt-1.4.2.ebuild deleted file mode 100644 index b02503632d0a..000000000000 --- a/x11-themes/adwaita-qt/adwaita-qt-1.4.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit cmake - -DESCRIPTION="A style to bend Qt applications to look like they belong into GNOME Shell" -HOMEPAGE="https://github.com/FedoraQt/adwaita-qt" -SRC_URI="https://github.com/FedoraQt/${PN}/archive/${PV}/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 x86" -IUSE="gnome" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 -" -RDEPEND="${DEPEND}" -PDEPEND="gnome? ( x11-themes/QGnomePlatform )" - -src_configure() { - local mycmakeargs=( - -DUSE_QT6=false - ) - cmake_src_configure -}