summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 19:44:56 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 19:44:56 +0000
commit8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch)
tree1781f0242b83e446554db1ade147758513eab1c5 /games-util
parentupdating deps for distutils-r1 and ~ stuff, also adding init scripts and stuf... (diff)
downloadgentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.gz
gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.bz2
gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.zip
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/nml/ChangeLog6
-rw-r--r--games-util/nml/nml-0.2.4-r1.ebuild4
-rw-r--r--games-util/nml/nml-0.2.4-r2.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/games-util/nml/ChangeLog b/games-util/nml/ChangeLog
index 82a25571ca59..182da448cebb 100644
--- a/games-util/nml/ChangeLog
+++ b/games-util/nml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-util/nml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.18 2013/08/18 13:24:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.19 2013/09/05 19:44:51 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> nml-0.2.4-r1.ebuild,
+ nml-0.2.4-r2.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> nml-0.2.4-r2.ebuild:
Stable for x86, wrt bug #478806
diff --git a/games-util/nml/nml-0.2.4-r1.ebuild b/games-util/nml/nml-0.2.4-r1.ebuild
index dbd66ace5c22..738b5cb3401d 100644
--- a/games-util/nml/nml-0.2.4-r1.ebuild
+++ b/games-util/nml/nml-0.2.4-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-util/nml/nml-0.2.4-r1.ebuild,v 1.4 2013/07/20 16:09:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.4-r1.ebuild,v 1.5 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 eutils distutils-r1
diff --git a/games-util/nml/nml-0.2.4-r2.ebuild b/games-util/nml/nml-0.2.4-r2.ebuild
index 9ab0d5463fa8..0f8626d78f41 100644
--- a/games-util/nml/nml-0.2.4-r2.ebuild
+++ b/games-util/nml/nml-0.2.4-r2.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-util/nml/nml-0.2.4-r2.ebuild,v 1.3 2013/08/18 13:24:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.4-r2.ebuild,v 1.4 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 distutils-r1