diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-11-27 14:23:41 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-27 15:11:17 -0500 |
commit | 86599950b46e94e73c77fd765610bfde52a9b4d9 (patch) | |
tree | 338c0f35ccb597e9a4093bbafb26d1984b1ecbe6 /acct-user/cgit | |
parent | app-emulation/snapd: don't set CGO_LDFLAGS (diff) | |
download | gentoo-86599950b46e94e73c77fd765610bfde52a9b4d9.tar.gz gentoo-86599950b46e94e73c77fd765610bfde52a9b4d9.tar.bz2 gentoo-86599950b46e94e73c77fd765610bfde52a9b4d9.zip |
acct-user/cgit: initial commit
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'acct-user/cgit')
-rw-r--r-- | acct-user/cgit/cgit-0.ebuild | 13 | ||||
-rw-r--r-- | acct-user/cgit/metadata.xml | 8 |
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-user/cgit/cgit-0.ebuild b/acct-user/cgit/cgit-0.ebuild new file mode 100644 index 000000000000..5f8c9f85490a --- /dev/null +++ b/acct-user/cgit/cgit-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="a fast web-interface for git repositories" + +ACCT_USER_ID=197 +ACCT_USER_GROUPS=( cgit ) + +acct-user_add_deps diff --git a/acct-user/cgit/metadata.xml b/acct-user/cgit/metadata.xml new file mode 100644 index 000000000000..2b9b44f73497 --- /dev/null +++ b/acct-user/cgit/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="project"> + <email>web-apps@gentoo.org</email> + <name>Gentoo Webapps</name> + </maintainer> +</pkgmetadata> |