diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-02 00:15:32 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-02 00:15:32 +0000 |
commit | b5e754f78aa3378d847b1a6a6428c868d5b6457f (patch) | |
tree | c7d7bdba21c6351396bd89a618ad1ecf16b86bea /net-dialup/capi4k-utils | |
parent | version bump (diff) | |
download | gentoo-2-b5e754f78aa3378d847b1a6a6428c868d5b6457f.tar.gz gentoo-2-b5e754f78aa3378d847b1a6a6428c868d5b6457f.tar.bz2 gentoo-2-b5e754f78aa3378d847b1a6a6428c868d5b6457f.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-dialup/capi4k-utils')
-rw-r--r-- | net-dialup/capi4k-utils/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild | 38 |
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" |