summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-12-01 09:59:25 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-12-01 09:59:25 +0000
commit049b0bd74a36095f89096eb9de2974ce04843872 (patch)
treee5e19159e6f08d39b1a7071f353bbd9ba05d9f27 /dev-ml/ocaml-ipaddr
parentStable for sparc, wrt bug #507390 (diff)
downloadgentoo-2-049b0bd74a36095f89096eb9de2974ce04843872.tar.gz
gentoo-2-049b0bd74a36095f89096eb9de2974ce04843872.tar.bz2
gentoo-2-049b0bd74a36095f89096eb9de2974ce04843872.zip
initial import, ebuild by me
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocaml-ipaddr')
-rw-r--r--dev-ml/ocaml-ipaddr/ChangeLog10
-rw-r--r--dev-ml/ocaml-ipaddr/metadata.xml5
-rw-r--r--dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.5.0.ebuild23
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-ml/ocaml-ipaddr/ChangeLog b/dev-ml/ocaml-ipaddr/ChangeLog
new file mode 100644
index 000000000000..084054404d65
--- /dev/null
+++ b/dev-ml/ocaml-ipaddr/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ml/ocaml-ipaddr
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ipaddr/ChangeLog,v 1.1 2014/12/01 09:59:25 aballier Exp $
+
+*ocaml-ipaddr-2.5.0 (01 Dec 2014)
+
+ 01 Dec 2014; Alexis Ballier <aballier@gentoo.org> +ocaml-ipaddr-2.5.0.ebuild,
+ +metadata.xml:
+ initial import, ebuild by me
+
diff --git a/dev-ml/ocaml-ipaddr/metadata.xml b/dev-ml/ocaml-ipaddr/metadata.xml
new file mode 100644
index 000000000000..2193d772e351
--- /dev/null
+++ b/dev-ml/ocaml-ipaddr/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ml</herd>
+</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..a371fc80bd48
--- /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
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.5.0.ebuild,v 1.1 2014/12/01 09:59:25 aballier Exp $
+
+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 )