summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-11-17 12:32:05 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-11-17 12:32:05 +0000
commitc40ef5a19b2920797753793478168be76f463bf9 (patch)
treefe92029367b8818733f49c03f45d609d6b894d16 /app-admin
parentInstall a modules-load.d file to load modules automatically on systemd (#4909... (diff)
downloadgentoo-2-c40ef5a19b2920797753793478168be76f463bf9.tar.gz
gentoo-2-c40ef5a19b2920797753793478168be76f463bf9.tar.bz2
gentoo-2-c40ef5a19b2920797753793478168be76f463bf9.zip
Remove useless elog messages:
- The eix elog msg is deprecated, recent puppet versions are smart enough to run eix-update by themselves - The runlevels elog msg is a known puppet bug, http://projects.puppetlabs.com/issues/2712 There is no reaason for us to elog every known puppet bug out there (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x57DC0078)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/puppet/ChangeLog8
-rw-r--r--app-admin/puppet/puppet-3.3.2.ebuild10
2 files changed, 8 insertions, 10 deletions
diff --git a/app-admin/puppet/ChangeLog b/app-admin/puppet/ChangeLog
index a204a6d59378..a86bd25b4580 100644
--- a/app-admin/puppet/ChangeLog
+++ b/app-admin/puppet/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/puppet
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.176 2013/11/16 16:54:19 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.177 2013/11/17 12:32:05 tampakrap Exp $
+
+ 17 Nov 2013; Theo Chatzimichos <tampakrap@gentoo.org> puppet-3.3.2.ebuild:
+ Remove useless elog messages: - The eix elog msg is deprecated, recent puppet
+ versions are smart enough to run eix-update by themselves - The runlevels
+ elog msg is a known puppet bug, http://projects.puppetlabs.com/issues/2712
+ There is no reaason for us to elog every known puppet bug out there
*puppet-3.3.2 (16 Nov 2013)
diff --git a/app-admin/puppet/puppet-3.3.2.ebuild b/app-admin/puppet/puppet-3.3.2.ebuild
index 7504275e03ed..45c096472984 100644
--- a/app-admin/puppet/puppet-3.3.2.ebuild
+++ b/app-admin/puppet/puppet-3.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-3.3.2.ebuild,v 1.1 2013/11/16 16:54:19 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-3.3.2.ebuild,v 1.2 2013/11/17 12:32:05 tampakrap Exp $
EAPI="5"
@@ -119,14 +119,6 @@ pkg_postinst() {
elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as this could"
elog "cause puppet to hang while installing packages."
elog
- elog "Puppet uses eix to get information about currently installed packages,"
- elog "so please keep the eix metadata cache updated so puppet is able to properly"
- elog "handle package installations."
- elog
- elog "Currently puppet only supports adding and removing services to the default"
- elog "runlevel, if you want to add/remove a service from another runlevel you may"
- elog "do so using symlinking."
- elog
elog "Portage Puppet module with Gentoo-specific resources:"
elog "http://forge.puppetlabs.com/gentoo/portage"
elog