Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/
Date: Mon, 11 Sep 2017 18:39:40
Message-Id: 1505155157.c8f3b3f4f64dfdfa9c129d711ca9cd436e2c3718.floppym@gentoo
1 commit: c8f3b3f4f64dfdfa9c129d711ca9cd436e2c3718
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Mon Sep 11 17:49:50 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 18:39:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f3b3f4
7
8 app-i18n/fcitx: Drop obsolete conversion of shebangs in scripts.
9
10 app-i18n/fcitx/fcitx-9999.ebuild | 5 -----
11 1 file changed, 5 deletions(-)
12
13 diff --git a/app-i18n/fcitx/fcitx-9999.ebuild b/app-i18n/fcitx/fcitx-9999.ebuild
14 index f4297bdcc05..5af39fc88f1 100644
15 --- a/app-i18n/fcitx/fcitx-9999.ebuild
16 +++ b/app-i18n/fcitx/fcitx-9999.ebuild
17 @@ -73,11 +73,6 @@ src_prepare() {
18 -e "/find_package(XkbFile REQUIRED)/a\\ endif(ENABLE_X11)" \
19 -i CMakeLists.txt
20
21 - # https://github.com/fcitx/fcitx/issues/342
22 - while IFS='' read -d $'\0' -r f ; do
23 - sed 's:^#!/bin/sh$:#!/usr/bin/env bash:' -i "${f}" || die
24 - done < <(find "${S}" -name '*.sh' -type f -print0)
25 -
26 cmake-utils_src_prepare
27 xdg_environment_reset
28 }