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: Thu, 01 Dec 2022 00:09:56
Message-Id: 1669853387.cf17b4508a279d8babde83bcb2cf7765ac3dd14a.williamh@gentoo
1 commit: cf17b4508a279d8babde83bcb2cf7765ac3dd14a
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 00:08:08 2022 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 00:09:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf17b450
7
8 dev-util/gitlab-runner: add 15.6.1
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-15.6.1.ebuild | 67 ++++++++++++++++++++++
14 2 files changed, 69 insertions(+)
15
16 diff --git a/dev-util/gitlab-runner/Manifest b/dev-util/gitlab-runner/Manifest
17 index b14457ed8918..5e4d0b0ab54f 100644
18 --- a/dev-util/gitlab-runner/Manifest
19 +++ b/dev-util/gitlab-runner/Manifest
20 @@ -4,3 +4,5 @@ DIST gitlab-runner-15.4.1-deps.tar.xz 138998168 BLAKE2B cee390b7955ee98eccffca6e
21 DIST gitlab-runner-15.4.1.tar.gz 1310885 BLAKE2B 9ba470444f7ba2db8be6044548dc9d7ee1ef8f50e63b0bc1ec2ba65ab9b5d035c5bc3a3bb50c4bf0d5acfa1329fe06fe9769f847aaa73c61ff116123f637e3f9 SHA512 1334c1d3fc830f49a0977cd43045105d013658361d55c807a99a2b36bd2b9dc4f3410185f13264a50a7cc13ab97d2191ec4a4daf45c10b24b42375dd6a2f6d13
22 DIST gitlab-runner-15.5.1-deps.tar.xz 151906516 BLAKE2B 50dced95fd72259d31d0dd6513ddc6aa1001c5ca83a1a7b33028a9bc163c553e2bcd80dff32443813bb85f8d215b8ae73c8f75f0cfedeb6062cd6824f0415f04 SHA512 a74673d48de86e337b936b60a35820621f35e6a70087ebf59a8641c6f3f1d5e1ba7d0e3156815d8204c3dbcd349f5e903be4501f566e419f5ca46382cebbf15f
23 DIST gitlab-runner-15.5.1.tar.gz 1327734 BLAKE2B 236d967a5ed18461d64429e078d3e40843e74aca96c23d572d070c13abf7ba3a3c7b4ba6046285d2aed261bdd2d9f5207f23a6b2c7c5cdc95c8cda5e0165f4c3 SHA512 c1ad7144bcea76b9ba20068bccc2b7a96240536cb0bdedcb0566674d05869c38f9052868314c3a58bddb1c6af304030fe0a2d055431d73eaff80ecb2226ea3e4
24 +DIST gitlab-runner-15.6.1-deps.tar.xz 160099188 BLAKE2B 3e8ab94a0af82e3354fd2ff59e313ffd1bbf761bdf9e800c588e54ad5c61b2ac4195d6e33f21d25c6b5c3f82e7385a8f30754b3c38899186a09868aca145b5f6 SHA512 69adf479c70fec6afea252cdaf6c393a7de3069360fcfdbf5c0da57f3ac31f51daf9af2c5d69bd615642c7d9684714aeb720f2e18559d112d30829abaf739a6d
25 +DIST gitlab-runner-15.6.1.tar.bz2 1235815 BLAKE2B 0b689878f49c4373ec9f895f6446d1f896c9f19f67ed306ab2b0ea08de34a9f70ff8547ec730061d9a997073c0b58a85e95e006481c9dab477cf4e5f4aa5f0d2 SHA512 f9580f5a0109ed7406bc33fd9c9936a4023761e790d9b1526a3a1d7037011ebdd8568837451708f0970d75d838f9a9462185542a57091637d1f61874310e8179
26
27 diff --git a/dev-util/gitlab-runner/gitlab-runner-15.6.1.ebuild b/dev-util/gitlab-runner/gitlab-runner-15.6.1.ebuild
28 new file mode 100644
29 index 000000000000..665cb1269501
30 --- /dev/null
31 +++ b/dev-util/gitlab-runner/gitlab-runner-15.6.1.ebuild
32 @@ -0,0 +1,67 @@
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 +
39 +# make sure this gets updated for every bump
40 +GIT_COMMIT=133d7e76
41 +
42 +DESCRIPTION="The official GitLab Runner, written in Go"
43 +HOMEPAGE="https://gitlab.com/gitlab-org/gitlab-runner"
44 +SRC_URI="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
45 +SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="amd64 ~ppc64 ~riscv"
50 +
51 +COMMON_DEPEND="acct-group/gitlab-runner
52 + acct-user/gitlab-runner"
53 +DEPEND="${COMMON_DEPEND}"
54 +RDEPEND="${COMMON_DEPEND}"
55 +BDEPEND="dev-go/gox"
56 +
57 +DOCS=( docs CHANGELOG.md README.md config.toml.example )
58 +
59 +PATCHES=(
60 + # https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3498
61 + "${FILESDIR}"/build-for-arm64.patch
62 + )
63 +
64 +S="${WORKDIR}/${PN}-v${PV}"
65 +
66 +src_compile() {
67 + emake \
68 + BUILT="$(date -u '+%Y-%m-%dT%H:%M:%S%:z')" \
69 + GOX="${EPREFIX}/usr/bin/gox" \
70 + REVISION=${GIT_COMMIT} \
71 + VERSION=${PV} \
72 + runner-bin-host
73 +}
74 +
75 +src_test() {
76 + CI=0 ego test
77 +}
78 +
79 +src_install() {
80 + dobin out/binaries/gitlab-runner
81 + einstalldocs
82 +
83 + newconfd "${FILESDIR}/${PN}.confd" "${PN}"
84 + newinitd "${FILESDIR}/${PN}.initd" "${PN}"
85 + systemd_dounit "${FILESDIR}/${PN}.service"
86 + newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
87 + keepdir /{etc,var/log}/${PN}
88 + fperms 0700 /{etc,var/log}/gitlab-runner
89 + fowners gitlab-runner:gitlab-runner /{etc,var/log}/${PN}
90 +}
91 +
92 +pkg_postinst() {
93 + tmpfiles_process gitlab-runner.conf
94 + [[ -f ${EROOT}/etc/gitlab-runner/config.toml ]] && return
95 + elog
96 + elog "To use the runner, you need to register it with this command:"
97 + elog "# gitlab-runner register"
98 + elog "This will also create the configuration file in /etc/gitlab-runner/config.toml"
99 +}