diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-14 20:36:48 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-14 20:36:48 +0000 |
commit | c5ff17ba2d3277a566a50a3b2a42cfd518550a15 (patch) | |
tree | 6b3d9a98b8cee2c25419f1d2d95bf27a7106225d /dev-ml/ocaml-fileutils | |
parent | rdepend on tl-latexextra for comment.sty by Alexey Shmalko, bug #472660 (diff) | |
download | gentoo-2-c5ff17ba2d3277a566a50a3b2a42cfd518550a15.tar.gz gentoo-2-c5ff17ba2d3277a566a50a3b2a42cfd518550a15.tar.bz2 gentoo-2-c5ff17ba2d3277a566a50a3b2a42cfd518550a15.zip |
version bump
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocaml-fileutils')
-rw-r--r-- | dev-ml/ocaml-fileutils/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-ml/ocaml-fileutils/ChangeLog b/dev-ml/ocaml-fileutils/ChangeLog index b4501556bbc9..5981d748410d 100644 --- a/dev-ml/ocaml-fileutils/ChangeLog +++ b/dev-ml/ocaml-fileutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/ocaml-fileutils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.10 2013/03/17 15:51:05 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.11 2013/06/14 20:36:48 aballier Exp $ + +*ocaml-fileutils-0.4.5 (14 Jun 2013) + + 14 Jun 2013; Alexis Ballier <aballier@gentoo.org> + +ocaml-fileutils-0.4.5.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-fileutils/ocaml-fileutils-0.4.5.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild new file mode 100644 index 000000000000..01173390ea0a --- /dev/null +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild,v 1.1 2013/06/14 20:36:48 aballier Exp $ + +EAPI=5 + +OASIS_BUILD_DOCS=1 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename" +HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/1194/${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-ml/ounit" + +DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" ) |