Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/
Date: Tue, 27 Mar 2018 05:48:42
Message-Id: 1522129662.6a2fed0c556938427a01081300ca124219e0a0e1.graaff@gentoo
1 commit: 6a2fed0c556938427a01081300ca124219e0a0e1
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 27 04:49:35 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 05:47:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2fed0c
7
8 cleanup version removed upstream, bug 651634
9
10 Closes: https://bugs.gentoo.org/651634
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 app-admin/puppet-lint/Manifest | 1 -
14 app-admin/puppet-lint/puppet-lint-2.3.4.ebuild | 29 --------------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
18 index 3f0a730bfa6..1430ba0f968 100644
19 --- a/app-admin/puppet-lint/Manifest
20 +++ b/app-admin/puppet-lint/Manifest
21 @@ -1,3 +1,2 @@
22 DIST puppet-lint-2.3.3.gem 84992 BLAKE2B 57b6d6332b7d26daf193ba983ff1e5d560cf4f902f1b476de3b1f7254755851397685d7b435dd7365f81e1427d91ca47ffa889a9d87a14e1c4720e44aa2b7996 SHA512 9203e8d29cb4a5c5abf8279598599db4a9063d33d7b7d6c76f8ebf09c3ba539f6035083b5438bae2b0fda1d16880ffcb69a2776ebce7f54bc1a1430c2ceb0d68
23 -DIST puppet-lint-2.3.4.gem 86016 BLAKE2B 4e7c0da6bb77558312b389be68ee17a75a2dffa795eb0a985101177f45ac362d0a4bf70804198b82f981bcc2023768503f7362799a2853ea2e159071853c5dfc SHA512 27ef230b337ffffeae8395efa2329ad150b7f0a21bfff1b2e5ee4807dd088705723d9887ae3c166eeb8daa61337d2efd5907fcb5c86c6cfb0a42c0fc30dfd7ba
24 DIST puppet-lint-2.3.5.gem 86528 BLAKE2B 7455c729cb0512cb26838439c854c70d2581f2102594ac60d76a34f9839b0bb7dbab65beb87369419dc0e66583bfac1ad9f22d65ee3ee9bf35aa3c37e8f0d1b9 SHA512 5e1978c5438869c12c2151e76fe6cea12c447d9f59f1fbbc90fb80e61c7ff9c220be85f70cf95dec2380cd35205ffec0473cc7eda0db21b94a30b533d4214707
25
26 diff --git a/app-admin/puppet-lint/puppet-lint-2.3.4.ebuild b/app-admin/puppet-lint/puppet-lint-2.3.4.ebuild
27 deleted file mode 100644
28 index e672004b0fd..00000000000
29 --- a/app-admin/puppet-lint/puppet-lint-2.3.4.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -USE_RUBY="ruby22 ruby23 ruby24"
37 -
38 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
39 -
40 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
41 -RUBY_FAKEGEM_EXTRADOC="README.md"
42 -
43 -inherit eutils ruby-fakegem
44 -
45 -DESCRIPTION="A linter for puppet DSL"
46 -HOMEPAGE="http://puppet-lint.com/"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -IUSE=""
51 -KEYWORDS="~amd64 ~x86"
52 -
53 -ruby_add_bdepend "test? (
54 - dev-ruby/rspec-its:1
55 - dev-ruby/rspec-collection_matchers:1
56 - dev-ruby/rspec-json_expectations )"
57 -
58 -all_ruby_prepare() {
59 - sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die
60 -}