aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-06 14:05:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-06 14:31:22 +0100
commit986677551662bdb1d2bb287a7a311021071b626d (patch)
treed83d3d82b621d6ea0387007055b56d8f1b97bffa /dev-qt/qtplugininfo
parentdev-qt/qtdeclarative: add python3_7 (diff)
downloadqt-986677551662bdb1d2bb287a7a311021071b626d.tar.gz
qt-986677551662bdb1d2bb287a7a311021071b626d.tar.bz2
qt-986677551662bdb1d2bb287a7a311021071b626d.zip
dev-qt: Add Qt 5.12.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtplugininfo')
-rw-r--r--dev-qt/qtplugininfo/Manifest1
-rw-r--r--dev-qt/qtplugininfo/qtplugininfo-5.12.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-qt/qtplugininfo/Manifest b/dev-qt/qtplugininfo/Manifest
index e5afa259..d55e2b29 100644
--- a/dev-qt/qtplugininfo/Manifest
+++ b/dev-qt/qtplugininfo/Manifest
@@ -1 +1,2 @@
DIST qttools-everywhere-src-5.12.0-rc.tar.xz 9764760 BLAKE2B 8b20ae4ac8c20b0d8490be69c7b1db030bc95e715f10ab56a2b0830b40c77cd06bdbd2e35415e1a2f08cedeb43ab07fa27157beed207fe2d19e1f4ec536cf89f SHA512 f1c13bdb0f89d3c625136af6ccea59ed433636ab9d8faf196ef2252f0f5bb644fa8a007deb6486dff1966e62e68c9b48186863eb69288b2d5884670aa05ea794
+DIST qttools-everywhere-src-5.12.0.tar.xz 9775520 BLAKE2B f9c790656e8c51fde4a52679fa4a3c859c83374521e4a7738369f1869632d53b19e8d0a66da7f3c895d887c74a3a2297ae8a0e6aa50f1c4b56277671d8450fff SHA512 90ce900dc64856e994b05dba8a1f2735357d7cc489b0565beb2553c6007e0a53cedf363cbec96d9af325182f5a164eafe10d2d4d180ee72f544bf0fa9dbc671d
diff --git a/dev-qt/qtplugininfo/qtplugininfo-5.12.0.ebuild b/dev-qt/qtplugininfo/qtplugininfo-5.12.0.ebuild
new file mode 100644
index 00000000..5143d73a
--- /dev/null
+++ b/dev-qt/qtplugininfo/qtplugininfo-5.12.0.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
+)