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-m17n/
Date: Wed, 27 Sep 2017 19:57:32
Message-Id: 1506542219.3c865b6fc70711ea764825af0a3cf70b2378507f.floppym@gentoo
1 commit: 3c865b6fc70711ea764825af0a3cf70b2378507f
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Tue Sep 26 23:14:28 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 27 19:56:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c865b6f
7
8 app-i18n/fcitx-m17n: Use ${Fcitx_major_version}.9999 version scheme for live ebuild.
9
10 .../fcitx-m17n/{fcitx-m17n-9999.ebuild => fcitx-m17n-4.9999.ebuild} | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-9999.ebuild b/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild
14 similarity index 88%
15 rename from app-i18n/fcitx-m17n/fcitx-m17n-9999.ebuild
16 rename to app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild
17 index b6fd196b409..813ccc34e11 100644
18 --- a/app-i18n/fcitx-m17n/fcitx-m17n-9999.ebuild
19 +++ b/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild
20 @@ -5,7 +5,7 @@ EAPI="6"
21
22 inherit cmake-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-m17n"
29 @@ -13,7 +13,7 @@ fi
30
31 DESCRIPTION="m17n-provided input methods for Fcitx"
32 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-m17n"
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"