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: app-containers/umoci/
Date: Sat, 08 Mar 2025 19:35:59 +0000 (UTC)	[thread overview]
Message-ID: <1741462552.5c36f5e9c38137abd08aa105cbaf4b2a63263c67.arthurzam@gentoo> (raw)

commit:     5c36f5e9c38137abd08aa105cbaf4b2a63263c67
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 19:35:39 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 19:35:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c36f5e9

app-containers/umoci: drop 0.4.6, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-containers/umoci/Manifest           |  1 -
 app-containers/umoci/umoci-0.4.6.ebuild | 35 ---------------------------------
 2 files changed, 36 deletions(-)

diff --git a/app-containers/umoci/Manifest b/app-containers/umoci/Manifest
index 29cf157c4622..40a41e8ab4a3 100644
--- a/app-containers/umoci/Manifest
+++ b/app-containers/umoci/Manifest
@@ -1,2 +1 @@
-DIST umoci-0.4.6.tar.gz 2273608 BLAKE2B d5a36c78918697b9c8f54a5c4b914a9124b5e989dff3efc81a9f64f1bd276189d15a565a6ec2e8d4021925017e9a7a17f7cc5359a552f7c57dda414c25d2fb02 SHA512 0614dd583e00b6e2e69256f1ae1d3316e5bb5989a177d18c5ceacf3af18ab82ccf8edef879b6c813855d878d5af53c541ac433d81e6c20796885a26c57564118
 DIST umoci-0.4.7.tar.gz 2515579 BLAKE2B 595fdaf8b3e8c330a2966bdb70a4915964fa6b8823572b0bc7dfc797fce47771732cdf24514f3458833a048c155155920306838eab8654a547553897458d5013 SHA512 bb76c6c74766bc6558fa414b66a626194c60a9dee49aee050ad459590675bd79032b8e8c390439c0aa74c09abc921a6789fac57fc996ef958a376bc1c675d9fc

diff --git a/app-containers/umoci/umoci-0.4.6.ebuild b/app-containers/umoci/umoci-0.4.6.ebuild
deleted file mode 100644
index f315c80c886b..000000000000
--- a/app-containers/umoci/umoci-0.4.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-COMMIT=5efa06acfb3bb4e65d2711cf5255970948e047cf
-inherit go-module
-
-DESCRIPTION="Manipulation tool for OCI images"
-HOMEPAGE="https://github.com/opencontainers/umoci"
-SRC_URI="https://github.com/opencontainers/umoci/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="dev-go/go-md2man"
-
-RESTRICT+=" test "
-
-src_compile() {
-	go build -buildmode=pie -mod=vendor \
-		-ldflags "-w -X main.gitCommit=${COMMIT} -X main.version=${PV}" \
-		-o "bin/${PN}" ./cmd/${PN} || die
-	cd doc/man
-	for f in *.1.md; do
-		go-md2man -in ${f} -out ${f%%.md} || die
-	done
-}
-
-src_install() {
-	dobin bin/${PN}
-	doman doc/man/*.1
-	dodoc CHANGELOG.md
-	einstalldocs
-}


             reply	other threads:[~2025-03-08 19:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-08 19:35 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-19 17:34 [gentoo-commits] repo/gentoo:master commit in: app-containers/umoci/ Arthur Zamarin
2025-01-19 17:34 Arthur Zamarin
2022-12-24  2:59 Sam James
2022-10-04  3:14 Sam James

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=1741462552.5c36f5e9c38137abd08aa105cbaf4b2a63263c67.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