Gentoo Archives: gentoo-commits

From: Alexandru Campeanu <tiotags1@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-servers/hinsightd/
Date: Thu, 22 Apr 2021 18:07:09
Message-Id: 1619114805.952f06c0f824ebebded46d48e9694e3e4ad6be2a.tiotags1@gentoo
1 commit: 952f06c0f824ebebded46d48e9694e3e4ad6be2a
2 Author: tiotags <tiotags1 <AT> gmail <DOT> com>
3 AuthorDate: Thu Apr 22 18:06:45 2021 +0000
4 Commit: Alexandru Campeanu <tiotags1 <AT> gmail <DOT> com>
5 CommitDate: Thu Apr 22 18:06:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=952f06c0
7
8 www-servers/hinsightd: removed unsupported lua versions
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Alexandru Campeanu <tiotags1 <AT> gmail.com>
12
13 www-servers/hinsightd/hinsightd-0.9.0.ebuild | 8 +++++---
14 www-servers/hinsightd/hinsightd-9999.ebuild | 6 ++++--
15 2 files changed, 9 insertions(+), 5 deletions(-)
16
17 diff --git a/www-servers/hinsightd/hinsightd-0.9.0.ebuild b/www-servers/hinsightd/hinsightd-0.9.0.ebuild
18 index 5bfcd1a68..744bf8aab 100644
19 --- a/www-servers/hinsightd/hinsightd-0.9.0.ebuild
20 +++ b/www-servers/hinsightd/hinsightd-0.9.0.ebuild
21 @@ -3,9 +3,9 @@
22
23 EAPI=7
24
25 -LUA_COMPAT=( lua5-{1..4} )
26 +LUA_COMPAT=( lua5-1 )
27
28 -inherit fcaps
29 +inherit fcaps lua
30
31 DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
32 HOMEPAGE="https://gitlab.com/tiotags/hin9"
33 @@ -22,9 +22,11 @@ S="${WORKDIR}/hin9-v${PV}"
34
35 BDEPEND="
36 dev-util/ninja
37 + virtual/pkgconfig
38 "
39
40 -RDEPEND="${LUA_DEPS}
41 +RDEPEND="
42 + ${LUA_DEPS}
43 acct-user/hinsightd
44 acct-group/hinsightd
45 sys-libs/liburing
46
47 diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild b/www-servers/hinsightd/hinsightd-9999.ebuild
48 index 63a4c04ae..d0fcda423 100644
49 --- a/www-servers/hinsightd/hinsightd-9999.ebuild
50 +++ b/www-servers/hinsightd/hinsightd-9999.ebuild
51 @@ -5,7 +5,7 @@ EAPI=7
52
53 LUA_COMPAT=( lua5-{1..4} )
54
55 -inherit git-r3 fcaps
56 +inherit git-r3 fcaps lua
57
58 DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
59 HOMEPAGE="https://gitlab.com/tiotags/hin9"
60 @@ -20,9 +20,11 @@ REQUIRED_USE="${LUA_REQUIRED_USE}"
61
62 BDEPEND="
63 dev-util/ninja
64 + virtual/pkgconfig
65 "
66
67 -RDEPEND="${LUA_DEPS}
68 +RDEPEND="
69 + ${LUA_DEPS}
70 acct-user/hinsightd
71 acct-group/hinsightd
72 sys-libs/liburing