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