commit: 96825c634db03480554d12c39cf94ad8f5175f92 Author: Marco Genasci <fedeliallalinea <AT> gmail <DOT> com> AuthorDate: Mon Jan 27 16:32:19 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Feb 20 07:09:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96825c63
dev-db/sqlcl-bin: removed old Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Marco Genasci <fedeliallalinea <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14476 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-db/sqlcl-bin/Manifest | 1 - dev-db/sqlcl-bin/sqlcl-bin-19.2.1.206.1649.ebuild | 51 ----------------------- 2 files changed, 52 deletions(-) diff --git a/dev-db/sqlcl-bin/Manifest b/dev-db/sqlcl-bin/Manifest index 0ae4aa4c61e..9278196af87 100644 --- a/dev-db/sqlcl-bin/Manifest +++ b/dev-db/sqlcl-bin/Manifest @@ -1,2 +1 @@ -DIST sqlcl-19.2.1.206.1649.zip 24998252 BLAKE2B bb6148235477133439c3b549cfaefd96249ce661a766e69defb77fc32921db4158114386620b4227626446a560c80447f17ba7fcdbcc1eb834df7a71f61e6dcf SHA512 9d43278f7a296e1a5d57d1418007e3aa7b20723e7452543779e5f2c4ad962bea2b2599db32172406bb01278548edb11b24e34c85e4975664883f469f285150a4 DIST sqlcl-19.4.0.354.0937.zip 25303986 BLAKE2B de33e7eee05325dc1a750bd1ef5b6a2e3e074d532097e35f8db67636afc0a3f79302e0d64866011bea1c41bb64c8b9983965b756f4f76731720b1da4824c360f SHA512 b729010a58c3eedcd168602b623bbf4b988ec5b76768cc98b8f9dd8cb3a47a62ec565ae8060dbce826f340d78a185f30fe2a0e7ce420cbfc47f6ed542cbe6ec8 diff --git a/dev-db/sqlcl-bin/sqlcl-bin-19.2.1.206.1649.ebuild b/dev-db/sqlcl-bin/sqlcl-bin-19.2.1.206.1649.ebuild deleted file mode 100644 index 140d82c8526..00000000000 --- a/dev-db/sqlcl-bin/sqlcl-bin-19.2.1.206.1649.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# 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 -}
