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 95FE8139082 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 D0745E0BF9; Fri, 1 Dec 2017 23:01:51 +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 A7DDCE0BE0 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 A2636340806 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 46333AE65 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: <1512169221.fe66c339208d22b7b0bf887ce79bc3cc7137c070.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/molscript/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/molscript/molscript-2.1.2-r2.ebuild X-VCS-Directories: sci-chemistry/molscript/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: fe66c339208d22b7b0bf887ce79bc3cc7137c070 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: 6d554295-a992-4848-8628-47e8a57765b2 X-Archives-Hash: e44551be193bd2a0363b226d5bac84c9 commit: fe66c339208d22b7b0bf887ce79bc3cc7137c070 Author: David Seifert gentoo org> AuthorDate: Fri Dec 1 22:42:18 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 1 23:00:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe66c339 sci-chemistry/molscript: [QA] Fix DESCRIPTION.toolong sci-chemistry/molscript/molscript-2.1.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild b/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild index 054edd99f7f..87c16c05a6d 100644 --- a/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild +++ b/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit eutils toolchain-funcs -DESCRIPTION="Display molecular 3D structures, such as proteins, in both schematic and detailed representations" +DESCRIPTION="Display 3D molecules (e.g., proteins) in schematic and detailed representations" HOMEPAGE="http://www.avatar.se/molscript/" SRC_URI="${P}.tar.gz"