Gentoo Archives: gentoo-commits

From: Kenton Groombridge <concord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/miniflux/
Date: Fri, 06 May 2022 19:33:56
Message-Id: 1651865575.081c6f63d48abcca43df14ed806e81fd4c4e3b69.concord@gentoo
1 commit: 081c6f63d48abcca43df14ed806e81fd4c4e3b69
2 Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 16 18:25:12 2022 +0000
4 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 19:32:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081c6f63
7
8 acct-user/miniflux: new package, add 0
9
10 Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
11
12 acct-user/miniflux/metadata.xml | 8 ++++++++
13 acct-user/miniflux/miniflux-0.ebuild | 12 ++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/acct-user/miniflux/metadata.xml b/acct-user/miniflux/metadata.xml
17 new file mode 100644
18 index 000000000000..4b2f40cad64c
19 --- /dev/null
20 +++ b/acct-user/miniflux/metadata.xml
21 @@ -0,0 +1,8 @@
22 +<?xml version="1.0" encoding="UTF-8"?>
23 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
24 +<pkgmetadata>
25 + <maintainer type="person">
26 + <email>concord@g.o</email>
27 + <name>Kenton Groombridge</name>
28 + </maintainer>
29 +</pkgmetadata>
30
31 diff --git a/acct-user/miniflux/miniflux-0.ebuild b/acct-user/miniflux/miniflux-0.ebuild
32 new file mode 100644
33 index 000000000000..941a566e7309
34 --- /dev/null
35 +++ b/acct-user/miniflux/miniflux-0.ebuild
36 @@ -0,0 +1,12 @@
37 +# Copyright 2020-2022 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=8
41 +
42 +inherit acct-user
43 +
44 +DESCRIPTION="User for www-apps/miniflux"
45 +ACCT_USER_ID=404
46 +ACCT_USER_GROUPS=( nobody )
47 +
48 +acct-user_add_deps