diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-12-11 19:33:11 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-12-11 19:33:11 +0000 |
commit | 2a1ddaa14922ebf4c09ca4ac4360b3ed0b7da673 (patch) | |
tree | b8e55510b7f755c4df7157d512c68232372133cb /dev-ml | |
parent | Depend on dev-python/mccabe for tests, bug 493922 by Nikoli. (diff) | |
download | gentoo-2-2a1ddaa14922ebf4c09ca4ac4360b3ed0b7da673.tar.gz gentoo-2-2a1ddaa14922ebf4c09ca4ac4360b3ed0b7da673.tar.bz2 gentoo-2-2a1ddaa14922ebf4c09ca4ac4360b3ed0b7da673.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/ocaml-data-notation/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ml/ocaml-data-notation/ChangeLog b/dev-ml/ocaml-data-notation/ChangeLog index 79093158ad79..a0c33376c807 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.14 2013/03/17 15:50:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.15 2013/12/11 19:33:11 aballier Exp $ + +*ocaml-data-notation-0.0.11 (11 Dec 2013) + + 11 Dec 2013; Alexis Ballier <aballier@gentoo.org> + +ocaml-data-notation-0.0.11.ebuild: + version bump 17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add proxy-maintainers to metadata.xml diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild new file mode 100644 index 000000000000..5d754f69d148 --- /dev/null +++ b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 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.11.ebuild,v 1.1 2013/12/11 19:33:11 aballier Exp $ + +EAPI=5 + +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/1310/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=dev-ml/type-conv-108.07.01:=" +DEPEND="${RDEPEND} + test? ( >=dev-ml/ounit-2.0.0[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )" + +DOCS=( "README.txt" "AUTHORS.txt" "CHANGES.txt" ) |