Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/ppp: ppp-2.4.4-r24.ebuild ppp-2.4.4-r23.ebuild ChangeLog
Date: Thu, 10 Sep 2009 18:08:22
Message-Id: E1Mlo4B-0003Ra-Rf@stork.gentoo.org
1 robbat2 09/09/10 18:08:19
2
3 Modified: ppp-2.4.4-r24.ebuild ppp-2.4.4-r23.ebuild ChangeLog
4 Log:
5 Change the config check to avoid triggering it during catalyst autobuild for the meantime.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 net-dialup/ppp/ppp-2.4.4-r24.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r24.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r24.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r24.ebuild?r1=1.3&r2=1.4
14
15 Index: ppp-2.4.4-r24.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r24.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -p -w -b -B -u -u -r1.3 -r1.4
21 --- ppp-2.4.4-r24.ebuild 8 Sep 2009 12:39:01 -0000 1.3
22 +++ ppp-2.4.4-r24.ebuild 10 Sep 2009 18:08:19 -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-dialup/ppp/ppp-2.4.4-r24.ebuild,v 1.3 2009/09/08 12:39:01 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r24.ebuild,v 1.4 2009/09/10 18:08:19 robbat2 Exp $
28
29 EAPI="2"
30
31 @@ -231,7 +231,7 @@ src_install() {
32 }
33
34 pkg_postinst() {
35 - if linux-info_get_any_version ; then
36 + if linux-info_get_any_version && linux_config_src_exists; then
37 echo
38 ewarn "If the following test report contains a missing kernel configuration option that you need,"
39 ewarn "you should reconfigure and rebuild your kernel before running pppd."
40
41
42
43 1.3 net-dialup/ppp/ppp-2.4.4-r23.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r23.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r23.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r23.ebuild?r1=1.2&r2=1.3
48
49 Index: ppp-2.4.4-r23.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r23.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -p -w -b -B -u -u -r1.2 -r1.3
55 --- ppp-2.4.4-r23.ebuild 8 Sep 2009 12:39:01 -0000 1.2
56 +++ ppp-2.4.4-r23.ebuild 10 Sep 2009 18:08:19 -0000 1.3
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2009 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r23.ebuild,v 1.2 2009/09/08 12:39:01 robbat2 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r23.ebuild,v 1.3 2009/09/10 18:08:19 robbat2 Exp $
62
63 EAPI="2"
64
65 @@ -230,7 +230,7 @@ src_install() {
66 }
67
68 pkg_postinst() {
69 - if linux-info_get_any_version ; then
70 + if linux-info_get_any_version && linux_config_src_exists; then
71 echo
72 ewarn "If the following test report contains a missing kernel configuration option that you need,"
73 ewarn "you should reconfigure and rebuild your kernel before running pppd."
74
75
76
77 1.246 net-dialup/ppp/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ChangeLog?rev=1.246&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ChangeLog?rev=1.246&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ChangeLog?r1=1.245&r2=1.246
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v
86 retrieving revision 1.245
87 retrieving revision 1.246
88 diff -p -w -b -B -u -u -r1.245 -r1.246
89 --- ChangeLog 8 Sep 2009 12:39:01 -0000 1.245
90 +++ ChangeLog 10 Sep 2009 18:08:19 -0000 1.246
91 @@ -1,6 +1,11 @@
92 # ChangeLog for net-dialup/ppp
93 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.245 2009/09/08 12:39:01 robbat2 Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.246 2009/09/10 18:08:19 robbat2 Exp $
96 +
97 + 10 Sep 2009; Robin H. Johnson <robbat2@g.o> ppp-2.4.4-r23.ebuild,
98 + ppp-2.4.4-r24.ebuild:
99 + Change the config check to avoid triggering it during catalyst autobuild
100 + for the meantime.
101
102 08 Sep 2009; Robin H. Johnson <robbat2@g.o> ppp-2.4.4-r23.ebuild,
103 ppp-2.4.4-r24.ebuild: