zx2c4 15/03/14 16:24:20 Added: metadata.xml qtdocumentation-5.4.1.ebuild ChangeLog Log: Qt documentation import (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Revision Changes Path 1.1 dev-qt/qtdocumentation/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdocumentation/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdocumentation/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>qt</herd> <upstream> <bugs-to>https://bugreports.qt.io/</bugs-to> <doc>http://qt-project.org/doc/</doc> </upstream> </pkgmetadata> 1.1 dev-qt/qtdocumentation/qtdocumentation-5.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdocumentation/qtdocumentation-5.4.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdocumentation/qtdocumentation-5.4.1.ebuild?rev=1.1&content-type=text/plain Index: qtdocumentation-5.4.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdocumentation/qtdocumentation-5.4.1.ebuild,v 1.1 2015/03/14 16:24:20 zx2c4 Exp $ 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 * } 1.1 dev-qt/qtdocumentation/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdocumentation/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdocumentation/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-qt/qtdocumentation # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdocumentation/ChangeLog,v 1.1 2015/03/14 16:24:20 zx2c4 Exp $ *qtdocumentation-5.4.1 (14 Mar 2015) 14 Mar 2015; Jason A. Donenfeld <zx...@gentoo.org> +metadata.xml, +qtdocumentation-5.4.1.ebuild: Qt documentation import