summaryrefslogtreecommitdiff
path: root/dev-ml/dns-async
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-ml/dns-async
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/dns-async')
-rw-r--r--dev-ml/dns-async/Manifest3
-rw-r--r--dev-ml/dns-async/dns-async-1.0.0.ebuild42
-rw-r--r--dev-ml/dns-async/metadata.xml8
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-ml/dns-async/Manifest b/dev-ml/dns-async/Manifest
deleted file mode 100644
index 5476797d9a56..000000000000
--- a/dev-ml/dns-async/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ocaml-dns-1.0.0.tar.gz 99161 BLAKE2B f0fa068296ac7eb5331ff7f5f88ee60a3010ac146f4b5bfeeffc8db014e6e5563da4f516ee1090365d290fb50b2754576b14167d55b2a33e125046103d485c1e SHA512 199653605e985851dcaafc94f1efeba5c261c29cd5e5f8eaebc9f7d25a05c43adcf7620efb291b22f9549f7c05f8ac3f6abfbcf40e0d7762bd2f7cd623ebcb1c
-EBUILD dns-async-1.0.0.ebuild 754 BLAKE2B f2bdc731f24c85e82a1829cbe101f5461ca44712934035f103c10c53461db8131a7da98caddd7c017927fe8efba1eac5cc8d719fd38438f245a250a5f099f8d2 SHA512 52dc613bb6219b8a0e7f61563f20a1429230e441a204734828ef94fde4f28cbe724b6947a8d40af88f8b2e020e0e6d9980e37a9b0f4770235f7bb10b447908aa
-MISC metadata.xml 262 BLAKE2B ed0655c501625bc3cba55d9fae4ff9775ebce810a1243d6797eda0019f2b4bda99a86f757ec4037703a7461aef00affb3166c78f100ca84fbebc51e645fad214 SHA512 bcb61d6ecd745123a5c4c13bd2a1abb0ac35289d4f8e8df188ceeb49453fd7a2ae5054023b066b73b121cae32e7b820c02b0d98c4d4df95c25d4b73aa200f9c7
diff --git a/dev-ml/dns-async/dns-async-1.0.0.ebuild b/dev-ml/dns-async/dns-async-1.0.0.ebuild
deleted file mode 100644
index f7df7c7eccf3..000000000000
--- a/dev-ml/dns-async/dns-async-1.0.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib opam
-
-MY_P=ocaml-dns-${PV}
-
-DESCRIPTION="Async support of OCaml DNS"
-HOMEPAGE="https://github.com/mirage/ocaml-dns https://mirage.io"
-SRC_URI="https://github.com/mirage/ocaml-dns/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
-
-LICENSE="LGPL-2 LGPL-2.1-with-linking-exception ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
- >=dev-lang/ocaml-4:=
- dev-ml/async:=
- dev-ml/dns:=
-"
-DEPEND="
- dev-ml/jbuilder
- test? (
- dev-ml/dns-lwt-unix
- )
- ${RDEPEND}
-"
-# Do not work
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- jbuilder build @install -p ${PN} || die
-}
-
-src_test() {
- jbuilder runtest -p ${PN} || die
-}
diff --git a/dev-ml/dns-async/metadata.xml b/dev-ml/dns-async/metadata.xml
deleted file mode 100644
index 39ef7ef9f544..000000000000
--- a/dev-ml/dns-async/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">mirage/ocaml-dns</remote-id>
- </upstream>
-</pkgmetadata>