commit:     41f41494b08b61f94a11619c78d292b42bf59797
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  2 00:16:57 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 00:16:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f41494

dev-db/oracle-instantclient-odbc: 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 <sam <AT> gentoo.org>

 dev-db/oracle-instantclient-odbc/Manifest          |  2 -
 .../oracle-instantclient-odbc-11.2.0.4.ebuild      | 96 ----------------------
 2 files changed, 98 deletions(-)

diff --git a/dev-db/oracle-instantclient-odbc/Manifest 
b/dev-db/oracle-instantclient-odbc/Manifest
deleted file mode 100644
index 0653181c4ad..00000000000
--- a/dev-db/oracle-instantclient-odbc/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST instantclient-odbc-linux-11.2.0.4.0.zip 274999 BLAKE2B 
33855608fcd61a7f4ebcab3f969b028069d636d5a709676c07733aeb20dcb4335f485844ec72cb0816307e36c7f0b6748c08ea6e5c67c853999ddc1b0c23eae8
 SHA512 
64d75c6f9aa4e5b74da12a2a293e6ee7017017a12a724596d51606d3a8d7a9d9653c158d389a5faeb02893ca6a6a93650605d71f885f9439427847583f5cc820
-DIST instantclient-odbc-linux.x64-11.2.0.4.0.zip 310560 BLAKE2B 
dc97373ac00f07b4d02beb45ed053d5aa8909fc380990426c118e3fb42b08e8e5e699a518aa137b3fe159107c73929e61d59c997e741a343803f5c26036adf9b
 SHA512 
19f999207e5ea2b5db18b40c0eb40c6ec1ea8a3117915a723338e5c423122b747c5e371446d631c00a5c01005453f85da1d2e680a2c1771a495dc0b68812df69

diff --git 
a/dev-db/oracle-instantclient-odbc/oracle-instantclient-odbc-11.2.0.4.ebuild 
b/dev-db/oracle-instantclient-odbc/oracle-instantclient-odbc-11.2.0.4.ebuild
deleted file mode 100644
index 716c88d51ca..00000000000
--- a/dev-db/oracle-instantclient-odbc/oracle-instantclient-odbc-11.2.0.4.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils multilib-minimal
-
-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: ODBC supplement"
-HOMEPAGE="http://www.oracle.com/technetwork/database/features/instant-client/index.html";
-SRC_URI="
-       abi_x86_32? ( ${MY_A_x86}   )
-       abi_x86_64? ( ${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}"
-
-QA_PREBUILT="usr/lib*/oracle/${PV}/client/lib*/lib*"
-
-set_my_abivars() {
-       MY_PLAT=MY_PLAT_${ABI}; MY_PLAT=${!MY_PLAT} # platform name
-       MY_A=MY_A_${ABI}      ; MY_A=${!MY_A}       # runtime distfile
-       # ABI sourcedir
-       MY_S="${S}/${ABI}/instantclient_11_2"
-
-       [[ -n ${MY_PLAT} ]]
-}
-
-pkg_nofetch() {
-       eerror "Please go to"
-       eerror "  ${HOMEPAGE%/*}/index-097480.html"
-       eerror "  and download"
-       local ABI
-       for ABI in $(multilib_get_enabled_abis)
-       do
-               set_my_abivars || continue
-               eerror "Instant Client for ${MY_PLAT}"
-               eerror "    ODBC: ${MY_A}"
-       done
-       eerror "After downloading, put them in:"
-       eerror "    ${DISTDIR}/"
-}
-
-src_unpack() {
-       local ABI
-       for ABI in $(multilib_get_enabled_abis)
-       do
-               set_my_abivars || continue
-               mkdir -p "${MY_S%/*}" || die
-               cd "${MY_S%/*}" || die
-               unpack ${MY_A}
-       done
-}
-
-src_install() {
-       # all binaries go here
-       local oracle_home=/usr/$(get_libdir)/oracle/${PV}/client
-       into "${oracle_home}"
-
-       local ABI
-       for ABI in $(multilib_get_enabled_abis)
-       do
-               if ! set_my_abivars; then
-                       elog "Skipping unsupported ABI ${ABI}."
-                       continue
-               fi
-               einfo "Installing runtime for ${MY_PLAT} ..."
-
-               cd "${MY_S}" || die
-
-               dolib.so libsqora*$(get_libname)*
-
-               # ensure to be linkable
-               [[ -e libsqora$(get_libname) ]] ||
-               dosym libsqora$(get_libname 11.1) 
"${oracle_home}"/$(get_libdir)/libsqora$(get_libname)
-
-               eend $?
-       done
-
-       dobin odbc_update_ini.sh
-       dodoc *htm*
-}

Reply via email to