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: media-video/avidemux/
Date: Fri, 05 Jan 2018 15:38:45
Message-Id: 1515166710.7bdd62c570cb5d43fe5f70dcf788d719782b365e.ulm@gentoo
1 commit: 7bdd62c570cb5d43fe5f70dcf788d719782b365e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 13:57:09 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=7bdd62c5
7
8 media-video/avidemux: 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 media-video/avidemux/avidemux-2.6.20.ebuild | 6 ++----
16 media-video/avidemux/avidemux-9999.ebuild | 6 ++----
17 2 files changed, 4 insertions(+), 8 deletions(-)
18
19 diff --git a/media-video/avidemux/avidemux-2.6.20.ebuild b/media-video/avidemux/avidemux-2.6.20.ebuild
20 index fe1b48bfcfb..59807f05643 100644
21 --- a/media-video/avidemux/avidemux-2.6.20.ebuild
22 +++ b/media-video/avidemux/avidemux-2.6.20.ebuild
23 @@ -1,11 +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="ca cs de el es fr it ja pt_BR ru sr sr@latin tr"
31 -
32 -inherit cmake-utils l10n qmake-utils xdg-utils
33 +inherit cmake-utils qmake-utils xdg-utils
34
35 DESCRIPTION="Video editor designed for simple cutting, filtering and encoding tasks"
36 HOMEPAGE="http://fixounet.free.fr/${PN}"
37
38 diff --git a/media-video/avidemux/avidemux-9999.ebuild b/media-video/avidemux/avidemux-9999.ebuild
39 index 6f2df9f42a3..2e985fe5726 100644
40 --- a/media-video/avidemux/avidemux-9999.ebuild
41 +++ b/media-video/avidemux/avidemux-9999.ebuild
42 @@ -1,11 +1,9 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48
49 -PLOCALES="ca cs de el es fr it ja pt_BR ru sr sr@latin tr"
50 -
51 -inherit cmake-utils l10n qmake-utils xdg-utils
52 +inherit cmake-utils qmake-utils xdg-utils
53
54 DESCRIPTION="Video editor designed for simple cutting, filtering and encoding tasks"
55 HOMEPAGE="http://fixounet.free.fr/${PN}"