* [gentoo-commits] dev/graaff:master commit in: app-admin/puppet-lint/
@ 2011-11-04 15:26 Hans de Graaff
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2011-11-04 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 666ce3dbc9bd4977e086a79aadc3e755d95e66f3
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Nov 4 15:22:37 2011 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov 4 15:22:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=666ce3db
Initial import for testing.
(Portage version: 2.1.10.11/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
app-admin/puppet-lint/ChangeLog | 10 ++++++++
app-admin/puppet-lint/Manifest | 14 ++++++++++++
app-admin/puppet-lint/metadata.xml | 5 ++++
app-admin/puppet-lint/puppet-lint-0.1.7.ebuild | 28 ++++++++++++++++++++++++
4 files changed, 57 insertions(+), 0 deletions(-)
diff --git a/app-admin/puppet-lint/ChangeLog b/app-admin/puppet-lint/ChangeLog
new file mode 100644
index 0000000..1de5f30
--- /dev/null
+++ b/app-admin/puppet-lint/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-admin/puppet-lint
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*puppet-lint-0.1.7 (04 Nov 2011)
+
+ 04 Nov 2011; Hans de Graaff <graaff@gentoo.org> +puppet-lint-0.1.7.ebuild,
+ +metadata.xml:
+ Initial import for testing.
+
diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
new file mode 100644
index 0000000..e4d891a
--- /dev/null
+++ b/app-admin/puppet-lint/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST puppet-lint-0.1.7.gem 11776 RMD160 6ce8a85d7dec7dee78b46ecb588fda34f2ff7e33 SHA1 8c0357fb18744614757293339ffd46f7567cb074 SHA256 255016d077f52be90cf9ba1e1880ad3a8d1732491a574749ddcd64aabe348a2a
+EBUILD puppet-lint-0.1.7.ebuild 549 RMD160 4c959d4a8ce6e56c7c73ebfca0304ad4380fcbeb SHA1 423c9b4811dac4bf38ee0bf024474283d37553c7 SHA256 b99f03de19398baa15ef3766531abc28239b4b2954cb51378db71b1b772ee773
+MISC ChangeLog 281 RMD160 2b44f1775f54291199cb41a90fb3a815ef346123 SHA1 e48501d44559dad55993c2c5d1ec359ce19c026d SHA256 1a71b7774475a64db975eb55a54bf1345b69beb61575b57c8bd34c1478a0f59a
+MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk60Az0ACgkQiIP6VqMIqNf7nwD9HsUTLRMvT3nAbz29ZhF5TgFL
+Kb5n2x9IRo16YnOaneUA/R1ryEEPOOmzIYqoS0/+2C2SBg8sVkNsCv1lU7WujPke
+=ld8Q
+-----END PGP SIGNATURE-----
diff --git a/app-admin/puppet-lint/metadata.xml b/app-admin/puppet-lint/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/app-admin/puppet-lint/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/app-admin/puppet-lint/puppet-lint-0.1.7.ebuild b/app-admin/puppet-lint/puppet-lint-0.1.7.ebuild
new file mode 100644
index 0000000..1637a53
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-0.1.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Checks recommended Puppet style guidelines."
+HOMEPAGE="https://github.com/rodjek/puppet-lint/"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "app-admin/puppet"
+ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
+
+each_ruby_test() {
+ ${RUBY} -S rspec spec || die
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: app-admin/puppet-lint/
@ 2012-06-29 14:33 Hans de Graaff
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2012-06-29 14:33 UTC (permalink / raw
To: gentoo-commits
commit: cccf8e5ae076e325db1c1b0d5ad31cd08c7347e4
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Jun 9 08:17:59 2012 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 9 08:17:59 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=cccf8e5a
Version bump.
(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
app-admin/puppet-lint/ChangeLog | 7 +++++-
app-admin/puppet-lint/Manifest | 10 +++-----
app-admin/puppet-lint/puppet-lint-0.1.13.ebuild | 28 +++++++++++++++++++++++
3 files changed, 38 insertions(+), 7 deletions(-)
diff --git a/app-admin/puppet-lint/ChangeLog b/app-admin/puppet-lint/ChangeLog
index 1de5f30..30357b4 100644
--- a/app-admin/puppet-lint/ChangeLog
+++ b/app-admin/puppet-lint/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for app-admin/puppet-lint
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*puppet-lint-0.1.13 (09 Jun 2012)
+
+ 09 Jun 2012; Hans de Graaff <graaff@gentoo.org> +puppet-lint-0.1.13.ebuild:
+ Version bump.
+
*puppet-lint-0.1.7 (04 Nov 2011)
04 Nov 2011; Hans de Graaff <graaff@gentoo.org> +puppet-lint-0.1.7.ebuild,
diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index e4d891a..93d84c6 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,14 +1,12 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
+DIST puppet-lint-0.1.13.gem 18432 RMD160 5630bed76f212f7fca94805f1a5409ee09f35dcb SHA1 d26f85934e1aa444744030f43f2f191713c3cb5e SHA256 3d8e8e4f252d25c05de5d32475d69c2a47de242cde00791062183127c88df4d8
DIST puppet-lint-0.1.7.gem 11776 RMD160 6ce8a85d7dec7dee78b46ecb588fda34f2ff7e33 SHA1 8c0357fb18744614757293339ffd46f7567cb074 SHA256 255016d077f52be90cf9ba1e1880ad3a8d1732491a574749ddcd64aabe348a2a
-EBUILD puppet-lint-0.1.7.ebuild 549 RMD160 4c959d4a8ce6e56c7c73ebfca0304ad4380fcbeb SHA1 423c9b4811dac4bf38ee0bf024474283d37553c7 SHA256 b99f03de19398baa15ef3766531abc28239b4b2954cb51378db71b1b772ee773
-MISC ChangeLog 281 RMD160 2b44f1775f54291199cb41a90fb3a815ef346123 SHA1 e48501d44559dad55993c2c5d1ec359ce19c026d SHA256 1a71b7774475a64db975eb55a54bf1345b69beb61575b57c8bd34c1478a0f59a
-MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iF4EAREIAAYFAk60Az0ACgkQiIP6VqMIqNf7nwD9HsUTLRMvT3nAbz29ZhF5TgFL
-Kb5n2x9IRo16YnOaneUA/R1ryEEPOOmzIYqoS0/+2C2SBg8sVkNsCv1lU7WujPke
-=ld8Q
+iF4EAREIAAYFAk/TBrcACgkQiIP6VqMIqNeYxQD+JgxxVzB4Wrr+oIs+DLTA2sqB
+GjTEly4JLWnboX6aRZ0A/3+bcFo1UuAdUV/OuqaMtFi7EJCjlgqBQc8qJPS9PY8m
+=0IYu
-----END PGP SIGNATURE-----
diff --git a/app-admin/puppet-lint/puppet-lint-0.1.13.ebuild b/app-admin/puppet-lint/puppet-lint-0.1.13.ebuild
new file mode 100644
index 0000000..6ef7560
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-0.1.13.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Checks recommended Puppet style guidelines."
+HOMEPAGE="https://github.com/rodjek/puppet-lint/"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "app-admin/puppet"
+ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
+
+each_ruby_test() {
+ ${RUBY} -S rspec spec || die
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: app-admin/puppet-lint/
@ 2012-09-24 8:56 Hans de Graaff
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2012-09-24 8:56 UTC (permalink / raw
To: gentoo-commits
commit: 865df974d6222295182385ade5a099aabbbf77be
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Sep 24 08:56:13 2012 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Sep 24 08:56:13 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=865df974
Version bump.
(Portage version: 2.1.11.9/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
app-admin/puppet-lint/ChangeLog | 5 ++++
app-admin/puppet-lint/Manifest | 13 ++++++-----
app-admin/puppet-lint/puppet-lint-0.2.1.ebuild | 28 ++++++++++++++++++++++++
3 files changed, 40 insertions(+), 6 deletions(-)
diff --git a/app-admin/puppet-lint/ChangeLog b/app-admin/puppet-lint/ChangeLog
index 30357b4..b35262c 100644
--- a/app-admin/puppet-lint/ChangeLog
+++ b/app-admin/puppet-lint/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*puppet-lint-0.2.1 (24 Sep 2012)
+
+ 24 Sep 2012; Hans de Graaff <graaff@gentoo.org> +puppet-lint-0.2.1.ebuild:
+ Version bump.
+
*puppet-lint-0.1.13 (09 Jun 2012)
09 Jun 2012; Hans de Graaff <graaff@gentoo.org> +puppet-lint-0.1.13.ebuild:
diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 93d84c6..15081c1 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,12 +1,13 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
-DIST puppet-lint-0.1.13.gem 18432 RMD160 5630bed76f212f7fca94805f1a5409ee09f35dcb SHA1 d26f85934e1aa444744030f43f2f191713c3cb5e SHA256 3d8e8e4f252d25c05de5d32475d69c2a47de242cde00791062183127c88df4d8
-DIST puppet-lint-0.1.7.gem 11776 RMD160 6ce8a85d7dec7dee78b46ecb588fda34f2ff7e33 SHA1 8c0357fb18744614757293339ffd46f7567cb074 SHA256 255016d077f52be90cf9ba1e1880ad3a8d1732491a574749ddcd64aabe348a2a
+DIST puppet-lint-0.1.13.gem 18432 SHA256 3d8e8e4f252d25c05de5d32475d69c2a47de242cde00791062183127c88df4d8 SHA512 02c215252864b6265cdbb42f3b4ae745cda828380b42bd81fc4b9a69b86b0908c409ee017d4d92406a693f505100da12d0a9f66e88c39fdad2177d80e1949e3f WHIRLPOOL 25d20e3d454d0e5532feecf900bb30f5c81050d6245f1fd6e8cbe77a883530d74eea7b2c467be9700628842e365fa16e2ed2e2d035da74da4b98017abed23d55
+DIST puppet-lint-0.1.7.gem 11776 SHA256 255016d077f52be90cf9ba1e1880ad3a8d1732491a574749ddcd64aabe348a2a SHA512 247b67b462c093dd63d65b4f2fed8db79b8217266dbe16d6fa809f85f55bc002ba77de2f1b1ca7ca2608648a255804a087ae2e8e3452c3ca491e5cd6cde24ecf WHIRLPOOL a9b04b964724998ce1daaa8433f20776ad36df32cd752f43e16056968d76e45cee6bda057d7bef2e5cccbd56273d053e51cb3144abfeddbc9116b51db77af874
+DIST puppet-lint-0.2.1.gem 31232 SHA256 99288b6541b96e2c47616fda3a30cc2ae8815f12ee9becc3fc4aadf30e2859df SHA512 79ce0ec4df74c17400fe8e4e8e8de1aef3d227f7a9e06054ad2d8fd1fac4fe68c711f9e1f8e637d5c79affdc96c441af02685ecc67d41c0e928d36523c70dcc2 WHIRLPOOL e9ed013e14817d7d1abba05b0900915a683dfb66b25da64b37b7ff2e1778a9bf706f57d8c68c31e3bfdd4d144f98c38d11ead5fb2e27308806adc7b680c22ba2
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
+Version: GnuPG v2.0.19 (GNU/Linux)
-iF4EAREIAAYFAk/TBrcACgkQiIP6VqMIqNeYxQD+JgxxVzB4Wrr+oIs+DLTA2sqB
-GjTEly4JLWnboX6aRZ0A/3+bcFo1UuAdUV/OuqaMtFi7EJCjlgqBQc8qJPS9PY8m
-=0IYu
+iF4EAREIAAYFAlBgIC0ACgkQiIP6VqMIqNfMbAD+ImFJfVAgMUAoguaCw/Uje7/I
+ZhU4YcBbPy6wvRSfzZoA+wcmjTCjgFQShEKT4adKeJysJM9RYdf/5txMbdWbTU/N
+=5P+X
-----END PGP SIGNATURE-----
diff --git a/app-admin/puppet-lint/puppet-lint-0.2.1.ebuild b/app-admin/puppet-lint/puppet-lint-0.2.1.ebuild
new file mode 100644
index 0000000..224deb1
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-0.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Checks recommended Puppet style guidelines."
+HOMEPAGE="https://github.com/rodjek/puppet-lint/"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "app-admin/puppet"
+ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
+
+each_ruby_test() {
+ ${RUBY} -S rspec spec || die
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: app-admin/puppet-lint/
@ 2012-11-02 9:18 Hans de Graaff
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2012-11-02 9:18 UTC (permalink / raw
To: gentoo-commits
commit: 38ba6f126647d77fbdb83282908cbf37a390c2f0
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Oct 23 15:23:08 2012 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 15:23:08 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=38ba6f12
Drop ruby19 for now since in-tree puppet is not ready yet.
(Portage version: 2.1.11.9/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
app-admin/puppet-lint/ChangeLog | 3 +++
app-admin/puppet-lint/puppet-lint-0.2.1.ebuild | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/app-admin/puppet-lint/ChangeLog b/app-admin/puppet-lint/ChangeLog
index b35262c..f1b8fe0 100644
--- a/app-admin/puppet-lint/ChangeLog
+++ b/app-admin/puppet-lint/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 23 Oct 2012; Hans de Graaff <graaff@gentoo.org> puppet-lint-0.2.1.ebuild:
+ Drop ruby19 for now since in-tree puppet is not ready yet.
+
*puppet-lint-0.2.1 (24 Sep 2012)
24 Sep 2012; Hans de Graaff <graaff@gentoo.org> +puppet-lint-0.2.1.ebuild:
diff --git a/app-admin/puppet-lint/puppet-lint-0.2.1.ebuild b/app-admin/puppet-lint/puppet-lint-0.2.1.ebuild
index 224deb1..6ef7560 100644
--- a/app-admin/puppet-lint/puppet-lint-0.2.1.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-0.2.1.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=4
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18"
RUBY_FAKEGEM_EXTRADOC="README.md"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: app-admin/puppet-lint/
@ 2012-11-07 12:59 Hans de Graaff
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2012-11-07 12:59 UTC (permalink / raw
To: gentoo-commits
commit: 6a1345792b1e969e017b1ead55098b9e74a583b6
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Nov 6 17:08:20 2012 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Nov 6 17:08:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=6a134579
Remove puppet-lint now that it is in the gentoo tree.
---
app-admin/puppet-lint/ChangeLog | 23 ------------------
app-admin/puppet-lint/Manifest | 13 ----------
app-admin/puppet-lint/metadata.xml | 5 ----
app-admin/puppet-lint/puppet-lint-0.1.13.ebuild | 28 -----------------------
app-admin/puppet-lint/puppet-lint-0.1.7.ebuild | 28 -----------------------
app-admin/puppet-lint/puppet-lint-0.2.1.ebuild | 28 -----------------------
6 files changed, 0 insertions(+), 125 deletions(-)
diff --git a/app-admin/puppet-lint/ChangeLog b/app-admin/puppet-lint/ChangeLog
deleted file mode 100644
index f1b8fe0..0000000
--- a/app-admin/puppet-lint/ChangeLog
+++ /dev/null
@@ -1,23 +0,0 @@
-# ChangeLog for app-admin/puppet-lint
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 23 Oct 2012; Hans de Graaff <graaff@gentoo.org> puppet-lint-0.2.1.ebuild:
- Drop ruby19 for now since in-tree puppet is not ready yet.
-
-*puppet-lint-0.2.1 (24 Sep 2012)
-
- 24 Sep 2012; Hans de Graaff <graaff@gentoo.org> +puppet-lint-0.2.1.ebuild:
- Version bump.
-
-*puppet-lint-0.1.13 (09 Jun 2012)
-
- 09 Jun 2012; Hans de Graaff <graaff@gentoo.org> +puppet-lint-0.1.13.ebuild:
- Version bump.
-
-*puppet-lint-0.1.7 (04 Nov 2011)
-
- 04 Nov 2011; Hans de Graaff <graaff@gentoo.org> +puppet-lint-0.1.7.ebuild,
- +metadata.xml:
- Initial import for testing.
-
diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
deleted file mode 100644
index 15081c1..0000000
--- a/app-admin/puppet-lint/Manifest
+++ /dev/null
@@ -1,13 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST puppet-lint-0.1.13.gem 18432 SHA256 3d8e8e4f252d25c05de5d32475d69c2a47de242cde00791062183127c88df4d8 SHA512 02c215252864b6265cdbb42f3b4ae745cda828380b42bd81fc4b9a69b86b0908c409ee017d4d92406a693f505100da12d0a9f66e88c39fdad2177d80e1949e3f WHIRLPOOL 25d20e3d454d0e5532feecf900bb30f5c81050d6245f1fd6e8cbe77a883530d74eea7b2c467be9700628842e365fa16e2ed2e2d035da74da4b98017abed23d55
-DIST puppet-lint-0.1.7.gem 11776 SHA256 255016d077f52be90cf9ba1e1880ad3a8d1732491a574749ddcd64aabe348a2a SHA512 247b67b462c093dd63d65b4f2fed8db79b8217266dbe16d6fa809f85f55bc002ba77de2f1b1ca7ca2608648a255804a087ae2e8e3452c3ca491e5cd6cde24ecf WHIRLPOOL a9b04b964724998ce1daaa8433f20776ad36df32cd752f43e16056968d76e45cee6bda057d7bef2e5cccbd56273d053e51cb3144abfeddbc9116b51db77af874
-DIST puppet-lint-0.2.1.gem 31232 SHA256 99288b6541b96e2c47616fda3a30cc2ae8815f12ee9becc3fc4aadf30e2859df SHA512 79ce0ec4df74c17400fe8e4e8e8de1aef3d227f7a9e06054ad2d8fd1fac4fe68c711f9e1f8e637d5c79affdc96c441af02685ecc67d41c0e928d36523c70dcc2 WHIRLPOOL e9ed013e14817d7d1abba05b0900915a683dfb66b25da64b37b7ff2e1778a9bf706f57d8c68c31e3bfdd4d144f98c38d11ead5fb2e27308806adc7b680c22ba2
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iF4EAREIAAYFAlBgIC0ACgkQiIP6VqMIqNfMbAD+ImFJfVAgMUAoguaCw/Uje7/I
-ZhU4YcBbPy6wvRSfzZoA+wcmjTCjgFQShEKT4adKeJysJM9RYdf/5txMbdWbTU/N
-=5P+X
------END PGP SIGNATURE-----
diff --git a/app-admin/puppet-lint/metadata.xml b/app-admin/puppet-lint/metadata.xml
deleted file mode 100644
index f977299..0000000
--- a/app-admin/puppet-lint/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version = '1.0' encoding = 'UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>graaff@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/app-admin/puppet-lint/puppet-lint-0.1.13.ebuild b/app-admin/puppet-lint/puppet-lint-0.1.13.ebuild
deleted file mode 100644
index 6ef7560..0000000
--- a/app-admin/puppet-lint/puppet-lint-0.1.13.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Checks recommended Puppet style guidelines."
-HOMEPAGE="https://github.com/rodjek/puppet-lint/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "app-admin/puppet"
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
-
-each_ruby_test() {
- ${RUBY} -S rspec spec || die
-}
diff --git a/app-admin/puppet-lint/puppet-lint-0.1.7.ebuild b/app-admin/puppet-lint/puppet-lint-0.1.7.ebuild
deleted file mode 100644
index 1637a53..0000000
--- a/app-admin/puppet-lint/puppet-lint-0.1.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Checks recommended Puppet style guidelines."
-HOMEPAGE="https://github.com/rodjek/puppet-lint/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "app-admin/puppet"
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
-
-each_ruby_test() {
- ${RUBY} -S rspec spec || die
-}
diff --git a/app-admin/puppet-lint/puppet-lint-0.2.1.ebuild b/app-admin/puppet-lint/puppet-lint-0.2.1.ebuild
deleted file mode 100644
index 6ef7560..0000000
--- a/app-admin/puppet-lint/puppet-lint-0.2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Checks recommended Puppet style guidelines."
-HOMEPAGE="https://github.com/rodjek/puppet-lint/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "app-admin/puppet"
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
-
-each_ruby_test() {
- ${RUBY} -S rspec spec || die
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-11-07 12:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-07 12:59 [gentoo-commits] dev/graaff:master commit in: app-admin/puppet-lint/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2012-11-02 9:18 Hans de Graaff
2012-09-24 8:56 Hans de Graaff
2012-06-29 14:33 Hans de Graaff
2011-11-04 15:26 Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox