diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:09:39 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:09:39 +0000 |
commit | ecf04c3adc9751ba727266efda692d231e8db332 (patch) | |
tree | 978378b4734352768a5f2b1f78a73c01918d500b /games-action | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-ecf04c3adc9751ba727266efda692d231e8db332.tar.gz gentoo-2-ecf04c3adc9751ba727266efda692d231e8db332.tar.bz2 gentoo-2-ecf04c3adc9751ba727266efda692d231e8db332.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/slune/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/slune/slune-1.0.15-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/slune/ChangeLog b/games-action/slune/ChangeLog index c6463c549a44..d5065c1aa982 100644 --- a/games-action/slune/ChangeLog +++ b/games-action/slune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/slune -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.26 2014/07/16 01:51:31 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.27 2015/04/08 18:09:39 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> slune-1.0.15-r1.ebuild: + Drop old Python implementations 16 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org> -slune-1.0.15.ebuild: old diff --git a/games-action/slune/slune-1.0.15-r1.ebuild b/games-action/slune/slune-1.0.15-r1.ebuild index 8c43dabd063d..70987e2f7d7b 100644 --- a/games-action/slune/slune-1.0.15-r1.ebuild +++ b/games-action/slune/slune-1.0.15-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.15-r1.ebuild,v 1.6 2013/09/05 19:44:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.15-r1.ebuild,v 1.7 2015/04/08 18:09:39 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 ) +PYTHON_COMPAT=( python2_7 ) inherit gnome2-utils python-utils-r1 distutils-r1 games |