commit:     37fee946d64a36cb001a7880de2de4b9815620d1
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 22:30:25 2024 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 22:30:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37fee946

dev-util/gitlab-runner: drop 17.4.1

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

 dev-util/gitlab-runner/Manifest                    |  2 -
 dev-util/gitlab-runner/gitlab-runner-17.4.1.ebuild | 62 ----------------------
 2 files changed, 64 deletions(-)

diff --git a/dev-util/gitlab-runner/Manifest b/dev-util/gitlab-runner/Manifest
index b897bf9a7250..d02a0024f7ca 100644
--- a/dev-util/gitlab-runner/Manifest
+++ b/dev-util/gitlab-runner/Manifest
@@ -1,5 +1,3 @@
-DIST gitlab-runner-17.4.1-deps.tar.xz 104751932 BLAKE2B 
a4db4d8f739343a5648379d60717ec9df9526f481799dd4e8eb106167ea835a16e13b60d72a96a11d5d6ed9094ab099af82c86f061d8d85ea360d47e663876b7
 SHA512 
df4fdbdf242e52ca1ec1f54664646c5275561060b30e12c51d6ef41bdba5b8836e0c2a303b17ddead64dd946a9a01d191adbaadbf2f3eee7ebfc5bcda3746406
-DIST gitlab-runner-17.4.1.tar.bz2 1407772 BLAKE2B 
9185590409a53b511b12eb562d0765b95c202052fe2bc7c6aac334a298fd0af50cab3118079cfa42eb6ec0f7f767de0dadd036a5a888217f9742d8c5097a92e3
 SHA512 
be77f5e24aad129845cc0c66b19fe4cf673eb43e5a0b37a146d53a1cc114851340bfd08e23c78b8f9c4372ccee35dd541ac646abfd72906fb16c0d7fcca8e1d9
 DIST gitlab-runner-17.4.2-deps.tar.xz 104738856 BLAKE2B 
4ee77d51927e0ba869b146b2a85dc321aff70d55d9081553c30ef0745f3a97a43dfe0db3c66b9657ee01d84a6566c093989c94940ccea0e4019dbc58546be88b
 SHA512 
92d9f04cfd1e33434ad3620f79e156074f4bc3a689ae682587254f983cec549f6d0e1255958d6e973cb16c0c94c9d2ed28234a08b18637509037c8bbd0ef5980
 DIST gitlab-runner-17.4.2.tar.bz2 1407513 BLAKE2B 
5a1aec519e7a23fe4480ba07a506622c1300459ea04c0d9f5dffbd51e9db78595d5b3bc3c9646cffa7408c973311fab54c541c99796e271ffb8cf451a897c671
 SHA512 
9b99f3e38afa0cda9a555b5353e1cb0b6dfedee69c4da4994d419096edd7c83a2c1811a95185d8b0f4ca5706144838737873f373564be4bc0d326d13a8071f95
 DIST gitlab-runner-17.5.1-deps.tar.xz 108461592 BLAKE2B 
e78fc32c94f469267fb416f1f6d20341c7d06c46b21771ff35c6d46c5959d64d596c348df7f854a52c81bfae8c8ec3cedcecbf155be86ae832c66e3ce15abf45
 SHA512 
25d55ae1198415b1485a4209d19de034ad13cf25d300e50726cf67f69e27d8db3b02c664a631db3180a2ba192e9927dbba5fb5cdec7cfc35c7f5f56266f23836

diff --git a/dev-util/gitlab-runner/gitlab-runner-17.4.1.ebuild 
b/dev-util/gitlab-runner/gitlab-runner-17.4.1.ebuild
deleted file mode 100644
index b18cf6e1bed9..000000000000
--- a/dev-util/gitlab-runner/gitlab-runner-17.4.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module systemd tmpfiles
-
-# make sure this gets updated for every bump
-GIT_COMMIT=32fe5502
-
-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";
-
-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"
-
-DOCS=( docs CHANGELOG.md README.md config.toml.example )
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_compile() {
-       emake \
-               BUILT="$(date -u '+%Y-%m-%dT%H:%M:%S%:z')" \
-               GOX="${EPREFIX}/usr/bin/gox" \
-               REVISION=${GIT_COMMIT} \
-               VERSION=${PV} \
-               runner-bin-host
-}
-
-src_test() {
-       CI=0 ego test
-}
-
-src_install() {
-       dobin out/binaries/gitlab-runner
-       einstalldocs
-
-       newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-       newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-       systemd_dounit "${FILESDIR}/${PN}.service"
-       newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
-       keepdir /{etc,var/log}/${PN}
-       fperms 0700 /{etc,var/log}/gitlab-runner
-       fowners gitlab-runner:gitlab-runner /{etc,var/log}/${PN}
-}
-
-pkg_postinst() {
-       tmpfiles_process gitlab-runner.conf
-       [[ -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