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: Wed, 15 Feb 2017 05:58:25
Message-Id: 1487137410.506a7ca724bb07b0806a0bc0fbb66a14252bf9b5.graaff@gentoo
1 commit: 506a7ca724bb07b0806a0bc0fbb66a14252bf9b5
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 05:43:30 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 05:43:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506a7ca7
7
8 app-admin/puppet-lint: cleanup
9
10 Package-Manager: portage-2.3.3
11
12 app-admin/puppet-lint/Manifest | 2 --
13 app-admin/puppet-lint/puppet-lint-1.1.0.ebuild | 25 -------------------------
14 app-admin/puppet-lint/puppet-lint-2.0.0.ebuild | 25 -------------------------
15 3 files changed, 52 deletions(-)
16
17 diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
18 index 521b1fa5f6..70a460cb65 100644
19 --- a/app-admin/puppet-lint/Manifest
20 +++ b/app-admin/puppet-lint/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST puppet-lint-1.1.0.gem 43520 SHA256 739f566cd4f1e77b92c1191217fdb59ce12353f3ec2703f30933d2bba877b35b SHA512 65b72ace2d5d9d22994ef9ed2ae2d544c4bf7d24a16b573e04b14668de69c56139949a936ed607045e5a6f11d0260a4d2773b2faab296e21f2e6b81e44f9be6a WHIRLPOOL 5d94bed7cee54617ccf68297dd9668832ea042bb818348e1482a5dea4843e7c2fbc76493ee2ae2ae003735daa09238650ab6b7e47111ad63808a12c87b0b62cf
23 -DIST puppet-lint-2.0.0.gem 46080 SHA256 90f2b3c84cd569aebd9b3f2709bd59c0b92e0357098fb882480d3e52e3a7df2a SHA512 e4576e50f66fa1c4e5e0c23f9f764ba954aacddfb9f6b69c58e44911aa56fa019d7a0ca631afd523fcf1519dc3d377b376788a2b82afda5e568506423c8c25c8 WHIRLPOOL df2e12eef7708e15c4f7649baab2481e386ee36df7400ebd3f295b59fd3fd32a1ecf4ba6c35da6ea83c05b288e4396c3de18c5c450119153e5005311f3a22753
24 DIST puppet-lint-2.0.2.gem 60928 SHA256 d8d5336f14d9e484c33007c8527596154c2be8b5e7fb5a9f43f978298381f294 SHA512 e3cdba2cb3c55b73489bdd9e8df24f225ff8134cebc1f2a05a7118905c59eab47e8998f5afc6294288f4a7e226029e17351812b918ee51b81be921e16c94f692 WHIRLPOOL 168c57cc2884e7a4304fa205cbd5fa4c566f0f159bd1d373d11d400ff75a00626885a18998b139793f4fbbe3602fb6ce4f0231ce42e118da8faa1d8f1bec4f13
25 DIST puppet-lint-2.1.0.gem 66048 SHA256 9e22529314ed737b4cde3f1e1f221e044661534e85149e70abf0546d1f633be1 SHA512 52b39c97c8b8b8d242a0260e2d7587e70c5e04873c67fd1986f5808ec92b0d17e93a112c67c67f594225b77a7cbbad0a893f0d5433a9826c1cf8b8dc3b2108c4 WHIRLPOOL 09073c354dbd37582fcec4291cf27a149e490afc41c7d690bf45dd427ddb204d25fe207e8ad340af75a68f7a516bf819f38372906c57fd697afb02b0afca1d77
26
27 diff --git a/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild b/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild
28 deleted file mode 100644
29 index 5c672ff199..0000000000
30 --- a/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild
31 +++ /dev/null
32 @@ -1,25 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -USE_RUBY="ruby20 ruby21"
39 -
40 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
41 -
42 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
43 -RUBY_FAKEGEM_EXTRADOC="README.md"
44 -
45 -inherit eutils ruby-fakegem
46 -
47 -DESCRIPTION="A linter for puppet DSL"
48 -HOMEPAGE="http://puppet-lint.com/"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -IUSE=""
53 -KEYWORDS="~amd64"
54 -
55 -ruby_add_bdepend "test? (
56 - dev-ruby/rspec-its:1
57 - dev-ruby/rspec-collection_matchers:1 )"
58
59 diff --git a/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild b/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild
60 deleted file mode 100644
61 index 019ceaea09..0000000000
62 --- a/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild
63 +++ /dev/null
64 @@ -1,25 +0,0 @@
65 -# Copyright 1999-2016 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -# $Id$
68 -
69 -EAPI=5
70 -USE_RUBY="ruby20 ruby21 ruby22"
71 -
72 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
73 -
74 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
75 -RUBY_FAKEGEM_EXTRADOC="README.md"
76 -
77 -inherit eutils ruby-fakegem
78 -
79 -DESCRIPTION="A linter for puppet DSL"
80 -HOMEPAGE="http://puppet-lint.com/"
81 -
82 -LICENSE="MIT"
83 -SLOT="0"
84 -IUSE=""
85 -KEYWORDS="~amd64"
86 -
87 -ruby_add_bdepend "test? (
88 - dev-ruby/rspec-its:1
89 - dev-ruby/rspec-collection_matchers:1 )"