summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2014-12-18 20:48:07 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2014-12-18 20:48:07 +0000
commita04e8d92df27aa1b4fb8240963e2bbd5cb0c4a2e (patch)
tree30be53d246966fa33c9e95c84f14355628d784f8 /dev-util/buildbot
parentAdded fix to -r4 file accidentally. Removing it. (diff)
downloadgentoo-2-a04e8d92df27aa1b4fb8240963e2bbd5cb0c4a2e.tar.gz
gentoo-2-a04e8d92df27aa1b4fb8240963e2bbd5cb0c4a2e.tar.bz2
gentoo-2-a04e8d92df27aa1b4fb8240963e2bbd5cb0c4a2e.zip
buildbot-0.8.8 is compatible with sqlalchemy-0.8 and higher
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r--dev-util/buildbot/ChangeLog6
-rw-r--r--dev-util/buildbot/buildbot-0.8.10.ebuild4
-rw-r--r--dev-util/buildbot/buildbot-9999.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog
index 81d7e1f90e09..751cea0ac7bd 100644
--- a/dev-util/buildbot/ChangeLog
+++ b/dev-util/buildbot/ChangeLog
@@ -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 <hwoarang@gentoo.org> 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 <hwoarang@gentoo.org> -buildbot-0.8.8-r2.ebuild:
Drop 0.8.8
diff --git a/dev-util/buildbot/buildbot-0.8.10.ebuild b/dev-util/buildbot/buildbot-0.8.10.ebuild
index ce9d89c67cd8..c4940208580c 100644
--- a/dev-util/buildbot/buildbot-0.8.10.ebuild
+++ b/dev-util/buildbot/buildbot-0.8.10.ebuild
@@ -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 @@ IUSE="doc examples irc mail manhole test"
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}] )"
diff --git a/dev-util/buildbot/buildbot-9999.ebuild b/dev-util/buildbot/buildbot-9999.ebuild
index a92a399d9aa7..abeae4acfe9a 100644
--- a/dev-util/buildbot/buildbot-9999.ebuild
+++ b/dev-util/buildbot/buildbot-9999.ebuild
@@ -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 @@ IUSE="doc examples irc mail manhole test"
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}] )"