From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C623139695 for ; Sun, 23 Jul 2017 12:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C24DB1FC069; Sun, 23 Jul 2017 12:26:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D7611FC069 for ; Sun, 23 Jul 2017 12:26:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC370341860 for ; Sun, 23 Jul 2017 12:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B9C874A5 for ; Sun, 23 Jul 2017 12:26:16 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1500812771.37c7221a142aa8164d18f3442f9cb6273cb4318e.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/canna/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/canna/canna-3.7_p3-r3.ebuild X-VCS-Directories: app-i18n/canna/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 37c7221a142aa8164d18f3442f9cb6273cb4318e X-VCS-Branch: master Date: Sun, 23 Jul 2017 12:26:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 457bed7d-1361-42ce-8646-bb264f3f09af X-Archives-Hash: cbd8e9ed7dd9503359660c673f23ebfd commit: 37c7221a142aa8164d18f3442f9cb6273cb4318e Author: Akinori Hattori gentoo org> AuthorDate: Sun Jul 23 12:23:14 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Jul 23 12:26:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c7221a app-i18n/canna: inherit autotools Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/canna/canna-3.7_p3-r3.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app-i18n/canna/canna-3.7_p3-r3.ebuild b/app-i18n/canna/canna-3.7_p3-r3.ebuild index 26a3d509594..e9b38ff15c1 100644 --- a/app-i18n/canna/canna-3.7_p3-r3.ebuild +++ b/app-i18n/canna/canna-3.7_p3-r3.ebuild @@ -3,13 +3,13 @@ EAPI="6" -inherit cannadic toolchain-funcs +inherit autotools cannadic toolchain-funcs MY_P="Canna${PV//[._]/}" DESCRIPTION="A client-server based Kana-Kanji conversion system" HOMEPAGE="http://canna.osdn.jp/" -SRC_URI="mirror://sourceforge.jp/canna/9565/${MY_P}.tar.bz2" +SRC_URI="mirror://sourceforge.jp/${PN}/9565/${MY_P}.tar.bz2" LICENSE="MIT GPL-2" SLOT="0" @@ -23,9 +23,7 @@ RDEPEND="canuum? ( DEPEND="${RDEPEND} x11-misc/gccmakedep x11-misc/imake - canuum? ( - virtual/pkgconfig - ) + canuum? ( virtual/pkgconfig ) doc? ( app-text/ghostscript-gpl dev-texlive/texlive-langjapanese @@ -50,7 +48,7 @@ src_prepare() { sed -i \ -e "/DefLibCannaDir/s:/lib$:/$(get_libdir):" \ -e "/UseInet6/s:0:$(usex ipv6 1 0):" \ - Canna.conf + ${PN^c}.conf if use canuum; then cd canuum