public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-docs/
Date: Thu, 15 Dec 2016 05:28:58 +0000 (UTC)	[thread overview]
Message-ID: <1481779723.1a8cdd9fb49f0ee5bae03e11b8d4335ea2a97cf3.pesa@gentoo> (raw)

commit:     1a8cdd9fb49f0ee5bae03e11b8d4335ea2a97cf3
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 15 05:28:43 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Dec 15 05:28:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8cdd9f

dev-qt/qt-docs: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-qt/qt-docs/Manifest                |  1 +
 dev-qt/qt-docs/qt-docs-5.7.1_p0.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-qt/qt-docs/Manifest b/dev-qt/qt-docs/Manifest
index 11f3d00..a2e8707 100644
--- a/dev-qt/qt-docs/Manifest
+++ b/dev-qt/qt-docs/Manifest
@@ -1,2 +1,3 @@
 DIST 5.6.1-1qt-everywhere-documentation-5.6.1.7z 125597447 SHA256 cf78e4f7dde039197c9962491fb13a99862fdc6eaf4c61b87388bf33e4071995 SHA512 65a7afada70489b382fcd5c7417f3ddb3c184eaa954042370bce26f96de98f9b068258239a0c5f14c73c802ce5428e214a6be4fb16010033f03a62f8f370f28d WHIRLPOOL 00ad1a4360f483dbdf8d6ce413c60fda0e4546c84fbdbb22de4d51a6ae9334e4c6de6bd402cb72cf088bb404d4836e87fa04147e784b373043fc6694c1162c07
 DIST 5.6.2-0qt-everywhere-documentation-5.6.2.7z 125390155 SHA256 3421b5a2fba1f6e134137e4c9f747303bc2218c46b314dae858499aab850931c SHA512 40026c69e6b2de8f84fc974bc307519016982cafe4006ef3663839c9bcf74f7c28679cf8f4ca5a82bfafc3cb455433fe3360c11a60192d8c6b75a8b1b56e7141 WHIRLPOOL edd591be964208467700c91a02eb345f73f4104820b3f605b8e2d4c2704faccc681320bcfef5bfa70cc084b10cf2ada09d5771b0ac578193fd7eaafe0ee86477
+DIST 5.7.1-0qt-everywhere-documentation-5.7.1.7z 173336041 SHA256 44eb231b5f961a9f11d05648431121bbdaa32ac65e6b563543d147c3b88eec41 SHA512 4fcbfcd29aa48937229d01d47569a5fcd81459b9444058c725bdbac14dd2b9c67c9e04944c74d351f4bca7d972e23c3832ba2dd8e979cc4e9fe677e2d51561e0 WHIRLPOOL 8a6e1857866e43f7f40ed4382e0d5b4f27520404a77f3a014834045117f207bb40a0a81aaa00afa39a4684584499f6957bf739a1f25d06c04019ef21dac1adfd

diff --git a/dev-qt/qt-docs/qt-docs-5.7.1_p0.ebuild b/dev-qt/qt-docs/qt-docs-5.7.1_p0.ebuild
new file mode 100644
index 00000000..542a8fb
--- /dev/null
+++ b/dev-qt/qt-docs/qt-docs-5.7.1_p0.ebuild
@@ -0,0 +1,34 @@
+# 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}"
+
+	# these files are not shipped in any other version of qt-docs and collide with qtcore
+	# bug 597026
+	rm -rf "${ED}${dest}"/global || die
+}


             reply	other threads:[~2016-12-15  5:29 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-15  5:28 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-06 22:51 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-docs/ Ionen Wolkens
2024-12-03 18:16 Ionen Wolkens
2024-11-02 14:10 Arthur Zamarin
2024-09-27 12:10 Ionen Wolkens
2024-07-16  1:29 Ionen Wolkens
2024-07-10  4:21 Ionen Wolkens
2024-07-08 16:40 Arthur Zamarin
2024-07-08 10:09 Sam James
2024-06-18 18:14 Ionen Wolkens
2024-06-08 13:41 Ionen Wolkens
2024-05-06  1:37 Ionen Wolkens
2024-04-19  7:55 Ionen Wolkens
2024-04-16 12:02 Ionen Wolkens
2024-04-02 13:06 Ionen Wolkens
2024-04-02  6:09 Arthur Zamarin
2024-03-22  6:16 Arthur Zamarin
2024-02-28 14:08 Ionen Wolkens
2024-02-22  6:16 Ionen Wolkens
2023-12-19 20:33 Ionen Wolkens
2023-12-17 20:06 Ionen Wolkens
2023-12-17 18:29 Arthur Zamarin
2023-12-03  3:37 Sam James
2023-12-02  9:24 Arthur Zamarin
2023-11-29 16:34 Jakov Smolić
2023-11-29 11:32 Michał Górny
2023-11-29 11:15 Michał Górny
2023-11-29 11:15 Michał Górny
2023-11-29 10:15 Michał Górny
2023-11-29 10:15 Michał Górny
2023-11-29  9:09 Michał Górny
2023-11-29  9:09 Michał Górny
2023-11-29  5:57 Ionen Wolkens
2023-11-15 19:28 Ionen Wolkens
2023-11-15 17:20 Arthur Zamarin
2023-09-26 15:16 Ionen Wolkens
2023-09-09 16:22 Ionen Wolkens
2023-09-06  8:49 Ionen Wolkens
2023-09-06  8:49 Ionen Wolkens
2023-05-20  5:43 Sam James
2023-05-20  0:54 Sam James
2022-04-17 19:32 Sam James
2022-04-17 19:32 Sam James
2021-09-08 16:55 Andreas Sturmlechner
2020-11-25 22:41 Andreas Sturmlechner
2020-09-10 17:47 Andreas Sturmlechner
2020-07-02 10:51 Andreas Sturmlechner
2020-06-25  7:19 Jason A. Donenfeld
2020-06-25  7:11 Jason A. Donenfeld
2020-05-26 18:31 Andreas Sturmlechner
2020-04-30 10:14 Andreas Sturmlechner
2020-01-28 22:13 Andreas Sturmlechner
2019-09-12  7:49 Andreas Sturmlechner
2019-08-25 21:57 Andreas Sturmlechner
2019-04-21 11:31 Andreas Sturmlechner
2019-03-17 19:57 Andreas Sturmlechner
2018-12-06 11:49 Andreas Sturmlechner
2018-10-16 16:09 Mikle Kolyada
2018-07-15 14:23 Thomas Deutschmann
2018-07-13 13:41 Mikle Kolyada
2018-07-05  4:51 Davide Pesavento
2018-07-05  4:51 Davide Pesavento
2018-02-06 13:04 Michael Palimaka
2017-12-09 23:15 Davide Pesavento
2017-11-11 19:37 Sergei Trofimovich
2017-07-10 16:22 Alexis Ballier
2017-07-09 11:07 Michael Palimaka
2016-12-17  4:25 Davide Pesavento
2016-11-23 20:18 Davide Pesavento
2016-11-23 20:18 Davide Pesavento
2016-11-23 16:08 Michael Palimaka
2016-08-18 22:57 Davide Pesavento
2016-08-18 22:57 Davide Pesavento
2016-08-18 22:57 Davide Pesavento
2016-06-08 23:57 Davide Pesavento
2016-04-23  1:45 Davide Pesavento
2016-04-23  1:45 Davide Pesavento
2016-01-24 23:59 Davide Pesavento
2015-10-20 23:14 Davide Pesavento
2015-10-20 23:14 Davide Pesavento

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1481779723.1a8cdd9fb49f0ee5bae03e11b8d4335ea2a97cf3.pesa@gentoo \
    --to=pesa@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox