summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 08:07:59 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 08:07:59 +0000
commit11d23d2a8f01ef14444c39ec4f70d9440cc96fc6 (patch)
treed30b5de9b367a445a6cd3fcd74f49184b2f13037 /net-dialup/qlcr
parentReplacing einfo with ewarn (diff)
downloadgentoo-2-11d23d2a8f01ef14444c39ec4f70d9440cc96fc6.tar.gz
gentoo-2-11d23d2a8f01ef14444c39ec4f70d9440cc96fc6.tar.bz2
gentoo-2-11d23d2a8f01ef14444c39ec4f70d9440cc96fc6.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-dialup/qlcr')
-rw-r--r--net-dialup/qlcr/ChangeLog7
-rw-r--r--net-dialup/qlcr/qlcr-0.4.1.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/net-dialup/qlcr/ChangeLog b/net-dialup/qlcr/ChangeLog
index c7f9c24330ee..d3fb49c78814 100644
--- a/net-dialup/qlcr/ChangeLog
+++ b/net-dialup/qlcr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/qlcr
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/ChangeLog,v 1.7 2006/09/23 14:41:00 mrness Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/ChangeLog,v 1.8 2007/05/06 08:07:59 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> qlcr-0.4.1.ebuild:
+ Replacing einfo with elog
23 Sep 2006; Alin Nastac <mrness@gentoo.org> qlcr-0.4.1.ebuild:
Avoid QA warning about pre-compressed files.
diff --git a/net-dialup/qlcr/qlcr-0.4.1.ebuild b/net-dialup/qlcr/qlcr-0.4.1.ebuild
index 806b46347064..93e0caf6c63a 100644
--- a/net-dialup/qlcr/qlcr-0.4.1.ebuild
+++ b/net-dialup/qlcr/qlcr-0.4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1.ebuild,v 1.6 2006/09/23 14:41:00 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1.ebuild,v 1.7 2007/05/06 08:07:59 genone Exp $
inherit eutils kde-functions
@@ -37,7 +37,7 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "To use qlcr you should add the appropriate user to the dialout group."
- einfo
+ elog
+ elog "To use qlcr you should add the appropriate user to the dialout group."
+ elog
}