summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2013-01-28 06:51:34 +0000
committerBen de Groot <yngwin@gentoo.org>2013-01-28 06:51:34 +0000
commitb7cfbf0c36cc14e8ec0eff034661bce23d305647 (patch)
tree10e1b4d3c497d3c4fec9a204c2bffc4dea8fab56 /app-i18n/fcitx-rime
parentdrop old (diff)
downloadgentoo-2-b7cfbf0c36cc14e8ec0eff034661bce23d305647.tar.gz
gentoo-2-b7cfbf0c36cc14e8ec0eff034661bce23d305647.tar.bz2
gentoo-2-b7cfbf0c36cc14e8ec0eff034661bce23d305647.zip
drop old
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-i18n/fcitx-rime')
-rw-r--r--app-i18n/fcitx-rime/ChangeLog5
-rw-r--r--app-i18n/fcitx-rime/fcitx-rime-0.1.1.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/app-i18n/fcitx-rime/ChangeLog b/app-i18n/fcitx-rime/ChangeLog
index d7a405e2ab63..3fee935ece7b 100644
--- a/app-i18n/fcitx-rime/ChangeLog
+++ b/app-i18n/fcitx-rime/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/fcitx-rime
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-rime/ChangeLog,v 1.2 2013/01/16 18:23:39 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-rime/ChangeLog,v 1.3 2013/01/28 06:51:34 yngwin Exp $
+
+ 28 Jan 2013; Ben de Groot <yngwin@gentoo.org> -fcitx-rime-0.1.1.ebuild:
+ drop old
*fcitx-rime-0.1.2 (16 Jan 2013)
diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.1.1.ebuild b/app-i18n/fcitx-rime/fcitx-rime-0.1.1.ebuild
deleted file mode 100644
index ff8ffe7fa05f..000000000000
--- a/app-i18n/fcitx-rime/fcitx-rime-0.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-rime/fcitx-rime-0.1.1.ebuild,v 1.1 2012/09/01 10:52:19 yngwin Exp $
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="Rime Support for Fcitx"
-HOMEPAGE="http://code.google.com/p/rimeime/"
-SRC_URI="https://fcitx.googlecode.com/files/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-i18n/fcitx
- app-i18n/librime
- app-i18n/rime-data
- x11-libs/libnotify"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # dont build data resource here, already provided by app-i18n/rime-data
- sed -i -e 's|add_subdirectory(data)||' CMakeLists.txt || die
- # search correct data path
- sed -i -e 's|/usr/share/rime/brise|/usr/share/rime-data|' \
- cmake/FindBrise.cmake || die
- sed -i -e '/ibus_rime_traits\.shared_data_dir/s/= shared_data_dir/= \
- \"\/usr\/share\/rime-data\"/' src/fcitx-rime.c || die
-}