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: Mon, 17 Dec 2018 05:59:15 +0000 (UTC)	[thread overview]
Message-ID: <1545025138.446a046e773b5703404a80c809a0eb79ab1bb425.graaff@gentoo> (raw)

commit:     446a046e773b5703404a80c809a0eb79ab1bb425
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 17 05:38:58 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Dec 17 05:38:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446a046e

app-admin/puppet-lint: cleanup

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-admin/puppet-lint/Manifest                 |  2 --
 app-admin/puppet-lint/puppet-lint-2.3.3.ebuild | 29 --------------------------
 app-admin/puppet-lint/puppet-lint-2.3.5.ebuild | 29 --------------------------
 3 files changed, 60 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 034163e61a9..a4735e6acf3 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,3 +1 @@
-DIST puppet-lint-2.3.3.gem 84992 BLAKE2B 57b6d6332b7d26daf193ba983ff1e5d560cf4f902f1b476de3b1f7254755851397685d7b435dd7365f81e1427d91ca47ffa889a9d87a14e1c4720e44aa2b7996 SHA512 9203e8d29cb4a5c5abf8279598599db4a9063d33d7b7d6c76f8ebf09c3ba539f6035083b5438bae2b0fda1d16880ffcb69a2776ebce7f54bc1a1430c2ceb0d68
-DIST puppet-lint-2.3.5.gem 86528 BLAKE2B 7455c729cb0512cb26838439c854c70d2581f2102594ac60d76a34f9839b0bb7dbab65beb87369419dc0e66583bfac1ad9f22d65ee3ee9bf35aa3c37e8f0d1b9 SHA512 5e1978c5438869c12c2151e76fe6cea12c447d9f59f1fbbc90fb80e61c7ff9c220be85f70cf95dec2380cd35205ffec0473cc7eda0db21b94a30b533d4214707
 DIST puppet-lint-2.3.6.gem 87552 BLAKE2B 0a2f4b9c2ef76c06bc4fb6eb0f737af406bf3949e7c9001685c6522714b550c0f2c5680d5d39f5d3994496a497664e912eadc44bdb7aa4c27635d23b36a90776 SHA512 d162307e66bb5f1dd923f2f9fab55de7b4c5fad6264d7a1bae8df20bd45c5a786b66d9f5b3bd235230fea959c67242462e711212f65807040048f4c0be7122b9

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.3.ebuild b/app-admin/puppet-lint/puppet-lint-2.3.3.ebuild
deleted file mode 100644
index e672004b0fd..00000000000
--- a/app-admin/puppet-lint/puppet-lint-2.3.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-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.3.5.ebuild b/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild
deleted file mode 100644
index c86bd234ccc..00000000000
--- a/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-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
-}


             reply	other threads:[~2018-12-17  5:59 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-17  5:59 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 13:30 [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/ 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-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-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=1545025138.446a046e773b5703404a80c809a0eb79ab1bb425.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