diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:10:41 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:10:41 +0000 |
commit | ae910a7826f03c3ae45d2c68081d2872fa8ce2b4 (patch) | |
tree | ce7bd60038b36e3fe167c6078a21625788487a3f /games-emulation/sdlmametools | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-ae910a7826f03c3ae45d2c68081d2872fa8ce2b4.tar.gz gentoo-2-ae910a7826f03c3ae45d2c68081d2872fa8ce2b4.tar.bz2 gentoo-2-ae910a7826f03c3ae45d2c68081d2872fa8ce2b4.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-emulation/sdlmametools')
-rw-r--r-- | games-emulation/sdlmametools/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild | 6 | ||||
-rw-r--r-- | games-emulation/sdlmametools/sdlmametools-0.149.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/games-emulation/sdlmametools/ChangeLog b/games-emulation/sdlmametools/ChangeLog index 36919610021f..99fc6cc46e8c 100644 --- a/games-emulation/sdlmametools/ChangeLog +++ b/games-emulation/sdlmametools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/sdlmametools -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v 1.4 2013/11/22 22:18:49 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v 1.5 2015/04/08 18:10:41 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> sdlmametools-0.148_p1.ebuild, + sdlmametools-0.149.ebuild: + Drop old Python implementations 22 Nov 2013; Julian Ospald <hasufell@gentoo.org> sdlmametools-0.148_p1.ebuild: stable on x86 wrt #486686 diff --git a/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild b/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild index 8b609d5e7540..edccd5f1328d 100644 --- a/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild +++ b/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild @@ -1,9 +1,9 @@ -# 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-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild,v 1.3 2013/11/22 22:18:49 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild,v 1.4 2015/04/08 18:10:41 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 ) +PYTHON_COMPAT=( python2_7 ) inherit eutils flag-o-matic python-any-r1 games MY_PV=${PV/.} diff --git a/games-emulation/sdlmametools/sdlmametools-0.149.ebuild b/games-emulation/sdlmametools/sdlmametools-0.149.ebuild index f08ae5509df5..c5a9efe59128 100644 --- a/games-emulation/sdlmametools/sdlmametools-0.149.ebuild +++ b/games-emulation/sdlmametools/sdlmametools-0.149.ebuild @@ -1,9 +1,9 @@ -# 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-emulation/sdlmametools/sdlmametools-0.149.ebuild,v 1.1 2013/06/26 13:17:17 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.149.ebuild,v 1.2 2015/04/08 18:10:41 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 ) +PYTHON_COMPAT=( python2_7 ) inherit eutils flag-o-matic python-any-r1 games MY_PV=${PV/.} |