summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-16 22:21:29 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-16 22:21:29 +0000
commit8df2548b002dac8c83c9d6bb8bfe82d837d70e99 (patch)
tree15d59d2989bdae5711a83a6e31885be0be2868ca /app-i18n
parentFix deprecation warnings. (diff)
downloadgentoo-2-8df2548b002dac8c83c9d6bb8bfe82d837d70e99.tar.gz
gentoo-2-8df2548b002dac8c83c9d6bb8bfe82d837d70e99.tar.bz2
gentoo-2-8df2548b002dac8c83c9d6bb8bfe82d837d70e99.zip
Fix deprecation warnings.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-table/ChangeLog8
-rw-r--r--app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild8
-rw-r--r--app-i18n/ibus-table/ibus-table-1.3.0.20100621.ebuild9
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() {