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 1D72B138353 for ; Sun, 3 May 2020 00:04:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D73FE0A43; Sun, 3 May 2020 00:04:12 +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 00F18E0A43 for ; Sun, 3 May 2020 00:04:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A5C5F34F2C5 for ; Sun, 3 May 2020 00:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51390210 for ; Sun, 3 May 2020 00:04:09 +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: <1588374505.f0fc9a41a89a516824ffeebb2711f4779b6017ad.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/plasma-wayland-protocols/metadata.xml dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild X-VCS-Directories: dev-libs/plasma-wayland-protocols/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f0fc9a41a89a516824ffeebb2711f4779b6017ad X-VCS-Branch: master Date: Sun, 3 May 2020 00:04:09 +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: 594ccc3c-7dd2-4f31-9b79-217e37f896b4 X-Archives-Hash: 95aca148ee74d2b2ac4719f839869d8e commit: f0fc9a41a89a516824ffeebb2711f4779b6017ad Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 1 23:01:01 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 1 23:08:25 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f0fc9a41 dev-libs/plasma-wayland-protocols: New package Moved from kde-plasma/plasma-wayland-protocols. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/plasma-wayland-protocols/metadata.xml | 8 ++++++++ .../plasma-wayland-protocols-9999.ebuild | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-libs/plasma-wayland-protocols/metadata.xml b/dev-libs/plasma-wayland-protocols/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/dev-libs/plasma-wayland-protocols/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild new file mode 100644 index 0000000000..0767a6e676 --- /dev/null +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_NONGUI=true +KFMIN=5.69.0 +inherit ecm kde.org + +DESCRIPTION="Plasma Specific Protocols for Wayland" +HOMEPAGE="https://cgit.kde.org/plasma-wayland-protocols.git" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="!kde-frameworks/plasma-wayland-protocols"