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/ibus-kkc/
Date: Thu, 14 Oct 2021 12:37:27
Message-Id: 1634215034.f7021e38b329383d7fb6da4daedb1d268fc815d9.hattya@gentoo
1 commit: f7021e38b329383d7fb6da4daedb1d268fc815d9
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 12:26:07 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 12:37:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7021e38
7
8 app-i18n/ibus-kkc: inherit vcs-snapshot
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild b/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
17 index c78b6733a7e..a7cb005d4f3 100644
18 --- a/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
19 +++ b/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
20 @@ -3,14 +3,13 @@
21
22 EAPI="7"
23
24 -inherit autotools vala
25 +inherit autotools vala vcs-snapshot
26
27 EGIT_COMMIT="f7516ae20cb648cd8b0904aec5853d3a3d2611c4"
28
29 DESCRIPTION="Japanese Kana Kanji conversion engine for IBus"
30 HOMEPAGE="https://github.com/ueno/ibus-kkc"
31 SRC_URI="https://github.com/ueno/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
32 -S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
33
34 LICENSE="GPL-2+"
35 SLOT="0"
36 @@ -29,8 +28,8 @@ BDEPEND="$(vala_depend)
37 nls? ( sys-devel/gettext )"
38
39 src_prepare() {
40 - default
41 vala_src_prepare
42 + default
43 eautoreconf
44 }