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: Fri, 24 Sep 2021 17:06:51
Message-Id: 1632503200.4b8b72683c3a46dc2405dcc7de40c6411acd8ae3.prometheanfire@gentoo
1 commit: 4b8b72683c3a46dc2405dcc7de40c6411acd8ae3
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 24 17:05:14 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 24 17:06:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8b7268
7
8 app-admin/puppet-agent: 7.8.0 7.9.0 cleanup
9
10 Package-Manager: Portage-3.0.20, 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.8.0.ebuild | 78 ----------------------
15 .../puppet-agent/puppet-agent-7.9.0-r3.ebuild | 78 ----------------------
16 3 files changed, 158 deletions(-)
17
18 diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
19 index 17e880c5d05..bb4fe59222e 100644
20 --- a/app-admin/puppet-agent/Manifest
21 +++ b/app-admin/puppet-agent/Manifest
22 @@ -1,5 +1,3 @@
23 DIST puppet-agent_6.19.1-1focal_amd64.deb 22221600 BLAKE2B 22b03ef1f86b34955e8bad7c63a2022d2832dadd554316baf75419d6543e8a569902fb92a81a3dcc817401f06aa7dd47143a6cbd383f0e531c465cd3203dc4ed SHA512 4819a3509066516b0be76bc0f2afe94611405f7ac52fe50890d57c86a8a9c6c70787d46cb4b77085666f3e74bcb83a11acf1fef5d1e6ed3151ea06cbb8df3170
24 DIST puppet-agent_7.10.0-1focal_amd64.deb 20964600 BLAKE2B 160a5abf3dccb57b325283f9ec6f908be73aaa065787bc6cefe2db0fbfd67145a42cab1a763e2e14c64b7902c50814b09a4b4763aaa504536f289b485cd41a6b SHA512 88c2907e47ad3009c9ce9089d3fb91da68c6c80d9d50fbf714332f2f637ad69adc122a88042cac020ae9c637b07e6569ffab7998ca08aa57a67254748cce5d30
25 DIST puppet-agent_7.11.0-1focal_amd64.deb 20968988 BLAKE2B 41c1464290fc38b9bb2a79384c6c427ec8cd1332b3ccba155cb26d43a87b36931415d3a54a10ae8f6a1322f02eeaef27147d4af7304f541ce38e668b072cc03c SHA512 38024f80af5ef69a1db22f9ed90b7b00af5183988b2029fa63a8b2fa1de1c189ba164d8cd450156c4d822a3e6404e5933ca09efdd4eeee7188c99791991a9921
26 -DIST puppet-agent_7.8.0-1focal_amd64.deb 20931500 BLAKE2B 3c521631fb96440e51ad82c3665f07a5ee9cba1d978fccbe9388684ad0c211138f022017ff49b92818cfc8f50ebed0a996c9321918413e4a1c7ca0f5a2f68f8a SHA512 f0cd9951b54bc9aacce987ea10e9257db9432620f50657ca220ea8b7b4aad1c5ddebd6f5e89c5bdee837b0f928bbebe375afdb72652eb33ee22e3778498aafa1
27 -DIST puppet-agent_7.9.0-1focal_amd64.deb 20934808 BLAKE2B 4b5c529e1a5cb5877a753b09a477fc08e7ca7a93c3b1dae5062864d2887adea584075f4ca6b963e01cb5121ce06008182cfc39124b9e22559899beb03855240f SHA512 b6c94b65febd6b76f1ab7af5f4f5238fb314b2abb226dd5828f09ca46fdf4cd22641f765ea338b3aeb7ccf6e0fe37d5682586fbef7dc27b51a654ded6f774495
28
29 diff --git a/app-admin/puppet-agent/puppet-agent-7.8.0.ebuild b/app-admin/puppet-agent/puppet-agent-7.8.0.ebuild
30 deleted file mode 100644
31 index fc2beb5766f..00000000000
32 --- a/app-admin/puppet-agent/puppet-agent-7.8.0.ebuild
33 +++ /dev/null
34 @@ -1,78 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -inherit systemd unpacker tmpfiles
40 -
41 -DESCRIPTION="general puppet client utils along with hiera and facter"
42 -HOMEPAGE="https://puppetlabs.com/"
43 -SRC_URI="http://apt.puppetlabs.com/pool/focal/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1focal_amd64.deb"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64"
48 -IUSE="puppetdb selinux"
49 -RESTRICT="strip"
50 -
51 -CDEPEND="!app-admin/puppet
52 - !dev-ruby/hiera
53 - !dev-ruby/facter
54 - app-emulation/virt-what
55 - acct-user/puppet
56 - acct-group/puppet"
57 -
58 -DEPEND="
59 - ${CDEPEND}
60 - app-admin/augeas"
61 -RDEPEND="${CDEPEND}
62 - app-portage/eix
63 - sys-apps/dmidecode
64 - sys-libs/libselinux
65 - sys-libs/glibc
66 - sys-libs/readline:0/8
67 - sys-libs/libxcrypt
68 - sys-libs/ncurses:0[tinfo]
69 - selinux? (
70 - sys-libs/libselinux[ruby]
71 - sec-policy/selinux-puppet
72 - )
73 - puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
74 -
75 -S=${WORKDIR}
76 -
77 -QA_PREBUILT="*"
78 -
79 -src_install() {
80 - # conf.d
81 - doconfd etc/default/puppet
82 - doconfd etc/default/pxp-agent
83 - # logrotate.d
84 - insinto /etc/logrotate.d
85 - doins etc/logrotate.d/pxp-agent
86 - # puppet itself
87 - insinto /etc/puppetlabs
88 - doins -r etc/puppetlabs/*
89 - # logdir for systemd
90 - keepdir var/log/puppetlabs/puppet/
91 - chmod 0750 var/log/puppetlabs/puppet/
92 - # the rest
93 - insinto /opt
94 - dodir opt/puppetlabs/puppet/cache
95 - doins -r opt/*
96 - fperms 0750 /opt/puppetlabs/puppet/cache
97 - # init
98 - newinitd "${FILESDIR}/puppet.initd2" puppet
99 - systemd_dounit lib/systemd/system/puppet.service
100 - systemd_dounit lib/systemd/system/pxp-agent.service
101 - newtmpfiles usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf
102 - # symlinks
103 - chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
104 - dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter
105 - dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera
106 - dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet
107 - dosym ../../../../usr/lib64/xcrypt/libcrypt.so.1 /opt/puppetlabs/puppet/lib/libcrypt.so.1
108 -}
109 -
110 -pkg_postinst() {
111 - tmpfiles_process puppet-agent.conf
112 -}
113
114 diff --git a/app-admin/puppet-agent/puppet-agent-7.9.0-r3.ebuild b/app-admin/puppet-agent/puppet-agent-7.9.0-r3.ebuild
115 deleted file mode 100644
116 index 1af71eb6f52..00000000000
117 --- a/app-admin/puppet-agent/puppet-agent-7.9.0-r3.ebuild
118 +++ /dev/null
119 @@ -1,78 +0,0 @@
120 -# Copyright 1999-2021 Gentoo Authors
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=7
124 -inherit systemd unpacker tmpfiles
125 -
126 -DESCRIPTION="general puppet client utils along with hiera and facter"
127 -HOMEPAGE="https://puppetlabs.com/"
128 -SRC_URI="http://apt.puppetlabs.com/pool/focal/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1focal_amd64.deb"
129 -
130 -LICENSE="Apache-2.0"
131 -SLOT="0"
132 -KEYWORDS="amd64"
133 -IUSE="puppetdb selinux"
134 -RESTRICT="strip"
135 -
136 -CDEPEND="!app-admin/puppet
137 - !dev-ruby/hiera
138 - !dev-ruby/facter
139 - app-emulation/virt-what
140 - acct-user/puppet
141 - acct-group/puppet"
142 -
143 -DEPEND="
144 - ${CDEPEND}
145 - app-admin/augeas"
146 -RDEPEND="${CDEPEND}
147 - app-portage/eix
148 - sys-apps/dmidecode
149 - sys-libs/libselinux
150 - sys-libs/glibc
151 - sys-libs/readline:0/8
152 - sys-libs/libxcrypt[compat]
153 - sys-libs/ncurses:0[tinfo]
154 - selinux? (
155 - sys-libs/libselinux[ruby]
156 - sec-policy/selinux-puppet
157 - )
158 - puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
159 -
160 -S=${WORKDIR}
161 -
162 -QA_PREBUILT="*"
163 -
164 -src_install() {
165 - # conf.d
166 - doconfd etc/default/puppet
167 - doconfd etc/default/pxp-agent
168 - # logrotate.d
169 - insinto /etc/logrotate.d
170 - doins etc/logrotate.d/pxp-agent
171 - # puppet itself
172 - insinto /etc/puppetlabs
173 - doins -r etc/puppetlabs/*
174 - # logdir for systemd
175 - keepdir var/log/puppetlabs/puppet/
176 - chmod 0750 var/log/puppetlabs/puppet/
177 - # the rest
178 - insinto /opt
179 - dodir opt/puppetlabs/puppet/cache
180 - doins -r opt/*
181 - fperms 0750 /opt/puppetlabs/puppet/cache
182 - # init
183 - newinitd "${FILESDIR}/puppet.initd2" puppet
184 - systemd_dounit lib/systemd/system/puppet.service
185 - systemd_dounit lib/systemd/system/pxp-agent.service
186 - newtmpfiles usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf
187 - # symlinks
188 - chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
189 - dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter
190 - dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera
191 - dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet
192 - dosym ../../../../usr/lib/libcrypt.so.1 /opt/puppetlabs/puppet/lib/libcrypt.so.1
193 -}
194 -
195 -pkg_postinst() {
196 - tmpfiles_process puppet-agent.conf
197 -}