commit:     a03b75b1934b01cc23ed28d31c0c7f51fa7d8150
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 15:50:06 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=a03b75b1

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

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

 app-emulation/wine-staging/wine-staging-8.0.ebuild  | 5 ++++-
 app-emulation/wine-staging/wine-staging-8.21.ebuild | 3 +++
 app-emulation/wine-staging/wine-staging-9.0.ebuild  | 3 +++
 app-emulation/wine-staging/wine-staging-9999.ebuild | 3 +++
 4 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-staging/wine-staging-8.0.ebuild 
b/app-emulation/wine-staging/wine-staging-8.0.ebuild
index b28e3e16486b..8cf4172ff020 100644
--- a/app-emulation/wine-staging/wine-staging-8.0.ebuild
+++ b/app-emulation/wine-staging/wine-staging-8.0.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
@@ -222,6 +222,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-staging
 }
 
 src_configure() {

diff --git a/app-emulation/wine-staging/wine-staging-8.21.ebuild 
b/app-emulation/wine-staging/wine-staging-8.21.ebuild
index 3a29caad4415..0af9b3b34ab1 100644
--- a/app-emulation/wine-staging/wine-staging-8.21.ebuild
+++ b/app-emulation/wine-staging/wine-staging-8.21.ebuild
@@ -259,6 +259,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-staging
 }
 
 src_configure() {

diff --git a/app-emulation/wine-staging/wine-staging-9.0.ebuild 
b/app-emulation/wine-staging/wine-staging-9.0.ebuild
index 408a9b701dc8..f9096affab24 100644
--- a/app-emulation/wine-staging/wine-staging-9.0.ebuild
+++ b/app-emulation/wine-staging/wine-staging-9.0.ebuild
@@ -267,6 +267,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-staging
 }
 
 src_configure() {

diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild 
b/app-emulation/wine-staging/wine-staging-9999.ebuild
index 408a9b701dc8..f9096affab24 100644
--- a/app-emulation/wine-staging/wine-staging-9999.ebuild
+++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
@@ -267,6 +267,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-staging
 }
 
 src_configure() {

Reply via email to