summaryrefslogtreecommitdiff
path: root/dev-qt/qt-docs/qt-docs-5.12.2_p201903121945.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/qt-docs/qt-docs-5.12.2_p201903121945.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/qt-docs/qt-docs-5.12.2_p201903121945.ebuild')
-rw-r--r--dev-qt/qt-docs/qt-docs-5.12.2_p201903121945.ebuild59
1 files changed, 0 insertions, 59 deletions
diff --git a/dev-qt/qt-docs/qt-docs-5.12.2_p201903121945.ebuild b/dev-qt/qt-docs/qt-docs-5.12.2_p201903121945.ebuild
deleted file mode 100644
index 9f6dfa1aff4d..000000000000
--- a/dev-qt/qt-docs/qt-docs-5.12.2_p201903121945.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Qt5 documentation, for use with Qt Creator and other tools"
-HOMEPAGE="https://doc.qt.io/"
-
-PV_FULL=${PV/_p/-0-}
-PV_NODOTS=$(ver_rs 1-3 '' ${PV/_p*/})
-BASE_URI="https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${PV_NODOTS}_src_doc_examples/qt.qt5.${PV_NODOTS}.doc"
-SRC_URI="${BASE_URI}/${PV_FULL}qt-everywhere-documentation.7z
- charts? ( ${BASE_URI}.qtcharts/${PV_FULL}qtcharts-documentation.7z )
- datavis? ( ${BASE_URI}.qtdatavis3d/${PV_FULL}qtdatavisualization-documentation.7z )
- networkauth? ( ${BASE_URI}.qtnetworkauth/${PV_FULL}qtnetworkauth-documentation.7z )
- script? ( ${BASE_URI}.qtscript/${PV_FULL}qtscript-documentation.7z
- ${BASE_URI}.qtscript/${PV_FULL}qtscripttools-documentation.7z )
- virtualkeyboard? ( ${BASE_URI}.qtvirtualkeyboard/${PV_FULL}qtvirtualkeyboard-documentation.7z )
- webengine? ( ${BASE_URI}.qtwebengine/${PV_FULL}qtwebengine-documentation.7z )
-"
-
-LICENSE="FDL-1.3"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-IUSE="3d bluetooth charts datavis declarative graphicaleffects +html location
- multimedia networkauth +qch script sensors virtualkeyboard webengine"
-REQUIRED_USE="|| ( html qch )"
-
-BDEPEND="app-arch/p7zip"
-
-S=${WORKDIR}/Docs/Qt-${PV%_p*}
-
-src_prepare() {
- default
-
- # bug 597026
- rm -r global || die
-
- # bug 602750
- rm Makefile || die
-
- use 3d || rm -r qt3d* || die
- use bluetooth || rm -r qtbluetooth* || die
- use declarative || rm -r qtqml* qtquick* || die
- use graphicaleffects || rm -r qtgraphicaleffects* || die
- use location || rm -r qtlocation* || die
- use multimedia || rm -r qtmultimedia* || die
- use sensors || rm -r qtsensors* || die
-}
-
-src_install() {
- # must be the same as QT5_DOCDIR
- local dest=/usr/share/qt5-doc
- insinto "${dest}"
- use html && doins -r */
- use qch && doins *.qch
- docompress -x "${dest}"
-}