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 F04AE1382C5 for ; Thu, 4 Jun 2020 14:22:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3677CE0922; Thu, 4 Jun 2020 14:22:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0E68DE0922 for ; Thu, 4 Jun 2020 14:22:28 +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 5652034F1D3 for ; Thu, 4 Jun 2020 14:22:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BDB11DA for ; Thu, 4 Jun 2020 14:22:21 +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: <1591280527.9931cc419a3cabbcf2cfcc691b38d0610076c967.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwayland-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwayland-server/Manifest kde-plasma/kwayland-server/kwayland-server-5.18.90.ebuild kde-plasma/kwayland-server/metadata.xml X-VCS-Directories: kde-plasma/kwayland-server/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9931cc419a3cabbcf2cfcc691b38d0610076c967 X-VCS-Branch: master Date: Thu, 4 Jun 2020 14:22:21 +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: 56d3dde4-a785-4117-bd21-68f1cfe01099 X-Archives-Hash: a2fc7287a17b19f769014af0a3b25579 commit: 9931cc419a3cabbcf2cfcc691b38d0610076c967 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 4 14:21:40 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 4 14:22:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9931cc41 kde-plasma/kwayland-server: New package Add 5.18.90 early in order for arch teams to be able to keyword in advance. Bug: https://bugs.gentoo.org/727132 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwayland-server/Manifest | 1 + .../kwayland-server/kwayland-server-5.18.90.ebuild | 35 ++++++++++++++++++++++ kde-plasma/kwayland-server/metadata.xml | 8 +++++ 3 files changed, 44 insertions(+) diff --git a/kde-plasma/kwayland-server/Manifest b/kde-plasma/kwayland-server/Manifest new file mode 100644 index 00000000000..9bee35abf30 --- /dev/null +++ b/kde-plasma/kwayland-server/Manifest @@ -0,0 +1 @@ +DIST kwayland-server-5.18.90.tar.xz 229588 BLAKE2B f6ec9c0ab25c620a288761731dc239c46574030012b845e7432990be9c594a3eeeb5743ac7a99e65133395f329ab3fec23aa854be22d0b01fb505e59cdda0ceb SHA512 93c0aa80dd453dfbe400a016f42ff424629e95fc7392c468cad7368d04871cea9b5f96c383900b467eec68dc8729b15bb7cc14758ceafb6430a784791232e85b diff --git a/kde-plasma/kwayland-server/kwayland-server-5.18.90.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.18.90.ebuild new file mode 100644 index 00000000000..3f52a45f172 --- /dev/null +++ b/kde-plasma/kwayland-server/kwayland-server-5.18.90.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_QTHELP="true" +ECM_TEST="true" +KFMIN=5.70.0 +PVCUT=$(ver_cut 1-2) +QTMIN=5.14.1 +inherit ecm kde.org + +DESCRIPTION="Wayland Server Components built on KDE Frameworks" +HOMEPAGE="https://invent.kde.org/plasma/kwayland-server" + +LICENSE="LGPL-2.1" +SLOT="5" +KEYWORDS="~amd64 ~ppc64" +IUSE="" + +RDEPEND=" + >=dev-libs/wayland-1.15.0 + >=dev-qt/qtconcurrent-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5[egl] + >=dev-qt/qtwayland-${QTMIN}:5 + >=kde-frameworks/kwayland-${KFMIN}:5 + media-libs/mesa[egl] +" +DEPEND="${RDEPEND} + dev-libs/plasma-wayland-protocols + >=dev-libs/wayland-protocols-1.15 +" + +# All failing, I guess we need a virtual wayland server +RESTRICT+=" test" diff --git a/kde-plasma/kwayland-server/metadata.xml b/kde-plasma/kwayland-server/metadata.xml new file mode 100644 index 00000000000..2fdbf33d963 --- /dev/null +++ b/kde-plasma/kwayland-server/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +