From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-595271-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 6C9821381F4
	for <garchives@archives.gentoo.org>; Tue,  4 Jun 2013 11:59:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 37BA5E092C;
	Tue,  4 Jun 2013 11:59:44 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id BB6ECE092C
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Jun 2013 11:59:43 +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 D531733DF72
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Jun 2013 11:59:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 4B88FE468F
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Jun 2013 11:59:41 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1370248610.37c670d2b2023da28771040ed39a12bcb8e2fb70.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:ccp4 commit in: /
X-VCS-Repository: proj/sci
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 37c670d2b2023da28771040ed39a12bcb8e2fb70
X-VCS-Branch: ccp4
Date: Tue,  4 Jun 2013 11:59:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 8f440274-ca85-4478-aef3-db8e8ef540bb
X-Archives-Hash: 046c12c09e88026983d672a61727a93b
Message-ID: <20130604115941.iHKmnvkKrdwXbcGP2_fI2ipNIbEcLNP0j9TFocW1tVQ@z>

commit:     37c670d2b2023da28771040ed39a12bcb8e2fb70
Author:     Justin <jlec <AT> j-schmitz <DOT> net>
AuthorDate: Mon Jun  3 08:36:50 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun  3 08:36:50 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=37c670d2

Merge pull request #75 from gentryx/master

Added ebuild for the PGI compiler suite


 dev-lang/pgi/Manifest                              |   1 +
 dev-lang/pgi/files/pgi-13.5-glibc.patch            |  31 +++
 dev-lang/pgi/files/pgi-13.5-terminal.patch         |  39 +++
 {dev-util/amdapp => dev-lang/pgi}/metadata.xml     |   7 +-
 dev-lang/pgi/pgi-13.5.ebuild                       | 115 +++++++++
 licenses/PGI                                       | 262 +++++++++++++++++++++
 sys-cluster/modules/Manifest                       |   2 +-
 .../modules/files/modules-3.2.9c-errorline.patch   |  15 ++
 sys-cluster/modules/modules-3.2.9c-r1.ebuild       |   6 +-
 9 files changed, 473 insertions(+), 5 deletions(-)