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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ADE741581C1 for ; Tue, 9 Jul 2024 12:09:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD0432BC013; Tue, 9 Jul 2024 12:09:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A725B2BC013 for ; Tue, 9 Jul 2024 12:09:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96DBE341E1C for ; Tue, 9 Jul 2024 12:09:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C15A1DCE for ; Tue, 9 Jul 2024 12:09:06 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1720526916.03efd9dc6df744e3776778c88b2a562ee5146bb9.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tinc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/tinc/tinc-1.1_pre18-r1.ebuild net-vpn/tinc/tinc-1.1_pre18-r2.ebuild X-VCS-Directories: net-vpn/tinc/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 03efd9dc6df744e3776778c88b2a562ee5146bb9 X-VCS-Branch: master Date: Tue, 9 Jul 2024 12:09:06 +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: 05af9d27-ef79-4ebd-995f-85180842d5c3 X-Archives-Hash: e6736434b8361e4d04c58fd33eb49a7a commit: 03efd9dc6df744e3776778c88b2a562ee5146bb9 Author: Yixun Lan gentoo org> AuthorDate: Tue Jul 9 12:07:33 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Jul 9 12:08:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03efd9dc net-vpn/tinc: add bash-completion alias for tincd Closes: https://bugs.gentoo.org/925258 Signed-off-by: Yixun Lan gentoo.org> net-vpn/tinc/{tinc-1.1_pre18-r1.ebuild => tinc-1.1_pre18-r2.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-vpn/tinc/tinc-1.1_pre18-r1.ebuild b/net-vpn/tinc/tinc-1.1_pre18-r2.ebuild similarity index 96% rename from net-vpn/tinc/tinc-1.1_pre18-r1.ebuild rename to net-vpn/tinc/tinc-1.1_pre18-r2.ebuild index 0fe4682890c8..c7e7e106b87e 100644 --- a/net-vpn/tinc/tinc-1.1_pre18-r1.ebuild +++ b/net-vpn/tinc/tinc-1.1_pre18-r2.ebuild @@ -6,7 +6,7 @@ EAPI=8 MY_PV=${PV/_/} MY_P=${PN}-${MY_PV} -inherit autotools flag-o-matic systemd +inherit autotools bash-completion-r1 flag-o-matic systemd DESCRIPTION="tinc is an easy to configure VPN implementation" HOMEPAGE="https://www.tinc-vpn.org/" @@ -80,6 +80,8 @@ src_install() { doconfd "${FILESDIR}"/tinc.networks newconfd "${FILESDIR}"/tincd.conf tincd newinitd "${FILESDIR}"/tincd-r2 tincd + + bashcomp_alias tinc tincd } pkg_postinst() {