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/isdn4k-utils: isdn4k-utils-3.8_pre20050821.ebuild ChangeLog
Date: Mon, 31 Aug 2009 17:29:07
Message-Id: E1MiFVd-0000Bo-2O@stork.gentoo.org
1 ikelos 09/08/31 22:37:57
2
3 Modified: isdn4k-utils-3.8_pre20050821.ebuild ChangeLog
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.12 net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild?r1=1.11&r2=1.12
14
15 Index: isdn4k-utils-3.8_pre20050821.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- isdn4k-utils-3.8_pre20050821.ebuild 14 Nov 2007 15:30:57 -0000 1.11
22 +++ isdn4k-utils-3.8_pre20050821.ebuild 31 Aug 2009 22:37:56 -0000 1.12
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild,v 1.11 2007/11/14 15:30:57 mrness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild,v 1.12 2009/08/31 22:37:56 ikelos Exp $
29
30 inherit eutils multilib gnuconfig linux-info
31
32 @@ -60,12 +60,12 @@
33
34 pkg_setup() {
35 # check kernel config
36 - CONFIG_CHECK="ISDN ISDN_I4L"
37 + CONFIG_CHECK="~ISDN ~ISDN_I4L"
38 if use ipppd; then
39 - CONFIG_CHECK="${CONFIG_CHECK} ISDN_PPP"
40 - use activefilter && CONFIG_CHECK="${CONFIG_CHECK} IPPP_FILTER"
41 + CONFIG_CHECK="${CONFIG_CHECK} ~ISDN_PPP"
42 + use activefilter && CONFIG_CHECK="${CONFIG_CHECK} ~IPPP_FILTER"
43 fi
44 - use eurofile && CONFIG_CHECK="${CONFIG_CHECK} X25 ISDN_X25"
45 + use eurofile && CONFIG_CHECK="${CONFIG_CHECK} ~X25 ~ISDN_X25"
46 # linux-info_pkg_setup -> disabled until I have a better solution
47
48 # Get country code from I4L_CC variable
49
50
51
52 1.63 net-dialup/isdn4k-utils/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/isdn4k-utils/ChangeLog?rev=1.63&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/isdn4k-utils/ChangeLog?rev=1.63&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/isdn4k-utils/ChangeLog?r1=1.62&r2=1.63
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/ChangeLog,v
61 retrieving revision 1.62
62 retrieving revision 1.63
63 diff -u -r1.62 -r1.63
64 --- ChangeLog 23 Aug 2008 03:06:02 -0000 1.62
65 +++ ChangeLog 31 Aug 2009 22:37:56 -0000 1.63
66 @@ -1,6 +1,10 @@
67 # ChangeLog for net-dialup/isdn4k-utils
68 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/ChangeLog,v 1.62 2008/08/23 03:06:02 cardoe Exp $
70 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/ChangeLog,v 1.63 2009/08/31 22:37:56 ikelos Exp $
72 +
73 + 31 Aug 2009; Mike Auty <ikelos@g.o>
74 + isdn4k-utils-3.8_pre20050821.ebuild:
75 + Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
76
77 23 Aug 2008; Doug Goldstein <cardoe@g.o> metadata.xml:
78 add GLEP 56 USE flag desc from use.local.desc