Parent Directory
|
Revision Log
eapi5, use slotdeps and define subslot (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
| 1 | # Copyright 1999-2013 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-ml/batteries/batteries-1.5.0.ebuild,v 1.1 2012/08/07 16:22:06 aballier Exp $ |
| 4 | |
| 5 | EAPI=5 |
| 6 | |
| 7 | inherit oasis |
| 8 | |
| 9 | DESCRIPTION="The community-maintained foundation library for your OCaml projects" |
| 10 | HOMEPAGE="http://batteries.forge.ocamlcore.org/" |
| 11 | SRC_URI="http://forge.ocamlcore.org/frs/download.php/950/${P}.tar.gz" |
| 12 | |
| 13 | LICENSE="LGPL-2.1-with-linking-exception" |
| 14 | SLOT="0/${PV}" |
| 15 | KEYWORDS="~amd64" |
| 16 | IUSE="test" |
| 17 | |
| 18 | RDEPEND="dev-ml/camomile:=" |
| 19 | DEPEND="${RDEPEND} |
| 20 | test? ( dev-ml/ounit )" |
| 21 | |
| 22 | DOCS=( "ChangeLog" "FAQ" "README" "README.folders" "README.md" ) |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |