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 BC2C2138330 for ; Sat, 1 Oct 2016 23:54:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEE9CE085C; Sat, 1 Oct 2016 23:54:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90755E085C for ; Sat, 1 Oct 2016 23:54:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5528533F9D2 for ; Sat, 1 Oct 2016 23:54:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E14E3246D for ; Sat, 1 Oct 2016 23:54:16 +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: <1475366040.85c21c5a864d61a8f9fe8b4be77eb1a32eb5e78c.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/rkt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/rkt/rkt-1.15.0.ebuild X-VCS-Directories: app-emulation/rkt/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 85c21c5a864d61a8f9fe8b4be77eb1a32eb5e78c X-VCS-Branch: master Date: Sat, 1 Oct 2016 23:54:16 +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: 7726ec2a-91fb-41b2-9b38-49e31f20ff89 X-Archives-Hash: 73015eda3bb58886ed254aa444eac0fb commit: 85c21c5a864d61a8f9fe8b4be77eb1a32eb5e78c Author: Kai-Chieh Ku gmail com> AuthorDate: Fri Sep 30 06:13:17 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Oct 1 23:54:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c21c5a app-emulation/rkt: install bash-completion Package-Manager: portage-2.3.0 app-emulation/rkt/rkt-1.15.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-emulation/rkt/rkt-1.15.0.ebuild b/app-emulation/rkt/rkt-1.15.0.ebuild index 268d8080..62861b0 100644 --- a/app-emulation/rkt/rkt-1.15.0.ebuild +++ b/app-emulation/rkt/rkt-1.15.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit autotools flag-o-matic systemd toolchain-funcs user +inherit bash-completion-r1 autotools flag-o-matic systemd toolchain-funcs user KEYWORDS="~amd64" @@ -197,6 +197,7 @@ src_compile() { amd64) arch=x86_64;; esac ARCH=${arch} emake + ARCH=${arch} emake bash-completion } src_install() { @@ -230,6 +231,8 @@ src_install() { systemd_dounit "${S}"/dist/init/systemd/${PN}-metadata.service systemd_dounit "${S}"/dist/init/systemd/${PN}-metadata.socket + newbashcomp "${S}"/dist/bash_completion/rkt.bash rkt + keepdir /etc/${PN} fowners :rkt-admin /etc/${PN} fperms 2775 /etc/${PN}