summaryrefslogtreecommitdiff
path: root/dev-util/datagrip
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-01-17 23:35:33 +0000
committerLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-01-17 23:35:33 +0000
commit8e8120eabdd28020aa69c7a60505cce2edd20adc (patch)
tree061bf0acdc672720e0bc3a2d575f67d25aedb2d8 /dev-util/datagrip
parentc16790af2c9b4cbc38e565d4311252193ff85484 (diff)
downloadbaldeagleos-repo-21.1.2.tar.gz
baldeagleos-repo-21.1.2.tar.xz
baldeagleos-repo-21.1.2.zip
Updating liguros repo21.1.2
Diffstat (limited to 'dev-util/datagrip')
-rw-r--r--dev-util/datagrip/Manifest3
-rw-r--r--dev-util/datagrip/datagrip-2020.3.ebuild69
-rw-r--r--dev-util/datagrip/datagrip-9999.ebuild69
3 files changed, 0 insertions, 141 deletions
diff --git a/dev-util/datagrip/Manifest b/dev-util/datagrip/Manifest
deleted file mode 100644
index db16c1611c36..000000000000
--- a/dev-util/datagrip/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST datagrip-2020.3.tar.gz 443012748 BLAKE2B 40e93699b8c47a086cda507489c5002c7992e35d4fba53c08713d3e0ae36efd07b2360e1f41df2b3ac44ea0958c45284273ba52c29e81732589023e9c3a6e6d9 SHA512 603fe51c3301f42fc12c5b41d9e66ab212cb3d103c631b8121850a4bf8ff646ad30b2075cfecfc37354bc004cdf8594bc15b7fbb0d8c7a4335223bfa917b5b80
-EBUILD datagrip-2020.3.ebuild 1449 BLAKE2B f3dbe5fb3372f06bbe024e76adf29df54857d4cf2f0720322863df6b1c27045f87dd98a1bc0e507e6f4f86066364261e4f7933550dc1a80f62f32f77ea697a1f SHA512 ea8f9e0c111c352455c3533127530b60f71209e3990dc24302c6920fdfccb452421bbe9fed14553350e8f90e529f333544c31b6ff5c38f7f32f4e68edde136ea
-EBUILD datagrip-9999.ebuild 1449 BLAKE2B f3dbe5fb3372f06bbe024e76adf29df54857d4cf2f0720322863df6b1c27045f87dd98a1bc0e507e6f4f86066364261e4f7933550dc1a80f62f32f77ea697a1f SHA512 ea8f9e0c111c352455c3533127530b60f71209e3990dc24302c6920fdfccb452421bbe9fed14553350e8f90e529f333544c31b6ff5c38f7f32f4e68edde136ea
diff --git a/dev-util/datagrip/datagrip-2020.3.ebuild b/dev-util/datagrip/datagrip-2020.3.ebuild
deleted file mode 100644
index 49a78c76c818..000000000000
--- a/dev-util/datagrip/datagrip-2020.3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils xdg
-
-DESCRIPTION="Many databases, one tool"
-HOMEPAGE="https://www.jetbrains.com/datagrip"
-LICENSE="JetBrains"
-
-SLOT="0"
-
-BDEPEND="
- app-arch/tar
-"
-
-RDEPEND="
- virtual/jdk
- dev-libs/libdbusmenu
-"
-
-RESTRICT="bindist mirror strip"
-
-MY_PN="datagrip"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-if [[ ${PV} != 9999 ]]; then
- SRC_URI="https://download.jetbrains.com/datagrip/${PN}-${PV}.tar.gz"
- KEYWORDS="*"
-fi
-
-src_unpack() {
- default
- mv "${WORKDIR}"/DataGrip* "${S}" || die "Failed to move/rename source dir"
-}
-
-src_prepare() {
- default
-
- # Remove any bundled Java
- rm -rf {jbr,jre{64}} || die "Failed to remove bundled Java"
-}
-
-src_install() {
-
- insinto "/opt/${PN}"
- doins -r *
-
- fperms 755 /opt/${PN}/bin/{format.sh,datagrip.sh,inspect.sh,printenv.py,restart.py,fsnotifier{,64}}
-
- dosym ../../opt/${PN}/bin/datagrip.sh /usr/bin/${PN}
-
- newicon "bin/${PN}.png" "${PN}.png"
- make_desktop_entry "${PN}" "DataGrip" "${PN}" "Development;Programming;IDE;"
-
- # recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
- mkdir -p "${D}/etc/sysctl.d/" || die
- echo "fs.inotify.max_user_watches = 524288" > "${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_icon_cache_update
-}
diff --git a/dev-util/datagrip/datagrip-9999.ebuild b/dev-util/datagrip/datagrip-9999.ebuild
deleted file mode 100644
index 49a78c76c818..000000000000
--- a/dev-util/datagrip/datagrip-9999.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils xdg
-
-DESCRIPTION="Many databases, one tool"
-HOMEPAGE="https://www.jetbrains.com/datagrip"
-LICENSE="JetBrains"
-
-SLOT="0"
-
-BDEPEND="
- app-arch/tar
-"
-
-RDEPEND="
- virtual/jdk
- dev-libs/libdbusmenu
-"
-
-RESTRICT="bindist mirror strip"
-
-MY_PN="datagrip"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-if [[ ${PV} != 9999 ]]; then
- SRC_URI="https://download.jetbrains.com/datagrip/${PN}-${PV}.tar.gz"
- KEYWORDS="*"
-fi
-
-src_unpack() {
- default
- mv "${WORKDIR}"/DataGrip* "${S}" || die "Failed to move/rename source dir"
-}
-
-src_prepare() {
- default
-
- # Remove any bundled Java
- rm -rf {jbr,jre{64}} || die "Failed to remove bundled Java"
-}
-
-src_install() {
-
- insinto "/opt/${PN}"
- doins -r *
-
- fperms 755 /opt/${PN}/bin/{format.sh,datagrip.sh,inspect.sh,printenv.py,restart.py,fsnotifier{,64}}
-
- dosym ../../opt/${PN}/bin/datagrip.sh /usr/bin/${PN}
-
- newicon "bin/${PN}.png" "${PN}.png"
- make_desktop_entry "${PN}" "DataGrip" "${PN}" "Development;Programming;IDE;"
-
- # recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
- mkdir -p "${D}/etc/sysctl.d/" || die
- echo "fs.inotify.max_user_watches = 524288" > "${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_icon_cache_update
-}