From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1026629-garchives=archives.gentoo.org@lists.gentoo.org>
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 A1696138330
	for <garchives@archives.gentoo.org>; Sun, 27 May 2018 18:23:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BF58BE099C;
	Sun, 27 May 2018 18:23:27 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 994C0E099C
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 May 2018 18:23:26 +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 3F8C3335C92
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 May 2018 18:23:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DDE722B1
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 May 2018 18:23:21 +0000 (UTC)
From: "Aaron Bauman" <bman@gentoo.org>
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" <bman@gentoo.org>
Message-ID: <1527445389.26a53d6f5e85f76e4a3182a960f1419d82fdc699.bman@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aseqview/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-sound/aseqview/aseqview-0.2.8.ebuild
X-VCS-Directories: media-sound/aseqview/
X-VCS-Committer: bman
X-VCS-Committer-Name: Aaron Bauman
X-VCS-Revision: 26a53d6f5e85f76e4a3182a960f1419d82fdc699
X-VCS-Branch: master
Date: Sun, 27 May 2018 18:23:21 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: e926244f-3175-449b-b3d2-c2af743744e8
X-Archives-Hash: 53b313517290a2eac6fd768aa553b6ac

commit:     26a53d6f5e85f76e4a3182a960f1419d82fdc699
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:48:16 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a53d6f

media-sound/aseqview: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/aseqview/aseqview-0.2.8.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/media-sound/aseqview/aseqview-0.2.8.ebuild b/media-sound/aseqview/aseqview-0.2.8.ebuild
index 722f6f53e69..202bcc67d40 100644
--- a/media-sound/aseqview/aseqview-0.2.8.ebuild
+++ b/media-sound/aseqview/aseqview-0.2.8.ebuild
@@ -21,8 +21,3 @@ DEPEND="${RDEPEND}
 src_configure() {
 	econf --disable-alsatest --disable-gtktest --enable-gtk2
 }
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed."
-	default
-}