media-plugins/vdr-epgsearch: Migrate from LINGUAS to L10N.
authorUlrich Müller <ulm@gentoo.org>
Sun, 7 Jan 2018 15:43:58 +0000 (16:43 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sun, 7 Jan 2018 15:43:58 +0000 (16:43 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.0-r1.ebuild
media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.1_p20141227.ebuild

index 17c89288b1735bf76b9d51317339f623cd6abd87..d550ca75a669843aecf1bd4b6b3532260125ffec 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -22,7 +22,7 @@ esac
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="pcre tre linguas_de"
+IUSE="pcre tre l10n_de"
 
 DEPEND=">=media-video/vdr-1.3.45
        pcre? ( dev-libs/libpcre )
@@ -85,7 +85,7 @@ src_install() {
 
        doman man/en/*.gz
 
-       if use linguas_de; then
+       if use l10n_de; then
                doman -i18n=de man/de/*.gz
        fi
 }
index db1b1a2020827adf0ab4eb76645fd8881f1330cb..fedaa7a512bb5fb3fff9d955a2bc1320fc7ca34a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -29,7 +29,7 @@ esac
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+conflictcheckonly +epgsearchonly linguas_de pcre +quicksearch tre"
+IUSE="+conflictcheckonly +epgsearchonly l10n_de pcre +quicksearch tre"
 
 DEPEND="media-video/vdr
        pcre? ( dev-libs/libpcre )
@@ -93,7 +93,7 @@ src_install() {
 
        doman man/en/*.gz
 
-       if use linguas_de; then
+       if use l10n_de; then
                doman -i18n=de man/de/*.gz
        fi
 }