dev-qt/qt-docs: drop version that triggers file collisions
authorDavide Pesavento <pesa@gentoo.org>
Wed, 23 Nov 2016 20:12:48 +0000 (21:12 +0100)
committerDavide Pesavento <pesa@gentoo.org>
Wed, 23 Nov 2016 20:12:48 +0000 (21:12 +0100)
Package-Manager: portage-2.3.2

dev-qt/qt-docs/qt-docs-5.6.2_p0.ebuild [deleted file]

diff --git a/dev-qt/qt-docs/qt-docs-5.6.2_p0.ebuild b/dev-qt/qt-docs/qt-docs-5.6.2_p0.ebuild
deleted file mode 100644 (file)
index d9142ef..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit versionator
-
-MY_PV=$(get_version_component_range 1)$(get_version_component_range 2)
-MY_P=${PV/_p/-}qt-everywhere-documentation-${PV%%_p*}
-
-DESCRIPTION="Documentation for Qt5, for use with Qt Creator and other tools"
-HOMEPAGE="https://www.qt.io/"
-SRC_URI="https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${MY_PV}_src_doc_examples/qt.${MY_PV}.doc/${MY_P}.7z"
-
-LICENSE="FDL-1.3"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/p7zip"
-
-S=${WORKDIR}/Docs/Qt-$(get_version_component_range 1-2)
-
-src_install() {
-       # ${PV} instead of ${PF} is intentional
-       local dest=/usr/share/doc/qt-${PV%%_p*}
-       insinto "${dest}"
-       doins -r *
-       docompress -x "${dest}"
-}