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: net-im/vacuum/
Date: Sun, 04 Jul 2021 14:03:10
Message-Id: 1625407321.126eafbe6b619272644bab63b0583ae5b5c8af0d.ulm@gentoo
1 commit: 126eafbe6b619272644bab63b0583ae5b5c8af0d
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 15:46:11 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 14:02:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126eafbe
7
8 net-im/vacuum: 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 net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild | 6 +++---
14 net-im/vacuum/vacuum-9999.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild b/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild
18 index 85da7fd6fcb..1ce002e1d41 100644
19 --- a/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild
20 +++ b/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild
21 @@ -1,10 +1,10 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 PLOCALES="de es pl ru uk"
29 -inherit cmake l10n
30 +inherit cmake plocale
31
32 MY_PN="${PN}-im"
33 MY_PV="${PV/_pre/.}-Alpha"
34 @@ -85,7 +85,7 @@ src_configure() {
35 local mycmakeargs=(
36 -DINSTALL_LIB_DIR="$(get_libdir)"
37 -DINSTALL_SDK=ON
38 - -DLANGS="$(l10n_get_locales)"
39 + -DLANGS="$(plocale_get_locales)"
40 -DINSTALL_DOCS=OFF
41 -DFORCE_BUNDLED_MINIZIP=OFF
42 -DPLUGIN_adiummessagestyle=OFF
43
44 diff --git a/net-im/vacuum/vacuum-9999.ebuild b/net-im/vacuum/vacuum-9999.ebuild
45 index 0e61fe56e22..7eecd922f0b 100644
46 --- a/net-im/vacuum/vacuum-9999.ebuild
47 +++ b/net-im/vacuum/vacuum-9999.ebuild
48 @@ -1,11 +1,11 @@
49 -# Copyright 1999-2020 Gentoo Authors
50 +# Copyright 1999-2021 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=7
54
55 EGIT_REPO_URI="https://github.com/Vacuum-IM/vacuum-im"
56 PLOCALES="de es pl ru uk"
57 -inherit cmake git-r3 l10n
58 +inherit cmake git-r3 plocale
59
60 DESCRIPTION="Qt Crossplatform Jabber client"
61 HOMEPAGE="http://www.vacuum-im.org/"
62 @@ -77,7 +77,7 @@ src_configure() {
63 local mycmakeargs=(
64 -DINSTALL_LIB_DIR="$(get_libdir)"
65 -DINSTALL_SDK=ON
66 - -DLANGS="$(l10n_get_locales)"
67 + -DLANGS="$(plocale_get_locales)"
68 -DINSTALL_DOCS=OFF
69 -DFORCE_BUNDLED_MINIZIP=OFF
70 -DPLUGIN_adiummessagestyle=OFF