aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-08-27 15:23:13 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-08-27 15:37:08 +1000
commit4fd997188532d022fc0bd41eadb7e70679036920 (patch)
tree0318094c2eea8ed0b6932a1e7ff68b9089c0d96d /dev-qt/qtwidgets
parentprofiles: remove stray file (diff)
downloadqt-4fd997188532d022fc0bd41eadb7e70679036920.tar.gz
qt-4fd997188532d022fc0bd41eadb7e70679036920.tar.bz2
qt-4fd997188532d022fc0bd41eadb7e70679036920.zip
dev-qt: remove 5.7.9999
Diffstat (limited to 'dev-qt/qtwidgets')
-rw-r--r--dev-qt/qtwidgets/qtwidgets-5.7.9999.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-qt/qtwidgets/qtwidgets-5.7.9999.ebuild b/dev-qt/qtwidgets/qtwidgets-5.7.9999.ebuild
deleted file mode 100644
index df8db7d6..00000000
--- a/dev-qt/qtwidgets/qtwidgets-5.7.9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Set of components for creating classic desktop-style UIs for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-fi
-
-# keep IUSE defaults in sync with qtgui
-IUSE="gles2 +png +xcb"
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtgui-${PV}[gles2=,png=,xcb?]
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/tools/uic
- src/widgets
-)
-
-QT5_GENTOO_CONFIG=(
- !:no-widgets:
-)
-
-src_configure() {
- local myconf=(
- -opengl $(usex gles2 es2 desktop)
- $(qt_use png libpng system)
- $(qt_use xcb xcb system)
- $(qt_use xcb xkbcommon system)
- $(usex xcb '-xcb-xlib -xinput2 -xkb -xrender' '')
- )
- qt5-build_src_configure
-}