diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2018-07-11 16:32:50 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-07-11 17:46:09 +0200 |
commit | 6112ff941d30bda82723fd817587fafebadb518b (patch) | |
tree | e81679f187c54aba5f1118edfb5d5250ad1618fc /www-apps/kibana-bin | |
parent | www-apps/kibana-bin: bump to 6.3.1 (diff) | |
download | gentoo-6112ff941d30bda82723fd817587fafebadb518b.tar.gz gentoo-6112ff941d30bda82723fd817587fafebadb518b.tar.bz2 gentoo-6112ff941d30bda82723fd817587fafebadb518b.zip |
www-apps/kibana-bin: drop old
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'www-apps/kibana-bin')
-rw-r--r-- | www-apps/kibana-bin/Manifest | 2 | ||||
-rw-r--r-- | www-apps/kibana-bin/kibana-bin-5.6.9.ebuild | 66 | ||||
-rw-r--r-- | www-apps/kibana-bin/kibana-bin-6.2.2.ebuild | 62 |
3 files changed, 0 insertions, 130 deletions
diff --git a/www-apps/kibana-bin/Manifest b/www-apps/kibana-bin/Manifest index db9a66eadc28..8bcd84922541 100644 --- a/www-apps/kibana-bin/Manifest +++ b/www-apps/kibana-bin/Manifest @@ -1,5 +1,3 @@ DIST kibana-5.6.10-linux-x86_64.tar.gz 52586941 BLAKE2B cb4e1716c640c80be980541e5496a96fc6baa04152e11f754b46dc71a9995809038b8a82c3404d9d86d1bd0381e9fc55fca44c66f046cb41e005c760aa077092 SHA512 c56c600c79bf2f5d2991d6c1442db300c78dd4135bf8dec5b9f500d609e2f041d09649195cfdae2f6d30cf8de2c2c865ac607283f865c4aa8ec1d400af84c270 -DIST kibana-5.6.9-linux-x86_64.tar.gz 52381284 BLAKE2B 962891ada991f718bb3a1445ec369db0e71e27aa76fb0170d57dfa66ea2b3e14289412464ec6c6b687e09fb3cad77a7900985dbcbd7fb29e103b06ba6cc8aa9c SHA512 e30fd6735b5fa510b81ba70a66faf2ff57ea01bcc0b0379607173d7a8cef44628efcaa0bd055b3f6672f7874c616c0d99b353a0e14d354879a9675fd367676fa -DIST kibana-6.2.2-linux-x86_64.tar.gz 83415765 BLAKE2B 86f7511c82b6954a8769673b856eb46f2b633490535a013d4e30138e8abee470776493de43284f2e68b2cac6b74ba2b76245fd35803b8b5834f79ea5f488dd6b SHA512 8d26eb8293028aa0c35942a7b5025401f9b717d5c548d6cdbcf2761c0d8cc1189fdbf12c6f39468d4c809a3975f5f3c817e0f02424b296ce36183e118b0c72c6 DIST kibana-6.2.4-linux-x86_64.tar.gz 85348919 BLAKE2B ce062a5a7d96c0266143f1091f7dbe5ade6236068a73f6fedbe253957f7ddf2d00b441d985f72e9936aa3bfa7ecd9e7b7672b301b726a7d78c3e2b71d52c3b24 SHA512 125c2002e1a3b197f9f0d6200f2979f2e5974a902bfec2baa4b34a0c8d55babccafdb87b8a7b69c61ca4c02b8ae97e69b9b2743f7d445f0e53e31c69288296d5 DIST kibana-oss-6.3.1-linux-x86_64.tar.gz 89617065 BLAKE2B bdadf0ddecb060d64ed07f4f3f62934b4ae686f00d1dafbe8030acf95431b13049f53ffe7a6f8eb695d9cb1dc45151110f430c1953e1c0e1edd3656819ee0cb8 SHA512 6be02af23878dae1d48b81e8a46704f35a0bc136dd0952d997ba1f00d080868960fc3fc86d37e1e1fad5acb74dc2345e09ccc7d27862575d5783708d058c6831 diff --git a/www-apps/kibana-bin/kibana-bin-5.6.9.ebuild b/www-apps/kibana-bin/kibana-bin-5.6.9.ebuild deleted file mode 100644 index cb88e5913e4d..000000000000 --- a/www-apps/kibana-bin/kibana-bin-5.6.9.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eapi7-ver user - -MY_PN="${PN%-bin}" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Analytics and search dashboard for Elasticsearch" -HOMEPAGE="https://www.elastic.co/products/kibana" -SRC_URI="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86_64.tar.gz" - -# source: LICENSE.txt and NOTICE.txt -LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 icu ISC MIT MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="net-libs/nodejs" - -S="${WORKDIR}/${MY_P}-linux-x86_64" - -pkg_setup() { - enewgroup ${MY_PN} - enewuser ${MY_PN} -1 -1 /opt/${MY_PN} ${MY_PN} -} - -src_prepare() { - default - - # remove bundled nodejs - rm -r node || die - - # remove empty unused directory - rmdir data || die -} - -src_install() { - insinto /etc/${MY_PN} - doins -r config/. - rm -r config || die - - insinto /etc/logrotate.d - newins "${FILESDIR}"/${MY_PN}.logrotate ${MY_PN} - - newconfd "${FILESDIR}"/${MY_PN}.confd ${MY_PN} - newinitd "${FILESDIR}"/${MY_PN}.initd ${MY_PN} - - insinto /opt/${MY_PN} - doins -r . - - chmod +x "${ED%/}"/opt/${MY_PN}/bin/* || die - - diropts -m 0750 -o ${MY_PN} -g ${MY_PN} - keepdir /var/log/${MY_PN} -} - -pkg_postinst() { - elog "This version of Kibana is compatible with Elasticsearch $(ver_cut 1-2)" - elog - elog "Be sure to point ES_INSTANCE to your Elasticsearch instance" - elog "in /etc/conf.d/${MY_PN}." - elog - elog "Elasticsearch can run local or remote." -} diff --git a/www-apps/kibana-bin/kibana-bin-6.2.2.ebuild b/www-apps/kibana-bin/kibana-bin-6.2.2.ebuild deleted file mode 100644 index 8471d3d0b369..000000000000 --- a/www-apps/kibana-bin/kibana-bin-6.2.2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit user eapi7-ver - -MY_PN="${PN%-bin}" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Analytics and search dashboard for Elasticsearch" -HOMEPAGE="https://www.elastic.co/products/kibana" -SRC_URI="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86_64.tar.gz" - -# source: LICENSE.txt and NOTICE.txt -LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 icu ISC MIT MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="net-libs/nodejs" - -S="${WORKDIR}/${MY_P}-linux-x86_64" - -pkg_setup() { - enewgroup ${MY_PN} - enewuser ${MY_PN} -1 -1 /opt/${MY_PN} ${MY_PN} -} - -src_prepare() { - default - - # remove bundled nodejs - rm -rv node || die -} - -src_install() { - keepdir /var/log/${MY_PN} - - insinto /etc/${MY_PN} - doins -r config/. - rm -rv config || die - - insinto /etc/logrotate.d - newins "${FILESDIR}"/${MY_PN}.logrotate ${MY_PN} - - newconfd "${FILESDIR}"/${MY_PN}.confd ${MY_PN} - newinitd "${FILESDIR}"/${MY_PN}.initd ${MY_PN} - - insinto /opt/${MY_PN} - doins -r . - - chmod +x "${ED%/}"/opt/${MY_PN}/bin/* || die -} - -pkg_postinst() { - elog "This version of Kibana is compatible with Elasticsearch $(ver_cut 1-2)" - elog - elog "Be sure to point ES_INSTANCE to your Elasticsearch instance" - elog "in /etc/conf.d/${MY_PN}." - elog - elog "Elasticsearch can run local or remote." -} |