[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2023-12-28 Thread Hans de Graaff
commit: b61000ce1abca05b4a9e4729219e13ce089c386f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 06:54:18 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:18:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61000ce

dev-ruby/flog: drop 4.6.6, 4.7.0

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

 dev-ruby/flog/Manifest  |  2 --
 dev-ruby/flog/flog-4.6.6.ebuild | 28 
 dev-ruby/flog/flog-4.7.0.ebuild | 28 
 3 files changed, 58 deletions(-)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 771412679964..2b6b526378cf 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,3 +1 @@
-DIST flog-4.6.6.gem 26624 BLAKE2B 
7643813d436ca516d60bbde6cefb18d561a1ffd6fde3586a7104450a96b6d363dc6b794620b41e8ffeffd831e252cf15d681b2fdf41acb3b3c0d0cb5b4e95c25
 SHA512 
0689f85de19eee0d992e094f43b74f2eaf08696cfdaab849760e5f017b83bd0acb538bd0a6d6289538ac5b7f888069e12507eb6139fa35532a310122c4412c64
-DIST flog-4.7.0.gem 27136 BLAKE2B 
da3fa3d443b5652259080c7d1a6f2e14b63234eaa0d22892a08c4e9cb1e31acd6e25c23907bee602df11abf3a754707b823aeb1a2babbaacb8ed2b628eef40b2
 SHA512 
4e4c10971ec1207ee0b83ecafc0159634c4929b9c5c169fe8c192ab7301b947c1e36320ebce710b8db2f7800596680622734514bd6722a2832e6f1076f30d48e
 DIST flog-4.8.0.gem 27136 BLAKE2B 
8d7da0df6435e2320f2ea78f405a57d0f3867ad12b42891bff2a0012c489d3b7b426fa6d9dfc7bbe81586d6766c00b66e0de20593b157f200180c304f562b230
 SHA512 
fedc774a62cc0550ce7b12e36fe1633813fce6d6f1efd9077ecddb465245ce9b22ac3e942370f36030107e038311fea382bbccef6ba006f013d828b4a7e1a68c

diff --git a/dev-ruby/flog/flog-4.6.6.ebuild b/dev-ruby/flog/flog-4.6.6.ebuild
deleted file mode 100644
index 25596596f34b..
--- a/dev-ruby/flog/flog-4.6.6.ebuild
+++ /dev/null
@@ -1,28 +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_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="https://ruby.sadi.st/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-ruby_add_rdepend "
-   dev-ruby/path_expander:1
-   >dev-ruby/ruby_parser-3.1.0:3
-   >=dev-ruby/sexp_processor-4.8:4"
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_flog.rb || die
-}

diff --git a/dev-ruby/flog/flog-4.7.0.ebuild b/dev-ruby/flog/flog-4.7.0.ebuild
deleted file mode 100644
index c39d289b9277..
--- a/dev-ruby/flog/flog-4.7.0.ebuild
+++ /dev/null
@@ -1,28 +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_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="https://ruby.sadi.st/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-ruby_add_rdepend "
-   dev-ruby/path_expander:1
-   >dev-ruby/ruby_parser-3.1.0:3
-   >=dev-ruby/sexp_processor-4.8:4"
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_flog.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2023-12-28 Thread Hans de Graaff
commit: 8d21719ec7fd36e090ef4712e20c6a2d9bcdd567
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 06:53:46 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:18:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d21719e

dev-ruby/flog: enable ruby33

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

 dev-ruby/flog/flog-4.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/flog/flog-4.8.0.ebuild b/dev-ruby/flog/flog-4.8.0.ebuild
index cd806a4de441..26982ce10d00 100644
--- a/dev-ruby/flog/flog-4.8.0.ebuild
+++ b/dev-ruby/flog/flog-4.8.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2023-09-28 Thread Hans de Graaff
commit: 3009f76fc537ddd77ad929350ad4617ee1ac0355
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 29 05:53:20 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 29 05:53:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3009f76f

dev-ruby/flog: add 4.8.0

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

 dev-ruby/flog/Manifest  |  1 +
 dev-ruby/flog/flog-4.8.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 2a08979cadf8..771412679964 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,2 +1,3 @@
 DIST flog-4.6.6.gem 26624 BLAKE2B 
7643813d436ca516d60bbde6cefb18d561a1ffd6fde3586a7104450a96b6d363dc6b794620b41e8ffeffd831e252cf15d681b2fdf41acb3b3c0d0cb5b4e95c25
 SHA512 
0689f85de19eee0d992e094f43b74f2eaf08696cfdaab849760e5f017b83bd0acb538bd0a6d6289538ac5b7f888069e12507eb6139fa35532a310122c4412c64
 DIST flog-4.7.0.gem 27136 BLAKE2B 
da3fa3d443b5652259080c7d1a6f2e14b63234eaa0d22892a08c4e9cb1e31acd6e25c23907bee602df11abf3a754707b823aeb1a2babbaacb8ed2b628eef40b2
 SHA512 
4e4c10971ec1207ee0b83ecafc0159634c4929b9c5c169fe8c192ab7301b947c1e36320ebce710b8db2f7800596680622734514bd6722a2832e6f1076f30d48e
+DIST flog-4.8.0.gem 27136 BLAKE2B 
8d7da0df6435e2320f2ea78f405a57d0f3867ad12b42891bff2a0012c489d3b7b426fa6d9dfc7bbe81586d6766c00b66e0de20593b157f200180c304f562b230
 SHA512 
fedc774a62cc0550ce7b12e36fe1633813fce6d6f1efd9077ecddb465245ce9b22ac3e942370f36030107e038311fea382bbccef6ba006f013d828b4a7e1a68c

diff --git a/dev-ruby/flog/flog-4.8.0.ebuild b/dev-ruby/flog/flog-4.8.0.ebuild
new file mode 100644
index ..cd806a4de441
--- /dev/null
+++ b/dev-ruby/flog/flog-4.8.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
+HOMEPAGE="https://ruby.sadi.st/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend "
+   dev-ruby/path_expander:1
+   >dev-ruby/ruby_parser-3.1.0:3
+   >=dev-ruby/sexp_processor-4.8:4"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_flog.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2023-07-18 Thread Hans de Graaff
commit: 363b5e831c159d3c0774aaac8adf46000eb99416
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 19 05:05:43 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 19 05:05:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363b5e83

dev-ruby/flog: add 4.7.0

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

 dev-ruby/flog/Manifest  |  1 +
 dev-ruby/flog/flog-4.7.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index ac87a44f3923..2a08979cadf8 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1 +1,2 @@
 DIST flog-4.6.6.gem 26624 BLAKE2B 
7643813d436ca516d60bbde6cefb18d561a1ffd6fde3586a7104450a96b6d363dc6b794620b41e8ffeffd831e252cf15d681b2fdf41acb3b3c0d0cb5b4e95c25
 SHA512 
0689f85de19eee0d992e094f43b74f2eaf08696cfdaab849760e5f017b83bd0acb538bd0a6d6289538ac5b7f888069e12507eb6139fa35532a310122c4412c64
+DIST flog-4.7.0.gem 27136 BLAKE2B 
da3fa3d443b5652259080c7d1a6f2e14b63234eaa0d22892a08c4e9cb1e31acd6e25c23907bee602df11abf3a754707b823aeb1a2babbaacb8ed2b628eef40b2
 SHA512 
4e4c10971ec1207ee0b83ecafc0159634c4929b9c5c169fe8c192ab7301b947c1e36320ebce710b8db2f7800596680622734514bd6722a2832e6f1076f30d48e

diff --git a/dev-ruby/flog/flog-4.7.0.ebuild b/dev-ruby/flog/flog-4.7.0.ebuild
new file mode 100644
index ..c39d289b9277
--- /dev/null
+++ b/dev-ruby/flog/flog-4.7.0.ebuild
@@ -0,0 +1,28 @@
+# 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_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
+HOMEPAGE="https://ruby.sadi.st/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend "
+   dev-ruby/path_expander:1
+   >dev-ruby/ruby_parser-3.1.0:3
+   >=dev-ruby/sexp_processor-4.8:4"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_flog.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2023-03-27 Thread Sam James
commit: 5d21a0c7c7fb202c283770e4391b3d34cfca4a85
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 27 09:00:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 27 09:14:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d21a0c7

dev-ruby/flog: enable ruby32

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

 dev-ruby/flog/flog-4.6.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/flog/flog-4.6.6.ebuild b/dev-ruby/flog/flog-4.6.6.ebuild
index 04908b840baa..25596596f34b 100644
--- a/dev-ruby/flog/flog-4.6.6.ebuild
+++ b/dev-ruby/flog/flog-4.6.6.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="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2022-12-12 Thread Hans de Graaff
commit: 711c02c99a02335801e3bf2afc943b269220d3af
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 13 07:04:57 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 13 07:04:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711c02c9

dev-ruby/flog: enable ruby31 and disable ruby26

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

 dev-ruby/flog/flog-4.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/flog/flog-4.6.6.ebuild b/dev-ruby/flog/flog-4.6.6.ebuild
index b2b88b559e64..04908b840baa 100644
--- a/dev-ruby/flog/flog-4.6.6.ebuild
+++ b/dev-ruby/flog/flog-4.6.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2022-12-06 Thread Hans de Graaff
commit: 3ab0e38fca1e4b860319aaf2e843aa67218d5af2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  6 07:00:28 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  7 06:44:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab0e38f

dev-ruby/flog: drop 4.6.4

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

 dev-ruby/flog/Manifest  |  1 -
 dev-ruby/flog/flog-4.6.4.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 614fcc112b25..0516585f24b2 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,3 +1,2 @@
-DIST flog-4.6.4.gem 26624 BLAKE2B 
27090f9a47619b63c8c34e0d6992c1d0ff29193a7de3af839d72d5754c2b149f38c1c1e3caec981170c408123bc38e3fc3e38e87fb9a83818e1cb356d31070c3
 SHA512 
495601bfc560c2d18973234c41706aa07b76ea95bc3803f93fb16b42ae071b65fc9a1c36e8d4a9bfaf3c88a1167ab714f4bbc7a982b9e606aa799f8480a23f4d
 DIST flog-4.6.5.gem 26624 BLAKE2B 
c1cf4377be7a2b9856e4f370b6a559ac1ebac6aba7da28bd6a27bb84fe8df613680cb7c96e3d30e42d30011b97309c60e7f4bec2c322bcc3b2ed8ad5f93172a1
 SHA512 
81eaf3871f6111b442fb82371720709073f00a17044885e85498e7f943e1c9f8b5345ae8ff06a56ff68db8919ee0e696284bf017b1e1e66d76419306bed90866
 DIST flog-4.6.6.gem 26624 BLAKE2B 
7643813d436ca516d60bbde6cefb18d561a1ffd6fde3586a7104450a96b6d363dc6b794620b41e8ffeffd831e252cf15d681b2fdf41acb3b3c0d0cb5b4e95c25
 SHA512 
0689f85de19eee0d992e094f43b74f2eaf08696cfdaab849760e5f017b83bd0acb538bd0a6d6289538ac5b7f888069e12507eb6139fa35532a310122c4412c64

diff --git a/dev-ruby/flog/flog-4.6.4.ebuild b/dev-ruby/flog/flog-4.6.4.ebuild
deleted file mode 100644
index 3d36c1b55794..
--- a/dev-ruby/flog/flog-4.6.4.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="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="https://ruby.sadi.st/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-ruby_add_rdepend "
-   dev-ruby/path_expander:1
-   >dev-ruby/ruby_parser-3.1.0:3
-   >=dev-ruby/sexp_processor-4.8:4"
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_flog.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2022-07-04 Thread Hans de Graaff
commit: 1dd8bae0d16913b52f967d65da3d98677a715565
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  5 05:12:46 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  5 05:15:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd8bae0

dev-ruby/flog: add 4.6.6

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

 dev-ruby/flog/Manifest  |  1 +
 dev-ruby/flog/flog-4.6.6.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 698f560d180c..614fcc112b25 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,2 +1,3 @@
 DIST flog-4.6.4.gem 26624 BLAKE2B 
27090f9a47619b63c8c34e0d6992c1d0ff29193a7de3af839d72d5754c2b149f38c1c1e3caec981170c408123bc38e3fc3e38e87fb9a83818e1cb356d31070c3
 SHA512 
495601bfc560c2d18973234c41706aa07b76ea95bc3803f93fb16b42ae071b65fc9a1c36e8d4a9bfaf3c88a1167ab714f4bbc7a982b9e606aa799f8480a23f4d
 DIST flog-4.6.5.gem 26624 BLAKE2B 
c1cf4377be7a2b9856e4f370b6a559ac1ebac6aba7da28bd6a27bb84fe8df613680cb7c96e3d30e42d30011b97309c60e7f4bec2c322bcc3b2ed8ad5f93172a1
 SHA512 
81eaf3871f6111b442fb82371720709073f00a17044885e85498e7f943e1c9f8b5345ae8ff06a56ff68db8919ee0e696284bf017b1e1e66d76419306bed90866
+DIST flog-4.6.6.gem 26624 BLAKE2B 
7643813d436ca516d60bbde6cefb18d561a1ffd6fde3586a7104450a96b6d363dc6b794620b41e8ffeffd831e252cf15d681b2fdf41acb3b3c0d0cb5b4e95c25
 SHA512 
0689f85de19eee0d992e094f43b74f2eaf08696cfdaab849760e5f017b83bd0acb538bd0a6d6289538ac5b7f888069e12507eb6139fa35532a310122c4412c64

diff --git a/dev-ruby/flog/flog-4.6.6.ebuild b/dev-ruby/flog/flog-4.6.6.ebuild
new file mode 100644
index ..b2b88b559e64
--- /dev/null
+++ b/dev-ruby/flog/flog-4.6.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
+HOMEPAGE="https://ruby.sadi.st/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend "
+   dev-ruby/path_expander:1
+   >dev-ruby/ruby_parser-3.1.0:3
+   >=dev-ruby/sexp_processor-4.8:4"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_flog.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2022-04-09 Thread Hans de Graaff
commit: 62bbfc14bc6bce663a933b5d3843e09d78dd85c8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 10 04:46:30 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 10 04:46:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62bbfc14

dev-ruby/flog: add 4.6.5

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

 dev-ruby/flog/Manifest  |  1 +
 dev-ruby/flog/flog-4.6.5.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 60d33583b887..698f560d180c 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1 +1,2 @@
 DIST flog-4.6.4.gem 26624 BLAKE2B 
27090f9a47619b63c8c34e0d6992c1d0ff29193a7de3af839d72d5754c2b149f38c1c1e3caec981170c408123bc38e3fc3e38e87fb9a83818e1cb356d31070c3
 SHA512 
495601bfc560c2d18973234c41706aa07b76ea95bc3803f93fb16b42ae071b65fc9a1c36e8d4a9bfaf3c88a1167ab714f4bbc7a982b9e606aa799f8480a23f4d
+DIST flog-4.6.5.gem 26624 BLAKE2B 
c1cf4377be7a2b9856e4f370b6a559ac1ebac6aba7da28bd6a27bb84fe8df613680cb7c96e3d30e42d30011b97309c60e7f4bec2c322bcc3b2ed8ad5f93172a1
 SHA512 
81eaf3871f6111b442fb82371720709073f00a17044885e85498e7f943e1c9f8b5345ae8ff06a56ff68db8919ee0e696284bf017b1e1e66d76419306bed90866

diff --git a/dev-ruby/flog/flog-4.6.5.ebuild b/dev-ruby/flog/flog-4.6.5.ebuild
new file mode 100644
index ..b2b88b559e64
--- /dev/null
+++ b/dev-ruby/flog/flog-4.6.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
+HOMEPAGE="https://ruby.sadi.st/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend "
+   dev-ruby/path_expander:1
+   >dev-ruby/ruby_parser-3.1.0:3
+   >=dev-ruby/sexp_processor-4.8:4"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_flog.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2021-07-07 Thread Hans de Graaff
commit: b4259d592f475a5d1d923a130b035e453b4c1ea0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul  7 08:49:23 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul  7 17:37:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4259d59

dev-ruby/flog: add ruby27

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

 dev-ruby/flog/flog-4.6.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/flog/flog-4.6.4.ebuild b/dev-ruby/flog/flog-4.6.4.ebuild
index 75c17d704f7..3d36c1b5579 100644
--- a/dev-ruby/flog/flog-4.6.4.ebuild
+++ b/dev-ruby/flog/flog-4.6.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2020-08-21 Thread Hans de Graaff
commit: 4f1f72773d87cc9f68aea4098240180d2d99a409
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 21 07:12:28 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 21 08:36:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1f7277

dev-ruby/flog: cleanup

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

 dev-ruby/flog/Manifest  |  2 --
 dev-ruby/flog/flog-4.6.2.ebuild | 29 -
 dev-ruby/flog/flog-4.6.3.ebuild | 28 
 3 files changed, 59 deletions(-)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 685815a6cef..60d33583b88 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,3 +1 @@
-DIST flog-4.6.2.gem 26112 BLAKE2B 
ab15547c2bfa4b79e158a852ba76b6e69346397da6faaeb1b6ac558f3b380ea240de2e469ba90d23bfad93d11e62f3b119fc6613e0cec8a1d26964c25cdee2bb
 SHA512 
d2bc8af809c5e7471daf455c53c9ee9cee39b4a058501e2d3a20e1412888e11fb786b6c5e19a93172bece80c1d03d21a608bff32e840f5c51e95b1ef40a88c01
-DIST flog-4.6.3.gem 26624 BLAKE2B 
9ace4c2153a2320a18f9ca0a00cd312f772d7a3c35e46e96d2a3c21725c74c67adeb57d319a36941a26968be3e7904a5c319f91ba7a66b3e195d05de1fa9fa83
 SHA512 
fcb7f97b2aefd335a936a5bb72d733adb0cc51c46e011396f8e2d2fc695ee17719e97a9056600e20a0b22374f49ae2dbac13fa325b9072d8e41cbe36f109893e
 DIST flog-4.6.4.gem 26624 BLAKE2B 
27090f9a47619b63c8c34e0d6992c1d0ff29193a7de3af839d72d5754c2b149f38c1c1e3caec981170c408123bc38e3fc3e38e87fb9a83818e1cb356d31070c3
 SHA512 
495601bfc560c2d18973234c41706aa07b76ea95bc3803f93fb16b42ae071b65fc9a1c36e8d4a9bfaf3c88a1167ab714f4bbc7a982b9e606aa799f8480a23f4d

diff --git a/dev-ruby/flog/flog-4.6.2.ebuild b/dev-ruby/flog/flog-4.6.2.ebuild
deleted file mode 100644
index f62ae2fe9e2..000
--- a/dev-ruby/flog/flog-4.6.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="https://ruby.sadi.st/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-ruby_add_rdepend "
-   dev-ruby/path_expander:1
-   >dev-ruby/ruby_parser-3.1.0:3
-   >=dev-ruby/sexp_processor-4.8:4"
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_flog.rb || die
-}

diff --git a/dev-ruby/flog/flog-4.6.3.ebuild b/dev-ruby/flog/flog-4.6.3.ebuild
deleted file mode 100644
index 75c17d704f7..000
--- a/dev-ruby/flog/flog-4.6.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="https://ruby.sadi.st/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-ruby_add_rdepend "
-   dev-ruby/path_expander:1
-   >dev-ruby/ruby_parser-3.1.0:3
-   >=dev-ruby/sexp_processor-4.8:4"
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_flog.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2020-06-04 Thread David Seifert
commit: 381fc47775f3f038ca96997062e088be9d04c762
Author: Alexey Sokolov  google  com>
AuthorDate: Thu Jun  4 09:06:38 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jun  4 09:06:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381fc477

dev-ruby/flog: update homepage

Closes: https://github.com/gentoo/gentoo/pull/15886
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov  google.com>
Signed-off-by: David Seifert  gentoo.org>

 dev-ruby/flog/flog-4.6.2.ebuild | 4 ++--
 dev-ruby/flog/flog-4.6.3.ebuild | 4 ++--
 dev-ruby/flog/flog-4.6.4.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/flog/flog-4.6.2.ebuild b/dev-ruby/flog/flog-4.6.2.ebuild
index bdd94967f56..f62ae2fe9e2 100644
--- a/dev-ruby/flog/flog-4.6.2.ebuild
+++ b/dev-ruby/flog/flog-4.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
 inherit ruby-fakegem
 
 DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="http://ruby.sadi.st/;
+HOMEPAGE="https://ruby.sadi.st/;
 LICENSE="MIT"
 
 KEYWORDS="~amd64 ~x86"

diff --git a/dev-ruby/flog/flog-4.6.3.ebuild b/dev-ruby/flog/flog-4.6.3.ebuild
index f0a79db8662..75c17d704f7 100644
--- a/dev-ruby/flog/flog-4.6.3.ebuild
+++ b/dev-ruby/flog/flog-4.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
 inherit ruby-fakegem
 
 DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="http://ruby.sadi.st/;
+HOMEPAGE="https://ruby.sadi.st/;
 LICENSE="MIT"
 
 KEYWORDS="~amd64 ~x86"

diff --git a/dev-ruby/flog/flog-4.6.4.ebuild b/dev-ruby/flog/flog-4.6.4.ebuild
index f0a79db8662..75c17d704f7 100644
--- a/dev-ruby/flog/flog-4.6.4.ebuild
+++ b/dev-ruby/flog/flog-4.6.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
 inherit ruby-fakegem
 
 DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="http://ruby.sadi.st/;
+HOMEPAGE="https://ruby.sadi.st/;
 LICENSE="MIT"
 
 KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2019-12-14 Thread Hans de Graaff
commit: 0635e550aa6f7a40fa2033a3d341a091b1814eab
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 15 06:46:24 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 15 06:46:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0635e550

dev-ruby/flog: add 4.6.4

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

 dev-ruby/flog/Manifest  |  1 +
 dev-ruby/flog/flog-4.6.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 1be80bf7088..685815a6cef 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,2 +1,3 @@
 DIST flog-4.6.2.gem 26112 BLAKE2B 
ab15547c2bfa4b79e158a852ba76b6e69346397da6faaeb1b6ac558f3b380ea240de2e469ba90d23bfad93d11e62f3b119fc6613e0cec8a1d26964c25cdee2bb
 SHA512 
d2bc8af809c5e7471daf455c53c9ee9cee39b4a058501e2d3a20e1412888e11fb786b6c5e19a93172bece80c1d03d21a608bff32e840f5c51e95b1ef40a88c01
 DIST flog-4.6.3.gem 26624 BLAKE2B 
9ace4c2153a2320a18f9ca0a00cd312f772d7a3c35e46e96d2a3c21725c74c67adeb57d319a36941a26968be3e7904a5c319f91ba7a66b3e195d05de1fa9fa83
 SHA512 
fcb7f97b2aefd335a936a5bb72d733adb0cc51c46e011396f8e2d2fc695ee17719e97a9056600e20a0b22374f49ae2dbac13fa325b9072d8e41cbe36f109893e
+DIST flog-4.6.4.gem 26624 BLAKE2B 
27090f9a47619b63c8c34e0d6992c1d0ff29193a7de3af839d72d5754c2b149f38c1c1e3caec981170c408123bc38e3fc3e38e87fb9a83818e1cb356d31070c3
 SHA512 
495601bfc560c2d18973234c41706aa07b76ea95bc3803f93fb16b42ae071b65fc9a1c36e8d4a9bfaf3c88a1167ab714f4bbc7a982b9e606aa799f8480a23f4d

diff --git a/dev-ruby/flog/flog-4.6.4.ebuild b/dev-ruby/flog/flog-4.6.4.ebuild
new file mode 100644
index 000..f0a79db8662
--- /dev/null
+++ b/dev-ruby/flog/flog-4.6.4.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_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
+HOMEPAGE="http://ruby.sadi.st/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend "
+   dev-ruby/path_expander:1
+   >dev-ruby/ruby_parser-3.1.0:3
+   >=dev-ruby/sexp_processor-4.8:4"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_flog.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2019-09-14 Thread Hans de Graaff
commit: b65fe5f8312b6dfab8367e10fda9b1620c6fe5fe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Sep 15 05:30:48 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep 15 05:45:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65fe5f8

dev-ruby/flog: add 4.6.3

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

 dev-ruby/flog/Manifest  |  1 +
 dev-ruby/flog/flog-4.6.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 1c71b779f1d..1be80bf7088 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1 +1,2 @@
 DIST flog-4.6.2.gem 26112 BLAKE2B 
ab15547c2bfa4b79e158a852ba76b6e69346397da6faaeb1b6ac558f3b380ea240de2e469ba90d23bfad93d11e62f3b119fc6613e0cec8a1d26964c25cdee2bb
 SHA512 
d2bc8af809c5e7471daf455c53c9ee9cee39b4a058501e2d3a20e1412888e11fb786b6c5e19a93172bece80c1d03d21a608bff32e840f5c51e95b1ef40a88c01
+DIST flog-4.6.3.gem 26624 BLAKE2B 
9ace4c2153a2320a18f9ca0a00cd312f772d7a3c35e46e96d2a3c21725c74c67adeb57d319a36941a26968be3e7904a5c319f91ba7a66b3e195d05de1fa9fa83
 SHA512 
fcb7f97b2aefd335a936a5bb72d733adb0cc51c46e011396f8e2d2fc695ee17719e97a9056600e20a0b22374f49ae2dbac13fa325b9072d8e41cbe36f109893e

diff --git a/dev-ruby/flog/flog-4.6.3.ebuild b/dev-ruby/flog/flog-4.6.3.ebuild
new file mode 100644
index 000..f0a79db8662
--- /dev/null
+++ b/dev-ruby/flog/flog-4.6.3.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_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
+HOMEPAGE="http://ruby.sadi.st/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend "
+   dev-ruby/path_expander:1
+   >dev-ruby/ruby_parser-3.1.0:3
+   >=dev-ruby/sexp_processor-4.8:4"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_flog.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2019-02-02 Thread Hans de Graaff
commit: 2c18af60a70727c75c350d5c7d53afccd5963c1b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  2 08:27:31 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  2 08:27:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c18af60

dev-ruby/flog: add ruby26

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

 dev-ruby/flog/flog-4.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/flog/flog-4.6.2.ebuild b/dev-ruby/flog/flog-4.6.2.ebuild
index a6a26a241aa..bdd94967f56 100644
--- a/dev-ruby/flog/flog-4.6.2.ebuild
+++ b/dev-ruby/flog/flog-4.6.2.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_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2018-09-17 Thread Hans de Graaff
commit: f4613c91b043247cfb012c5b1abf489967c66e28
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 17 06:05:31 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 17 06:14:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4613c91

dev-ruby/flog: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/flog/flog-4.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/flog/flog-4.6.2.ebuild b/dev-ruby/flog/flog-4.6.2.ebuild
index e12ac1c66ac..a6a26a241aa 100644
--- a/dev-ruby/flog/flog-4.6.2.ebuild
+++ b/dev-ruby/flog/flog-4.6.2.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_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2018-09-17 Thread Hans de Graaff
commit: 7eaa5741857c45abcb422762ed65dfdfe0419b26
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 17 05:42:27 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 17 06:14:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eaa5741

dev-ruby/flog: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/flog/Manifest  |  1 -
 dev-ruby/flog/flog-4.6.1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 2a208eca161..1c71b779f1d 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,2 +1 @@
-DIST flog-4.6.1.gem 26112 BLAKE2B 
b9b242b9e43bdbf9430bde74c7aa261ad4ce5e60e4522786304e21d55a9531a501eb831073a79230fdc13d8b0e9ec4666fbf72c551e8d82d9c1a6880589bb897
 SHA512 
43c9bb04ef0c036a523a470ba2741d6845071a376f73f9dd4b983a73112c3fca69221e2444e98c9ecd42ce2a75ae39e4cd21018a934e8583dc622b5e9c384859
 DIST flog-4.6.2.gem 26112 BLAKE2B 
ab15547c2bfa4b79e158a852ba76b6e69346397da6faaeb1b6ac558f3b380ea240de2e469ba90d23bfad93d11e62f3b119fc6613e0cec8a1d26964c25cdee2bb
 SHA512 
d2bc8af809c5e7471daf455c53c9ee9cee39b4a058501e2d3a20e1412888e11fb786b6c5e19a93172bece80c1d03d21a608bff32e840f5c51e95b1ef40a88c01

diff --git a/dev-ruby/flog/flog-4.6.1.ebuild b/dev-ruby/flog/flog-4.6.1.ebuild
deleted file mode 100644
index 3f89e731523..000
--- a/dev-ruby/flog/flog-4.6.1.ebuild
+++ /dev/null
@@ -1,29 +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 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="http://ruby.sadi.st/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-ruby_add_rdepend "
-   dev-ruby/path_expander:1
-   >dev-ruby/ruby_parser-3.1.0:3
-   >=dev-ruby/sexp_processor-4.8:4"
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_flog.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2018-02-14 Thread Hans de Graaff
commit: 006589bf34ce8e3ca2a729e39e279690b152f620
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb 15 05:47:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 15 05:58:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=006589bf

dev-ruby/flog: add 4.6.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/flog/Manifest  |  1 +
 dev-ruby/flog/flog-4.6.2.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index dd962885d81..2a208eca161 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1 +1,2 @@
 DIST flog-4.6.1.gem 26112 BLAKE2B 
b9b242b9e43bdbf9430bde74c7aa261ad4ce5e60e4522786304e21d55a9531a501eb831073a79230fdc13d8b0e9ec4666fbf72c551e8d82d9c1a6880589bb897
 SHA512 
43c9bb04ef0c036a523a470ba2741d6845071a376f73f9dd4b983a73112c3fca69221e2444e98c9ecd42ce2a75ae39e4cd21018a934e8583dc622b5e9c384859
+DIST flog-4.6.2.gem 26112 BLAKE2B 
ab15547c2bfa4b79e158a852ba76b6e69346397da6faaeb1b6ac558f3b380ea240de2e469ba90d23bfad93d11e62f3b119fc6613e0cec8a1d26964c25cdee2bb
 SHA512 
d2bc8af809c5e7471daf455c53c9ee9cee39b4a058501e2d3a20e1412888e11fb786b6c5e19a93172bece80c1d03d21a608bff32e840f5c51e95b1ef40a88c01

diff --git a/dev-ruby/flog/flog-4.6.2.ebuild b/dev-ruby/flog/flog-4.6.2.ebuild
new file mode 100644
index 000..e12ac1c66ac
--- /dev/null
+++ b/dev-ruby/flog/flog-4.6.2.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_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
+HOMEPAGE="http://ruby.sadi.st/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend "
+   dev-ruby/path_expander:1
+   >dev-ruby/ruby_parser-3.1.0:3
+   >=dev-ruby/sexp_processor-4.8:4"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_flog.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2018-01-08 Thread Hans de Graaff
commit: df7e89d2ee947da8ae0020750f0d190ba36fb470
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan  9 06:15:30 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan  9 06:15:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7e89d2

dev-ruby/flog: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/flog/Manifest  |  1 -
 dev-ruby/flog/flog-4.4.0.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 0df2dc47a71..dd962885d81 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,2 +1 @@
-DIST flog-4.4.0.gem 25600 BLAKE2B 
7d33587f76f0d78bb698ff4df409027541b87994f6c6d1cc2672ace98aa96d898739dbaaee4ff837590566f28c8d185540ef126ee2b2e02a6ab0f30b9ce70e98
 SHA512 
d34e6b863e545faa4edd9cbb5a5896f37ef59433c455b49c4553cfe2a46deeda242cd82bfb1a1f5e7035ba940dd701c597e8caee946e47ca4a7eb52bd5cd71d0
 DIST flog-4.6.1.gem 26112 BLAKE2B 
b9b242b9e43bdbf9430bde74c7aa261ad4ce5e60e4522786304e21d55a9531a501eb831073a79230fdc13d8b0e9ec4666fbf72c551e8d82d9c1a6880589bb897
 SHA512 
43c9bb04ef0c036a523a470ba2741d6845071a376f73f9dd4b983a73112c3fca69221e2444e98c9ecd42ce2a75ae39e4cd21018a934e8583dc622b5e9c384859

diff --git a/dev-ruby/flog/flog-4.4.0.ebuild b/dev-ruby/flog/flog-4.4.0.ebuild
deleted file mode 100644
index c4bbaf4c2b9..000
--- a/dev-ruby/flog/flog-4.4.0.ebuild
+++ /dev/null
@@ -1,27 +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_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="http://ruby.sadi.st/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-ruby_add_rdepend ">dev-ruby/ruby_parser-3.1.0:3
-   >=dev-ruby/sexp_processor-4.4:4"
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_flog.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2018-01-08 Thread Thomas Deutschmann
commit: 5e2e454896e18f3bbbf04dfbd21c14b4251e52bc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  8 23:46:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  8 23:57:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2e4548

dev-ruby/flog: x86 keyworded (bug #605950)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/flog/flog-4.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/flog/flog-4.6.1.ebuild b/dev-ruby/flog/flog-4.6.1.ebuild
index 8fcb2a9553e..3f89e731523 100644
--- a/dev-ruby/flog/flog-4.6.1.ebuild
+++ b/dev-ruby/flog/flog-4.6.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
@@ -13,7 +13,7 @@ DESCRIPTION="Flog reports the most tortured code in an easy 
to read pain report"
 HOMEPAGE="http://ruby.sadi.st/;
 LICENSE="MIT"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2017-07-10 Thread Hans de Graaff
commit: c3b55fc35b6ba33899cf108bc949ef80062e98a2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 11 04:44:32 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 11 05:03:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b55fc3

dev-ruby/flog: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/flog/flog-4.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/flog/flog-4.6.1.ebuild b/dev-ruby/flog/flog-4.6.1.ebuild
index de830bfefc5..8fcb2a9553e 100644
--- a/dev-ruby/flog/flog-4.6.1.ebuild
+++ b/dev-ruby/flog/flog-4.6.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2017-07-10 Thread Hans de Graaff
commit: b4df009bd2701c72b4abf444081efa6747b0713a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 11 04:43:14 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 11 05:03:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4df009b

dev-ruby/flog: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/flog/Manifest  |  3 ---
 dev-ruby/flog/flog-4.3.2.ebuild | 27 ---
 dev-ruby/flog/flog-4.4.1.ebuild | 29 -
 dev-ruby/flog/flog-4.5.0.ebuild | 29 -
 4 files changed, 88 deletions(-)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index d703fec007f..7b61b9f0148 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,5 +1,2 @@
-DIST flog-4.3.2.gem 25600 SHA256 
f5f615b60d4fd25c2f62948064b1edac44efa524692a5c23ebb5c067646359ab SHA512 
c0e8affd26460a03f773a63efcc63f680acc3b1bd34f4a9bf51eebd8766d2112c962390dd327bb52be5cf00328d132487ae00bde1ea1a747a1b708cd4f4ee9cd
 WHIRLPOOL 
24f1cbb6fe4dd5aa161ad0aa6d01161dfa764ef0bed69cf245827ca981cd55ce751d323866a57a6b6a31f696722fb9886cb15eef4866e52c2f990019dc78bdfc
 DIST flog-4.4.0.gem 25600 SHA256 
ddb9828aebbf331824c1a35842209c1c6ab1f0e87e191a35a875f405b10b5792 SHA512 
d34e6b863e545faa4edd9cbb5a5896f37ef59433c455b49c4553cfe2a46deeda242cd82bfb1a1f5e7035ba940dd701c597e8caee946e47ca4a7eb52bd5cd71d0
 WHIRLPOOL 
7842e861f84eb946847fa4678a202130457c8ac05dbfb5d1908cdb261f521e1b4c1e1f4e034298f7c2b55f93cded918ed110a6fbe51f3b9416935e74ead06733
-DIST flog-4.4.1.gem 26112 SHA256 
c0c2f95f107a7f13a392f4c8df7b3f465cc53a97d74e2a945abc8eea3873d0ce SHA512 
98716ba6b416bca367c52b44eb46942510a71bb1ee8bfbb77f1c30aee25be69e16a9ef8289b916a48656af15864ed5c64165b1a8f8ab1ee3aa6f5aef9036af5c
 WHIRLPOOL 
7a2a5a5a7ade42190876546e5cbbfa75e1db3824a08210d65f2cc990d04ecc0dbb10354ebb82fca5a723d0ed8c63425ed574691c0bb63e08049539b7d3e2fc6f
-DIST flog-4.5.0.gem 26112 SHA256 
91d8334abc4ca88230fb1e40ea5ee8dfcb5aa179b23722aa8fe2d05707e34b39 SHA512 
315ca7d31642b3e2728a9f6ea5a9fd6fbc4dd6f1b2bcafdee936af29a3df33f24824478b316ce9bbc946468036679bd61f6bc6be8e7b483d446fd37a01098539
 WHIRLPOOL 
df716b906f0220447463ec64d08a1269193a56108678483979bce34a64ecd637704b46b473a4cb3fc9c42a44f10b52c7a96307d1a5485527e1cfe99e86e314f2
 DIST flog-4.6.1.gem 26112 SHA256 
386eef30941e9a0682f75c1b4460570666f14282151ca7338748420ef0a7c538 SHA512 
43c9bb04ef0c036a523a470ba2741d6845071a376f73f9dd4b983a73112c3fca69221e2444e98c9ecd42ce2a75ae39e4cd21018a934e8583dc622b5e9c384859
 WHIRLPOOL 
a43908d5ac9a28a62b0e6af9b13f490caebb1f7258668ea9aaa5109217de4802bb0687f7a5a6a26aa909b6cf007067aff33b48cfefa57c65be26d8321cb6ea3a

diff --git a/dev-ruby/flog/flog-4.3.2.ebuild b/dev-ruby/flog/flog-4.3.2.ebuild
deleted file mode 100644
index 1712f120cb3..000
--- a/dev-ruby/flog/flog-4.3.2.ebuild
+++ /dev/null
@@ -1,27 +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"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="http://ruby.sadi.st/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-ruby_add_rdepend ">dev-ruby/ruby_parser-3.1.0:3
-   >=dev-ruby/sexp_processor-4.4:4"
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_flog.rb || die
-}

diff --git a/dev-ruby/flog/flog-4.4.1.ebuild b/dev-ruby/flog/flog-4.4.1.ebuild
deleted file mode 100644
index 4066cd4ac4f..000
--- a/dev-ruby/flog/flog-4.4.1.ebuild
+++ /dev/null
@@ -1,29 +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_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="http://ruby.sadi.st/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-ruby_add_rdepend "
-   dev-ruby/path_expander:1
-   >dev-ruby/ruby_parser-3.1.0:3
-   >=dev-ruby/sexp_processor-4.4:4"
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_flog.rb || die
-}

diff --git a/dev-ruby/flog/flog-4.5.0.ebuild b/dev-ruby/flog/flog-4.5.0.ebuild
deleted file mode 100644
index 4066cd4ac4f..000
--- a/dev-ruby/flog/flog-4.5.0.ebuild
+++ /dev/null
@@ -1,29 +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_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Flog reports the most tortured code in an easy to read pain 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2017-02-15 Thread Hans de Graaff
commit: 2e69755ef53fffd72c47999ae71657f4c7bc2883
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb 16 06:33:14 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 16 06:44:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e69755e

dev-ruby/flog: add 4.6.1

Package-Manager: portage-2.3.3

 dev-ruby/flog/Manifest  |  1 +
 dev-ruby/flog/flog-4.6.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index f5759c5d4d..d703fec007 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -2,3 +2,4 @@ DIST flog-4.3.2.gem 25600 SHA256 
f5f615b60d4fd25c2f62948064b1edac44efa524692a5c2
 DIST flog-4.4.0.gem 25600 SHA256 
ddb9828aebbf331824c1a35842209c1c6ab1f0e87e191a35a875f405b10b5792 SHA512 
d34e6b863e545faa4edd9cbb5a5896f37ef59433c455b49c4553cfe2a46deeda242cd82bfb1a1f5e7035ba940dd701c597e8caee946e47ca4a7eb52bd5cd71d0
 WHIRLPOOL 
7842e861f84eb946847fa4678a202130457c8ac05dbfb5d1908cdb261f521e1b4c1e1f4e034298f7c2b55f93cded918ed110a6fbe51f3b9416935e74ead06733
 DIST flog-4.4.1.gem 26112 SHA256 
c0c2f95f107a7f13a392f4c8df7b3f465cc53a97d74e2a945abc8eea3873d0ce SHA512 
98716ba6b416bca367c52b44eb46942510a71bb1ee8bfbb77f1c30aee25be69e16a9ef8289b916a48656af15864ed5c64165b1a8f8ab1ee3aa6f5aef9036af5c
 WHIRLPOOL 
7a2a5a5a7ade42190876546e5cbbfa75e1db3824a08210d65f2cc990d04ecc0dbb10354ebb82fca5a723d0ed8c63425ed574691c0bb63e08049539b7d3e2fc6f
 DIST flog-4.5.0.gem 26112 SHA256 
91d8334abc4ca88230fb1e40ea5ee8dfcb5aa179b23722aa8fe2d05707e34b39 SHA512 
315ca7d31642b3e2728a9f6ea5a9fd6fbc4dd6f1b2bcafdee936af29a3df33f24824478b316ce9bbc946468036679bd61f6bc6be8e7b483d446fd37a01098539
 WHIRLPOOL 
df716b906f0220447463ec64d08a1269193a56108678483979bce34a64ecd637704b46b473a4cb3fc9c42a44f10b52c7a96307d1a5485527e1cfe99e86e314f2
+DIST flog-4.6.1.gem 26112 SHA256 
386eef30941e9a0682f75c1b4460570666f14282151ca7338748420ef0a7c538 SHA512 
43c9bb04ef0c036a523a470ba2741d6845071a376f73f9dd4b983a73112c3fca69221e2444e98c9ecd42ce2a75ae39e4cd21018a934e8583dc622b5e9c384859
 WHIRLPOOL 
a43908d5ac9a28a62b0e6af9b13f490caebb1f7258668ea9aaa5109217de4802bb0687f7a5a6a26aa909b6cf007067aff33b48cfefa57c65be26d8321cb6ea3a

diff --git a/dev-ruby/flog/flog-4.6.1.ebuild b/dev-ruby/flog/flog-4.6.1.ebuild
new file mode 100644
index 00..ad2f87b635
--- /dev/null
+++ b/dev-ruby/flog/flog-4.6.1.ebuild
@@ -0,0 +1,30 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
+HOMEPAGE="http://ruby.sadi.st/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend "
+   dev-ruby/path_expander:1
+   >dev-ruby/ruby_parser-3.1.0:3
+   >=dev-ruby/sexp_processor-4.8:4"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_flog.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2017-01-25 Thread Hans de Graaff
commit: 803780ec77e7913364bd655238712a3ea89cbf8b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 26 05:59:51 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 26 05:59:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803780ec

dev-ruby/flog: add 4.5.0

Package-Manager: portage-2.3.3

 dev-ruby/flog/Manifest  |  1 +
 dev-ruby/flog/flog-4.5.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index c9a4380..f5759c5 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,3 +1,4 @@
 DIST flog-4.3.2.gem 25600 SHA256 
f5f615b60d4fd25c2f62948064b1edac44efa524692a5c23ebb5c067646359ab SHA512 
c0e8affd26460a03f773a63efcc63f680acc3b1bd34f4a9bf51eebd8766d2112c962390dd327bb52be5cf00328d132487ae00bde1ea1a747a1b708cd4f4ee9cd
 WHIRLPOOL 
24f1cbb6fe4dd5aa161ad0aa6d01161dfa764ef0bed69cf245827ca981cd55ce751d323866a57a6b6a31f696722fb9886cb15eef4866e52c2f990019dc78bdfc
 DIST flog-4.4.0.gem 25600 SHA256 
ddb9828aebbf331824c1a35842209c1c6ab1f0e87e191a35a875f405b10b5792 SHA512 
d34e6b863e545faa4edd9cbb5a5896f37ef59433c455b49c4553cfe2a46deeda242cd82bfb1a1f5e7035ba940dd701c597e8caee946e47ca4a7eb52bd5cd71d0
 WHIRLPOOL 
7842e861f84eb946847fa4678a202130457c8ac05dbfb5d1908cdb261f521e1b4c1e1f4e034298f7c2b55f93cded918ed110a6fbe51f3b9416935e74ead06733
 DIST flog-4.4.1.gem 26112 SHA256 
c0c2f95f107a7f13a392f4c8df7b3f465cc53a97d74e2a945abc8eea3873d0ce SHA512 
98716ba6b416bca367c52b44eb46942510a71bb1ee8bfbb77f1c30aee25be69e16a9ef8289b916a48656af15864ed5c64165b1a8f8ab1ee3aa6f5aef9036af5c
 WHIRLPOOL 
7a2a5a5a7ade42190876546e5cbbfa75e1db3824a08210d65f2cc990d04ecc0dbb10354ebb82fca5a723d0ed8c63425ed574691c0bb63e08049539b7d3e2fc6f
+DIST flog-4.5.0.gem 26112 SHA256 
91d8334abc4ca88230fb1e40ea5ee8dfcb5aa179b23722aa8fe2d05707e34b39 SHA512 
315ca7d31642b3e2728a9f6ea5a9fd6fbc4dd6f1b2bcafdee936af29a3df33f24824478b316ce9bbc946468036679bd61f6bc6be8e7b483d446fd37a01098539
 WHIRLPOOL 
df716b906f0220447463ec64d08a1269193a56108678483979bce34a64ecd637704b46b473a4cb3fc9c42a44f10b52c7a96307d1a5485527e1cfe99e86e314f2

diff --git a/dev-ruby/flog/flog-4.5.0.ebuild b/dev-ruby/flog/flog-4.5.0.ebuild
new file mode 100644
index ..ceaab4b
--- /dev/null
+++ b/dev-ruby/flog/flog-4.5.0.ebuild
@@ -0,0 +1,30 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
+HOMEPAGE="http://ruby.sadi.st/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend "
+   dev-ruby/path_expander:1
+   >dev-ruby/ruby_parser-3.1.0:3
+   >=dev-ruby/sexp_processor-4.4:4"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_flog.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2017-01-16 Thread Hans de Graaff
commit: 263e8b04f83f7a6114fdb4de06b4a1bef48c9351
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 17 06:24:43 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 17 06:24:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263e8b04

dev-ruby/flog: add 4.4.1

Drop x86 keyword due to new dependency on
dev-ruby/path_expander, bug 605950.

Package-Manager: portage-2.3.0

 dev-ruby/flog/Manifest  |  1 +
 dev-ruby/flog/flog-4.4.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 864e9a7..c9a4380 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,2 +1,3 @@
 DIST flog-4.3.2.gem 25600 SHA256 
f5f615b60d4fd25c2f62948064b1edac44efa524692a5c23ebb5c067646359ab SHA512 
c0e8affd26460a03f773a63efcc63f680acc3b1bd34f4a9bf51eebd8766d2112c962390dd327bb52be5cf00328d132487ae00bde1ea1a747a1b708cd4f4ee9cd
 WHIRLPOOL 
24f1cbb6fe4dd5aa161ad0aa6d01161dfa764ef0bed69cf245827ca981cd55ce751d323866a57a6b6a31f696722fb9886cb15eef4866e52c2f990019dc78bdfc
 DIST flog-4.4.0.gem 25600 SHA256 
ddb9828aebbf331824c1a35842209c1c6ab1f0e87e191a35a875f405b10b5792 SHA512 
d34e6b863e545faa4edd9cbb5a5896f37ef59433c455b49c4553cfe2a46deeda242cd82bfb1a1f5e7035ba940dd701c597e8caee946e47ca4a7eb52bd5cd71d0
 WHIRLPOOL 
7842e861f84eb946847fa4678a202130457c8ac05dbfb5d1908cdb261f521e1b4c1e1f4e034298f7c2b55f93cded918ed110a6fbe51f3b9416935e74ead06733
+DIST flog-4.4.1.gem 26112 SHA256 
c0c2f95f107a7f13a392f4c8df7b3f465cc53a97d74e2a945abc8eea3873d0ce SHA512 
98716ba6b416bca367c52b44eb46942510a71bb1ee8bfbb77f1c30aee25be69e16a9ef8289b916a48656af15864ed5c64165b1a8f8ab1ee3aa6f5aef9036af5c
 WHIRLPOOL 
7a2a5a5a7ade42190876546e5cbbfa75e1db3824a08210d65f2cc990d04ecc0dbb10354ebb82fca5a723d0ed8c63425ed574691c0bb63e08049539b7d3e2fc6f

diff --git a/dev-ruby/flog/flog-4.4.1.ebuild b/dev-ruby/flog/flog-4.4.1.ebuild
new file mode 100644
index ..ceaab4b
--- /dev/null
+++ b/dev-ruby/flog/flog-4.4.1.ebuild
@@ -0,0 +1,30 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
+HOMEPAGE="http://ruby.sadi.st/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend "
+   dev-ruby/path_expander:1
+   >dev-ruby/ruby_parser-3.1.0:3
+   >=dev-ruby/sexp_processor-4.4:4"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_flog.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2016-05-16 Thread Hans de Graaff
commit: eb2eac6d8ebda20b8d86e29a9851c6d786f9b8d0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May 17 04:50:23 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May 17 05:00:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2eac6d

dev-ruby/flog: add 4.4.0

Package-Manager: portage-2.2.28

 dev-ruby/flog/Manifest  |  1 +
 dev-ruby/flog/flog-4.4.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 625d47f..864e9a7 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1 +1,2 @@
 DIST flog-4.3.2.gem 25600 SHA256 
f5f615b60d4fd25c2f62948064b1edac44efa524692a5c23ebb5c067646359ab SHA512 
c0e8affd26460a03f773a63efcc63f680acc3b1bd34f4a9bf51eebd8766d2112c962390dd327bb52be5cf00328d132487ae00bde1ea1a747a1b708cd4f4ee9cd
 WHIRLPOOL 
24f1cbb6fe4dd5aa161ad0aa6d01161dfa764ef0bed69cf245827ca981cd55ce751d323866a57a6b6a31f696722fb9886cb15eef4866e52c2f990019dc78bdfc
+DIST flog-4.4.0.gem 25600 SHA256 
ddb9828aebbf331824c1a35842209c1c6ab1f0e87e191a35a875f405b10b5792 SHA512 
d34e6b863e545faa4edd9cbb5a5896f37ef59433c455b49c4553cfe2a46deeda242cd82bfb1a1f5e7035ba940dd701c597e8caee946e47ca4a7eb52bd5cd71d0
 WHIRLPOOL 
7842e861f84eb946847fa4678a202130457c8ac05dbfb5d1908cdb261f521e1b4c1e1f4e034298f7c2b55f93cded918ed110a6fbe51f3b9416935e74ead06733

diff --git a/dev-ruby/flog/flog-4.4.0.ebuild b/dev-ruby/flog/flog-4.4.0.ebuild
new file mode 100644
index 000..b7ccde3
--- /dev/null
+++ b/dev-ruby/flog/flog-4.4.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 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_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
+HOMEPAGE="http://ruby.sadi.st/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend ">dev-ruby/ruby_parser-3.1.0:3
+   >=dev-ruby/sexp_processor-4.4:4"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_flog.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2016-03-18 Thread Manuel Rüger
commit: 31216fd0755c317b7614a4f6482cc429d1c75794
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Mar 17 00:28:31 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Mar 17 00:28:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31216fd0

dev-ruby/flog: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/flog/flog-4.3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/flog/flog-4.3.2.ebuild b/dev-ruby/flog/flog-4.3.2.ebuild
index cc1b630..65f06da 100644
--- a/dev-ruby/flog/flog-4.3.2.ebuild
+++ b/dev-ruby/flog/flog-4.3.2.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
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"