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 36B111388C4 for ; Tue, 5 Jan 2016 13:30:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A035BE0878; Tue, 5 Jan 2016 13:30:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31205E0878 for ; Tue, 5 Jan 2016 13:30:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39FB034087F for ; Tue, 5 Jan 2016 13:30:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E695ECEB for ; Tue, 5 Jan 2016 13:30:20 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1452000590.267d702a0e3490b57105aa248939b8b951a68304.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-web/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild dev-java/icedtea-web/icedtea-web-1.6.1.ebuild X-VCS-Directories: dev-java/icedtea-web/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 267d702a0e3490b57105aa248939b8b951a68304 X-VCS-Branch: master Date: Tue, 5 Jan 2016 13:30:20 +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: 062fc037-ce47-46d1-a0fd-8edde9b76f72 X-Archives-Hash: 48e7231d6ef8430f7dd760ee8d5c98e1 commit: 267d702a0e3490b57105aa248939b8b951a68304 Author: James Le Cuirot gentoo org> AuthorDate: Tue Jan 5 13:28:48 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Jan 5 13:29:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267d702a dev-java/icedtea-web: Disable nsplugin by default to avoid conflicts It's a dying technology that most people avoid for fear of security vulnerabilities anyway. Package-Manager: portage-2.2.26 dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild | 4 ++-- dev-java/icedtea-web/icedtea-web-1.6.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild b/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild index e1806e2..dd000c7 100644 --- a/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild +++ b/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # Build written by Andrew John Hughes (ahughes@redhat.com) @@ -13,7 +13,7 @@ SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.gz" LICENSE="GPL-2 GPL-2-with-linking-exception LGPL-2" SLOT="0" KEYWORDS="amd64 ~arm ppc ~ppc64 x86" -IUSE="doc +icedtea7 javascript +nsplugin tagsoup test" +IUSE="doc +icedtea7 javascript nsplugin tagsoup test" RESTRICT="test" COMMON_DEP=" diff --git a/dev-java/icedtea-web/icedtea-web-1.6.1.ebuild b/dev-java/icedtea-web/icedtea-web-1.6.1.ebuild index 94dc000..695a064 100644 --- a/dev-java/icedtea-web/icedtea-web-1.6.1.ebuild +++ b/dev-java/icedtea-web/icedtea-web-1.6.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.gz" LICENSE="GPL-2 GPL-2-with-linking-exception LGPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="doc javascript +nsplugin tagsoup test" +IUSE="doc javascript nsplugin tagsoup test" RESTRICT="test" CDEPEND="javascript? ( dev-java/rhino:1.6 )