public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/vym/
Date: Fri,  5 Jan 2018 19:21:10 +0000 (UTC)	[thread overview]
Message-ID: <1515180063.d75b5e62e9cade693e743e1138345e7c4da31e97.ulm@gentoo> (raw)

commit:     d75b5e62e9cade693e743e1138345e7c4da31e97
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 19:11:38 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 19:21:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75b5e62

x11-misc/vym: Test LINGUAS rather than linguas_* USE flags.

This is only a quick fix for now. On the long term, consider migrating
from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-misc/vym/vym-2.6.11.ebuild | 6 +++---
 x11-misc/vym/vym-2.6.8.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-misc/vym/vym-2.6.11.ebuild b/x11-misc/vym/vym-2.6.11.ebuild
index 6fabe03a5ff..5a672108999 100644
--- a/x11-misc/vym/vym-2.6.11.ebuild
+++ b/x11-misc/vym/vym-2.6.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -34,10 +34,10 @@ DOCS=( README.md doc/vym.pdf )
 src_prepare() {
 	default
 
-	if use linguas_es ; then
+	if has es ${LINGUAS-es} ; then
 		DOCS+=( doc/vym_es.pdf )
 	fi
-	if use linguas_fr ; then
+	if has fr ${LINGUAS-fr} ; then
 		DOCS+=( doc/vym_fr.pdf )
 	fi
 

diff --git a/x11-misc/vym/vym-2.6.8.ebuild b/x11-misc/vym/vym-2.6.8.ebuild
index 6fabe03a5ff..5a672108999 100644
--- a/x11-misc/vym/vym-2.6.8.ebuild
+++ b/x11-misc/vym/vym-2.6.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -34,10 +34,10 @@ DOCS=( README.md doc/vym.pdf )
 src_prepare() {
 	default
 
-	if use linguas_es ; then
+	if has es ${LINGUAS-es} ; then
 		DOCS+=( doc/vym_es.pdf )
 	fi
-	if use linguas_fr ; then
+	if has fr ${LINGUAS-fr} ; then
 		DOCS+=( doc/vym_fr.pdf )
 	fi
 


             reply	other threads:[~2018-01-05 19:21 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-05 19:21 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10  3:56 [gentoo-commits] repo/gentoo:master commit in: x11-misc/vym/ Sam James
2025-03-04 23:09 Andreas Sturmlechner
2021-07-04 14:03 Ulrich Müller
2020-10-08 10:50 Jeroen Roovers
2020-10-08 10:50 Jeroen Roovers
2019-12-30 23:01 Sergei Trofimovich
2019-08-26  6:20 Jeroen Roovers
2019-08-26  6:20 Jeroen Roovers
2019-05-16  6:56 Jeroen Roovers
2019-04-17 10:49 Jeroen Roovers
2019-04-17 10:49 Jeroen Roovers
2017-11-18 11:42 Jeroen Roovers
2017-05-30  7:53 Jeroen Roovers
2017-05-12 18:47 Jeroen Roovers
2017-05-12 18:47 Jeroen Roovers
2017-03-23  6:45 Jeroen Roovers
2017-03-23  6:45 Jeroen Roovers
2017-03-11  6:10 Jeroen Roovers
2017-03-11  6:10 Jeroen Roovers
2017-03-09 20:50 David Seifert
2015-10-31  4:27 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515180063.d75b5e62e9cade693e743e1138345e7c4da31e97.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox