diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-03-06 08:11:03 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-03-06 08:11:03 +0000 |
commit | 38e73aae8bcfbc6969e7f5843946d9a636d95598 (patch) | |
tree | 68dd00ced33e295b3f138e988035bd7b757704e5 /app-i18n/ibus | |
parent | Version bump to 3.15.2 (diff) | |
download | gentoo-2-38e73aae8bcfbc6969e7f5843946d9a636d95598.tar.gz gentoo-2-38e73aae8bcfbc6969e7f5843946d9a636d95598.tar.bz2 gentoo-2-38e73aae8bcfbc6969e7f5843946d9a636d95598.zip |
Add missing dependency dev-util/intltool. Empty py-compile script #397497
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus')
-rw-r--r-- | app-i18n/ibus/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.3.9-r2.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-i18n/ibus/ChangeLog b/app-i18n/ibus/ChangeLog index ec59a7856414..ce9045653f72 100644 --- a/app-i18n/ibus/ChangeLog +++ b/app-i18n/ibus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/ibus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.98 2012/02/05 16:33:16 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.99 2012/03/06 08:11:03 naota Exp $ + + 06 Mar 2012; Naohiro Aota <naota@gentoo.org> ibus-1.3.9-r2.ebuild: + Add missing dependency dev-util/intltool. Empty py-compile script #397497 *ibus-1.4.1 (05 Feb 2012) diff --git a/app-i18n/ibus/ibus-1.3.9-r2.ebuild b/app-i18n/ibus/ibus-1.3.9-r2.ebuild index 1883601178d8..4b4fc9bf0a12 100644 --- a/app-i18n/ibus/ibus-1.3.9-r2.ebuild +++ b/app-i18n/ibus/ibus-1.3.9-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.5 2011/11/22 23:27:59 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.9-r2.ebuild,v 1.6 2012/03/06 08:11:03 naota Exp $ EAPI="3" PYTHON_DEPEND="python? 2:2.5" @@ -39,6 +39,7 @@ RDEPEND=">=dev-libs/glib-2.18:2 DEPEND="${RDEPEND} >=dev-lang/perl-5.8.1 dev-perl/XML-Parser + dev-util/intltool dev-util/pkgconfig doc? ( >=dev-util/gtk-doc-1.9 ) nls? ( >=sys-devel/gettext-0.16.1 )" @@ -79,8 +80,7 @@ pkg_setup() { } src_prepare() { - mv py-compile py-compile.orig || die - ln -s "$(type -P true)" py-compile || die + > py-compile # 397497 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 |