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: Wed, 22 Sep 2021 11:12:29
Message-Id: 1632309129.57408d04c87ce6d6afab6098bb10fd99a5a30484.asturm@gentoo
1 commit: 57408d04c87ce6d6afab6098bb10fd99a5a30484
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 20:18:29 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 11:12:09 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=57408d04
7
8 dev-libs/plasma-wayland-protocols: Drop 1.4.0
9
10 Moved to Gentoo ebuild repository.
11
12 Package-Manager: Portage-3.0.23, Repoman-3.0.3
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 .../plasma-wayland-protocols-1.4.0.ebuild | 21 ---------------------
16 1 file changed, 21 deletions(-)
17
18 diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.4.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.4.0.ebuild
19 deleted file mode 100644
20 index 3355d0d4d2..0000000000
21 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.4.0.ebuild
22 +++ /dev/null
23 @@ -1,21 +0,0 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=8
28 -
29 -ECM_NONGUI=true
30 -KFMIN=5.82.0
31 -inherit ecm kde.org
32 -
33 -DESCRIPTION="Plasma Specific Protocols for Wayland"
34 -HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols"
35 -
36 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
37 - SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
38 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
39 -fi
40 -
41 -LICENSE="LGPL-2.1"
42 -SLOT="0"
43 -
44 -RDEPEND="!kde-frameworks/plasma-wayland-protocols"