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 1K7TRA-0000Kv-Ko for garchives@archives.gentoo.org; Sat, 14 Jun 2008 10:56:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9185BE03F9; Sat, 14 Jun 2008 10:56:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4AD3AE03F9 for ; Sat, 14 Jun 2008 10:56:47 +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 C9FA866F08 for ; Sat, 14 Jun 2008 10:56:46 +0000 (UTC) Received: from flameeyes by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K7TR4-0005I6-OO for gentoo-commits@lists.gentoo.org; Sat, 14 Jun 2008 10:56:42 +0000 From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libcdio: libcdio-0.80.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libcdio-0.80.ebuild ChangeLog X-VCS-Directories: dev-libs/libcdio X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: Sender: Diego Petteno Date: Sat, 14 Jun 2008 10:56:42 +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: efbbe1bd-afdf-40a1-9318-b971886bac7d X-Archives-Hash: c2c8015236cee1e5ac2f881d4876ac3b flameeyes 08/06/14 10:56:42 Modified: libcdio-0.80.ebuild ChangeLog Log: Disable testdefault build during src_compile phase (fixed upstream too)= ; remove test restriction as they should pass now. (Portage version: 2.1.5.5) Revision Changes Path 1.3 dev-libs/libcdio/libcdio-0.80.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/l= ibcdio-0.80.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/l= ibcdio-0.80.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/l= ibcdio-0.80.ebuild?r1=3D1.2&r2=3D1.3 Index: libcdio-0.80.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/dev-libs/libcdio/libcdio-0.80.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libcdio-0.80.ebuild 13 Jun 2008 14:30:20 -0000 1.2 +++ libcdio-0.80.ebuild 14 Jun 2008 10:56:42 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.80.ebuild,= v 1.2 2008/06/13 14:30:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.80.ebuild,= v 1.3 2008/06/14 10:56:42 flameeyes Exp $ =20 EAPI=3D1 =20 @@ -21,8 +21,6 @@ nls? ( sys-devel/gettext ) dev-util/pkgconfig" =20 -RESTRICT=3D"test" - src_unpack() { unpack ${A} cd "${S}" @@ -30,6 +28,9 @@ epatch "${FILESDIR}"/${PN}-0.79-gcc-4.3-include.patch epatch "${FILESDIR}"/${P}-minimal.patch =20 + sed -i -e 's:noinst_PROGRAMS:EXTRA_PROGRAMS:' test/Makefile.am \ + || die "unable to remove testdefault build" + eautomake elibtoolize } 1.96 dev-libs/libcdio/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/C= hangeLog?rev=3D1.96&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/C= hangeLog?rev=3D1.96&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/C= hangeLog?r1=3D1.95&r2=3D1.96 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/dev-libs/libcdio/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- ChangeLog 13 Jun 2008 14:30:20 -0000 1.95 +++ ChangeLog 14 Jun 2008 10:56:42 -0000 1.96 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libcdio # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v 1.95 200= 8/06/13 14:30:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v 1.96 200= 8/06/14 10:56:42 flameeyes Exp $ + + 14 Jun 2008; Diego Petten=C3=B2 libcdio-0.80.eb= uild: + Disable testdefault build during src_compile phase (fixed upstream too= ); + remove test restriction as they should pass now. =20 13 Jun 2008; Diego Petten=C3=B2 +files/libcdio-0.80-minimal.patch, libcdio-0.80.ebuild: --=20 gentoo-commits@lists.gentoo.org mailing list