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 058CB13832E for ; Wed, 3 Aug 2016 21:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A77E21C0E7; Wed, 3 Aug 2016 21:53:01 +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 769F6E0B82 for ; Wed, 3 Aug 2016 21:52:59 +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 983C3340B4D for ; Wed, 3 Aug 2016 21:52:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DA8D244C 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.b8413f37c84c900a85c63f60f6656845716ac57c.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netbeans-groovy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netbeans-groovy/netbeans-groovy-8.0.2.ebuild dev-java/netbeans-groovy/netbeans-groovy-8.1.ebuild X-VCS-Directories: dev-java/netbeans-groovy/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: b8413f37c84c900a85c63f60f6656845716ac57c 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: 9f5b8728-ef0e-4ca1-9a19-c82ce6ba979d X-Archives-Hash: d0e7ca69b1c6fce0b4e2a823f18b30df commit: b8413f37c84c900a85c63f60f6656845716ac57c Author: Austin English gentoo org> AuthorDate: Wed Aug 3 21:48:18 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=b8413f37 dev-java/netbeans-groovy: license should be GPL-2-with-classpath-exception, not GPL-2-with-linking-exception dev-java/netbeans-groovy/netbeans-groovy-8.0.2.ebuild | 2 +- dev-java/netbeans-groovy/netbeans-groovy-8.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/netbeans-groovy/netbeans-groovy-8.0.2.ebuild b/dev-java/netbeans-groovy/netbeans-groovy-8.0.2.ebuild index 316f670..83db546 100644 --- a/dev-java/netbeans-groovy/netbeans-groovy-8.0.2.ebuild +++ b/dev-java/netbeans-groovy/netbeans-groovy-8.0.2.ebuild @@ -12,7 +12,7 @@ SOURCE_URL="http://download.netbeans.org/netbeans/8.0.2/final/zip/netbeans-8.0.2 SRC_URI="${SOURCE_URL} https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.0.2-build.xml.patch.bz2 http://hg.netbeans.org/binaries/C136AE67C3C40740AE986582BAF65BA5C5CE69A0-groovy-all-2.1.7.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-groovy/netbeans-groovy-8.1.ebuild b/dev-java/netbeans-groovy/netbeans-groovy-8.1.ebuild index b32237e..cd09e20 100644 --- a/dev-java/netbeans-groovy/netbeans-groovy-8.1.ebuild +++ b/dev-java/netbeans-groovy/netbeans-groovy-8.1.ebuild @@ -12,7 +12,7 @@ SOURCE_URL="http://download.netbeans.org/netbeans/8.1/final/zip/netbeans-8.1-201 SRC_URI="${SOURCE_URL} http://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.1-build.xml.patch.bz2 http://hg.netbeans.org/binaries/C136AE67C3C40740AE986582BAF65BA5C5CE69A0-groovy-all-2.1.7.jar" -LICENSE="|| ( CDDL GPL-2-with-linking-exception )" +LICENSE="|| ( CDDL GPL-2-with-classpath-exception )" KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}"