Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tleds/
Date: Sat, 03 Apr 2021 18:59:34
Message-Id: 1617476356.ed4b35f7a6da4e3268000249b3b5b03756e03fd0.sam@gentoo
1 commit: ed4b35f7a6da4e3268000249b3b5b03756e03fd0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 3 18:58:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 18:59:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4b35f7
7
8 net-analyzer/tleds: use PATCHES
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild | 10 ++++------
13 1 file changed, 4 insertions(+), 6 deletions(-)
14
15 diff --git a/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild b/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild
16 index 34d41cc96fc..bda787fe72f 100644
17 --- a/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild
18 +++ b/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild
19 @@ -22,12 +22,10 @@ IUSE="X"
20 DEPEND="X? ( x11-libs/libX11 )"
21 RDEPEND="${DEPEND}"
22
23 -src_prepare() {
24 - default
25 -
26 - eapply "${WORKDIR}"/${MY_P}.patch
27 - eapply "${FILESDIR}"/${P}-gentoo.patch
28 -}
29 +PATCHES=(
30 + "${WORKDIR}"/${MY_P}.patch
31 + "${FILESDIR}"/${P}-gentoo.patch
32 +)
33
34 src_compile() {
35 emake \