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 98AF3138331 for ; Fri, 20 Apr 2018 19:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2029E08C0; Fri, 20 Apr 2018 19:48:07 +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 7C969E08C0 for ; Fri, 20 Apr 2018 19:48:07 +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 75ABF335C73 for ; Fri, 20 Apr 2018 19:48:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 302E8291 for ; Fri, 20 Apr 2018 19:48:05 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1524253624.c2b3809431f35e909af36a0cf5791fdab744b06c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/isomaster/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/isomaster/isomaster-1.3.13.ebuild app-cdr/isomaster/isomaster-1.3.14.ebuild X-VCS-Directories: app-cdr/isomaster/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c2b3809431f35e909af36a0cf5791fdab744b06c X-VCS-Branch: master Date: Fri, 20 Apr 2018 19:48:05 +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: f2f665a1-9fc7-4fca-b5b7-427a719e7b2e X-Archives-Hash: 80021ddee90efab2513cc7432abf876d commit: c2b3809431f35e909af36a0cf5791fdab744b06c Author: Marty E. Plummer startmail com> AuthorDate: Sun Apr 8 11:30:34 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 20 19:47:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b38094 app-cdr/isomaster: just rm dummy configure script Purely stylistic, but having a no-op src_configure defined when you can just rm the offending configure 'script' in src_prepare just looks ugly. Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-cdr/isomaster/isomaster-1.3.13.ebuild | 3 +-- app-cdr/isomaster/isomaster-1.3.14.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app-cdr/isomaster/isomaster-1.3.13.ebuild b/app-cdr/isomaster/isomaster-1.3.13.ebuild index e2f7f7daa10..5497413a82d 100644 --- a/app-cdr/isomaster/isomaster-1.3.13.ebuild +++ b/app-cdr/isomaster/isomaster-1.3.13.ebuild @@ -37,11 +37,10 @@ pkg_setup() { src_prepare() { default + rm -f configure || die #274361 rm -R iniparser-2.17 || die } -src_configure() { :; } #274361 - src_compile() { tc-export CC emake "${myisoconf[@]}" diff --git a/app-cdr/isomaster/isomaster-1.3.14.ebuild b/app-cdr/isomaster/isomaster-1.3.14.ebuild index 6a00360b44f..8dd88dcd9ad 100644 --- a/app-cdr/isomaster/isomaster-1.3.14.ebuild +++ b/app-cdr/isomaster/isomaster-1.3.14.ebuild @@ -34,11 +34,10 @@ pkg_setup() { src_prepare() { default + rm -f configure || die #274361 rm -R iniparser-4.1 || die } -src_configure() { :; } #274361 - src_compile() { tc-export CC emake "${myisoconf[@]}"