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-qt5/
Date: Wed, 27 Sep 2017 19:57:34
Message-Id: 1506542220.9ad7cbd0d605008a42ec74f8d4069c8d0f6ec54b.floppym@gentoo
1 commit: 9ad7cbd0d605008a42ec74f8d4069c8d0f6ec54b
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Wed Sep 27 08:56:37 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 27 19:57:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad7cbd0
7
8 app-i18n/fcitx-qt5: Use ${Fcitx_major_version}.9999 version scheme for live ebuild.
9
10 app-i18n/fcitx-qt5/fcitx-qt5-1.1.1.ebuild | 4 ++--
11 app-i18n/fcitx-qt5/{fcitx-qt5-9999.ebuild => fcitx-qt5-4.9999.ebuild} | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-1.1.1.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-1.1.1.ebuild
15 index bf637e0b2fd..18564da597d 100644
16 --- a/app-i18n/fcitx-qt5/fcitx-qt5-1.1.1.ebuild
17 +++ b/app-i18n/fcitx-qt5/fcitx-qt5-1.1.1.ebuild
18 @@ -5,7 +5,7 @@ EAPI="6"
19
20 inherit cmake-utils
21
22 -if [[ "${PV}" == "9999" ]]; then
23 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
24 inherit git-r3
25
26 EGIT_REPO_URI="https://github.com/fcitx/fcitx-qt5"
27 @@ -13,7 +13,7 @@ fi
28
29 DESCRIPTION="Fcitx input method module for Qt 5"
30 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-qt5"
31 -if [[ "${PV}" == "9999" ]]; then
32 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
33 SRC_URI=""
34 else
35 SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
36
37 diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-9999.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
38 similarity index 90%
39 rename from app-i18n/fcitx-qt5/fcitx-qt5-9999.ebuild
40 rename to app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
41 index d99be3fd9f4..eaa37a365ba 100644
42 --- a/app-i18n/fcitx-qt5/fcitx-qt5-9999.ebuild
43 +++ b/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
44 @@ -5,7 +5,7 @@ EAPI="6"
45
46 inherit cmake-utils
47
48 -if [[ "${PV}" == "9999" ]]; then
49 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
50 inherit git-r3
51
52 EGIT_REPO_URI="https://github.com/fcitx/fcitx-qt5"
53 @@ -13,7 +13,7 @@ fi
54
55 DESCRIPTION="Fcitx input method module for Qt 5"
56 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-qt5"
57 -if [[ "${PV}" == "9999" ]]; then
58 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
59 SRC_URI=""
60 else
61 SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"