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 1SWuzo-0005Qn-9M for garchives@archives.gentoo.org; Tue, 22 May 2012 19:43:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C906E072D; Tue, 22 May 2012 19:43:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1DCB0E0748 for ; Tue, 22 May 2012 19:43:20 +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 14C0A1B401A for ; Tue, 22 May 2012 19:43:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B26E6E5433 for ; Tue, 22 May 2012 19:43:16 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1337714882.a32bede7db6561a65f383286e9a6fb868b5910b2.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/ovis/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/ovis/ovis-3.0.1.ebuild X-VCS-Directories: sys-cluster/ovis/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a32bede7db6561a65f383286e9a6fb868b5910b2 X-VCS-Branch: master Date: Tue, 22 May 2012 19:43:16 +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: 1e9b505f-80eb-455b-a33e-6930e90e59f5 X-Archives-Hash: 30050bf5e43c5708c02372a4e14e1d7f commit: a32bede7db6561a65f383286e9a6fb868b5910b2 Author: Justin Lecher gentoo org> AuthorDate: Tue May 22 19:24:04 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue May 22 19:28:02 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Da32bede7 sys-cluster/ovis: Add missing eutils.eclass, bump to EAPI=3D4, remove usa= ge of base.eclass; fix installation of envd file; correct leading spaces (Portage version: 2.2.0_alpha107/git/Linux x86_64, unsigned Manifest comm= it) --- sys-cluster/ovis/ovis-3.0.1.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-cluster/ovis/ovis-3.0.1.ebuild b/sys-cluster/ovis/ovis-3= .0.1.ebuild index 6326f6b..cf1aeda 100644 --- a/sys-cluster/ovis/ovis-3.0.1.ebuild +++ b/sys-cluster/ovis/ovis-3.0.1.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D4 =20 -inherit cmake-utils +inherit cmake-utils eutils =20 DESCRIPTION=3D"Tool for statistical analysis of large data sets" HOMEPAGE=3D"http://ovis.ca.sandia.gov/"