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, 09 Feb 2021 22:53:02
Message-Id: 1612911168.741989bc22181ad24e32218fd42531d26f83bb64.prometheanfire@gentoo
1 commit: 741989bc22181ad24e32218fd42531d26f83bb64
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 22:48:30 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 22:52:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741989bc
7
8 app-admin/puppet: 7.4.0 bump
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/puppet/Manifest | 1 +
14 app-admin/puppet/puppet-7.4.0.ebuild | 133 +++++++++++++++++++++++++++++++++++
15 2 files changed, 134 insertions(+)
16
17 diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
18 index d0c2421fe64..aa0d629388f 100644
19 --- a/app-admin/puppet/Manifest
20 +++ b/app-admin/puppet/Manifest
21 @@ -3,3 +3,4 @@ DIST puppet-5.5.22.tar.gz 2998132 BLAKE2B 8662c89190d0904fe44ffeca1cf9a9ddca40d5
22 DIST puppet-6.19.1.tar.gz 2917976 BLAKE2B 06019b465699494c3c5045d8d3f617046583f8bb5ebff4e72991bcf5f1ca76b4e00f56af79bbcd7ab849439fc5e627840ef08b92f586441c0cb0bb3d51805f7f SHA512 4e8a3c8d46b6aa67c31da4b510dfc32a187937af213efb9f2f0b6625b29995cdfa8cbca384ad857c19e47ae4878127564756a809c2afdff4883038249395ff01
23 DIST puppet-7.1.0.tar.gz 2827602 BLAKE2B 5e15c7304c7b91e40b95096482d6a71a3e9e1686f769c4c0334a533cd8b6faf31d4e126585c9b48c15bb524930e0410bff32201dd01d7faeb7487c29075f7477 SHA512 7cb5f8c472d28012a0b93893792611dd03081c7100be57e2fab60a0dabe164081fc40195d562ef8cf5e2d67f9d32f26704ecedee9cc772e568a116e12af70cda
24 DIST puppet-7.3.0.tar.gz 2855997 BLAKE2B 38a02a036d82be3ae727f7433b80ee1bdbb66f6fe10dd2ac37d3191fa6bcacac8cff84ae048d449564703448a87860fd9debdc043a47e7dfbcab69f6dedf479f SHA512 811e2a182af7bc8038750d99feb526b261b6c3633d5492fc2e14ab9f8902bb54d3f651730efb6f06001b96f550a9957d8604ffd30d489f038200d1359d91e98d
25 +DIST puppet-7.4.0.tar.gz 2857763 BLAKE2B 980180d10c3329f8c94f02c6a8b403d88a3836fcc5567fd00eb4e2b4ae63d7a03709f3f14a337cdface62be04f9bb9082436f69b95f8d37996a9a933801a163a SHA512 ffb4ffb5121fcbd4b61ab1ad51fce96c1f2415b85ec785c858721a7f5604a6a8de4d595b6806657b9b1757e70763b2c495ca4d8ee694d668532cd15dd38a9c7f
26
27 diff --git a/app-admin/puppet/puppet-7.4.0.ebuild b/app-admin/puppet/puppet-7.4.0.ebuild
28 new file mode 100644
29 index 00000000000..5b564665270
30 --- /dev/null
31 +++ b/app-admin/puppet/puppet-7.4.0.ebuild
32 @@ -0,0 +1,133 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="6"
37 +
38 +USE_RUBY="ruby24 ruby25 ruby26 ruby27"
39 +
40 +RUBY_FAKEGEM_RECIPE_TEST="rspec3"
41 +
42 +RUBY_FAKEGEM_TASK_DOC="doc:all"
43 +
44 +RUBY_FAKEGEM_EXTRAINSTALL="locales"
45 +
46 +inherit eutils ruby-fakegem eapi7-ver
47 +
48 +DESCRIPTION="A system automation and configuration management software."
49 +HOMEPAGE="https://puppet.com/"
50 +SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz"
51 +
52 +LICENSE="Apache-2.0 GPL-2"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
55 +IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
56 +RESTRICT="test"
57 +
58 +ruby_add_rdepend "
59 + dev-ruby/hiera
60 + dev-ruby/json:=
61 + dev-ruby/semantic_puppet
62 + >=dev-ruby/facter-3.0.0
63 + dev-ruby/concurrent-ruby
64 + augeas? ( dev-ruby/ruby-augeas )
65 + diff? ( dev-ruby/diff-lcs )
66 + doc? ( dev-ruby/rdoc )
67 + ldap? ( dev-ruby/ruby-ldap )
68 + shadow? ( dev-ruby/ruby-shadow )
69 + sqlite? ( dev-ruby/sqlite3 )
70 + virtual/ruby-ssl
71 + dev-ruby/hocon"
72 +
73 +ruby_add_bdepend "
74 + doc? ( dev-ruby/yard )
75 + test? (
76 + dev-ruby/mocha
77 + dev-ruby/rack
78 + dev-ruby/rspec-its
79 + )"
80 +# this should go in the above lists, but isn't because of test deps not being keyworded
81 +# dev-ruby/rspec-collection_matchers
82 +
83 +RDEPEND+=" ${RDEPEND}
84 + rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
85 + selinux? (
86 + sys-libs/libselinux[ruby]
87 + sec-policy/selinux-puppet
88 + )
89 + vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
90 + >=app-portage/eix-0.18.0
91 + acct-user/puppet
92 + acct-group/puppet"
93 +PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
94 +
95 +all_ruby_prepare() {
96 + # Avoid spec that require unpackaged json-schema.
97 + rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
98 +
99 + # fix systemd path
100 + epatch "${FILESDIR}/puppet-systemd.patch"
101 +
102 + # Avoid specs that can only run in the puppet.git repository. This
103 + # should be narrowed down to the specific specs.
104 + rm spec/integration/parser/compiler_spec.rb || die
105 +
106 + # Avoid failing spec that need further investigation.
107 + rm spec/unit/module_tool/metadata_spec.rb || die
108 +}
109 +
110 +each_ruby_install() {
111 + each_fakegem_install
112 +# dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}"
113 +}
114 +
115 +all_ruby_install() {
116 + all_fakegem_install
117 +
118 + # systemd stuffs
119 + insinto /usr/lib/systemd/system
120 + doins "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
121 +
122 + # tmpfiles stuff
123 + insinto /usr/lib/tmpfiles.d
124 + newins "${FILESDIR}/tmpfiles.d" "puppet.conf"
125 +
126 + # openrc init stuff
127 + newinitd "${FILESDIR}"/puppet.init-4.x puppet
128 +
129 + keepdir /etc/puppetlabs/puppet/ssl
130 +
131 + keepdir /var/lib/puppet/facts
132 + keepdir /var/lib/puppet/files
133 + fowners -R puppet:puppet /var/lib/puppet
134 +
135 + fperms 0750 /var/lib/puppet
136 +
137 + fperms 0750 /etc/puppetlabs
138 + fperms 0750 /etc/puppetlabs/puppet
139 + fperms 0750 /etc/puppetlabs/puppet/ssl
140 + fowners -R :puppet /etc/puppetlabs
141 + fowners -R :puppet /var/lib/puppet
142 +
143 + if use ldap ; then
144 + insinto /etc/openldap/schema; doins ext/ldap/puppet.schema
145 + fi
146 +
147 + # ext and examples files
148 + for f in $(find ext examples -type f) ; do
149 + docinto "$(dirname ${f})"; dodoc "${f}"
150 + done
151 +}
152 +
153 +pkg_postinst() {
154 + elog
155 + elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as this could"
156 + elog "cause puppet to hang while installing packages."
157 + elog
158 + elog "Portage Puppet module with Gentoo-specific resources:"
159 + elog "http://forge.puppetlabs.com/gentoo/portage"
160 + elog
161 + elog "If updating from puppet 5 to 6, keep in mind that webrick (server/master)"
162 + elog "suppert was removed for >=6.x, please migrate to puppetserver if you have"
163 + elog "not already done so."
164 + elog
165 +}