Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libhangul/
Date: Tue, 28 Aug 2018 13:35:12
Message-Id: 1535463136.becba14d6aa987c4f2fa989696d0570e64fcef2c.hattya@gentoo
1 commit: becba14d6aa987c4f2fa989696d0570e64fcef2c
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 28 13:32:16 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 28 13:32:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=becba14d
7
8 app-i18n/libhangul: tidy
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-i18n/libhangul/libhangul-0.1.0.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/app-i18n/libhangul/libhangul-0.1.0.ebuild b/app-i18n/libhangul/libhangul-0.1.0.ebuild
16 index f8ec424da31..d6941f34c96 100644
17 --- a/app-i18n/libhangul/libhangul-0.1.0.ebuild
18 +++ b/app-i18n/libhangul/libhangul-0.1.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -19,8 +19,6 @@ DEPEND="${RDEPEND}
26 nls? ( sys-devel/gettext )
27 test? ( dev-libs/check )"
28
29 -DOCS=(AUTHORS ChangeLog NEWS)
30 -
31 src_configure() {
32 econf \
33 $(use_enable nls) \
34 @@ -33,5 +31,5 @@ src_test() {
35
36 src_install() {
37 default
38 - find "${D}" -name "*.la" -delete || die
39 + find "${ED}" -name '*.la' -delete || die
40 }