summaryrefslogtreecommitdiff
path: root/dev-ml/opam-format
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-29 18:03:51 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-29 18:03:51 +0000
commitd7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (patch)
tree1814dd2b5bbf2e7639fdafbeef48d228cfaf5e9b /dev-ml/opam-format
parentabaa75b10f899ada8dd05b23cc03205064394bc6 (diff)
gentoo resync : 29.01.2021
Diffstat (limited to 'dev-ml/opam-format')
-rw-r--r--dev-ml/opam-format/Manifest4
-rw-r--r--dev-ml/opam-format/metadata.xml4
-rw-r--r--dev-ml/opam-format/opam-format-2.0.7.ebuild5
3 files changed, 9 insertions, 4 deletions
diff --git a/dev-ml/opam-format/Manifest b/dev-ml/opam-format/Manifest
index 3c888fff621a..01ca2a4322f3 100644
--- a/dev-ml/opam-format/Manifest
+++ b/dev-ml/opam-format/Manifest
@@ -1,3 +1,3 @@
DIST opam-2.0.7.tar.gz 636708 BLAKE2B 2824a5c53f4103c267f99ae10f55df740b3afcc033321e888133817c0e53c4a8fc31738338df3d6d9ff8755987e85ade4a4726be98f77b06b81ffc1476d02c3d SHA512 2ade3998a94333a5a838b55e229ab0c707e678481cae892980b986fb86f39163070a9b7d3e0e87879cd57b91a33bf6a3e15f3786c3510a635e59383782218f1d
-EBUILD opam-format-2.0.7.ebuild 849 BLAKE2B 212adcdb209318c15e0bd587b2291509ea7a59d1d4589afd6b561ef436ffc6df70daa1cfed8b986a6625b95634c9a5553a5028c75dd2681eee6cac28b1b9c8d2 SHA512 637949eb0eee32363c56f4c7e33f8ad550fd2e6a02cc9781578e8e25199b3bd05016e52f46bb0ba12af387841a304de2c474b6684c1735c39170c22705cc79cb
-MISC metadata.xml 319 BLAKE2B f3a6de363afedd8ecf6d5cd898b0ecc0c7da67070f8929f39f6e5395303505e9b2679cd32ba4445f155aa522bc09f5c6bdb09a3941f679c5eb1ff757040f0d40 SHA512 c251d0c83e251b9f20f83be5d67381c562400dc1567a4d3a32b396c309dc669b03f1d7e25e4d953c155d41aeaad07d47a67a2c602855cd45d5c9bb749dfa3b3f
+EBUILD opam-format-2.0.7.ebuild 862 BLAKE2B 0316aa5785f1ff0a234f3db0caf6a6179686ad733f52e7b4f4f22f2d38fd76ceea0d2ff4e51539b97f54fb6b275054a69a30bafb5f30390d29cfaf0f7396c011 SHA512 fdd83c330936dc436d1d56131b384d2ff729c293558dcd321358bb3c9e384ae15ff545b98da81378a8acf9107155ab28e91db9a99b80fcf261f4abde78b6aeed
+MISC metadata.xml 412 BLAKE2B 3cd375059a5716aba5f14f8004970adb55bbec02cf911cc5739475a80789c86ab6d27f192e4757191be8e914e61db531b330695eba224e81273e351d507bd57b SHA512 6119e7d8b9cf779ac2070b8cbe9820849fa80542e86b353d0cab9c60bca6e5d122a1e4f57a75f3189058587e9e8c7d8c5f37e5d4a22395506c437f411df1c4e4
diff --git a/dev-ml/opam-format/metadata.xml b/dev-ml/opam-format/metadata.xml
index 970e090f0dfd..856df00497e6 100644
--- a/dev-ml/opam-format/metadata.xml
+++ b/dev-ml/opam-format/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
<maintainer type="person">
<email>gienah@gentoo.org</email>
<name>Mark Wright</name>
diff --git a/dev-ml/opam-format/opam-format-2.0.7.ebuild b/dev-ml/opam-format/opam-format-2.0.7.ebuild
index e163f465ffa9..03f9db26f553 100644
--- a/dev-ml/opam-format/opam-format-2.0.7.ebuild
+++ b/dev-ml/opam-format/opam-format-2.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,7 +22,8 @@ RDEPEND="
dev-ml/re:=
dev-ml/opam-file-format:=
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-ml/cppo"
S="${WORKDIR}/opam-${PV/_/-}"
OPAM_INSTALLER="${S}/opam-installer"