From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF40E139694 for ; Sun, 16 Jul 2017 06:49:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4678CE0DC0; Sun, 16 Jul 2017 06:49:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1341EE0DBE for ; Sun, 16 Jul 2017 06:49:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43256341A22 for ; Sun, 16 Jul 2017 06:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE9D874AC for ; Sun, 16 Jul 2017 06:49:21 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1500187529.fea66c0ab1f681b31d59dfda4a0e5b74cb0ba463.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async_sinatra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/async_sinatra/Manifest dev-ruby/async_sinatra/async_sinatra-1.3.0.ebuild X-VCS-Directories: dev-ruby/async_sinatra/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: fea66c0ab1f681b31d59dfda4a0e5b74cb0ba463 X-VCS-Branch: master Date: Sun, 16 Jul 2017 06:49:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8ddc70e9-233b-4483-b298-9aa71ff991b3 X-Archives-Hash: e2d83fcfc6dcb2403214c8a1400f2d62 commit: fea66c0ab1f681b31d59dfda4a0e5b74cb0ba463 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jul 16 06:17:05 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jul 16 06:45:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea66c0a dev-ruby/async_sinatra: add 1.3.0 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/async_sinatra/Manifest | 1 + dev-ruby/async_sinatra/async_sinatra-1.3.0.ebuild | 36 +++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-ruby/async_sinatra/Manifest b/dev-ruby/async_sinatra/Manifest index fc236b05a20..9203c0477f9 100644 --- a/dev-ruby/async_sinatra/Manifest +++ b/dev-ruby/async_sinatra/Manifest @@ -1 +1,2 @@ DIST async_sinatra-1.2.1-git.tgz 8314 SHA256 431d5b229d2e795707184caaf9e9bf0d4e1cb3402b9bfa9d7a6ee624f6ca8712 SHA512 f1c7dc5aeeae366836bc2db6ae1c34967fa4a8d89d2f0fdcbcfeb7737e7b39615990c67ba9d55428cc0873329b5b54e9a1df727b09c5d79b03210b4e209b56ba WHIRLPOOL d13fa0d3e19a3b4a22d8b8321248a635e8ca17ed78f1ec39f38bf2a3130e4d37fe2a929a28df9032ea5b9b8c8329b80fa43d1baf6284ff3a1285b08dc810e243 +DIST async_sinatra-1.3.0-git.tgz 8657 SHA256 74edb50699b1666e40b6198f72e23a4719b1fc451b95d659b0cd1fac8de74ed1 SHA512 2975e41557da539e1b6427a43d41811f4e17315c01da8d1141dbdafad68702395bfce011844b8b1db2c24bbf19d09b5e680cd10e039ceaab1263ea66bcb8f9f6 WHIRLPOOL 322ed103d7df57e6080cc81ba74233ee3bd833a503633fa13f81242251a232be99d1b819535a3596bc8a1c68c467820107f0544645d2b8384a232f07d17ad84c diff --git a/dev-ruby/async_sinatra/async_sinatra-1.3.0.ebuild b/dev-ruby/async_sinatra/async_sinatra-1.3.0.ebuild new file mode 100644 index 00000000000..389334c6b89 --- /dev/null +++ b/dev-ruby/async_sinatra/async_sinatra-1.3.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Asynchronous response API for Sinatra and Thin" +HOMEPAGE="https://github.com/raggi/async_sinatra" +SRC_URI="https://github.com/raggi/async_sinatra/archive/v${PV}.tar.gz -> ${P}-git.tgz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +ruby_add_bdepend "test? ( + >=dev-ruby/hoe-3.13 + >=dev-ruby/minitest-5.6:5 + >=dev-ruby/eventmachine-0.12.11 + dev-ruby/rack-test + )" + +ruby_add_rdepend ">=dev-ruby/sinatra-1.3.2 + >=dev-ruby/rack-1.4.1:*" + +all_ruby_install() { + all_fakegem_install + + insinto /usr/share/doc/${PF}/ + doins -r examples || die "Failed to install examples" +}