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, 02 May 2021 22:59:06
Message-Id: 1619996331.03478904d44e2c517f1667d2d8b88df759d3cc6d.asturm@gentoo
1 commit: 03478904d44e2c517f1667d2d8b88df759d3cc6d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 21:29:54 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 22:58:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03478904
7
8 dev-libs/plasma-wayland-protocols: 1.3.0 version bump
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/plasma-wayland-protocols/Manifest | 1 +
14 .../plasma-wayland-protocols-1.3.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 588d9a51437..0e99ad32a08 100644
19 --- a/dev-libs/plasma-wayland-protocols/Manifest
20 +++ b/dev-libs/plasma-wayland-protocols/Manifest
21 @@ -1,2 +1,3 @@
22 DIST plasma-wayland-protocols-1.1.1.tar.xz 38380 BLAKE2B 0dfeb13455932d0853084d87c8b385c7d4d51bf7de05325c0c26221dbb9c8966287146cbff6c4fe1ae45ce7bcb86bbb572852e53ca10c1aa8d00dcc012224f66 SHA512 82244fd9a6c25d8faa8aa64f57cb64ac8e589908cc3b0665ca9c8ce98bd42a8e9cae0f40484bacf3a05107c9e14613d1c9be80b363ba690d36c676ca62da8b9c
23 +DIST plasma-wayland-protocols-1.3.0.tar.xz 39052 BLAKE2B 4024ac8c31c1620eb88b027084e9219368f570719cdb53ccff30594de7ebd5e0c01c8baf580d9c19115aa4632bc960fd8e44fd6bf97919e61faf24c1a43fbfdf SHA512 4c0466bbbe07399d4c54d4f04d7bee92826a6009c61fd7e6898c04d12e906c68fce25c520583225aef18737071b71b85814070a769a4f00e2a71b709568c1695
24 DIST plasma-wayland-protocols-v1.2.1.tar.xz 38716 BLAKE2B cf651ae6511ac8c2c00c71cc9d3cfd3f76132adc29d143cbd71fd0d22b5cebe221aeeff1db534e62515a297b07cbd6b705752a0da0498b12635455cfba8f06b0 SHA512 7c94ec6e1a6e47651ea3194a238b2a2e28452c541095c17b0d7cf240a939bebb854c2acbff1ca56cc5a737ba2c802bd04674c7a3b0be623e3bd4328741374306
25
26 diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.3.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.3.0.ebuild
27 new file mode 100644
28 index 00000000000..9f351e59b86
29 --- /dev/null
30 +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.3.0.ebuild
31 @@ -0,0 +1,19 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +ECM_NONGUI=true
38 +KFMIN=5.69.0
39 +inherit ecm kde.org
40 +
41 +DESCRIPTION="Plasma Specific Protocols for Wayland"
42 +HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols"
43 +
44 +if [[ ${KDE_BUILD_TYPE} = release ]]; then
45 + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
46 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
47 +fi
48 +
49 +LICENSE="LGPL-2.1"
50 +SLOT="0"