diff options
author | Alexandru Campeanu <tiotags1@gmail.com> | 2022-04-26 13:05:50 +0300 |
---|---|---|
committer | Alexandru Campeanu <tiotags1@gmail.com> | 2022-04-26 13:05:50 +0300 |
commit | 2b52c5130e8cacdb047f05cc5f34ba56ab38732e (patch) | |
tree | 667abcf666f37a9b4875ccd00e4c677425b8f5b4 /www-servers | |
parent | media-sound/ibniz: Allow building without X11 (diff) | |
download | guru-2b52c5130e8cacdb047f05cc5f34ba56ab38732e.tar.gz guru-2b52c5130e8cacdb047f05cc5f34ba56ab38732e.tar.bz2 guru-2b52c5130e8cacdb047f05cc5f34ba56ab38732e.zip |
www-servers/hinsightd: update HOMEPAGE
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/hinsightd/hinsightd-9999.ebuild | 14 |
1 files 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) |