[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2024-07-20 Thread Robin H. Johnson
commit: 74a613d51782ffe523d0a6cdd772dfc4a1659284
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Jul 20 17:29:03 2024 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Jul 20 17:29:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a613d5

app-admin/puppet-lint: bump to 4.2.4

Signed-off-by: Robin H. Johnson  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-4.2.4.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 32345ea1c4f3..4c98387cef43 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -2,3 +2,4 @@ DIST puppet-lint-4.2.1.gem 81920 BLAKE2B 
5e291e4c1743092be9935231280f04ce3affdc1
 DIST puppet-lint-4.2.2.gem 81920 BLAKE2B 
cad796866f323113a8c2aa5cf86b6187423f27186032ea76ebd1f158937c34f315d93de3d92b01acc0b160947b720bd987550c52aaa53a51f165396de776ec88
 SHA512 
e8a591e615db87dc2edc22fc4d53c03004e0227748896005d2252fab8b77193ecd30f9167702c6c4fd6551daaa0894789f3d9d50fb705eecaed4a22573a94afc
 DIST puppet-lint-4.2.3-pr181-fix-warnings.patch 5601 BLAKE2B 
a04fdf9d8627cc888924b4282a09e076d7e029eda008fc8da138a121a21e227cff45a54ddbe770a286a2a15e43d4402526a6201c805f6e574755a11a1d13d7d7
 SHA512 
15638f2d4a81c969aa77b51f2f147a1fba5544dd7e52f3127dc9949afaabbd161f815a22dc5091f19d3d16bc2be97bb50f455a3a67c503aff58e737288f80e49
 DIST puppet-lint-4.2.3.gem 81920 BLAKE2B 
ee98aaed336a4302c4d67d94c83f30f6fdfc92b483f39a2c096f00daff2f7caf54bfa11c4b8217648a0ca68c6c8da5a4a6f2d0cab8efb6e2d7e814155780
 SHA512 
2f2192a48ed460371092ce99755b8cde55526ed96ee72d2a5b7989f7df7afb6abce5d3e8e7a0dca577b199bb380935e8734a92a53248697bb7195091da4cb9f6
+DIST puppet-lint-4.2.4.gem 82432 BLAKE2B 
54bd65b917c184163adca920767b88d064cdd8c931d7911a64698d68a7b335055bd95bff91c462ecaf4111a231186ee5d2f2de42a04abffb519a67a4825bec59
 SHA512 
19b28de4e5d183dd46727cc4f7f7a6b81eb5ec7d0c7ca23514a015e43a7528bfc110853b82e65ac5da4d002abc3c21ce5d10abb6a97717b540d13570fd42eb6b

diff --git a/app-admin/puppet-lint/puppet-lint-4.2.4.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.2.4.ebuild
new file mode 100644
index ..59d8d9af62c5
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-4.2.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+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="https://github.com/puppetlabs/puppet-lint";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PATCH_NAME="${PN}-4.2.3-pr181-fix-warnings.patch"
+#SRC_URI+=" https://github.com/puppetlabs/puppet-lint/pull/181.patch -> 
${PATCH_NAME} "
+
+#PATCHES=(
+#  "${DISTDIR}/${PATCH_NAME}"
+#)
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec-its:1
+   dev-ruby/rspec-collection_matchers:1
+   dev-ruby/rspec-json_expectations )"
+
+all_ruby_prepare() {
+   # Skip acceptance tests due to unpackages puppet_litmus which in turn
+   # has a number of unpackaged dependencies.
+   rm -rf spec/acceptance || die
+   rm -f spec/spec_helper_acceptance.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2024-06-29 Thread Hans de Graaff
commit: 7478cf0474f5204c64262950acc111a37690a926
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 29 08:23:32 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 30 05:37:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7478cf04

app-admin/puppet-lint: drop 3.4.0, 4.0.0

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  2 --
 app-admin/puppet-lint/puppet-lint-3.4.0.ebuild | 32 --
 app-admin/puppet-lint/puppet-lint-4.0.0.ebuild | 32 --
 3 files changed, 66 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 9b60d332f792..32345ea1c4f3 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,5 +1,3 @@
-DIST puppet-lint-3.4.0.gem 83456 BLAKE2B 
fa6b274b3e6e84095fdaff6f024864dc301f0afc605198cc40b4dd8df7a9de66adfb91982195af9a0ad35301409c23e99d8d6ba5d3c43d3ee4dd57235de2b8cc
 SHA512 
47c025ef925618cba3c1f579a3ef62bd5f9fd8ee7f8f9a68ed84daafeb7f9071e558619b24f0a249fcbe85d8c1b27e715938cc352792f9aa91de131820103e9c
-DIST puppet-lint-4.0.0.gem 80896 BLAKE2B 
6e674deaec43c3b45e2c162ef3d09648bd3cdd589a3ae6ce92e21617633529705fef4c6c361c3c1f041a3d25d1a03079f2f97705c01199253661bc9355dc
 SHA512 
a23d316f60cb7d34c394bdaee0ad08070098d732210a92294a3d330cff7330aefe2be6bd9a60219d7538173c2f187c1ed427c6671a345f868286986164ea3a33
 DIST puppet-lint-4.2.1.gem 81920 BLAKE2B 
5e291e4c1743092be9935231280f04ce3affdc1d530180f26a6ace0535a15e11bc9b33dd89d8eeafb44ebc7cae16f2656e293a6e8e8fbc4fd2cfde896996d59a
 SHA512 
d39a287d3ae0ecbf27254c289e73918b62b50bbf8f44f51248e5e8042b194c32facd1215d7b24ab768714aeb9ae58647964bdc8b8b4650d1cebe6e2e749d782c
 DIST puppet-lint-4.2.2.gem 81920 BLAKE2B 
cad796866f323113a8c2aa5cf86b6187423f27186032ea76ebd1f158937c34f315d93de3d92b01acc0b160947b720bd987550c52aaa53a51f165396de776ec88
 SHA512 
e8a591e615db87dc2edc22fc4d53c03004e0227748896005d2252fab8b77193ecd30f9167702c6c4fd6551daaa0894789f3d9d50fb705eecaed4a22573a94afc
 DIST puppet-lint-4.2.3-pr181-fix-warnings.patch 5601 BLAKE2B 
a04fdf9d8627cc888924b4282a09e076d7e029eda008fc8da138a121a21e227cff45a54ddbe770a286a2a15e43d4402526a6201c805f6e574755a11a1d13d7d7
 SHA512 
15638f2d4a81c969aa77b51f2f147a1fba5544dd7e52f3127dc9949afaabbd161f815a22dc5091f19d3d16bc2be97bb50f455a3a67c503aff58e737288f80e49

diff --git a/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild
deleted file mode 100644
index a45d6de2d480..
--- a/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
-
-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="https://github.com/puppetlabs/puppet-lint";
-
-LICENSE="MIT"
-SLOT="0"
-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() {
-   # Skip acceptance tests due to unpackages puppet_litmus which in turn
-   # has a number of unpackaged dependencies.
-   rm -rf spec/acceptance || die
-   rm -f spec/spec_helper_acceptance.rb || die
-}

diff --git a/app-admin/puppet-lint/puppet-lint-4.0.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.0.0.ebuild
deleted file mode 100644
index a45d6de2d480..
--- a/app-admin/puppet-lint/puppet-lint-4.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
-
-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="https://github.com/puppetlabs/puppet-lint";
-
-LICENSE="MIT"
-SLOT="0"
-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() {
-   # Skip acceptance tests due to unpackages puppet_litmus which in turn
-   # has a number of unpackaged dependencies.
-   rm -rf spec/acceptance || die
-   rm -f spec/spec_helper_acceptance.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2024-06-29 Thread Hans de Graaff
commit: 1e9c8d54ae4129dde0c71134e4f78f8599de74ab
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 29 08:25:14 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 30 05:37:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9c8d54

app-admin/puppet-lint: enable ruby33

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/puppet-lint-4.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/puppet-lint/puppet-lint-4.2.3.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.2.3.ebuild
index b57aa7a47bc0..a97d8ebb1616 100644
--- a/app-admin/puppet-lint/puppet-lint-4.2.3.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-4.2.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2024-01-15 Thread Robin H. Johnson
commit: a402166b048669a0f3e574248b0298b5d0ccd158
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jan  8 20:07:33 2024 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jan 15 17:41:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a402166b

app-admin/puppet-lint: bump, with patch to fix warnings that fire during every 
run

Signed-off-by: Robin H. Johnson  gentoo.org>

 app-admin/puppet-lint/Manifest |  2 ++
 app-admin/puppet-lint/puppet-lint-4.2.3.ebuild | 39 ++
 2 files changed, 41 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 35b4c1fc57c0..9b60d332f792 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -2,3 +2,5 @@ DIST puppet-lint-3.4.0.gem 83456 BLAKE2B 
fa6b274b3e6e84095fdaff6f024864dc301f0af
 DIST puppet-lint-4.0.0.gem 80896 BLAKE2B 
6e674deaec43c3b45e2c162ef3d09648bd3cdd589a3ae6ce92e21617633529705fef4c6c361c3c1f041a3d25d1a03079f2f97705c01199253661bc9355dc
 SHA512 
a23d316f60cb7d34c394bdaee0ad08070098d732210a92294a3d330cff7330aefe2be6bd9a60219d7538173c2f187c1ed427c6671a345f868286986164ea3a33
 DIST puppet-lint-4.2.1.gem 81920 BLAKE2B 
5e291e4c1743092be9935231280f04ce3affdc1d530180f26a6ace0535a15e11bc9b33dd89d8eeafb44ebc7cae16f2656e293a6e8e8fbc4fd2cfde896996d59a
 SHA512 
d39a287d3ae0ecbf27254c289e73918b62b50bbf8f44f51248e5e8042b194c32facd1215d7b24ab768714aeb9ae58647964bdc8b8b4650d1cebe6e2e749d782c
 DIST puppet-lint-4.2.2.gem 81920 BLAKE2B 
cad796866f323113a8c2aa5cf86b6187423f27186032ea76ebd1f158937c34f315d93de3d92b01acc0b160947b720bd987550c52aaa53a51f165396de776ec88
 SHA512 
e8a591e615db87dc2edc22fc4d53c03004e0227748896005d2252fab8b77193ecd30f9167702c6c4fd6551daaa0894789f3d9d50fb705eecaed4a22573a94afc
+DIST puppet-lint-4.2.3-pr181-fix-warnings.patch 5601 BLAKE2B 
a04fdf9d8627cc888924b4282a09e076d7e029eda008fc8da138a121a21e227cff45a54ddbe770a286a2a15e43d4402526a6201c805f6e574755a11a1d13d7d7
 SHA512 
15638f2d4a81c969aa77b51f2f147a1fba5544dd7e52f3127dc9949afaabbd161f815a22dc5091f19d3d16bc2be97bb50f455a3a67c503aff58e737288f80e49
+DIST puppet-lint-4.2.3.gem 81920 BLAKE2B 
ee98aaed336a4302c4d67d94c83f30f6fdfc92b483f39a2c096f00daff2f7caf54bfa11c4b8217648a0ca68c6c8da5a4a6f2d0cab8efb6e2d7e814155780
 SHA512 
2f2192a48ed460371092ce99755b8cde55526ed96ee72d2a5b7989f7df7afb6abce5d3e8e7a0dca577b199bb380935e8734a92a53248697bb7195091da4cb9f6

diff --git a/app-admin/puppet-lint/puppet-lint-4.2.3.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.2.3.ebuild
new file mode 100644
index ..b57aa7a47bc0
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-4.2.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+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="https://github.com/puppetlabs/puppet-lint";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PATCH_NAME="${PN}-4.2.3-pr181-fix-warnings.patch"
+SRC_URI+=" https://github.com/puppetlabs/puppet-lint/pull/181.patch -> 
${PATCH_NAME} "
+
+PATCHES=(
+   "${DISTDIR}/${PATCH_NAME}"
+)
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec-its:1
+   dev-ruby/rspec-collection_matchers:1
+   dev-ruby/rspec-json_expectations )"
+
+all_ruby_prepare() {
+   # Skip acceptance tests due to unpackages puppet_litmus which in turn
+   # has a number of unpackaged dependencies.
+   rm -rf spec/acceptance || die
+   rm -f spec/spec_helper_acceptance.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2024-01-15 Thread Robin H. Johnson
commit: 427ca40a4c43e6f3ec6b2e22ed6384add32b5056
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jan  8 20:06:42 2024 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jan 15 17:41:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=427ca40a

app-admin/puppet-lint: upstream removed 5.0.0 release

Signed-off-by: Robin H. Johnson  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 -
 app-admin/puppet-lint/puppet-lint-5.0.0.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index d9af69a4fc54..35b4c1fc57c0 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -2,4 +2,3 @@ DIST puppet-lint-3.4.0.gem 83456 BLAKE2B 
fa6b274b3e6e84095fdaff6f024864dc301f0af
 DIST puppet-lint-4.0.0.gem 80896 BLAKE2B 
6e674deaec43c3b45e2c162ef3d09648bd3cdd589a3ae6ce92e21617633529705fef4c6c361c3c1f041a3d25d1a03079f2f97705c01199253661bc9355dc
 SHA512 
a23d316f60cb7d34c394bdaee0ad08070098d732210a92294a3d330cff7330aefe2be6bd9a60219d7538173c2f187c1ed427c6671a345f868286986164ea3a33
 DIST puppet-lint-4.2.1.gem 81920 BLAKE2B 
5e291e4c1743092be9935231280f04ce3affdc1d530180f26a6ace0535a15e11bc9b33dd89d8eeafb44ebc7cae16f2656e293a6e8e8fbc4fd2cfde896996d59a
 SHA512 
d39a287d3ae0ecbf27254c289e73918b62b50bbf8f44f51248e5e8042b194c32facd1215d7b24ab768714aeb9ae58647964bdc8b8b4650d1cebe6e2e749d782c
 DIST puppet-lint-4.2.2.gem 81920 BLAKE2B 
cad796866f323113a8c2aa5cf86b6187423f27186032ea76ebd1f158937c34f315d93de3d92b01acc0b160947b720bd987550c52aaa53a51f165396de776ec88
 SHA512 
e8a591e615db87dc2edc22fc4d53c03004e0227748896005d2252fab8b77193ecd30f9167702c6c4fd6551daaa0894789f3d9d50fb705eecaed4a22573a94afc
-DIST puppetlabs-puppet-lint-5.0.0.gem 81920 BLAKE2B 
6cef112f8ae507f0a0930d9cd65f1a2782209dc4cf0865e1ce79f6510bfb39395401eaa009f07ee16ec8c9c7a82f080aefbc6f260769ca488b775cdeb8ef3caf
 SHA512 
b4a2db67db1cc79437d03e99391c928089cb73ec60d719861b7ac3e7949d9bcee9b04c884b448539f07d5b9b845e14824cd0ac3299ecb46241cfbb09a954ad5a

diff --git a/app-admin/puppet-lint/puppet-lint-5.0.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-5.0.0.ebuild
deleted file mode 100644
index 4ebc4a1c70fa..
--- a/app-admin/puppet-lint/puppet-lint-5.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP="puppet-lint"
-RUBY_FAKEGEM_NAME="puppetlabs-puppet-lint"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A linter for puppet DSL"
-HOMEPAGE="https://github.com/puppetlabs/puppet-lint";
-
-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() {
-   # Skip acceptance tests due to unpackages puppet_litmus which in turn
-   # has a number of unpackaged dependencies.
-   rm -rf spec/acceptance || die
-   rm -f spec/spec_helper_acceptance.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2024-01-15 Thread Robin H. Johnson
commit: ed09b5d62c765bfc394f85679a676c65b6892b59
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jan  8 20:09:59 2024 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jan 15 17:41:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed09b5d6

app-admin/puppet-lint: fix EmptyGlobalAssignment

Signed-off-by: Robin H. Johnson  gentoo.org>

 app-admin/puppet-lint/puppet-lint-3.4.0.ebuild | 1 -
 app-admin/puppet-lint/puppet-lint-4.0.0.ebuild | 1 -
 app-admin/puppet-lint/puppet-lint-4.2.1.ebuild | 1 -
 app-admin/puppet-lint/puppet-lint-4.2.2.ebuild | 1 -
 4 files changed, 4 deletions(-)

diff --git a/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild
index eaf594a6a0b4..a45d6de2d480 100644
--- a/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild
@@ -17,7 +17,6 @@ HOMEPAGE="https://github.com/puppetlabs/puppet-lint";
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 KEYWORDS="amd64 ~x86"
 
 ruby_add_bdepend "test? (

diff --git a/app-admin/puppet-lint/puppet-lint-4.0.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.0.0.ebuild
index eaf594a6a0b4..a45d6de2d480 100644
--- a/app-admin/puppet-lint/puppet-lint-4.0.0.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-4.0.0.ebuild
@@ -17,7 +17,6 @@ HOMEPAGE="https://github.com/puppetlabs/puppet-lint";
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 KEYWORDS="amd64 ~x86"
 
 ruby_add_bdepend "test? (

diff --git a/app-admin/puppet-lint/puppet-lint-4.2.1.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.2.1.ebuild
index a0db90b8b2cf..64f15156527c 100644
--- a/app-admin/puppet-lint/puppet-lint-4.2.1.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-4.2.1.ebuild
@@ -17,7 +17,6 @@ HOMEPAGE="https://github.com/puppetlabs/puppet-lint";
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 KEYWORDS="amd64 ~x86"
 
 ruby_add_bdepend "test? (

diff --git a/app-admin/puppet-lint/puppet-lint-4.2.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.2.2.ebuild
index dc6f57808758..14e7e001cb52 100644
--- a/app-admin/puppet-lint/puppet-lint-4.2.2.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-4.2.2.ebuild
@@ -17,7 +17,6 @@ HOMEPAGE="https://github.com/puppetlabs/puppet-lint";
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 KEYWORDS="~amd64 ~x86"
 
 ruby_add_bdepend "test? (



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-11-21 Thread Hans de Graaff
commit: 82d5b170574029714144ddd50071e4b989716555
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 22 07:03:49 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov 22 07:09:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d5b170

app-admin/puppet-lint: add 5.0.0

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/metadata.xml |  3 ++-
 app-admin/puppet-lint/puppet-lint-5.0.0.ebuild | 34 ++
 3 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index c215c1f8a214..9edb269053c7 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -4,3 +4,4 @@ DIST puppet-lint-4.0.1.gem 81408 BLAKE2B 
2e202cf99e496336d5a8f23bf8581211b74e8ce
 DIST puppet-lint-4.2.0.gem 81408 BLAKE2B 
6b3591f1a2424e30807dc4c83ded27f6ff2b131c61c356eaf57472f813c09ad0bf7732bfd559aa31ccb52f0fdcbd583afe150e7d762ad0967acd1fb974c0d7b6
 SHA512 
4cf941aa9b99fc2e36358ce9ff1ab3c89efbee31586a175bc5e03dcf212179f24d6d677835de1ce1dba0154e4006266d1917c1c73e00c2a1985e3b0bb3ca2c24
 DIST puppet-lint-4.2.1.gem 81920 BLAKE2B 
5e291e4c1743092be9935231280f04ce3affdc1d530180f26a6ace0535a15e11bc9b33dd89d8eeafb44ebc7cae16f2656e293a6e8e8fbc4fd2cfde896996d59a
 SHA512 
d39a287d3ae0ecbf27254c289e73918b62b50bbf8f44f51248e5e8042b194c32facd1215d7b24ab768714aeb9ae58647964bdc8b8b4650d1cebe6e2e749d782c
 DIST puppet-lint-4.2.2.gem 81920 BLAKE2B 
cad796866f323113a8c2aa5cf86b6187423f27186032ea76ebd1f158937c34f315d93de3d92b01acc0b160947b720bd987550c52aaa53a51f165396de776ec88
 SHA512 
e8a591e615db87dc2edc22fc4d53c03004e0227748896005d2252fab8b77193ecd30f9167702c6c4fd6551daaa0894789f3d9d50fb705eecaed4a22573a94afc
+DIST puppetlabs-puppet-lint-5.0.0.gem 81920 BLAKE2B 
6cef112f8ae507f0a0930d9cd65f1a2782209dc4cf0865e1ce79f6510bfb39395401eaa009f07ee16ec8c9c7a82f080aefbc6f260769ca488b775cdeb8ef3caf
 SHA512 
b4a2db67db1cc79437d03e99391c928089cb73ec60d719861b7ac3e7949d9bcee9b04c884b448539f07d5b9b845e14824cd0ac3299ecb46241cfbb09a954ad5a

diff --git a/app-admin/puppet-lint/metadata.xml 
b/app-admin/puppet-lint/metadata.xml
index 2b5ca51226eb..c56aec524553 100644
--- a/app-admin/puppet-lint/metadata.xml
+++ b/app-admin/puppet-lint/metadata.xml
@@ -10,6 +10,7 @@
Gentoo Ruby Project
 
 
-   rodjek/puppet-lint
+   puppetlabs/puppet-lint
+   puppetlabs-puppet-lint
 
 

diff --git a/app-admin/puppet-lint/puppet-lint-5.0.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-5.0.0.ebuild
new file mode 100644
index ..4ebc4a1c70fa
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-5.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP="puppet-lint"
+RUBY_FAKEGEM_NAME="puppetlabs-puppet-lint"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A linter for puppet DSL"
+HOMEPAGE="https://github.com/puppetlabs/puppet-lint";
+
+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() {
+   # Skip acceptance tests due to unpackages puppet_litmus which in turn
+   # has a number of unpackaged dependencies.
+   rm -rf spec/acceptance || die
+   rm -f spec/spec_helper_acceptance.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-11-21 Thread Hans de Graaff
commit: 41c8025bf12a94e3b7447dd4b4cf193816f4e60c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 22 07:00:17 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov 22 07:09:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c8025b

app-admin/puppet-lint: add 4.2.2

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-4.2.2.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 859277cec9f2..c215c1f8a214 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -3,3 +3,4 @@ DIST puppet-lint-4.0.0.gem 80896 BLAKE2B 
6e674deaec43c3b45e2c162ef3d09648bd3cdd5
 DIST puppet-lint-4.0.1.gem 81408 BLAKE2B 
2e202cf99e496336d5a8f23bf8581211b74e8ce25532edb82169b2aa484e14763087d5c6b966c1be50665ab723b72c9b21a74867b8e0c2296b06ea5e246531d6
 SHA512 
1709cbcae4db082dbe89b65ba6f5679684f3ed9d89955be0706228bcf0036a0bbfb58abb5ac12d8c2602ea9108386ba3e9b83627ca9c8fa0a813d19dc08f995d
 DIST puppet-lint-4.2.0.gem 81408 BLAKE2B 
6b3591f1a2424e30807dc4c83ded27f6ff2b131c61c356eaf57472f813c09ad0bf7732bfd559aa31ccb52f0fdcbd583afe150e7d762ad0967acd1fb974c0d7b6
 SHA512 
4cf941aa9b99fc2e36358ce9ff1ab3c89efbee31586a175bc5e03dcf212179f24d6d677835de1ce1dba0154e4006266d1917c1c73e00c2a1985e3b0bb3ca2c24
 DIST puppet-lint-4.2.1.gem 81920 BLAKE2B 
5e291e4c1743092be9935231280f04ce3affdc1d530180f26a6ace0535a15e11bc9b33dd89d8eeafb44ebc7cae16f2656e293a6e8e8fbc4fd2cfde896996d59a
 SHA512 
d39a287d3ae0ecbf27254c289e73918b62b50bbf8f44f51248e5e8042b194c32facd1215d7b24ab768714aeb9ae58647964bdc8b8b4650d1cebe6e2e749d782c
+DIST puppet-lint-4.2.2.gem 81920 BLAKE2B 
cad796866f323113a8c2aa5cf86b6187423f27186032ea76ebd1f158937c34f315d93de3d92b01acc0b160947b720bd987550c52aaa53a51f165396de776ec88
 SHA512 
e8a591e615db87dc2edc22fc4d53c03004e0227748896005d2252fab8b77193ecd30f9167702c6c4fd6551daaa0894789f3d9d50fb705eecaed4a22573a94afc

diff --git a/app-admin/puppet-lint/puppet-lint-4.2.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.2.2.ebuild
new file mode 100644
index ..dc6f57808758
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-4.2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+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="https://github.com/puppetlabs/puppet-lint";
+
+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() {
+   # Skip acceptance tests due to unpackages puppet_litmus which in turn
+   # has a number of unpackaged dependencies.
+   rm -rf spec/acceptance || die
+   rm -f spec/spec_helper_acceptance.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-11-21 Thread Hans de Graaff
commit: 3d75ad2bb3a4aa9f8993fb63cc6e37f86c765ec3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 22 07:04:59 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov 22 07:09:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d75ad2b

app-admin/puppet-lint: drop 4.0.1, 4.2.0

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  2 --
 app-admin/puppet-lint/puppet-lint-4.0.1.ebuild | 33 --
 app-admin/puppet-lint/puppet-lint-4.2.0.ebuild | 33 --
 3 files changed, 68 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 9edb269053c7..d9af69a4fc54 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,7 +1,5 @@
 DIST puppet-lint-3.4.0.gem 83456 BLAKE2B 
fa6b274b3e6e84095fdaff6f024864dc301f0afc605198cc40b4dd8df7a9de66adfb91982195af9a0ad35301409c23e99d8d6ba5d3c43d3ee4dd57235de2b8cc
 SHA512 
47c025ef925618cba3c1f579a3ef62bd5f9fd8ee7f8f9a68ed84daafeb7f9071e558619b24f0a249fcbe85d8c1b27e715938cc352792f9aa91de131820103e9c
 DIST puppet-lint-4.0.0.gem 80896 BLAKE2B 
6e674deaec43c3b45e2c162ef3d09648bd3cdd589a3ae6ce92e21617633529705fef4c6c361c3c1f041a3d25d1a03079f2f97705c01199253661bc9355dc
 SHA512 
a23d316f60cb7d34c394bdaee0ad08070098d732210a92294a3d330cff7330aefe2be6bd9a60219d7538173c2f187c1ed427c6671a345f868286986164ea3a33
-DIST puppet-lint-4.0.1.gem 81408 BLAKE2B 
2e202cf99e496336d5a8f23bf8581211b74e8ce25532edb82169b2aa484e14763087d5c6b966c1be50665ab723b72c9b21a74867b8e0c2296b06ea5e246531d6
 SHA512 
1709cbcae4db082dbe89b65ba6f5679684f3ed9d89955be0706228bcf0036a0bbfb58abb5ac12d8c2602ea9108386ba3e9b83627ca9c8fa0a813d19dc08f995d
-DIST puppet-lint-4.2.0.gem 81408 BLAKE2B 
6b3591f1a2424e30807dc4c83ded27f6ff2b131c61c356eaf57472f813c09ad0bf7732bfd559aa31ccb52f0fdcbd583afe150e7d762ad0967acd1fb974c0d7b6
 SHA512 
4cf941aa9b99fc2e36358ce9ff1ab3c89efbee31586a175bc5e03dcf212179f24d6d677835de1ce1dba0154e4006266d1917c1c73e00c2a1985e3b0bb3ca2c24
 DIST puppet-lint-4.2.1.gem 81920 BLAKE2B 
5e291e4c1743092be9935231280f04ce3affdc1d530180f26a6ace0535a15e11bc9b33dd89d8eeafb44ebc7cae16f2656e293a6e8e8fbc4fd2cfde896996d59a
 SHA512 
d39a287d3ae0ecbf27254c289e73918b62b50bbf8f44f51248e5e8042b194c32facd1215d7b24ab768714aeb9ae58647964bdc8b8b4650d1cebe6e2e749d782c
 DIST puppet-lint-4.2.2.gem 81920 BLAKE2B 
cad796866f323113a8c2aa5cf86b6187423f27186032ea76ebd1f158937c34f315d93de3d92b01acc0b160947b720bd987550c52aaa53a51f165396de776ec88
 SHA512 
e8a591e615db87dc2edc22fc4d53c03004e0227748896005d2252fab8b77193ecd30f9167702c6c4fd6551daaa0894789f3d9d50fb705eecaed4a22573a94afc
 DIST puppetlabs-puppet-lint-5.0.0.gem 81920 BLAKE2B 
6cef112f8ae507f0a0930d9cd65f1a2782209dc4cf0865e1ce79f6510bfb39395401eaa009f07ee16ec8c9c7a82f080aefbc6f260769ca488b775cdeb8ef3caf
 SHA512 
b4a2db67db1cc79437d03e99391c928089cb73ec60d719861b7ac3e7949d9bcee9b04c884b448539f07d5b9b845e14824cd0ac3299ecb46241cfbb09a954ad5a

diff --git a/app-admin/puppet-lint/puppet-lint-4.0.1.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.0.1.ebuild
deleted file mode 100644
index 3925aec549db..
--- a/app-admin/puppet-lint/puppet-lint-4.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
-
-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="https://github.com/puppetlabs/puppet-lint";
-
-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() {
-   # Skip acceptance tests due to unpackages puppet_litmus which in turn
-   # has a number of unpackaged dependencies.
-   rm -rf spec/acceptance || die
-   rm -f spec/spec_helper_acceptance.rb || die
-}

diff --git a/app-admin/puppet-lint/puppet-lint-4.2.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.2.0.ebuild
deleted file mode 100644
index dc6f57808758..
--- a/app-admin/puppet-lint/puppet-lint-4.2.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32"
-
-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="https://github.com/puppetlabs/puppet-lint";
-
-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() {
-   # Skip acceptance tests d

[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-11-21 Thread Hans de Graaff
commit: 3479c5cb5eefd9f72e1777c1942be5ef14bc8b30
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 22 07:04:37 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov 22 07:09:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3479c5cb

app-admin/puppet-lint: stabilize 4.2.1 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/puppet-lint-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-lint/puppet-lint-4.2.1.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.2.1.ebuild
index dc6f57808758..a0db90b8b2cf 100644
--- a/app-admin/puppet-lint/puppet-lint-4.2.1.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-4.2.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/puppetlabs/puppet-lint";
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 ruby_add_bdepend "test? (
dev-ruby/rspec-its:1



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-10-09 Thread Hans de Graaff
commit: 2cab39691aae6042bcd9dee43e2f6f6dbbb1ffcf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 10 05:43:50 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 10 05:45:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cab3969

app-admin/puppet-lint: add 4.2.1

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-4.2.1.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 3264c9c375ed..4fa75e383a3a 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -3,3 +3,4 @@ DIST puppet-lint-4.0.0.gem 80896 BLAKE2B 
6e674deaec43c3b45e2c162ef3d09648bd3cdd5
 DIST puppet-lint-4.0.1.gem 81408 BLAKE2B 
2e202cf99e496336d5a8f23bf8581211b74e8ce25532edb82169b2aa484e14763087d5c6b966c1be50665ab723b72c9b21a74867b8e0c2296b06ea5e246531d6
 SHA512 
1709cbcae4db082dbe89b65ba6f5679684f3ed9d89955be0706228bcf0036a0bbfb58abb5ac12d8c2602ea9108386ba3e9b83627ca9c8fa0a813d19dc08f995d
 DIST puppet-lint-4.1.0.gem 82944 BLAKE2B 
42bd99b1a6331c6fedf54a7b5e0100bedbb6543c1476ed82538caf371cb4e48ddaa89f4313e2bac42b1c12e5ea6c03a3dc7fb3566979c22c051152a921bf5c72
 SHA512 
04a8ed8b73b209db1634f3a7accb0ec18d735914b7faa2b89446e96300e586760dd0b606ebd4a5ae71b49a8f10d16f9199ee065aa12b911f8692af68e4aac321
 DIST puppet-lint-4.2.0.gem 81408 BLAKE2B 
6b3591f1a2424e30807dc4c83ded27f6ff2b131c61c356eaf57472f813c09ad0bf7732bfd559aa31ccb52f0fdcbd583afe150e7d762ad0967acd1fb974c0d7b6
 SHA512 
4cf941aa9b99fc2e36358ce9ff1ab3c89efbee31586a175bc5e03dcf212179f24d6d677835de1ce1dba0154e4006266d1917c1c73e00c2a1985e3b0bb3ca2c24
+DIST puppet-lint-4.2.1.gem 81920 BLAKE2B 
5e291e4c1743092be9935231280f04ce3affdc1d530180f26a6ace0535a15e11bc9b33dd89d8eeafb44ebc7cae16f2656e293a6e8e8fbc4fd2cfde896996d59a
 SHA512 
d39a287d3ae0ecbf27254c289e73918b62b50bbf8f44f51248e5e8042b194c32facd1215d7b24ab768714aeb9ae58647964bdc8b8b4650d1cebe6e2e749d782c

diff --git a/app-admin/puppet-lint/puppet-lint-4.2.1.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.2.1.ebuild
new file mode 100644
index ..dc6f57808758
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-4.2.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+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="https://github.com/puppetlabs/puppet-lint";
+
+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() {
+   # Skip acceptance tests due to unpackages puppet_litmus which in turn
+   # has a number of unpackaged dependencies.
+   rm -rf spec/acceptance || die
+   rm -f spec/spec_helper_acceptance.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-10-09 Thread Hans de Graaff
commit: 8846273a028832460b9b9f5e1f7e63a67b78b831
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 10 05:45:41 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 10 05:45:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8846273a

app-admin/puppet-lint: drop 4.1.0

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 -
 app-admin/puppet-lint/puppet-lint-4.1.0.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 4fa75e383a3a..859277cec9f2 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,6 +1,5 @@
 DIST puppet-lint-3.4.0.gem 83456 BLAKE2B 
fa6b274b3e6e84095fdaff6f024864dc301f0afc605198cc40b4dd8df7a9de66adfb91982195af9a0ad35301409c23e99d8d6ba5d3c43d3ee4dd57235de2b8cc
 SHA512 
47c025ef925618cba3c1f579a3ef62bd5f9fd8ee7f8f9a68ed84daafeb7f9071e558619b24f0a249fcbe85d8c1b27e715938cc352792f9aa91de131820103e9c
 DIST puppet-lint-4.0.0.gem 80896 BLAKE2B 
6e674deaec43c3b45e2c162ef3d09648bd3cdd589a3ae6ce92e21617633529705fef4c6c361c3c1f041a3d25d1a03079f2f97705c01199253661bc9355dc
 SHA512 
a23d316f60cb7d34c394bdaee0ad08070098d732210a92294a3d330cff7330aefe2be6bd9a60219d7538173c2f187c1ed427c6671a345f868286986164ea3a33
 DIST puppet-lint-4.0.1.gem 81408 BLAKE2B 
2e202cf99e496336d5a8f23bf8581211b74e8ce25532edb82169b2aa484e14763087d5c6b966c1be50665ab723b72c9b21a74867b8e0c2296b06ea5e246531d6
 SHA512 
1709cbcae4db082dbe89b65ba6f5679684f3ed9d89955be0706228bcf0036a0bbfb58abb5ac12d8c2602ea9108386ba3e9b83627ca9c8fa0a813d19dc08f995d
-DIST puppet-lint-4.1.0.gem 82944 BLAKE2B 
42bd99b1a6331c6fedf54a7b5e0100bedbb6543c1476ed82538caf371cb4e48ddaa89f4313e2bac42b1c12e5ea6c03a3dc7fb3566979c22c051152a921bf5c72
 SHA512 
04a8ed8b73b209db1634f3a7accb0ec18d735914b7faa2b89446e96300e586760dd0b606ebd4a5ae71b49a8f10d16f9199ee065aa12b911f8692af68e4aac321
 DIST puppet-lint-4.2.0.gem 81408 BLAKE2B 
6b3591f1a2424e30807dc4c83ded27f6ff2b131c61c356eaf57472f813c09ad0bf7732bfd559aa31ccb52f0fdcbd583afe150e7d762ad0967acd1fb974c0d7b6
 SHA512 
4cf941aa9b99fc2e36358ce9ff1ab3c89efbee31586a175bc5e03dcf212179f24d6d677835de1ce1dba0154e4006266d1917c1c73e00c2a1985e3b0bb3ca2c24
 DIST puppet-lint-4.2.1.gem 81920 BLAKE2B 
5e291e4c1743092be9935231280f04ce3affdc1d530180f26a6ace0535a15e11bc9b33dd89d8eeafb44ebc7cae16f2656e293a6e8e8fbc4fd2cfde896996d59a
 SHA512 
d39a287d3ae0ecbf27254c289e73918b62b50bbf8f44f51248e5e8042b194c32facd1215d7b24ab768714aeb9ae58647964bdc8b8b4650d1cebe6e2e749d782c

diff --git a/app-admin/puppet-lint/puppet-lint-4.1.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.1.0.ebuild
deleted file mode 100644
index a0db90b8b2cf..
--- a/app-admin/puppet-lint/puppet-lint-4.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32"
-
-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="https://github.com/puppetlabs/puppet-lint";
-
-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() {
-   # Skip acceptance tests due to unpackages puppet_litmus which in turn
-   # has a number of unpackaged dependencies.
-   rm -rf spec/acceptance || die
-   rm -f spec/spec_helper_acceptance.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-10-09 Thread Hans de Graaff
commit: 7682f9bc21fee1a73320d4effea51ccbf133a1cb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 10 05:45:23 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 10 05:45:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7682f9bc

app-admin/puppet-lint: stabilize 4.1.0 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/puppet-lint-4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-lint/puppet-lint-4.1.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.1.0.ebuild
index dc6f57808758..a0db90b8b2cf 100644
--- a/app-admin/puppet-lint/puppet-lint-4.1.0.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-4.1.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/puppetlabs/puppet-lint";
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 ruby_add_bdepend "test? (
dev-ruby/rspec-its:1



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-08-29 Thread Hans de Graaff
commit: d664b95d5cf8e7c5fabdbdc814cbf392fc0f5c98
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 30 05:14:20 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 30 05:25:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d664b95d

app-admin/puppet-lint: add 4.2.0

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-4.2.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 1ab730e86460..3264c9c375ed 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -2,3 +2,4 @@ DIST puppet-lint-3.4.0.gem 83456 BLAKE2B 
fa6b274b3e6e84095fdaff6f024864dc301f0af
 DIST puppet-lint-4.0.0.gem 80896 BLAKE2B 
6e674deaec43c3b45e2c162ef3d09648bd3cdd589a3ae6ce92e21617633529705fef4c6c361c3c1f041a3d25d1a03079f2f97705c01199253661bc9355dc
 SHA512 
a23d316f60cb7d34c394bdaee0ad08070098d732210a92294a3d330cff7330aefe2be6bd9a60219d7538173c2f187c1ed427c6671a345f868286986164ea3a33
 DIST puppet-lint-4.0.1.gem 81408 BLAKE2B 
2e202cf99e496336d5a8f23bf8581211b74e8ce25532edb82169b2aa484e14763087d5c6b966c1be50665ab723b72c9b21a74867b8e0c2296b06ea5e246531d6
 SHA512 
1709cbcae4db082dbe89b65ba6f5679684f3ed9d89955be0706228bcf0036a0bbfb58abb5ac12d8c2602ea9108386ba3e9b83627ca9c8fa0a813d19dc08f995d
 DIST puppet-lint-4.1.0.gem 82944 BLAKE2B 
42bd99b1a6331c6fedf54a7b5e0100bedbb6543c1476ed82538caf371cb4e48ddaa89f4313e2bac42b1c12e5ea6c03a3dc7fb3566979c22c051152a921bf5c72
 SHA512 
04a8ed8b73b209db1634f3a7accb0ec18d735914b7faa2b89446e96300e586760dd0b606ebd4a5ae71b49a8f10d16f9199ee065aa12b911f8692af68e4aac321
+DIST puppet-lint-4.2.0.gem 81408 BLAKE2B 
6b3591f1a2424e30807dc4c83ded27f6ff2b131c61c356eaf57472f813c09ad0bf7732bfd559aa31ccb52f0fdcbd583afe150e7d762ad0967acd1fb974c0d7b6
 SHA512 
4cf941aa9b99fc2e36358ce9ff1ab3c89efbee31586a175bc5e03dcf212179f24d6d677835de1ce1dba0154e4006266d1917c1c73e00c2a1985e3b0bb3ca2c24

diff --git a/app-admin/puppet-lint/puppet-lint-4.2.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.2.0.ebuild
new file mode 100644
index ..dc6f57808758
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-4.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+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="https://github.com/puppetlabs/puppet-lint";
+
+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() {
+   # Skip acceptance tests due to unpackages puppet_litmus which in turn
+   # has a number of unpackaged dependencies.
+   rm -rf spec/acceptance || die
+   rm -f spec/spec_helper_acceptance.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-08-25 Thread Hans de Graaff
commit: bdba94dfa2b0577b674c30481bdd1c00597d7c5b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 06:23:28 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 06:23:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdba94df

app-admin/puppet-lint: add 4.1.0

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-4.1.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 5201ced34149..1ab730e86460 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,3 +1,4 @@
 DIST puppet-lint-3.4.0.gem 83456 BLAKE2B 
fa6b274b3e6e84095fdaff6f024864dc301f0afc605198cc40b4dd8df7a9de66adfb91982195af9a0ad35301409c23e99d8d6ba5d3c43d3ee4dd57235de2b8cc
 SHA512 
47c025ef925618cba3c1f579a3ef62bd5f9fd8ee7f8f9a68ed84daafeb7f9071e558619b24f0a249fcbe85d8c1b27e715938cc352792f9aa91de131820103e9c
 DIST puppet-lint-4.0.0.gem 80896 BLAKE2B 
6e674deaec43c3b45e2c162ef3d09648bd3cdd589a3ae6ce92e21617633529705fef4c6c361c3c1f041a3d25d1a03079f2f97705c01199253661bc9355dc
 SHA512 
a23d316f60cb7d34c394bdaee0ad08070098d732210a92294a3d330cff7330aefe2be6bd9a60219d7538173c2f187c1ed427c6671a345f868286986164ea3a33
 DIST puppet-lint-4.0.1.gem 81408 BLAKE2B 
2e202cf99e496336d5a8f23bf8581211b74e8ce25532edb82169b2aa484e14763087d5c6b966c1be50665ab723b72c9b21a74867b8e0c2296b06ea5e246531d6
 SHA512 
1709cbcae4db082dbe89b65ba6f5679684f3ed9d89955be0706228bcf0036a0bbfb58abb5ac12d8c2602ea9108386ba3e9b83627ca9c8fa0a813d19dc08f995d
+DIST puppet-lint-4.1.0.gem 82944 BLAKE2B 
42bd99b1a6331c6fedf54a7b5e0100bedbb6543c1476ed82538caf371cb4e48ddaa89f4313e2bac42b1c12e5ea6c03a3dc7fb3566979c22c051152a921bf5c72
 SHA512 
04a8ed8b73b209db1634f3a7accb0ec18d735914b7faa2b89446e96300e586760dd0b606ebd4a5ae71b49a8f10d16f9199ee065aa12b911f8692af68e4aac321

diff --git a/app-admin/puppet-lint/puppet-lint-4.1.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.1.0.ebuild
new file mode 100644
index ..dc6f57808758
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-4.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+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="https://github.com/puppetlabs/puppet-lint";
+
+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() {
+   # Skip acceptance tests due to unpackages puppet_litmus which in turn
+   # has a number of unpackaged dependencies.
+   rm -rf spec/acceptance || die
+   rm -f spec/spec_helper_acceptance.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-08-05 Thread Hans de Graaff
commit: c773ada1174de2797cd4db6225b85ccb6c450cf5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  6 06:04:21 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  6 06:04:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c773ada1

app-admin/puppet-lint: add 4.0.1

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-4.0.1.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 2fe4c5621fae..c7c609b40bed 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,3 +1,4 @@
 DIST puppet-lint-2.5.2.gem 91136 BLAKE2B 
cae884b3994c7862f337a214903ecd4d7bb297e9e2bb7495fb94030304f53fa7ae98080b62944d5c96f2af0d208352d00030415a89259e8e188ec53da2a2b643
 SHA512 
996a5fda970c318a3f58a196c7b9aba7e712aae2b24d936b917f1dd9eb6bf5d706df28f70d88e1e174e175aabb13f1d22c8c90289314d5a1dd4ff9207ebbfe03
 DIST puppet-lint-3.4.0.gem 83456 BLAKE2B 
fa6b274b3e6e84095fdaff6f024864dc301f0afc605198cc40b4dd8df7a9de66adfb91982195af9a0ad35301409c23e99d8d6ba5d3c43d3ee4dd57235de2b8cc
 SHA512 
47c025ef925618cba3c1f579a3ef62bd5f9fd8ee7f8f9a68ed84daafeb7f9071e558619b24f0a249fcbe85d8c1b27e715938cc352792f9aa91de131820103e9c
 DIST puppet-lint-4.0.0.gem 80896 BLAKE2B 
6e674deaec43c3b45e2c162ef3d09648bd3cdd589a3ae6ce92e21617633529705fef4c6c361c3c1f041a3d25d1a03079f2f97705c01199253661bc9355dc
 SHA512 
a23d316f60cb7d34c394bdaee0ad08070098d732210a92294a3d330cff7330aefe2be6bd9a60219d7538173c2f187c1ed427c6671a345f868286986164ea3a33
+DIST puppet-lint-4.0.1.gem 81408 BLAKE2B 
2e202cf99e496336d5a8f23bf8581211b74e8ce25532edb82169b2aa484e14763087d5c6b966c1be50665ab723b72c9b21a74867b8e0c2296b06ea5e246531d6
 SHA512 
1709cbcae4db082dbe89b65ba6f5679684f3ed9d89955be0706228bcf0036a0bbfb58abb5ac12d8c2602ea9108386ba3e9b83627ca9c8fa0a813d19dc08f995d

diff --git a/app-admin/puppet-lint/puppet-lint-4.0.1.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.0.1.ebuild
new file mode 100644
index ..3925aec549db
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-4.0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+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="https://github.com/puppetlabs/puppet-lint";
+
+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() {
+   # Skip acceptance tests due to unpackages puppet_litmus which in turn
+   # has a number of unpackaged dependencies.
+   rm -rf spec/acceptance || die
+   rm -f spec/spec_helper_acceptance.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-08-05 Thread Hans de Graaff
commit: 3a91138bd11d2780672c6340e4df39a2a5cd5d8d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  6 06:04:34 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  6 06:04:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a91138b

app-admin/puppet-lint: drop 2.5.2

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 -
 app-admin/puppet-lint/puppet-lint-2.5.2.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index c7c609b40bed..5201ced34149 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,4 +1,3 @@
-DIST puppet-lint-2.5.2.gem 91136 BLAKE2B 
cae884b3994c7862f337a214903ecd4d7bb297e9e2bb7495fb94030304f53fa7ae98080b62944d5c96f2af0d208352d00030415a89259e8e188ec53da2a2b643
 SHA512 
996a5fda970c318a3f58a196c7b9aba7e712aae2b24d936b917f1dd9eb6bf5d706df28f70d88e1e174e175aabb13f1d22c8c90289314d5a1dd4ff9207ebbfe03
 DIST puppet-lint-3.4.0.gem 83456 BLAKE2B 
fa6b274b3e6e84095fdaff6f024864dc301f0afc605198cc40b4dd8df7a9de66adfb91982195af9a0ad35301409c23e99d8d6ba5d3c43d3ee4dd57235de2b8cc
 SHA512 
47c025ef925618cba3c1f579a3ef62bd5f9fd8ee7f8f9a68ed84daafeb7f9071e558619b24f0a249fcbe85d8c1b27e715938cc352792f9aa91de131820103e9c
 DIST puppet-lint-4.0.0.gem 80896 BLAKE2B 
6e674deaec43c3b45e2c162ef3d09648bd3cdd589a3ae6ce92e21617633529705fef4c6c361c3c1f041a3d25d1a03079f2f97705c01199253661bc9355dc
 SHA512 
a23d316f60cb7d34c394bdaee0ad08070098d732210a92294a3d330cff7330aefe2be6bd9a60219d7538173c2f187c1ed427c6671a345f868286986164ea3a33
 DIST puppet-lint-4.0.1.gem 81408 BLAKE2B 
2e202cf99e496336d5a8f23bf8581211b74e8ce25532edb82169b2aa484e14763087d5c6b966c1be50665ab723b72c9b21a74867b8e0c2296b06ea5e246531d6
 SHA512 
1709cbcae4db082dbe89b65ba6f5679684f3ed9d89955be0706228bcf0036a0bbfb58abb5ac12d8c2602ea9108386ba3e9b83627ca9c8fa0a813d19dc08f995d

diff --git a/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild
deleted file mode 100644
index ecb09ba34024..
--- a/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-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 )"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-07-24 Thread Jakov Smolić
commit: b1a2d14e3a210870e745c6fc60a94ed15b0e72ba
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 08:53:19 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 08:53:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a2d14e

app-admin/puppet-lint: Stabilize 4.0.0 amd64, #910961

Signed-off-by: Jakov Smolić  gentoo.org>

 app-admin/puppet-lint/puppet-lint-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-lint/puppet-lint-4.0.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.0.0.ebuild
index 3925aec549db..eaf594a6a0b4 100644
--- a/app-admin/puppet-lint/puppet-lint-4.0.0.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-4.0.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/puppetlabs/puppet-lint";
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 ruby_add_bdepend "test? (
dev-ruby/rspec-its:1



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-06-09 Thread Hans de Graaff
commit: a0f040f21d95370f0b4fb9b2e9d8e55307f3a0af
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun  9 08:21:04 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  9 08:21:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f040f2

app-admin/puppet-lint: add 4.0.0

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-4.0.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index cc0209461070..2fe4c5621fae 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,2 +1,3 @@
 DIST puppet-lint-2.5.2.gem 91136 BLAKE2B 
cae884b3994c7862f337a214903ecd4d7bb297e9e2bb7495fb94030304f53fa7ae98080b62944d5c96f2af0d208352d00030415a89259e8e188ec53da2a2b643
 SHA512 
996a5fda970c318a3f58a196c7b9aba7e712aae2b24d936b917f1dd9eb6bf5d706df28f70d88e1e174e175aabb13f1d22c8c90289314d5a1dd4ff9207ebbfe03
 DIST puppet-lint-3.4.0.gem 83456 BLAKE2B 
fa6b274b3e6e84095fdaff6f024864dc301f0afc605198cc40b4dd8df7a9de66adfb91982195af9a0ad35301409c23e99d8d6ba5d3c43d3ee4dd57235de2b8cc
 SHA512 
47c025ef925618cba3c1f579a3ef62bd5f9fd8ee7f8f9a68ed84daafeb7f9071e558619b24f0a249fcbe85d8c1b27e715938cc352792f9aa91de131820103e9c
+DIST puppet-lint-4.0.0.gem 80896 BLAKE2B 
6e674deaec43c3b45e2c162ef3d09648bd3cdd589a3ae6ce92e21617633529705fef4c6c361c3c1f041a3d25d1a03079f2f97705c01199253661bc9355dc
 SHA512 
a23d316f60cb7d34c394bdaee0ad08070098d732210a92294a3d330cff7330aefe2be6bd9a60219d7538173c2f187c1ed427c6671a345f868286986164ea3a33

diff --git a/app-admin/puppet-lint/puppet-lint-4.0.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-4.0.0.ebuild
new file mode 100644
index ..3925aec549db
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-4.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+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="https://github.com/puppetlabs/puppet-lint";
+
+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() {
+   # Skip acceptance tests due to unpackages puppet_litmus which in turn
+   # has a number of unpackaged dependencies.
+   rm -rf spec/acceptance || die
+   rm -f spec/spec_helper_acceptance.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-05-31 Thread Sam James
commit: c11a0534efa491f2c49f1e550c61c2927e3e4980
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 05:00:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 05:00:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11a0534

app-admin/puppet-lint: Stabilize 3.4.0 amd64, #907514

Signed-off-by: Sam James  gentoo.org>

 app-admin/puppet-lint/puppet-lint-3.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild
index 3925aec549db..eaf594a6a0b4 100644
--- a/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/puppetlabs/puppet-lint";
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 ruby_add_bdepend "test? (
dev-ruby/rspec-its:1



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-04-28 Thread Hans de Graaff
commit: 9a27ccb62048ec921ebf3279ac82ffa38691cd7b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 28 08:48:57 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 28 08:49:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a27ccb6

app-admin/puppet-lint: add 3.4.0

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-3.4.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 917a731feec5..cc0209461070 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1 +1,2 @@
 DIST puppet-lint-2.5.2.gem 91136 BLAKE2B 
cae884b3994c7862f337a214903ecd4d7bb297e9e2bb7495fb94030304f53fa7ae98080b62944d5c96f2af0d208352d00030415a89259e8e188ec53da2a2b643
 SHA512 
996a5fda970c318a3f58a196c7b9aba7e712aae2b24d936b917f1dd9eb6bf5d706df28f70d88e1e174e175aabb13f1d22c8c90289314d5a1dd4ff9207ebbfe03
+DIST puppet-lint-3.4.0.gem 83456 BLAKE2B 
fa6b274b3e6e84095fdaff6f024864dc301f0afc605198cc40b4dd8df7a9de66adfb91982195af9a0ad35301409c23e99d8d6ba5d3c43d3ee4dd57235de2b8cc
 SHA512 
47c025ef925618cba3c1f579a3ef62bd5f9fd8ee7f8f9a68ed84daafeb7f9071e558619b24f0a249fcbe85d8c1b27e715938cc352792f9aa91de131820103e9c

diff --git a/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild
new file mode 100644
index ..3925aec549db
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+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="https://github.com/puppetlabs/puppet-lint";
+
+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() {
+   # Skip acceptance tests due to unpackages puppet_litmus which in turn
+   # has a number of unpackaged dependencies.
+   rm -rf spec/acceptance || die
+   rm -f spec/spec_helper_acceptance.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-04-07 Thread Sam James
commit: 0cffb3993b07af883667090c4e6e6a638d961571
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  7 17:58:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  7 18:09:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cffb399

app-admin/puppet-lint: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 app-admin/puppet-lint/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-admin/puppet-lint/metadata.xml 
b/app-admin/puppet-lint/metadata.xml
index 502f0bda3823..2b5ca51226eb 100644
--- a/app-admin/puppet-lint/metadata.xml
+++ b/app-admin/puppet-lint/metadata.xml
@@ -9,4 +9,7 @@
r...@gentoo.org
Gentoo Ruby Project
 
+
+   rodjek/puppet-lint
+
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2023-04-07 Thread Sam James
commit: e6c1c18c84cdd53e1b0acc9f7f41b0ac8b5fab47
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  7 17:57:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  7 18:09:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c1c18c

app-admin/puppet-lint: enable ruby31, ruby32

Signed-off-by: Sam James  gentoo.org>

 app-admin/puppet-lint/puppet-lint-2.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild
index cc17602bfb8c..ecb09ba34024 100644
--- a/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2022-12-17 Thread Hans de Graaff
commit: 8cb0ff17f59356f0ac07f77c614c8e7eefbc4c62
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 16 12:55:16 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 17 08:37:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb0ff17

app-admin/puppet-lint: drop 2.5.1

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 -
 app-admin/puppet-lint/puppet-lint-2.5.1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index ce5f326323c0..917a731feec5 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,2 +1 @@
-DIST puppet-lint-2.5.1.gem 93184 BLAKE2B 
ce93397fcb05655043ed41693690d909505a74a7e8029f355d76cbcdc247cb03b87f9fc870d07e88ca378b0866b4490c853950a9dc7eff871006ff526d852c70
 SHA512 
5ffad674280b4b67669a59c9b17b36cef8338dc4de2c9a28b2cdfcff810f733eb4ae18824b6145b75db3816ed906c12e9d4b6404ac5294c4a9a0eb27c4272820
 DIST puppet-lint-2.5.2.gem 91136 BLAKE2B 
cae884b3994c7862f337a214903ecd4d7bb297e9e2bb7495fb94030304f53fa7ae98080b62944d5c96f2af0d208352d00030415a89259e8e188ec53da2a2b643
 SHA512 
996a5fda970c318a3f58a196c7b9aba7e712aae2b24d936b917f1dd9eb6bf5d706df28f70d88e1e174e175aabb13f1d22c8c90289314d5a1dd4ff9207ebbfe03

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..
--- 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 )"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2022-06-25 Thread Hans de Graaff
commit: f74cbbde4bf0db3899287179428a9c7fff91b592
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 25 12:58:33 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 26 05:43:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74cbbde

app-admin/puppet-lint: drop 2.4.2, 2.5.0

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  2 --
 app-admin/puppet-lint/puppet-lint-2.4.2.ebuild | 28 --
 app-admin/puppet-lint/puppet-lint-2.5.0.ebuild | 24 --
 3 files changed, 54 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 5d7b917319bc..ce5f326323c0 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,4 +1,2 @@
-DIST puppet-lint-2.4.2.gem 93184 BLAKE2B 
5170bd9c30f6e2f5b30120b6edc74550e697c3243d2f5c7249f27a2d61ca2f5612d96efdc0f6be8d065e7d7a4460b9cf6e6dad13a5b24c4ce100d4e6df2f0425
 SHA512 
ee846688b13536b7d146ea50c0efe5083babf1ca09b77182437ec93be754ae076d54ac34f8082867a26b6df12a09bcd316e5b1aaa9c98150f9411a0c8b007c71
-DIST puppet-lint-2.5.0.gem 90112 BLAKE2B 
c731e0988f09f779c50aad118f136f79c6e042f43cc8a5163967c44a72d4019a00426578bc95b4cf9618057027c1707cd3463ea408a30d25ca0a0911dc3c94eb
 SHA512 
b04097443eae40a084475f95c57ebde73af937ca3b9b006237c6b5e60caf939338e09cb1e259a26524d2294ecbc61bd91b6e34f7051d87211078912518cb364b
 DIST puppet-lint-2.5.1.gem 93184 BLAKE2B 
ce93397fcb05655043ed41693690d909505a74a7e8029f355d76cbcdc247cb03b87f9fc870d07e88ca378b0866b4490c853950a9dc7eff871006ff526d852c70
 SHA512 
5ffad674280b4b67669a59c9b17b36cef8338dc4de2c9a28b2cdfcff810f733eb4ae18824b6145b75db3816ed906c12e9d4b6404ac5294c4a9a0eb27c4272820
 DIST puppet-lint-2.5.2.gem 91136 BLAKE2B 
cae884b3994c7862f337a214903ecd4d7bb297e9e2bb7495fb94030304f53fa7ae98080b62944d5c96f2af0d208352d00030415a89259e8e188ec53da2a2b643
 SHA512 
996a5fda970c318a3f58a196c7b9aba7e712aae2b24d936b917f1dd9eb6bf5d706df28f70d88e1e174e175aabb13f1d22c8c90289314d5a1dd4ff9207ebbfe03

diff --git a/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild
deleted file mode 100644
index 4738934c8b49..
--- a/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-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 )"
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die
-}

diff --git a/app-admin/puppet-lint/puppet-lint-2.5.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.5.0.ebuild
deleted file mode 100644
index 9418b0418b4a..
--- a/app-admin/puppet-lint/puppet-lint-2.5.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 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"
-
-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 )"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2022-06-25 Thread Hans de Graaff
commit: 7e7c82ab2a2ec20a8b1173d262b6cd017e95ef0a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 25 12:59:41 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 26 05:43:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7c82ab

app-admin/puppet-lint: stabilize 2.5.2 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/puppet-lint-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild
index 887b36d22a98..cc17602bfb8c 100644
--- a/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://puppet-lint.com/";
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 ruby_add_bdepend "test? (
dev-ruby/rspec-its:1



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2022-03-29 Thread Hans de Graaff
commit: a508a6f4b37ed45c0fbdf0a6f610eec0e51df973
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 29 13:42:36 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 29 15:55:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a508a6f4

app-admin/puppet-lint: stabilize 2.5.1 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/puppet-lint-2.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild
index 94062e0f957c..da9a2fc51291 100644
--- a/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ HOMEPAGE="http://puppet-lint.com/";
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 ruby_add_bdepend "test? (
dev-ruby/rspec-its:1



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2022-03-29 Thread Hans de Graaff
commit: 14c159b301df1f89de18ce2bfe28fbb45aa8ac9f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 29 13:41:38 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 29 15:55:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c159b3

app-admin/puppet-lint: enable ruby30

Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/puppet-lint-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild
index da9ad946444e..887b36d22a98 100644
--- a/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2022-03-19 Thread Hans de Graaff
commit: cfce7a9036fd421a53645c91d9d0f42d1a68ce81
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 19 11:58:00 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 19 12:00:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfce7a90

app-admin/puppet-lint: add 2.5.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.5.2.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 1b1c21944a84..5d7b917319bc 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,3 +1,4 @@
 DIST puppet-lint-2.4.2.gem 93184 BLAKE2B 
5170bd9c30f6e2f5b30120b6edc74550e697c3243d2f5c7249f27a2d61ca2f5612d96efdc0f6be8d065e7d7a4460b9cf6e6dad13a5b24c4ce100d4e6df2f0425
 SHA512 
ee846688b13536b7d146ea50c0efe5083babf1ca09b77182437ec93be754ae076d54ac34f8082867a26b6df12a09bcd316e5b1aaa9c98150f9411a0c8b007c71
 DIST puppet-lint-2.5.0.gem 90112 BLAKE2B 
c731e0988f09f779c50aad118f136f79c6e042f43cc8a5163967c44a72d4019a00426578bc95b4cf9618057027c1707cd3463ea408a30d25ca0a0911dc3c94eb
 SHA512 
b04097443eae40a084475f95c57ebde73af937ca3b9b006237c6b5e60caf939338e09cb1e259a26524d2294ecbc61bd91b6e34f7051d87211078912518cb364b
 DIST puppet-lint-2.5.1.gem 93184 BLAKE2B 
ce93397fcb05655043ed41693690d909505a74a7e8029f355d76cbcdc247cb03b87f9fc870d07e88ca378b0866b4490c853950a9dc7eff871006ff526d852c70
 SHA512 
5ffad674280b4b67669a59c9b17b36cef8338dc4de2c9a28b2cdfcff810f733eb4ae18824b6145b75db3816ed906c12e9d4b6404ac5294c4a9a0eb27c4272820
+DIST puppet-lint-2.5.2.gem 91136 BLAKE2B 
cae884b3994c7862f337a214903ecd4d7bb297e9e2bb7495fb94030304f53fa7ae98080b62944d5c96f2af0d208352d00030415a89259e8e188ec53da2a2b643
 SHA512 
996a5fda970c318a3f58a196c7b9aba7e712aae2b24d936b917f1dd9eb6bf5d706df28f70d88e1e174e175aabb13f1d22c8c90289314d5a1dd4ff9207ebbfe03

diff --git a/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild
new file mode 100644
index ..da9ad946444e
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.5.2.ebuild
@@ -0,0 +1,26 @@
+# 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 )"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2021-09-13 Thread Hans de Graaff
commit: 97f7f96bb555387c5ef9bd3ca1f5b666b0771eff
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 14 05:26:47 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 14 05:30:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f7f96b

app-admin/puppet-lint: add 2.5.1

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.5.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index de83b3353c6..1b1c21944a8 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,2 +1,3 @@
 DIST puppet-lint-2.4.2.gem 93184 BLAKE2B 
5170bd9c30f6e2f5b30120b6edc74550e697c3243d2f5c7249f27a2d61ca2f5612d96efdc0f6be8d065e7d7a4460b9cf6e6dad13a5b24c4ce100d4e6df2f0425
 SHA512 
ee846688b13536b7d146ea50c0efe5083babf1ca09b77182437ec93be754ae076d54ac34f8082867a26b6df12a09bcd316e5b1aaa9c98150f9411a0c8b007c71
 DIST puppet-lint-2.5.0.gem 90112 BLAKE2B 
c731e0988f09f779c50aad118f136f79c6e042f43cc8a5163967c44a72d4019a00426578bc95b4cf9618057027c1707cd3463ea408a30d25ca0a0911dc3c94eb
 SHA512 
b04097443eae40a084475f95c57ebde73af937ca3b9b006237c6b5e60caf939338e09cb1e259a26524d2294ecbc61bd91b6e34f7051d87211078912518cb364b
+DIST puppet-lint-2.5.1.gem 93184 BLAKE2B 
ce93397fcb05655043ed41693690d909505a74a7e8029f355d76cbcdc247cb03b87f9fc870d07e88ca378b0866b4490c853950a9dc7eff871006ff526d852c70
 SHA512 
5ffad674280b4b67669a59c9b17b36cef8338dc4de2c9a28b2cdfcff810f733eb4ae18824b6145b75db3816ed906c12e9d4b6404ac5294c4a9a0eb27c4272820

diff --git a/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild
new file mode 100644
index 000..94062e0f957
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 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 )"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2021-07-26 Thread Hans de Graaff
commit: ca92659545043e230521e1b2ee3cff3d951ab080
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 27 05:34:44 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 27 05:34:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca926595

app-admin/puppet-lint: add 2.5.0

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.5.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 659106e3c54..de83b3353c6 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1 +1,2 @@
 DIST puppet-lint-2.4.2.gem 93184 BLAKE2B 
5170bd9c30f6e2f5b30120b6edc74550e697c3243d2f5c7249f27a2d61ca2f5612d96efdc0f6be8d065e7d7a4460b9cf6e6dad13a5b24c4ce100d4e6df2f0425
 SHA512 
ee846688b13536b7d146ea50c0efe5083babf1ca09b77182437ec93be754ae076d54ac34f8082867a26b6df12a09bcd316e5b1aaa9c98150f9411a0c8b007c71
+DIST puppet-lint-2.5.0.gem 90112 BLAKE2B 
c731e0988f09f779c50aad118f136f79c6e042f43cc8a5163967c44a72d4019a00426578bc95b4cf9618057027c1707cd3463ea408a30d25ca0a0911dc3c94eb
 SHA512 
b04097443eae40a084475f95c57ebde73af937ca3b9b006237c6b5e60caf939338e09cb1e259a26524d2294ecbc61bd91b6e34f7051d87211078912518cb364b

diff --git a/app-admin/puppet-lint/puppet-lint-2.5.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.5.0.ebuild
new file mode 100644
index 000..9418b0418b4
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.5.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 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"
+
+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 )"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2020-07-17 Thread Agostino Sarubbo
commit: 69a2610770275feba82404a754872768c3ee6e63
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 17 07:18:18 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 17 07:18:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a26107

app-admin/puppet-lint: amd64 stable wrt bug #717214

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/puppet-lint/puppet-lint-2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild
index 78d9bfa89e7..a8901cb8e2e 100644
--- a/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://puppet-lint.com/";
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 ruby_add_bdepend "test? (
dev-ruby/rspec-its:1



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2020-07-11 Thread Hans de Graaff
commit: 9a33531c1a2a3671e4ac2a374b700cd2b2c8e549
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 12 06:34:40 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 12 06:34:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a33531c

app-admin/puppet-lint: add ruby27

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/puppet-lint-2.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild
index 738798f64b2..78d9bfa89e7 100644
--- a/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2020-04-12 Thread Hans de Graaff
commit: 85c0fecb4000e246ee72b02bf520c0f7d1b42283
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 12 13:14:03 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 12 13:18:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c0fecb

app-admin/puppet-lint: cleanup

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  2 --
 app-admin/puppet-lint/puppet-lint-2.3.6.ebuild | 29 --
 app-admin/puppet-lint/puppet-lint-2.4.1.ebuild | 28 -
 3 files changed, 59 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index e7e6fcf4258..659106e3c54 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,3 +1 @@
-DIST puppet-lint-2.3.6.gem 87552 BLAKE2B 
0a2f4b9c2ef76c06bc4fb6eb0f737af406bf3949e7c9001685c6522714b550c0f2c5680d5d39f5d3994496a497664e912eadc44bdb7aa4c27635d23b36a90776
 SHA512 
d162307e66bb5f1dd923f2f9fab55de7b4c5fad6264d7a1bae8df20bd45c5a786b66d9f5b3bd235230fea959c67242462e711212f65807040048f4c0be7122b9
-DIST puppet-lint-2.4.1.gem 92160 BLAKE2B 
5bcdf14cad8cbf90e69c6afaa6935768db3cd9023175a8d5632951c7ff0d5b91362988c0e667c0f852eae705920a6a570f582db394b89436f61eda50f314dc9b
 SHA512 
39d872350ab9ad276c346a7020269f246889dfb00eef020f93a5b53a93e4ae8fd5cf307ac057d6129edf52974ea71af0abcf422e9e0be0ba570d029ffa7011bc
 DIST puppet-lint-2.4.2.gem 93184 BLAKE2B 
5170bd9c30f6e2f5b30120b6edc74550e697c3243d2f5c7249f27a2d61ca2f5612d96efdc0f6be8d065e7d7a4460b9cf6e6dad13a5b24c4ce100d4e6df2f0425
 SHA512 
ee846688b13536b7d146ea50c0efe5083babf1ca09b77182437ec93be754ae076d54ac34f8082867a26b6df12a09bcd316e5b1aaa9c98150f9411a0c8b007c71

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.6.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.6.ebuild
deleted file mode 100644
index a58ea6319ea..000
--- a/app-admin/puppet-lint/puppet-lint-2.3.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-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.4.1.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.4.1.ebuild
deleted file mode 100644
index 738798f64b2..000
--- a/app-admin/puppet-lint/puppet-lint-2.4.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2019-10-31 Thread Hans de Graaff
commit: 2c0fc61ae80355b57870aee78774ce9f16e9a95e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov  1 05:19:42 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov  1 05:19:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0fc61a

app-admin/puppet-lint: add 2.4.2

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.4.2.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 3071336f38e..e7e6fcf4258 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,2 +1,3 @@
 DIST puppet-lint-2.3.6.gem 87552 BLAKE2B 
0a2f4b9c2ef76c06bc4fb6eb0f737af406bf3949e7c9001685c6522714b550c0f2c5680d5d39f5d3994496a497664e912eadc44bdb7aa4c27635d23b36a90776
 SHA512 
d162307e66bb5f1dd923f2f9fab55de7b4c5fad6264d7a1bae8df20bd45c5a786b66d9f5b3bd235230fea959c67242462e711212f65807040048f4c0be7122b9
 DIST puppet-lint-2.4.1.gem 92160 BLAKE2B 
5bcdf14cad8cbf90e69c6afaa6935768db3cd9023175a8d5632951c7ff0d5b91362988c0e667c0f852eae705920a6a570f582db394b89436f61eda50f314dc9b
 SHA512 
39d872350ab9ad276c346a7020269f246889dfb00eef020f93a5b53a93e4ae8fd5cf307ac057d6129edf52974ea71af0abcf422e9e0be0ba570d029ffa7011bc
+DIST puppet-lint-2.4.2.gem 93184 BLAKE2B 
5170bd9c30f6e2f5b30120b6edc74550e697c3243d2f5c7249f27a2d61ca2f5612d96efdc0f6be8d065e7d7a4460b9cf6e6dad13a5b24c4ce100d4e6df2f0425
 SHA512 
ee846688b13536b7d146ea50c0efe5083babf1ca09b77182437ec93be754ae076d54ac34f8082867a26b6df12a09bcd316e5b1aaa9c98150f9411a0c8b007c71

diff --git a/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild
new file mode 100644
index 000..738798f64b2
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2019-10-08 Thread Hans de Graaff
commit: d1d4002d494a55532f7bd6417c478bf0314e7781
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct  9 05:08:07 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct  9 05:47:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d4002d

app-admin/puppet-lint: add 2.4.1

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.4.1.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index a4735e6acf3..3071336f38e 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1 +1,2 @@
 DIST puppet-lint-2.3.6.gem 87552 BLAKE2B 
0a2f4b9c2ef76c06bc4fb6eb0f737af406bf3949e7c9001685c6522714b550c0f2c5680d5d39f5d3994496a497664e912eadc44bdb7aa4c27635d23b36a90776
 SHA512 
d162307e66bb5f1dd923f2f9fab55de7b4c5fad6264d7a1bae8df20bd45c5a786b66d9f5b3bd235230fea959c67242462e711212f65807040048f4c0be7122b9
+DIST puppet-lint-2.4.1.gem 92160 BLAKE2B 
5bcdf14cad8cbf90e69c6afaa6935768db3cd9023175a8d5632951c7ff0d5b91362988c0e667c0f852eae705920a6a570f582db394b89436f61eda50f314dc9b
 SHA512 
39d872350ab9ad276c346a7020269f246889dfb00eef020f93a5b53a93e4ae8fd5cf307ac057d6129edf52974ea71af0abcf422e9e0be0ba570d029ffa7011bc

diff --git a/app-admin/puppet-lint/puppet-lint-2.4.1.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.4.1.ebuild
new file mode 100644
index 000..738798f64b2
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.4.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2019-05-04 Thread Hans de Graaff
commit: 2e6e4e23b51059e186ab5b546830031573b4e374
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  4 09:20:44 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May  4 09:22:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6e4e23

app-admin/puppet-lint: add ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-admin/puppet-lint/puppet-lint-2.3.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.6.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.6.ebuild
index c86bd234ccc..a58ea6319ea 100644
--- a/app-admin/puppet-lint/puppet-lint-2.3.6.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.3.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2018-12-16 Thread Hans de Graaff
commit: 446a046e773b5703404a80c809a0eb79ab1bb425
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 17 05:38:58 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 17 05:38:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446a046e

app-admin/puppet-lint: cleanup

Signed-off-by: Hans de Graaff  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..000
--- 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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2018-07-08 Thread Hans de Graaff
commit: 91a8186552671a1a3b5a6581856a8ecda8f9c7a5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul  9 04:03:33 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul  9 04:03:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a81865

app-admin/puppet-lint: add 2.3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.3.6.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 1430ba0f968..034163e61a9 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,2 +1,3 @@
 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.6.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.6.ebuild
new file mode 100644
index 000..c86bd234ccc
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.3.6.ebuild
@@ -0,0 +1,29 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2018-05-23 Thread Hans de Graaff
commit: 1ea2e609ae37425b0ca2cce34c01cc422bb12e27
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 24 04:53:52 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 24 04:57:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea2e609

app-admin/puppet-lint: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-admin/puppet-lint/puppet-lint-2.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild
index e672004b0fd..c86bd234ccc 100644
--- a/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2018-03-26 Thread Hans de Graaff
commit: 6a2fed0c556938427a01081300ca124219e0a0e1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 27 04:49:35 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 27 05:47:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2fed0c

cleanup version removed upstream, bug 651634

Closes: https://bugs.gentoo.org/651634
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/puppet-lint/Manifest |  1 -
 app-admin/puppet-lint/puppet-lint-2.3.4.ebuild | 29 --
 2 files changed, 30 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 3f0a730bfa6..1430ba0f968 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,3 +1,2 @@
 DIST puppet-lint-2.3.3.gem 84992 BLAKE2B 
57b6d6332b7d26daf193ba983ff1e5d560cf4f902f1b476de3b1f7254755851397685d7b435dd7365f81e1427d91ca47ffa889a9d87a14e1c4720e44aa2b7996
 SHA512 
9203e8d29cb4a5c5abf8279598599db4a9063d33d7b7d6c76f8ebf09c3ba539f6035083b5438bae2b0fda1d16880ffcb69a2776ebce7f54bc1a1430c2ceb0d68
-DIST puppet-lint-2.3.4.gem 86016 BLAKE2B 
4e7c0da6bb77558312b389be68ee17a75a2dffa795eb0a985101177f45ac362d0a4bf70804198b82f981bcc2023768503f7362799a2853ea2e159071853c5dfc
 SHA512 
27ef230b337eae8395efa2329ad150b7f0a21bfff1b2e5ee4807dd088705723d9887ae3c166eeb8daa61337d2efd5907fcb5c86c6cfb0a42c0fc30dfd7ba
 DIST puppet-lint-2.3.5.gem 86528 BLAKE2B 
7455c729cb0512cb26838439c854c70d2581f2102594ac60d76a34f9839b0bb7dbab65beb87369419dc0e66583bfac1ad9f22d65ee3ee9bf35aa3c37e8f0d1b9
 SHA512 
5e1978c5438869c12c2151e76fe6cea12c447d9f59f1fbbc90fb80e61c7ff9c220be85f70cf95dec2380cd35205ffec0473cc7eda0db21b94a30b533d4214707

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.4.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.4.ebuild
deleted file mode 100644
index e672004b0fd..000
--- a/app-admin/puppet-lint/puppet-lint-2.3.4.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
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2018-03-26 Thread Hans de Graaff
commit: a6b661e31a9d262b5377a3088f993191e51f3d86
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 27 04:48:30 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 27 05:47:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b661e3

app-admin/puppet-lint: add 2.3.5

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.3.5.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 491c3200805..3f0a730bfa6 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,2 +1,3 @@
 DIST puppet-lint-2.3.3.gem 84992 BLAKE2B 
57b6d6332b7d26daf193ba983ff1e5d560cf4f902f1b476de3b1f7254755851397685d7b435dd7365f81e1427d91ca47ffa889a9d87a14e1c4720e44aa2b7996
 SHA512 
9203e8d29cb4a5c5abf8279598599db4a9063d33d7b7d6c76f8ebf09c3ba539f6035083b5438bae2b0fda1d16880ffcb69a2776ebce7f54bc1a1430c2ceb0d68
 DIST puppet-lint-2.3.4.gem 86016 BLAKE2B 
4e7c0da6bb77558312b389be68ee17a75a2dffa795eb0a985101177f45ac362d0a4bf70804198b82f981bcc2023768503f7362799a2853ea2e159071853c5dfc
 SHA512 
27ef230b337eae8395efa2329ad150b7f0a21bfff1b2e5ee4807dd088705723d9887ae3c166eeb8daa61337d2efd5907fcb5c86c6cfb0a42c0fc30dfd7ba
+DIST puppet-lint-2.3.5.gem 86528 BLAKE2B 
7455c729cb0512cb26838439c854c70d2581f2102594ac60d76a34f9839b0bb7dbab65beb87369419dc0e66583bfac1ad9f22d65ee3ee9bf35aa3c37e8f0d1b9
 SHA512 
5e1978c5438869c12c2151e76fe6cea12c447d9f59f1fbbc90fb80e61c7ff9c220be85f70cf95dec2380cd35205ffec0473cc7eda0db21b94a30b533d4214707

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild
new file mode 100644
index 000..e672004b0fd
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild
@@ -0,0 +1,29 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2018-03-25 Thread Hans de Graaff
commit: 409fe2b34b1d1e548d0ddad376167e009a1de28b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 26 05:33:52 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 26 05:45:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409fe2b3

app-admin/puppet-lint: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/puppet-lint/Manifest |  4 
 app-admin/puppet-lint/puppet-lint-2.0.2.ebuild | 24 -
 app-admin/puppet-lint/puppet-lint-2.2.1.ebuild | 25 --
 app-admin/puppet-lint/puppet-lint-2.3.0.ebuild | 25 --
 app-admin/puppet-lint/puppet-lint-2.3.2.ebuild | 29 --
 5 files changed, 107 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index d4cfce11006..c6dfa2eaa76 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,5 +1 @@
-DIST puppet-lint-2.0.2.gem 60928 BLAKE2B 
b43877499ee5d2af19932d776b0dc69a1de5960a499a2fd25e51c74ec26e4701b24ab1258602aad603a081bd1a7411eb646c470781490d8321eb97836261da50
 SHA512 
e3cdba2cb3c55b73489bdd9e8df24f225ff8134cebc1f2a05a7118905c59eab47e8998f5afc6294288f4a7e226029e17351812b918ee51b81be921e16c94f692
-DIST puppet-lint-2.2.1.gem 74240 BLAKE2B 
1fa67e60103c22fdd20cf63f4d4c0d57f956c907ebbceef908edbe720a97a4c9f2fa4528214d4be7658da90d150f5a02ae7a9fb65a4bdd2af7bba15e92c06525
 SHA512 
16aeaf4614104c5d3642c7c61acacbb33f4c0518a18c814cf2cc20aa40c19ac2e392758a980178d50c80c41544c8164d407ad7cd8d783a0d97b1606c55680570
-DIST puppet-lint-2.3.0.gem 76288 BLAKE2B 
0192bc7808dbf40c6685f4610b625360c6c16ed4d880db2062e93f75f710ef319bc626334b5d996c0b9609ebbd34ce3c645fc2b8d350b1bb2a6274654f9f70ca
 SHA512 
d0c21bad8eb5e7e2352de7e919ad44cccfb0086980a52e8d26b167c29a2a78e2e6efb692c8ac88c28cffcec125e1bf2f26973dca642d2ee9fea62a1342dfb709
-DIST puppet-lint-2.3.2.gem 82432 BLAKE2B 
7586bc15654e7a33ad8a4f98341c0fc19c2349bfce9c8afd4fb7a731a715c611b93837b02a3ee875297c71dd9021fee8cca04da3790a47ae06aa43e7226876c1
 SHA512 
5da388ad11285172e74de775d691ea49ebbbcadf938e7bddadff1bb9c9485dc30d7fa51e51db74d7912d23434223e3625e267a6785bd7f37243136553716db5e
 DIST puppet-lint-2.3.3.gem 84992 BLAKE2B 
57b6d6332b7d26daf193ba983ff1e5d560cf4f902f1b476de3b1f7254755851397685d7b435dd7365f81e1427d91ca47ffa889a9d87a14e1c4720e44aa2b7996
 SHA512 
9203e8d29cb4a5c5abf8279598599db4a9063d33d7b7d6c76f8ebf09c3ba539f6035083b5438bae2b0fda1d16880ffcb69a2776ebce7f54bc1a1430c2ceb0d68

diff --git a/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild
deleted file mode 100644
index cf379613b0f..000
--- a/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 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 ~x86"
-
-ruby_add_bdepend "test? (
-   dev-ruby/rspec-its:1
-   dev-ruby/rspec-collection_matchers:1 )"

diff --git a/app-admin/puppet-lint/puppet-lint-2.2.1.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.2.1.ebuild
deleted file mode 100644
index b2e360053d8..000
--- a/app-admin/puppet-lint/puppet-lint-2.2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 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 ~x86"
-
-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.3.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.0.ebuild
deleted file mode 100644
index c53ed5cf7c6..000
--- a/app-admin/puppet-lint/puppet-lint-2.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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 ~x86"
-
-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/pupp

[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2018-03-25 Thread Hans de Graaff
commit: f3f1eebf2c53e32fed2b1e06524ec670fec5c563
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 26 05:36:06 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 26 05:45:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f1eebf

app-admin/puppet-lint: add 2.3.4

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.3.4.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index c6dfa2eaa76..491c3200805 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1 +1,2 @@
 DIST puppet-lint-2.3.3.gem 84992 BLAKE2B 
57b6d6332b7d26daf193ba983ff1e5d560cf4f902f1b476de3b1f7254755851397685d7b435dd7365f81e1427d91ca47ffa889a9d87a14e1c4720e44aa2b7996
 SHA512 
9203e8d29cb4a5c5abf8279598599db4a9063d33d7b7d6c76f8ebf09c3ba539f6035083b5438bae2b0fda1d16880ffcb69a2776ebce7f54bc1a1430c2ceb0d68
+DIST puppet-lint-2.3.4.gem 86016 BLAKE2B 
4e7c0da6bb77558312b389be68ee17a75a2dffa795eb0a985101177f45ac362d0a4bf70804198b82f981bcc2023768503f7362799a2853ea2e159071853c5dfc
 SHA512 
27ef230b337eae8395efa2329ad150b7f0a21bfff1b2e5ee4807dd088705723d9887ae3c166eeb8daa61337d2efd5907fcb5c86c6cfb0a42c0fc30dfd7ba

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.4.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.4.ebuild
new file mode 100644
index 000..e672004b0fd
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.3.4.ebuild
@@ -0,0 +1,29 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2018-02-11 Thread Thomas Deutschmann
commit: 95430d0e47a62adddba57a07ee5d74f8cfb29470
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 11 21:50:08 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 11 21:56:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95430d0e

app-admin/puppet-lint: x86 keyworded (bug #606664)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/puppet-lint/puppet-lint-2.2.1.ebuild | 4 ++--
 app-admin/puppet-lint/puppet-lint-2.3.0.ebuild | 4 ++--
 app-admin/puppet-lint/puppet-lint-2.3.2.ebuild | 4 ++--
 app-admin/puppet-lint/puppet-lint-2.3.3.ebuild | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-admin/puppet-lint/puppet-lint-2.2.1.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.2.1.ebuild
index 57be7f078fe..b2e360053d8 100644
--- a/app-admin/puppet-lint/puppet-lint-2.2.1.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ HOMEPAGE="http://puppet-lint.com/";
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 ruby_add_bdepend "test? (
dev-ruby/rspec-its:1

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.0.ebuild
index 5b79542ae57..c53ed5cf7c6 100644
--- a/app-admin/puppet-lint/puppet-lint-2.3.0.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ HOMEPAGE="http://puppet-lint.com/";
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 ruby_add_bdepend "test? (
dev-ruby/rspec-its:1

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.2.ebuild
index 65e7f40bb29..e672004b0fd 100644
--- a/app-admin/puppet-lint/puppet-lint-2.3.2.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ HOMEPAGE="http://puppet-lint.com/";
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 ruby_add_bdepend "test? (
dev-ruby/rspec-its:1

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.3.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.3.ebuild
index 65e7f40bb29..e672004b0fd 100644
--- a/app-admin/puppet-lint/puppet-lint-2.3.3.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ HOMEPAGE="http://puppet-lint.com/";
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 ruby_add_bdepend "test? (
dev-ruby/rspec-its:1



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2017-09-29 Thread Hans de Graaff
commit: 10c7b73f6c12e068273e2ba35a63fba4dd1710f9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 29 08:04:47 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 29 14:19:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c7b73f

app-admin/puppet-lint: add 2.3.3

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.3.3.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 326104b6a28..e88a357aa9a 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -2,3 +2,4 @@ DIST puppet-lint-2.0.2.gem 60928 SHA256 
d8d5336f14d9e484c33007c8527596154c2be8b5
 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
 DIST puppet-lint-2.3.2.gem 82432 SHA256 
872f0da4ea05ec561ed4b25ce2bba13626790e2239eab1b826e62af9a2d215be SHA512 
5da388ad11285172e74de775d691ea49ebbbcadf938e7bddadff1bb9c9485dc30d7fa51e51db74d7912d23434223e3625e267a6785bd7f37243136553716db5e
 WHIRLPOOL 
e8559628e4e068161e1fec37f7f39f9228568132a6d977e4c2d87c1a1af741fd515ee43589b05d238c01aa43a257a29ac926e5d57d538bc3481f8aa6ee8ac822
+DIST puppet-lint-2.3.3.gem 84992 SHA256 
8d3f294b1220253580ec7b19ff8a88e2065566d3da47adbefd88a7e178796e23 SHA512 
9203e8d29cb4a5c5abf8279598599db4a9063d33d7b7d6c76f8ebf09c3ba539f6035083b5438bae2b0fda1d16880ffcb69a2776ebce7f54bc1a1430c2ceb0d68
 WHIRLPOOL 
c18b37622f195fe433872d180304ff16fcee83cbb21f245d3a839444ba11343ff2cb5fc521e4f0ffa0c7c94513e9409fe1b9ac9006ff5fe6ccf4b1f1d6739793

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.3.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.3.ebuild
new file mode 100644
index 000..65e7f40bb29
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.3.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 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"
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2017-09-27 Thread Hans de Graaff
commit: ba80d823063ce519ed0751399e8c31b0f5e8f3a9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 28 04:16:07 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 28 04:16:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba80d823

app-admin/puppet-lint: add 2.3.2

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.3.2.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index b6329ae6ce6..326104b6a28 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,3 +1,4 @@
 DIST puppet-lint-2.0.2.gem 60928 SHA256 
d8d5336f14d9e484c33007c8527596154c2be8b5e7fb5a9f43f978298381f294 SHA512 
e3cdba2cb3c55b73489bdd9e8df24f225ff8134cebc1f2a05a7118905c59eab47e8998f5afc6294288f4a7e226029e17351812b918ee51b81be921e16c94f692
 WHIRLPOOL 
168c57cc2884e7a4304fa205cbd5fa4c566f0f159bd1d373d11d400ff75a00626885a18998b139793f4fbbe3602fb6ce4f0231ce42e118da8faa1d8f1bec4f13
 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
+DIST puppet-lint-2.3.2.gem 82432 SHA256 
872f0da4ea05ec561ed4b25ce2bba13626790e2239eab1b826e62af9a2d215be SHA512 
5da388ad11285172e74de775d691ea49ebbbcadf938e7bddadff1bb9c9485dc30d7fa51e51db74d7912d23434223e3625e267a6785bd7f37243136553716db5e
 WHIRLPOOL 
e8559628e4e068161e1fec37f7f39f9228568132a6d977e4c2d87c1a1af741fd515ee43589b05d238c01aa43a257a29ac926e5d57d538bc3481f8aa6ee8ac822

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.2.ebuild
new file mode 100644
index 000..65e7f40bb29
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.3.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 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"
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2017-09-27 Thread Hans de Graaff
commit: 743d07fb8c3b189bbc6e31b7c248f50546f6ef15
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 28 04:06:35 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 28 04:06:35 2017 +
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..000
--- 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..000
--- 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 )"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2017-07-12 Thread Hans de Graaff
commit: a67a259bf27bdea8a7133b9ac2ea1595e1b2bd28
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 13 04:24:23 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 13 04:24:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67a259b

app-admin/puppet-lint: add 2.3.0

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.3.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index caedf9885cb..e19c91f1b16 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -2,3 +2,4 @@ DIST puppet-lint-2.0.2.gem 60928 SHA256 
d8d5336f14d9e484c33007c8527596154c2be8b5
 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.3.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.0.ebuild
new file mode 100644
index 000..5b79542ae57
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.3.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+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 )"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2017-03-30 Thread Hans de Graaff
commit: 3ea118925631abd1dcc260cd9148549a139db9bf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 31 05:14:56 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 31 06:05:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea11892

app-admin/puppet-lint: add 2.2.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.2.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 84158af53f1..caedf9885cb 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,3 +1,4 @@
 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

diff --git a/app-admin/puppet-lint/puppet-lint-2.2.1.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.2.1.ebuild
new file mode 100644
index 000..57be7f078fe
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.2.1.ebuild
@@ -0,0 +1,25 @@
+# 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 )"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2017-02-14 Thread Hans de Graaff
commit: 506a7ca724bb07b0806a0bc0fbb66a14252bf9b5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 15 05:43:30 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb 15 05:43:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506a7ca7

app-admin/puppet-lint: cleanup

Package-Manager: portage-2.3.3

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

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 521b1fa5f6..70a460cb65 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,4 +1,2 @@
-DIST puppet-lint-1.1.0.gem 43520 SHA256 
739f566cd4f1e77b92c1191217fdb59ce12353f3ec2703f30933d2bba877b35b SHA512 
65b72ace2d5d9d22994ef9ed2ae2d544c4bf7d24a16b573e04b14668de69c56139949a936ed607045e5a6f11d0260a4d2773b2faab296e21f2e6b81e44f9be6a
 WHIRLPOOL 
5d94bed7cee54617ccf68297dd9668832ea042bb818348e1482a5dea4843e7c2fbc76493ee2ae2ae003735daa09238650ab6b7e47111ad63808a12c87b0b62cf
-DIST puppet-lint-2.0.0.gem 46080 SHA256 
90f2b3c84cd569aebd9b3f2709bd59c0b92e0357098fb882480d3e52e3a7df2a SHA512 
e4576e50f66fa1c4e5e0c23f9f764ba954aacddfb9f6b69c58e44911aa56fa019d7a0ca631afd523fcf1519dc3d377b376788a2b82afda5e568506423c8c25c8
 WHIRLPOOL 
df2e12eef7708e15c4f7649baab2481e386ee36df7400ebd3f295b59fd3fd32a1ecf4ba6c35da6ea83c05b288e4396c3de18c5c450119153e5005311f3a22753
 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

diff --git a/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild
deleted file mode 100644
index 5c672ff199..00
--- a/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-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 )"

diff --git a/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild
deleted file mode 100644
index 019ceaea09..00
--- a/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-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 )"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2017-02-14 Thread Hans de Graaff
commit: 03ff738d118bfa5f83066780728974e67e6731ee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 15 05:51:36 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb 15 05:51:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ff738d

app-admin/puppet-lint: add 2.1.1

Package-Manager: portage-2.3.3

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.1.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 70a460cb65..84158af53f 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,2 +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

diff --git a/app-admin/puppet-lint/puppet-lint-2.1.1.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.1.1.ebuild
new file mode 100644
index 00..96317fcca8
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 )"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2017-01-20 Thread Hans de Graaff
commit: 3828c66db18fc7ceae2c0c4396287de204e93046
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 21 07:02:49 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 21 07:02:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3828c66d

app-admin/puppet-lint: add 2.1.0

Drop x86 keyword due to a new test dependency on
dev-ruby/rspec-json_expectations, bug 606664.

Package-Manager: portage-2.3.0

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.1.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index a270d94..521b1fa 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,3 +1,4 @@
 DIST puppet-lint-1.1.0.gem 43520 SHA256 
739f566cd4f1e77b92c1191217fdb59ce12353f3ec2703f30933d2bba877b35b SHA512 
65b72ace2d5d9d22994ef9ed2ae2d544c4bf7d24a16b573e04b14668de69c56139949a936ed607045e5a6f11d0260a4d2773b2faab296e21f2e6b81e44f9be6a
 WHIRLPOOL 
5d94bed7cee54617ccf68297dd9668832ea042bb818348e1482a5dea4843e7c2fbc76493ee2ae2ae003735daa09238650ab6b7e47111ad63808a12c87b0b62cf
 DIST puppet-lint-2.0.0.gem 46080 SHA256 
90f2b3c84cd569aebd9b3f2709bd59c0b92e0357098fb882480d3e52e3a7df2a SHA512 
e4576e50f66fa1c4e5e0c23f9f764ba954aacddfb9f6b69c58e44911aa56fa019d7a0ca631afd523fcf1519dc3d377b376788a2b82afda5e568506423c8c25c8
 WHIRLPOOL 
df2e12eef7708e15c4f7649baab2481e386ee36df7400ebd3f295b59fd3fd32a1ecf4ba6c35da6ea83c05b288e4396c3de18c5c450119153e5005311f3a22753
 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

diff --git a/app-admin/puppet-lint/puppet-lint-2.1.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.1.0.ebuild
new file mode 100644
index ..252731d
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 )"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2016-12-05 Thread Michał Górny
commit: 3b36cf0bb98cc41c339a9b4f894811263011b44d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec  5 22:42:25 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  5 23:52:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b36cf0b

app-admin/puppet-lint: Add ruby23, tests pass

 app-admin/puppet-lint/puppet-lint-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild
index cc7f982..6c99e19 100644
--- a/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2016-11-03 Thread Michael Palimaka
commit: 1d54d20b5f87796ecb0ab11f8222e57050d12b1b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Nov  3 13:12:15 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Nov  3 14:39:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d54d20b

app-admin/puppet-lint: add x86 keyword

Package-Manager: portage-2.3.2

 app-admin/puppet-lint/puppet-lint-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild
index 019ceae..cc7f982 100644
--- a/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://puppet-lint.com/";
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 ruby_add_bdepend "test? (
dev-ruby/rspec-its:1



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2016-08-19 Thread Hans de Graaff
commit: bd3c9301adde094a71b9d50d009ff5f4f2e2c618
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 20 05:30:42 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 20 05:30:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd3c9301

app-admin/puppet-lint: add 2.0.2

Package-Manager: portage-2.2.28

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.0.2.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 24ef094..a270d94 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,2 +1,3 @@
 DIST puppet-lint-1.1.0.gem 43520 SHA256 
739f566cd4f1e77b92c1191217fdb59ce12353f3ec2703f30933d2bba877b35b SHA512 
65b72ace2d5d9d22994ef9ed2ae2d544c4bf7d24a16b573e04b14668de69c56139949a936ed607045e5a6f11d0260a4d2773b2faab296e21f2e6b81e44f9be6a
 WHIRLPOOL 
5d94bed7cee54617ccf68297dd9668832ea042bb818348e1482a5dea4843e7c2fbc76493ee2ae2ae003735daa09238650ab6b7e47111ad63808a12c87b0b62cf
 DIST puppet-lint-2.0.0.gem 46080 SHA256 
90f2b3c84cd569aebd9b3f2709bd59c0b92e0357098fb882480d3e52e3a7df2a SHA512 
e4576e50f66fa1c4e5e0c23f9f764ba954aacddfb9f6b69c58e44911aa56fa019d7a0ca631afd523fcf1519dc3d377b376788a2b82afda5e568506423c8c25c8
 WHIRLPOOL 
df2e12eef7708e15c4f7649baab2481e386ee36df7400ebd3f295b59fd3fd32a1ecf4ba6c35da6ea83c05b288e4396c3de18c5c450119153e5005311f3a22753
+DIST puppet-lint-2.0.2.gem 60928 SHA256 
d8d5336f14d9e484c33007c8527596154c2be8b5e7fb5a9f43f978298381f294 SHA512 
e3cdba2cb3c55b73489bdd9e8df24f225ff8134cebc1f2a05a7118905c59eab47e8998f5afc6294288f4a7e226029e17351812b918ee51b81be921e16c94f692
 WHIRLPOOL 
168c57cc2884e7a4304fa205cbd5fa4c566f0f159bd1d373d11d400ff75a00626885a18998b139793f4fbbe3602fb6ce4f0231ce42e118da8faa1d8f1bec4f13

diff --git a/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild
new file mode 100644
index 000..019ceae
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+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 )"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2016-07-23 Thread Hans de Graaff
commit: 3ee8c9e240b18a97cf9b801fb4363c9a31c6b76a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 23 17:43:25 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 23 19:09:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee8c9e2

app-admin/puppet-lint: add ruby22

Package-Manager: portage-2.2.28

 app-admin/puppet-lint/puppet-lint-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild
index 5c672ff..019ceae 100644
--- a/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2016-06-23 Thread Hans de Graaff
commit: 7015089cb33f5428dbc8dc0ddc63db0527cc1c0f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 23 05:04:59 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 24 04:26:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7015089c

app-admin/puppet-lint: add 2.0.0

Package-Manager: portage-2.2.28

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.0.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 6910d4c..ba95a68 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,2 +1,3 @@
 DIST puppet-lint-0.3.2.gem 32768 SHA256 
ac3051cf39e27fd8ea80a60cb6ca63451b36de3cc2aa0fc768eea8906774da0d SHA512 
87a85186f768b48d1043ce2ecc87fd3d3a2aa2ce9a52f91a3a35982310cb88241306eb5bf97f182a1af0928d2a2d6fc278e33dc94849a1f989007958c0c2e7b3
 WHIRLPOOL 
b38c83d84a496a8e5230250293000c796935d0618ee7e0a98db3b7fa752f16364b884f7a8c37fabb710ba047b5a653118f57de0676ac86eeea66e52f3d632b9a
 DIST puppet-lint-1.1.0.gem 43520 SHA256 
739f566cd4f1e77b92c1191217fdb59ce12353f3ec2703f30933d2bba877b35b SHA512 
65b72ace2d5d9d22994ef9ed2ae2d544c4bf7d24a16b573e04b14668de69c56139949a936ed607045e5a6f11d0260a4d2773b2faab296e21f2e6b81e44f9be6a
 WHIRLPOOL 
5d94bed7cee54617ccf68297dd9668832ea042bb818348e1482a5dea4843e7c2fbc76493ee2ae2ae003735daa09238650ab6b7e47111ad63808a12c87b0b62cf
+DIST puppet-lint-2.0.0.gem 46080 SHA256 
90f2b3c84cd569aebd9b3f2709bd59c0b92e0357098fb882480d3e52e3a7df2a SHA512 
e4576e50f66fa1c4e5e0c23f9f764ba954aacddfb9f6b69c58e44911aa56fa019d7a0ca631afd523fcf1519dc3d377b376788a2b82afda5e568506423c8c25c8
 WHIRLPOOL 
df2e12eef7708e15c4f7649baab2481e386ee36df7400ebd3f295b59fd3fd32a1ecf4ba6c35da6ea83c05b288e4396c3de18c5c450119153e5005311f3a22753

diff --git a/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild
new file mode 100644
index 000..5c672ff
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+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 )"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2016-06-23 Thread Hans de Graaff
commit: fa19a5ed1bf553ccba8fd2f8c6d4d5493750eb4f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 23 05:05:14 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 24 04:26:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa19a5ed

app-admin/puppet-lint: cleanup

Package-Manager: portage-2.2.28

 app-admin/puppet-lint/Manifest |  1 -
 app-admin/puppet-lint/puppet-lint-0.3.2.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index ba95a68..24ef094 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,3 +1,2 @@
-DIST puppet-lint-0.3.2.gem 32768 SHA256 
ac3051cf39e27fd8ea80a60cb6ca63451b36de3cc2aa0fc768eea8906774da0d SHA512 
87a85186f768b48d1043ce2ecc87fd3d3a2aa2ce9a52f91a3a35982310cb88241306eb5bf97f182a1af0928d2a2d6fc278e33dc94849a1f989007958c0c2e7b3
 WHIRLPOOL 
b38c83d84a496a8e5230250293000c796935d0618ee7e0a98db3b7fa752f16364b884f7a8c37fabb710ba047b5a653118f57de0676ac86eeea66e52f3d632b9a
 DIST puppet-lint-1.1.0.gem 43520 SHA256 
739f566cd4f1e77b92c1191217fdb59ce12353f3ec2703f30933d2bba877b35b SHA512 
65b72ace2d5d9d22994ef9ed2ae2d544c4bf7d24a16b573e04b14668de69c56139949a936ed607045e5a6f11d0260a4d2773b2faab296e21f2e6b81e44f9be6a
 WHIRLPOOL 
5d94bed7cee54617ccf68297dd9668832ea042bb818348e1482a5dea4843e7c2fbc76493ee2ae2ae003735daa09238650ab6b7e47111ad63808a12c87b0b62cf
 DIST puppet-lint-2.0.0.gem 46080 SHA256 
90f2b3c84cd569aebd9b3f2709bd59c0b92e0357098fb882480d3e52e3a7df2a SHA512 
e4576e50f66fa1c4e5e0c23f9f764ba954aacddfb9f6b69c58e44911aa56fa019d7a0ca631afd523fcf1519dc3d377b376788a2b82afda5e568506423c8c25c8
 WHIRLPOOL 
df2e12eef7708e15c4f7649baab2481e386ee36df7400ebd3f295b59fd3fd32a1ecf4ba6c35da6ea83c05b288e4396c3de18c5c450119153e5005311f3a22753

diff --git a/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild
deleted file mode 100644
index 737eab4..000
--- a/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_EXTRADOC="README*"
-RUBY_FAKEGEM_DOCDIR="html"
-
-inherit eutils ruby-fakegem
-
-DESCRIPTION="A linter for puppet DSL"
-HOMEPAGE="http://puppet-lint.com/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64"
-
-ruby_add_rdepend "dev-ruby/rake"



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/

2016-04-09 Thread Manuel Rüger
commit: d8fcfe95656b4d7286337d60b5b562f7a44f2a14
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:18:17 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:18:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8fcfe95

app-admin/puppet-lint: Remove ruby19

Package-Manager: portage-2.2.28

 app-admin/puppet-lint/puppet-lint-0.3.2.ebuild | 4 ++--
 app-admin/puppet-lint/puppet-lint-1.1.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild
index 20f1107..737eab4 100644
--- a/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="4"
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_EXTRADOC="README*"

diff --git a/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild
index 562e603..5c672ff 100644
--- a/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"