[gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/

2023-01-06 Thread John Helmert III
commit: 099b87bb19d410a8fb20bdbdebdb4632992e226a
Author: John Helmert III  gentoo  org>
AuthorDate: Fri Jan  6 17:28:25 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Fri Jan  6 17:29:08 2023 +
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 
94cc52d3121afecfd12e1061bb6f4e7e227629236e4374d2fad1e49403a52b31afc3ff34216e5f3bd9b95324ac6e586da4131712b84aefac0a01839404aa
-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..
--- 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}"
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/

2022-09-04 Thread Patrice Clement
commit: ff271ae26f4bb5d5c3bc311212744938114bb8c5
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Sep  4 22:11:25 2022 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Sep  4 22:12:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff271ae2

www-apps/zeppelin-bin: add 0.10.1

Bug: https://bugs.gentoo.org/811447
Signed-off-by: Patrice Clement  gentoo.org>

 www-apps/zeppelin-bin/Manifest   |  1 +
 www-apps/zeppelin-bin/zeppelin-bin-0.10.1.ebuild | 53 
 2 files changed, 54 insertions(+)

diff --git a/www-apps/zeppelin-bin/Manifest b/www-apps/zeppelin-bin/Manifest
index e0f92eeabd86..5dfdef10c350 100644
--- a/www-apps/zeppelin-bin/Manifest
+++ b/www-apps/zeppelin-bin/Manifest
@@ -1 +1,2 @@
+DIST zeppelin-bin-0.10.1.tgz 1680577910 BLAKE2B 
db33bd78f760211629a9ceb99b80d660a8d9d4da73ff2b187fdcab73c7f59052f952ac2bba2b85619c425b4da8f74a3b38229de034523bb8366d00cfcbf56549
 SHA512 
94cc52d3121afecfd12e1061bb6f4e7e227629236e4374d2fad1e49403a52b31afc3ff34216e5f3bd9b95324ac6e586da4131712b84aefac0a01839404aa
 DIST zeppelin-bin-0.8.2.tgz 998508624 BLAKE2B 
cccfa95426d8d0407d7a226f5d71c15ca55da8893a7fff9e3a612c63034ab1838f8f7d5a529bb393b825c6c3bd19e197f4e913c2c5b8dd04fb282affc43788ab
 SHA512 
91a785153bc47b087f90fac0f83066fdede041d5193506b231af1b6855b150307873c92cea462c6dd48ef6d38caa37934591a08542199ac4b02d9493298fbd43

diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.10.1.ebuild 
b/www-apps/zeppelin-bin/zeppelin-bin-0.10.1.ebuild
new file mode 100644
index ..f6142e3c74e3
--- /dev/null
+++ b/www-apps/zeppelin-bin/zeppelin-bin-0.10.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 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_prepare() {
+   default
+   local SO_TO_DELETE=(
+   interpreter/sh/libpty/freebsd/x86/libpty.so
+   interpreter/sh/libpty/freebsd/x86_64/libpty.so
+   interpreter/sh/libpty/linux/ppc64le/libpty.so
+   )
+
+   for s in "${SO_TO_DELETE[@]}"; do
+   rm -v ${s} || die
+   done
+}
+
+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}"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/

2021-07-15 Thread Conrad Kostecki
commit: 05721d2a82d9903736143affe235eca9ffab26e2
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jul 15 22:06:32 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jul 15 22:11:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05721d2a

www-apps/zeppelin-bin: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild | 43 -
 1 file changed, 43 deletions(-)

diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild 
b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild
deleted file mode 100644
index 62d7b66262b..000
--- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild
+++ /dev/null
@@ -1,43 +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}"
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/

2021-07-15 Thread Sam James
commit: b88dbe93d0a96e4256675fa04196c8c53ae5ca43
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 15 21:36:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 15 21:38:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88dbe93

www-apps/zeppelin-bin: Stabilize 0.8.2-r1 amd64, #802339

Signed-off-by: Sam James  gentoo.org>

 www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 560dd8325ab..b98e468a55f 100644
--- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild
+++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 x86"
 
 DEPEND="
acct-group/zeppelin



[gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/

2021-07-15 Thread Sam James
commit: eaea83ed8fe8ef3028dbf9f4ac1325080c06be50
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 15 21:33:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 15 21:33:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaea83ed

www-apps/zeppelin-bin: Stabilize 0.8.2-r1 x86, #802339

Signed-off-by: Sam James  gentoo.org>

 www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index e1df14facd0..560dd8325ab 100644
--- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild
+++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="~amd64 x86"
 
 DEPEND="
acct-group/zeppelin



[gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/

2021-06-13 Thread Patrice Clement
commit: 689e88f8d9eacd921d351374be4039682a83b916
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 13 20:53:15 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 13 20:53:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689e88f8

www-apps/zeppelin-bin: fix metadata.xml.

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 www-apps/zeppelin-bin/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/www-apps/zeppelin-bin/metadata.xml 
b/www-apps/zeppelin-bin/metadata.xml
index 5c85a44abf8..6bc3d9cc4f0 100644
--- a/www-apps/zeppelin-bin/metadata.xml
+++ b/www-apps/zeppelin-bin/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   monsie...@gentoo.org
-   Patrice Clement
-   
-   
-   apache/zeppelin
-   
+  
+monsie...@gentoo.org
+  Patrice Clement
+  
+  
+apache/zeppelin
+  
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/

2021-06-13 Thread Patrice Clement
commit: d0b01b83172419e50cf6550d2fd08333f805b03f
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 13 20:53:33 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 13 20:53:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b01b83

www-apps/zeppelin-bin: remove user eclass.

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index a6da6911f3e..e1df14facd0 100644
--- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild
+++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit java-pkg-2 user
+inherit java-pkg-2
 
 MY_PN="zeppelin"
 MY_P="${MY_PN}-${PV}-bin-all"



[gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/

2021-06-13 Thread Patrice Clement
commit: 2a2e25733ee98482ac1b210bdc6a2dd49a2c3029
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 13 13:09:09 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 13 13:10:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2e2573

www-apps/zeppelin-bin: migrate to GLEP 81.

Closes: https://bugs.gentoo.org/781533
Signed-off-by: Patrice Clement  gentoo.org>

 www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild | 40 ++
 1 file changed, 40 insertions(+)

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
new file mode 100644
index 000..a6da6911f3e
--- /dev/null
+++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 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="
+   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}"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/

2019-12-12 Thread Patrice Clement
commit: e43c8ae2fa00a05278b379b9a3bceb543f021650
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 12 09:14:40 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 12 09:14:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43c8ae2

www-apps/zeppelin-bin: stable for amd64+x86.

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Patrice Clement  gentoo.org>

 www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild 
b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild
index 8423abc2db7..62d7b66262b 100644
--- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild
+++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild
@@ -13,10 +13,13 @@ 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"
+KEYWORDS="amd64 x86"
 
-DEPEND=">=virtual/jdk-1.8"
-RDEPEND=">=virtual/jre-1.8"
+DEPEND="
+   >=virtual/jdk-1.8"
+
+RDEPEND="
+   >=virtual/jre-1.8"
 
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/

2019-12-12 Thread Patrice Clement
commit: 9dfcdecbb29b36bc46f0e7d8a5ddfb98eb49de7c
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 12 09:15:02 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 12 09:15:02 2019 +
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..000
--- 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}"
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/

2019-11-28 Thread Patrice Clement
commit: dab7d22cf5a1bf848ac796518252551158010779
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Nov 28 22:06:32 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Nov 28 22:06:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab7d22c

www-apps/zeppelin-bin: stable for amd64+x86.

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Patrice Clement  gentoo.org>

 www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild 
b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild
index 8423abc2db7..020e6bdd140 100644
--- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild
+++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 x86"
 
 DEPEND=">=virtual/jdk-1.8"
 RDEPEND=">=virtual/jre-1.8"



[gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/

2019-11-28 Thread Patrice Clement
commit: c1e6ffef9523c3ed8745a8967facd7175426ea44
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Nov 28 22:10:30 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Nov 28 22:10:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e6ffef

www-apps/zeppelin-bin: version bump.

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.2.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/www-apps/zeppelin-bin/Manifest b/www-apps/zeppelin-bin/Manifest
index ae449ef71b1..1c242e0db07 100644
--- a/www-apps/zeppelin-bin/Manifest
+++ b/www-apps/zeppelin-bin/Manifest
@@ -1 +1,2 @@
 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.2.ebuild 
b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild
new file mode 100644
index 000..8423abc2db7
--- /dev/null
+++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild
@@ -0,0 +1,40 @@
+# 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}"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/

2019-11-28 Thread Patrice Clement
commit: 37d6a4145d33401335eaf26a81439f08d3c418fa
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Nov 28 22:05:43 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Nov 28 22:05:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d6a414

www-apps/zeppelin-bin: don't call dosym using ED but rather P.

Courtesy of Arfrever.

Closes: https://bugs.gentoo.org/699506
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Patrice Clement  gentoo.org>

 www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild 
b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild
index 6b80c178e62..8423abc2db7 100644
--- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild
+++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild
@@ -35,6 +35,6 @@ src_install() {
 
dodir "${INSTALL_DIR}"
cp -pRP * "${ED}/${INSTALL_DIR}" || die
-   dosym "${ED}/${INSTALL_DIR}" /opt/zeppelin
+   dosym "${P}" /opt/zeppelin
fowners -R zeppelin:zeppelin "${INSTALL_DIR}"
 }



[gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/, www-apps/zeppelin-bin/files/

2019-03-19 Thread Patrice Clement
commit: 262afa67cf882967c32ba41ee77c4a7484c67205
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Mar 19 16:33:40 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Mar 19 16:37:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262afa67

dev-java/zeppelin-bin: new package.

Apache Zeppelin is a web-based, interactive, Java-powered data analytics
notebook launcher. It enables users to create beautiful data-driven and
collaborative notebooks using SQL, code and even more.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 www-apps/zeppelin-bin/Manifest  |  1 +
 www-apps/zeppelin-bin/files/zeppelin.init.d | 19 
 www-apps/zeppelin-bin/metadata.xml  | 11 +++
 www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild | 40 +
 4 files changed, 71 insertions(+)

diff --git a/www-apps/zeppelin-bin/Manifest b/www-apps/zeppelin-bin/Manifest
new file mode 100644
index 000..ae449ef71b1
--- /dev/null
+++ b/www-apps/zeppelin-bin/Manifest
@@ -0,0 +1 @@
+DIST zeppelin-bin-0.8.1.tgz 992975720 BLAKE2B 
13bae89054a5be0570d0550cfc875d989de66dcdc6fe2aa3c8b71b452782d8cf2c8f6cf030b47f1b9050899912f75136cef7d9ef1b80c8957ad8a260fc7050c5
 SHA512 
b8302b36acc5cc8859f4341329bcb4d038bbb91d4493be191606df94da08a2fa37940958ceae507e6cdbe22fc338111ac9bee580cb41ee74198911469552df02

diff --git a/www-apps/zeppelin-bin/files/zeppelin.init.d 
b/www-apps/zeppelin-bin/files/zeppelin.init.d
new file mode 100644
index 000..03ddd6beabc
--- /dev/null
+++ b/www-apps/zeppelin-bin/files/zeppelin.init.d
@@ -0,0 +1,19 @@
+#!/sbin/openrc-run
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+description="Web-based interactive data analytics notebook launcher"
+command="/opt/zeppelin/bin/zeppelin-daemon.sh"
+logfile="/var/log/zeppelin/zeppelin-gentoo.log"
+
+start() {
+ebegin "Starting Apache Zeppelin ..."
+bash $command start >> $logfile
+eend $?
+}
+
+stop() {
+ebegin "Stopping Apache Zeppelin ..."
+bash $command stop >> $logfile
+eend $?
+}

diff --git a/www-apps/zeppelin-bin/metadata.xml 
b/www-apps/zeppelin-bin/metadata.xml
new file mode 100644
index 000..5c85a44abf8
--- /dev/null
+++ b/www-apps/zeppelin-bin/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   monsie...@gentoo.org
+   Patrice Clement
+   
+   
+   apache/zeppelin
+   
+

diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild 
b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild
new file mode 100644
index 000..6b80c178e62
--- /dev/null
+++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild
@@ -0,0 +1,40 @@
+# 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 "${ED}/${INSTALL_DIR}" /opt/zeppelin
+   fowners -R zeppelin:zeppelin "${INSTALL_DIR}"
+}