aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortiotags <tiotags1@gmail.com>2021-08-31 12:05:09 +0300
committertiotags <tiotags1@gmail.com>2021-08-31 12:05:09 +0300
commitecf7667db1d7dae28a8b6f3e9288fc98df9a4ed2 (patch)
treeacbd00f9a8c895565d4b6e2eff7dc2f09dc68309 /www-servers
parentapp-misc/tealdeer: eapi bump, add tldr blocker (diff)
downloadguru-ecf7667db1d7dae28a8b6f3e9288fc98df9a4ed2.tar.gz
guru-ecf7667db1d7dae28a8b6f3e9288fc98df9a4ed2.tar.bz2
guru-ecf7667db1d7dae28a8b6f3e9288fc98df9a4ed2.zip
www-servers/hinsightd: bump to 0.9.11 patch 20210831
Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/hinsightd/Manifest2
-rw-r--r--www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild (renamed from www-servers/hinsightd/hinsightd-0.9.11.ebuild)13
-rw-r--r--www-servers/hinsightd/hinsightd-9999.ebuild13
3 files changed, 19 insertions, 9 deletions
diff --git a/www-servers/hinsightd/Manifest b/www-servers/hinsightd/Manifest
index f6ec62fe64..b98a7186b0 100644
--- a/www-servers/hinsightd/Manifest
+++ b/www-servers/hinsightd/Manifest
@@ -1 +1 @@
-DIST hin9-v0.9.11.tar.gz 93126 BLAKE2B cb27db1e1477d4586cffbeb1ffa8dd9d0df3cb2de0a382548fb9dc97a3d4a5042c2a92faa09c2d8299394d89fb633caa3b378a1333d29c893da79e3732541e42 SHA512 d49c5687d68d6fcaf79edf327b91cc37d8913ed19fb8afbfd5cc624cae195bb0330dbf7b256c11fb0c7f1171a564d14e045a2de6b5933838ce0e6f24b1f17805
+DIST hin9-f04d7703f6cdbd2e33f8a7289d80a01dba5e970f.tar.gz 93515 BLAKE2B 7b2369f58042c78cd9a4633f36837b9841dc04f802df93bf2274782a46621cc1d7dfc6340a977ec42d7b0cb9abb8ebc68ebcad15950a64df2c772b457974c89a SHA512 4bea1785f0ad83ffcf5437456e7f1c11e879dfa037fa89ca892a0d4d920bc7495ee68dc72d31025ebc977bcca48ca7e88194fe13e8884ebe2ce8e5d0b2f54cde
diff --git a/www-servers/hinsightd/hinsightd-0.9.11.ebuild b/www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild
index c21c87f613..1c30b7332c 100644
--- a/www-servers/hinsightd/hinsightd-0.9.11.ebuild
+++ b/www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild
@@ -9,19 +9,24 @@ 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"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+mycommit="f04d7703f6cdbd2e33f8a7289d80a01dba5e970f"
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git"
+ KEYWORDS=
+elif [[ ! -z "$mycommit" ]]; then
+ 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}"
- KEYWORDS="~amd64"
fi
-LICENSE="BSD"
-SLOT="0"
-
IUSE="+openssl"
REQUIRED_USE="${LUA_REQUIRED_USE}"
diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild b/www-servers/hinsightd/hinsightd-9999.ebuild
index c21c87f613..1c30b7332c 100644
--- a/www-servers/hinsightd/hinsightd-9999.ebuild
+++ b/www-servers/hinsightd/hinsightd-9999.ebuild
@@ -9,19 +9,24 @@ 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"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+mycommit="f04d7703f6cdbd2e33f8a7289d80a01dba5e970f"
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git"
+ KEYWORDS=
+elif [[ ! -z "$mycommit" ]]; then
+ 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}"
- KEYWORDS="~amd64"
fi
-LICENSE="BSD"
-SLOT="0"
-
IUSE="+openssl"
REQUIRED_USE="${LUA_REQUIRED_USE}"