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 099C11382C5 for ; Fri, 23 Apr 2021 12:16:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A259E0871; Fri, 23 Apr 2021 12:16:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B3E6AE0871 for ; Fri, 23 Apr 2021 12:16:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 682893413A5 for ; Fri, 23 Apr 2021 12:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD57D647 for ; Fri, 23 Apr 2021 12:16:38 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1619180189.0cae57bf7d861fcba4ece570c2120b1bcc2b4fcf.andrewammerlaan@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.0.ebuild www-servers/hinsightd/hinsightd-9999.ebuild X-VCS-Directories: www-servers/hinsightd/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0cae57bf7d861fcba4ece570c2120b1bcc2b4fcf X-VCS-Branch: dev Date: Fri, 23 Apr 2021 12:16:38 +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: b2bf76cf-3d92-4fda-97f3-86895765d7b0 X-Archives-Hash: d9e4b74a79f76ea3765b2d09b2fc7614 Message-ID: <20210423121638.2L9Oy8ySpGpBZ8WYYJ6L14KPGq9IvOSK9z0IOrv74f8@z> commit: 0cae57bf7d861fcba4ece570c2120b1bcc2b4fcf Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Apr 23 12:16:29 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Apr 23 12:16:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cae57bf www-servers/hinsightd: inherit systemd eclass Closes: https://bugs.gentoo.org/785217 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> www-servers/hinsightd/hinsightd-0.9.0.ebuild | 2 +- www-servers/hinsightd/hinsightd-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/hinsightd/hinsightd-0.9.0.ebuild b/www-servers/hinsightd/hinsightd-0.9.0.ebuild index 7f95594b6..b81f198f9 100644 --- a/www-servers/hinsightd/hinsightd-0.9.0.ebuild +++ b/www-servers/hinsightd/hinsightd-0.9.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 LUA_COMPAT=( lua5-1 ) -inherit fcaps lua-single +inherit fcaps lua-single systemd DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals" HOMEPAGE="https://gitlab.com/tiotags/hin9" diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild b/www-servers/hinsightd/hinsightd-9999.ebuild index cfc31c90f..8ae886a39 100644 --- a/www-servers/hinsightd/hinsightd-9999.ebuild +++ b/www-servers/hinsightd/hinsightd-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..4} ) -inherit git-r3 fcaps lua-single +inherit git-r3 fcaps lua-single systemd DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals" HOMEPAGE="https://gitlab.com/tiotags/hin9"