From: "Samuel Bernardo" <samuelbernardo.mail@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/ssnb:master commit in: dev-util/webstorm/
Date: Wed, 6 May 2020 01:32:20 +0000 (UTC) [thread overview]
Message-ID: <1588712400.9bcc383dd943112c293f9931d6d54f6c9019af95.samuelbernardo@gentoo> (raw)
commit: 9bcc383dd943112c293f9931d6d54f6c9019af95
Author: Simon Detheridge <s <AT> sd <DOT> ai>
AuthorDate: Tue May 5 12:28:54 2020 +0000
Commit: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Tue May 5 21:00:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=9bcc383d
Add Webstorm 2020.1.1
Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>
dev-util/webstorm/Manifest | 2 ++
dev-util/webstorm/webstorm-2020.1.1.ebuild | 56 ++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/dev-util/webstorm/Manifest b/dev-util/webstorm/Manifest
index 45081f8..b60ad24 100644
--- a/dev-util/webstorm/Manifest
+++ b/dev-util/webstorm/Manifest
@@ -22,3 +22,5 @@ EBUILD webstorm-2017.1.3.171.4424.63.ebuild 1070 SHA256 2a3e48d105898fcf5c7bb15c
EBUILD webstorm-2017.1.4.171.4694.29.ebuild 1070 SHA256 2a3e48d105898fcf5c7bb15c6e2648a6b3415d470ad6a8414312223501a04f79 SHA512 433cd702ffeeb93bac6c5760c69c6ed319a38875f45244bf77aee18b440af74b5d3755501b1669bfde53a0a73dbb8e07f1b47c8438d4f4fc2e162ccf441a1868 WHIRLPOOL b7ebd1faa9e10d44703ef64862d47084571dc7e66626af8f8434903d0a49a306ac5278f1d3bcc664ff5a06fef57ded025e5e2671513c9097865bc1db743b33aa
EBUILD webstorm-2017.2.3.172.3968.27.ebuild 1070 SHA256 2a3e48d105898fcf5c7bb15c6e2648a6b3415d470ad6a8414312223501a04f79 SHA512 433cd702ffeeb93bac6c5760c69c6ed319a38875f45244bf77aee18b440af74b5d3755501b1669bfde53a0a73dbb8e07f1b47c8438d4f4fc2e162ccf441a1868 WHIRLPOOL b7ebd1faa9e10d44703ef64862d47084571dc7e66626af8f8434903d0a49a306ac5278f1d3bcc664ff5a06fef57ded025e5e2671513c9097865bc1db743b33aa
EBUILD webstorm-2017.2.5.172.4343.25.ebuild 1070 SHA256 2a3e48d105898fcf5c7bb15c6e2648a6b3415d470ad6a8414312223501a04f79 SHA512 433cd702ffeeb93bac6c5760c69c6ed319a38875f45244bf77aee18b440af74b5d3755501b1669bfde53a0a73dbb8e07f1b47c8438d4f4fc2e162ccf441a1868 WHIRLPOOL b7ebd1faa9e10d44703ef64862d47084571dc7e66626af8f8434903d0a49a306ac5278f1d3bcc664ff5a06fef57ded025e5e2671513c9097865bc1db743b33aa
+DIST WebStorm-2020.1.1.tar.gz 339941213 BLAKE2B f88ccba4e0766401a994a81daad3d53f5689cfb6eb8b75dd066f8046e8eedb36e5dfb306d03d961daf6dd691b3cced7d587a7306039111d54027c9490d0b02ea SHA512 5e8853ed85704f4a5e230abe37ff5bb4566cc123d800f9a2da1669fa00a1b561586808204eae4a4ec1f08631815321a77fff77ab4536c0a15ee1c3f85ddcd619
+EBUILD webstorm-2020.1.1.ebuild 1150 BLAKE2B 95c2f183de5f5011c4978ae718ef32c8dc095d3fb9067ba74f90f46303109e8e09b3e071d81717861d9a1cdb2389f8f22ca2d6f206458de989a30b8a054bb211 SHA512 820f592e708450d37ae388bb1225e2dd8ab7a051dacbcd715806f88a9457f6100756298251b17bb19ccd7c3bb07c3cd6046bfa337430e202c08b37c84ebd6a80
diff --git a/dev-util/webstorm/webstorm-2020.1.1.ebuild b/dev-util/webstorm/webstorm-2020.1.1.ebuild
new file mode 100644
index 0000000..c144347
--- /dev/null
+++ b/dev-util/webstorm/webstorm-2020.1.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils readme.gentoo-r1 xdg
+
+PROGNAME="WebStorm"
+DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
+HOMEPAGE="http://www.jetbrains.com/webstorm/"
+SRC_URI="http://download.jetbrains.com/webstorm/${PROGNAME}-${PV}.tar.gz"
+
+PROGNAME="WebStorm"
+LICENSE="IDEA"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+SRC_VER="201.7223.93"
+
+RDEPEND=">=virtual/jre-1.8"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/${PN}/bin/fsnotifier
+ opt/${PN}/bin/fsnotifier64
+ opt/${PN}/bin/fsnotifier-arm
+ opt/${PN}/bin/libyjpagent-linux.so
+ opt/${PN}/bin/libyjpagent-linux64.so"
+
+S="${WORKDIR}/${PROGNAME}-${SRC_VER}"
+
+src_prepare() {
+ default
+
+ rm -rf jre || die
+}
+
+src_install() {
+ insinto /opt/${PN}
+ doins -r *
+
+ fperms a+x /opt/${PN}/bin/{webstorm.sh,fsnotifier{,64},inspect.sh}
+
+ dosym ../../opt/${PN}/bin/webstorm.sh /usr/bin/${PN}
+ newicon bin/webstorm.png ${PN}.png
+ make_desktop_entry ${PN} ${PN} ${PN}
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_icon_cache_update
+}
next reply other threads:[~2020-05-06 1:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-06 1:32 Samuel Bernardo [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-03 2:04 [gentoo-commits] repo/user/ssnb:master commit in: dev-util/webstorm/ Samuel Bernardo
2020-05-06 1:56 Samuel Bernardo
2020-05-06 1:32 Samuel Bernardo
2018-02-02 23:34 Samuel Bernardo
2016-10-14 13:35 Samuel Bernardo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1588712400.9bcc383dd943112c293f9931d6d54f6c9019af95.samuelbernardo@gentoo \
--to=samuelbernardo.mail@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox