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: Fri, 22 Feb 2019 18:30:05
Message-Id: 1550860192.016daa6313eaf1aec9f3958ef04a39164e28abd2.zmedico@gentoo
1 commit: 016daa6313eaf1aec9f3958ef04a39164e28abd2
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 22 18:18:55 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 22 18:29:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016daa63
7
8 app-emulation/buildah: remove old versions
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-emulation/buildah/Manifest | 1 -
14 app-emulation/buildah/buildah-1.2.ebuild | 56 --------------------------------
15 app-emulation/buildah/buildah-1.3.ebuild | 56 --------------------------------
16 3 files changed, 113 deletions(-)
17
18 diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest
19 index 71eaef5a394..367ad8bd84f 100644
20 --- a/app-emulation/buildah/Manifest
21 +++ b/app-emulation/buildah/Manifest
22 @@ -1,4 +1,3 @@
23 -DIST buildah-1.2.tar.gz 4403310 BLAKE2B df3a1d12a41e9d585d3191103140fc232a2c247283996f394bd151f61615057b15d934e165be47794465c30217c32b3e6b53fbf4d2ef5a2f3349840dadad8171 SHA512 0aac0a80c3c50f0171199e549c0321ce1a756ca838dd9d92b0b0d58bd6b4e212390642c8a4a2aea794616292058624ab0c8707d2ea0cdcbcc555b387df611dc2
24 DIST buildah-1.3-issue-966-containers-storage-c7ba5749d44a65fde2daf114c16fb0272d82d73b.patch 4507 BLAKE2B 85a02751a91a73f1f99a1ae138e712304feeb46a40c792f4ec4ac895ce074d15eab4d76bf5e9be759254d0a023371c074a633607a689b42d238ac3f32b4e1d3d SHA512 63c74989dc649582170fc6657c9bfc805bcec6c4aa31017d53c4fa0f86acf00986adf05a8101605963eb3a358d237aad43c124ebcb5be635cff85efe4aa1eaa4
25 DIST buildah-1.3.tar.gz 4486873 BLAKE2B 35fb62626d2466495da47579cf4ab23603797ef42a9308245fa97c87a91fcb978f4d02724ce79c2b4ac620d9868ca8974e4701ba6a96ccf739e5ccb4e6d9693a SHA512 c8e161254495cb652caf9a54a051155008e41575487d26aacd38355f0a447ae0e8973b33a978e6a2d5a6c8105400d49dae46878c5f3631ab51aa3556d5033ccd
26 DIST buildah-1.4.tar.gz 4529960 BLAKE2B 20878d322d75c6c7c2921f91a9d5434231456d2e6a94c1d4b9ca4fc068bcde1359ba0113dbf97c05738e328933068cbe2a101a1fb429e602533a42a94282a840 SHA512 8b7fc6e94da3615ce42a13621f766602465404f30c7e4e0fcb50998aefb59ebd50a4e000b8b3887e150656a2dd8b8fb3541991f8cac1193322e828448b89056d
27
28 diff --git a/app-emulation/buildah/buildah-1.2.ebuild b/app-emulation/buildah/buildah-1.2.ebuild
29 deleted file mode 100644
30 index 437d140179f..00000000000
31 --- a/app-emulation/buildah/buildah-1.2.ebuild
32 +++ /dev/null
33 @@ -1,56 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -inherit bash-completion-r1 golang-vcs-snapshot
39 -
40 -KEYWORDS="~amd64"
41 -DESCRIPTION="A tool that facilitates building OCI images"
42 -HOMEPAGE="https://github.com/projectatomic/buildah"
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -IUSE="ostree selinux"
46 -EGO_PN="${HOMEPAGE#*//}"
47 -EGIT_COMMIT="v${PV}"
48 -GIT_COMMIT="be87762"
49 -SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
50 -RDEPEND="app-crypt/gpgme:=
51 - app-emulation/skopeo
52 - dev-libs/libgpg-error:=
53 - dev-libs/libassuan:=
54 - sys-fs/lvm2:=
55 - sys-libs/libseccomp:=
56 - selinux? ( sys-libs/libselinux:= )"
57 -DEPEND="${RDEPEND}"
58 -RESTRICT="test"
59 -REQUIRED_USE="!selinux? ( !ostree )"
60 -S="${WORKDIR}/${P}/src/${EGO_PN}"
61 -
62 -src_prepare() {
63 - default
64 - sed -e 's|^\(GIT_COMMIT := \).*|\1'${GIT_COMMIT}'|' -i Makefile || die
65 -
66 - [[ -f ostree_tag.sh ]] || die
67 - use ostree || { echo -e "#!/bin/sh\necho containers_image_ostree_stub" > \
68 - ostree_tag.sh || die; }
69 -
70 - [[ -f selinux_tag.sh ]] || die
71 - use selinux || { echo -e "#!/bin/sh\ntrue" > \
72 - selinux_tag.sh || die; }
73 -}
74 -
75 -src_compile() {
76 - GOPATH="${WORKDIR}/${P}" emake all
77 -}
78 -
79 -src_install() {
80 - dodoc CHANGELOG.md CONTRIBUTING.md README.md troubleshooting.md
81 - doman docs/*.1
82 - dodoc -r docs/tutorials
83 - dobin ${PN} imgtype
84 - dobashcomp contrib/completions/bash/buildah
85 -}
86 -
87 -src_test() {
88 - GOPATH="${WORKDIR}/${P}" emake test-unit
89 -}
90
91 diff --git a/app-emulation/buildah/buildah-1.3.ebuild b/app-emulation/buildah/buildah-1.3.ebuild
92 deleted file mode 100644
93 index 2a0a4173a77..00000000000
94 --- a/app-emulation/buildah/buildah-1.3.ebuild
95 +++ /dev/null
96 @@ -1,56 +0,0 @@
97 -# Copyright 1999-2018 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=6
101 -inherit bash-completion-r1 golang-vcs-snapshot
102 -
103 -KEYWORDS="~amd64"
104 -DESCRIPTION="A tool that facilitates building OCI images"
105 -HOMEPAGE="https://github.com/projectatomic/buildah"
106 -LICENSE="Apache-2.0"
107 -SLOT="0"
108 -IUSE="ostree selinux"
109 -EGO_PN="${HOMEPAGE#*//}"
110 -EGIT_COMMIT="v${PV}"
111 -GIT_COMMIT="be87762"
112 -SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
113 -RDEPEND="app-crypt/gpgme:=
114 - app-emulation/skopeo
115 - dev-libs/libgpg-error:=
116 - dev-libs/libassuan:=
117 - sys-fs/lvm2:=
118 - sys-libs/libseccomp:=
119 - selinux? ( sys-libs/libselinux:= )"
120 -DEPEND="${RDEPEND}"
121 -RESTRICT="test"
122 -REQUIRED_USE="!selinux? ( !ostree )"
123 -S="${WORKDIR}/${P}/src/${EGO_PN}"
124 -
125 -src_prepare() {
126 - default
127 - sed -e 's|^\(GIT_COMMIT := \).*|\1'${GIT_COMMIT}'|' -i Makefile || die
128 -
129 - [[ -f ostree_tag.sh ]] || die
130 - use ostree || { echo -e "#!/bin/sh\necho containers_image_ostree_stub" > \
131 - ostree_tag.sh || die; }
132 -
133 - [[ -f selinux_tag.sh ]] || die
134 - use selinux || { echo -e "#!/bin/sh\ntrue" > \
135 - selinux_tag.sh || die; }
136 -}
137 -
138 -src_compile() {
139 - GOPATH="${WORKDIR}/${P}" emake all
140 -}
141 -
142 -src_install() {
143 - dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md troubleshooting.md
144 - doman docs/*.1
145 - dodoc -r docs/tutorials
146 - dobin ${PN} imgtype
147 - dobashcomp contrib/completions/bash/buildah
148 -}
149 -
150 -src_test() {
151 - GOPATH="${WORKDIR}/${P}" emake test-unit
152 -}