dev-ml/res: bump to 5.0.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Alexis Ballier
2017-08-04 20:49:52 +02:00
parent 218410bd7f
commit e0da0a6151
2 changed files with 24 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST res-4.0.7.tar.gz 74752 SHA256 be217e72e4beea6a1f6b7500ae3123a6d7a6cc53bf5b18d24ad71188ac63f160 SHA512 4a1f00d76847eaaf0756fd20f7e1062e30ba7fd432621269f7d18b293abe0bc4a461ff077b5c4e0fe83710f113d6fe8846826b70faed8cb7fc6a5653814d297e WHIRLPOOL 729e14a8dee91fb09e504e21127fb4035cb407401bcf89be12aacc3f5a9209d75dc2e54a56dd40b0ffa05f48ae310514d70442105d15c7b3482668998fb3567d
DIST res-5.0.0.tbz 26967 SHA256 0bcb6250b0eb790232d203263a211ff5813dda1c874ab26558378e3e1917aa67 SHA512 e2e8e8d3090efdcb4d0e99b6f71ac3d43dadc663e2a5028434e36a97cef0d624dfdfe93b88b959e798d348ff6080c3abd7143ccdbac81d500d953ad1ed6dcf92 WHIRLPOOL 81336f56018bb6e9ff1d063da1617742979063f9f565f7416a2ec4822146d227cb933a65e19192ac56885b5fdba718ce52d8a8b4db45641a91c2b76ee79b36e4

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit opam
DESCRIPTION="Resizable Array and Buffer modules for O'Caml"
HOMEPAGE="http://mmottl.github.io/res/"
SRC_URI="https://github.com/mmottl/res/releases/download/${PV}/${P}.tbz"
LICENSE="LGPL-2.1-with-linking-exception"
RDEPEND=""
DEPEND="${RDEPEND}
dev-ml/jbuilder
>=dev-ml/findlib-1.5"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
src_compile() {
jbuilder build @install || die
}