public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luafilesystem/
Date: Sun, 15 Mar 2020 23:55:00 +0000 (UTC)	[thread overview]
Message-ID: <1584316453.67daf2dadfee0b73600089cac26ad359c054e967.gyakovlev@gentoo> (raw)

commit:     67daf2dadfee0b73600089cac26ad359c054e967
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 23:54:13 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 23:54:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67daf2da

dev-lua/luafilesystem: QA: fix flag handling, add doc useflag

restore ~sparc keyword

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-lua/luafilesystem/luafilesystem-1.7.0.2.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-lua/luafilesystem/luafilesystem-1.7.0.2.ebuild b/dev-lua/luafilesystem/luafilesystem-1.7.0.2.ebuild
index c6f52926302..88b4ef4b5a9 100644
--- a/dev-lua/luafilesystem/luafilesystem-1.7.0.2.ebuild
+++ b/dev-lua/luafilesystem/luafilesystem-1.7.0.2.ebuild
@@ -8,12 +8,12 @@ MY_PV=${PV//./_}
 
 DESCRIPTION="File System Library for the Lua Programming Language"
 HOMEPAGE="https://keplerproject.github.io/luafilesystem/"
-SRC_URI="https://github.com/keplerproject/luafilesystem/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/keplerproject/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
-IUSE="luajit test"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc luajit test"
 
 RESTRICT="!test? ( test )"
 
@@ -42,15 +42,15 @@ src_configure() {
 		LUA_INC+=-I$($(tc-getPKG_CONFIG) --variable includedir $(usex luajit 'luajit' 'lua'))
 
 		# OS dependent
-		LIB_OPTION=-shared #for Linux
+		LIB_OPTION=\$(LDFLAGS) -shared
 
 		LIBNAME=$T.so.$V
 
 		# Compilation directives
 		WARN=-O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -pedantic
 		INCS=\$(LUA_INC)
-		CFLAGS=\$(WARN) \$(INCS)
-		CC=gcc
+		CFLAGS+=\$(WARN) \$(INCS)
+		CC=$(tc-getCC)
 	EOF
 }
 
@@ -59,7 +59,7 @@ src_test() {
 }
 
 src_install() {
-	local -a HTML_DOCS=( doc/us )
+	use doc && local HTML_DOCS=( doc/us/. )
 	einstalldocs
 
 	emake DESTDIR="${D}" install


             reply	other threads:[~2020-03-15 23:55 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-15 23:55 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-10  0:49 [gentoo-commits] repo/gentoo:master commit in: dev-lua/luafilesystem/ Sam James
2021-09-18 12:29 Marek Szuba
2021-05-25 16:21 Georgy Yakovlev
2021-04-20 21:20 Sergei Trofimovich
2021-02-21 21:22 Conrad Kostecki
2021-01-27 19:48 Conrad Kostecki
2021-01-23 22:51 Sam James
2021-01-23 22:42 Sam James
2020-11-29 15:37 Conrad Kostecki
2020-11-29 15:37 Conrad Kostecki
2020-11-24 13:04 Conrad Kostecki
2020-11-24  7:45 Agostino Sarubbo
2020-11-24  7:44 Agostino Sarubbo
2020-11-24  7:42 Agostino Sarubbo
2020-11-24  7:41 Agostino Sarubbo
2020-11-24  7:20 Agostino Sarubbo
2020-11-24  1:10 Sam James
2020-11-24  1:10 Sam James
2020-11-23 21:39 Conrad Kostecki
2020-11-23 21:39 Conrad Kostecki
2020-11-23 18:48 Conrad Kostecki
2020-10-31 22:48 Georgy Yakovlev
2020-03-15 23:55 Georgy Yakovlev
2020-01-09 18:41 Rafael Martins
2019-09-15 17:17 Michał Górny
2019-07-29 14:41 Mikle Kolyada
2019-05-12 20:56 Thomas Deutschmann
2018-04-21 22:56 Aaron Bauman
2018-03-27  7:31 Sergei Trofimovich
2017-08-15  5:41 Alexis Ballier
2017-05-01 21:17 Patrice Clement
2015-11-12 23:01 Zac Medico

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=1584316453.67daf2dadfee0b73600089cac26ad359c054e967.gyakovlev@gentoo \
    --to=gyakovlev@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