From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6216138334 for ; Tue, 7 Aug 2018 01:08:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55053E07ED; Tue, 7 Aug 2018 01:08:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14232E07ED for ; Tue, 7 Aug 2018 01:08:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46953335CA0 for ; Tue, 7 Aug 2018 01:08:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11B8C385 for ; Tue, 7 Aug 2018 01:08:24 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1533604092.c45a277ebc0d4be1e4ac87c9c7f9cc9f0a564efe.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/buildah/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/buildah/Manifest app-emulation/buildah/buildah-1.1.ebuild X-VCS-Directories: app-emulation/buildah/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: c45a277ebc0d4be1e4ac87c9c7f9cc9f0a564efe X-VCS-Branch: master Date: Tue, 7 Aug 2018 01:08:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 812e9401-17cc-426c-8720-3a7f3d7f2286 X-Archives-Hash: 4e614ca29f09b26c88cbe3c78344d8bd commit: c45a277ebc0d4be1e4ac87c9c7f9cc9f0a564efe Author: Zac Medico gentoo org> AuthorDate: Tue Aug 7 00:53:58 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Aug 7 01:08:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45a277e app-emulation/buildah: remove old version 1.1 Package-Manager: Portage-2.3.44, Repoman-2.3.10 app-emulation/buildah/Manifest | 1 - app-emulation/buildah/buildah-1.1.ebuild | 56 -------------------------------- 2 files changed, 57 deletions(-) diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest index fcd94369690..502d06017e5 100644 --- a/app-emulation/buildah/Manifest +++ b/app-emulation/buildah/Manifest @@ -1,2 +1 @@ -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.1.ebuild b/app-emulation/buildah/buildah-1.1.ebuild deleted file mode 100644 index 3be0b76e6b5..00000000000 --- a/app-emulation/buildah/buildah-1.1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# 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="fbf46d3" -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 - doman docs/*.1 - dodoc -r docs/tutorials - dobin ${PN} imgtype - dobashcomp contrib/completions/bash/buildah -} - -src_test() { - GOPATH="${WORKDIR}/${P}" emake test-unit -}