diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ml/dns-async | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ml/dns-async')
-rw-r--r-- | dev-ml/dns-async/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/dns-async/dns-async-1.0.0.ebuild | 42 | ||||
-rw-r--r-- | dev-ml/dns-async/metadata.xml | 11 |
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-ml/dns-async/Manifest b/dev-ml/dns-async/Manifest deleted file mode 100644 index 78d26984ff31..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 357 BLAKE2B e22ffef8d3776a5f01c87a83bf859dcde8f35940885c9e86535debf56beefc5e2ec5dc99c041f208304d2238118ecf814b95c6cd27b18368c10d0889416cbe59 SHA512 9e3065fb6377e861b64a34f9fafd75e33a0edb081d273a8918b494a1d6f79c63ffb2c9b33bd854bb893fa020652c15b575d3e16e08266895239c082f28429633 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 2f4ef14adaa5..000000000000 --- a/dev-ml/dns-async/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?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> - <upstream> - <remote-id type="github">mirage/ocaml-dns</remote-id> - </upstream> -</pkgmetadata> |