From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/buildah/
Date: Tue, 24 Jul 2018 03:57:57 +0000 (UTC) [thread overview]
Message-ID: <1532404614.b621cd566bff60005c14c24a85e7f65da59513c2.zmedico@gentoo> (raw)
commit: b621cd566bff60005c14c24a85e7f65da59513c2
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 03:56:54 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 03:56:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b621cd56
app-emulation/buildah: version bump to 1.2
Package-Manager: Portage-2.3.43, Repoman-2.3.10
app-emulation/buildah/Manifest | 1 +
app-emulation/buildah/buildah-1.2.ebuild | 56 ++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest
index a7372b56026..fcd94369690 100644
--- a/app-emulation/buildah/Manifest
+++ b/app-emulation/buildah/Manifest
@@ -1 +1,2 @@
DIST buildah-1.1.tar.gz 4253820 BLAKE2B ae30a677a2f569d87da0ab85732078912598cf25f7b22ad25540f5d89797983a8549eef1bc8d151d4e0be078b97e024df145bb882bdd8443becb07774bfb5875 SHA512 9957590d7413436195307746682496616fd2350b832242f33fb4cb07c1144addae445eeff062f403d26a68329f1153468489032bc9bbcf870839c760a720ef95
+DIST buildah-1.2.tar.gz 4403310 BLAKE2B df3a1d12a41e9d585d3191103140fc232a2c247283996f394bd151f61615057b15d934e165be47794465c30217c32b3e6b53fbf4d2ef5a2f3349840dadad8171 SHA512 0aac0a80c3c50f0171199e549c0321ce1a756ca838dd9d92b0b0d58bd6b4e212390642c8a4a2aea794616292058624ab0c8707d2ea0cdcbcc555b387df611dc2
diff --git a/app-emulation/buildah/buildah-1.2.ebuild b/app-emulation/buildah/buildah-1.2.ebuild
new file mode 100644
index 00000000000..437d140179f
--- /dev/null
+++ b/app-emulation/buildah/buildah-1.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit bash-completion-r1 golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="A tool that facilitates building OCI images"
+HOMEPAGE="https://github.com/projectatomic/buildah"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="ostree selinux"
+EGO_PN="${HOMEPAGE#*//}"
+EGIT_COMMIT="v${PV}"
+GIT_COMMIT="be87762"
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+RDEPEND="app-crypt/gpgme:=
+ app-emulation/skopeo
+ dev-libs/libgpg-error:=
+ dev-libs/libassuan:=
+ sys-fs/lvm2:=
+ sys-libs/libseccomp:=
+ selinux? ( sys-libs/libselinux:= )"
+DEPEND="${RDEPEND}"
+RESTRICT="test"
+REQUIRED_USE="!selinux? ( !ostree )"
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+src_prepare() {
+ default
+ sed -e 's|^\(GIT_COMMIT := \).*|\1'${GIT_COMMIT}'|' -i Makefile || die
+
+ [[ -f ostree_tag.sh ]] || die
+ use ostree || { echo -e "#!/bin/sh\necho containers_image_ostree_stub" > \
+ ostree_tag.sh || die; }
+
+ [[ -f selinux_tag.sh ]] || die
+ use selinux || { echo -e "#!/bin/sh\ntrue" > \
+ selinux_tag.sh || die; }
+}
+
+src_compile() {
+ GOPATH="${WORKDIR}/${P}" emake all
+}
+
+src_install() {
+ dodoc CHANGELOG.md CONTRIBUTING.md README.md troubleshooting.md
+ doman docs/*.1
+ dodoc -r docs/tutorials
+ dobin ${PN} imgtype
+ dobashcomp contrib/completions/bash/buildah
+}
+
+src_test() {
+ GOPATH="${WORKDIR}/${P}" emake test-unit
+}
next reply other threads:[~2018-07-24 3:58 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-24 3:57 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-17 2:16 [gentoo-commits] repo/gentoo:master commit in: app-emulation/buildah/ Sam James
2021-11-14 8:38 Sam James
2021-10-13 4:57 Zac Medico
2021-06-14 17:41 Zac Medico
2021-06-11 19:28 William Hubbs
2021-05-26 20:04 William Hubbs
2021-04-26 23:46 Zac Medico
2021-04-26 23:46 Zac Medico
2021-02-25 21:22 Zac Medico
2021-02-25 21:17 Zac Medico
2020-09-12 6:08 Zac Medico
2020-08-29 23:04 Zac Medico
2020-08-29 23:04 Zac Medico
2020-08-29 22:45 Sam James
2020-08-01 21:10 Zac Medico
2020-08-01 20:25 Zac Medico
2020-08-01 20:25 Zac Medico
2020-04-16 20:18 William Hubbs
2020-04-03 16:20 William Hubbs
2020-04-02 0:23 Zac Medico
2020-04-02 0:23 Zac Medico
2020-03-26 15:54 William Hubbs
2020-03-20 4:13 Zac Medico
2020-03-05 5:27 Zac Medico
2020-02-08 3:29 Zac Medico
2020-01-15 20:33 Zac Medico
2019-12-13 22:00 Zac Medico
2019-12-13 21:52 Zac Medico
2019-11-26 4:18 Zac Medico
2019-11-26 3:29 Zac Medico
2019-11-16 10:10 Zac Medico
2019-11-15 21:27 Zac Medico
2019-10-18 4:59 Zac Medico
2019-10-18 4:45 Zac Medico
2019-09-19 3:17 Zac Medico
2019-09-19 3:17 Zac Medico
2019-09-13 17:08 Zac Medico
2019-09-12 20:42 Zac Medico
2019-09-05 18:01 Zac Medico
2019-08-08 19:45 Zac Medico
2019-08-08 19:42 Zac Medico
2019-08-02 19:32 Zac Medico
2019-07-21 5:19 Zac Medico
2019-07-21 5:02 Zac Medico
2019-06-16 21:25 Zac Medico
2019-06-16 21:17 Zac Medico
2019-06-16 21:07 Zac Medico
2019-06-04 16:53 Zac Medico
2019-06-04 16:46 Zac Medico
2019-06-04 16:43 Zac Medico
2019-05-09 17:06 Zac Medico
2019-04-17 17:30 Zac Medico
2019-04-17 17:27 Zac Medico
2019-03-13 16:32 Zac Medico
2019-02-22 19:05 Zac Medico
2019-02-22 18:29 Zac Medico
2019-02-02 9:25 Zac Medico
2018-11-28 3:57 Zac Medico
2018-11-04 4:49 Zac Medico
2018-08-29 2:05 Zac Medico
2018-08-07 1:08 Zac Medico
2018-08-07 1:08 Zac Medico
2018-06-28 19:20 Zac Medico
2018-06-19 20:50 Zac Medico
2018-06-18 4:53 Zac Medico
2018-06-18 4:43 Zac Medico
2018-05-15 7:07 Zac Medico
2018-05-15 3:05 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1532404614.b621cd566bff60005c14c24a85e7f65da59513c2.zmedico@gentoo \
--to=zmedico@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox