From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1147203-garchives=archives.gentoo.org@lists.gentoo.org>
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 2AD7C138350
	for <garchives@archives.gentoo.org>; Wed, 19 Feb 2020 18:48:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 544A3E09A5;
	Wed, 19 Feb 2020 18:48:04 +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 8140BE099B
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Feb 2020 18:48:03 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 11D3934EE03
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Feb 2020 18:48:02 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 71DCF132
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Feb 2020 18:47:59 +0000 (UTC)
From: "Vadim Misbakh-Soloviov" <mva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Vadim Misbakh-Soloviov" <mva@gentoo.org>
Message-ID: <1582138016.3b8349dcfadc625dd859b78cfeb054c5f6bfff12.mva@gentoo>
Subject: [gentoo-commits] proj/zsh-completion:master commit in: src/
X-VCS-Repository: proj/zsh-completion
X-VCS-Files: src/_portage
X-VCS-Directories: src/
X-VCS-Committer: mva
X-VCS-Committer-Name: Vadim Misbakh-Soloviov
X-VCS-Revision: 3b8349dcfadc625dd859b78cfeb054c5f6bfff12
X-VCS-Branch: master
Date: Wed, 19 Feb 2020 18:47:59 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 771e9aee-d070-4791-a54f-076f0241826a
X-Archives-Hash: acdf7e128c6558acd3617a71c273375e

commit:     3b8349dcfadc625dd859b78cfeb054c5f6bfff12
Author:     otakuto <otakuto893 <AT> gmail <DOT> com>
AuthorDate: Mon Nov 13 07:12:08 2017 +0000
Commit:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 18:46:56 2020 +0000
URL:        https://gitweb.gentoo.org/proj/zsh-completion.git/commit/?id=3b8349dc

_portage: add configure and prepare,test completions

Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>

 src/_portage | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/_portage b/src/_portage
index ed2ade5..1c43ac4 100644
--- a/src/_portage
+++ b/src/_portage
@@ -11,7 +11,10 @@ _ebuild () {
       'fetch[Fetch all necessary files]' \
       'digest[Creates a digest file for the package]' \
       'unpack[Extracts the sources to a subdirectory in the build directory]' \
+      'prepare[Prepares the extracted sources by running the src_prepare()]' \
+      'configure[Configures the extracted sources by running the src_configure()]' \
       'compile[Compiles the extracted sources by running the src_compile()]' \
+      'test[Runs package-specific test cases to verify that everything was built properly]' \
       'preinst[Run specific actions that need to be done before installation]' \
       'install[Installs the package to the temporary install directory]' \
       'postinst[Run specific actions that need to be done after installation]' \