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.3b.ebuild ChangeLog tintwizard-0.3.3.ebuild
Date: Fri, 30 Apr 2010 10:52:10
Message-Id: 20100430105205.BAF672C04C@corvid.gentoo.org
1 idl0r 10/04/30 10:52:05
2
3 Modified: ChangeLog
4 Added: tintwizard-0.3.3b.ebuild
5 Removed: tintwizard-0.3.3.ebuild
6 Log:
7 Version bump to 0.3.3b. Add SUPPORT_PYTHON_ABIS.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 x11-misc/tintwizard/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tintwizard/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tintwizard/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tintwizard/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/tintwizard/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 6 Apr 2010 11:54:25 -0000 1.1
24 +++ ChangeLog 30 Apr 2010 10:52:05 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/tintwizard
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tintwizard/ChangeLog,v 1.1 2010/04/06 11:54:25 idl0r Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tintwizard/ChangeLog,v 1.2 2010/04/30 10:52:05 idl0r Exp $
30 +
31 +*tintwizard-0.3.3b (30 Apr 2010)
32 +
33 + 30 Apr 2010; Christian Ruppert <idl0r@g.o>
34 + -tintwizard-0.3.3.ebuild, +tintwizard-0.3.3b.ebuild:
35 + Version bump to 0.3.3b. Add SUPPORT_PYTHON_ABIS.
36
37 *tintwizard-0.3.3 (06 Apr 2010)
38
39
40
41
42 1.1 x11-misc/tintwizard/tintwizard-0.3.3b.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tintwizard/tintwizard-0.3.3b.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tintwizard/tintwizard-0.3.3b.ebuild?rev=1.1&content-type=text/plain
46
47 Index: tintwizard-0.3.3b.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.3b.ebuild,v 1.1 2010/04/30 10:52:05 idl0r Exp $
52
53 EAPI="3"
54
55 PYTHON_DEPEND="2"
56 SUPPORT_PYTHON_ABIS="1"
57 RESTRICT_PYTHON_ABIS="3.*"
58
59 inherit python
60
61 DESCRIPTION="GUI wizard which generates config files for tint2 panels"
62 HOMEPAGE="http://code.google.com/p/tintwizard/"
63 SRC_URI="http://tintwizard.googlecode.com/files/${P}.tar.gz"
64
65 LICENSE="GPL-3"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 DEPEND=""
71 RDEPEND="x11-misc/tint2
72 dev-python/pygtk:2"
73
74 src_prepare() {
75 python_convert_shebangs 2 tintwizard.py
76 }
77
78 src_install() {
79 dodoc ChangeLog
80 newbin tintwizard.py tintwizard || die
81 }