From c5ff17ba2d3277a566a50a3b2a42cfd518550a15 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 14 Jun 2013 20:36:48 +0000 Subject: version bump (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 160F534A) --- dev-ml/ocaml-fileutils/ChangeLog | 8 ++++++- .../ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild (limited to 'dev-ml/ocaml-fileutils') 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 + +ocaml-fileutils-0.4.5.ebuild: + version bump 17 Mar 2013; Markos Chandras 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" ) -- cgit v1.2.3-65-gdbad