summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-14 18:13:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-14 19:36:12 +0100
commit0631d0926ba99dc9262487a1ff616338a5ec55d3 (patch)
tree2863eece4dcd6f124c3e8098782baf578e2c83d5 /dev-qt/qtopengl/qtopengl-5.11.1.ebuild
parentdev-db/sqlitestudio: Drop 3.1.1 (diff)
downloadgentoo-0631d0926ba99dc9262487a1ff616338a5ec55d3.tar.gz
gentoo-0631d0926ba99dc9262487a1ff616338a5ec55d3.tar.bz2
gentoo-0631d0926ba99dc9262487a1ff616338a5ec55d3.zip
dev-qt: Drop Qt 5.11.1
Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtopengl/qtopengl-5.11.1.ebuild')
-rw-r--r--dev-qt/qtopengl/qtopengl-5.11.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.11.1.ebuild b/dev-qt/qtopengl/qtopengl-5.11.1.ebuild
deleted file mode 100644
index b397caa7e2ee..000000000000
--- a/dev-qt/qtopengl/qtopengl-5.11.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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 ppc ppc64 ~sparc x86 ~amd64-fbsd"
-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
-}