hwoarang    14/12/18 20:48:07

  Modified:             buildbot-0.8.10.ebuild ChangeLog
                        buildbot-9999.ebuild
  Log:
  buildbot-0.8.8 is compatible with sqlalchemy-0.8 and higher
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  dev-util/buildbot/buildbot-0.8.10.ebuild

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

Index: buildbot-0.8.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- buildbot-0.8.10.ebuild      18 Dec 2014 19:32:11 -0000      1.1
+++ buildbot-0.8.10.ebuild      18 Dec 2014 20:48:07 -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/buildbot/buildbot-0.8.10.ebuild,v 
1.1 2014/12/18 19:32:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.10.ebuild,v 
1.2 2014/12/18 20:48:07 hwoarang Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
@@ -23,7 +23,7 @@
 RDEPEND=">=dev-python/jinja-2.1[${PYTHON_USEDEP}]
        dev-python/twisted-core[${PYTHON_USEDEP}]
        dev-python/twisted-web[${PYTHON_USEDEP}]
-       <dev-python/sqlalchemy-migrate-0.8[${PYTHON_USEDEP}]
+       dev-python/sqlalchemy-migrate[${PYTHON_USEDEP}]
        irc? ( dev-python/twisted-words[${PYTHON_USEDEP}] )
        mail? ( dev-python/twisted-mail[${PYTHON_USEDEP}] )
        manhole? ( dev-python/twisted-conch[${PYTHON_USEDEP}] )"



1.163                dev-util/buildbot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog   18 Dec 2014 19:34:47 -0000      1.162
+++ ChangeLog   18 Dec 2014 20:48:07 -0000      1.163
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/buildbot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.162 
2014/12/18 19:34:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.163 
2014/12/18 20:48:07 hwoarang Exp $
+
+  18 Dec 2014; Markos Chandras <[email protected]> buildbot-0.8.10.ebuild,
+  buildbot-9999.ebuild:
+  buildbot-0.8.8 is compatible with sqlalchemy-0.8 and higher
 
   18 Dec 2014; Markos Chandras <[email protected]> -buildbot-0.8.8-r2.ebuild:
   Drop 0.8.8



1.10                 dev-util/buildbot/buildbot-9999.ebuild

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

Index: buildbot-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- buildbot-9999.ebuild        17 Nov 2014 19:08:36 -0000      1.9
+++ buildbot-9999.ebuild        18 Dec 2014 20:48:07 -0000      1.10
@@ -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/buildbot/buildbot-9999.ebuild,v 
1.9 2014/11/17 19:08:36 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v 
1.10 2014/12/18 20:48:07 hwoarang Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
@@ -30,7 +30,7 @@
 RDEPEND=">=dev-python/jinja-2.1[${PYTHON_USEDEP}]
        dev-python/twisted-core[${PYTHON_USEDEP}]
        dev-python/twisted-web[${PYTHON_USEDEP}]
-       <dev-python/sqlalchemy-migrate-0.8[${PYTHON_USEDEP}]
+       dev-python/sqlalchemy-migrate[${PYTHON_USEDEP}]
        irc? ( dev-python/twisted-words[${PYTHON_USEDEP}] )
        mail? ( dev-python/twisted-mail[${PYTHON_USEDEP}] )
        manhole? ( dev-python/twisted-conch[${PYTHON_USEDEP}] )"




Reply via email to