summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-02 00:17:24 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-02 00:17:24 +0000
commit4ed08309cde3137e54a0731b92af34bea1c592f7 (patch)
tree78fe816aa6030a35bd94bf22a6f300cc57200933 /net-dialup/capi4k-utils
parentversion bump (diff)
downloadhistorical-4ed08309cde3137e54a0731b92af34bea1c592f7.tar.gz
historical-4ed08309cde3137e54a0731b92af34bea1c592f7.tar.bz2
historical-4ed08309cde3137e54a0731b92af34bea1c592f7.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-dialup/capi4k-utils')
-rw-r--r--net-dialup/capi4k-utils/ChangeLog6
-rw-r--r--net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild38
2 files changed, 24 insertions, 20 deletions
diff --git a/net-dialup/capi4k-utils/ChangeLog b/net-dialup/capi4k-utils/ChangeLog
index d2b37e1794ce..93d45a82a604 100644
--- a/net-dialup/capi4k-utils/ChangeLog
+++ b/net-dialup/capi4k-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/capi4k-utils
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.56 2007/04/30 15:07:20 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.57 2007/05/02 00:15:32 genone Exp $
+
+ 02 May 2007; Marius Mauch <genone@gentoo.org>
+ capi4k-utils-20050718-r3.ebuild:
+ Replacing einfo with elog
30 Apr 2007; Stefan Briesenick <sbriesen@gentoo.org>
,files/capi4k-utils-20050718-msg2str-safety.diff,
diff --git a/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild
index 62a804489f77..54cf5339650e 100644
--- a/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild
+++ b/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.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/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.5 2007/04/30 15:07:20 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.6 2007/05/02 00:15:32 genone Exp $
inherit eutils multilib linux-info
@@ -133,24 +133,24 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Please read the instructions in:"
- einfo "/usr/share/doc/${PF}/README.gentoo.gz"
- 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 "If you have another active ISDN board, you should create"
- einfo "/lib/firmware and copy there your board's firmware."
- einfo
- einfo "There're several other packages available, which might have"
- einfo "the CAPI driver you need for your card(s):"
- einfo " net-dialup/fritzcapi - AVM passive ISDN controllers"
- einfo " net-dialup/fcdsl - AVM ISDN/DSL controllers PCI/USB"
- einfo " net-dialup/misdn - some passive cards with HiSax chipset"
- einfo
+ elog
+ elog "Please read the instructions in:"
+ elog "/usr/share/doc/${PF}/README.gentoo.gz"
+ elog
+ elog "Annotation for active AVM ISDN boards (B1 ISA/PCI, ...):"
+ elog "If you run"
+ elog " emerge isdn-firmware"
+ elog "you will probably find your board's firmware in /lib/firmware."
+ elog
+ elog "If you have another active ISDN board, you should create"
+ elog "/lib/firmware and copy there your board's firmware."
+ elog
+ elog "There're several other packages available, which might have"
+ elog "the CAPI driver you need for your card(s):"
+ elog " net-dialup/fritzcapi - AVM passive ISDN controllers"
+ elog " net-dialup/fcdsl - AVM ISDN/DSL controllers PCI/USB"
+ elog " net-dialup/misdn - some passive cards with HiSax chipset"
+ elog
ewarn "If you're upgrading from an older capi4k-utils, you must recompile"
ewarn "the other packages on your system that link with libcapi after the"
ewarn "upgrade completes. To perform this action, please run revdep-rebuild"