Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/
Date: Wed, 24 Oct 2018 22:12:36
Message-Id: 1540419103.cc38afb0a37401cd074744dd5d9edc2ed09f4bb1.prometheanfire@gentoo
1 commit: cc38afb0a37401cd074744dd5d9edc2ed09f4bb1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 24 22:11:19 2018 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 24 22:11:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc38afb0
7
8 app-admin/puppet: 5.5.7 bump
9
10 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 app-admin/puppet/Manifest | 1 +
14 app-admin/puppet/puppet-5.5.7.ebuild | 144 +++++++++++++++++++++++++++++++++++
15 2 files changed, 145 insertions(+)
16
17 diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
18 index 85a635c03b4..19db39fefce 100644
19 --- a/app-admin/puppet/Manifest
20 +++ b/app-admin/puppet/Manifest
21 @@ -2,4 +2,5 @@ DIST puppet-4.10.11.tar.gz 3022878 BLAKE2B d3eec840bb1c46e0dfbbc9dad598b362049a7
22 DIST puppet-4.10.12.tar.gz 3022218 BLAKE2B 03757857868b1544078ae5e40d6e438631c788f1b01a3e62ba90e477b754601d2c085228e084363ff20ee39728b02ebe8ca83e17f7c79dddae1c3968aef4e320 SHA512 ff7accf70b1d4de7282cf3b41246151c49c4758a41ace56a470e4723749638027011cf170747e66fa5812280e1612e754e12d92dd35fa6c93171f7187bb9cfa2
23 DIST puppet-5.5.3.tar.gz 3040000 BLAKE2B d2534da5956806e5280c59e82332f1ffca79e72f73b1abb460f155aac936a5ba1719f18dc5742c85fca365ff6b03a602ca0ceaa04714091045ab2afac1b57823 SHA512 14a711002c64f0598930f64e9e2b81c03daddda750860acb349271c1cc9d04c0d149b14817b200dda26f0ca75c3f79593990ecf28a5cca83220a3f5a16eac34d
24 DIST puppet-5.5.6.tar.gz 3026301 BLAKE2B eb05a0c4eed99ce1ce7a77be76da069be1e4b4f8917206b3811a3a7378c2e39b9c84b560bbcce0bee180ddb502251efb48362dd1c2494c79e6f441cde41a2707 SHA512 53bccc4cf3d4dde3079d96cd28b4cf380d004fdf67da8eaeaf70706ca5e1fe611910042f1aa03453fb29419bb9888a0eeef9a9d64e8f0cfe5d8d7a73e5bf5850
25 +DIST puppet-5.5.7.tar.gz 3058343 BLAKE2B b3a1ef97c3da94f82e872485047da165ad7f2d98240f6ff1d691e1d5c3864b1d00235f71a91fe5f0564ae565f3e665fa2fcf9597a57b0e8ab1ec0e2acc18d69a SHA512 ef1e8542280948cabf711354a397c22aaf8e7ae853c829f6363c1b8adb3534e76865fcdf03f4a6cc6dc156b166cb0d87cdb64204702e369c0169f05dcaa8e49e
26 DIST puppet-6.0.2.tar.gz 2796833 BLAKE2B a3d09dfd7dd0cadb2f752b4836336abd98c8cf6350f4e8b503a7e6b3029e59ff235f3567033b20bc3724708a9504db9ee87ac4c8374f0488862a7205a8a65069 SHA512 f32298d2884927f02f5316dde1d3d9bf33b89f6d011e2eab7f935b730a16d39277b5c17b2986eab91c19aefd5071b5fcbba62550ddd60e3b964f33f4029ac25a
27
28 diff --git a/app-admin/puppet/puppet-5.5.7.ebuild b/app-admin/puppet/puppet-5.5.7.ebuild
29 new file mode 100644
30 index 00000000000..bf7f4cace5d
31 --- /dev/null
32 +++ b/app-admin/puppet/puppet-5.5.7.ebuild
33 @@ -0,0 +1,144 @@
34 +# Copyright 1999-2018 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI="6"
38 +
39 +USE_RUBY="ruby23 ruby24 ruby25"
40 +
41 +RUBY_FAKEGEM_RECIPE_TEST="rspec3"
42 +
43 +RUBY_FAKEGEM_TASK_DOC="doc:all"
44 +
45 +RUBY_FAKEGEM_EXTRAINSTALL="locales"
46 +
47 +inherit eutils user ruby-fakegem versionator
48 +
49 +DESCRIPTION="A system automation and configuration management software."
50 +HOMEPAGE="http://puppetlabs.com/"
51 +SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz"
52 +
53 +LICENSE="Apache-2.0 GPL-2"
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
56 +IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
57 +RESTRICT="test"
58 +
59 +ruby_add_rdepend "
60 + dev-ruby/hiera
61 + dev-ruby/json:=
62 + >=dev-ruby/facter-3.0.0
63 + augeas? ( dev-ruby/ruby-augeas )
64 + diff? ( dev-ruby/diff-lcs )
65 + doc? ( dev-ruby/rdoc )
66 + ldap? ( dev-ruby/ruby-ldap )
67 + shadow? ( dev-ruby/ruby-shadow )
68 + sqlite? ( dev-ruby/sqlite3 )
69 + virtual/ruby-ssl
70 + dev-ruby/hocon"
71 +
72 +ruby_add_bdepend "
73 + doc? ( dev-ruby/yard )
74 + test? (
75 + dev-ruby/mocha
76 + dev-ruby/rack
77 + dev-ruby/rspec-its
78 + )"
79 +# this should go in the above lists, but isn't because of test deps not being keyworded
80 +# dev-ruby/rspec-collection_matchers
81 +
82 +RDEPEND+=" ${RDEPEND}
83 + rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
84 + selinux? (
85 + sys-libs/libselinux[ruby]
86 + sec-policy/selinux-puppet
87 + )
88 + vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
89 + >=app-portage/eix-0.18.0"
90 +PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
91 +
92 +pkg_setup() {
93 + enewgroup puppet
94 + enewuser puppet -1 -1 /var/lib/puppet puppet
95 +}
96 +
97 +all_ruby_prepare() {
98 + # Avoid spec that require unpackaged json-schema.
99 + rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
100 +
101 + # can't be run within portage.
102 + epatch "${FILESDIR}/puppet-fix-tests-4.7.0.patch"
103 +
104 + # fix systemd path
105 + epatch "${FILESDIR}/puppet-systemd.patch"
106 +
107 + # Avoid specs that can only run in the puppet.git repository. This
108 + # should be narrowed down to the specific specs.
109 + rm spec/integration/parser/compiler_spec.rb || die
110 +
111 + # Avoid failing spec that need further investigation.
112 + rm spec/unit/module_tool/metadata_spec.rb || die
113 +}
114 +
115 +each_ruby_install() {
116 + each_fakegem_install
117 +# dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}"
118 +}
119 +
120 +all_ruby_install() {
121 + all_fakegem_install
122 +
123 + # systemd stuffs
124 + insinto /usr/lib/systemd/system
125 + doins "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
126 +
127 + # tmpfiles stuff
128 + insinto /usr/lib/tmpfiles.d
129 + newins "${FILESDIR}/tmpfiles.d" "puppet.conf"
130 +
131 + # openrc init stuff
132 + newinitd "${FILESDIR}"/puppet.init-4.x puppet
133 + newinitd "${FILESDIR}"/puppetmaster.init-4.x puppetmaster
134 + newconfd "${FILESDIR}"/puppetmaster.confd puppetmaster
135 +
136 + keepdir /etc/puppetlabs/puppet/ssl
137 +
138 + keepdir /var/lib/puppet/facts
139 + keepdir /var/lib/puppet/files
140 + fowners -R puppet:puppet /var/lib/puppet
141 +
142 + fperms 0750 /var/lib/puppet
143 +
144 + fperms 0750 /etc/puppetlabs
145 + fperms 0750 /etc/puppetlabs/puppet
146 + fperms 0750 /etc/puppetlabs/puppet/ssl
147 + fowners -R :puppet /etc/puppetlabs
148 + fowners -R :puppet /var/lib/puppet
149 +
150 + if use ldap ; then
151 + insinto /etc/openldap/schema; doins ext/ldap/puppet.schema
152 + fi
153 +
154 + # ext and examples files
155 + for f in $(find ext examples -type f) ; do
156 + docinto "$(dirname ${f})"; dodoc "${f}"
157 + done
158 +}
159 +
160 +pkg_postinst() {
161 + elog
162 + elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as this could"
163 + elog "cause puppet to hang while installing packages."
164 + elog
165 + elog "Portage Puppet module with Gentoo-specific resources:"
166 + elog "http://forge.puppetlabs.com/gentoo/portage"
167 + elog
168 +
169 + for v in ${REPLACING_VERSIONS}; do
170 + if [ "$(get_major_version $v)" = "4" ]; then
171 + elog
172 + elog "Please see the following url for the release notes for puppet-5"
173 + elog "https://docs.puppet.com/puppet/5.0/release_notes.html#if-youre-upgrading-from-puppet-4x"
174 + elog
175 + fi
176 + done
177 +}