Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-servers/hinsightd/
Date: Mon, 20 Sep 2021 09:41:58
Message-Id: 1632130882.a6d001c9b2a9b0170bea7d17886c884caddf817e.andrewammerlaan@gentoo
1 commit: a6d001c9b2a9b0170bea7d17886c884caddf817e
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 09:41:22 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 09:41:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6d001c9
7
8 www-servers/hinsightd: fix MultipleKeywordsLines
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild | 4 ++--
14 www-servers/hinsightd/hinsightd-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild b/www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild
18 index 1c30b7332..9d8876529 100644
19 --- a/www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild
20 +++ b/www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild
21 @@ -11,20 +11,20 @@ DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
22 HOMEPAGE="https://gitlab.com/tiotags/hin9"
23 LICENSE="BSD"
24 SLOT="0"
25 -KEYWORDS="~amd64"
26
27 mycommit="f04d7703f6cdbd2e33f8a7289d80a01dba5e970f"
28
29 if [[ ${PV} == *9999* ]]; then
30 inherit git-r3
31 EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git"
32 - KEYWORDS=
33 elif [[ ! -z "$mycommit" ]]; then
34 SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz"
35 S="${WORKDIR}/hin9-${mycommit}"
36 + KEYWORDS="~amd64"
37 else
38 SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.gz"
39 S="${WORKDIR}/hin9-v${PV}"
40 + KEYWORDS="~amd64"
41 fi
42
43 IUSE="+openssl"
44
45 diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild b/www-servers/hinsightd/hinsightd-9999.ebuild
46 index bc9029037..25264fc73 100644
47 --- a/www-servers/hinsightd/hinsightd-9999.ebuild
48 +++ b/www-servers/hinsightd/hinsightd-9999.ebuild
49 @@ -11,18 +11,18 @@ DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
50 HOMEPAGE="https://gitlab.com/tiotags/hin9"
51 LICENSE="BSD"
52 SLOT="0"
53 -KEYWORDS="~amd64"
54
55 if [[ ${PV} == *9999* ]]; then
56 inherit git-r3
57 EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git"
58 - KEYWORDS=
59 elif [[ ! -z "$mycommit" ]]; then
60 SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz"
61 S="${WORKDIR}/hin9-${mycommit}"
62 + KEYWORDS="~amd64"
63 else
64 SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.gz"
65 S="${WORKDIR}/hin9-v${PV}"
66 + KEYWORDS="~amd64"
67 fi
68
69 IUSE="+openssl cgi +fcgi +rproxy"