summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 08:03:29 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 08:03:29 +0000
commit4ff6d3580c0f5f2fa327c52b5f179db485bab869 (patch)
tree5abe74dd21fd45c79fbcd4f1ea35e641688a7c2c /net-dialup/ppp
parentReplacing einfo with elog (diff)
downloadgentoo-2-4ff6d3580c0f5f2fa327c52b5f179db485bab869.tar.gz
gentoo-2-4ff6d3580c0f5f2fa327c52b5f179db485bab869.tar.bz2
gentoo-2-4ff6d3580c0f5f2fa327c52b5f179db485bab869.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r--net-dialup/ppp/ChangeLog5
-rw-r--r--net-dialup/ppp/ppp-2.4.4-r4.ebuild12
2 files changed, 10 insertions, 7 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog
index 22b2c1ccb9a7..1334d1b67649 100644
--- a/net-dialup/ppp/ChangeLog
+++ b/net-dialup/ppp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/ppp
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.178 2007/04/28 16:45:43 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.179 2007/05/06 08:03:29 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> ppp-2.4.4-r4.ebuild:
+ Replacing einfo with elog
28 Apr 2007; Sven Wegener <swegener@gentoo.org> ppp-2.4.4-r4.ebuild:
Drop dodir from dodir/*into combination.
diff --git a/net-dialup/ppp/ppp-2.4.4-r4.ebuild b/net-dialup/ppp/ppp-2.4.4-r4.ebuild
index 0035c46e5e6e..fdd36c6529f6 100644
--- a/net-dialup/ppp/ppp-2.4.4-r4.ebuild
+++ b/net-dialup/ppp/ppp-2.4.4-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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-r4.ebuild,v 1.15 2007/04/28 16:45:43 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r4.ebuild,v 1.16 2007/05/06 08:03:29 genone Exp $
inherit eutils flag-o-matic toolchain-funcs linux-info
@@ -27,8 +27,8 @@ pkg_setup() {
ewarn "The mppe-mppc flag overwrites the pppd native MPPE support with MPPE-MPPC"
ewarn "patch developed by Jan Dubiec."
ewarn "The resulted pppd will work only with patched kernels with version <= 2.6.14."
- einfo "You could obtain the kernel patch from MPPE-MPPC homepage:"
- einfo " http://mppe-mppc.alphacron.de/"
+ ewarn "You could obtain the kernel patch from MPPE-MPPC homepage:"
+ ewarn " http://mppe-mppc.alphacron.de/"
ewarn "CAUTION: MPPC is a U.S. patented algorithm!"
ewarn "Ask yourself if you really need it and, if you do, consult your lawyer first."
ebeep
@@ -277,7 +277,7 @@ pkg_postinst() {
fi
echo
- einfo "Pon, poff and plog scripts have been supplied for experienced users."
- einfo "Users needing particular scripts (ssh,rsh,etc.) should check out the"
- einfo "/usr/share/doc/${PF}/scripts directory."
+ elog "Pon, poff and plog scripts have been supplied for experienced users."
+ elog "Users needing particular scripts (ssh,rsh,etc.) should check out the"
+ elog "/usr/share/doc/${PF}/scripts directory."
}