diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-05-18 23:25:04 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-05-18 23:27:48 +0900 |
commit | a797e52a0e9636ff6a0392fc734c8eb0bc57a55e (patch) | |
tree | e2562050d9547d66bdf0f544c34798c14d02fc93 /app-i18n | |
parent | www-client/opera-developer: Old (diff) | |
download | gentoo-a797e52a0e9636ff6a0392fc734c8eb0bc57a55e.tar.gz gentoo-a797e52a0e9636ff6a0392fc734c8eb0bc57a55e.tar.bz2 gentoo-a797e52a0e9636ff6a0392fc734c8eb0bc57a55e.zip |
app-i18n/ibus-m17n: update to EAPI 7
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild | 14 | ||||
-rw-r--r-- | app-i18n/ibus-m17n/metadata.xml | 34 |
2 files changed, 23 insertions, 25 deletions
diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild index c17acb485e0b..e4d15371acb1 100644 --- a/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild +++ b/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild @@ -1,30 +1,28 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" DESCRIPTION="M17N engine for IBus" HOMEPAGE="https://github.com/ibus/ibus/wiki" SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" IUSE="gtk gtk2 nls" REQUIRED_USE="gtk2? ( gtk )" -CDEPEND="app-i18n/ibus +DEPEND="app-i18n/ibus dev-libs/m17n-lib gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 ) ) nls? ( virtual/libintl )" -RDEPEND="${CDEPEND} +RDEPEND="${DEPEND} >=dev-db/m17n-db-1.7" -DEPEND="${CDEPEND} - dev-util/intltool - sys-devel/gettext +BDEPEND="sys-devel/gettext virtual/pkgconfig" src_configure() { diff --git a/app-i18n/ibus-m17n/metadata.xml b/app-i18n/ibus-m17n/metadata.xml index 905cdaedd1a9..481dbcd8c9d1 100644 --- a/app-i18n/ibus-m17n/metadata.xml +++ b/app-i18n/ibus-m17n/metadata.xml @@ -1,21 +1,21 @@ <?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> - <longdescription lang="en"> - The M17N engine for IBus. It allows input of many languages using the input - table maps from <pkg>dev-libs/m17n-lib</pkg>. - </longdescription> - <use> - <flag name="gtk2"> - Build with <pkg>x11-libs/gtk+</pkg>:2 instead of <pkg>x11-libs/gtk+</pkg>:3 - </flag> - </use> - <upstream> - <remote-id type="cpe">cpe:/a:ibus_project:ibus-m17n</remote-id> - <remote-id type="github">ibus/ibus-m17n</remote-id> - </upstream> + <maintainer type="project"> + <email>cjk@gentoo.org</email> + <name>Cjk</name> + </maintainer> + <longdescription lang="en"> + The M17N engine for IBus. It allows input of many languages using the input + table maps from <pkg>dev-libs/m17n-lib</pkg>. + </longdescription> + <use> + <flag name="gtk2"> + Build with <pkg>x11-libs/gtk+</pkg>:2 instead of <pkg>x11-libs/gtk+</pkg>:3 + </flag> + </use> + <upstream> + <remote-id type="cpe">cpe:/a:ibus_project:ibus-m17n</remote-id> + <remote-id type="github">ibus/ibus-m17n</remote-id> + </upstream> </pkgmetadata> |