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 1315713832E for ; Wed, 3 Aug 2016 21:53:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7FDA21C091; Wed, 3 Aug 2016 21:53:02 +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 DD147E0B81 for ; Wed, 3 Aug 2016 21:53:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 70316340B28 for ; Wed, 3 Aug 2016 21:52:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 515D42450 for ; Wed, 3 Aug 2016 21:52:55 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1470261162.6cca6d58f82eacd7626eaf2c28192e40076aa365.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netbeans-ide/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netbeans-ide/netbeans-ide-8.0.2-r2.ebuild dev-java/netbeans-ide/netbeans-ide-8.1-r2.ebuild X-VCS-Directories: dev-java/netbeans-ide/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 6cca6d58f82eacd7626eaf2c28192e40076aa365 X-VCS-Branch: master Date: Wed, 3 Aug 2016 21:52:55 +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: b7521853-37d3-4adc-a889-8e5fc8905f78 X-Archives-Hash: 966066df3c606fe6fca983695f2cfaf9 commit: 6cca6d58f82eacd7626eaf2c28192e40076aa365 Author: Austin English gentoo org> AuthorDate: Wed Aug 3 21:48:19 2016 +0000 Commit: Austin English gentoo org> CommitDate: Wed Aug 3 21:52:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cca6d58 dev-java/netbeans-ide: license should be GPL-2-with-classpath-exception, not GPL-2-with-linking-exception dev-java/netbeans-ide/netbeans-ide-8.0.2-r2.ebuild | 2 +- dev-java/netbeans-ide/netbeans-ide-8.1-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/netbeans-ide/netbeans-ide-8.0.2-r2.ebuild b/dev-java/netbeans-ide/netbeans-ide-8.0.2-r2.ebuild index 9a432c8..204f24d 100644 --- a/dev-java/netbeans-ide/netbeans-ide-8.0.2-r2.ebuild +++ b/dev-java/netbeans-ide/netbeans-ide-8.0.2-r2.ebuild @@ -86,7 +86,7 @@ SRC_URI="${SOURCE_URL} http://hg.netbeans.org/binaries/64F5BEEADD2A239C4BC354B8DFDB97CF7FDD9983-xmlrpc-client-3.0.jar http://hg.netbeans.org/binaries/8FA16AD28B5E79A7CD52B8B72985B0AE8CCD6ADF-xmlrpc-common-3.0.jar http://hg.netbeans.org/binaries/D6917BF718583002CBE44E773EE21E2DF08ADC71-xmlrpc-server-3.0.jar" -LICENSE="|| ( CDDL GPL-2-with-linking-exception )" +LICENSE="|| ( CDDL GPL-2-with-classpath-exception )" KEYWORDS="amd64 x86" IUSE="" S="${WORKDIR}" diff --git a/dev-java/netbeans-ide/netbeans-ide-8.1-r2.ebuild b/dev-java/netbeans-ide/netbeans-ide-8.1-r2.ebuild index 294aead..5216312 100644 --- a/dev-java/netbeans-ide/netbeans-ide-8.1-r2.ebuild +++ b/dev-java/netbeans-ide/netbeans-ide-8.1-r2.ebuild @@ -86,7 +86,7 @@ SRC_URI="${SOURCE_URL} http://hg.netbeans.org/binaries/64F5BEEADD2A239C4BC354B8DFDB97CF7FDD9983-xmlrpc-client-3.0.jar http://hg.netbeans.org/binaries/8FA16AD28B5E79A7CD52B8B72985B0AE8CCD6ADF-xmlrpc-common-3.0.jar http://hg.netbeans.org/binaries/D6917BF718583002CBE44E773EE21E2DF08ADC71-xmlrpc-server-3.0.jar" -LICENSE="|| ( CDDL GPL-2-with-linking-exception )" +LICENSE="|| ( CDDL GPL-2-with-classpath-exception )" KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}"