public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/
Date: Thu, 28 Sep 2017 04:16:32 +0000 (UTC)	[thread overview]
Message-ID: <1506571595.743d07fb8c3b189bbc6e31b7c248f50546f6ef15.graaff@gentoo> (raw)

commit:     743d07fb8c3b189bbc6e31b7c248f50546f6ef15
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 04:06:35 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 04:06:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743d07fb

app-admin/puppet-lint: cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-admin/puppet-lint/Manifest                 |  2 --
 app-admin/puppet-lint/puppet-lint-2.1.0.ebuild | 25 -------------------------
 app-admin/puppet-lint/puppet-lint-2.1.1.ebuild | 25 -------------------------
 3 files changed, 52 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index e19c91f1b16..b6329ae6ce6 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,5 +1,3 @@
 DIST puppet-lint-2.0.2.gem 60928 SHA256 d8d5336f14d9e484c33007c8527596154c2be8b5e7fb5a9f43f978298381f294 SHA512 e3cdba2cb3c55b73489bdd9e8df24f225ff8134cebc1f2a05a7118905c59eab47e8998f5afc6294288f4a7e226029e17351812b918ee51b81be921e16c94f692 WHIRLPOOL 168c57cc2884e7a4304fa205cbd5fa4c566f0f159bd1d373d11d400ff75a00626885a18998b139793f4fbbe3602fb6ce4f0231ce42e118da8faa1d8f1bec4f13
-DIST puppet-lint-2.1.0.gem 66048 SHA256 9e22529314ed737b4cde3f1e1f221e044661534e85149e70abf0546d1f633be1 SHA512 52b39c97c8b8b8d242a0260e2d7587e70c5e04873c67fd1986f5808ec92b0d17e93a112c67c67f594225b77a7cbbad0a893f0d5433a9826c1cf8b8dc3b2108c4 WHIRLPOOL 09073c354dbd37582fcec4291cf27a149e490afc41c7d690bf45dd427ddb204d25fe207e8ad340af75a68f7a516bf819f38372906c57fd697afb02b0afca1d77
-DIST puppet-lint-2.1.1.gem 67072 SHA256 e5b8d674f0ecc5049905d561309a6c420688aa74d8e0615d4bdf8c3fa6ebee89 SHA512 076aa2ca845a907c329651f0c43e0ff51e7f014e9530c00d6f3c4a79e36a075e6905cde24382969cacc740832050a4a6bbe522fd8d70139e36cef1bdd98689e7 WHIRLPOOL e7ef01008a9a739deedc489cbadcd1469d6da05b183088cb54c454324232ec014bffb3d0638e2fae57f38eeeca19ce1bcc242b4cb8daec3df4054c990174c7f3
 DIST puppet-lint-2.2.1.gem 74240 SHA256 f7f191e8bcd8ff35744bd5197548d283ecc1e117e08b6a3f0e614cb306140d87 SHA512 16aeaf4614104c5d3642c7c61acacbb33f4c0518a18c814cf2cc20aa40c19ac2e392758a980178d50c80c41544c8164d407ad7cd8d783a0d97b1606c55680570 WHIRLPOOL 71cebaebeb9d7e825db185a97c98d3b785bbcdb240f3e5c364ed145f017e205e09db3c03086dc1ab32d0474b43aa46f7284d5e41b4bf42dbc734b85ae42a930b
 DIST puppet-lint-2.3.0.gem 76288 SHA256 39393fe622b3e3c9585afcdda887b42117dfeac2317fbcd5548e0ddaa668e4bf SHA512 d0c21bad8eb5e7e2352de7e919ad44cccfb0086980a52e8d26b167c29a2a78e2e6efb692c8ac88c28cffcec125e1bf2f26973dca642d2ee9fea62a1342dfb709 WHIRLPOOL d6bb940745292ca90020c1eb1e1bee94ed479ef96dae23f4a34758431df9eb84cc46c9ad4acebf33613be54fd8c97cb59180f1895ecdbd454de9e79084c5f37e

diff --git a/app-admin/puppet-lint/puppet-lint-2.1.0.ebuild b/app-admin/puppet-lint/puppet-lint-2.1.0.ebuild
deleted file mode 100644
index 1f3b7e7e3d4..00000000000
--- a/app-admin/puppet-lint/puppet-lint-2.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-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"
-
-ruby_add_bdepend "test? (
-	dev-ruby/rspec-its:1
-	dev-ruby/rspec-collection_matchers:1
-	dev-ruby/rspec-json_expectations )"

diff --git a/app-admin/puppet-lint/puppet-lint-2.1.1.ebuild b/app-admin/puppet-lint/puppet-lint-2.1.1.ebuild
deleted file mode 100644
index 57be7f078fe..00000000000
--- a/app-admin/puppet-lint/puppet-lint-2.1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-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"
-
-ruby_add_bdepend "test? (
-	dev-ruby/rspec-its:1
-	dev-ruby/rspec-collection_matchers:1
-	dev-ruby/rspec-json_expectations )"


             reply	other threads:[~2017-09-28  4:16 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-28  4:16 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-12 20:08 [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/ Hans de Graaff
2024-10-06 13:30 Jakov Smolić
2024-07-20 17:29 Robin H. Johnson
2024-06-30  5:37 Hans de Graaff
2024-06-30  5:37 Hans de Graaff
2024-01-15 17:41 Robin H. Johnson
2024-01-15 17:41 Robin H. Johnson
2024-01-15 17:41 Robin H. Johnson
2023-11-22  7:09 Hans de Graaff
2023-11-22  7:09 Hans de Graaff
2023-11-22  7:09 Hans de Graaff
2023-11-22  7:09 Hans de Graaff
2023-10-10  5:45 Hans de Graaff
2023-10-10  5:45 Hans de Graaff
2023-10-10  5:45 Hans de Graaff
2023-08-30  5:25 Hans de Graaff
2023-08-26  6:23 Hans de Graaff
2023-08-06  6:05 Hans de Graaff
2023-08-06  6:05 Hans de Graaff
2023-07-24  8:54 Jakov Smolić
2023-06-09  8:21 Hans de Graaff
2023-06-01  5:01 Sam James
2023-04-28  8:49 Hans de Graaff
2023-04-07 18:11 Sam James
2023-04-07 18:11 Sam James
2022-12-17  8:37 Hans de Graaff
2022-06-26  5:43 Hans de Graaff
2022-06-26  5:43 Hans de Graaff
2022-03-29 15:55 Hans de Graaff
2022-03-29 15:55 Hans de Graaff
2022-03-19 12:00 Hans de Graaff
2021-09-14  5:30 Hans de Graaff
2021-07-27  5:35 Hans de Graaff
2020-07-17  7:21 Agostino Sarubbo
2020-07-12  6:35 Hans de Graaff
2020-04-12 13:28 Hans de Graaff
2019-11-01  5:40 Hans de Graaff
2019-10-09  5:47 Hans de Graaff
2019-05-04  9:23 Hans de Graaff
2018-12-17  5:59 Hans de Graaff
2018-07-09  4:09 Hans de Graaff
2018-05-24  4:57 Hans de Graaff
2018-03-27  5:48 Hans de Graaff
2018-03-27  5:48 Hans de Graaff
2018-03-26  5:47 Hans de Graaff
2018-03-26  5:47 Hans de Graaff
2018-02-11 21:56 Thomas Deutschmann
2017-09-29 14:20 Hans de Graaff
2017-09-28  4:16 Hans de Graaff
2017-07-13  4:39 Hans de Graaff
2017-03-31  6:11 Hans de Graaff
2017-02-15  5:58 Hans de Graaff
2017-02-15  5:58 Hans de Graaff
2017-01-21  7:03 Hans de Graaff
2016-12-05 23:52 Michał Górny
2016-11-03 14:40 Michael Palimaka
2016-08-20  5:41 Hans de Graaff
2016-07-23 19:09 Hans de Graaff
2016-06-24  4:26 Hans de Graaff
2016-06-24  4:26 Hans de Graaff
2016-04-10  0:18 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1506571595.743d07fb8c3b189bbc6e31b7c248f50546f6ef15.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox