From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-862307-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 35A0E58973
	for <garchives@archives.gentoo.org>; Tue,  9 Feb 2016 12:19:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1398D21C1DE;
	Tue,  9 Feb 2016 12:19:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 84ADA21C1DD
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Feb 2016 12:19:30 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C87AC33BE93
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Feb 2016 12:19:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AD3E810BE
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Feb 2016 12:19:26 +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: <1455020361.b2490e01b4b622023d2ae82a3e11a7bd6011bc57.jlec@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/psi/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-chemistry/psi/psi-3.4.0-r2.ebuild
X-VCS-Directories: sci-chemistry/psi/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: b2490e01b4b622023d2ae82a3e11a7bd6011bc57
X-VCS-Branch: master
Date: Tue,  9 Feb 2016 12:19:26 +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: d52b9e3f-1bab-4f1e-b8ff-3b31b34b06ef
X-Archives-Hash: 0115f3ae9e1ac0839e1c4adb0f2e4d39

commit:     b2490e01b4b622023d2ae82a3e11a7bd6011bc57
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 12:19:16 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 12:19:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2490e01

sci-chemistry/psi: Chop DESCRIPTION to 80 chars

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/psi/psi-3.4.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/psi/psi-3.4.0-r2.ebuild b/sci-chemistry/psi/psi-3.4.0-r2.ebuild
index 90b125c..d991380 100644
--- a/sci-chemistry/psi/psi-3.4.0-r2.ebuild
+++ b/sci-chemistry/psi/psi-3.4.0-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 inherit autotools-utils fortran-2 multilib toolchain-funcs
 
-DESCRIPTION="Suite of ab initio quantum chemistry programs to compute various molecular properties"
+DESCRIPTION="Suite for ab initio quantum chemistry computing various molecular properties"
 HOMEPAGE="http://www.psicode.org/"
 SRC_URI="mirror://sourceforge/psicode/${P}.tar.gz"