Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/
Date: Sun, 12 Feb 2017 21:35:15
Message-Id: 1486935300.8b780b47955589bdaaa194279d01b4b6ddbd2222.alonbl@gentoo
1 commit: 8b780b47955589bdaaa194279d01b4b6ddbd2222
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 21:34:28 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 21:35:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b780b47
7
8 net-libs/gnutls: remove makeinfo hack
9
10 net-libs/gnutls/gnutls-3.5.9.ebuild | 12 +-----------
11 1 file changed, 1 insertion(+), 11 deletions(-)
12
13 diff --git a/net-libs/gnutls/gnutls-3.5.9.ebuild b/net-libs/gnutls/gnutls-3.5.9.ebuild
14 index 189147b35d..e1a6242e2f 100644
15 --- a/net-libs/gnutls/gnutls-3.5.9.ebuild
16 +++ b/net-libs/gnutls/gnutls-3.5.9.ebuild
17 @@ -48,10 +48,7 @@ DEPEND="${RDEPEND}
18 >=sys-devel/automake-1.11.6
19 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
20 sys-devel/gcc[cxx?]
21 - doc? (
22 - sys-apps/texinfo
23 - dev-util/gtk-doc
24 - )
25 + doc? ( dev-util/gtk-doc )
26 nls? ( sys-devel/gettext )
27 test? ( app-misc/datefudge )"
28
29 @@ -84,13 +81,6 @@ src_prepare() {
30 rm src/$(basename ${file} .c).{c,h} || die
31 done
32
33 - # force regeneration of makeinfo files
34 - # have no idea why on some system these files are not
35 - # accepted as-is, see bug#520818
36 - for file in $(grep -l "produced by makeinfo" doc/*.info) ; do
37 - rm "${file}" || die
38 - done
39 -
40 eautoreconf
41
42 # Use sane .so versioning on FreeBSD.