Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-agent/
Date: Sun, 09 Jul 2017 23:10:56
Message-Id: 1499641828.b3bae737833853a6a29976d8a3cc0ac172b3eb2c.prometheanfire@gentoo
1 commit: b3bae737833853a6a29976d8a3cc0ac172b3eb2c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 9 23:10:28 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 9 23:10:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3bae737
7
8 app-admin/puppet-agent: 5.0.0 bup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-admin/puppet-agent/Manifest | 2 +
13 app-admin/puppet-agent/puppet-agent-5.0.0.ebuild | 105 +++++++++++++++++++++++
14 2 files changed, 107 insertions(+)
15
16 diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
17 index a039691b664..e476c7329f4 100644
18 --- a/app-admin/puppet-agent/Manifest
19 +++ b/app-admin/puppet-agent/Manifest
20 @@ -6,3 +6,5 @@ DIST puppet-agent_1.10.4-1xenial_amd64.deb 16157840 SHA256 4e6ec3496e9d30b06b206
21 DIST puppet-agent_1.10.4-1xenial_i386.deb 16053584 SHA256 ef42df8facaffb47bd926842886b988276111b67a887619873d146c0dee8f55c SHA512 b2e519b2a24f40a8d099b2fa8690a706d9105693affad70e6f38c3b4cc3539044bc805462c45b828147349bfbdc04859e8563fca2588e3fb538de3798df8f262 WHIRLPOOL 51e5faed153d8aa8ee4b1acadc66f8be5e60534faad28cdf37504e91bdbd60441859cb00e2a8746c96c22cd88de3c58c8e188b2abc699758e0c3a02f01d480e8
22 DIST puppet-agent_1.9.3-1xenial_amd64.deb 16045528 SHA256 db73567754514595b729c299bea34289fbf108282dcc3ca2b2bda8946b1a9b01 SHA512 1142bb008569ebd26e70c89705539eee89ef1d886fee9c18ee19b563ba280c96295a77b30af2c3b149e2e8fb5cd953f55300d3c3bea1d63cb4e6a4c4103a1cfb WHIRLPOOL 193d8ece0997c66f0e0a0c70df6e41243fabbda7bdc944f1c9940476e7cfa01bbff80e739cd5e3b95d4027b8d13b3186823b2035251c57c69a7a2e188c4a5801
23 DIST puppet-agent_1.9.3-1xenial_i386.deb 16072786 SHA256 eb9476d55cc769608a3b5a3a971a4c005ae1042c0f3f3f5748b14aa40b6251ea SHA512 b9bb7579fc3106b0b701ef2cdac9dc72a5e663b360e7e10816698fed85337c9aa0b77b392353d70682f2cea057d52ebf1c356474e9ec6ccd8e85302d938666af WHIRLPOOL 2acdd44be0fa1665be34f10d3967185acf49388460af6291ac9cb53c7296af78630d82e6c3fce456bdfd7fbd06d1956d9c592ad17dc0f1cf2ee0aa9c008965ef
24 +DIST puppet-agent_5.0.0-1xenial_amd64.deb 15120014 SHA256 b2983d7a01c056c306e5a5534a9059515b68ff5f72f05dab8a3751fee4276ce4 SHA512 b1255a8db15e6c922d7a102ad3541c496c4fac1cc484e763c6083bb09cbb93db5abf185ea0a39d13d6bee1b18ba53803691d024dbaa64431cda5e9517f3c3c6a WHIRLPOOL 6c36343e5ee50941bab714d0ea8d7b7e7236c78c7f51ede2672b9fe7c883a897fe303d063dce37e411f9b4e89222f7affb38579f72b31ae0d2aa0e2c102be639
25 +DIST puppet-agent_5.0.0-1xenial_i386.deb 15619584 SHA256 820367b49827855f19d3094d156184c8da2958e00e7dda4a3da37bbac7696cf5 SHA512 9264b1143189c620cbf9dc7ff0b67939427c732c6bf27941a214066dcf88ed6570641a122f243774d01524607361129a777e50fa7b97addf15e9966d7701dee2 WHIRLPOOL 1cafcce45fb1072b8c4ba49192c0bd8da7a7cf60542530626468e12bb11f09fc7568b761403d1f03725c368e73209c0be00c07e5a5a007e9d653ef2e7cd32c41
26
27 diff --git a/app-admin/puppet-agent/puppet-agent-5.0.0.ebuild b/app-admin/puppet-agent/puppet-agent-5.0.0.ebuild
28 new file mode 100644
29 index 00000000000..135465a8a57
30 --- /dev/null
31 +++ b/app-admin/puppet-agent/puppet-agent-5.0.0.ebuild
32 @@ -0,0 +1,105 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=5
37 +inherit eutils systemd unpacker user
38 +
39 +DESCRIPTION="general puppet client utils along with mcollective hiera and facter"
40 +HOMEPAGE="https://puppetlabs.com/"
41 +SRC_BASE="http://apt.puppetlabs.com/pool/xenial/puppet5/${PN:0:1}/${PN}/${PN}_${PV}-1xenial"
42 +SRC_URI="
43 + amd64? ( ${SRC_BASE}_amd64.deb )
44 + x86? ( ${SRC_BASE}_i386.deb )
45 +"
46 +
47 +LICENSE="Apache-2.0"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE="puppetdb selinux"
51 +RESTRICT="strip"
52 +
53 +CDEPEND="!app-admin/augeas
54 + !app-admin/mcollective
55 + !app-admin/puppet
56 + !dev-ruby/hiera
57 + !dev-ruby/facter
58 + !app-emulation/virt-what"
59 +
60 +DEPEND="
61 + ${CDEPEND}"
62 +RDEPEND="${CDEPEND}
63 + app-portage/eix
64 + sys-apps/dmidecode
65 + sys-libs/glibc
66 + >=sys-libs/readline-6.0
67 + <sys-libs/readline-7.0
68 + selinux? (
69 + sys-libs/libselinux[ruby]
70 + sec-policy/selinux-puppet
71 + )
72 + puppetdb? ( >=dev-ruby/puppetdb-termini-3.1.0 )"
73 +
74 +S=${WORKDIR}
75 +
76 +QA_PREBUILT="
77 + /opt/puppetlabs/puppet
78 + /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/2.1.0/x86_64-linux/*
79 + /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/mathn/*
80 + /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/io/*
81 + /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/dl/*
82 + /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/racc/*
83 + /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/enc/*
84 + /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/json/ext/*
85 + /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/rbconfig/*
86 + /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/digest/*
87 + /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/*
88 + /opt/puppetlabs/puppet/lib/engines/*
89 + /opt/puppetlabs/puppet/lib/virt-what/*
90 + /opt/puppetlabs/puppet/lib/*
91 + /opt/puppetlabs/puppet/bin/*"
92 +
93 +pkg_setup() {
94 + enewgroup puppet
95 + enewuser puppet -1 -1 /var/run/puppet puppet
96 +}
97 +
98 +src_install() {
99 + # conf.d
100 + doconfd etc/default/puppet
101 + doconfd etc/default/mcollective
102 + doconfd etc/default/pxp-agent
103 + # logrotate.d
104 + insinto /etc/logrotate.d
105 + doins etc/logrotate.d/mcollective
106 + doins etc/logrotate.d/pxp-agent
107 + # puppet itself
108 + insinto /etc/puppetlabs
109 + doins -r etc/puppetlabs/*
110 + # logdir for systemd
111 + dodir var/log/puppetlabs/puppet/
112 + fperms 0750 var/log/puppetlabs/puppet/
113 + # the rest
114 + insinto /opt
115 + dodir opt/puppetlabs/puppet/cache
116 + doins -r opt/*
117 + fperms 0750 /opt/puppetlabs/puppet/cache
118 + # init
119 + newinitd "${FILESDIR}/puppet.initd" puppet
120 + newinitd "${FILESDIR}/mcollective.initd" mcollective
121 + systemd_dounit lib/systemd/system/puppet.service
122 + systemd_dounit lib/systemd/system/mcollective.service
123 + systemd_dounit lib/systemd/system/pxp-agent.service
124 + systemd_newtmpfilesd "${FILESDIR}/puppet-agent.conf.tmpfilesd" puppet-agent.conf
125 + # symlinks
126 + chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
127 + chmod 0755 "${D}//opt/puppetlabs/puppet/lib/virt-what/virt-what-cpuid-helper"
128 + dosym /opt/puppetlabs/bin/facter /usr/bin/facter
129 + dosym /opt/puppetlabs/bin/hiera /usr/bin/hiera
130 + dosym /opt/puppetlabs/bin/mco /usr/bin/mco
131 + dosym /opt/puppetlabs/bin/puppet /usr/bin/puppet
132 + dosym /opt/puppetlabs/puppet/bin/mcollectived /usr/sbin/mcollectived
133 + dosym /opt/puppetlabs/puppet/bin/virt-what /usr/bin/virt-what
134 + dosym /opt/puppetlabs/puppet/bin/augparse /usr/bin/augparse
135 + dosym /opt/puppetlabs/puppet/bin/augtool /usr/bin/augtool
136 + dosym /opt/puppetlabs/puppet/bin/extlookup2hiera /usr/bin/extlookup2hiera
137 +}