summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebview/qtwebview-5.12.2.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-21 18:33:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-21 20:21:38 +0200
commit44e7c7434835dc78b95f3cc03d0a6475222f7f3a (patch)
treec016adf8f8712daf0166a07e05b7cf91e5e35935 /dev-qt/qtwebview/qtwebview-5.12.2.ebuild
parent3a0bd9f73d3aa607a48f3c2bc032f1434c2fbf1e (diff)
downloadgentoo-44e7c7434835dc78b95f3cc03d0a6475222f7f3a.tar.gz
gentoo-44e7c7434835dc78b95f3cc03d0a6475222f7f3a.tar.bz2
gentoo-44e7c7434835dc78b95f3cc03d0a6475222f7f3a.zip
dev-qt: Drop Qt 5.12.2
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebview/qtwebview-5.12.2.ebuild')
-rw-r--r--dev-qt/qtwebview/qtwebview-5.12.2.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-qt/qtwebview/qtwebview-5.12.2.ebuild b/dev-qt/qtwebview/qtwebview-5.12.2.ebuild
deleted file mode 100644
index 1c7076ec9315..000000000000
--- a/dev-qt/qtwebview/qtwebview-5.12.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qt5-build
-
-DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64"
-fi
-
-IUSE=""
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtdeclarative-${PV}
- ~dev-qt/qtgui-${PV}
- ~dev-qt/qtwebengine-${PV}
-"
-RDEPEND="${DEPEND}"