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 486FF139694 for ; Fri, 4 Aug 2017 21:07:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E69BBE0E36; Fri, 4 Aug 2017 21:07:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C415BE0E36 for ; Fri, 4 Aug 2017 21:07:10 +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 EB50C341912 for ; Fri, 4 Aug 2017 21:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51FE075F7 for ; Fri, 4 Aug 2017 21:07:07 +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: <1501880731.245c40393cae90e08ef437a243fc23ef726cfa48.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/parmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/parmap/parmap-1.0_rc7-r1.ebuild dev-ml/parmap/parmap-1.0_rc8.ebuild X-VCS-Directories: dev-ml/parmap/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 245c40393cae90e08ef437a243fc23ef726cfa48 X-VCS-Branch: master Date: Fri, 4 Aug 2017 21:07:07 +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: 701effaf-d333-41fd-a693-1aa63c2b7d6f X-Archives-Hash: 478c3a45e3233b4185d64e7955affe0d commit: 245c40393cae90e08ef437a243fc23ef726cfa48 Author: Jonas Stein gentoo org> AuthorDate: Mon Jul 31 23:14:56 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Fri Aug 4 21:05:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245c4039 dev-ml/parmap: Shorter DESCRIPTION dev-ml/parmap/parmap-1.0_rc7-r1.ebuild | 2 +- dev-ml/parmap/parmap-1.0_rc8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild b/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild index bb49d2b6cc9..9bc4423786e 100644 --- a/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild +++ b/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit multilib MY_PV="${PV/_/-}-fix-for4.03+3" -DESCRIPTION="Library allowing to exploit multicore architectures for OCaml programs with minimal modifications" +DESCRIPTION="Library to exploit multicore architectures for OCaml programs" HOMEPAGE="http://www.dicosmo.org/code/parmap/" SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}-ocaml-4.03.tar.gz" diff --git a/dev-ml/parmap/parmap-1.0_rc8.ebuild b/dev-ml/parmap/parmap-1.0_rc8.ebuild index e56e50216e7..c224550f0d6 100644 --- a/dev-ml/parmap/parmap-1.0_rc8.ebuild +++ b/dev-ml/parmap/parmap-1.0_rc8.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit multilib MY_PV="${PV/_/-}" -DESCRIPTION="Library allowing to exploit multicore architectures for OCaml programs with minimal modifications" +DESCRIPTION="Library to exploit multicore architectures for OCaml programs" HOMEPAGE="http://www.dicosmo.org/code/parmap/" SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"