summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2011-10-26 23:31:29 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2011-10-26 23:31:29 +0000
commitbbc58ee9ef65fa7ea5f8c480b32d49ea01f9d901 (patch)
treef6740dbb27c9a7421966ddccd99fda6f1ab43896 /app-admin/puppet
parentgrammar (diff)
downloadgentoo-2-bbc58ee9ef65fa7ea5f8c480b32d49ea01f9d901.tar.gz
gentoo-2-bbc58ee9ef65fa7ea5f8c480b32d49ea01f9d901.tar.bz2
gentoo-2-bbc58ee9ef65fa7ea5f8c480b32d49ea01f9d901.zip
Version bumped, bug #388449.
(Portage version: 2.1.10.29/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/puppet')
-rw-r--r--app-admin/puppet/ChangeLog10
-rw-r--r--app-admin/puppet/files/puppet-0.25.4-r1-rrd.patch182
-rwxr-xr-xapp-admin/puppet/files/puppet-0.25.init40
-rwxr-xr-xapp-admin/puppet/files/puppetmaster-0.25.init40
-rw-r--r--app-admin/puppet/puppet-2.6.12.ebuild165
-rw-r--r--app-admin/puppet/puppet-2.7.6.ebuild164
6 files changed, 338 insertions, 263 deletions
diff --git a/app-admin/puppet/ChangeLog b/app-admin/puppet/ChangeLog
index 26c1af40e200..361a40e0df24 100644
--- a/app-admin/puppet/ChangeLog
+++ b/app-admin/puppet/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-admin/puppet
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.88 2011/10/12 16:56:49 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.89 2011/10/26 23:31:28 matsuu Exp $
+
+*puppet-2.7.6 (26 Oct 2011)
+*puppet-2.6.12 (26 Oct 2011)
+
+ 26 Oct 2011; MATSUU Takuto <matsuu@gentoo.org>
+ -files/puppet-0.25.4-r1-rrd.patch, -files/puppet-0.25.init,
+ -files/puppetmaster-0.25.init, +puppet-2.6.12.ebuild, +puppet-2.7.6.ebuild:
+ Version bumped, bug #388449.
12 Oct 2011; MATSUU Takuto <matsuu@gentoo.org> -puppet-0.25.5.ebuild,
-puppet-2.6.9.ebuild, -puppet-2.6.10.ebuild, -puppet-2.7.4.ebuild:
diff --git a/app-admin/puppet/files/puppet-0.25.4-r1-rrd.patch b/app-admin/puppet/files/puppet-0.25.4-r1-rrd.patch
deleted file mode 100644
index 23d17af0d727..000000000000
--- a/app-admin/puppet/files/puppet-0.25.4-r1-rrd.patch
+++ /dev/null
@@ -1,182 +0,0 @@
-diff -Naur puppet-0.25.4.orig//lib/puppet/feature/base.rb puppet-0.25.4//lib/puppet/feature/base.rb
---- puppet-0.25.4.orig//lib/puppet/feature/base.rb 2010-01-28 12:48:33.000000000 +0900
-+++ puppet-0.25.4//lib/puppet/feature/base.rb 2010-02-28 11:36:28.000000000 +0900
-@@ -27,7 +27,7 @@
- Puppet.features.add(:augeas, :libs => ["augeas"])
-
- # We have RRD available
--Puppet.features.add(:rrd, :libs => ["RRDtool"])
-+Puppet.features.add(:rrd, :libs => ["RRD"])
-
- # We have OpenSSL
- Puppet.features.add(:openssl, :libs => ["openssl"])
-diff -Naur puppet-0.25.4.orig//lib/puppet/reports/rrdgraph.rb puppet-0.25.4//lib/puppet/reports/rrdgraph.rb
---- puppet-0.25.4.orig//lib/puppet/reports/rrdgraph.rb 2010-01-28 12:48:34.000000000 +0900
-+++ puppet-0.25.4//lib/puppet/reports/rrdgraph.rb 2010-02-28 11:35:34.000000000 +0900
-@@ -1,12 +1,13 @@
- Puppet::Reports.register_report(:rrdgraph) do
- desc "Graph all available data about hosts using the RRD library. You
- must have the Ruby RRDtool library installed to use this report, which
-- you can get from `the RubyRRDTool RubyForge page`_. This package may also
-- be available as ``ruby-rrd`` or ``rrdtool-ruby`` in your distribution's package
-+ is bundled in RRDtool, which you can get from `the RRDTool homepage`_.
-+ This package may also be available as ``librrd-ruby``, ``ruby-rrd`` or
-+ ``rrdtool-ruby`` in your distribution's package
- management system. The library and/or package will both require the binary
- ``rrdtool`` package from your distribution to be installed.
-
-- .. _the RubyRRDTool RubyForge page: http://rubyforge.org/projects/rubyrrdtool/
-+ .. _the RRDTool homepage: http://oss.oetiker.ch/rrdtool/download.en.html
-
- This report will create, manage, and graph RRD database files for each
- of the metrics generated during transactions, and it will create a
-diff -Naur puppet-0.25.4.orig//lib/puppet/util/metric.rb puppet-0.25.4//lib/puppet/util/metric.rb
---- puppet-0.25.4.orig//lib/puppet/util/metric.rb 2010-01-28 12:48:34.000000000 +0900
-+++ puppet-0.25.4//lib/puppet/util/metric.rb 2010-03-02 20:19:40.000000000 +0900
-@@ -31,7 +31,6 @@
-
- start ||= Time.now.to_i - 5
-
-- @rrd = RRDtool.new(self.path)
- args = []
-
- values.each { |value|
-@@ -42,14 +41,17 @@
- args.push "RRA:AVERAGE:0.5:1:300"
-
- begin
-- @rrd.create( Puppet[:rrdinterval].to_i, start, args)
-+ RRD.create(self.path,
-+ "--start", start.to_s,
-+ "--step", Puppet[:rrdinterval].to_i,
-+ *args)
- rescue => detail
- raise "Could not create RRD file %s: %s" % [path,detail]
- end
- end
-
- def dump
-- puts @rrd.info
-+ puts RRD.info(self.path)
- end
-
- def graph(range = nil)
-@@ -84,12 +86,12 @@
- if range
- args.push("--start",range[0],"--end",range[1])
- else
-- args.push("--start", Time.now.to_i - time, "--end", Time.now.to_i)
-+ args.push("--start", (Time.now.to_i - time).to_s, "--end", Time.now.to_i.to_s)
- end
-
- begin
-- #Puppet.warning "args = #{args}"
-- RRDtool.graph( args )
-+ #Puppet.warning "args = #{args.join("|")}"
-+ RRD.graph( * args )
- rescue => detail
- Puppet.err "Failed to graph %s: %s" % [self.name,detail]
- end
-@@ -122,7 +124,6 @@
- self.create(time - 5)
- end
-
-- @rrd ||= RRDtool.new(self.path)
-
- # XXX this is not terribly error-resistant
- args = [time]
-@@ -135,7 +136,9 @@
- arg = args.join(":")
- template = temps.join(":")
- begin
-- @rrd.update( template, [ arg ] )
-+ RRD.update(self.path,
-+ "--template", template,
-+ arg )
- #system("rrdtool updatev %s '%s'" % [self.path, arg])
- rescue => detail
- raise Puppet::Error, "Failed to update %s: %s" % [self.name,detail]
-diff -Naur puppet-0.25.4.orig//spec/unit/util/metric.rb puppet-0.25.4//spec/unit/util/metric.rb
---- puppet-0.25.4.orig//spec/unit/util/metric.rb 2010-01-28 12:48:34.000000000 +0900
-+++ puppet-0.25.4//spec/unit/util/metric.rb 2010-02-28 11:35:34.000000000 +0900
-@@ -7,6 +7,13 @@
- describe Puppet::Util::Metric do
- before do
- @metric = Puppet::Util::Metric.new("foo")
-+ #if we don't retrive it before the test the :rrddir test will
-+ #fail at after
-+ @basedir = @metric.basedir
-+ end
-+
-+ after do
-+ FileUtils.rm_rf(@basedir) if File.directory?(@basedir)
- end
-
- it "should be aliased to Puppet::Metric" do
-@@ -84,12 +91,46 @@
- @metric[:foo].should be_nil
- end
-
-- # LAK: I'm not taking the time to develop these tests right now.
-- # I expect they should actually be extracted into a separate class
-- # anyway.
-- it "should be able to graph metrics using RRDTool"
--
-- it "should be able to create a new RRDTool database"
--
-- it "should be able to store metrics into an RRDTool database"
-+ it "should be able to graph metrics using RRDTool" do
-+ ensure_rrd_folder
-+ populate_metric
-+ @metric.graph
-+ end
-+
-+ it "should be able to create a new RRDTool database" do
-+ ensure_rrd_folder
-+ add_random_values_to_metric
-+ @metric.create
-+ File.exist?(@metric.path).should == true
-+ end
-+
-+ it "should be able to store metrics into an RRDTool database" do
-+ ensure_rrd_folder
-+ populate_metric
-+ File.exist?(@metric.path).should == true
-+ end
-+
-+ def ensure_rrd_folder()
-+ #in normal runs puppet does this for us (not sure where)
-+ FileUtils.mkdir_p(@basedir) unless File.directory?(@basedir)
-+ end
-+
-+ def populate_metric()
-+ time = Time.now.to_i
-+ time -= 100 * 1800
-+ 200.times {
-+ @metric = Puppet::Util::Metric.new("foo")
-+ add_random_values_to_metric
-+ @metric.store(time)
-+ time += 1800
-+ }
-+ end
-+
-+ def add_random_values_to_metric()
-+ @metric.values.clear
-+ random_params = { :data1 => 10, :data2 => 30, :data3 => 100 }
-+ random_params.each { | label, maxvalue |
-+ @metric.newvalue(label, rand(maxvalue))
-+ }
-+ end
- end
-diff -Naur puppet-0.25.4.orig//test/util/metrics.rb puppet-0.25.4//test/util/metrics.rb
---- puppet-0.25.4.orig//test/util/metrics.rb 2010-01-28 12:48:34.000000000 +0900
-+++ puppet-0.25.4//test/util/metrics.rb 2010-02-28 11:35:34.000000000 +0900
-@@ -53,6 +53,8 @@
- report = Puppet::Transaction::Report.new
- time = Time.now.to_i
- start = time
-+ #in normal runs puppet does this for us (not sure where)
-+ Dir.mkdir(Puppet[:rrddir]) unless File.directory?(Puppet[:rrddir])
- 10.times {
- rundata(report, time)
- time += 300
diff --git a/app-admin/puppet/files/puppet-0.25.init b/app-admin/puppet/files/puppet-0.25.init
deleted file mode 100755
index 2a11820351de..000000000000
--- a/app-admin/puppet/files/puppet-0.25.init
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need localmount net
- use dns logger puppetmaster netmount nfsmount
-}
-
-checkconfig() {
- if [ ! -d "${PUPPET_PID_DIR}" ] ; then
- eerror "Please make sure PUPPET_PID_DIR is defined and points to a existing directory"
- return 1
- fi
-
- return 0
-}
-
-start() {
- checkconfig || return $?
-
- local options=""
- [ -n "${PUPPET_EXTRA_OPTS}" ] && options="${options} ${PUPPET_EXTRA_OPTS}"
-
- ebegin "Starting puppet"
- start-stop-daemon --start --quiet \
- --pidfile "${PUPPET_PID_DIR}/puppetd.pid" \
- --exec /usr/sbin/puppetd -- ${options}
- eend $? "Failed to start puppet"
-}
-
-stop() {
- ebegin "Stopping puppet"
- start-stop-daemon --stop --quiet \
- --pidfile "${PUPPET_PID_DIR}/puppetd.pid"
- local ret=$?
- eend ${ret} "Failed to stop puppet"
- rm -f "${PUPPET_PID_DIR}/puppetd.pid"
- return ${ret}
-}
diff --git a/app-admin/puppet/files/puppetmaster-0.25.init b/app-admin/puppet/files/puppetmaster-0.25.init
deleted file mode 100755
index a543e99405a2..000000000000
--- a/app-admin/puppet/files/puppetmaster-0.25.init
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need localmount net
- use dns logger slapd netmount nfsmount
-}
-
-checkconfig() {
- if [ ! -d "${PUPPETMASTER_PID_DIR}" ] ; then
- eerror "Please make sure PUPPETMASTER_PID_DIR is defined and points to a existing directory"
- return 1
- fi
-
- return 0
-}
-
-start() {
- checkconfig || return $?
-
- local options=""
- [ -n "${PUPPETMASTER_EXTRA_OPTS}" ] && options="${options} ${PUPPETMASTER_EXTRA_OPTS}"
-
- ebegin "Starting puppetmaster"
- start-stop-daemon --start --quiet \
- --pidfile "${PUPPETMASTER_PID_DIR}/puppetmasterd.pid" \
- --exec /usr/sbin/puppetmasterd -- ${options}
- eend $? "Failed to start puppetmaster"
-}
-
-stop() {
- ebegin "Stopping puppetmaster"
- start-stop-daemon --stop --quiet \
- --pidfile "${PUPPETMASTER_PID_DIR}/puppetmasterd.pid"
- local ret=$?
- eend ${ret} "Failed to stop puppetmaster"
- rm -f "${PUPPETMASTER_PID_DIR}/puppetmasterd.pid"
- return ${ret}
-}
diff --git a/app-admin/puppet/puppet-2.6.12.ebuild b/app-admin/puppet/puppet-2.6.12.ebuild
new file mode 100644
index 000000000000..d3dd0eec6335
--- /dev/null
+++ b/app-admin/puppet/puppet-2.6.12.ebuild
@@ -0,0 +1,165 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-2.6.12.ebuild,v 1.1 2011/10/26 23:31:28 matsuu Exp $
+
+EAPI="3"
+USE_RUBY="ruby18"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST="test"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG* README*"
+
+inherit elisp-common xemacs-elisp-common eutils ruby-fakegem
+
+DESCRIPTION="A system automation and configuration management software"
+HOMEPAGE="http://puppetlabs.com/"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite3 vim-syntax xemacs"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+
+ruby_add_rdepend "
+ >=dev-ruby/facter-1.5.1
+ augeas? ( dev-ruby/ruby-augeas )
+ diff? ( dev-ruby/diff-lcs )
+ doc? ( dev-ruby/rdoc )
+ ldap? ( dev-ruby/ruby-ldap )
+ shadow? ( dev-ruby/ruby-shadow )
+ sqlite3? ( dev-ruby/sqlite3-ruby )
+ virtual/ruby-ssl"
+# couchdb? ( dev-ruby/couchrest )
+# mongrel? ( www-servers/mongrel )
+# rack? ( >=dev-ruby/rack-1 )
+# rails? (
+# dev-ruby/rails
+# >=dev-ruby/activerecord-2.1
+# )
+# stomp? ( dev-ruby/stomp )
+
+DEPEND="${DEPEND}
+ emacs? ( virtual/emacs )
+ xemacs? ( app-editors/xemacs )"
+RDEPEND="${RDEPEND}
+ emacs? ( virtual/emacs )
+ xemacs? ( app-editors/xemacs )
+ rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
+ selinux? ( sys-libs/libselinux[ruby] )
+ >=app-portage/eix-0.18.0"
+
+SITEFILE="50${PN}-mode-gentoo.el"
+
+pkg_setup() {
+ enewgroup puppet
+ enewuser puppet -1 -1 /var/lib/puppet puppet
+}
+
+all_ruby_compile() {
+ all_fakegem_compile
+
+ if use emacs ; then
+ elisp-compile ext/emacs/puppet-mode.el || die "elisp-compile failed"
+ fi
+
+ if use xemacs ; then
+ # Create a separate version for xemacs to be able to install
+ # emacs and xemacs in parallel.
+ mkdir ext/xemacs || die
+ cp ext/emacs/* ext/xemacs/ || die
+ xemacs-elisp-compile ext/xemacs/puppet-mode.el || die "xemacs-elisp-compile failed"
+ fi
+}
+
+each_fakegem_install() {
+ ${RUBY} install.rb --destdir="${D}" install || die
+}
+
+all_ruby_install() {
+ all_fakegem_install
+
+ newinitd "${FILESDIR}"/puppetmaster.init puppetmaster || die
+ doconfd conf/gentoo/conf.d/puppetmaster || die
+ newinitd "${FILESDIR}"/puppet.init puppet || die
+ doconfd conf/gentoo/conf.d/puppet || die
+
+ # Initial configuration files
+ keepdir /etc/puppet/manifests || die
+ keepdir /etc/puppet/modules || die
+ insinto /etc/puppet
+
+ # Bug #338439
+ #doins conf/gentoo/puppet/* || die
+ doins conf/redhat/*.conf || die
+ doins conf/auth.conf || die
+
+ # Location of log and data files
+ keepdir /var/run/puppet || die
+ keepdir /var/log/puppet || die
+ keepdir /var/lib/puppet/ssl || die
+ keepdir /var/lib/puppet/facts || die
+ keepdir /var/lib/puppet/files || die
+ fowners -R puppet:puppet /var/{run,log,lib}/puppet || die
+
+ if use emacs ; then
+ elisp-install ${PN} ext/emacs/puppet-mode.el* || die "elisp-install failed"
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+ fi
+
+ if use xemacs ; then
+ xemacs-elisp-install ${PN} ext/xemacs/puppet-mode.el* || die "xemacs-elisp-install failed"
+ xemacs-elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+ fi
+
+ if use ldap ; then
+ insinto /etc/openldap/schema; doins ext/ldap/puppet.schema || die
+ fi
+
+ if use vim-syntax ; then
+ insinto /usr/share/vim/vimfiles/ftdetect; doins ext/vim/ftdetect/puppet.vim || die
+ insinto /usr/share/vim/vimfiles/ftplugin; doins ext/vim/ftplugin/puppet.vim || die
+ insinto /usr/share/vim/vimfiles/indent; doins ext/vim/indent/puppet.vim || die
+ insinto /usr/share/vim/vimfiles/syntax; doins ext/vim/syntax/puppet.vim || die
+ fi
+
+ # ext and examples files
+ for f in $(find ext examples -type f) ; do
+ docinto "$(dirname ${f})"; dodoc "${f}" || die
+ done
+ docinto conf; dodoc conf/namespaceauth.conf || die
+}
+
+pkg_postinst() {
+ elog
+ 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
+
+ if [ \
+ -f "${EPREFIX}/etc/puppet/puppetd.conf" -o \
+ -f "${EPREFIX}/etc/puppet/puppetmaster.conf" -o \
+ -f "${EPREFIX}/etc/puppet/puppetca.conf" \
+ ] ; then
+ elog
+ elog "Please remove deprecated config files."
+ elog " /etc/puppet/puppetca.conf"
+ elog " /etc/puppet/puppetd.conf"
+ elog " /etc/puppet/puppetmasterd.conf"
+ elog
+ fi
+
+ use emacs && elisp-site-regen
+ use xemacs && xemacs-elisp-site-regen
+}
+
+pkg_postrm() {
+ use emacs && elisp-site-regen
+ use xemacs && xemacs-elisp-site-regen
+}
diff --git a/app-admin/puppet/puppet-2.7.6.ebuild b/app-admin/puppet/puppet-2.7.6.ebuild
new file mode 100644
index 000000000000..19b060fbedca
--- /dev/null
+++ b/app-admin/puppet/puppet-2.7.6.ebuild
@@ -0,0 +1,164 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-2.7.6.ebuild,v 1.1 2011/10/26 23:31:28 matsuu Exp $
+
+EAPI="3"
+# ruby19: dev-ruby/ruby-ldap has no ruby19
+USE_RUBY="ruby18"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST="test"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG* README*"
+
+inherit elisp-common xemacs-elisp-common eutils ruby-fakegem
+
+DESCRIPTION="A system automation and configuration management software"
+HOMEPAGE="http://puppetlabs.com/"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite3 vim-syntax xemacs"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+
+ruby_add_rdepend "
+ >=dev-ruby/facter-1.5.1
+ augeas? ( dev-ruby/ruby-augeas )
+ diff? ( dev-ruby/diff-lcs )
+ doc? ( dev-ruby/rdoc )
+ ldap? ( dev-ruby/ruby-ldap )
+ shadow? ( dev-ruby/ruby-shadow )
+ sqlite3? ( dev-ruby/sqlite3-ruby )
+ virtual/ruby-ssl"
+# couchdb? ( dev-ruby/couchrest )
+# mongrel? ( www-servers/mongrel )
+# rack? ( >=dev-ruby/rack-1 )
+# rails? (
+# dev-ruby/rails
+# >=dev-ruby/activerecord-2.1
+# )
+# stomp? ( dev-ruby/stomp )
+
+DEPEND="${DEPEND}
+ emacs? ( virtual/emacs )
+ xemacs? ( app-editors/xemacs )"
+RDEPEND="${RDEPEND}
+ emacs? ( virtual/emacs )
+ xemacs? ( app-editors/xemacs )
+ rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
+ selinux? ( sys-libs/libselinux[ruby] )
+ >=app-portage/eix-0.18.0"
+
+SITEFILE="50${PN}-mode-gentoo.el"
+
+pkg_setup() {
+ enewgroup puppet
+ enewuser puppet -1 -1 /var/lib/puppet puppet
+}
+
+all_ruby_compile() {
+ all_fakegem_compile
+
+ if use emacs ; then
+ elisp-compile ext/emacs/puppet-mode.el || die "elisp-compile failed"
+ fi
+
+ if use xemacs ; then
+ # Create a separate version for xemacs to be able to install
+ # emacs and xemacs in parallel.
+ mkdir ext/xemacs || die
+ cp ext/emacs/* ext/xemacs/ || die
+ xemacs-elisp-compile ext/xemacs/puppet-mode.el || die "xemacs-elisp-compile failed"
+ fi
+}
+
+each_fakegem_install() {
+ ${RUBY} install.rb --destdir="${D}" install || die
+}
+
+all_ruby_install() {
+ all_fakegem_install
+
+ newinitd "${FILESDIR}"/puppetmaster.init puppetmaster || die
+ doconfd conf/gentoo/conf.d/puppetmaster || die
+ newinitd "${FILESDIR}"/puppet.init puppet || die
+ doconfd conf/gentoo/conf.d/puppet || die
+
+ # Initial configuration files
+ keepdir /etc/puppet/manifests || die
+ keepdir /etc/puppet/modules || die
+ insinto /etc/puppet
+
+ # Bug #338439
+ #doins conf/gentoo/puppet/* || die
+ doins conf/redhat/*.conf || die
+ doins conf/auth.conf || die
+
+ # Location of log and data files
+ keepdir /var/run/puppet || die
+ keepdir /var/log/puppet || die
+ keepdir /var/lib/puppet/ssl || die
+ keepdir /var/lib/puppet/facts || die
+ keepdir /var/lib/puppet/files || die
+ fowners -R puppet:puppet /var/{run,log,lib}/puppet || die
+
+ if use emacs ; then
+ elisp-install ${PN} ext/emacs/puppet-mode.el* || die "elisp-install failed"
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+ fi
+
+ if use xemacs ; then
+ xemacs-elisp-install ${PN} ext/xemacs/puppet-mode.el* || die "xemacs-elisp-install failed"
+ xemacs-elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+ fi
+
+ if use ldap ; then
+ insinto /etc/openldap/schema; doins ext/ldap/puppet.schema || die
+ fi
+
+ if use vim-syntax ; then
+ insinto /usr/share/vim/vimfiles/ftdetect; doins ext/vim/ftdetect/puppet.vim || die
+ insinto /usr/share/vim/vimfiles/syntax; doins ext/vim/syntax/puppet.vim || die
+ fi
+
+ # ext and examples files
+ for f in $(find ext examples -type f) ; do
+ docinto "$(dirname ${f})"; dodoc "${f}" || die
+ done
+ docinto conf; dodoc conf/namespaceauth.conf || die
+}
+
+pkg_postinst() {
+ elog
+ 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
+
+ if [ \
+ -f "${EPREFIX}/etc/puppet/puppetd.conf" -o \
+ -f "${EPREFIX}/etc/puppet/puppetmaster.conf" -o \
+ -f "${EPREFIX}/etc/puppet/puppetca.conf" \
+ ] ; then
+ elog
+ elog "Please remove deprecated config files."
+ elog " /etc/puppet/puppetca.conf"
+ elog " /etc/puppet/puppetd.conf"
+ elog " /etc/puppet/puppetmasterd.conf"
+ elog
+ fi
+
+ use emacs && elisp-site-regen
+ use xemacs && xemacs-elisp-site-regen
+}
+
+pkg_postrm() {
+ use emacs && elisp-site-regen
+ use xemacs && xemacs-elisp-site-regen
+}