diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-22 19:31:55 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-22 19:31:55 +0200 |
commit | 63d7e16cde1b60492b66c1635f281d859cf39171 (patch) | |
tree | 1e0145def1bb8c4bdc111073674745b4625074d3 /app-emacs | |
parent | app-emacs/emacs-wget: Migrate from LINGUAS to L10N. (diff) | |
download | gentoo-63d7e16cde1b60492b66c1635f281d859cf39171.tar.gz gentoo-63d7e16cde1b60492b66c1635f281d859cf39171.tar.bz2 gentoo-63d7e16cde1b60492b66c1635f281d859cf39171.zip |
app-emacs/lyskom-elisp-client: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48_p20131231.ebuild | 8 |
1 files 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 c08ea53211a3..c9850b3538b8 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: |