diff options
author | Mike Pagano <mpagano@gentoo.org> | 2021-01-02 18:55:45 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2021-01-02 18:55:45 -0500 |
commit | d18feb080bc8a7a86991ffde7af1effa283d921e (patch) | |
tree | 3a5fea3978e72a7b289147f0780efc1530cf1944 /dev-util/idea-community | |
parent | dev-util/idea-community: Version bump (diff) | |
download | gentoo-d18feb080bc8a7a86991ffde7af1effa283d921e.tar.gz gentoo-d18feb080bc8a7a86991ffde7af1effa283d921e.tar.bz2 gentoo-d18feb080bc8a7a86991ffde7af1effa283d921e.zip |
dev-util/idea-community: Remove test Echos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'dev-util/idea-community')
-rw-r--r-- | dev-util/idea-community/idea-community-2020.3.1.203.6682.168.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-util/idea-community/idea-community-2020.3.1.203.6682.168.ebuild b/dev-util/idea-community/idea-community-2020.3.1.203.6682.168.ebuild index 1199297e91de..26a367b3725b 100644 --- a/dev-util/idea-community/idea-community-2020.3.1.203.6682.168.ebuild +++ b/dev-util/idea-community/idea-community-2020.3.1.203.6682.168.ebuild @@ -13,9 +13,6 @@ MY_PN="idea" JRE11_BASE="11_0_8" JRE11_VER="1098.1" -echo "PV_String IS ${PV_STRING}" -echo "MY_PN S ${MY_PN}" - # distinguish settings for official stable releases and EAP-version releases if [[ "$(ver_cut 7)"x = "prex" ]] then @@ -29,8 +26,6 @@ else amd64? ( https://bintray.com/jetbrains/intellij-jbr/download_file?file_path=jbr-${JRE11_BASE}-linux-x64-b${JRE11_VER}.tar.gz -> jbr-${JRE11_BASE}-linux-x64-b${JRE11_VER}.tar.gz )" fi -echo "SRC_URI is ${SRC_URI}" - DESCRIPTION="A complete toolset for web, mobile and enterprise development" HOMEPAGE="https://www.jetbrains.com/idea" |