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 E9A88138334 for ; Mon, 23 Sep 2019 08:07:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5247E092B; Mon, 23 Sep 2019 08:07:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCC89E092B for ; Mon, 23 Sep 2019 08:07:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C8AD34B4B2 for ; Mon, 23 Sep 2019 08:07:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A74D97FB for ; Mon, 23 Sep 2019 08:07:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1569226035.fcba1f550e38f128dfea6e76be7922aab8eef921.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/netsurf/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/netsurf/metadata.xml www-client/netsurf/netsurf-3.8-r2.ebuild X-VCS-Directories: www-client/netsurf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fcba1f550e38f128dfea6e76be7922aab8eef921 X-VCS-Branch: master Date: Mon, 23 Sep 2019 08:07:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2462af0c-2a0d-450e-aad4-677073243d63 X-Archives-Hash: d5fc4adcbe8ae6d621b17d6b262309f7 commit: fcba1f550e38f128dfea6e76be7922aab8eef921 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 23 08:00:44 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 23 08:07:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcba1f55 www-client/netsurf: Remove unused fbcon_frontend_* flags Closes: https://bugs.gentoo.org/695158 Signed-off-by: Michał Górny gentoo.org> www-client/netsurf/metadata.xml | 11 ++++------- www-client/netsurf/netsurf-3.8-r2.ebuild | 10 +--------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/www-client/netsurf/metadata.xml b/www-client/netsurf/metadata.xml index 80316470ae4..152de9fcc3c 100644 --- a/www-client/netsurf/metadata.xml +++ b/www-client/netsurf/metadata.xml @@ -7,16 +7,13 @@ BMP bitmap image support (media-libs/libnsbmp) - Use framebuffer frontend sdl - Use framebuffer frontend vnc - Use framebuffer frontend X + Use duktape.org javascript engine + Build GTK3 GUI + Build GTK2 GUI PDF output support (media-libs/libharu) + Use public suffix list via media-libs/libnspsl RISC OS Sprite bitmap image support (media-libs/librosprite) SVG image support via media-libs/svgatiny instead of gnome-base/librsvg - Use public suffix list via media-libs/libnspsl - Build GTK3 GUI - Build GTK2 GUI - Use duktape.org javascript engine NetSurf is a free, open source web browser. It is written in C, has its own layout and rendering engine entirely written from scratch. It is small and capable of handling many of the web standards in use today. diff --git a/www-client/netsurf/netsurf-3.8-r2.ebuild b/www-client/netsurf/netsurf-3.8-r2.ebuild index e2c03b5e2c9..e9cd87acae4 100644 --- a/www-client/netsurf/netsurf-3.8-r2.ebuild +++ b/www-client/netsurf/netsurf-3.8-r2.ebuild @@ -13,11 +13,9 @@ LICENSE="GPL-2 MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64" IUSE="+bmp +duktape fbcon truetype +gif gtk gtk2 +javascript +jpeg +mng - pdf-writer +png +psl +rosprite +svg +svgtiny +webp fbcon_frontend_sdl - fbcon_frontend_vnc fbcon_frontend_x" + pdf-writer +png +psl +rosprite +svg +svgtiny +webp" REQUIRED_USE="|| ( fbcon gtk gtk2 ) - fbcon? ( || ( fbcon_frontend_sdl fbcon_frontend_vnc fbcon_frontend_x ) ) duktape? ( javascript )" RDEPEND=" @@ -115,12 +113,6 @@ src_install() { elog "framebuffer binary has been installed as netsurf-fb" make_desktop_entry "${EROOT}"/usr/bin/netsurf-fb NetSurf-framebuffer netsurf "Network;WebBrowser" fi - if use fbcon_frontend_sdl; then - elog "To be able to use netsurf without X, don't forget to enable the " - elog "proper USE flags in libsdl (fbcon). Also, make /dev/input/mice " - elog "readable to the account using netsurf-fb. Either use chmod a+r " - elog "/dev/input/mice (security!!!) or use a group." - fi if use gtk2 ; then _emake TARGET=gtk DESTDIR="${ED}" install elog "netsurf gtk2 version has been installed as netsurf-gtk"