commit:     6bca48af517e9164194d2934a809b56483a60299
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 15:49:56 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 16:04:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bca48af

app-emulation/wine-vanilla: add ebuild comment tip for user patches

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild | 3 +++
 app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild | 3 +++
 app-emulation/wine-vanilla/wine-vanilla-8.21.ebuild  | 5 ++++-
 app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild   | 3 +++
 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild  | 3 +++
 5 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild
index c0595c8ef846..c0597ce761f0 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild
@@ -201,6 +201,9 @@ src_prepare() {
        # always update for patches (including user's wrt #432348)
        eautoreconf
        tools/make_requests || die # perl
+       # tip: if need more for user patches, with portage can e.g. do
+       # echo "post_src_prepare() { tools/make_specfiles || die; }" \
+       #     > /etc/portage/env/app-emulation/wine-vanilla
 }
 
 src_configure() {

diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild
index 73082cc5aa7b..7fb2fd5fd620 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild
@@ -198,6 +198,9 @@ src_prepare() {
        # always update for patches (including user's wrt #432348)
        eautoreconf
        tools/make_requests || die # perl
+       # tip: if need more for user patches, with portage can e.g. do
+       # echo "post_src_prepare() { tools/make_specfiles || die; }" \
+       #     > /etc/portage/env/app-emulation/wine-vanilla
 }
 
 src_configure() {

diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.21.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-8.21.ebuild
index fd8f2e5d9eba..9d99763348b0 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-8.21.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-8.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -213,6 +213,9 @@ src_prepare() {
        # always update for patches (including user's wrt #432348)
        eautoreconf
        tools/make_requests || die # perl
+       # tip: if need more for user patches, with portage can e.g. do
+       # echo "post_src_prepare() { tools/make_specfiles || die; }" \
+       #     > /etc/portage/env/app-emulation/wine-vanilla
 }
 
 src_configure() {

diff --git a/app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild
index 7109f7104bbe..c6109d4d3d6f 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild
@@ -220,6 +220,9 @@ src_prepare() {
        # always update for patches (including user's wrt #432348)
        eautoreconf
        tools/make_requests || die # perl
+       # tip: if need more for user patches, with portage can e.g. do
+       # echo "post_src_prepare() { tools/make_specfiles || die; }" \
+       #     > /etc/portage/env/app-emulation/wine-vanilla
 }
 
 src_configure() {

diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
index 7109f7104bbe..c6109d4d3d6f 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
@@ -220,6 +220,9 @@ src_prepare() {
        # always update for patches (including user's wrt #432348)
        eautoreconf
        tools/make_requests || die # perl
+       # tip: if need more for user patches, with portage can e.g. do
+       # echo "post_src_prepare() { tools/make_specfiles || die; }" \
+       #     > /etc/portage/env/app-emulation/wine-vanilla
 }
 
 src_configure() {

Reply via email to