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 BD2E2158094 for ; Sat, 24 Sep 2022 20:40:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2EB2E0A6A; Sat, 24 Sep 2022 20:40:00 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BD05E0A44 for ; Sat, 24 Sep 2022 20:40:00 +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 81061340EA8 for ; Sat, 24 Sep 2022 20:39:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCE115E2 for ; Sat, 24 Sep 2022 20:39:57 +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: <1664051979.e9afa8f0deb8aa1700fb8d6f46650e9b67c75560.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kwayland/kwayland-5.98.0.ebuild X-VCS-Directories: kde-frameworks/kwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e9afa8f0deb8aa1700fb8d6f46650e9b67c75560 X-VCS-Branch: master Date: Sat, 24 Sep 2022 20:39:57 +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: debddcbf-fb07-4980-b7d7-43f0ae98bc46 X-Archives-Hash: 647165c9a82fb55e49e6909402b6812a commit: e9afa8f0deb8aa1700fb8d6f46650e9b67c75560 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 24 19:40:13 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 24 20:39:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9afa8f0 kde-frameworks/kwayland: drop 5.98.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kwayland/kwayland-5.98.0.ebuild | 37 -------------------------- 1 file changed, 37 deletions(-) diff --git a/kde-frameworks/kwayland/kwayland-5.98.0.ebuild b/kde-frameworks/kwayland/kwayland-5.98.0.ebuild deleted file mode 100644 index 60b4164ca841..000000000000 --- a/kde-frameworks/kwayland/kwayland-5.98.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.5 -inherit ecm frameworks.kde.org - -DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries" -HOMEPAGE="https://invent.kde.org/frameworks/kwayland" - -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="" - -# All failing, I guess we need a virtual wayland server -RESTRICT="test" - -# slot ops: includes qpa/qplatformnativeinterface.h, surface_p.h -RDEPEND=" - >=dev-libs/wayland-1.15.0 - >=dev-qt/qtconcurrent-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5=[egl] - >=dev-qt/qtwayland-${QTMIN}:5= - media-libs/libglvnd -" -DEPEND="${RDEPEND} - >=dev-libs/plasma-wayland-protocols-1.7.0 - >=dev-libs/wayland-protocols-1.15 - sys-kernel/linux-headers -" -BDEPEND=" - >=dev-qt/qtwaylandscanner-${QTMIN}:5 - >=dev-util/wayland-scanner-1.19.0 -"