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 2CB0813832E for ; Wed, 3 Aug 2016 21:53:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F3A6E0B8C; Wed, 3 Aug 2016 21:53:05 +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 4422821C100 for ; Wed, 3 Aug 2016 21:53:02 +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 D1D7F340BBA for ; Wed, 3 Aug 2016 21:53:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2004A245D for ; Wed, 3 Aug 2016 21:52:56 +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.c9a5c5c96bc55855c2af060a4cd65e5f12b7582a.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netbeans-websvccommon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netbeans-websvccommon/netbeans-websvccommon-8.0.2.ebuild dev-java/netbeans-websvccommon/netbeans-websvccommon-8.1.ebuild X-VCS-Directories: dev-java/netbeans-websvccommon/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: c9a5c5c96bc55855c2af060a4cd65e5f12b7582a X-VCS-Branch: master Date: Wed, 3 Aug 2016 21:52:56 +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: 60eab189-a4c7-47da-9f83-f5d1c325275e X-Archives-Hash: a7817370fba5e730435082716605e0e3 commit: c9a5c5c96bc55855c2af060a4cd65e5f12b7582a Author: Austin English gentoo org> AuthorDate: Wed Aug 3 21:48:28 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=c9a5c5c9 dev-java/netbeans-websvccommon: license should be GPL-2-with-classpath-exception, not GPL-2-with-linking-exception dev-java/netbeans-websvccommon/netbeans-websvccommon-8.0.2.ebuild | 2 +- dev-java/netbeans-websvccommon/netbeans-websvccommon-8.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.0.2.ebuild b/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.0.2.ebuild index 57ffe65..9fe39a9 100644 --- a/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.0.2.ebuild +++ b/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.0.2.ebuild @@ -11,7 +11,7 @@ SLOT="8.0" SOURCE_URL="http://download.netbeans.org/netbeans/8.0.2/final/zip/netbeans-8.0.2-201411181905-src.zip" SRC_URI="${SOURCE_URL} https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.0.2-build.xml.patch.bz2" -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-websvccommon/netbeans-websvccommon-8.1.ebuild b/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.1.ebuild index 24a0f00..ac43ab2 100644 --- a/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.1.ebuild +++ b/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.1.ebuild @@ -11,7 +11,7 @@ SLOT="8.1" SOURCE_URL="http://download.netbeans.org/netbeans/8.1/final/zip/netbeans-8.1-201510222201-src.zip" SRC_URI="${SOURCE_URL} http://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.1-build.xml.patch.bz2" -LICENSE="|| ( CDDL GPL-2-with-linking-exception )" +LICENSE="|| ( CDDL GPL-2-with-classpath-exception )" KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}"