summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 05:32:15 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 05:32:15 +0000
commit082dde19e811c8a4f88e6c09b88688de2d837471 (patch)
tree2f1f60b2b44c952fd541e6754f4779bbc7362064 /app-misc/klive
parentMarked ~ppc for bug #163708. (diff)
downloadhistorical-082dde19e811c8a4f88e6c09b88688de2d837471.tar.gz
historical-082dde19e811c8a4f88e6c09b88688de2d837471.tar.bz2
historical-082dde19e811c8a4f88e6c09b88688de2d837471.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'app-misc/klive')
-rw-r--r--app-misc/klive/ChangeLog8
-rw-r--r--app-misc/klive/klive-0.16.ebuild24
-rw-r--r--app-misc/klive/klive-0.23.ebuild24
3 files changed, 30 insertions, 26 deletions
diff --git a/app-misc/klive/ChangeLog b/app-misc/klive/ChangeLog
index dabb0ddd7f77..7ba4676840f7 100644
--- a/app-misc/klive/ChangeLog
+++ b/app-misc/klive/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/klive
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/klive/ChangeLog,v 1.14 2006/12/15 02:13:19 jer Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/klive/ChangeLog,v 1.15 2007/01/28 05:15:44 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> klive-0.16.ebuild,
+ klive-0.23.ebuild:
+ Replacing einfo with elog
15 Dec 2006; Jeroen Roovers <jer@gentoo.org> klive-0.23.ebuild:
Marked ~hppa.
diff --git a/app-misc/klive/klive-0.16.ebuild b/app-misc/klive/klive-0.16.ebuild
index 5e4e2b87cd4b..e10c0efce890 100644
--- a/app-misc/klive/klive-0.16.ebuild
+++ b/app-misc/klive/klive-0.16.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/app-misc/klive/klive-0.16.ebuild,v 1.6 2006/04/20 05:13:51 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/klive/klive-0.16.ebuild,v 1.7 2007/01/28 05:15:44 genone Exp $
inherit eutils
@@ -33,24 +33,24 @@ src_install() {
pkg_postinst() {
echo
- einfo "To start klive, use the init script, e.g.:"
- einfo " # /etc/init.d/klive start"
+ elog "To start klive, use the init script, e.g.:"
+ elog " # /etc/init.d/klive start"
echo
- einfo "You should add klive to your default runlevel so that it will be"
- einfo "started on on every bootup, e.g.:"
- einfo " # rc-update add klive default"
+ elog "You should add klive to your default runlevel so that it will be"
+ elog "started on on every bootup, e.g.:"
+ elog " # rc-update add klive default"
echo
ewarn "klive periodically submits basic information about the configuration of"
ewarn "your running kernel to a 3rd-party server which is NOT controlled by"
ewarn "Gentoo. This data is probably privately logged against your IP address."
- echo
+ ewarn
- einfo "The data submitted is used to generate basic statistics which provide"
- einfo "insight as to how widely tested a particular kernel version is."
- einfo "These statistics are publically accessible at http://klive.cpushare.com"
- echo
+ ewarn "The data submitted is used to generate basic statistics which provide"
+ ewarn "insight as to how widely tested a particular kernel version is."
+ ewarn "These statistics are publically accessible at http://klive.cpushare.com"
+ ewarn
ewarn "If you have privacy/security concerns about the submission of this data"
ewarn "and/or its public availability, unmerge this package now."
diff --git a/app-misc/klive/klive-0.23.ebuild b/app-misc/klive/klive-0.23.ebuild
index 16cf72cef286..98927f9030d4 100644
--- a/app-misc/klive/klive-0.23.ebuild
+++ b/app-misc/klive/klive-0.23.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/app-misc/klive/klive-0.23.ebuild,v 1.2 2006/12/15 02:13:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/klive/klive-0.23.ebuild,v 1.3 2007/01/28 05:15:44 genone Exp $
inherit eutils
@@ -33,24 +33,24 @@ src_install() {
pkg_postinst() {
echo
- einfo "To start klive, use the init script, e.g.:"
- einfo " # /etc/init.d/klive start"
+ elog "To start klive, use the init script, e.g.:"
+ elog " # /etc/init.d/klive start"
echo
- einfo "You should add klive to your default runlevel so that it will be"
- einfo "started on on every bootup, e.g.:"
- einfo " # rc-update add klive default"
+ elog "You should add klive to your default runlevel so that it will be"
+ elog "started on on every bootup, e.g.:"
+ elog " # rc-update add klive default"
echo
ewarn "klive periodically submits basic information about the configuration of"
ewarn "your running kernel to a 3rd-party server which is NOT controlled by"
ewarn "Gentoo. This data is probably privately logged against your IP address."
- echo
+ ewarn
- einfo "The data submitted is used to generate basic statistics which provide"
- einfo "insight as to how widely tested a particular kernel version is."
- einfo "These statistics are publically accessible at http://klive.cpushare.com"
- echo
+ ewarn "The data submitted is used to generate basic statistics which provide"
+ ewarn "insight as to how widely tested a particular kernel version is."
+ ewarn "These statistics are publically accessible at http://klive.cpushare.com"
+ ewarn
ewarn "If you have privacy/security concerns about the submission of this data"
ewarn "and/or its public availability, unmerge this package now."