public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqldeveloper/
Date: Fri, 15 Jul 2022 08:38:15 +0000 (UTC)	[thread overview]
Message-ID: <1657874290.389a3d97fc46164358287036dc1a4c60a67275f5.juippis@gentoo> (raw)

commit:     389a3d97fc46164358287036dc1a4c60a67275f5
Author:     Marco Genasci <fedeliallalinea <AT> gmail <DOT> com>
AuthorDate: Thu Jun 30 18:08:34 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 08:38:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389a3d97

dev-db/sqldeveloper: bump version to 22.2.0.173.2018

Signed-off-by: Marco Genasci <fedeliallalinea <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-db/sqldeveloper/Manifest                       |   1 +
 .../sqldeveloper-22.2.0.173.2018.ebuild            | 100 +++++++++++++++++++++
 2 files changed, 101 insertions(+)

diff --git a/dev-db/sqldeveloper/Manifest b/dev-db/sqldeveloper/Manifest
index 1940cde9fb04..124e5e683673 100644
--- a/dev-db/sqldeveloper/Manifest
+++ b/dev-db/sqldeveloper/Manifest
@@ -1 +1,2 @@
 DIST sqldeveloper-21.4.3.063.0100-no-jre.zip 469919055 BLAKE2B 402fbb25c44c2205db1f8ecf3649028aee01d00f73c8f45cf4f415f42d1c507f9f4b5b23b6068165d7667897e1c314272f583dc6da02e70660c64422acee08c9 SHA512 4ab25d596ad383c4d09f315f3a9c43c285a36528e544b8052b8cc5cbed0c13fcd68ad12f660dc66ec087c7044accde6cdfac48518a86bc9c4cb2b89a8bb621fd
+DIST sqldeveloper-22.2.0.173.2018-no-jre.zip 507930198 BLAKE2B 51c22825b7774d61ca5006150fa8566f35f03a64a755a2602c1aba9613f1d22e5efe9c46aa9b0d8295f349e980e9a0af115e39e8faa9bded4e154d8619f9b5f8 SHA512 daa3be1d20ed7a44e1f2a5e3e86166c6ea27050aceb0fe2ec46ade8557d68c8fc2c56c19e2d7a37c80005a0ac8040f3f7b0f9fd8345284e6615c616d36462627

diff --git a/dev-db/sqldeveloper/sqldeveloper-22.2.0.173.2018.ebuild b/dev-db/sqldeveloper/sqldeveloper-22.2.0.173.2018.ebuild
new file mode 100644
index 000000000000..98ac3b355667
--- /dev/null
+++ b/dev-db/sqldeveloper/sqldeveloper-22.2.0.173.2018.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop java-pkg-2
+
+DESCRIPTION="Oracle SQL Developer is a graphical tool for database development"
+HOMEPAGE="https://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html"
+SRC_URI="${P}-no-jre.zip"
+S="${WORKDIR}/${PN}"
+
+RESTRICT="bindist fetch"
+
+LICENSE="OTN"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+IUSE="mssql mysql postgres sybase"
+
+RDEPEND="
+	dev-java/openjdk:11[javafx]
+	virtual/jre:11
+	mssql? ( dev-java/jtds:1.3 )
+	mysql? ( dev-java/jdbc-mysql:0 )
+	postgres? ( dev-java/jdbc-postgresql:0 )
+	sybase? ( dev-java/jtds:1.3 )
+"
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}"
+
+QA_PREBUILT="
+	opt/${PN}/netbeans/platform/modules/lib/amd64/linux/libjnidispatch-422.so
+"
+
+pkg_nofetch() {
+	einfo "Please go to"
+	einfo " https://www.oracle.com/tools/downloads/sqldev-downloads.html"
+	einfo "and download"
+	einfo " Oracle SQL Developer for other platforms"
+	einfo "         ${SRC_URI}"
+	einfo "and move it to /var/cache/distfiles"
+}
+
+src_prepare() {
+	default
+	find ./ \( -iname "*.exe" -or -iname "*.dll" -or -iname "*.bat" \) -exec rm {} + || die
+	sed -i 's|"`dirname $0`"|/opt/sqldeveloper|' sqldeveloper.sh || die
+
+	rm -r netbeans/platform/modules/lib/i386 || die
+	rm -r modules/javafx || die
+
+	# they both use jtds, enabling one of them also enables the other one
+	if use mssql && ! use sybase; then
+		einfo "You requested MSSQL support, this also enables Sybase support."
+	fi
+	if use sybase && ! use mssql; then
+		einfo "You requested Sybase support, this also enables MSSQL support."
+	fi
+
+	if use mssql || use sybase; then
+		echo "AddJavaLibFile $(java-pkg_getjars jtds-1.3)" >> sqldeveloper/bin/sqldeveloper.conf || die
+	fi
+
+	if use mysql; then
+		echo "AddJavaLibFile $(java-pkg_getjars jdbc-mysql)" >> sqldeveloper/bin/sqldeveloper.conf || die
+	fi
+
+	if use postgres; then
+		echo "AddJavaLibFile $(java-pkg_getjars jdbc-postgresql)" >> sqldeveloper/bin/sqldeveloper.conf || die
+	fi
+}
+
+src_install() {
+	insinto /opt/${PN}
+	doins -r {configuration,d{ataminer,ropins},e{quinox,xternal},ide,j{avavm,d{bc,ev},lib,views},modules,netbeans,orakafka,rdbms,s{leepycat,ql{developer,j},vnkit}}
+	fperms +x /opt/${PN}/netbeans/platform/modules/lib/amd64/linux/libjnidispatch-422.so
+
+	dodir /opt/sqldeveloper/sqldeveloper/extensions/oracle.datamodeler/log
+	fperms 1777 /opt/sqldeveloper/sqldeveloper/extensions/oracle.datamodeler/log
+
+	newbin "${FILESDIR}"/${PN}-r1 ${PN}
+
+	newicon icon.png ${PN}-32x32.png
+	make_desktop_entry ${PN} "Oracle SQL Developer" ${PN}-32x32
+
+	# This is normally called automatically by java-pkg_dojar, which
+	# hasn't been used above. We need to create package.env to help the
+	# launcher select the correct VM.
+	java-pkg_do_write_
+}
+
+pkg_postinst() {
+	echo
+	einfo "If you want to use the TNS connection type you need to set up the"
+	einfo "TNS_ADMIN environment variable to point to the directory your"
+	einfo "tnsnames.ora resides in."
+	echo
+}


             reply	other threads:[~2022-07-15  8:38 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-15  8:38 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-11 18:55 [gentoo-commits] repo/gentoo:master commit in: dev-db/sqldeveloper/ Arthur Zamarin
2024-02-09 13:47 Joonas Niilola
2024-02-09 13:47 Joonas Niilola
2023-08-14  6:32 Joonas Niilola
2023-08-14  6:32 Joonas Niilola
2022-10-10 12:20 Joonas Niilola
2022-10-10 12:20 Joonas Niilola
2022-07-15  8:38 Joonas Niilola
2022-03-16 17:23 Sam James
2022-03-16 17:23 Sam James
2022-02-24 12:41 Joonas Niilola
2022-02-24 12:41 Joonas Niilola
2022-01-07  5:14 Sam James
2022-01-07  5:14 Sam James
2021-09-02  6:53 Joonas Niilola
2021-09-02  6:53 Joonas Niilola
2021-07-16 13:28 Ionen Wolkens
2021-07-16 13:28 Ionen Wolkens
2021-04-10  7:45 Joonas Niilola
2021-04-10  7:45 Joonas Niilola
2021-04-10  7:45 Joonas Niilola
2021-02-03  7:25 Joonas Niilola
2021-02-03  7:25 Joonas Niilola
2021-01-09 10:36 Sam James
2020-10-10  7:22 Joonas Niilola
2020-10-10  7:22 Joonas Niilola
2019-02-04 21:39 Ben Kohler
2018-11-16  9:09 Michał Górny
2018-04-13 19:32 Pacho Ramos
2018-04-12 20:54 Thomas Deutschmann
2018-03-30 14:02 Aaron Bauman
2018-01-12 16:32 Ulrich Müller
2017-04-25 16:09 Wolfram Schlich
2016-12-09 12:00 Wolfram Schlich
2016-12-09 11:25 Wolfram Schlich
2016-01-22 14:25 Wolfram Schlich
2016-01-22 14:02 Wolfram Schlich
2015-11-09 11:21 Agostino Sarubbo
2015-11-09 11:21 Agostino Sarubbo

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=1657874290.389a3d97fc46164358287036dc1a4c60a67275f5.juippis@gentoo \
    --to=juippis@gentoo.org \
    --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