From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1555510-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D16D15814C for <garchives@archives.gentoo.org>; Mon, 18 Sep 2023 10:43:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 899AE2BC028; Mon, 18 Sep 2023 10:43:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74AF52BC028 for <gentoo-commits@lists.gentoo.org>; Mon, 18 Sep 2023 10:43:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A91AE335CB7 for <gentoo-commits@lists.gentoo.org>; Mon, 18 Sep 2023 10:43:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE7C81145 for <gentoo-commits@lists.gentoo.org>; Mon, 18 Sep 2023 10:43:03 +0000 (UTC) From: "Aaron W. Swenson" <titanofold@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron W. Swenson" <titanofold@gentoo.org> Message-ID: <1695033759.af53d4638808515ea0e55ce4a1dc86ee592ead00.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgis/postgis-3.4.0-r2.ebuild X-VCS-Directories: dev-db/postgis/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: af53d4638808515ea0e55ce4a1dc86ee592ead00 X-VCS-Branch: master Date: Mon, 18 Sep 2023 10:43:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 009dd83e-7d4b-4c4c-8ee2-700e9381f7b9 X-Archives-Hash: 4bb33b7d6cc6baf938a82c7748cc6d76 commit: af53d4638808515ea0e55ce4a1dc86ee592ead00 Author: Chris Mayo <aklhfex <AT> gmail <DOT> com> AuthorDate: Sat Sep 16 16:44:03 2023 +0000 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org> CommitDate: Mon Sep 18 10:42:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af53d463 dev-db/postgis: Install missing images and cheatsheets Closes: https://bugs.gentoo.org/832939 Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32843 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org> dev-db/postgis/postgis-3.4.0-r2.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/dev-db/postgis/postgis-3.4.0-r2.ebuild b/dev-db/postgis/postgis-3.4.0-r2.ebuild index b9539be3fb62..515b220b2b43 100644 --- a/dev-db/postgis/postgis-3.4.0-r2.ebuild +++ b/dev-db/postgis/postgis-3.4.0-r2.ebuild @@ -98,7 +98,7 @@ src_compile() { if use doc ; then postgres-multi_foreach emake comments - postgres-multi_foreach emake cheatsheets + postgres-multi_forbest emake cheatsheets postgres-multi_forbest emake -C doc html fi } @@ -115,12 +115,7 @@ src_install() { if use doc ; then postgres-multi_foreach emake DESTDIR="${D}" comments-install - - docinto html - postgres-multi_forbest dodoc doc/html/{postgis-en.html,style.css} - - docinto html/images - postgres-multi_forbest dodoc -r doc/html/images/* + postgres-multi_forbest emake DESTDIR="${D}" -C doc cheatsheet-install html-install html-assets-install fi use static-libs || find "${ED}" -name '*.a' -delete