public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/physfs/
Date: Mon, 13 May 2019 00:18:26 +0000 (UTC)	[thread overview]
Message-ID: <1557706664.76aca1152d93c82f0e6bf01996e6b1957915468f.asturm@gentoo> (raw)

commit:     76aca1152d93c82f0e6bf01996e6b1957915468f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 22:39:16 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 13 00:17:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76aca115

dev-games/physfs: Fix build with USE=doc

Closes: https://bugs.gentoo.org/682080
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-games/physfs/physfs-3.0.2.ebuild | 10 ++++------
 dev-games/physfs/physfs-9999.ebuild  | 10 ++++------
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/dev-games/physfs/physfs-3.0.2.ebuild b/dev-games/physfs/physfs-3.0.2.ebuild
index 683b49ac714..0880049c9f1 100644
--- a/dev-games/physfs/physfs-3.0.2.ebuild
+++ b/dev-games/physfs/physfs-3.0.2.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit cmake-multilib
 
 DESCRIPTION="Abstraction layer for filesystem and archive access"
@@ -47,10 +48,7 @@ multilib_src_compile() {
 	multilib_is_native_abi && use doc && cmake-utils_src_compile docs
 }
 
-multilib_src_install_all() {
-	einstalldocs
-	if use doc ; then
-		docinto html
-		dodoc -r "${CMAKE_BUILD_DIR}"/docs/html/*
-	fi
+multilib_src_install() {
+	multilib_is_native_abi && use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/html/. )
+	cmake-utils_src_install
 }

diff --git a/dev-games/physfs/physfs-9999.ebuild b/dev-games/physfs/physfs-9999.ebuild
index 683b49ac714..0880049c9f1 100644
--- a/dev-games/physfs/physfs-9999.ebuild
+++ b/dev-games/physfs/physfs-9999.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit cmake-multilib
 
 DESCRIPTION="Abstraction layer for filesystem and archive access"
@@ -47,10 +48,7 @@ multilib_src_compile() {
 	multilib_is_native_abi && use doc && cmake-utils_src_compile docs
 }
 
-multilib_src_install_all() {
-	einstalldocs
-	if use doc ; then
-		docinto html
-		dodoc -r "${CMAKE_BUILD_DIR}"/docs/html/*
-	fi
+multilib_src_install() {
+	multilib_is_native_abi && use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/html/. )
+	cmake-utils_src_install
 }


             reply	other threads:[~2019-05-13  0:18 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-13  0:18 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-15 20:29 [gentoo-commits] repo/gentoo:master commit in: dev-games/physfs/ Andreas Sturmlechner
2024-12-14 17:42 Sam James
2024-12-12  2:46 Sam James
2024-12-11 22:52 Sam James
2024-11-22 23:22 Conrad Kostecki
2024-11-22 23:22 Conrad Kostecki
2024-11-22 23:22 Conrad Kostecki
2023-03-22 18:53 Andreas Sturmlechner
2021-12-18 18:14 Sam James
2021-12-17 18:30 Jakov Smolić
2021-12-17 18:30 Jakov Smolić
2021-07-19 23:14 Marek Szuba
2019-05-30 20:33 Sergei Trofimovich
2019-05-26 22:27 Thomas Deutschmann
2019-05-13  7:33 David Seifert
2019-03-21 11:05 Lars Wendler
2019-03-04 20:49 James Le Cuirot
2019-03-04 20:49 James Le Cuirot
2019-03-04 20:49 James Le Cuirot
2019-03-04 20:49 James Le Cuirot
2018-03-25 19:51 James Le Cuirot
2018-03-25 19:51 James Le Cuirot
2017-11-06 15:29 Lars Wendler
2017-10-03 20:59 Lars Wendler
2017-10-03 20:59 Lars Wendler
2017-08-25 19:55 James Le Cuirot
2017-06-27 20:36 Alexis Ballier
2017-03-13 13:00 Lars Wendler
2017-02-23 22:58 Michael Weber
2017-02-17 10:56 Agostino Sarubbo
2017-02-12 17:01 Agostino Sarubbo
2017-02-04 10:44 Jeroen Roovers
2017-01-27 13:23 Tobias Klausmann
2017-01-27  9:07 Agostino Sarubbo
2017-01-27  9:02 Agostino Sarubbo

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=1557706664.76aca1152d93c82f0e6bf01996e6b1957915468f.asturm@gentoo \
    --to=asturm@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