blob: 2f2fd4cbc2e93dd0f8991c202c5ed2e3d4562206 (
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=6
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.3-x86_64.tar.gz ) x86? ( https://download.elastic.co/beats/filebeat/filebeat-1.2.3-i686.tar.gz )
_eclass_exported_funcs=pkg_postinst:- src_unpack:- src_install:-
_md5_=eca177111142deacdbf6c0c8c0312bde
|