Gentoo Archives: gentoo-commits

From: Alice Ferrazzi <alicef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/idea-community/
Date: Tue, 29 Jan 2019 14:59:07
Message-Id: 1548773923.03916dccaefbd00f1e06299bfd56f87b0d2d5ec1.alicef@gentoo
1 commit: 03916dccaefbd00f1e06299bfd56f87b0d2d5ec1
2 Author: Kyle Elbert <kcelbert <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 26 23:32:54 2019 +0000
4 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 29 14:58:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03916dcc
7
8 dev-util/idea-community: Update License
9
10 Per https://www.jetbrains.com/idea/download/#section=linux and the bundled
11 License.txt idea-community is under Apache-2.0, while the bundled License.txt
12 with the JRE is GPL-2
13
14 Bug: https://bugs.gentoo.org/652040
15 Package-Manager: Portage-2.3.58, Repoman-2.3.12
16 Signed-off-by: Kyle Elbert <kcelbert <AT> gmail.com>
17 Signed-off-by: Alice Ferrazzi <alicef <AT> gentoo.org>
18
19 ...4588.61.ebuild => idea-community-2017.2.2.172.3757.52-r1.ebuild} | 6 +++---
20 ...3757.52.ebuild => idea-community-2018.3.1.183.4588.61-r1.ebuild} | 6 +++---
21 dev-util/idea-community/idea-community-2018.3.3.183.5153.38.ebuild | 4 ++--
22 3 files changed, 8 insertions(+), 8 deletions(-)
23
24 diff --git a/dev-util/idea-community/idea-community-2018.3.1.183.4588.61.ebuild b/dev-util/idea-community/idea-community-2017.2.2.172.3757.52-r1.ebuild
25 similarity index 93%
26 rename from dev-util/idea-community/idea-community-2018.3.1.183.4588.61.ebuild
27 rename to dev-util/idea-community/idea-community-2017.2.2.172.3757.52-r1.ebuild
28 index cc1ffa36d7a..c3da3d3edc2 100644
29 --- a/dev-util/idea-community/idea-community-2018.3.1.183.4588.61.ebuild
30 +++ b/dev-util/idea-community/idea-community-2017.2.2.172.3757.52-r1.ebuild
31 @@ -1,4 +1,4 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 +# Copyright 1999-2019 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI=5
37 @@ -24,8 +24,8 @@ fi
38 DESCRIPTION="A complete toolset for web, mobile and enterprise development"
39 HOMEPAGE="https://www.jetbrains.com/idea"
40
41 -LICENSE="IDEA
42 - || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
43 +LICENSE="Apache-2.0
44 + custom-jdk? ( GPL-2 )"
45 IUSE="-custom-jdk"
46
47 DEPEND="!dev-util/${PN}:14
48
49 diff --git a/dev-util/idea-community/idea-community-2017.2.2.172.3757.52.ebuild b/dev-util/idea-community/idea-community-2018.3.1.183.4588.61-r1.ebuild
50 similarity index 93%
51 rename from dev-util/idea-community/idea-community-2017.2.2.172.3757.52.ebuild
52 rename to dev-util/idea-community/idea-community-2018.3.1.183.4588.61-r1.ebuild
53 index a4f2eb0c798..c3da3d3edc2 100644
54 --- a/dev-util/idea-community/idea-community-2017.2.2.172.3757.52.ebuild
55 +++ b/dev-util/idea-community/idea-community-2018.3.1.183.4588.61-r1.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2017 Gentoo Foundation
58 +# Copyright 1999-2019 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=5
62 @@ -24,8 +24,8 @@ fi
63 DESCRIPTION="A complete toolset for web, mobile and enterprise development"
64 HOMEPAGE="https://www.jetbrains.com/idea"
65
66 -LICENSE="IDEA
67 - || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
68 +LICENSE="Apache-2.0
69 + custom-jdk? ( GPL-2 )"
70 IUSE="-custom-jdk"
71
72 DEPEND="!dev-util/${PN}:14
73
74 diff --git a/dev-util/idea-community/idea-community-2018.3.3.183.5153.38.ebuild b/dev-util/idea-community/idea-community-2018.3.3.183.5153.38.ebuild
75 index 87e485f6d7f..3811dacddc7 100644
76 --- a/dev-util/idea-community/idea-community-2018.3.3.183.5153.38.ebuild
77 +++ b/dev-util/idea-community/idea-community-2018.3.3.183.5153.38.ebuild
78 @@ -24,8 +24,8 @@ fi
79 DESCRIPTION="A complete toolset for web, mobile and enterprise development"
80 HOMEPAGE="https://www.jetbrains.com/idea"
81
82 -LICENSE="IDEA
83 - || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
84 +LICENSE="Apache-2.0
85 + custom-jdk? ( GPL-2 )"
86 IUSE="-custom-jdk"
87 DEPEND="!dev-util/${PN}:14
88 !dev-util/${PN}:15"