public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: acct-group/apache/
@ 2020-05-18 22:15 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2020-05-18 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     a051f029599da186d1de13334247304c73193a30
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 22:01:59 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May 18 22:14:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a051f029

acct-group/apache: Add apache group

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 acct-group/apache/apache-0.ebuild |  8 ++++++++
 acct-group/apache/metadata.xml    | 12 ++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/acct-group/apache/apache-0.ebuild b/acct-group/apache/apache-0.ebuild
new file mode 100644
index 00000000000..2c809ec7b00
--- /dev/null
+++ b/acct-group/apache/apache-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=81

diff --git a/acct-group/apache/metadata.xml b/acct-group/apache/metadata.xml
new file mode 100644
index 00000000000..f93dbc1e625
--- /dev/null
+++ b/acct-group/apache/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>polynomial-c@gentoo.org</email>
+		<name>Lars Wendler</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>apache-bugs@gentoo.org</email>
+		<name>Apache project</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: acct-group/apache/
@ 2021-07-23 16:24 Lars Wendler
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Wendler @ 2021-07-23 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0c035019a26e95377e71f80a8f8ec0909cfdc728
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 16:24:21 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 16:24:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c035019

acct-group/apache: Removed redundant entry

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 acct-group/apache/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/acct-group/apache/metadata.xml b/acct-group/apache/metadata.xml
index f93dbc1e625..9aa67ce5846 100644
--- a/acct-group/apache/metadata.xml
+++ b/acct-group/apache/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>polynomial-c@gentoo.org</email>
-		<name>Lars Wendler</name>
-	</maintainer>
 	<maintainer type="project">
 		<email>apache-bugs@gentoo.org</email>
 		<name>Apache project</name>


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

* [gentoo-commits] repo/gentoo:master commit in: acct-group/apache/
@ 2022-05-14 11:29 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2022-05-14 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f9463ec6997bd3d961ed5d980dee3910d5636039
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 10:47:18 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat May 14 11:27:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9463ec6

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

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

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

diff --git a/acct-group/apache/apache-0-r1.ebuild b/acct-group/apache/apache-0-r2.ebuild
similarity index 70%
rename from acct-group/apache/apache-0-r1.ebuild
rename to acct-group/apache/apache-0-r2.ebuild
index 2c809ec7b004..90328f8c2836 100644
--- a/acct-group/apache/apache-0-r1.ebuild
+++ b/acct-group/apache/apache-0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2022 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

end of thread, other threads:[~2022-05-14 11:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-23 16:24 [gentoo-commits] repo/gentoo:master commit in: acct-group/apache/ Lars Wendler
  -- strict thread matches above, loose matches on Subject: below --
2022-05-14 11:29 Conrad Kostecki
2020-05-18 22:15 Andreas K. Hüttel

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