diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-16 22:21:29 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-16 22:21:29 +0000 |
commit | 48e5258ea017e809d3912555817dbfebaa08ef6b (patch) | |
tree | e66812cac1cb7d882fd99792aeaedf24505dba07 /app-i18n/ibus-table | |
parent | Call Python-related functions only with USE="python". (diff) | |
download | historical-48e5258ea017e809d3912555817dbfebaa08ef6b.tar.gz historical-48e5258ea017e809d3912555817dbfebaa08ef6b.tar.bz2 historical-48e5258ea017e809d3912555817dbfebaa08ef6b.zip |
Fix deprecation warnings.
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/ibus-table')
-rw-r--r-- | app-i18n/ibus-table/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild | 8 | ||||
-rw-r--r-- | app-i18n/ibus-table/ibus-table-1.3.0.20100621.ebuild | 9 |
3 files changed, 15 insertions, 10 deletions
diff --git a/app-i18n/ibus-table/ChangeLog b/app-i18n/ibus-table/ChangeLog index e209b4c4b80d..85d992e89209 100644 --- a/app-i18n/ibus-table/ChangeLog +++ b/app-i18n/ibus-table/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/ibus-table -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ChangeLog,v 1.23 2010/06/23 17:11:44 matsuu Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ChangeLog,v 1.24 2011/04/16 22:21:29 arfrever Exp $ + + 16 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + ibus-table-1.2.0.20100111.ebuild, ibus-table-1.3.0.20100621.ebuild: + Fix deprecation warnings. *ibus-table-1.3.0.20100621 (23 Jun 2010) diff --git a/app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild b/app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild index 4f2eec61eccb..0d96ad08f4db 100644 --- a/app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild,v 1.4 2010/05/26 10:42:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild,v 1.5 2011/04/16 22:21:29 arfrever Exp $ -EAPI="2" +EAPI="3" PYTHON_DEPEND="2:2.5" PYTHON_USE_WITH="sqlite" inherit python @@ -28,7 +28,7 @@ src_prepare() { } src_configure() { - econf $(use_enable nls) --disable-additional || die + econf $(use_enable nls) --disable-additional } src_install() { diff --git a/app-i18n/ibus-table/ibus-table-1.3.0.20100621.ebuild b/app-i18n/ibus-table/ibus-table-1.3.0.20100621.ebuild index 1348097a9fa7..2a5d07948524 100644 --- a/app-i18n/ibus-table/ibus-table-1.3.0.20100621.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.3.0.20100621.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ibus-table-1.3.0.20100621.ebuild,v 1.1 2010/06/23 17:11:44 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ibus-table-1.3.0.20100621.ebuild,v 1.2 2011/04/16 22:21:29 arfrever Exp $ -EAPI="2" +EAPI="3" PYTHON_DEPEND="2:2.5" PYTHON_USE_WITH="sqlite" inherit python @@ -24,6 +24,7 @@ DEPEND="${RDEPEND} pkg_setup() { python_set_active_version 2 + python_pkg_setup } src_prepare() { @@ -35,7 +36,7 @@ src_prepare() { } src_configure() { - econf $(use_enable nls) --disable-additional || die + econf $(use_enable nls) --disable-additional } src_install() { |