Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async_sinatra/
Date: Tue, 08 Mar 2016 21:48:36
Message-Id: 1457473660.40988e942cf8ef717989f6d4762d89fd8c2190b5.mrueg@gentoo
1 commit: 40988e942cf8ef717989f6d4762d89fd8c2190b5
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 8 21:47:40 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 8 21:47:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40988e94
7
8 dev-ruby/async_sinatra: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/async_sinatra/Manifest | 1 -
13 dev-ruby/async_sinatra/async_sinatra-1.2.0.ebuild | 44 -----------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/dev-ruby/async_sinatra/Manifest b/dev-ruby/async_sinatra/Manifest
17 index 4cd8c9b..fc236b0 100644
18 --- a/dev-ruby/async_sinatra/Manifest
19 +++ b/dev-ruby/async_sinatra/Manifest
20 @@ -1,2 +1 @@
21 -DIST async_sinatra-1.2.0-git.tgz 8194 SHA256 b62f1f7944fe2816fe418c9acf64ca73c2708b6ebd3bfa6e06dc693703faaa0a SHA512 abddfd78e6e6d1dbee8e463a10f3e233045f3321a828267e666399853fc6e1ab7661b8338193f1437cd9ef891a15323667b8f1e3dc89f2acc6ccc34b2aa16a6e WHIRLPOOL 109ececfd95de28e27a5c8be0b010690d1054db993cb764a2d5ac43edae9a5ccd031b75638523f568496bcdf7b0c67d23cfa1e209820bad1831686a5391ebaec
22 DIST async_sinatra-1.2.1-git.tgz 8314 SHA256 431d5b229d2e795707184caaf9e9bf0d4e1cb3402b9bfa9d7a6ee624f6ca8712 SHA512 f1c7dc5aeeae366836bc2db6ae1c34967fa4a8d89d2f0fdcbcfeb7737e7b39615990c67ba9d55428cc0873329b5b54e9a1df727b09c5d79b03210b4e209b56ba WHIRLPOOL d13fa0d3e19a3b4a22d8b8321248a635e8ca17ed78f1ec39f38bf2a3130e4d37fe2a929a28df9032ea5b9b8c8329b80fa43d1baf6284ff3a1285b08dc810e243
23
24 diff --git a/dev-ruby/async_sinatra/async_sinatra-1.2.0.ebuild b/dev-ruby/async_sinatra/async_sinatra-1.2.0.ebuild
25 deleted file mode 100644
26 index 92e0522..0000000
27 --- a/dev-ruby/async_sinatra/async_sinatra-1.2.0.ebuild
28 +++ /dev/null
29 @@ -1,44 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
36 -
37 -RUBY_FAKEGEM_DOCDIR="doc"
38 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
39 -RUBY_FAKEGEM_TASK_DOC="docs"
40 -
41 -inherit ruby-fakegem
42 -
43 -DESCRIPTION="Asynchronous response API for Sinatra and Thin"
44 -HOMEPAGE="https://github.com/raggi/async_sinatra"
45 -SRC_URI="https://github.com/raggi/async_sinatra/archive/v${PV}.tar.gz -> ${P}-git.tgz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE="test"
51 -
52 -ruby_add_bdepend "test? (
53 - >=dev-ruby/hoe-3.13
54 - >=dev-ruby/minitest-5.6:5
55 - >=dev-ruby/eventmachine-0.12.11
56 - dev-ruby/rack-test
57 - )"
58 -ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )"
59 -
60 -ruby_add_rdepend ">=dev-ruby/sinatra-1.3.2
61 - >=dev-ruby/rack-1.4.1:*"
62 -
63 -all_ruby_prepare() {
64 - # Remove development dependencies that we don't have from the gemspec
65 - sed -i -e '/\(hoe\|rdoc\)/d' async_sinatra.gemspec || die
66 -}
67 -
68 -all_ruby_install() {
69 - all_fakegem_install
70 -
71 - insinto /usr/share/doc/${PF}/
72 - doins -r examples || die "Failed to install examples"
73 -}