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