diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-08-13 16:51:01 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-08-13 16:51:01 +0000 |
commit | 3a19efdfc0468a201ad4bd197a2be667ade5809e (patch) | |
tree | 799b05b550b62de1db3ffe7e9d37372f29edd621 /app-admin/puppet/files | |
parent | always disable ffmpeg since it fails with later ffmpeg versions (diff) | |
download | gentoo-2-3a19efdfc0468a201ad4bd197a2be667ade5809e.tar.gz gentoo-2-3a19efdfc0468a201ad4bd197a2be667ade5809e.tar.bz2 gentoo-2-3a19efdfc0468a201ad4bd197a2be667ade5809e.zip |
Version bumped.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-admin/puppet/files')
-rw-r--r-- | app-admin/puppet/files/puppet-0.23.2-gentoo.patch | 182 | ||||
-rw-r--r-- | app-admin/puppet/files/puppet-0.24.1-gentoo.patch | 144 | ||||
-rw-r--r-- | app-admin/puppet/files/puppet-0.24.1-service.patch | 14 |
3 files changed, 0 insertions, 340 deletions
diff --git a/app-admin/puppet/files/puppet-0.23.2-gentoo.patch b/app-admin/puppet/files/puppet-0.23.2-gentoo.patch deleted file mode 100644 index ec30064f20a7..000000000000 --- a/app-admin/puppet/files/puppet-0.23.2-gentoo.patch +++ /dev/null @@ -1,182 +0,0 @@ -diff -Naur puppet-0.23.2.orig/conf/gentoo/puppet/puppet.conf puppet-0.23.2/conf/gentoo/puppet/puppet.conf ---- puppet-0.23.2.orig/conf/gentoo/puppet/puppet.conf 1970-01-01 09:00:00.000000000 +0900 -+++ puppet-0.23.2/conf/gentoo/puppet/puppet.conf 2007-12-07 18:41:41.000000000 +0900 -@@ -0,0 +1,29 @@ -+[main] -+ # Where Puppet stores dynamic and growing data. -+ # The default value is '/var/puppet'. -+ vardir = /var/lib/puppet -+ -+ # The Puppet log directory. -+ # The default value is '$vardir/log'. -+ logdir = /var/log/puppet -+ -+ # Where Puppet PID files are kept. -+ # The default value is '$vardir/run'. -+ rundir = /var/run/puppet -+ -+ # Where SSL certificates are kept. -+ # The default value is '$confdir/ssl'. -+ ssldir = $vardir/ssl -+ -+[puppetd] -+ # The file in which puppetd stores a list of the classes -+ # associated with the retrieved configuratiion. Can be loaded in -+ # the separate ``puppet`` executable using the ``--loadclasses`` -+ # option. -+ # The default value is '$confdir/classes.txt'. -+ classfile = $vardir/classes.txt -+ -+ # Where puppetd caches the local configuration. An -+ # extension indicating the cache format is added automatically. -+ # The default value is '$confdir/localconfig'. -+ localconfig = $vardir/localconfig -diff -Naur puppet-0.23.2.orig/conf/gentoo/puppet/puppetca.conf puppet-0.23.2/conf/gentoo/puppet/puppetca.conf ---- puppet-0.23.2.orig/conf/gentoo/puppet/puppetca.conf 2007-06-18 07:06:39.000000000 +0900 -+++ puppet-0.23.2/conf/gentoo/puppet/puppetca.conf 1970-01-01 09:00:00.000000000 +0900 -@@ -1,29 +0,0 @@ --[puppet] -- # Where Puppet stores dynamic and growing data. -- # The default value is '/var/puppet'. -- vardir = /var/lib/puppet -- -- # The Puppet log directory. -- # The default value is '$vardir/log'. -- logdir = /var/log/puppet -- -- # Where Puppet PID files are kept. -- # The default value is '$vardir/run'. -- rundir = /var/run/puppet -- -- # Where SSL certificates are kept. -- # The default value is '$confdir/ssl'. -- ssldir = $vardir/ssl -- --[puppetd] -- # The file in which puppetd stores a list of the classes -- # associated with the retrieved configuratiion. Can be loaded in -- # the separate ``puppet`` executable using the ``--loadclasses`` -- # option. -- # The default value is '$confdir/classes.txt'. -- classfile = $vardir/classes.txt -- -- # Where puppetd caches the local configuration. An -- # extension indicating the cache format is added automatically. -- # The default value is '$confdir/localconfig'. -- localconfig = $vardir/localconfig -diff -Naur puppet-0.23.2.orig/conf/gentoo/puppet/puppetd.conf puppet-0.23.2/conf/gentoo/puppet/puppetd.conf ---- puppet-0.23.2.orig/conf/gentoo/puppet/puppetd.conf 2007-06-18 07:06:39.000000000 +0900 -+++ puppet-0.23.2/conf/gentoo/puppet/puppetd.conf 1970-01-01 09:00:00.000000000 +0900 -@@ -1,29 +0,0 @@ --[puppet] -- # Where Puppet stores dynamic and growing data. -- # The default value is '/var/puppet'. -- vardir = /var/lib/puppet -- -- # The Puppet log directory. -- # The default value is '$vardir/log'. -- logdir = /var/log/puppet -- -- # Where Puppet PID files are kept. -- # The default value is '$vardir/run'. -- rundir = /var/run/puppet -- -- # Where SSL certificates are kept. -- # The default value is '$confdir/ssl'. -- ssldir = $vardir/ssl -- --[puppetd] -- # The file in which puppetd stores a list of the classes -- # associated with the retrieved configuratiion. Can be loaded in -- # the separate ``puppet`` executable using the ``--loadclasses`` -- # option. -- # The default value is '$confdir/classes.txt'. -- classfile = $vardir/classes.txt -- -- # Where puppetd caches the local configuration. An -- # extension indicating the cache format is added automatically. -- # The default value is '$confdir/localconfig'. -- localconfig = $vardir/localconfig -diff -Naur puppet-0.23.2.orig/conf/gentoo/puppet/puppetmasterd.conf puppet-0.23.2/conf/gentoo/puppet/puppetmasterd.conf ---- puppet-0.23.2.orig/conf/gentoo/puppet/puppetmasterd.conf 2007-06-18 07:06:39.000000000 +0900 -+++ puppet-0.23.2/conf/gentoo/puppet/puppetmasterd.conf 1970-01-01 09:00:00.000000000 +0900 -@@ -1,29 +0,0 @@ --[puppet] -- # Where Puppet stores dynamic and growing data. -- # The default value is '/var/puppet'. -- vardir = /var/lib/puppet -- -- # The Puppet log directory. -- # The default value is '$vardir/log'. -- logdir = /var/log/puppet -- -- # Where Puppet PID files are kept. -- # The default value is '$vardir/run'. -- rundir = /var/run/puppet -- -- # Where SSL certificates are kept. -- # The default value is '$confdir/ssl'. -- ssldir = $vardir/ssl -- --[puppetd] -- # The file in which puppetd stores a list of the classes -- # associated with the retrieved configuratiion. Can be loaded in -- # the separate ``puppet`` executable using the ``--loadclasses`` -- # option. -- # The default value is '$confdir/classes.txt'. -- classfile = $vardir/classes.txt -- -- # Where puppetd caches the local configuration. An -- # extension indicating the cache format is added automatically. -- # The default value is '$confdir/localconfig'. -- localconfig = $vardir/localconfig -diff -Naur puppet-0.23.2.orig/lib/puppet/provider/package/portage.rb puppet-0.23.2/lib/puppet/provider/package/portage.rb ---- puppet-0.23.2.orig/lib/puppet/provider/package/portage.rb 2007-06-20 08:07:35.000000000 +0900 -+++ puppet-0.23.2/lib/puppet/provider/package/portage.rb 2007-12-07 18:46:49.000000000 +0900 -@@ -10,8 +10,8 @@ - defaultfor :operatingsystem => :gentoo - - def self.instances -- result_format = /(\S+) (\S+) \[(.*)\] \[[^0-9]*([^\s:]*)(:\S*)?\] ([\S]*) (.*)/ -- result_fields = [:category, :name, :ensure, :version_available, :slot, :vendor, :description] -+ result_format = /(\S+) (\S+) \[([^\[]*)(\[[^\]]*\])?\] \[[^0-9]*([^\s:\[]*)(\[[^\]]*\])?(:\S*)?\] ([\S]*) (.*)/ -+ result_fields = [:category, :name, :ensure, :ensure_overlay, :version_available, :overlay, :slot, :vendor, :description] - - search_format = "{installedversionsshort}<category> <name> [<installedversionsshort>] [<best>] <homepage> <description>{}" - -@@ -55,7 +55,7 @@ - - # The common package name format. - def package_name -- "%s/%s" % [@resource[:category], @resource[:name]] -+ @resource[:category] ? "%s/%s" % [@resource[:category], @resource[:name]] : @resource[:name] - end - - def uninstall -@@ -67,11 +67,11 @@ - end - - def query -- result_format = /(\S+) (\S+) \[(.*)\] \[[^0-9]*([^\s:]*)(:\S*)?\] ([\S]*) (.*)/ -- result_fields = [:category, :name, :ensure, :version_available, :slot, :vendor, :description] -+ result_format = /(\S+) (\S+) \[([^\[]*)(\[[^\]]*\])?\] \[[^0-9]*([^\s:\[]*)(\[[^\]]*\])?(:\S*)?\] ([\S]*) (.*)/ -+ result_fields = [:category, :name, :ensure, :ensure_overlay, :version_available, :overlay, :slot, :vendor, :description] - - search_field = @resource[:category] ? "--category-name" : "--name" -- search_value = @resource[:category] ? package_name : @resource[:name] -+ search_value = package_name - search_format = "<category> <name> [<installedversionsshort>] [<best>] <homepage> <description>" - - begin -diff -Naur puppet-0.23.2.orig/lib/puppet/provider/service/gentoo.rb puppet-0.23.2/lib/puppet/provider/service/gentoo.rb ---- puppet-0.23.2.orig/lib/puppet/provider/service/gentoo.rb 2007-06-18 07:06:39.000000000 +0900 -+++ puppet-0.23.2/lib/puppet/provider/service/gentoo.rb 2007-12-07 18:41:41.000000000 +0900 -@@ -29,7 +29,7 @@ - return :false unless line - - # If it's enabled then it will print output showing service | runlevel -- if output =~ /#{@resource[:name]}\s*|\s*default/ -+ if output =~ /#{@resource[:name]}\s*\|\s*default/ - return :true - else - return :false diff --git a/app-admin/puppet/files/puppet-0.24.1-gentoo.patch b/app-admin/puppet/files/puppet-0.24.1-gentoo.patch deleted file mode 100644 index fba9ca2f0d13..000000000000 --- a/app-admin/puppet/files/puppet-0.24.1-gentoo.patch +++ /dev/null @@ -1,144 +0,0 @@ -diff -Naur puppet-0.24.1.orig/conf/gentoo/puppet/puppet.conf puppet-0.24.1/conf/gentoo/puppet/puppet.conf ---- puppet-0.24.1.orig/conf/gentoo/puppet/puppet.conf 1970-01-01 09:00:00.000000000 +0900 -+++ puppet-0.24.1/conf/gentoo/puppet/puppet.conf 2008-01-07 23:24:05.000000000 +0900 -@@ -0,0 +1,29 @@ -+[main] -+ # Where Puppet stores dynamic and growing data. -+ # The default value is '/var/puppet'. -+ vardir = /var/lib/puppet -+ -+ # The Puppet log directory. -+ # The default value is '$vardir/log'. -+ logdir = /var/log/puppet -+ -+ # Where Puppet PID files are kept. -+ # The default value is '$vardir/run'. -+ rundir = /var/run/puppet -+ -+ # Where SSL certificates are kept. -+ # The default value is '$confdir/ssl'. -+ ssldir = $vardir/ssl -+ -+[puppetd] -+ # The file in which puppetd stores a list of the classes -+ # associated with the retrieved configuratiion. Can be loaded in -+ # the separate ``puppet`` executable using the ``--loadclasses`` -+ # option. -+ # The default value is '$confdir/classes.txt'. -+ classfile = $vardir/classes.txt -+ -+ # Where puppetd caches the local configuration. An -+ # extension indicating the cache format is added automatically. -+ # The default value is '$confdir/localconfig'. -+ localconfig = $vardir/localconfig -diff -Naur puppet-0.24.1.orig/conf/gentoo/puppet/puppetca.conf puppet-0.24.1/conf/gentoo/puppet/puppetca.conf ---- puppet-0.24.1.orig/conf/gentoo/puppet/puppetca.conf 2007-11-01 04:44:27.000000000 +0900 -+++ puppet-0.24.1/conf/gentoo/puppet/puppetca.conf 1970-01-01 09:00:00.000000000 +0900 -@@ -1,29 +0,0 @@ --[puppet] -- # Where Puppet stores dynamic and growing data. -- # The default value is '/var/puppet'. -- vardir = /var/lib/puppet -- -- # The Puppet log directory. -- # The default value is '$vardir/log'. -- logdir = /var/log/puppet -- -- # Where Puppet PID files are kept. -- # The default value is '$vardir/run'. -- rundir = /var/run/puppet -- -- # Where SSL certificates are kept. -- # The default value is '$confdir/ssl'. -- ssldir = $vardir/ssl -- --[puppetd] -- # The file in which puppetd stores a list of the classes -- # associated with the retrieved configuratiion. Can be loaded in -- # the separate ``puppet`` executable using the ``--loadclasses`` -- # option. -- # The default value is '$confdir/classes.txt'. -- classfile = $vardir/classes.txt -- -- # Where puppetd caches the local configuration. An -- # extension indicating the cache format is added automatically. -- # The default value is '$confdir/localconfig'. -- localconfig = $vardir/localconfig -diff -Naur puppet-0.24.1.orig/conf/gentoo/puppet/puppetd.conf puppet-0.24.1/conf/gentoo/puppet/puppetd.conf ---- puppet-0.24.1.orig/conf/gentoo/puppet/puppetd.conf 2007-11-01 04:44:27.000000000 +0900 -+++ puppet-0.24.1/conf/gentoo/puppet/puppetd.conf 1970-01-01 09:00:00.000000000 +0900 -@@ -1,29 +0,0 @@ --[puppet] -- # Where Puppet stores dynamic and growing data. -- # The default value is '/var/puppet'. -- vardir = /var/lib/puppet -- -- # The Puppet log directory. -- # The default value is '$vardir/log'. -- logdir = /var/log/puppet -- -- # Where Puppet PID files are kept. -- # The default value is '$vardir/run'. -- rundir = /var/run/puppet -- -- # Where SSL certificates are kept. -- # The default value is '$confdir/ssl'. -- ssldir = $vardir/ssl -- --[puppetd] -- # The file in which puppetd stores a list of the classes -- # associated with the retrieved configuratiion. Can be loaded in -- # the separate ``puppet`` executable using the ``--loadclasses`` -- # option. -- # The default value is '$confdir/classes.txt'. -- classfile = $vardir/classes.txt -- -- # Where puppetd caches the local configuration. An -- # extension indicating the cache format is added automatically. -- # The default value is '$confdir/localconfig'. -- localconfig = $vardir/localconfig -diff -Naur puppet-0.24.1.orig/conf/gentoo/puppet/puppetmasterd.conf puppet-0.24.1/conf/gentoo/puppet/puppetmasterd.conf ---- puppet-0.24.1.orig/conf/gentoo/puppet/puppetmasterd.conf 2007-11-01 04:44:27.000000000 +0900 -+++ puppet-0.24.1/conf/gentoo/puppet/puppetmasterd.conf 1970-01-01 09:00:00.000000000 +0900 -@@ -1,29 +0,0 @@ --[puppet] -- # Where Puppet stores dynamic and growing data. -- # The default value is '/var/puppet'. -- vardir = /var/lib/puppet -- -- # The Puppet log directory. -- # The default value is '$vardir/log'. -- logdir = /var/log/puppet -- -- # Where Puppet PID files are kept. -- # The default value is '$vardir/run'. -- rundir = /var/run/puppet -- -- # Where SSL certificates are kept. -- # The default value is '$confdir/ssl'. -- ssldir = $vardir/ssl -- --[puppetd] -- # The file in which puppetd stores a list of the classes -- # associated with the retrieved configuratiion. Can be loaded in -- # the separate ``puppet`` executable using the ``--loadclasses`` -- # option. -- # The default value is '$confdir/classes.txt'. -- classfile = $vardir/classes.txt -- -- # Where puppetd caches the local configuration. An -- # extension indicating the cache format is added automatically. -- # The default value is '$confdir/localconfig'. -- localconfig = $vardir/localconfig -diff -Naur puppet-0.24.1.orig/lib/puppet/provider/service/gentoo.rb puppet-0.24.1/lib/puppet/provider/service/gentoo.rb ---- puppet-0.24.1.orig/lib/puppet/provider/service/gentoo.rb 2007-11-01 04:44:27.000000000 +0900 -+++ puppet-0.24.1/lib/puppet/provider/service/gentoo.rb 2008-01-07 23:24:10.000000000 +0900 -@@ -29,7 +29,7 @@ - return :false unless line - - # If it's enabled then it will print output showing service | runlevel -- if output =~ /#{@resource[:name]}\s*|\s*default/ -+ if output =~ /#{@resource[:name]}\s*\|\s*default/ - return :true - else - return :false diff --git a/app-admin/puppet/files/puppet-0.24.1-service.patch b/app-admin/puppet/files/puppet-0.24.1-service.patch deleted file mode 100644 index e7aed5adcf2b..000000000000 --- a/app-admin/puppet/files/puppet-0.24.1-service.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naur puppet-0.24.1.orig/lib/puppet/provider/service/gentoo.rb puppet-0.24.1/lib/puppet/provider/service/gentoo.rb ---- puppet-0.24.1.orig/lib/puppet/provider/service/gentoo.rb 2007-11-01 04:44:27.000000000 +0900 -+++ puppet-0.24.1/lib/puppet/provider/service/gentoo.rb 2008-02-08 01:41:22.000000000 +0900 -@@ -8,6 +8,10 @@ - - defaultfor :operatingsystem => :gentoo - -+ def self.defpath -+ superclass.defpath -+ end -+ - def disable - begin - output = update :del, @resource[:name], :default |