diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-09-04 21:25:26 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-09-04 21:26:38 +0900 |
commit | aa1c56d4fadc71baf8c038c1b0bce24a35750c00 (patch) | |
tree | 31022ea580587b660b8473f116e606872b328f4c /app-i18n/libcangjie | |
parent | app-i18n/libcangjie: drop old (diff) | |
download | gentoo-aa1c56d4fadc71baf8c038c1b0bce24a35750c00.tar.gz gentoo-aa1c56d4fadc71baf8c038c1b0bce24a35750c00.tar.bz2 gentoo-aa1c56d4fadc71baf8c038c1b0bce24a35750c00.zip |
app-i18n/libcangjie: update to EAPI 6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-i18n/libcangjie')
-rw-r--r-- | app-i18n/libcangjie/libcangjie-1.3.ebuild | 16 | ||||
-rw-r--r-- | app-i18n/libcangjie/metadata.xml | 14 |
2 files changed, 15 insertions, 15 deletions
diff --git a/app-i18n/libcangjie/libcangjie-1.3.ebuild b/app-i18n/libcangjie/libcangjie-1.3.ebuild index 72eb18b96607..e7a4e34570b7 100644 --- a/app-i18n/libcangjie/libcangjie-1.3.ebuild +++ b/app-i18n/libcangjie/libcangjie-1.3.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI="6" -DESCRIPTION="The library implementing the Cangjie input method" -HOMEPAGE="http://cangjians.github.io" -SRC_URI="https://github.com/Cangjians/libcangjie/releases/download/v${PV}/libcangjie-${PV}.tar.xz" +DESCRIPTION="Library implementing the Cangjie input method" +HOMEPAGE="http://cangjians.github.io/" +SRC_URI="https://github.com/Cangjians/${PN}/releases/download/v${PV}/${P}.tar.xz" LICENSE="LGPL-3+" SLOT="0" KEYWORDS="amd64 x86" +IUSE="" -DEPEND="dev-db/sqlite:3=" - -RDEPEND="${DEPEND}" +RDEPEND="dev-db/sqlite:3=" +DEPEND="${RDEPEND}" diff --git a/app-i18n/libcangjie/metadata.xml b/app-i18n/libcangjie/metadata.xml index bc30147a7b04..f6b9bba14e92 100644 --- a/app-i18n/libcangjie/metadata.xml +++ b/app-i18n/libcangjie/metadata.xml @@ -1,11 +1,11 @@ <?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="github">Cangjians/libcangjie</remote-id> - </upstream> + <maintainer type="project"> + <email>cjk@gentoo.org</email> + <name>Cjk</name> + </maintainer> + <upstream> + <remote-id type="github">Cangjians/libcangjie</remote-id> + </upstream> </pkgmetadata> |