commit:     aa1c56d4fadc71baf8c038c1b0bce24a35750c00
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  4 12:25:26 2018 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Sep  4 12:26:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1c56d4

app-i18n/libcangjie: update to EAPI 6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/libcangjie/libcangjie-1.3.ebuild | 16 ++++++++--------
 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 72eb18b9660..e7a4e34570b 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 bc30147a7b0..f6b9bba14e9 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>c...@gentoo.org</email>
-    <name>Cjk</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">Cangjians/libcangjie</remote-id>
-  </upstream>
+       <maintainer type="project">
+               <email>c...@gentoo.org</email>
+               <name>Cjk</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">Cangjians/libcangjie</remote-id>
+       </upstream>
 </pkgmetadata>

Reply via email to