diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-05-09 12:27:25 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-05-09 12:27:25 +0000 |
commit | 3876bc613edffee50216302a2088d7279fa240e7 (patch) | |
tree | 3b588455afe1ea9b10e79d683faa48beeec4f568 /app-i18n/fcitx-anthy | |
parent | version bump; remove old (diff) | |
download | gentoo-2-3876bc613edffee50216302a2088d7279fa240e7.tar.gz gentoo-2-3876bc613edffee50216302a2088d7279fa240e7.tar.bz2 gentoo-2-3876bc613edffee50216302a2088d7279fa240e7.zip |
Mark 0.2.1 stable on amd64 (bug #540844). Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'app-i18n/fcitx-anthy')
-rw-r--r-- | app-i18n/fcitx-anthy/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/fcitx-anthy/fcitx-anthy-0.2.0.ebuild | 29 | ||||
-rw-r--r-- | app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild | 4 |
3 files changed, 7 insertions, 32 deletions
diff --git a/app-i18n/fcitx-anthy/ChangeLog b/app-i18n/fcitx-anthy/ChangeLog index d5a8b59d0400..cdf98564ed2c 100644 --- a/app-i18n/fcitx-anthy/ChangeLog +++ b/app-i18n/fcitx-anthy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/fcitx-anthy # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-anthy/ChangeLog,v 1.9 2015/05/01 05:26:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-anthy/ChangeLog,v 1.10 2015/05/09 12:27:25 yngwin Exp $ + + 09 May 2015; Ben de Groot <yngwin@gentoo.org> -fcitx-anthy-0.2.0.ebuild, + fcitx-anthy-0.2.1.ebuild: + Mark 0.2.1 stable on amd64 (bug #540844). Remove old. 01 May 2015; Jeroen Roovers <jer@gentoo.org> fcitx-anthy-0.2.1.ebuild: Stable for PPC64 (bug #540844). diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.0.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.0.ebuild deleted file mode 100644 index d51ee3aac9ab..000000000000 --- a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-anthy/fcitx-anthy-0.2.0.ebuild,v 1.3 2015/04/19 11:49:09 blueness Exp $ - -EAPI=5 -inherit cmake-utils gnome2-utils - -DESCRIPTION="Japanese Anthy module for Fcitx" -HOMEPAGE="http://fcitx-im.org/" -SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND=">=app-i18n/fcitx-4.2.8 - app-i18n/anthy" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/libintl" - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild index 5f33c9a81f69..6fb7beb26dc4 100644 --- a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild +++ b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild,v 1.3 2015/05/01 05:26:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild,v 1.4 2015/05/09 12:27:25 yngwin Exp $ EAPI=5 inherit cmake-utils gnome2-utils @@ -11,7 +11,7 @@ SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 ~x86" +KEYWORDS="amd64 ~ppc ppc64 ~x86" IUSE="" RDEPEND=">=app-i18n/fcitx-4.2.8 |