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-util/reviewboard: ChangeLog reviewboard-1.7.12.ebuild
Date: Thu, 01 Aug 2013 15:25:06
Message-Id: 20130801152501.F04092171C@flycatcher.gentoo.org
1 idella4 13/08/01 15:25:01
2
3 Modified: ChangeLog reviewboard-1.7.12.ebuild
4 Log:
5 correct updated rdeps, masked while awaiting bump of Djblets
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.5 dev-util/reviewboard/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 1 Aug 2013 14:05:10 -0000 1.4
23 +++ ChangeLog 1 Aug 2013 15:25:01 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-util/reviewboard
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v 1.4 2013/08/01 14:05:10 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v 1.5 2013/08/01 15:25:01 idella4 Exp $
29 +
30 + 01 Aug 2013; Ian Delaney <idella4@g.o> reviewboard-1.7.12.ebuild:
31 + correct updated rdeps, masked while awaiting bump of Djblets
32
33 *reviewboard-1.7.12 (01 Aug 2013)
34
35
36
37
38 1.2 dev-util/reviewboard/reviewboard-1.7.12.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.12.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.12.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.12.ebuild?r1=1.1&r2=1.2
43
44 Index: reviewboard-1.7.12.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.12.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- reviewboard-1.7.12.ebuild 1 Aug 2013 14:05:10 -0000 1.1
51 +++ reviewboard-1.7.12.ebuild 1 Aug 2013 15:25:01 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.12.ebuild,v 1.1 2013/08/01 14:05:10 idella4 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.12.ebuild,v 1.2 2013/08/01 15:25:01 idella4 Exp $
57
58 EAPI=5
59 PYTHON_COMPAT=( python{2_6,2_7} )
60 @@ -18,20 +18,22 @@
61 SLOT="0"
62 S=${WORKDIR}/${MY_PN}-${PV}
63
64 -RDEPEND=">=dev-python/django-1.4.3[${PYTHON_USEDEP}]
65 +RDEPEND=">=dev-python/django-1.4.5[${PYTHON_USEDEP}]
66 <dev-python/django-1.5[${PYTHON_USEDEP}]
67 - >=dev-python/django-evolution-0.6.7[${PYTHON_USEDEP}]
68 + >=dev-python/django-evolution-0.6.9[${PYTHON_USEDEP}]
69 >=dev-python/django-pipeline-1.2.24[${PYTHON_USEDEP}]
70 - >=dev-python/Djblets-0.7.7[${PYTHON_USEDEP}]
71 + <dev-python/django-pipeline-1.3[${PYTHON_USEDEP}]
72 + <dev-python/Djblets-0.7.17[${PYTHON_USEDEP}]
73 >=dev-python/pygments-1.5[${PYTHON_USEDEP}]
74 dev-python/docutils[${PYTHON_USEDEP}]
75 >=dev-python/markdown-2.2.1[${PYTHON_USEDEP}]
76 - >=dev-python/paramiko-1.7.6[${PYTHON_USEDEP}]
77 + >=dev-python/paramiko-1.9.0[${PYTHON_USEDEP}]
78 >=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
79 - dev-python/python-dateutil[${PYTHON_USEDEP}]
80 + =dev-python/python-dateutil-1.5
81 dev-python/python-memcached[${PYTHON_USEDEP}]
82 - dev-python/pytz[${PYTHON_USEDEP}]
83 + >=dev-python/pytz-2012h[${PYTHON_USEDEP}]
84 dev-python/recaptcha-client[${PYTHON_USEDEP}]"
85 +# >=dev-python/Djblets-0.7.16[${PYTHON_USEDEP}]
86 DEPEND="${RDEPEND}
87 dev-python/setuptools[${PYTHON_USEDEP}]
88 test? ( dev-python/nose[${PYTHON_USEDEP}] )