Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/capi4k-utils: ChangeLog capi4k-utils-20050718-r3.ebuild
Date: Mon, 31 Aug 2009 17:23:37
Message-Id: E1MiFQI-0008Lh-UL@stork.gentoo.org
1 ikelos 09/08/31 22:32:26
2
3 Modified: ChangeLog capi4k-utils-20050718-r3.ebuild
4 Log:
5 Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
6 (Portage version: 2.2_rc40/cvs/Linux i686)
7
8 Revision Changes Path
9 1.65 net-dialup/capi4k-utils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?rev=1.65&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?rev=1.65&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?r1=1.64&r2=1.65
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v
18 retrieving revision 1.64
19 retrieving revision 1.65
20 diff -u -r1.64 -r1.65
21 --- ChangeLog 12 Jul 2009 18:17:11 -0000 1.64
22 +++ ChangeLog 31 Aug 2009 22:32:26 -0000 1.65
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-dialup/capi4k-utils
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.64 2009/07/12 18:17:11 halcy0n Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.65 2009/08/31 22:32:26 ikelos Exp $
28 +
29 + 31 Aug 2009; Mike Auty <ikelos@g.o>
30 + capi4k-utils-20050718-r3.ebuild:
31 + Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
32
33 12 Jul 2009; Mark Loeser <halcy0n@g.o>
34 capi4k-utils-20050718-r3.ebuild:
35
36
37
38 1.13 net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?rev=1.13&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?rev=1.13&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?r1=1.12&r2=1.13
43
44 Index: capi4k-utils-20050718-r3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v
47 retrieving revision 1.12
48 retrieving revision 1.13
49 diff -u -r1.12 -r1.13
50 --- capi4k-utils-20050718-r3.ebuild 12 Jul 2009 18:17:11 -0000 1.12
51 +++ capi4k-utils-20050718-r3.ebuild 31 Aug 2009 22:32:26 -0000 1.13
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.12 2009/07/12 18:17:11 halcy0n Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.13 2009/08/31 22:32:26 ikelos Exp $
57
58 inherit eutils multilib linux-info
59
60 @@ -34,8 +34,8 @@
61
62 pkg_setup() {
63 # check kernel config
64 - CONFIG_CHECK="ISDN ISDN_CAPI ISDN_CAPI_CAPI20"
65 - use pppd && CONFIG_CHECK="${CONFIG_CHECK} ISDN_CAPI_MIDDLEWARE ISDN_CAPI_CAPIFS_BOOL"
66 + CONFIG_CHECK="~ISDN ~ISDN_CAPI ~ISDN_CAPI_CAPI20"
67 + use pppd && CONFIG_CHECK="${CONFIG_CHECK} ~ISDN_CAPI_MIDDLEWARE ~ISDN_CAPI_CAPIFS_BOOL"
68 linux-info_pkg_setup
69 }