Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-unikey/
Date: Wed, 27 Sep 2017 19:57:37
Message-Id: 1506542221.48ab295ea279a2a3dfab31d9a006349c4318c80c.floppym@gentoo
1 commit: 48ab295ea279a2a3dfab31d9a006349c4318c80c
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Wed Sep 27 10:18:32 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 27 19:57:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ab295e
7
8 app-i18n/fcitx-unikey: Use ${Fcitx_major_version}.9999 version scheme for live ebuild.
9
10 .../{fcitx-unikey-9999.ebuild => fcitx-unikey-4.9999.ebuild} | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-9999.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild
14 similarity index 92%
15 rename from app-i18n/fcitx-unikey/fcitx-unikey-9999.ebuild
16 rename to app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild
17 index 8f1c274d0bd..3b93c20b6ea 100644
18 --- a/app-i18n/fcitx-unikey/fcitx-unikey-9999.ebuild
19 +++ b/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild
20 @@ -5,7 +5,7 @@ EAPI="6"
21
22 inherit cmake-utils gnome2-utils
23
24 -if [[ "${PV}" == "9999" ]]; then
25 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
26 inherit git-r3
27
28 EGIT_REPO_URI="https://github.com/fcitx/fcitx-unikey"
29 @@ -13,7 +13,7 @@ fi
30
31 DESCRIPTION="Vietnamese Unikey input methods for Fcitx"
32 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-unikey"
33 -if [[ "${PV}" == "9999" ]]; then
34 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
35 SRC_URI=""
36 else
37 SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"