commit:     dc36accbf35ee386df4ea024b7d86eaa05a07a51
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 04:10:20 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 04:12:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc36accb

app-admin/filebeat-bin: remove last rited package

 app-admin/filebeat-bin/Manifest                  |  4 --
 app-admin/filebeat-bin/filebeat-bin-1.3.0.ebuild | 51 ------------------------
 app-admin/filebeat-bin/filebeat-bin-1.3.1.ebuild | 51 ------------------------
 app-admin/filebeat-bin/files/filebeat.confd      |  5 ---
 app-admin/filebeat-bin/files/filebeat.initd      | 47 ----------------------
 app-admin/filebeat-bin/metadata.xml              | 13 ------
 6 files changed, 171 deletions(-)

diff --git a/app-admin/filebeat-bin/Manifest b/app-admin/filebeat-bin/Manifest
deleted file mode 100644
index 97f0c73fee..0000000000
--- a/app-admin/filebeat-bin/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST filebeat-1.3.0-i686.tar.gz 3543109 SHA256 
0f9649310ec9807177ca72d03b7b0ead33aa6027e20c0afddaf343252c8e1a40 SHA512 
ed37a775e5fc17dfb896bf643fab41b10e483e4e8f3b58e9a7c89e36990a7012b4a58f208da80316f4ec5aa159b6449169b66fc6bace51989bce5ec636f7724d
 WHIRLPOOL 
e7808dec730d6eccd2982dc150309e634bcc52ded92adfe63c4d7f26a2ac86b089da3cb9802c8b626cd9a283174502a23a96ce2154b52ac589e964991ecc5fa5
-DIST filebeat-1.3.0-x86_64.tar.gz 3767919 SHA256 
c53c14bc45c9b8891f56216afe69f7ae9e60589a99a0b7f8ac4e16677f6717da SHA512 
a341acbf6e5b699bac5e73be5139c21a3542effeb59c6d303815650871de917716b79c1310289ddc47243e3ae83e9b286eb214a7d9e948823874068bbd9d8a86
 WHIRLPOOL 
ee020133c6c7f9a0a897afbddb68b2400823bdf6456592ea0ac2b8c793210e97f2f9ae29eabbbb7066747b052f6c60bbb2f1f7a788647c8b07f79d54948230a3
-DIST filebeat-1.3.1-i686.tar.gz 3543268 SHA256 
70acea09be698f0ab91012b22f0c6771ab8d5db7c6cef1ef9673d2758a9e2522 SHA512 
98d4bbf094770efcbf1fddc2d11bc648b618c75196db68d2010875aa59b845ac259f0e2b0df6f60551c72efdff2b6f2797c8439ec54f863feaa0475604628601
 WHIRLPOOL 
258a861ab878259edb02e74cf2939662dd7b0a792277acee3864ec21bdca26292d3b332d9f72537ae5fc5773de2820224e4e383571d18df86c6bb282bf3ed2bb
-DIST filebeat-1.3.1-x86_64.tar.gz 3768614 SHA256 
889b1789386eb584e1fa779f4fd55d11a0e6c8112910088e78136e9d362db2b2 SHA512 
e0961e1dca1a4f0708d7a958123e1e7a3aa1b2572e785fb41ca7bef18694283a926505048f4fd3ce530e57bb358310c9be8d2220c9345d77d53751f0e6d6145a
 WHIRLPOOL 
c8f4f3407c8b7c473e01c6742587d82e37167279a433b7a41a3a16fdadf6a89f5eb2548206ae031289d94b1cdbadbc737d3fede78b3d39e80a90e0b07fb92ce9

diff --git a/app-admin/filebeat-bin/filebeat-bin-1.3.0.ebuild 
b/app-admin/filebeat-bin/filebeat-bin-1.3.0.ebuild
deleted file mode 100644
index c8e7775339..0000000000
--- a/app-admin/filebeat-bin/filebeat-bin-1.3.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-MY_PN=${PN/-bin/}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Lightweight log shipper for Logstash and Elasticsearch"
-HOMEPAGE="https://www.elastic.co/products/beats";
-SRC_URI="amd64? ( 
https://download.elastic.co/beats/${MY_PN}/${MY_P}-x86_64.tar.gz )
-       x86? ( https://download.elastic.co/beats/${MY_PN}/${MY_P}-i686.tar.gz )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-QA_PREBUILT="usr/bin/filebeat"
-
-src_unpack() {
-       if use amd64; then
-               S="${WORKDIR}/${MY_P}-x86_64"
-       elif use x86; then
-               S="${WORKDIR}/${MY_P}-i686"
-       fi
-
-       default
-}
-
-src_install() {
-       keepdir /etc/${MY_PN}
-       keepdir /var/lib/${MY_PN}
-
-       fperms 0750 /var/lib/${MY_PN}
-
-       newconfd "${FILESDIR}/${MY_PN}.confd" ${MY_PN}
-       newinitd "${FILESDIR}/${MY_PN}.initd" ${MY_PN}
-
-       insinto /etc/${MY_PN}
-       newins ${MY_PN}.yml ${MY_PN}.yml.example
-
-       dobin ${MY_PN}
-}
-
-pkg_postinst() {
-       if [[ ! -e /etc/${MY_PN}/${MY_PN}.yml ]]; then
-               elog "Before starting filebeat, you need to create a 
configuration file at:"
-               elog "/etc/${MY_PN}/${MY_PN}.yml"
-       fi
-}

diff --git a/app-admin/filebeat-bin/filebeat-bin-1.3.1.ebuild 
b/app-admin/filebeat-bin/filebeat-bin-1.3.1.ebuild
deleted file mode 100644
index c8e7775339..0000000000
--- a/app-admin/filebeat-bin/filebeat-bin-1.3.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-MY_PN=${PN/-bin/}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Lightweight log shipper for Logstash and Elasticsearch"
-HOMEPAGE="https://www.elastic.co/products/beats";
-SRC_URI="amd64? ( 
https://download.elastic.co/beats/${MY_PN}/${MY_P}-x86_64.tar.gz )
-       x86? ( https://download.elastic.co/beats/${MY_PN}/${MY_P}-i686.tar.gz )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-QA_PREBUILT="usr/bin/filebeat"
-
-src_unpack() {
-       if use amd64; then
-               S="${WORKDIR}/${MY_P}-x86_64"
-       elif use x86; then
-               S="${WORKDIR}/${MY_P}-i686"
-       fi
-
-       default
-}
-
-src_install() {
-       keepdir /etc/${MY_PN}
-       keepdir /var/lib/${MY_PN}
-
-       fperms 0750 /var/lib/${MY_PN}
-
-       newconfd "${FILESDIR}/${MY_PN}.confd" ${MY_PN}
-       newinitd "${FILESDIR}/${MY_PN}.initd" ${MY_PN}
-
-       insinto /etc/${MY_PN}
-       newins ${MY_PN}.yml ${MY_PN}.yml.example
-
-       dobin ${MY_PN}
-}
-
-pkg_postinst() {
-       if [[ ! -e /etc/${MY_PN}/${MY_PN}.yml ]]; then
-               elog "Before starting filebeat, you need to create a 
configuration file at:"
-               elog "/etc/${MY_PN}/${MY_PN}.yml"
-       fi
-}

diff --git a/app-admin/filebeat-bin/files/filebeat.confd 
b/app-admin/filebeat-bin/files/filebeat.confd
deleted file mode 100644
index 188f447f26..0000000000
--- a/app-admin/filebeat-bin/files/filebeat.confd
+++ /dev/null
@@ -1,5 +0,0 @@
-#FILEBEAT_USER=""
-#FILEBEAT_GROUP=""
-#FILEBEAT_CONFIG=""
-#FILEBEAT_STATEDIR=""
-#FILEBEAT_OPTS=""

diff --git a/app-admin/filebeat-bin/files/filebeat.initd 
b/app-admin/filebeat-bin/files/filebeat.initd
deleted file mode 100644
index 6de6d27806..0000000000
--- a/app-admin/filebeat-bin/files/filebeat.initd
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-FILEBEAT_USER="${FILEBEAT_USER:-root}"
-FILEBEAT_GROUP="${FILEBEAT_GROUP:-root}"
-FILEBEAT_CONFIG="${FILEBEAT_CONFIG:-/etc/filebeat/filebeat.yml}"
-FILEBEAT_STATEDIR="${FILEBEAT_STATEDIR:-/var/lib/filebeat}"
-FILEBEAT_OPTS="${FILEBEAT_OPTS:-}"
-
-command="/usr/bin/filebeat"
-command_args="-c ${FILEBEAT_CONFIG} ${FILEBEAT_OPTS}"
-extra_commands="checkconfig"
-command_background="true"
-start_stop_daemon_args="--user ${FILEBEAT_USER}:${FILEBEAT_GROUP} \
-       --chdir ${FILEBEAT_STATEDIR}"
-pidfile="/run/filebeat/filebeat.pid"
-
-depend() {
-       use net
-       after elasticsearch
-}
-
-checkconfig() {
-       if [ ! -e ${FILEBEAT_CONFIG} ]; then
-               eend "Please create a configuration file at ${FILEBEAT_CONFIG}"
-               return 1
-       fi
-       
-       ebegin "Checking your configuration"
-       ${command} ${command_args} -configtest
-       eend $? "Configuration error. Please fix your configuration files."
-}
-
-start_pre() {
-       checkconfig || return 1
-
-       checkpath -d -o "${FILEBEAT_USER}":"${FILEBEAT_GROUP}" -m750 "$(dirname 
"${pidfile}")"
-       checkpath -d -o "${FILEBEAT_USER}":"${FILEBEAT_GROUP}" -m750 
"${FILEBEAT_STATEDIR}"
-}
-
-stop() {
-       ebegin "Stopping filebeat"
-       start-stop-daemon --stop \
-               --pidfile=${pidfile} \
-               --retry=TERM/5/KILL/5
-}

diff --git a/app-admin/filebeat-bin/metadata.xml 
b/app-admin/filebeat-bin/metadata.xml
deleted file mode 100644
index 047ce958ec..0000000000
--- a/app-admin/filebeat-bin/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>hydrapo...@gmail.com</email>
-               <name>Tomas Mozes</name>
-               <description>Proxied maintainer; set to assignee in all 
bugs</description>
-       </maintainer>
-<maintainer type="project">
-               <email>proxy-ma...@gentoo.org</email>
-               <name>Proxy Maintainers</name>
-       </maintainer>
-</pkgmetadata>

Reply via email to