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/tomoe/
Date: Tue, 12 Oct 2021 13:24:25 +0000 (UTC)	[thread overview]
Message-ID: <1634044747.647d7acd1a1dfcb912e5cc16cd67162301aa540f.hattya@gentoo> (raw)

commit:     647d7acd1a1dfcb912e5cc16cd67162301aa540f
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 13:19:07 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 13:19:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647d7acd

app-i18n/tomoe: update to EAPI 7

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

 app-i18n/tomoe/tomoe-0.6.0-r6.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
index ad6822db39c..27f3f0c86a8 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2006-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
-
+EAPI="7"
 USE_RUBY="ruby25 ruby26 ruby27"
+
 inherit autotools ruby-utils
 
 DESCRIPTION="Japanese handwriting recognition engine"
@@ -14,9 +14,8 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="hyperestraier mysql ruby ${USE_RUBY//ruby/ruby_targets_ruby} subversion"
-REQUIRED_USE="ruby? ( ^^ ( ${USE_RUBY//ruby/ruby_targets_ruby} ) )"
-
 RESTRICT="test"
+REQUIRED_USE="ruby? ( ^^ ( ${USE_RUBY//ruby/ruby_targets_ruby} ) )"
 
 RDEPEND="dev-libs/glib:2
 	hyperestraier? ( app-text/hyperestraier )
@@ -30,8 +29,8 @@ RDEPEND="dev-libs/glib:2
 		done)
 	)
 	subversion? ( dev-vcs/subversion )"
-DEPEND="${RDEPEND}
-	dev-util/glib-utils
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/glib-utils
 	dev-util/gtk-doc-am
 	dev-util/intltool
 	virtual/pkgconfig"
@@ -66,9 +65,9 @@ src_configure() {
 
 	econf \
 		$(use_enable ruby dict-ruby) \
+		$(use_with ruby ruby "$(type -P ${ruby})") \
 		--disable-static \
 		--without-python \
-		$(use_with ruby ruby "$(type -P ${ruby})") \
 		--with-svn-include="${EPREFIX}"/usr/include \
 		--with-svn-lib="${EPREFIX}"/usr/$(get_libdir)
 }


             reply	other threads:[~2021-10-12 13:24 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-12 13:24 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-08 14:22 [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/ Hans de Graaff
2023-04-13  3:03 Sam James
2023-03-30  9:15 Hans de Graaff
2023-03-29  8:49 Hans de Graaff
2022-08-27  8:03 Sam James
2022-04-26  5:41 Sam James
2020-04-30 18:37 Andreas Sturmlechner
2020-04-30 18:37 Andreas Sturmlechner
2020-04-30 18:37 Andreas Sturmlechner
2020-03-09 19:29 Mike Gilbert
2020-03-09 19:29 Mike Gilbert
2020-02-09 16:11 Michał Górny
2019-08-28 11:17 Thomas Deutschmann
2019-08-24 10:30 Thomas Deutschmann
2019-04-09  5:53 Hans de Graaff
2019-02-06 13:50 Akinori Hattori
2019-02-06 13:50 Akinori Hattori
2018-04-27  7:09 Hans de Graaff
2018-04-03 16:40 Mike Gilbert
2018-03-05 14:31 Agostino Sarubbo
2018-03-04  6:51 Thomas Deutschmann
2017-08-12 13:44 Akinori Hattori
2017-08-05 14:47 Akinori Hattori
2017-08-05 14:47 Akinori Hattori
2017-08-05 14:47 Akinori Hattori
2016-11-13 10:32 Hans de Graaff
2016-10-09  7:56 Pacho Ramos

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=1634044747.647d7acd1a1dfcb912e5cc16cd67162301aa540f.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