summaryrefslogtreecommitdiff
path: root/app-admin/puppet-lint
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-17 15:39:26 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-17 15:39:26 +0000
commitf1317d9384e4b8cbbd93ff4ceb8bd87fa9d3a4f1 (patch)
treedd8d85d0456d78dcba0d13e7b713ae23c4f073dc /app-admin/puppet-lint
parentbcea7077fd4cd5045b1a07fac9619e1d2fb4e897 (diff)
gentoo auto-resync : 17:12:2022 - 15:39:26
Diffstat (limited to 'app-admin/puppet-lint')
-rw-r--r--app-admin/puppet-lint/Manifest2
-rw-r--r--app-admin/puppet-lint/puppet-lint-2.5.1.ebuild26
2 files changed, 0 insertions, 28 deletions
diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index d973e2e52872..0d742e7f0eb2 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,5 +1,3 @@
-DIST puppet-lint-2.5.1.gem 93184 BLAKE2B ce93397fcb05655043ed41693690d909505a74a7e8029f355d76cbcdc247cb03b87f9fc870d07e88ca378b0866b4490c853950a9dc7eff871006ff526d852c70 SHA512 5ffad674280b4b67669a59c9b17b36cef8338dc4de2c9a28b2cdfcff810f733eb4ae18824b6145b75db3816ed906c12e9d4b6404ac5294c4a9a0eb27c4272820
DIST puppet-lint-2.5.2.gem 91136 BLAKE2B cae884b3994c7862f337a214903ecd4d7bb297e9e2bb7495fb94030304f53fa7ae98080b62944d5c96f2af0d208352d00030415a89259e8e188ec53da2a2b643 SHA512 996a5fda970c318a3f58a196c7b9aba7e712aae2b24d936b917f1dd9eb6bf5d706df28f70d88e1e174e175aabb13f1d22c8c90289314d5a1dd4ff9207ebbfe03
-EBUILD puppet-lint-2.5.1.ebuild 517 BLAKE2B 242148c3c965b8288ae0eae04351e498d9bd2f6eec8389e78694e7fa8a3940d0f9fc6097ed17539560369c078e6674ceefe7f95d8cbd5cb413423c6aa202c498 SHA512 a0949819586ffc5f7b547021160ca1cc16379bb6d271564d583aaf0983c8417a84407bc04b21a5f5e6d17dc948ff0787b51ef1cad4f845d738dc1aa2e7d38012
EBUILD puppet-lint-2.5.2.ebuild 524 BLAKE2B 5c1f6ce1722131aec63c6ff4361853d177904f37b2ba62ae4116e1b9db021ddbcffa89c1d618dfd88bc9cb786d03a03304f4f9b0a8a76781261c2a4dede5e34e SHA512 9a7af04603c6f64790c37377147e426d0465f74e977c6a42185e1097fcff249a8059730c13e6ccfca31f412db52a21df1a4f590415a59684500f5f7a69973240
MISC metadata.xml 364 BLAKE2B 02e595eed1d040b52b80d0c63f576873a2f775bef8565a7c433382d294c36eb69d2104850701414800e9e4e66f89dd8908983821ffda334e8d32b40a9690a3b8 SHA512 066d6586798789d1d35d20ab12d38d3328575730bb55f5fe9ebe9da541106e1cdb7b00f144d71c124319ca3bd5e6ecd1537b4b3e323cffb2dcc07bf861799350
diff --git a/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild b/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild
deleted file mode 100644
index da9a2fc51291..000000000000
--- a/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP="puppet-lint"
-
-inherit 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 )"