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/canfep/
Date: Thu, 20 Aug 2020 13:31:15
Message-Id: 1597930228.1fd0f834aad102eb064146cb74ed64c661ff3f49.hattya@gentoo
1 commit: 1fd0f834aad102eb064146cb74ed64c661ff3f49
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 20 13:30:28 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 13:30:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd0f834
7
8 app-i18n/canfep: update to EAPI 7
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/canfep/canfep-1.0-r1.ebuild | 6 +++---
14 app-i18n/canfep/canfep-1.0.ebuild | 13 +++++++------
15 2 files changed, 10 insertions(+), 9 deletions(-)
16
17 diff --git a/app-i18n/canfep/canfep-1.0-r1.ebuild b/app-i18n/canfep/canfep-1.0-r1.ebuild
18 index 47db7408be3..df6da3e787d 100644
19 --- a/app-i18n/canfep/canfep-1.0-r1.ebuild
20 +++ b/app-i18n/canfep/canfep-1.0-r1.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="6"
26 +EAPI="7"
27
28 inherit toolchain-funcs
29
30 @@ -18,8 +18,8 @@ IUSE="unicode"
31
32 RDEPEND="app-i18n/canna
33 sys-libs/ncurses:="
34 -DEPEND="${RDEPEND}
35 - virtual/pkgconfig"
36 +DEPEND="${RDEPEND}"
37 +BDEPEND="virtual/pkgconfig"
38
39 PATCHES=(
40 "${FILESDIR}"/${PN}-posix-pty.patch
41
42 diff --git a/app-i18n/canfep/canfep-1.0.ebuild b/app-i18n/canfep/canfep-1.0.ebuild
43 index 318da4e8944..b2f558da064 100644
44 --- a/app-i18n/canfep/canfep-1.0.ebuild
45 +++ b/app-i18n/canfep/canfep-1.0.ebuild
46 @@ -1,13 +1,14 @@
47 # Copyright 1999-2020 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 -EAPI="6"
51 +EAPI="7"
52
53 inherit toolchain-funcs
54
55 DESCRIPTION="Canna Japanese kana-kanji frontend processor on console"
56 -HOMEPAGE="http://www.geocities.co.jp/SiliconValley-Bay/7584/canfep/"
57 -SRC_URI="http://www.geocities.co.jp/SiliconValley-Bay/7584/${PN}/${P}.tar.gz
58 +#HOMEPAGE="http://www.geocities.co.jp/SiliconValley-Bay/7584/canfep/"
59 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
60 +SRC_URI="mirror://gentoo/${P}.tar.gz
61 unicode? ( http://hp.vector.co.jp/authors/VA020411/patches/${PN}_utf8.diff )"
62
63 LICENSE="canfep"
64 @@ -17,8 +18,8 @@ IUSE="unicode"
65
66 RDEPEND="app-i18n/canna
67 sys-libs/ncurses:="
68 -DEPEND="${RDEPEND}
69 - virtual/pkgconfig"
70 +DEPEND="${RDEPEND}"
71 +BDEPEND="virtual/pkgconfig"
72
73 src_prepare() {
74 use unicode && eapply "${DISTDIR}"/${PN}_utf8.diff
75 @@ -31,7 +32,7 @@ src_compile() {
76 emake \
77 CC="$(tc-getCXX)" \
78 CFLAGS="${CXXFLAGS}" \
79 - LIBS="-lcanna $(pkg-config --libs ncurses)"
80 + LIBS="-lcanna $($(tc-getPKG_CONFIG) --libs ncurses)"
81 }
82
83 src_install() {