summaryrefslogtreecommitdiffstats
path: root/dev-qt/qtdocumentation/qtdocumentation-5.4.1.ebuild
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-09-12 19:44:44 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-09-12 19:46:32 +0200
commit58835f95de2522008ff01d3f51455696e737ab2e (patch)
tree6dea182508ee74d2eb6f504a401d57784113e29c /dev-qt/qtdocumentation/qtdocumentation-5.4.1.ebuild
parentNewer gtk (diff)
downloadportage-58835f95de2522008ff01d3f51455696e737ab2e.tar.xz
portage-58835f95de2522008ff01d3f51455696e737ab2e.zip
Modernize
Diffstat (limited to 'dev-qt/qtdocumentation/qtdocumentation-5.4.1.ebuild')
-rw-r--r--dev-qt/qtdocumentation/qtdocumentation-5.4.1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-qt/qtdocumentation/qtdocumentation-5.4.1.ebuild b/dev-qt/qtdocumentation/qtdocumentation-5.4.1.ebuild
deleted file mode 100644
index 372e86f..0000000
--- a/dev-qt/qtdocumentation/qtdocumentation-5.4.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit versionator
-
-MY_PN="qt5"
-MY_PV="$(get_version_component_range 1)$(get_version_component_range 2)"
-MY_PV_MICRO="0"
-
-DESCRIPTION="Documentation for Qt5, for use with Qt Creator and other Qt documentation tools."
-HOMEPAGE="https://www.qt.io/ https://qt-project.org/"
-SRC_URI="http://download.qt.io/online/qtsdkrepository/linux_x64/desktop/${MY_PN}_${MY_PV}_src_doc_examples/qt.${MY_PV}.doc/${PV}-${MY_PV_MICRO}${MY_PN}_docs.7z"
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/p7zip"
-
-S="${WORKDIR}/Docs/Qt-$(get_version_component_range 1-2)"
-
-src_install() {
- rm -rf global # We remove the docs that conflict with qtcore
-
- local target="/usr/share/doc/qt-${PV}"
- dodir "${target}"
- docompress -x "${target}"
- insinto "${target}"
- doins -r *
-}