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 B436A138334 for ; Tue, 16 Jul 2019 15:44:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E190BE07F2; Tue, 16 Jul 2019 15:44:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BFA2EE07F2 for ; Tue, 16 Jul 2019 15:44:03 +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 7BBCC347D5F for ; Tue, 16 Jul 2019 15:44:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F34436E9 for ; Tue, 16 Jul 2019 15:44:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1563291828.966516a105194e8a62562e804b633a3e6204b1f7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/elasticsearch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/elasticsearch/elasticsearch-7.2.0.ebuild X-VCS-Directories: app-misc/elasticsearch/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 966516a105194e8a62562e804b633a3e6204b1f7 X-VCS-Branch: master Date: Tue, 16 Jul 2019 15:44:00 +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: 8ce8f32c-3363-437e-b9a5-7e11b0f3e403 X-Archives-Hash: f165413f51679de48dd9f01728433093 commit: 966516a105194e8a62562e804b633a3e6204b1f7 Author: Ferenc Erki gmail com> AuthorDate: Tue Jul 9 07:32:57 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 16 15:43:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=966516a1 app-misc/elasticsearch: remove x-pack cleanup Closes: https://bugs.gentoo.org/689524 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Ferenc Erki gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12407 Signed-off-by: Michał Górny gentoo.org> app-misc/elasticsearch/elasticsearch-7.2.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app-misc/elasticsearch/elasticsearch-7.2.0.ebuild b/app-misc/elasticsearch/elasticsearch-7.2.0.ebuild index 8d3ce3b93b4..c4dd0389607 100644 --- a/app-misc/elasticsearch/elasticsearch-7.2.0.ebuild +++ b/app-misc/elasticsearch/elasticsearch-7.2.0.ebuild @@ -28,10 +28,6 @@ src_prepare() { rm LICENSE.txt NOTICE.txt || die rmdir logs || die - - if use x-pack; then - rm -r modules/x-pack-ml/platform/{darwin,windows}-x86_64 || die - fi } src_install() {