Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/unetbootin: unetbootin-393.ebuild ChangeLog
Date: Tue, 09 Feb 2010 01:33:31
Message-Id: E1Neeyf-0006Nf-Ek@stork.gentoo.org
1 jer 10/02/09 01:33:21
2
3 Modified: ChangeLog
4 Added: unetbootin-393.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc62/cvs/Linux i686)
8
9 Revision Changes Path
10 1.30 sys-boot/unetbootin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/unetbootin/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/unetbootin/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/unetbootin/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 1 Feb 2010 22:37:52 -0000 1.29
23 +++ ChangeLog 9 Feb 2010 01:33:20 -0000 1.30
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-boot/unetbootin
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.29 2010/02/01 22:37:52 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.30 2010/02/09 01:33:20 jer Exp $
29 +
30 +*unetbootin-393 (09 Feb 2010)
31 +
32 + 09 Feb 2010; Jeroen Roovers <jer@g.o> +unetbootin-393.ebuild:
33 + Version bump.
34
35 01 Feb 2010; Jeroen Roovers <jer@g.o> unetbootin-391.ebuild:
36 Die more often. Do not install useless README.TXT.
37
38
39
40 1.1 sys-boot/unetbootin/unetbootin-393.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/unetbootin/unetbootin-393.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/unetbootin/unetbootin-393.ebuild?rev=1.1&content-type=text/plain
44
45 Index: unetbootin-393.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-393.ebuild,v 1.1 2010/02/09 01:33:20 jer Exp $
50
51 inherit qt4
52
53 DESCRIPTION="Universal Netboot Installer creates Live USB systems for various OS
54 distributions."
55 HOMEPAGE="http://unetbootin.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/unetbootin/${PN}-source-${PV}.tar.gz"
57
58 SLOT="0"
59 LICENSE="GPL-2"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 S="${WORKDIR}"
64
65 DEPEND="x11-libs/qt-gui"
66 RDEPEND="${DEPEND}
67 sys-fs/mtools
68 sys-boot/syslinux
69 app-arch/p7zip"
70
71 src_compile() {
72 lupdate unetbootin.pro || die "lupdate failed"
73 lrelease unetbootin.pro || die "lrelease failed"
74 eqmake4 unetbootin.pro || die "eqmake4 failed"
75 emake || die "make failed"
76 }
77
78 src_install() {
79 dobin unetbootin || die "dobin failed"
80 insinto /usr/share/applications
81 doins unetbootin.desktop || die "doins failed"
82 }