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 A9C2A158018 for ; Tue, 28 Sep 2021 01:01:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F82EE09F8; Tue, 28 Sep 2021 01:01:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA36EE09F8 for ; Tue, 28 Sep 2021 01:01:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDC40342E74 for ; Tue, 28 Sep 2021 01:01:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08EAE114 for ; Tue, 28 Sep 2021 01:01:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1632790840.0bd911c353fb0463490bafcd07ace97d2b4c27c0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/public_suffix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/public_suffix/public_suffix-3.1.1.ebuild X-VCS-Directories: dev-ruby/public_suffix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0bd911c353fb0463490bafcd07ace97d2b4c27c0 X-VCS-Branch: master Date: Tue, 28 Sep 2021 01:01:52 +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: 3a2343b2-c030-4575-a27a-d6f6fa3b222a X-Archives-Hash: cbb8796085f5e34ae56e8afe8891cb25 commit: 0bd911c353fb0463490bafcd07ace97d2b4c27c0 Author: Guillaume Seren gmail com> AuthorDate: Thu Mar 11 19:21:54 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 28 01:00:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd911c3 dev-ruby/public_suffix: Add support ruby27 + tests 3.1.1 Closes: https://bugs.gentoo.org/765253 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Guillaume Seren gmail.com> Signed-off-by: Sam James gentoo.org> dev-ruby/public_suffix/public_suffix-3.1.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-ruby/public_suffix/public_suffix-3.1.1.ebuild b/dev-ruby/public_suffix/public_suffix-3.1.1.ebuild index 36a858c2461..95465880769 100644 --- a/dev-ruby/public_suffix/public_suffix-3.1.1.ebuild +++ b/dev-ruby/public_suffix/public_suffix-3.1.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 USE_RUBY="ruby25 ruby26 ruby27" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" RUBY_FAKEGEM_EXTRAINSTALL="data" RUBY_FAKEGEM_BINWRAP="" @@ -18,7 +18,8 @@ HOMEPAGE="https://simonecarletti.com/code/publicsuffix-ruby/" KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" LICENSE="MIT" SLOT="3" -IUSE="" +IUSE="test" +RESTRICT="!test? ( test )" ruby_add_bdepend "test? ( dev-ruby/mocha )"