From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/skopeo/
Date: Tue, 21 Feb 2023 17:02:58 +0000 (UTC) [thread overview]
Message-ID: <1676998972.f156536de0a02369d4ecd1e8018210617c8b9d63.williamh@gentoo> (raw)
commit: f156536de0a02369d4ecd1e8018210617c8b9d63
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 17:02:32 2023 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 17:02:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f156536d
app-containers/skopeo: add 1.11.1
Closes: https://bugs.gentoo.org/895452
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-containers/skopeo/Manifest | 1 +
app-containers/skopeo/skopeo-1.11.1.ebuild | 38 ++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/app-containers/skopeo/Manifest b/app-containers/skopeo/Manifest
index 2b3b7c79c482..fe73fbdd706e 100644
--- a/app-containers/skopeo/Manifest
+++ b/app-containers/skopeo/Manifest
@@ -1,2 +1,3 @@
DIST skopeo-1.10.0.tar.gz 6460856 BLAKE2B b904a161334ef0a3eaaab8c58f0c7e4c507fa68a09f8fa8235e8a9222d48c98874c9ce878a509e2816f210ffb37dbf707ff2653212e1efbd9ad6686efb97e147 SHA512 0d64e7f12a0d10c81074a04b6c74ed6e7213f598013f1ba672c4c696e9dad5827f41f41bb817263bf8606cd051b8e24e7eab65b95d73d8a1c8bbb3eaeb9defdb
+DIST skopeo-1.11.1.tar.gz 8071084 BLAKE2B 2411db318e377cfcfa9a80523c0bd4900201b1c17a4fe0f875dd78033bd4241e6c806816746ef77304e2edbc3737a3b22cfa83b83d65eb3c462cd5437de4e0b8 SHA512 521a2c8ddf629e361340a51d95200ec67bc4fef814e0449b6d679725536ec9448827229d4f993276f084269c2ec73c1b4edf97c0ce29122d950d350ed623a4b9
DIST skopeo-1.5.1.tar.gz 5636533 BLAKE2B 7f0e86cdee5c3250ec1280d7e71554ac2f8ad96ababe0e81dfabc00e8c128a13fc0c9c561b7a9be389d7386e9f664b95118bd2122612b9c2e8844db49769c03c SHA512 3f8c730eaa739bf2a29b82d3b04aa4eee1c09f957b61964fc8c48e59d1537bcb87b5bdf9c18fa48f9d36cf2b7ede3a1448918a20b5a3167f6ce09881a6cd3dde
diff --git a/app-containers/skopeo/skopeo-1.11.1.ebuild b/app-containers/skopeo/skopeo-1.11.1.ebuild
new file mode 100644
index 000000000000..98396d981315
--- /dev/null
+++ b/app-containers/skopeo/skopeo-1.11.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+COMMIT=ee60474d5a4d99745aac9855797ad4b26510d786
+inherit go-module
+
+DESCRIPTION="Command line utility foroperations on container images and image repositories"
+HOMEPAGE="https://github.com/containers/skopeo"
+SRC_URI="https://github.com/containers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="btrfs"
+
+COMMON_DEPEND=">=app-crypt/gpgme-1.5.5:=
+ >=dev-libs/libassuan-2.4.3:=
+ dev-libs/libgpg-error:=
+ btrfs? ( >=sys-fs/btrfs-progs-4.0.1 )
+ >=sys-fs/lvm2-2.02.145:="
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+ BDEPEND="dev-go/go-md2man"
+
+RESTRICT="test"
+
+src_compile() {
+ local BUILDTAGS
+ BUILDTAGS="containers_image_ostree_stub $(usex btrfs "" exclude_graphdriver_btrfs)"
+ emake PREFIX=/usr BUILDTAGS="${BUILDTAGS}" GIT_COMMIT="${COMMIT}" \
+ all completions
+}
+
+src_install() {
+ emake PREFIX=/usr DESTDIR="${ED}" install
+ keepdir /var/lib/containers/sigstore
+}
next reply other threads:[~2023-02-21 17:03 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-21 17:02 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-08 4:01 [gentoo-commits] repo/gentoo:master commit in: app-containers/skopeo/ Zac Medico
2025-07-08 4:01 Zac Medico
2025-05-24 19:21 Sam James
2025-05-24 19:06 Arthur Zamarin
2025-03-19 22:49 Zac Medico
2025-03-12 21:28 Sam James
2025-03-12 20:46 Sam James
2025-03-12 20:15 Arthur Zamarin
2025-01-10 8:47 Arthur Zamarin
2025-01-10 8:47 Arthur Zamarin
2024-10-25 12:05 Arthur Zamarin
2024-09-22 7:20 Sam James
2024-06-13 19:10 Zac Medico
2024-03-21 2:41 Sam James
2024-02-23 12:54 Joonas Niilola
2024-02-02 6:37 Zac Medico
2024-01-07 6:52 Joonas Niilola
2024-01-07 6:14 Sam James
2023-12-03 9:12 Sam James
2023-12-01 17:45 William Hubbs
2023-11-27 22:52 William Hubbs
2023-11-27 18:52 William Hubbs
2023-11-24 12:28 Sam James
2023-02-21 17:07 William Hubbs
2023-01-04 1:10 William Hubbs
2023-01-04 0:38 William Hubbs
2023-01-03 23:01 William Hubbs
2023-01-03 22:35 William Hubbs
2022-12-24 2:59 Sam James
2022-05-07 16:22 Zac Medico
2022-05-07 16:22 Zac Medico
2022-03-26 2:11 Zac Medico
2022-02-18 19:35 Zac Medico
2022-02-04 21:05 Zac Medico
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=1676998972.f156536de0a02369d4ecd1e8018210617c8b9d63.williamh@gentoo \
--to=williamh@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