Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/iroffer-dinoex/
Date: Sun, 04 Jul 2021 14:03:11
Message-Id: 1625407322.df99260b76379db614cde4ccf77f86590c39ff63.ulm@gentoo
1 commit: df99260b76379db614cde4ccf77f86590c39ff63
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 15:46:17 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 14:02:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df99260b
7
8 net-irc/iroffer-dinoex: Update from l10n.eclass to plocale.eclass
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild | 8 ++++----
14 net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild | 8 ++++----
15 net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild | 8 ++++----
16 3 files changed, 12 insertions(+), 12 deletions(-)
17
18 diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild
19 index 621370b736b..e384c6cea29 100644
20 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild
21 +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild
22 @@ -6,7 +6,7 @@ EAPI=6
23 PLOCALES="de en fr it"
24 PLOCALE_BACKUP="en"
25
26 -inherit l10n toolchain-funcs user
27 +inherit plocale toolchain-funcs user
28
29 DESCRIPTION="IRC fileserver using DCC"
30 HOMEPAGE="http://iroffer.dinoex.net/"
31 @@ -48,7 +48,7 @@ src_prepare() {
32
33 eapply_user
34
35 - l10n_find_plocales_changes "" 'help-admin-' '.txt'
36 + plocale_find_changes "" 'help-admin-' '.txt'
37 }
38
39 do_configure() {
40 @@ -79,7 +79,7 @@ src_configure() {
41
42 src_compile() {
43 # TODO: default compile targets always include chrooted target, which is not good
44 - emake CC="$(tc-getCC)" $(l10n_get_locales)
45 + emake CC="$(tc-getCC)" $(plocale_get_locales)
46 }
47
48 myloc() {
49 @@ -100,7 +100,7 @@ myloc() {
50 }
51
52 src_install() {
53 - l10n_for_each_locale_do myloc
54 + plocale_for_each_locale myloc
55
56 dodoc README* THANKS TODO
57 doman iroffer.1 xdcc.7
58
59 diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild
60 index d61e239ecef..8d04b757221 100644
61 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild
62 +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild
63 @@ -6,7 +6,7 @@ EAPI=6
64 PLOCALES="de en fr it"
65 PLOCALE_BACKUP="en"
66
67 -inherit l10n toolchain-funcs user
68 +inherit plocale toolchain-funcs user
69
70 DESCRIPTION="IRC fileserver using DCC"
71 HOMEPAGE="http://iroffer.dinoex.net/"
72 @@ -48,7 +48,7 @@ src_prepare() {
73
74 eapply_user
75
76 - l10n_find_plocales_changes "" 'help-admin-' '.txt'
77 + plocale_find_changes "" 'help-admin-' '.txt'
78 }
79
80 do_configure() {
81 @@ -79,7 +79,7 @@ src_configure() {
82
83 src_compile() {
84 # TODO: default compile targets always include chrooted target, which is not good
85 - emake CC="$(tc-getCC)" $(l10n_get_locales)
86 + emake CC="$(tc-getCC)" $(plocale_get_locales)
87 }
88
89 myloc() {
90 @@ -100,7 +100,7 @@ myloc() {
91 }
92
93 src_install() {
94 - l10n_for_each_locale_do myloc
95 + plocale_for_each_locale myloc
96
97 dodoc README* THANKS TODO
98 doman iroffer.1 xdcc.7
99
100 diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild
101 index 2a9bb01ec15..748af554e35 100644
102 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild
103 +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild
104 @@ -6,7 +6,7 @@ EAPI=7
105 PLOCALES="de en fr it"
106 PLOCALE_BACKUP="en"
107
108 -inherit l10n toolchain-funcs
109 +inherit plocale toolchain-funcs
110
111 DESCRIPTION="IRC fileserver using DCC"
112 HOMEPAGE="http://iroffer.dinoex.net/"
113 @@ -44,7 +44,7 @@ src_prepare() {
114
115 eapply_user
116
117 - l10n_find_plocales_changes "" 'help-admin-' '.txt'
118 + plocale_find_changes "" 'help-admin-' '.txt'
119 }
120
121 do_configure() {
122 @@ -75,7 +75,7 @@ src_configure() {
123
124 src_compile() {
125 # TODO: default compile targets always include chrooted target, which is not good
126 - emake CC="$(tc-getCC)" $(l10n_get_locales)
127 + emake CC="$(tc-getCC)" $(plocale_get_locales)
128 }
129
130 myloc() {
131 @@ -96,7 +96,7 @@ myloc() {
132 }
133
134 src_install() {
135 - l10n_for_each_locale_do myloc
136 + plocale_for_each_locale myloc
137
138 dodoc README* THANKS TODO
139 doman iroffer.1 xdcc.7