Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/taskcoach: taskcoach-0.70.3.ebuild taskcoach-0.70.4.ebuild ChangeLog
Date: Sun, 05 Oct 2008 20:02:06
Message-Id: E1KmZnm-0005M6-No@stork.gentoo.org
1 caster 08/10/05 20:02:02
2
3 Modified: taskcoach-0.70.3.ebuild taskcoach-0.70.4.ebuild
4 ChangeLog
5 Log:
6 Put wxpython also to DEPEND, bug #240099.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1-perfctr x86_64)
8
9 Revision Changes Path
10 1.2 app-office/taskcoach/taskcoach-0.70.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.70.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.70.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.70.3.ebuild?r1=1.1&r2=1.2
15
16 Index: taskcoach-0.70.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- taskcoach-0.70.3.ebuild 17 Aug 2008 22:15:30 -0000 1.1
23 +++ taskcoach-0.70.3.ebuild 5 Oct 2008 20:02:02 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.3.ebuild,v 1.1 2008/08/17 22:15:30 caster Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.3.ebuild,v 1.2 2008/10/05 20:02:02 caster Exp $
29
30 inherit distutils eutils
31
32 @@ -14,9 +14,9 @@
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE=""
36 -DEPEND=">=dev-lang/python-2.4"
37 -RDEPEND="${DEPEND}
38 +DEPEND=">=dev-lang/python-2.4
39 =dev-python/wxpython-2.8*"
40 +RDEPEND="${DEPEND}"
41
42 S="${WORKDIR}/${MY_P}"
43
44
45
46
47 1.2 app-office/taskcoach/taskcoach-0.70.4.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.70.4.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.70.4.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.70.4.ebuild?r1=1.1&r2=1.2
52
53 Index: taskcoach-0.70.4.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.4.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- taskcoach-0.70.4.ebuild 30 Sep 2008 09:48:21 -0000 1.1
60 +++ taskcoach-0.70.4.ebuild 5 Oct 2008 20:02:02 -0000 1.2
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2008 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.4.ebuild,v 1.1 2008/09/30 09:48:21 caster Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.4.ebuild,v 1.2 2008/10/05 20:02:02 caster Exp $
66
67 inherit distutils eutils
68
69 @@ -14,9 +14,9 @@
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73 -DEPEND=">=dev-lang/python-2.4"
74 -RDEPEND="${DEPEND}
75 +DEPEND=">=dev-lang/python-2.4
76 =dev-python/wxpython-2.8*"
77 +RDEPEND="${DEPEND}"
78
79 S="${WORKDIR}/${MY_P}"
80
81
82
83
84 1.12 app-office/taskcoach/ChangeLog
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/ChangeLog?rev=1.12&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/ChangeLog?rev=1.12&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/ChangeLog?r1=1.11&r2=1.12
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v
93 retrieving revision 1.11
94 retrieving revision 1.12
95 diff -u -r1.11 -r1.12
96 --- ChangeLog 30 Sep 2008 09:48:21 -0000 1.11
97 +++ ChangeLog 5 Oct 2008 20:02:02 -0000 1.12
98 @@ -1,6 +1,10 @@
99 # ChangeLog for app-office/taskcoach
100 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.11 2008/09/30 09:48:21 caster Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.12 2008/10/05 20:02:02 caster Exp $
103 +
104 + 05 Oct 2008; Vlastimil Babka <caster@g.o> taskcoach-0.70.3.ebuild,
105 + taskcoach-0.70.4.ebuild:
106 + Put wxpython also to DEPEND, bug #240099.
107
108 *taskcoach-0.70.4 (30 Sep 2008)