diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-03 09:45:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-03 09:45:52 +0000 |
commit | 7d619cc4c5f189d5aef52895b8744dadf2896f8f (patch) | |
tree | fe6a966fc06c6db9caa997e865c3e434f8c1c7b1 /dev-util/buildbot-slave | |
parent | Version bump, wrt bug #475966. Some cleanups, utilize l10n eclass for proper ... (diff) | |
download | gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.tar.gz gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.tar.bz2 gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.zip |
Move dev-python/twisted to dev-python/twisted-core.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-util/buildbot-slave')
-rw-r--r-- | dev-util/buildbot-slave/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild | 6 | ||||
-rw-r--r-- | dev-util/buildbot-slave/buildbot-slave-0.8.7_p1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/buildbot-slave/ChangeLog b/dev-util/buildbot-slave/ChangeLog index 0544d6410830..66876d4947ab 100644 --- a/dev-util/buildbot-slave/ChangeLog +++ b/dev-util/buildbot-slave/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/buildbot-slave # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.48 2013/05/20 17:55:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.49 2013/08/03 09:45:42 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> buildbot-slave-0.8.7.ebuild, + buildbot-slave-0.8.7_p1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 20 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.7_p1.ebuild: Stable for s390, wrt bug #468148 diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild index 2a4ff9d6e745..dd3ae7658df8 100644 --- a/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild,v 1.8 2012/12/01 19:57:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild,v 1.9 2013/08/03 09:45:42 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -24,7 +24,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-interix ~am IUSE="test" RDEPEND="dev-python/setuptools - dev-python/twisted + dev-python/twisted-core !!<dev-util/buildbot-0.8.1 !<dev-util/buildbot-0.8.3" DEPEND="${RDEPEND} diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.7_p1.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.7_p1.ebuild index 21e522f769da..b5c8451a39c8 100644 --- a/dev-util/buildbot-slave/buildbot-slave-0.8.7_p1.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-0.8.7_p1.ebuild @@ -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/buildbot-slave/buildbot-slave-0.8.7_p1.ebuild,v 1.13 2013/05/20 17:55:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7_p1.ebuild,v 1.14 2013/08/03 09:45:42 mgorny Exp $ EAPI="5" PYTHON_DEPEND="2" @@ -24,7 +24,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-interix ~am IUSE="test" RDEPEND="dev-python/setuptools - dev-python/twisted + dev-python/twisted-core !!<dev-util/buildbot-0.8.1 !<dev-util/buildbot-0.8.3" DEPEND="${RDEPEND} |