summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2015-05-09 13:43:32 +0000
committerBen de Groot <yngwin@gentoo.org>2015-05-09 13:43:32 +0000
commitd3dc97f5a8429aacd0d5923c58f1b8b1b8128347 (patch)
tree6ea5148cd62c3347eb17f4324b54875ba2b64796 /app-i18n
parentReassign to maintainer-needed. (diff)
downloadgentoo-2-d3dc97f5a8429aacd0d5923c58f1b8b1b8128347.tar.gz
gentoo-2-d3dc97f5a8429aacd0d5923c58f1b8b1b8128347.tar.bz2
gentoo-2-d3dc97f5a8429aacd0d5923c58f1b8b1b8128347.zip
Mark 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')
-rw-r--r--app-i18n/fcitx-unikey/ChangeLog6
-rw-r--r--app-i18n/fcitx-unikey/fcitx-unikey-0.2.2.ebuild34
-rw-r--r--app-i18n/fcitx-unikey/fcitx-unikey-0.2.3.ebuild34
-rw-r--r--app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.ebuild4
4 files changed, 7 insertions, 71 deletions
diff --git a/app-i18n/fcitx-unikey/ChangeLog b/app-i18n/fcitx-unikey/ChangeLog
index b091997bcffe..69585842b435 100644
--- a/app-i18n/fcitx-unikey/ChangeLog
+++ b/app-i18n/fcitx-unikey/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/fcitx-unikey
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/ChangeLog,v 1.10 2015/05/01 05:56:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/ChangeLog,v 1.11 2015/05/09 13:43:32 yngwin Exp $
+
+ 09 May 2015; Ben de Groot <yngwin@gentoo.org> -fcitx-unikey-0.2.2.ebuild,
+ -fcitx-unikey-0.2.3.ebuild, fcitx-unikey-0.2.4.ebuild:
+ Mark stable on amd64 (bug #540844). Remove old.
01 May 2015; Jeroen Roovers <jer@gentoo.org> fcitx-unikey-0.2.4.ebuild:
Stable for PPC64 (bug #540844).
diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.2.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.2.ebuild
deleted file mode 100644
index 501fb53715d2..000000000000
--- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.2.ebuild
+++ /dev/null
@@ -1,34 +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-unikey/fcitx-unikey-0.2.2.ebuild,v 1.3 2015/04/19 12:05:06 blueness Exp $
-
-EAPI=5
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Vietnamese Unikey module for Fcitx"
-HOMEPAGE="http://fcitx-im.org/"
-SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
-IUSE="+qt4"
-
-RDEPEND=">=app-i18n/fcitx-4.2.8[qt4?]"
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_enable qt4 QT)
- )
- cmake-utils_src_configure
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.3.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.3.ebuild
deleted file mode 100644
index 2c030e8dd38a..000000000000
--- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.3.ebuild
+++ /dev/null
@@ -1,34 +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-unikey/fcitx-unikey-0.2.3.ebuild,v 1.2 2015/04/19 12:05:06 blueness Exp $
-
-EAPI=5
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Vietnamese Unikey module for Fcitx"
-HOMEPAGE="http://fcitx-im.org/"
-SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="+qt4"
-
-RDEPEND=">=app-i18n/fcitx-4.2.8[qt4?]"
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_enable qt4 QT)
- )
- cmake-utils_src_configure
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.ebuild
index 78a6176cbd9b..7df2f95b1de5 100644
--- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.ebuild
+++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.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-unikey/fcitx-unikey-0.2.4.ebuild,v 1.3 2015/05/01 05:56:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.ebuild,v 1.4 2015/05/09 13:43:32 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-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
IUSE="+qt4"
RDEPEND=">=app-i18n/fcitx-4.2.8[qt4?]"