diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-02-25 17:14:28 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-02-25 17:14:28 +0000 |
commit | 60cac50cf4698772434d3a1194531788841487ea (patch) | |
tree | 5293e7146105ea27e9dc71b7a99d892a0e5750d5 /app-i18n/ibus-table-extraphrase | |
parent | Marked ~hppa too. (diff) | |
download | historical-60cac50cf4698772434d3a1194531788841487ea.tar.gz historical-60cac50cf4698772434d3a1194531788841487ea.tar.bz2 historical-60cac50cf4698772434d3a1194531788841487ea.zip |
Version bumped.
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/ibus-table-extraphrase')
-rw-r--r-- | app-i18n/ibus-table-extraphrase/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090219.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/app-i18n/ibus-table-extraphrase/ChangeLog b/app-i18n/ibus-table-extraphrase/ChangeLog index 453197c21c7f..bb38a2e50679 100644 --- a/app-i18n/ibus-table-extraphrase/ChangeLog +++ b/app-i18n/ibus-table-extraphrase/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/ibus-table-extraphrase # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v 1.2 2009/02/05 16:10:19 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v 1.3 2009/02/25 17:13:15 matsuu Exp $ + +*ibus-table-extraphrase-1.1.0.20090219 (25 Feb 2009) + + 25 Feb 2009; MATSUU Takuto <matsuu@gentoo.org> + +ibus-table-extraphrase-1.1.0.20090219.ebuild: + Version bumped. 05 Feb 2009; MATSUU Takuto <matsuu@gentoo.org> ibus-table-extraphrase-0.1.2.20090102.ebuild: diff --git a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090219.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090219.ebuild new file mode 100644 index 000000000000..73c267dd3ab9 --- /dev/null +++ b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090219.ebuild @@ -0,0 +1,22 @@ +# 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-extraphrase/ibus-table-extraphrase-1.1.0.20090219.ebuild,v 1.1 2009/02/25 17:13:15 matsuu Exp $ + +DESCRIPTION="Chinese extra phrases for ibus-table based IME" +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="" + +DEPEND=">=app-i18n/ibus-table-1.1 + dev-util/pkgconfig" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog NEWS README +} |