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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 814C7158095 for ; Sat, 27 Aug 2022 23:11:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E64EE099F; Sat, 27 Aug 2022 23:10:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54A68E09AE for ; Sat, 27 Aug 2022 23:10:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53A9634136D for ; Sat, 27 Aug 2022 06:57:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9BBC558 for ; Sat, 27 Aug 2022 06:57:19 +0000 (UTC) From: "Alexandru Campeanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandru Campeanu" Message-ID: <1661583344.a714e34286de0c8cae9cf4445f4403a5b791d56f.tiotags1@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-servers/hinsightd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-servers/hinsightd/hinsightd-0.9.15_p20220826.ebuild www-servers/hinsightd/hinsightd-9999.ebuild X-VCS-Directories: www-servers/hinsightd/ X-VCS-Committer: tiotags1 X-VCS-Committer-Name: Alexandru Campeanu X-VCS-Revision: a714e34286de0c8cae9cf4445f4403a5b791d56f X-VCS-Branch: dev Date: Sat, 27 Aug 2022 06:57:19 +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: a14f9b22-fdec-4096-a075-af279c40c37a X-Archives-Hash: db25f2c9c09d1caef18e6248ff6faca2 commit: a714e34286de0c8cae9cf4445f4403a5b791d56f Author: Alexandru Campeanu gmail com> AuthorDate: Sat Aug 27 06:50:47 2022 +0000 Commit: Alexandru Campeanu gmail com> CommitDate: Sat Aug 27 06:55:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a714e342 www-servers/hinsightd: fixed qa issues Signed-off-by: Alexandru Campeanu gmail.com> .../hinsightd/hinsightd-0.9.15_p20220826.ebuild | 18 +++++++++--------- www-servers/hinsightd/hinsightd-9999.ebuild | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/www-servers/hinsightd/hinsightd-0.9.15_p20220826.ebuild b/www-servers/hinsightd/hinsightd-0.9.15_p20220826.ebuild index e4732875c..4417c15a7 100644 --- a/www-servers/hinsightd/hinsightd-0.9.15_p20220826.ebuild +++ b/www-servers/hinsightd/hinsightd-0.9.15_p20220826.ebuild @@ -17,7 +17,7 @@ mycommit="60ff105ba76746ac8f669616ed3658f7c03c3ab3" if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git" -elif [[ ! -z "$mycommit" ]]; then +elif [[ ! -z "${mycommit}" ]]; then SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz" S="${WORKDIR}/hin9-${mycommit}" else @@ -55,13 +55,13 @@ FILECAPS=( ) pkg_setup() { - linux-info_pkg_setup; + linux-info_pkg_setup lua-single_pkg_setup } src_configure() { version=$(ver_cut 1-2 $(lua_get_version)) - if [ "$version" == "2.1" ]; then + if [[ "${version}" == "2.1" ]]; then version="jit" fi local emesonargs=( @@ -70,7 +70,7 @@ src_configure() { $(meson_use fcgi) $(meson_use rproxy) $(meson_use ffcall) - -Dforce-lua-version=$version + -Dforce-lua-version=${version} ) meson_src_configure } @@ -78,19 +78,19 @@ src_configure() { src_install() { meson_src_install - newinitd "${S}/external/packaging/$PN.initd.sh" $PN - newconfd "${S}/external/packaging/$PN.confd.sh" $PN - systemd_dounit "${FILESDIR}/$PN.service" # not tested + newinitd "${S}/external/packaging/${PN}.initd.sh" ${PN} + newconfd "${S}/external/packaging/${PN}.confd.sh" ${PN} + systemd_dounit "${FILESDIR}/${PN}.service" # not tested # config - insinto /etc/$PN + insinto /etc/${PN} doins "${S}/workdir/main.lua" doins "${S}/workdir/lib.lua" doins -r "${S}/workdir/config/" # logrotate insinto /etc/logrotate.d - newins "${S}/external/packaging/$PN.logrotate.sh" $PN + newins "${S}/external/packaging/${PN}.logrotate.sh" ${PN} } pkg_postinst() { diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild b/www-servers/hinsightd/hinsightd-9999.ebuild index 60ce5a5ee..2f6e9c8e9 100644 --- a/www-servers/hinsightd/hinsightd-9999.ebuild +++ b/www-servers/hinsightd/hinsightd-9999.ebuild @@ -15,7 +15,7 @@ SLOT="0" if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git" -elif [[ ! -z "$mycommit" ]]; then +elif [[ ! -z "${mycommit}" ]]; then SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz" S="${WORKDIR}/hin9-${mycommit}" else @@ -53,13 +53,13 @@ FILECAPS=( ) pkg_setup() { - linux-info_pkg_setup; + linux-info_pkg_setup lua-single_pkg_setup } src_configure() { version=$(ver_cut 1-2 $(lua_get_version)) - if [ "$version" == "2.1" ]; then + if [[ "${version}" == "2.1" ]]; then version="jit" fi local emesonargs=( @@ -68,7 +68,7 @@ src_configure() { $(meson_use fcgi) $(meson_use rproxy) $(meson_use ffcall) - -Dforce-lua-version=$version + -Dforce-lua-version=${version} ) meson_src_configure } @@ -76,19 +76,19 @@ src_configure() { src_install() { meson_src_install - newinitd "${S}/external/packaging/$PN.initd.sh" $PN - newconfd "${S}/external/packaging/$PN.confd.sh" $PN - systemd_dounit "${FILESDIR}/$PN.service" # not tested + newinitd "${S}/external/packaging/${PN}.initd.sh" ${PN} + newconfd "${S}/external/packaging/${PN}.confd.sh" ${PN} + systemd_dounit "${FILESDIR}/${PN}.service" # not tested # config - insinto /etc/$PN + insinto /etc/${PN} doins "${S}/workdir/main.lua" doins "${S}/workdir/lib.lua" doins -r "${S}/workdir/config/" # logrotate insinto /etc/logrotate.d - newins "${S}/external/packaging/$PN.logrotate.sh" $PN + newins "${S}/external/packaging/${PN}.logrotate.sh" ${PN} } pkg_postinst() {