diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-04-12 15:14:03 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-04-12 15:18:21 +0200 |
commit | 85c0fecb4000e246ee72b02bf520c0f7d1b42283 (patch) | |
tree | 990bbe523df36db548822bd0f5ce7194d3db4c96 /app-admin/puppet-lint | |
parent | www-client/firefox-bin: security cleanup (diff) | |
download | gentoo-85c0fecb4000e246ee72b02bf520c0f7d1b42283.tar.gz gentoo-85c0fecb4000e246ee72b02bf520c0f7d1b42283.tar.bz2 gentoo-85c0fecb4000e246ee72b02bf520c0f7d1b42283.zip |
app-admin/puppet-lint: cleanup
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-admin/puppet-lint')
-rw-r--r-- | app-admin/puppet-lint/Manifest | 2 | ||||
-rw-r--r-- | app-admin/puppet-lint/puppet-lint-2.3.6.ebuild | 29 | ||||
-rw-r--r-- | app-admin/puppet-lint/puppet-lint-2.4.1.ebuild | 28 |
3 files changed, 0 insertions, 59 deletions
diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest index e7e6fcf4258d..659106e3c545 100644 --- a/app-admin/puppet-lint/Manifest +++ b/app-admin/puppet-lint/Manifest @@ -1,3 +1 @@ -DIST puppet-lint-2.3.6.gem 87552 BLAKE2B 0a2f4b9c2ef76c06bc4fb6eb0f737af406bf3949e7c9001685c6522714b550c0f2c5680d5d39f5d3994496a497664e912eadc44bdb7aa4c27635d23b36a90776 SHA512 d162307e66bb5f1dd923f2f9fab55de7b4c5fad6264d7a1bae8df20bd45c5a786b66d9f5b3bd235230fea959c67242462e711212f65807040048f4c0be7122b9 -DIST puppet-lint-2.4.1.gem 92160 BLAKE2B 5bcdf14cad8cbf90e69c6afaa6935768db3cd9023175a8d5632951c7ff0d5b91362988c0e667c0f852eae705920a6a570f582db394b89436f61eda50f314dc9b SHA512 39d872350ab9ad276c346a7020269f246889dfb00eef020f93a5b53a93e4ae8fd5cf307ac057d6129edf52974ea71af0abcf422e9e0be0ba570d029ffa7011bc DIST puppet-lint-2.4.2.gem 93184 BLAKE2B 5170bd9c30f6e2f5b30120b6edc74550e697c3243d2f5c7249f27a2d61ca2f5612d96efdc0f6be8d065e7d7a4460b9cf6e6dad13a5b24c4ce100d4e6df2f0425 SHA512 ee846688b13536b7d146ea50c0efe5083babf1ca09b77182437ec93be754ae076d54ac34f8082867a26b6df12a09bcd316e5b1aaa9c98150f9411a0c8b007c71 diff --git a/app-admin/puppet-lint/puppet-lint-2.3.6.ebuild b/app-admin/puppet-lint/puppet-lint-2.3.6.ebuild deleted file mode 100644 index a58ea6319eae..000000000000 --- a/app-admin/puppet-lint/puppet-lint-2.3.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit eutils ruby-fakegem - -DESCRIPTION="A linter for puppet DSL" -HOMEPAGE="http://puppet-lint.com/" - -LICENSE="MIT" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" - -ruby_add_bdepend "test? ( - dev-ruby/rspec-its:1 - dev-ruby/rspec-collection_matchers:1 - dev-ruby/rspec-json_expectations )" - -all_ruby_prepare() { - sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die -} diff --git a/app-admin/puppet-lint/puppet-lint-2.4.1.ebuild b/app-admin/puppet-lint/puppet-lint-2.4.1.ebuild deleted file mode 100644 index 738798f64b2f..000000000000 --- a/app-admin/puppet-lint/puppet-lint-2.4.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit eutils ruby-fakegem - -DESCRIPTION="A linter for puppet DSL" -HOMEPAGE="http://puppet-lint.com/" - -LICENSE="MIT" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" - -ruby_add_bdepend "test? ( - dev-ruby/rspec-its:1 - dev-ruby/rspec-collection_matchers:1 - dev-ruby/rspec-json_expectations )" - -all_ruby_prepare() { - sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die -} |