commit: d9ac0810d01c4b391ce0c5c2f9e46745c87be90b Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Sat Oct 9 06:52:20 2021 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Sat Oct 9 06:54:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ac0810
app-i18n/libkkc: new snapshot Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-i18n/libkkc/Manifest | 2 +- ..._pre20190809104047-r1.ebuild => libkkc-0.3.5_p20210928.ebuild} | 8 ++++---- app-i18n/libkkc/libkkc-9999.ebuild | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-i18n/libkkc/Manifest b/app-i18n/libkkc/Manifest index 46aec7d3c2d..226b9d7a94f 100644 --- a/app-i18n/libkkc/Manifest +++ b/app-i18n/libkkc/Manifest @@ -1 +1 @@ -DIST libkkc-0.3.6_pre20190809104047.tar.gz 389976 BLAKE2B 03c43384f4f1f0e48a3eec2afb9f90a39e42469439a7dbc06692e020d83b8362f19c41ea8960cd5147edca04dcf67be5e74315f494dd017a6ce018f217b6a5a7 SHA512 87c5294900b29e4b2225c24ee744c619691a5f25edc453c2ece44133695a8d0e1a1a07bb5a00d615cc95057ae5b451c845c7ce476df555e025097c38aff87a69 +DIST libkkc-0.3.5_p20210928.tar.gz 390022 BLAKE2B d4b44861f4526f4f9581cd9343fb4d8dd361967cce153ab92fb9a3334502bd583081d4ae3c01879c94aee710d347c23d3372c0deb20d711b9792eb73a28b3beb SHA512 9c46ef09242ecf3d4864fff0e7df7ff362d71c382bb92fe1e784bd20bdf737dc6a528b57342093ab4415926b15f09db44a10b8088d1c9f8b9cebcb428aaee8c6 diff --git a/app-i18n/libkkc/libkkc-0.3.6_pre20190809104047-r1.ebuild b/app-i18n/libkkc/libkkc-0.3.5_p20210928.ebuild similarity index 89% rename from app-i18n/libkkc/libkkc-0.3.6_pre20190809104047-r1.ebuild rename to app-i18n/libkkc/libkkc-0.3.5_p20210928.ebuild index 0bb5f587903..f54d001b28b 100644 --- a/app-i18n/libkkc/libkkc-0.3.6_pre20190809104047-r1.ebuild +++ b/app-i18n/libkkc/libkkc-0.3.5_p20210928.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit autotools python-any-r1 vala @@ -10,17 +10,17 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/ueno/libkkc" -elif [[ "${PV}" == *_pre* ]]; then +elif [[ "${PV}" == *_p* ]]; then inherit vcs-snapshot - EGIT_COMMIT="b2e5a152980ee627c39ca8a49082e6df7694b8fc" + EGIT_COMMIT="cdcaf4dceaf273bfe7b018a4a651a92f786c6ec6" fi DESCRIPTION="Japanese Kana Kanji conversion input method library" HOMEPAGE="https://github.com/ueno/libkkc" if [[ "${PV}" == "9999" ]]; then SRC_URI="" -elif [[ "${PV}" == *_pre* ]]; then +elif [[ "${PV}" == *_p* ]]; then SRC_URI="https://github.com/ueno/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" else SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz" diff --git a/app-i18n/libkkc/libkkc-9999.ebuild b/app-i18n/libkkc/libkkc-9999.ebuild index 183f06d8a6e..bdb032a7718 100644 --- a/app-i18n/libkkc/libkkc-9999.ebuild +++ b/app-i18n/libkkc/libkkc-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit autotools python-any-r1 vala @@ -10,7 +10,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/ueno/libkkc" -elif [[ "${PV}" == *_pre* ]]; then +elif [[ "${PV}" == *_p* ]]; then inherit vcs-snapshot EGIT_COMMIT="" @@ -20,7 +20,7 @@ DESCRIPTION="Japanese Kana Kanji conversion input method library" HOMEPAGE="https://github.com/ueno/libkkc" if [[ "${PV}" == "9999" ]]; then SRC_URI="" -elif [[ "${PV}" == *_pre* ]]; then +elif [[ "${PV}" == *_p* ]]; then SRC_URI="https://github.com/ueno/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" else SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz"