summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-06 20:04:12 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-06 20:04:12 +0000
commit0265d50614ffecc6a8f768bb0966689d525e5005 (patch)
treeb90f9ba96fc363cec1f99db011c0ee29fe4231fa /games-kids/pytraffic
parentCall python_pkg_setup(). (diff)
downloadgentoo-2-0265d50614ffecc6a8f768bb0966689d525e5005.tar.gz
gentoo-2-0265d50614ffecc6a8f768bb0966689d525e5005.tar.bz2
gentoo-2-0265d50614ffecc6a8f768bb0966689d525e5005.zip
Fix deprecation warning.
(Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)
Diffstat (limited to 'games-kids/pytraffic')
-rw-r--r--games-kids/pytraffic/ChangeLog8
-rw-r--r--games-kids/pytraffic/pytraffic-2.5.4.ebuild9
2 files changed, 11 insertions, 6 deletions
diff --git a/games-kids/pytraffic/ChangeLog b/games-kids/pytraffic/ChangeLog
index 1784ec7ffc4e..bed73cd8ea5b 100644
--- a/games-kids/pytraffic/ChangeLog
+++ b/games-kids/pytraffic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-kids/pytraffic
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/ChangeLog,v 1.12 2010/10/10 23:15:57 mr_bones_ Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/ChangeLog,v 1.13 2011/04/06 20:04:12 arfrever Exp $
+
+ 06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pytraffic-2.5.4.ebuild:
+ Fix deprecation warning.
10 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org>
pytraffic-2.5.4.ebuild:
diff --git a/games-kids/pytraffic/pytraffic-2.5.4.ebuild b/games-kids/pytraffic/pytraffic-2.5.4.ebuild
index 0431f3665770..3c2f37962ada 100644
--- a/games-kids/pytraffic/pytraffic-2.5.4.ebuild
+++ b/games-kids/pytraffic/pytraffic-2.5.4.ebuild
@@ -1,10 +1,10 @@
-# 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/games-kids/pytraffic/pytraffic-2.5.4.ebuild,v 1.6 2010/10/10 23:15:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/pytraffic-2.5.4.ebuild,v 1.7 2011/04/06 20:04:12 arfrever Exp $
-EAPI=2
+EAPI=3
PYTHON_DEPEND="2"
-inherit python distutils eutils games
+inherit distutils eutils games
DESCRIPTION="Python version of the board game Rush Hour"
HOMEPAGE="http://alpha.uhasselt.be/Research/Algebra/Members/pytraffic/"
@@ -48,6 +48,7 @@ src_install() {
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
games_pkg_setup
}