From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E304A1382C5 for ; Sat, 17 Apr 2021 23:06:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4938E077D; Sat, 17 Apr 2021 23:06:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6B85E077D for ; Sat, 17 Apr 2021 23:06:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8430335CA3 for ; Sat, 17 Apr 2021 23:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23F7A647 for ; Sat, 17 Apr 2021 23:06:48 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1618699923.61f9a5724531c7593d38444d261e8fd92c83e7b9.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/fennel/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/fennel/fennel-0.9.1.ebuild dev-lang/fennel/fennel-9999.ebuild X-VCS-Directories: dev-lang/fennel/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 61f9a5724531c7593d38444d261e8fd92c83e7b9 X-VCS-Branch: dev Date: Sat, 17 Apr 2021 23:06:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef172c92-3353-43c4-9aae-64f16b051ab7 X-Archives-Hash: ad8f06c3eb88b7796b56d853856e42ac commit: 61f9a5724531c7593d38444d261e8fd92c83e7b9 Author: Theo Anderson posteo de> AuthorDate: Sat Apr 17 22:52:03 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sat Apr 17 22:52:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61f9a572 dev-lang/fennel: fix VariableScope ED Signed-off-by: Theo Anderson posteo.de> dev-lang/fennel/fennel-0.9.1.ebuild | 23 +++++++---------------- dev-lang/fennel/fennel-9999.ebuild | 23 +++++++---------------- 2 files changed, 14 insertions(+), 32 deletions(-) diff --git a/dev-lang/fennel/fennel-0.9.1.ebuild b/dev-lang/fennel/fennel-0.9.1.ebuild index 6b904151f..62871fa60 100644 --- a/dev-lang/fennel/fennel-0.9.1.ebuild +++ b/dev-lang/fennel/fennel-0.9.1.ebuild @@ -10,7 +10,7 @@ inherit lua-single DESCRIPTION="Fennel is a lisp that compiles to Lua" HOMEPAGE="https://fennel-lang.org/" -if [[ "${PV}" == *9999* ]]; then +if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~technomancy/fennel" else @@ -22,24 +22,15 @@ LICENSE="MIT" SLOT="0" REQUIRED_USE="${LUA_REQUIRED_USE}" -BDEPEND="${LUA_DEPS}" -RDEPEND="${BDEPEND}" +RDEPEND="${LUA_DEPS}" DEPEND="${RDEPEND}" - -pkg_setup() { - lua-single_pkg_setup -} - -src_compile() { - emake LUA_VERSION="$(lua_get_version)" \ - LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \ - PREFIX="${ED}/usr" -} +BDEPEND="${RDEPEND}" src_install() { - emake LUA_VERSION="$(lua_get_version)" \ - LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \ - PREFIX="${ED}/usr" install + emake \ + LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \ + PREFIX="${ED}/usr" \ + install doman "${PN}.1" dodoc *.md } diff --git a/dev-lang/fennel/fennel-9999.ebuild b/dev-lang/fennel/fennel-9999.ebuild index 6b904151f..62871fa60 100644 --- a/dev-lang/fennel/fennel-9999.ebuild +++ b/dev-lang/fennel/fennel-9999.ebuild @@ -10,7 +10,7 @@ inherit lua-single DESCRIPTION="Fennel is a lisp that compiles to Lua" HOMEPAGE="https://fennel-lang.org/" -if [[ "${PV}" == *9999* ]]; then +if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~technomancy/fennel" else @@ -22,24 +22,15 @@ LICENSE="MIT" SLOT="0" REQUIRED_USE="${LUA_REQUIRED_USE}" -BDEPEND="${LUA_DEPS}" -RDEPEND="${BDEPEND}" +RDEPEND="${LUA_DEPS}" DEPEND="${RDEPEND}" - -pkg_setup() { - lua-single_pkg_setup -} - -src_compile() { - emake LUA_VERSION="$(lua_get_version)" \ - LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \ - PREFIX="${ED}/usr" -} +BDEPEND="${RDEPEND}" src_install() { - emake LUA_VERSION="$(lua_get_version)" \ - LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \ - PREFIX="${ED}/usr" install + emake \ + LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \ + PREFIX="${ED}/usr" \ + install doman "${PN}.1" dodoc *.md }