diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:30:35 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:30:35 +0000 |
commit | 05295cf5247b347d3c7e10fef5f5b2c9c40640ba (patch) | |
tree | 2f8f58735c172ad68bd6420f6cb45ecc7db74dac /www-plugins/gnash | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-05295cf5247b347d3c7e10fef5f5b2c9c40640ba.tar.gz gentoo-2-05295cf5247b347d3c7e10fef5f5b2c9c40640ba.tar.bz2 gentoo-2-05295cf5247b347d3c7e10fef5f5b2c9c40640ba.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'www-plugins/gnash')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.10_p20131019.ebuild | 4 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.10_p20150316.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index d2a934b2d62b..04aa2257fae1 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/gnash # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.104 2015/03/26 14:59:41 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.105 2015/04/08 18:30:35 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> gnash-0.8.10_p20131019.ebuild, + gnash-0.8.10_p20150316.ebuild: + Drop old Python implementations *gnash-0.8.10_p20150316 (26 Mar 2015) diff --git a/www-plugins/gnash/gnash-0.8.10_p20131019.ebuild b/www-plugins/gnash/gnash-0.8.10_p20131019.ebuild index be64914eb0b4..4ff9e1422ed4 100644 --- a/www-plugins/gnash/gnash-0.8.10_p20131019.ebuild +++ b/www-plugins/gnash/gnash-0.8.10_p20131019.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10_p20131019.ebuild,v 1.3 2015/03/02 09:21:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10_p20131019.ebuild,v 1.4 2015/04/08 18:30:35 mgorny Exp $ EAPI=5 CMAKE_REQUIRED="never" KDE_REQUIRED="optional" AT_M4DIR="cygnal" # won't build with python-3, bug #392969 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit autotools eutils kde4-base multilib nsplugins python-any-r1 flag-o-matic diff --git a/www-plugins/gnash/gnash-0.8.10_p20150316.ebuild b/www-plugins/gnash/gnash-0.8.10_p20150316.ebuild index 87dd5148f9ae..c4ba370325c3 100644 --- a/www-plugins/gnash/gnash-0.8.10_p20150316.ebuild +++ b/www-plugins/gnash/gnash-0.8.10_p20150316.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10_p20150316.ebuild,v 1.1 2015/03/26 14:59:41 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10_p20150316.ebuild,v 1.2 2015/04/08 18:30:35 mgorny Exp $ EAPI=5 CMAKE_REQUIRED="never" KDE_REQUIRED="optional" AT_M4DIR="cygnal" # won't build with python-3, bug #392969 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit autotools eutils kde4-base multilib nsplugins python-any-r1 flag-o-matic |