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: Tue, 26 Mar 2019 15:54:30
Message-Id: 1553615653.c4633a6030af295d5dbab0b7039f6be173580976.prometheanfire@gentoo
1 commit: c4633a6030af295d5dbab0b7039f6be173580976
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 26 15:48:29 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 26 15:54:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4633a60
7
8 app-admin/puppet: 5.5.12 bump
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/puppet/Manifest | 1 +
14 app-admin/puppet/puppet-5.5.12.ebuild | 144 ++++++++++++++++++++++++++++++++++
15 2 files changed, 145 insertions(+)
16
17 diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
18 index bab0859f6f7..2136f2932d8 100644
19 --- a/app-admin/puppet/Manifest
20 +++ b/app-admin/puppet/Manifest
21 @@ -1,4 +1,5 @@
22 DIST puppet-4.10.12.tar.gz 3022218 BLAKE2B 03757857868b1544078ae5e40d6e438631c788f1b01a3e62ba90e477b754601d2c085228e084363ff20ee39728b02ebe8ca83e17f7c79dddae1c3968aef4e320 SHA512 ff7accf70b1d4de7282cf3b41246151c49c4758a41ace56a470e4723749638027011cf170747e66fa5812280e1612e754e12d92dd35fa6c93171f7187bb9cfa2
23 DIST puppet-5.5.10.tar.gz 3064457 BLAKE2B 04cac9cebc03343b8c6fcf762f681f63bce4ebe27b6e7e727d06b14f0013a6c4b0ed7ff793e01b170931a881a921b4a2f107a5e37d1ac9394046f8611a7adaaf SHA512 70a5684289fc576853bf908adff44c1b1ce4b37d71236e7d7a8d140fa0e3cdd46a4b570cc7e493a3f47641f6be0c3b736ab04a178c30cce4244abe686378bf4b
24 +DIST puppet-5.5.12.tar.gz 3073481 BLAKE2B 8044af48e7d86e754f767b42199814ff9b2dcda04f1e13920cea332ae79b23997cc1a17fe761bb5216d174bc5d77c244a9eba7752c004bf1558a648c334f698a SHA512 33d844d671710adae1dbe184981143883bf4f3ac1516f8aedd1cd8d30157bc947a3a66df30c10a2357a8cb42dafe02a80a24007312b2107c68350ed0871a3249
25 DIST puppet-6.2.0.tar.gz 2821615 BLAKE2B 88b8ec856cfc6dacba5dfe44da7abce56a351f514057d3c916ecb5f4188703713cf7981984c2a59cb8073da93eab91a815dc2f52ee4f621c9a412897e9387d5e SHA512 91540169d3c9c1715e78b416961f4f3957a01b0908c3b675fa75226361fb8161730ca47ed98a2e958d8841fd50086c75489c5ee53b41f933392f399d502bad9b
26 DIST puppet-6.3.0.tar.gz 2831909 BLAKE2B ccf6353c0fc1fcdd4ac06e79bd8d91980162b8f1b2012fc2bfc1cdea3d2d6b22bf55216cea9b94a4024273ca9f76eedcc92a861de9db348408a361596033b51c SHA512 1d30706049fe378facddb923a9ecb521d37faa84740251602ac340ea1299c247252fbdaca17f1ea450ff716ab26ac4e9524f1137080318e6d9237a9e2699f6b8
27
28 diff --git a/app-admin/puppet/puppet-5.5.12.ebuild b/app-admin/puppet/puppet-5.5.12.ebuild
29 new file mode 100644
30 index 00000000000..7f380bcc3fa
31 --- /dev/null
32 +++ b/app-admin/puppet/puppet-5.5.12.ebuild
33 @@ -0,0 +1,144 @@
34 +# Copyright 1999-2019 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 eapi7-ver
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 [ "$(ver_cut 1 "$v")" -eq "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 +}