# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit eutils systemd user MY_PN="${PN%-bin}" MY_PV="${PV/_/-}" DESCRIPTION="Open Source, Distributed, RESTful, Search Engine" HOMEPAGE="https://www.elastic.co/products/elasticsearch" SRC_URI="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_PN}-${MY_PV}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="" RESTRICT="strip" RDEPEND="|| ( virtual/jre:1.8 virtual/jre:1.7 )" S="${WORKDIR}/${MY_PN}-${MY_PV}" pkg_preinst() { if has_version '