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-555.ebuild unetbootin-549.ebuild ChangeLog
Date: Tue, 06 Sep 2011 18:48:56
Message-Id: 20110906184830.5729D2004C@flycatcher.gentoo.org
1 jer 11/09/06 18:48:30
2
3 Modified: unetbootin-555.ebuild unetbootin-549.ebuild
4 ChangeLog
5 Log:
6 Install icons in the right directories by Cyril (bug #382063).
7
8 (Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sys-boot/unetbootin/unetbootin-555.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/unetbootin-555.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/unetbootin-555.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/unetbootin-555.ebuild?r1=1.1&r2=1.2
16
17 Index: unetbootin-555.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-555.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- unetbootin-555.ebuild 6 Sep 2011 14:47:00 -0000 1.1
24 +++ unetbootin-555.ebuild 6 Sep 2011 18:48:30 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-555.ebuild,v 1.1 2011/09/06 14:47:00 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-555.ebuild,v 1.2 2011/09/06 18:48:30 jer Exp $
30
31 EAPI="3"
32
33 @@ -37,7 +37,7 @@
34 for file in ${PN}*.png; do
35 size="${file/unetbootin_}"
36 size="${size/.png}x${size/.png}"
37 - insinto /usr/share/icons/hicolor/${size}
38 + insinto /usr/share/icons/hicolor/${size}/apps
39 newins ${file} ${PN}.png
40 done
41 }
42
43
44
45 1.4 sys-boot/unetbootin/unetbootin-549.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/unetbootin-549.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/unetbootin-549.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/unetbootin-549.ebuild?r1=1.3&r2=1.4
50
51 Index: unetbootin-549.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-549.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- unetbootin-549.ebuild 24 May 2011 21:05:19 -0000 1.3
58 +++ unetbootin-549.ebuild 6 Sep 2011 18:48:30 -0000 1.4
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-549.ebuild,v 1.3 2011/05/24 21:05:19 maekke Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-549.ebuild,v 1.4 2011/09/06 18:48:30 jer Exp $
64
65 EAPI="3"
66
67 @@ -37,7 +37,7 @@
68 for file in ${PN}*.png; do
69 size="${file/unetbootin_}"
70 size="${size/.png}x${size/.png}"
71 - insinto /usr/share/icons/hicolor/${size}
72 + insinto /usr/share/icons/hicolor/${size}/apps
73 newins ${file} ${PN}.png
74 done
75 }
76
77
78
79 1.64 sys-boot/unetbootin/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/ChangeLog?rev=1.64&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/ChangeLog?rev=1.64&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/ChangeLog?r1=1.63&r2=1.64
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v
88 retrieving revision 1.63
89 retrieving revision 1.64
90 diff -u -r1.63 -r1.64
91 --- ChangeLog 6 Sep 2011 14:47:01 -0000 1.63
92 +++ ChangeLog 6 Sep 2011 18:48:30 -0000 1.64
93 @@ -1,6 +1,10 @@
94 # ChangeLog for sys-boot/unetbootin
95 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.63 2011/09/06 14:47:01 jer Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.64 2011/09/06 18:48:30 jer Exp $
98 +
99 + 06 Sep 2011; Jeroen Roovers <jer@g.o> unetbootin-549.ebuild,
100 + unetbootin-555.ebuild:
101 + Install icons in the right directories by Cyril (bug #382063).
102
103 *unetbootin-555 (06 Sep 2011)