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 A52EF15817D for ; Wed, 19 Jun 2024 15:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B452E2A9A; Wed, 19 Jun 2024 15:03:26 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 52F83E2A9A for ; Wed, 19 Jun 2024 15:03:26 +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 61C2E33BF3B for ; Wed, 19 Jun 2024 15:03:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C36581D1C for ; Wed, 19 Jun 2024 15:03:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1718809393.9a7ee20d99d6d5548bf63bc14659ec576fa15d24.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/networkmanager-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/networkmanager-qt/networkmanager-qt-6.3.0.ebuild X-VCS-Directories: kde-frameworks/networkmanager-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9a7ee20d99d6d5548bf63bc14659ec576fa15d24 X-VCS-Branch: master Date: Wed, 19 Jun 2024 15:03:23 +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: 7b0d19de-4264-45dc-9fc4-90d5ce48a186 X-Archives-Hash: 93337b6af6f3f212497a587c48b3bfdc commit: 9a7ee20d99d6d5548bf63bc14659ec576fa15d24 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 19 14:56:04 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 19 15:03:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7ee20d kde-frameworks/networkmanager-qt: drop 6.3.0 Signed-off-by: Andreas Sturmlechner gentoo.org> .../networkmanager-qt-6.3.0.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/kde-frameworks/networkmanager-qt/networkmanager-qt-6.3.0.ebuild b/kde-frameworks/networkmanager-qt/networkmanager-qt-6.3.0.ebuild deleted file mode 100644 index 3d59b2462fad..000000000000 --- a/kde-frameworks/networkmanager-qt/networkmanager-qt-6.3.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -QTMIN=6.6.2 -inherit ecm frameworks.kde.org - -DESCRIPTION="NetworkManager bindings for Qt" - -LICENSE="LGPL-2" -KEYWORDS="~amd64" -IUSE="teamd" - -DEPEND=" - dev-libs/glib:2 - >=dev-qt/qtbase-${QTMIN}:6[dbus,network] - >=net-misc/networkmanager-1.4.0-r1[teamd=] -" -RDEPEND="${DEPEND} - || ( - >=net-misc/networkmanager-1.4.0-r1[elogind] - >=net-misc/networkmanager-1.4.0-r1[systemd] - ) -" -BDEPEND="virtual/pkgconfig" - -CMAKE_SKIP_TESTS=( - # bug: 625276 - managertest - settingstest - activeconnectiontest -)