From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 91A551382BD for ; Fri, 24 Jun 2016 21:29:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BD94E0B16; Fri, 24 Jun 2016 21:29:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B766CE0B16 for ; Fri, 24 Jun 2016 21:29:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C50D3340B77 for ; Fri, 24 Jun 2016 21:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 662FA209C for ; Fri, 24 Jun 2016 21:28:57 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1466803725.ef59f8cd82ca4807d0ec34508641121ee6e40261.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/groff/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/groff/groff-1.22.2.ebuild X-VCS-Directories: sys-apps/groff/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ef59f8cd82ca4807d0ec34508641121ee6e40261 X-VCS-Branch: master Date: Fri, 24 Jun 2016 21:28:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e97bd175-ab49-4afa-b0d1-df55ac597a74 X-Archives-Hash: 22f0bebe1d2b93c3eb2202653f29c26c commit: ef59f8cd82ca4807d0ec34508641121ee6e40261 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jun 24 21:28:45 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jun 24 21:28:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef59f8cd sys-apps/groff: Migrate from LINGUAS to L10N. Package-Manager: portage-2.3.0 sys-apps/groff/groff-1.22.2.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-apps/groff/groff-1.22.2.ebuild b/sys-apps/groff/groff-1.22.2.ebuild index 106c48e..0a7ac7b 100644 --- a/sys-apps/groff/groff-1.22.2.ebuild +++ b/sys-apps/groff/groff-1.22.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,12 +9,12 @@ inherit autotools eutils toolchain-funcs DESCRIPTION="Text formatter used for man pages" HOMEPAGE="https://www.gnu.org/software/groff/groff.html" SRC_URI="mirror://gnu/groff/${P}.tar.gz - linguas_ja? ( https://dev.gentoo.org/~naota/patch/${PN}-1.22.1-japanese.patch.bz2 )" + l10n_ja? ( https://dev.gentoo.org/~naota/patch/${PN}-1.22.1-japanese.patch.bz2 )" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="examples X linguas_ja" +IUSE="examples X l10n_ja" RDEPEND=" X? ( @@ -26,7 +26,7 @@ RDEPEND=" x11-libs/libICE )" DEPEND="${RDEPEND} - linguas_ja? ( virtual/yacc )" + l10n_ja? ( virtual/yacc )" DOCS=( BUG-REPORT ChangeLog MORE.STUFF NEWS PROBLEMS PROJECTS README REVISION TODO VERSION ) @@ -53,7 +53,7 @@ src_prepare() { .ds default-operating-system Gentoo${pfx}/${KERNEL} EOF - if use linguas_ja ; then + if use l10n_ja ; then epatch "${WORKDIR}"/${PN}-1.22.1-japanese.patch #255292 #350534 #450796 eautoconf eautoheader @@ -69,7 +69,7 @@ src_configure() { --with-appresdir="${EPREFIX}"/usr/share/X11/app-defaults \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ $(use_with X x) \ - $(usex linguas_ja '--enable-japanese' '') + $(usex l10n_ja '--enable-japanese' '') } src_compile() {