public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vitaly Zdanevich" <zdanevich.vitaly@ya.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-db/dbeaver-bin/
Date: Fri, 15 Dec 2023 11:26:41 +0000 (UTC)	[thread overview]
Message-ID: <1702639588.0467c8c394847ee0e4acb603d2ba53f59bb9881a.zdanevich.vitaly@gentoo> (raw)

commit:     0467c8c394847ee0e4acb603d2ba53f59bb9881a
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Dec 15 11:26:28 2023 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Dec 15 11:26:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0467c8c3

dev-db/dbeaver-bin: add 23.3.0

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 dev-db/dbeaver-bin/Manifest                  |  2 ++
 dev-db/dbeaver-bin/dbeaver-bin-23.3.0.ebuild | 43 ++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-db/dbeaver-bin/Manifest b/dev-db/dbeaver-bin/Manifest
index ea2a7e77f0..ae92f355b1 100644
--- a/dev-db/dbeaver-bin/Manifest
+++ b/dev-db/dbeaver-bin/Manifest
@@ -2,3 +2,5 @@ DIST dbeaver-bin-23.0.0-amd64.tar.gz 80880171 BLAKE2B 6aeee7959fb229d612acc49aec
 DIST dbeaver-bin-23.0.0-arm64.tar.gz 80818981 BLAKE2B 16adecc7cdfe9c0a1fc63a37958b46d5475c366e5ff5a7124b49a98abfa619747f3cd3c8ebcaa83b075f38fe096a8eba4537f0801860dfc8098c067b709c04cd SHA512 84d3560929d4fc78430d421493b48e55897fad284b0597acc75ed790107595863653236cca1aca10f99282581e02e76c034bd05c03604721ff8651e969d942ce
 DIST dbeaver-bin-23.2.0-amd64.tar.gz 86591584 BLAKE2B aba54038967b67bf350b99e900bea1af25ae0d78960d55478775c0536ad517635b9a0ff0ee833f6f183431543b23389d70dd2041cf7cb7b70f333aa8926f96cd SHA512 dcf8c85ca420cc5f5e84f499079185b37d4ed2ed8859324cd4077e988aaa3f604a3f582f15f8fba4779945549e41c243b00241ebb4979bdb2f8192f50e5dc0fd
 DIST dbeaver-bin-23.2.0-arm64.tar.gz 86529720 BLAKE2B 31b0fd16cb3637ff8ea4a2486fbc42785858e47f90ae4b43ef80a41c7650cb47b88c18085f8f214daa931205826c4de82b00da1b497fe136e274d4d19f9af4e9 SHA512 cf7a01aa03b01fa75c5a27421352d8d2a27ec82e3b1093de357be211a3724a019230798dcc68498cc0f2a0f5935d57c0f08df81568e2593f8dc0e4858a56095a
+DIST dbeaver-bin-23.3.0-amd64.tar.gz 87702697 BLAKE2B 604001bb9f2bbbf9da338e837bbac2426ee290a8f75a7a106b43e780c6e5ea525523a8d11d8861988abd673cce4d5759357298c50f1103fe4104513a64de48a7 SHA512 8fa3ad96ab64704324ca1cdbd37acaf3841a307b2fb05b743af6adcdfa2410687b7673ba5dc1db17708566524607c0957badf3d3ae26507e584908b720f3d72e
+DIST dbeaver-bin-23.3.0-arm64.tar.gz 87641110 BLAKE2B e93a3d4fe6c72bf9314a01a46ed8c85370bb1cfca75e32cefeb51736ca6cf6365adc302b25b4787c5beee646dc56d6945bfb49abf565c4c738847b7d8f60b2c6 SHA512 f8f36d1b9a668e5fc6a96f9794812d250fec1acf8fe4fb6ca46cdd7940317845e99e3d78fbf153d797bfd84bdc65f7111fd1c25065676ad4d7faa12e35306f00

diff --git a/dev-db/dbeaver-bin/dbeaver-bin-23.3.0.ebuild b/dev-db/dbeaver-bin/dbeaver-bin-23.3.0.ebuild
new file mode 100644
index 0000000000..41d57ee770
--- /dev/null
+++ b/dev-db/dbeaver-bin/dbeaver-bin-23.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop wrapper xdg
+
+DESCRIPTION="Free universal database tool (community edition)."
+HOMEPAGE="https://dbeaver.io/"
+MY_PN="${PN%-bin*}-ce"
+SRC_URI="amd64? ( https://dbeaver.io/files/${PV}/${MY_PN}-${PV}-linux.gtk.x86_64-nojdk.tar.gz -> ${P}-amd64.tar.gz )
+	arm64? ( https://dbeaver.io/files/${PV}/${MY_PN}-${PV}-linux.gtk.aarch64-nojdk.tar.gz  -> ${P}-arm64.tar.gz )"
+
+LICENSE="Apache-2.0 EPL-1.0 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="virtual/jre:17"
+DEPEND="${RDEPEND}"
+
+MY_PN="${PN%-bin*}"
+S="${WORKDIR}/${MY_PN}"
+
+src_prepare() {
+	sed -e "s/^Icon=.*/Icon=${MY_PN}/" \
+		-e 's:/usr/share/dbeaver:/opt/dbeaver:g' \
+		-e '/^WMCLASS.*/d' \
+		-e "s:^Exec=.*:Exec=${EPREFIX}/usr/bin/${MY_PN}:" \
+		-i "${MY_PN}-ce.desktop"
+	default
+}
+
+src_install() {
+	doicon -s 128 "${MY_PN}.png"
+	newicon icon.xpm "${MY_PN}.xpm"
+	domenu "${MY_PN}-ce.desktop"
+	einstalldocs
+	rm "${MY_PN}-ce.desktop" "${MY_PN}.png" icon.xpm readme.txt
+	insinto "/opt/${MY_PN}-ce"
+	doins -r ./*
+	fperms 0755 "/opt/${MY_PN}-ce/${MY_PN}"
+	make_wrapper "${MY_PN}" "/opt/${MY_PN}-ce/${MY_PN}" "/opt/${MY_PN}-ce"
+}


             reply	other threads:[~2023-12-15 11:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-15 11:26 Vitaly Zdanevich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-18 15:47 [gentoo-commits] repo/proj/guru:dev commit in: dev-db/dbeaver-bin/ Takuya Wakazono
2024-10-14 15:03 Filip Kobierski
2024-10-14 15:03 Filip Kobierski
2024-10-14 15:03 Filip Kobierski
2023-09-18 15:08 Vitaly Zdanevich
2023-08-30  5:30 Viorel Munteanu
2023-03-22 18:50 Vitaly Zdanevich

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=1702639588.0467c8c394847ee0e4acb603d2ba53f59bb9881a.zdanevich.vitaly@gentoo \
    --to=zdanevich.vitaly@ya.ru \
    --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