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-agent/
Date: Sat, 04 Jun 2022 18:32:05
Message-Id: 1654367460.97283b310eaf2364a3bef2c591dc448b0e50db62.prometheanfire@gentoo
1 commit: 97283b310eaf2364a3bef2c591dc448b0e50db62
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 18:31:00 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 18:31:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97283b31
7
8 app-admin/puppet-agent: 7.17.0 bump
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/puppet-agent/Manifest | 2 +
14 app-admin/puppet-agent/puppet-agent-7.17.0.ebuild | 91 +++++++++++++++++++++++
15 2 files changed, 93 insertions(+)
16
17 diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
18 index a51907050c14..5ae22a4eccaf 100644
19 --- a/app-admin/puppet-agent/Manifest
20 +++ b/app-admin/puppet-agent/Manifest
21 @@ -2,3 +2,5 @@ DIST puppet-agent_7.15.0-1focal_amd64.deb 20342292 BLAKE2B 4d8a322182b10462353b4
22 DIST puppet-agent_7.15.0-1focal_arm64.deb 19533904 BLAKE2B 234fc85f20df8bba9d1f33e84ac725326201984c041ab371dd645df2e6cce12b6c81481ceff01819dc884d3c8f6191d6e98aafbb78a6856733b4cc3255d0e905 SHA512 70f389bc29270317fc621ef7be2eea9764b490ae2da32fb3968bd2c966eec53ef7e65469ea7fd5069676e23feede48557575b9020783b50292b146cc17ae840e
23 DIST puppet-agent_7.16.0-1focal_amd64.deb 20349200 BLAKE2B 73a5bc404b988fc009b95e25ab906afdc56cf8a9b977d0974177bdd5dcf9c0882f10d7e56f05c054f2ff1ea89824879671f857d1f1bf41d4f725ae90994d24ac SHA512 57d58b0a4ea74f461e7820e1f99838eb3c357f1be5277623ce8bb5cdf6aa46696d53db7c64c16ede972bc01660f30ea19111d2495087032d412672564b8612f8
24 DIST puppet-agent_7.16.0-1focal_arm64.deb 19543124 BLAKE2B 2a946462ddf1344f05f21c5c5f0a3ad4a1b92fa0b386d405b6cb563b0cb3de0a06ad8212d6001f10ed7afe2d7787d1107732a5890e48de99a32cec802d78d16d SHA512 74db9defefe8aa91daaac8337dd500cf2582c017eab34f61992630a30dc9b2ef62ae5aba21b9ee94f30b6f92e99557e61da742711bba7df8200b3eca5a06f748
25 +DIST puppet-agent_7.17.0-1focal_amd64.deb 20397624 BLAKE2B 8304f937e6eb3f1a3c2a72ba34fce029ecec99decaf1a78b08b556c1ebe3073fa159e70e43baf468e833ede2e9a659f6384f52969e16932ac24a2a997da14eee SHA512 f493298af50e6eed61c7ffb0cf4234b1eb69594caedd24826bc9bcb5d85e736101bfa98b14dcfdceab5ee98e8bc228f25743fdcce440398ff9e0019c6861bde2
26 +DIST puppet-agent_7.17.0-1focal_arm64.deb 19595304 BLAKE2B 719473363cb24dcd58a864c9ce4d24cb8d8f328d6179ec666d3f3ba1dbf8df53746b9dba37a820c782b6b7b56639c068da1a7db4813e44c5520dfc74ff026008 SHA512 5d74f2fca8fe214c70931b099582d5861ae95a3f11be69e33ee4a10b5135cde43d57b117fa3492983b13e023f9138584d72df6ea788015e058124e4578ae1e39
27
28 diff --git a/app-admin/puppet-agent/puppet-agent-7.17.0.ebuild b/app-admin/puppet-agent/puppet-agent-7.17.0.ebuild
29 new file mode 100644
30 index 000000000000..3ef55d1516d2
31 --- /dev/null
32 +++ b/app-admin/puppet-agent/puppet-agent-7.17.0.ebuild
33 @@ -0,0 +1,91 @@
34 +# Copyright 1999-2022 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +inherit systemd unpacker tmpfiles
39 +
40 +DESCRIPTION="general puppet client utils along with hiera and facter"
41 +HOMEPAGE="https://puppetlabs.com/"
42 +SRC_URI="amd64? ( http://apt.puppetlabs.com/pool/focal/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1focal_amd64.deb )
43 +arm64? ( http://apt.puppetlabs.com/pool/focal/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1focal_arm64.deb )"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm64"
48 +IUSE="puppetdb selinux"
49 +RESTRICT="strip"
50 +
51 +# virtual/libcrypt:= is in here despite being a pre-built package
52 +# to ensure that the has_version logic for the symlink doesn't become stale
53 +CDEPEND="!app-admin/puppet
54 + !dev-ruby/hiera
55 + !dev-ruby/facter
56 + app-emulation/virt-what
57 + acct-user/puppet
58 + acct-group/puppet
59 + virtual/libcrypt:="
60 +
61 +DEPEND="
62 + ${CDEPEND}
63 + app-admin/augeas"
64 +RDEPEND="${CDEPEND}
65 + app-portage/eix
66 + sys-apps/dmidecode
67 + sys-libs/libselinux
68 + sys-libs/glibc
69 + sys-libs/readline:0/8
70 + sys-libs/libxcrypt[compat]
71 + sys-libs/ncurses:0[tinfo]
72 + selinux? (
73 + sys-libs/libselinux[ruby]
74 + sec-policy/selinux-puppet
75 + )
76 + puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
77 +
78 +S=${WORKDIR}
79 +
80 +QA_PREBUILT="*"
81 +
82 +src_install() {
83 + # conf.d
84 + doconfd etc/default/puppet
85 + doconfd etc/default/pxp-agent
86 + # logrotate.d
87 + insinto /etc/logrotate.d
88 + doins etc/logrotate.d/pxp-agent
89 + # puppet itself
90 + insinto /etc/puppetlabs
91 + doins -r etc/puppetlabs/*
92 + # logdir for systemd
93 + keepdir var/log/puppetlabs/puppet/
94 + chmod 0750 var/log/puppetlabs/puppet/
95 + # the rest
96 + insinto /opt
97 + dodir opt/puppetlabs/puppet/cache
98 + doins -r opt/*
99 + fperms 0750 /opt/puppetlabs/puppet/cache
100 + # init
101 + newinitd "${FILESDIR}/puppet.initd2" puppet
102 + systemd_dounit lib/systemd/system/puppet.service
103 + systemd_dounit lib/systemd/system/pxp-agent.service
104 + newtmpfiles usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf
105 + # symlinks
106 + chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
107 + dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter
108 + dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera
109 + dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet
110 +
111 + # Handling of the path to the crypt library during the ongoing migration
112 + # from glibc[crypt] to libxcrypt
113 + # https://www.gentoo.org/support/news-items/2021-07-23-libxcrypt-migration.html
114 + if has_version "sys-libs/glibc[crypt]"; then
115 + local crypt_target='../../../../usr/lib64/xcrypt/libcrypt.so.1'
116 + else
117 + local crypt_target='../../../../usr/lib/libcrypt.so.1'
118 + fi
119 + dosym $crypt_target /opt/puppetlabs/puppet/lib/libcrypt.so.1
120 +}
121 +
122 +pkg_postinst() {
123 + tmpfiles_process puppet-agent.conf
124 +}