Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/plasma-wayland-protocols/
Date: Wed, 13 May 2020 21:21:14
Message-Id: 1589404852.3107ccfbcab6172b453f6641aab051c5805ae79e.asturm@gentoo
1 commit: 3107ccfbcab6172b453f6641aab051c5805ae79e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 13 21:17:31 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 13 21:20:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3107ccfb
7
8 dev-libs/plasma-wayland-protocols: New package, 1.0 initial version
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/plasma-wayland-protocols/Manifest | 1 +
14 dev-libs/plasma-wayland-protocols/metadata.xml | 8 ++++++++
15 .../plasma-wayland-protocols-1.0.ebuild | 19 +++++++++++++++++++
16 3 files changed, 28 insertions(+)
17
18 diff --git a/dev-libs/plasma-wayland-protocols/Manifest b/dev-libs/plasma-wayland-protocols/Manifest
19 new file mode 100644
20 index 00000000000..1bce29d00ca
21 --- /dev/null
22 +++ b/dev-libs/plasma-wayland-protocols/Manifest
23 @@ -0,0 +1 @@
24 +DIST plasma-wayland-protocols-1.0.tar.xz 38020 BLAKE2B 8064a526d3e3e4b36f7c612744285181ba96bdf4c0992ba7d164ea98e629b3456c7efedd2e3dbbf76a3cbd42664d91eea3e485bd67303e1db02964c7fc6158db SHA512 30ecbf9fbf9de7ee1d323fb43b0f4a05586e0f7d2c4d510e2300828e7a6a16e8907d8d2a835d4ecbb2d4d532641ea722ff6572403f767e0ac878b7fdb0897b08
25
26 diff --git a/dev-libs/plasma-wayland-protocols/metadata.xml b/dev-libs/plasma-wayland-protocols/metadata.xml
27 new file mode 100644
28 index 00000000000..2fdbf33d963
29 --- /dev/null
30 +++ b/dev-libs/plasma-wayland-protocols/metadata.xml
31 @@ -0,0 +1,8 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <maintainer type="project">
36 + <email>kde@g.o</email>
37 + <name>Gentoo KDE Project</name>
38 + </maintainer>
39 +</pkgmetadata>
40
41 diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.0.ebuild
42 new file mode 100644
43 index 00000000000..e3af96585cc
44 --- /dev/null
45 +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.0.ebuild
46 @@ -0,0 +1,19 @@
47 +# Copyright 1999-2020 Gentoo Authors
48 +# Distributed under the terms of the GNU General Public License v2
49 +
50 +EAPI=7
51 +
52 +ECM_NONGUI=true
53 +KFMIN=5.69.0
54 +inherit ecm kde.org
55 +
56 +DESCRIPTION="Plasma Specific Protocols for Wayland"
57 +HOMEPAGE="https://cgit.kde.org/plasma-wayland-protocols.git"
58 +
59 +if [[ ${KDE_BUILD_TYPE} = release ]]; then
60 + SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
61 + KEYWORDS="~amd64"
62 +fi
63 +
64 +LICENSE="LGPL-2.1"
65 +SLOT="0"