Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/vitables: vitables-2.0.ebuild ChangeLog
Date: Thu, 25 Jun 2009 06:10:00
Message-Id: E1MJi9m-00075a-66@stork.gentoo.org
1 yngwin 09/06/25 06:09:58
2
3 Modified: vitables-2.0.ebuild ChangeLog
4 Log:
5 Drop illegal qt meta ebuild dependency (see 217161#c11). Add use dep for PyQt4 (check for more, bug 272136). Whitespace.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-misc/vitables/vitables-2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild?r1=1.1&r2=1.2
14
15 Index: vitables-2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- vitables-2.0.ebuild 11 Jun 2009 20:44:13 -0000 1.1
22 +++ vitables-2.0.ebuild 25 Jun 2009 06:09:58 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v 1.1 2009/06/11 20:44:13 spock Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v 1.2 2009/06/25 06:09:58 yngwin Exp $
28
29 EAPI="2"
30 NEED_PYTHON="2.5"
31 @@ -18,8 +18,7 @@
32 IUSE="doc examples"
33
34 DEPEND=">=dev-python/pytables-2.0
35 - >=x11-libs/qt-4.0
36 - >=dev-python/PyQt4-4.4"
37 + dev-python/PyQt4[X]" # FIXME: check if any other useflags are needed
38 RDEPEND="${DEPEND}"
39 S="${WORKDIR}/ViTables-${PV}"
40
41 @@ -38,5 +37,4 @@
42 if use doc; then
43 dodoc doc/*
44 fi
45 -
46 }
47
48
49
50 1.2 sci-misc/vitables/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/ChangeLog?rev=1.2&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/ChangeLog?rev=1.2&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/ChangeLog?r1=1.1&r2=1.2
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v
59 retrieving revision 1.1
60 retrieving revision 1.2
61 diff -u -r1.1 -r1.2
62 --- ChangeLog 11 Jun 2009 20:44:13 -0000 1.1
63 +++ ChangeLog 25 Jun 2009 06:09:58 -0000 1.2
64 @@ -1,6 +1,10 @@
65 # ChangeLog for sci-misc/vitables
66 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v 1.1 2009/06/11 20:44:13 spock Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v 1.2 2009/06/25 06:09:58 yngwin Exp $
69 +
70 + 25 Jun 2009; Ben de Groot <yngwin@g.o> vitables-2.0.ebuild:
71 + Drop illegal qt meta ebuild dependency (see 217161#c11). Add use dep for
72 + PyQt4 (check for more, bug 272136). Whitespace.
73
74 *vitables-2.0 (11 Jun 2009)