Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/quassel: ChangeLog quassel-9999-r1.ebuild quassel-0.2.9999.ebuild
Date: Wed, 02 Jul 2008 16:03:18
Message-Id: E1KE4nY-0004oZ-Mk@stork.gentoo.org
1 flameeyes 08/07/02 16:03:12
2
3 Modified: ChangeLog quassel-9999-r1.ebuild
4 quassel-0.2.9999.ebuild
5 Log:
6 Use the new icons instead of the old ones.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
8
9 Revision Changes Path
10 1.21 net-irc/quassel/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 2 Jul 2008 15:47:39 -0000 1.20
23 +++ ChangeLog 2 Jul 2008 16:03:12 -0000 1.21
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-irc/quassel
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.20 2008/07/02 15:47:39 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.21 2008/07/02 16:03:12 flameeyes Exp $
29 +
30 + 02 Jul 2008; Diego Pettenò <flameeyes@g.o>
31 + quassel-0.2.9999.ebuild, quassel-9999-r1.ebuild:
32 + Use the new icons instead of the old ones.
33
34 *quassel-0.2.0_rc1 (02 Jul 2008)
35
36
37
38
39 1.3 net-irc/quassel/quassel-9999-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/quassel-9999-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/quassel-9999-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/quassel-9999-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: quassel-9999-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- quassel-9999-r1.ebuild 17 Jun 2008 10:58:15 -0000 1.2
52 +++ quassel-9999-r1.ebuild 2 Jul 2008 16:03:12 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999-r1.ebuild,v 1.2 2008/06/17 10:58:15 flameeyes Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999-r1.ebuild,v 1.3 2008/07/02 16:03:12 flameeyes Exp $
58
59 EAPI=1
60
61 @@ -81,10 +81,8 @@
62
63 # Only install the icons if the X client was installed
64 if use X; then
65 - local size
66 - for size in 16 24 32 48 64 96 128 256 512; do
67 - insinto /usr/share/icons/hicolor/${size}x${size}
68 - newins "${S}"/src/icons/quassel/connected/${size}.png quassel.png
69 - done
70 + insinto /usr/share/icons/hicolor
71 + # avoid the connected/ directory, get only the ${size}x${size}
72 + doins -r "${S}"/src/icons/quassel/*x*
73 fi
74 }
75
76
77
78 1.3 net-irc/quassel/quassel-0.2.9999.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/quassel-0.2.9999.ebuild?rev=1.3&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/quassel-0.2.9999.ebuild?rev=1.3&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/quassel-0.2.9999.ebuild?r1=1.2&r2=1.3
83
84 Index: quassel-0.2.9999.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.2.9999.ebuild,v
87 retrieving revision 1.2
88 retrieving revision 1.3
89 diff -u -r1.2 -r1.3
90 --- quassel-0.2.9999.ebuild 17 Jun 2008 10:58:15 -0000 1.2
91 +++ quassel-0.2.9999.ebuild 2 Jul 2008 16:03:12 -0000 1.3
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2008 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.2.9999.ebuild,v 1.2 2008/06/17 10:58:15 flameeyes Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.2.9999.ebuild,v 1.3 2008/07/02 16:03:12 flameeyes Exp $
97
98 EAPI=1
99
100 @@ -81,10 +81,8 @@
101
102 # Only install the icons if the X client was installed
103 if use X; then
104 - local size
105 - for size in 16 24 32 48 64 96 128 256 512; do
106 - insinto /usr/share/icons/hicolor/${size}x${size}
107 - newins "${S}"/src/icons/quassel/connected/${size}.png quassel.png
108 - done
109 + insinto /usr/share/icons/hicolor
110 + # avoid the connected/ directory, get only the ${size}x${size}
111 + doins -r "${S}"/src/icons/quassel/*x*
112 fi
113 }
114
115
116
117 --
118 gentoo-commits@l.g.o mailing list