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 636DD1381F3 for ; Mon, 3 Jun 2013 23:33:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1FA1E09E5; Mon, 3 Jun 2013 23:33:37 +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 4AE2CE09B4 for ; Mon, 3 Jun 2013 23:33:37 +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 5B09B33E10D for ; Mon, 3 Jun 2013 23:33:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 04BC4E5461 for ; Mon, 3 Jun 2013 23:33:35 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1370200730.b69a3287e7f67f903ed91ac8d2ed47e5eb4310d9.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/pgi/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/pgi/pgi-13.5.ebuild X-VCS-Directories: dev-lang/pgi/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: b69a3287e7f67f903ed91ac8d2ed47e5eb4310d9 X-VCS-Branch: master Date: Mon, 3 Jun 2013 23:33:35 +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: 1b1ca693-a978-4af9-b4ef-3e4a73f264d3 X-Archives-Hash: c2511c6a541065be1c754d20e7e95a8b commit: b69a3287e7f67f903ed91ac8d2ed47e5eb4310d9 Author: Andreas Schäfer gmx de> AuthorDate: Sun Jun 2 19:18:50 2013 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sun Jun 2 19:18:50 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b69a3287 minor fixes to comply with Gentoo coding style --- dev-lang/pgi/pgi-13.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/pgi/pgi-13.5.ebuild b/dev-lang/pgi/pgi-13.5.ebuild index 354b996..52a8109 100644 --- a/dev-lang/pgi/pgi-13.5.ebuild +++ b/dev-lang/pgi/pgi-13.5.ebuild @@ -9,9 +9,10 @@ inherit eutils DESCRIPTION="PGI compiler suite" HOMEPAGE="http://www.pgroup.com/" SRC_URI="pgilinux-2013-135.tar.gz" + LICENSE="PGI" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="acml cuda java" RESTRICT="mirror strip" @@ -51,7 +52,6 @@ pkg_nofetch() { src_prepare() { epatch "${FILESDIR}/terminal.patch" - echo "andi ${FILESDIR}" } src_install() {