Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/tintwizard: tintwizard-0.3.4.ebuild ChangeLog
Date: Wed, 30 Jun 2010 19:42:01
Message-Id: 20100630194157.112F92C621@corvid.gentoo.org
1 idl0r 10/06/30 19:41:56
2
3 Modified: ChangeLog
4 Added: tintwizard-0.3.4.ebuild
5 Log:
6 Version bump, bug 326355, thanks to Nick Pope <nick+gentoo@×××××××××××.uk>.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 x11-misc/tintwizard/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tintwizard/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tintwizard/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tintwizard/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/tintwizard/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 8 May 2010 13:27:15 -0000 1.3
23 +++ ChangeLog 30 Jun 2010 19:41:56 -0000 1.4
24 @@ -1,6 +1,13 @@
25 # ChangeLog for x11-misc/tintwizard
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tintwizard/ChangeLog,v 1.3 2010/05/08 13:27:15 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tintwizard/ChangeLog,v 1.4 2010/06/30 19:41:56 idl0r Exp $
29 +
30 +*tintwizard-0.3.4 (30 Jun 2010)
31 +
32 + 30 Jun 2010; Christian Ruppert <idl0r@g.o>
33 + +tintwizard-0.3.4.ebuild:
34 + Version bump, bug 326355, thanks to Nick Pope
35 + <nick+gentoo@×××××××××××.uk>.
36
37 08 May 2010; Christian Ruppert <idl0r@g.o>
38 tintwizard-0.3.3b.ebuild:
39
40
41
42 1.1 x11-misc/tintwizard/tintwizard-0.3.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tintwizard/tintwizard-0.3.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tintwizard/tintwizard-0.3.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: tintwizard-0.3.4.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/tintwizard/tintwizard-0.3.4.ebuild,v 1.1 2010/06/30 19:41:56 idl0r Exp $
52
53 EAPI="3"
54
55 PYTHON_DEPEND="2"
56
57 inherit python
58
59 DESCRIPTION="GUI wizard which generates config files for tint2 panels"
60 HOMEPAGE="http://code.google.com/p/tintwizard/"
61 SRC_URI="http://tintwizard.googlecode.com/files/${P}.tar.gz"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 DEPEND=""
69 RDEPEND="x11-misc/tint2
70 dev-python/pygtk:2"
71
72 src_prepare() {
73 python_convert_shebangs 2 tintwizard.py
74 }
75
76 src_install() {
77 dodoc ChangeLog
78 newbin tintwizard.py tintwizard || die
79 }