public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: acct-user/amule/
@ 2020-01-17  6:23 Joonas Niilola
  0 siblings, 0 replies; 2+ messages in thread
From: Joonas Niilola @ 2020-01-17  6:23 UTC (permalink / raw
  To: gentoo-commits

commit:     358954bc20423804c0e0f6e91bc368394b6b2bee
Author:     Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Thu Dec 26 11:33:12 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 06:23:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358954bc

acct-user/amule: new user for net-p2p/amule, UID 468

Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 acct-user/amule/amule-0.ebuild | 12 ++++++++++++
 acct-user/amule/metadata.xml   | 12 ++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/acct-user/amule/amule-0.ebuild b/acct-user/amule/amule-0.ebuild
new file mode 100644
index 00000000000..58d59281ccb
--- /dev/null
+++ b/acct-user/amule/amule-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for net-p2p/amule"
+ACCT_USER_ID=468
+ACCT_USER_GROUPS=( amule )
+
+acct-user_add_deps

diff --git a/acct-user/amule/metadata.xml b/acct-user/amule/metadata.xml
new file mode 100644
index 00000000000..039cf44c703
--- /dev/null
+++ b/acct-user/amule/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>alexander@tsoy.me</email>
+		<name>Alexander Tsoy</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: acct-user/amule/
@ 2022-07-09 22:37 Conrad Kostecki
  0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2022-07-09 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     cbf72063e1930a75226e41bf8beae61f684b259f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 22:35:33 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 22:36:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf72063

acct-user/amule: set home directory

If not set, amule cannot be started,
since it wan't to write into a home directory.

Closes: https://bugs.gentoo.org/849872
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 acct-user/amule/{amule-0-r1.ebuild => amule-0-r2.ebuild} | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/acct-user/amule/amule-0-r1.ebuild b/acct-user/amule/amule-0-r2.ebuild
similarity index 53%
rename from acct-user/amule/amule-0-r1.ebuild
rename to acct-user/amule/amule-0-r2.ebuild
index 58d59281ccb4..545f68eb371a 100644
--- a/acct-user/amule/amule-0-r1.ebuild
+++ b/acct-user/amule/amule-0-r2.ebuild
@@ -1,12 +1,14 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit acct-user
 
 DESCRIPTION="User for net-p2p/amule"
-ACCT_USER_ID=468
-ACCT_USER_GROUPS=( amule )
+
+ACCT_USER_GROUPS=( "amule" )
+ACCT_USER_HOME="/var/lib/amule"
+ACCT_USER_ID="468"
 
 acct-user_add_deps


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

end of thread, other threads:[~2022-07-09 22:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-09 22:37 [gentoo-commits] repo/gentoo:master commit in: acct-user/amule/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2020-01-17  6:23 Joonas Niilola

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