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: Sun, 28 Mar 2021 14:17:10
Message-Id: 1616940954.893af91cde83798c3c47973646e003b1e2950d93.asturm@gentoo
1 commit: 893af91cde83798c3c47973646e003b1e2950d93
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 28 14:08:27 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 28 14:15:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893af91c
7
8 dev-libs/plasma-wayland-protocols: 1.2.0 version bump
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/plasma-wayland-protocols/Manifest | 1 +
14 .../plasma-wayland-protocols-1.2.0.ebuild | 19 +++++++++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/dev-libs/plasma-wayland-protocols/Manifest b/dev-libs/plasma-wayland-protocols/Manifest
18 index a1248a32427..85e5aef3d63 100644
19 --- a/dev-libs/plasma-wayland-protocols/Manifest
20 +++ b/dev-libs/plasma-wayland-protocols/Manifest
21 @@ -1 +1,2 @@
22 DIST plasma-wayland-protocols-1.1.1.tar.xz 38380 BLAKE2B 0dfeb13455932d0853084d87c8b385c7d4d51bf7de05325c0c26221dbb9c8966287146cbff6c4fe1ae45ce7bcb86bbb572852e53ca10c1aa8d00dcc012224f66 SHA512 82244fd9a6c25d8faa8aa64f57cb64ac8e589908cc3b0665ca9c8ce98bd42a8e9cae0f40484bacf3a05107c9e14613d1c9be80b363ba690d36c676ca62da8b9c
23 +DIST plasma-wayland-protocols-1.2.0.tar.xz 38692 BLAKE2B d1d301160db714741d344932a6ae055ab59f1a850d11b3000dae3e615a072047dc6f123664f5fea3cf2a8e919c6f49617cce4161f9652e75d66e837595a102bc SHA512 a28a469e9bb895ca3660d6a0f1cc97638804a207c2e5cb450deca8a16d3f2f0ba9813fe66ccd0c97a262cdb532fffc1174bdb3f5c58e78b04e584b92e068e1d9
24
25 diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.2.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.2.0.ebuild
26 new file mode 100644
27 index 00000000000..54b51698448
28 --- /dev/null
29 +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.2.0.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +ECM_NONGUI=true
37 +KFMIN=5.74.0
38 +inherit ecm kde.org
39 +
40 +DESCRIPTION="Plasma Specific Protocols for Wayland"
41 +HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols"
42 +
43 +if [[ ${KDE_BUILD_TYPE} = release ]]; then
44 + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
45 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
46 +fi
47 +
48 +LICENSE="LGPL-2.1"
49 +SLOT="0"