public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/canfep/
Date: Thu, 20 Aug 2020 13:31:12 +0000 (UTC)	[thread overview]
Message-ID: <1597930228.1fd0f834aad102eb064146cb74ed64c661ff3f49.hattya@gentoo> (raw)

commit:     1fd0f834aad102eb064146cb74ed64c661ff3f49
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 13:30:28 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 13:30:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd0f834

app-i18n/canfep: update to EAPI 7

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-i18n/canfep/canfep-1.0-r1.ebuild |  6 +++---
 app-i18n/canfep/canfep-1.0.ebuild    | 13 +++++++------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/app-i18n/canfep/canfep-1.0-r1.ebuild b/app-i18n/canfep/canfep-1.0-r1.ebuild
index 47db7408be3..df6da3e787d 100644
--- a/app-i18n/canfep/canfep-1.0-r1.ebuild
+++ b/app-i18n/canfep/canfep-1.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
 inherit toolchain-funcs
 
@@ -18,8 +18,8 @@ IUSE="unicode"
 
 RDEPEND="app-i18n/canna
 	sys-libs/ncurses:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-posix-pty.patch

diff --git a/app-i18n/canfep/canfep-1.0.ebuild b/app-i18n/canfep/canfep-1.0.ebuild
index 318da4e8944..b2f558da064 100644
--- a/app-i18n/canfep/canfep-1.0.ebuild
+++ b/app-i18n/canfep/canfep-1.0.ebuild
@@ -1,13 +1,14 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
 inherit toolchain-funcs
 
 DESCRIPTION="Canna Japanese kana-kanji frontend processor on console"
-HOMEPAGE="http://www.geocities.co.jp/SiliconValley-Bay/7584/canfep/"
-SRC_URI="http://www.geocities.co.jp/SiliconValley-Bay/7584/${PN}/${P}.tar.gz
+#HOMEPAGE="http://www.geocities.co.jp/SiliconValley-Bay/7584/canfep/"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://gentoo/${P}.tar.gz
 	unicode? ( http://hp.vector.co.jp/authors/VA020411/patches/${PN}_utf8.diff )"
 
 LICENSE="canfep"
@@ -17,8 +18,8 @@ IUSE="unicode"
 
 RDEPEND="app-i18n/canna
 	sys-libs/ncurses:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
 	use unicode && eapply "${DISTDIR}"/${PN}_utf8.diff
@@ -31,7 +32,7 @@ src_compile() {
 	emake \
 		CC="$(tc-getCXX)" \
 		CFLAGS="${CXXFLAGS}" \
-		LIBS="-lcanna $(pkg-config --libs ncurses)"
+		LIBS="-lcanna $($(tc-getPKG_CONFIG) --libs ncurses)"
 }
 
 src_install() {


             reply	other threads:[~2020-08-20 13:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-20 13:31 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-08-23 13:37 [gentoo-commits] repo/gentoo:master commit in: app-i18n/canfep/ Akinori Hattori
2020-08-23  8:17 Sergei Trofimovich
2020-08-20 13:31 Akinori Hattori
2019-10-27  8:44 Akinori Hattori
2019-10-27  8:44 Akinori Hattori
2019-10-27  8:44 Akinori Hattori
2017-07-23 13:15 Akinori Hattori
2017-07-23 13:15 Akinori Hattori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1597930228.1fd0f834aad102eb064146cb74ed64c661ff3f49.hattya@gentoo \
    --to=hattya@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox