commit:     20da3884b5f0d345c4d40d003fba06088edfce80
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 11 13:13:53 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 12:21:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20da3884

dev-ml/ounit: bump to 2.0.5

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/ounit/Manifest           |  1 +
 dev-ml/ounit/ounit-2.0.5.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-ml/ounit/Manifest b/dev-ml/ounit/Manifest
index c22df07c414..01e2cf38d39 100644
--- a/dev-ml/ounit/Manifest
+++ b/dev-ml/ounit/Manifest
@@ -1 +1,2 @@
 DIST ounit-2.0.0.tar.gz 103504 SHA256 
4d4a05b20c39c60d7486fb7a90eb4c5c08e8c9862360b5938b97a09e9bd21d85 SHA512 
e12c8fb534ef88de7a83a34e5a578060a90abfce601d8532408412a56e843f69b89cfd6ce69bd7c5519e9a04e306d46339e9b8f13975727a3458afe20cd776d0
 WHIRLPOOL 
4b2ea33cdb2ad08ebb97c80a1c9f4e59c4f5f08ea52c7486cc892bf84fce5193e2a0a220c37c0304426ddae010aa18f6f6895427e78a71b784b9b367f41b3a8c
+DIST ounit-2.0.5.tar.gz 114285 SHA256 
c04a53bfab11789a3d333d2a4fb16cdfaa71e2f8fb34edfc6a93b3e85f1fcd68 SHA512 
b2414b7581ec230a949de0d7a677786bb63ef3a3ee0c3dc666d176f83705b5bc8aeab4b6e2327c98714bb26c249d71766ed831ebf572aff2b8829a33cc0e4b75
 WHIRLPOOL 
164986305ead2db9d1339e6bb267cd884a2dfc1a28264a3a9f037a102e380a1183d31787cf3487347b010dcc2bc06b48ef19fcf5a0f16d89efc828e4c507649c

diff --git a/dev-ml/ounit/ounit-2.0.5.ebuild b/dev-ml/ounit/ounit-2.0.5.ebuild
new file mode 100644
index 00000000000..f597ba58119
--- /dev/null
+++ b/dev-ml/ounit/ounit-2.0.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Unit testing framework for OCaml"
+HOMEPAGE="http://ounit.forge.ocamlcore.org/";
+SRC_URI="https://forge.ocamlcore.org/frs/download.php/1719/${P}.tar.gz";
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+DEPEND=""
+RDEPEND="${DEPEND}"
+IUSE=""
+
+DOCS=( "README.txt" "AUTHORS.txt" "changelog" )

Reply via email to