Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/webalizer/
Date: Sat, 02 Sep 2017 14:56:21
Message-Id: 1504364167.040d799e3cc18f0c15b75eb5a164bac57dfcff4e.kensington@gentoo
1 commit: 040d799e3cc18f0c15b75eb5a164bac57dfcff4e
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Thu Aug 24 21:17:22 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 14:56:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040d799e
7
8 app-admin/webalizer: update make.conf path, #624536
9
10 Gentoo-Bug 624536
11
12 app-admin/webalizer/webalizer-2.23.05.ebuild | 6 +++---
13 app-admin/webalizer/webalizer-2.23.08.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/app-admin/webalizer/webalizer-2.23.05.ebuild b/app-admin/webalizer/webalizer-2.23.05.ebuild
17 index 353e087a35a..5dbba1424e7 100644
18 --- a/app-admin/webalizer/webalizer-2.23.05.ebuild
19 +++ b/app-admin/webalizer/webalizer-2.23.05.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 # uses webapp.eclass to create directories with right permissions
26 @@ -41,7 +41,7 @@ pkg_setup() {
27
28 # USE=nls has no real meaning if LINGUAS isn't set
29 if use nls && [[ -z "${LINGUAS}" ]]; then
30 - ewarn "you must set LINGUAS in /etc/make.conf"
31 + ewarn "you must set LINGUAS in /etc/portage/make.conf"
32 ewarn "if you want to USE=nls"
33 die "please either set LINGUAS or do not use nls"
34 fi
35 @@ -114,7 +114,7 @@ pkg_postinst() {
36 ewarn "Due to the limitations of this package, it was built"
37 ewarn "only with ${LINGUAS:0:2} support. If this is not what"
38 ewarn "you intended, please place the language you desire"
39 - ewarn "_first_ in the list of LINGUAS in /etc/make.conf"
40 + ewarn "_first_ in the list of LINGUAS in /etc/portage/make.conf"
41 ewarn
42 fi
43
44
45 diff --git a/app-admin/webalizer/webalizer-2.23.08.ebuild b/app-admin/webalizer/webalizer-2.23.08.ebuild
46 index 75b21dd3cc1..d46677fe626 100644
47 --- a/app-admin/webalizer/webalizer-2.23.08.ebuild
48 +++ b/app-admin/webalizer/webalizer-2.23.08.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2016 Gentoo Foundation
51 +# Copyright 1999-2017 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53
54 # uses webapp.eclass to create directories with right permissions
55 @@ -46,7 +46,7 @@ pkg_setup() {
56
57 # USE=nls has no real meaning if LINGUAS isn't set
58 if use nls && [[ -z "${LINGUAS}" ]]; then
59 - ewarn "you must set LINGUAS in /etc/make.conf"
60 + ewarn "you must set LINGUAS in /etc/portage/make.conf"
61 ewarn "if you want to USE=nls"
62 die "please either set LINGUAS or do not use nls"
63 fi
64 @@ -119,7 +119,7 @@ pkg_postinst() {
65 ewarn "Due to the limitations of this package, it was built"
66 ewarn "only with ${LINGUAS:0:2} support. If this is not what"
67 ewarn "you intended, please place the language you desire"
68 - ewarn "_first_ in the list of LINGUAS in /etc/make.conf"
69 + ewarn "_first_ in the list of LINGUAS in /etc/portage/make.conf"
70 ewarn
71 fi