* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid-supervision/
@ 2015-12-29 9:03 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2015-12-29 9:03 UTC (permalink / raw
To: gentoo-commits
commit: c5a80dde8c63296268ba4033e60db65d80fadcd8
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 08:58:34 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 09:00:15 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a80dde
dev-ruby/celluloid-supervision: add celluloid 0.17.2
Package-Manager: portage-2.2.24
dev-ruby/celluloid-supervision/Manifest | 1 +
.../celluloid-supervision-0.20.5.ebuild | 38 ++++++++++++++++++++++
dev-ruby/celluloid-supervision/metadata.xml | 8 +++++
3 files changed, 47 insertions(+)
diff --git a/dev-ruby/celluloid-supervision/Manifest b/dev-ruby/celluloid-supervision/Manifest
new file mode 100644
index 0000000..716d71c
--- /dev/null
+++ b/dev-ruby/celluloid-supervision/Manifest
@@ -0,0 +1 @@
+DIST celluloid-supervision-0.20.5.tar.gz 16404 SHA256 503dad4bbda90f8c6d0a092f128fa68f48ab24b8fc7707baa38bd208b65af5ea SHA512 0fca953b6ade756574040b8e34e8ac4ea3d392628a9fb14a8d52f39ca3f92371e335520b673dec8fc9a4a44a208b38f51c9c23e2218510078ded64c903533bc8 WHIRLPOOL 665a4594e1cb063d7895cb1abd428518cb8b63d4127571854a372ddbd4955957ee04a838e1d1622197e109bb23a268b75a040b559240df7c25261324e2f2199f
diff --git a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild
new file mode 100644
index 0000000..39eb453
--- /dev/null
+++ b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a simple and natural way to build fault-tolerant concurrent programs"
+HOMEPAGE="https://github.com/celluloid/celluloid"
+SRC_URI="https://github.com/celluloid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+IUSE=""
+SLOT="0"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+
+ruby_add_rdepend "
+ >=dev-ruby/timers-4.1.1"
+
+ruby_add_bdepend "test? (
+ >=dev-ruby/celluloid-0.17.2
+ dev-ruby/dotenv
+ dev-ruby/nenv
+ dev-ruby/rspec-retry
+)"
+
+all_ruby_prepare() {
+ sed -i -e '/[Bb]undler/d' -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
+
+ sed -i -e '1irequire "pathname"' spec/spec_helper.rb || die
+ sed -i -e "s:log/test.log:${TMPDIR}/test.log:" .env-dev || die
+}
diff --git a/dev-ruby/celluloid-supervision/metadata.xml b/dev-ruby/celluloid-supervision/metadata.xml
new file mode 100644
index 0000000..c996e6b
--- /dev/null
+++ b/dev-ruby/celluloid-supervision/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>ruby</herd>
+ <upstream>
+ <remote-id type="github">celluloid/celluloid-supervision</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid-supervision/
@ 2016-01-09 19:26 Markus Meier
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier @ 2016-01-09 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 378c3b1e7228408450c422de51656f84f23a9cd7
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 9 19:21:54 2016 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Jan 9 19:25:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378c3b1e
dev-ruby/celluloid-supervision: add ~arm, bug #570052
Package-Manager: portage-2.2.26
dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild
index 39eb453..37c2241 100644
--- a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild
+++ b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild
@@ -18,7 +18,7 @@ IUSE=""
SLOT="0"
LICENSE="MIT"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
ruby_add_rdepend "
>=dev-ruby/timers-4.1.1"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid-supervision/
@ 2016-01-17 20:03 Fabian Groffen
0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen @ 2016-01-17 20:03 UTC (permalink / raw
To: gentoo-commits
commit: b3e560999f39eac99a322de68f4a656c1f0e94fb
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 19:59:23 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 20:03:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e56099
dev-ruby/celluloid-supervision: marked *-macos, *-solaris, bug #570052
Package-Manager: portage-2.2.20-prefix
dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild
index 37c2241..b051bb5 100644
--- a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild
+++ b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild
@@ -18,7 +18,7 @@ IUSE=""
SLOT="0"
LICENSE="MIT"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
ruby_add_rdepend "
>=dev-ruby/timers-4.1.1"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid-supervision/
@ 2016-06-27 4:41 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2016-06-27 4:41 UTC (permalink / raw
To: gentoo-commits
commit: c9f3eef95a7db38a10d6fba814d2df772a623b3b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 27 04:29:07 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 04:41:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f3eef9
dev-ruby/celluloid-supervision: add 0.20.6
Package-Manager: portage-2.2.28
dev-ruby/celluloid-supervision/Manifest | 1 +
.../celluloid-supervision-0.20.6.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-ruby/celluloid-supervision/Manifest b/dev-ruby/celluloid-supervision/Manifest
index 716d71c..ca12ca0 100644
--- a/dev-ruby/celluloid-supervision/Manifest
+++ b/dev-ruby/celluloid-supervision/Manifest
@@ -1 +1,2 @@
DIST celluloid-supervision-0.20.5.tar.gz 16404 SHA256 503dad4bbda90f8c6d0a092f128fa68f48ab24b8fc7707baa38bd208b65af5ea SHA512 0fca953b6ade756574040b8e34e8ac4ea3d392628a9fb14a8d52f39ca3f92371e335520b673dec8fc9a4a44a208b38f51c9c23e2218510078ded64c903533bc8 WHIRLPOOL 665a4594e1cb063d7895cb1abd428518cb8b63d4127571854a372ddbd4955957ee04a838e1d1622197e109bb23a268b75a040b559240df7c25261324e2f2199f
+DIST celluloid-supervision-0.20.6.tar.gz 16391 SHA256 a315537d2d9277ea72c1e7348ece27a4db41d57f88f789e915dbc35a5901fb4e SHA512 f27d873641bf732822f1c65a8344a2c3bb611040ff0b3c72baff44ad3166f9a872e3dc536310a725f6ae91f1664ff72eba77c3192325ec52a25b7efee1beeaed WHIRLPOOL 19df082ce0be529e5afe492c75ae5b1070e3d21058e92271ac86758348ede3dfed07ec44967fd3897ab3346475314e45d807c681e7d191bc0e6d367b26fe43eb
diff --git a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild
new file mode 100644
index 0000000..7c7f015
--- /dev/null
+++ b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a simple and natural way to build fault-tolerant concurrent programs"
+HOMEPAGE="https://github.com/celluloid/celluloid"
+SRC_URI="https://github.com/celluloid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+IUSE=""
+SLOT="0"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+ruby_add_rdepend "
+ >=dev-ruby/timers-4.1.1"
+
+ruby_add_bdepend "test? (
+ >=dev-ruby/celluloid-0.17.2
+ dev-ruby/dotenv
+ dev-ruby/nenv
+ dev-ruby/rspec-retry
+)"
+
+all_ruby_prepare() {
+ sed -i -e '/[Bb]undler/d' -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
+
+ sed -i -e '1irequire "pathname"' spec/spec_helper.rb || die
+ sed -i -e "s:log/test.log:${TMPDIR}/test.log:" .env-dev || die
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid-supervision/
@ 2017-06-25 6:54 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2017-06-25 6:54 UTC (permalink / raw
To: gentoo-commits
commit: 1700d72230ed35065c429565e62ea4ff1dfbc5a4
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 06:52:02 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 06:53:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1700d722
dev-ruby/celluloid-supervision: add ruby22, ruby23
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild
index 31d60de7d27..c7fad83db21 100644
--- a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild
+++ b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby21 ruby22 ruby23"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_TASK_DOC=""
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid-supervision/
@ 2017-06-26 18:39 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2017-06-26 18:39 UTC (permalink / raw
To: gentoo-commits
commit: ad1f0a9541b9838f741e6633ee0d8b89a65e0d2d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 04:55:24 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 18:39:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1f0a95
dev-ruby/celluloid-supervision: cleanup
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-ruby/celluloid-supervision/Manifest | 1 -
.../celluloid-supervision-0.20.5.ebuild | 37 ----------------------
2 files changed, 38 deletions(-)
diff --git a/dev-ruby/celluloid-supervision/Manifest b/dev-ruby/celluloid-supervision/Manifest
index ca12ca01218..c1e8dfc9b8d 100644
--- a/dev-ruby/celluloid-supervision/Manifest
+++ b/dev-ruby/celluloid-supervision/Manifest
@@ -1,2 +1 @@
-DIST celluloid-supervision-0.20.5.tar.gz 16404 SHA256 503dad4bbda90f8c6d0a092f128fa68f48ab24b8fc7707baa38bd208b65af5ea SHA512 0fca953b6ade756574040b8e34e8ac4ea3d392628a9fb14a8d52f39ca3f92371e335520b673dec8fc9a4a44a208b38f51c9c23e2218510078ded64c903533bc8 WHIRLPOOL 665a4594e1cb063d7895cb1abd428518cb8b63d4127571854a372ddbd4955957ee04a838e1d1622197e109bb23a268b75a040b559240df7c25261324e2f2199f
DIST celluloid-supervision-0.20.6.tar.gz 16391 SHA256 a315537d2d9277ea72c1e7348ece27a4db41d57f88f789e915dbc35a5901fb4e SHA512 f27d873641bf732822f1c65a8344a2c3bb611040ff0b3c72baff44ad3166f9a872e3dc536310a725f6ae91f1664ff72eba77c3192325ec52a25b7efee1beeaed WHIRLPOOL 19df082ce0be529e5afe492c75ae5b1070e3d21058e92271ac86758348ede3dfed07ec44967fd3897ab3346475314e45d807c681e7d191bc0e6d367b26fe43eb
diff --git a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild
deleted file mode 100644
index 75c896dfbb5..00000000000
--- a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides a simple and natural way to build fault-tolerant concurrent programs"
-HOMEPAGE="https://github.com/celluloid/celluloid"
-SRC_URI="https://github.com/celluloid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-IUSE=""
-SLOT="0"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-ruby_add_rdepend "
- >=dev-ruby/timers-4.1.1"
-
-ruby_add_bdepend "test? (
- >=dev-ruby/celluloid-0.17.2
- dev-ruby/dotenv
- dev-ruby/nenv
- dev-ruby/rspec-retry
-)"
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/d' -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
-
- sed -i -e '1irequire "pathname"' spec/spec_helper.rb || die
- sed -i -e "s:log/test.log:${TMPDIR}/test.log:" .env-dev || die
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid-supervision/
@ 2018-03-18 19:43 Sergei Trofimovich
0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-03-18 19:43 UTC (permalink / raw
To: gentoo-commits
commit: a3070821642caf30713b5f9a9434a99934051cfc
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 19:42:56 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 19:43:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3070821
dev-ruby/celluloid-supervision: keyworded 0.20.6 for ppc64, bug #570052
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild
index bffeb3c8a65..1224cec42c1 100644
--- a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild
+++ b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild
@@ -17,7 +17,7 @@ IUSE=""
SLOT="0"
LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
ruby_add_rdepend "
>=dev-ruby/timers-4.1.1"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid-supervision/
@ 2018-03-25 19:58 Sergei Trofimovich
0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-03-25 19:58 UTC (permalink / raw
To: gentoo-commits
commit: 8c1f140f9f40cc89e0f19266567eb2d3adbfaeba
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 19:58:06 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 19:58:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1f140f
dev-ruby/celluloid-supervision: keyworded 0.20.6 for ppc, bug #570052
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild
index 1224cec42c1..9d79d661647 100644
--- a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild
+++ b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild
@@ -17,7 +17,7 @@ IUSE=""
SLOT="0"
LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
ruby_add_rdepend "
>=dev-ruby/timers-4.1.1"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid-supervision/
@ 2018-05-05 8:54 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2018-05-05 8:54 UTC (permalink / raw
To: gentoo-commits
commit: d91d23df4c2f97df298b8e962252677f9c230c64
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 5 08:50:27 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 5 08:53:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91d23df
dev-ruby/celluloid-supervision: add ruby24
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild
index 9d79d661647..b1610ab0df5 100644
--- a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild
+++ b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.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="ruby23 ruby24"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_TASK_DOC=""
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2018-05-05 8:54 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-17 20:03 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid-supervision/ Fabian Groffen
-- strict thread matches above, loose matches on Subject: below --
2018-05-05 8:54 Hans de Graaff
2018-03-25 19:58 Sergei Trofimovich
2018-03-18 19:43 Sergei Trofimovich
2017-06-26 18:39 Hans de Graaff
2017-06-25 6:54 Hans de Graaff
2016-06-27 4:41 Hans de Graaff
2016-01-09 19:26 Markus Meier
2015-12-29 9:03 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