acct-group/drone: Initial add.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
This commit is contained in:
parent
fe26dce2f6
commit
5c6b454455
4 changed files with 27 additions and 0 deletions
5
acct-group/drone/ChangeLog
Normal file
5
acct-group/drone/ChangeLog
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
*drone-0 (25 Sep 2020)
|
||||||
|
|
||||||
|
25 Sep 2020; Manuel Friedli <manuel@gentoo.org> +drone-0.ebuild,
|
||||||
|
+metadata.xml:
|
||||||
|
acct-group/drone: Initial add.
|
3
acct-group/drone/Manifest
Normal file
3
acct-group/drone/Manifest
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
EBUILD drone-0.ebuild 301 BLAKE2B 9571ff2b20a655257569581d8329f2942c1c2cbc802634fa3255c38a5f09d1e82fa524f5b626c5de255aa9e6f976797b28939377f7c82a25698d40608fa8f536 SHA512 83cbb3c5f05371cd645de6cea8fca8ee025e3d3151dc61c8f910a1613366643eef2c62f5357df270de07dff25633bb562551b4007ee614ecc59a81668154d0ff
|
||||||
|
MISC ChangeLog 141 BLAKE2B a1460a3143fdf136421095721368fb5cabb5752cc62c2d4cd6289ad5399e1a43924a3f1452dc552e17091fe08482b93e3d936cd464ef9261975fbc337988e241 SHA512 ab98506c50001389e31c51e24984e21a1f69863f1a63f0930a652cc8eff948e2032466a7eff4f75e7c278122015ac2c615ddbe9871a422312c63bdea4ad91c09
|
||||||
|
MISC metadata.xml 248 BLAKE2B cb50cad2c614a99daa2e236f9e0d0fab1ab20a898c0b0f0c28a1387820ab1f2b9dd4d396a3b38f732b493824f96a29ee5894e80e09dbd08dff62c1aaba3feaa0 SHA512 29f9b96b0a77546cce6a8bffd82fae2fd0939d32a7a05ffd0d91f9250a019a3ddaa599b93988c82daabb9c4c4b284dd947e2c47f6ca7727b8539cffa91bcb8c2
|
11
acct-group/drone/drone-0.ebuild
Normal file
11
acct-group/drone/drone-0.ebuild
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit acct-group
|
||||||
|
DESCRIPTION="Group used for the drone.io build server"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
# If you want this to persist across multiple machines, pick a real number!
|
||||||
|
ACCT_GROUP_ID="-1"
|
8
acct-group/drone/metadata.xml
Normal file
8
acct-group/drone/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>
|
Loading…
Reference in a new issue