Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlify/
Date: Fri, 04 Aug 2017 21:07:12
Message-Id: 1501880725.a11cc521de91b74240df258f11c80fd9bc655a45.amynka@gentoo
1 commit: a11cc521de91b74240df258f11c80fd9bc655a45
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 23:13:06 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 4 21:05:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11cc521
7
8 dev-ml/ocamlify: Shorter DESCRIPTION
9
10 dev-ml/ocamlify/ocamlify-0.0.2.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild
14 index 3a454b4ee0f..c24852cc99d 100644
15 --- a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild
16 +++ b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild
17 @@ -1,11 +1,11 @@
18 -# Copyright 1999-2013 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23
24 inherit oasis
25
26 -DESCRIPTION="OCamlify allows to create OCaml source code by including whole file into OCaml string or string list"
27 +DESCRIPTION="OCamlify creates OCaml code by including files into strings or string lists"
28 HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlify"
29 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1209/${P}.tar.gz"