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 7C8FC138334 for ; Tue, 9 Oct 2018 13:26:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A13FE07E0; Tue, 9 Oct 2018 13:26:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4FA0BE07E0 for ; Tue, 9 Oct 2018 13:26:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C7EC3335CF4 for ; Tue, 9 Oct 2018 13:26:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF1533CF for ; Tue, 9 Oct 2018 13:26:52 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1539091602.5472e71e3889101619ffad8f7497d368a6e510d5.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/tinyproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild X-VCS-Directories: net-proxy/tinyproxy/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 5472e71e3889101619ffad8f7497d368a6e510d5 X-VCS-Branch: master Date: Tue, 9 Oct 2018 13:26: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: 0e6ab825-4aac-47ad-91cc-4b342fead270 X-Archives-Hash: a745406afb6f857d880bd95a5a26cf6a commit: 5472e71e3889101619ffad8f7497d368a6e510d5 Author: Ben Kohler gentoo org> AuthorDate: Tue Oct 9 13:25:53 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Oct 9 13:26:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5472e71e net-proxy/tinyproxy: remove obsolete sed calls in 1.8.4 too Signed-off-by: Ben Kohler gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild b/net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild index 52725873769..6c165306197 100644 --- a/net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild +++ b/net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild @@ -32,13 +32,8 @@ src_prepare() { sed -i \ -e "s|nobody|${PN}|g" \ - -e 's|/var/run/|/run/|g' \ etc/${PN}.conf.in || die "sed failed" - sed -i \ - -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \ - configure.ac || die - eautoreconf }