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: reviewboard-1.7.28.ebuild ChangeLog
Date: Tue, 30 Sep 2014 11:32:31
Message-Id: 20140930113226.DA63C695A@oystercatcher.gentoo.org
1 idella4 14/09/30 11:32:26
2
3 Modified: reviewboard-1.7.28.ebuild ChangeLog
4 Log:
5 update deps to current python-dateutil, Observed by and ack to Arfrever for the archival search providing confirmation of the out of date state
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-util/reviewboard/reviewboard-1.7.28.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.28.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.28.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.28.ebuild?r1=1.1&r2=1.2
15
16 Index: reviewboard-1.7.28.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.28.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- reviewboard-1.7.28.ebuild 21 Sep 2014 09:24:45 -0000 1.1
23 +++ reviewboard-1.7.28.ebuild 30 Sep 2014 11:32:26 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.28.ebuild,v 1.1 2014/09/21 09:24:45 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.28.ebuild,v 1.2 2014/09/30 11:32:26 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 )
32 @@ -31,7 +31,7 @@
33 >=dev-python/markdown-2.2.1[${PYTHON_USEDEP}]
34 >=dev-python/paramiko-1.9.0[${PYTHON_USEDEP}]
35 >=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
36 - dev-python/python-dateutil:python-2
37 + dev-python/python-dateutil[${PYTHON_USEDEP}]
38 dev-python/python-memcached[${PYTHON_USEDEP}]
39 >=dev-python/pytz-2012h[${PYTHON_USEDEP}]
40 dev-python/recaptcha-client[${PYTHON_USEDEP}]"
41 @@ -51,6 +51,10 @@
42 # have newer versions that compacted javascript.
43 sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i reviewboard/settings.py || die
44
45 + # https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf
46 + # # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
47 + sed -e 's:==1.5:>=1.5:' -i setup.py || die
48 +
49 distutils-r1_python_prepare_all
50 }
51
52
53
54
55 1.12 dev-util/reviewboard/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?rev=1.12&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?rev=1.12&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?r1=1.11&r2=1.12
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v
64 retrieving revision 1.11
65 retrieving revision 1.12
66 diff -u -r1.11 -r1.12
67 --- ChangeLog 21 Sep 2014 09:24:45 -0000 1.11
68 +++ ChangeLog 30 Sep 2014 11:32:26 -0000 1.12
69 @@ -1,6 +1,10 @@
70 # ChangeLog for dev-util/reviewboard
71 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v 1.11 2014/09/21 09:24:45 idella4 Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v 1.12 2014/09/30 11:32:26 idella4 Exp $
74 +
75 + 30 Sep 2014; Ian Delaney <idella4@g.o> reviewboard-1.7.28.ebuild:
76 + update deps to current python-dateutil, Observed by and ack to Arfrever for
77 + the archival search providing confirmation of the out of date state
78
79 *reviewboard-1.7.28 (21 Sep 2014)