aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-17 19:56:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-17 19:58:53 +0200
commit6045280dae176d1cd57959d2cda78de23fcf5aa2 (patch)
tree1ad75a67ac93313d20c6be103752b03b7319f9df /dev-qt/qtplugininfo
parentdev-qt/qtwebengine: remove forgotten 'system-libvpx' bits (diff)
downloadqt-6045280dae176d1cd57959d2cda78de23fcf5aa2.tar.gz
qt-6045280dae176d1cd57959d2cda78de23fcf5aa2.tar.bz2
qt-6045280dae176d1cd57959d2cda78de23fcf5aa2.zip
dev-qt: Add Qt 5.11.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtplugininfo')
-rw-r--r--dev-qt/qtplugininfo/Manifest1
-rw-r--r--dev-qt/qtplugininfo/qtplugininfo-5.11.2.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-qt/qtplugininfo/Manifest b/dev-qt/qtplugininfo/Manifest
new file mode 100644
index 00000000..ccecb4bc
--- /dev/null
+++ b/dev-qt/qtplugininfo/Manifest
@@ -0,0 +1 @@
+DIST qttools-everywhere-src-5.11.2.tar.xz 9691816 BLAKE2B 6391d9ec8c12789568db152a7131109e504449b82c738304f1360430d40c465a2f2bd6a77bf80ec8139c2ba93b896b62f59b6698a6f234ac606b9d2d396de211 SHA512 a950a3c1d8e6e92ba200e6834d1f88b8b98b91e3ab2e238aa4d229248f19103e38a06f0a81304ebdae70b96a60c87fdea8caae0181d2114da3e20e9148d08be5
diff --git a/dev-qt/qtplugininfo/qtplugininfo-5.11.2.ebuild b/dev-qt/qtplugininfo/qtplugininfo-5.11.2.ebuild
new file mode 100644
index 00000000..5143d73a
--- /dev/null
+++ b/dev-qt/qtplugininfo/qtplugininfo-5.11.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+QT5_MODULE="qttools"
+inherit qt5-build
+
+DESCRIPTION="Qt5 plugin metadata dumper"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64 ~x86"
+fi
+
+IUSE=""
+
+DEPEND="
+ ~dev-qt/qtcore-${PV}
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+ src/qtplugininfo
+)