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 1SWv11-0005kb-At for garchives@archives.gentoo.org; Tue, 22 May 2012 19:45:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CF97E074B; 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 2A01CE074B 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 7B0AC1B401B for ; Tue, 22 May 2012 19:43:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E5989E5432 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: <1337715105.e06b7ffa15bf761832f311c6d87f074a0e723dbb.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/ovis/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/ovis/ChangeLog X-VCS-Directories: sys-cluster/ovis/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e06b7ffa15bf761832f311c6d87f074a0e723dbb 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: 49b27b5c-2574-46ca-81b3-f965f9a09181 X-Archives-Hash: 73dd8bc366345cb056caeb2318c06f73 commit: e06b7ffa15bf761832f311c6d87f074a0e723dbb Author: Justin Lecher gentoo org> AuthorDate: Tue May 22 19:31:45 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue May 22 19:31:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3De06b7ffa 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/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/sys-cluster/ovis/ChangeLog b/sys-cluster/ovis/ChangeLog index be9c325..e1e7e90 100644 --- a/sys-cluster/ovis/ChangeLog +++ b/sys-cluster/ovis/ChangeLog @@ -6,6 +6,10 @@ Add missing eutils.eclass, bump to EAPI=3D4, remove usage of base.ecla= ss; fix installation of envd file; correct leading spaces =20 + 22 May 2012; Justin Lecher ovis-3.0.1.ebuild: + Add missing eutils.eclass, bump to EAPI=3D4, remove usage of base.ecla= ss; fix + installation of envd file; correct leading spaces + *ovis-3.0.1 (22 Apr 2012) =20 22 Apr 2012; Andrea Arteaga