public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: acct-group/zookeeper/
@ 2021-07-10 11:46 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2021-07-10 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     052b86627794b31df4c558ad4c80a530d85afae9
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 11:27:22 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 11:40:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=052b8662

acct-group/zookeeper: add group (211) for sys-cluster/zookeeper-bin

Bug: https://github.com/gentoo/gentoo/pull/21204
Bug: https://bugs.gentoo.org/781503
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 acct-group/zookeeper/metadata.xml       | 12 ++++++++++++
 acct-group/zookeeper/zookeeper-0.ebuild | 10 ++++++++++
 2 files changed, 22 insertions(+)

diff --git a/acct-group/zookeeper/metadata.xml b/acct-group/zookeeper/metadata.xml
new file mode 100644
index 00000000000..c00ce768791
--- /dev/null
+++ b/acct-group/zookeeper/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>patrick@gentoo.org</email>
+		<name>Patrick Lauer</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>cluster@gentoo.org</email>
+		<name>Gentoo Cluster Project</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/acct-group/zookeeper/zookeeper-0.ebuild b/acct-group/zookeeper/zookeeper-0.ebuild
new file mode 100644
index 00000000000..c45af2d2d11
--- /dev/null
+++ b/acct-group/zookeeper/zookeeper-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for sys-cluster/zookeeper-bin"
+
+ACCT_GROUP_ID="211"


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

* [gentoo-commits] repo/gentoo:master commit in: acct-group/zookeeper/
@ 2024-01-16 23:22 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2024-01-16 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b56203af788dc7cdce7b36905fb077966972d115
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 20:09:54 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 23:22:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b56203af

acct-group/zookeeper: update EAPI 7 -> 8

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

 acct-group/zookeeper/{zookeeper-0-r1.ebuild => zookeeper-0-r2.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/acct-group/zookeeper/zookeeper-0-r1.ebuild b/acct-group/zookeeper/zookeeper-0-r2.ebuild
similarity index 78%
rename from acct-group/zookeeper/zookeeper-0-r1.ebuild
rename to acct-group/zookeeper/zookeeper-0-r2.ebuild
index 23e22ef66749..49601e8da8c1 100644
--- a/acct-group/zookeeper/zookeeper-0-r1.ebuild
+++ b/acct-group/zookeeper/zookeeper-0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit acct-group
 


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

* [gentoo-commits] repo/gentoo:master commit in: acct-group/zookeeper/
@ 2024-01-16 23:24 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2024-01-16 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5eab4f87315556491bd7ce45447759f7666e8c31
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 23:23:50 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 23:24:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eab4f87

Revert "acct-group/zookeeper: update EAPI 7 -> 8"

This reverts commit b56203af788dc7cdce7b36905fb077966972d115.

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

 acct-group/zookeeper/{zookeeper-0-r2.ebuild => zookeeper-0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/acct-group/zookeeper/zookeeper-0-r2.ebuild b/acct-group/zookeeper/zookeeper-0-r1.ebuild
similarity index 78%
rename from acct-group/zookeeper/zookeeper-0-r2.ebuild
rename to acct-group/zookeeper/zookeeper-0-r1.ebuild
index 49601e8da8c1..23e22ef66749 100644
--- a/acct-group/zookeeper/zookeeper-0-r2.ebuild
+++ b/acct-group/zookeeper/zookeeper-0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=8
+EAPI=7
 
 inherit acct-group
 


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

end of thread, other threads:[~2024-01-16 23:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-16 23:24 [gentoo-commits] repo/gentoo:master commit in: acct-group/zookeeper/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2024-01-16 23:22 Conrad Kostecki
2021-07-10 11:46 Conrad Kostecki

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