summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-08-16 23:02:28 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-08-16 23:08:33 +0900
commit877aed3d192bec29251ef0f296390780951ac2f9 (patch)
tree941571ec93c26a49779ff23f82549834bbacb958 /app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
parentmail-client/claws-mail: Call xdg_desktop_database_update (bug #628002). (diff)
downloadgentoo-877aed3d192bec29251ef0f296390780951ac2f9.tar.gz
gentoo-877aed3d192bec29251ef0f296390780951ac2f9.tar.bz2
gentoo-877aed3d192bec29251ef0f296390780951ac2f9.zip
app-i18n/ibus-table-chinese: update to EAPI 6
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild')
-rw-r--r--app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild15
1 files 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 4b476a67878e..ac3a0c164af3 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}"