app-admin/logstash-bin: version bump to 2.1.2/2.2.0
[gentoo.git] / app-admin / logstash-bin / logstash-bin-2.1.2.ebuild
similarity index 85%
rename from app-admin/logstash-bin/logstash-bin-2.1.1.ebuild
rename to app-admin/logstash-bin/logstash-bin-2.1.2.ebuild
index f7b2060e0a29bcaf8fd7e61be3f07d7bfbc94a23..7348984dbaf9e01bbb6c86a70b4add869c7bbc9c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -28,7 +28,7 @@ src_install() {
        keepdir "/var/log/${MY_PN}"
 
        insinto "/etc/${MY_PN}/conf.d"
-       newins "${FILESDIR}/agent.conf.sample-r2" agent.conf.sample
+       newins "${FILESDIR}/agent.conf.sample" agent.conf.sample
 
        insinto "/opt/${MY_PN}"
        doins -r .
@@ -37,8 +37,8 @@ src_install() {
        insinto /etc/logrotate.d
        newins "${FILESDIR}/${MY_PN}.logrotate" ${MY_PN}
 
-       newconfd "${FILESDIR}/${MY_PN}.confd-r2" ${MY_PN}
-       newinitd "${FILESDIR}/${MY_PN}.initd-r2" ${MY_PN}
+       newconfd "${FILESDIR}/${MY_PN}.confd" ${MY_PN}
+       newinitd "${FILESDIR}/${MY_PN}.initd" ${MY_PN}
 }
 
 pkg_postinst() {