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