From: "Michael Haubenwallner" <haubi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/oracle-instantclient/
Date: Mon, 28 Sep 2020 09:28:56 +0000 (UTC) [thread overview]
Message-ID: <1601285320.4748c2e097dc3cc474b787ac82f34f882b5f3973.haubi@gentoo> (raw)
commit: 4748c2e097dc3cc474b787ac82f34f882b5f3973
Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 09:28:01 2020 +0000
Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 09:28:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4748c2e0
dev-db/oracle-instantclient: fix unpack problem
Closes: https://bugs.gentoo.org/745057
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
.../oracle-instantclient-19.6.0.0-r1.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-db/oracle-instantclient/oracle-instantclient-19.6.0.0-r1.ebuild b/dev-db/oracle-instantclient/oracle-instantclient-19.6.0.0-r1.ebuild
index 94909337b67..7c6f515d7d1 100644
--- a/dev-db/oracle-instantclient/oracle-instantclient-19.6.0.0-r1.ebuild
+++ b/dev-db/oracle-instantclient/oracle-instantclient-19.6.0.0-r1.ebuild
@@ -101,13 +101,13 @@ set_my_abivars() {
[[ ${abi} == 'default' ]] && abi=${ARCH}
MY_PLAT=MY_PLAT_${abi} ; MY_PLAT=${!MY_PLAT} # platform name
MY_BITS=MY_BITS_${abi} ; MY_BITS=${!MY_BITS} # platform bitwidth
- MY_A=MY_A_${abi} ; MY_A=${!MY_A} # runtime distfile
- MY_A_jdbc=MY_A_${abi}_jdbc ; MY_A_jdbc=${!MY_A_jdbc} # jdbc distfile
- MY_A_odbc=MY_A_${abi}_odbc ; MY_A_odbc=${!MY_A_odbc} # odbc distfile
- MY_A_precomp=MY_A_${abi}_precomp; MY_A_precomp=${!MY_A_precomp} # precomp distfile
- MY_A_sdk=MY_A_${abi}_sdk ; MY_A_sdk=${!MY_A_sdk} # sdk distfile
- MY_A_sqlplus=MY_A_${abi}_sqlplus; MY_A_sqlplus=${!MY_A_sqlplus} # sqlplus distfile
- MY_A_tools=MY_A_${abi}_tools ; MY_A_tools=${!MY_A_tools} # tools distfile
+ MY_A=MY_A_${abi} ; MY_A=${!MY_A##*/} # runtime distfile
+ MY_A_jdbc=MY_A_${abi}_jdbc ; MY_A_jdbc=${!MY_A_jdbc##*/} # jdbc distfile
+ MY_A_odbc=MY_A_${abi}_odbc ; MY_A_odbc=${!MY_A_odbc##*/} # odbc distfile
+ MY_A_precomp=MY_A_${abi}_precomp; MY_A_precomp=${!MY_A_precomp##*/} # precomp distfile
+ MY_A_sdk=MY_A_${abi}_sdk ; MY_A_sdk=${!MY_A_sdk##*/} # sdk distfile
+ MY_A_sqlplus=MY_A_${abi}_sqlplus; MY_A_sqlplus=${!MY_A_sqlplus##*/} # sqlplus distfile
+ MY_A_tools=MY_A_${abi}_tools ; MY_A_tools=${!MY_A_tools##*/} # tools distfile
[[ -n ${MY_PLAT} ]]
}
next reply other threads:[~2020-09-28 9:28 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-28 9:28 Michael Haubenwallner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 15:05 [gentoo-commits] repo/gentoo:master commit in: dev-db/oracle-instantclient/ Michał Górny
2023-01-20 13:31 Joonas Niilola
2023-01-08 6:51 Joonas Niilola
2022-12-28 22:25 Sam James
2022-07-11 4:05 Mike Gilbert
2022-01-15 21:51 Sam James
2022-01-07 12:27 Florian Schmaus
2022-01-07 9:38 Jakov Smolić
2022-01-06 19:08 Sam James
2022-01-06 18:39 Sam James
2021-07-15 11:32 Joonas Niilola
2021-04-23 6:53 Michael Haubenwallner
2020-10-02 0:15 Sam James
2020-10-02 0:13 Sam James
2020-09-28 14:35 Michael Haubenwallner
2020-09-28 8:39 Michael Haubenwallner
2020-02-24 12:09 Michael Haubenwallner
2020-02-24 12:09 Michael Haubenwallner
2019-11-23 13:39 Thomas Deutschmann
2019-11-23 13:39 Thomas Deutschmann
2019-09-12 10:47 Michael Haubenwallner
2019-07-31 14:29 Michael Haubenwallner
2019-07-20 0:13 Thomas Deutschmann
2018-10-23 7:52 Michael Haubenwallner
2017-12-13 12:04 Michael Haubenwallner
2017-09-25 12:13 Michael Haubenwallner
2017-09-08 9:19 Guilherme Amadio
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=1601285320.4748c2e097dc3cc474b787ac82f34f882b5f3973.haubi@gentoo \
--to=haubi@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