Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 405122 Details for
Bug 551880
app-misc/elasticsearch - add jre:1.8 to RDEPEND
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
elasticsearch-1.6.0.ebuild
elasticsearch-1.6.0.ebuild (text/plain), 1.69 KB, created by
Ferenc Erki
on 2015-06-14 08:46:29 UTC
(
hide
)
Description:
elasticsearch-1.6.0.ebuild
Filename:
MIME Type:
Creator:
Ferenc Erki
Created:
2015-06-14 08:46:29 UTC
Size:
1.69 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit eutils systemd user > >MY_PN="${PN%-bin}" >DESCRIPTION="Open Source, Distributed, RESTful, Search Engine" >HOMEPAGE="https://www.elastic.co/products/elasticsearch" >SRC_URI="https://download.elastic.co/${MY_PN}/${MY_PN}/${MY_PN}-${PV}.tar.gz" >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~amd64" > >RESTRICT="strip" >QA_PREBUILT="usr/share/elasticsearch/lib/sigar/libsigar-*.so" > >RDEPEND="|| ( virtual/jre:1.7 virtual/jre:1.8 )" > >pkg_setup() { > enewgroup ${MY_PN} > enewuser ${MY_PN} -1 /bin/bash /var/lib/${MY_PN} ${MY_PN} >} > >src_prepare() { > rm -rf lib/sigar/*{solaris,winnt,freebsd,macosx}* > rm -rf bin/*.{bat,exe} > rm lib/sigar/libsigar-ia64-linux.so > rm LICENSE.txt > > use amd64 && { > rm lib/sigar/libsigar-x86-linux.so > } > > use x86 && { > rm lib/sigar/libsigar-amd64-linux.so > } >} > >src_install() { > dodir /etc/${MY_PN} > > insinto /usr/share/doc/${P}/examples > doins config/* > rm -rf config > > insinto /usr/share/${MY_PN} > doins -r ./* > chmod +x "${D}"/usr/share/${MY_PN}/bin/* > > keepdir /var/{lib,log}/${MY_PN} > > newinitd "${FILESDIR}/elasticsearch.init4" "${MY_PN}" > newconfd "${FILESDIR}/${MY_PN}.conf" "${MY_PN}" > systemd_newunit "${FILESDIR}"/${PN}.service3 "${PN}.service" >} > >pkg_postinst() { > elog > elog "You may create multiple instances of ${MY_PN} by" > elog "symlinking the init script:" > elog "ln -sf /etc/init.d/${MY_PN} /etc/init.d/${MY_PN}.instance" > elog > elog "Each of the example files in /usr/share/doc/${P}/examples" > elog "should be extracted to the proper configuration directory:" > elog "/etc/${MY_PN} (for standard init)" > elog "/etc/${MY_PN}/instance (for symlinked init)" > elog >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 551880
: 405122