diff options
author | 2018-05-22 04:09:39 +0200 | |
---|---|---|
committer | 2018-05-22 14:23:55 -0400 | |
commit | 4760d19f9f732f6abb00110f5c34d49e32de6195 (patch) | |
tree | ac17dff7d18f3fa55529bde9c861db41374b4885 /app-i18n/fcitx-unikey | |
parent | app-i18n/mozc: Stabilize 2.23.2815.102 on amd64/x86. (diff) | |
download | gentoo-4760d19f9f732f6abb00110f5c34d49e32de6195.tar.gz gentoo-4760d19f9f732f6abb00110f5c34d49e32de6195.tar.bz2 gentoo-4760d19f9f732f6abb00110f5c34d49e32de6195.zip |
app-i18n/*fcitx*: Delete old versions.
Diffstat (limited to 'app-i18n/fcitx-unikey')
-rw-r--r-- | app-i18n/fcitx-unikey/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/fcitx-unikey/fcitx-unikey-0.2.6.ebuild | 54 |
2 files changed, 0 insertions, 55 deletions
diff --git a/app-i18n/fcitx-unikey/Manifest b/app-i18n/fcitx-unikey/Manifest index e6734d31cbc6..7869c92d0088 100644 --- a/app-i18n/fcitx-unikey/Manifest +++ b/app-i18n/fcitx-unikey/Manifest @@ -1,2 +1 @@ -DIST fcitx-unikey-0.2.6.tar.xz 75124 BLAKE2B f3adedefca336deb73e9a8ddfc5829e6b9455d97ec9f6454c484847e57dc2af9db32f8bd6eb7285f0a4f430ba8fb048105b60e42348271220ac90129c6d8491c SHA512 18efb387387c29bb059e1260bfb3c91e97f9989aedbe590596f1ad8659e9fad20777f048f20fb24e0fb5e2318eee1c25fc20a2d57ac846368c4c9bebf4eb2b90 DIST fcitx-unikey-0.2.7.tar.xz 75204 BLAKE2B a0d70747a560b2493a3b7f7e06ff35f7e465bb4c4c8d22cb4db02f70a6298c49780fd0045874faeba1f20ad188a01a81fefc67a4f6ac9d6946d959f731a376a4 SHA512 1bb78e4f27f0cda1e3aa5a633be45e0a26d121d5b472b1325b0c028ff65ca156d23e7ffee0367badeac1dd21ba1743ee8a2c9c27c629ae0996e84e0062b67ad2 diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.6.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.6.ebuild deleted file mode 100644 index b35d3941e9c1..000000000000 --- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.6.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit cmake-utils gnome2-utils - -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/fcitx/fcitx-unikey" -fi - -DESCRIPTION="Vietnamese Unikey input methods for Fcitx" -HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-unikey" -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - SRC_URI="" -else - SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" -fi - -LICENSE="GPL-2+ GPL-3+ LGPL-2+" -SLOT="4" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="+macro-editor" - -RDEPEND=">=app-i18n/fcitx-4.2.9:4 - virtual/libintl - macro-editor? ( - >=app-i18n/fcitx-4.2.9:4[qt4] - dev-qt/qtcore:4 - dev-qt/qtgui:4 - )" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" - -DOCS=() - -src_configure() { - local mycmakeargs=( - -DENABLE_QT=$(usex macro-editor) - ) - - cmake-utils_src_configure -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |