summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-redis-sync
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-ml/ocaml-redis-sync
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-ml/ocaml-redis-sync')
-rw-r--r--dev-ml/ocaml-redis-sync/Manifest4
-rw-r--r--dev-ml/ocaml-redis-sync/metadata.xml7
-rw-r--r--dev-ml/ocaml-redis-sync/ocaml-redis-sync-0.3.5.ebuild3
3 files changed, 6 insertions, 8 deletions
diff --git a/dev-ml/ocaml-redis-sync/Manifest b/dev-ml/ocaml-redis-sync/Manifest
index b3820dc46ef5..8ad9406669ce 100644
--- a/dev-ml/ocaml-redis-sync/Manifest
+++ b/dev-ml/ocaml-redis-sync/Manifest
@@ -1,3 +1,3 @@
DIST ocaml-redis-0.3.5.tar.gz 31217 BLAKE2B 25b83a77526e430dc3df02e3646f838240b7e43de4990f04d699f813e5ecc5a5f5bb66e643759cf9f3dd4d3a041eebeeac74d72f1fe1e4fd61b78b5ddb7160bc SHA512 dfd2779635fddc73ab76cd66943267c3de984edeb471728f8d6d9506cd37e9cf4b1875519c7547b90de80fd876abc7fbe6a4c9c0674fcb6a00bbe91afa6c625d
-EBUILD ocaml-redis-sync-0.3.5.ebuild 855 BLAKE2B 00c6c76fdc5210e07159f63bb926da874c1a7fc79210672c99553861203e7c7b72a0a2a9d73240fab312600abefbf075adac0848b018fef78deeee66aec63429 SHA512 5c46b2d0fb8dd72022809d1c3885fedaa956d708d75782da9d7fcb3fc7522529c9ec5cd21ddb751e95d676f9386f57d57bd4742e51c1cb8693e83c5c335d5dd8
-MISC metadata.xml 330 BLAKE2B 27699d6a017169526bb65a4bc31af2a74c17d8e2bc1743e2dd6583c7f4554ae1297cbe3d651fb3d3e1d74908b43aad82fe5c7118f6f4f0666f468ba91daba85c SHA512 1194d161c4b83600e6035335c45fa912a6745700e16d36f336cf7e79d33b413b145ff7ae4b561d7e13ff35cae38004102d9bcfdbf0ae37ef24da16135c75d9d8
+EBUILD ocaml-redis-sync-0.3.5.ebuild 879 BLAKE2B 54a12c6df484ea3042f9e0fdae5c792fdad8087b55beeac837aa7702133eb30eb488680e62f7f5e6f659cf03604662bc20b1e51553f93fd38c56560b53f91a22 SHA512 74f5890f3331b5ae92a65a23a3c1f85d94a7bf8e63b5696735fb541a8fd074d64ac10984c044f78e89c3450c10c1e4ab8452adc8c071af4371d564c261557af7
+MISC metadata.xml 250 BLAKE2B feb5490554180516ad81c75ece3f1b8f239a897a98bbd971d980f68e702b2c9afa7a0872f141c009f2d9f598e273a0b4de9daab831b0009051159c8ae7ee6fc9 SHA512 57cd20f92cb5995eea9e310e1e733eebb45976d2b820b683447af8d19ce6d6eb5e3ba12b48a24d05fc7d95640fae7a134e4da0207f1c359aa1b62f152a775b13
diff --git a/dev-ml/ocaml-redis-sync/metadata.xml b/dev-ml/ocaml-redis-sync/metadata.xml
index 20d1ed52023f..a6c3d29b4e94 100644
--- a/dev-ml/ocaml-redis-sync/metadata.xml
+++ b/dev-ml/ocaml-redis-sync/metadata.xml
@@ -1,10 +1,7 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?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>Gentoo ML Project</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">0xffea/ocaml-redis</remote-id>
</upstream>
diff --git a/dev-ml/ocaml-redis-sync/ocaml-redis-sync-0.3.5.ebuild b/dev-ml/ocaml-redis-sync/ocaml-redis-sync-0.3.5.ebuild
index 54105358e9cd..5533c2e22e5a 100644
--- a/dev-ml/ocaml-redis-sync/ocaml-redis-sync-0.3.5.ebuild
+++ b/dev-ml/ocaml-redis-sync/ocaml-redis-sync-0.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,6 +13,7 @@ LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-lang/ocaml:=