Skip to content

Commit

Permalink
app-i18n/*fcitx*, app-i18n/mozc: Update URIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Jul 4, 2020
1 parent a5eb834 commit 530d556
Show file tree
Hide file tree
Showing 47 changed files with 110 additions and 110 deletions.
6 changes: 3 additions & 3 deletions app-i18n/fcitx-anthy/fcitx-anthy-0.2.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2013-2019 Gentoo Authors
# Copyright 2013-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-anthy.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-anthy"
fi

DESCRIPTION="Japanese Anthy input methods for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-anthy"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-anthy"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
Expand Down
6 changes: 3 additions & 3 deletions app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2013-2019 Gentoo Authors
# Copyright 2013-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-anthy.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-anthy"
fi

DESCRIPTION="Japanese Anthy input methods for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-anthy"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-anthy"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
Expand Down
2 changes: 1 addition & 1 deletion app-i18n/fcitx-anthy/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<name>Cjk</name>
</maintainer>
<upstream>
<remote-id type="gitlab">fcitx/fcitx-anthy</remote-id>
<remote-id type="github">fcitx/fcitx-anthy</remote-id>
</upstream>
</pkgmetadata>
6 changes: 3 additions & 3 deletions app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2013-2019 Gentoo Authors
# Copyright 2013-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-chewing.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-chewing"
fi

DESCRIPTION="Chinese Chewing input method for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-chewing"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-chewing"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
Expand Down
6 changes: 3 additions & 3 deletions app-i18n/fcitx-chewing/fcitx-chewing-4.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2013-2019 Gentoo Authors
# Copyright 2013-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-chewing.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-chewing"
fi

DESCRIPTION="Chinese Chewing input method for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-chewing"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-chewing"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
Expand Down
2 changes: 1 addition & 1 deletion app-i18n/fcitx-chewing/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<name>Cjk</name>
</maintainer>
<upstream>
<remote-id type="gitlab">fcitx/fcitx-chewing</remote-id>
<remote-id type="github">fcitx/fcitx-chewing</remote-id>
</upstream>
</pkgmetadata>
6 changes: 3 additions & 3 deletions app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2012-2019 Gentoo Authors
# Copyright 2012-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-cloudpinyin.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-cloudpinyin"
fi

DESCRIPTION="Internet look-up support for Chinese Pinyin input methods for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-cloudpinyin"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-cloudpinyin"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
Expand Down
6 changes: 3 additions & 3 deletions app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-4.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2012-2019 Gentoo Authors
# Copyright 2012-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-cloudpinyin.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-cloudpinyin"
fi

DESCRIPTION="Internet look-up support for Chinese Pinyin input methods for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-cloudpinyin"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-cloudpinyin"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
Expand Down
2 changes: 1 addition & 1 deletion app-i18n/fcitx-cloudpinyin/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<name>Cjk</name>
</maintainer>
<upstream>
<remote-id type="gitlab">fcitx/fcitx-cloudpinyin</remote-id>
<remote-id type="github">fcitx/fcitx-cloudpinyin</remote-id>
</upstream>
</pkgmetadata>
6 changes: 3 additions & 3 deletions app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2019 Gentoo Authors
# Copyright 2010-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-configtool.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-configtool"
fi

DESCRIPTION="GTK+ GUI configuration tool for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-configtool"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-configtool"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
Expand Down
6 changes: 3 additions & 3 deletions app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2019 Gentoo Authors
# Copyright 2010-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-configtool.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-configtool"
fi

DESCRIPTION="GTK+ GUI configuration tool for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-configtool"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-configtool"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
Expand Down
2 changes: 1 addition & 1 deletion app-i18n/fcitx-configtool/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<name>Cjk</name>
</maintainer>
<upstream>
<remote-id type="gitlab">fcitx/fcitx-configtool</remote-id>
<remote-id type="github">fcitx/fcitx-configtool</remote-id>
</upstream>
</pkgmetadata>
6 changes: 3 additions & 3 deletions app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2013-2019 Gentoo Authors
# Copyright 2013-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-hangul.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-hangul"
fi

DESCRIPTION="Korean Hangul input method for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-hangul"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-hangul"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
Expand Down
6 changes: 3 additions & 3 deletions app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2013-2019 Gentoo Authors
# Copyright 2013-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-hangul.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-hangul"
fi

DESCRIPTION="Korean Hangul input method for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-hangul"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-hangul"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
Expand Down
2 changes: 1 addition & 1 deletion app-i18n/fcitx-hangul/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<name>Cjk</name>
</maintainer>
<upstream>
<remote-id type="gitlab">fcitx/fcitx-hangul</remote-id>
<remote-id type="github">fcitx/fcitx-hangul</remote-id>
</upstream>
</pkgmetadata>
6 changes: 3 additions & 3 deletions app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 2012-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils gnome2-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-libpinyin.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-libpinyin"
fi

DESCRIPTION="Chinese LibPinyin input methods for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-libpinyin"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-libpinyin"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI="https://download.fcitx-im.org/data/model.text.20161206.tar.gz -> fcitx-data-model.text.20161206.tar.gz"
else
Expand Down
6 changes: 3 additions & 3 deletions app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 2012-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils gnome2-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-libpinyin.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-libpinyin"
fi

DESCRIPTION="Chinese LibPinyin input methods for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-libpinyin"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-libpinyin"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI="https://download.fcitx-im.org/data/model.text.20161206.tar.gz -> fcitx-data-model.text.20161206.tar.gz"
else
Expand Down
2 changes: 1 addition & 1 deletion app-i18n/fcitx-libpinyin/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<flag name="dictionary-manager">Install dictionary manager</flag>
</use>
<upstream>
<remote-id type="gitlab">fcitx/fcitx-libpinyin</remote-id>
<remote-id type="github">fcitx/fcitx-libpinyin</remote-id>
</upstream>
</pkgmetadata>
6 changes: 3 additions & 3 deletions app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 2016-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-m17n.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-m17n"
fi

DESCRIPTION="m17n-provided input methods for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-m17n"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-m17n"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
Expand Down
6 changes: 3 additions & 3 deletions app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 2016-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-m17n.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-m17n"
fi

DESCRIPTION="m17n-provided input methods for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-m17n"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-m17n"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
Expand Down
2 changes: 1 addition & 1 deletion app-i18n/fcitx-m17n/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<name>Cjk</name>
</maintainer>
<upstream>
<remote-id type="gitlab">fcitx/fcitx-m17n</remote-id>
<remote-id type="github">fcitx/fcitx-m17n</remote-id>
</upstream>
</pkgmetadata>
6 changes: 3 additions & 3 deletions app-i18n/fcitx-qt5/fcitx-qt5-1.2.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2014-2019 Gentoo Authors
# Copyright 2014-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-qt5.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-qt5"
fi

DESCRIPTION="Fcitx input method module for Qt 5"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-qt5"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-qt5"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
Expand Down
6 changes: 3 additions & 3 deletions app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2014-2019 Gentoo Authors
# Copyright 2014-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand All @@ -8,11 +8,11 @@ inherit cmake-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-qt5.git"
EGIT_REPO_URI="https://github.com/fcitx/fcitx-qt5"
fi

DESCRIPTION="Fcitx input method module for Qt 5"
HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-qt5"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-qt5"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
Expand Down
2 changes: 1 addition & 1 deletion app-i18n/fcitx-qt5/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<name>Cjk</name>
</maintainer>
<upstream>
<remote-id type="gitlab">fcitx/fcitx-qt5</remote-id>
<remote-id type="github">fcitx/fcitx-qt5</remote-id>
</upstream>
</pkgmetadata>
Loading

0 comments on commit 530d556

Please sign in to comment.