From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1302078-garchives=archives.gentoo.org@lists.gentoo.org> 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 94CE6139345 for <garchives@archives.gentoo.org>; Tue, 13 Jul 2021 10:17:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80DE9E0C63; Tue, 13 Jul 2021 10:17:23 +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 64A98E0C63 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Jul 2021 10:17:23 +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 3BF98342B70 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Jul 2021 10:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCE297D0 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Jul 2021 10:17:20 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> 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" <graaff@gentoo.org> Message-ID: <1626171436.43bd1a6e1d6532374beff6e334c7ab8736512c7e.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/diva/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/diva/Manifest dev-ruby/diva/diva-1.0.2-r1.ebuild dev-ruby/diva/diva-1.0.2-r2.ebuild dev-ruby/diva/diva-1.0.2.ebuild X-VCS-Directories: dev-ruby/diva/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 43bd1a6e1d6532374beff6e334c7ab8736512c7e X-VCS-Branch: master Date: Tue, 13 Jul 2021 10:17:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c342af5c-3804-4b72-a938-285989cd6b47 X-Archives-Hash: 2088528e23a0008b717ba3370ce91ba8 commit: 43bd1a6e1d6532374beff6e334c7ab8736512c7e Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Jul 13 10:11:09 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jul 13 10:17:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43bd1a6e dev-ruby/diva: fix addressable dependency Allow addressable 2.8 since previous version have security issues. All tests pass with addressable 2.8. Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/diva/Manifest | 1 - .../{diva-1.0.2-r1.ebuild => diva-1.0.2-r2.ebuild} | 8 +++---- dev-ruby/diva/diva-1.0.2.ebuild | 28 ---------------------- 3 files changed, 4 insertions(+), 33 deletions(-) diff --git a/dev-ruby/diva/Manifest b/dev-ruby/diva/Manifest index f8b31f11582..d2f3136f779 100644 --- a/dev-ruby/diva/Manifest +++ b/dev-ruby/diva/Manifest @@ -1,2 +1 @@ -DIST diva-1.0.2.gem 13824 BLAKE2B c292e11d9975691d85cb0500ec42b10422665abb9b236d44629d0a9518e318cf91891d4ad265aab81d13762d121910a8be92c602225d44bfa66e31e77082fa95 SHA512 b5d2df59e4144930ee18c7b738e8b93646057935364c2710d349761e68053f1c342b382de76dc1669076db7394ff906384a8952e1e7c44c71f208dc3604d67f4 DIST diva-1.0.2.tar.gz 13638 BLAKE2B 461e8487e06749d0482b86fd30945dc83d53daea06750628839c899b6f8d419599c9cc322b62f58d3eb956a2a99a3674dd591c4bb2fc5483bd1853bc40154634 SHA512 b60d80ca55c98a2f6fcf269aa4a2188f2239b871b0e77f328490d5924a6d0e6801c67d0eef4de28b584303f38bed3752a3ceb2c1e4f2c7d17be13dad03c643b5 diff --git a/dev-ruby/diva/diva-1.0.2-r1.ebuild b/dev-ruby/diva/diva-1.0.2-r2.ebuild similarity index 71% rename from dev-ruby/diva/diva-1.0.2-r1.ebuild rename to dev-ruby/diva/diva-1.0.2-r2.ebuild index cd07c32b70c..70749dfdb14 100644 --- a/dev-ruby/diva/diva-1.0.2-r1.ebuild +++ b/dev-ruby/diva/diva-1.0.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -22,9 +22,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -ruby_add_rdepend "<dev-ruby/addressable-2.8" +ruby_add_rdepend "<dev-ruby/addressable-2.9" all_ruby_prepare() { sed -i -e '/bundler/ s:^:#:' Rakefile || die - sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die + sed -i -e '/addressable/ s/2.8/2.9/' -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die } diff --git a/dev-ruby/diva/diva-1.0.2.ebuild b/dev-ruby/diva/diva-1.0.2.ebuild deleted file mode 100644 index f026d01e2f5..00000000000 --- a/dev-ruby/diva/diva-1.0.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_BINWRAP="" - -RUBY_FAKEGEM_GEMSPEC="diva.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Implementation of expression for handling things." -HOMEPAGE="https://github.com/toshia/diva https://rubygems.org/gems/diva" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend "<dev-ruby/addressable-2.8" - -all_ruby_prepare() { - sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die -}