Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: opendict-0.6.1.ebuild ChangeLog
Date: Wed, 03 Oct 2007 05:12:09
Message-Id: E1IcwNs-0001fJ-Qf@stork.gentoo.org
1 dirtyepic 07/10/03 05:02:56
2
3 Modified: opendict-0.6.1.ebuild ChangeLog
4 Log:
5 Lock wxpython dependency.
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.5 app-dicts/opendict/opendict-0.6.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild?r1=1.4&r2=1.5
14
15 Index: opendict-0.6.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- opendict-0.6.1.ebuild 5 Jan 2007 22:04:24 -0000 1.4
22 +++ opendict-0.6.1.ebuild 3 Oct 2007 05:02:56 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild,v 1.4 2007/01/05 22:04:24 dirtyepic Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild,v 1.5 2007/10/03 05:02:56 dirtyepic Exp $
28
29 inherit eutils python gnome2
30
31 @@ -13,7 +13,7 @@
32 IUSE=""
33 # DEPEND=">=sys-devel/gettext-0.14" # currently no xgettext run
34 RDEPEND=">=virtual/python-2.3
35 - >=dev-python/wxpython-2.6
36 + =dev-python/wxpython-2.6*
37 dev-python/pyxml"
38 S="${WORKDIR}/OpenDict-${PV}"
39
40
41
42
43 1.13 app-dicts/opendict/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.13&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.13&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?r1=1.12&r2=1.13
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
52 retrieving revision 1.12
53 retrieving revision 1.13
54 diff -u -r1.12 -r1.13
55 --- ChangeLog 5 Jan 2007 22:04:24 -0000 1.12
56 +++ ChangeLog 3 Oct 2007 05:02:56 -0000 1.13
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-dicts/opendict
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.12 2007/01/05 22:04:24 dirtyepic Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.13 2007/10/03 05:02:56 dirtyepic Exp $
62 +
63 + 03 Oct 2007; Ryan Hill <dirtyepic@g.o> opendict-0.6.1.ebuild:
64 + Lock wxpython dependency.
65
66 05 Jan 2007; Ryan Hill <dirtyepic@g.o> opendict-0.6.1.ebuild:
67 einfo -> elog
68
69
70
71 --
72 gentoo-commits@g.o mailing list