Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 377520 Details for
Bug 511116
app-admin/beaver - python log shipper for logstash
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
beaver-31.ebuild
beaver-31.ebuild (text/plain), 1016 bytes, created by
Tomáš Mózes
on 2014-05-23 15:16:43 UTC
(
hide
)
Description:
beaver-31.ebuild
Filename:
MIME Type:
Creator:
Tomáš Mózes
Created:
2014-05-23 15:16:43 UTC
Size:
1016 bytes
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=5 > >PYTHON_COMPAT=( python{2_6,2_7} ) > >inherit distutils-r1 user > >MY_PN="Beaver" >MY_P="${MY_PN}-${PV}" > >DESCRIPTION="python daemon that munches on logs and sends their contents to logstash" >HOMEPAGE="https://github.com/josegonzalez/beaver" >SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >DEPEND="<dev-lang/python-3.2[sqlite] > dev-python/conf_d > dev-python/glob2 > dev-python/msgpack > dev-python/python-daemon" >RDEPEND="" > >S=${WORKDIR}/${MY_P} > >src_install() { > distutils-r1_src_install > > newinitd "${FILESDIR}"/beaver.initd beaver > > dodoc "${FILESDIR}"/logstash-redis.example >} > >pkg_postinst() { > elog > elog "A sample configuration with connection to redis is in logstash-redis.example" > elog "Check http://beaver.readthedocs.org/en/latest/user/usage.html#ssh-tunneling-support for SSH tunneling" > elog >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 511116
:
377516
|
377518
|
377520
|
377522