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: Thu, 30 May 2019 15:05:51
Message-Id: 1559228737.07c9904cf2b8631b9b1cdda2bdc0e61052bf3c0e.prometheanfire@gentoo
1 commit: 07c9904cf2b8631b9b1cdda2bdc0e61052bf3c0e
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 15:00:18 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 15:05:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c9904c
7
8 app-admin/puppet-agent: cleanup
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.13
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-5.5.7.ebuild | 85 ------------------------
15 2 files changed, 87 deletions(-)
16
17 diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
18 index 8600ad3d36d..b4aa99ac1c3 100644
19 --- a/app-admin/puppet-agent/Manifest
20 +++ b/app-admin/puppet-agent/Manifest
21 @@ -1,6 +1,4 @@
22 DIST puppet-agent_5.5.14-1stretch_amd64.deb 17369338 BLAKE2B bc0544d49f704b07fe058164eb9e1f3f9dc8613337942043a1f4d1359105c986b3b170fda076e8bb4fb74a4d0a423c434d27669410edefe7834ab633217e1ff6 SHA512 410f3e76a571f48456ce6e6b83a957fe33391db72c428d2518001ccce23d29e4911d740cb9c70903050f9a69c815fce8988caa1ba469742b334b1f61229f1a31
23 DIST puppet-agent_5.5.14-1stretch_i386.deb 18294894 BLAKE2B 928ea0c7113dc6789a37b83f4499485d17f09cf7ac1ace5c3aad87f0a93e4143cd4763f61e42d35a7561d5438d7b5d70d6181ab7233f72eaccb67cc4d5388d18 SHA512 8ae02257cf729ce41e6437d9ee2f221884b0e49dda7b3fc04ef200487c937f258075f563817bb064a19c30ec19b790f4d9d03e240d8a363f2942cd613c579c1b
24 -DIST puppet-agent_5.5.7-1stretch_amd64.deb 17300432 BLAKE2B 4c3b13361b9a97734a7b63ad94d1e96d9bcad284372d0b63a085c4415fa7c0433e66546bd43c99a82839837ed5a8683c6d2739d47b629f5580b8007219f06010 SHA512 fa17413afc2f2872963e241b38c2d7abe06ed37b0f01f2ace3cc6c31e53451291fe98905957377940b16d1b6926991ef39b556a4697e9ba06f10f62583f72c9e
25 -DIST puppet-agent_5.5.7-1stretch_i386.deb 18222282 BLAKE2B b9ce9269cc59d79450cb66c9c3e545ad4267ad1a43905df4ca57b45ad1213dd11c9ddcffb77719a151f52eb60d6792a486823ea4a29b2f4e83a2d62960c9691a SHA512 b65ecaf27c2bcc6556d7d43a0b78e282a64c72eed3b672af5d2e23c34eefe8134b6d4c60505f9d7c6e5b40ed4a1ad391128933c27710819f5078ec7d8680b6d4
26 DIST puppet-agent_6.4.2-1stretch_amd64.deb 18776024 BLAKE2B d8fd52357abb9649d74c9b7e54eb0f599cc2b6b1cbe8a4bdd3bd21c69904379dcda2fdea4e642d3f86bef846d1bdfb14eb8c3daed50958ad3add46bde96fe5d2 SHA512 b1bdbcb1cb87bbf4391073b0596d759e1386bd5b93046d25be112f1ddad6a0d4da162116dc9f85908de67bfd3d956a1c418faf39a85c3ed0d02f9891d4d9906c
27 DIST puppet-agent_6.4.2-1stretch_i386.deb 19250972 BLAKE2B 8424047586f7747daf24901f7ba134bfcd1fc4db094fd458f4298251880b0446221575cc463c511a32a6f7cf4c635c95b6132631640b5091e48b1e7cec67b844 SHA512 0041b1e3ff1401b21f7d9ab3b3aee66d76e30acd4748571ff3ff595d7006008e0d9d3f4c28db85cccece0cf08595cf4a3342353f5b18ea3e02ae02a094e42e41
28
29 diff --git a/app-admin/puppet-agent/puppet-agent-5.5.7.ebuild b/app-admin/puppet-agent/puppet-agent-5.5.7.ebuild
30 deleted file mode 100644
31 index 0eb9bfb5321..00000000000
32 --- a/app-admin/puppet-agent/puppet-agent-5.5.7.ebuild
33 +++ /dev/null
34 @@ -1,85 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -inherit eutils systemd unpacker user
40 -
41 -DESCRIPTION="general puppet client utils along with mcollective hiera and facter"
42 -HOMEPAGE="https://puppetlabs.com/"
43 -SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet5/${PN:0:1}/${PN}/${PN}_${PV}-1stretch"
44 -SRC_URI="
45 - amd64? ( ${SRC_BASE}_amd64.deb )
46 - x86? ( ${SRC_BASE}_i386.deb )"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="amd64 x86"
51 -IUSE="puppetdb selinux"
52 -RESTRICT="strip"
53 -
54 -CDEPEND="!app-admin/augeas
55 - !app-admin/mcollective
56 - !app-admin/puppet
57 - !dev-ruby/hiera
58 - !dev-ruby/facter
59 - !app-emulation/virt-what"
60 -
61 -DEPEND="
62 - ${CDEPEND}"
63 -RDEPEND="${CDEPEND}
64 - app-portage/eix
65 - sys-apps/dmidecode
66 - sys-libs/glibc
67 - sys-libs/readline:0/7
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 -pkg_setup() {
78 - enewgroup puppet
79 - enewuser puppet -1 -1 /var/run/puppet puppet
80 -}
81 -
82 -src_install() {
83 - # conf.d
84 - doconfd etc/default/puppet
85 - doconfd etc/default/mcollective
86 - doconfd etc/default/pxp-agent
87 - # logrotate.d
88 - insinto /etc/logrotate.d
89 - doins etc/logrotate.d/pxp-agent
90 - # puppet itself
91 - insinto /etc/puppetlabs
92 - doins -r etc/puppetlabs/*
93 - # logdir for systemd
94 - dodir var/log/puppetlabs/puppet/
95 - fperms 0750 var/log/puppetlabs/puppet/
96 - # the rest
97 - insinto /opt
98 - dodir opt/puppetlabs/puppet/cache
99 - doins -r opt/*
100 - fperms 0750 /opt/puppetlabs/puppet/cache
101 - # init
102 - newinitd "${FILESDIR}/puppet.initd" puppet
103 - newinitd "${FILESDIR}/mcollective.initd" mcollective
104 - systemd_dounit lib/systemd/system/puppet.service
105 - systemd_dounit lib/systemd/system/mcollective.service
106 - systemd_dounit lib/systemd/system/pxp-agent.service
107 - systemd_newtmpfilesd "${FILESDIR}/puppet-agent.conf.tmpfilesd" puppet-agent.conf
108 - # symlinks
109 - chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
110 - chmod 0755 "${D}//opt/puppetlabs/puppet/lib/virt-what/virt-what-cpuid-helper"
111 - dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter
112 - dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera
113 - dosym ../../opt/puppetlabs/bin/mco /usr/bin/mco
114 - dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet
115 - dosym ../../opt/puppetlabs/puppet/bin/mcollectived /usr/sbin/mcollectived
116 - dosym ../../opt/puppetlabs/puppet/bin/virt-what /usr/bin/virt-what
117 - dosym ../../opt/puppetlabs/puppet/bin/augparse /usr/bin/augparse
118 - dosym ../../opt/puppetlabs/puppet/bin/augtool /usr/bin/augtool
119 -}