| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-3.0.5.ebuild,v 1.2 2012/07/09 21:08:47 ulm Exp $
|
| 4 |
|
| 5 |
EAPI="3"
|
| 6 |
|
| 7 |
inherit oasis
|
| 8 |
|
| 9 |
DESCRIPTION="Mini library required for some other preprocessing libraries"
|
| 10 |
HOMEPAGE="http://forge.ocamlcore.org/projects/type-conv/"
|
| 11 |
SRC_URI="http://forge.ocamlcore.org/frs/download.php/821/${P}.tar.gz"
|
| 12 |
|
| 13 |
LICENSE="LGPL-2.1-with-linking-exception"
|
| 14 |
SLOT="0"
|
| 15 |
KEYWORDS="~amd64 ~x86"
|
| 16 |
IUSE=""
|
| 17 |
|
| 18 |
RDEPEND=""
|
| 19 |
DEPEND="${RDEPEND}"
|
| 20 |
|
| 21 |
DOCS=( "README.txt" "Changelog" )
|
| 22 |
|
| 23 |
S="${WORKDIR}/${PN/-/_}-${PV}"
|