diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 04:13:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 06:09:19 +0000 |
commit | 0f45fa7c45d732492a6ec690ec4368aaebd8f4c2 (patch) | |
tree | 9b5c3b84fe741aaefa202301cfa33f8ca553c0d8 | |
parent | dev-ml/ocaml-cstruct: treeclean (diff) | |
download | gentoo-0f45fa7c45d732492a6ec690ec4368aaebd8f4c2.tar.gz gentoo-0f45fa7c45d732492a6ec690ec4368aaebd8f4c2.tar.bz2 gentoo-0f45fa7c45d732492a6ec690ec4368aaebd8f4c2.zip |
dev-ml/ocaml-ipaddr: treeclean
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-ml/ocaml-ipaddr/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-ipaddr/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild | 32 |
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-ml/ocaml-ipaddr/Manifest b/dev-ml/ocaml-ipaddr/Manifest deleted file mode 100644 index c088a0589139..000000000000 --- a/dev-ml/ocaml-ipaddr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ocaml-ipaddr-2.8.0.tar.gz 22134 BLAKE2B b6e9d49fd6ac69bd4cd4884e97490a744e863541084270f55847768c2fe312334feb00fc9404028664864cc1dffccf8cf2df004a341429e78122dc64bfe0a087 SHA512 1714ee4d6b2afa17b987844f37a9896f01d7b674770fa6804b03222dba656130f9ee0d2d1409b67e770e21f973682c7d1d5c550abb0a5d94bc0c04a1a97e8e3c diff --git a/dev-ml/ocaml-ipaddr/metadata.xml b/dev-ml/ocaml-ipaddr/metadata.xml deleted file mode 100644 index ce6645f0aacc..000000000000 --- a/dev-ml/ocaml-ipaddr/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-ipaddr</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild deleted file mode 100644 index 21a35d68fc5c..000000000000 --- a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit opam - -DESCRIPTION="OCaml library for manipulation of IP (and MAC) address representations" -HOMEPAGE="https://github.com/mirage/ocaml-ipaddr" -SRC_URI="https://github.com/mirage/ocaml-ipaddr/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ocamlopt test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-ml/sexplib:= - dev-ml/ppx_sexp_conv:= - dev-ml/ppx_core:= - dev-ml/ppx_type_conv:= - dev-lang/ocaml:=[ocamlopt?] -" -DEPEND="${RDEPEND} - dev-ml/jbuilder - dev-ml/findlib - test? ( dev-ml/ounit ) -" - -src_install() { - opam_src_install ipaddr -} |