summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-16 22:04:35 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-16 22:04:35 +0000
commit1041e6f47e27fa501481416a7f41cd24b4682798 (patch)
tree5ea17c1bae12801e75940f81d3d99c72ca1136f5 /app-i18n/ibus
parentUpdated to reoroganize headers one last time to fix package collision and (diff)
downloadgentoo-2-1041e6f47e27fa501481416a7f41cd24b4682798.tar.gz
gentoo-2-1041e6f47e27fa501481416a7f41cd24b4682798.tar.bz2
gentoo-2-1041e6f47e27fa501481416a7f41cd24b4682798.zip
Fix deprecation warnings.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus')
-rw-r--r--app-i18n/ibus/ChangeLog6
-rw-r--r--app-i18n/ibus/ibus-1.2.0.20100111.ebuild15
-rw-r--r--app-i18n/ibus/ibus-1.3.9.ebuild8
3 files changed, 15 insertions, 14 deletions
diff --git a/app-i18n/ibus/ChangeLog b/app-i18n/ibus/ChangeLog
index 6cf49e3f769a..090fce4c2209 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.82 2011/03/30 11:08:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.83 2011/04/16 22:04:35 arfrever Exp $
+
+ 16 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ ibus-1.2.0.20100111.ebuild, ibus-1.3.9.ebuild:
+ Fix deprecation warnings.
30 Mar 2011; Christoph Mende <angelos@gentoo.org> ibus-1.2.0.20100111.ebuild,
ibus-1.3.9.ebuild, ibus-1.3.9-r1.ebuild, ibus-1.3.99.20101118-r1.ebuild,
diff --git a/app-i18n/ibus/ibus-1.2.0.20100111.ebuild b/app-i18n/ibus/ibus-1.2.0.20100111.ebuild
index 7f2a0a73f749..8eb173fd55b2 100644
--- a/app-i18n/ibus/ibus-1.2.0.20100111.ebuild
+++ b/app-i18n/ibus/ibus-1.2.0.20100111.ebuild
@@ -1,9 +1,9 @@
# 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.2.0.20100111.ebuild,v 1.9 2011/03/30 11:08:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.2.0.20100111.ebuild,v 1.10 2011/04/16 22:04:35 arfrever Exp $
-EAPI="1"
-inherit confutils eutils gnome2-utils multilib python
+EAPI="3"
+inherit confutils eutils gnome2-utils python
DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
HOMEPAGE="http://code.google.com/p/ibus/"
@@ -44,19 +44,16 @@ pkg_setup() {
GTK2_CONFDIR=${GTK2_CONFDIR:=/etc/gtk-2.0/}
}
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
mv py-compile py-compile.orig || die
ln -s "$(type -P true)" py-compile || die
echo "ibus/_config.py" >> po/POTFILES.skip || die
}
-src_compile() {
+src_configure() {
econf \
$(use_enable doc gtk-doc) \
- $(use_enable nls) || die
- emake || die
+ $(use_enable nls)
}
src_install() {
diff --git a/app-i18n/ibus/ibus-1.3.9.ebuild b/app-i18n/ibus/ibus-1.3.9.ebuild
index 1ad373ff2608..5fabe07d513d 100644
--- a/app-i18n/ibus/ibus-1.3.9.ebuild
+++ b/app-i18n/ibus/ibus-1.3.9.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.ebuild,v 1.8 2011/03/30 11:08:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.9.ebuild,v 1.9 2011/04/16 22:04:35 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="python? 2:2.5"
-inherit confutils eutils gnome2-utils multilib python
+inherit confutils eutils gnome2-utils python
DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
HOMEPAGE="http://code.google.com/p/ibus/"
@@ -84,7 +84,7 @@ src_configure() {
$(use_enable nls) \
$(use_enable python) \
$(use_enable vala) \
- $(use_enable X xim) || die
+ $(use_enable X xim)
#$(use_enable gtk gtk3) \
}