public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/docker-distribution-pruner/
Date: Sat, 11 May 2024 07:41:28 +0000 (UTC)	[thread overview]
Message-ID: <1715413279.9c92b25ac17b7ff5e20d15072f4cddf97680feaa.arthurzam@gentoo> (raw)

commit:     9c92b25ac17b7ff5e20d15072f4cddf97680feaa
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 07:37:48 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 11 07:41:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c92b25a

dev-util/docker-distribution-pruner: add 0.2.0

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

 dev-util/docker-distribution-pruner/Manifest       |  2 ++
 .../docker-distribution-pruner-0.2.0.ebuild        | 25 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-util/docker-distribution-pruner/Manifest b/dev-util/docker-distribution-pruner/Manifest
index e995253f4842..fc7ecdb9fd21 100644
--- a/dev-util/docker-distribution-pruner/Manifest
+++ b/dev-util/docker-distribution-pruner/Manifest
@@ -1,2 +1,4 @@
+DIST docker-distribution-pruner-0.2.0-deps.tar.xz 13254932 BLAKE2B 02d0e34129a82f77ff4bc67bb9a6fbd3f0312c7c3568be042ea3234ddbf1134d81a4fe86c246522a9358d8b4203f0023e41050ec0d8ebbccb0a6059a91961942 SHA512 96207c2fc418700d6d0a83e79da3a126ff677fafa716e96bca52933fc179f75291b6a723e0cb94114600b9a64dd5f2b3e17c2cefcd96524844e5baaae443bb0d
 DIST docker-distribution-pruner-0_p20170401.tar.gz 6245783 BLAKE2B 7fd29631ff4072a4ef7a9486d8dd9f4b17a2238f94c93e670e7b7af4ba93c8a6577e9ce9f2d248d5d16fb7279f4517317e2c63413424250f14f01d4c47628f5b SHA512 8e2bf3c9be37f7b16299e1e7219d646e2b037ff40ba244bb2262905ab9864b212d7f96d844a096b057c6111440d66236f8ed5eb4a61e95f7a81bac3516f65cdd
+DIST docker-distribution-pruner-v0.2.0.tar.bz2 28288 BLAKE2B 5f82bfc7336a1814c32ac99eff341b042eac8b3594de2d9bb2b06d3c826c4130620278393fc0416b8fe614442b34166ea027df07620041dd853ede981cb365e1 SHA512 c68d9c801c770a4615de7fecf4316786be1f97cd32a9e7f843592fc7e550e0cf2876d79fab1d41c4b1a14243ac3ac6a618e1da70d272a84f986e2d8ebb41ce12
 DIST github.com-go-yaml-yaml-a3f3340b5840cee44f372bddb5880fcbc419b46a.tar.gz 60814 BLAKE2B a77b7d72e2937af71a0734c21bee7a1d7770157c27f1ddfa164c66fd5461f86a2ef46e002087092ef011caae572838bcc9537a8290cd54dfafb7f54423e47c48 SHA512 184a0e658a4eac3b867533cd0e494bd84db94fbe10e8df0d0b755c7ffc95bc99e2f84c0157183ca74cdc79289a85dcf7f1dea8a4c89a253565baf473b3627eae

diff --git a/dev-util/docker-distribution-pruner/docker-distribution-pruner-0.2.0.ebuild b/dev-util/docker-distribution-pruner/docker-distribution-pruner-0.2.0.ebuild
new file mode 100644
index 000000000000..4df022f319c0
--- /dev/null
+++ b/dev-util/docker-distribution-pruner/docker-distribution-pruner-0.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Clean all old container revisions from registry"
+HOMEPAGE="https://gitlab.com/gitlab-org/docker-distribution-pruner"
+SRC_URI="https://gitlab.com/gitlab-org/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
+	https://dev.gentoo.org/~arthurzam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz"
+S=${WORKDIR}/${PN}-v${PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+RESTRICT="test" # no tests
+
+src_compile() {
+	ego build -o ${PN} ./cmds/docker-distribution-pruner
+}
+
+src_install() {
+	dobin ${PN}
+}


             reply	other threads:[~2024-05-11  7:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-11  7:41 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-17  8:51 [gentoo-commits] repo/gentoo:master commit in: dev-util/docker-distribution-pruner/ Arthur Zamarin
2020-10-01  0:41 Sam James
2017-11-21 18:29 Manuel Rüger
2017-05-22 17:56 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1715413279.9c92b25ac17b7ff5e20d15072f4cddf97680feaa.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox