summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-24 12:17:27 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-24 12:17:27 +0100
commit5f8a44e4c605f730d438a21829165aca1a94c292 (patch)
tree85ee0009c711277aa0ea39dc86812d41060d3563 /dev-ml/ocaml-ipaddr
parentdev-ml/ocaml-hashcons: remove old (diff)
downloadgentoo-5f8a44e4c605f730d438a21829165aca1a94c292.tar.gz
gentoo-5f8a44e4c605f730d438a21829165aca1a94c292.tar.bz2
gentoo-5f8a44e4c605f730d438a21829165aca1a94c292.zip
dev-ml/ocaml-ipaddr: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ocaml-ipaddr')
-rw-r--r--dev-ml/ocaml-ipaddr/Manifest2
-rw-r--r--dev-ml/ocaml-ipaddr/files/sexpl.patch26
-rw-r--r--dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild26
-rw-r--r--dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.7.0.ebuild25
4 files changed, 0 insertions, 79 deletions
diff --git a/dev-ml/ocaml-ipaddr/Manifest b/dev-ml/ocaml-ipaddr/Manifest
index 04901af1d9d9..d6750d89d230 100644
--- a/dev-ml/ocaml-ipaddr/Manifest
+++ b/dev-ml/ocaml-ipaddr/Manifest
@@ -1,3 +1 @@
-DIST ocaml-ipaddr-2.6.1.tar.gz 64458 SHA256 7051013d8f58abff433187d70cd7ddd7a6b49a6fbe6cad1893f571f65b8ed3d0 SHA512 a22382b5118caf0a29322e52d40523cbf52edd21d477c2e4581a5f70441b71f948b75ff7d55a7cf6c32f0e68c430c3aff59a05d9514b29e858ff78f4c649c4c6 WHIRLPOOL 418a3bcbef9a1198962bd5d09381756520eaced7e86f8ba204810b786187cfb6e020019da331d85e11d510fa744802c66d52a450fb31a9ff8a418004ff1d4cbe
-DIST ocaml-ipaddr-2.7.0.tar.gz 65470 SHA256 3031abb4a5391af8b7e307db09807ef748fc718ee23855e2f933df47892d4c23 SHA512 36ce32945e05166165ba9d2d6d10a9fb1531a50ff4e9e1a87d1bf557e767fa2938af9cbaeea7da4eefd058d687f0b36696075fd4c9ed075f5207e3c9f5488c87 WHIRLPOOL 188acfc6e110253b62f92a21a08a1519650289141b9649bed2e80b7850f9cdaa8327859933501ff0b938c2896f42ba48fac57b0b4c6b3ea59b6f4368eac0bd28
DIST ocaml-ipaddr-2.7.1.tar.gz 23652 SHA256 0d1d5fe983ff02ed09a0f03e5f1048c575d621599b42b5685d56f4da61186888 SHA512 9f640f10614666f3a7cc578e934b0424c1d6fdcdd2dc5620f4a8b4fa7799a07fdd7c4bbe4e91c4899d45612ce8d2d4cafc8bcd19e51253c6da5d12c504820903 WHIRLPOOL 5be5846d98fbec95c5d3ba47c3b59bbdd3c44e41d04270d0b0ca2331eb7e6aac3d79c4833bf8dd20edb2d0c9f03b3bc72c53f12e0d27fb9980bcf73dea2c17f4
diff --git a/dev-ml/ocaml-ipaddr/files/sexpl.patch b/dev-ml/ocaml-ipaddr/files/sexpl.patch
deleted file mode 100644
index a23175fb9b24..000000000000
--- a/dev-ml/ocaml-ipaddr/files/sexpl.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: ocaml-ipaddr-2.6.1/_tags
-===================================================================
---- ocaml-ipaddr-2.6.1.orig/_tags
-+++ ocaml-ipaddr-2.6.1/_tags
-@@ -23,7 +23,7 @@
- "lib/ipaddr_unix.cmxs": use_ipaddr_unix
- <lib/*.ml{,i}>: pkg_bytes
- <lib/*.ml{,i}>: pkg_sexplib
--<lib/*.ml{,i}>: pkg_sexplib.syntax
-+<lib/*.ml{,i}>: pkg_pa_sexp_conv.syntax
- <lib/*.ml{,i}>: pkg_unix
- <lib/*.ml{,i}>: use_ipaddr
- # Library ipaddr_top
-Index: ocaml-ipaddr-2.6.1/setup.ml
-===================================================================
---- ocaml-ipaddr-2.6.1.orig/setup.ml
-+++ ocaml-ipaddr-2.6.1/setup.ml
-@@ -6905,7 +6905,7 @@ let setup_t =
- [
- FindlibPackage ("bytes", None);
- FindlibPackage ("sexplib", None);
-- FindlibPackage ("sexplib.syntax", None)
-+ FindlibPackage ("pa_sexp_conv.syntax", None)
- ];
- bs_build_tools = [ExternalTool "ocamlbuild"];
- bs_c_sources = [];
diff --git a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild
deleted file mode 100644
index 3f09aa926cc8..000000000000
--- a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-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=""
-
-DEPEND="dev-ml/sexplib:=
- dev-ml/pa_sexp_conv:=
-"
-RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}/sexpl.patch" )
-
-DOCS=( CHANGES README.md )
diff --git a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.7.0.ebuild b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.7.0.ebuild
deleted file mode 100644
index 8aaf31fcdd16..000000000000
--- a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.7.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-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=""
-
-DEPEND="dev-ml/sexplib:=
- dev-ml/ppx_sexp_conv:=
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGES README.md )