diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-04-23 14:04:31 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-04-23 14:04:31 +0000 |
commit | da3752ea1d5b2cf8e1d6b4b5721ab6ad8a089b2e (patch) | |
tree | ffea13f2e28e77f846e060dcae7c6cd9482f8669 /app-i18n | |
parent | Initial import. (diff) | |
download | gentoo-2-da3752ea1d5b2cf8e1d6b4b5721ab6ad8a089b2e.tar.gz gentoo-2-da3752ea1d5b2cf8e1d6b4b5721ab6ad8a089b2e.tar.bz2 gentoo-2-da3752ea1d5b2cf8e1d6b4b5721ab6ad8a089b2e.zip |
Version bumped.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-table-extraphrase/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090415.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 346d98248c24..afbab271dd96 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.6 2009/04/12 02:57:06 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v 1.7 2009/04/23 14:04:31 matsuu Exp $ + +*ibus-table-extraphrase-1.1.0.20090415 (23 Apr 2009) + + 23 Apr 2009; MATSUU Takuto <matsuu@gentoo.org> + +ibus-table-extraphrase-1.1.0.20090415.ebuild: + Version bumped. *ibus-table-extraphrase-1.1.0.20090406 (12 Apr 2009) diff --git a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090415.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090415.ebuild new file mode 100644 index 000000000000..aed49a2044a9 --- /dev/null +++ b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090415.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.20090415.ebuild,v 1.1 2009/04/23 14:04:31 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 +} |