Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/raspberrypi-userland-bin/
Date: Mon, 29 Jul 2019 21:01:14
Message-Id: 1564434014.0596cce988a0b43efd64ae4c7e82f56c5c1de37b.andrey_utkin@gentoo
1 commit: 0596cce988a0b43efd64ae4c7e82f56c5c1de37b
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 19:31:51 2019 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 21:00:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0596cce9
7
8 media-libs/raspberrypi-userland-bin: drop src_prepare definition
9
10 All it does is removing LICENSE file, which is not installed anyway.
11
12 EAPI=7 mandates a call to eapply_user in src_prepare, which was missing.
13 So rather than maintaining an explicit phase function, it is dropped so
14 that the default implementation takes care of this.
15
16 Package-Manager: Portage-2.3.66, Repoman-2.3.16
17 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
18
19 .../raspberrypi-userland-bin-1.20190709.ebuild | 4 ----
20 1 file changed, 4 deletions(-)
21
22 diff --git a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20190709.ebuild b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20190709.ebuild
23 index 8bd52f28799..194681ade14 100644
24 --- a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20190709.ebuild
25 +++ b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20190709.ebuild
26 @@ -22,10 +22,6 @@ S=${WORKDIR}/${MY_P}
27
28 RESTRICT="binchecks"
29
30 -src_prepare() {
31 - rm {,hardfp/}opt/vc/LICENCE || die
32 -}
33 -
34 src_install() {
35 cd $(usex hardfp hardfp/ "")opt/vc || die