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: app-portage/eix/
Date: Fri, 05 Jan 2018 15:38:43
Message-Id: 1515166709.746cfbb14636d7239a30aa17c21dac44f76b5846.ulm@gentoo
1 commit: 746cfbb14636d7239a30aa17c21dac44f76b5846
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 13:54:39 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 15:38:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746cfbb1
7
8 app-portage/eix: 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 app-portage/eix/eix-0.32.9.ebuild | 5 ++---
16 app-portage/eix/eix-0.33.0-r1.ebuild | 3 +--
17 2 files changed, 3 insertions(+), 5 deletions(-)
18
19 diff --git a/app-portage/eix/eix-0.32.9.ebuild b/app-portage/eix/eix-0.32.9.ebuild
20 index 24413c35c21..b5189888889 100644
21 --- a/app-portage/eix/eix-0.32.9.ebuild
22 +++ b/app-portage/eix/eix-0.32.9.ebuild
23 @@ -1,10 +1,9 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29
30 -PLOCALES="de ru"
31 -inherit autotools bash-completion-r1 l10n systemd flag-o-matic
32 +inherit autotools bash-completion-r1 systemd flag-o-matic
33
34 DESCRIPTION="Search and query ebuilds"
35 HOMEPAGE="https://github.com/vaeth/eix/"
36
37 diff --git a/app-portage/eix/eix-0.33.0-r1.ebuild b/app-portage/eix/eix-0.33.0-r1.ebuild
38 index f651221ce02..48e3bb7a9fc 100644
39 --- a/app-portage/eix/eix-0.33.0-r1.ebuild
40 +++ b/app-portage/eix/eix-0.33.0-r1.ebuild
41 @@ -3,8 +3,7 @@
42
43 EAPI=6
44
45 -PLOCALES="de ru"
46 -inherit autotools bash-completion-r1 flag-o-matic l10n tmpfiles
47 +inherit autotools bash-completion-r1 flag-o-matic tmpfiles
48
49 DESCRIPTION="Search and query ebuilds"
50 HOMEPAGE="https://github.com/vaeth/eix/"