Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-apps/help2man/
Date: Sun, 27 Dec 2020 11:07:12
Message-Id: 1609066879.8e4e0482c7cd6181a2ccbbd4c5c946ddc51a7362.grobian@gentoo
1 commit: 8e4e0482c7cd6181a2ccbbd4c5c946ddc51a7362
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 11:01:19 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 11:01:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=8e4e0482
7
8 sys-apps/help2man: drop ~m68k-mint
9
10 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 sys-apps/help2man/help2man-1.47.16.ebuild | 13 +++----------
14 1 file changed, 3 insertions(+), 10 deletions(-)
15
16 diff --git a/sys-apps/help2man/help2man-1.47.16.ebuild b/sys-apps/help2man/help2man-1.47.16.ebuild
17 index 74f019bb9a..044ca4b121 100644
18 --- a/sys-apps/help2man/help2man-1.47.16.ebuild
19 +++ b/sys-apps/help2man/help2man-1.47.16.ebuild
20 @@ -7,16 +7,9 @@ DESCRIPTION="GNU utility to convert program --help output to a man page"
21 HOMEPAGE="https://www.gnu.org/software/help2man/"
22 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
23
24 -# Needed to rebase the Makefile hunk, now in files/
25 -#CYGWIN_PATCHREV="60ae068c5e01fbed4ee3f86107f7df64d596a864"
26 -#CYGWIN_PATCH="1.40.4-cygwin-nls.patch"
27 -#SRC_URI+=" elibc_Cygwin? (
28 -# https://raw.githubusercontent.com/cygwinports/help2man/${CYGWIN_PATCHREV}/${CYGWIN_PATCH} -> ${PN}-${CYGWIN_PATCH}
29 -#)"
30 -
31 LICENSE="GPL-3"
32 SLOT="0"
33 -KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 +KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 IUSE="nls"
36
37 RDEPEND="dev-lang/perl
38 @@ -30,14 +23,14 @@ PATCHES=(
39 )
40
41 src_prepare() {
42 + default
43 +
44 if [[ ${CHOST} == *-darwin* ]] ; then
45 sed -i \
46 -e 's/-shared/-bundle/' \
47 Makefile.in || die
48 fi
49
50 - default
51 -
52 use elibc_Cygwin && eapply -p2 "${FILESDIR}"/${PN}-1.47.16-cygwin.patch
53 }