summaryrefslogtreecommitdiff
path: root/dev-ml/graphics
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-13 21:41:11 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-13 21:41:11 +0000
commitc8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (patch)
treec44943ee0563a3fa957716de909fed683117fcb9 /dev-ml/graphics
parent69051588e2f955485fe5d45d45e616bc60a2de57 (diff)
gentoo (valentine's day) resync : 14.02.2021
Diffstat (limited to 'dev-ml/graphics')
-rw-r--r--dev-ml/graphics/Manifest3
-rw-r--r--dev-ml/graphics/graphics-5.1.1.ebuild22
-rw-r--r--dev-ml/graphics/metadata.xml8
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-ml/graphics/Manifest b/dev-ml/graphics/Manifest
new file mode 100644
index 000000000000..90224e892ba3
--- /dev/null
+++ b/dev-ml/graphics/Manifest
@@ -0,0 +1,3 @@
+DIST graphics-5.1.1.tbz 58713 BLAKE2B 75f81b938be8a44f904418851ed747742ad63556ef94c533872f4b04705a0209a06f969add207bf332e1ab3d6a98a819c0ed2b0f50bdf1275f5d57ff6caa2fed SHA512 15adbe03211e7392a2fded2d9fd5e0cc2c532b4a1de3b6c90945e9e99cc4f419583a204f357f8c9fd92d1ffce48e13e1f146da1f009eb4645150b7394f799e0a
+EBUILD graphics-5.1.1.ebuild 504 BLAKE2B 4173cc02a2ca7e9d72d1fcba3fcae59d3870188c6af257d37a227c1961613ef399a8b56873087d3e112554f383cde6db7d7d5673239a8cf9b15ea1d95eed41ef SHA512 5c3b8e18d822c8792a0767a4a4c586b1ab1134e9f3929c6f3d1dca4ab37d5e34745ec65e09935e5f144ff3dabd8ad97d090ffcd656f01e8ec7771c4aee9c705f
+MISC metadata.xml 232 BLAKE2B 502ab2778b7b5d1ac9441b71cab7ff412fbb5663747f4abfc59fb45559185dda510683f1e8ffea5db8f6b31874ca209fde5c524e3526cb125931ee1feb7ee68d SHA512 7ac25a89f6b48a8e858fd1e9f4d3e938a82a4591f21249d81e8d9f1d028c5f427a3669933a932c0e8a1dc7455106696e3bfba3573976edcd8c7ec89368dacde2
diff --git a/dev-ml/graphics/graphics-5.1.1.ebuild b/dev-ml/graphics/graphics-5.1.1.ebuild
new file mode 100644
index 000000000000..73c91a7626b9
--- /dev/null
+++ b/dev-ml/graphics/graphics-5.1.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="The OCaml graphics library"
+HOMEPAGE="https://github.com/ocaml/graphics"
+SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+RDEPEND="dev-ml/dune-configurator:=[ocamlopt?]
+ >=dev-lang/ocaml-4.09
+ x11-libs/libX11:="
+DEPEND="${RDEPEND}"
+BDEPEND=""
+
+IUSE="+ocamlopt"
diff --git a/dev-ml/graphics/metadata.xml b/dev-ml/graphics/metadata.xml
new file mode 100644
index 000000000000..9f27ba42c7de
--- /dev/null
+++ b/dev-ml/graphics/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>ML</name>
+ </maintainer>
+</pkgmetadata>