Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/carbon/
Date: Wed, 23 Jan 2019 13:55:38
Message-Id: 1548251559.468d6161c3e2cd426da330a81380a388204ad6e5.grobian@gentoo
1 commit: 468d6161c3e2cd426da330a81380a388204ad6e5
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 23 13:51:37 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 23 13:52:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468d6161
7
8 dev-python/carbon: drop old
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-python/carbon/Manifest | 2 -
14 dev-python/carbon/carbon-0.9.14-r1.ebuild | 64 -------------------------------
15 dev-python/carbon/carbon-0.9.15-r1.ebuild | 64 -------------------------------
16 3 files changed, 130 deletions(-)
17
18 diff --git a/dev-python/carbon/Manifest b/dev-python/carbon/Manifest
19 index 0725ce24246..fa40bf95a4d 100644
20 --- a/dev-python/carbon/Manifest
21 +++ b/dev-python/carbon/Manifest
22 @@ -1,5 +1,3 @@
23 DIST carbon-0.9.13.tar.gz 47509 BLAKE2B 0f967d81846139164278b99aa31237c8065b7d60a13c9a6153cf3904dae52bf0e8e502d156a178f1dfdbe098236d97f8982fc10e6442351270d103adef2bd74e SHA512 89c843ac67ed4b68c28273459e5a96594851e5d2694fdefdfb71cebcdc6555d4aac8c45c1c6d2ca61a15405bac7ba3d27836470fe152d5d7a4936bb2d00e6776
24 -DIST carbon-0.9.14.tar.gz 50285 BLAKE2B e7926bf81509b9f65ff31287c4149102c4e249896df5035f4e18cf791e50800dff4974c49ab663f0ea5fcdee27301696a026c57ba49c1cd9b113b55f3fe97480 SHA512 e70275c0acce17287b3036668e45c75b9da9b54523faca0f5bdceda4b6b98c71ebf773740e85063ee3ea4e0bc64adee913bb7f8eab1f7016eb504b06f0b589e3
25 -DIST carbon-0.9.15.tar.gz 50321 BLAKE2B c3cda5251bfab2c968c3538c25178cebcd4c98436c5b939d663d64f597e60236f69a01ad7f1427dda45db8c7c2e79fd625cb33513cf3e7c5dbc53b00fce2bb15 SHA512 e8ed8ac9b247d0f5bbe0331de50d929f918ee7968ad5053d2532f4d09e49215eaecae95a79f6b8360aa0f73fc7e68a73d86886e0329b3f5ccb569136658f6562
26 DIST carbon-1.1.3.tar.gz 68824 BLAKE2B b5e532fa0d0d8dc8ab8c3c555dea6bb3b918cd5b516ea4c754f9b3cd37230f54b63d202cfead9ec4242ebf78031c2671050354dccccde2980c4101b9699b1393 SHA512 0cfa9260484de147660110b7d2cc7e41bcbd7751c80bd5c557534b2a52c2183fdba94d40f8654fe54f593b2ab34581b2480e96c8a6dde4d47de783153a2cbe65
27 DIST carbon-1.1.5.tar.gz 72365 BLAKE2B 304e515fd3cae806e141d0a76983d13967885a7e57c310d86c0c83560aa306a573676fb0135fceccf14cc7ed42d8a9dcb7869ab0d6ac3b2fc00c2fb088011873 SHA512 1b3a0a0d4005e2ec8d5bca062b41f0e18329c1bc4d3a4b3eca5e8f7c94c20387281392eefceaca90294e51860eabecca242c487068433119f1f249f8659ed560
28
29 diff --git a/dev-python/carbon/carbon-0.9.14-r1.ebuild b/dev-python/carbon/carbon-0.9.14-r1.ebuild
30 deleted file mode 100644
31 index 5ef85c12f72..00000000000
32 --- a/dev-python/carbon/carbon-0.9.14-r1.ebuild
33 +++ /dev/null
34 @@ -1,64 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -PYTHON_COMPAT=( python2_7 )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Backend data caching and persistence daemon for Graphite"
45 -HOMEPAGE="http://graphite.wikidot.com/"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -SLOT="0"
49 -LICENSE="Apache-2.0"
50 -KEYWORDS="~amd64 ~x86 ~x64-solaris"
51 -
52 -# whisper appears to have been missed from listing in install_requires in setup.py
53 -RDEPEND="
54 - dev-python/twisted-core[${PYTHON_USEDEP}]
55 - dev-python/whisper[${PYTHON_USEDEP}]
56 - dev-python/txAMQP[${PYTHON_USEDEP}]"
57 -
58 -PATCHES=(
59 - # Do not install the configuration and data files. We install them
60 - # somewhere sensible by hand. Patch for this vn. 0.9.14 has been extended
61 - # due to redhat's init scripts set to install unconditionally in setup.py
62 - "${FILESDIR}"/${P}-no-data-files.patch
63 - )
64 -
65 -python_prepare_all() {
66 - # This sets prefix to /opt/graphite. We want FHS-style paths instead.
67 - rm setup.cfg || die
68 - distutils-r1_python_prepare_all
69 -}
70 -
71 -python_install_all() {
72 - distutils-r1_python_install_all
73 -
74 - insinto /etc/carbon
75 - doins conf/*
76 -
77 - dodir /var/log/carbon /var/lib/carbon/{whisper,lists,rrd}
78 -
79 - newinitd "${FILESDIR}"/carbon.initd2 carbon-cache
80 - newinitd "${FILESDIR}"/carbon.initd2 carbon-relay
81 - newinitd "${FILESDIR}"/carbon.initd2 carbon-aggregator
82 -
83 - newconfd "${FILESDIR}"/carbon.confd carbon-cache
84 - newconfd "${FILESDIR}"/carbon.confd carbon-relay
85 - newconfd "${FILESDIR}"/carbon.confd carbon-aggregator
86 -}
87 -
88 -pkg_postinst() {
89 - einfo 'This ebuild installs carbon into FHS-style paths.'
90 - einfo 'You will probably have to set GRAPHITE_CONF_DIR to /etc/carbon'
91 - einfo 'and GRAPHITE_STORAGE_DIR to /var/lib/carbon to make use of this'
92 - einfo '(see /etc/carbon/carbon.conf.example).'
93 - einfo ' '
94 - einfo 'OpenRC init script supports multiple instances !'
95 - einfo 'Example to run an instance b of carbon-cache :'
96 - einfo ' ln -s /etc/init.d/carbon-cache /etc/init.d/carbon-cache.b'
97 - einfo ' cp /etc/conf.d/carbon-cache /etc/conf.d/carbon-cache.b'
98 -}
99
100 diff --git a/dev-python/carbon/carbon-0.9.15-r1.ebuild b/dev-python/carbon/carbon-0.9.15-r1.ebuild
101 deleted file mode 100644
102 index faf2c6aefcb..00000000000
103 --- a/dev-python/carbon/carbon-0.9.15-r1.ebuild
104 +++ /dev/null
105 @@ -1,64 +0,0 @@
106 -# Copyright 1999-2016 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=5
110 -
111 -PYTHON_COMPAT=( python2_7 )
112 -
113 -inherit distutils-r1
114 -
115 -DESCRIPTION="Backend data caching and persistence daemon for Graphite"
116 -HOMEPAGE="http://graphite.wikidot.com/"
117 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
118 -
119 -SLOT="0"
120 -LICENSE="Apache-2.0"
121 -KEYWORDS="~amd64 ~x86 ~x64-solaris"
122 -
123 -# whisper appears to have been missed from listing in install_requires in setup.py
124 -RDEPEND="
125 - dev-python/twisted-core[${PYTHON_USEDEP}]
126 - dev-python/whisper[${PYTHON_USEDEP}]
127 - dev-python/txAMQP[${PYTHON_USEDEP}]"
128 -
129 -PATCHES=(
130 - # Do not install the configuration and data files. We install them
131 - # somewhere sensible by hand. Patch for this vn. 0.9.14 has been extended
132 - # due to redhat's init scripts set to install unconditionally in setup.py
133 - "${FILESDIR}"/${PN}-0.9.14-no-data-files.patch
134 - )
135 -
136 -python_prepare_all() {
137 - # This sets prefix to /opt/graphite. We want FHS-style paths instead.
138 - rm setup.cfg || die
139 - distutils-r1_python_prepare_all
140 -}
141 -
142 -python_install_all() {
143 - distutils-r1_python_install_all
144 -
145 - insinto /etc/carbon
146 - doins conf/*
147 -
148 - dodir /var/log/carbon /var/lib/carbon/{whisper,lists,rrd}
149 -
150 - newinitd "${FILESDIR}"/carbon.initd2 carbon-cache
151 - newinitd "${FILESDIR}"/carbon.initd2 carbon-relay
152 - newinitd "${FILESDIR}"/carbon.initd2 carbon-aggregator
153 -
154 - newconfd "${FILESDIR}"/carbon.confd carbon-cache
155 - newconfd "${FILESDIR}"/carbon.confd carbon-relay
156 - newconfd "${FILESDIR}"/carbon.confd carbon-aggregator
157 -}
158 -
159 -pkg_postinst() {
160 - einfo 'This ebuild installs carbon into FHS-style paths.'
161 - einfo 'You will probably have to set GRAPHITE_CONF_DIR to /etc/carbon'
162 - einfo 'and GRAPHITE_STORAGE_DIR to /var/lib/carbon to make use of this'
163 - einfo '(see /etc/carbon/carbon.conf.example).'
164 - einfo ' '
165 - einfo 'OpenRC init script supports multiple instances !'
166 - einfo 'Example to run an instance b of carbon-cache :'
167 - einfo ' ln -s /etc/init.d/carbon-cache /etc/init.d/carbon-cache.b'
168 - einfo ' cp /etc/conf.d/carbon-cache /etc/conf.d/carbon-cache.b'
169 -}