Gentoo Archives: gentoo-commits

From: Vadim Misbakh-Soloviov <mva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/zsh-completion:master commit in: src/
Date: Wed, 19 Feb 2020 18:48:05
Message-Id: 1582138016.3b8349dcfadc625dd859b78cfeb054c5f6bfff12.mva@gentoo
1 commit: 3b8349dcfadc625dd859b78cfeb054c5f6bfff12
2 Author: otakuto <otakuto893 <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 13 07:12:08 2017 +0000
4 Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 19 18:46:56 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/zsh-completion.git/commit/?id=3b8349dc
7
8 _portage: add configure and prepare,test completions
9
10 Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
11
12 src/_portage | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/src/_portage b/src/_portage
16 index ed2ade5..1c43ac4 100644
17 --- a/src/_portage
18 +++ b/src/_portage
19 @@ -11,7 +11,10 @@ _ebuild () {
20 'fetch[Fetch all necessary files]' \
21 'digest[Creates a digest file for the package]' \
22 'unpack[Extracts the sources to a subdirectory in the build directory]' \
23 + 'prepare[Prepares the extracted sources by running the src_prepare()]' \
24 + 'configure[Configures the extracted sources by running the src_configure()]' \
25 'compile[Compiles the extracted sources by running the src_compile()]' \
26 + 'test[Runs package-specific test cases to verify that everything was built properly]' \
27 'preinst[Run specific actions that need to be done before installation]' \
28 'install[Installs the package to the temporary install directory]' \
29 'postinst[Run specific actions that need to be done after installation]' \