Summary: | mail-client/alpine-2.21.1 mistake in GIT_COMMIT variable | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Yevgeny Filatov <itspec.ru> |
Component: | Current packages | Assignee: | Robert G. Siebeck <gentoo.2019> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein, net-mail+disabled, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://github.com/gentoo/gentoo/pull/9868 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
fix GIT_COMMIT patch
fix install docs patch |
Description
Yevgeny Filatov
2018-07-20 19:13:16 UTC
Another problem is not the correct installation of documents. 1. doc/tech-notes/tech-notes.txt is installed in html/tech-notes but is is not an HTML-file 2. saple files not installed: doc/mime.types doc/mailcap.unx This is my src_install function: src_install() { if use onlyalpine ; then dobin alpine/alpine doman doc/man1/alpine.1 else emake DESTDIR="${D}" install doman doc/man1/*.1 fi dodoc NOTICE README* if use doc ; then dodoc doc/brochure.txt dodoc doc/tech-notes/tech-notes.txt newdoc ${S}/doc/mailcap.unx mailcap.unx.sample newdoc ${S}/doc/mime.types mime.types.sample docinto html/tech-notes dohtml -r doc/tech-notes/ docompress -x /usr/share/doc/${PF}/mailcap.unx.sample /usr/share/doc/${PF}/mime.types.sample fi } Created attachment 540286 [details, diff]
fix GIT_COMMIT patch
Created attachment 540288 [details, diff]
fix install docs patch
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b05f8f2ff74cd6f089508abf0454ebbd5920e0 commit 91b05f8f2ff74cd6f089508abf0454ebbd5920e0 Author: Robert Siebeck <gentoo.bugzilla.2012@r123.de> AuthorDate: 2018-09-14 12:11:32 +0000 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: 2018-09-14 16:31:14 +0000 mail-client/alpine: fix SRC_URI. Also fix installation of docs Closes: https://bugs.gentoo.org/661694 mail-client/alpine/alpine-2.21.1-r1.ebuild | 91 ++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) |