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 6F25D139084 for ; Fri, 1 Dec 2017 23:01:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22C26E0BE2; Fri, 1 Dec 2017 23:01:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 02272E0BE2 for ; Fri, 1 Dec 2017 23:01:51 +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 D2F6133BF51 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 6B9AEAE67 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: <1512169230.a095a66f6b95b503c080552c270ced55529d6052.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pdb-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild sci-chemistry/pdb-tools/pdb-tools-0.2.1-r2.ebuild X-VCS-Directories: sci-chemistry/pdb-tools/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a095a66f6b95b503c080552c270ced55529d6052 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: 169b86a3-cb23-40c2-85dc-9a089ee5f602 X-Archives-Hash: 71fa6507cd030451847550c81bb1362e commit: a095a66f6b95b503c080552c270ced55529d6052 Author: David Seifert gentoo org> AuthorDate: Fri Dec 1 22:42:25 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 1 23:00:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a095a66f sci-chemistry/pdb-tools: [QA] Fix DESCRIPTION.toolong sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild | 2 +- sci-chemistry/pdb-tools/pdb-tools-0.2.1-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild index 88c1f246e8a..8dc55d31e54 100644 --- a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild +++ b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild @@ -9,7 +9,7 @@ inherit fortran-2 python-single-r1 toolchain-funcs MY_PN="pdbTools" -DESCRIPTION="Tools for manipulating and doing calculations on wwPDB macromolecule structure files" +DESCRIPTION="Tools for manipulating and calculations on wwPDB macromolecule structure files" HOMEPAGE="https://github.com/harmslab/pdbtools" SRC_URI="https://${PN}.googlecode.com/files/${MY_PN}_${PV}.tar.gz" diff --git a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r2.ebuild b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r2.ebuild index 35910807746..a476a801611 100644 --- a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r2.ebuild +++ b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r2.ebuild @@ -9,7 +9,7 @@ inherit fortran-2 python-single-r1 toolchain-funcs MY_PN="pdbTools" -DESCRIPTION="Tools for manipulating and doing calculations on wwPDB macromolecule structure files" +DESCRIPTION="Tools for manipulating and calculations on wwPDB macromolecule structure files" HOMEPAGE="https://github.com/harmslab/pdbtools" SRC_URI="https://${PN}.googlecode.com/files/${MY_PN}_${PV}.tar.gz"