public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lgi/
Date: Fri, 20 Sep 2019 19:08:06 +0000 (UTC)	[thread overview]
Message-ID: <1569006479.a4673d6ed944e1f384597731051ff0e83f9d1adf.slyfox@gentoo> (raw)

commit:     a4673d6ed944e1f384597731051ff0e83f9d1adf
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 19:07:35 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 19:07:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4673d6e

dev-lua/lgi: fix dohtml use in src_install(), bug #694958

Ebuild failed at src_install() as:
```
 * ERROR: dev-lua/lgi-0.9.0-r1::gentoo failed (install phase):
 *   'dohtml' has been banned for EAPI '7'
```

Switched to the direct 'dodoc'. While at it disabled compression
for provided samples and markdown docs.

Reported-by: dashmz <AT> web.de
Closes: https://bugs.gentoo.org/694958
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-lua/lgi/lgi-0.9.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-lua/lgi/lgi-0.9.0-r1.ebuild b/dev-lua/lgi/lgi-0.9.0-r1.ebuild
index e6445f8259a..b0035719374 100644
--- a/dev-lua/lgi/lgi-0.9.0-r1.ebuild
+++ b/dev-lua/lgi/lgi-0.9.0-r1.ebuild
@@ -47,8 +47,9 @@ src_test() {
 
 src_install() {
 	emake DESTDIR="${D}" install
-	dohtml -r docs/*
+	docompress -x /usr/share/doc/${PF}
 	dodoc README.md
+	dodoc -r docs/*
 	if use examples; then
 		dodoc -r samples
 	fi


             reply	other threads:[~2019-09-20 19:08 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-20 19:08 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-05 17:24 [gentoo-commits] repo/gentoo:master commit in: dev-lua/lgi/ WANG Xuerui
2022-02-15 23:38 Conrad Kostecki
2021-09-18 12:29 Marek Szuba
2021-03-26 19:46 Conrad Kostecki
2020-12-03 13:50 Marek Szuba
2020-11-29  0:28 Robin H. Johnson
2020-11-16 22:53 Sergei Trofimovich
2020-09-19 16:40 Aaron Bauman
2020-09-13 21:03 Sam James
2020-08-05 13:53 Agostino Sarubbo
2020-08-04  4:21 Sam James
2020-08-02 11:48 Sergei Trofimovich
2019-11-13  2:10 Aaron Bauman
2019-11-02  4:41 Robin H. Johnson
2019-09-19  7:40 Sergei Trofimovich

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=1569006479.a4673d6ed944e1f384597731051ff0e83f9d1adf.slyfox@gentoo \
    --to=slyfox@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