Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/
Date: Sun, 04 Jul 2021 14:03:15
Message-Id: 1625407329.053beb86f54379f7e7d1156bef51735f2be54320.ulm@gentoo
1 commit: 053beb86f54379f7e7d1156bef51735f2be54320
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 15:47:24 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 14:02:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053beb86
7
8 x11-misc/devilspie2: Update from l10n.eclass to plocale.eclass
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 x11-misc/devilspie2/devilspie2-0.43-r100.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild b/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild
17 index ffca8f7fa9b..abeaa7126aa 100644
18 --- a/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild
19 +++ b/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild
20 @@ -6,7 +6,7 @@ EAPI=7
21 LUA_COMPAT=( lua5-{1..3} luajit )
22 PLOCALES="fi fr it ja nl pt_BR ru sv"
23
24 -inherit lua-single toolchain-funcs l10n
25 +inherit lua-single plocale toolchain-funcs
26
27 DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"
28 HOMEPAGE="https://www.nongnu.org/devilspie2/"
29 @@ -39,11 +39,11 @@ PATCHES=(
30
31 src_compile() {
32 tc-export PKG_CONFIG
33 - emake CC="$(tc-getCC)" PREFIX="/usr" LANGUAGES="$(l10n_get_locales)"
34 + emake CC="$(tc-getCC)" PREFIX="/usr" LANGUAGES="$(plocale_get_locales)"
35 }
36
37 src_install() {
38 - emake PREFIX="/usr" DESTDIR="${ED}" LANGUAGES="$(l10n_get_locales)" install
39 + emake PREFIX="/usr" DESTDIR="${ED}" LANGUAGES="$(plocale_get_locales)" install
40 einstalldocs
41 doman devilspie2.1
42 }