[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlify/

2021-01-28 Thread Alfredo Tupone
commit: 5c33a614eb3df0b5e4a5aba3e2eca7b9f0d17181
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Jan 29 07:30:48 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Jan 29 07:30:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c33a614

dev-ml/ocamlify: dep on ocaml-4.05

Closes: https://bugs.gentoo.org/704238
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 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 0f54e07a5cc..f5e146b1104 100644
--- a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild
+++ b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND=""
+RDEPEND="~dev-lang/ocaml-4.05.0"
 DEPEND="${RDEPEND}"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlify/

2018-02-11 Thread Thomas Deutschmann
commit: 7dbb4ad25f62b067b8c757ec334eb2276ad30f00
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 11 21:43:04 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 11 21:55:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbb4ad2

dev-ml/ocamlify: x86 keyworded (bug #607024)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 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 c24852cc99d..0f54e07a5cc 100644
--- a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild
+++ b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ 
SRC_URI="http://forge.ocamlcore.org/frs/download.php/1209/${P}.tar.gz";
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND=""
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlify/

2017-08-04 Thread Amy Liffey
commit: a11cc521de91b74240df258f11c80fd9bc655a45
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jul 31 23:13:06 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug  4 21:05:25 2017 +
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";