diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-05 14:08:35 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-05 14:08:35 +0000 |
commit | b4718a3e40aca5b02a2fed12aca81dc07a7f615e (patch) | |
tree | 0575fe55fcbaf4f21e1d92988ce2155f8315805c /dev-ml | |
parent | Stable on amd64 wrt bug #413301 (diff) | |
download | gentoo-2-b4718a3e40aca5b02a2fed12aca81dc07a7f615e.tar.gz gentoo-2-b4718a3e40aca5b02a2fed12aca81dc07a7f615e.tar.bz2 gentoo-2-b4718a3e40aca5b02a2fed12aca81dc07a7f615e.zip |
version bump
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlmod/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-ml/ocamlmod/ChangeLog b/dev-ml/ocamlmod/ChangeLog index 509059f08f4b..c3e3bce1d82c 100644 --- a/dev-ml/ocamlmod/ChangeLog +++ b/dev-ml/ocamlmod/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/ocamlmod # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v 1.1 2012/03/28 12:24:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v 1.2 2012/05/05 14:08:35 aballier Exp $ + +*ocamlmod-0.0.3 (05 May 2012) + + 05 May 2012; Alexis Ballier <aballier@gentoo.org> +ocamlmod-0.0.3.ebuild: + version bump *ocamlmod-0.0.1 (28 Mar 2012) diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild new file mode 100644 index 000000000000..528f40ad6dff --- /dev/null +++ b/dev-ml/ocamlmod/ocamlmod-0.0.3.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/ocamlmod/ocamlmod-0.0.3.ebuild,v 1.1 2012/05/05 14:08:35 aballier Exp $ + +EAPI=4 + +#OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="Generate OCaml modules from source files" +HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/856/${P}.tar.gz" + +LICENSE="LGPL-2.1-linking-exception" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" +# test? ( >=dev-ml/ounit-1.1.1 )" + +DOCS=( "AUTHORS.txt" "README.txt" ) |