commit: 7914bb2e24db18f94e9d1848a865891f577b326d
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 8 08:42:09 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 08:45:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7914bb2e
sys-boot/unetbootin: Migrate from LINGUAS to L10N.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sys-boot/unetbootin/unetbootin-625.ebuild | 8 ++++++--
sys-boot/unetbootin/unetbootin-647.ebuild | 8 ++++++--
sys-boot/unetbootin/unetbootin-655.ebuild | 8 ++++++--
sys-boot/unetbootin/unetbootin-657.ebuild | 8 ++++++--
4 files changed, 24 insertions(+), 8 deletions(-)
diff --git a/sys-boot/unetbootin/unetbootin-625.ebuild
b/sys-boot/unetbootin/unetbootin-625.ebuild
index aabc1aa868d..49f0d802f76 100644
--- a/sys-boot/unetbootin/unetbootin-625.ebuild
+++ b/sys-boot/unetbootin/unetbootin-625.ebuild
@@ -19,6 +19,10 @@ UNBI_LINGUAS="
zh_CN zh_TW
"
+for lingua in ${UNBI_LINGUAS}; do
+ IUSE="${IUSE} l10n_${lingua/_/-}"
+done
+
S=${WORKDIR}/${P}/src/${PN}
DEPEND="dev-qt/qtgui:4"
@@ -48,7 +52,7 @@ src_prepare() {
# Remove localisations
local lingua
for lingua in ${UNBI_LINGUAS}; do
- if ! has ${lingua} ${LINGUAS-${lingua}}; then
+ if ! use l10n_${lingua/_/-}; then
sed -i ${PN}.pro -e "/\.*${PN}_${lingua}\.ts.*/d" || die
rm ${PN}_${lingua}.ts || die
fi
@@ -78,7 +82,7 @@ src_install() {
local lingua
for lingua in ${UNBI_LINGUAS}; do
- if has ${lingua} ${LINGUAS-${lingua}}; then
+ if use l10n_${lingua/_/-}; then
insinto /usr/share/${PN}
doins ${PN}_${lingua}.qm
fi
diff --git a/sys-boot/unetbootin/unetbootin-647.ebuild
b/sys-boot/unetbootin/unetbootin-647.ebuild
index 0371e75f2c8..a8e28b868c2 100644
--- a/sys-boot/unetbootin/unetbootin-647.ebuild
+++ b/sys-boot/unetbootin/unetbootin-647.ebuild
@@ -19,6 +19,10 @@ UNBI_LINGUAS="
zh_CN zh_TW
"
+for lingua in ${UNBI_LINGUAS}; do
+ IUSE="${IUSE} l10n_${lingua/_/-}"
+done
+
S=${WORKDIR}/${P}/src/${PN}
DEPEND="dev-qt/qtgui:4"
@@ -47,7 +51,7 @@ src_prepare() {
# Remove localisations
local lingua
for lingua in ${UNBI_LINGUAS}; do
- if ! has ${lingua} ${LINGUAS-${lingua}}; then
+ if ! use l10n_${lingua/_/-}; then
sed -i ${PN}.pro -e "/\.*${PN}_${lingua}\.ts.*/d" || die
rm ${PN}_${lingua}.ts || die
fi
@@ -77,7 +81,7 @@ src_install() {
local lingua
for lingua in ${UNBI_LINGUAS}; do
- if has ${lingua} ${LINGUAS-${lingua}}; then
+ if use l10n_${lingua/_/-}; then
insinto /usr/share/${PN}
doins ${PN}_${lingua}.qm
fi
diff --git a/sys-boot/unetbootin/unetbootin-655.ebuild
b/sys-boot/unetbootin/unetbootin-655.ebuild
index 1007cc620a1..f615c0100f4 100644
--- a/sys-boot/unetbootin/unetbootin-655.ebuild
+++ b/sys-boot/unetbootin/unetbootin-655.ebuild
@@ -19,6 +19,10 @@ UNBI_LINGUAS="
zh_CN zh_TW
"
+for lingua in ${UNBI_LINGUAS}; do
+ IUSE="${IUSE} l10n_${lingua/_/-}"
+done
+
S=${WORKDIR}/${P}/src/${PN}
DEPEND="dev-qt/qtgui:4"
@@ -46,7 +50,7 @@ src_prepare() {
# Remove localisations
local lingua
for lingua in ${UNBI_LINGUAS}; do
- if ! has ${lingua} ${LINGUAS-${lingua}}; then
+ if ! use l10n_${lingua/_/-}; then
sed -i ${PN}.pro -e "/\.*${PN}_${lingua}\.ts.*/d" || die
rm ${PN}_${lingua}.ts || die
fi
@@ -76,7 +80,7 @@ src_install() {
local lingua
for lingua in ${UNBI_LINGUAS}; do
- if has ${lingua} ${LINGUAS-${lingua}}; then
+ if use l10n_${lingua/_/-}; then
insinto /usr/share/${PN}
doins ${PN}_${lingua}.qm
fi
diff --git a/sys-boot/unetbootin/unetbootin-657.ebuild
b/sys-boot/unetbootin/unetbootin-657.ebuild
index 1007cc620a1..f615c0100f4 100644
--- a/sys-boot/unetbootin/unetbootin-657.ebuild
+++ b/sys-boot/unetbootin/unetbootin-657.ebuild
@@ -19,6 +19,10 @@ UNBI_LINGUAS="
zh_CN zh_TW
"
+for lingua in ${UNBI_LINGUAS}; do
+ IUSE="${IUSE} l10n_${lingua/_/-}"
+done
+
S=${WORKDIR}/${P}/src/${PN}
DEPEND="dev-qt/qtgui:4"
@@ -46,7 +50,7 @@ src_prepare() {
# Remove localisations
local lingua
for lingua in ${UNBI_LINGUAS}; do
- if ! has ${lingua} ${LINGUAS-${lingua}}; then
+ if ! use l10n_${lingua/_/-}; then
sed -i ${PN}.pro -e "/\.*${PN}_${lingua}\.ts.*/d" || die
rm ${PN}_${lingua}.ts || die
fi
@@ -76,7 +80,7 @@ src_install() {
local lingua
for lingua in ${UNBI_LINGUAS}; do
- if has ${lingua} ${LINGUAS-${lingua}}; then
+ if use l10n_${lingua/_/-}; then
insinto /usr/share/${PN}
doins ${PN}_${lingua}.qm
fi