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: Tue, 31 Aug 2021 09:05:41
Message-Id: 1630400709.ecf7667db1d7dae28a8b6f3e9288fc98df9a4ed2.tiotags1@gentoo
1 commit: ecf7667db1d7dae28a8b6f3e9288fc98df9a4ed2
2 Author: tiotags <tiotags1 <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 31 09:05:09 2021 +0000
4 Commit: Alexandru Campeanu <tiotags1 <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 31 09:05:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ecf7667d
7
8 www-servers/hinsightd: bump to 0.9.11 patch 20210831
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Alexandru Campeanu <tiotags1 <AT> gmail.com>
12
13 www-servers/hinsightd/Manifest | 2 +-
14 ...ghtd-0.9.11.ebuild => hinsightd-0.9.11_p20210831.ebuild} | 13 +++++++++----
15 www-servers/hinsightd/hinsightd-9999.ebuild | 13 +++++++++----
16 3 files changed, 19 insertions(+), 9 deletions(-)
17
18 diff --git a/www-servers/hinsightd/Manifest b/www-servers/hinsightd/Manifest
19 index f6ec62fe6..b98a7186b 100644
20 --- a/www-servers/hinsightd/Manifest
21 +++ b/www-servers/hinsightd/Manifest
22 @@ -1 +1 @@
23 -DIST hin9-v0.9.11.tar.gz 93126 BLAKE2B cb27db1e1477d4586cffbeb1ffa8dd9d0df3cb2de0a382548fb9dc97a3d4a5042c2a92faa09c2d8299394d89fb633caa3b378a1333d29c893da79e3732541e42 SHA512 d49c5687d68d6fcaf79edf327b91cc37d8913ed19fb8afbfd5cc624cae195bb0330dbf7b256c11fb0c7f1171a564d14e045a2de6b5933838ce0e6f24b1f17805
24 +DIST hin9-f04d7703f6cdbd2e33f8a7289d80a01dba5e970f.tar.gz 93515 BLAKE2B 7b2369f58042c78cd9a4633f36837b9841dc04f802df93bf2274782a46621cc1d7dfc6340a977ec42d7b0cb9abb8ebc68ebcad15950a64df2c772b457974c89a SHA512 4bea1785f0ad83ffcf5437456e7f1c11e879dfa037fa89ca892a0d4d920bc7495ee68dc72d31025ebc977bcca48ca7e88194fe13e8884ebe2ce8e5d0b2f54cde
25
26 diff --git a/www-servers/hinsightd/hinsightd-0.9.11.ebuild b/www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild
27 similarity index 87%
28 rename from www-servers/hinsightd/hinsightd-0.9.11.ebuild
29 rename to www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild
30 index c21c87f61..1c30b7332 100644
31 --- a/www-servers/hinsightd/hinsightd-0.9.11.ebuild
32 +++ b/www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild
33 @@ -9,19 +9,24 @@ inherit fcaps lua-single systemd cmake linux-info
34
35 DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
36 HOMEPAGE="https://gitlab.com/tiotags/hin9"
37 +LICENSE="BSD"
38 +SLOT="0"
39 +KEYWORDS="~amd64"
40 +
41 +mycommit="f04d7703f6cdbd2e33f8a7289d80a01dba5e970f"
42
43 if [[ ${PV} == *9999* ]]; then
44 inherit git-r3
45 EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git"
46 + KEYWORDS=
47 +elif [[ ! -z "$mycommit" ]]; then
48 + SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz"
49 + S="${WORKDIR}/hin9-${mycommit}"
50 else
51 SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.gz"
52 S="${WORKDIR}/hin9-v${PV}"
53 - KEYWORDS="~amd64"
54 fi
55
56 -LICENSE="BSD"
57 -SLOT="0"
58 -
59 IUSE="+openssl"
60 REQUIRED_USE="${LUA_REQUIRED_USE}"
61
62
63 diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild b/www-servers/hinsightd/hinsightd-9999.ebuild
64 index c21c87f61..1c30b7332 100644
65 --- a/www-servers/hinsightd/hinsightd-9999.ebuild
66 +++ b/www-servers/hinsightd/hinsightd-9999.ebuild
67 @@ -9,19 +9,24 @@ inherit fcaps lua-single systemd cmake linux-info
68
69 DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
70 HOMEPAGE="https://gitlab.com/tiotags/hin9"
71 +LICENSE="BSD"
72 +SLOT="0"
73 +KEYWORDS="~amd64"
74 +
75 +mycommit="f04d7703f6cdbd2e33f8a7289d80a01dba5e970f"
76
77 if [[ ${PV} == *9999* ]]; then
78 inherit git-r3
79 EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git"
80 + KEYWORDS=
81 +elif [[ ! -z "$mycommit" ]]; then
82 + SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz"
83 + S="${WORKDIR}/hin9-${mycommit}"
84 else
85 SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.gz"
86 S="${WORKDIR}/hin9-v${PV}"
87 - KEYWORDS="~amd64"
88 fi
89
90 -LICENSE="BSD"
91 -SLOT="0"
92 -
93 IUSE="+openssl"
94 REQUIRED_USE="${LUA_REQUIRED_USE}"