diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-03-13 01:01:28 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-03-13 01:01:28 +0000 |
commit | 16543b7e6880042af679395021d406c10b2ac876 (patch) | |
tree | a628ab0484537e9c2a6f60796fde56ecd691137d /app-i18n | |
parent | Version bumped. Changed LICENSE. (diff) | |
download | historical-16543b7e6880042af679395021d406c10b2ac876.tar.gz historical-16543b7e6880042af679395021d406c10b2ac876.tar.bz2 historical-16543b7e6880042af679395021d406c10b2ac876.zip |
Version bumped.
Package-Manager: portage-2.1.8.2/cvs/Linux x86_64
Diffstat (limited to 'app-i18n')
4 files changed, 59 insertions, 2 deletions
diff --git a/app-i18n/ibus-table-latin/ChangeLog b/app-i18n/ibus-table-latin/ChangeLog index 2b67bddd17df..3502d40bb5ad 100644 --- a/app-i18n/ibus-table-latin/ChangeLog +++ b/app-i18n/ibus-table-latin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/ibus-table-latin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-latin/ChangeLog,v 1.1 2010/01/13 13:31:52 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-latin/ChangeLog,v 1.2 2010/03/13 00:58:56 matsuu Exp $ + +*ibus-table-latin-1.2.0.20100305 (13 Mar 2010) + + 13 Mar 2010; MATSUU Takuto <matsuu@gentoo.org> + +ibus-table-latin-1.2.0.20100305.ebuild: + Version bumped. *ibus-table-latin-1.2.0.20100108 (13 Jan 2010) diff --git a/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild b/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild new file mode 100644 index 000000000000..bab500cbe9d5 --- /dev/null +++ b/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild @@ -0,0 +1,23 @@ +# 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-latin/ibus-table-latin-1.2.0.20100305.ebuild,v 1.1 2010/03/13 00:58:56 matsuu Exp $ + +DESCRIPTION="The Latin tables for IBus-Table" +HOMEPAGE="http://code.google.com/p/ibus/" +SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-i18n/ibus-table-1.2.0.20090912 + >=dev-lang/python-2.6" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog NEWS README || die +} diff --git a/app-i18n/ibus-table-yinma/ChangeLog b/app-i18n/ibus-table-yinma/ChangeLog index 1e122097008a..7ad1a893664f 100644 --- a/app-i18n/ibus-table-yinma/ChangeLog +++ b/app-i18n/ibus-table-yinma/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/ibus-table-yinma # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-yinma/ChangeLog,v 1.1 2010/01/13 13:36:22 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-yinma/ChangeLog,v 1.2 2010/03/13 01:01:28 matsuu Exp $ + +*ibus-table-yinma-1.2.0.20100305 (13 Mar 2010) + + 13 Mar 2010; MATSUU Takuto <matsuu@gentoo.org> + +ibus-table-yinma-1.2.0.20100305.ebuild: + Version bumped. *ibus-table-yinma-1.2.0.20100111 (13 Jan 2010) diff --git a/app-i18n/ibus-table-yinma/ibus-table-yinma-1.2.0.20100305.ebuild b/app-i18n/ibus-table-yinma/ibus-table-yinma-1.2.0.20100305.ebuild new file mode 100644 index 000000000000..4084a57224cb --- /dev/null +++ b/app-i18n/ibus-table-yinma/ibus-table-yinma-1.2.0.20100305.ebuild @@ -0,0 +1,22 @@ +# 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-yinma/ibus-table-yinma-1.2.0.20100305.ebuild,v 1.1 2010/03/13 01:01:28 matsuu Exp $ + +DESCRIPTION="The yinma 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="" + +RDEPEND=">=app-i18n/ibus-table-1.2.0.20100111" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog NEWS README || die +} |