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: Thu, 25 Feb 2021 21:22:44
Message-Id: 1614288144.855ea17272f1e5975a5c1c95cdfd14794264788a.zmedico@gentoo
1 commit: 855ea17272f1e5975a5c1c95cdfd14794264788a
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 25 21:22:24 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 25 21:22:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855ea172
7
8 app-emulation/buildah: Remove old versions
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-emulation/buildah/Manifest | 2 --
14 app-emulation/buildah/buildah-1.14.11.ebuild | 47 ----------------------------
15 app-emulation/buildah/buildah-1.15.1.ebuild | 47 ----------------------------
16 3 files changed, 96 deletions(-)
17
18 diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest
19 index d492b3d5ff2..e615275cd36 100644
20 --- a/app-emulation/buildah/Manifest
21 +++ b/app-emulation/buildah/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST buildah-1.14.11.tar.gz 10660686 BLAKE2B ae24982b2da66b536a0bbba21d07da8c54af7726e065545c2ab6167395ec45f7298c25811ab0e2aec5ffccd084557107313baa36f873327d7b520a61dd8081af SHA512 6522ef39cdf6166ddb6eca6e43025953d025b92a677055ec026f4e163b0bb4b3334e20369e5850593189822c74fe82e39807ea387ad22ee64b3557bbaf8e30ce
24 -DIST buildah-1.15.1.tar.gz 10344892 BLAKE2B e84f8d245536f8864f057f576d92c218420ac975fabfbdc8b6bf591c2ef43494d49fe9095320a07de450f2ea64d046aa4ad680f08be80210e0dce1ffa874a286 SHA512 61cbe91867dc664a9e76b367e0f99bf5c797c68dda7182ed43c6a6a5a72a0f0519e45db6b2746b26933d829834757cc93bdbd30c62ce6a947ee546dbc1f930be
25 DIST buildah-1.16.1.tar.gz 10525480 BLAKE2B d7a174049b9a99d11fa31a1b52fa6acfe037197171c7112607d755c788509b0798af315d1fde5c229bd6e029fdd3e57ae93042044f373d4ff63fcb121264730d SHA512 c17358d71e9102ef5da530df54648eaa13a1384b06cd43fe74094cdbaa2dfda6aa6d1a218fb88e12898ae4b9dca2d8c555643326779c5f09b6a118f0a440d17a
26 DIST buildah-1.19.6.tar.gz 10815708 BLAKE2B c5ad1405d907f6d5973f55c15b86e4341dc4c7c0db32854b5b54655fe1af1606b1206f3c7a3e86f83962c2ab1355c9e2b770ada97abfd9b9f8f231bd4b77e981 SHA512 81a865b795588b86a61fdada40045c06f9f3bbf8bdc3f6e4c70a9e4c7b28bf3fc31dd080c9f7555a8924f8bffac10fad776275619053fee8039176d6d6b69571
27
28 diff --git a/app-emulation/buildah/buildah-1.14.11.ebuild b/app-emulation/buildah/buildah-1.14.11.ebuild
29 deleted file mode 100644
30 index 717adf3f354..00000000000
31 --- a/app-emulation/buildah/buildah-1.14.11.ebuild
32 +++ /dev/null
33 @@ -1,47 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -inherit bash-completion-r1 go-module
39 -
40 -KEYWORDS="~amd64"
41 -DESCRIPTION="A tool that facilitates building OCI images"
42 -HOMEPAGE="https://github.com/containers/buildah"
43 -LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
44 -SLOT="0"
45 -IUSE="selinux"
46 -EGIT_COMMIT="v${PV}"
47 -GIT_COMMIT=7a921ff79b
48 -SRC_URI="https://github.com/containers/buildah/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
49 -RDEPEND="app-crypt/gpgme:=
50 - app-emulation/skopeo
51 - dev-libs/libgpg-error:=
52 - dev-libs/libassuan:=
53 - sys-fs/lvm2:=
54 - sys-libs/libseccomp:=
55 - selinux? ( sys-libs/libselinux:= )"
56 -DEPEND="${RDEPEND}"
57 -RESTRICT+=" test"
58 -
59 -src_prepare() {
60 - default
61 - [[ -f selinux_tag.sh ]] || die
62 - use selinux || { echo -e "#!/bin/sh\ntrue" > \
63 - selinux_tag.sh || die; }
64 -}
65 -
66 -src_compile() {
67 - emake GIT_COMMIT=${GIT_COMMIT} all
68 -}
69 -
70 -src_install() {
71 - dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md troubleshooting.md
72 - doman docs/*.1
73 - dodoc -r docs/tutorials
74 - dobin ${PN} imgtype
75 - dobashcomp contrib/completions/bash/buildah
76 -}
77 -
78 -src_test() {
79 - emake test-unit
80 -}
81
82 diff --git a/app-emulation/buildah/buildah-1.15.1.ebuild b/app-emulation/buildah/buildah-1.15.1.ebuild
83 deleted file mode 100644
84 index ef3db50fcac..00000000000
85 --- a/app-emulation/buildah/buildah-1.15.1.ebuild
86 +++ /dev/null
87 @@ -1,47 +0,0 @@
88 -# Copyright 1999-2020 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=7
92 -inherit bash-completion-r1 go-module
93 -
94 -KEYWORDS="~amd64 ~arm64"
95 -DESCRIPTION="A tool that facilitates building OCI images"
96 -HOMEPAGE="https://github.com/containers/buildah"
97 -LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
98 -SLOT="0"
99 -IUSE="selinux"
100 -EGIT_COMMIT="v${PV}"
101 -GIT_COMMIT=c967e88ef6
102 -SRC_URI="https://github.com/containers/buildah/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
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 -RESTRICT+=" test"
112 -
113 -src_prepare() {
114 - default
115 - [[ -f selinux_tag.sh ]] || die
116 - use selinux || { echo -e "#!/bin/sh\ntrue" > \
117 - selinux_tag.sh || die; }
118 -}
119 -
120 -src_compile() {
121 - emake GIT_COMMIT=${GIT_COMMIT} all
122 -}
123 -
124 -src_install() {
125 - dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md troubleshooting.md
126 - doman docs/*.1
127 - dodoc -r docs/tutorials
128 - dobin ${PN} imgtype
129 - dobashcomp contrib/completions/bash/buildah
130 -}
131 -
132 -src_test() {
133 - emake test-unit
134 -}