commit: 20ba5c791a74e1467bf620a367b3e1b096fe8b87 Author: Alexey Sokolov <sokolov <AT> google <DOT> com> AuthorDate: Thu Jun 10 18:38:30 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Jun 10 18:40:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ba5c79
dev-cpp/range-v3: take the package Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/21192 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-cpp/range-v3/metadata.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/dev-cpp/range-v3/metadata.xml b/dev-cpp/range-v3/metadata.xml index 7a38bb90096..6c2436936d1 100644 --- a/dev-cpp/range-v3/metadata.xml +++ b/dev-cpp/range-v3/metadata.xml @@ -1,5 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Alexey Sokolov</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + Ranges are an extension of the Standard Template Library that makes its + iterators and algorithms more powerful by making them composable. Unlike + other range-like solutions which seek to do away with iterators, in + range-v3 ranges are an abstration layer on top of iterators. + </longdescription> + <upstream> + <remote-id type="github">ericniebler/range-v3</remote-id> + </upstream> </pkgmetadata>
