commit: 375e776fde06ad51d6f9bf3ed6b05275ad92e678
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 15:39:37 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 15:39:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375e776f
app-i18n/kimera: update patch
Package-Manager: Portage-2.3.6, Repoman-2.3.1
...imera-2.11-underlinking.patch => kimera-underlinking.patch} | 2 --
app-i18n/kimera/kimera-2.11-r1.ebuild | 10 +++++-----
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/app-i18n/kimera/files/kimera-2.11-underlinking.patch
b/app-i18n/kimera/files/kimera-underlinking.patch
similarity index 82%
rename from app-i18n/kimera/files/kimera-2.11-underlinking.patch
rename to app-i18n/kimera/files/kimera-underlinking.patch
index dab4b63e7c1..0a00171afd6 100644
--- a/app-i18n/kimera/files/kimera-2.11-underlinking.patch
+++ b/app-i18n/kimera/files/kimera-underlinking.patch
@@ -1,5 +1,3 @@
-diff --git a/kimera.pro b/kimera.pro
-index 0d4f0be..a2b63da 100644
--- a/kimera.pro
+++ b/kimera.pro
@@ -90,7 +90,7 @@ SOURCES = \
diff --git a/app-i18n/kimera/kimera-2.11-r1.ebuild
b/app-i18n/kimera/kimera-2.11-r1.ebuild
index e01c230b51a..85d59588f93 100644
--- a/app-i18n/kimera/kimera-2.11-r1.ebuild
+++ b/app-i18n/kimera/kimera-2.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=3
@@ -22,12 +22,12 @@ RDEPEND="${DEPEND}"
DOCS="AUTHORS README*"
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-underlinking.patch
+}
+
src_configure() {
local myconf="target.path=/usr/$(get_libdir)/${P}"
use anthy || myconf="${myconf} no_anthy=1"
eqmake4 kimera.pro ${myconf}
}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-underlinking.patch
-}