summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2013-07-24 14:02:21 +0000
committerBen de Groot <yngwin@gentoo.org>2013-07-24 14:02:21 +0000
commit8d001b1599c4fbcd5435c3a095b43ef07cdd9602 (patch)
treedc21b0fa57b89b52ad8f0212e32e60264750285c /app-i18n/fcitx-sunpinyin
parentVersion bump (diff)
downloadgentoo-2-8d001b1599c4fbcd5435c3a095b43ef07cdd9602.tar.gz
gentoo-2-8d001b1599c4fbcd5435c3a095b43ef07cdd9602.tar.bz2
gentoo-2-8d001b1599c4fbcd5435c3a095b43ef07cdd9602.zip
Version bump; drop old
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x2B2474AD43CE296E!)
Diffstat (limited to 'app-i18n/fcitx-sunpinyin')
-rw-r--r--app-i18n/fcitx-sunpinyin/ChangeLog8
-rw-r--r--app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.2.1.ebuild20
-rw-r--r--app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.1.ebuild33
3 files changed, 40 insertions, 21 deletions
diff --git a/app-i18n/fcitx-sunpinyin/ChangeLog b/app-i18n/fcitx-sunpinyin/ChangeLog
index d76102a3a9b0..04c01819dca9 100644
--- a/app-i18n/fcitx-sunpinyin/ChangeLog
+++ b/app-i18n/fcitx-sunpinyin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/fcitx-sunpinyin
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-sunpinyin/ChangeLog,v 1.6 2013/02/03 11:20:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-sunpinyin/ChangeLog,v 1.7 2013/07/24 14:02:21 yngwin Exp $
+
+*fcitx-sunpinyin-0.4.1 (24 Jul 2013)
+
+ 24 Jul 2013; Ben de Groot <yngwin@gentoo.org> +fcitx-sunpinyin-0.4.1.ebuild,
+ -fcitx-sunpinyin-0.2.1.ebuild:
+ Version bump; drop old
03 Feb 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due #333419
diff --git a/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.2.1.ebuild b/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.2.1.ebuild
deleted file mode 100644
index 0070c622d42a..000000000000
--- a/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.2.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.2.1.ebuild,v 1.3 2011/09/12 04:29:24 qiaomuf Exp $
-
-EAPI="2"
-
-inherit cmake-utils
-
-DESCRIPTION="sunpinyin IM for fcitx"
-HOMEPAGE="http://fcitx.googlecode.com"
-SRC_URI="${HOMEPAGE}/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND=">=app-i18n/sunpinyin-2.0.2
- =app-i18n/fcitx-4.0.1"
-RDEPEND="${DEPEND}"
diff --git a/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.1.ebuild b/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.1.ebuild
new file mode 100644
index 000000000000..3a7d5d98cc77
--- /dev/null
+++ b/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.1.ebuild,v 1.1 2013/07/24 14:02:21 yngwin Exp $
+
+EAPI=5
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Sunpinyin 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 ~x86"
+IUSE=""
+
+RDEPEND=">=app-i18n/fcitx-4.2.8
+ >app-i18n/sunpinyin-2.0.3"
+DEPEND="${RDEPEND}
+ virtual/libintl"
+
+src_prepare() {
+ epatch_user
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}