summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-09 18:48:08 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-09 18:48:08 +0000
commit74b6f70c34c62b6542d5fb32f399eb7f263a16e9 (patch)
tree3f8b085a8839deae2f17005eb13a6bc6a294307e /net-dialup
parentQA: Cleaner einfo, ewarn, eerror and echo usage (diff)
downloadgentoo-2-74b6f70c34c62b6542d5fb32f399eb7f263a16e9.tar.gz
gentoo-2-74b6f70c34c62b6542d5fb32f399eb7f263a16e9.tar.bz2
gentoo-2-74b6f70c34c62b6542d5fb32f399eb7f263a16e9.zip
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild6
-rw-r--r--net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild14
2 files changed, 10 insertions, 10 deletions
diff --git a/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild
index 53d3738623ca..eac3b5091932 100644
--- a/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild
+++ b/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild,v 1.3 2005/03/05 13:56:55 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild,v 1.4 2005/07/09 18:47:20 swegener Exp $
inherit eutils
@@ -107,12 +107,12 @@ src_install() {
pkg_postinst() {
einfo "Please read the instructions in:"
einfo "/usr/share/doc/${PF}/README.gentoo.gz"
- einfo ""
+ einfo
einfo "Annotation for active AVM ISDN boards (B1 ISA/PCI, ...):"
einfo "If you run"
einfo " emerge isdn-firmware"
einfo "you will probably find your board's firmware in /lib/firmware."
- einfo ""
+ einfo
einfo "If you have another active ISDN board, you should create"
einfo "/lib/firmware and copy there your board's firmware."
}
diff --git a/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild b/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild
index bdd25b8a18bd..68f37d17ecca 100644
--- a/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild
+++ b/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild,v 1.2 2005/05/06 04:54:51 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild,v 1.3 2005/07/09 18:48:08 swegener Exp $
inherit flag-o-matic
@@ -68,23 +68,23 @@ src_install() {
}
pkg_postinst() {
- echo ""
+ echo
ewarn "Make sure you have kernel support for USB, HDCL and PPP"
ewarn "NB: kernels >= 2.4.18 include the hdlc patch"
- echo ""
+ echo
ewarn "Read and subscribe vendor's licence to download the microcode"
- ewarn "You can get it from: "
+ ewarn "You can get it from:"
ewarn " 1) vendor's site: http://www.speedtouchdsl.com/dvrreg_lx.htm"
ewarn " 2) a windows system: c:\\\\windows\\\\system\\\\alcaudsl.sys"
ewarn " 3) the CD provided: X:\\\\Driver\\\\alcaudsl.sys"
ewarn "Then you should set its path in the /etc/conf.d/speedtouch file"
ewarn "edit and rename 'adsl.sample' to 'adsl' in /etc/ppp/peers/adsl and"
ewarn "bring up your adsl line using the /etc/init.d/speedtouch script"
- echo ""
+ echo
einfo "More info in the documentation in /usr/share/doc/${PF}"
- echo ""
+ echo
einfo "You need to pass -a /usr/share/speedtouch/boot.v123.bin to"
einfo "modem_run with this version. The URL for firmware is:"
einfo "http://www.speedtouchdsl.com/driver_upgrade_lx_3.0.1.2.htm"
- echo ""
+ echo
}