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