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: Sat, 01 Aug 2020 20:26:15
Message-Id: 1596313537.6ce0616bf3fa8ebeb3862b622d1ebdd38cd71b54.zmedico@gentoo
1 commit: 6ce0616bf3fa8ebeb3862b622d1ebdd38cd71b54
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 20:22:46 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 20:25:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce0616b
7
8 app-emulation/buildah: Remove old versions
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-emulation/buildah/Manifest | 2 --
14 app-emulation/buildah/buildah-1.14.5.ebuild | 47 -----------------------------
15 app-emulation/buildah/buildah-1.14.6.ebuild | 47 -----------------------------
16 3 files changed, 96 deletions(-)
17
18 diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest
19 index 5a1bf9c1e88..06d83da3468 100644
20 --- a/app-emulation/buildah/Manifest
21 +++ b/app-emulation/buildah/Manifest
22 @@ -1,4 +1,2 @@
23 DIST buildah-1.14.10.tar.gz 10660400 BLAKE2B 5ee35cd90d652da8b30a01ae34aa73d68b2c531ac72017be87f6381717e1a59da6a9eccfcbab3b046a2a1a2b1c3e66e404ff6fab85a6d54a55320c6a6a405dca SHA512 5e9e1fd0f2c75b9846c1d457cfec3bf546b7e0683ea27607479c6ef5dacc8fd977ce57a885ef5ba14db0876ee47ffd8d3c54e349fe3375743a8bf70618c2c057
24 -DIST buildah-1.14.5.tar.gz 11023227 BLAKE2B ebd6cecfc6fa4635ae662dddc722a350fd0b9c87c3d4d67f8010d5ea070270da4f4cd5759612b84d55ecd27b90904950b96471d75057bc6b7d45989312ebec8e SHA512 759d2ba26af43d6ff7ee891f88114a0cde6307439f7837343bfa6edba2473805f0f2e584264e8be01b9f0af07b1fd323243af5feeb9535ada4475ce53a980ff6
25 -DIST buildah-1.14.6.tar.gz 11104320 BLAKE2B fa618e095523e853454170504aa2747d29e8bec16282eb4bdcf9d8ddeccceeb7ad706d0d127dc621ef0840136737b328c31d9b6b2f9bd1b734beb6d24a15bea3 SHA512 869addbd41c115ca92eab30133c76cd0d449184e95f3b64fa57ad84f50834e6f6189bd1a7e4871aba270b96bf69192ff00da7f0e086439c811c5093342ac14d2
26 DIST buildah-1.14.8.tar.gz 10660799 BLAKE2B b32375900c3509b88ae37366f1d2e2b593d0705cabf74c305bf0838f8e22ef9805e37b6bbe1a054d9fc3e48fa5c086fd0524362d570742eec846fb4b079c74d5 SHA512 8cc64d8262ffe3727f4c32051f4f3456ab0b54f221ce6d144a301b732170eb487dc356f4e056c804ca9806172e60920239b62800a0aac2dc5de83cd656ea97f3
27
28 diff --git a/app-emulation/buildah/buildah-1.14.5.ebuild b/app-emulation/buildah/buildah-1.14.5.ebuild
29 deleted file mode 100644
30 index 079c23170d2..00000000000
31 --- a/app-emulation/buildah/buildah-1.14.5.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=5247a1f
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.14.6.ebuild b/app-emulation/buildah/buildah-1.14.6.ebuild
83 deleted file mode 100644
84 index fe2402a5756..00000000000
85 --- a/app-emulation/buildah/buildah-1.14.6.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"
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=09cce629
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 -}