Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/
Date: Sun, 31 May 2020 07:12:37
Message-Id: 1590909137.2b0eb1bf4fb20a7f821b5e13bd3a665d5cfdc380.jer@gentoo
1 commit: 2b0eb1bf4fb20a7f821b5e13bd3a665d5cfdc380
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 07:07:37 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 07:12:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0eb1bf
7
8 sys-boot/palo: Update live ebuild
9
10 PALOVERSION no longer needs to be set after unpacking.
11
12 Package-Manager: Portage-2.3.100, Repoman-2.3.22
13 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
14
15 sys-boot/palo/palo-9999.ebuild | 7 +------
16 1 file changed, 1 insertion(+), 6 deletions(-)
17
18 diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild
19 index c7ae9c107e1..1c733273f09 100644
20 --- a/sys-boot/palo/palo-9999.ebuild
21 +++ b/sys-boot/palo/palo-9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -16,11 +16,6 @@ PATCHES=(
29 "${FILESDIR}"/${PN}-2.00-toolchain.patch
30 )
31
32 -src_prepare() {
33 - default
34 - sed -i lib/common.h -e '/^#define PALOVERSION/{s|".*"|"'${PV}'"|g}' || die
35 -}
36 -
37 src_compile() {
38 local target
39 for target in '-C palo' '-C ipl' 'iplboot'; do