Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
naota 11/05/18 23:31:04
Modified: ChangeLog
Added: ibus-anthy-1.2.6.ebuild
Log:
app-i18n/ibus-anthy version bump to 1.2.6
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
Revision Changes Path
1.28 app-i18n/ibus-anthy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 16 Apr 2011 22:12:10 -0000 1.27
+++ ChangeLog 18 May 2011 23:31:03 -0000 1.28
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/ibus-anthy
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.27 2011/04/16 22:12:10 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.28 2011/05/18 23:31:03 naota Exp $
+
+*ibus-anthy-1.2.6 (18 May 2011)
+
+ 18 May 2011; Naohiro Aota <naota@g.o> +ibus-anthy-1.2.6.ebuild:
+ Version bump.
16 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
ibus-anthy-1.2.0.20100115.ebuild, ibus-anthy-1.2.1.ebuild,
1.1 app-i18n/ibus-anthy/ibus-anthy-1.2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.2.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.2.6.ebuild?rev=1.1&content-type=text/plain
Index: ibus-anthy-1.2.6.ebuild
===================================================================
# Copyright 1999-2011 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.6.ebuild,v 1.1 2011/05/18 23:31:03 naota Exp $
EAPI=3
PYTHON_DEPEND="2:2.5"
inherit eutils python
DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"
HOMEPAGE="http://code.google.com/p/ibus/"
SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="nls"
RDEPEND=">=app-i18n/ibus-1.2.0.20100111
app-i18n/anthy
>=dev-python/pygtk-2.15.2
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
dev-lang/swig
dev-util/pkgconfig
nls? ( >=sys-devel/gettext-0.16.1 )"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
mv py-compile py-compile.orig || die
ln -s "$(type -P true)" py-compile || die
sed -i -e "s/python/python2/" \
engine/ibus-engine-anthy.in setup/ibus-setup-anthy.in || die
}
src_configure() {
econf $(use_enable nls)
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README || die
}
pkg_postinst() {
elog
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}
}
pkg_postrm() {
python_mod_cleanup /usr/share/${PN}
}
|
|