Skip to content

Commit

Permalink
app-i18n/ibus-table-extraphrase: update to EAPI 6
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
hattya committed Aug 16, 2017
1 parent 94368b7 commit 5231457
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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
}
16 changes: 8 additions & 8 deletions app-i18n/ibus-table-extraphrase/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</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>[email protected]</email>
<name>Cjk</name>
</maintainer>
<upstream>
<remote-id type="google-code">ibus</remote-id>
<remote-id type="github">ibus/ibus</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 5231457

Please sign in to comment.