mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
www-servers/hinsightd: fixed qa issues
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
This commit is contained in:
@@ -18,8 +18,8 @@ if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git"
|
||||
elif [[ ! -z "$mycommit" ]]; then
|
||||
SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz"
|
||||
S="${WORKDIR}/hin9-${mycommit}"
|
||||
SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz"
|
||||
S="${WORKDIR}/hin9-${mycommit}"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.gz"
|
||||
S="${WORKDIR}/hin9-v${PV}"
|
||||
|
||||
@@ -18,8 +18,8 @@ if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git"
|
||||
elif [[ ! -z "$mycommit" ]]; then
|
||||
SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz"
|
||||
S="${WORKDIR}/hin9-${mycommit}"
|
||||
SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz"
|
||||
S="${WORKDIR}/hin9-${mycommit}"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.gz"
|
||||
S="${WORKDIR}/hin9-v${PV}"
|
||||
|
||||
@@ -16,8 +16,8 @@ if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git"
|
||||
elif [[ ! -z "$mycommit" ]]; then
|
||||
SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz"
|
||||
S="${WORKDIR}/hin9-${mycommit}"
|
||||
SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz"
|
||||
S="${WORKDIR}/hin9-${mycommit}"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.gz"
|
||||
S="${WORKDIR}/hin9-v${PV}"
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
customizable config file using lua.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="openssl">Enable tls encryption with openssl</flag>
|
||||
<flag name="cgi">Enable old/slow cgi support (legacy should not be used)</flag>
|
||||
<flag name="fcgi">Enable fast cgi support</flag>
|
||||
<flag name="rproxy">Enable reverse proxying support</flag>
|
||||
|
||||
Reference in New Issue
Block a user