From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8EAEB138252 for ; Wed, 11 May 2016 22:35:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D245EE079D; Wed, 11 May 2016 22:35:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6BA87E079D for ; Wed, 11 May 2016 22:35:56 +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 47C2F340861 for ; Wed, 11 May 2016 22:35:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB69233E for ; Wed, 11 May 2016 22:35:49 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1463006193.06852217367c5e858633f078aca05c6dc991688e.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/w3m/, www-client/w3m/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/w3m/files/w3m-0.5.3-remove-EGD.patch www-client/w3m/w3m-0.5.3-r6.ebuild www-client/w3m/w3m-0.5.3-r7.ebuild X-VCS-Directories: www-client/w3m/files/ www-client/w3m/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 06852217367c5e858633f078aca05c6dc991688e X-VCS-Branch: master Date: Wed, 11 May 2016 22:35:49 +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: 6d8ec462-ffd5-4628-9c9a-a777dc800546 X-Archives-Hash: 34a1c0b785c72bf1fd14ea5749b3b8d4 commit: 06852217367c5e858633f078aca05c6dc991688e Author: Anthony G. Basile gentoo org> AuthorDate: Wed May 11 22:36:33 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed May 11 22:36:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06852217 www-client/w3m: remove RAND_egd which is ancient Package-Manager: portage-2.2.26 www-client/w3m/files/w3m-0.5.3-remove-EGD.patch | 11 +++++++++++ www-client/w3m/{w3m-0.5.3-r6.ebuild => w3m-0.5.3-r7.ebuild} | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/www-client/w3m/files/w3m-0.5.3-remove-EGD.patch b/www-client/w3m/files/w3m-0.5.3-remove-EGD.patch new file mode 100644 index 0000000..67ca6c2 --- /dev/null +++ b/www-client/w3m/files/w3m-0.5.3-remove-EGD.patch @@ -0,0 +1,11 @@ +diff -Naur w3m-0.5.3.orig/config.h.in w3m-0.5.3/config.h.in +--- w3m-0.5.3.orig/config.h.in 2011-01-04 04:22:19.000000000 -0500 ++++ w3m-0.5.3/config.h.in 2016-05-11 18:23:00.195439897 -0400 +@@ -84,7 +84,6 @@ + #undef INET6 + #undef HAVE_SOCKLEN_T + #undef HAVE_OLD_SS_FAMILY +-#define USE_EGD + #define ENABLE_REMOVE_TRAILINGSPACES + #undef MENU_THIN_FRAME + #undef USE_RAW_SCROLL diff --git a/www-client/w3m/w3m-0.5.3-r6.ebuild b/www-client/w3m/w3m-0.5.3-r7.ebuild similarity index 97% rename from www-client/w3m/w3m-0.5.3-r6.ebuild rename to www-client/w3m/w3m-0.5.3-r7.ebuild index 78054de..2020a00 100644 --- a/www-client/w3m/w3m-0.5.3-r6.ebuild +++ b/www-client/w3m/w3m-0.5.3-r7.ebuild @@ -40,7 +40,8 @@ src_prepare() { "${FILESDIR}/${PN}-0.5.3-glibc214.patch" \ "${FILESDIR}/${PN}-0.5.3-underlinking.patch" \ "${FILESDIR}/${PN}-0.5.3-tinfo.patch" \ - "${FILESDIR}/${PN}-0.5.3-gettext.patch" + "${FILESDIR}/${PN}-0.5.3-gettext.patch" \ + "${FILESDIR}/${PN}-0.5.3-remove-EGD.patch" use vanilla || \ epatch "${FILESDIR}"/${PN}-0.5.3-button.patch \ "${FILESDIR}"/${P}-gdk-pixbuf.patch \