summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-10-16 19:10:19 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-10-16 19:10:19 +0200
commit97d14feb6d70f8c0ff719ba8fe1e941ac4133081 (patch)
tree546f798ff8a2931305589eca356d883e23e96599
parentprofiles: unmask Qt >= 4.8.6 on x86-fbsd (diff)
parentdev-ml/ocplib-endian: new ebuild (diff)
downloadgentoo-97d14feb6d70f8c0ff719ba8fe1e941ac4133081.tar.gz
gentoo-97d14feb6d70f8c0ff719ba8fe1e941ac4133081.tar.bz2
gentoo-97d14feb6d70f8c0ff719ba8fe1e941ac4133081.zip
Merge remote-tracking branch 'github/pr/230'
-rw-r--r--dev-ml/ocplib-endian/Manifest1
-rw-r--r--dev-ml/ocplib-endian/metadata.xml9
-rw-r--r--dev-ml/ocplib-endian/ocplib-endian-0.8.ebuild25
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-ml/ocplib-endian/Manifest b/dev-ml/ocplib-endian/Manifest
new file mode 100644
index 000000000000..57464cb670bf
--- /dev/null
+++ b/dev-ml/ocplib-endian/Manifest
@@ -0,0 +1 @@
+DIST ocplib-endian-0.8.tar.gz 56733 SHA256 34a9ffda92459ae0ccd0b6e97cd947ed59f565f5a5776f51e18f5fec27c8ea44 SHA512 6978e9e306faf115d1b732e221dad8a1eea1c2eae12b5ca6f5462ee8b603900fcc585dc5a20e0a35fa793cf3d9fe50833b284a4385bc3d251e86457bf54a8697 WHIRLPOOL 9f595128d0c1281c56c70ef76522afa721d5b7e81199218b6509d9aa4b8a7c32b5f64b1d6b3dd65c9c7dc5a638233f3e46ef7ed1de88614f62d2a6a6c70e3be6
diff --git a/dev-ml/ocplib-endian/metadata.xml b/dev-ml/ocplib-endian/metadata.xml
new file mode 100644
index 000000000000..a33970c685ba
--- /dev/null
+++ b/dev-ml/ocplib-endian/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>ml</herd>
+ <herd>proxy-maintainers</herd>
+ <maintainer>
+ <email>tomboy64@sina.cn</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-ml/ocplib-endian/ocplib-endian-0.8.ebuild b/dev-ml/ocplib-endian/ocplib-endian-0.8.ebuild
new file mode 100644
index 000000000000..445b2f8b8bda
--- /dev/null
+++ b/dev-ml/ocplib-endian/ocplib-endian-0.8.ebuild
@@ -0,0 +1,25 @@
+# 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="Optimised functions to read and write int16/32/64 from strings, bytes and bigarrays"
+HOMEPAGE="https://github.com/OCamlPro/ocplib-endian"
+SRC_URI="https://github.com/OCamlPro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-lang/ocaml-4.01
+ >=dev-ml/cppo-1.1.0
+"
+RDEPEND=""
+
+DOCS=( CHANGES.md COPYING.txt README.md )