diff options
author | 2010-03-07 01:49:50 +0000 | |
---|---|---|
committer | 2010-03-07 01:49:50 +0000 | |
commit | f62ad4fc423a7f7b7a1716a8e06653b8d60703ab (patch) | |
tree | 5d22586eb18fced760c5e5fa8a3b45e1ec0e9e99 /app-i18n/ibus-table-xingma/ibus-table-xingma-1.2.0.20100305.ebuild | |
parent | Version bumped. (diff) | |
download | gentoo-2-f62ad4fc423a7f7b7a1716a8e06653b8d60703ab.tar.gz gentoo-2-f62ad4fc423a7f7b7a1716a8e06653b8d60703ab.tar.bz2 gentoo-2-f62ad4fc423a7f7b7a1716a8e06653b8d60703ab.zip |
Version bumped.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-table-xingma/ibus-table-xingma-1.2.0.20100305.ebuild')
-rw-r--r-- | app-i18n/ibus-table-xingma/ibus-table-xingma-1.2.0.20100305.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-i18n/ibus-table-xingma/ibus-table-xingma-1.2.0.20100305.ebuild b/app-i18n/ibus-table-xingma/ibus-table-xingma-1.2.0.20100305.ebuild new file mode 100644 index 000000000000..8f6222360578 --- /dev/null +++ b/app-i18n/ibus-table-xingma/ibus-table-xingma-1.2.0.20100305.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-xingma/ibus-table-xingma-1.2.0.20100305.ebuild,v 1.1 2010/03/07 01:49:50 matsuu Exp $ + +DESCRIPTION="The xingma tables for IBus-Table" +HOMEPAGE="http://code.google.com/p/ibus/" +SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="extra-phrases" + +RDEPEND=">=app-i18n/ibus-table-1.2 + !app-i18n/ibus-table-stroke5 + !app-i18n/ibus-table-wubi + !app-i18n/ibus-table-xinhua + !app-i18n/ibus-table-zhengma" +DEPEND="${RDEPEND} + extra-phrases? ( >=app-i18n/ibus-table-extraphrase-1.1 ) + dev-util/pkgconfig" + +src_compile() { + econf $(use_enable extra-phrases) || die + emake || die +} + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog NEWS README || die +} |