diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-06-02 16:22:47 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-06-02 16:22:47 +0000 |
commit | 78d5e9b66dc12b0457fbff515cdb3d8be1a4829c (patch) | |
tree | b518ee8794263f87967fecc5e291026eef00901b /app-i18n | |
parent | Remove release candidates. (diff) | |
download | gentoo-2-78d5e9b66dc12b0457fbff515cdb3d8be1a4829c.tar.gz gentoo-2-78d5e9b66dc12b0457fbff515cdb3d8be1a4829c.tar.bz2 gentoo-2-78d5e9b66dc12b0457fbff515cdb3d8be1a4829c.zip |
Initial import.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-table-zhuyin/ChangeLog | 10 | ||||
-rw-r--r-- | app-i18n/ibus-table-zhuyin/ibus-table-zhuyin-1.1.0.20090602.ebuild | 31 | ||||
-rw-r--r-- | app-i18n/ibus-table-zhuyin/metadata.xml | 5 |
3 files changed, 46 insertions, 0 deletions
diff --git a/app-i18n/ibus-table-zhuyin/ChangeLog b/app-i18n/ibus-table-zhuyin/ChangeLog new file mode 100644 index 000000000000..8f0829945fa7 --- /dev/null +++ b/app-i18n/ibus-table-zhuyin/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-i18n/ibus-table-zhuyin +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-zhuyin/ChangeLog,v 1.1 2009/06/02 16:22:47 matsuu Exp $ + +*ibus-table-zhuyin-1.1.0.20090602 (02 Jun 2009) + + 02 Jun 2009; MATSUU Takuto <matsuu@gentoo.org> + +ibus-table-zhuyin-1.1.0.20090602.ebuild, +metadata.xml: + Initial import. + diff --git a/app-i18n/ibus-table-zhuyin/ibus-table-zhuyin-1.1.0.20090602.ebuild b/app-i18n/ibus-table-zhuyin/ibus-table-zhuyin-1.1.0.20090602.ebuild new file mode 100644 index 000000000000..f3c745b4361d --- /dev/null +++ b/app-i18n/ibus-table-zhuyin/ibus-table-zhuyin-1.1.0.20090602.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-zhuyin/ibus-table-zhuyin-1.1.0.20090602.ebuild,v 1.1 2009/06/02 16:22:47 matsuu Exp $ + +DESCRIPTION="The ZhuYin table on IBus Tables" +HOMEPAGE="http://code.google.com/p/ibus/" +SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-i18n/ibus-table-1.1 + >=dev-lang/python-2.5" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog NEWS README +} + +pkg_postinst() { + ewarn "This package is very experimental, please report your bugs to" + ewarn "http://ibus.googlecode.com/issues/list" + elog + elog "You should run ibus-setup and enable IM Engines you want to use!" + elog +} diff --git a/app-i18n/ibus-table-zhuyin/metadata.xml b/app-i18n/ibus-table-zhuyin/metadata.xml new file mode 100644 index 000000000000..2d5852c16c60 --- /dev/null +++ b/app-i18n/ibus-table-zhuyin/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cjk</herd> +</pkgmetadata> |