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 219CE138206 for ; Thu, 29 Jul 2021 19:59:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29376E087B; Thu, 29 Jul 2021 19:59:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0AC57E087B for ; Thu, 29 Jul 2021 19:59:48 +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 555453430CC for ; Thu, 29 Jul 2021 19:59:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E628A25 for ; Thu, 29 Jul 2021 19:59:45 +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: <1627588751.ff194e05683971cbfd622db249addf536e42c0d3.tiotags1@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-servers/hinsightd/, www-servers/hinsightd/files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-servers/hinsightd/files/defines-v4.patch www-servers/hinsightd/files/hinsightd-defines-v4.patch www-servers/hinsightd/hinsightd-0.9.8.ebuild www-servers/hinsightd/hinsightd-9999.ebuild X-VCS-Directories: www-servers/hinsightd/files/ www-servers/hinsightd/ X-VCS-Committer: tiotags1 X-VCS-Committer-Name: Alexandru Campeanu X-VCS-Revision: ff194e05683971cbfd622db249addf536e42c0d3 X-VCS-Branch: dev Date: Thu, 29 Jul 2021 19:59:45 +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: 11dc971b-5be5-4a81-8d58-6aa4b7ebd3cd X-Archives-Hash: 2caa9f32525b8455fbcaae1de9362a18 commit: ff194e05683971cbfd622db249addf536e42c0d3 Author: tiotags gmail com> AuthorDate: Thu Jul 29 19:59:11 2021 +0000 Commit: Alexandru Campeanu gmail com> CommitDate: Thu Jul 29 19:59:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff194e05 www-servers/hinsightd: updated 9999 version Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexandru Campeanu gmail.com> .../hinsightd/files/{defines-v4.patch => hinsightd-defines-v4.patch} | 0 www-servers/hinsightd/hinsightd-0.9.8.ebuild | 2 +- www-servers/hinsightd/hinsightd-9999.ebuild | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/www-servers/hinsightd/files/defines-v4.patch b/www-servers/hinsightd/files/hinsightd-defines-v4.patch similarity index 100% rename from www-servers/hinsightd/files/defines-v4.patch rename to www-servers/hinsightd/files/hinsightd-defines-v4.patch diff --git a/www-servers/hinsightd/hinsightd-0.9.8.ebuild b/www-servers/hinsightd/hinsightd-0.9.8.ebuild index 528b0d20c..cc379c653 100644 --- a/www-servers/hinsightd/hinsightd-0.9.8.ebuild +++ b/www-servers/hinsightd/hinsightd-0.9.8.ebuild @@ -43,7 +43,7 @@ RDEPEND=" DEPEND="${RDEPEND}" PATCHES=( - "${FILESDIR}/defines-v4.patch" + "${FILESDIR}/${PN}-defines-v4.patch" ) src_configure() { diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild b/www-servers/hinsightd/hinsightd-9999.ebuild index 528b0d20c..e76e5c8c0 100644 --- a/www-servers/hinsightd/hinsightd-9999.ebuild +++ b/www-servers/hinsightd/hinsightd-9999.ebuild @@ -43,7 +43,7 @@ RDEPEND=" DEPEND="${RDEPEND}" PATCHES=( - "${FILESDIR}/defines-v4.patch" + "${FILESDIR}/${PN}-defines-v4.patch" ) src_configure() { @@ -55,6 +55,7 @@ src_configure() { src_install() { newsbin "${BUILD_DIR}/hin9" $PN + newbin "${BUILD_DIR}/hin9_pid_helper" ${PN}_pid_helper newinitd "${S}/external/packaging/$PN.initd.sh" $PN newconfd "${S}/external/packaging/$PN.confd.sh" $PN systemd_dounit "${FILESDIR}/$PN.service" # not tested