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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2507C158090 for ; Wed, 18 May 2022 08:27:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64DECE085E; Wed, 18 May 2022 08:27:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46930E085E for ; Wed, 18 May 2022 08:27:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2153834120F for ; Wed, 18 May 2022 08:27:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BA93105 for ; Wed, 18 May 2022 08:27:15 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1652862405.fcce8bfabe3a7bbf80dae6625de81f8f44d0148b.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/esip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/esip/esip-1.0.47.ebuild X-VCS-Directories: dev-erlang/esip/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: fcce8bfabe3a7bbf80dae6625de81f8f44d0148b X-VCS-Branch: master Date: Wed, 18 May 2022 08:27:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d9281984-7784-419a-b0ac-983508fa1bd6 X-Archives-Hash: 99c28a0d07fbe482802fd0032b1e6112 commit: fcce8bfabe3a7bbf80dae6625de81f8f44d0148b Author: Florian Schmaus gentoo org> AuthorDate: Wed May 18 08:26:45 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed May 18 08:26:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcce8bfa dev-erlang/esip: fix compilation Closes: https://bugs.gentoo.org/845285 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/esip/esip-1.0.47.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-erlang/esip/esip-1.0.47.ebuild b/dev-erlang/esip/esip-1.0.47.ebuild index 2696aac053bb..9111871df249 100644 --- a/dev-erlang/esip/esip-1.0.47.ebuild +++ b/dev-erlang/esip/esip-1.0.47.ebuild @@ -25,9 +25,4 @@ DOCS=( CHANGELOG.md README.md ) src_prepare() { rebar_src_prepare rebar_fix_include_path stun - - # ebin contains lonely .gitignore file asking for removal. - rm "${S}/ebin/examples/.gitignore" || die - rmdir "${S}/ebin/examples" || die - rmdir "${S}/ebin" || die }