commit:     87781a11938d30a03e4a5bf3eb7b8463d9757494
Author:     Oskari Pirhonen <xxc3ncoredxx <AT> gmail <DOT> com>
AuthorDate: Thu Feb 16 07:08:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 04:32:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87781a11

app-editors/vim: remove manual patch application

Signed-off-by: Oskari Pirhonen <xxc3ncoredxx <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/vim/vim-9.0.1000.ebuild | 14 ++++++++------
 app-editors/vim/vim-9.0.1157.ebuild | 14 ++++++++------
 app-editors/vim/vim-9999.ebuild     | 14 ++++++++------
 3 files changed, 24 insertions(+), 18 deletions(-)

diff --git a/app-editors/vim/vim-9.0.1000.ebuild 
b/app-editors/vim/vim-9.0.1000.ebuild
index 3a6b2790f37b..c3de4d218ee4 100644
--- a/app-editors/vim/vim-9.0.1000.ebuild
+++ b/app-editors/vim/vim-9.0.1000.ebuild
@@ -68,6 +68,13 @@ BDEPEND="
 "
 PDEPEND="!minimal? ( app-vim/gentoo-syntax )"
 
+if [[ ${PV} != 9999* ]]; then
+       # Gentoo patches to fix runtime issues, cross-compile errors, etc
+       PATCHES=(
+               "${WORKDIR}/vim-patches-vim-${VIM_PATCHES_VERSION}-patches"
+       )
+fi
+
 pkg_setup() {
        # people with broken alphabets run into trouble. bug #82186.
        unset LANG LC_ALL
@@ -78,10 +85,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-       if [[ ${PV} != 9999* ]] ; then
-               # Gentoo patches to fix runtime issues, cross-compile errors, 
etc
-               eapply 
"${WORKDIR}"/vim-patches-vim-${VIM_PATCHES_VERSION}-patches
-       fi
+       default
 
        # Fixup a script to use awk instead of nawk
        sed -i -e \
@@ -153,8 +157,6 @@ src_prepare() {
        # (4) Run ./configure (with wrong args) to remake auto/config.mk
        sed -i 's# auto/config\.mk:#:#' src/Makefile || die "Makefile sed 
failed"
        rm src/auto/configure || die "rm failed"
-
-       eapply_user
 }
 
 src_configure() {

diff --git a/app-editors/vim/vim-9.0.1157.ebuild 
b/app-editors/vim/vim-9.0.1157.ebuild
index a41d999afbf2..40a78fc412a4 100644
--- a/app-editors/vim/vim-9.0.1157.ebuild
+++ b/app-editors/vim/vim-9.0.1157.ebuild
@@ -68,6 +68,13 @@ BDEPEND="
 "
 PDEPEND="!minimal? ( app-vim/gentoo-syntax )"
 
+if [[ ${PV} != 9999* ]]; then
+       # Gentoo patches to fix runtime issues, cross-compile errors, etc
+       PATCHES=(
+               "${WORKDIR}/vim-patches-vim-${VIM_PATCHES_VERSION}-patches"
+       )
+fi
+
 pkg_setup() {
        # people with broken alphabets run into trouble. bug #82186.
        unset LANG LC_ALL
@@ -78,10 +85,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-       if [[ ${PV} != 9999* ]] ; then
-               # Gentoo patches to fix runtime issues, cross-compile errors, 
etc
-               eapply 
"${WORKDIR}"/vim-patches-vim-${VIM_PATCHES_VERSION}-patches
-       fi
+       default
 
        # Fixup a script to use awk instead of nawk
        sed -i -e \
@@ -153,8 +157,6 @@ src_prepare() {
        # (4) Run ./configure (with wrong args) to remake auto/config.mk
        sed -i 's# auto/config\.mk:#:#' src/Makefile || die "Makefile sed 
failed"
        rm src/auto/configure || die "rm failed"
-
-       eapply_user
 }
 
 src_configure() {

diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
index a41d999afbf2..40a78fc412a4 100644
--- a/app-editors/vim/vim-9999.ebuild
+++ b/app-editors/vim/vim-9999.ebuild
@@ -68,6 +68,13 @@ BDEPEND="
 "
 PDEPEND="!minimal? ( app-vim/gentoo-syntax )"
 
+if [[ ${PV} != 9999* ]]; then
+       # Gentoo patches to fix runtime issues, cross-compile errors, etc
+       PATCHES=(
+               "${WORKDIR}/vim-patches-vim-${VIM_PATCHES_VERSION}-patches"
+       )
+fi
+
 pkg_setup() {
        # people with broken alphabets run into trouble. bug #82186.
        unset LANG LC_ALL
@@ -78,10 +85,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-       if [[ ${PV} != 9999* ]] ; then
-               # Gentoo patches to fix runtime issues, cross-compile errors, 
etc
-               eapply 
"${WORKDIR}"/vim-patches-vim-${VIM_PATCHES_VERSION}-patches
-       fi
+       default
 
        # Fixup a script to use awk instead of nawk
        sed -i -e \
@@ -153,8 +157,6 @@ src_prepare() {
        # (4) Run ./configure (with wrong args) to remake auto/config.mk
        sed -i 's# auto/config\.mk:#:#' src/Makefile || die "Makefile sed 
failed"
        rm src/auto/configure || die "rm failed"
-
-       eapply_user
 }
 
 src_configure() {

Reply via email to