public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/reviewboard: ChangeLog reviewboard-1.7.12.ebuild
@ 2013-08-01 15:25 Ian Delaney (idella4)
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2013-08-01 15:25 UTC (permalink / raw
  To: gentoo-commits

idella4     13/08/01 15:25:01

  Modified:             ChangeLog reviewboard-1.7.12.ebuild
  Log:
  correct updated rdeps, masked while awaiting bump of Djblets
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.5                  dev-util/reviewboard/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	1 Aug 2013 14:05:10 -0000	1.4
+++ ChangeLog	1 Aug 2013 15:25:01 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/reviewboard
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v 1.4 2013/08/01 14:05:10 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v 1.5 2013/08/01 15:25:01 idella4 Exp $
+
+  01 Aug 2013; Ian Delaney <idella4@gentoo.org> reviewboard-1.7.12.ebuild:
+  correct updated rdeps, masked while awaiting bump of Djblets
 
 *reviewboard-1.7.12 (01 Aug 2013)
 



1.2                  dev-util/reviewboard/reviewboard-1.7.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.12.ebuild?r1=1.1&r2=1.2

Index: reviewboard-1.7.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- reviewboard-1.7.12.ebuild	1 Aug 2013 14:05:10 -0000	1.1
+++ reviewboard-1.7.12.ebuild	1 Aug 2013 15:25:01 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.12.ebuild,v 1.1 2013/08/01 14:05:10 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.12.ebuild,v 1.2 2013/08/01 15:25:01 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,20 +18,22 @@
 SLOT="0"
 S=${WORKDIR}/${MY_PN}-${PV}
 
-RDEPEND=">=dev-python/django-1.4.3[${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/django-1.4.5[${PYTHON_USEDEP}]
 	<dev-python/django-1.5[${PYTHON_USEDEP}]
-	>=dev-python/django-evolution-0.6.7[${PYTHON_USEDEP}]
+	>=dev-python/django-evolution-0.6.9[${PYTHON_USEDEP}]
 	>=dev-python/django-pipeline-1.2.24[${PYTHON_USEDEP}]
-	>=dev-python/Djblets-0.7.7[${PYTHON_USEDEP}]
+	<dev-python/django-pipeline-1.3[${PYTHON_USEDEP}]
+	<dev-python/Djblets-0.7.17[${PYTHON_USEDEP}]
 	>=dev-python/pygments-1.5[${PYTHON_USEDEP}]
 	dev-python/docutils[${PYTHON_USEDEP}]
 	>=dev-python/markdown-2.2.1[${PYTHON_USEDEP}]
-	>=dev-python/paramiko-1.7.6[${PYTHON_USEDEP}]
+	>=dev-python/paramiko-1.9.0[${PYTHON_USEDEP}]
 	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
+	=dev-python/python-dateutil-1.5
 	dev-python/python-memcached[${PYTHON_USEDEP}]
-	dev-python/pytz[${PYTHON_USEDEP}]
+	>=dev-python/pytz-2012h[${PYTHON_USEDEP}]
 	dev-python/recaptcha-client[${PYTHON_USEDEP}]"
+# >=dev-python/Djblets-0.7.16[${PYTHON_USEDEP}]
 DEPEND="${RDEPEND}
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	test? ( dev-python/nose[${PYTHON_USEDEP}] )





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/reviewboard: ChangeLog reviewboard-1.7.12.ebuild
@ 2014-08-22 10:26 Ian Delaney (idella4)
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2014-08-22 10:26 UTC (permalink / raw
  To: gentoo-commits

idella4     14/08/22 10:26:40

  Modified:             ChangeLog
  Removed:              reviewboard-1.7.12.ebuild
  Log:
  remove old unviable version
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.10                 dev-util/reviewboard/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/reviewboard/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	5 Jul 2014 14:53:03 -0000	1.9
+++ ChangeLog	22 Aug 2014 10:26:40 -0000	1.10
@@ -1,6 +1,9 @@
 # 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.9 2014/07/05 14:53:03 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v 1.10 2014/08/22 10:26:40 idella4 Exp $
+
+  22 Aug 2014; Ian Delaney <idella4@gentoo.org> -reviewboard-1.7.12.ebuild:
+  remove old unviable version
 
   05 Jul 2014; Michael Palimaka <kensington@gentoo.org> metadata.xml:
   Remove myself as a maintainer.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-22 10:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-01 15:25 [gentoo-commits] gentoo-x86 commit in dev-util/reviewboard: ChangeLog reviewboard-1.7.12.ebuild Ian Delaney (idella4)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-22 10:26 Ian Delaney (idella4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox