From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E5A113835B for ; Fri, 2 Oct 2020 00:17:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42F12E081B; Fri, 2 Oct 2020 00:17:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15E2DE081B for ; Fri, 2 Oct 2020 00:17:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18604340C30 for ; Fri, 2 Oct 2020 00:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B755D38C for ; Fri, 2 Oct 2020 00:17:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1601597836.5e458e608db3e4be217a845e1a10029e112fdb63.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/oracle-instantclient-sqlplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/oracle-instantclient-sqlplus/Manifest dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.4.ebuild X-VCS-Directories: dev-db/oracle-instantclient-sqlplus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5e458e608db3e4be217a845e1a10029e112fdb63 X-VCS-Branch: master Date: Fri, 2 Oct 2020 00:17:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a8b45fc5-1293-4d35-8398-8028135433cd X-Archives-Hash: 26af4c978ce7a263bf502b5bd4a5f521 commit: 5e458e608db3e4be217a845e1a10029e112fdb63 Author: Sam James gentoo org> AuthorDate: Fri Oct 2 00:17:16 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 2 00:17:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e458e60 dev-db/oracle-instantclient-sqlplus: cleanup old EAPI 4 Bug: https://bugs.gentoo.org/744721 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> dev-db/oracle-instantclient-sqlplus/Manifest | 2 - .../oracle-instantclient-sqlplus-11.2.0.4.ebuild | 70 ---------------------- 2 files changed, 72 deletions(-) diff --git a/dev-db/oracle-instantclient-sqlplus/Manifest b/dev-db/oracle-instantclient-sqlplus/Manifest deleted file mode 100644 index 1425c27a01d..00000000000 --- a/dev-db/oracle-instantclient-sqlplus/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST instantclient-sqlplus-linux-11.2.0.4.0.zip 792608 BLAKE2B c3e8f0843700df9f95428b01520400d95076df5e19169f2a79982293e54ce6cc74321de0f34a0e7865d5d29535e38b60bcca127be06343c979a40985bf349012 SHA512 8f5ff27043a036eab038080bbdc056325cc2c197e12de34e74a8da17bf69b44e4fd4200b638881d86fdf1dc1450d8e1d033daaa56386bd2c8784d556ba0093ce -DIST instantclient-sqlplus-linux.x64-11.2.0.4.0.zip 834491 BLAKE2B 487091d97c0f2ec383018c39a957c8a27b030c4c8754a6c2714237dc875b89b250b47dbd28ca228a98c6199323ddd031452e1cc90c60824fbcca536aa38bff1f SHA512 b7180b5667e604564cf379b9eb55a2fc8994b87cfb993e728b4c1bdd297cab134a55580018429bdbb2b101ebdf8a350bacc1ddf5a30e1cc419092054c79a108b diff --git a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.4.ebuild b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.4.ebuild deleted file mode 100644 index c01045c3709..00000000000 --- a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.4.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit eutils pax-utils - -MY_PLAT_x86="Linux x86" -MY_A_x86="${PN#oracle-}-linux-${PV}.0.zip" - -MY_PLAT_amd64="Linux x86-64" -MY_A_amd64="${PN#oracle-}-linux.x64-${PV}.0.zip" - -DESCRIPTION="Oracle 11g Instant Client: SQL*Plus" -HOMEPAGE="http://www.oracle.com/technetwork/database/features/instant-client/index.html" -SRC_URI=" - x86? ( ${MY_A_x86} ) - amd64? ( ${MY_A_amd64} ) -" - -LICENSE="OTN" -SLOT="0" -KEYWORDS="amd64 x86" -RESTRICT="fetch splitdebug" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="~dev-db/oracle-instantclient-basic-${PV}" - -S="${WORKDIR}"/instantclient_11_2 - -QA_PREBUILT=" - usr/lib*/oracle/${PV}/client/lib*/lib* - usr/lib*/oracle/${PV}/client/bin/sqlplus -" - -my_arch() { - # platform name - MY_PLAT=MY_PLAT_${ARCH} - export MY_PLAT=${!MY_PLAT} - # distfile - MY_A=MY_A_${ARCH} - export MY_A=${!MY_A} -} - -pkg_nofetch() { - my_arch - eerror "Please go to" - eerror " ${HOMEPAGE%/*}/index-097480.html" - eerror " and download" - eerror "Instant Client for ${MY_PLAT}" - eerror " SQL*Plus: ${MY_A}" - eerror "After downloading, put it into your DISTDIR directory." -} - -src_install() { - # all binaries go here - local oracle_home=usr/$(get_libdir)/oracle/${PV}/client - into /"${oracle_home}" - - dolib.so libsqlplus$(get_libname) libsqlplusic$(get_libname) - dobin sqlplus - - insinto /"${oracle_home}"/sqlplus/admin - doins glogin.sql - - pax-mark -c "${ED}${oracle_home}"/bin/sqlplus || die - - dosym /"${oracle_home}"/bin/sqlplus /usr/bin/sqlplus -}