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 E7E2E138330 for ; Tue, 30 Aug 2016 15:13:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90287E0AE6; Tue, 30 Aug 2016 15:13:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D6D4E0AE6 for ; Tue, 30 Aug 2016 15:13:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C264340831 for ; Tue, 30 Aug 2016 15:13:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A440C245C for ; Tue, 30 Aug 2016 15:13:52 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1472570014.39c4ba4edbba1ba3264baa5d71e23a4926eac177.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/files/rust-1.1.0-install.patch X-VCS-Directories: dev-lang/rust/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 39c4ba4edbba1ba3264baa5d71e23a4926eac177 X-VCS-Branch: master Date: Tue, 30 Aug 2016 15:13: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-Archives-Salt: d8d6b5db-1161-4200-88c2-e85545f87dd1 X-Archives-Hash: 5f88ea456a54f167b42c7b45ea6ed34f commit: 39c4ba4edbba1ba3264baa5d71e23a4926eac177 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sat Aug 6 15:07:00 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Aug 30 15:13:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c4ba4e dev-lang/rust: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/2165 Signed-off-by: Patrice Clement gentoo.org> dev-lang/rust/files/rust-1.1.0-install.patch | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/dev-lang/rust/files/rust-1.1.0-install.patch b/dev-lang/rust/files/rust-1.1.0-install.patch deleted file mode 100644 index ee8c3f4..00000000 --- a/dev-lang/rust/files/rust-1.1.0-install.patch +++ /dev/null @@ -1,16 +0,0 @@ -# le kludge that fixes https://github.com/Heather/gentoo-rust/issues/41 ---- src/rust-installer/install-template.sh -+++ src/rust-installer/install-template.sh -@@ -622,12 +622,6 @@ install_components() { - # Decide the destination of the file - local _file_install_path="$_dest_prefix/$_file" - -- if echo "$_file" | grep "^lib/" > /dev/null -- then -- local _f="$(echo "$_file" | sed 's/^lib\///')" -- _file_install_path="$CFG_LIBDIR/$_f" -- fi -- - if echo "$_file" | grep "^share/man/" > /dev/null - then - local _f="$(echo "$_file" | sed 's/^share\/man\///')"