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 BCD57138334 for ; Sun, 22 Dec 2019 06:18:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F095E099B; Sun, 22 Dec 2019 06:18:24 +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 58CDBE099B for ; Sun, 22 Dec 2019 06:18:24 +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 E0CE234DA61 for ; Sun, 22 Dec 2019 06:18:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE4891DB5 for ; Sun, 22 Dec 2019 06:18:20 +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: <1576995486.175dbb8748ceb17cd517506ae7abe3e95bfb69ce.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/racc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/racc/racc-1.4.16-r1.ebuild dev-ruby/racc/racc-1.4.16.ebuild X-VCS-Directories: dev-ruby/racc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 175dbb8748ceb17cd517506ae7abe3e95bfb69ce X-VCS-Branch: master Date: Sun, 22 Dec 2019 06:18:20 +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: 0e45b8b7-df9c-4731-8630-d0bb1b8d2b91 X-Archives-Hash: 484d1fd87652409477d3b393a71b716b commit: 175dbb8748ceb17cd517506ae7abe3e95bfb69ce Author: Hans de Graaff gentoo org> AuthorDate: Sun Dec 22 06:18:06 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 22 06:18:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175dbb87 dev-ruby/racc: fix parser-text installation We now use upstream git where this file is not pre-packaged. Closes: https://bugs.gentoo.org/703416 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/racc/{racc-1.4.16.ebuild => racc-1.4.16-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/racc/racc-1.4.16.ebuild b/dev-ruby/racc/racc-1.4.16-r1.ebuild similarity index 95% rename from dev-ruby/racc/racc-1.4.16.ebuild rename to dev-ruby/racc/racc-1.4.16-r1.ebuild index 8f4985f2343..36ea4bf0529 100644 --- a/dev-ruby/racc/racc-1.4.16.ebuild +++ b/dev-ruby/racc/racc-1.4.16-r1.ebuild @@ -32,12 +32,11 @@ all_ruby_prepare() { # the extension. sed -i -e '/rake-compiler/ s:^:#:' -e '/extensiontask/ s:^:#:' Rakefile sed -i -e '/ExtensionTask/,/^ end/ s:^:#:' Rakefile + # Which means we need to generate the parser file here + rake lib/racc/parser-text.rb || die # Avoid isolation since dependencies are not properly declared. sed -i -e 's/, :isolate//' Rakefile || die - - # Fix version number in regress files - sed -i -e 's/1.4.14/1.4.15/' test/regress/* || die } each_ruby_prepare() {