summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2017-05-18 02:01:55 +0200
committerDavide Pesavento <pesa@gentoo.org>2017-05-18 02:01:55 +0200
commit7303f65935e28705c902f16429d7d17387e6fa5d (patch)
tree9e008a3c6ff93dc5f47ec3b489457960fa231b79 /dev-qt/qtwayland
parentapp-admin/rsyslog: Rev bump to fix building with -Werror=format-security (diff)
downloadgentoo-7303f65935e28705c902f16429d7d17387e6fa5d.tar.gz
gentoo-7303f65935e28705c902f16429d7d17387e6fa5d.tar.bz2
gentoo-7303f65935e28705c902f16429d7d17387e6fa5d.zip
dev-qt: drop Qt 5.6.1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-qt/qtwayland')
-rw-r--r--dev-qt/qtwayland/Manifest1
-rw-r--r--dev-qt/qtwayland/qtwayland-5.6.1.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
index 8876189cddfe..822a1c63e872 100644
--- a/dev-qt/qtwayland/Manifest
+++ b/dev-qt/qtwayland/Manifest
@@ -1,3 +1,2 @@
-DIST qtwayland-opensource-src-5.6.1-1.tar.xz 263748 SHA256 8489b2b96f1e383ee11a00a686b9cd65418893ec3fc604d5d08dc644e27ddbba SHA512 c315c5a5927c0f05b44518b82ac44be87f28347416dd8b782abd2e48b965afc9cfb954791f44dfa5eca792186b365e08671113f8cecaab541c27ee5ccfc80572 WHIRLPOOL 9133151f2d16c9058c6f646ed9702b60a28a2ccb9a7beda8dc1273a97cbe7575655937420f608d7324fa0a1a10f3f05421bcc987e1cfbeeb65e3fae656c7fa8d
DIST qtwayland-opensource-src-5.6.2.tar.xz 267028 SHA256 035c3199f4719627b64b7020f0f4574da2b4cb78c6981aba75f27b872d8e6c86 SHA512 193c1ef58282bf9597303996d8e03853d95c2e4f79a62bdcfc6ad48f397dbb71f8f2e94f8ab334c7fae0a6a0e5b79e8f762468be6a3b66eb3636c465fabff51d WHIRLPOOL e870e8be2ef393b8f5ba248e0f51e30297aa6bb0864c821c217c79e727d778751f89067913f0b7db0e0075d12843653529ce2c8cce37f429cf24265639db1e55
DIST qtwayland-opensource-src-5.7.1.tar.xz 291776 SHA256 f23fc5e180c8af5b38419d84e44f1f342904a197c2382a7b03f83de2136201c7 SHA512 41a6699b9048a859bb0cb1e37cd0a3977f52a5a223d4f6a4ce5e1402c5b829cc907593ce2b70f4ec24dfad147251bb2f20e889eae26072cf53e774b4585f2921 WHIRLPOOL 959fb40ce79d9d09ee3c3ec436d3be229b614da15712494d943dd2cded12f0e29f9750b6e103307bb4e27e00a28f5b2ac508a29dff4f25e1b677f2f2519de98d
diff --git a/dev-qt/qtwayland/qtwayland-5.6.1.ebuild b/dev-qt/qtwayland/qtwayland-5.6.1.ebuild
deleted file mode 100644
index 8406654e48d4..000000000000
--- a/dev-qt/qtwayland/qtwayland-5.6.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# 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 hppa ~ppc ppc64 x86"
-fi
-
-IUSE="egl qml wayland-compositor xcomposite"
-
-DEPEND="
- >=dev-libs/wayland-1.4.0
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtgui-${PV}[egl=]
- media-libs/mesa[egl?]
- >=x11-libs/libxkbcommon-0.2.0
- wayland-compositor? (
- qml? ( ~dev-qt/qtdeclarative-${PV} )
- )
- xcomposite? (
- x11-libs/libX11
- x11-libs/libXcomposite
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- if use wayland-compositor; then
- echo "CONFIG += wayland-compositor" >> "${QT5_BUILD_DIR}"/.qmake.cache
- fi
-
- qt_use_compile_test xcomposite
- qt_use_disable_mod qml quick src/compositor/compositor_api/compositor_api.pri
-
- qt5-build_src_configure
-}