commit:     0f45fa7c45d732492a6ec690ec4368aaebd8f4c2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 04:13:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 06:09:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f45fa7c

dev-ml/ocaml-ipaddr: treeclean

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/ocaml-ipaddr/Manifest                  |  1 -
 dev-ml/ocaml-ipaddr/metadata.xml              |  8 -------
 dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild | 32 ---------------------------
 3 files changed, 41 deletions(-)

diff --git a/dev-ml/ocaml-ipaddr/Manifest b/dev-ml/ocaml-ipaddr/Manifest
deleted file mode 100644
index c088a058913..00000000000
--- 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 ce6645f0aac..00000000000
--- 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 21a35d68fc5..00000000000
--- 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
-}

Reply via email to