idella4 14/09/30 11:32:26 Modified: reviewboard-1.7.28.ebuild ChangeLog Log: update deps to current python-dateutil, Observed by and ack to Arfrever for the archival search providing confirmation of the out of date state (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-util/reviewboard/reviewboard-1.7.28.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.28.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.28.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.28.ebuild?r1=1.1&r2=1.2 Index: reviewboard-1.7.28.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.28.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- reviewboard-1.7.28.ebuild 21 Sep 2014 09:24:45 -0000 1.1 +++ reviewboard-1.7.28.ebuild 30 Sep 2014 11:32:26 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.28.ebuild,v 1.1 2014/09/21 09:24:45 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.28.ebuild,v 1.2 2014/09/30 11:32:26 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -31,7 +31,7 @@ >=dev-python/markdown-2.2.1[${PYTHON_USEDEP}] >=dev-python/paramiko-1.9.0[${PYTHON_USEDEP}] >=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}] - dev-python/python-dateutil:python-2 + dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/python-memcached[${PYTHON_USEDEP}] >=dev-python/pytz-2012h[${PYTHON_USEDEP}] dev-python/recaptcha-client[${PYTHON_USEDEP}]" @@ -51,6 +51,10 @@ # have newer versions that compacted javascript. sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i reviewboard/settings.py || die + # https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf + # # The version bordering of python-dateutil is long out of date and wrong since end of March 2012! + sed -e 's:==1.5:>=1.5:' -i setup.py || die + distutils-r1_python_prepare_all } 1.12 dev-util/reviewboard/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 21 Sep 2014 09:24:45 -0000 1.11 +++ ChangeLog 30 Sep 2014 11:32:26 -0000 1.12 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/reviewboard # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v 1.11 2014/09/21 09:24:45 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v 1.12 2014/09/30 11:32:26 idella4 Exp $ + + 30 Sep 2014; Ian Delaney <[email protected]> reviewboard-1.7.28.ebuild: + update deps to current python-dateutil, Observed by and ack to Arfrever for + the archival search providing confirmation of the out of date state *reviewboard-1.7.28 (21 Sep 2014)
