Skip to content

Commit

Permalink
+dev-ml/graphics-5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fogti committed Feb 2, 2021
1 parent ee0f9e6 commit de3ce74
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev-ml/graphics/Manifest
@@ -1 +1,2 @@
DIST graphics-5.1.0.tar.gz 46091 BLAKE2B aa1ad221996a6a261f35f0136ced7bc3dd49c6735acbd72df572b774c162efbaf6b43e14dcfac439b60b3fb35d2a7211b7ac3710aadb9c077af51ab32e96a5aa SHA512 6b50073f0646fc8d03b95e6ef12e69aa0a2c6554ca69aca576f949979af19909124c7bc5566cab5716c3249d746c9149c76cc112ae3a24e600eb2569e4b668a8
DIST graphics-5.1.1.tar.gz 64441 BLAKE2B eb5ffb8f1ab855148480675045fe959a7ee1756b1621e1fa4dc96c11478e3072cb9f002bcff5c4c7f7780317419c9fdbecfdfe4c563bd35630474a4b95820dbd SHA512 4a4e35cea7098c5b383fe105b89c2063cd26c913ebdc708602c61caac78b2afd883102fdac77dbba0c81865067548d9d3c1cb6745a70c16949c5d24ac66b8e5b
27 changes: 27 additions & 0 deletions dev-ml/graphics/graphics-5.1.1.ebuild
@@ -0,0 +1,27 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit dune

DESCRIPTION="Graphics library for OCaml"
HOMEPAGE="https://github.com/ocaml/graphics"
SRC_URI="https://github.com/ocaml/graphics/archive/${PV}.tar.gz -> ${P}.tar.gz"

# WARNING: The 'LICENSE' field doesn't match the description from the
# 'dune-project' file of the project exactly, but I couldn't find a closer match
# > (license "LGPL-2.1 with OCaml linking exception")
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt"

RDEPEND="
>=dev-lang/ocaml-4.09.0:=
>=dev-ml/dune-2.0:*
dev-ml/dune-configurator:=
x11-libs/libX11:=
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
2 changes: 1 addition & 1 deletion metadata/pkg_desc_index
Expand Up @@ -36,7 +36,7 @@ dev-misc/zs-shlib-optimize 0.0.2: Zscheile Shell Library - optimize
dev-misc/zsppr 0.1.0 0.1.1: Zscheile simple universal Preprocessor
dev-misc/zsrc 0.0.2: zsrc - Zscheile Resource Control framework
dev-misc/zsretry 0.0.2: zsretry - Zscheile Retry (wait for successfulness) utils
dev-ml/graphics 5.1.0: Graphics library for OCaml
dev-ml/graphics 5.1.0 5.1.1: Graphics library for OCaml
dev-util/arch-install-scripts 23 9999: Scripts to aid in installing Arch Linux
dev-util/archiso 9999: Arch Linux livecd/liveusb generation scripts
dev-util/zcbuild 0.3: Zscheile CMake build script
Expand Down

0 comments on commit de3ce74

Please sign in to comment.