diff options
Diffstat (limited to 'dev-ml/ocaml-ipaddr')
-rw-r--r-- | dev-ml/ocaml-ipaddr/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/ocaml-ipaddr/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.5.0.ebuild | 23 | ||||
-rw-r--r-- | dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild | 23 |
4 files changed, 56 insertions, 0 deletions
diff --git a/dev-ml/ocaml-ipaddr/Manifest b/dev-ml/ocaml-ipaddr/Manifest new file mode 100644 index 000000000000..e1bcc4b3ea1c --- /dev/null +++ b/dev-ml/ocaml-ipaddr/Manifest @@ -0,0 +1,2 @@ +DIST ocaml-ipaddr-2.5.0.tar.gz 62338 SHA256 2724acccc92885cbb7adeffd0c5bb4350a0eb2334ec92181e0ed172d7fa7fa7e SHA512 acf2f80d2f5d97787784bb96188d0af69138b69257ec404890e543dcd610554038dd2b069069a1e0cd4ab803e6659e4a908964cd8ae5aadb93403b9638c1320f WHIRLPOOL b1161adeabd4676a4f7e789a5ff6c7809794a2907280f4d5efeb284242181d5a15e8613345513687cb54edf03859e23899752c198fcd37adfc44b983a795c0df +DIST ocaml-ipaddr-2.6.1.tar.gz 64458 SHA256 7051013d8f58abff433187d70cd7ddd7a6b49a6fbe6cad1893f571f65b8ed3d0 SHA512 a22382b5118caf0a29322e52d40523cbf52edd21d477c2e4581a5f70441b71f948b75ff7d55a7cf6c32f0e68c430c3aff59a05d9514b29e858ff78f4c649c4c6 WHIRLPOOL 418a3bcbef9a1198962bd5d09381756520eaced7e86f8ba204810b786187cfb6e020019da331d85e11d510fa744802c66d52a450fb31a9ff8a418004ff1d4cbe diff --git a/dev-ml/ocaml-ipaddr/metadata.xml b/dev-ml/ocaml-ipaddr/metadata.xml new file mode 100644 index 000000000000..1b11944eeb16 --- /dev/null +++ b/dev-ml/ocaml-ipaddr/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ml</herd> + <upstream> + <remote-id type="github">mirage/ocaml-ipaddr</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.5.0.ebuild b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.5.0.ebuild new file mode 100644 index 000000000000..56b577ee436c --- /dev/null +++ b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.5.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 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" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-ml/sexplib:=" +RDEPEND="${DEPEND}" + +DOCS=( CHANGES README.md ) diff --git a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild new file mode 100644 index 000000000000..e00836e6109d --- /dev/null +++ b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild @@ -0,0 +1,23 @@ +# 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" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-ml/sexplib:=" +RDEPEND="${DEPEND}" + +DOCS=( CHANGES README.md ) |