commit: b6d6320e4561c10136c2f4e556d5cf8b53926f9a
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 18 17:59:09 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 17:59:09 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=b6d6320e
[Qt5] Remove 5.4 live ebuilds.
No more releases are planned for the 5.4 branch.
dev-qt/assistant/assistant-5.4.9999.ebuild | 38 ------
dev-qt/designer/designer-5.4.9999.ebuild | 41 ------
.../linguist-tools/linguist-tools-5.4.9999.ebuild | 36 -----
dev-qt/linguist/linguist-5.4.9999.ebuild | 29 ----
dev-qt/pixeltool/pixeltool-5.4.9999.ebuild | 27 ----
dev-qt/qdbus/qdbus-5.4.9999.ebuild | 26 ----
dev-qt/qdbusviewer/qdbusviewer-5.4.9999.ebuild | 28 ----
dev-qt/qdoc/qdoc-5.4.9999.ebuild | 25 ----
dev-qt/qtconcurrent/qtconcurrent-5.4.9999.ebuild | 24 ----
dev-qt/qtcore/qtcore-5.4.9999.ebuild | 41 ------
dev-qt/qtdbus/qtdbus-5.4.9999.ebuild | 40 ------
dev-qt/qtdeclarative/qtdeclarative-5.4.9999.ebuild | 46 -------
dev-qt/qtdiag/qtdiag-5.4.9999.ebuild | 26 ----
.../qtgraphicaleffects-5.4.9999.ebuild | 28 ----
dev-qt/qtgui/qtgui-5.4.9999.ebuild | 149 ---------------------
dev-qt/qthelp/qthelp-5.4.9999.ebuild | 32 -----
.../qtimageformats/qtimageformats-5.4.9999.ebuild | 24 ----
dev-qt/qtmultimedia/qtmultimedia-5.4.9999.ebuild | 58 --------
dev-qt/qtnetwork/qtnetwork-5.4.9999.ebuild | 51 -------
dev-qt/qtopengl/qtopengl-5.4.9999.ebuild | 35 -----
dev-qt/qtpaths/qtpaths-5.4.9999.ebuild | 24 ----
dev-qt/qtpositioning/qtpositioning-5.4.9999.ebuild | 36 -----
.../qtprintsupport/qtprintsupport-5.4.9999.ebuild | 43 ------
dev-qt/qtquick1/qtquick1-5.4.9999.ebuild | 50 -------
.../qtquickcontrols-5.4.9999.ebuild | 33 -----
dev-qt/qtscript/qtscript-5.4.9999.ebuild | 30 -----
dev-qt/qtsensors/qtsensors-5.4.9999.ebuild | 27 ----
dev-qt/qtserialport/qtserialport-5.4.9999.ebuild | 20 ---
dev-qt/qtsql/qtsql-5.4.9999.ebuild | 54 --------
dev-qt/qtsvg/qtsvg-5.4.9999.ebuild | 24 ----
dev-qt/qttest/qttest-5.4.9999.ebuild | 30 -----
.../qttranslations/qttranslations-5.4.9999.ebuild | 20 ---
dev-qt/qtwayland/qtwayland-5.4.9999.ebuild | 38 ------
dev-qt/qtwebchannel/qtwebchannel-5.4.9999.ebuild | 27 ----
dev-qt/qtwebkit/qtwebkit-5.4.9999.ebuild | 96 -------------
dev-qt/qtwebsockets/qtwebsockets-5.4.9999.ebuild | 28 ----
dev-qt/qtwidgets/qtwidgets-5.4.9999.ebuild | 43 ------
dev-qt/qtx11extras/qtx11extras-5.4.9999.ebuild | 21 ---
dev-qt/qtxml/qtxml-5.4.9999.ebuild | 26 ----
dev-qt/qtxmlpatterns/qtxmlpatterns-5.4.9999.ebuild | 20 ---
40 files changed, 1494 deletions(-)
diff --git a/dev-qt/assistant/assistant-5.4.9999.ebuild
b/dev-qt/assistant/assistant-5.4.9999.ebuild
deleted file mode 100644
index a99682c..0000000
--- a/dev-qt/assistant/assistant-5.4.9999.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="webkit"
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtgui-${PV}:5
- >=dev-qt/qthelp-${PV}:5
- >=dev-qt/qtnetwork-${PV}:5
- >=dev-qt/qtprintsupport-${PV}:5
- >=dev-qt/qtsql-${PV}:5[sqlite]
- >=dev-qt/qtwidgets-${PV}:5
- webkit? ( >=dev-qt/qtwebkit-${PV}:5 )
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/assistant/assistant
-)
-
-src_prepare() {
- qt_use_disable_mod webkit webkitwidgets \
- src/assistant/assistant/assistant.pro
-
- qt5-build_src_prepare
-}
diff --git a/dev-qt/designer/designer-5.4.9999.ebuild
b/dev-qt/designer/designer-5.4.9999.ebuild
deleted file mode 100644
index 38019cd..0000000
--- a/dev-qt/designer/designer-5.4.9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="declarative webkit"
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtgui-${PV}:5
- >=dev-qt/qtnetwork-${PV}:5
- >=dev-qt/qtprintsupport-${PV}:5
- >=dev-qt/qtwidgets-${PV}:5
- >=dev-qt/qtxml-${PV}:5
- declarative? ( >=dev-qt/qtdeclarative-${PV}:5[widgets] )
- webkit? ( >=dev-qt/qtwebkit-${PV}:5 )
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/designer
-)
-
-src_prepare() {
- qt_use_disable_mod declarative quickwidgets \
- src/designer/src/plugins/plugins.pro
-
- qt_use_disable_mod webkit webkitwidgets \
- src/designer/src/plugins/plugins.pro
-
- qt5-build_src_prepare
-}
diff --git a/dev-qt/linguist-tools/linguist-tools-5.4.9999.ebuild
b/dev-qt/linguist-tools/linguist-tools-5.4.9999.ebuild
deleted file mode 100644
index f84f024..0000000
--- a/dev-qt/linguist-tools/linguist-tools-5.4.9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Tools for working with Qt translation data files"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="qml"
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtxml-${PV}:5
- qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/linguist
-)
-
-src_prepare() {
- sed -i -e '/SUBDIRS += linguist/d' \
- src/linguist/linguist.pro || die
-
- qt_use_disable_mod qml qmldevtools-private \
- src/linguist/lupdate/lupdate.pro
-
- qt5-build_src_prepare
-}
diff --git a/dev-qt/linguist/linguist-5.4.9999.ebuild
b/dev-qt/linguist/linguist-5.4.9999.ebuild
deleted file mode 100644
index 9b8e71a..0000000
--- a/dev-qt/linguist/linguist-5.4.9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Graphical tool for translating Qt applications"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- >=dev-qt/designer-${PV}:5
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtgui-${PV}:5
- >=dev-qt/qtprintsupport-${PV}:5
- >=dev-qt/qtwidgets-${PV}:5
- >=dev-qt/qtxml-${PV}:5
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/linguist/linguist
-)
diff --git a/dev-qt/pixeltool/pixeltool-5.4.9999.ebuild
b/dev-qt/pixeltool/pixeltool-5.4.9999.ebuild
deleted file mode 100644
index 2bd9f34..0000000
--- a/dev-qt/pixeltool/pixeltool-5.4.9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Qt screen magnifier"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtgui-${PV}:5
- >=dev-qt/qtnetwork-${PV}:5
- >=dev-qt/qtwidgets-${PV}:5
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/pixeltool
-)
diff --git a/dev-qt/qdbus/qdbus-5.4.9999.ebuild
b/dev-qt/qdbus/qdbus-5.4.9999.ebuild
deleted file mode 100644
index a29a244..0000000
--- a/dev-qt/qdbus/qdbus-5.4.9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Interface to Qt applications communicating over D-Bus"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtdbus-${PV}:5
- >=dev-qt/qtxml-${PV}:5
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/qdbus/qdbus
-)
diff --git a/dev-qt/qdbusviewer/qdbusviewer-5.4.9999.ebuild
b/dev-qt/qdbusviewer/qdbusviewer-5.4.9999.ebuild
deleted file mode 100644
index 35e1f3a..0000000
--- a/dev-qt/qdbusviewer/qdbusviewer-5.4.9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Graphical tool that lets you introspect D-Bus objects and
messages"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtdbus-${PV}:5
- >=dev-qt/qtgui-${PV}:5
- >=dev-qt/qtwidgets-${PV}:5
- >=dev-qt/qtxml-${PV}:5
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/qdbus/qdbusviewer
-)
diff --git a/dev-qt/qdoc/qdoc-5.4.9999.ebuild b/dev-qt/qdoc/qdoc-5.4.9999.ebuild
deleted file mode 100644
index 2a0b7b8..0000000
--- a/dev-qt/qdoc/qdoc-5.4.9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Qt documentation generator"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtxml-${PV}
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/tools/qdoc
-)
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.4.9999.ebuild
b/dev-qt/qtconcurrent/qtconcurrent-5.4.9999.ebuild
deleted file mode 100644
index cb16e7a..0000000
--- a/dev-qt/qtconcurrent/qtconcurrent-5.4.9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/concurrent
-)
diff --git a/dev-qt/qtcore/qtcore-5.4.9999.ebuild
b/dev-qt/qtcore/qtcore-5.4.9999.ebuild
deleted file mode 100644
index 78cac73..0000000
--- a/dev-qt/qtcore/qtcore-5.4.9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Cross-platform application development framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="icu systemd"
-
-DEPEND="
- dev-libs/glib:2
- >=dev-libs/libpcre-8.35[pcre16]
- >=sys-libs/zlib-1.2.5
- virtual/libiconv
- icu? ( dev-libs/icu:= )
- systemd? ( sys-apps/systemd )
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/tools/bootstrap
- src/tools/moc
- src/tools/rcc
- src/corelib
- src/tools/qlalr
-)
-
-src_configure() {
- local myconf=(
- $(qt_use icu)
- $(qt_use systemd journald)
- )
- qt5-build_src_configure
-}
diff --git a/dev-qt/qtdbus/qtdbus-5.4.9999.ebuild
b/dev-qt/qtdbus/qtdbus-5.4.9999.ebuild
deleted file mode 100644
index 47b5c4c..0000000
--- a/dev-qt/qtdbus/qtdbus-5.4.9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="The D-Bus module for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- >=sys-apps/dbus-1.4.20
- >=sys-libs/zlib-1.2.5
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/dbus
- src/tools/qdbusxml2cpp
- src/tools/qdbuscpp2xml
-)
-
-QT5_GENTOO_CONFIG=(
- :dbus
- :dbus-linked:
-)
-
-src_configure() {
- local myconf=(
- -dbus-linked
- )
- qt5-build_src_configure
-}
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.4.9999.ebuild
b/dev-qt/qtdeclarative/qtdeclarative-5.4.9999.ebuild
deleted file mode 100644
index 08b3486..0000000
--- a/dev-qt/qtdeclarative/qtdeclarative-5.4.9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="The QML and Quick modules for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="gles2 localstorage +widgets xml"
-
-# qtgui[gles2=] is needed because of bug 504322
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtgui-${PV}:5[gles2=]
- >=dev-qt/qtnetwork-${PV}:5
- >=dev-qt/qttest-${PV}:5
- localstorage? ( >=dev-qt/qtsql-${PV}:5 )
- widgets? ( >=dev-qt/qtwidgets-${PV}:5[gles2=] )
- xml? ( >=dev-qt/qtxmlpatterns-${PV}:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- use localstorage || sed -i -e '/localstorage/d' \
- src/imports/imports.pro || die
-
- use widgets || sed -i -e 's/contains(QT_CONFIG, no-widgets)/true/' \
- src/qmltest/qmltest.pro || die
-
- qt_use_disable_mod widgets widgets \
- src/src.pro \
- tools/tools.pro \
- tools/qmlscene/qmlscene.pro \
- tools/qml/qml.pro
-
- qt_use_disable_mod xml xmlpatterns \
- src/imports/imports.pro \
- tests/auto/quick/quick.pro
-
- qt5-build_src_prepare
-}
diff --git a/dev-qt/qtdiag/qtdiag-5.4.9999.ebuild
b/dev-qt/qtdiag/qtdiag-5.4.9999.ebuild
deleted file mode 100644
index 42db5e6..0000000
--- a/dev-qt/qtdiag/qtdiag-5.4.9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Tool for reporting diagnostic information about Qt and its
environment"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="+ssl"
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtgui-${PV}:5
- >=dev-qt/qtnetwork-${PV}:5[ssl=]
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/qtdiag
-)
diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.4.9999.ebuild
b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.4.9999.ebuild
deleted file mode 100644
index 85d8f12..0000000
--- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.4.9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build virtualx
-
-DESCRIPTION="Set of QML types for adding visual effects to user interfaces"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtdeclarative-${PV}:5
- >=dev-qt/qtxmlpatterns-${PV}:5
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtgui-${PV}:5 )
-"
-
-src_test() {
- local VIRTUALX_COMMAND="qt5-build_src_test"
- virtualmake
-}
diff --git a/dev-qt/qtgui/qtgui-5.4.9999.ebuild
b/dev-qt/qtgui/qtgui-5.4.9999.ebuild
deleted file mode 100644
index 95dcfc2..0000000
--- a/dev-qt/qtgui/qtgui-5.4.9999.ebuild
+++ /dev/null
@@ -1,149 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-# TODO: directfb, linuxfb, offscreen (auto-depends on X11)
-
-IUSE="accessibility egl eglfs evdev +gif gles2 gtkstyle +harfbuzz ibus jpeg
kms +png udev +xcb"
-REQUIRED_USE="
- egl? ( evdev )
- eglfs? ( egl )
- kms? ( egl gles2 )
-"
-
-RDEPEND="
- dev-libs/glib:2
- ~dev-qt/qtcore-${PV}
- media-libs/fontconfig
- media-libs/freetype:2
- >=sys-libs/zlib-1.2.5
- virtual/opengl
- egl? ( media-libs/mesa[egl] )
- evdev? ( sys-libs/mtdev )
- gtkstyle? (
- x11-libs/gtk+:2
- x11-libs/pango
- !!x11-libs/cairo[qt4]
- )
- gles2? ( media-libs/mesa[gles2] )
- harfbuzz? ( >=media-libs/harfbuzz-0.9.32:= )
- ibus? ( ~dev-qt/qtdbus-${PV} )
- jpeg? ( virtual/jpeg:0 )
- kms? (
- media-libs/mesa[gbm]
- virtual/libudev:=
- x11-libs/libdrm
- )
- png? ( media-libs/libpng:0= )
- udev? ( virtual/libudev:= )
- xcb? (
- x11-libs/libICE
- x11-libs/libSM
- >=x11-libs/libX11-1.5
- >=x11-libs/libXi-1.6
- x11-libs/libXrender
- >=x11-libs/libxcb-1.10:=[xkb]
- >=x11-libs/libxkbcommon-0.4.1[X]
- x11-libs/xcb-util-image
- x11-libs/xcb-util-keysyms
- x11-libs/xcb-util-renderutil
- x11-libs/xcb-util-wm
- accessibility? ( ~dev-qt/qtdbus-${PV} )
- )
-"
-DEPEND="${RDEPEND}
- evdev? ( sys-kernel/linux-headers )
- test? ( ~dev-qt/qtnetwork-${PV} )
-"
-PDEPEND="
- ibus? ( app-i18n/ibus )
-"
-
-QT5_TARGET_SUBDIRS=(
- src/gui
- src/openglextensions
- src/platformheaders
- src/platformsupport
- src/plugins/generic
- src/plugins/imageformats
- src/plugins/platforms
-)
-
-QT5_GENTOO_CONFIG=(
- accessibility:accessibility-atspi-bridge
- egl
- eglfs
- evdev
- evdev:mtdev:
- :fontconfig
- :system-freetype:FREETYPE
- !:no-freetype:
- !gif:no-gif:
- gles2::OPENGL_ES
- gles2:opengles2:OPENGL_ES_2
- gtkstyle:gtkstyle:
- gtkstyle:gtk2:STYLE_GTK
- !:no-gui:
- harfbuzz:system-harfbuzz:HARFBUZZ
- !harfbuzz:no-harfbuzz:
- jpeg:system-jpeg:IMAGEFORMAT_JPEG
- !jpeg:no-jpeg:
- kms:kms:
- :opengl
- png:png:
- png:system-png:IMAGEFORMAT_PNG
- !png:no-png:
- udev:libudev:
- xcb:xcb:
- xcb:xcb-glx:
- xcb:xcb-plugin:
- xcb:xcb-render:
- xcb:xcb-sm:
- xcb:xcb-xlib:
- xcb:xinput2:
- xcb::XKB
-)
-
-pkg_setup() {
- use gtkstyle && QT5_TARGET_SUBDIRS+=(src/plugins/platformthemes/gtk2)
- use ibus &&
QT5_TARGET_SUBDIRS+=(src/plugins/platforminputcontexts/ibus)
- use xcb &&
QT5_TARGET_SUBDIRS+=(src/plugins/platforminputcontexts/compose)
-
- # egl_x11 is activated when both egl and xcb are enabled
- use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) ||
QT5_GENTOO_CONFIG+=(egl:egl_x11)
-}
-
-src_configure() {
- local myconf=(
- $(use accessibility && usex xcb -dbus-linked '')
- $(usex ibus -dbus-linked '')
- $(qt_use egl)
- $(qt_use eglfs)
- $(qt_use evdev)
- $(qt_use evdev mtdev)
- -fontconfig
- -system-freetype
- $(usex gif '' -no-gif)
- $(qt_use gtkstyle)
- $(qt_use harfbuzz harfbuzz system)
- $(qt_use jpeg libjpeg system)
- $(qt_use kms)
- -opengl $(usex gles2 es2 desktop)
- $(qt_use png libpng system)
- $(qt_use udev libudev)
- $(qt_use xcb xcb system)
- $(qt_use xcb xkbcommon system)
- $(use xcb && echo -xcb-xlib -xinput2 -xkb -xrender)
- )
- qt5-build_src_configure
-}
diff --git a/dev-qt/qthelp/qthelp-5.4.9999.ebuild
b/dev-qt/qthelp/qthelp-5.4.9999.ebuild
deleted file mode 100644
index c64518f..0000000
--- a/dev-qt/qthelp/qthelp-5.4.9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="The Help module for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtgui-${PV}:5
- >=dev-qt/qtnetwork-${PV}:5
- >=dev-qt/qtsql-${PV}:5[sqlite]
- >=dev-qt/qtwidgets-${PV}:5
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/assistant/clucene
- src/assistant/help
- src/assistant/qcollectiongenerator
- src/assistant/qhelpconverter
- src/assistant/qhelpgenerator
-)
diff --git a/dev-qt/qtimageformats/qtimageformats-5.4.9999.ebuild
b/dev-qt/qtimageformats/qtimageformats-5.4.9999.ebuild
deleted file mode 100644
index 2af0237..0000000
--- a/dev-qt/qtimageformats/qtimageformats-5.4.9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="Additional format plugins for the Qt image I/O system"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtgui-${PV}:5
- media-libs/jasper
- media-libs/libmng:=
- media-libs/libwebp:=
- media-libs/tiff:0
-"
-RDEPEND="${DEPEND}"
diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.4.9999.ebuild
b/dev-qt/qtmultimedia/qtmultimedia-5.4.9999.ebuild
deleted file mode 100644
index 88cb621..0000000
--- a/dev-qt/qtmultimedia/qtmultimedia-5.4.9999.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="The Multimedia module for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="alsa +gstreamer openal +opengl pulseaudio qml widgets"
-
-RDEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtgui-${PV}:5
- >=dev-qt/qtnetwork-${PV}:5
- alsa? ( media-libs/alsa-lib )
- gstreamer? (
- media-libs/gstreamer:0.10
- media-libs/gst-plugins-bad:0.10
- media-libs/gst-plugins-base:0.10
- )
- pulseaudio? ( media-sound/pulseaudio )
- qml? (
- >=dev-qt/qtdeclarative-${PV}:5
- openal? ( media-libs/openal )
- )
- widgets? (
- >=dev-qt/qtwidgets-${PV}:5
- opengl? ( >=dev-qt/qtopengl-${PV}:5 )
- )
-"
-DEPEND="${RDEPEND}
- x11-proto/videoproto
-"
-
-src_prepare() {
- qt_use_compile_test alsa
- qt_use_compile_test gstreamer
- qt_use_compile_test openal
- qt_use_compile_test pulseaudio
-
- qt_use_disable_mod opengl opengl \
- src/multimediawidgets/multimediawidgets.pro
-
- qt_use_disable_mod qml quick \
- src/src.pro
-
- qt_use_disable_mod widgets widgets \
- src/src.pro \
- src/gsttools/gsttools.pro \
- src/plugins/gstreamer/common.pri
-
- qt5-build_src_prepare
-}
diff --git a/dev-qt/qtnetwork/qtnetwork-5.4.9999.ebuild
b/dev-qt/qtnetwork/qtnetwork-5.4.9999.ebuild
deleted file mode 100644
index 1378656..0000000
--- a/dev-qt/qtnetwork/qtnetwork-5.4.9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Network abstraction library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="bindist connman networkmanager +ssl"
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- >=sys-libs/zlib-1.2.5
- connman? ( ~dev-qt/qtdbus-${PV} )
- networkmanager? ( ~dev-qt/qtdbus-${PV} )
- ssl? ( dev-libs/openssl:0[bindist=] )
-"
-RDEPEND="${DEPEND}
- connman? ( net-misc/connman )
- networkmanager? ( net-misc/networkmanager )
-"
-
-QT5_TARGET_SUBDIRS=(
- src/network
- src/plugins/bearer/generic
-)
-
-QT5_GENTOO_CONFIG=(
- ssl::SSL
- ssl::OPENSSL
- ssl:openssl-linked:LINKED_OPENSSL
-)
-
-pkg_setup() {
- use connman && QT5_TARGET_SUBDIRS+=(src/plugins/bearer/connman)
- use networkmanager &&
QT5_TARGET_SUBDIRS+=(src/plugins/bearer/networkmanager)
-}
-
-src_configure() {
- local myconf=(
- $(use connman || use networkmanager && echo -dbus-linked)
- $(use ssl && echo -openssl-linked)
- )
- qt5-build_src_configure
-}
diff --git a/dev-qt/qtopengl/qtopengl-5.4.9999.ebuild
b/dev-qt/qtopengl/qtopengl-5.4.9999.ebuild
deleted file mode 100644
index 81ae57f..0000000
--- a/dev-qt/qtopengl/qtopengl-5.4.9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qtbase"
-VIRTUALX_REQUIRED="test"
-inherit qt5-build
-
-DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="gles2"
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtgui-${PV}[gles2=]
- ~dev-qt/qtwidgets-${PV}[gles2=]
- virtual/opengl
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/opengl
-)
-
-src_configure() {
- local myconf=(
- -opengl $(usex gles2 es2 desktop)
- )
- qt5-build_src_configure
-}
diff --git a/dev-qt/qtpaths/qtpaths-5.4.9999.ebuild
b/dev-qt/qtpaths/qtpaths-5.4.9999.ebuild
deleted file mode 100644
index 07c8cd0..0000000
--- a/dev-qt/qtpaths/qtpaths-5.4.9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Tool to query Qt path information"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/qtpaths
-)
diff --git a/dev-qt/qtpositioning/qtpositioning-5.4.9999.ebuild
b/dev-qt/qtpositioning/qtpositioning-5.4.9999.ebuild
deleted file mode 100644
index 4b15156..0000000
--- a/dev-qt/qtpositioning/qtpositioning-5.4.9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qtlocation"
-inherit qt5-build
-
-DESCRIPTION="Physical position determination library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-# TODO: src/plugins/position/gypsy
-IUSE="geoclue qml"
-
-RDEPEND="
- >=dev-qt/qtcore-${PV}:5
- geoclue? (
- app-misc/geoclue:0
- dev-libs/glib:2
- )
- qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
-"
-DEPEND="${RDEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/positioning
- src/plugins/position/positionpoll
-)
-
-pkg_setup() {
- use geoclue && QT5_TARGET_SUBDIRS+=(src/plugins/position/geoclue)
- use qml && QT5_TARGET_SUBDIRS+=(src/imports/positioning)
-}
diff --git a/dev-qt/qtprintsupport/qtprintsupport-5.4.9999.ebuild
b/dev-qt/qtprintsupport/qtprintsupport-5.4.9999.ebuild
deleted file mode 100644
index c7c8ef8..0000000
--- a/dev-qt/qtprintsupport/qtprintsupport-5.4.9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qtbase"
-VIRTUALX_REQUIRED="test"
-inherit qt5-build
-
-DESCRIPTION="Printing support library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="cups gles2"
-
-RDEPEND="
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtgui-${PV}[gles2=]
- ~dev-qt/qtwidgets-${PV}[gles2=]
- cups? ( >=net-print/cups-1.4 )
-"
-DEPEND="${RDEPEND}
- test? ( ~dev-qt/qtnetwork-${PV} )
-"
-
-QT5_TARGET_SUBDIRS=(
- src/printsupport
- src/plugins/printsupport
-)
-
-QT5_GENTOO_CONFIG=(
- cups
-)
-
-src_configure() {
- local myconf=(
- $(qt_use cups)
- -opengl $(usex gles2 es2 desktop)
- )
- qt5-build_src_configure
-}
diff --git a/dev-qt/qtquick1/qtquick1-5.4.9999.ebuild
b/dev-qt/qtquick1/qtquick1-5.4.9999.ebuild
deleted file mode 100644
index afe8999..0000000
--- a/dev-qt/qtquick1/qtquick1-5.4.9999.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="Legacy declarative UI module for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="designer +opengl webkit xml"
-
-# see bug 542698 for pinned dev-qt/designer dependency
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtgui-${PV}:5
- >=dev-qt/qtnetwork-${PV}:5
- >=dev-qt/qtscript-${PV}:5
- >=dev-qt/qtsql-${PV}:5
- >=dev-qt/qtwidgets-${PV}:5
- designer? (
- ~dev-qt/designer-${PV}
- >=dev-qt/qtdeclarative-${PV}:5
- )
- opengl? ( >=dev-qt/qtopengl-${PV}:5 )
- webkit? ( >=dev-qt/qtwebkit-${PV}:5 )
- xml? ( >=dev-qt/qtxmlpatterns-${PV}:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- qt_use_disable_mod designer designer \
- src/plugins/plugins.pro
-
- qt_use_disable_mod opengl opengl \
- src/imports/imports.pro \
- tools/qml/qml.pri
-
- qt_use_disable_mod webkit webkitwidgets \
- src/imports/imports.pro
-
- qt_use_disable_mod xml xmlpatterns \
- src/declarative/declarative.pro \
- src/declarative/util/util.pri
-
- qt5-build_src_prepare
-}
diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.4.9999.ebuild
b/dev-qt/qtquickcontrols/qtquickcontrols-5.4.9999.ebuild
deleted file mode 100644
index d4e182f..0000000
--- a/dev-qt/qtquickcontrols/qtquickcontrols-5.4.9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="Set of controls used in conjunction with Qt Quick to build
complete interfaces"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="widgets"
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtdeclarative-${PV}:5
- >=dev-qt/qtgui-${PV}:5
- widgets? ( >=dev-qt/qtwidgets-${PV}:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- qt_use_disable_mod widgets widgets \
- src/src.pro \
- src/controls/Private/private.pri \
- tests/auto/activeFocusOnTab/activeFocusOnTab.pro \
- tests/auto/controls/controls.pro \
- tests/auto/testplugin/testplugin.pro
-
- qt5-build_src_prepare
-}
diff --git a/dev-qt/qtscript/qtscript-5.4.9999.ebuild
b/dev-qt/qtscript/qtscript-5.4.9999.ebuild
deleted file mode 100644
index fd52811..0000000
--- a/dev-qt/qtscript/qtscript-5.4.9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="Application scripting library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="scripttools"
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- scripttools? (
- >=dev-qt/qtgui-${PV}:5
- >=dev-qt/qtwidgets-${PV}:5
- )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- qt_use_disable_mod scripttools widgets \
- src/src.pro
-
- qt5-build_src_prepare
-}
diff --git a/dev-qt/qtsensors/qtsensors-5.4.9999.ebuild
b/dev-qt/qtsensors/qtsensors-5.4.9999.ebuild
deleted file mode 100644
index 42a3268..0000000
--- a/dev-qt/qtsensors/qtsensors-5.4.9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="Hardware sensor access library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="qml"
-
-RDEPEND="
- >=dev-qt/qtcore-${PV}:5
- qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- qt_use_disable_mod qml quick \
- src/src.pro
-
- qt5-build_src_prepare
-}
diff --git a/dev-qt/qtserialport/qtserialport-5.4.9999.ebuild
b/dev-qt/qtserialport/qtserialport-5.4.9999.ebuild
deleted file mode 100644
index b4b74a3..0000000
--- a/dev-qt/qtserialport/qtserialport-5.4.9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="Serial port abstraction library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- virtual/udev
-"
-RDEPEND="${DEPEND}"
diff --git a/dev-qt/qtsql/qtsql-5.4.9999.ebuild
b/dev-qt/qtsql/qtsql-5.4.9999.ebuild
deleted file mode 100644
index 940ecc0..0000000
--- a/dev-qt/qtsql/qtsql-5.4.9999.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qtbase"
-inherit multilib qt5-build
-
-DESCRIPTION="SQL abstraction library for the Qt5 tooolkit"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="freetds mysql oci8 odbc postgres +sqlite"
-
-REQUIRED_USE="
- || ( freetds mysql oci8 odbc postgres sqlite )
-"
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- freetds? ( dev-db/freetds )
- mysql? ( virtual/mysql:= )
- oci8? ( dev-db/oracle-instantclient-basic )
- odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) )
- postgres? ( dev-db/postgresql:* )
- sqlite? ( dev-db/sqlite:3 )
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/sql
- src/plugins/sqldrivers
-)
-
-src_configure() {
- local myconf=(
- $(qt_use freetds sql-tds plugin)
- $(qt_use mysql sql-mysql plugin)
- $(qt_use oci8 sql-oci plugin)
- $(qt_use odbc sql-odbc plugin)
- $(qt_use postgres sql-psql plugin)
- $(qt_use sqlite sql-sqlite plugin)
- $(use sqlite && echo -system-sqlite)
- )
-
- use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql"
"-L${EPREFIX}/usr/$(get_libdir)/mysql")
- use oci8 && myconf+=("-I${ORACLE_HOME}/include"
"-L${ORACLE_HOME}/$(get_libdir)")
- use odbc && myconf+=("-I${EPREFIX}/usr/include/iodbc")
- use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")
-
- qt5-build_src_configure
-}
diff --git a/dev-qt/qtsvg/qtsvg-5.4.9999.ebuild
b/dev-qt/qtsvg/qtsvg-5.4.9999.ebuild
deleted file mode 100644
index 37d7f45..0000000
--- a/dev-qt/qtsvg/qtsvg-5.4.9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="SVG rendering library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtgui-${PV}:5
- >=dev-qt/qtwidgets-${PV}:5
- >=sys-libs/zlib-1.2.5
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtxml-${PV}:5 )
-"
diff --git a/dev-qt/qttest/qttest-5.4.9999.ebuild
b/dev-qt/qttest/qttest-5.4.9999.ebuild
deleted file mode 100644
index ca96120..0000000
--- a/dev-qt/qttest/qttest-5.4.9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qtbase"
-VIRTUALX_REQUIRED="test"
-inherit qt5-build
-
-DESCRIPTION="Unit testing library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-RDEPEND="
- ~dev-qt/qtcore-${PV}
-"
-DEPEND="${RDEPEND}
- test? (
- ~dev-qt/qtgui-${PV}
- ~dev-qt/qtxml-${PV}
- )
-"
-
-QT5_TARGET_SUBDIRS=(
- src/testlib
-)
diff --git a/dev-qt/qttranslations/qttranslations-5.4.9999.ebuild
b/dev-qt/qttranslations/qttranslations-5.4.9999.ebuild
deleted file mode 100644
index a23fcfc..0000000
--- a/dev-qt/qttranslations/qttranslations-5.4.9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="Translation files for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- >=dev-qt/linguist-tools-${PV}:5
- >=dev-qt/qtcore-${PV}:5
-"
-RDEPEND=""
diff --git a/dev-qt/qtwayland/qtwayland-5.4.9999.ebuild
b/dev-qt/qtwayland/qtwayland-5.4.9999.ebuild
deleted file mode 100644
index 61832bd..0000000
--- a/dev-qt/qtwayland/qtwayland-5.4.9999.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 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"
-
-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
-}
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.4.9999.ebuild
b/dev-qt/qtwebchannel/qtwebchannel-5.4.9999.ebuild
deleted file mode 100644
index 0f2a85c..0000000
--- a/dev-qt/qtwebchannel/qtwebchannel-5.4.9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="Qt5 framework module for integrating C++ and QML applications
with HTML/JavaScript clients"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~x86"
-fi
-
-IUSE="qml"
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- qt_use_disable_mod qml quick src/src.pro
- qt_use_disable_mod qml qml src/webchannel/webchannel.pro
-
- qt5-build_src_prepare
-}
diff --git a/dev-qt/qtwebkit/qtwebkit-5.4.9999.ebuild
b/dev-qt/qtwebkit/qtwebkit-5.4.9999.ebuild
deleted file mode 100644
index 6614343..0000000
--- a/dev-qt/qtwebkit/qtwebkit-5.4.9999.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit python-any-r1 qt5-build
-
-DESCRIPTION="WebKit rendering library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-fi
-
-# TODO: qttestlib, geolocation, orientation/sensors
-
-IUSE="gstreamer gstreamer010 multimedia opengl printsupport qml udev webp"
-REQUIRED_USE="?? ( gstreamer gstreamer010 multimedia )"
-
-RDEPEND="
- dev-db/sqlite:3
- dev-libs/icu:=
- >=dev-libs/leveldb-1.18-r1
- dev-libs/libxml2:2
- dev-libs/libxslt
- >=dev-qt/qtcore-${PV}:5[icu]
- >=dev-qt/qtgui-${PV}:5
- >=dev-qt/qtnetwork-${PV}:5
- >=dev-qt/qtsql-${PV}:5
- >=dev-qt/qtwidgets-${PV}:5
- media-libs/fontconfig:1.0
- media-libs/libpng:0=
- >=sys-libs/zlib-1.2.5
- virtual/jpeg:0
- virtual/opengl
- x11-libs/libX11
- x11-libs/libXcomposite
- x11-libs/libXrender
- gstreamer? (
- dev-libs/glib:2
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
- )
- gstreamer010? (
- dev-libs/glib:2
- media-libs/gstreamer:0.10
- media-libs/gst-plugins-base:0.10
- )
- multimedia? ( >=dev-qt/qtmultimedia-${PV}:5[widgets] )
- opengl? ( >=dev-qt/qtopengl-${PV}:5 )
- printsupport? ( >=dev-qt/qtprintsupport-${PV}:5 )
- qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
- udev? ( virtual/udev )
- webp? ( media-libs/libwebp:0= )
-"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-lang/ruby
- dev-util/gperf
- sys-devel/bison
- sys-devel/flex
- virtual/rubygems
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-5.4.1-leveldb.patch"
- "${FILESDIR}/${PN}-5.4.1-rpath.patch"
-)
-
-src_prepare() {
- # ensure bundled library cannot be used
- rm -r Source/ThirdParty/leveldb || die
-
- if use gstreamer010; then
- epatch "${FILESDIR}/${PN}-5.3.2-use-gstreamer010.patch"
- elif ! use gstreamer; then
- epatch "${FILESDIR}/${PN}-5.2.1-disable-gstreamer.patch"
- fi
- use multimedia || sed -i -e '/WEBKIT_CONFIG += video
use_qt_multimedia/d' \
- Tools/qmake/mkspecs/features/features.prf || die
- use opengl || sed -i -e '/contains(QT_CONFIG, opengl):
WEBKIT_CONFIG += use_3d_graphics/d' \
- Tools/qmake/mkspecs/features/features.prf || die
- use printsupport || sed -i -e '/WEBKIT_CONFIG += have_qtprintsupport/d'
\
- Tools/qmake/mkspecs/features/features.prf || die
- use qml || sed -i -e '/have?(QTQUICK): SUBDIRS +=
declarative/d' \
- Source/QtWebKit.pro || die
- use udev || sed -i -e '/linux: WEBKIT_CONFIG += gamepad/d' \
- Tools/qmake/mkspecs/features/features.prf || die
- use webp || sed -i -e '/config_libwebp: WEBKIT_CONFIG +=
use_webp/d' \
- Tools/qmake/mkspecs/features/features.prf || die
-
- # bug 458222
- sed -i -e '/SUBDIRS += examples/d' Source/QtWebKit.pro || die
-
- qt5-build_src_prepare
-}
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.4.9999.ebuild
b/dev-qt/qtwebsockets/qtwebsockets-5.4.9999.ebuild
deleted file mode 100644
index a036535..0000000
--- a/dev-qt/qtwebsockets/qtwebsockets-5.4.9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="Implementation of the WebSocket protocol for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="qml"
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtnetwork-${PV}:5
- qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
-
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- qt_use_disable_mod qml quick src/src.pro
-
- qt5-build_src_prepare
-}
diff --git a/dev-qt/qtwidgets/qtwidgets-5.4.9999.ebuild
b/dev-qt/qtwidgets/qtwidgets-5.4.9999.ebuild
deleted file mode 100644
index a4a0d3a..0000000
--- a/dev-qt/qtwidgets/qtwidgets-5.4.9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Set of UI elements for creating classic desktop-style user
interfaces for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-# keep IUSE defaults in sync with qtgui
-IUSE="gles2 gtkstyle +png +xcb"
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtgui-${PV}[gles2=,gtkstyle=,png=,xcb?]
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/tools/uic
- src/widgets
-)
-
-QT5_GENTOO_CONFIG=(
- !:no-widgets:
-)
-
-src_configure() {
- local myconf=(
- $(qt_use gtkstyle)
- -opengl $(usex gles2 es2 desktop)
- $(qt_use png libpng system)
- $(qt_use xcb xcb system)
- $(qt_use xcb xkbcommon system)
- $(use xcb && echo -xcb-xlib -xinput2 -xkb -xrender)
- )
- qt5-build_src_configure
-}
diff --git a/dev-qt/qtx11extras/qtx11extras-5.4.9999.ebuild
b/dev-qt/qtx11extras/qtx11extras-5.4.9999.ebuild
deleted file mode 100644
index 973d2e4..0000000
--- a/dev-qt/qtx11extras/qtx11extras-5.4.9999.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-RDEPEND="
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtgui-${PV}[xcb]
- ~dev-qt/qtwidgets-${PV}
-"
-DEPEND="${RDEPEND}"
diff --git a/dev-qt/qtxml/qtxml-5.4.9999.ebuild
b/dev-qt/qtxml/qtxml-5.4.9999.ebuild
deleted file mode 100644
index bad9692..0000000
--- a/dev-qt/qtxml/qtxml-5.4.9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="SAX and DOM implementation library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-RDEPEND="
- ~dev-qt/qtcore-${PV}
-"
-DEPEND="${RDEPEND}
- test? ( ~dev-qt/qtnetwork-${PV} )
-"
-
-QT5_TARGET_SUBDIRS=(
- src/xml
-)
diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.4.9999.ebuild
b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.4.9999.ebuild
deleted file mode 100644
index 2b79257..0000000
--- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.4.9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="XPath, XQuery, and XSLT support library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtnetwork-${PV}:5
-"
-RDEPEND="${DEPEND}"