Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/buildah/
Date: Mon, 14 Jun 2021 17:41:23
Message-Id: 1623692450.168cd7ad5581ed6945c51571f77ab3359245f398.zmedico@gentoo
1 commit: 168cd7ad5581ed6945c51571f77ab3359245f398
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 17:40:50 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 17:40:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168cd7ad
7
8 app-emulation/buildah: Remove old versions
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-emulation/buildah/Manifest | 2 --
14 app-emulation/buildah/buildah-1.20.1.ebuild | 47 ---------------------------
15 app-emulation/buildah/buildah-1.21.0.ebuild | 50 -----------------------------
16 3 files changed, 99 deletions(-)
17
18 diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest
19 index e460fb7f336..dec437eab77 100644
20 --- a/app-emulation/buildah/Manifest
21 +++ b/app-emulation/buildah/Manifest
22 @@ -1,3 +1 @@
23 -DIST buildah-1.20.1.tar.gz 11522195 BLAKE2B 2fe2aa9ad5c2212b98be5bced24b6aee39a43ab2c1b28c2c1729cce2b8cfe5920ecb64f013c28d870c6b8c9b369630f83e27dc7698eb66b3e368ef0bff4cb3ed SHA512 22495d9f0da1d6061ddb41e4cecfdb2108c152262798d6c959fc524870160f15ee486bcc37e262e571c64dc732e852f05e6c4b9331bbdef4150bd56997fefa83
24 -DIST buildah-1.21.0.tar.gz 11693220 BLAKE2B 1f281830ca348e55e9cc2e55dd92e8372174f736c6e8a7ae4de1f5c3279bc272036cf65a2946a143df6e1f282461d347f26c361894b83399854cf900e9f2cc71 SHA512 2ce6afceadec37f54f7f80562969cc382267dabc4fa5a89a09a211326e403376d209d89162333337af8602cb5c551eb446d3c9fac26f516fb8d354a7b5b77472
25 DIST buildah-1.21.1.tar.gz 11693142 BLAKE2B 513f75d8f2831130759f3bcb77fad311c28862b82df8866608bd909eea38468a6b576dfad2598725caa9c4e413108ea6ec3557c8a777017cc8a37b5cb16b70a1 SHA512 8fb30ed0948f898aef9a32c34d4b2a2e04a376257a73184ec01b67c770be1c3c87e46987ad001ececf2235cb5e17f9d0ff9e9f34be61ddd0935859c4e5b37d1f
26
27 diff --git a/app-emulation/buildah/buildah-1.20.1.ebuild b/app-emulation/buildah/buildah-1.20.1.ebuild
28 deleted file mode 100644
29 index dd54c70e89b..00000000000
30 --- a/app-emulation/buildah/buildah-1.20.1.ebuild
31 +++ /dev/null
32 @@ -1,47 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -inherit bash-completion-r1 go-module
38 -
39 -KEYWORDS="~amd64 ~arm64"
40 -DESCRIPTION="A tool that facilitates building OCI images"
41 -HOMEPAGE="https://github.com/containers/buildah"
42 -LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
43 -SLOT="0"
44 -IUSE="selinux"
45 -EGIT_COMMIT="v${PV}"
46 -GIT_COMMIT=7aedb16428
47 -SRC_URI="https://github.com/containers/buildah/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
48 -RDEPEND="app-crypt/gpgme:=
49 - app-emulation/skopeo
50 - dev-libs/libgpg-error:=
51 - dev-libs/libassuan:=
52 - sys-fs/lvm2:=
53 - sys-libs/libseccomp:=
54 - selinux? ( sys-libs/libselinux:= )"
55 -DEPEND="${RDEPEND}"
56 -RESTRICT+=" test"
57 -
58 -src_prepare() {
59 - default
60 - [[ -f selinux_tag.sh ]] || die
61 - use selinux || { echo -e "#!/bin/sh\ntrue" > \
62 - selinux_tag.sh || die; }
63 -}
64 -
65 -src_compile() {
66 - emake GIT_COMMIT=${GIT_COMMIT} all
67 -}
68 -
69 -src_install() {
70 - dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md troubleshooting.md
71 - doman docs/*.1
72 - dodoc -r docs/tutorials
73 - dobin bin/{${PN},imgtype}
74 - dobashcomp contrib/completions/bash/buildah
75 -}
76 -
77 -src_test() {
78 - emake test-unit
79 -}
80
81 diff --git a/app-emulation/buildah/buildah-1.21.0.ebuild b/app-emulation/buildah/buildah-1.21.0.ebuild
82 deleted file mode 100644
83 index 851a28962c8..00000000000
84 --- a/app-emulation/buildah/buildah-1.21.0.ebuild
85 +++ /dev/null
86 @@ -1,50 +0,0 @@
87 -# Copyright 1999-2021 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=7
91 -inherit bash-completion-r1 go-module
92 -GIT_COMMIT=5e3515c5
93 -
94 -DESCRIPTION="A tool that facilitates building OCI images"
95 -HOMEPAGE="https://github.com/containers/buildah"
96 -SRC_URI="https://github.com/containers/buildah/archive/v${PV}.tar.gz -> ${P}.tar.gz"
97 -
98 -LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~arm64"
101 -IUSE="selinux"
102 -
103 -RDEPEND="app-crypt/gpgme:=
104 - app-emulation/skopeo
105 - dev-libs/libgpg-error:=
106 - dev-libs/libassuan:=
107 - sys-fs/lvm2:=
108 - sys-libs/libseccomp:=
109 - selinux? ( sys-libs/libselinux:= )"
110 -DEPEND="${RDEPEND}"
111 -
112 -RESTRICT+=" test"
113 -
114 -src_prepare() {
115 - default
116 - [[ -f selinux_tag.sh ]] || die
117 - use selinux || { echo -e "#!/bin/sh\ntrue" > \
118 - selinux_tag.sh || die; }
119 - sed -i -e 's/make -C/$(MAKE) -C/' Makefile || die 'sed failed'
120 -}
121 -
122 -src_compile() {
123 - emake GIT_COMMIT=${GIT_COMMIT} all
124 -}
125 -
126 -src_install() {
127 - dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md troubleshooting.md
128 - doman docs/*.1
129 - dodoc -r docs/tutorials
130 - dobin bin/{${PN},imgtype}
131 - dobashcomp contrib/completions/bash/buildah
132 -}
133 -
134 -src_test() {
135 - emake test-unit
136 -}