acct-user/reposilite: Add user for dev-util/reposilite
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Package-Manager: Portage-3.0.4, Repoman-3.0.1
This commit is contained in:
parent
9dc5dbd373
commit
053d4b497c
4 changed files with 31 additions and 0 deletions
5
acct-user/reposilite/ChangeLog
Normal file
5
acct-user/reposilite/ChangeLog
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
*reposilite-0 (08 Oct 2020)
|
||||||
|
|
||||||
|
08 Oct 2020; Manuel Friedli <manuel@gentoo.org> +metadata.xml,
|
||||||
|
+reposilite-0.ebuild:
|
||||||
|
acct-user/reposilite: Add user for dev-util/reposilite
|
3
acct-user/reposilite/Manifest
Normal file
3
acct-user/reposilite/Manifest
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
EBUILD reposilite-0.ebuild 331 BLAKE2B 833d690c07eecd84236e0ffd15a2e0290f1c406afe3c745b0323107f590a53b65f01beda3f2f1b012062c6e186c02fa2cb1bf8e992fbe8115d343c6f4a53ac63 SHA512 a429ebf96c7cfa06fc1b01c5f4c038681b8e436215718ca598563caf46337c761928b255c38c31edd482664a5f0feaf065b52596a71680faebc5912a7709aede
|
||||||
|
MISC ChangeLog 175 BLAKE2B c67cebcad4f57fa69afedc56312a9933f36e6e52ff959bb3a2a054bf0af506fd6f95f630e9dbfb8cf13e7a8bf28090b32d2ee27d84dd0ab648c97dbe40868a2c SHA512 c94ec4d193e80aafce6bd0d4bb0088377345b9c544bc48281a5cfe4b281be44a8cc7770bba2e5bc1cdc5fc9daf71f416cc818f275f84b68741305c97db958ed5
|
||||||
|
MISC metadata.xml 248 BLAKE2B cb50cad2c614a99daa2e236f9e0d0fab1ab20a898c0b0f0c28a1387820ab1f2b9dd4d396a3b38f732b493824f96a29ee5894e80e09dbd08dff62c1aaba3feaa0 SHA512 29f9b96b0a77546cce6a8bffd82fae2fd0939d32a7a05ffd0d91f9250a019a3ddaa599b93988c82daabb9c4c4b284dd947e2c47f6ca7727b8539cffa91bcb8c2
|
8
acct-user/reposilite/metadata.xml
Normal file
8
acct-user/reposilite/metadata.xml
Normal file
|
@ -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>manuel@fritteli.ch</email>
|
||||||
|
<name>Manuel Friedli</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
15
acct-user/reposilite/reposilite-0.ebuild
Normal file
15
acct-user/reposilite/reposilite-0.ebuild
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Copyright 2019-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit acct-user
|
||||||
|
|
||||||
|
DESCRIPTION="User for the reposilite maven repo server"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
ACCT_USER_ID=-1
|
||||||
|
# drone goes first, to make it the primary group
|
||||||
|
ACCT_USER_GROUPS=( reposilite docker )
|
||||||
|
|
||||||
|
acct-user_add_deps
|
Loading…
Reference in a new issue