diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-02-05 23:39:03 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-02-05 23:39:03 +0100 |
commit | 2318b3a3e215a29f36c723f90066bd68c377acef (patch) | |
tree | 39abd2d0da0ce5a9ff60b436de4c8fa57dc45c65 /dev-ml/graphics | |
parent | sys-libs/libunwind: add github remote-id (diff) | |
download | gentoo-2318b3a3e215a29f36c723f90066bd68c377acef.tar.gz gentoo-2318b3a3e215a29f36c723f90066bd68c377acef.tar.bz2 gentoo-2318b3a3e215a29f36c723f90066bd68c377acef.zip |
dev-ml/graphics: new package
Closes: https://bugs.gentoo.org/755143
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/graphics')
-rw-r--r-- | dev-ml/graphics/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/graphics/graphics-5.1.1.ebuild | 22 | ||||
-rw-r--r-- | dev-ml/graphics/metadata.xml | 8 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-ml/graphics/Manifest b/dev-ml/graphics/Manifest new file mode 100644 index 000000000000..9976e02aeaee --- /dev/null +++ b/dev-ml/graphics/Manifest @@ -0,0 +1 @@ +DIST graphics-5.1.1.tbz 58713 BLAKE2B 75f81b938be8a44f904418851ed747742ad63556ef94c533872f4b04705a0209a06f969add207bf332e1ab3d6a98a819c0ed2b0f50bdf1275f5d57ff6caa2fed SHA512 15adbe03211e7392a2fded2d9fd5e0cc2c532b4a1de3b6c90945e9e99cc4f419583a204f357f8c9fd92d1ffce48e13e1f146da1f009eb4645150b7394f799e0a 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..56bd2457a136 --- /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 ~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> |