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 73C7E139694 for ; Fri, 19 May 2017 10:52:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 282A2E0E29; Fri, 19 May 2017 10:52:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06F1CE0E29 for ; Fri, 19 May 2017 10:52:09 +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 E294B3416A5 for ; Fri, 19 May 2017 10:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A00907465 for ; Fri, 19 May 2017 10:52:04 +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: <1495191095.ac58fa2e85aa1e2a200916ee4882fc8ea128f562.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-5.1.2.ebuild app-misc/elasticsearch/elasticsearch-5.2.2.ebuild X-VCS-Directories: app-misc/elasticsearch/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ac58fa2e85aa1e2a200916ee4882fc8ea128f562 X-VCS-Branch: master Date: Fri, 19 May 2017 10:52:04 +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: a49a1acc-6d75-4f41-8db2-b688ec136b05 X-Archives-Hash: 3269243546fcb9e74d6f3ebf98c44467 commit: ac58fa2e85aa1e2a200916ee4882fc8ea128f562 Author: Tomas Mozes gmail com> AuthorDate: Thu May 11 09:16:30 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 19 10:51:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac58fa2e app-misc/elasticsearch: include license for bundled libs Closes: https://github.com/gentoo/gentoo/pull/4603 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-misc/elasticsearch/elasticsearch-5.1.2.ebuild | 2 +- app-misc/elasticsearch/elasticsearch-5.2.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/elasticsearch/elasticsearch-5.1.2.ebuild b/app-misc/elasticsearch/elasticsearch-5.1.2.ebuild index 1d57516b9fa..279ff77b886 100644 --- a/app-misc/elasticsearch/elasticsearch-5.1.2.ebuild +++ b/app-misc/elasticsearch/elasticsearch-5.1.2.ebuild @@ -8,7 +8,7 @@ inherit eutils systemd user DESCRIPTION="Open Source, Distributed, RESTful, Search Engine" HOMEPAGE="https://www.elastic.co/products/elasticsearch" SRC_URI="https://artifacts.elastic.co/downloads/${PN}/${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD-2 LGPL-3 MIT public-domain" SLOT="0" KEYWORDS="~amd64" diff --git a/app-misc/elasticsearch/elasticsearch-5.2.2.ebuild b/app-misc/elasticsearch/elasticsearch-5.2.2.ebuild index ba141a646d4..2ff60df7ea5 100644 --- a/app-misc/elasticsearch/elasticsearch-5.2.2.ebuild +++ b/app-misc/elasticsearch/elasticsearch-5.2.2.ebuild @@ -8,7 +8,7 @@ inherit eutils systemd user DESCRIPTION="Open Source, Distributed, RESTful, Search Engine" HOMEPAGE="https://www.elastic.co/products/elasticsearch" SRC_URI="https://artifacts.elastic.co/downloads/${PN}/${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD-2 LGPL-3 MIT public-domain" SLOT="0" KEYWORDS="~amd64"