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 1NN5Ct-0005F0-HH for garchives@archives.gentoo.org; Tue, 22 Dec 2009 13:55:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D821E0A81; Tue, 22 Dec 2009 13:55:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BC00CE0A81 for ; Tue, 22 Dec 2009 13:55:22 +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 6574D67C09 for ; Tue, 22 Dec 2009 13:55:22 +0000 (UTC) Received: from chainsaw by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NN5Cr-0006Av-UX for gentoo-commits@lists.gentoo.org; Tue, 22 Dec 2009 13:55:21 +0000 From: "Tony Vroon (chainsaw)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chainsaw@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/dahdi-tools: dahdi-tools-2.2.0-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: dahdi-tools-2.2.0-r1.ebuild ChangeLog X-VCS-Directories: net-misc/dahdi-tools X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tony Vroon Date: Tue, 22 Dec 2009 13:55:21 +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: 070bd473-ee20-4fcb-8d12-f07db395d784 X-Archives-Hash: b424d900c8ecdde43b10d96bd6fea136 chainsaw 09/12/22 13:55:21 Modified: dahdi-tools-2.2.0-r1.ebuild ChangeLog Log: The broken/working mix of linux-headers available is more complicated t= hen initially expected. (Portage version: 2.1.7.15/cvs/Linux x86_64) Revision Changes Path 1.2 net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-too= ls/dahdi-tools-2.2.0-r1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-too= ls/dahdi-tools-2.2.0-r1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-too= ls/dahdi-tools-2.2.0-r1.ebuild?r1=3D1.1&r2=3D1.2 Index: dahdi-tools-2.2.0-r1.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/net-misc/dahdi-tools/dahdi-tools-2.2.0-= r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dahdi-tools-2.2.0-r1.ebuild 22 Dec 2009 12:31:14 -0000 1.1 +++ dahdi-tools-2.2.0-r1.ebuild 22 Dec 2009 13:55:21 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.= 0-r1.ebuild,v 1.1 2009/12/22 12:31:14 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.= 0-r1.ebuild,v 1.2 2009/12/22 13:55:21 chainsaw Exp $ =20 EAPI=3D1 inherit eutils @@ -24,7 +24,7 @@ cd "${S}" # Work around broken 07_all_pull-libc-headers-linux.patch # that seemingly nobody wants to fix. - if has_version ">sys-kernel/linux-headers-2.6.28-r1"; then + if has_version "!sys-kernel/linux-headers-2.6.29"; then epatch "${FILESDIR}/${P}-ifreq.patch" fi epatch "${FILESDIR}/${P}-modprobe-suffix.patch" 1.4 net-misc/dahdi-tools/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-too= ls/ChangeLog?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-too= ls/ChangeLog?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-too= ls/ChangeLog?r1=3D1.3&r2=3D1.4 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/net-misc/dahdi-tools/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 22 Dec 2009 12:31:14 -0000 1.3 +++ ChangeLog 22 Dec 2009 13:55:21 -0000 1.4 @@ -1,6 +1,10 @@ # ChangeLog for net-misc/dahdi-tools # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.3 = 2009/12/22 12:31:14 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.4 = 2009/12/22 13:55:21 chainsaw Exp $ + + 22 Dec 2009; dahdi-tools-2.2.0-r1.ebuild: + The broken/working mix of linux-headers available is more complicated = then + initially expected. =20 *dahdi-tools-2.2.0-r1 (22 Dec 2009) =20