commit:     201de877ae0975d48aa6db35c4d9d19941038309
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  4 15:47:27 2025 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Aug  4 15:47:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201de877

dev-util/gitlab-runner: drop 18.0.1, 18.0.2

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-util/gitlab-runner/Manifest                    |  4 --
 dev-util/gitlab-runner/gitlab-runner-18.0.1.ebuild | 68 ----------------------
 dev-util/gitlab-runner/gitlab-runner-18.0.2.ebuild | 68 ----------------------
 3 files changed, 140 deletions(-)

diff --git a/dev-util/gitlab-runner/Manifest b/dev-util/gitlab-runner/Manifest
index 9bc9fc423126..9fce052bfed7 100644
--- a/dev-util/gitlab-runner/Manifest
+++ b/dev-util/gitlab-runner/Manifest
@@ -1,7 +1,3 @@
-DIST gitlab-runner-18.0.1-deps.tar.xz 116241368 BLAKE2B 
305c76bec626dfe8072e23378137e342f2331678337ed2d53c1bd5dadc4a15c1eefa50edc6d2c3aa26af0f82f0ae61d0b9f1027fcfa29c31683fae77788561fa
 SHA512 
558c808a675e02963cdd5108889a6bb1fbf665d099b4b1a7973621bb34d0c76b92ef7e190232f28645d4a849149014b1047cb78335211c6b868bec217c8cd13b
-DIST gitlab-runner-18.0.1.tar.bz2 1943624 BLAKE2B 
ce2fc7dbbbdf6001a77e91a496f3bf4dba037361d341e733394d255121b196a9923e10b736fb8e621cdcf3b8cc52bae38882a209238ed07a7f508d2c67073480
 SHA512 
929fff692b7c9f4b59fc8f9741e001d96abec86dc91a95412171527833304772283d5f4116c9a8ea24b83ab5ecc8734f61ea6c56fb92cb388cdd8c36484b0f92
-DIST gitlab-runner-18.0.2-deps.tar.xz 115598224 BLAKE2B 
30c3bb311563ce13febc178ee933e7e3610635d72330eefcefe51e5c859274329375985a469e7db0b20dbc6cc66059088466b37ac469b2634b330d06d76fb29f
 SHA512 
8365b2396cae507b1cd517b8f17cd04f34b6826aeef178b22be716fe3d5eab36ccff7e306e2bd08a38d2f29ec3c15cd05315f83e6c67c12e373d720176190069
-DIST gitlab-runner-18.0.2.tar.bz2 1944104 BLAKE2B 
48087f98a0f313139305a69379189555717c1006afc16dc948bd0e527f547290f9346a01aefcaf6be924b859702a9935760ec661aedcd5a6911cbdc65e13e722
 SHA512 
0a7b5326a90b4fb8ee1a2ea7d0b10b696e3b02358ca5652bb7675584188de3b9cf94501741fa558538dc1bd66356df9e1fdcfc247201fc349646cce9504442c2
 DIST gitlab-runner-18.0.3-deps.tar.xz 111872284 BLAKE2B 
dc72771b1142c20ad418d614c40c4eec31b5b45d7c4fabbede7cb2afe3b75ca6777357741974160de9154ded74d03f77f81f0f0da857ed46d8955f0d1f46d354
 SHA512 
74fb2fdf866059cceb6b3752f2dc88773c949b0dd73aaa0c4c4ba047f18801d78fdf660f69f1626e109811fe837871ab56dbb85c5334ba7c2e5b834c2528aaa8
 DIST gitlab-runner-18.0.3.tar.bz2 1943948 BLAKE2B 
71549724580f0750bb1ed2169e4da9d88e77ebfd3085a39d9773e5070741f7d396f5a22ec721d98b4c3e0ebac740dc92dcf91eea1ac4e626d275c3a5b78f6de0
 SHA512 
b282990128061bab731621cf4512e77200f65b49b6120721c85b27656488cffbbfe1cc65f07fbe87e5a4d52c9b7158e742b02702804318a0cceea36cc5789816
 DIST gitlab-runner-18.0.5-deps.tar.xz 116157072 BLAKE2B 
6752b2cdad0d258bf1b71b456f3d0aee26d15d64672f6b4a3a45abd65db3c217403278c728dfbb1e467427c2d070ced775f2f0cbacae94d2d75dcfa481c15ecf
 SHA512 
49f363480c75a0665da0274fe680085b16b7b0a63942b98bfd18b1cd6d12facc3d73c75ce576af7b55d8a20b43003b1a812e0f86f86c0c50664da6d1308c8ea5

diff --git a/dev-util/gitlab-runner/gitlab-runner-18.0.1.ebuild 
b/dev-util/gitlab-runner/gitlab-runner-18.0.1.ebuild
deleted file mode 100644
index 8e43873fb2dc..000000000000
--- a/dev-util/gitlab-runner/gitlab-runner-18.0.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit eapi9-ver go-module systemd tmpfiles
-
-# make sure this gets updated for every bump
-GIT_COMMIT=3e653c4e
-
-DESCRIPTION="The official GitLab Runner, written in Go"
-HOMEPAGE="https://gitlab.com/gitlab-org/gitlab-runner";
-SRC_URI="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz";
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv"
-
-COMMON_DEPEND="acct-group/gitlab-runner
-       acct-user/gitlab-runner"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND="dev-go/gox"
-
-src_compile() {
-       emake \
-               BUILT="$(date -u '+%Y-%m-%dT%H:%M:%S%:z')" \
-               GOX="${EPREFIX}/usr/bin/gox" \
-               REVISION=${GIT_COMMIT} \
-               VERSION=${PV} \
-               runner-and-helper-bin-host
-}
-
-src_test() {
-       CI=0 ego test
-}
-
-src_install() {
-       newbin out/binaries/gitlab-runner-linux-* gitlab-runner
-       newbin out/binaries/gitlab-runner-helper/gitlab-runner-helper.linux-* 
gitlab-runner-helper
-       DOCS=( docs CHANGELOG.md README.md )
-       einstalldocs
-       insinto /usr/share/${PN}
-       doins config.toml.example
-
-       newconfd "${FILESDIR}/${PN}-18.confd" "${PN}"
-       newinitd "${FILESDIR}/${PN}-18.initd" "${PN}"
-       systemd_dounit "${FILESDIR}/${PN}.service"
-       newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
-       keepdir /etc/${PN}
-       fperms 0700 /etc/${PN}
-       fowners gitlab-runner:gitlab-runner /etc/${PN}
-}
-
-pkg_postinst() {
-       tmpfiles_process gitlab-runner.conf
-       if ver_replacing -lt 18.0.0; then
-               ewarn "The logs are now redirected to syslog instead of being 
stored in /var/log/gitlab-runner"
-               ewarn
-       fi
-       [[ -f ${EROOT}/etc/gitlab-runner/config.toml ]] && return
-       elog
-       elog "To use the runner, you need to register it with this command:"
-       elog "# gitlab-runner register"
-       elog "This will also create the configuration file in 
/etc/gitlab-runner/config.toml"
-}

diff --git a/dev-util/gitlab-runner/gitlab-runner-18.0.2.ebuild 
b/dev-util/gitlab-runner/gitlab-runner-18.0.2.ebuild
deleted file mode 100644
index cf8a3775d69d..000000000000
--- a/dev-util/gitlab-runner/gitlab-runner-18.0.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit eapi9-ver go-module systemd tmpfiles
-
-# make sure this gets updated for every bump
-GIT_COMMIT=4d7093e1
-
-DESCRIPTION="The official GitLab Runner, written in Go"
-HOMEPAGE="https://gitlab.com/gitlab-org/gitlab-runner";
-SRC_URI="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz";
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv"
-
-COMMON_DEPEND="acct-group/gitlab-runner
-       acct-user/gitlab-runner"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND="dev-go/gox"
-
-src_compile() {
-       emake \
-               BUILT="$(date -u '+%Y-%m-%dT%H:%M:%S%:z')" \
-               GOX="${EPREFIX}/usr/bin/gox" \
-               REVISION=${GIT_COMMIT} \
-               VERSION=${PV} \
-               runner-and-helper-bin-host
-}
-
-src_test() {
-       CI=0 ego test
-}
-
-src_install() {
-       newbin out/binaries/gitlab-runner-linux-* gitlab-runner
-       newbin out/binaries/gitlab-runner-helper/gitlab-runner-helper.linux-* 
gitlab-runner-helper
-       DOCS=( docs CHANGELOG.md README.md )
-       einstalldocs
-       insinto /usr/share/${PN}
-       doins config.toml.example
-
-       newconfd "${FILESDIR}/${PN}-18.confd" "${PN}"
-       newinitd "${FILESDIR}/${PN}-18.initd" "${PN}"
-       systemd_dounit "${FILESDIR}/${PN}.service"
-       newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
-       keepdir /etc/${PN}
-       fperms 0700 /etc/${PN}
-       fowners gitlab-runner:gitlab-runner /etc/${PN}
-}
-
-pkg_postinst() {
-       tmpfiles_process gitlab-runner.conf
-       if ver_replacing -lt 18.0.0; then
-               ewarn "The logs are now redirected to syslog instead of being 
stored in /var/log/gitlab-runner"
-               ewarn
-       fi
-       [[ -f ${EROOT}/etc/gitlab-runner/config.toml ]] && return
-       elog
-       elog "To use the runner, you need to register it with this command:"
-       elog "# gitlab-runner register"
-       elog "This will also create the configuration file in 
/etc/gitlab-runner/config.toml"
-}

Reply via email to