summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-10-12 18:28:41 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-10-12 18:28:41 +0000
commit19dca34cf32a560ecd37d8866a3f92e38c3d84f6 (patch)
tree3a9b95f4062c68e968ca7a3455593b84d1feede0 /dev-ml
parentVersion bump; remove old (diff)
downloadgentoo-2-19dca34cf32a560ecd37d8866a3f92e38c3d84f6.tar.gz
gentoo-2-19dca34cf32a560ecd37d8866a3f92e38c3d84f6.tar.bz2
gentoo-2-19dca34cf32a560ecd37d8866a3f92e38c3d84f6.zip
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ounit/ChangeLog7
-rw-r--r--dev-ml/ounit/ounit-2.0.0.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog
index 4393bf0f2851..1783da255a4e 100644
--- a/dev-ml/ounit/ChangeLog
+++ b/dev-ml/ounit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/ounit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.36 2013/03/02 18:55:25 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.37 2013/10/12 18:28:41 aballier Exp $
+
+*ounit-2.0.0 (12 Oct 2013)
+
+ 12 Oct 2013; Alexis Ballier <aballier@gentoo.org> +ounit-2.0.0.ebuild:
+ version bump
02 Mar 2013; Alexis Ballier <aballier@gentoo.org> ounit-1.1.2.ebuild:
eapi5 and define subslot
diff --git a/dev-ml/ounit/ounit-2.0.0.ebuild b/dev-ml/ounit/ounit-2.0.0.ebuild
new file mode 100644
index 000000000000..4df169121009
--- /dev/null
+++ b/dev-ml/ounit/ounit-2.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-2.0.0.ebuild,v 1.1 2013/10/12 18:28:41 aballier Exp $
+
+EAPI="5"
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Unit testing framework for OCaml"
+HOMEPAGE="http://ounit.forge.ocamlcore.org/"
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/1258/${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~x86"
+DEPEND=""
+RDEPEND="${DEPEND}"
+IUSE=""
+
+DOCS=( "README.txt" "AUTHORS.txt" "changelog" )