summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-03-28 13:22:17 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-03-28 13:22:17 +0000
commit45308edcd215d83a34852e2ccb4990d3bb24bb6e (patch)
tree2767d0d236d0162bed745b1b9d32153621320c93 /dev-ml
parentRemove obsolete patches. (diff)
downloadgentoo-2-45308edcd215d83a34852e2ccb4990d3bb24bb6e.tar.gz
gentoo-2-45308edcd215d83a34852e2ccb4990d3bb24bb6e.tar.bz2
gentoo-2-45308edcd215d83a34852e2ccb4990d3bb24bb6e.zip
version bump
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-data-notation/ChangeLog8
-rw-r--r--dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.8.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ml/ocaml-data-notation/ChangeLog b/dev-ml/ocaml-data-notation/ChangeLog
index 7db1680479e0..daa67ced9ab7 100644
--- a/dev-ml/ocaml-data-notation/ChangeLog
+++ b/dev-ml/ocaml-data-notation/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/ocaml-data-notation
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.6 2012/03/27 21:33:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.7 2012/03/28 13:22:17 aballier Exp $
+
+*ocaml-data-notation-0.0.8 (28 Mar 2012)
+
+ 28 Mar 2012; Alexis Ballier <aballier@gentoo.org>
+ +ocaml-data-notation-0.0.8.ebuild:
+ version bump
27 Mar 2012; Alexis Ballier <aballier@gentoo.org>
ocaml-data-notation-0.0.6.ebuild:
diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.8.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.8.ebuild
new file mode 100644
index 000000000000..5b03696c2f1f
--- /dev/null
+++ b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.8.ebuild,v 1.1 2012/03/28 13:22:17 aballier Exp $
+
+EAPI=3
+
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="This project uses type-conv to dump OCaml data structure using OCaml data notation"
+HOMEPAGE="http://forge.ocamlcore.org/projects/odn"
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/833/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-ml/type-conv-3.0.4"
+DEPEND="${RDEPEND}
+ test? ( dev-ml/ounit[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )"
+
+DOCS=( "README.txt" "AUTHORS.txt" "CHANGES.txt" )