summaryrefslogtreecommitdiff
path: root/dev-ml/optcomp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-ml/optcomp
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-ml/optcomp')
-rw-r--r--dev-ml/optcomp/Manifest5
-rw-r--r--dev-ml/optcomp/metadata.xml11
-rw-r--r--dev-ml/optcomp/optcomp-1.6-r1.ebuild22
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-ml/optcomp/Manifest b/dev-ml/optcomp/Manifest
new file mode 100644
index 000000000000..53911c78e0eb
--- /dev/null
+++ b/dev-ml/optcomp/Manifest
@@ -0,0 +1,5 @@
+DIST optcomp-1.6.tar.gz 56370 SHA256 5022d80e4d7dba4ada3aa57156503fad75fcd6d7b13cfa8580012a1d9f581042 SHA512 19fa04a42e5ed589979647469759017442598d170bf82d49c3b720d1b1b6bbe3066ae3ffee77a3f15dcbf51be5d7a8934300873391ebce423f3a0f3878250c18 WHIRLPOOL ca453c60a367e58747363cb9f4d20f7e34c3f1a63a767104903b810d1e50007bca6340ed517cc98a0563ad6bf0e934ff3ded448a441627280c7e6a51097ca676
+EBUILD optcomp-1.6-r1.ebuild 475 SHA256 4ffdfdacd4a5c4096cc3c95a4dbb07ccbe445e41476d8ab0ad7efd32e6db1806 SHA512 70f0a86f7e0718809c900fd448381bd05032d2844e0b72c897217da3b660a038f2a3ba0f2c374f64da531503a9d74432e8d06961cdee2fa4cbb6c96ce9575e1a WHIRLPOOL 3bf01fe566d0b5e5c908c3c19933f18e2fddf0eaad9da0173fd47a56dbd5bff2ad9391bfcd020805a22f33cba8c402074af7256bf249102c593ef0ef68628e5a
+MISC ChangeLog 4257 SHA256 bfc84408074b90e5b73341316d5033658e5829ea74d362f78eeb0e341a98e701 SHA512 c0af960006034c8008d315d4214b0b7d210c1eb81b0fe66a0879e9dc5523eb16f8f49e7903a30399bb697c96d10fe5619ed7021cd0e054e23e41f9814533e7a9 WHIRLPOOL 95d772ef56b29845e950908628bdfbd11d73a77d4169ddc630a9e3eb64f119ffe2bd0094b31e310e225ca76c88c2c3fa83d467c10bf0237cbed1f963ecbb0f7b
+MISC ChangeLog-2015 761 SHA256 c61ed9d94868ebd557b2b4ce9d89ad5388eb2af85e7658edb49a11eb059d8389 SHA512 117d5a40c59914c38e3ddafe596ff58a66fe09652528ef6e355c60d276064a98bd7900041a4557993a35a846bdaf1923f2ee61f04c27adb1bf4c7784166a44fb WHIRLPOOL cadd5fd2377c33cab146a1a38d9b911e7059c371b772c4a19b55a7afbc088ec33459e8b0c35f86ad2d37ad65a10aa2b4f5e02660918375b6f93ea5e555bfe208
+MISC metadata.xml 334 SHA256 fd7bf2396524ab9cc9379c092faf236327cfed10d66d6dfeabef72424ff0d839 SHA512 3487aa3bfc906f509a14371d485d365b1fd2dc1a92f2c672deb836909d2e3b6e43e54134bc4788a043198bc1f657c4f82b403b10b29f7b6ea2615cafc5465f48 WHIRLPOOL 02a585fd9e97784c065290d04ae71f0e910a9bad9b33406f36f55f23ec59c6b330c622ceae7ba0446975549ae1b7e58f924d446857967d0538ed6d4db264c346
diff --git a/dev-ml/optcomp/metadata.xml b/dev-ml/optcomp/metadata.xml
new file mode 100644
index 000000000000..df0fbc459f20
--- /dev/null
+++ b/dev-ml/optcomp/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>Gentoo ML Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">diml/optcomp</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ml/optcomp/optcomp-1.6-r1.ebuild b/dev-ml/optcomp/optcomp-1.6-r1.ebuild
new file mode 100644
index 000000000000..e64a3633ee6b
--- /dev/null
+++ b/dev-ml/optcomp/optcomp-1.6-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Optional compilation for OCaml with cpp-like directives"
+HOMEPAGE="https://github.com/diml/optcomp"
+SRC_URI="https://github.com/diml/optcomp/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-ml/camlp4:="
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGES.md README.md )