diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-06-08 08:22:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-06-08 08:22:41 +0000 |
commit | dccb6b1eb9b07fd79ce9b47f0003fe9a422b6b78 (patch) | |
tree | a19c57339eff6462d12435af2550fd6f10fb774b /dev-ml | |
parent | version bump (diff) | |
download | gentoo-2-dccb6b1eb9b07fd79ce9b47f0003fe9a422b6b78.tar.gz gentoo-2-dccb6b1eb9b07fd79ce9b47f0003fe9a422b6b78.tar.bz2 gentoo-2-dccb6b1eb9b07fd79ce9b47f0003fe9a422b6b78.zip |
version bump
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-re/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocaml-re/ocaml-re-1.4.1.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ml/ocaml-re/ChangeLog b/dev-ml/ocaml-re/ChangeLog index ab9d1a0e443a..adeda39afec8 100644 --- a/dev-ml/ocaml-re/ChangeLog +++ b/dev-ml/ocaml-re/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/ocaml-re # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ChangeLog,v 1.8 2015/06/06 19:46:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ChangeLog,v 1.9 2015/06/08 08:22:41 aballier Exp $ + +*ocaml-re-1.4.1 (08 Jun 2015) + + 08 Jun 2015; Alexis Ballier <aballier@gentoo.org> +ocaml-re-1.4.1.ebuild: + version bump 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Add github to remote-id in metadata.xml diff --git a/dev-ml/ocaml-re/ocaml-re-1.4.1.ebuild b/dev-ml/ocaml-re/ocaml-re-1.4.1.ebuild new file mode 100644 index 000000000000..11d0e3e80701 --- /dev/null +++ b/dev-ml/ocaml-re/ocaml-re-1.4.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ocaml-re-1.4.1.ebuild,v 1.1 2015/06/08 08:22:41 aballier Exp $ + +EAPI=5 + +OASIS_BUILD_DOCS=1 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="Regular expression library for OCaml" +HOMEPAGE="http://github.com/ocaml/ocaml-re" +SRC_URI="https://github.com/ocaml/ocaml-re/archive/${P}.tar.gz" + +LICENSE="LGPL-2-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=">=dev-lang/ocaml-4.02:=" +DEPEND="${RDEPEND} + test? ( dev-ml/ounit )" +DOCS=( "CHANGES" "TODO.txt" "README.md" ) +S="${WORKDIR}/${PN}-${P}" |