pacho 15/01/19 09:36:21 Modified: ibus-1.5.9-r1.ebuild ChangeLog Log: eautoreconf is needed (#536022 by OGINO Masanori), USE vala needs USE introspection (#534220 by Andrew Savchenko) (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.3 app-i18n/ibus/ibus-1.5.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.5.9-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.5.9-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.5.9-r1.ebuild?r1=1.2&r2=1.3 Index: ibus-1.5.9-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.9-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ibus-1.5.9-r1.ebuild 2 Jan 2015 10:10:04 -0000 1.2 +++ ibus-1.5.9-r1.ebuild 19 Jan 2015 09:36:21 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.9-r1.ebuild,v 1.2 2015/01/02 10:10:04 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.9-r1.ebuild,v 1.3 2015/01/19 09:36:21 pacho Exp $ EAPI=5 @@ -11,7 +11,7 @@ # Valac is needed when building from git for the engine UPSTREAM_VER=0 -inherit bash-completion-r1 eutils gnome2-utils multilib python-single-r1 readme.gentoo vala virtualx +inherit autotools bash-completion-r1 eutils gnome2-utils multilib python-single-r1 readme.gentoo vala virtualx DESCRIPTION="Intelligent Input Bus for Linux / Unix OS" HOMEPAGE="http://code.google.com/p/ibus/" @@ -20,8 +20,10 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test +vala wayland +X" -REQUIRED_USE="|| ( gtk gtk3 X ) +REQUIRED_USE=" + || ( gtk gtk3 X ) deprecated? ( python ) + vala? ( introspection ) python? ( ${PYTHON_REQUIRED_USE} || ( deprecated ( gtk3 introspection ) ) )" #342903 @@ -112,6 +114,8 @@ sed -e 's/dconf update/:/' \ -i data/dconf/Makefile.{am,in} || die use vala && vala_src_prepare + + eautoreconf } src_configure() { 1.156 app-i18n/ibus/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ChangeLog?rev=1.156&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ChangeLog?rev=1.156&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ChangeLog?r1=1.155&r2=1.156 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v retrieving revision 1.155 retrieving revision 1.156 diff -u -r1.155 -r1.156 --- ChangeLog 2 Jan 2015 10:10:04 -0000 1.155 +++ ChangeLog 19 Jan 2015 09:36:21 -0000 1.156 @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/ibus # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.155 2015/01/02 10:10:04 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.156 2015/01/19 09:36:21 pacho Exp $ + + 19 Jan 2015; Pacho Ramos <[email protected]> ibus-1.5.9-r1.ebuild: + eautoreconf is needed (#536022 by OGINO Masanori), USE vala needs USE + introspection (#534220 by Andrew Savchenko) 02 Jan 2015; Ben de Groot <[email protected]> ibus-1.5.9-r1.ebuild: Do not depend on gconf unconditionally
