From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED285139082 for ; Fri, 1 Dec 2017 23:01:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1738E0BE0; Fri, 1 Dec 2017 23:01:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE498E0BE0 for ; Fri, 1 Dec 2017 23:01:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA14F340DF9 for ; Fri, 1 Dec 2017 23:01:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EF29AE68 for ; Fri, 1 Dec 2017 23:01:49 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1512169235.f614fac2421fe5f99aa062cadb21c4a267ce40cc.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pdb2pqr/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild X-VCS-Directories: sci-chemistry/pdb2pqr/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f614fac2421fe5f99aa062cadb21c4a267ce40cc X-VCS-Branch: master Date: Fri, 1 Dec 2017 23:01:49 +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: d3de9c44-68f5-48ce-a95d-a3b6ab342854 X-Archives-Hash: fa0bc8f04198145eff19f099c5a77f41 commit: f614fac2421fe5f99aa062cadb21c4a267ce40cc Author: David Seifert gentoo org> AuthorDate: Fri Dec 1 22:42:28 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 1 23:00:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f614fac2 sci-chemistry/pdb2pqr: [QA] Fix DESCRIPTION.toolong sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild b/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild index 8b58ae48c5c..46766b7715e 100644 --- a/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild +++ b/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit scons-utils fortran-2 flag-o-matic python-r1 toolchain-funcs -DESCRIPTION="An automated pipeline for performing Poisson-Boltzmann electrostatics calculations" +DESCRIPTION="Automated pipeline for performing Poisson-Boltzmann electrostatics calculations" HOMEPAGE="http://www.poissonboltzmann.org/" SRC_URI="https://github.com/Electrostatics/apbs-${PN}/releases/download/${P}/${PN}-src-${PV}.tar.gz"