public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/buildah/
Date: Thu,  9 May 2019 17:06:42 +0000 (UTC)	[thread overview]
Message-ID: <1557421596.0c61ac6cf05eb44a7e9ad6fe6f4ae18fed131b18.zmedico@gentoo> (raw)

commit:     0c61ac6cf05eb44a7e9ad6fe6f4ae18fed131b18
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 17:03:26 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu May  9 17:06:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c61ac6c

app-emulation/buildah: version bump to 1.8.2

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-emulation/buildah/Manifest             |  1 +
 app-emulation/buildah/buildah-1.8.2.ebuild | 57 ++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest
index ff7d53f03bb..c1f586b47a2 100644
--- a/app-emulation/buildah/Manifest
+++ b/app-emulation/buildah/Manifest
@@ -6,3 +6,4 @@ DIST buildah-1.6.tar.gz 6296936 BLAKE2B 1c5e0b1a8d3f3be381c0b7cad5c52af95ee8977c
 DIST buildah-1.7.1.tar.gz 5048407 BLAKE2B e76cbc95ce835eaa26d53f6ce74b9bbb0d4d5683f91bdaf090158ffdc3d223a522a825af2d99d573a5c3cd57445b4d7c3d4aff359454beac81244821367ab3d7 SHA512 4b62a604dcae7a8fd0a1d74186c6f5d4a5288072b014d51d929f68442436e774428b99e62a78504314cbec517254f29d79294dc6c0b30a999788c9af12d0be01
 DIST buildah-1.7.3.tar.gz 5083873 BLAKE2B d366657c02c475bd57cdcd29cf3341098c2855af834a9aa97f41b8950ff1dd29ca0fcfed093a980e67e9c1a2ccb76e819386560a48943ebd6abc106e2a4270ea SHA512 492a4bf054f00d7da3b9edc6ce8e68497adca74895561db7025acfcd3767baac1e4acbabffedafd8becf15f884635f42c699bd57370238feacf4bded51565a75
 DIST buildah-1.7.tar.gz 5041530 BLAKE2B 5a30cd75783448cfc0df8167406669c1b687781e819513c11d2941087aa4ccc1b87f10acc6e4a77de5dc991435640aefd6139ee9bb66e5952de63d1593b6fab9 SHA512 fb44787b59c4ba26bc9b38ba434c6eeebbdeeeb3d28d44819bfe05c42e1a8db63e41d75382d8f25c2c72b44c7512dd5f5b7f3e4838afa40fb67037616594f8c0
+DIST buildah-1.8.2.tar.gz 5102103 BLAKE2B 2e19f8af15e5f4a3c6488a44cc0f51592bc6f5201f217ea814daf4b08691f08170debfa2de01d39ae20c6289ed0915383b958cd5e59d8b598d867053ee990af2 SHA512 0cb8dc62c4139a5b500d4021b05344c70c1ec86ff9850bcca87011ad522fe95981d373d73b30b7899959876d78cd15e565e034cf136aa271a72fa4810ff34cae

diff --git a/app-emulation/buildah/buildah-1.8.2.ebuild b/app-emulation/buildah/buildah-1.8.2.ebuild
new file mode 100644
index 00000000000..0c4df769d32
--- /dev/null
+++ b/app-emulation/buildah/buildah-1.8.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit bash-completion-r1 golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="A tool that facilitates building OCI images"
+HOMEPAGE="https://github.com/containers/buildah"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="ostree selinux"
+EGO_PN="${HOMEPAGE#*//}"
+EGIT_COMMIT="v${PV}"
+GIT_COMMIT="e23314b"
+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() {
+	export -n GOCACHE XDG_CACHE_HOME
+	GOPATH="${WORKDIR}/${P}" emake all
+}
+
+src_install() {
+	dodoc CHANGELOG.md CONTRIBUTING.md README.md install.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
+}


             reply	other threads:[~2019-05-09 17:06 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-09 17:06 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-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-07-24  3:57 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=1557421596.0c61ac6cf05eb44a7e9ad6fe6f4ae18fed131b18.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