diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-08 12:39:01 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-08 12:39:01 +0000 |
commit | 299161db6297038a2618ea788cd619bb32f8796a (patch) | |
tree | 7804f7f2f4473827bf6d7dfe183a22b4153b59cd /net-dialup/ppp | |
parent | get_version should use linux_config_src_exists to check for source. (diff) | |
download | gentoo-2-299161db6297038a2618ea788cd619bb32f8796a.tar.gz gentoo-2-299161db6297038a2618ea788cd619bb32f8796a.tar.bz2 gentoo-2-299161db6297038a2618ea788cd619bb32f8796a.zip |
Fix for linux-info change to give more suitable warnings when kernel sources are not present.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.4-r23.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.4-r24.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index a36df6f17a6a..da191933493f 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dialup/ppp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.244 2009/08/16 09:06:24 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.245 2009/09/08 12:39:01 robbat2 Exp $ + + 08 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> ppp-2.4.4-r23.ebuild, + ppp-2.4.4-r24.ebuild: + Fix for linux-info change to give more suitable warnings when kernel + sources are not present. 16 Aug 2009; Alin Năstac <mrness@gentoo.org> ppp-2.4.4-r24.ebuild: Readd scripts to gentoo tarball (#281591). diff --git a/net-dialup/ppp/ppp-2.4.4-r23.ebuild b/net-dialup/ppp/ppp-2.4.4-r23.ebuild index 8a0c3617a98c..726258af5c6d 100644 --- a/net-dialup/ppp/ppp-2.4.4-r23.ebuild +++ b/net-dialup/ppp/ppp-2.4.4-r23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI="2" @@ -230,7 +230,7 @@ src_install() { } pkg_postinst() { - if get_version ; then + if linux-info_get_any_version ; then echo ewarn "If the following test report contains a missing kernel configuration option that you need," ewarn "you should reconfigure and rebuild your kernel before running pppd." diff --git a/net-dialup/ppp/ppp-2.4.4-r24.ebuild b/net-dialup/ppp/ppp-2.4.4-r24.ebuild index ce826d603777..d2d233fd86ba 100644 --- a/net-dialup/ppp/ppp-2.4.4-r24.ebuild +++ b/net-dialup/ppp/ppp-2.4.4-r24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI="2" @@ -231,7 +231,7 @@ src_install() { } pkg_postinst() { - if get_version ; then + if linux-info_get_any_version ; then echo ewarn "If the following test report contains a missing kernel configuration option that you need," ewarn "you should reconfigure and rebuild your kernel before running pppd." |