commit: 877aed3d192bec29251ef0f296390780951ac2f9 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Wed Aug 16 14:02:28 2017 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Wed Aug 16 14:08:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877aed3d
app-i18n/ibus-table-chinese: update to EAPI 6 Package-Manager: Portage-2.3.6, Repoman-2.3.1 .../ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild index 4b476a67878..ac3a0c164af 100644 --- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild +++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild @@ -1,12 +1,15 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI="6" +CMAKE_IN_SOURCE_BUILD="1" + inherit cmake-utils -DESCRIPTION="Chinese input tables for ibus-table" -HOMEPAGE="https://github.com/definite/ibus-table-chinese" MY_P="${P}-Source" + +DESCRIPTION="Chinese tables for IBus-Table" +HOMEPAGE="https://github.com/definite/ibus-table-chinese" SRC_URI="https://ibus.googlecode.com/files/${MY_P}.tar.gz" LICENSE="GPL-3" @@ -14,9 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=app-i18n/ibus-table-1.2.0" +RDEPEND="app-i18n/ibus-table" DEPEND="${RDEPEND} dev-util/cmake-fedora" - -CMAKE_IN_SOURCE_BUILD=1 S="${WORKDIR}/${MY_P}"
