commit:     a8fa957783718dce85d3ef1e6e16713f5817b2f9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 20 12:10:27 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 20 12:10:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8fa9577

app-containers/docker-registry: drop 2.8.2

Closes: https://bugs.gentoo.org/844580
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-containers/docker-registry/Manifest            |  1 -
 .../docker-registry/docker-registry-2.8.2.ebuild   | 55 ----------------------
 2 files changed, 56 deletions(-)

diff --git a/app-containers/docker-registry/Manifest 
b/app-containers/docker-registry/Manifest
index 5c7607c5b99e..5aff53b4192a 100644
--- a/app-containers/docker-registry/Manifest
+++ b/app-containers/docker-registry/Manifest
@@ -1,3 +1,2 @@
-DIST docker-registry-2.8.2.tar.gz 2008415 BLAKE2B 
824325f835b2c7cc18f711204b4a92d21f661129ee2b446e3fc42f0e064b8dde43f119bff29216625cfb5e25aec152225680148ae3fc157886acb1e248b6d3b5
 SHA512 
c2270c14e09399b10fa474a93855e542b82a7746764ec581a218826581e30b76d4d31ae8f91957b8e48a7c14c054b84091c73679e40dbdff1a5bd0de8b18af83
 DIST docker-registry-3.0.0_rc2.tar.gz 13978331 BLAKE2B 
0890b6128898d3fd036f95032f84641e4394b2ab4fc657116fe8a96e40ceccbc418847fac14f425a2649b9417ff7ae5eff1cea6a02f0eb525f5bc46e5e92edb9
 SHA512 
8a00939d0f9c1fc49e2d1fc2f8f8ba155e1e39a9bb9c19baeadf4070277a36fac29b11e2fc709c151b884eca7e36d11fa304ae02eea1faccdb29015083828448
 DIST docker-registry-3.0.0_rc3.tar.gz 13985046 BLAKE2B 
08956601c9d07f33fd478e7dac11fa4a7ff003ba00b319dfd485ea93e893dfd5064afd82bddbbbe50f6446b34c07587be56acfc25e4b4519ff7ed3f61483c01e
 SHA512 
41883d1b5187fd1ad77cf859e8d28367864c6608021b80ab302510c1e1d9df518653d0d869da61f8f21e73cfca2a69534918d2bddcafbbeda3cb0fcd23825bb7

diff --git a/app-containers/docker-registry/docker-registry-2.8.2.ebuild 
b/app-containers/docker-registry/docker-registry-2.8.2.ebuild
deleted file mode 100644
index 6286a187586d..000000000000
--- a/app-containers/docker-registry/docker-registry-2.8.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit golang-vcs-snapshot systemd
-
-EGIT_COMMIT="7c354a4b40feeea21d7eeae4de91c8ff7951e672"
-EGO_PN="github.com/docker/distribution"
-
-DESCRIPTION="Docker Registry 2.0"
-HOMEPAGE="https://github.com/docker/distribution";
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 MIT ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-
-DEPEND="
-       acct-group/registry
-       acct-user/registry
-"
-RDEPEND="${DEPEND}"
-
-SVCNAME="registry"
-
-src_prepare() {
-       default
-       pushd src/${EGO_PN} || die
-       eapply "${FILESDIR}"/${PN}-2.7.0-notification-metrics.patch
-       sed -e "s/git describe.*/echo ${PV})/" \
-               -e "s/git rev-parse.*/echo ${EGIT_COMMIT})/" \
-               -e "s/-s -w/-w/" \
-               -i Makefile || die
-       popd || die
-}
-
-src_compile() {
-       export -n GOCACHE XDG_CACHE_HOME #681072
-       GOPATH="${S}" GO_BUILD_FLAGS="-v" emake -C src/${EGO_PN} binaries
-}
-
-src_install() {
-       exeinto /usr/libexec/${PN}
-       doexe src/${EGO_PN}/bin/*
-       insinto /etc/docker/registry
-       newins src/${EGO_PN}/cmd/registry/config-example.yml config.yml.example
-       newinitd "${FILESDIR}/${SVCNAME}.initd" "${SVCNAME}"
-       newconfd "${FILESDIR}/${SVCNAME}.confd" "${SVCNAME}"
-       systemd_dounit "${FILESDIR}/${SVCNAME}.service"
-       keepdir /var/log/${SVCNAME}
-       fowners ${SVCNAME}:${SVCNAME} /var/log/${SVCNAME}
-       insinto /etc/logrotate.d
-       newins "${FILESDIR}/${SVCNAME}.logrotated" "${SVCNAME}"
-}

Reply via email to