Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/autorandr/
Date: Fri, 25 Jun 2021 10:11:34
Message-Id: 1624611752.f7c260b715ac942a3a44a43a5783c27e3aa11143.andrewammerlaan@gentoo
1 commit: f7c260b715ac942a3a44a43a5783c27e3aa11143
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 25 09:02:32 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 25 09:02:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7c260b7
7
8 x11-misc/autorandr: remove superfluous src_prepare
9
10 The src_prepare definition was a leftover from a previous experiment.
11
12 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
13
14 x11-misc/autorandr/autorandr-1.11.ebuild | 5 -----
15 x11-misc/autorandr/autorandr-9999.ebuild | 5 -----
16 2 files changed, 10 deletions(-)
17
18 diff --git a/x11-misc/autorandr/autorandr-1.11.ebuild b/x11-misc/autorandr/autorandr-1.11.ebuild
19 index e3e0a318b..0b461bc82 100644
20 --- a/x11-misc/autorandr/autorandr-1.11.ebuild
21 +++ b/x11-misc/autorandr/autorandr-1.11.ebuild
22 @@ -29,11 +29,6 @@ DEPEND="
23 ${RDEPEND}
24 "
25
26 -src_prepare() {
27 - default
28 - sed -i 's/TARGETS=/TARGETS?=/' Makefile || die
29 -}
30 -
31 src_compile() {
32 if use launcher; then
33 emake contrib/autorandr_launcher/autorandr-launcher
34
35 diff --git a/x11-misc/autorandr/autorandr-9999.ebuild b/x11-misc/autorandr/autorandr-9999.ebuild
36 index e3e0a318b..0b461bc82 100644
37 --- a/x11-misc/autorandr/autorandr-9999.ebuild
38 +++ b/x11-misc/autorandr/autorandr-9999.ebuild
39 @@ -29,11 +29,6 @@ DEPEND="
40 ${RDEPEND}
41 "
42
43 -src_prepare() {
44 - default
45 - sed -i 's/TARGETS=/TARGETS?=/' Makefile || die
46 -}
47 -
48 src_compile() {
49 if use launcher; then
50 emake contrib/autorandr_launcher/autorandr-launcher