diff options
author | John Helmert III <ajak@gentoo.org> | 2023-01-06 11:28:25 -0600 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2023-01-06 11:29:08 -0600 |
commit | 099b87bb19d410a8fb20bdbdebdb4632992e226a (patch) | |
tree | 0af7645636961173b031853f35b80a7318379d46 /www-apps/zeppelin-bin | |
parent | app-crypt/certbot-nginx: stabilize 2.1.0 for amd64, x86 (diff) | |
download | gentoo-099b87bb19d410a8fb20bdbdebdb4632992e226a.tar.gz gentoo-099b87bb19d410a8fb20bdbdebdb4632992e226a.tar.bz2 gentoo-099b87bb19d410a8fb20bdbdebdb4632992e226a.zip |
www-apps/zeppelin-bin: drop 0.8.2-r1
Bug: https://bugs.gentoo.org/811447
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'www-apps/zeppelin-bin')
-rw-r--r-- | www-apps/zeppelin-bin/Manifest | 1 | ||||
-rw-r--r-- | www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/www-apps/zeppelin-bin/Manifest b/www-apps/zeppelin-bin/Manifest index 5dfdef10c350..7385e8c6f8a1 100644 --- a/www-apps/zeppelin-bin/Manifest +++ b/www-apps/zeppelin-bin/Manifest @@ -1,2 +1 @@ DIST zeppelin-bin-0.10.1.tgz 1680577910 BLAKE2B db33bd78f760211629a9ceb99b80d660a8d9d4da73ff2b187fdcab73c7f59052f952ac2bba2b85619c425b4da8f74a3b38229de034523bb8366d00cfcbf56549 SHA512 94cc52d3121afecfd12e1061bb6f4e7e227629236e4374d2fad1e49403a52b31afc3ff888834216e5f3bd9b95324ac6e586da4131712b84aefac0a01839404aa -DIST zeppelin-bin-0.8.2.tgz 998508624 BLAKE2B cccfa95426d8d0407d7a226f5d71c15ca55da8893a7fff9e3a612c63034ab1838f8f7d5a529bb393b825c6c3bd19e197f4e913c2c5b8dd04fb282affc43788ab SHA512 91a785153bc47b087f90fac0f83066fdede041d5193506b231af1b6855b150307873c92cea462c6dd48ef6d38caa37934591a08542199ac4b02d9493298fbd43 diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild deleted file mode 100644 index b98e468a55f9..000000000000 --- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit java-pkg-2 - -MY_PN="zeppelin" -MY_P="${MY_PN}-${PV}-bin-all" - -DESCRIPTION="Web-based interactive data analytics notebook launcher" -HOMEPAGE="https://zeppelin.apache.org" -SRC_URI="mirror://apache/zeppelin/${MY_PN}-${PV}/${MY_P}.tgz -> ${P}.tgz" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND=" - acct-group/zeppelin - acct-user/zeppelin - >=virtual/jdk-1.8" - -RDEPEND=" - >=virtual/jre-1.8" - -S="${WORKDIR}/${MY_P}" - -INSTALL_DIR="/opt/${P}" - -src_install() { - keepdir /var/log/zeppelin - fowners -R zeppelin:zeppelin /var/log/zeppelin - - newinitd "${FILESDIR}/zeppelin.init.d" zeppelin - - dodir "${INSTALL_DIR}" - cp -pRP * "${ED}/${INSTALL_DIR}" || die - dosym "${P}" /opt/zeppelin - fowners -R zeppelin:zeppelin "${INSTALL_DIR}" -} |