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: Mon, 23 Sep 2019 15:32:04
Message-Id: 1569252621.d4e2fbf4be44e8b88296b5ce1cf96cff7c4f0421.prometheanfire@gentoo
1 commit: d4e2fbf4be44e8b88296b5ce1cf96cff7c4f0421
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 23 15:30:21 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 23 15:30:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e2fbf4
7
8 app-admin/puppet-agent: 6.8.0 stable amd64 and x86 with cleanup
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
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-6.6.0.ebuild | 79 ------------------------
15 app-admin/puppet-agent/puppet-agent-6.8.0.ebuild | 2 +-
16 3 files changed, 1 insertion(+), 82 deletions(-)
17
18 diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
19 index e6c6f0a2fdc..ee5edccb7ea 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.6.0-1stretch_amd64.deb 19177382 BLAKE2B c8034e4a943394da7fd97756b3dfb59897f3d787a8f49743a4c42ed47db4411f6d0e125cf6984728a108e5070cc8e42ca0a203d2afdcce99e08ae38a6ebb9293 SHA512 f0d129b357feb6e5d05c080437910e119bbce0e97e36927c2f97d3d7fb8f54a0eb1503a74ffec3cef7fd29785fe97ffd53f04a4be6a35b558ee278af8871289b
24 -DIST puppet-agent_6.6.0-1stretch_i386.deb 19443284 BLAKE2B c017abc3166b3cb04a98c511b5ab05dd7076906a38edd8ee919848c130ae5b1cb6c7542b6c6c3da267fa801e152ad963c84293083c709dd769185f943a4bebcb SHA512 adadc3201dae261f2000282b67b8c4735eeb588c4c6c5dcbcde2e655772bebb1c343611607d84ba1b019279480445dc44cd4e3cc3d64e89b70e93b85a37678d5
25 DIST puppet-agent_6.7.2-1stretch_amd64.deb 19184682 BLAKE2B 6078c1b21f0e737881d949cfaf052571b40df450e53724696e2738141da30e59da7abf03ce00285ab77fd4ac52291ab6e42da373420807499f37b75c872fa83e SHA512 1c464448b1478397af7b806f8bfcaee0378af9d4b6bfa5a73e8245064329b1b49136107c5fcbaea0ef6cd4e1daf840d1ba331e798b2cd255ead54969520315c9
26 DIST puppet-agent_6.7.2-1stretch_i386.deb 19452604 BLAKE2B 1915e7b7085db6cb87980a98a7cb85881331719e2af98b07f8461514a0296b3cf5181eb88f78893055a0fa09fc2ffce0e81e866db27abcecf9d8f745e329311c SHA512 8d89735601c9764e207eef77f5d42e836ee9d7c0c0f2856e0f293919cce52e7a42fc28fca42bd0e0bed760063aae527007ef7ce25503ce05fcfd495a44243ee3
27 DIST puppet-agent_6.8.0-1stretch_amd64.deb 19184708 BLAKE2B ac961857784eaaa55604285cf305dac437007628ea5baa3c3ae9a8a345fcb8cf2b20820bd80cc2c96afb77cb03c4d2779b17b1183c9bc9461b56860d2179f448 SHA512 707146f71b21df4b89244df7b786f481136cfe7b0cabf20aa0d4784aca547ba85c75d13309b77c853b9e034b8271f350b30bc5358010d90b7573e3fdb63c31b6
28
29 diff --git a/app-admin/puppet-agent/puppet-agent-6.6.0.ebuild b/app-admin/puppet-agent/puppet-agent-6.6.0.ebuild
30 deleted file mode 100644
31 index c648209a4a7..00000000000
32 --- a/app-admin/puppet-agent/puppet-agent-6.6.0.ebuild
33 +++ /dev/null
34 @@ -1,79 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -inherit eutils systemd unpacker user
40 -
41 -DESCRIPTION="general puppet client utils along with hiera and facter"
42 -HOMEPAGE="https://puppetlabs.com/"
43 -SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet/${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/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:0/7
67 - sys-libs/ncurses:0[tinfo]
68 - selinux? (
69 - sys-libs/libselinux[ruby]
70 - sec-policy/selinux-puppet
71 - )
72 - puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
73 -
74 -S=${WORKDIR}
75 -
76 -pkg_setup() {
77 - enewgroup puppet
78 - enewuser puppet -1 -1 /var/run/puppet puppet
79 -}
80 -
81 -src_install() {
82 - # conf.d
83 - doconfd etc/default/puppet
84 - doconfd etc/default/pxp-agent
85 - # logrotate.d
86 - insinto /etc/logrotate.d
87 - doins etc/logrotate.d/pxp-agent
88 - # puppet itself
89 - insinto /etc/puppetlabs
90 - doins -r etc/puppetlabs/*
91 - # logdir for systemd
92 - dodir var/log/puppetlabs/puppet/
93 - fperms 0750 var/log/puppetlabs/puppet/
94 - # the rest
95 - insinto /opt
96 - dodir opt/puppetlabs/puppet/cache
97 - doins -r opt/*
98 - fperms 0750 /opt/puppetlabs/puppet/cache
99 - # init
100 - newinitd "${FILESDIR}/puppet.initd" puppet
101 - systemd_dounit lib/systemd/system/puppet.service
102 - systemd_dounit lib/systemd/system/pxp-agent.service
103 - systemd_newtmpfilesd "${FILESDIR}/puppet-agent.conf.tmpfilesd" puppet-agent.conf
104 - # symlinks
105 - chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
106 - chmod 0755 "${D}//opt/puppetlabs/puppet/lib/virt-what/virt-what-cpuid-helper"
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 - dosym ../../opt/puppetlabs/puppet/bin/virt-what /usr/bin/virt-what
111 - dosym ../../opt/puppetlabs/puppet/bin/augparse /usr/bin/augparse
112 - dosym ../../opt/puppetlabs/puppet/bin/augtool /usr/bin/augtool
113 -}
114
115 diff --git a/app-admin/puppet-agent/puppet-agent-6.8.0.ebuild b/app-admin/puppet-agent/puppet-agent-6.8.0.ebuild
116 index a72df734d6b..c648209a4a7 100644
117 --- a/app-admin/puppet-agent/puppet-agent-6.8.0.ebuild
118 +++ b/app-admin/puppet-agent/puppet-agent-6.8.0.ebuild
119 @@ -13,7 +13,7 @@ SRC_URI="
120
121 LICENSE="Apache-2.0"
122 SLOT="0"
123 -KEYWORDS="~amd64 ~x86"
124 +KEYWORDS="amd64 x86"
125 IUSE="puppetdb selinux"
126 RESTRICT="strip"