From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Lgcwv-0006rd-O1 for garchives@archives.gentoo.org; Mon, 09 Mar 2009 10:43:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA8A9E0433; Mon, 9 Mar 2009 10:43:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C7A13E0433 for ; Mon, 9 Mar 2009 10:43: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 6A3C064B6D for ; Mon, 9 Mar 2009 10:43:08 +0000 (UTC) Received: from bicatali by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Lgcwu-0005Ye-0I for gentoo-commits@lists.gentoo.org; Mon, 09 Mar 2009 10:43:08 +0000 From: "Sebastien Fabbro (bicatali)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bicatali@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/camd/files: camd-2.2.0-autotools.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: camd-2.2.0-autotools.patch X-VCS-Directories: sci-libs/camd/files X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro Content-Type: text/plain; charset=utf8 Message-Id: Sender: Sebastien Fabbro Date: Mon, 09 Mar 2009 10:43:08 +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: 8eb5f4ee-ff1f-4767-a5c3-6e0234fa8e47 X-Archives-Hash: bae20718b4fd9c5047efe6b1f2f337b8 bicatali 09/03/09 10:43:08 Modified: camd-2.2.0-autotools.patch Log: Removed a non robust test, bug #261568 (Portage version: 2.2_rc23/cvs/Linux x86_64) Revision Changes Path 1.2 sci-libs/camd/files/camd-2.2.0-autotools.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/camd/file= s/camd-2.2.0-autotools.patch?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/camd/file= s/camd-2.2.0-autotools.patch?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/camd/file= s/camd-2.2.0-autotools.patch?r1=3D1.1&r2=3D1.2 Index: camd-2.2.0-autotools.patch =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/sci-libs/camd/files/camd-2.2.0-autotool= s.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- camd-2.2.0-autotools.patch 5 Feb 2008 18:06:35 -0000 1.1 +++ camd-2.2.0-autotools.patch 9 Mar 2009 10:43:07 -0000 1.2 @@ -15,18 +15,19 @@ +AC_OUTPUT --- ./Demo/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ ./Demo/Makefile.am 2008-01-31 15:36:57.492838429 +0000 -@@ -0,0 +1,26 @@ +@@ -0,0 +1,27 @@ +AM_CPPFLAGS =3D -I$(top_srcdir)/Include +check_PROGRAMS =3D \ + camd_demo \ -+ camd_l_demo \ + camd_demo2 \ + camd_simple ++# test is not robust ++# camd_l_demo + +LDADD =3D $(top_builddir)/Source/libcamd.la -lm + +camd_demo_SOURCES =3D camd_demo.c -+camd_l_demo_SOURCES =3D camd_l_demo.c ++#camd_l_demo_SOURCES =3D camd_l_demo.c +camd_demo2_SOURCES =3D camd_demo2.c +camd_simple_SOURCES =3D camd_simple.c +