From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KRirx-0001uN-TD for garchives@archives.gentoo.org; Sat, 09 Aug 2008 07:28:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF798E030C; Sat, 9 Aug 2008 07:28:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 99C77E030D for ; Sat, 9 Aug 2008 07:28:08 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 0FF8B673F5 for ; Sat, 9 Aug 2008 07:28:08 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KRiru-0005da-TL for gentoo-commits@lists.gentoo.org; Sat, 09 Aug 2008 07:28:06 +0000 From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mutagen: ChangeLog mutagen-1.14.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog mutagen-1.14.ebuild X-VCS-Directories: media-libs/mutagen X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Alexis Ballier Date: Sat, 09 Aug 2008 07:28:06 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 343ff9d8-b295-4098-9a14-4f818a4c146a X-Archives-Hash: fc73f1d96f376e61974dd0e7f05fd59a aballier 08/08/09 07:28:06 Modified: ChangeLog mutagen-1.14.ebuild Log: skip tests if flac isn't built with ogg useflag, part of bug #234212 (Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64) Revision Changes Path 1.61 media-libs/mutagen/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen= /ChangeLog?rev=3D1.61&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen= /ChangeLog?rev=3D1.61&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen= /ChangeLog?r1=3D1.60&r2=3D1.61 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 8 Aug 2008 20:40:48 -0000 1.60 +++ ChangeLog 9 Aug 2008 07:28:06 -0000 1.61 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mutagen # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.60 2= 008/08/08 20:40:48 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.61 2= 008/08/09 07:28:06 aballier Exp $ + + 09 Aug 2008; Alexis Ballier mutagen-1.14.ebuild: + skip tests if flac isn't built with ogg useflag, part of bug #234212 =20 08 Aug 2008; Markus Rothe mutagen-1.14.ebuild: Stable on ppc64; bug #234212 1.6 media-libs/mutagen/mutagen-1.14.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen= /mutagen-1.14.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen= /mutagen-1.14.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen= /mutagen-1.14.ebuild?r1=3D1.5&r2=3D1.6 Index: mutagen-1.14.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.14.ebuild,= v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mutagen-1.14.ebuild 8 Aug 2008 20:40:48 -0000 1.5 +++ mutagen-1.14.ebuild 9 Aug 2008 07:28:06 -0000 1.6 @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.14.ebuil= d,v 1.5 2008/08/08 20:40:48 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.14.ebuil= d,v 1.6 2008/08/09 07:28:06 aballier Exp $ =20 -inherit distutils +inherit distutils eutils =20 DESCRIPTION=3D"Mutagen is an audio metadata tag reader and writer implem= ented in pure Python." HOMEPAGE=3D"http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen= " @@ -23,5 +23,11 @@ DOCS=3D"API-NOTES NEWS README TODO TUTORIAL" =20 src_test() { - python setup.py test || die "src_test failed." + if ! built_with_use media-libs/flac ogg ; then + ewarn "You need media-libs/flac to be built with use ogg in order to" + ewarn "run the tests. Please re-install it with the ogg useflag enable= d." + ewarn "Skipping tests." + else + python setup.py test || die "src_test failed." + fi }