aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-05 21:35:13 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-05 21:35:13 +0100
commitb1363492a2800dd44907b03c5bfee3820fed3ff2 (patch)
treed09d814fca6aaf9736fe152997a9057beaa2e912 /dev-qt/qtwayland
parentdev-qt: Add Qt 5.12.1 (diff)
downloadqt-b1363492a2800dd44907b03c5bfee3820fed3ff2.tar.gz
qt-b1363492a2800dd44907b03c5bfee3820fed3ff2.tar.bz2
qt-b1363492a2800dd44907b03c5bfee3820fed3ff2.zip
dev-qt: Drop Qt 5.12.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtwayland')
-rw-r--r--dev-qt/qtwayland/Manifest1
-rw-r--r--dev-qt/qtwayland/qtwayland-5.12.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
index a2a0c8ff..1c355ff3 100644
--- a/dev-qt/qtwayland/Manifest
+++ b/dev-qt/qtwayland/Manifest
@@ -1,2 +1 @@
-DIST qtwayland-everywhere-src-5.12.0.tar.xz 427640 BLAKE2B 0f1ba5df16fb01d8c650a93303cf8406bd555aeb1d7c8a95bfdb0e585195c87021b0d88885494bef93f169b272d9120d469b98efc035a123302c5e4005c77688 SHA512 a6819a918a8249861253ca24109888c4af26e5a75b746d10a516c1abe5c685a2aed85f9a57832596480e89870d8f189ee63609df983ed826148a62f60fb823bc
DIST qtwayland-everywhere-src-5.12.1.tar.xz 430032 BLAKE2B 38d5119c5b7a02a0d1ead1bebe703b7c82651c660651ed45304657d83a70fba69fd741308ec72b99c4ceb22cefa88f0faae3a442fa9bcfcd8d128e6d049b7d15 SHA512 8f7dc79c2ac2cb91044ce2633d76b0dbcb586b48da5233d8d8d40056b6df448aca1f3b18e91156f050a87d4c6c54494c4ba3ebe573fa609dc1772c5427e79f43
diff --git a/dev-qt/qtwayland/qtwayland-5.12.0.ebuild b/dev-qt/qtwayland/qtwayland-5.12.0.ebuild
deleted file mode 100644
index d7a70086..00000000
--- a/dev-qt/qtwayland/qtwayland-5.12.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qt5-build
-
-DESCRIPTION="Wayland platform plugin for Qt"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-fi
-
-IUSE="+libinput xcomposite"
-
-DEPEND="
- >=dev-libs/wayland-1.6.0
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtdeclarative-${PV}
- ~dev-qt/qtgui-${PV}[egl,libinput=]
- media-libs/mesa[egl]
- >=x11-libs/libxkbcommon-0.2.0
- xcomposite? (
- x11-libs/libX11
- x11-libs/libXcomposite
- )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- qt_use_disable_config libinput xkbcommon-evdev \
- src/client/client.pro \
- src/compositor/wayland_wrapper/wayland_wrapper.pri \
- src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
- src/plugins/shellintegration/wl-shell/wl-shell.pro \
- src/plugins/shellintegration/xdg-shell/xdg-shell.pro \
- src/plugins/shellintegration/xdg-shell-v5/xdg-shell-v5.pro \
- src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \
- tests/auto/compositor/compositor/compositor.pro
-
- use xcomposite || rm -r config.tests/xcomposite || die
-
- qt5-build_src_prepare
-}