public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/libabigail/
Date: Sat,  1 Oct 2022 21:53:11 +0000 (UTC)	[thread overview]
Message-ID: <1664661160.2d53cac8776d5a2df15a9150439fe759272f10b5.sam@gentoo> (raw)

commit:     2d53cac8776d5a2df15a9150439fe759272f10b5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 21:52:40 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 21:52:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d53cac8

dev-util/libabigail: fix pre-generated man install path, add info pages

Fixes: 3b58c05c00f7ebc1b9cb3d431cec220ba4dcc91d
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/libabigail/Manifest                 | 2 +-
 dev-util/libabigail/libabigail-2.1-r1.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-util/libabigail/Manifest b/dev-util/libabigail/Manifest
index dace968e0fba..d4424bf781c4 100644
--- a/dev-util/libabigail/Manifest
+++ b/dev-util/libabigail/Manifest
@@ -1,3 +1,3 @@
 DIST libabigail-2.0.tar.gz 286383045 BLAKE2B 2ba6f59bcd7a1484c4a60c6c9f212ad76af239a552d2cc9e47748e0db52363afadd7a99ef3e123c263de34b416f71b9d679bf2a5c542c419bb38ee75f3d5c57b SHA512 288f63f3495f0cd38258c50b78f30a573e43ab60494fefa22c8cba6d6776c5f94742ffea26297a232b78d25f6804f1b3f51febd59ec487733e6ef683cef2c180
-DIST libabigail-2.1-docs.tar.xz 28220 BLAKE2B cd2966bbe6d18c5575601a190bac6d6bf56ef13a31845caf15e2de41ce6e649f074b194635ad5801324d0e8bac182da50cec9a70ec6b59ea1a860db0e7b20b54 SHA512 c90fe4c3a92fc13d29087585b22b2a7cb41a2670eeafaaac147f9c0693616d1b4da2c2e840a3d7ebc87748380995b0d030c3dae56d8cc61b7efbda3911fdb175
+DIST libabigail-2.1-docs.tar.xz 45532 BLAKE2B e59198a4ecdc6e0eef2b53ce62daa7a313e3dd3f28b71bc7184ec44745b165fab05bb08d22aa9a5e7f886c3b9156f0713737aa2899b579555b18daf8894e6a43 SHA512 078639bd08fdf190b8e71fe147495e0b6b14c7947e82d7aa5f5943ba00cf02763dc8c63a7d39189958a6cfb5175efff6a87cd74938fb3df8f7e123c5586605a6
 DIST libabigail-2.1.tar.gz 405861148 BLAKE2B 28c8c7cfc33b5002d10b94e2eb9e16ef403dcce73c1404b8af011d8bf71b142b62a5079154af078a479b4528f8464c420322b814e75bb3127a09992e7ca8f84f SHA512 4fe1d3323f078a76a7529c15a809d0c0d3ac43cabd5ab4bb5c2d03992cbbb61bae3ec858e40796bf9f65029cbc779d258ae4559455178fb95cb8b53bf92bcc9a

diff --git a/dev-util/libabigail/libabigail-2.1-r1.ebuild b/dev-util/libabigail/libabigail-2.1-r1.ebuild
index 2d640070f62d..7c01daa89f61 100644
--- a/dev-util/libabigail/libabigail-2.1-r1.ebuild
+++ b/dev-util/libabigail/libabigail-2.1-r1.ebuild
@@ -75,7 +75,8 @@ my_src_install() {
 
 	# If USE=doc, there'll be newly generated docs which we install instead.
 	if ! use doc && [[ ${LIBABIGAIL_DOCS_PREBUILT} == 1 ]] ; then
-		doman "${WORKDIR}"/${PN}-${LIBABIGAIL_DOCS_VERSION}-docs/docs/*.[0-8]
+		doinfo "${WORKDIR}"/${PN}-${LIBABIGAIL_DOCS_VERSION}-docs/texinfo/*.info
+		doman "${WORKDIR}"/${PN}-${LIBABIGAIL_DOCS_VERSION}-docs/man/*.[0-8]
 	elif use doc; then
 		doman doc/manuals/man/*
 		doinfo doc/manuals/texinfo/abigail.info


             reply	other threads:[~2022-10-01 21:53 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-01 21:53 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-11 23:39 [gentoo-commits] repo/gentoo:master commit in: dev-util/libabigail/ Eli Schwartz
2024-09-11 23:39 Eli Schwartz
2024-09-11 23:39 Eli Schwartz
2024-09-02  8:20 Sam James
2024-08-23 23:37 Jakov Smolić
2024-08-23 18:33 Sam James
2024-08-23 18:33 Sam James
2024-04-19  2:28 Sam James
2024-03-08 16:19 Sam James
2024-03-08 16:19 Sam James
2024-03-08 16:19 Sam James
2023-10-28  1:05 Sam James
2023-10-28  1:05 Sam James
2023-10-28  1:05 Sam James
2023-10-27 21:29 Sam James
2023-04-30 23:50 Sam James
2023-04-28  1:51 Sam James
2023-04-28  0:21 Sam James
2023-04-01  1:09 Sam James
2023-04-01  1:09 Sam James
2023-03-10  8:21 Arthur Zamarin
2023-03-09  9:15 Arthur Zamarin
2023-02-20 20:52 David Seifert
2023-02-19 16:38 Sam James
2022-12-20  9:38 Sam James
2022-12-03 13:03 David Seifert
2022-12-03  2:04 Sam James
2022-12-02 10:20 WANG Xuerui
2022-11-29  6:58 Jakov Smolić
2022-10-01 21:34 Sam James
2022-10-01 20:43 Sam James
2022-09-13 12:41 Sam James
2022-01-29 19:34 David Seifert
2022-01-27  9:39 David Seifert
2022-01-27  9:39 David Seifert
2022-01-15 22:01 Sam James
2022-01-15 10:44 David Seifert
2021-11-04 17:09 Sam James
2021-11-04 17:07 Sam James
2021-10-26 11:09 Sam James
2021-10-26  7:03 Sam James
2021-10-26  6:58 Sam James
2021-10-26  6:58 Sam James
2021-07-04  9:48 Georgy Yakovlev
2021-05-23 19:04 Michał Górny
2021-03-13 18:24 Sam James
2019-12-21 19:55 David Seifert

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=1664661160.2d53cac8776d5a2df15a9150439fe759272f10b5.sam@gentoo \
    --to=sam@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