Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
Date: Tue, 04 May 2021 19:23:18
Message-Id: 1620156122.fed7e5697bf41f986556be159ee41ab82cb2cbd7.sam@gentoo
1 commit: fed7e5697bf41f986556be159ee41ab82cb2cbd7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 27 20:00:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:22:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed7e569
7
8 app-emulation/wine-vanilla: fix function/phase declaration style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild | 4 ++--
14 app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild | 4 ++--
15 app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild | 4 ++--
16 app-emulation/wine-vanilla/wine-vanilla-6.6.ebuild | 4 ++--
17 app-emulation/wine-vanilla/wine-vanilla-6.7.ebuild | 4 ++--
18 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 4 ++--
19 6 files changed, 12 insertions(+), 12 deletions(-)
20
21 diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild
22 index a22f22a5cc6..cca4f00d131 100644
23 --- a/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild
24 +++ b/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild
25 @@ -319,7 +319,7 @@ src_unpack() {
26
27 src_prepare() {
28
29 - eapply_bin(){
30 + eapply_bin() {
31 local patch
32 for patch in ${PATCHES_BIN[@]}; do
33 patchbin --nogit < "${patch}" || die
34 @@ -365,7 +365,7 @@ src_prepare() {
35 \164\2/' loader/Makefile.in || die
36 fi
37
38 - rm_man_file(){
39 + rm_man_file() {
40 local file="${1}"
41 loc=${2}
42 sed -i "/${loc}\.UTF-8\.man\.in/d" "${file}" || die
43
44 diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild
45 index 7c3b8aca83f..58304136185 100644
46 --- a/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild
47 +++ b/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild
48 @@ -318,7 +318,7 @@ src_unpack() {
49
50 src_prepare() {
51
52 - eapply_bin(){
53 + eapply_bin() {
54 local patch
55 for patch in ${PATCHES_BIN[@]}; do
56 patchbin --nogit < "${patch}" || die
57 @@ -364,7 +364,7 @@ src_prepare() {
58 \164\2/' loader/Makefile.in || die
59 fi
60
61 - rm_man_file(){
62 + rm_man_file() {
63 local file="${1}"
64 loc=${2}
65 sed -i "/${loc}\.UTF-8\.man\.in/d" "${file}" || die
66
67 diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild
68 index 7c3b8aca83f..58304136185 100644
69 --- a/app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild
70 +++ b/app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild
71 @@ -318,7 +318,7 @@ src_unpack() {
72
73 src_prepare() {
74
75 - eapply_bin(){
76 + eapply_bin() {
77 local patch
78 for patch in ${PATCHES_BIN[@]}; do
79 patchbin --nogit < "${patch}" || die
80 @@ -364,7 +364,7 @@ src_prepare() {
81 \164\2/' loader/Makefile.in || die
82 fi
83
84 - rm_man_file(){
85 + rm_man_file() {
86 local file="${1}"
87 loc=${2}
88 sed -i "/${loc}\.UTF-8\.man\.in/d" "${file}" || die
89
90 diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.6.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.6.ebuild
91 index 32fbb98391a..d1662b9c437 100644
92 --- a/app-emulation/wine-vanilla/wine-vanilla-6.6.ebuild
93 +++ b/app-emulation/wine-vanilla/wine-vanilla-6.6.ebuild
94 @@ -318,7 +318,7 @@ src_unpack() {
95
96 src_prepare() {
97
98 - eapply_bin(){
99 + eapply_bin() {
100 local patch
101 for patch in ${PATCHES_BIN[@]}; do
102 patchbin --nogit < "${patch}" || die
103 @@ -364,7 +364,7 @@ src_prepare() {
104 \164\2/' loader/Makefile.in || die
105 fi
106
107 - rm_man_file(){
108 + rm_man_file() {
109 local file="${1}"
110 loc=${2}
111 sed -i "/${loc}\.UTF-8\.man\.in/d" "${file}" || die
112
113 diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.7.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.7.ebuild
114 index 32fbb98391a..d1662b9c437 100644
115 --- a/app-emulation/wine-vanilla/wine-vanilla-6.7.ebuild
116 +++ b/app-emulation/wine-vanilla/wine-vanilla-6.7.ebuild
117 @@ -318,7 +318,7 @@ src_unpack() {
118
119 src_prepare() {
120
121 - eapply_bin(){
122 + eapply_bin() {
123 local patch
124 for patch in ${PATCHES_BIN[@]}; do
125 patchbin --nogit < "${patch}" || die
126 @@ -364,7 +364,7 @@ src_prepare() {
127 \164\2/' loader/Makefile.in || die
128 fi
129
130 - rm_man_file(){
131 + rm_man_file() {
132 local file="${1}"
133 loc=${2}
134 sed -i "/${loc}\.UTF-8\.man\.in/d" "${file}" || die
135
136 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
137 index 32fbb98391a..d1662b9c437 100644
138 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
139 +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
140 @@ -318,7 +318,7 @@ src_unpack() {
141
142 src_prepare() {
143
144 - eapply_bin(){
145 + eapply_bin() {
146 local patch
147 for patch in ${PATCHES_BIN[@]}; do
148 patchbin --nogit < "${patch}" || die
149 @@ -364,7 +364,7 @@ src_prepare() {
150 \164\2/' loader/Makefile.in || die
151 fi
152
153 - rm_man_file(){
154 + rm_man_file() {
155 local file="${1}"
156 loc=${2}
157 sed -i "/${loc}\.UTF-8\.man\.in/d" "${file}" || die