Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/dahdi-tools: dahdi-tools-2.2.0-r1.ebuild ChangeLog
Date: Tue, 22 Dec 2009 14:27:51
Message-Id: E1NN5iG-0008G5-QG@stork.gentoo.org
1 chainsaw 09/12/22 14:27:48
2
3 Modified: dahdi-tools-2.2.0-r1.ebuild ChangeLog
4 Log:
5 I have stopped entertaining the notion that the 2.6.28-r1 linux-headers are usable.
6 (Portage version: 2.1.7.15/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild?r1=1.3&r2=1.4
14
15 Index: dahdi-tools-2.2.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- dahdi-tools-2.2.0-r1.ebuild 22 Dec 2009 13:58:06 -0000 1.3
22 +++ dahdi-tools-2.2.0-r1.ebuild 22 Dec 2009 14:27:48 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild,v 1.3 2009/12/22 13:58:06 chainsaw Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild,v 1.4 2009/12/22 14:27:48 chainsaw Exp $
28
29 EAPI=1
30 inherit eutils
31 @@ -16,17 +16,15 @@
32
33 DEPEND="net-misc/dahdi
34 !net-misc/zaptel
35 + >=sys-kernel/linux-headers-2.6.29
36 virtual/libusb:0"
37 RDEPEND="${DEPEND}"
38
39 src_unpack() {
40 unpack ${A}
41 cd "${S}"
42 - # Work around broken 07_all_pull-libc-headers-linux.patch
43 - # that seemingly nobody wants to fix.
44 - if ! has_version "=sys-kernel/linux-headers-2.6.29"; then
45 - epatch "${FILESDIR}/${P}-ifreq.patch"
46 - fi
47 +
48 + epatch "${FILESDIR}/${P}-ifreq.patch"
49 epatch "${FILESDIR}/${P}-modprobe-suffix.patch"
50 epatch "${FILESDIR}/${P}-vendorlib.patch"
51 epatch "${FILESDIR}/${P}-no-hardware-fiddling.patch"
52
53
54
55 1.5 net-misc/dahdi-tools/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-tools/ChangeLog?rev=1.5&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-tools/ChangeLog?rev=1.5&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-tools/ChangeLog?r1=1.4&r2=1.5
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v
64 retrieving revision 1.4
65 retrieving revision 1.5
66 diff -u -r1.4 -r1.5
67 --- ChangeLog 22 Dec 2009 13:55:21 -0000 1.4
68 +++ ChangeLog 22 Dec 2009 14:27:48 -0000 1.5
69 @@ -1,10 +1,10 @@
70 # ChangeLog for net-misc/dahdi-tools
71 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.4 2009/12/22 13:55:21 chainsaw Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.5 2009/12/22 14:27:48 chainsaw Exp $
74
75 22 Dec 2009; <chainsaw@g.o> dahdi-tools-2.2.0-r1.ebuild:
76 - The broken/working mix of linux-headers available is more complicated then
77 - initially expected.
78 + I have stopped entertaining the notion that the 2.6.28-r1 linux-headers
79 + are usable.
80
81 *dahdi-tools-2.2.0-r1 (22 Dec 2009)