public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: acct-user/varnish/
@ 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:     34410a5f63e6211d3394d53e69c972364c894696
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 22:15:00 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 19:48:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34410a5f

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

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

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

diff --git a/acct-user/varnish/varnish-0-r2.ebuild b/acct-user/varnish/varnish-0-r3.ebuild
similarity index 84%
rename from acct-user/varnish/varnish-0-r2.ebuild
rename to acct-user/varnish/varnish-0-r3.ebuild
index 5727e7795c24..8b3a7a0bbc12 100644
--- a/acct-user/varnish/varnish-0-r2.ebuild
+++ b/acct-user/varnish/varnish-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
* [gentoo-commits] repo/gentoo:master commit in: acct-user/varnish/
@ 2019-12-26 17:46 Anthony G. Basile
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2019-12-26 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     a45a133e619cc43024dc16e07b3e88c4e35ad085
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 17:45:03 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 17:45:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45a133e

acct-user/varnish: requires ACCT_USER_HOME

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 acct-user/varnish/varnish-0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/acct-user/varnish/varnish-0.ebuild b/acct-user/varnish/varnish-0.ebuild
index 400452424b0..b9b13937ffd 100644
--- a/acct-user/varnish/varnish-0.ebuild
+++ b/acct-user/varnish/varnish-0.ebuild
@@ -8,5 +8,7 @@ inherit acct-user
 DESCRIPTION="user for varnish"
 ACCT_USER_ID=474
 ACCT_USER_GROUPS=( varnish )
+ACCT_USER_HOME=/var/lib/varnish
+ACCT_USER_HOME_PERMS=0750
 
 acct-user_add_deps


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/varnish/
@ 2019-12-26 17:37 Anthony G. Basile
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2019-12-26 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     eb5d43c5db8e981091c45a77dce512d07c6f8568
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 17:36:06 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 17:36:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5d43c5

acct-user/varnish: new user for www-servers/varnish (UID 474)

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

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

diff --git a/acct-user/varnish/metadata.xml b/acct-user/varnish/metadata.xml
new file mode 100644
index 00000000000..d920e3ba3e5
--- /dev/null
+++ b/acct-user/varnish/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>blueness@gentoo.org</email>
+		<name>Anthony G. Basile</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/acct-user/varnish/varnish-0.ebuild b/acct-user/varnish/varnish-0.ebuild
new file mode 100644
index 00000000000..400452424b0
--- /dev/null
+++ b/acct-user/varnish/varnish-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for varnish"
+ACCT_USER_ID=474
+ACCT_USER_GROUPS=( varnish )
+
+acct-user_add_deps


^ 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/varnish/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2019-12-26 17:46 Anthony G. Basile
2019-12-26 17:37 Anthony G. Basile

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