summaryrefslogtreecommitdiff
blob: cc2bb56976a97dfce3c827b1b063eb1dac275057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/febootstrap/febootstrap-3.9.ebuild,v 1.1 2011/12/10 20:02:54 maksbotan Exp $

EAPI="4"

AUTOTOOLS_IN_SOURCE_BUILD=1
inherit autotools-utils

DESCRIPTION="Bootstrapping tool for creating supermin appliances"
HOMEPAGE="http://people.redhat.com/~rjones/febootstrap/"
SRC_URI="http://people.redhat.com/~rjones/${PN}/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-lang/ocaml[ocamlopt]
	dev-ml/findlib
	dev-lang/perl
	sys-fs/e2fsprogs
	sys-libs/e2fsprogs-libs
	=app-arch/rpm-4*
	>=sys-apps/yum-3.2.21"

DEPEND="${RDEPEND}"