public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: acct-user/zeppelin/
@ 2021-06-13 13:10 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2021-06-13 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     31acd85de09db76eb1a4d215a66cb02e26715482
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 13:07:26 2021 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 13:10:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31acd85d

acct-user/zeppelin: initial import.

Bug: https://bugs.gentoo.org/781533
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 acct-user/zeppelin/metadata.xml         | 11 +++++++++++
 acct-user/zeppelin/zeppelin-0-r1.ebuild | 14 ++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/acct-user/zeppelin/metadata.xml b/acct-user/zeppelin/metadata.xml
new file mode 100644
index 00000000000..0eff2a7f1d1
--- /dev/null
+++ b/acct-user/zeppelin/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+        <maintainer type="person">
+                <email>monsieurp@gentoo.org</email>
+                <name>Patrice Clement</name>
+        </maintainer>
+		<upstream>
+                <remote-id type="github">apache/zeppelin</remote-id>
+        </upstream>
+</pkgmetadata>

diff --git a/acct-user/zeppelin/zeppelin-0-r1.ebuild b/acct-user/zeppelin/zeppelin-0-r1.ebuild
new file mode 100644
index 00000000000..22a7f3d7cee
--- /dev/null
+++ b/acct-user/zeppelin/zeppelin-0-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for system-wide www-apps/zeppelin-bin"
+ACCT_USER_ID=224
+ACCT_USER_GROUPS=( "${PN}" )
+ACCT_USER_HOME=/home/zeppelin
+ACCT_USER_SHELL=/bin/sh
+
+acct-user_add_deps


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: acct-user/zeppelin/
@ 2021-06-13 20:53 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2021-06-13 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     31192b7411e2373a95b472059b4cb2fc19a5f89a
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 20:51:17 2021 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 20:52:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31192b74

acct-user/zeppelin: fix metadata.xml.

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

 acct-user/zeppelin/metadata.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/acct-user/zeppelin/metadata.xml b/acct-user/zeppelin/metadata.xml
index 0eff2a7f1d1..c72dae5a22e 100644
--- a/acct-user/zeppelin/metadata.xml
+++ b/acct-user/zeppelin/metadata.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-        <maintainer type="person">
-                <email>monsieurp@gentoo.org</email>
-                <name>Patrice Clement</name>
-        </maintainer>
-		<upstream>
-                <remote-id type="github">apache/zeppelin</remote-id>
-        </upstream>
+  <maintainer type="person">
+    <email>monsieurp@gentoo.org</email>
+    <name>Patrice Clement</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">apache/zeppelin</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: acct-user/zeppelin/
@ 2024-03-18 19:52 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2024-03-18 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a665383c65846d9eda797d044370e110849b003b
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 22:15:31 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 19:49:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a665383c

acct-user/zeppelin: update EAPI 7 -> 8

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 acct-user/zeppelin/{zeppelin-0-r2.ebuild => zeppelin-0-r3.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/acct-user/zeppelin/zeppelin-0-r2.ebuild b/acct-user/zeppelin/zeppelin-0-r3.ebuild
similarity index 85%
rename from acct-user/zeppelin/zeppelin-0-r2.ebuild
rename to acct-user/zeppelin/zeppelin-0-r3.ebuild
index 582d17bb219c..15d2f615fe0e 100644
--- a/acct-user/zeppelin/zeppelin-0-r2.ebuild
+++ b/acct-user/zeppelin/zeppelin-0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit acct-user
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-18 19:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-18 19:52 [gentoo-commits] repo/gentoo:master commit in: acct-user/zeppelin/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2021-06-13 20:53 Patrice Clement
2021-06-13 13:10 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox