From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-handwrite/
Date: Sat, 12 Aug 2017 16:06:04 +0000 (UTC) [thread overview]
Message-ID: <1502553615.bcad7f0bcea8f20982b023f03db4d76bd712e206.hattya@gentoo> (raw)
commit: bcad7f0bcea8f20982b023f03db4d76bd712e206
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 16:00:15 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 16:00:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcad7f0b
app-i18n/ibus-handwrite: update to EAPI 6
Package-Manager: Portage-2.3.6, Repoman-2.3.1
.../ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild | 35 +++++++++++-----------
app-i18n/ibus-handwrite/metadata.xml | 14 ++++-----
2 files changed, 25 insertions(+), 24 deletions(-)
diff --git a/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild b/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild
index c06ecaed54b..2f77a8b03ab 100644
--- a/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild
+++ b/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1 autotools-utils multilib
+inherit autotools
-DESCRIPTION="hand write recognition/input using ibus IM engine"
+DESCRIPTION="Hand write recognition/input for IBus"
HOMEPAGE="https://code.google.com/p/ibus-handwrite/"
SRC_URI="https://ibus-handwrite.googlecode.com/files/${P}.tar.bz2"
@@ -14,27 +13,29 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="nls +zinnia"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="zinnia? ( app-i18n/zinnia app-i18n/zinnia-tomoe )
- >=app-i18n/ibus-1.3.0
- >=x11-libs/gtk+-2.10:2
+RDEPEND="app-i18n/ibus
+ x11-libs/gtk+:2
x11-libs/gtkglext
- ${PYTHON_DEPS}"
+ nls? ( virtual/libintl )
+ zinnia? (
+ app-i18n/zinnia
+ app-i18n/zinnia-tomoe
+ )"
DEPEND="${RDEPEND}
- virtual/pkgconfig"
+ virtual/pkgconfig
+ nls? ( sys-devel/gettext )"
-DOCS=( AUTHORS ChangeLog NEWS README )
+PATCHES=( "${FILESDIR}"/${PN}-link.patch )
src_prepare() {
- epatch "${FILESDIR}"/${PN}-link.patch #bug #501954
+ default
+ eautoreconf
}
src_configure() {
- local myeconfargs=(
- $(use_enable nls)
- $(use_enable zinnia)
+ econf \
+ $(use_enable nls) \
+ $(use_enable zinnia) \
$(use_with zinnia zinnia-tomoe "${EPREFIX}"/usr/$(get_libdir)/zinnia/model/tomoe)
- )
- autotools-utils_src_configure
}
diff --git a/app-i18n/ibus-handwrite/metadata.xml b/app-i18n/ibus-handwrite/metadata.xml
index 37f9895979f..23f5c6be388 100644
--- a/app-i18n/ibus-handwrite/metadata.xml
+++ b/app-i18n/ibus-handwrite/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
-<use>
- <flag name="zinnia">Build with <pkg>app-i18n/zinnia</pkg> engine.</flag>
-</use>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <use>
+ <flag name="zinnia">Enable support for <pkg>app-i18n/zinnia</pkg></flag>
+ </use>
</pkgmetadata>
next reply other threads:[~2017-08-12 16:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-12 16:06 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-07 7:23 [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-handwrite/ Sam James
2025-03-07 7:23 Sam James
2021-10-14 12:45 Akinori Hattori
2021-10-14 12:45 Akinori Hattori
2020-01-23 12:18 Agostino Sarubbo
2020-01-23 9:43 Agostino Sarubbo
2020-01-19 14:52 Andreas Sturmlechner
2020-01-19 13:46 Andreas Sturmlechner
2017-08-12 16:06 Akinori Hattori
2017-08-12 16:06 Akinori Hattori
2017-04-20 7:59 David Seifert
2016-10-12 18:11 Pacho Ramos
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=1502553615.bcad7f0bcea8f20982b023f03db4d76bd712e206.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