From 8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 5 Sep 2013 19:44:56 +0000 Subject: Clean up PYTHON_COMPAT from old implementations. (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) --- games-fps/doomsday/ChangeLog | 5 ++++- games-fps/doomsday/doomsday-1.9.8-r1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'games-fps/doomsday') diff --git a/games-fps/doomsday/ChangeLog b/games-fps/doomsday/ChangeLog index 0a8c4dc8a031..c8f5ae65a28b 100644 --- a/games-fps/doomsday/ChangeLog +++ b/games-fps/doomsday/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/doomsday # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/ChangeLog,v 1.56 2013/07/20 09:38:54 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/ChangeLog,v 1.57 2013/09/05 19:44:51 mgorny Exp $ + + 05 Sep 2013; Michał Górny doomsday-1.9.8-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. 20 Jul 2013; Julian Ospald doomsday-1.10.2.ebuild: use PYTHON_USEDEP for wxpython and remove python2_5 diff --git a/games-fps/doomsday/doomsday-1.9.8-r1.ebuild b/games-fps/doomsday/doomsday-1.9.8-r1.ebuild index 67e83a1d59a9..ffd7c2ed60f1 100644 --- a/games-fps/doomsday/doomsday-1.9.8-r1.ebuild +++ b/games-fps/doomsday/doomsday-1.9.8-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.9.8-r1.ebuild,v 1.2 2013/03/02 21:15:56 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.9.8-r1.ebuild,v 1.3 2013/09/05 19:44:51 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) +PYTHON_COMPAT=( python2_6 python2_7 ) inherit python-r1 confutils eutils qt4-r2 games DESCRIPTION="A modern gaming engine for Doom, Heretic, and Hexen" -- cgit v1.2.3-65-gdbad