[gentoo-commits] repo/gentoo:master commit in: acct-user/varnish/

2024-03-18 Thread Conrad Kostecki
commit: 34410a5f63e6211d3394d53e69c972364c894696
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jan 14 22:15:00 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Mar 18 19:48:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34410a5f

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

Signed-off-by: Conrad Kostecki  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
 



[gentoo-commits] repo/gentoo:master commit in: acct-user/varnish/

2019-12-26 Thread Anthony G. Basile
commit: a45a133e619cc43024dc16e07b3e88c4e35ad085
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Dec 26 17:45:03 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Dec 26 17:45:54 2019 +
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  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



[gentoo-commits] repo/gentoo:master commit in: acct-user/varnish/

2019-12-26 Thread Anthony G. Basile
commit: eb5d43c5db8e981091c45a77dce512d07c6f8568
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Dec 26 17:36:06 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Dec 26 17:36:45 2019 +
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  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 000..d920e3ba3e5
--- /dev/null
+++ b/acct-user/varnish/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   bluen...@gentoo.org
+   Anthony G. Basile
+   
+

diff --git a/acct-user/varnish/varnish-0.ebuild 
b/acct-user/varnish/varnish-0.ebuild
new file mode 100644
index 000..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