diff options
-rw-r--r-- | app-admin/puppet/puppet-6.19.1.ebuild | 7 | ||||
-rw-r--r-- | app-admin/puppet/puppet-7.4.0.ebuild | 5 | ||||
-rw-r--r-- | app-admin/puppet/puppet-7.5.0.ebuild | 11 |
3 files changed, 8 insertions, 15 deletions
diff --git a/app-admin/puppet/puppet-6.19.1.ebuild b/app-admin/puppet/puppet-6.19.1.ebuild index 11fd2d3c5085..bf3ca9d2e34f 100644 --- a/app-admin/puppet/puppet-6.19.1.ebuild +++ b/app-admin/puppet/puppet-6.19.1.ebuild @@ -1,17 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" USE_RUBY="ruby24 ruby25 ruby26 ruby27" - RUBY_FAKEGEM_RECIPE_TEST="rspec3" - RUBY_FAKEGEM_TASK_DOC="doc:all" - RUBY_FAKEGEM_EXTRAINSTALL="locales" -inherit eutils ruby-fakegem eapi7-ver +inherit epatch ruby-fakegem DESCRIPTION="A system automation and configuration management software." HOMEPAGE="https://puppet.com/" diff --git a/app-admin/puppet/puppet-7.4.0.ebuild b/app-admin/puppet/puppet-7.4.0.ebuild index e5c11f9a8e24..4feaa50a1748 100644 --- a/app-admin/puppet/puppet-7.4.0.ebuild +++ b/app-admin/puppet/puppet-7.4.0.ebuild @@ -4,14 +4,11 @@ EAPI="6" USE_RUBY="ruby24 ruby25 ruby26 ruby27" - RUBY_FAKEGEM_RECIPE_TEST="rspec3" - RUBY_FAKEGEM_TASK_DOC="doc:all" - RUBY_FAKEGEM_EXTRAINSTALL="locales" -inherit eutils ruby-fakegem eapi7-ver +inherit epatch ruby-fakegem DESCRIPTION="A system automation and configuration management software." HOMEPAGE="https://puppet.com/" diff --git a/app-admin/puppet/puppet-7.5.0.ebuild b/app-admin/puppet/puppet-7.5.0.ebuild index 5b564665270e..d241ec554c38 100644 --- a/app-admin/puppet/puppet-7.5.0.ebuild +++ b/app-admin/puppet/puppet-7.5.0.ebuild @@ -4,14 +4,11 @@ EAPI="6" USE_RUBY="ruby24 ruby25 ruby26 ruby27" - RUBY_FAKEGEM_RECIPE_TEST="rspec3" - RUBY_FAKEGEM_TASK_DOC="doc:all" - RUBY_FAKEGEM_EXTRAINSTALL="locales" -inherit eutils ruby-fakegem eapi7-ver +inherit epatch ruby-fakegem DESCRIPTION="A system automation and configuration management software." HOMEPAGE="https://puppet.com/" @@ -109,12 +106,14 @@ all_ruby_install() { fowners -R :puppet /var/lib/puppet if use ldap ; then - insinto /etc/openldap/schema; doins ext/ldap/puppet.schema + 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}" + docinto "$(dirname ${f})" + dodoc "${f}" done } |