Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netbeans-extide/
Date: Wed, 03 Aug 2016 21:53:05
Message-Id: 1470261162.0da01081927f25ff3805c236e846f3c37248da11.wizardedit@gentoo
1 commit: 0da01081927f25ff3805c236e846f3c37248da11
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 21:48:17 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 21:52:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da01081
7
8 dev-java/netbeans-extide: license should be GPL-2-with-classpath-exception, not GPL-2-with-linking-exception
9
10 dev-java/netbeans-extide/netbeans-extide-8.0.2.ebuild | 2 +-
11 dev-java/netbeans-extide/netbeans-extide-8.1.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/dev-java/netbeans-extide/netbeans-extide-8.0.2.ebuild b/dev-java/netbeans-extide/netbeans-extide-8.0.2.ebuild
15 index a5c66eb..83a3dd9 100644
16 --- a/dev-java/netbeans-extide/netbeans-extide-8.0.2.ebuild
17 +++ b/dev-java/netbeans-extide/netbeans-extide-8.0.2.ebuild
18 @@ -13,7 +13,7 @@ SRC_URI="${SOURCE_URL}
19 https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.0.2-build.xml.patch.bz2
20 http://hg.netbeans.org/binaries/22CB933E3A1450B092C45785C187837E97523F5C-ant-libs-1.9.4.zip
21 http://hg.netbeans.org/binaries/95CCE237B1E9390FBED0440B601822813DB220E6-ant-misc-1.9.4.zip"
22 -LICENSE="|| ( CDDL GPL-2-with-linking-exception )"
23 +LICENSE="|| ( CDDL GPL-2-with-classpath-exception )"
24 KEYWORDS="amd64 x86"
25 IUSE=""
26 S="${WORKDIR}"
27
28 diff --git a/dev-java/netbeans-extide/netbeans-extide-8.1.ebuild b/dev-java/netbeans-extide/netbeans-extide-8.1.ebuild
29 index 2fe40c9..6935fcb 100644
30 --- a/dev-java/netbeans-extide/netbeans-extide-8.1.ebuild
31 +++ b/dev-java/netbeans-extide/netbeans-extide-8.1.ebuild
32 @@ -13,7 +13,7 @@ SRC_URI="${SOURCE_URL}
33 http://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.1-build.xml.patch.bz2
34 http://hg.netbeans.org/binaries/22CB933E3A1450B092C45785C187837E97523F5C-ant-libs-1.9.4.zip
35 http://hg.netbeans.org/binaries/95CCE237B1E9390FBED0440B601822813DB220E6-ant-misc-1.9.4.zip"
36 -LICENSE="|| ( CDDL GPL-2-with-linking-exception )"
37 +LICENSE="|| ( CDDL GPL-2-with-classpath-exception )"
38 KEYWORDS="~amd64 ~x86"
39 IUSE=""
40 S="${WORKDIR}"