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-p2p/classified-ads/
Date: Fri, 05 Jan 2018 15:38:46
Message-Id: 1515166710.bfda70bce03abca3a260cc118d188c45a65210f3.ulm@gentoo
1 commit: bfda70bce03abca3a260cc118d188c45a65210f3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 13:59:39 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 15:38:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfda70bc
7
8 net-p2p/classified-ads: Do not inherit l10n.eclass.
9
10 No l10n_* functions are being called, and the eclass does not contain
11 any code in global scope any more.
12
13 Package-Manager: Portage-2.3.19, Repoman-2.3.6
14
15 net-p2p/classified-ads/classified-ads-0.11.ebuild | 7 +++----
16 1 file changed, 3 insertions(+), 4 deletions(-)
17
18 diff --git a/net-p2p/classified-ads/classified-ads-0.11.ebuild b/net-p2p/classified-ads/classified-ads-0.11.ebuild
19 index eb54552c481..295a08b9028 100644
20 --- a/net-p2p/classified-ads/classified-ads-0.11.ebuild
21 +++ b/net-p2p/classified-ads/classified-ads-0.11.ebuild
22 @@ -1,10 +1,9 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 -PLOCALES="en fi sv da uk"
29 -PLOCALE_BACKUP="en"
30 -inherit qmake-utils virtualx l10n
31 +
32 +inherit qmake-utils virtualx
33
34 DESCRIPTION="Program for displaying classified advertisement items"
35 HOMEPAGE="http://katiska.org/classified-ads/"