diff options
author | Jens Pranaitis <jens@chaox.net> | 2010-05-27 15:16:52 +0200 |
---|---|---|
committer | Jens Pranaitis <jens@chaox.net> | 2010-05-27 15:16:52 +0200 |
commit | 11cedfd8d888aaf258c275ed26565cdb69383164 (patch) | |
tree | 9c72956b19065ae88ce71b5be7da89a07ae490dd | |
parent | added maemo-flasher (diff) | |
download | jensp-11cedfd8d888aaf258c275ed26565cdb69383164.tar.gz jensp-11cedfd8d888aaf258c275ed26565cdb69383164.tar.bz2 jensp-11cedfd8d888aaf258c275ed26565cdb69383164.zip |
moblin-image-creator: fixed deps, added live ebuild
3 files changed, 29 insertions, 2 deletions
diff --git a/app-admin/moblin-image-creator2/Manifest b/app-admin/moblin-image-creator2/Manifest index 7845773..359a064 100644 --- a/app-admin/moblin-image-creator2/Manifest +++ b/app-admin/moblin-image-creator2/Manifest @@ -1,2 +1,3 @@ DIST moblin-image-creator-2-0.16.tar.bz2 115231 RMD160 7a76196cdd77d14b5b9f163fdcc38baf68109062 SHA1 c16f0424aad91ca35c57d59ff2c8a7e543741388 SHA256 bec89334b913d201fce25565912f809cd5990f3881bb7a3766ab7d427e02a3b2 -EBUILD moblin-image-creator2-0.16.ebuild 571 RMD160 d5b8c3c851efba08394313d00fde0de8f09c6879 SHA1 bb4b2be994a5408e2ac802375cc94eea5b317818 SHA256 a23a3813d6f135709d16e20f4354a69be4b6651504b70807dc34e8bfbabde628 +EBUILD moblin-image-creator2-0.16.ebuild 595 RMD160 090a567258f15339940b04c99e64941febf0cb0b SHA1 d4962c1dfed3487de86d9e0e0976922e8a1fe828 SHA256 f90e55e097183ffe8dd4e4ba4b73871ff6d15584ed948ec009dfa6de18fd294a +EBUILD moblin-image-creator2-9999.ebuild 508 RMD160 9f1e9d6335b8b1445c6f15ae9855372c23cc7466 SHA1 46264cac51d44fa8f9fe99aa613b19a7882bad0b SHA256 1f26b56b16bd63ad7821a241f9cadb81e20d55559f8cd260d9a4e0056465ba41 diff --git a/app-admin/moblin-image-creator2/moblin-image-creator2-0.16.ebuild b/app-admin/moblin-image-creator2/moblin-image-creator2-0.16.ebuild index 51562c7..9b59658 100644 --- a/app-admin/moblin-image-creator2/moblin-image-creator2-0.16.ebuild +++ b/app-admin/moblin-image-creator2/moblin-image-creator2-0.16.ebuild @@ -24,6 +24,7 @@ RDEPEND="${DEPEND} app-cdr/cdrtools sys-devel/make app-arch/rpm[python] - sys-apps/yum" + sys-apps/yum + sys-fs/multipath-tools" S="${WORKDIR}"/${MY_P} diff --git a/app-admin/moblin-image-creator2/moblin-image-creator2-9999.ebuild b/app-admin/moblin-image-creator2/moblin-image-creator2-9999.ebuild new file mode 100644 index 0000000..4ddfda4 --- /dev/null +++ b/app-admin/moblin-image-creator2/moblin-image-creator2-9999.ebuild @@ -0,0 +1,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" |