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 921FC138206 for ; Tue, 2 Jan 2018 06:51:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 756AAE082F; Tue, 2 Jan 2018 06:51:44 +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 511B9E082D for ; Tue, 2 Jan 2018 06:51:44 +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 DB26B335C0D for ; Tue, 2 Jan 2018 06:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F400192 for ; Tue, 2 Jan 2018 06:51:40 +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: <1514875324.4a11c58ccff9e45814e00476e3c91b1a7ac5218b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/request_store/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/request_store/Manifest dev-ruby/request_store/request_store-1.4.0.ebuild X-VCS-Directories: dev-ruby/request_store/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4a11c58ccff9e45814e00476e3c91b1a7ac5218b X-VCS-Branch: master Date: Tue, 2 Jan 2018 06:51:40 +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: 5a6fd5af-975b-4196-81a7-9fb2630d4942 X-Archives-Hash: 6651f413b5c65ce45a902bd92f89d7a8 commit: 4a11c58ccff9e45814e00476e3c91b1a7ac5218b Author: Hans de Graaff gentoo org> AuthorDate: Tue Jan 2 06:42:04 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jan 2 06:42:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a11c58c dev-ruby/request_store: add 1.4.0 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ruby/request_store/Manifest | 1 + dev-ruby/request_store/request_store-1.4.0.ebuild | 24 +++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ruby/request_store/Manifest b/dev-ruby/request_store/Manifest index a1aa2fb168e..3925a4b29ef 100644 --- a/dev-ruby/request_store/Manifest +++ b/dev-ruby/request_store/Manifest @@ -1,2 +1,3 @@ DIST request_store-1.0.5.gem 6656 BLAKE2B 2bd96d3dd40e846e8b36cae338c1f95ec812d6121db332e60c85b4c8e043fe81229e9e2f7f8f3c1ef3d7c592515bb69d5dae3cc4755f181fd29a1eb7e7c6254d SHA512 0d69ebdb8d3f6df11f89780c250b5fcc702258e19d7fbf8e2273614ecc220ee25e059a596a8a7e39bcc426f8d834cab38c161c0c1a800cc7ebdba3daa810e727 DIST request_store-1.3.2.gem 7680 BLAKE2B 78825112c3893b631952275885096a0f4475fdd67f5fcf1834c5f7f4c468f79709e60d7f64f68cf13d44e6673c2b555e024a15f0518d083dacc54a40d588867c SHA512 038aad3f71d3e8ac4b13503ac6bb484cc1b85516ecdf618dc5af2c5f906d7f33c2304c3d7ab25b7acaa6210fe8a419ec8bda40e5036f692928a08fc5cca6e40b +DIST request_store-1.4.0.gem 9216 BLAKE2B 90e4dfa1c43a4c64f17b70dd4b77e2b982f5dc4bf42cd3b26345cf168d1ac8ac750dca75db679fc1c24097638c7dba031f8b29f3f4d9e81fdbcc30dc8dc6e5e0 SHA512 12835dc2f5b4b6a6812adb756ebc45a9f6a0b80e65800a7dabc27c55c359f5090adc9530b17de072d2feb6903ba0f1b075379bef83c7b673a86b1b8ce51447e4 diff --git a/dev-ruby/request_store/request_store-1.4.0.ebuild b/dev-ruby/request_store/request_store-1.4.0.ebuild new file mode 100644 index 00000000000..ab89379ff34 --- /dev/null +++ b/dev-ruby/request_store/request_store-1.4.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Per-request global storage for Rack" +HOMEPAGE="https://github.com/steveklabnik/request_store" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/rack-1.4:*" + +all_ruby_prepare() { + sed -i -e "/bundler/ s:^:#:" Rakefile || die +}