diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-07-07 00:21:36 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-07-06 22:02:58 -0400 |
commit | a794a92c2f98a230f0628daa07c7ff9b4957f40d (patch) | |
tree | 34cfc17d31f994571c689ecdf97153ae2066c9f9 /app-i18n/fcitx-qt5 | |
parent | app-i18n/fcitx-qt5: Version bump (1.2.3). (diff) | |
download | gentoo-a794a92c2f98a230f0628daa07c7ff9b4957f40d.tar.gz gentoo-a794a92c2f98a230f0628daa07c7ff9b4957f40d.tar.bz2 gentoo-a794a92c2f98a230f0628daa07c7ff9b4957f40d.zip |
app-i18n/*fcitx*: Delete old versions.
Diffstat (limited to 'app-i18n/fcitx-qt5')
-rw-r--r-- | app-i18n/fcitx-qt5/Manifest | 2 | ||||
-rw-r--r-- | app-i18n/fcitx-qt5/fcitx-qt5-1.2.1.ebuild | 40 | ||||
-rw-r--r-- | app-i18n/fcitx-qt5/fcitx-qt5-1.2.2.ebuild | 48 |
3 files changed, 0 insertions, 90 deletions
diff --git a/app-i18n/fcitx-qt5/Manifest b/app-i18n/fcitx-qt5/Manifest index 05eec52503ff..5959966f61d1 100644 --- a/app-i18n/fcitx-qt5/Manifest +++ b/app-i18n/fcitx-qt5/Manifest @@ -1,3 +1 @@ -DIST fcitx-qt5-1.2.1.tar.xz 134304 BLAKE2B c158b20bdcb287e9cb52aa74d6a7f66f113a759538b6748b1d38dcbb2213956e88dec54ed29307427d45d84861654bf5e70c9effba70d88738bf0a1a664cc3cd SHA512 0fd726974492e173084e29d3308aa1d97141a1e4034b7192cf505391540533eff473849929e931e4a84589d233fefac70cbd9c122cf6d0d0de412150cad1b1d3 -DIST fcitx-qt5-1.2.2.tar.xz 134216 BLAKE2B 9922dafaa42937737f5ef0018f519e83ed3c3105bef5a30505b323239c999ac8c921435b2bb72b35a73ebf1a9b7787ecd4ad405d8b6311e806e3bcbcbd79ff5e SHA512 902180ff8336c688d5d548a1628dc481f1ce0ea6cc79719ab53337ebfbb745232bfc58cf6e739a60c562d30c3d996eb5e07bd8ef932eade72a79fb35e096e1c3 DIST fcitx-qt5-1.2.3.tar.xz 134124 BLAKE2B 0c17f9c3b9d9878fe228881c7287375d3b73a8c27f806590747e56b8644a86300e243d62efcb6589d197edd352e2a79d49be704718ff53381e2fb5e2a5a2b1af SHA512 e3e9a76419caca4eeebf3c149a72ee939a25f463d03dd8461caf44cace310278b08e83d460112f240cd54ed05dba3c5e9732198f0c3d0b9d81c3a444c33ab8d3 diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.1.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.1.ebuild deleted file mode 100644 index c353b639401c..000000000000 --- a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit cmake-utils - -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/fcitx/fcitx-qt5" -fi - -DESCRIPTION="Fcitx input method module for Qt 5" -HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-qt5" -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - SRC_URI="" -else - SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" -fi - -LICENSE="BSD GPL-2+ GPL-3+ LGPL-2+" -SLOT="4" -KEYWORDS="amd64 ~hppa ppc ppc64 x86" -IUSE="" - -# Private headers of dev-qt/qtgui:5 used. -RDEPEND=">=app-i18n/fcitx-4.2.9:4 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5= - dev-qt/qtwidgets:5 - virtual/libintl - x11-libs/libxkbcommon" -DEPEND="${RDEPEND} - dev-qt/qtconcurrent:5 - kde-frameworks/extra-cmake-modules:5 - virtual/pkgconfig" - -DOCS=() diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.2.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.2.ebuild deleted file mode 100644 index 695728918894..000000000000 --- a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit cmake-utils - -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - inherit git-r3 - - EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-qt5.git" -fi - -DESCRIPTION="Fcitx input method module for Qt 5" -HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-qt5" -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - SRC_URI="" -else - SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" -fi - -LICENSE="BSD GPL-2+ GPL-3+ LGPL-2+" -SLOT="4" -KEYWORDS="amd64 ~hppa ppc ppc64 x86" -IUSE="" - -# Private headers of dev-qt/qtgui:5 used. -RDEPEND=">=app-i18n/fcitx-4.2.9:4 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5= - dev-qt/qtwidgets:5 - virtual/libintl - x11-libs/libxkbcommon" -DEPEND="${RDEPEND} - dev-qt/qtconcurrent:5 - kde-frameworks/extra-cmake-modules:5 - virtual/pkgconfig" - -DOCS=() - -src_prepare() { - # https://gitlab.com/fcitx/fcitx-qt5/issues/34 - # https://gitlab.com/fcitx/fcitx-qt5/commit/af033e3d5305108eecc568adff7f8b2da5831ed6 - sed -e "/^#include \"batchdialog.h\"$/i\\#include <QIcon>" -i quickphrase-editor/batchdialog.cpp || die - - cmake-utils_src_prepare -} |