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 93C04138330 for ; Sun, 27 May 2018 18:23:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5DEEE0991; Sun, 27 May 2018 18:23:26 +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 A3459E098F for ; Sun, 27 May 2018 18:23:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A9AD9335CCE for ; Sun, 27 May 2018 18:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59D642B8 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: <1527445390.74a09ef4102dd69a9c9c8cf967bdec6f73ac7909.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/guifications/guifications-2.16.ebuild X-VCS-Directories: x11-plugins/guifications/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 74a09ef4102dd69a9c9c8cf967bdec6f73ac7909 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: 462f80e7-61cd-473b-8c22-bead1104df7c X-Archives-Hash: dfb95f1da34fd51957894c9a5bc88158 commit: 74a09ef4102dd69a9c9c8cf967bdec6f73ac7909 Author: Aaron Bauman gentoo org> AuthorDate: Sun May 27 13:53:02 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 27 18:23:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a09ef4 x11-plugins/guifications: nix src_install() Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-plugins/guifications/guifications-2.16.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild index 95bed743de1..7c04124a3e3 100644 --- a/x11-plugins/guifications/guifications-2.16.ebuild +++ b/x11-plugins/guifications/guifications-2.16.ebuild @@ -28,8 +28,3 @@ src_configure() { $(use_enable debug ) \ $(use_enable nls) || die "econf failure" } - -src_install() { - emake install DESTDIR="${D}" || die "make install failure" - default -}