From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 95ECF59CAF for ; Sat, 2 Apr 2016 09:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C8F821C006; Sat, 2 Apr 2016 09:21:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C319821C006 for ; Sat, 2 Apr 2016 09:21:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33FCC340E04 for ; Sat, 2 Apr 2016 09:21:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 975C477 for ; Sat, 2 Apr 2016 09:21:47 +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: <1459588864.fa942294de2e0ac58bf1e0e1186bc1eda8320617.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/trinity/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/trinity/trinity-9999.ebuild X-VCS-Directories: dev-util/trinity/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: fa942294de2e0ac58bf1e0e1186bc1eda8320617 X-VCS-Branch: master Date: Sat, 2 Apr 2016 09:21:47 +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: 7356a2ce-e082-400f-8d46-1bd96e01d529 X-Archives-Hash: 3483d7b689ed18c67f6776949ee1bb04 commit: fa942294de2e0ac58bf1e0e1186bc1eda8320617 Author: Toralf Förster gmx de> AuthorDate: Sat Apr 2 09:14:14 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 2 09:21:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa942294 dev-util/trinity: src_configure() no longer needed due to upstream commit b91a4ef77da which changed filename from configure.sh to configure bump EAPI=6 update Copyright Signed-off-by: Toralf Förster gmx.de> dev-util/trinity/trinity-9999.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-util/trinity/trinity-9999.ebuild b/dev-util/trinity/trinity-9999.ebuild index 36b1a4f..caa077f 100644 --- a/dev-util/trinity/trinity-9999.ebuild +++ b/dev-util/trinity/trinity-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit toolchain-funcs git-r3 @@ -26,10 +26,6 @@ src_prepare() { tc-export CC } -src_configure() { - ./configure.sh || die -} - src_compile() { emake V=1 }