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: Tue, 08 Sep 2009 12:39:04
Message-Id: E1MkzyP-0004zn-Vd@stork.gentoo.org
1 robbat2 09/09/08 12:39:01
2
3 Modified: ppp-2.4.4-r24.ebuild ppp-2.4.4-r23.ebuild ChangeLog
4 Log:
5 Fix for linux-info change to give more suitable warnings when kernel sources are not present.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 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.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r24.ebuild?rev=1.3&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.2&r2=1.3
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.2
19 retrieving revision 1.3
20 diff -p -w -b -B -u -u -r1.2 -r1.3
21 --- ppp-2.4.4-r24.ebuild 16 Aug 2009 09:06:24 -0000 1.2
22 +++ ppp-2.4.4-r24.ebuild 8 Sep 2009 12:39:01 -0000 1.3
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.2 2009/08/16 09:06:24 mrness Exp $
27 +# $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 $
28
29 EAPI="2"
30
31 @@ -231,7 +231,7 @@ src_install() {
32 }
33
34 pkg_postinst() {
35 - if get_version ; then
36 + if linux-info_get_any_version ; 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.2 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.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r23.ebuild?rev=1.2&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.1&r2=1.2
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.1
53 retrieving revision 1.2
54 diff -p -w -b -B -u -u -r1.1 -r1.2
55 --- ppp-2.4.4-r23.ebuild 23 Jun 2009 06:25:07 -0000 1.1
56 +++ ppp-2.4.4-r23.ebuild 8 Sep 2009 12:39:01 -0000 1.2
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.1 2009/06/23 06:25:07 mrness Exp $
61 +# $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 $
62
63 EAPI="2"
64
65 @@ -230,7 +230,7 @@ src_install() {
66 }
67
68 pkg_postinst() {
69 - if get_version ; then
70 + if linux-info_get_any_version ; 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.245 net-dialup/ppp/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ChangeLog?rev=1.245&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ChangeLog?rev=1.245&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ChangeLog?r1=1.244&r2=1.245
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v
86 retrieving revision 1.244
87 retrieving revision 1.245
88 diff -p -w -b -B -u -u -r1.244 -r1.245
89 --- ChangeLog 16 Aug 2009 09:06:24 -0000 1.244
90 +++ ChangeLog 8 Sep 2009 12:39:01 -0000 1.245
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.244 2009/08/16 09:06:24 mrness Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.245 2009/09/08 12:39:01 robbat2 Exp $
96 +
97 + 08 Sep 2009; Robin H. Johnson <robbat2@g.o> ppp-2.4.4-r23.ebuild,
98 + ppp-2.4.4-r24.ebuild:
99 + Fix for linux-info change to give more suitable warnings when kernel
100 + sources are not present.
101
102 16 Aug 2009; Alin Năstac <mrness@g.o> ppp-2.4.4-r24.ebuild:
103 Readd scripts to gentoo tarball (#281591).