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, 07 Nov 2021 15:42:09
Message-Id: 1636299698.c47b202a6efc374bd076e05575cbae048e64dc88.asturm@gentoo
1 commit: c47b202a6efc374bd076e05575cbae048e64dc88
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 12:10:04 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 15:41:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47b202a
7
8 dev-libs/plasma-wayland-protocols: Drop 1.5.0
9
10 Package-Manager: Portage-3.0.28, 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.5.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 54bc943cedc..3330c372dc0 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.3.0.tar.xz 39052 BLAKE2B 4024ac8c31c1620eb88b027084e9219368f570719cdb53ccff30594de7ebd5e0c01c8baf580d9c19115aa4632bc960fd8e44fd6bf97919e61faf24c1a43fbfdf SHA512 4c0466bbbe07399d4c54d4f04d7bee92826a6009c61fd7e6898c04d12e906c68fce25c520583225aef18737071b71b85814070a769a4f00e2a71b709568c1695
23 DIST plasma-wayland-protocols-1.4.0.tar.xz 41160 BLAKE2B 1b308c948c2a568c20c7578255d3f70ebd648b921a2ea7a9ef7c8f72f8c91a6f3c4f987b10618c7eccda2c0d0ea28abef66ff78010923c08a83ad482e9524ef7 SHA512 4f38f440943fa129527455ff26aac9fd460f59fa332becbb338847eb68c01d8e0bbcf4abd1fb6c8fee996a8260c8b19543d206cfe3534ea8f929012079ecafb0
24 +DIST plasma-wayland-protocols-1.5.0.tar.xz 41488 BLAKE2B 1235506ffb69fdbabd2d8a0b6c9b477a50c83431571b000a10907caa16b178ddbe628d63b4fdf2c98905fdb8a8fdd0699ca13dc3b718ab672b08719f9f434ea3 SHA512 bec83ee401e71fff3c5a38768034b0dfc1dd191af634b9ffa765bf86d9c14143abc2c5abd743dc53cc6c0aac1dbbf79104683c9ff5c6d880b03e71399806a6d7
25
26 diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.5.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.5.0.ebuild
27 new file mode 100644
28 index 00000000000..2f7cee93c89
29 --- /dev/null
30 +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.5.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=8
36 +
37 +ECM_NONGUI=true
38 +KFMIN=5.82.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 ~riscv ~x86"
47 +fi
48 +
49 +LICENSE="LGPL-2.1"
50 +SLOT="0"