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 C5BA91396D0 for ; Mon, 11 Sep 2017 18:39:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABA161FC119; Mon, 11 Sep 2017 18:39:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8CA391FC119 for ; Mon, 11 Sep 2017 18:39:38 +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 A6DF23417E8 for ; Mon, 11 Sep 2017 18:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 473D29084 for ; Mon, 11 Sep 2017 18:39:35 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1505155157.c8f3b3f4f64dfdfa9c129d711ca9cd436e2c3718.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx/fcitx-9999.ebuild X-VCS-Directories: app-i18n/fcitx/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c8f3b3f4f64dfdfa9c129d711ca9cd436e2c3718 X-VCS-Branch: master Date: Mon, 11 Sep 2017 18:39:35 +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: 4d93fa59-1393-4e58-8c33-b82413898539 X-Archives-Hash: b40a06b8157b97e6ba2d13493d85aa54 commit: c8f3b3f4f64dfdfa9c129d711ca9cd436e2c3718 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon Sep 11 17:49:50 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Sep 11 18:39:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f3b3f4 app-i18n/fcitx: Drop obsolete conversion of shebangs in scripts. app-i18n/fcitx/fcitx-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app-i18n/fcitx/fcitx-9999.ebuild b/app-i18n/fcitx/fcitx-9999.ebuild index f4297bdcc05..5af39fc88f1 100644 --- a/app-i18n/fcitx/fcitx-9999.ebuild +++ b/app-i18n/fcitx/fcitx-9999.ebuild @@ -73,11 +73,6 @@ src_prepare() { -e "/find_package(XkbFile REQUIRED)/a\\ endif(ENABLE_X11)" \ -i CMakeLists.txt - # https://github.com/fcitx/fcitx/issues/342 - while IFS='' read -d $'\0' -r f ; do - sed 's:^#!/bin/sh$:#!/usr/bin/env bash:' -i "${f}" || die - done < <(find "${S}" -name '*.sh' -type f -print0) - cmake-utils_src_prepare xdg_environment_reset }