From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1026620-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 E1FE6138330
	for <garchives@archives.gentoo.org>; Sun, 27 May 2018 18:23:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BE509E0924;
	Sun, 27 May 2018 18:23:25 +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 963C5E0924
	for <gentoo-commits@lists.gentoo.org>; 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 19B77335CC9
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 May 2018 18:23:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B86B52AC
	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: <1527445388.c7365aeb72fc122f2864eaa460194c338aafe75e.bman@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/modplugtools/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-sound/modplugtools/modplugtools-0.5.1.ebuild media-sound/modplugtools/modplugtools-0.5.3.ebuild
X-VCS-Directories: media-sound/modplugtools/
X-VCS-Committer: bman
X-VCS-Committer-Name: Aaron Bauman
X-VCS-Revision: c7365aeb72fc122f2864eaa460194c338aafe75e
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: be830f89-39e1-4eae-a3fa-59b1d000dbbd
X-Archives-Hash: 0e834f24f8fefc3bfbe1694439e98cab

commit:     c7365aeb72fc122f2864eaa460194c338aafe75e
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:46:47 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7365aeb

media-sound/modplugtools: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/modplugtools/modplugtools-0.5.1.ebuild | 5 -----
 media-sound/modplugtools/modplugtools-0.5.3.ebuild | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/media-sound/modplugtools/modplugtools-0.5.1.ebuild b/media-sound/modplugtools/modplugtools-0.5.1.ebuild
index 9a23e39efd4..83d5fb42dd3 100644
--- a/media-sound/modplugtools/modplugtools-0.5.1.ebuild
+++ b/media-sound/modplugtools/modplugtools-0.5.1.ebuild
@@ -17,8 +17,3 @@ RDEPEND=">=media-libs/libao-0.8.0
 	!media-sound/modplugplay"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	default
-}

diff --git a/media-sound/modplugtools/modplugtools-0.5.3.ebuild b/media-sound/modplugtools/modplugtools-0.5.3.ebuild
index ccedcc19c07..fec8ff0e7fc 100644
--- a/media-sound/modplugtools/modplugtools-0.5.3.ebuild
+++ b/media-sound/modplugtools/modplugtools-0.5.3.ebuild
@@ -17,8 +17,3 @@ RDEPEND=">=media-libs/libao-0.8.0
 	!media-sound/modplugplay"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	default
-}