app-misc/elasticsearch: drop old
authorTomas Mozes <tmozes@sygic.com>
Sun, 9 Sep 2018 19:59:33 +0000 (21:59 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 9 Sep 2018 20:41:05 +0000 (22:41 +0200)
Closes: https://github.com/gentoo/gentoo/pull/9796
Package-Manager: Portage-2.3.49, Repoman-2.3.10

app-misc/elasticsearch/Manifest
app-misc/elasticsearch/elasticsearch-5.6.10.ebuild [deleted file]
app-misc/elasticsearch/elasticsearch-6.2.4.ebuild [deleted file]
app-misc/elasticsearch/elasticsearch-6.3.1-r1.ebuild [deleted file]
app-misc/elasticsearch/elasticsearch-6.3.1-r2.ebuild [deleted file]

index cbc0dd9f029a3232dee16becd76f6274c717ef4d..d91a6e667d49dc62996209bd6b64ecb05bd2dc50 100644 (file)
@@ -1,8 +1,5 @@
-DIST elasticsearch-5.6.10.tar.gz 33796721 BLAKE2B 4e9d1d910a70acf32ca63cec811b711f692f3cf32dcec084a07f92d281eed07c067740bb5c5447055a6d0b6126e55a635edcd08c105dc59985db72bcd031a8a5 SHA512 17bd5710cfc3efa455428a79c74e63aacc9b9481d59a0b0df07ad4e4c25ef32dd41b3dbbde464a2801363b6d428a23eb52cc935640ce86bbc4d8a01dca8a1585
 DIST elasticsearch-5.6.11.tar.gz 33864199 BLAKE2B 08884e6367007835ec1d248912d4127ade4d5fff85927df86ee7de4ebf5ee9bc9639940c89b71739cf17fd389d0c47a23cc48ccd1777b94830f1614663fd7487 SHA512 cc0ec89889e23d7aa3e03a2bb76bf6bb40b3084a8a13da99851c4770533048283d36b4c13322b4689480914e5e57c4c998d4abba44d8caa44ffdb21edb207a9c
-DIST elasticsearch-6.2.4.tar.gz 29056810 BLAKE2B 121be27ac1db4fa6bbe285161b3f2b2dd889859b50f46b57b68ed43514568c4aa9629b5ca32edcc2328a6e7245256d64901c8acc8b2dd91337f8ca97b87c46e1 SHA512 9e6c0de8ed0d9e27fdd18ef7bada376af5a8680bb7a4f4d805926da456b349cee731ba90328b5eda5f0e62fa3f00f34646bf1c2b6c662d055f4be338d0690941
 DIST elasticsearch-6.3.2.tar.gz 91452574 BLAKE2B c422990fabad70e6e77e8f59f6fb9e9bf5a84eb7e6b8b67dfd91f53e474b1b501b3a1d5ea8f54f0793631504f194a116e816eb3558782b67c8dadecbc2711ee5 SHA512 954cd1e16a5f2e0b0efaeb7e6b19c708d1588d30814a31defb09037c3b90f78c5e9dbd1ca9af9c700d517145a4279bacc1d8ce7cc6894fbe7bf71eec9ed3110d
 DIST elasticsearch-6.4.0.tar.gz 97901357 BLAKE2B 60263c3b68a91fba2341d45162cac328e5561cfe046bcc0dfff3eb09d2e487374c5e8481b460a54861df7b2c5774ac2cc6c884fc6b5455fb40f0c89848c0ad0b SHA512 6f465378a51c487f1f6a84a0843ac1038db60170ee8a5d96874a759f6dbbf2de9f7bcbbf55616f49f28f1098c82f2e585c917267d02b8b1f43627a1984b3da66
-DIST elasticsearch-oss-6.3.1.tar.gz 29417012 BLAKE2B 356665cde2f12ae5813d95302398f5fced07c53d25e6e1dc7ad41c8dc8ad42cd3d5bd4ffa6cab24af8088c29800f6ec59a483710272b756af2f76b5967d4b932 SHA512 3df0f7f35e150198f7ff660cf4d90fbd1c2ca587287c6340d427f968711b6390123bfafd09a744c9bdf328d57423bcb75f6e4701ce14a7257388611abea62545
 DIST elasticsearch-oss-6.3.2.tar.gz 29418577 BLAKE2B 152640dc01a10f44ba43f87f68361cc0dd5e1cf54d0ff92377f3acd1a12a247f002ffe2d003cc53760e891278249c10b1d6d4eb978b0bb1c1ebf8879a2cfcb9a SHA512 3c51a860414f7e55900b1d9a350bdbc3e673c8445e316454c2480315b4b9fc08df58090c6281cecc3ae63d12d78d6bd58e228b3371aa325db799ce18758a21f4
 DIST elasticsearch-oss-6.4.0.tar.gz 33727061 BLAKE2B dd0ff95bb124103ca340b480c5192c9919ef226d4c3ef1b61accd0df2ee9b60a8215693b3db0fa327a4d6791de66746654144a9172210687e8a2efa9f6f4dde3 SHA512 0197dcf24bdb81cbcfa492d899363528816143962abd1925a5092e8177c25e8ca490afe5868b41057b3cded296f59f38ed11ba0156a820b6c877c69a5888846c
diff --git a/app-misc/elasticsearch/elasticsearch-5.6.10.ebuild b/app-misc/elasticsearch/elasticsearch-5.6.10.ebuild
deleted file mode 100644 (file)
index 26cfa98..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd user
-
-DESCRIPTION="Open Source, Distributed, RESTful, Search Engine"
-HOMEPAGE="https://www.elastic.co/products/elasticsearch"
-SRC_URI="https://artifacts.elastic.co/downloads/${PN}/${P}.tar.gz"
-LICENSE="Apache-2.0 BSD-2 LGPL-3 MIT public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="virtual/jre:1.8"
-
-pkg_setup() {
-       enewgroup ${PN}
-       enewuser ${PN} -1 /bin/bash /usr/share/${PN} ${PN}
-}
-
-src_prepare() {
-       default
-
-       rm -v bin/*.{bat,exe} LICENSE.txt || die
-}
-
-src_install() {
-       keepdir /etc/${PN}
-       keepdir /etc/${PN}/scripts
-
-       insinto /etc/${PN}
-       doins -r config/.
-       rm -rv config || die
-
-       insinto /usr/share/${PN}
-       doins -r .
-
-       exeinto /usr/share/${PN}/bin
-       doexe "${FILESDIR}/elasticsearch-systemd-pre-exec"
-
-       chmod +x "${ED}"/usr/share/${PN}/bin/* || die
-
-       keepdir /var/{lib,log}/${PN}
-       fowners ${PN}:${PN} /var/{lib,log}/${PN}
-       fperms 0750 /var/{lib,log}/${PN}
-       dodir /usr/share/${PN}/plugins
-
-       insinto /etc/sysctl.d
-       newins "${FILESDIR}/${PN}.sysctl.d" ${PN}.conf
-
-       newconfd "${FILESDIR}/${PN}.conf.2" ${PN}
-       newinitd "${FILESDIR}/${PN}.init.2" ${PN}
-
-       systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d" ${PN}.conf
-       systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
-}
-
-pkg_postinst() {
-       elog
-       elog "You may create multiple instances of ${PN} by"
-       elog "symlinking the init script:"
-       elog "ln -sf /etc/init.d/${PN} /etc/init.d/${PN}.instance"
-       elog
-       elog "Please make sure you put elasticsearch.yml, log4j2.properties and scripts"
-       elog "from /etc/elasticsearch into the configuration directory of the instance:"
-       elog "/etc/${PN}/instance"
-       elog
-}
diff --git a/app-misc/elasticsearch/elasticsearch-6.2.4.ebuild b/app-misc/elasticsearch/elasticsearch-6.2.4.ebuild
deleted file mode 100644 (file)
index ad26d33..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd user
-
-DESCRIPTION="Open Source, Distributed, RESTful, Search Engine"
-HOMEPAGE="https://www.elastic.co/products/elasticsearch"
-SRC_URI="https://artifacts.elastic.co/downloads/${PN}/${P}.tar.gz"
-LICENSE="Apache-2.0 BSD-2 LGPL-3 MIT public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="virtual/jre:1.8"
-
-pkg_setup() {
-       enewgroup ${PN}
-       enewuser ${PN} -1 /bin/bash /usr/share/${PN} ${PN}
-}
-
-src_prepare() {
-       default
-
-       rm -v bin/*.{bat,exe} LICENSE.txt || die
-}
-
-src_install() {
-       keepdir /etc/${PN}
-       keepdir /etc/${PN}/scripts
-
-       insinto /etc/${PN}
-       doins -r config/.
-       rm -rv config || die
-
-       fowners root:${PN} /etc/${PN}
-       fperms 2750 /etc/${PN}
-
-       insinto /usr/share/${PN}
-       doins -r .
-
-       exeinto /usr/share/${PN}/bin
-       doexe "${FILESDIR}/elasticsearch-systemd-pre-exec"
-
-       chmod +x "${ED}"/usr/share/${PN}/bin/* || die
-
-       keepdir /var/{lib,log}/${PN}
-       fowners ${PN}:${PN} /var/{lib,log}/${PN}
-       fperms 0750 /var/{lib,log}/${PN}
-       dodir /usr/share/${PN}/plugins
-
-       insinto /etc/sysctl.d
-       newins "${FILESDIR}/${PN}.sysctl.d" ${PN}.conf
-
-       newconfd "${FILESDIR}/${PN}.conf.3" ${PN}
-       newinitd "${FILESDIR}/${PN}.init.3" ${PN}
-
-       systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d" ${PN}.conf
-       systemd_newunit "${FILESDIR}"/${PN}.service.2 ${PN}.service
-}
-
-pkg_postinst() {
-       elog
-       elog "You may create multiple instances of ${PN} by"
-       elog "symlinking the init script:"
-       elog "ln -sf /etc/init.d/${PN} /etc/init.d/${PN}.instance"
-       elog
-       elog "Please make sure you put elasticsearch.yml, log4j2.properties and scripts"
-       elog "from /etc/elasticsearch into the configuration directory of the instance:"
-       elog "/etc/${PN}/instance"
-       elog
-}
diff --git a/app-misc/elasticsearch/elasticsearch-6.3.1-r1.ebuild b/app-misc/elasticsearch/elasticsearch-6.3.1-r1.ebuild
deleted file mode 100644 (file)
index 1a6bec3..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd user
-
-DESCRIPTION="Open Source, Distributed, RESTful, Search Engine"
-HOMEPAGE="https://www.elastic.co/products/elasticsearch"
-SRC_URI="https://artifacts.elastic.co/downloads/${PN}/${PN}-oss-${PV}.tar.gz"
-LICENSE="Apache-2.0 BSD-2 LGPL-3 MIT public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="virtual/jre:1.8"
-
-pkg_setup() {
-       enewgroup ${PN}
-       enewuser ${PN} -1 /bin/bash /usr/share/${PN} ${PN}
-}
-
-src_prepare() {
-       default
-
-       rm -v bin/*.{bat,exe} LICENSE.txt || die
-}
-
-src_install() {
-       keepdir /etc/${PN}
-       keepdir /etc/${PN}/scripts
-
-       insinto /etc/${PN}
-       doins -r config/.
-       rm -rv config || die
-
-       fowners root:${PN} /etc/${PN}
-       fperms 2750 /etc/${PN}
-
-       insinto /usr/share/${PN}
-       doins -r .
-
-       exeinto /usr/share/${PN}/bin
-       doexe "${FILESDIR}/elasticsearch-systemd-pre-exec"
-
-       chmod +x "${ED}"/usr/share/${PN}/bin/* || die
-
-       keepdir /var/{lib,log}/${PN}
-       fowners ${PN}:${PN} /var/{lib,log}/${PN}
-       fperms 0750 /var/{lib,log}/${PN}
-       dodir /usr/share/${PN}/plugins
-
-       insinto /etc/sysctl.d
-       newins "${FILESDIR}/${PN}.sysctl.d" ${PN}.conf
-
-       newconfd "${FILESDIR}/${PN}.conf.3" ${PN}
-       newinitd "${FILESDIR}/${PN}.init.4" ${PN}
-
-       systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
-       systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d" ${PN}.conf
-       systemd_newunit "${FILESDIR}"/${PN}.service.3 ${PN}.service
-}
-
-pkg_postinst() {
-       elog
-       elog "You may create multiple instances of ${PN} by"
-       elog "symlinking the init script:"
-       elog "ln -sf /etc/init.d/${PN} /etc/init.d/${PN}.instance"
-       elog
-       elog "Please make sure you put elasticsearch.yml, log4j2.properties and scripts"
-       elog "from /etc/${PN} into the configuration directory of the instance:"
-       elog "/etc/${PN}/instance"
-       elog
-       ewarn "Please make sure you have proper permissions on /etc/${PN}"
-       ewarn "prior to keystore generation or you may experience startup fails."
-       ewarn "chown root:${PN} /etc/${PN} && chmod 2750 /etc/${PN}"
-       ewarn "chown root:${PN} /etc/${PN}/${PN}.keystore && chmod 0660 /etc/${PN}/${PN}.keystore"
-}
diff --git a/app-misc/elasticsearch/elasticsearch-6.3.1-r2.ebuild b/app-misc/elasticsearch/elasticsearch-6.3.1-r2.ebuild
deleted file mode 100644 (file)
index 1b8dedd..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd user
-
-DESCRIPTION="Open Source, Distributed, RESTful, Search Engine"
-HOMEPAGE="https://www.elastic.co/products/elasticsearch"
-SRC_URI="https://artifacts.elastic.co/downloads/${PN}/${PN}-oss-${PV}.tar.gz"
-LICENSE="Apache-2.0 BSD-2 LGPL-3 MIT public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="virtual/jre:1.8"
-
-pkg_setup() {
-       enewgroup ${PN}
-       enewuser ${PN} -1 /bin/bash /usr/share/${PN} ${PN}
-}
-
-src_prepare() {
-       default
-
-       rm -v bin/*.{bat,exe} LICENSE.txt || die
-}
-
-src_install() {
-       keepdir /etc/${PN}
-       keepdir /etc/${PN}/scripts
-
-       insinto /etc/${PN}
-       doins -r config/.
-       rm -rv config || die
-
-       fowners root:${PN} /etc/${PN}
-       fperms 2750 /etc/${PN}
-
-       insinto /usr/share/${PN}
-       doins -r .
-
-       exeinto /usr/share/${PN}/bin
-       doexe "${FILESDIR}/elasticsearch-systemd-pre-exec"
-
-       chmod +x "${ED}"/usr/share/${PN}/bin/* || die
-
-       keepdir /var/{lib,log}/${PN}
-       fowners ${PN}:${PN} /var/{lib,log}/${PN}
-       fperms 0750 /var/{lib,log}/${PN}
-       dodir /usr/share/${PN}/plugins
-
-       insinto /etc/sysctl.d
-       newins "${FILESDIR}/${PN}.sysctl.d" ${PN}.conf
-
-       newconfd "${FILESDIR}/${PN}.conf.3" ${PN}
-       newinitd "${FILESDIR}/${PN}.init.5" ${PN}
-
-       systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
-       systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d" ${PN}.conf
-       systemd_newunit "${FILESDIR}"/${PN}.service.3 ${PN}.service
-}
-
-pkg_postinst() {
-       elog
-       elog "You may create multiple instances of ${PN} by"
-       elog "symlinking the init script:"
-       elog "ln -sf /etc/init.d/${PN} /etc/init.d/${PN}.instance"
-       elog
-       elog "Please make sure you put elasticsearch.yml, log4j2.properties and scripts"
-       elog "from /etc/${PN} into the configuration directory of the instance:"
-       elog "/etc/${PN}/instance"
-       elog
-       ewarn "Please make sure you have proper permissions on /etc/${PN}"
-       ewarn "prior to keystore generation or you may experience startup fails."
-       ewarn "chown root:${PN} /etc/${PN} && chmod 2750 /etc/${PN}"
-       ewarn "chown root:${PN} /etc/${PN}/${PN}.keystore && chmod 0660 /etc/${PN}/${PN}.keystore"
-}