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 CFE501382C5 for ; Wed, 21 Mar 2018 06:41:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C586CE093A; Wed, 21 Mar 2018 06:41:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8C7C6E0935 for ; Wed, 21 Mar 2018 06:41:49 +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 80F9A335C36 for ; Wed, 21 Mar 2018 06:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37C9A269 for ; Wed, 21 Mar 2018 06:41:45 +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: <1521614232.8cbcc77ec9e98fbfd18e93927465b5abbeef7ab3.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.2.1.ebuild X-VCS-Directories: dev-ruby/async_sinatra/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8cbcc77ec9e98fbfd18e93927465b5abbeef7ab3 X-VCS-Branch: master Date: Wed, 21 Mar 2018 06:41:45 +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: 0a7a78ae-0b1f-4bc2-b898-5c5760d428c1 X-Archives-Hash: af1cd48aa3d6f0ddfd7edbed4bf0ec50 commit: 8cbcc77ec9e98fbfd18e93927465b5abbeef7ab3 Author: Hans de Graaff gentoo org> AuthorDate: Wed Mar 21 06:37:12 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Mar 21 06:37:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbcc77e dev-ruby/async_sinatra: cleanup Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/async_sinatra/Manifest | 1 - dev-ruby/async_sinatra/async_sinatra-1.2.1.ebuild | 43 ----------------------- 2 files changed, 44 deletions(-) diff --git a/dev-ruby/async_sinatra/Manifest b/dev-ruby/async_sinatra/Manifest index bdf58403593..cedb8d72b11 100644 --- a/dev-ruby/async_sinatra/Manifest +++ b/dev-ruby/async_sinatra/Manifest @@ -1,2 +1 @@ -DIST async_sinatra-1.2.1-git.tgz 8314 BLAKE2B 13f338e1857c8dfa8e9586398f64892b51340dc610f69106fa668156498c19c0c89984718ec5f71f8f9626bfe49af1bdc1c72ffb85321faab9cf228b08c06ab5 SHA512 f1c7dc5aeeae366836bc2db6ae1c34967fa4a8d89d2f0fdcbcfeb7737e7b39615990c67ba9d55428cc0873329b5b54e9a1df727b09c5d79b03210b4e209b56ba DIST async_sinatra-1.3.0-git.tgz 8657 BLAKE2B ba41b01a9ad00794f19273d41cceaf80ae5159e38f93c1907db5fae78d5d2f5d6d583f31ff495722b3a241f7e0d2d91c5b3202fe5a8ff39f500e6ab0e1e0030b SHA512 2975e41557da539e1b6427a43d41811f4e17315c01da8d1141dbdafad68702395bfce011844b8b1db2c24bbf19d09b5e680cd10e039ceaab1263ea66bcb8f9f6 diff --git a/dev-ruby/async_sinatra/async_sinatra-1.2.1.ebuild b/dev-ruby/async_sinatra/async_sinatra-1.2.1.ebuild deleted file mode 100644 index c06f3258e4f..00000000000 --- a/dev-ruby/async_sinatra/async_sinatra-1.2.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" -RUBY_FAKEGEM_TASK_DOC="docs" - -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_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )" - -ruby_add_rdepend ">=dev-ruby/sinatra-1.3.2 - >=dev-ruby/rack-1.4.1:*" - -all_ruby_prepare() { - # Remove development dependencies that we don't have from the gemspec - sed -i -e '/\(hoe\|rdoc\)/d' async_sinatra.gemspec || die -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF}/ - doins -r examples || die "Failed to install examples" -}