blob: 094edec00582f94b3603180001eb047d2c001efe (
plain)
1
2
3
4
5
6
7
8
9
10
|
DEFINED_PHASES=install postinst unpack
DESCRIPTION=Lightweight log shipper for Logstash and Elasticsearch
EAPI=5
HOMEPAGE=https://www.elastic.co/products/beats
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
SLOT=0
SRC_URI=amd64? ( https://download.elastic.co/beats/filebeat/filebeat-1.2.2-x86_64.tar.gz ) x86? ( https://download.elastic.co/beats/filebeat/filebeat-1.2.2-i686.tar.gz )
_eclass_exported_funcs=pkg_postinst:- src_unpack:- src_install:-
_md5_=fb0c7687c8ea6093ba1ac8b2ceb5142f
|