From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A058A15800F for ; Fri, 6 Jan 2023 17:29:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC7E5E086C; Fri, 6 Jan 2023 17:29:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E3E4E086C for ; Fri, 6 Jan 2023 17:29:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9D4B340D23 for ; Fri, 6 Jan 2023 17:29:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F99F76D for ; Fri, 6 Jan 2023 17:29:26 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1673026148.099b87bb19d410a8fb20bdbdebdb4632992e226a.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/zeppelin-bin/Manifest www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild X-VCS-Directories: www-apps/zeppelin-bin/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 099b87bb19d410a8fb20bdbdebdb4632992e226a X-VCS-Branch: master Date: Fri, 6 Jan 2023 17:29:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f660ff4-1116-4a11-8f95-5fe17f21b6fa X-Archives-Hash: 65df8608165eaf49542334fc9902e46a commit: 099b87bb19d410a8fb20bdbdebdb4632992e226a Author: John Helmert III gentoo org> AuthorDate: Fri Jan 6 17:28:25 2023 +0000 Commit: John Helmert III gentoo org> CommitDate: Fri Jan 6 17:29:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099b87bb www-apps/zeppelin-bin: drop 0.8.2-r1 Bug: https://bugs.gentoo.org/811447 Signed-off-by: John Helmert III gentoo.org> www-apps/zeppelin-bin/Manifest | 1 - www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild | 40 ---------------------- 2 files changed, 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}" -}