summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-06 18:49:35 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-06 18:49:35 +0000
commit04cd362a56a6ba549765ece7a7ea174ad64f80a4 (patch)
tree2b4a2f3c823d56f21419550bb79d0a9c3ff6b129 /dev-tcltk/tclpython
parentFix deprecation warning. (diff)
downloadgentoo-2-04cd362a56a6ba549765ece7a7ea174ad64f80a4.tar.gz
gentoo-2-04cd362a56a6ba549765ece7a7ea174ad64f80a4.tar.bz2
gentoo-2-04cd362a56a6ba549765ece7a7ea174ad64f80a4.zip
Fix deprecation warnings.
(Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/tclpython')
-rw-r--r--dev-tcltk/tclpython/ChangeLog8
-rw-r--r--dev-tcltk/tclpython/tclpython-3.1-r1.ebuild5
-rw-r--r--dev-tcltk/tclpython/tclpython-4.1-r2.ebuild5
3 files changed, 12 insertions, 6 deletions
diff --git a/dev-tcltk/tclpython/ChangeLog b/dev-tcltk/tclpython/ChangeLog
index 751865345f14..a4d53b24fcfc 100644
--- a/dev-tcltk/tclpython/ChangeLog
+++ b/dev-tcltk/tclpython/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/tclpython
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v 1.14 2010/12/07 19:43:12 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v 1.15 2011/04/06 18:49:35 arfrever Exp $
+
+ 06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ tclpython-3.1-r1.ebuild, tclpython-4.1-r2.ebuild:
+ Fix deprecation warnings.
07 Dec 2010; Justin Lecher <jlec@gentoo.org> tclpython-3.1-r1.ebuild,
tclpython-4.1-r2.ebuild:
diff --git a/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild b/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild
index a4d0711afc86..2581adca6cac 100644
--- a/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild
+++ b/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild
@@ -1,7 +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/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild,v 1.4 2010/12/07 19:43:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild,v 1.5 2011/04/06 18:49:35 arfrever Exp $
+EAPI="3"
PYTHON_DEPEND="2"
inherit distutils multilib toolchain-funcs
diff --git a/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild b/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild
index 87facdcc61c4..ecd4eb5df66c 100644
--- a/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild
+++ b/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild
@@ -1,7 +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/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild,v 1.3 2010/12/07 19:43:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild,v 1.4 2011/04/06 18:49:35 arfrever Exp $
+EAPI="3"
PYTHON_DEPEND="2"
inherit distutils multilib toolchain-funcs