commit: 233a8d7a065be16867ae6127633e95c6276063ca
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 21:12:40 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 21:13:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233a8d7a
dev-ml/ocaml-cohttp: ocaml-re -> re
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/ocaml-cohttp/metadata.xml | 5 ++++-
.../{ocaml-cohttp-0.22.0.ebuild => ocaml-cohttp-0.22.0-r1.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 5671f937b5e..fb051a0cc19 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>[email protected]</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
similarity index 95%
rename from dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0.ebuild
rename to dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild
index bb00e40e162..55c330d8b1b 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:=