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 5C846139082 for ; Fri, 1 Dec 2017 23:02:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C1B6E0DE4; Fri, 1 Dec 2017 23:01:55 +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 0FE5EE0DE4 for ; Fri, 1 Dec 2017 23:01:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 325E13406D1 for ; Fri, 1 Dec 2017 23:01:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DC93AE75 for ; Fri, 1 Dec 2017 23:01:50 +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: <1512169298.8246fd83b9494d57555e8e0c2d31f01c798e96ee.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pymmlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/pymmlib/pymmlib-1.2.1.ebuild X-VCS-Directories: sci-libs/pymmlib/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8246fd83b9494d57555e8e0c2d31f01c798e96ee X-VCS-Branch: master Date: Fri, 1 Dec 2017 23:01:50 +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: ded0953f-a572-44aa-b85c-11f7b012d40b X-Archives-Hash: 871c3bf195cfd8ebeefbbfea262c04be commit: 8246fd83b9494d57555e8e0c2d31f01c798e96ee Author: David Seifert gentoo org> AuthorDate: Fri Dec 1 22:43:14 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 1 23:01:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8246fd83 sci-libs/pymmlib: [QA] Fix DESCRIPTION.toolong sci-libs/pymmlib/pymmlib-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild b/sci-libs/pymmlib/pymmlib-1.2.1.ebuild index 380de4cff76..f533643cb1d 100644 --- a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild +++ b/sci-libs/pymmlib/pymmlib-1.2.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 multilib -DESCRIPTION="Toolkit and library for the analysis and manipulation of macromolecular structural models" +DESCRIPTION="Toolkit and library for the analysis and manipulation of macromolecular models" HOMEPAGE="http://pymmlib.sourceforge.net/" SRC_URI="mirror://github/masci/mmLib/${P}.tar.gz"