diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-08-16 23:12:48 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-08-16 23:12:48 +0900 |
commit | 5231457dfc1ec7af8b26ae11b676fae014c85210 (patch) | |
tree | 1e9bd5008271716f5fda8f92b8ddea81d47ccdb3 /app-i18n/ibus-table-extraphrase | |
parent | app-i18n/ibus-table-chinese: new upstream release (diff) | |
download | gentoo-5231457dfc1ec7af8b26ae11b676fae014c85210.tar.gz gentoo-5231457dfc1ec7af8b26ae11b676fae014c85210.tar.bz2 gentoo-5231457dfc1ec7af8b26ae11b676fae014c85210.zip |
app-i18n/ibus-table-extraphrase: update to EAPI 6
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/ibus-table-extraphrase')
-rw-r--r-- | app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild | 13 | ||||
-rw-r--r-- | app-i18n/ibus-table-extraphrase/metadata.xml | 16 |
2 files changed, 12 insertions, 17 deletions
diff --git a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild index ab0a85fcf16c..a11bba072ed2 100644 --- a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild +++ b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild @@ -1,9 +1,9 @@ -# 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" -DESCRIPTION="Chinese extra phrases for ibus-table based IME" +DESCRIPTION="Chinese extra phrases for IBus-Table" HOMEPAGE="https://github.com/ibus/ibus/wiki" SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz" @@ -12,11 +12,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=app-i18n/ibus-table-1.1" +RDEPEND="app-i18n/ibus-table" DEPEND="${RDEPEND} virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/app-i18n/ibus-table-extraphrase/metadata.xml b/app-i18n/ibus-table-extraphrase/metadata.xml index c05fa70dc099..13ee2c91ec75 100644 --- a/app-i18n/ibus-table-extraphrase/metadata.xml +++ b/app-i18n/ibus-table-extraphrase/metadata.xml @@ -1,12 +1,12 @@ <?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> - <upstream> - <remote-id type="google-code">ibus</remote-id> - <remote-id type="github">ibus/ibus</remote-id> - </upstream> + <maintainer type="project"> + <email>cjk@gentoo.org</email> + <name>Cjk</name> + </maintainer> + <upstream> + <remote-id type="google-code">ibus</remote-id> + <remote-id type="github">ibus/ibus</remote-id> + </upstream> </pkgmetadata> |