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 D1328138330 for ; Sun, 27 May 2018 18:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA6A0E0900; Sun, 27 May 2018 18:23:25 +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 7D017E0900 for ; Sun, 27 May 2018 18:23:25 +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 EB15F335CC8 for ; Sun, 27 May 2018 18:23:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CA3E40 for ; Sun, 27 May 2018 18:23:21 +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: <1527445387.041f9274975f64e7ca45c4114fbffb2f5e68bbb7.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xineadump/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/xineadump/xineadump-0.1-r1.ebuild X-VCS-Directories: media-sound/xineadump/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 041f9274975f64e7ca45c4114fbffb2f5e68bbb7 X-VCS-Branch: master Date: Sun, 27 May 2018 18:23:21 +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: 33e127ad-f44b-4210-bb71-566f499f6e33 X-Archives-Hash: daf229c467474e78b7d10400be3259f3 commit: 041f9274975f64e7ca45c4114fbffb2f5e68bbb7 Author: Aaron Bauman gentoo org> AuthorDate: Sun May 27 13:44:20 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 27 18:23:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=041f9274 media-sound/xineadump: nix src_install() Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8622 media-sound/xineadump/xineadump-0.1-r1.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/media-sound/xineadump/xineadump-0.1-r1.ebuild b/media-sound/xineadump/xineadump-0.1-r1.ebuild index be2a6091556..df5b84d849c 100644 --- a/media-sound/xineadump/xineadump-0.1-r1.ebuild +++ b/media-sound/xineadump/xineadump-0.1-r1.ebuild @@ -22,8 +22,3 @@ PATCHES=( "${FILESDIR}/${P}-gcc-4.3.patch" "${FILESDIR}/${P}-gcc-4.4.patch" ) - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - default -}