diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 07:59:43 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 07:59:43 +0000 |
commit | aa900708b7e8f44df8d59a805f6df2753b939d47 (patch) | |
tree | 95b27cb5637cbf50dbb0d9a46f8b65cdd0479176 /net-dialup/misdn | |
parent | ppc stable (diff) | |
download | gentoo-2-aa900708b7e8f44df8d59a805f6df2753b939d47.tar.gz gentoo-2-aa900708b7e8f44df8d59a805f6df2753b939d47.tar.bz2 gentoo-2-aa900708b7e8f44df8d59a805f6df2753b939d47.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-dialup/misdn')
-rw-r--r-- | net-dialup/misdn/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/misdn/misdn-1.1.2.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/net-dialup/misdn/ChangeLog b/net-dialup/misdn/ChangeLog index 62c316a0ba14..b5fd03324c90 100644 --- a/net-dialup/misdn/ChangeLog +++ b/net-dialup/misdn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/misdn # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/ChangeLog,v 1.20 2007/04/12 12:06:36 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/ChangeLog,v 1.21 2007/05/06 07:59:43 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> misdn-1.1.2.ebuild: + Replacing einfo with elog *misdn-1.1.2 (12 Apr 2007) diff --git a/net-dialup/misdn/misdn-1.1.2.ebuild b/net-dialup/misdn/misdn-1.1.2.ebuild index eb17d51cdc3a..5ae7df9aa7a9 100644 --- a/net-dialup/misdn/misdn-1.1.2.ebuild +++ b/net-dialup/misdn/misdn-1.1.2.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/misdn/misdn-1.1.2.ebuild,v 1.1 2007/04/12 12:06:36 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/misdn-1.1.2.ebuild,v 1.2 2007/05/06 07:59:43 genone Exp $ inherit eutils linux-mod @@ -97,12 +97,12 @@ pkg_setup() { die "Module ${USERCARD} not present in ${P}" done else - einfo - einfo "You can control the modules which are built with the variable" - einfo "MISDN_CARDS which should contain a blank separated list" - einfo "of a selection from the following cards:" - einfo " ${MISDN_MODULES[*]}" - einfo + elog + elog "You can control the modules which are built with the variable" + elog "MISDN_CARDS which should contain a blank separated list" + elog "of a selection from the following cards:" + elog " ${MISDN_MODULES[*]}" + elog ewarn "I give you the chance of hitting Ctrl-C and make the necessary" ewarn "adjustments in /etc/make.conf." |