diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-02 07:56:36 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-02 07:56:36 +0000 |
commit | 97be4f710e7d6535ed402273a7ef9e61530432f0 (patch) | |
tree | f9b81943dc121bd74381e805c77d0faa1cdb3d7c /net-dialup/fritzcapi | |
parent | 30 days up so time for saxon-bin to rest in piece. (diff) | |
download | historical-97be4f710e7d6535ed402273a7ef9e61530432f0.tar.gz historical-97be4f710e7d6535ed402273a7ef9e61530432f0.tar.bz2 historical-97be4f710e7d6535ed402273a7ef9e61530432f0.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-dialup/fritzcapi')
-rw-r--r-- | net-dialup/fritzcapi/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild | 26 |
2 files changed, 17 insertions, 14 deletions
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 <genone@gentoo.org> fritzcapi-2.6.43.ebuild: + Replacing einfo with elog 06 Feb 2007; <genstef@gentoo.org> 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" ) } |