From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lzlib/
Date: Thu, 06 Mar 2025 16:24:09 +0000 (UTC) [thread overview]
Message-ID: <1741278246.1ec24d8d66e9f814c9899c53602a1fc6174ebcc5.mgorny@gentoo> (raw)
commit: 1ec24d8d66e9f814c9899c53602a1fc6174ebcc5
Author: NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Thu Mar 6 13:36:08 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 6 16:24:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec24d8d
app-arch/lzlib: install minilzip also
the current ebuild does `install-man` which install the manpage
for minilzip tool, but the tool itself is never installed.
since 1.15 the minilzip tool is not built by default and
requires explicitly doing `make bin`.
similarly `install-bin` will install the tool along with the
manpage.
Ref: https://lists.nongnu.org/archive/html/lzip-bug/2024-04/msg00007.html
Signed-off-by: NRK <nrk <AT> disroot.org>
Closes: https://github.com/gentoo/gentoo/pull/40928
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-arch/lzlib/{lzlib-1.15.ebuild => lzlib-1.15-r1.ebuild} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/app-arch/lzlib/lzlib-1.15.ebuild b/app-arch/lzlib/lzlib-1.15-r1.ebuild
similarity index 93%
rename from app-arch/lzlib/lzlib-1.15.ebuild
rename to app-arch/lzlib/lzlib-1.15-r1.ebuild
index 4064d799a727..f80bb61c509c 100644
--- a/app-arch/lzlib/lzlib-1.15.ebuild
+++ b/app-arch/lzlib/lzlib-1.15-r1.ebuild
@@ -35,7 +35,11 @@ src_configure() {
./configure "${myconf[@]}" || die
}
+src_compile() {
+ emake bin lib
+}
+
src_install() {
- emake DESTDIR="${D}" install install-man
+ emake DESTDIR="${D}" install install-bin
einstalldocs
}
next reply other threads:[~2025-03-06 16:24 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-06 16:24 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 5:57 [gentoo-commits] repo/gentoo:master commit in: app-arch/lzlib/ Michał Górny
2025-03-09 23:01 Sam James
2025-02-23 5:11 Sam James
2025-02-01 13:12 Arthur Zamarin
2025-02-01 13:12 Arthur Zamarin
2025-02-01 12:17 Arthur Zamarin
2025-02-01 12:17 Arthur Zamarin
2025-01-15 15:58 Michał Górny
2024-02-24 8:49 Michał Górny
2024-02-24 2:44 Ionen Wolkens
2024-02-09 1:04 Sam James
2024-02-08 15:28 Michał Górny
2024-02-08 15:28 Michał Górny
2024-02-08 15:28 Michał Górny
2024-02-08 14:43 Michał Górny
2024-02-08 14:43 Michał Górny
2024-02-08 14:43 Michał Górny
2024-01-25 11:37 Michał Górny
2024-01-25 5:48 Sam James
2024-01-25 3:14 Sam James
2024-01-25 0:42 Sam James
2024-01-24 19:21 Michał Górny
2024-01-24 19:21 Michał Górny
2024-01-24 19:05 Michał Górny
2024-01-24 19:05 Michał Górny
2024-01-24 18:59 Michał Górny
2024-01-23 18:13 Michał Górny
2024-01-07 0:20 Conrad Kostecki
2023-06-18 1:07 Sam James
2023-03-19 17:36 Arthur Zamarin
2023-01-13 6:18 Sam James
2023-01-13 5:40 Sam James
2023-01-12 4:41 Sam James
2022-12-31 10:49 Arthur Zamarin
2022-12-27 14:23 Arthur Zamarin
2022-12-27 13:13 Michał Górny
2022-06-08 12:34 Yixun Lan
2022-05-05 23:48 WANG Xuerui
2022-05-05 20:43 Michał Górny
2022-05-05 20:28 Sam James
2022-05-05 17:35 Arthur Zamarin
2022-05-05 16:48 Jakov Smolić
2022-05-05 10:25 Jakov Smolić
2022-05-05 9:54 Jakov Smolić
2022-05-05 5:38 Arthur Zamarin
2022-05-04 13:16 Agostino Sarubbo
2022-05-03 17:37 Arthur Zamarin
2022-05-01 18:22 Agostino Sarubbo
2022-05-01 12:20 Jakov Smolić
2022-04-29 8:27 Sam James
2022-04-06 23:34 Sam James
2022-04-06 23:34 Sam James
2022-01-29 18:13 Michał Górny
2021-09-15 2:32 Sam James
2021-08-17 1:42 Sam James
2021-08-11 23:07 Sam James
2021-01-07 0:43 Michał Górny
2020-08-21 3:17 Georgy Yakovlev
2019-12-26 12:01 Georgy Yakovlev
2019-12-26 10:53 Michał Górny
2019-12-26 10:53 Michał Górny
2019-10-04 16:09 Michał Górny
2017-06-30 11:19 Michał Górny
2017-06-30 11:19 Michał Górny
2016-06-01 16:47 Michał Górny
2016-01-27 14:49 Michał Górny
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=1741278246.1ec24d8d66e9f814c9899c53602a1fc6174ebcc5.mgorny@gentoo \
--to=mgorny@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