ssuominen 14/03/10 17:35:15 Modified: mutagen-1.20.ebuild mutagen-1.22.ebuild ChangeLog Log: Force old eyeD3 SLOT for 1.20 and 1.21 because the old python files are used. Let 1.22 pull in any version, even if the test fails, since it's only a test. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.8 media-libs/mutagen/mutagen-1.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/mutagen-1.20.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/mutagen-1.20.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/mutagen-1.20.ebuild?r1=1.7&r2=1.8 Index: mutagen-1.20.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.20.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mutagen-1.20.ebuild 24 Apr 2011 17:42:45 -0000 1.7 +++ mutagen-1.20.ebuild 10 Mar 2014 17:35:15 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.20.ebuild,v 1.7 2011/04/24 17:42:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.20.ebuild,v 1.8 2014/03/10 17:35:15 ssuominen Exp $ EAPI=3 @@ -20,7 +20,7 @@ IUSE="test" RDEPEND="" -DEPEND="test? ( dev-python/eyeD3 +DEPEND="test? ( dev-python/eyeD3:0 dev-python/pyvorbis media-libs/flac[ogg] media-sound/vorbis-tools )" 1.2 media-libs/mutagen/mutagen-1.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/mutagen-1.22.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/mutagen-1.22.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/mutagen-1.22.ebuild?r1=1.1&r2=1.2 Index: mutagen-1.22.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.22.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mutagen-1.22.ebuild 8 Dec 2013 04:48:58 -0000 1.1 +++ mutagen-1.22.ebuild 10 Mar 2014 17:35:15 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.22.ebuild,v 1.1 2013/12/08 04:48:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.22.ebuild,v 1.2 2014/03/10 17:35:15 ssuominen Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -18,7 +18,7 @@ DEPEND=" doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/eyeD3 ) + test? ( dev-python/eyeD3:0 ) " python_compile_all() { 1.96 media-libs/mutagen/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.96&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.96&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/ChangeLog?r1=1.95&r2=1.96 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- ChangeLog 8 Dec 2013 04:48:58 -0000 1.95 +++ ChangeLog 10 Mar 2014 17:35:15 -0000 1.96 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/mutagen -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.95 2013/12/08 04:48:58 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.96 2014/03/10 17:35:15 ssuominen Exp $ + + 10 Mar 2014; Samuli Suominen <[email protected]> mutagen-1.20.ebuild, + mutagen-1.22.ebuild: + Force old eyeD3 SLOT for 1.20 and 1.21 because the old python files are used. + Let 1.22 pull in any version, even if the test fails, since it's only a test. *mutagen-1.22 (08 Dec 2013)
