From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01340139694 for ; Sun, 12 Feb 2017 21:35:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14A1FE0BD4; Sun, 12 Feb 2017 21:35:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4D3EE0BD4 for ; Sun, 12 Feb 2017 21:35:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA58333BEDB for ; Sun, 12 Feb 2017 21:35:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A19945A7 for ; Sun, 12 Feb 2017 21:35:12 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1486935300.8b780b47955589bdaaa194279d01b4b6ddbd2222.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnutls/gnutls-3.5.9.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 8b780b47955589bdaaa194279d01b4b6ddbd2222 X-VCS-Branch: master Date: Sun, 12 Feb 2017 21:35:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 840f5cd1-4068-412a-9c53-a04e8af1fba3 X-Archives-Hash: fbbb880534e9d1a216073179bda8cc96 commit: 8b780b47955589bdaaa194279d01b4b6ddbd2222 Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Feb 12 21:34:28 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sun Feb 12 21:35:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b780b47 net-libs/gnutls: remove makeinfo hack net-libs/gnutls/gnutls-3.5.9.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/net-libs/gnutls/gnutls-3.5.9.ebuild b/net-libs/gnutls/gnutls-3.5.9.ebuild index 189147b35d..e1a6242e2f 100644 --- a/net-libs/gnutls/gnutls-3.5.9.ebuild +++ b/net-libs/gnutls/gnutls-3.5.9.ebuild @@ -48,10 +48,7 @@ DEPEND="${RDEPEND} >=sys-devel/automake-1.11.6 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] sys-devel/gcc[cxx?] - doc? ( - sys-apps/texinfo - dev-util/gtk-doc - ) + doc? ( dev-util/gtk-doc ) nls? ( sys-devel/gettext ) test? ( app-misc/datefudge )" @@ -84,13 +81,6 @@ src_prepare() { rm src/$(basename ${file} .c).{c,h} || die done - # force regeneration of makeinfo files - # have no idea why on some system these files are not - # accepted as-is, see bug#520818 - for file in $(grep -l "produced by makeinfo" doc/*.info) ; do - rm "${file}" || die - done - eautoreconf # Use sane .so versioning on FreeBSD.