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 4DF2D1396D1 for ; Thu, 24 Aug 2017 05:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87E35E0DDD; Thu, 24 Aug 2017 05:49:42 +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 677B3E0DDD for ; Thu, 24 Aug 2017 05:49:42 +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 9BAD7341B11 for ; Thu, 24 Aug 2017 05:49:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D02780AC for ; Thu, 24 Aug 2017 05:49:38 +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: <1503551139.94e63d0cb0a7518cc26cf7d845fdf047bcbbd80f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/shotgun/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/shotgun/Manifest dev-ruby/shotgun/shotgun-0.9.1.ebuild X-VCS-Directories: dev-ruby/shotgun/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 94e63d0cb0a7518cc26cf7d845fdf047bcbbd80f X-VCS-Branch: master Date: Thu, 24 Aug 2017 05:49:38 +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: 28f34ef1-cb0d-4faa-aaa1-9cf404e3d806 X-Archives-Hash: 026cd380081e062494c638da99f1e4f7 commit: 94e63d0cb0a7518cc26cf7d845fdf047bcbbd80f Author: Hans de Graaff gentoo org> AuthorDate: Thu Aug 24 05:05:39 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Aug 24 05:05:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e63d0c dev-ruby/shotgun: cleanup Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/shotgun/Manifest | 1 - dev-ruby/shotgun/shotgun-0.9.1.ebuild | 36 ----------------------------------- 2 files changed, 37 deletions(-) diff --git a/dev-ruby/shotgun/Manifest b/dev-ruby/shotgun/Manifest index e3b3a2b4633..d721ac2864b 100644 --- a/dev-ruby/shotgun/Manifest +++ b/dev-ruby/shotgun/Manifest @@ -1,2 +1 @@ -DIST shotgun-0.9.1.gem 16384 SHA256 e426e4557ddd3a9a7015b06934aa30dc9038faf04bff5c5e9cd93a599c73ae8d SHA512 eae31007c4a27a660d4bc8bd0b87b4281c1c50a6c9c4675e492b8914a412dc5a2f21998f8b9105b0ada64600c1322d0bd936c4fd4b032dc57aaf1612827208f7 WHIRLPOOL 1bdce842ef3eb606a860052ea95315eb57e3237bd44d4aa76c5e360018377135ae69364e7550041f4492924bc7328b71b7be0203f566a02d004859396e6f68bb DIST shotgun-0.9.2.gem 16384 SHA256 4ef19e63f98c620272666c98fa63e1e733c880b2ac112ac31578918fa2670411 SHA512 62228b0b8bdac815e2204fd89d3e106d033cfee7668ef12406120e5a21f52770ee36c6fa7b3edf3eaf09bdfde5849239364d3483a817914024c21618897e8d9a WHIRLPOOL c0143ba3cecf1281210b2cbfe4b68c68a13233750834a9ab2e3029fd5bf7841a8d499088cf249be0d3f7d95140202a3be141308d6760aa91346479ae37ac2bba diff --git a/dev-ruby/shotgun/shotgun-0.9.1.ebuild b/dev-ruby/shotgun/shotgun-0.9.1.ebuild deleted file mode 100644 index c9c1d28826f..00000000000 --- a/dev-ruby/shotgun/shotgun-0.9.1.ebuild +++ /dev/null @@ -1,36 +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" - -# No documentation task -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" - -inherit ruby-fakegem - -DESCRIPTION="Forking implementation of rackup" -HOMEPAGE="https://github.com/rtomayko/shotgun" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# Warning: the code does not use gem versioning to make sure to load -# only the right rack version so we might need to patch it to work :/ -ruby_add_rdepend 'dev-ruby/rack' -ruby_add_bdepend "test? ( dev-ruby/bacon )" - -each_ruby_test() { - ${RUBY} -Ilib test/test_shotgun_static.rb || die - ${RUBY} -Ilib test/test_shotgun_loader.rb || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/shotgun.1 -}