diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 14:15:14 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 16:03:02 +0200 |
commit | 9b40f564f72fa8a7a458e53f8be16efa9f577f62 (patch) | |
tree | ca7ac0baf2ddd9f4e40f8864c2a87ade117d4818 /dev-ml/pa_ounit | |
parent | dev-ml/pa_ounit: remove old. (diff) | |
download | gentoo-9b40f564f72fa8a7a458e53f8be16efa9f577f62.tar.gz gentoo-9b40f564f72fa8a7a458e53f8be16efa9f577f62.tar.bz2 gentoo-9b40f564f72fa8a7a458e53f8be16efa9f577f62.zip |
dev-ml/pa_ounit: bump to 113.00.00
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ml/pa_ounit')
-rw-r--r-- | dev-ml/pa_ounit/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/pa_ounit/pa_ounit-113.00.00.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-ml/pa_ounit/Manifest b/dev-ml/pa_ounit/Manifest index c28b171a4fd7..7a4f7bcdd977 100644 --- a/dev-ml/pa_ounit/Manifest +++ b/dev-ml/pa_ounit/Manifest @@ -1 +1,2 @@ DIST pa_ounit-112.35.00.tar.gz 57778 SHA256 ab016c6aba04109d75094d5241f8a9586e060abb830518e824ef064f6cba9a93 SHA512 99421405ff09ce4e36f9b68b2ababdc0eb4657e3e361f5edd46641030f84efe7cc72ab54ce0980da243e3a812fc25a00ab5064004dc18d1346506a1ac10a2b35 WHIRLPOOL 9837649797f9dd11097ee8d17f07a4b45a905da4f0fdf100f86eaf17a9c2c14e7177e4479a9b3e98139eaca7f0baba715eb8af36571275f9640df90ecc7db19e +DIST pa_ounit-113.00.00.tar.gz 58486 SHA256 6710f6e63f83cdae90ccdb3093238962569860453ab11406a0ba65d6a1b8206e SHA512 8b1891ae666606b28a6d46b86ac82cb5680099d3ca8181ae6a422748b6b0a99c763f680741c724ca91f8ade7757f6831bc88211d8d94560168bc208b23337b0e WHIRLPOOL 193a9e7d3d18cc83ba1d1f25869fd599e2d4dd61e0809e63e16d8d4f0631324ac103ef728d2cbc72290b5a61b6a6399c84d950060b929c14c0c0207a6d6fde44 diff --git a/dev-ml/pa_ounit/pa_ounit-113.00.00.ebuild b/dev-ml/pa_ounit/pa_ounit-113.00.00.ebuild new file mode 100644 index 000000000000..0679d8050797 --- /dev/null +++ b/dev-ml/pa_ounit/pa_ounit-113.00.00.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Syntax extension that helps writing in-line test in ocaml" +HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-ml/ounit-1.1.1:= + dev-ml/camlp4:=" +RDEPEND="${DEPEND}" + +DOCS=( "readme.md" ) |