Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/files/
Date: Tue, 30 Aug 2016 15:13:59
Message-Id: 1472570014.39c4ba4edbba1ba3264baa5d71e23a4926eac177.monsieurp@gentoo
1 commit: 39c4ba4edbba1ba3264baa5d71e23a4926eac177
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 6 15:07:00 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 15:13:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c4ba4e
7
8 dev-lang/rust: remove unused patch.
9
10 Closes: https://github.com/gentoo/gentoo/pull/2165
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 dev-lang/rust/files/rust-1.1.0-install.patch | 16 ----------------
15 1 file changed, 16 deletions(-)
16
17 diff --git a/dev-lang/rust/files/rust-1.1.0-install.patch b/dev-lang/rust/files/rust-1.1.0-install.patch
18 deleted file mode 100644
19 index ee8c3f4..00000000
20 --- a/dev-lang/rust/files/rust-1.1.0-install.patch
21 +++ /dev/null
22 @@ -1,16 +0,0 @@
23 -# le kludge that fixes https://github.com/Heather/gentoo-rust/issues/41
24 ---- src/rust-installer/install-template.sh
25 -+++ src/rust-installer/install-template.sh
26 -@@ -622,12 +622,6 @@ install_components() {
27 - # Decide the destination of the file
28 - local _file_install_path="$_dest_prefix/$_file"
29 -
30 -- if echo "$_file" | grep "^lib/" > /dev/null
31 -- then
32 -- local _f="$(echo "$_file" | sed 's/^lib\///')"
33 -- _file_install_path="$CFG_LIBDIR/$_f"
34 -- fi
35 --
36 - if echo "$_file" | grep "^share/man/" > /dev/null
37 - then
38 - local _f="$(echo "$_file" | sed 's/^share\/man\///')"