diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-01-18 14:47:43 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-01-18 14:47:43 +0000 |
commit | 12516243ee0e3fc7bd42da8a91f3a4b3f3bc33e2 (patch) | |
tree | 87cedd40a82c6b2a008f8eaa84d8d22ece1db8cb /app-i18n/ibus-anthy | |
parent | Version bump. (diff) | |
download | gentoo-2-12516243ee0e3fc7bd42da8a91f3a4b3f3bc33e2.tar.gz gentoo-2-12516243ee0e3fc7bd42da8a91f3a4b3f3bc33e2.tar.bz2 gentoo-2-12516243ee0e3fc7bd42da8a91f3a4b3f3bc33e2.zip |
Version bumped.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-anthy')
-rw-r--r-- | app-i18n/ibus-anthy/ChangeLog | 10 | ||||
-rw-r--r-- | app-i18n/ibus-anthy/ibus-anthy-1.2.0.20100115.ebuild (renamed from app-i18n/ibus-anthy/ibus-anthy-1.2.0.20090917.ebuild) | 12 |
2 files changed, 14 insertions, 8 deletions
diff --git a/app-i18n/ibus-anthy/ChangeLog b/app-i18n/ibus-anthy/ChangeLog index 8dc7d7589dbc..b35b57428142 100644 --- a/app-i18n/ibus-anthy/ChangeLog +++ b/app-i18n/ibus-anthy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/ibus-anthy -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.15 2009/11/27 16:07:15 matsuu Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.16 2010/01/18 14:47:43 matsuu Exp $ + +*ibus-anthy-1.2.0.20100115 (18 Jan 2010) + + 18 Jan 2010; MATSUU Takuto <matsuu@gentoo.org> + -ibus-anthy-1.2.0.20090917.ebuild, +ibus-anthy-1.2.0.20100115.ebuild: + Version bumped. Removed old version. *ibus-anthy-1.2.0.20091127 (27 Nov 2009) diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.2.0.20090917.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.2.0.20100115.ebuild index 556109e1be89..f81b18417f27 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.2.0.20090917.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.2.0.20100115.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.2.0.20090917.ebuild,v 1.1 2009/09/17 16:18:30 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.2.0.20100115.ebuild,v 1.1 2010/01/18 14:47:43 matsuu Exp $ inherit eutils python @@ -37,14 +37,14 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README + dodoc AUTHORS ChangeLog NEWS README || die } 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 "app-dicts/kasumi is not required but probably useful for you." + elog + elog "# emerge app-dicts/kasumi" elog python_mod_optimize /usr/share/${PN} |