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 414461382C5 for ; Sun, 31 May 2020 07:12:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2804AE092A; Sun, 31 May 2020 07:12:24 +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 108FFE092A for ; Sun, 31 May 2020 07:12: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 8F36534F014 for ; Sun, 31 May 2020 07:12:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB90F31 for ; Sun, 31 May 2020 07:12:20 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1590909137.2b0eb1bf4fb20a7f821b5e13bd3a665d5cfdc380.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/palo/palo-9999.ebuild X-VCS-Directories: sys-boot/palo/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 2b0eb1bf4fb20a7f821b5e13bd3a665d5cfdc380 X-VCS-Branch: master Date: Sun, 31 May 2020 07:12: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: 6ec055d5-c50f-4793-b690-e2af1a097e72 X-Archives-Hash: d30c12e81b06a87adb0c7046d9692e73 commit: 2b0eb1bf4fb20a7f821b5e13bd3a665d5cfdc380 Author: Jeroen Roovers gentoo org> AuthorDate: Sun May 31 07:07:37 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun May 31 07:12:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0eb1bf sys-boot/palo: Update live ebuild PALOVERSION no longer needs to be set after unpacking. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Jeroen Roovers gentoo.org> sys-boot/palo/palo-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild index c7ae9c107e1..1c733273f09 100644 --- a/sys-boot/palo/palo-9999.ebuild +++ b/sys-boot/palo/palo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,11 +16,6 @@ PATCHES=( "${FILESDIR}"/${PN}-2.00-toolchain.patch ) -src_prepare() { - default - sed -i lib/common.h -e '/^#define PALOVERSION/{s|".*"|"'${PV}'"|g}' || die -} - src_compile() { local target for target in '-C palo' '-C ipl' 'iplboot'; do