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

2023-12-31 Thread Hans de Graaff
commit: 6215d664f1ae79d66d6bb91451a6ae8ae8d2af85
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 31 19:37:50 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 31 19:37:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6215d664

dev-ruby/climate_control: enable ruby33

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

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

diff --git a/dev-ruby/climate_control/climate_control-1.2.0.ebuild 
b/dev-ruby/climate_control/climate_control-1.2.0.ebuild
index 80b38f3ad275..6f4c638be0bb 100644
--- a/dev-ruby/climate_control/climate_control-1.2.0.ebuild
+++ b/dev-ruby/climate_control/climate_control-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



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

2023-07-12 Thread Hans de Graaff
commit: 34e13a0db1e7be955a45cfa881904254f58b0f6e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 07:45:22 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 07:46:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e13a0d

dev-ruby/climate_control: enable ruby32

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

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

diff --git a/dev-ruby/climate_control/climate_control-1.2.0.ebuild 
b/dev-ruby/climate_control/climate_control-1.2.0.ebuild
index 2e5714737d27..80b38f3ad275 100644
--- a/dev-ruby/climate_control/climate_control-1.2.0.ebuild
+++ b/dev-ruby/climate_control/climate_control-1.2.0.ebuild
@@ -1,9 +1,9 @@
-# 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="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



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

2023-03-30 Thread Sam James
commit: 19767077b799d70025e5876cf1b6b4496f718d6f
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 31 00:48:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 31 00:55:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19767077

dev-ruby/climate_control: drop 1.0.1

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

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

diff --git a/dev-ruby/climate_control/Manifest 
b/dev-ruby/climate_control/Manifest
index 331ee6405b9a..3c146a2391ba 100644
--- a/dev-ruby/climate_control/Manifest
+++ b/dev-ruby/climate_control/Manifest
@@ -1,2 +1 @@
-DIST climate_control-1.0.1.gem 9728 BLAKE2B 
f2d267e86c58fdbb7a85508f56a091166809d108c2e66702df50962086a89a134e6a47a1e53c36272c563f1d4a0225fc613490616d67fbe04e9647b7fe8cfda6
 SHA512 
2dfd790b09275571881d19c3712c6542890499f3d55e5f8ea3775166c01adbb216a0749b0c4e126d631cba690c0edc3f8c49143fc0ff3bcc8b25545bf218
 DIST climate_control-1.2.0.gem 10752 BLAKE2B 
5c7c1d0b1ec50f12139e47a0c0f2d5753c6165aa96bb995be12f65cef4a222fc4fa96b66e8c475b3ebe2f353c335a6667e12a9a2a8a869331a1f41f72d686d94
 SHA512 
282f40d5d9d7b4a6577ea13dd92141c985a0c1bd7d6688cb2bca2529721a0523a1e9ac4ba1c6a27a43b286ac664e502698ef2c0578a9030283a4b18f7cb0a5e8

diff --git a/dev-ruby/climate_control/climate_control-1.0.1.ebuild 
b/dev-ruby/climate_control/climate_control-1.0.1.ebuild
deleted file mode 100644
index afca40f5eb3b..
--- a/dev-ruby/climate_control/climate_control-1.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="NEWS README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Easily manage your environment"
-HOMEPAGE="https://github.com/thoughtbot/climate_control;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   # Avoid dependencies on simplecov and git.
-   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
-   sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}



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

2022-12-26 Thread Hans de Graaff
commit: 5aa8d870a79aa4fcf8045b86b01f555c59d495db
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 26 09:35:34 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 27 06:56:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa8d870

dev-ruby/climate_control: add 1.2.0

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

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

diff --git a/dev-ruby/climate_control/Manifest 
b/dev-ruby/climate_control/Manifest
index 0ee6efc27f73..331ee6405b9a 100644
--- a/dev-ruby/climate_control/Manifest
+++ b/dev-ruby/climate_control/Manifest
@@ -1 +1,2 @@
 DIST climate_control-1.0.1.gem 9728 BLAKE2B 
f2d267e86c58fdbb7a85508f56a091166809d108c2e66702df50962086a89a134e6a47a1e53c36272c563f1d4a0225fc613490616d67fbe04e9647b7fe8cfda6
 SHA512 
2dfd790b09275571881d19c3712c6542890499f3d55e5f8ea3775166c01adbb216a0749b0c4e126d631cba690c0edc3f8c49143fc0ff3bcc8b25545bf218
+DIST climate_control-1.2.0.gem 10752 BLAKE2B 
5c7c1d0b1ec50f12139e47a0c0f2d5753c6165aa96bb995be12f65cef4a222fc4fa96b66e8c475b3ebe2f353c335a6667e12a9a2a8a869331a1f41f72d686d94
 SHA512 
282f40d5d9d7b4a6577ea13dd92141c985a0c1bd7d6688cb2bca2529721a0523a1e9ac4ba1c6a27a43b286ac664e502698ef2c0578a9030283a4b18f7cb0a5e8

diff --git a/dev-ruby/climate_control/climate_control-1.2.0.ebuild 
b/dev-ruby/climate_control/climate_control-1.2.0.ebuild
new file mode 100644
index ..2e5714737d27
--- /dev/null
+++ b/dev-ruby/climate_control/climate_control-1.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Easily manage your environment"
+HOMEPAGE="https://github.com/thoughtbot/climate_control;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid dependencies on simplecov and git.
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+   sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2022-12-07 Thread Hans de Graaff
commit: 9ea57d4b7cf36b56ea6802c67b0d40ee2147d2ab
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  7 17:15:16 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  7 17:57:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ea57d4b

dev-ruby/climate_control: drop 0.2.0

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

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

diff --git a/dev-ruby/climate_control/Manifest 
b/dev-ruby/climate_control/Manifest
index 06e0fb17111c..0ee6efc27f73 100644
--- a/dev-ruby/climate_control/Manifest
+++ b/dev-ruby/climate_control/Manifest
@@ -1,2 +1 @@
-DIST climate_control-0.2.0.gem 9728 BLAKE2B 
9868eef8836189d7567d8fd8f5dade874ed4baef883f38b2d6148bde4f1e24544f31fae75ff7bcec4dc685c1fdd23d5164817460eeaf151d8eb105e023bbd741
 SHA512 
c264d731fb02c7a15932d2724bcd54dff91d2370a0b5336444e167e0d39596974c3826db502be7dc1b6d99cdbbc02213582a5a6cb6b822aa32a0913c1ec9
 DIST climate_control-1.0.1.gem 9728 BLAKE2B 
f2d267e86c58fdbb7a85508f56a091166809d108c2e66702df50962086a89a134e6a47a1e53c36272c563f1d4a0225fc613490616d67fbe04e9647b7fe8cfda6
 SHA512 
2dfd790b09275571881d19c3712c6542890499f3d55e5f8ea3775166c01adbb216a0749b0c4e126d631cba690c0edc3f8c49143fc0ff3bcc8b25545bf218

diff --git a/dev-ruby/climate_control/climate_control-0.2.0.ebuild 
b/dev-ruby/climate_control/climate_control-0.2.0.ebuild
deleted file mode 100644
index 8353fa4ba4e6..
--- a/dev-ruby/climate_control/climate_control-0.2.0.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="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="NEWS README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Easily manage your environment"
-HOMEPAGE="https://github.com/thoughtbot/climate_control;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   # Avoid dependencies on simplecov and git.
-   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
-   sed -i -e 's/git ls-files/echo ""/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}



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

2022-05-07 Thread Hans de Graaff
commit: fea9335ef8c7ff3b29ba2deded523f514324546a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  7 05:54:57 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May  7 06:33:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea9335e

dev-ruby/climate_control: add 1.0.1

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

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

diff --git a/dev-ruby/climate_control/Manifest 
b/dev-ruby/climate_control/Manifest
index c903400c2370..06e0fb17111c 100644
--- a/dev-ruby/climate_control/Manifest
+++ b/dev-ruby/climate_control/Manifest
@@ -1 +1,2 @@
 DIST climate_control-0.2.0.gem 9728 BLAKE2B 
9868eef8836189d7567d8fd8f5dade874ed4baef883f38b2d6148bde4f1e24544f31fae75ff7bcec4dc685c1fdd23d5164817460eeaf151d8eb105e023bbd741
 SHA512 
c264d731fb02c7a15932d2724bcd54dff91d2370a0b5336444e167e0d39596974c3826db502be7dc1b6d99cdbbc02213582a5a6cb6b822aa32a0913c1ec9
+DIST climate_control-1.0.1.gem 9728 BLAKE2B 
f2d267e86c58fdbb7a85508f56a091166809d108c2e66702df50962086a89a134e6a47a1e53c36272c563f1d4a0225fc613490616d67fbe04e9647b7fe8cfda6
 SHA512 
2dfd790b09275571881d19c3712c6542890499f3d55e5f8ea3775166c01adbb216a0749b0c4e126d631cba690c0edc3f8c49143fc0ff3bcc8b25545bf218

diff --git a/dev-ruby/climate_control/climate_control-1.0.1.ebuild 
b/dev-ruby/climate_control/climate_control-1.0.1.ebuild
new file mode 100644
index ..afca40f5eb3b
--- /dev/null
+++ b/dev-ruby/climate_control/climate_control-1.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="NEWS README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Easily manage your environment"
+HOMEPAGE="https://github.com/thoughtbot/climate_control;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid dependencies on simplecov and git.
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+   sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2020-08-22 Thread Hans de Graaff
commit: e3ca41ee5edcb77c5b9a0c4f558fa503dcda7d40
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 22 07:45:26 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 22 07:55:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ca41ee

dev-ruby/climate_control: add ruby27

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

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

diff --git a/dev-ruby/climate_control/climate_control-0.2.0.ebuild 
b/dev-ruby/climate_control/climate_control-0.2.0.ebuild
index 3909fda8559..8353fa4ba4e 100644
--- a/dev-ruby/climate_control/climate_control-0.2.0.ebuild
+++ b/dev-ruby/climate_control/climate_control-0.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="NEWS README.md"



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

2018-06-26 Thread Hans de Graaff
commit: 8eafd5b876143ff491bf93ef64c0abca6d17f85e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 26 15:52:42 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 26 16:02:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eafd5b8

dev-ruby/climate_control: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/climate_control/climate_control-0.2.0.ebuild 
b/dev-ruby/climate_control/climate_control-0.2.0.ebuild
index 64d71cae53f..1c6e46d2953 100644
--- a/dev-ruby/climate_control/climate_control-0.2.0.ebuild
+++ b/dev-ruby/climate_control/climate_control-0.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="NEWS README.md"



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

2018-02-02 Thread Hans de Graaff
commit: fca9c6a813ad192ab1558fc1b37e7f9c10c9675f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb  2 16:35:55 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb  2 16:41:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca9c6a8

dev-ruby/climate_control: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/climate_control/Manifest  |  2 --
 .../climate_control/climate_control-0.0.3.ebuild   | 31 --
 .../climate_control/climate_control-0.1.0.ebuild   | 29 
 3 files changed, 62 deletions(-)

diff --git a/dev-ruby/climate_control/Manifest 
b/dev-ruby/climate_control/Manifest
index 92714083654..c903400c237 100644
--- a/dev-ruby/climate_control/Manifest
+++ b/dev-ruby/climate_control/Manifest
@@ -1,3 +1 @@
-DIST climate_control-0.0.3.gem 7168 BLAKE2B 
5daeccc36b159894f4f733e41b031ff8dc14f914c8b4bbb9221b3181abdcf281c01d58d78382dab25744b0cac757738ecd23cb4d1b3ef8cffd367e74816a0205
 SHA512 
9e3b5fbf494e0757fdf52b2b6015d11b2b3aaece95e7226b98ca817a9af731a393ddf9a2278877e7f2ed75c68ff05a06769df03b08cc62757b5af123f7d95f30
-DIST climate_control-0.1.0.gem 9216 BLAKE2B 
68d6c2630ebad3a7e3955efd9535f258b8ed1d57f894845291703efff19ad8422c2c8c34578627837b300f99b5c519a3ead058d597b0ca5435b53899530aaff1
 SHA512 
59e96a8b8b833b7370ed4a11e854ae6088c9f637ed7a1a6dda1666ccbe072f48ea2467508c4b1aa675e88f595aee6d9cc9f3617d75594c388ef6a8d3af44831f
 DIST climate_control-0.2.0.gem 9728 BLAKE2B 
9868eef8836189d7567d8fd8f5dade874ed4baef883f38b2d6148bde4f1e24544f31fae75ff7bcec4dc685c1fdd23d5164817460eeaf151d8eb105e023bbd741
 SHA512 
c264d731fb02c7a15932d2724bcd54dff91d2370a0b5336444e167e0d39596974c3826db502be7dc1b6d99cdbbc02213582a5a6cb6b822aa32a0913c1ec9

diff --git a/dev-ruby/climate_control/climate_control-0.0.3.ebuild 
b/dev-ruby/climate_control/climate_control-0.0.3.ebuild
deleted file mode 100644
index b953489029a..000
--- a/dev-ruby/climate_control/climate_control-0.0.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-# uses 1.9 syntax
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="NEWS README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Easily manage your environment"
-HOMEPAGE="https://github.com/thoughtbot/climate_control;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activesupport-3.0"
-
-all_ruby_prepare() {
-   # Avoid dependencies on simplecov and git.
-   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
-   sed -i -e 's/git ls-files/echo ""/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-ruby/climate_control/climate_control-0.1.0.ebuild 
b/dev-ruby/climate_control/climate_control-0.1.0.ebuild
deleted file mode 100644
index 06d8d47a519..000
--- a/dev-ruby/climate_control/climate_control-0.1.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_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="NEWS README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Easily manage your environment"
-HOMEPAGE="https://github.com/thoughtbot/climate_control;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   # Avoid dependencies on simplecov and git.
-   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
-   sed -i -e 's/git ls-files/echo ""/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}



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

2017-05-13 Thread Hans de Graaff
commit: c60e5989074ec1c263b4b6292260c3113e49e732
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 14 05:26:01 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 14 05:26:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60e5989

dev-ruby/climate_control: add 0.2.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/climate_control/Manifest 
b/dev-ruby/climate_control/Manifest
index 95ed6687f3c..5668758ad75 100644
--- a/dev-ruby/climate_control/Manifest
+++ b/dev-ruby/climate_control/Manifest
@@ -1,2 +1,3 @@
 DIST climate_control-0.0.3.gem 7168 SHA256 
a5e8109935ad74e63ddbc20f37fb25f01737cd8a7dc99964d89ca26526b7334f SHA512 
9e3b5fbf494e0757fdf52b2b6015d11b2b3aaece95e7226b98ca817a9af731a393ddf9a2278877e7f2ed75c68ff05a06769df03b08cc62757b5af123f7d95f30
 WHIRLPOOL 
7a1a8bf5981c1c69f525794c305868dab8ac450e9eefb91a5049b5a386e66ae48622178482b812063657de4fe63816aac70c97f36c2cb2d34c962f384acc331a
 DIST climate_control-0.1.0.gem 9216 SHA256 
96ba15abdaaa9647e638cc4b3631d5ddf4a29478d96630947fdf0c345131ef72 SHA512 
59e96a8b8b833b7370ed4a11e854ae6088c9f637ed7a1a6dda1666ccbe072f48ea2467508c4b1aa675e88f595aee6d9cc9f3617d75594c388ef6a8d3af44831f
 WHIRLPOOL 
922b87074fe13f87083e8b639d04ad4f6929307da346adefd511791d14963390ca8fde9741733e91769fbfcabab5620fecbeb68ebd98972cd767653b9e9d89e3
+DIST climate_control-0.2.0.gem 9728 SHA256 
51f6a7f6a3e7b94f400592c298b32b91467400ec4580065ccc26efa522d82160 SHA512 
c264d731fb02c7a15932d2724bcd54dff91d2370a0b5336444e167e0d39596974c3826db502be7dc1b6d99cdbbc02213582a5a6cb6b822aa32a0913c1ec9
 WHIRLPOOL 
dae35d6ec01029a3f3e9d11b708dfb29b45a865d38f8232fa11ee978544dba090bd9ea6a45cc1a6c521fcc261bb316a3e11c7beb58eaadd66ac86b9806590bc6

diff --git a/dev-ruby/climate_control/climate_control-0.2.0.ebuild 
b/dev-ruby/climate_control/climate_control-0.2.0.ebuild
new file mode 100644
index 000..64d71cae53f
--- /dev/null
+++ b/dev-ruby/climate_control/climate_control-0.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="NEWS README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Easily manage your environment"
+HOMEPAGE="https://github.com/thoughtbot/climate_control;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid dependencies on simplecov and git.
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+   sed -i -e 's/git ls-files/echo ""/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2017-01-07 Thread Hans de Graaff
commit: 953a2653696f8b007066a172e67b26c8e85b601d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan  8 06:40:16 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan  8 06:40:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953a2653

dev-ruby/climate_control: add 0.1.0

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/climate_control/Manifest 
b/dev-ruby/climate_control/Manifest
index 378daa9..95ed668 100644
--- a/dev-ruby/climate_control/Manifest
+++ b/dev-ruby/climate_control/Manifest
@@ -1 +1,2 @@
 DIST climate_control-0.0.3.gem 7168 SHA256 
a5e8109935ad74e63ddbc20f37fb25f01737cd8a7dc99964d89ca26526b7334f SHA512 
9e3b5fbf494e0757fdf52b2b6015d11b2b3aaece95e7226b98ca817a9af731a393ddf9a2278877e7f2ed75c68ff05a06769df03b08cc62757b5af123f7d95f30
 WHIRLPOOL 
7a1a8bf5981c1c69f525794c305868dab8ac450e9eefb91a5049b5a386e66ae48622178482b812063657de4fe63816aac70c97f36c2cb2d34c962f384acc331a
+DIST climate_control-0.1.0.gem 9216 SHA256 
96ba15abdaaa9647e638cc4b3631d5ddf4a29478d96630947fdf0c345131ef72 SHA512 
59e96a8b8b833b7370ed4a11e854ae6088c9f637ed7a1a6dda1666ccbe072f48ea2467508c4b1aa675e88f595aee6d9cc9f3617d75594c388ef6a8d3af44831f
 WHIRLPOOL 
922b87074fe13f87083e8b639d04ad4f6929307da346adefd511791d14963390ca8fde9741733e91769fbfcabab5620fecbeb68ebd98972cd767653b9e9d89e3

diff --git a/dev-ruby/climate_control/climate_control-0.1.0.ebuild 
b/dev-ruby/climate_control/climate_control-0.1.0.ebuild
new file mode 100644
index ..6fc1722
--- /dev/null
+++ b/dev-ruby/climate_control/climate_control-0.1.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_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="NEWS README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Easily manage your environment"
+HOMEPAGE="https://github.com/thoughtbot/climate_control;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid dependencies on simplecov and git.
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+   sed -i -e 's/git ls-files/echo ""/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2016-07-24 Thread Hans de Graaff
commit: 3798c4fdbf19c0238815ee8a959c7219b94399cc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 24 13:48:16 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 24 13:48:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3798c4fd

dev-ruby/climate_control: add ruby22, ruby23

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/climate_control/climate_control-0.0.3.ebuild 
b/dev-ruby/climate_control/climate_control-0.0.3.ebuild
index 2a51de6..ea3769f 100644
--- a/dev-ruby/climate_control/climate_control-0.0.3.ebuild
+++ b/dev-ruby/climate_control/climate_control-0.0.3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 # uses 1.9 syntax
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="NEWS README.md"



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

2016-03-13 Thread Manuel Rüger
commit: 4fabc6584d1b3206beabd352c7bc1f174208a28d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 13 13:36:13 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 13 13:36:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fabc658

dev-ruby/climate_control: Remove ruby19

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/climate_control/climate_control-0.0.3.ebuild 
b/dev-ruby/climate_control/climate_control-0.0.3.ebuild
index 4a049c6..2a51de6 100644
--- a/dev-ruby/climate_control/climate_control-0.0.3.ebuild
+++ b/dev-ruby/climate_control/climate_control-0.0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 # uses 1.9 syntax
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="NEWS README.md"