diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:38:59 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:38:59 +0000 |
commit | 6ee1f6cbab8c6adb9f55bcf4ec8ccab565c83009 (patch) | |
tree | 2fe26184e21e7a676efd6d8121b8961b4d1b26e4 /app-crypt/mit-krb5 | |
parent | Remove old ebuild. (diff) | |
download | gentoo-2-6ee1f6cbab8c6adb9f55bcf4ec8ccab565c83009.tar.gz gentoo-2-6ee1f6cbab8c6adb9f55bcf4ec8ccab565c83009.tar.bz2 gentoo-2-6ee1f6cbab8c6adb9f55bcf4ec8ccab565c83009.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-crypt/mit-krb5')
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.3.6-r2.ebuild | 6 | ||||
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.4.1.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/app-crypt/mit-krb5/mit-krb5-1.3.6-r2.ebuild b/app-crypt/mit-krb5/mit-krb5-1.3.6-r2.ebuild index 41b666dcfa0c..8aa750d71857 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.3.6-r2.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.3.6-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/app-crypt/mit-krb5/mit-krb5-1.3.6-r2.ebuild,v 1.12 2005/06/03 00:53:23 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.3.6-r2.ebuild,v 1.13 2005/07/09 19:34:53 swegener Exp $ inherit eutils @@ -156,8 +156,8 @@ src_install() { pkg_postinst() { einfo "See /usr/share/doc/${PF}/html/admin.html for documentation." - echo "" + echo einfo "The client apps are installed with the k prefix" einfo "(ie. kftp, kftpd, ktelnet, ktelnetd, etc...)" - echo "" + echo } diff --git a/app-crypt/mit-krb5/mit-krb5-1.4.1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.4.1.ebuild index 7a1e02f4a4a4..37835aa64c6a 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.4.1.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.4.1.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/app-crypt/mit-krb5/mit-krb5-1.4.1.ebuild,v 1.9 2005/07/07 05:02:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.4.1.ebuild,v 1.10 2005/07/09 19:34:53 swegener Exp $ inherit eutils flag-o-matic versionator @@ -108,15 +108,15 @@ pkg_postinst() { if use doc then einfo "See /usr/share/doc/${PF}/html/admin.html for documentation." - echo "" + echo fi einfo "The client apps are installed with the mit- prefix" einfo "(ie. mit-ftp, mit-ftpd, mit-telnet, mit-telnetd, etc...)" - echo "" + echo einfo "This release of mit-krb5 now depends on an external version" einfo "of the com_err library. Please make sure to run revdep-rebuild" einfo "to ensure the integrity of the linking on your system" - echo "" + echo epause 10 ebeep |