commit: fdd80ab3dab285e19174788cf9aa630e38374131 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Fri Sep 12 17:04:55 2014 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Fri Sep 12 17:04:55 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=fdd80ab3
[dev-qt/qtwayland] Delete ebuild referring to non-existent branch. Package-Manager: portage-2.2.12 --- dev-qt/qtwayland/qtwayland-5.3.9999.ebuild | 42 ------------------------------ 1 file changed, 42 deletions(-) diff --git a/dev-qt/qtwayland/qtwayland-5.3.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.3.9999.ebuild deleted file mode 100644 index 3aa78ca..0000000 --- a/dev-qt/qtwayland/qtwayland-5.3.9999.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit qt5-build - -DESCRIPTION="Wayland platform plugin for Qt" -HOMEPAGE="http://qt-project.org/wiki/QtWayland" - -if [[ ${QT5_BUILD_TYPE} == live ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~x86" -fi - -IUSE="egl qml wayland-compositor xcomposite" - -DEPEND=" - >=dev-libs/wayland-1.3.0 - >=dev-qt/qtcore-${PV}:5[debug=] - >=dev-qt/qtgui-${PV}:5[debug=,egl=,opengl] - media-libs/mesa[egl?] - >=x11-libs/libxkbcommon-0.2.0 - qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] ) - 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 -}
