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 1A7DD139360 for ; Fri, 13 Aug 2021 06:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F983E0788; Fri, 13 Aug 2021 06:56:38 +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 5242BE0788 for ; Fri, 13 Aug 2021 06:56:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4B4BE340B57 for ; Fri, 13 Aug 2021 06:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0122578A for ; Fri, 13 Aug 2021 06:56:36 +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: <1628837792.d2c6ace8d91b84de0b6aa391a6d9520e7823904f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/will_paginate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/will_paginate/Manifest dev-ruby/will_paginate/will_paginate-3.3.1.ebuild X-VCS-Directories: dev-ruby/will_paginate/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d2c6ace8d91b84de0b6aa391a6d9520e7823904f X-VCS-Branch: master Date: Fri, 13 Aug 2021 06:56:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a1c1d969-f708-463d-92a6-5200ed9effe8 X-Archives-Hash: 2dd26a83eb9acf3c2759fd6aa6ab8776 commit: d2c6ace8d91b84de0b6aa391a6d9520e7823904f Author: Hans de Graaff gentoo org> AuthorDate: Fri Aug 13 06:43:42 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Aug 13 06:56:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c6ace8 dev-ruby/will_paginate: add 3.3.1 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/will_paginate/Manifest | 1 + dev-ruby/will_paginate/will_paginate-3.3.1.ebuild | 31 +++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest index 7427ae63c9d..32c2ad3a7b2 100644 --- a/dev-ruby/will_paginate/Manifest +++ b/dev-ruby/will_paginate/Manifest @@ -1 +1,2 @@ DIST will_paginate-3.3.0.gem 37888 BLAKE2B f1d2178086c7b7efc0ef46d8cccd64f3c0ed54427c3d499e88f7ba4fc3d1eef086060b3dd7e365cddf16558721c500652d0cc252e18618a9f5dbc01ff9ba2f04 SHA512 2114683e16642e4d06523ba69d26438a7111687f73d3ab89bfcf7a413ce5ea68cb076c4f887f34efcd9c6d5525260e9367a5b502ccde5658f3e21f7f0dba12ab +DIST will_paginate-3.3.1.gem 34816 BLAKE2B c8506fd9c529764e539ba799b3ef12f47e8d17a8579f2337163ab316cb6d9fe40c3d41c94e9616f55b9f3766989b11e5fb0579f0a69d2ee52c3f5c6104f32b7b SHA512 6b17ba13aeb3733811d6ab10f8c873b9f3687c88a86971f2aa820df7d294b304eaf74c699f34aca2242a0be6033db03d07f67d76fc183b2685ee1be53c9c1c64 diff --git a/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild b/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild new file mode 100644 index 00000000000..ce6a5ea33ef --- /dev/null +++ b/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Most awesome pagination solution for Ruby" +HOMEPAGE="https://github.com/mislav/will_paginate/" + +LICENSE="MIT" +SLOT="3" +KEYWORDS="~amd64" +IUSE="" + +all_ruby_prepare() { + # Remove tests for unpackaged ORMs + rm -f spec/finders/{sequel,mongoid,data_mapper}* || die +} + +ruby_add_bdepend " + test? ( + dev-ruby/rails + dev-ruby/sqlite3 + dev-ruby/mocha + )"