commit:     829c4c6851ae5d306a7655293b436f2f620e77c8
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 18:04:50 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jul 11 04:25:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829c4c68

epatch.eclass: drop support for EPATCH_SINGLE_MSG

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 eclass/epatch.eclass | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/eclass/epatch.eclass b/eclass/epatch.eclass
index 6d000419b032..7c53e5fcf539 100644
--- a/eclass/epatch.eclass
+++ b/eclass/epatch.eclass
@@ -52,10 +52,6 @@ EPATCH_COMMON_OPTS="-g0 -E --no-backup-if-mismatch"
 # List of patches not to apply.         Note this is only file names,
 # and not the full path.  Globs accepted.
 EPATCH_EXCLUDE=""
-# @VARIABLE: EPATCH_SINGLE_MSG
-# @DESCRIPTION:
-# Change the printed message for a single patch.
-EPATCH_SINGLE_MSG=""
 # @VARIABLE: EPATCH_MULTI_MSG
 # @DESCRIPTION:
 # Change the printed message for multiple patches.
@@ -235,11 +231,7 @@ epatch() {
                fi
 
                if [[ ${SINGLE_PATCH} == "yes" ]] ; then
-                       if [[ -n ${EPATCH_SINGLE_MSG} ]] ; then
-                               ebegin "${EPATCH_SINGLE_MSG}"
-                       else
-                               ebegin "Applying ${patchname}"
-                       fi
+                       ebegin "Applying ${patchname}"
                else
                        ebegin "  ${patchname}"
                fi

Reply via email to