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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0044D138359 for ; Sat, 11 Jul 2020 15:37:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C622DE0823; Sat, 11 Jul 2020 15:37:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE0B9E0823 for ; Sat, 11 Jul 2020 15:37:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4FA934F73F for ; Sat, 11 Jul 2020 15:37:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 665A52DB for ; Sat, 11 Jul 2020 15:37:40 +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: <1594481841.e69671a6f3365cf68c7af803397612276bde2427.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kwayland/Manifest kde-frameworks/kwayland/kwayland-5.71.0.ebuild X-VCS-Directories: kde-frameworks/kwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e69671a6f3365cf68c7af803397612276bde2427 X-VCS-Branch: master Date: Sat, 11 Jul 2020 15:37:40 +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: 2f1bd65d-00e9-45eb-92b6-e65fb875b74a X-Archives-Hash: 405b448d4fc770ec82f8d1aa6928d942 commit: e69671a6f3365cf68c7af803397612276bde2427 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 11 13:06:56 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 11 15:37:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69671a6 kde-frameworks/kwayland: drop 5.71.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kwayland/Manifest | 1 - kde-frameworks/kwayland/kwayland-5.71.0.ebuild | 30 -------------------------- 2 files changed, 31 deletions(-) diff --git a/kde-frameworks/kwayland/Manifest b/kde-frameworks/kwayland/Manifest index 90465513022..8a5be866256 100644 --- a/kde-frameworks/kwayland/Manifest +++ b/kde-frameworks/kwayland/Manifest @@ -1,3 +1,2 @@ DIST kwayland-5.70.0.tar.xz 347256 BLAKE2B 72cac86ea7b712f494465fdb8dd755f9a792848d4438838ee8113733da825c54363cee82dbbc11f082d74a304c546b08f8fa96d9f72eae3d906bb520d32966d6 SHA512 3ba6e090c8f94b7e49151807bbdc3525a3b6003273279ad4d29723da43e69885b30c5f6c10c3197fbd3e22695ae74368148d41cc4145a41b3e00c7fc359c23af -DIST kwayland-5.71.0.tar.xz 347156 BLAKE2B 93ec747088604eceed1c2752e225b3ad3238e3c719fc90edb933b2b7a4a32f8d32aa9bd46f5f6e00aba2b9d777023289bc6668a1448a7bc0fdf2010235a15e27 SHA512 89c89a9baa6b57724f663a0e6636154d1009f9d6971d9f22eff6402fc8407ed59b4a103c82a0fc8a643d83184381325c07bd70468b0bfbbc606ebe30abe188b3 DIST kwayland-5.72.0.tar.xz 347180 BLAKE2B b1ffc75b9f3334b6927a342b995faea98e2f3c6bc1014ebd30cebcb0ae55b5af722371914b1c7bbe5f40b27265df72857508dc2a2bf3e104a372a7d91deac02f SHA512 5a0c2ac98fc90d0d2b0ed9f7c8837a81814bd5f4657dff57a4e84b5e93dfd7a74d0585e753152e3c9c073a706caffad5988b047ea0f319f13ab00f13907617bb diff --git a/kde-frameworks/kwayland/kwayland-5.71.0.ebuild b/kde-frameworks/kwayland/kwayland-5.71.0.ebuild deleted file mode 100644 index a6115aaad64..00000000000 --- a/kde-frameworks/kwayland/kwayland-5.71.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="true" -PVCUT=$(ver_cut 1-2) -QTMIN=5.14.1 -inherit ecm 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 ~ppc64 ~x86" -IUSE="" - -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/mesa[egl] -" -DEPEND="${RDEPEND} - >=dev-libs/wayland-protocols-1.15 -" - -# All failing, I guess we need a virtual wayland server -RESTRICT+=" test"