From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/serverengine/
Date: Wed, 4 Nov 2020 05:59:46 +0000 (UTC) [thread overview]
Message-ID: <1604469567.923ec6c0518f25876ca4627cacbfb97ad98126c3.graaff@gentoo> (raw)
commit: 923ec6c0518f25876ca4627cacbfb97ad98126c3
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 3 07:00:11 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Nov 4 05:59:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923ec6c0
dev-ruby/serverengine: add 2.2.2
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/serverengine/Manifest | 1 +
dev-ruby/serverengine/serverengine-2.2.2.ebuild | 34 +++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-ruby/serverengine/Manifest b/dev-ruby/serverengine/Manifest
index d6e02a30489..5971948f6aa 100644
--- a/dev-ruby/serverengine/Manifest
+++ b/dev-ruby/serverengine/Manifest
@@ -1 +1,2 @@
DIST serverengine-2.2.1.gem 39424 BLAKE2B 0c68bfd59c0f6abbb294ecd8003c80853413b38b05ba1553230a2a49ffbf56dad43428eafbac4e77a012d66fdc30d4445249aed53e6eead11f52f5aeffd91c1e SHA512 920dd828561b44525dbef2a45144a40f456a5fbc2a56366a7831b42e9f6e115895a0156adc10114a007c2487d1bd1488f73c9c00373fd90648ee272c9c872111
+DIST serverengine-2.2.2.gem 39424 BLAKE2B 113ffaa6dd1c35ba0796aaec30c4b3bbc71d63abb7214bd0ed30c7d38195bb2caf4e12d79968ca2750fb522600ac9494848984248fe1645ae3d7c1e97fd6a608 SHA512 ec34af108017468e3981861b4a4ae84d071dd31aaca78d458512bf430a1c7075deb64134f899dbde14e8f18a0e163f0f61236a7b3678173030c093d3362eecf2
diff --git a/dev-ruby/serverengine/serverengine-2.2.2.ebuild b/dev-ruby/serverengine/serverengine-2.2.2.ebuild
new file mode 100644
index 00000000000..f8f4908872d
--- /dev/null
+++ b/dev-ruby/serverengine/serverengine-2.2.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="Changelog README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A framework to implement robust multiprocess servers"
+HOMEPAGE="https://github.com/fluent/serverengine"
+LICENSE="Apache-2.0"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/sigdump-0.2.2:0"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler )"
+
+all_ruby_prepare() {
+ sed -i -e '/rake/ s/~>/>=/' \
+ -e '/rspec/ s/2.13.0/2.13/' \
+ -e '/rake-compiler/ s:^:#:' serverengine.gemspec || die
+}
+
+each_ruby_test() {
+ # The specs spawn ruby processes with bundler support
+ ${RUBY} -S bundle exec rspec-2 spec || die
+}
next reply other threads:[~2020-11-04 5:59 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-04 5:59 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-22 6:01 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/serverengine/ Hans de Graaff
2024-02-18 10:24 Hans de Graaff
2024-01-23 8:27 Hans de Graaff
2023-08-29 14:26 Hans de Graaff
2023-07-10 7:36 Hans de Graaff
2023-07-10 7:36 Hans de Graaff
2023-03-16 7:34 Hans de Graaff
2022-12-28 7:18 Hans de Graaff
2022-12-11 6:27 Hans de Graaff
2022-12-07 18:24 Hans de Graaff
2022-12-07 18:24 Hans de Graaff
2022-06-19 7:27 Hans de Graaff
2022-06-14 5:13 Hans de Graaff
2022-04-18 17:15 Hans de Graaff
2022-02-05 6:57 Hans de Graaff
2022-01-15 6:29 Hans de Graaff
2021-10-10 5:54 Hans de Graaff
2021-02-18 7:21 Hans de Graaff
2020-09-08 5:48 Hans de Graaff
2020-01-25 7:12 Hans de Graaff
2019-11-17 7:36 Hans de Graaff
2019-11-02 5:55 Hans de Graaff
2019-04-24 4:35 Hans de Graaff
2019-01-20 10:40 Hans de Graaff
2018-11-16 6:30 Hans de Graaff
2018-07-11 4:19 Hans de Graaff
2018-04-05 5:36 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1604469567.923ec6c0518f25876ca4627cacbfb97ad98126c3.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox