From 97be4f710e7d6535ed402273a7ef9e61530432f0 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Wed, 2 May 2007 07:56:36 +0000 Subject: Replacing einfo with elog Package-Manager: portage-2.1.2.5 --- net-dialup/fritzcapi/ChangeLog | 5 ++++- net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild | 26 +++++++++++++------------- 2 files changed, 17 insertions(+), 14 deletions(-) (limited to 'net-dialup/fritzcapi') diff --git a/net-dialup/fritzcapi/ChangeLog b/net-dialup/fritzcapi/ChangeLog index 0c3629f5fc5f..f05a7f5cb7e8 100644 --- a/net-dialup/fritzcapi/ChangeLog +++ b/net-dialup/fritzcapi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/fritzcapi # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fritzcapi/ChangeLog,v 1.29 2007/02/06 18:25:52 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fritzcapi/ChangeLog,v 1.30 2007/05/02 07:53:25 genone Exp $ + + 02 May 2007; Marius Mauch fritzcapi-2.6.43.ebuild: + Replacing einfo with elog 06 Feb 2007; fritzcapi-2.6.43.ebuild: comment out 2.6.20 patch for dsd diff --git a/net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild b/net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild index 6fe4d00efc15..7acab9d8b682 100644 --- a/net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild +++ b/net-dialup/fritzcapi/fritzcapi-2.6.43.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/fritzcapi/fritzcapi-2.6.43.ebuild,v 1.10 2007/02/06 18:25:52 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild,v 1.11 2007/05/02 07:53:25 genone Exp $ inherit linux-mod rpm eutils @@ -68,12 +68,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 "FRITZCAPI_CARDS which should contain a blank separated list" - einfo "of a selection from the following cards:" - einfo " ${FRITZCAPI_MODULES[*]}" - einfo + elog + elog "You can control the modules which are built with the variable" + elog "FRITZCAPI_CARDS which should contain a blank separated list" + elog "of a selection from the following cards:" + elog " ${FRITZCAPI_MODULES[*]}" + elog ewarn "I give you the chance of hitting Ctrl-C and make the necessary" ewarn "adjustments in /etc/make.conf." ebeep @@ -92,7 +92,7 @@ pkg_setup() { done fi - einfo "Selected cards: ${FRITZCAPI_BUILD_CARDS}" + elog "Selected cards: ${FRITZCAPI_BUILD_CARDS}" } src_unpack() { @@ -137,11 +137,11 @@ src_install() { pkg_postinst() { linux-mod_pkg_postinst - einfo "If your device needs a firmware, you should edit copy the firmware files" - einfo "in /lib/firmware and edit /etc/capi.conf." - einfo + elog "If your device needs a firmware, you should edit copy the firmware files" + elog "in /lib/firmware and edit /etc/capi.conf." + elog [ "${FRITZCAPI_BUILD_TARGETS/usb2/}" != "${FRITZCAPI_BUILD_TARGETS}" ] && ( - einfo "Note: This ebuild has already installed firmware files necessary for following modules:" - einfo " fcusb2" + elog "Note: This ebuild has already installed firmware files necessary for following modules:" + elog " fcusb2" ) } -- cgit v1.2.3-65-gdbad