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-configtool/
Date: Wed, 27 Sep 2017 19:57:30
Message-Id: 1506542218.c7784acea9b02e03532a6d650fcb4ec9cda67135.floppym@gentoo
1 commit: c7784acea9b02e03532a6d650fcb4ec9cda67135
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Tue Sep 26 20:53:08 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 27 19:56:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7784ace
7
8 app-i18n/fcitx-configtool: Use ${Fcitx_major_version}.9999 version scheme for live ebuild.
9
10 app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild | 4 ++--
11 .../{fcitx-configtool-9999.ebuild => fcitx-configtool-4.9999.ebuild} | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
15 index 28b6f212a5c..0b23abbbe06 100644
16 --- a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
17 +++ b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.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-configtool"
27 @@ -13,7 +13,7 @@ fi
28
29 DESCRIPTION="GTK+ GUI configuration tool for Fcitx"
30 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-configtool"
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-configtool/fcitx-configtool-9999.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild
38 similarity index 90%
39 rename from app-i18n/fcitx-configtool/fcitx-configtool-9999.ebuild
40 rename to app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild
41 index a3a49216157..aa0e86bd570 100644
42 --- a/app-i18n/fcitx-configtool/fcitx-configtool-9999.ebuild
43 +++ b/app-i18n/fcitx-configtool/fcitx-configtool-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-configtool"
53 @@ -13,7 +13,7 @@ fi
54
55 DESCRIPTION="GTK+ GUI configuration tool for Fcitx"
56 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-configtool"
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"