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: Tue, 29 Jun 2021 02:54:18
Message-Id: 1624935245.85a1e8a591d5c7f4ed6d663918c63fda74b3b0ad.prometheanfire@gentoo
1 commit: 85a1e8a591d5c7f4ed6d663918c63fda74b3b0ad
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 29 02:50:51 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 29 02:54:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a1e8a5
7
8 app-admin/puppet-agent: cleanup old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
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.5.0.ebuild | 74 ------------------------
15 app-admin/puppet-agent/puppet-agent-7.7.0.ebuild | 74 ------------------------
16 3 files changed, 150 deletions(-)
17
18 diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
19 index 52049f2b6ce..224886558a4 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.5.0-1focal_amd64.deb 20900560 BLAKE2B a1f0e3da38cc98e677f66fd8887e4db1e1bd9d2af0b89597c0b1f2e569b78ccd8eb2d7c84c9cf5c8d03097dd6b22ae323ad7e9f989b06692a6ca7fbd28d5cf46 SHA512 250839f7d4a09545ae509273cbfb1ba004b8d0c5559b5312642b7483c605d32b7575c52b5e9a2b9d3f65e2fcfbf00f4ed85ee498ae9dc39629f1618aaab79361
25 DIST puppet-agent_7.6.1-1focal_amd64.deb 20894772 BLAKE2B 235f62750c1e7a42b8b4fa013b969926c4c168fd6a6d9cfc8f243ef5571360593572faad57326019c09cd1d1e67fcc985d699acbd07c3279ac350712828eb26f SHA512 36b9f69cbef0b51a80375231472e4bab195a08b14bb860419d2ad01f13d90cba377d796b3253643f77ff415f43d2f9598dc18c37d76d844a3ea98299e5d43e65
26 -DIST puppet-agent_7.7.0-1focal_amd64.deb 20917640 BLAKE2B f0b154c49f083a0eba5caa9351c83534a3fcce9028d56ed7c2a9c58520c5105eab215432aab0ac188b6ccaa11d922a90bed2b093a3234ec292d80c12f8e1f188 SHA512 70375495d08eccd145fa936118341c861cad76c1b760055579814d9d79d424db1b165d884bbca20dd3ce3bf932a9d99043ef38f968318bd028b6f1b3750eeeef
27 DIST puppet-agent_7.8.0-1focal_amd64.deb 20931500 BLAKE2B 3c521631fb96440e51ad82c3665f07a5ee9cba1d978fccbe9388684ad0c211138f022017ff49b92818cfc8f50ebed0a996c9321918413e4a1c7ca0f5a2f68f8a SHA512 f0cd9951b54bc9aacce987ea10e9257db9432620f50657ca220ea8b7b4aad1c5ddebd6f5e89c5bdee837b0f928bbebe375afdb72652eb33ee22e3778498aafa1
28
29 diff --git a/app-admin/puppet-agent/puppet-agent-7.5.0.ebuild b/app-admin/puppet-agent/puppet-agent-7.5.0.ebuild
30 deleted file mode 100644
31 index b9cc527c311..00000000000
32 --- a/app-admin/puppet-agent/puppet-agent-7.5.0.ebuild
33 +++ /dev/null
34 @@ -1,74 +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 diff --git a/app-admin/puppet-agent/puppet-agent-7.7.0.ebuild b/app-admin/puppet-agent/puppet-agent-7.7.0.ebuild
111 deleted file mode 100644
112 index 4a86bc59357..00000000000
113 --- a/app-admin/puppet-agent/puppet-agent-7.7.0.ebuild
114 +++ /dev/null
115 @@ -1,74 +0,0 @@
116 -# Copyright 1999-2021 Gentoo Authors
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=7
120 -inherit systemd unpacker tmpfiles
121 -
122 -DESCRIPTION="general puppet client utils along with hiera and facter"
123 -HOMEPAGE="https://puppetlabs.com/"
124 -SRC_URI="http://apt.puppetlabs.com/pool/focal/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1focal_amd64.deb"
125 -
126 -LICENSE="Apache-2.0"
127 -SLOT="0"
128 -KEYWORDS="~amd64"
129 -IUSE="puppetdb selinux"
130 -RESTRICT="strip"
131 -
132 -CDEPEND="!app-admin/puppet
133 - !dev-ruby/hiera
134 - !dev-ruby/facter
135 - app-emulation/virt-what
136 - acct-user/puppet
137 - acct-group/puppet"
138 -
139 -DEPEND="
140 - ${CDEPEND}
141 - app-admin/augeas"
142 -RDEPEND="${CDEPEND}
143 - app-portage/eix
144 - sys-apps/dmidecode
145 - sys-libs/libselinux
146 - sys-libs/glibc
147 - sys-libs/readline:0/8
148 - sys-libs/libxcrypt
149 - sys-libs/ncurses:0[tinfo]
150 - selinux? (
151 - sys-libs/libselinux[ruby]
152 - sec-policy/selinux-puppet
153 - )
154 - puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
155 -
156 -S=${WORKDIR}
157 -
158 -QA_PREBUILT="*"
159 -
160 -src_install() {
161 - # conf.d
162 - doconfd etc/default/puppet
163 - doconfd etc/default/pxp-agent
164 - # logrotate.d
165 - insinto /etc/logrotate.d
166 - doins etc/logrotate.d/pxp-agent
167 - # puppet itself
168 - insinto /etc/puppetlabs
169 - doins -r etc/puppetlabs/*
170 - # logdir for systemd
171 - keepdir var/log/puppetlabs/puppet/
172 - chmod 0750 var/log/puppetlabs/puppet/
173 - # the rest
174 - insinto /opt
175 - dodir opt/puppetlabs/puppet/cache
176 - doins -r opt/*
177 - fperms 0750 /opt/puppetlabs/puppet/cache
178 - # init
179 - newinitd "${FILESDIR}/puppet.initd2" puppet
180 - systemd_dounit lib/systemd/system/puppet.service
181 - systemd_dounit lib/systemd/system/pxp-agent.service
182 - newtmpfiles usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf
183 - # symlinks
184 - chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
185 - dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter
186 - dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera
187 - dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet
188 - dosym ../../../../usr/lib64/xcrypt/libcrypt.so.1 /opt/puppetlabs/puppet/lib/libcrypt.so.1
189 -}