Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/webstorm/
Date: Sun, 14 Oct 2018 11:50:26
Message-Id: 1539517782.35f082b8965fac30af7d25b1fb2be22cc8755b03.pacho@gentoo
1 commit: 35f082b8965fac30af7d25b1fb2be22cc8755b03
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 11:49:42 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 11:49:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f082b8
7
8 dev-util/webstorm: Cannot be slotted, prevent collisions
9
10 Closes: https://bugs.gentoo.org/592636
11 Closes: https://bugs.gentoo.org/656858
12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14
15 dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild | 8 ++++++--
16 1 file changed, 6 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild b/dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild
19 index d7dca526f30..4171a9a4f43 100644
20 --- a/dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild
21 +++ b/dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -10,10 +10,14 @@ HOMEPAGE="http://www.jetbrains.com/webstorm"
29 SRC_URI="http://download.jetbrains.com/${PN}/WebStorm-$(get_version_component_range 1-3).tar.gz"
30
31 LICENSE="WebStorm WebStorm_Academic WebStorm_Classroom WebStorm_OpenSource WebStorm_personal"
32 -SLOT="$(get_major_version)"
33 +# This package cannot be slotted for now, bug #592636
34 +#SLOT="$(get_major_version)"
35 +SLOT="2017"
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38
39 +RESTRICT="splitdebug" #656858
40 +
41 RDEPEND=">=virtual/jdk-1.7"
42
43 S="${WORKDIR}/WebStorm-$(get_version_component_range 4-6)"