summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-10-18 11:39:53 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-10-18 11:40:58 +0200
commit91bde82f857770a7e5cd51be94d64e3c1a1a0ae3 (patch)
tree00964acc3af18a78f367fdeedc876a4d96294d45 /dev-ml
parentdev-qt/qttest: sparc stable wrt bug #530238 (diff)
parentdev-ml/mirage-profile: new ebuild (diff)
downloadgentoo-91bde82f857770a7e5cd51be94d64e3c1a1a0ae3.tar.gz
gentoo-91bde82f857770a7e5cd51be94d64e3c1a1a0ae3.tar.bz2
gentoo-91bde82f857770a7e5cd51be94d64e3c1a1a0ae3.zip
Merge remote-tracking branch 'github/pr/249'
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/mirage-profile/Manifest1
-rw-r--r--dev-ml/mirage-profile/metadata.xml9
-rw-r--r--dev-ml/mirage-profile/mirage-profile-0.5.ebuild31
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-ml/mirage-profile/Manifest b/dev-ml/mirage-profile/Manifest
new file mode 100644
index 000000000000..0488c3222b33
--- /dev/null
+++ b/dev-ml/mirage-profile/Manifest
@@ -0,0 +1 @@
+DIST mirage-profile-0.5.tar.gz 55122 SHA256 ae8a6dc953f4eddd4ce61aef36552036c1814732dd3d50e02ea2994d137b8c85 SHA512 a82c4f2c42a1b950726069ce6d64f403438847bb4f5023b022b20bd42dde29d679fed358c67c3eec3ad6e5c8253453b6d1008e5e52b37a373a62263a99aa35c2 WHIRLPOOL b054c5c19102f73f9b47d796b10f4bb3e83e3de336b936ced23623d9f1cb03899cf5434ce9bd91ebe68226f3707cbbcfcfb7bfce7585af51fcdcfe383e04eecc
diff --git a/dev-ml/mirage-profile/metadata.xml b/dev-ml/mirage-profile/metadata.xml
new file mode 100644
index 000000000000..a33970c685ba
--- /dev/null
+++ b/dev-ml/mirage-profile/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/mirage-profile/mirage-profile-0.5.ebuild b/dev-ml/mirage-profile/mirage-profile-0.5.ebuild
new file mode 100644
index 000000000000..a4fe4a8a6e69
--- /dev/null
+++ b/dev-ml/mirage-profile/mirage-profile-0.5.ebuild
@@ -0,0 +1,31 @@
+# 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="Collect profiling information"
+HOMEPAGE="https://github.com/mirage/mirage-profile https://mirage.io"
+SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+RESTRICT="test"
+
+RDEPEND="
+ >=dev-lang/ocaml-4:=
+ dev-ml/io-page:=
+ dev-ml/lwt:=
+ dev-ml/ocaml-cstruct:=[camlp4(-)]
+ dev-ml/ocplib-endian:=
+"
+DEPEND="
+ ${RDEPEND}
+"
+
+DOCS=( README.md )