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 E6FD7138330 for ; Wed, 31 Aug 2016 21:15:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8BF7E0AAA; Wed, 31 Aug 2016 21:15:02 +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 82E82E0AAA for ; Wed, 31 Aug 2016 21:15: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 3CB7A340871 for ; Wed, 31 Aug 2016 21:15:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA7F52457 for ; Wed, 31 Aug 2016 21:14:58 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1472678082.ff96e4ab6dfedc15c844615278e87fcca495fdba.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/webstorm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/webstorm/Manifest dev-util/webstorm/webstorm-2016.2.2.162.1628.41.ebuild X-VCS-Directories: dev-util/webstorm/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: ff96e4ab6dfedc15c844615278e87fcca495fdba X-VCS-Branch: master Date: Wed, 31 Aug 2016 21:14:58 +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: 9b51fd23-04bb-4967-a5a6-194758fa27bc X-Archives-Hash: c3e911d06aec393e392dfbc6fa765f3a commit: ff96e4ab6dfedc15c844615278e87fcca495fdba Author: Manuel Rüger gentoo org> AuthorDate: Wed Aug 31 21:14:42 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Aug 31 21:14:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff96e4ab dev-util/webstorm: Version bump Gentoo-Bug: #587802 Package-Manager: portage-2.3.0 dev-util/webstorm/Manifest | 1 + .../webstorm/webstorm-2016.2.2.162.1628.41.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-util/webstorm/Manifest b/dev-util/webstorm/Manifest index d01f2da..f0037b8 100644 --- a/dev-util/webstorm/Manifest +++ b/dev-util/webstorm/Manifest @@ -1 +1,2 @@ DIST WebStorm-10.0.4.tar.gz 130242508 SHA256 f2c6b6fde74513858f204a6fc5d4f39a6b3424edcc1abc435e566ead0929319c SHA512 2523795dc3cc4395549313584e8e597b2782eb2c6ad577d0aae81b72656f00a2cc2f9bbac77f83f9e1f74350aaa762d8b7ba873558a37af316839784e506c6ec WHIRLPOOL a76ad8b92e454e12ce2948c98041a1cbc671848519a3fe329b3f6524b3bc9cb52922755668048b72011f856fadf28386ebd048830558197516029a8594a83d87 +DIST WebStorm-2016.2.2.tar.gz 215535491 SHA256 06af83ee181b37ae0a1108b4b88ae9a8d10f153796f3c59c879a4ead24dc4e58 SHA512 84123bd5e169e87490f3b71f7259b6b13a7885b5a66b912957cd6e869b6f985db0f0a0f3a232436b1894096ec8d74c2b907c4162f2fdd212f96cb0a3d5f41f48 WHIRLPOOL 9a9cb5d88cded6d6472a6c64425e692144d209da1b72f725db7b5f0dd0a5ff4b1fc90c2da659be7a6520fa2056ae90a99c779ce7bfbd0bf713e9323375ea85a1 diff --git a/dev-util/webstorm/webstorm-2016.2.2.162.1628.41.ebuild b/dev-util/webstorm/webstorm-2016.2.2.162.1628.41.ebuild new file mode 100644 index 00000000..ec29cdb --- /dev/null +++ b/dev-util/webstorm/webstorm-2016.2.2.162.1628.41.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils versionator + +SLOT="$(get_major_version)" +MY_PV="$(get_version_component_range 4-6)" +MY_PN="WebStorm" + +DESCRIPTION="JavaScript IDE for client- and server-side development with Node.js" +HOMEPAGE="http://www.jetbrains.com/webstorm" +SRC_URI="http://download.jetbrains.com/${PN}/${MY_PN}-$(get_version_component_range 1-3).tar.gz" + +LICENSE="WebStorm WebStorm_Academic WebStorm_Classroom WebStorm_OpenSource WebStorm_personal" +IUSE="" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=virtual/jdk-1.7" +S="${WORKDIR}/${MY_PN}-${MY_PV}" + +src_install() { + local dir="/opt/${PN}" + + insinto "${dir}" + doins -r . + fperms 755 ${dir}/bin/{${PN}.sh,fsnotifier{,64}} + + make_wrapper "${PN}" "${dir}/bin/${PN}.sh" +}