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/kimera/files/, app-i18n/kimera/
Date: Tue, 18 Jul 2017 15:53:06
Message-Id: 1500392377.375e776fde06ad51d6f9bf3ed6b05275ad92e678.hattya@gentoo
1 commit: 375e776fde06ad51d6f9bf3ed6b05275ad92e678
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 18 15:39:37 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 18 15:39:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375e776f
7
8 app-i18n/kimera: update patch
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 ...imera-2.11-underlinking.patch => kimera-underlinking.patch} | 2 --
13 app-i18n/kimera/kimera-2.11-r1.ebuild | 10 +++++-----
14 2 files changed, 5 insertions(+), 7 deletions(-)
15
16 diff --git a/app-i18n/kimera/files/kimera-2.11-underlinking.patch b/app-i18n/kimera/files/kimera-underlinking.patch
17 similarity index 82%
18 rename from app-i18n/kimera/files/kimera-2.11-underlinking.patch
19 rename to app-i18n/kimera/files/kimera-underlinking.patch
20 index dab4b63e7c1..0a00171afd6 100644
21 --- a/app-i18n/kimera/files/kimera-2.11-underlinking.patch
22 +++ b/app-i18n/kimera/files/kimera-underlinking.patch
23 @@ -1,5 +1,3 @@
24 -diff --git a/kimera.pro b/kimera.pro
25 -index 0d4f0be..a2b63da 100644
26 --- a/kimera.pro
27 +++ b/kimera.pro
28 @@ -90,7 +90,7 @@ SOURCES = \
29
30 diff --git a/app-i18n/kimera/kimera-2.11-r1.ebuild b/app-i18n/kimera/kimera-2.11-r1.ebuild
31 index e01c230b51a..85d59588f93 100644
32 --- a/app-i18n/kimera/kimera-2.11-r1.ebuild
33 +++ b/app-i18n/kimera/kimera-2.11-r1.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=3
40 @@ -22,12 +22,12 @@ RDEPEND="${DEPEND}"
41
42 DOCS="AUTHORS README*"
43
44 +src_prepare() {
45 + epatch "${FILESDIR}"/${PN}-underlinking.patch
46 +}
47 +
48 src_configure() {
49 local myconf="target.path=/usr/$(get_libdir)/${P}"
50 use anthy || myconf="${myconf} no_anthy=1"
51 eqmake4 kimera.pro ${myconf}
52 }
53 -
54 -src_prepare() {
55 - epatch "${FILESDIR}"/${P}-underlinking.patch
56 -}