*/*: Update attribution for all files with a 2019 copyright.
[gentoo.git] / dev-ml / ocaml-fileutils / ocaml-fileutils-0.5.2.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 OASIS_BUILD_DOCS=1
7 OASIS_BUILD_TESTS=1
8
9 inherit oasis
10
11 DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename"
12 HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils"
13 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1695/${P}.tar.gz"
14
15 LICENSE="LGPL-2.1-with-linking-exception"
16 SLOT="0/${PV}"
17 KEYWORDS="~amd64 ~x86"
18 IUSE=""
19
20 RDEPEND=""
21 DEPEND="${RDEPEND}
22         >=dev-ml/ounit-2.0.0"
23
24 DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )