idella4 15/07/21 13:14:40 Modified: ChangeLog Added: logstash-bin-1.5.3.ebuild logstash-bin-1.4.4.ebuild Log: bumps; ebuilds submitted via bug #555530 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 app-admin/logstash-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-bin/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-bin/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-bin/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/logstash-bin/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 1 Jul 2015 08:04:27 -0000 1.2 +++ ChangeLog 21 Jul 2015 13:14:40 -0000 1.3 @@ -1,6 +1,13 @@ # ChangeLog for app-admin/logstash-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-bin/ChangeLog,v 1.2 2015/07/01 08:04:27 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-bin/ChangeLog,v 1.3 2015/07/21 13:14:40 idella4 Exp $ + +*logstash-bin-1.4.4 (21 Jul 2015) +*logstash-bin-1.5.3 (21 Jul 2015) + + 21 Jul 2015; Ian Delaney <[email protected]> +logstash-bin-1.4.4.ebuild, + +logstash-bin-1.5.3.ebuild: + bumps; ebuilds submitted via bug #555530 *logstash-bin-1.4.3 (01 Jul 2015) 1.1 app-admin/logstash-bin/logstash-bin-1.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-bin/logstash-bin-1.5.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-bin/logstash-bin-1.5.3.ebuild?rev=1.1&content-type=text/plain Index: logstash-bin-1.5.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-bin/logstash-bin-1.5.3.ebuild,v 1.1 2015/07/21 13:14:40 idella4 Exp $ EAPI=5 MY_PN="${PN/-bin}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Tool for managing events and logs" HOMEPAGE="https://www.elastic.co/products/logstash" SRC_URI="https://download.elastic.co/${MY_PN}/${MY_PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="" RESTRICT="strip" QA_PREBUILT="opt/logstash/vendor/jruby/lib/jni/*/libjffi*.so" DEPEND="" RDEPEND="|| ( virtual/jre:1.8 virtual/jre:1.7 )" S="${WORKDIR}/${MY_P}" src_install() { keepdir /etc/"${MY_PN}"/{conf.d,patterns,plugins} keepdir "/var/log/${MY_PN}" insinto "/etc/${MY_PN}/conf.d" doins "${FILESDIR}/agent.conf.sample" insinto "/opt/${MY_PN}" doins -r . fperms 0755 "/opt/${MY_PN}/bin/${MY_PN}" "/opt/${MY_PN}/vendor/jruby/bin/jruby" insinto /etc/logrotate.d doins "${FILESDIR}/${MY_PN}.logrotate" newconfd "${FILESDIR}/${MY_PN}.confd" "${MY_PN}" newinitd "${FILESDIR}/${MY_PN}.initd" "${MY_PN}" } pkg_postinst() { einfo "Getting started with logstash:" einfo " https://www.elastic.co/guide/en/logstash/current/getting-started-with-logstash.html" einfo "" einfo "Packages that might be interesting:" einfo " app-misc/elasticsearch" einfo " dev-python/elasticsearch-curator" einfo " www-apps/kibana-bin" } 1.1 app-admin/logstash-bin/logstash-bin-1.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-bin/logstash-bin-1.4.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-bin/logstash-bin-1.4.4.ebuild?rev=1.1&content-type=text/plain Index: logstash-bin-1.4.4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-bin/logstash-bin-1.4.4.ebuild,v 1.1 2015/07/21 13:14:40 idella4 Exp $ EAPI=5 MY_PN="${PN/-bin}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Tool for managing events and logs" HOMEPAGE="https://www.elastic.co/products/logstash" SRC_URI="https://download.elastic.co/${MY_PN}/${MY_PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="|| ( virtual/jre:1.8 virtual/jre:1.7 )" S="${WORKDIR}/${MY_P}" src_install() { keepdir /etc/"${MY_PN}"/{conf.d,patterns,plugins} keepdir "/var/log/${MY_PN}" insinto "/etc/${MY_PN}/conf.d" doins "${FILESDIR}/agent.conf.sample" insinto "/opt/${MY_PN}" doins -r . fperms 0755 "/opt/${MY_PN}/bin/${MY_PN}" insinto /etc/logrotate.d doins "${FILESDIR}/${MY_PN}.logrotate" newconfd "${FILESDIR}/${MY_PN}.confd" "${MY_PN}" newinitd "${FILESDIR}/${MY_PN}.initd" "${MY_PN}" } pkg_postinst() { einfo "Getting started with logstash:" einfo " https://www.elastic.co/guide/en/logstash/current/getting-started-with-logstash.html" einfo "" einfo "Packages that might be interesting:" einfo " app-misc/elasticsearch" einfo " dev-python/elasticsearch-curator" einfo " www-apps/kibana-bin" }
