public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/rubocop-checkstyle_formatter/
@ 2015-03-11  9:28 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2015-03-11  9:28 UTC (permalink / raw
  To: gentoo-commits

commit:     a520e5c8db5f2aa6702ea9ae26f8316fc8785ecf
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Mar 11 09:28:29 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 09:28:29 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=a520e5c8

Initial import.

Package-Manager: portage-2.2.14

 dev-ruby/rubocop-checkstyle_formatter/ChangeLog    | 10 ++++++++++
 dev-ruby/rubocop-checkstyle_formatter/Manifest     |  1 +
 dev-ruby/rubocop-checkstyle_formatter/metadata.xml |  6 ++++++
 .../rubocop-checkstyle_formatter-0.1.1.ebuild      | 23 ++++++++++++++++++++++
 4 files changed, 40 insertions(+)

diff --git a/dev-ruby/rubocop-checkstyle_formatter/ChangeLog b/dev-ruby/rubocop-checkstyle_formatter/ChangeLog
new file mode 100644
index 0000000..5493fac
--- /dev/null
+++ b/dev-ruby/rubocop-checkstyle_formatter/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/rubocop-checkstyle_formatter
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*rubocop-checkstyle_formatter-0.1.1 (11 Mar 2015)
+
+  11 Mar 2015; Hans de Graaff <graaff@gentoo.org>
+  +rubocop-checkstyle_formatter-0.1.1.ebuild, +metadata.xml:
+  Initial import.
+

diff --git a/dev-ruby/rubocop-checkstyle_formatter/Manifest b/dev-ruby/rubocop-checkstyle_formatter/Manifest
new file mode 100644
index 0000000..a177911
--- /dev/null
+++ b/dev-ruby/rubocop-checkstyle_formatter/Manifest
@@ -0,0 +1 @@
+DIST rubocop-checkstyle_formatter-0.1.1.gem 8192 SHA256 d953c15ab2355f72fd33cb99673f292ff83aa34351e633e7f39f0ac1fd4d9e60 SHA512 1916737775b6b16cf3e44d80ca3357565c7625b9a8be754cdbce8a5503f1799ee86b1da7310e1e2a6c42749136fdeebfe2b0a0985cf46a8eedc3e64fb8a894a0 WHIRLPOOL a4efad5468458afaf89f8055cfff256f476a316d2a4a27c5924d158fb1d2933ca022fa25d112203b38424cb8195aae16e237bd5ddba81fcebc110115a9ad19bc

diff --git a/dev-ruby/rubocop-checkstyle_formatter/metadata.xml b/dev-ruby/rubocop-checkstyle_formatter/metadata.xml
new file mode 100644
index 0000000..9bf681c
--- /dev/null
+++ b/dev-ruby/rubocop-checkstyle_formatter/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd></herd>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>

diff --git a/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.1.1.ebuild b/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.1.1.ebuild
new file mode 100644
index 0000000..de82799
--- /dev/null
+++ b/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A formatter for rubocop that outputs in checkstyle format"
+HOMEPAGE="https://github.com/eitoball/rubocop-checkstyle_formatter"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rubocop-0.14.0"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/rubocop-checkstyle_formatter/
@ 2015-06-05  5:30 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2015-06-05  5:30 UTC (permalink / raw
  To: gentoo-commits

commit:     e746104b5b07016b3b33611b7abb839ea4d96aed
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jun  3 05:38:21 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jun  3 05:38:21 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=e746104b

Version bump.

Package-Manager: portage-2.2.18

 dev-ruby/rubocop-checkstyle_formatter/ChangeLog    |  6 ++++++
 dev-ruby/rubocop-checkstyle_formatter/Manifest     |  1 +
 .../rubocop-checkstyle_formatter-0.2.0.ebuild      | 23 ++++++++++++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/dev-ruby/rubocop-checkstyle_formatter/ChangeLog b/dev-ruby/rubocop-checkstyle_formatter/ChangeLog
index 5493fac..c77d1a1 100644
--- a/dev-ruby/rubocop-checkstyle_formatter/ChangeLog
+++ b/dev-ruby/rubocop-checkstyle_formatter/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*rubocop-checkstyle_formatter-0.2.0 (03 Jun 2015)
+
+  03 Jun 2015; Hans de Graaff <graaff@gentoo.org>
+  +rubocop-checkstyle_formatter-0.2.0.ebuild:
+  Version bump.
+
 *rubocop-checkstyle_formatter-0.1.1 (11 Mar 2015)
 
   11 Mar 2015; Hans de Graaff <graaff@gentoo.org>

diff --git a/dev-ruby/rubocop-checkstyle_formatter/Manifest b/dev-ruby/rubocop-checkstyle_formatter/Manifest
index a177911..8ce4958 100644
--- a/dev-ruby/rubocop-checkstyle_formatter/Manifest
+++ b/dev-ruby/rubocop-checkstyle_formatter/Manifest
@@ -1 +1,2 @@
 DIST rubocop-checkstyle_formatter-0.1.1.gem 8192 SHA256 d953c15ab2355f72fd33cb99673f292ff83aa34351e633e7f39f0ac1fd4d9e60 SHA512 1916737775b6b16cf3e44d80ca3357565c7625b9a8be754cdbce8a5503f1799ee86b1da7310e1e2a6c42749136fdeebfe2b0a0985cf46a8eedc3e64fb8a894a0 WHIRLPOOL a4efad5468458afaf89f8055cfff256f476a316d2a4a27c5924d158fb1d2933ca022fa25d112203b38424cb8195aae16e237bd5ddba81fcebc110115a9ad19bc
+DIST rubocop-checkstyle_formatter-0.2.0.gem 9216 SHA256 42ca51dfe7d3b58e02a4ab1a18b99622b96f2b313e65d1d1529b9fe9ba2f70c3 SHA512 f56ee683d4f8267f423c6c1408661dda1e5af03da7944f13bb4e588b753f619ce0efff9f656776c0c49162a99b3373bb41e255e7e8129b72b4fce15f1180173a WHIRLPOOL 4409585d353b8bc382d4fc258019279d79c84aa026dba08eabc6b6e18b9342ea447f9a509dd3b2a4096ac1e1cfd3a3ef76191ae2c1c45a0e86b3706512d130b3

diff --git a/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.2.0.ebuild b/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.2.0.ebuild
new file mode 100644
index 0000000..819ff83
--- /dev/null
+++ b/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A formatter for rubocop that outputs in checkstyle format"
+HOMEPAGE="https://github.com/eitoball/rubocop-checkstyle_formatter"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rubocop-0.20.1"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/rubocop-checkstyle_formatter/
@ 2016-02-19  6:31 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2016-02-19  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     84110a5fade08e5053a321dbcdcce6e418eaf26a
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Feb 19 06:30:22 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 06:30:22 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=84110a5f

dev-ruby/rubocop-checkstyle_formatter: add ruby22

Package-Manager: portage-2.2.26

 .../rubocop-checkstyle_formatter-0.2.0.ebuild                       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.2.0.ebuild b/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.2.0.ebuild
index 819ff83..5d7ac5b 100644
--- a/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.2.0.ebuild
+++ b/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header:  $
+# $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/rubocop-checkstyle_formatter/
@ 2016-02-19  6:31 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2016-02-19  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ad7c1f939b831b24432fcbf1123ad252a49b0fe7
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Feb 19 06:25:56 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 06:25:56 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=ad7c1f93

dev-ruby/rubocop-checkstyle_formatter: fix metadata

Package-Manager: portage-2.2.26

 dev-ruby/rubocop-checkstyle_formatter/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-ruby/rubocop-checkstyle_formatter/metadata.xml b/dev-ruby/rubocop-checkstyle_formatter/metadata.xml
index 9bf681c..f977299 100644
--- a/dev-ruby/rubocop-checkstyle_formatter/metadata.xml
+++ b/dev-ruby/rubocop-checkstyle_formatter/metadata.xml
@@ -1,6 +1,5 @@
 <?xml version = '1.0' encoding = 'UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd></herd>
 <maintainer><email>graaff@gentoo.org</email></maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/rubocop-checkstyle_formatter/
@ 2016-02-19  6:31 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2016-02-19  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     41ad53136aabdf3691f2ce2c58c44fc5d4346eb1
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Feb 19 06:29:08 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 06:29:08 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=41ad5313

dev-ruby/rubocop-checkstyle_formatter: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/rubocop-checkstyle_formatter/Manifest     |  1 -
 .../rubocop-checkstyle_formatter-0.1.1.ebuild      | 23 ----------------------
 2 files changed, 24 deletions(-)

diff --git a/dev-ruby/rubocop-checkstyle_formatter/Manifest b/dev-ruby/rubocop-checkstyle_formatter/Manifest
index 8ce4958..c0ecd57 100644
--- a/dev-ruby/rubocop-checkstyle_formatter/Manifest
+++ b/dev-ruby/rubocop-checkstyle_formatter/Manifest
@@ -1,2 +1 @@
-DIST rubocop-checkstyle_formatter-0.1.1.gem 8192 SHA256 d953c15ab2355f72fd33cb99673f292ff83aa34351e633e7f39f0ac1fd4d9e60 SHA512 1916737775b6b16cf3e44d80ca3357565c7625b9a8be754cdbce8a5503f1799ee86b1da7310e1e2a6c42749136fdeebfe2b0a0985cf46a8eedc3e64fb8a894a0 WHIRLPOOL a4efad5468458afaf89f8055cfff256f476a316d2a4a27c5924d158fb1d2933ca022fa25d112203b38424cb8195aae16e237bd5ddba81fcebc110115a9ad19bc
 DIST rubocop-checkstyle_formatter-0.2.0.gem 9216 SHA256 42ca51dfe7d3b58e02a4ab1a18b99622b96f2b313e65d1d1529b9fe9ba2f70c3 SHA512 f56ee683d4f8267f423c6c1408661dda1e5af03da7944f13bb4e588b753f619ce0efff9f656776c0c49162a99b3373bb41e255e7e8129b72b4fce15f1180173a WHIRLPOOL 4409585d353b8bc382d4fc258019279d79c84aa026dba08eabc6b6e18b9342ea447f9a509dd3b2a4096ac1e1cfd3a3ef76191ae2c1c45a0e86b3706512d130b3

diff --git a/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.1.1.ebuild b/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.1.1.ebuild
deleted file mode 100644
index de82799..0000000
--- a/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A formatter for rubocop that outputs in checkstyle format"
-HOMEPAGE="https://github.com/eitoball/rubocop-checkstyle_formatter"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rubocop-0.14.0"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/rubocop-checkstyle_formatter/
@ 2016-09-08  5:25 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2016-09-08  5:25 UTC (permalink / raw
  To: gentoo-commits

commit:     18dcecda2ff8acccc094d50d626a5d1403441539
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Sep  8 05:14:01 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 05:14:01 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=18dcecda

dev-ruby/rubocop-checkstyle_formatter: add 0.3.0

Package-Manager: portage-2.2.28

 dev-ruby/rubocop-checkstyle_formatter/Manifest     |  1 +
 .../rubocop-checkstyle_formatter-0.3.0.ebuild      | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-ruby/rubocop-checkstyle_formatter/Manifest b/dev-ruby/rubocop-checkstyle_formatter/Manifest
index c0ecd57..8c5e401 100644
--- a/dev-ruby/rubocop-checkstyle_formatter/Manifest
+++ b/dev-ruby/rubocop-checkstyle_formatter/Manifest
@@ -1 +1,2 @@
 DIST rubocop-checkstyle_formatter-0.2.0.gem 9216 SHA256 42ca51dfe7d3b58e02a4ab1a18b99622b96f2b313e65d1d1529b9fe9ba2f70c3 SHA512 f56ee683d4f8267f423c6c1408661dda1e5af03da7944f13bb4e588b753f619ce0efff9f656776c0c49162a99b3373bb41e255e7e8129b72b4fce15f1180173a WHIRLPOOL 4409585d353b8bc382d4fc258019279d79c84aa026dba08eabc6b6e18b9342ea447f9a509dd3b2a4096ac1e1cfd3a3ef76191ae2c1c45a0e86b3706512d130b3
+DIST rubocop-checkstyle_formatter-0.3.0.gem 9728 SHA256 a15d375a09e1d85a9b628460c6346bca1132157a3bc23f7e1869adbe6b3315de SHA512 81363ade3f7926b5ce0eef6bdd865de6c9f266244e046f95ecec94ba65f2bfa0ffc76d9a1ab339905231c72fd23ab322d960b1ec2372ebdaf5b5844d1a32b9f9 WHIRLPOOL 516724ef4edcc6e0be30911b8799074bf411836be92096ea40a78f5e3ff297878482f3b7dfec8eeda7fcf50086bd282988ac1eabe7318b6041439e7cc651b765

diff --git a/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.3.0.ebuild b/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.3.0.ebuild
new file mode 100644
index 0000000..b8fdeaa
--- /dev/null
+++ b/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.3.0.ebuild
@@ -0,0 +1,23 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A formatter for rubocop that outputs in checkstyle format"
+HOMEPAGE="https://github.com/eitoball/rubocop-checkstyle_formatter"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rubocop-0.30.1"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-08  5:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-08  5:25 [gentoo-commits] dev/graaff:master commit in: dev-ruby/rubocop-checkstyle_formatter/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2016-02-19  6:31 Hans de Graaff
2016-02-19  6:31 Hans de Graaff
2016-02-19  6:31 Hans de Graaff
2015-06-05  5:30 Hans de Graaff
2015-03-11  9:28 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