summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-02 01:01:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-02 01:08:26 +0200
commit46e1da2dd65a124338d9a3f1c00c1318b6e1e24e (patch)
tree2154aa74723a51a1557d9add426259f712ce8ad9
parentf0fc9a41a89a516824ffeebb2711f4779b6017ad (diff)
downloadkde-46e1da2dd65a124338d9a3f1c00c1318b6e1e24e.tar.gz
kde-46e1da2dd65a124338d9a3f1c00c1318b6e1e24e.tar.bz2
kde-46e1da2dd65a124338d9a3f1c00c1318b6e1e24e.zip
kde-frameworks/plasma-wayland-protocols: Remove unused package
Moved to dev-libs/plasma-wayland-protocols. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/plasma-wayland-protocols/metadata.xml8
-rw-r--r--kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild25
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-frameworks/plasma-wayland-protocols/metadata.xml b/kde-frameworks/plasma-wayland-protocols/metadata.xml
deleted file mode 100644
index 2fdbf33d963..00000000000
--- a/kde-frameworks/plasma-wayland-protocols/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
deleted file mode 100644
index ac2e45a6368..00000000000
--- a/kde-frameworks/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Plasma Specific Protocols for Wayland"
-HOMEPAGE="https://cgit.kde.org/plasma-wayland-protocols.git"
-
-LICENSE="LGPL-2.1"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5[egl]
- >=dev-qt/qtwayland-${QTMIN}:5
-"
-DEPEND="${RDEPEND}
- >=dev-libs/wayland-protocols-1.15
-"