Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/plasma-wayland-protocols/
Date: Sun, 03 May 2020 00:04:42
Message-Id: 1588374506.46e1da2dd65a124338d9a3f1c00c1318b6e1e24e.asturm@gentoo
1 commit: 46e1da2dd65a124338d9a3f1c00c1318b6e1e24e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 23:01:37 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 23:08:26 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=46e1da2d
7
8 kde-frameworks/plasma-wayland-protocols: Remove unused package
9
10 Moved to dev-libs/plasma-wayland-protocols.
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 .../plasma-wayland-protocols/metadata.xml | 8 -------
15 .../plasma-wayland-protocols-9999.ebuild | 25 ----------------------
16 2 files changed, 33 deletions(-)
17
18 diff --git a/kde-frameworks/plasma-wayland-protocols/metadata.xml b/kde-frameworks/plasma-wayland-protocols/metadata.xml
19 deleted file mode 100644
20 index 2fdbf33d96..0000000000
21 --- a/kde-frameworks/plasma-wayland-protocols/metadata.xml
22 +++ /dev/null
23 @@ -1,8 +0,0 @@
24 -<?xml version="1.0" encoding="UTF-8"?>
25 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 -<pkgmetadata>
27 - <maintainer type="project">
28 - <email>kde@g.o</email>
29 - <name>Gentoo KDE Project</name>
30 - </maintainer>
31 -</pkgmetadata>
32
33 diff --git a/kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
34 deleted file mode 100644
35 index ac2e45a636..0000000000
36 --- a/kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
37 +++ /dev/null
38 @@ -1,25 +0,0 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=7
43 -
44 -PVCUT=$(ver_cut 1-2)
45 -QTMIN=5.12.3
46 -inherit ecm kde.org
47 -
48 -DESCRIPTION="Plasma Specific Protocols for Wayland"
49 -HOMEPAGE="https://cgit.kde.org/plasma-wayland-protocols.git"
50 -
51 -LICENSE="LGPL-2.1"
52 -KEYWORDS=""
53 -IUSE=""
54 -
55 -RDEPEND="
56 - >=dev-libs/wayland-1.15.0
57 - >=dev-qt/qtconcurrent-${QTMIN}:5
58 - >=dev-qt/qtgui-${QTMIN}:5[egl]
59 - >=dev-qt/qtwayland-${QTMIN}:5
60 -"
61 -DEPEND="${RDEPEND}
62 - >=dev-libs/wayland-protocols-1.15
63 -"