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 1350C15808E for ; Tue, 26 Apr 2022 10:07:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4887E07B2; Tue, 26 Apr 2022 10:07:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67F07E07B2 for ; Tue, 26 Apr 2022 10:07:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E8C4734122C for ; Tue, 26 Apr 2022 10:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 400BC3BF for ; Tue, 26 Apr 2022 10:06:59 +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: <1650967550.2b52c5130e8cacdb047f05cc5f34ba56ab38732e.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-9999.ebuild X-VCS-Directories: www-servers/hinsightd/ X-VCS-Committer: tiotags1 X-VCS-Committer-Name: Alexandru Campeanu X-VCS-Revision: 2b52c5130e8cacdb047f05cc5f34ba56ab38732e X-VCS-Branch: dev Date: Tue, 26 Apr 2022 10:06:59 +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: ea031e0a-5436-4610-8d47-8b9bd673003a X-Archives-Hash: c8a12388286327e06e0acc38f082d88b commit: 2b52c5130e8cacdb047f05cc5f34ba56ab38732e Author: Alexandru Campeanu gmail com> AuthorDate: Tue Apr 26 10:05:50 2022 +0000 Commit: Alexandru Campeanu gmail com> CommitDate: Tue Apr 26 10:05:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b52c513 www-servers/hinsightd: update HOMEPAGE Signed-off-by: Alexandru Campeanu gmail.com> www-servers/hinsightd/hinsightd-9999.ebuild | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild b/www-servers/hinsightd/hinsightd-9999.ebuild index 1d5a41be8..d750ebe79 100644 --- a/www-servers/hinsightd/hinsightd-9999.ebuild +++ b/www-servers/hinsightd/hinsightd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ LUA_COMPAT=( lua5-{1..4} luajit ) inherit fcaps lua-single systemd cmake linux-info DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals" -HOMEPAGE="https://gitlab.com/tiotags/hin9" +HOMEPAGE="https://tiotags.gitlab.io/hinsightd" LICENSE="BSD" SLOT="0" @@ -21,7 +21,7 @@ else KEYWORDS="~amd64" fi -IUSE="+openssl cgi +fcgi +rproxy +ffcall" +IUSE="+ssl cgi +fcgi +rproxy +ffcall" REQUIRED_USE="${LUA_REQUIRED_USE}" BDEPEND=" @@ -36,23 +36,19 @@ RDEPEND=" sys-libs/liburing sys-libs/zlib virtual/libcrypt - openssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl ) ffcall? ( dev-libs/ffcall ) " DEPEND="${RDEPEND}" -PATCHES=( - "${FILESDIR}/${PN}-defines-v4.patch" -) - FILECAPS=( cap_net_bind_service usr/sbin/${PN} ) src_configure() { local mycmakeargs=( - -DUSE_OPENSSL=$(usex openssl) + -DUSE_OPENSSL=$(usex ssl) -DUSE_CGI=$(usex cgi) -DUSE_FCGI=$(usex fcgi) -DUSE_RPROXY=$(usex rproxy)