blob: 4ddfda4087e12dec1b74587b987a7103e32d7f87 (
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
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
inherit distutils git
DESCRIPTION="Tool for creating Meego Images"
HOMEPAGE="http://moblin.org/projects/moblin-image-creator-2"
EGIT_REPO_URI="git://git.moblin.org/moblin-image-creator-2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
sys-fs/lvm2
app-cdr/cdrtools
sys-devel/make
app-arch/rpm[python]
sys-apps/yum
sys-fs/multipath-tools"
|