summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-02-01 22:37:52 +0000
committerJeroen Roovers <jer@gentoo.org>2010-02-01 22:37:52 +0000
commita1b128a0c27d51ec137dd56c0d371b04cf950262 (patch)
treed8e2dfee0df54383e2d157dd82e3407457e74313 /sys-boot
parentstable x86, bug 302349 (diff)
downloadgentoo-2-a1b128a0c27d51ec137dd56c0d371b04cf950262.tar.gz
gentoo-2-a1b128a0c27d51ec137dd56c0d371b04cf950262.tar.bz2
gentoo-2-a1b128a0c27d51ec137dd56c0d371b04cf950262.zip
Die more often. Do not install useless README.TXT.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/unetbootin/ChangeLog5
-rw-r--r--sys-boot/unetbootin/unetbootin-391.ebuild11
2 files changed, 9 insertions, 7 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog
index b012f54aca61..b9aab174ea54 100644
--- a/sys-boot/unetbootin/ChangeLog
+++ b/sys-boot/unetbootin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/unetbootin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.28 2010/02/01 18:36:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.29 2010/02/01 22:37:52 jer Exp $
+
+ 01 Feb 2010; Jeroen Roovers <jer@gentoo.org> unetbootin-391.ebuild:
+ Die more often. Do not install useless README.TXT.
*unetbootin-391 (01 Feb 2010)
diff --git a/sys-boot/unetbootin/unetbootin-391.ebuild b/sys-boot/unetbootin/unetbootin-391.ebuild
index 5db57b8018b7..7a19ece606d1 100644
--- a/sys-boot/unetbootin/unetbootin-391.ebuild
+++ b/sys-boot/unetbootin/unetbootin-391.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-391.ebuild,v 1.1 2010/02/01 18:36:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-391.ebuild,v 1.2 2010/02/01 22:37:52 jer Exp $
inherit qt4
@@ -23,15 +23,14 @@ RDEPEND="${DEPEND}
app-arch/p7zip"
src_compile() {
- lupdate unetbootin.pro
- lrelease unetbootin.pro
- eqmake4 unetbootin.pro
+ lupdate unetbootin.pro || die "lupdate failed"
+ lrelease unetbootin.pro || die "lrelease failed"
+ eqmake4 unetbootin.pro || die "eqmake4 failed"
emake || die "make failed"
}
src_install() {
- dodoc README.TXT
dobin unetbootin || die "dobin failed"
insinto /usr/share/applications
- doins unetbootin.desktop
+ doins unetbootin.desktop || die "doins failed"
}