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 E7C4A138334 for ; Sat, 7 Sep 2019 00:34:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33630E0A02; Sat, 7 Sep 2019 00:34:24 +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 16481E0A02 for ; Sat, 7 Sep 2019 00:34:24 +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 9FB2434ADB6 for ; Sat, 7 Sep 2019 00:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 621F97EF for ; Sat, 7 Sep 2019 00:34:20 +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: <1567816450.b85c1ce5fcfc64aaa3d89a342e907b879c69389e.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libpod/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libpod/libpod-1.5.1-r1.ebuild app-emulation/libpod/libpod-1.5.1.ebuild X-VCS-Directories: app-emulation/libpod/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b85c1ce5fcfc64aaa3d89a342e907b879c69389e X-VCS-Branch: master Date: Sat, 7 Sep 2019 00:34:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cad3eecb-666c-4f14-9762-8a59191ef56e X-Archives-Hash: bc8d66221ae5122c3200940d91ec70fa commit: b85c1ce5fcfc64aaa3d89a342e907b879c69389e Author: babykart gmail com> AuthorDate: Sat Sep 7 00:29:40 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Sep 7 00:34:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85c1ce5 app-emulation/libpod: Revbump to 1.5.1-r1 for bash completion Closes: https://bugs.gentoo.org/693414 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> app-emulation/libpod/{libpod-1.5.1.ebuild => libpod-1.5.1-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-emulation/libpod/libpod-1.5.1.ebuild b/app-emulation/libpod/libpod-1.5.1-r1.ebuild similarity index 97% rename from app-emulation/libpod/libpod-1.5.1.ebuild rename to app-emulation/libpod/libpod-1.5.1-r1.ebuild index a51d046989d..a3cd4c05962 100644 --- a/app-emulation/libpod/libpod-1.5.1.ebuild +++ b/app-emulation/libpod/libpod-1.5.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 EGIT_COMMIT="00057929f5acfd98341964d85722383363376d52" EGO_PN="github.com/containers/${PN}" -inherit flag-o-matic golang-vcs-snapshot +inherit bash-completion-r1 flag-o-matic golang-vcs-snapshot DESCRIPTION="Library and podman tool for running OCI-based containers in Pods" HOMEPAGE="https://github.com/containers/libpod/" @@ -107,6 +107,8 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}/podman.logrotated" podman + dobashcomp completions/bash/* + keepdir /var/lib/containers }