Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/
Date: Sun, 03 May 2020 00:04:13
Message-Id: 1588374505.f0fc9a41a89a516824ffeebb2711f4779b6017ad.asturm@gentoo
1 commit: f0fc9a41a89a516824ffeebb2711f4779b6017ad
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 23:01:01 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 23:08:25 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f0fc9a41
7
8 dev-libs/plasma-wayland-protocols: New package
9
10 Moved from kde-plasma/plasma-wayland-protocols.
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-libs/plasma-wayland-protocols/metadata.xml | 8 ++++++++
16 .../plasma-wayland-protocols-9999.ebuild | 18 ++++++++++++++++++
17 2 files changed, 26 insertions(+)
18
19 diff --git a/dev-libs/plasma-wayland-protocols/metadata.xml b/dev-libs/plasma-wayland-protocols/metadata.xml
20 new file mode 100644
21 index 0000000000..2fdbf33d96
22 --- /dev/null
23 +++ b/dev-libs/plasma-wayland-protocols/metadata.xml
24 @@ -0,0 +1,8 @@
25 +<?xml version="1.0" encoding="UTF-8"?>
26 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 +<pkgmetadata>
28 + <maintainer type="project">
29 + <email>kde@g.o</email>
30 + <name>Gentoo KDE Project</name>
31 + </maintainer>
32 +</pkgmetadata>
33
34 diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
35 new file mode 100644
36 index 0000000000..0767a6e676
37 --- /dev/null
38 +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
39 @@ -0,0 +1,18 @@
40 +# Copyright 1999-2020 Gentoo Authors
41 +# Distributed under the terms of the GNU General Public License v2
42 +
43 +EAPI=7
44 +
45 +ECM_NONGUI=true
46 +KFMIN=5.69.0
47 +inherit ecm kde.org
48 +
49 +DESCRIPTION="Plasma Specific Protocols for Wayland"
50 +HOMEPAGE="https://cgit.kde.org/plasma-wayland-protocols.git"
51 +
52 +LICENSE="LGPL-2.1"
53 +SLOT="0"
54 +KEYWORDS=""
55 +IUSE=""
56 +
57 +RDEPEND="!kde-frameworks/plasma-wayland-protocols"