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 EDAA0138334 for ; Sun, 3 Mar 2019 06:03:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01748E091B; Sun, 3 Mar 2019 06:03:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CE462E091B for ; Sun, 3 Mar 2019 06:03: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 62AE1335CF3 for ; Sun, 3 Mar 2019 06:03:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C63B7553 for ; Sun, 3 Mar 2019 06:03:21 +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: <1551592980.0507c366627d39b75059a07ff6291058a0f94503.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rdoc/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch X-VCS-Directories: dev-ruby/rdoc/files/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 0507c366627d39b75059a07ff6291058a0f94503 X-VCS-Branch: master Date: Sun, 3 Mar 2019 06:03:21 +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: 14840672-21a1-412f-a919-2f4a4b48e1da X-Archives-Hash: 3646370a57b83a741f024fb58a72fcd7 commit: 0507c366627d39b75059a07ff6291058a0f94503 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 1 17:29:43 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Mar 3 06:03:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0507c366 dev-ruby/rdoc: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch b/dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch deleted file mode 100644 index 5159125c85f..00000000000 --- a/dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch +++ /dev/null @@ -1,20 +0,0 @@ -Make sure the right version of the code is loaded. Without this the -rdoc version bundled with ruby is always loaded instead. Reported -upstream but won't be fixed because rubygems has slightly different -behavior. - -http://rubyforge.org/tracker/index.php?func=detail&aid=28758&group_id=627&atid=2472 - - -Index: trunk/bin/rdoc -=================================================================== ---- trunk/bin/rdoc (revision 650) -+++ trunk/bin/rdoc (working copy) -@@ -8,6 +8,7 @@ - # - # $Revision: 1.1 $ - -+$:.unshift(File.dirname(__FILE__) + '/../lib') unless $:.include?(File.dirname(__FILE__) + '/../lib') - require 'rdoc/rdoc' - - begin