diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-04-26 03:47:10 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-04-26 03:47:10 +0000 |
commit | d7d5bb20168bd0bf1b7bcb958daf283cbe54b142 (patch) | |
tree | 86a26fc0feb738edf028d6e3c61a2ce19b56b6b0 /sys-boot/unetbootin/unetbootin-527.ebuild | |
parent | Old. (diff) | |
download | historical-d7d5bb20168bd0bf1b7bcb958daf283cbe54b142.tar.gz historical-d7d5bb20168bd0bf1b7bcb958daf283cbe54b142.tar.bz2 historical-d7d5bb20168bd0bf1b7bcb958daf283cbe54b142.zip |
Old.
Package-Manager: portage-2.2.0_alpha30/cvs/Linux i686
Diffstat (limited to 'sys-boot/unetbootin/unetbootin-527.ebuild')
-rw-r--r-- | sys-boot/unetbootin/unetbootin-527.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sys-boot/unetbootin/unetbootin-527.ebuild b/sys-boot/unetbootin/unetbootin-527.ebuild deleted file mode 100644 index 83539630ed91..000000000000 --- a/sys-boot/unetbootin/unetbootin-527.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-527.ebuild,v 1.1 2011/03/27 22:20:19 jer Exp $ - -EAPI="3" - -inherit qt4-r2 - -DESCRIPTION="Universal Netboot Installer creates Live USB systems for various OS -distributions." -HOMEPAGE="http://unetbootin.sourceforge.net/" -SRC_URI="mirror://sourceforge/unetbootin/${PN}-source-${PV}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}" - -DEPEND="x11-libs/qt-gui" -RDEPEND="${DEPEND} - sys-fs/mtools - sys-boot/syslinux - app-arch/p7zip" - -src_configure() { - lupdate unetbootin.pro || die "lupdate failed" - lrelease unetbootin.pro || die "lrelease failed" - eqmake4 unetbootin.pro || die "eqmake4 failed" -} - -src_install() { - dobin unetbootin || die "dobin failed" - insinto /usr/share/applications - doins unetbootin.desktop || die "doins failed" -} |