Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/
Date: Sun, 27 May 2018 18:23:32
Message-Id: 1527445391.60697e7ffbc2abe638ed6c3c22dec9a1d39c9b06.bman@gentoo
1 commit: 60697e7ffbc2abe638ed6c3c22dec9a1d39c9b06
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 13:56:32 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 18:23:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60697e7f
7
8 x11-misc/imwheel: nix src_install()
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
16 index a7d4720d7c6..ef9c6c2481d 100644
17 --- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
18 +++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
19 @@ -36,8 +36,3 @@ src_configure() {
20 myconf="--disable-gpm --disable-gpm-doc"
21 econf ${myconf} || die "configure failed"
22 }
23 -
24 -src_install() {
25 - emake DESTDIR="${D}" install || die "make install failed"
26 - default
27 -}