diff options
author | Davide Pesavento <pesa@gentoo.org> | 2016-04-07 02:19:33 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2016-04-07 15:14:01 +0200 |
commit | 68ecf80efed26cb35e3197057d6c32466c1cfa79 (patch) | |
tree | 03f016bd82f2be8831b5a5052c71cdac2424c709 /dev-qt/qtwayland | |
parent | games-util/joystick: Bump to version 1.4.9 (diff) | |
download | gentoo-68ecf80efed26cb35e3197057d6c32466c1cfa79.tar.gz gentoo-68ecf80efed26cb35e3197057d6c32466c1cfa79.tar.bz2 gentoo-68ecf80efed26cb35e3197057d6c32466c1cfa79.zip |
dev-qt: remove Qt 5.4.2
Diffstat (limited to 'dev-qt/qtwayland')
-rw-r--r-- | dev-qt/qtwayland/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtwayland/qtwayland-5.4.2.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest index 986b86ef9627..d94ef7949d9f 100644 --- a/dev-qt/qtwayland/Manifest +++ b/dev-qt/qtwayland/Manifest @@ -1,2 +1 @@ -DIST qtwayland-opensource-src-5.4.2.tar.xz 248468 SHA256 e04dbeced39186ea39078bfe78de2c4fda4da28c4af6170fe0f48283ddbcf592 SHA512 45f41a3d02c26bb26136303e1b6155397e65eb0e2a630aa68e53fe4d772a7f4e5c96f4d567a62fd84f681becd64e462fbc128d72b9f6403a505455656e5db9f6 WHIRLPOOL 79abad30df883922414b8cedcf3b34ac17e5ff2f5717edac23f0938f78d8dc93d599a1fa265871313ed2f82498f8d389c618eed2cdff560daeaa215c8eb2ae42 DIST qtwayland-opensource-src-5.5.1.tar.xz 259312 SHA256 c3804bdc49a952af0301bbccdb402d8f859044732246f5a12ae8e0f4ae8bdda6 SHA512 27b319abce8fa16bc166fb46eb033200d3f2dda1d15038e0b2da432d186a4444c297e0e5be449513d71fd26f891419f300688b6e130edda601ffdc69d4ab93ed WHIRLPOOL e69d384acf1f7c11f3699c1d42f92b6340184aff5e25388cbbe183e260aa7872aaec92015156f5cc534f0fad63629178073479603e66bc90c6fb1750ca87cf46 diff --git a/dev-qt/qtwayland/qtwayland-5.4.2.ebuild b/dev-qt/qtwayland/qtwayland-5.4.2.ebuild deleted file mode 100644 index fa47978ad1d6..000000000000 --- a/dev-qt/qtwayland/qtwayland-5.4.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit qt5-build - -DESCRIPTION="Wayland platform plugin for Qt" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc64 ~x86" -fi - -IUSE="egl qml wayland-compositor xcomposite" - -DEPEND=" - >=dev-libs/wayland-1.3.0 - >=dev-qt/qtcore-${PV}:5 - >=dev-qt/qtgui-${PV}:5[egl=] - media-libs/mesa[egl?] - >=x11-libs/libxkbcommon-0.2.0 - qml? ( >=dev-qt/qtdeclarative-${PV}:5 ) - 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 - - qt5-build_src_configure -} |