commit: 5f82af986d23b50e0d6b7b35bb6ee386bfe96a94 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Nov 18 09:02:11 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Nov 18 09:02:11 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=5f82af98
dev-python/graphite-web: Fix dep for twisted Package-Manager: portage-2.2.14 --- dev-python/graphite-web/ChangeLog | 6 ++++- dev-python/graphite-web/graphite-web-0.9.10.ebuild | 6 ++--- dev-python/graphite-web/graphite-web-0.9.8.ebuild | 28 ---------------------- 3 files changed, 8 insertions(+), 32 deletions(-) diff --git a/dev-python/graphite-web/ChangeLog b/dev-python/graphite-web/ChangeLog index 7e84df9..15aa658 100644 --- a/dev-python/graphite-web/ChangeLog +++ b/dev-python/graphite-web/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-python/graphite-web -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Nov 2014; Justin Lecher <[email protected]> -graphite-web-0.9.8.ebuild, + graphite-web-0.9.10.ebuild: + Fix dep for twisted + *graphite-web-0.9.10 (09 May 2013) 09 May 2013; Justin Lecher <[email protected]> +graphite-web-0.9.10.ebuild, diff --git a/dev-python/graphite-web/graphite-web-0.9.10.ebuild b/dev-python/graphite-web/graphite-web-0.9.10.ebuild index 7a09795..5617076 100644 --- a/dev-python/graphite-web/graphite-web-0.9.10.ebuild +++ b/dev-python/graphite-web/graphite-web-0.9.10.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 @@ -22,5 +22,5 @@ RDEPEND="${DEPEND} dev-python/carbon[${PYTHON_USEDEP}] dev-python/django[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/twisted + dev-python/twisted-core[${PYTHON_USEDEP}] dev-python/whisper[${PYTHON_USEDEP}]" diff --git a/dev-python/graphite-web/graphite-web-0.9.8.ebuild b/dev-python/graphite-web/graphite-web-0.9.8.ebuild deleted file mode 100644 index accba88..0000000 --- a/dev-python/graphite-web/graphite-web-0.9.8.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Enterprise scalable realtime graphing" -HOMEPAGE="http://graphite.wikidot.com/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - dev-python/carbon - dev-python/django - dev-python/pycairo - dev-python/twisted - dev-python/whisper"
