public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlcl-bin/
Date: Sun, 14 Jul 2019 18:08:04 +0000 (UTC)	[thread overview]
Message-ID: <1563127671.b07ec502aeb892f3d0559e2f3a1a0a6baae0db52.mgorny@gentoo> (raw)

commit:     b07ec502aeb892f3d0559e2f3a1a0a6baae0db52
Author:     Marco Genasci <fedeliallalinea <AT> gmail <DOT> com>
AuthorDate: Thu May 16 08:18:47 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 18:07:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07ec502

dev-db/sqlcl-bin: bump to version 19.1.0.094.1619

Bug: https://bugs.gentoo.org/671606
Signed-off-by: Marco Genasci <fedeliallalinea <AT> gmail.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-db/sqlcl-bin/Manifest                         |  1 +
 dev-db/sqlcl-bin/sqlcl-bin-19.1.0.094.1619.ebuild | 51 +++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/dev-db/sqlcl-bin/Manifest b/dev-db/sqlcl-bin/Manifest
index 39368202cd8..aa79883dbb5 100644
--- a/dev-db/sqlcl-bin/Manifest
+++ b/dev-db/sqlcl-bin/Manifest
@@ -1 +1,2 @@
 DIST sqlcl-17.4.0.354.2224-no-jre.zip 19731560 BLAKE2B 0ee78a39e5be5d2c23a583cf3f4790897d79e1b082036d30a071fa629912e31c3fc3dbb0e873f4013ba6d41c27c8e1d99aff851922202983842cbf09cf1c6b0b SHA512 d03e949755fc3c99661d3b87dc4576fd4cb0edd33fa2b05818bbb26cd6d066d221ad6bcc0fc2f1453a80351b82e5698a193730cbabbf84a55607a118c39b4243
+DIST sqlcl-19.1.0.094.1619.zip 21886970 BLAKE2B adf3e70521eb38b1504a384512b2c92222121084e27e98952d0f493d74fff63d6f24c00e9f1ed025cccef3305cdc47acecde604575a63221b4fedf38fa6e1885 SHA512 1d04fc7e1a9229badafeea54489db5c6ee8b3d720d84687cbdf761232388e624ac66d0ae59de99e833ae36eb3d5287d1ea556d09aad855d75b674186c55ed9a8

diff --git a/dev-db/sqlcl-bin/sqlcl-bin-19.1.0.094.1619.ebuild b/dev-db/sqlcl-bin/sqlcl-bin-19.1.0.094.1619.ebuild
new file mode 100644
index 00000000000..140d82c8526
--- /dev/null
+++ b/dev-db/sqlcl-bin/sqlcl-bin-19.1.0.094.1619.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-bin}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Oracle SQLcl is the new SQL*Plus"
+HOMEPAGE="https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html"
+SRC_URI="${MY_P}.zip"
+RESTRICT="bindist fetch mirror"
+
+LICENSE="OTN"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="virtual/jre:1.8
+	dev-java/java-config:2
+	dev-db/oracle-instantclient"
+
+S="${WORKDIR}"
+
+pkg_nofetch() {
+	einfo "Please go to"
+	einfo
+	einfo "	${HOMEPAGE}"
+	einfo
+	einfo "and download"
+	einfo
+	einfo "	Command Line - SQLcl"
+	einfo "		${SRC_URI}"
+	einfo
+	einfo "which must be placed in DISTDIR directory."
+}
+
+src_prepare() {
+	default
+	find ./ \( -iname "*.bat" -or -iname "*.exe" \) -delete || die "remove files failed"
+}
+
+src_install() {
+	exeinto "/opt/${MY_PN}/bin/"
+	newexe "${MY_PN}"/bin/sql sqlcl
+
+	insinto "/opt/${MY_PN}/lib/"
+	doins -r "${MY_PN}"/lib/.
+
+	dosym "../${MY_PN}/bin/sqlcl" /opt/bin/sqlcl
+}


             reply	other threads:[~2019-07-14 18:08 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-14 18:08 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-03 12:53 [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlcl-bin/ Joonas Niilola
2024-07-03 12:53 Joonas Niilola
2024-04-20  7:40 Joonas Niilola
2024-04-20  7:40 Joonas Niilola
2024-02-09 13:47 Joonas Niilola
2024-02-09 13:47 Joonas Niilola
2023-12-25 10:12 Viorel Munteanu
2023-12-25 10:12 Viorel Munteanu
2023-08-14  6:32 Joonas Niilola
2023-08-14  6:32 Joonas Niilola
2023-04-03  6:30 Viorel Munteanu
2023-04-03  6:30 Viorel Munteanu
2022-09-05 12:37 Joonas Niilola
2022-09-05 12:37 Joonas Niilola
2022-07-05  9:47 Joonas Niilola
2022-07-05  9:47 Joonas Niilola
2022-05-19  2:20 Sam James
2022-05-19  2:20 Sam James
2022-02-24 12:41 Joonas Niilola
2022-02-24 12:41 Joonas Niilola
2022-01-21  7:08 Joonas Niilola
2022-01-21  7:08 Joonas Niilola
2021-11-22 10:11 Sam James
2021-11-22 10:11 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-06-02 12:59 Joonas Niilola
2021-06-02 12:59 Joonas Niilola
2021-04-10  7:45 Joonas Niilola
2021-04-10  7:45 Joonas Niilola
2021-02-01 16:32 Sam James
2021-02-01 13:22 Joonas Niilola
2021-02-01 13:22 Joonas Niilola
2020-11-23 13:29 Joonas Niilola
2020-11-23 13:29 Joonas Niilola
2020-09-15 14:11 Joonas Niilola
2020-09-15 14:11 Joonas Niilola
2020-02-20  7:09 Joonas Niilola
2020-02-20  7:09 Joonas Niilola
2019-10-10 14:01 Joonas Niilola
2019-10-10 14:01 Joonas Niilola
2019-07-14 18:08 Michał Górny
2019-03-20 18:26 Aaron Bauman
2018-01-03  8:19 Michał Górny
2018-01-03  8:19 Michał Górny
2017-11-26 22:25 Ettore Di Giacinto
2017-11-26 22:25 Ettore Di Giacinto
2017-09-04 20:45 Ettore Di Giacinto
2017-09-04 20:45 Ettore Di Giacinto
2017-05-01 10:18 Ettore Di Giacinto
2017-02-22 11:33 Ettore Di Giacinto

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=1563127671.b07ec502aeb892f3d0559e2f3a1a0a6baae0db52.mgorny@gentoo \
    --to=mgorny@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