summaryrefslogtreecommitdiff
path: root/gui-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-16 00:07:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-16 00:14:03 +0200
commita8b87fb80d1fab0ed39a5099f75fd80a5fdd3289 (patch)
treeaea1aacdfbe763d5a04b32020c803d771ef3c0ae /gui-libs
parent2171b684359f37edeee1de2a2f5d870f83f74ecf (diff)
downloadkde-a8b87fb80d1fab0ed39a5099f75fd80a5fdd3289.tar.gz
kde-a8b87fb80d1fab0ed39a5099f75fd80a5fdd3289.tar.bz2
kde-a8b87fb80d1fab0ed39a5099f75fd80a5fdd3289.zip
gui-libs/wrapland: Drop 0.518.0 and 5.18 stable branch
Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r--gui-libs/wrapland/Manifest1
-rw-r--r--gui-libs/wrapland/wrapland-0.518.0.ebuild41
-rw-r--r--gui-libs/wrapland/wrapland-5.18.49.9999.ebuild41
3 files changed, 0 insertions, 83 deletions
diff --git a/gui-libs/wrapland/Manifest b/gui-libs/wrapland/Manifest
deleted file mode 100644
index 0a91fbc3354..00000000000
--- a/gui-libs/wrapland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wrapland-wrapland@0.518.0.tar.gz 502708 BLAKE2B 5328067486cd63210ad34676cda2befdb513900e0b2ab02c55c6c45a48c7243438109ee6f4799e169017652273fc97152f787ab202c9b0f0fdeba229ef463b9d SHA512 863c924cc8df48897173002d2ad5974b22e0f515de1a3c60fd6eb6c05dc3a71decda01b5584ccd50cb5d870042950c307af60581a2e9ed9abba7aa31a28f1ba8
diff --git a/gui-libs/wrapland/wrapland-0.518.0.ebuild b/gui-libs/wrapland/wrapland-0.518.0.ebuild
deleted file mode 100644
index 38236bab393..00000000000
--- a/gui-libs/wrapland/wrapland-0.518.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KFMIN=5.66.0
-QTMIN=5.12.3
-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"
diff --git a/gui-libs/wrapland/wrapland-5.18.49.9999.ebuild b/gui-libs/wrapland/wrapland-5.18.49.9999.ebuild
deleted file mode 100644
index 38236bab393..00000000000
--- a/gui-libs/wrapland/wrapland-5.18.49.9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KFMIN=5.66.0
-QTMIN=5.12.3
-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"