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 68CD0139695 for ; Tue, 21 Feb 2017 14:20:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C693021C09C; Tue, 21 Feb 2017 14:20:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0DBF21C09C for ; Tue, 21 Feb 2017 14:20:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF42C341142 for ; Tue, 21 Feb 2017 14:20:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E32044F9C for ; Tue, 21 Feb 2017 14:20:20 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1487686814.51471f96c49a9b52228e053edc661a0588e84b67.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ocaml/ocaml-4.04.0.ebuild dev-lang/ocaml/ocaml-4.05.0_beta2.ebuild X-VCS-Directories: dev-lang/ocaml/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 51471f96c49a9b52228e053edc661a0588e84b67 X-VCS-Branch: master Date: Tue, 21 Feb 2017 14:20:20 +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: c1dbaa00-ff63-4fb1-92f4-0e6114310cad X-Archives-Hash: ef12309bc940e0e3a55102e3c6bdb49c commit: 51471f96c49a9b52228e053edc661a0588e84b67 Author: Alexis Ballier gentoo org> AuthorDate: Tue Feb 21 14:20:03 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 21 14:20:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51471f96 dev-lang/ocaml: Shorten description. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-lang/ocaml/ocaml-4.04.0.ebuild | 2 +- dev-lang/ocaml/ocaml-4.05.0_beta2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/ocaml/ocaml-4.04.0.ebuild b/dev-lang/ocaml/ocaml-4.04.0.ebuild index 6b31b9f394..3777bd8bad 100644 --- a/dev-lang/ocaml/ocaml-4.04.0.ebuild +++ b/dev-lang/ocaml/ocaml-4.04.0.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic eutils multilib versionator toolchain-funcs PATCHLEVEL="8" MY_P="${P/_/-}" -DESCRIPTION="Fast modern type-inferring functional programming language descended from the ML family" +DESCRIPTION="Type-inferring functional programming language descended from the ML family" HOMEPAGE="http://www.ocaml.org/" SRC_URI="https://github.com/ocaml/ocaml/archive/${PV/_/+}.tar.gz -> ${MY_P}.tar.gz mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2" diff --git a/dev-lang/ocaml/ocaml-4.05.0_beta2.ebuild b/dev-lang/ocaml/ocaml-4.05.0_beta2.ebuild index 3451755d4e..ffc8082eb5 100644 --- a/dev-lang/ocaml/ocaml-4.05.0_beta2.ebuild +++ b/dev-lang/ocaml/ocaml-4.05.0_beta2.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic eutils multilib versionator toolchain-funcs PATCHLEVEL="9" MY_P="${P/_/-}" -DESCRIPTION="Fast modern type-inferring functional programming language descended from the ML family" +DESCRIPTION="Type-inferring functional programming language descended from the ML family" HOMEPAGE="http://www.ocaml.org/" SRC_URI="https://github.com/ocaml/ocaml/archive/${PV/_/+}.tar.gz -> ${MY_P}.tar.gz mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"