# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-585.ebuild,v 1.4 2013/09/30 17:14:28 ago Exp $ EAPI=5 inherit eutils qt4-r2 DESCRIPTION="Universal Netboot Installer creates Live USB systems for various OS distributions." HOMEPAGE="http://unetbootin.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}-source-${PV}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 x86" IUSE="" UNBI_LINGUAS=" am ar ast be bg bn ca cs da de el eo es et eu fa fi fo fr gl he hr hu id it ja lt lv ml ms nan nb nl nn pl pt_BR pt ro ru si sk sl sr sv sw tr uk ur vi zh_CN zh_TW " for lingua in ${UNBI_LINGUAS}; do IUSE="${IUSE} linguas_${lingua}" done S="${WORKDIR}" DEPEND="dev-qt/qtgui:4" RDEPEND="${DEPEND} sys-fs/mtools