Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gitlab-runner/
Date: Wed, 11 May 2022 16:45:08
Message-Id: 1652287478.3a8e19cb7a45c6e58e80441a1c63d4245e77d8f3.williamh@gentoo
1 commit: 3a8e19cb7a45c6e58e80441a1c63d4245e77d8f3
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 11 16:44:06 2022 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed May 11 16:44:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8e19cb
7
8 dev-util/gitlab-runner: add 14.9.2
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 dev-util/gitlab-runner/Manifest | 2 +
13 dev-util/gitlab-runner/gitlab-runner-14.9.2.ebuild | 60 ++++++++++++++++++++++
14 2 files changed, 62 insertions(+)
15
16 diff --git a/dev-util/gitlab-runner/Manifest b/dev-util/gitlab-runner/Manifest
17 index c4238504e369..28c5788d80f8 100644
18 --- a/dev-util/gitlab-runner/Manifest
19 +++ b/dev-util/gitlab-runner/Manifest
20 @@ -4,3 +4,5 @@ DIST gitlab-runner-14.10.1-deps.tar.xz 142897024 BLAKE2B 353b209e62b87edd7f684c2
21 DIST gitlab-runner-14.10.1.tar.gz 1265690 BLAKE2B c455c08f1530b4fa6d63d74736adeb7cfb76c5f4f56577e2c22ba64630c88a3b0933fd0e3fbcf173d7263f6150bd77491fa091c5c8a4821dabf4bfee24928a52 SHA512 5b3a6b1b13569a9f24206f078bd864689fc6cf9c7f249b3fc5adb36e9c59bc6b53f218a7e31aab8537f188500f072a8e73ad9422e03e2eb44c21521c903044a1
22 DIST gitlab-runner-14.9.1-deps.tar.xz 142907928 BLAKE2B fb61c7b03d3dd63196bb4de0042a3c65035a3fc132435d7844635bb968a6bfe43e05fca053bfa96ba22cc9fd601d533857bffdf8bd734e90e86fefce8091da34 SHA512 d077cc1220ad33196655e578937c910c7b368eef57bb96d385eac0957e5f8902bb3720b1614f3179753929f25589a8d1d543bcb61d4cf5972bf4ada96a4056d8
23 DIST gitlab-runner-14.9.1.tar.gz 1259997 BLAKE2B a4694198630fb2cc47ad4e9fe36b366ae695d8a4618e755b9ff12b608d5d8266614cc649b0e63bca125919ebe8dd40859fc7804cd8bb40ed391a54d6ae65a325 SHA512 ec804f3a4982414d52a4f3b5ff1560c5342a3650f1bb3edefa211a3810b17e202263abc67bfcd4423fe88b5acd501da1d23f3980a078800ab25932625ff75bc5
24 +DIST gitlab-runner-14.9.2-deps.tar.xz 142907928 BLAKE2B fb61c7b03d3dd63196bb4de0042a3c65035a3fc132435d7844635bb968a6bfe43e05fca053bfa96ba22cc9fd601d533857bffdf8bd734e90e86fefce8091da34 SHA512 d077cc1220ad33196655e578937c910c7b368eef57bb96d385eac0957e5f8902bb3720b1614f3179753929f25589a8d1d543bcb61d4cf5972bf4ada96a4056d8
25 +DIST gitlab-runner-14.9.2.tar.gz 1260233 BLAKE2B 9632c01ce05375ccec038392c978eedb66287e48263347b73194d4cadab122822bdf6c1b5cdec324501c636e4fe68e65623aeae42b1d8bb34f38281142367da1 SHA512 2f3e5c729bd443fd4943c6521762155fd7b7848d3a64634947be5e8b8e31dd19765502d5abb604b872e1e1fc1fa35e05d49075122f7edeed82760ae53970de32
26
27 diff --git a/dev-util/gitlab-runner/gitlab-runner-14.9.2.ebuild b/dev-util/gitlab-runner/gitlab-runner-14.9.2.ebuild
28 new file mode 100644
29 index 000000000000..1ad7cc8d7ccd
30 --- /dev/null
31 +++ b/dev-util/gitlab-runner/gitlab-runner-14.9.2.ebuild
32 @@ -0,0 +1,60 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +inherit go-module systemd tmpfiles
38 +GIT_COMMIT=bd40e3da
39 +
40 +DESCRIPTION="The official GitLab Runner, written in Go"
41 +HOMEPAGE="https://gitlab.com/gitlab-org/gitlab-runner"
42 +SRC_URI="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
43 +SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +
49 +COMMON_DEPEND="acct-group/gitlab-runner
50 + acct-user/gitlab-runner"
51 +DEPEND="${COMMON_DEPEND}"
52 +RDEPEND="${COMMON_DEPEND}"
53 +BDEPEND="dev-go/gox"
54 +
55 +DOCS=( docs CHANGELOG.md README.md config.toml.example )
56 +
57 +S="${WORKDIR}/${PN}-v${PV}"
58 +
59 +src_compile() {
60 + emake \
61 + BUILT="$(date -u '+%Y-%m-%dT%H:%M:%S%:z')" \
62 + GOX="${EPREFIX}/usr/bin/gox" \
63 + REVISION=${GIT_COMMIT} \
64 + VERSION=${PV} \
65 + runner-bin-host
66 +}
67 +
68 +src_test() {
69 + CI=0 ego test
70 +}
71 +
72 +src_install() {
73 + dobin out/binaries/gitlab-runner
74 + einstalldocs
75 +
76 + newconfd "${FILESDIR}/${PN}.confd" "${PN}"
77 + newinitd "${FILESDIR}/${PN}.initd" "${PN}"
78 + systemd_dounit "${FILESDIR}/${PN}.service"
79 + newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
80 + keepdir /{etc,var/log}/${PN}
81 + fowners gitlab-runner:gitlab-runner /{etc,var/log}/${PN}
82 + fperms 0700 /{etc,var/log}/gitlab-runner
83 +}
84 +
85 +pkg_postinst() {
86 + tmpfiles_process gitlab-runner.conf
87 + [[ -f ${EROOT}/etc/gitlab-runner/config.toml ]] && return
88 + elog
89 + elog "To use the runner, you need to register it with this command:"
90 + elog "# gitlab-runner register"
91 + elog "This will also create the configuration file in /etc/gitlab-runner/config.toml"
92 +}