From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SXI0u-00062b-Uo for garchives@archives.gentoo.org; Wed, 23 May 2012 20:18:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADF7CE07B9; Wed, 23 May 2012 20:18:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 66ED5E07B9 for ; Wed, 23 May 2012 20:18:14 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F6CD1B4033 for ; Wed, 23 May 2012 20:18:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D4726E542A for ; Wed, 23 May 2012 20:18:08 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <1337804268.30ada6e3906907c95358fb3b23a2216ef3ec40ef.xarthisius@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/path64/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/path64/path64-9999.ebuild X-VCS-Directories: dev-lang/path64/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 30ada6e3906907c95358fb3b23a2216ef3ec40ef X-VCS-Branch: master Date: Wed, 23 May 2012 20:18:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 96df3776-d3f8-4c8e-8a20-e12b5622c417 X-Archives-Hash: 6e694d0e2fd004c9f42654d6a5fbbf7b commit: 30ada6e3906907c95358fb3b23a2216ef3ec40ef Author: Kacper Kowalik (Xarthisius) gentoo org= > AuthorDate: Wed May 23 20:17:48 2012 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Wed May 23 20:17:48 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D30ada6e3 [dev-lang/path64] remove epause along with eutils.eclass since it does no= thing for EAPI>2. Thanks to Jeremy Olexa gentoo.org> for n= oticing --- dev-lang/path64/path64-9999.ebuild | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/dev-lang/path64/path64-9999.ebuild b/dev-lang/path64/path64-= 9999.ebuild index df30636..a2246e6 100644 --- a/dev-lang/path64/path64-9999.ebuild +++ b/dev-lang/path64/path64-9999.ebuild @@ -12,7 +12,7 @@ if [ "${PV%9999}" !=3D "${PV}" ] ; then DBG_URI=3D"git://github.com/path64/debugger.git" fi =20 -inherit cmake-utils ${SCM} multilib toolchain-funcs eutils +inherit cmake-utils ${SCM} multilib toolchain-funcs =20 DESCRIPTION=3D"Path64 Compiler Suite Community Edition" HOMEPAGE=3D"http://www.pathscale.com/ekopath-compiler-suite" @@ -38,7 +38,6 @@ pkg_setup() { ewarn "There is a high chance that you will utterly fail!" ewarn "Unless you know what you are doing you'd better stop now" ewarn "Should you decide to proceed, you are on your own..." - epause fi } =20