Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libcangjie/
Date: Tue, 04 Sep 2018 12:26:57
Message-Id: 1536063998.aa1c56d4fadc71baf8c038c1b0bce24a35750c00.hattya@gentoo
1 commit: aa1c56d4fadc71baf8c038c1b0bce24a35750c00
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 4 12:25:26 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 4 12:26:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1c56d4
7
8 app-i18n/libcangjie: update to EAPI 6
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-i18n/libcangjie/libcangjie-1.3.ebuild | 16 ++++++++--------
13 app-i18n/libcangjie/metadata.xml | 14 +++++++-------
14 2 files changed, 15 insertions(+), 15 deletions(-)
15
16 diff --git a/app-i18n/libcangjie/libcangjie-1.3.ebuild b/app-i18n/libcangjie/libcangjie-1.3.ebuild
17 index 72eb18b9660..e7a4e34570b 100644
18 --- a/app-i18n/libcangjie/libcangjie-1.3.ebuild
19 +++ b/app-i18n/libcangjie/libcangjie-1.3.ebuild
20 @@ -1,16 +1,16 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI="6"
27
28 -DESCRIPTION="The library implementing the Cangjie input method"
29 -HOMEPAGE="http://cangjians.github.io"
30 -SRC_URI="https://github.com/Cangjians/libcangjie/releases/download/v${PV}/libcangjie-${PV}.tar.xz"
31 +DESCRIPTION="Library implementing the Cangjie input method"
32 +HOMEPAGE="http://cangjians.github.io/"
33 +SRC_URI="https://github.com/Cangjians/${PN}/releases/download/v${PV}/${P}.tar.xz"
34
35 LICENSE="LGPL-3+"
36 SLOT="0"
37 KEYWORDS="amd64 x86"
38 +IUSE=""
39
40 -DEPEND="dev-db/sqlite:3="
41 -
42 -RDEPEND="${DEPEND}"
43 +RDEPEND="dev-db/sqlite:3="
44 +DEPEND="${RDEPEND}"
45
46 diff --git a/app-i18n/libcangjie/metadata.xml b/app-i18n/libcangjie/metadata.xml
47 index bc30147a7b0..f6b9bba14e9 100644
48 --- a/app-i18n/libcangjie/metadata.xml
49 +++ b/app-i18n/libcangjie/metadata.xml
50 @@ -1,11 +1,11 @@
51 <?xml version="1.0" encoding="UTF-8"?>
52 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 <pkgmetadata>
54 - <maintainer type="project">
55 - <email>cjk@g.o</email>
56 - <name>Cjk</name>
57 - </maintainer>
58 - <upstream>
59 - <remote-id type="github">Cangjians/libcangjie</remote-id>
60 - </upstream>
61 + <maintainer type="project">
62 + <email>cjk@g.o</email>
63 + <name>Cjk</name>
64 + </maintainer>
65 + <upstream>
66 + <remote-id type="github">Cangjians/libcangjie</remote-id>
67 + </upstream>
68 </pkgmetadata>