summaryrefslogtreecommitdiff
path: root/www-apps/zeppelin-bin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-07 00:12:10 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-07 00:12:10 +0000
commit86bac35ed1b4f7018bc03aea5551f7664a2b9ff4 (patch)
treed5bd82287c897c86af756be3cc21ae7f247f56eb /www-apps/zeppelin-bin
parent6c0d1528e3598898fd1026a3da35ffede0a1f14a (diff)
gentoo auto-resync : 07:01:2023 - 00:12:09
Diffstat (limited to 'www-apps/zeppelin-bin')
-rw-r--r--www-apps/zeppelin-bin/Manifest2
-rw-r--r--www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild40
2 files changed, 0 insertions, 42 deletions
diff --git a/www-apps/zeppelin-bin/Manifest b/www-apps/zeppelin-bin/Manifest
index 57ef863a43e9..b7e66a4b3f0b 100644
--- a/www-apps/zeppelin-bin/Manifest
+++ b/www-apps/zeppelin-bin/Manifest
@@ -1,6 +1,4 @@
AUX zeppelin.init.d 492 BLAKE2B f6a551375b34ffc8ab0c2f5fe259614a8dd7024e6578919943755121d796ffc815678133446ce65b0c7eadbe18bcd0441327e29fb4cd8226f949a769f1f7e1bd SHA512 a70788870d766256c3e515748d9680e19ea0a574b81c47e5a4456a81179701db551079e2a066e5dba69c3db5d10509250780b6e54f2b43f5fc8602252292ab1b
DIST zeppelin-bin-0.10.1.tgz 1680577910 BLAKE2B db33bd78f760211629a9ceb99b80d660a8d9d4da73ff2b187fdcab73c7f59052f952ac2bba2b85619c425b4da8f74a3b38229de034523bb8366d00cfcbf56549 SHA512 94cc52d3121afecfd12e1061bb6f4e7e227629236e4374d2fad1e49403a52b31afc3ff888834216e5f3bd9b95324ac6e586da4131712b84aefac0a01839404aa
-DIST zeppelin-bin-0.8.2.tgz 998508624 BLAKE2B cccfa95426d8d0407d7a226f5d71c15ca55da8893a7fff9e3a612c63034ab1838f8f7d5a529bb393b825c6c3bd19e197f4e913c2c5b8dd04fb282affc43788ab SHA512 91a785153bc47b087f90fac0f83066fdede041d5193506b231af1b6855b150307873c92cea462c6dd48ef6d38caa37934591a08542199ac4b02d9493298fbd43
EBUILD zeppelin-bin-0.10.1.ebuild 1108 BLAKE2B 35bc0e4cc4783602f181f9892403675acae78c01692f38268c6c0a911f5762f5c0a201f15a7dc5cc98bb6d6d2fcb2da9153796ec5cfdb631cfe80ce5016ab2d0 SHA512 494a6df0d3043c554aa1130f78aa9d020c37a99c17c586f7cdbc9cf7f3d08331a78f9cd47cce0151596cecb4f09a6a24421af224184820bcae73e76b78a34f18
-EBUILD zeppelin-bin-0.8.2-r1.ebuild 850 BLAKE2B c47748659f5ccddfdefe8cb0f3e4a25ff783cbcff9f218159dd4807722c7dcdd733674c26e3f2a74883158d22c752330e3785dedbfc439cb0d21b479e8e28a73 SHA512 6042414563eae0b5a5ea2a28bc9c34af67498538a1b8e5f37a793f3bc5de5a93c3493b65dbc79af8efb14223310a6fb20e9dcf81a61b1e953b95576803261ee7
MISC metadata.xml 340 BLAKE2B 90cc892b697e41f5fb8ab60cfa6b8a3d54ac08f8d440f27ebb688977fe21c80099fa31c1df2b383f6a3647595e1e76e70ebcd25d6d8ff56592383ff9693aa4f9 SHA512 0c11f991e150c4cb8cb14b16cf95d0613f544066d2070375ee14f58a5e9be073d487f0e5ee5ffe89771d219c85634f0801e77dcec0f9b83180c7edc2cf61ab54
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}"
-}