summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-05 14:16:49 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-05 14:16:49 +0000
commitfd862d4ee66c17208a6106df2e6cec9788b5126a (patch)
treedd90dd9df5253ad39b2f641f7724d7735778d0a7 /dev-ml
parentMove from dev-util/pkgconfig to virtual/pkgconfig for exporting the required ... (diff)
downloadgentoo-2-fd862d4ee66c17208a6106df2e6cec9788b5126a.tar.gz
gentoo-2-fd862d4ee66c17208a6106df2e6cec9788b5126a.tar.bz2
gentoo-2-fd862d4ee66c17208a6106df2e6cec9788b5126a.zip
version bump
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-fileutils/ChangeLog10
-rw-r--r--dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.3.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-ml/ocaml-fileutils/ChangeLog b/dev-ml/ocaml-fileutils/ChangeLog
index 8e4d12579e35..af0acd1cd6ee 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.2 2011/03/15 20:05:37 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.3 2012/05/05 14:16:49 aballier Exp $
+
+*ocaml-fileutils-0.4.3 (05 May 2012)
+
+ 05 May 2012; Alexis Ballier <aballier@gentoo.org>
+ +ocaml-fileutils-0.4.3.ebuild:
+ version bump
15 Mar 2011; Alexis Ballier <aballier@gentoo.org>
ocaml-fileutils-0.4.2.ebuild:
diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.3.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.3.ebuild
new file mode 100644
index 000000000000..f6c358a80234
--- /dev/null
+++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.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/ocaml-fileutils/ocaml-fileutils-0.4.3.ebuild,v 1.1 2012/05/05 14:16:49 aballier Exp $
+
+EAPI=4
+
+OASIS_BUILD_DOCS=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/625/${P}.tar.gz"
+
+LICENSE="LGPL-2.1-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? ( dev-ml/ounit )"
+
+DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )