From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/luakit/
Date: Thu, 24 Sep 2020 13:49:20 +0000 (UTC) [thread overview]
Message-ID: <1600955356.acac3c3891c67956dabf7f8302493aafc48a08d7.jer@gentoo> (raw)
commit: acac3c3891c67956dabf7f8302493aafc48a08d7
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 13:45:39 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 13:49:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acac3c38
www-client/luakit: Export LUA_BIN_NAME and LUA_PKG_NAME
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Bug: https://bugs.gentoo.org/744505
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
www-client/luakit/luakit-2.2.1.ebuild | 10 ++++------
www-client/luakit/luakit-9999.ebuild | 10 ++++------
2 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/www-client/luakit/luakit-2.2.1.ebuild b/www-client/luakit/luakit-2.2.1.ebuild
index a6eb394117a..efeb361d7b9 100644
--- a/www-client/luakit/luakit-2.2.1.ebuild
+++ b/www-client/luakit/luakit-2.2.1.ebuild
@@ -47,13 +47,13 @@ PATCHES=(
)
src_configure() {
+ export LUA_BIN_NAME=$(usex luajit luajit lua)
+ export LUA_PKG_NAME=$(usex luajit luajit lua)
tc-export CC PKG_CONFIG
}
src_compile() {
emake \
- LUA_PKG_NAME=$(usex luajit luajit lua) \
- LUA_BIN_NAME=$(usex luajit luajit lua) \
PREFIX="${EPREFIX}/usr" \
${PN}
@@ -66,16 +66,14 @@ src_test() {
mv tests/async/${failing_test}.lua{,.disabled} || die
done
- emake \
- LUA_BIN_NAME=$(usex luajit luajit lua) \
- run-tests
+ emake run-tests
}
src_install() {
emake \
DESTDIR="${D}" \
- PREFIX="${EPREFIX}/usr" \
DOCDIR="${EPREFIX}/usr/share/doc/${PF}" \
+ PREFIX="${EPREFIX}/usr" \
XDGPREFIX="${EPREFIX}/etc/xdg" \
install
diff --git a/www-client/luakit/luakit-9999.ebuild b/www-client/luakit/luakit-9999.ebuild
index a1c4b6f80bf..e249169925e 100644
--- a/www-client/luakit/luakit-9999.ebuild
+++ b/www-client/luakit/luakit-9999.ebuild
@@ -46,13 +46,13 @@ PATCHES=(
)
src_configure() {
+ export LUA_BIN_NAME=$(usex luajit luajit lua)
+ export LUA_PKG_NAME=$(usex luajit luajit lua)
tc-export CC PKG_CONFIG
}
src_compile() {
emake \
- LUA_PKG_NAME=$(usex luajit luajit lua) \
- LUA_BIN_NAME=$(usex luajit luajit lua) \
PREFIX="${EPREFIX}/usr" \
${PN}
@@ -65,16 +65,14 @@ src_test() {
mv tests/async/${failing_test}.lua{,.disabled} || die
done
- emake \
- LUA_BIN_NAME=$(usex luajit luajit lua) \
- run-tests
+ emake run-tests
}
src_install() {
emake \
DESTDIR="${D}" \
- PREFIX="${EPREFIX}/usr" \
DOCDIR="${EPREFIX}/usr/share/doc/${PF}" \
+ PREFIX="${EPREFIX}/usr" \
XDGPREFIX="${EPREFIX}/etc/xdg" \
install
next reply other threads:[~2020-09-24 13:49 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-24 13:49 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-12 17:10 [gentoo-commits] repo/gentoo:master commit in: www-client/luakit/ Sam James
2023-03-22 3:12 Sam James
2023-03-17 0:07 Sam James
2023-03-16 23:51 Sam James
2023-03-16 23:51 Sam James
2021-12-27 17:37 Arthur Zamarin
2021-06-08 13:24 Joonas Niilola
2021-06-08 13:24 Joonas Niilola
2021-06-08 13:24 Joonas Niilola
2021-01-25 17:38 Marek Szuba
2021-01-17 21:25 Marek Szuba
2020-11-29 17:09 Marek Szuba
2020-09-24 9:46 Jeroen Roovers
2020-04-01 14:38 Joonas Niilola
2019-05-23 18:30 Ben Kohler
2019-05-23 18:14 Ben Kohler
2018-07-07 12:15 Jonas Stein
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=1600955356.acac3c3891c67956dabf7f8302493aafc48a08d7.jer@gentoo \
--to=jer@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