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 17:53:42
Message-Id: 1582134398.d58e7b56793b1bf5efce066d9a6c549b8d495700.mva@gentoo
1 commit: d58e7b56793b1bf5efce066d9a6c549b8d495700
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 17:46:38 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/zsh-completion.git/commit/?id=d58e7b56
7
8 _portage: add configure and prepare,test completions
9
10 Signed-off-by: Vadim A. Misbakh-Soloviov <git <AT> mva.name>
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]' \