From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/
Date: Wed, 14 Feb 2018 16:36:07 +0000 (UTC) [thread overview]
Message-ID: <1518626158.7d55965ca61c1668f429fbe3fe1f259dc26b6680.prometheanfire@gentoo> (raw)
commit: 7d55965ca61c1668f429fbe3fe1f259dc26b6680
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 16:35:41 2018 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 16:35:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d55965c
app-admin/puppet: 5.3.5 bup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-admin/puppet/Manifest | 1 +
app-admin/puppet/puppet-5.3.5.ebuild | 147 +++++++++++++++++++++++++++++++++++
2 files changed, 148 insertions(+)
diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 68d19e06338..863d223c947 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,3 +1,4 @@
DIST puppet-4.10.10.tar.gz 2995864 BLAKE2B c01e6a7529d70a4481e64b4119cfd9d05e79d655ef17495a98e2ab800ea527ef09f234782e7362b25bf1b1ed11d7c2a48e40815ac6dccc5a2d460886beb604e7 SHA512 e517ee349ead56932c9ff54f910d10842c1cd6b6f28673223a65fb72334662d4eabeccc1c7c7603e17aa712c356edbc27fe53d6e7dd7ba042cc0616d0076d755
DIST puppet-4.10.8.tar.gz 2979824 BLAKE2B 802b65d48ff7d8303e3cc847a9f753a5e19c0ada6ee02dc1fc9c748da8d69462c34bdfeddeedf0057179ff1133665439c41e970c41ca1728463292ef26e996ab SHA512 9f3384702dd4938e1e00aeceb0745b760de32000e0dd59d5b846d1120a46026499176a51d0409e3a0ae414efc0872854c204d1941385695a4c57c209fbd1f28d
DIST puppet-5.3.4.tar.gz 2889645 BLAKE2B f1f4e2d9dfe457f89aa7d99724eaa9368ea50027747e2506b5cbfa176c1a9060bf87ce8c037b78f3c86c2e2974087f9ab4fc76cb7374f1a348ff410e9cfa83e1 SHA512 f24008651be15cf5c915f7a03dc0319eb2d076ddfb06c44fd846421fe29baba27ea43b29134077e1dc7c14a48b44104dcaaefe73bfdb00d7667c1c25a1b871fd
+DIST puppet-5.3.5.tar.gz 2890869 BLAKE2B 1baeddbaa47803811e14bfdbbf5624b617ced2ec6ec6b8072d51a556455838bf0934b1e0c578ef6b4d5df763260c0fa0f027295e3c8403c172a25fcc72179283 SHA512 d48b836a9c7db451c73048917e091a1dd3e1c259f4dde7a8867fe9931d9dbab46219f4b4dfa739669bb8d713a9defe13eae0d5b2dd26a6930b589f4cb0ab1361
diff --git a/app-admin/puppet/puppet-5.3.5.ebuild b/app-admin/puppet/puppet-5.3.5.ebuild
new file mode 100644
index 00000000000..1f8461b191d
--- /dev/null
+++ b/app-admin/puppet/puppet-5.3.5.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC="doc:all"
+
+RUBY_FAKEGEM_EXTRAINSTALL="locales"
+
+inherit eutils user ruby-fakegem versionator
+
+DESCRIPTION="A system automation and configuration management software."
+HOMEPAGE="http://puppetlabs.com/"
+SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz"
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
+RESTRICT="test"
+
+ruby_add_rdepend "
+ dev-ruby/hiera
+ dev-ruby/json:=
+ >=dev-ruby/facter-3.0.0
+ augeas? ( dev-ruby/ruby-augeas )
+ diff? ( dev-ruby/diff-lcs )
+ doc? ( dev-ruby/rdoc )
+ ldap? ( dev-ruby/ruby-ldap )
+ shadow? ( dev-ruby/ruby-shadow )
+ sqlite? ( dev-ruby/sqlite3 )
+ virtual/ruby-ssl
+ dev-ruby/hocon"
+
+ruby_add_bdepend "
+ doc? ( dev-ruby/yard )
+ test? (
+ dev-ruby/mocha
+ dev-ruby/rack
+ dev-ruby/rspec-its
+ )"
+# this should go in the above lists, but isn't because of test deps not being keyworded
+# dev-ruby/rspec-collection_matchers
+
+RDEPEND+=" ${RDEPEND}
+ rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
+ selinux? (
+ sys-libs/libselinux[ruby]
+ sec-policy/selinux-puppet
+ )
+ vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
+ >=app-portage/eix-0.18.0"
+PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
+
+pkg_setup() {
+ enewgroup puppet
+ enewuser puppet -1 -1 /var/lib/puppet puppet
+}
+
+all_ruby_prepare() {
+ # Avoid spec that require unpackaged json-schema.
+ rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
+
+ # can't be run within portage.
+ epatch "${FILESDIR}/puppet-fix-tests-4.7.0.patch"
+
+ # fix systemd path
+ epatch "${FILESDIR}/puppet-systemd.patch"
+
+ # backport upstream fix for ruby 2.3.6 compatibility
+ epatch "${FILESDIR}/puppet-4-webrick-ruby.patch"
+
+ # Avoid specs that can only run in the puppet.git repository. This
+ # should be narrowed down to the specific specs.
+ rm spec/integration/parser/compiler_spec.rb || die
+
+ # Avoid failing spec that need further investigation.
+ rm spec/unit/module_tool/metadata_spec.rb || die
+}
+
+each_ruby_install() {
+ each_fakegem_install
+# dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}"
+}
+
+all_ruby_install() {
+ all_fakegem_install
+
+ # systemd stuffs
+ insinto /usr/lib/systemd/system
+ doins "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
+
+ # tmpfiles stuff
+ insinto /usr/lib/tmpfiles.d
+ newins "${FILESDIR}/tmpfiles.d" "puppet.conf"
+
+ # openrc init stuff
+ newinitd "${FILESDIR}"/puppet.init-4.x puppet
+ newinitd "${FILESDIR}"/puppetmaster.init-4.x puppetmaster
+ newconfd "${FILESDIR}"/puppetmaster.confd puppetmaster
+
+ keepdir /etc/puppetlabs/puppet/ssl
+
+ keepdir /var/lib/puppet/facts
+ keepdir /var/lib/puppet/files
+ fowners -R puppet:puppet /var/lib/puppet
+
+ fperms 0750 /var/lib/puppet
+
+ fperms 0750 /etc/puppetlabs
+ fperms 0750 /etc/puppetlabs/puppet
+ fperms 0750 /etc/puppetlabs/puppet/ssl
+ fowners -R :puppet /etc/puppetlabs
+ fowners -R :puppet /var/lib/puppet
+
+ if use ldap ; then
+ insinto /etc/openldap/schema; doins ext/ldap/puppet.schema
+ fi
+
+ # ext and examples files
+ for f in $(find ext examples -type f) ; do
+ docinto "$(dirname ${f})"; dodoc "${f}"
+ done
+}
+
+pkg_postinst() {
+ elog
+ elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as this could"
+ elog "cause puppet to hang while installing packages."
+ elog
+ elog "Portage Puppet module with Gentoo-specific resources:"
+ elog "http://forge.puppetlabs.com/gentoo/portage"
+ elog
+
+ for v in ${REPLACING_VERSIONS}; do
+ if [ "$(get_major_version $v)" = "4" ]; then
+ elog
+ elog "Please see the following url for the release notes for puppet-5"
+ elog "https://docs.puppet.com/puppet/5.0/release_notes.html#if-youre-upgrading-from-puppet-4x"
+ elog
+ fi
+ done
+}
next reply other threads:[~2018-02-14 16:36 UTC|newest]
Thread overview: 265+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-14 16:36 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-26 15:16 [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/ Arthur Zamarin
2024-10-25 22:09 Sam James
2024-09-22 20:37 Matthew Thode
2024-09-22 20:37 Matthew Thode
2024-06-25 3:25 Sam James
2024-06-25 3:25 Sam James
2024-04-29 19:38 Matthew Thode
2024-04-29 19:38 Matthew Thode
2024-04-29 19:38 Matthew Thode
2024-04-29 19:38 Matthew Thode
2024-04-20 14:19 Matthew Thode
2024-04-07 4:21 Matthew Thode
2024-03-30 0:55 Matthew Thode
2024-03-18 16:01 Matthew Thode
2024-03-07 20:09 Matthew Thode
2024-03-01 19:11 Jakov Smolić
2024-03-01 16:46 Sam James
2024-02-29 20:01 Matthew Thode
2024-02-29 15:26 Matthew Thode
2024-02-18 23:10 Matthew Thode
2024-01-19 1:27 Matthew Thode
2024-01-19 1:24 Matthew Thode
2024-01-07 18:49 Matthew Thode
2023-12-17 17:45 Robin H. Johnson
2023-12-17 17:45 Robin H. Johnson
2023-12-07 23:59 Matthew Thode
2023-11-07 23:37 Matthew Thode
2023-10-27 13:25 Matthew Thode
2023-09-27 20:31 Matthew Thode
2023-08-27 15:52 Matthew Thode
2023-08-16 21:55 Matthew Thode
2023-07-16 15:54 Matthew Thode
2023-06-16 21:21 Matthew Thode
2023-06-08 21:18 Matthew Thode
2023-05-27 15:18 Matthew Thode
2023-05-12 16:10 Robin H. Johnson
2023-05-07 16:04 Matthew Thode
2023-04-28 16:11 Matthew Thode
2023-04-27 3:11 Matthew Thode
2023-04-10 10:20 Sam James
2023-04-07 15:23 Matthew Thode
2023-04-07 15:23 Matthew Thode
2023-03-26 7:19 Hans de Graaff
2023-03-18 1:22 Sam James
2023-03-11 11:17 Hans de Graaff
2023-03-10 19:24 Matthew Thode
2023-02-11 3:53 Matthew Thode
2023-02-11 3:49 Matthew Thode
2023-01-10 20:33 Matthew Thode
2023-01-10 20:33 Matthew Thode
2023-01-10 20:33 Matthew Thode
2022-12-13 17:07 Matthew Thode
2022-12-10 18:49 Matthew Thode
2022-11-14 14:30 Matthew Thode
2022-11-13 21:25 Matthew Thode
2022-11-01 9:48 Yixun Lan
2022-10-12 21:54 Matthew Thode
2022-10-03 4:33 Matthew Thode
2022-09-15 0:20 Matthew Thode
2022-08-29 6:50 Hans de Graaff
2022-08-04 14:51 Matthew Thode
2022-08-03 1:42 Matthew Thode
2022-07-05 3:01 Matthew Thode
2022-06-19 14:47 Matthew Thode
2022-06-04 18:32 Matthew Thode
2022-05-26 4:43 Matthew Thode
2022-05-19 16:46 Matthew Thode
2022-04-25 3:39 Matthew Thode
2022-04-19 22:47 Matthew Thode
2022-04-12 9:38 Hans de Graaff
2022-03-25 1:40 Matthew Thode
2022-03-23 3:31 Matthew Thode
2022-02-22 19:47 Matthew Thode
2022-02-16 3:09 Matthew Thode
2022-01-26 18:40 Fabian Groffen
2022-01-23 0:59 Matthew Thode
2022-01-15 17:54 Matthew Thode
2021-12-14 17:54 Matthew Thode
2021-11-17 16:49 Matthew Thode
2021-11-14 20:44 Matthew Thode
2021-11-14 0:32 Robin H. Johnson
2021-10-27 13:58 Hans de Graaff
2021-10-20 15:34 Matthew Thode
2021-10-17 17:13 Matthew Thode
2021-10-14 19:01 Matthew Thode
2021-09-24 17:06 Matthew Thode
2021-09-20 21:34 Matthew Thode
2021-09-17 21:37 Matthew Thode
2021-08-24 16:00 Matthew Thode
2021-08-20 17:13 Matthew Thode
2021-07-31 22:17 Sam James
2021-07-31 22:17 Sam James
2021-07-24 20:26 Matthew Thode
2021-07-03 19:47 Matthew Thode
2021-07-03 19:47 Matthew Thode
2021-06-29 2:54 Matthew Thode
2021-06-25 5:55 Matthew Thode
2021-06-08 3:31 Matthew Thode
2021-06-02 15:46 Matthew Thode
2021-05-28 15:52 Matthew Thode
2021-04-27 18:12 Matthew Thode
2021-04-20 1:02 Matthew Thode
2021-03-22 16:28 Matthew Thode
2021-03-19 18:37 Matthew Thode
2021-03-09 17:17 Matthew Thode
2021-02-22 23:57 Matthew Thode
2021-02-09 22:52 Matthew Thode
2021-01-22 16:35 Matthew Thode
2021-01-19 17:14 Matthew Thode
2021-01-05 20:51 Sam James
2020-12-29 17:14 Sam James
2020-12-28 7:52 Hans de Graaff
2020-12-20 2:30 Matthew Thode
2020-11-22 23:08 Matthew Thode
2020-10-22 19:03 Matthew Thode
2020-10-21 5:50 Hans de Graaff
2020-09-27 21:06 Matthew Thode
2020-09-15 16:29 Matthew Thode
2020-08-27 18:59 Matthew Thode
2020-08-15 19:50 Matthew Thode
2020-07-16 6:47 Hans de Graaff
2020-07-15 19:44 Matthew Thode
2020-06-02 0:13 Matthew Thode
2020-05-02 18:18 Matthew Thode
2020-05-01 4:58 Hans de Graaff
2020-04-15 4:21 Hans de Graaff
2020-04-14 12:32 Agostino Sarubbo
2020-04-13 16:06 Agostino Sarubbo
2020-04-11 17:46 Matthew Thode
2020-03-19 20:27 Hans de Graaff
2020-03-19 20:27 Hans de Graaff
2020-03-11 7:16 Hans de Graaff
2020-03-11 5:03 Matthew Thode
2020-03-01 2:57 Matthew Thode
2020-02-21 1:30 Matthew Thode
2020-02-17 22:36 Matthew Thode
2020-02-17 22:36 Matthew Thode
2020-02-14 7:53 Hans de Graaff
2020-02-13 6:36 Hans de Graaff
2020-01-16 18:58 Hans de Graaff
2020-01-16 17:26 Matthew Thode
2020-01-10 1:26 Thomas Deutschmann
2020-01-06 9:34 Hans de Graaff
2019-12-22 18:39 Matthew Thode
2019-11-22 16:10 Matthew Thode
2019-11-03 20:21 Matthew Thode
2019-10-18 16:03 Matthew Thode
2019-10-18 4:20 Matthew Thode
2019-10-16 5:23 Hans de Graaff
2019-10-03 23:19 Matthew Thode
2019-09-23 15:31 Matthew Thode
2019-09-22 16:37 Matthew Thode
2019-09-20 21:07 Matthew Thode
2019-08-23 16:13 Matthew Thode
2019-07-27 18:14 Matthew Thode
2019-07-27 18:14 Matthew Thode
2019-07-27 7:05 Hans de Graaff
2019-07-24 15:30 Matthew Thode
2019-07-22 14:37 Matthew Thode
2019-07-02 15:44 Matthew Thode
2019-06-22 18:34 Matthew Thode
2019-05-30 15:05 Matthew Thode
2019-05-15 19:15 Matthew Thode
2019-05-01 0:15 Matthew Thode
2019-04-25 15:54 Matthew Thode
2019-04-17 19:43 Matthew Thode
2019-03-27 2:19 Matthew Thode
2019-03-26 15:54 Matthew Thode
2019-03-21 17:37 Matthew Thode
2019-02-28 16:22 Matthew Thode
2019-02-28 16:22 Matthew Thode
2019-02-21 21:50 Matthew Thode
2019-02-15 16:15 Matthew Thode
2019-01-29 3:34 Matthew Thode
2019-01-15 17:36 Matthew Thode
2019-01-15 17:36 Matthew Thode
2018-12-21 4:57 Matthew Thode
2018-12-19 19:43 Matthew Thode
2018-12-19 19:43 Matthew Thode
2018-11-30 17:02 Matthew Thode
2018-11-19 19:12 Matthew Thode
2018-11-02 2:36 Matthew Thode
2018-11-01 15:48 Matthew Thode
2018-10-24 22:12 Matthew Thode
2018-10-05 15:42 Matthew Thode
2018-10-02 20:40 Matthew Thode
2018-09-22 21:18 Matt Thode
2018-09-22 21:18 Matt Thode
2018-08-23 16:11 Matt Thode
2018-08-18 2:46 Matt Thode
2018-07-18 20:52 Matt Thode
2018-07-14 19:05 Hans de Graaff
2018-07-13 7:43 Matt Thode
2018-06-25 18:24 Hans de Graaff
2018-06-13 19:40 Matt Thode
2018-05-15 15:26 Matt Thode
2018-04-21 4:12 Matt Thode
2018-03-21 16:16 Matt Thode
2018-03-18 10:30 Sergei Trofimovich
2018-03-18 10:30 Sergei Trofimovich
2018-03-18 10:30 Sergei Trofimovich
2018-03-13 18:08 Markus Meier
2018-02-20 6:49 Hans de Graaff
2018-02-19 9:56 Hans de Graaff
2018-02-14 22:13 Matt Thode
2018-02-14 3:23 Matt Thode
2018-02-06 17:05 Matt Thode
2018-01-29 6:44 Hans de Graaff
2018-01-22 20:34 Hans de Graaff
2018-01-08 22:50 Thomas Deutschmann
2017-12-27 20:06 Sergei Trofimovich
2017-12-24 7:10 Hans de Graaff
2017-12-14 18:41 Thomas Deutschmann
2017-12-09 13:10 Sergei Trofimovich
2017-12-02 6:29 Hans de Graaff
2017-12-02 6:29 Hans de Graaff
2017-12-02 6:29 Hans de Graaff
2017-11-26 13:25 Hans de Graaff
2017-11-13 7:14 Matt Thode
2017-10-31 23:15 Matt Thode
2017-10-31 22:41 Sergei Trofimovich
2017-09-15 6:08 Hans de Graaff
2017-09-13 13:42 Fabian Groffen
2017-09-02 7:19 Hans de Graaff
2017-08-30 18:13 Fabian Groffen
2017-08-23 21:10 Matt Thode
2017-08-19 17:38 Matt Thode
2017-08-19 17:38 Matt Thode
2017-08-10 18:03 Matt Thode
2017-08-05 18:49 Hans de Graaff
2017-07-27 19:15 Matt Thode
2017-07-27 19:15 Matt Thode
2017-07-24 1:50 Matt Thode
2017-07-16 7:56 Hans de Graaff
2017-07-15 7:26 Hans de Graaff
2017-07-15 6:35 Hans de Graaff
2017-07-09 23:10 Matt Thode
2017-06-30 13:14 Hans de Graaff
2017-06-30 5:51 Hans de Graaff
2017-06-29 3:02 Matt Thode
2017-05-21 9:47 Agostino Sarubbo
2017-05-18 15:49 Matt Thode
2017-05-18 15:49 Matt Thode
2017-05-07 9:44 Hans de Graaff
2017-04-21 5:50 Hans de Graaff
2017-04-17 8:56 Hans de Graaff
2017-04-01 14:03 Agostino Sarubbo
2017-03-29 2:09 Jeroen Roovers
2017-02-04 8:35 Matt Thode
2016-11-30 18:29 Matt Thode
2016-11-25 9:13 Hans de Graaff
2016-11-13 8:33 Hans de Graaff
2016-11-13 8:33 Hans de Graaff
2016-10-31 6:49 Hans de Graaff
2016-10-10 15:33 Jeroen Roovers
2016-04-27 21:51 Matt Thode
2016-04-27 21:51 Matt Thode
2016-03-25 5:48 Matt Thode
2016-03-18 13:41 Matt Thode
2016-01-28 6:16 Matt Thode
2015-11-21 7:42 Hans de Graaff
2015-11-06 7:49 Matt Thode
2015-09-23 16:11 Matt Thode
2015-09-15 18:38 Matt Thode
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1518626158.7d55965ca61c1668f429fbe3fe1f259dc26b6680.prometheanfire@gentoo \
--to=prometheanfire@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox