diff options
author | Naohiro Aota <naota@gentoo.org> | 2011-05-20 17:30:37 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2011-05-20 17:30:37 +0000 |
commit | cca161553b13a637d02f233a2310d1a8acc42a11 (patch) | |
tree | c7dbd17c3b10d61bc40e6245f06cc69717beb89a /app-i18n | |
parent | ppc/ppc64 stable wrt #359741 (diff) | |
download | gentoo-2-cca161553b13a637d02f233a2310d1a8acc42a11.tar.gz gentoo-2-cca161553b13a637d02f233a2310d1a8acc42a11.tar.bz2 gentoo-2-cca161553b13a637d02f233a2310d1a8acc42a11.zip |
Remove unused binary build. Should fix #367653
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/ibus/files/ibus-1.3.9-remove-unused-build.patch | 16 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.3.9-r2.ebuild | 6 |
3 files changed, 25 insertions, 3 deletions
diff --git a/app-i18n/ibus/ChangeLog b/app-i18n/ibus/ChangeLog index 15310603a0df..783237dab799 100644 --- a/app-i18n/ibus/ChangeLog +++ b/app-i18n/ibus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/ibus # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.85 2011/05/09 23:51:32 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.86 2011/05/20 17:30:36 naota Exp $ + + 20 May 2011; Naohiro Aota <naota@gentoo.org> ibus-1.3.9-r2.ebuild, + +files/ibus-1.3.9-remove-unused-build.patch: + Remove unused binary build. Should fix #367653 *ibus-1.3.99.20110419-r1 (09 May 2011) *ibus-1.3.9-r2 (09 May 2011) diff --git a/app-i18n/ibus/files/ibus-1.3.9-remove-unused-build.patch b/app-i18n/ibus/files/ibus-1.3.9-remove-unused-build.patch new file mode 100644 index 000000000000..136fbc5975bd --- /dev/null +++ b/app-i18n/ibus/files/ibus-1.3.9-remove-unused-build.patch @@ -0,0 +1,16 @@ +diff --git a/work/ibus-1.3.9/bus/Makefile.am b/work/ibus-1.3.9/bus/Makefile.am +index 764edc7..e6887da 100644 +--- a/work/ibus-1.3.9/bus/Makefile.am ++++ b/work/ibus-1.3.9/bus/Makefile.am +@@ -45,10 +45,7 @@ AM_LDADD = \ + $(libibus) \ + $(NULL) + +-TESTS = \ +- test-matchrule \ +- test-stress \ +- $(NULL) ++TESTS = $(NULL) + xdgautostart_DATA = \ + ibus.desktop \ + $(NULL) diff --git a/app-i18n/ibus/ibus-1.3.9-r2.ebuild b/app-i18n/ibus/ibus-1.3.9-r2.ebuild index bdc06597b61f..b86f08e912b4 100644 --- a/app-i18n/ibus/ibus-1.3.9-r2.ebuild +++ b/app-i18n/ibus/ibus-1.3.9-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.9-r2.ebuild,v 1.1 2011/05/09 23:51:32 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.9-r2.ebuild,v 1.2 2011/05/20 17:30:36 naota Exp $ EAPI="3" PYTHON_DEPEND="python? 2:2.5" -inherit confutils eutils gnome2-utils multilib python +inherit confutils eutils gnome2-utils multilib python autotools DESCRIPTION="Intelligent Input Bus for Linux / Unix OS" HOMEPAGE="http://code.google.com/p/ibus/" @@ -80,6 +80,8 @@ src_prepare() { ln -s "$(type -P true)" py-compile || die echo "ibus/_config.py" >> po/POTFILES.skip || die sed -i -e "s/python/python2/" setup/ibus-setup.in ui/gtk/ibus-ui-gtk.in || die + epatch "${FILESDIR}"/${P}-remove-unused-build.patch #367653 + eautoreconf } src_configure() { |