From d47fa3f2a80607cd9b8cd78ff1c2f4edd8b1c72f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 5 Sep 2013 18:58:07 +0000 Subject: Clean up PYTHON_COMPAT from old implementations. (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) --- media-video/handbrake/ChangeLog | 6 +++++- media-video/handbrake/handbrake-0.9.9.ebuild | 4 ++-- media-video/handbrake/handbrake-9999.ebuild | 4 ++-- media-video/mplayer2/ChangeLog | 6 +++++- media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild | 4 ++-- media-video/mplayer2/mplayer2-9999.ebuild | 4 ++-- media-video/pitivi/ChangeLog | 5 ++++- media-video/pitivi/pitivi-0.15.2.ebuild | 4 ++-- 8 files changed, 24 insertions(+), 13 deletions(-) (limited to 'media-video') diff --git a/media-video/handbrake/ChangeLog b/media-video/handbrake/ChangeLog index 1ea25239db1a..53ef3efe1a78 100644 --- a/media-video/handbrake/ChangeLog +++ b/media-video/handbrake/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/handbrake # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.14 2013/08/12 07:51:08 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.15 2013/09/05 18:58:06 mgorny Exp $ + + 05 Sep 2013; Michał Górny handbrake-0.9.9.ebuild, + handbrake-9999.ebuild: + Clean up PYTHON_COMPAT from old implementations. 12 Aug 2013; Ian Whyman handbrake-0.9.9.ebuild, handbrake-9999.ebuild: diff --git a/media-video/handbrake/handbrake-0.9.9.ebuild b/media-video/handbrake/handbrake-0.9.9.ebuild index 8ababcb2c7db..bfa41ed18bf4 100644 --- a/media-video/handbrake/handbrake-0.9.9.ebuild +++ b/media-video/handbrake/handbrake-0.9.9.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/media-video/handbrake/handbrake-0.9.9.ebuild,v 1.9 2013/08/12 07:51:08 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild,v 1.10 2013/09/05 18:58:06 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit autotools eutils gnome2-utils python-any-r1 diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index 1d20994c6667..7f5f341d7637 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.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/media-video/handbrake/handbrake-9999.ebuild,v 1.11 2013/08/12 07:51:08 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild,v 1.12 2013/09/05 18:58:06 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit autotools eutils gnome2-utils python-any-r1 diff --git a/media-video/mplayer2/ChangeLog b/media-video/mplayer2/ChangeLog index 7d66d718db96..259517333336 100644 --- a/media-video/mplayer2/ChangeLog +++ b/media-video/mplayer2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mplayer2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/ChangeLog,v 1.110 2013/08/11 22:54:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/ChangeLog,v 1.111 2013/09/05 18:58:07 mgorny Exp $ + + 05 Sep 2013; Michał Górny + mplayer2-2.0_p20130428-r1.ebuild, mplayer2-9999.ebuild: + Clean up PYTHON_COMPAT from old implementations. 11 Aug 2013; Alexis Ballier mplayer2-2.0_p20130126.ebuild, mplayer2-2.0_p20130428-r1.ebuild, diff --git a/media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild b/media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild index cd6d4a13140b..5ee19dd2c262 100644 --- a/media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild +++ b/media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild,v 1.2 2013/08/11 22:54:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild,v 1.3 2013/09/05 18:58:07 mgorny Exp $ EAPI=5 # https://bugs.gentoo.org/show_bug.cgi?id=434356#c4 -PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) EGIT_REPO_URI="git://git.mplayer2.org/mplayer2.git" diff --git a/media-video/mplayer2/mplayer2-9999.ebuild b/media-video/mplayer2/mplayer2-9999.ebuild index 9aec56d275fc..ec458ec3cb25 100644 --- a/media-video/mplayer2/mplayer2-9999.ebuild +++ b/media-video/mplayer2/mplayer2-9999.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-9999.ebuild,v 1.61 2013/08/11 22:54:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-9999.ebuild,v 1.62 2013/09/05 18:58:07 mgorny Exp $ EAPI=5 # https://bugs.gentoo.org/show_bug.cgi?id=434356#c4 -PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) EGIT_REPO_URI="git://git.mplayer2.org/mplayer2.git" diff --git a/media-video/pitivi/ChangeLog b/media-video/pitivi/ChangeLog index 71d5134ccd21..a5cb69270d27 100644 --- a/media-video/pitivi/ChangeLog +++ b/media-video/pitivi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/pitivi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.30 2013/02/05 19:50:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.31 2013/09/05 18:58:06 mgorny Exp $ + + 05 Sep 2013; Michał Górny pitivi-0.15.2.ebuild: + Clean up PYTHON_COMPAT from old implementations. *pitivi-0.15.2 (05 Feb 2013) diff --git a/media-video/pitivi/pitivi-0.15.2.ebuild b/media-video/pitivi/pitivi-0.15.2.ebuild index a7d2ec9559bc..7094cb1fa426 100644 --- a/media-video/pitivi/pitivi-0.15.2.ebuild +++ b/media-video/pitivi/pitivi-0.15.2.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/media-video/pitivi/pitivi-0.15.2.ebuild,v 1.1 2013/02/05 19:50:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.15.2.ebuild,v 1.2 2013/09/05 18:58:06 mgorny Exp $ EAPI=5 GCONF_DEBUG="no" -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit gnome2 python-single-r1 eutils virtualx multilib -- cgit v1.2.3-65-gdbad