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 591DE1382C5 for ; Wed, 22 Jun 2016 17:38:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1526D941CB; Wed, 22 Jun 2016 17:38:29 +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 901DA941B0 for ; Wed, 22 Jun 2016 17:38:27 +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 318A3340AC8 for ; Wed, 22 Jun 2016 17:38:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7202420 for ; Wed, 22 Jun 2016 17:38:21 +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: <1466616715.63d7e16cde1b60492b66c1635f281d859cf39171.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/lyskom-elisp-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48_p20131231.ebuild X-VCS-Directories: app-emacs/lyskom-elisp-client/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 63d7e16cde1b60492b66c1635f281d859cf39171 X-VCS-Branch: master Date: Wed, 22 Jun 2016 17:38:21 +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: d9d552e4-e195-4465-934a-87018f6dcb8f X-Archives-Hash: e85494ca385dfc43a04028400864c054 commit: 63d7e16cde1b60492b66c1635f281d859cf39171 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 22 17:31:55 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jun 22 17:31:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d7e16c app-emacs/lyskom-elisp-client: Migrate from LINGUAS to L10N. Package-Manager: portage-2.3.0_rc1 .../lyskom-elisp-client/lyskom-elisp-client-0.48_p20131231.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48_p20131231.ebuild b/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48_p20131231.ebuild index c08ea53..c9850b3 100644 --- a/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48_p20131231.ebuild +++ b/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48_p20131231.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$ @@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 sparc x86" -IUSE="linguas_sv" +IUSE="l10n_sv" S="${WORKDIR}/${PN}" SITEFILE="50${PN}-gentoo.el" @@ -22,14 +22,14 @@ SITEFILE="50${PN}-gentoo.el" src_compile() { emake -C src EMACS=emacs # Info page is in Swedish only - use linguas_sv && emake -C doc elisp-client + use l10n_sv && emake -C doc elisp-client } src_install() { elisp-install ${PN} src/lyskom.{el,elc} elisp-site-file-install "${FILESDIR}/${SITEFILE}" dodoc src/{ChangeLog*,README,TODO} doc/NEWS* - use linguas_sv && doinfo doc/elisp-client + use l10n_sv && doinfo doc/elisp-client DOC_CONTENTS="If you prefer an English language environment, add the following line to your ~/.emacs file: