commit: 19939e23c6e6262aed888b842087587f48af7fc1 Author: Rahil Bhimjiani <me <AT> rahil <DOT> rocks> AuthorDate: Mon Jul 7 13:00:46 2025 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Tue Jul 8 03:52:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19939e23
app-containers/skopeo: update to 1.19.0 Remove unused tag "btrfs_noversion" https://github.com/containers/skopeo/commit/47bf2b4ef7668f3d68e7cc5f933e7547963faf13#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52 Signed-off-by: Rahil Bhimjiani <me <AT> rahil.rocks> From: https://github.com/gentoo/gentoo/pull/42919 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-containers/skopeo/Manifest | 1 + app-containers/skopeo/{skopeo-9999.ebuild => skopeo-1.19.0.ebuild} | 2 +- app-containers/skopeo/skopeo-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app-containers/skopeo/Manifest b/app-containers/skopeo/Manifest index e1445da312bb..9d5af7e482c1 100644 --- a/app-containers/skopeo/Manifest +++ b/app-containers/skopeo/Manifest @@ -1,3 +1,4 @@ DIST skopeo-1.15.1.tar.gz 10709125 BLAKE2B aa688197fe0d803b6cb1f4e7c5c998a917e7d588fa41b9e6ede6d60fd1ef12f209e2f119bc29143bf92ae3349c1168e33f79cb36d6c7f5a1a22bcbf3f4e51792 SHA512 686d17da4a84d9029d688cfca08724576564ce2a05aed9380bf55059c244c90cffa3b21c2dbe84b19b746773e98d5f26e5ceaca58f7be26b656125977685c663 DIST skopeo-1.17.0.tar.gz 10682765 BLAKE2B 88e658a29bacaead26ef19309e2c138d5b689c04b56291a93f23765a97bcee0e3acfa82014babd5cf375127b78cc3ac4fb42b6ba3284632d43b1ac865a618969 SHA512 72cee72a88764a85252ff1812aff284215805db10708fdfd4f3c778d7efec16b8a0d4d26b966a2e18ca36eea9a98265d75e78967dfb3ea0bf94f98c3b61c6504 DIST skopeo-1.18.0.tar.gz 10790607 BLAKE2B ebbd9c481fd9ae03ff853042276037a521a7911ded67006faa1b11d6a70affadce35bdcea67209250cde36196ae87f1206ba654f9a52c7ec833cb25fe6c0af1e SHA512 7d56d78b4e0299c187eb2ea46a2d6ac41a4ad30848e9f5fe43285af74c5207f6fc4ee98c15bd5114de7a660e52846f75c26632ae1aa3ccf656b504798a6b1d56 +DIST skopeo-1.19.0.tar.gz 10819827 BLAKE2B c413bdc58634e144bcd1ee64afcba5cbd472fb08791c6eb8acb1cc84fdc9a62ef16fcd52123ac3364b1473f2aa285b97007d440b99385f8503120b412294f17c SHA512 2e297a193e8414f0482b06b7e2aaa027c4510963e91e4675c00b8113e58b82abf26943f36a60584dc47fd7f3abd80c452fb9c92f29e1b82d4c329bd422a399ee diff --git a/app-containers/skopeo/skopeo-9999.ebuild b/app-containers/skopeo/skopeo-1.19.0.ebuild similarity index 94% copy from app-containers/skopeo/skopeo-9999.ebuild copy to app-containers/skopeo/skopeo-1.19.0.ebuild index 28ec8a52fdf3..94322380c7c4 100644 --- a/app-containers/skopeo/skopeo-9999.ebuild +++ b/app-containers/skopeo/skopeo-1.19.0.ebuild @@ -38,7 +38,7 @@ pkg_setup() { run_make() { local emakeflags=( - BTRFS_BUILD_TAG="$(usex btrfs '' 'btrfs_noversion exclude_graphdriver_btrfs')" + BTRFS_BUILD_TAG="$(usex btrfs '' 'exclude_graphdriver_btrfs')" CONTAINERSCONFDIR="${EPREFIX}/etc/containers" LIBSUBID_BUILD_TAG="$(usex rootless 'libsubid' '')" PREFIX="${EPREFIX}/usr" diff --git a/app-containers/skopeo/skopeo-9999.ebuild b/app-containers/skopeo/skopeo-9999.ebuild index 28ec8a52fdf3..94322380c7c4 100644 --- a/app-containers/skopeo/skopeo-9999.ebuild +++ b/app-containers/skopeo/skopeo-9999.ebuild @@ -38,7 +38,7 @@ pkg_setup() { run_make() { local emakeflags=( - BTRFS_BUILD_TAG="$(usex btrfs '' 'btrfs_noversion exclude_graphdriver_btrfs')" + BTRFS_BUILD_TAG="$(usex btrfs '' 'exclude_graphdriver_btrfs')" CONTAINERSCONFDIR="${EPREFIX}/etc/containers" LIBSUBID_BUILD_TAG="$(usex rootless 'libsubid' '')" PREFIX="${EPREFIX}/usr"
