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 CD836139694 for ; Fri, 4 Aug 2017 21:07:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFD44E0E2C; Fri, 4 Aug 2017 21:07:10 +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 9730CE0E33 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 BAB36341909 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 2E4F775F5 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: <1501880725.a11cc521de91b74240df258f11c80fd9bc655a45.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocamlify/ocamlify-0.0.2.ebuild X-VCS-Directories: dev-ml/ocamlify/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: a11cc521de91b74240df258f11c80fd9bc655a45 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: 3c9d5148-d0a4-4524-bd2f-4f62cd62e33e X-Archives-Hash: d6d7aac25982d3ca6feebc5d84fecdb5 commit: a11cc521de91b74240df258f11c80fd9bc655a45 Author: Jonas Stein gentoo org> AuthorDate: Mon Jul 31 23:13:06 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Fri Aug 4 21:05:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11cc521 dev-ml/ocamlify: Shorter DESCRIPTION dev-ml/ocamlify/ocamlify-0.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild index 3a454b4ee0f..c24852cc99d 100644 --- a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild +++ b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit oasis -DESCRIPTION="OCamlify allows to create OCaml source code by including whole file into OCaml string or string list" +DESCRIPTION="OCamlify creates OCaml code by including files into strings or string lists" HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlify" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1209/${P}.tar.gz"