blob: af13f4c9b7ee4a3909b93aacf9ff6288bad56d61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2010 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.0.ebuild,v 1.2 2010/12/18 09:01:54 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.0 "
RDEPEND="${DEPEND}"
|