From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73680138330 for ; Sun, 27 May 2018 18:23:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0933EE099F; Sun, 27 May 2018 18:23:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D63D5E099F for ; Sun, 27 May 2018 18:23:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 094BD335CCE for ; Sun, 27 May 2018 18:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B68F62BE for ; Sun, 27 May 2018 18:23:22 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527445391.60697e7ffbc2abe638ed6c3c22dec9a1d39c9b06.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild X-VCS-Directories: x11-misc/imwheel/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 60697e7ffbc2abe638ed6c3c22dec9a1d39c9b06 X-VCS-Branch: master Date: Sun, 27 May 2018 18:23:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 33307727-e7e9-4769-939e-fc7f3a4a4e7f X-Archives-Hash: 0f991f1073b2028bc5375a3eaa8ff0aa commit: 60697e7ffbc2abe638ed6c3c22dec9a1d39c9b06 Author: Aaron Bauman gentoo org> AuthorDate: Sun May 27 13:56:32 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 27 18:23:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60697e7f x11-misc/imwheel: nix src_install() Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild index a7d4720d7c6..ef9c6c2481d 100644 --- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild +++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild @@ -36,8 +36,3 @@ src_configure() { myconf="--disable-gpm --disable-gpm-doc" econf ${myconf} || die "configure failed" } - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - default -}