diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-ml/ocaml-redis-sync | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/ocaml-redis-sync')
-rw-r--r-- | dev-ml/ocaml-redis-sync/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/ocaml-redis-sync/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-redis-sync/ocaml-redis-sync-0.3.5.ebuild | 43 |
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-ml/ocaml-redis-sync/Manifest b/dev-ml/ocaml-redis-sync/Manifest deleted file mode 100644 index 8ad9406669ce..000000000000 --- a/dev-ml/ocaml-redis-sync/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ocaml-redis-0.3.5.tar.gz 31217 BLAKE2B 25b83a77526e430dc3df02e3646f838240b7e43de4990f04d699f813e5ecc5a5f5bb66e643759cf9f3dd4d3a041eebeeac74d72f1fe1e4fd61b78b5ddb7160bc SHA512 dfd2779635fddc73ab76cd66943267c3de984edeb471728f8d6d9506cd37e9cf4b1875519c7547b90de80fd876abc7fbe6a4c9c0674fcb6a00bbe91afa6c625d -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 deleted file mode 100644 index a6c3d29b4e94..000000000000 --- a/dev-ml/ocaml-redis-sync/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">0xffea/ocaml-redis</remote-id> - </upstream> -</pkgmetadata> 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 deleted file mode 100644 index 5533c2e22e5a..000000000000 --- a/dev-ml/ocaml-redis-sync/ocaml-redis-sync-0.3.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib - -DESCRIPTION="Synchronous redis bindings for OCaml" -HOMEPAGE="http://0xffea.github.io/ocaml-redis/ https://github.com/0xffea/ocaml-redis/" -SRC_URI="https://github.com/0xffea/ocaml-redis/archive/${PV}.tar.gz -> ocaml-redis-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-lang/ocaml:= - dev-ml/ocaml-redis:= -" -DEPEND="${RDEPEND} - dev-ml/jbuilder - dev-ml/opam - test? ( dev-ml/ounit )" - -S=${WORKDIR}/ocaml-redis-${PV} - -src_compile() { - jbuilder build -p redis-sync || die -} - -src_test() { - jbuilder runtest || die -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - redis-sync.install || die -} |