Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553764 - www-apps/kibana-bin-4.1.1 version bump
Summary: www-apps/kibana-bin-4.1.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-02 05:40 UTC by Tomáš Mózes
Modified: 2015-07-02 13:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
kibana.initd-r1 (kibana.initd-r1,494 bytes, text/plain)
2015-07-02 05:40 UTC, Tomáš Mózes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2015-07-02 05:40:07 UTC
Created attachment 406052 [details]
kibana.initd-r1

--- /usr/portage/www-apps/kibana-bin/kibana-bin-4.0.3.ebuild    2015-06-22 08:26:35.000000000 +0000
+++ kibana-bin-4.1.1.ebuild     2015-07-01 12:16:56.729189606 +0000
@@ -10,8 +10,8 @@
 MY_P=${MY_PN}-${PV/_rc/-rc}
 
 DESCRIPTION="visualize logs and time-stamped data"
-HOMEPAGE="http://www.elasticsearch.org/overview/kibana/"
-SRC_URI="https://download.elasticsearch.org/${MY_PN}/${MY_PN}/${MY_P}-linux-x64.tar.gz"
+HOMEPAGE="https://www.elastic.co/products/kibana"
+SRC_URI="https://download.elastic.co/${MY_PN}/${MY_PN}/${MY_P}-linux-x64.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -33,7 +33,7 @@
        keepdir /opt/${MY_PN}
        keepdir /var/log/${MY_PN}
 
-       newinitd "${FILESDIR}"/kibana.initd "${MY_PN}"
+       newinitd "${FILESDIR}"/kibana.initd-r1 "${MY_PN}"
 
        mv * "${D}/opt/${MY_PN}"
 }
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2015-07-02 11:14:47 UTC
*kibana-bin-4.1.1 (02 Jul 2015)

  02 Jul 2015; Ian Delaney <idella4@gentoo.org> +files/kibana.initd-r1,
  +kibana-bin-4.1.1.ebuild:
  bump; New HOMEPAGE, SRC_URI & init script
Comment 2 Tomáš Mózes 2015-07-02 13:04:05 UTC
Thanks Ian.