From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1058967-garchives=archives.gentoo.org@lists.gentoo.org> 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 91A17138335 for <garchives@archives.gentoo.org>; Sun, 25 Nov 2018 23:42:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27B23E09DB; Sun, 25 Nov 2018 23:41:58 +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 F23C4E09D8 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Nov 2018 23:41:57 +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 AF1B6335D96 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Nov 2018 23:41:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83E844BF for <gentoo-commits@lists.gentoo.org>; Sun, 25 Nov 2018 23:41:53 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1543189234.1f06ea489ad9b80ace2c243453deea2c9cfb4814.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/elektra/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/elektra/elektra-0.8.20-r1.ebuild X-VCS-Directories: app-admin/elektra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1f06ea489ad9b80ace2c243453deea2c9cfb4814 X-VCS-Branch: master Date: Sun, 25 Nov 2018 23:41:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f11463a9-e62c-4e05-a61e-b84cbf238793 X-Archives-Hash: 12a070331166ea3e522463ec480978f3 commit: 1f06ea489ad9b80ace2c243453deea2c9cfb4814 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 25 21:40:40 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Nov 25 23:40:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f06ea48 app-admin/elektra: Don't install LICENSE.md Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-admin/elektra/elektra-0.8.20-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/elektra/elektra-0.8.20-r1.ebuild b/app-admin/elektra/elektra-0.8.20-r1.ebuild index 7cfdcc132f7..5c678f17bb9 100644 --- a/app-admin/elektra/elektra-0.8.20-r1.ebuild +++ b/app-admin/elektra/elektra-0.8.20-r1.ebuild @@ -50,6 +50,7 @@ src_prepare() { # move doc files to correct location sed -e "s/elektra-api/${PF}/" -i cmake/ElektraCache.cmake || die + sed -e "/^install.*LICENSE/s/^/#DONT /" -i CMakeLists.txt || die # avoid useless build time, nothing ends up installed cmake_comment_add_subdirectory benchmarks