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 2AE31139694 for ; Fri, 4 Aug 2017 21:07:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A8ACE0DFC; Fri, 4 Aug 2017 21:07:09 +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 4145CE0DFC for ; Fri, 4 Aug 2017 21:07:09 +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 411FD34190D for ; Fri, 4 Aug 2017 21:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D906D75F1 for ; Fri, 4 Aug 2017 21:07:06 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1501880713.348cbf6de25fab477d0effd3a75d0421ab88517a.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/dose3/dose3-5.0.1.ebuild X-VCS-Directories: dev-ml/dose3/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 348cbf6de25fab477d0effd3a75d0421ab88517a X-VCS-Branch: master Date: Fri, 4 Aug 2017 21:07:06 +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: dbd04576-55f2-4788-8d53-b7ed8ff04b06 X-Archives-Hash: fa167753d313d91212305c59574213a6 commit: 348cbf6de25fab477d0effd3a75d0421ab88517a Author: Jonas Stein gentoo org> AuthorDate: Mon Jul 31 23:05:37 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Fri Aug 4 21:05:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348cbf6d dev-ml/dose3: Shorter DESCRIPTION dev-ml/dose3/dose3-5.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/dose3/dose3-5.0.1.ebuild b/dev-ml/dose3/dose3-5.0.1.ebuild index 2f3b83a1cca..3d2b19a0b09 100644 --- a/dev-ml/dose3/dose3-5.0.1.ebuild +++ b/dev-ml/dose3/dose3-5.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils MY_P="${P/_beta/-beta}" -DESCRIPTION="Library and a collection of tools to perform la large spectrum of analysis on package repositories" +DESCRIPTION="Library to perform analysis on package repositories" HOMEPAGE="http://www.mancoosi.org/software/ https://gforge.inria.fr/projects/dose" SRC_URI="https://gforge.inria.fr/frs/download.php/file/36063/${P}.tar.gz"