Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgis/
Date: Sat, 08 Apr 2017 21:41:22
Message-Id: 1491687671.8e88978ec1fc0a6ba42c90c95b56e0662552737f.monsieurp@gentoo
1 commit: 8e88978ec1fc0a6ba42c90c95b56e0662552737f
2 Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 12 19:19:55 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 8 21:41:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e88978e
7
8 dev-db/postgis: replace deprecated dohtml.
9
10 Closes: https://github.com/gentoo/gentoo/pull/3877
11
12 dev-db/postgis/postgis-2.3.2-r1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-db/postgis/postgis-2.3.2-r1.ebuild b/dev-db/postgis/postgis-2.3.2-r1.ebuild
16 index 9dff87e6120..d2ef921ec50 100644
17 --- a/dev-db/postgis/postgis-2.3.2-r1.ebuild
18 +++ b/dev-db/postgis/postgis-2.3.2-r1.ebuild
19 @@ -124,9 +124,10 @@ src_install() {
20 emake -C topology DESTDIR="${D}" install
21 dobin ./utils/postgis_restore.pl
22
23 - dodoc CREDITS TODO loader/README.* doc/*txt
24 + DOCS=( CREDITS TODO loader/README.* doc/*txt )
25 + use doc && local HTML_DOCS=( doc/html/{images,postgis.html,style.css} )
26
27 - use doc && dohtml -r doc/html/*
28 + einstalldocs
29
30 docinto topology
31 dodoc topology/{TODO,README}