aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-17 14:07:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-17 14:07:09 +0100
commit0909122652b69eed81aa01be1145a0cd1e3b8a20 (patch)
tree91b0c3db758759e0da912f43002c177c0e9b4980 /dev-qt/qtpaths/qtpaths-5.12.2.ebuild
parentdev-qt/qtwebengine: Drop upstreamed patch (diff)
downloadqt-0909122652b69eed81aa01be1145a0cd1e3b8a20.tar.gz
qt-0909122652b69eed81aa01be1145a0cd1e3b8a20.tar.bz2
qt-0909122652b69eed81aa01be1145a0cd1e3b8a20.zip
dev-qt: Drop Qt 5.12.2
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtpaths/qtpaths-5.12.2.ebuild')
-rw-r--r--dev-qt/qtpaths/qtpaths-5.12.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.12.2.ebuild b/dev-qt/qtpaths/qtpaths-5.12.2.ebuild
deleted file mode 100644
index b0988877..00000000
--- a/dev-qt/qtpaths/qtpaths-5.12.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Command line client to QStandardPaths"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/qtpaths
-)