Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ounit/
Date: Sat, 04 Nov 2017 09:53:40
Message-Id: 1509788227.3056396cb4f5b01046b6519c89765d864e65309a.aballier@gentoo
1 commit: 3056396cb4f5b01046b6519c89765d864e65309a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 27 11:41:33 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 4 09:37:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3056396c
7
8 dev-ml/ounit: bump to 2.0.6
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.4
11
12 dev-ml/ounit/Manifest | 1 +
13 dev-ml/ounit/ounit-2.0.6.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-ml/ounit/Manifest b/dev-ml/ounit/Manifest
17 index 01e2cf38d39..075d17299c8 100644
18 --- a/dev-ml/ounit/Manifest
19 +++ b/dev-ml/ounit/Manifest
20 @@ -1,2 +1,3 @@
21 DIST ounit-2.0.0.tar.gz 103504 SHA256 4d4a05b20c39c60d7486fb7a90eb4c5c08e8c9862360b5938b97a09e9bd21d85 SHA512 e12c8fb534ef88de7a83a34e5a578060a90abfce601d8532408412a56e843f69b89cfd6ce69bd7c5519e9a04e306d46339e9b8f13975727a3458afe20cd776d0 WHIRLPOOL 4b2ea33cdb2ad08ebb97c80a1c9f4e59c4f5f08ea52c7486cc892bf84fce5193e2a0a220c37c0304426ddae010aa18f6f6895427e78a71b784b9b367f41b3a8c
22 DIST ounit-2.0.5.tar.gz 114285 SHA256 c04a53bfab11789a3d333d2a4fb16cdfaa71e2f8fb34edfc6a93b3e85f1fcd68 SHA512 b2414b7581ec230a949de0d7a677786bb63ef3a3ee0c3dc666d176f83705b5bc8aeab4b6e2327c98714bb26c249d71766ed831ebf572aff2b8829a33cc0e4b75 WHIRLPOOL 164986305ead2db9d1339e6bb267cd884a2dfc1a28264a3a9f037a102e380a1183d31787cf3487347b010dcc2bc06b48ef19fcf5a0f16d89efc828e4c507649c
23 +DIST ounit-2.0.6.tar.gz 114305 SHA256 05966b040aefeb56ae86098bc3fb3c685db07f30dc849e38462f42bd3b61f5d6 SHA512 466ec1f691a81e0abd93f698c7328e6db4fa2d617d8f5262d9f18b57ede3d389a3ee122ed7bccc8dff20600826fbbae1d17dd88d7c1329562798792fae54417d WHIRLPOOL f9b61e09b187adfa802cb9743ac1f9028af40fe0b00ef7eab933dd7045c82401862cbb6a123351c0eba041bf2d3ca995c05d8b83a545e88301ac62be04fb8153
24
25 diff --git a/dev-ml/ounit/ounit-2.0.6.ebuild b/dev-ml/ounit/ounit-2.0.6.ebuild
26 new file mode 100644
27 index 00000000000..0ade5f19c1e
28 --- /dev/null
29 +++ b/dev-ml/ounit/ounit-2.0.6.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI="5"
35 +
36 +OASIS_BUILD_DOCS=1
37 +
38 +inherit oasis
39 +
40 +DESCRIPTION="Unit testing framework for OCaml"
41 +HOMEPAGE="http://ounit.forge.ocamlcore.org/"
42 +SRC_URI="https://forge.ocamlcore.org/frs/download.php/1722/${P}.tar.gz"
43 +LICENSE="MIT"
44 +SLOT="0/${PV}"
45 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
46 +DEPEND=""
47 +RDEPEND="${DEPEND}"
48 +IUSE=""
49 +
50 +DOCS=( "README.txt" "AUTHORS.txt" "changelog" )