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/tomoe/
Date: Tue, 12 Oct 2021 13:24:32
Message-Id: 1634044747.647d7acd1a1dfcb912e5cc16cd67162301aa540f.hattya@gentoo
1 commit: 647d7acd1a1dfcb912e5cc16cd67162301aa540f
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 12 13:19:07 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 12 13:19:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647d7acd
7
8 app-i18n/tomoe: update to EAPI 7
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/tomoe/tomoe-0.6.0-r6.ebuild | 15 +++++++--------
14 1 file changed, 7 insertions(+), 8 deletions(-)
15
16 diff --git a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
17 index ad6822db39c..27f3f0c86a8 100644
18 --- a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
19 +++ b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 2006-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="6"
26 -
27 +EAPI="7"
28 USE_RUBY="ruby25 ruby26 ruby27"
29 +
30 inherit autotools ruby-utils
31
32 DESCRIPTION="Japanese handwriting recognition engine"
33 @@ -14,9 +14,8 @@ LICENSE="LGPL-2.1"
34 SLOT="0"
35 KEYWORDS="amd64 x86"
36 IUSE="hyperestraier mysql ruby ${USE_RUBY//ruby/ruby_targets_ruby} subversion"
37 -REQUIRED_USE="ruby? ( ^^ ( ${USE_RUBY//ruby/ruby_targets_ruby} ) )"
38 -
39 RESTRICT="test"
40 +REQUIRED_USE="ruby? ( ^^ ( ${USE_RUBY//ruby/ruby_targets_ruby} ) )"
41
42 RDEPEND="dev-libs/glib:2
43 hyperestraier? ( app-text/hyperestraier )
44 @@ -30,8 +29,8 @@ RDEPEND="dev-libs/glib:2
45 done)
46 )
47 subversion? ( dev-vcs/subversion )"
48 -DEPEND="${RDEPEND}
49 - dev-util/glib-utils
50 +DEPEND="${RDEPEND}"
51 +BDEPEND="dev-util/glib-utils
52 dev-util/gtk-doc-am
53 dev-util/intltool
54 virtual/pkgconfig"
55 @@ -66,9 +65,9 @@ src_configure() {
56
57 econf \
58 $(use_enable ruby dict-ruby) \
59 + $(use_with ruby ruby "$(type -P ${ruby})") \
60 --disable-static \
61 --without-python \
62 - $(use_with ruby ruby "$(type -P ${ruby})") \
63 --with-svn-include="${EPREFIX}"/usr/include \
64 --with-svn-lib="${EPREFIX}"/usr/$(get_libdir)
65 }