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