From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8CCBA1384B4 for ; Mon, 30 Nov 2015 10:58:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A9FF21C07D; Mon, 30 Nov 2015 10:58:22 +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 2523821C07D for ; Mon, 30 Nov 2015 10:58:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3783733FE7D for ; Mon, 30 Nov 2015 10:58:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACC67E68 for ; Mon, 30 Nov 2015 10:58:12 +0000 (UTC) From: "Justin Lecher" 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" Message-ID: <1448878097.403e2f1e29374a6c1f0098f03cfdb8193916a167.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/Cgraph/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/Cgraph/Cgraph-2.04.ebuild X-VCS-Directories: sci-libs/Cgraph/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 403e2f1e29374a6c1f0098f03cfdb8193916a167 X-VCS-Branch: master Date: Mon, 30 Nov 2015 10:58:12 +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: 844f3278-c9fe-43ea-8d3d-86353038419d X-Archives-Hash: 1a2660e25805bd0b048f7e5c46f18966 commit: 403e2f1e29374a6c1f0098f03cfdb8193916a167 Author: Justin Lecher gentoo org> AuthorDate: Mon Nov 30 10:08:17 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 30 10:08:17 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=403e2f1e sci-libs/Cgraph: Chop DESCRIPTION to 80 chars Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> sci-libs/Cgraph/Cgraph-2.04.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/Cgraph/Cgraph-2.04.ebuild b/sci-libs/Cgraph/Cgraph-2.04.ebuild index 09e5a16..9116198 100644 --- a/sci-libs/Cgraph/Cgraph-2.04.ebuild +++ b/sci-libs/Cgraph/Cgraph-2.04.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils flag-o-matic multilib -DESCRIPTION="A set of C functions that generate PostScript for publication quality scientific plots" +DESCRIPTION="C functions that generate PostScript for publication quality scientific plots" HOMEPAGE="http://neurovision.berkeley.edu/software/A_Cgraph.html" SRC_URI="http://neurovision.berkeley.edu/software/${PN}${PV}.tar.gz"