diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-ml/ocaml-uint |
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-ml/ocaml-uint')
-rw-r--r-- | dev-ml/ocaml-uint/Manifest | 4 | ||||
-rw-r--r-- | dev-ml/ocaml-uint/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild | 20 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-ml/ocaml-uint/Manifest b/dev-ml/ocaml-uint/Manifest new file mode 100644 index 000000000000..f4d277114b2b --- /dev/null +++ b/dev-ml/ocaml-uint/Manifest @@ -0,0 +1,4 @@ +DIST ocaml-uint-1.2.0.tar.gz 53467 SHA256 fce5bb7cb406841c74b27a2c7045375b079e9a0030a444d11311482988aee68c SHA512 74209cd04fc61debe8b846e7ca60efb9d8f274e4066abac9878fa68e048e5a9822278cfd7a65527c5c1933b0301cd4a92d9815db673fbfa4eae90fb2ee4fb77b WHIRLPOOL ac26f60fc59848a745d085b7b53f66bdba9994658d7b8bac78fd21243d16cbf21326fd624c24413fe0e24a56fc5f68c87bf1fff776fc3a59677f950bd30b74e4 +EBUILD ocaml-uint-1.2.0.ebuild 408 SHA256 82cc4884e0e4b9fa4795dadff47270614f0b91fda8c133573d6dde089d541545 SHA512 85359a1375b19ee236eb677178f59ccfc60c637a4a9f197ac020b4ca343104a100c6a49a640052b8d12303372ff56636143d15edca2ec2ade47884ecea6c19de WHIRLPOOL a207deebff53bc75d81ac03fb883e584a646b310d255b397b0a69159b7575fe77860fb5084846d0889107fd1767c844702dd4fe42f61076dd02dca4d51d0b437 +MISC ChangeLog 331 SHA256 c39ab3160e3e5cb8d9e2ab30b501592c4dad44e9c06d4bc10e914ed5941edbcd SHA512 76f835b0f184d5ad1eba75f5e7216d39db84a8920024868493a5700d31cd1dfd118c04bbc544c5deac09f9f80eb04e8dab8e785e4a175f12e008290aae9732d5 WHIRLPOOL 10cf563cb688f1f8437e6b7e5940e53a62bc786c153fbdd8943081e4471cc25fb1844effee62c25e333fb89597799348abc944fb33a500869fb6d89477374644 +MISC metadata.xml 243 SHA256 5e9b58b0b795266f973d066675839499e3a56d7d932d702404a4b91ded8eb26c SHA512 1c5b4b2163017e496999d1f87e5c9c5ac6c11b2e9187450ccfb3df258f34e54d278972f04ee0e8429476c6f87e091a869ac2a28c6e8c8e6d20678c3e74061449 WHIRLPOOL 085df2e84901cbe563c7c1d30d04c229547f15f8ee26ac61d44d07c3f6999f2bbfa4cf309963172fb507cce5450d27598b762c3ccab92351601965c3afc05e3a diff --git a/dev-ml/ocaml-uint/metadata.xml b/dev-ml/ocaml-uint/metadata.xml new file mode 100644 index 000000000000..ffac4d7ebc01 --- /dev/null +++ b/dev-ml/ocaml-uint/metadata.xml @@ -0,0 +1,8 @@ +<?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> +</pkgmetadata> diff --git a/dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild b/dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild new file mode 100644 index 000000000000..b1ac5795a0c0 --- /dev/null +++ b/dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="Unsigned ints for OCaml" +HOMEPAGE="https://forge.ocamlcore.org/projects/ocaml-uint/" +SRC_URI="https://forge.ocamlcore.org/frs/download.php/1516/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" |