summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-11 13:36:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-11 13:36:13 +0200
commit14930cd67e8f212fa18a5ff71eec98828b856188 (patch)
tree8a668806a1805d94862881359803ed546a5a397f
parent110aafcf82830ea5b1246d4a0cc8c2893af2a812 (diff)
downloadkde-14930cd67e8f212fa18a5ff71eec98828b856188.tar.gz
kde-14930cd67e8f212fa18a5ff71eec98828b856188.tar.bz2
kde-14930cd67e8f212fa18a5ff71eec98828b856188.zip
gui-libs/wrapland: Drop package
kwinFT forked off too far. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--gui-libs/wrapland/metadata.xml11
-rw-r--r--gui-libs/wrapland/wrapland-9999.ebuild41
2 files changed, 0 insertions, 52 deletions
diff --git a/gui-libs/wrapland/metadata.xml b/gui-libs/wrapland/metadata.xml
deleted file mode 100644
index f5723086ce6..00000000000
--- a/gui-libs/wrapland/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="gitlab">kwinft/wrapland</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/gui-libs/wrapland/wrapland-9999.ebuild b/gui-libs/wrapland/wrapland-9999.ebuild
deleted file mode 100644
index 7608a6b10cc..00000000000
--- a/gui-libs/wrapland/wrapland-9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KFMIN=5.74.0
-QTMIN=5.15.2
-inherit ecm
-
-if [[ ${PV} = *9999* ]]; then
- if [[ ${PV} != 9999 ]]; then
- EGIT_BRANCH="Plasma/$(ver_cut 1-2)"
- fi
- EGIT_REPO_URI="https://gitlab.com/kwinft/wrapland.git"
- inherit git-r3
-else
- SRC_URI="https://gitlab.com/kwinft/${PN}/-/archive/${P/-/@}/${PN}-${P/-/@}.tar.gz"
- S="${WORKDIR}/${PN}-${P/-/@}"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Qt/C++ library wrapping libwayland"
-HOMEPAGE="https://gitlab.com/kwinft/wrapland"
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5[egl]
- media-libs/mesa[egl]
-"
-DEPEND="${RDEPEND}
- >=dev-libs/wayland-protocols-1.15
-"
-
-# All failing, I guess we need a virtual wayland server
-RESTRICT+=" test"