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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28D65138335 for ; Thu, 12 Dec 2019 09:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C826E08E2; Thu, 12 Dec 2019 09:16:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AB50E08E2 for ; Thu, 12 Dec 2019 09:16:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7D3634D93B for ; Thu, 12 Dec 2019 09:16:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60EEC8D1 for ; Thu, 12 Dec 2019 09:15:59 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1576142102.9dfcdecbb29b36bc46f0e7d8a5ddfb98eb49de7c.monsieurp@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.1.ebuild X-VCS-Directories: www-apps/zeppelin-bin/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 9dfcdecbb29b36bc46f0e7d8a5ddfb98eb49de7c X-VCS-Branch: master Date: Thu, 12 Dec 2019 09:15:59 +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: d634560f-f905-474d-835c-bd0f858c099f X-Archives-Hash: b0f4a26a3d9fb50ec7227bb518938f05 commit: 9dfcdecbb29b36bc46f0e7d8a5ddfb98eb49de7c Author: Patrice Clement gentoo org> AuthorDate: Thu Dec 12 09:15:02 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Dec 12 09:15:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfcdecb www-apps/zeppelin-bin: clean up old. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement gentoo.org> www-apps/zeppelin-bin/Manifest | 1 - www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild | 40 ------------------------- 2 files changed, 41 deletions(-) diff --git a/www-apps/zeppelin-bin/Manifest b/www-apps/zeppelin-bin/Manifest index 1c242e0db07..e0f92eeabd8 100644 --- a/www-apps/zeppelin-bin/Manifest +++ b/www-apps/zeppelin-bin/Manifest @@ -1,2 +1 @@ -DIST zeppelin-bin-0.8.1.tgz 992975720 BLAKE2B 13bae89054a5be0570d0550cfc875d989de66dcdc6fe2aa3c8b71b452782d8cf2c8f6cf030b47f1b9050899912f75136cef7d9ef1b80c8957ad8a260fc7050c5 SHA512 b8302b36acc5cc8859f4341329bcb4d038bbb91d4493be191606df94da08a2fa37940958ceae507e6cdbe22fc338111ac9bee580cb41ee74198911469552df02 DIST zeppelin-bin-0.8.2.tgz 998508624 BLAKE2B cccfa95426d8d0407d7a226f5d71c15ca55da8893a7fff9e3a612c63034ab1838f8f7d5a529bb393b825c6c3bd19e197f4e913c2c5b8dd04fb282affc43788ab SHA512 91a785153bc47b087f90fac0f83066fdede041d5193506b231af1b6855b150307873c92cea462c6dd48ef6d38caa37934591a08542199ac4b02d9493298fbd43 diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild deleted file mode 100644 index 020e6bdd140..00000000000 --- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit java-pkg-2 user - -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=">=virtual/jdk-1.8" -RDEPEND=">=virtual/jre-1.8" - -S="${WORKDIR}/${MY_P}" - -INSTALL_DIR="/opt/${P}" - -pkg_setup() { - enewgroup zeppelin - enewuser zeppelin -1 /bin/sh /home/zeppelin zeppelin -} - -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}" -}