Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/enaml: enaml-0.6.8-r1.ebuild ChangeLog
Date: Wed, 05 Jun 2013 18:00:13
Message-Id: 20130605180009.546492171D@flycatcher.gentoo.org
1 idella4 13/06/05 18:00:09
2
3 Modified: enaml-0.6.8-r1.ebuild ChangeLog
4 Log:
5 update deps
6
7 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/enaml/enaml-0.6.8-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/enaml/enaml-0.6.8-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/enaml/enaml-0.6.8-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/enaml/enaml-0.6.8-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: enaml-0.6.8-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/enaml/enaml-0.6.8-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- enaml-0.6.8-r1.ebuild 14 May 2013 18:35:30 -0000 1.1
23 +++ enaml-0.6.8-r1.ebuild 5 Jun 2013 18:00:09 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enaml/enaml-0.6.8-r1.ebuild,v 1.1 2013/05/14 18:35:30 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/enaml/enaml-0.6.8-r1.ebuild,v 1.2 2013/06/05 18:00:09 idella4 Exp $
29
30 EAPI=5
31
32 @@ -21,7 +21,8 @@
33 dev-python/casuarius[${PYTHON_USEDEP}]
34 dev-python/ply[${PYTHON_USEDEP}]
35 dev-python/traits[${PYTHON_USEDEP}]
36 - || ( dev-python/wxpython[${PYTHON_USEDEP}] dev-python/PyQt4 \
37 + || ( dev-python/wxpython[${PYTHON_USEDEP}] \
38 + dev-python/PyQt4[${PYTHON_USEDEP}] \
39 dev-python/pyside[${PYTHON_USEDEP}] )"
40
41 DEPEND="${RDEPEND}
42
43
44
45 1.5 dev-python/enaml/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/enaml/ChangeLog?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/enaml/ChangeLog?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/enaml/ChangeLog?r1=1.4&r2=1.5
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/enaml/ChangeLog,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- ChangeLog 14 May 2013 18:35:30 -0000 1.4
58 +++ ChangeLog 5 Jun 2013 18:00:09 -0000 1.5
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-python/enaml
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enaml/ChangeLog,v 1.4 2013/05/14 18:35:30 idella4 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/enaml/ChangeLog,v 1.5 2013/06/05 18:00:09 idella4 Exp $
64 +
65 + 05 Jun 2013; Ian Delaney <idella4@g.o> enaml-0.6.8-r1.ebuild:
66 + update deps
67
68 *enaml-0.6.8-r1 (14 May 2013)