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 8A7F2139694 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 A88ADE0E2D; 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 81473E0E2C for ; Fri, 4 Aug 2017 21:07:10 +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 BAC0534190A 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 1BC0875F4 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: <1501880722.ffa5b5bfbe45e062d6ae5bc0398362d590ae5a32.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-data-notation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild X-VCS-Directories: dev-ml/ocaml-data-notation/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: ffa5b5bfbe45e062d6ae5bc0398362d590ae5a32 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: 2dc93b76-0dd1-4d6a-8556-4d17ec952b41 X-Archives-Hash: 4e66b540c5cc7607f5a2fed7c4c84ddc commit: ffa5b5bfbe45e062d6ae5bc0398362d590ae5a32 Author: Jonas Stein gentoo org> AuthorDate: Mon Jul 31 23:11:14 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Fri Aug 4 21:05:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa5b5bf dev-ml/ocaml-data-notation: Shorter DESCRIPTION dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild index ec5e68c89bc..25ea764e42d 100644 --- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild +++ b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ OASIS_BUILD_TESTS=1 inherit oasis -DESCRIPTION="This project uses type-conv to dump OCaml data structure using OCaml data notation" +DESCRIPTION="Use type-conv to dump OCaml data structure using OCaml data notation" HOMEPAGE="http://forge.ocamlcore.org/projects/odn" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1310/${P}.tar.gz"