Gentoo Archives: gentoo-commits

From: Benedikt Boehm <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-python/graphite-web/, dev-python/txAMQP/, dev-python/whisper/, ...
Date: Mon, 04 Apr 2011 13:42:21
Message-Id: 247b571bd5cb68b498beb66cb7d78df29470486f.hollow@gentoo
1 commit: 247b571bd5cb68b498beb66cb7d78df29470486f
2 Author: Benedikt Böhm <bb <AT> xnull <DOT> de>
3 AuthorDate: Mon Apr 4 13:41:55 2011 +0000
4 Commit: Benedikt Boehm <hollow <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 13:41:55 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=247b571b
7
8 add graphite & deps
9
10 ---
11 dev-python/carbon/carbon-0.9.8.ebuild | 21 ++++++++++++++++++
12 dev-python/graphite-web/graphite-web-0.9.8.ebuild | 24 +++++++++++++++++++++
13 dev-python/txAMQP/txAMQP-0.4.ebuild | 20 +++++++++++++++++
14 dev-python/whisper/whisper-0.9.8.ebuild | 19 ++++++++++++++++
15 4 files changed, 84 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-python/carbon/carbon-0.9.8.ebuild b/dev-python/carbon/carbon-0.9.8.ebuild
18 new file mode 100644
19 index 0000000..cef5b95
20 --- /dev/null
21 +++ b/dev-python/carbon/carbon-0.9.8.ebuild
22 @@ -0,0 +1,21 @@
23 +# Copyright 1999-2010 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI="2"
28 +
29 +inherit distutils
30 +
31 +DESCRIPTION="Backend data caching and persistence daemon for Graphite"
32 +HOMEPAGE="http://graphite.wikidot.com/"
33 +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
34 +
35 +LICENSE="Apache-2"
36 +KEYWORDS="~amd64 ~x86"
37 +SLOT="0"
38 +IUSE=""
39 +
40 +DEPEND="${DEPEND}"
41 +RDEPEND="${RDEPEND}
42 + dev-python/twisted
43 + dev-python/txAMQP"
44
45 diff --git a/dev-python/graphite-web/graphite-web-0.9.8.ebuild b/dev-python/graphite-web/graphite-web-0.9.8.ebuild
46 new file mode 100644
47 index 0000000..0c3a3a0
48 --- /dev/null
49 +++ b/dev-python/graphite-web/graphite-web-0.9.8.ebuild
50 @@ -0,0 +1,24 @@
51 +# Copyright 1999-2010 Gentoo Foundation
52 +# Distributed under the terms of the GNU General Public License v2
53 +# $Header: $
54 +
55 +EAPI="2"
56 +
57 +inherit distutils
58 +
59 +DESCRIPTION="Enterprise scalable realtime graphing"
60 +HOMEPAGE="http://graphite.wikidot.com/"
61 +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
62 +
63 +LICENSE="Apache-2"
64 +KEYWORDS="~amd64 ~x86"
65 +SLOT="0"
66 +IUSE=""
67 +
68 +DEPEND="${DEPEND}"
69 +RDEPEND="${RDEPEND}
70 + dev-python/carbon
71 + dev-python/django
72 + dev-python/pycairo
73 + dev-python/twisted
74 + dev-python/whisper"
75
76 diff --git a/dev-python/txAMQP/txAMQP-0.4.ebuild b/dev-python/txAMQP/txAMQP-0.4.ebuild
77 new file mode 100644
78 index 0000000..9dd2cfe
79 --- /dev/null
80 +++ b/dev-python/txAMQP/txAMQP-0.4.ebuild
81 @@ -0,0 +1,20 @@
82 +# Copyright 1999-2010 Gentoo Foundation
83 +# Distributed under the terms of the GNU General Public License v2
84 +# $Header: $
85 +
86 +EAPI="3"
87 +
88 +inherit distutils
89 +
90 +DESCRIPTION="Python library for communicating with AMQP peers using Twisted"
91 +HOMEPAGE="https://launchpad.net/txamqp"
92 +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
93 +
94 +LICENSE="Apache-2"
95 +KEYWORDS="~amd64 ~x86"
96 +SLOT="0"
97 +IUSE=""
98 +
99 +DEPEND="${DEPEND}"
100 +RDEPEND="${RDEPEND}
101 + dev-python/twisted"
102
103 diff --git a/dev-python/whisper/whisper-0.9.8.ebuild b/dev-python/whisper/whisper-0.9.8.ebuild
104 new file mode 100644
105 index 0000000..5b88ac4
106 --- /dev/null
107 +++ b/dev-python/whisper/whisper-0.9.8.ebuild
108 @@ -0,0 +1,19 @@
109 +# Copyright 1999-2010 Gentoo Foundation
110 +# Distributed under the terms of the GNU General Public License v2
111 +# $Header: $
112 +
113 +EAPI="2"
114 +
115 +inherit distutils
116 +
117 +DESCRIPTION="Fixed size round-robin style database"
118 +HOMEPAGE="http://graphite.wikidot.com/"
119 +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
120 +
121 +LICENSE="Apache-2"
122 +KEYWORDS="~amd64 ~x86"
123 +SLOT="0"
124 +IUSE=""
125 +
126 +DEPEND="${DEPEND}"
127 +RDEPEND="${RDEPEND}"