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 E2EA0138334 for ; Wed, 6 Mar 2019 22:35:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94F8DE09BD; Wed, 6 Mar 2019 22:35:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6F0DBE09C0 for ; Wed, 6 Mar 2019 22:35:24 +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 8C983335D06 for ; Wed, 6 Mar 2019 22:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F35BC55D for ; Wed, 6 Mar 2019 22:35:20 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1551911709.ca160ab03625cc7fe4993c0fe908fd1e5e355588.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/lincity-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild X-VCS-Directories: games-simulation/lincity-ng/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: ca160ab03625cc7fe4993c0fe908fd1e5e355588 X-VCS-Branch: master Date: Wed, 6 Mar 2019 22:35:20 +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: c00d3926-f821-4b91-9536-86d033b935a0 X-Archives-Hash: 38c6086371129bfe4e51c371b80f598a commit: ca160ab03625cc7fe4993c0fe908fd1e5e355588 Author: James Le Cuirot gentoo org> AuthorDate: Tue Mar 5 23:06:29 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Wed Mar 6 22:35:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca160ab0 games-simulation/lincity-ng: Install at least some documentation Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild b/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild index 45efc920930..264541ba5b1 100644 --- a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild +++ b/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild @@ -31,8 +31,9 @@ S="${WORKDIR}/${PN}-${P/_/-}" src_prepare() { default - sed -i "/COPYING COPYING-data.txt COPYING-fonts.txt CREDITS /d" \ - Jamfile || die + + # Missing CREDITS files actually breaks the install. + sed -i -r "s/\b(COPYING[^ ]*|CREDITS)\b//g" Jamfile || die # Can't use eautoreconf as it does weird jam stuff. autotools_run_tool ./autogen.sh