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/libkkc/
Date: Sat, 09 Oct 2021 06:54:23
Message-Id: 1633762453.d9ac0810d01c4b391ce0c5c2f9e46745c87be90b.hattya@gentoo
1 commit: d9ac0810d01c4b391ce0c5c2f9e46745c87be90b
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 06:52:20 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 06:54:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ac0810
7
8 app-i18n/libkkc: new 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/libkkc/Manifest | 2 +-
14 ..._pre20190809104047-r1.ebuild => libkkc-0.3.5_p20210928.ebuild} | 8 ++++----
15 app-i18n/libkkc/libkkc-9999.ebuild | 6 +++---
16 3 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/app-i18n/libkkc/Manifest b/app-i18n/libkkc/Manifest
19 index 46aec7d3c2d..226b9d7a94f 100644
20 --- a/app-i18n/libkkc/Manifest
21 +++ b/app-i18n/libkkc/Manifest
22 @@ -1 +1 @@
23 -DIST libkkc-0.3.6_pre20190809104047.tar.gz 389976 BLAKE2B 03c43384f4f1f0e48a3eec2afb9f90a39e42469439a7dbc06692e020d83b8362f19c41ea8960cd5147edca04dcf67be5e74315f494dd017a6ce018f217b6a5a7 SHA512 87c5294900b29e4b2225c24ee744c619691a5f25edc453c2ece44133695a8d0e1a1a07bb5a00d615cc95057ae5b451c845c7ce476df555e025097c38aff87a69
24 +DIST libkkc-0.3.5_p20210928.tar.gz 390022 BLAKE2B d4b44861f4526f4f9581cd9343fb4d8dd361967cce153ab92fb9a3334502bd583081d4ae3c01879c94aee710d347c23d3372c0deb20d711b9792eb73a28b3beb SHA512 9c46ef09242ecf3d4864fff0e7df7ff362d71c382bb92fe1e784bd20bdf737dc6a528b57342093ab4415926b15f09db44a10b8088d1c9f8b9cebcb428aaee8c6
25
26 diff --git a/app-i18n/libkkc/libkkc-0.3.6_pre20190809104047-r1.ebuild b/app-i18n/libkkc/libkkc-0.3.5_p20210928.ebuild
27 similarity index 89%
28 rename from app-i18n/libkkc/libkkc-0.3.6_pre20190809104047-r1.ebuild
29 rename to app-i18n/libkkc/libkkc-0.3.5_p20210928.ebuild
30 index 0bb5f587903..f54d001b28b 100644
31 --- a/app-i18n/libkkc/libkkc-0.3.6_pre20190809104047-r1.ebuild
32 +++ b/app-i18n/libkkc/libkkc-0.3.5_p20210928.ebuild
33 @@ -2,7 +2,7 @@
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI="7"
37 -PYTHON_COMPAT=( python3_{7..9} )
38 +PYTHON_COMPAT=( python3_{7..10} )
39
40 inherit autotools python-any-r1 vala
41
42 @@ -10,17 +10,17 @@ if [[ "${PV}" == "9999" ]]; then
43 inherit git-r3
44
45 EGIT_REPO_URI="https://github.com/ueno/libkkc"
46 -elif [[ "${PV}" == *_pre* ]]; then
47 +elif [[ "${PV}" == *_p* ]]; then
48 inherit vcs-snapshot
49
50 - EGIT_COMMIT="b2e5a152980ee627c39ca8a49082e6df7694b8fc"
51 + EGIT_COMMIT="cdcaf4dceaf273bfe7b018a4a651a92f786c6ec6"
52 fi
53
54 DESCRIPTION="Japanese Kana Kanji conversion input method library"
55 HOMEPAGE="https://github.com/ueno/libkkc"
56 if [[ "${PV}" == "9999" ]]; then
57 SRC_URI=""
58 -elif [[ "${PV}" == *_pre* ]]; then
59 +elif [[ "${PV}" == *_p* ]]; then
60 SRC_URI="https://github.com/ueno/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
61 else
62 SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz"
63
64 diff --git a/app-i18n/libkkc/libkkc-9999.ebuild b/app-i18n/libkkc/libkkc-9999.ebuild
65 index 183f06d8a6e..bdb032a7718 100644
66 --- a/app-i18n/libkkc/libkkc-9999.ebuild
67 +++ b/app-i18n/libkkc/libkkc-9999.ebuild
68 @@ -2,7 +2,7 @@
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI="7"
72 -PYTHON_COMPAT=( python3_{7..9} )
73 +PYTHON_COMPAT=( python3_{7..10} )
74
75 inherit autotools python-any-r1 vala
76
77 @@ -10,7 +10,7 @@ if [[ "${PV}" == "9999" ]]; then
78 inherit git-r3
79
80 EGIT_REPO_URI="https://github.com/ueno/libkkc"
81 -elif [[ "${PV}" == *_pre* ]]; then
82 +elif [[ "${PV}" == *_p* ]]; then
83 inherit vcs-snapshot
84
85 EGIT_COMMIT=""
86 @@ -20,7 +20,7 @@ DESCRIPTION="Japanese Kana Kanji conversion input method library"
87 HOMEPAGE="https://github.com/ueno/libkkc"
88 if [[ "${PV}" == "9999" ]]; then
89 SRC_URI=""
90 -elif [[ "${PV}" == *_pre* ]]; then
91 +elif [[ "${PV}" == *_p* ]]; then
92 SRC_URI="https://github.com/ueno/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
93 else
94 SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz"