dev-ml/*: Update Manifest hashes
[gentoo.git] / dev-ml / ocaml-magic-mime / ocaml-magic-mime-1.0.0.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 inherit oasis
7
8 DESCRIPTION="Convert file extensions to MIME types"
9 HOMEPAGE="https://github.com/mirage/ocaml-magic-mime"
10 SRC_URI="https://github.com/mirage/ocaml-magic-mime/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11 LICENSE="ISC"
12 SLOT="0/${PV}"
13 KEYWORDS="~amd64"
14 IUSE=""
15
16 DEPEND=""
17 RDEPEND="${DEPEND}"