diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-02-17 22:12:40 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-02-17 22:13:18 +0100 |
commit | 233a8d7a065be16867ae6127633e95c6276063ca (patch) | |
tree | 13c8cc4e6d7e888b7e0133f2380bc51eb79ba1b2 /dev-ml/ocaml-cohttp | |
parent | x11-misc/xsettingsd: Stabilize 1.0.2 arm64, #768966 (diff) | |
download | gentoo-233a8d7a065be16867ae6127633e95c6276063ca.tar.gz gentoo-233a8d7a065be16867ae6127633e95c6276063ca.tar.bz2 gentoo-233a8d7a065be16867ae6127633e95c6276063ca.zip |
dev-ml/ocaml-cohttp: ocaml-re -> re
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-cohttp')
-rw-r--r-- | dev-ml/ocaml-cohttp/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild (renamed from dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0.ebuild) | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocaml-cohttp/metadata.xml b/dev-ml/ocaml-cohttp/metadata.xml index 5671f937b5ea..fb051a0cc197 100644 --- a/dev-ml/ocaml-cohttp/metadata.xml +++ b/dev-ml/ocaml-cohttp/metadata.xml @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="project"> + <email>ml@gentoo.org</email> + <name>ML</name> + </maintainer> <use> <flag name="async">Enables support for the <pkg>dev-ml/async</pkg> asynchronous execution library.</flag> <flag name="lwt">Enables support for the <pkg>dev-ml/lwt</pkg> cooperative light-weight thread library.</flag> diff --git a/dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0.ebuild b/dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild index bb00e40e1629..55c330d8b1bb 100644 --- a/dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0.ebuild +++ b/dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ KEYWORDS="~amd64" IUSE="async javascript +lwt" DEPEND=" - dev-ml/ocaml-re:= + dev-ml/re:= dev-ml/stringext:= dev-ml/ocaml-uri:= dev-ml/fieldslib:= |