From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/firebird/
Date: Wed, 6 Dec 2017 20:15:22 +0000 (UTC) [thread overview]
Message-ID: <1512591297.99d88bb141c0722d9fe31cdc1a31c284926d5e0c.asturm@gentoo> (raw)
commit: 99d88bb141c0722d9fe31cdc1a31c284926d5e0c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 6 20:00:41 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 6 20:14:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d88bb1
dev-db/firebird: Drop redundant ${S} in src_prepare
Package-Manager: Portage-2.3.16, Repoman-2.3.6
dev-db/firebird/firebird-2.5.7.27050.0.ebuild | 4 ++--
dev-db/firebird/firebird-3.0.2.32703.0-r2.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-db/firebird/firebird-2.5.7.27050.0.ebuild b/dev-db/firebird/firebird-2.5.7.27050.0.ebuild
index 72385210ce9..74bd1f31074 100644
--- a/dev-db/firebird/firebird-2.5.7.27050.0.ebuild
+++ b/dev-db/firebird/firebird-2.5.7.27050.0.ebuild
@@ -79,8 +79,8 @@ src_prepare() {
-e 's:ISQL :FBSQL :w /dev/stdout' \
src/msgs/messages2.sql | wc -l)" "6" "src/msgs/messages2.sql" # 6 lines
- find "${S}" -name \*.sh -exec chmod +x {} + || die
- rm -r "${S}"/extern/{btyacc,editline,icu} || die
+ find . -name \*.sh -exec chmod +x {} + || die
+ rm -r extern/{btyacc,editline,icu} || die
mv configure.in configure.ac || "failed to mv configure.in configure.ac"
diff --git a/dev-db/firebird/firebird-3.0.2.32703.0-r2.ebuild b/dev-db/firebird/firebird-3.0.2.32703.0-r2.ebuild
index 0ffc66ca591..f502dbb7b2c 100644
--- a/dev-db/firebird/firebird-3.0.2.32703.0-r2.ebuild
+++ b/dev-db/firebird/firebird-3.0.2.32703.0-r2.ebuild
@@ -88,8 +88,8 @@ src_prepare() {
-e 's:ISQL :FBSQL :w /dev/stdout' \
src/msgs/messages2.sql | wc -l)" "6" "src/msgs/messages2.sql" # 6 lines
- find "${S}" -name \*.sh -exec chmod +x {} + || die
- rm -r "${S}"/extern/{btyacc,editline,icu} || die
+ find . -name \*.sh -exec chmod +x {} + || die
+ rm -r extern/{btyacc,editline,icu} || die
eautoreconf
}
next reply other threads:[~2017-12-06 20:15 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-06 20:15 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-11 22:28 [gentoo-commits] repo/gentoo:master commit in: dev-db/firebird/ Andreas Sturmlechner
2024-11-22 14:29 Sam James
2024-11-22 14:04 Sam James
2024-04-27 1:11 Sam James
2023-05-09 13:27 Arthur Zamarin
2022-10-05 15:45 Sam James
2022-03-29 20:09 Conrad Kostecki
2019-08-18 12:37 David Seifert
2019-08-08 16:52 Andreas Sturmlechner
2018-02-19 19:42 David Seifert
2017-12-07 8:27 Andreas Sturmlechner
2017-12-06 20:15 Andreas Sturmlechner
2017-05-27 12:08 Andreas Hüttel
2017-05-25 1:36 Andreas Hüttel
2017-05-25 1:36 Andreas Hüttel
2017-05-21 11:58 Andreas Hüttel
2017-05-18 22:29 Andreas Hüttel
2017-05-13 23:55 Andreas Hüttel
2017-02-23 21:06 Andreas Sturmlechner
2017-02-04 19:26 Andreas Sturmlechner
2016-02-02 20:35 Kristian Fiskerstrand
2016-02-02 16:02 Patrick Lauer
2016-01-28 18:54 Patrice Clement
2015-10-05 16:54 Michał Górny
2015-09-23 10:02 Patrice Clement
2015-09-23 10:02 Patrice Clement
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=1512591297.99d88bb141c0722d9fe31cdc1a31c284926d5e0c.asturm@gentoo \
--to=asturm@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