diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /acct-group/x2goprint | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'acct-group/x2goprint')
-rw-r--r-- | acct-group/x2goprint/Manifest | 2 | ||||
-rw-r--r-- | acct-group/x2goprint/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/x2goprint/x2goprint-0.ebuild | 9 |
3 files changed, 19 insertions, 0 deletions
diff --git a/acct-group/x2goprint/Manifest b/acct-group/x2goprint/Manifest new file mode 100644 index 000000000000..4a2030ba682a --- /dev/null +++ b/acct-group/x2goprint/Manifest @@ -0,0 +1,2 @@ +EBUILD x2goprint-0.ebuild 190 BLAKE2B 7e4ffdad4231b660c84f00f5ea41784fe71266fdad230924bfd8f0f493f3b9bd616468833e4273148dbb90f29f60d5d537a111422f883888736b79b99a0e6ffa SHA512 6eeae792147f59a0b4009e44cc36cc980a282583fa12e27f5cebccd5be5618b6bf422c261eee057f0cce6a5805a42ee6e9e4f3a62e84d474ba71cc213e2b6170 +MISC metadata.xml 248 BLAKE2B 3bcf0ee104a13db738bdf65e81d29625755b774b02b80f25f9d3dc69527dcc7b866ebcc3816066aefe754b833106ac31a789ced1559af40f9f3fe674798eec75 SHA512 7c4fcd1eada270e859ab889e58c5c2cbe8359bc9cb90351c7245e2d211f8f62b5e27f355d2e311bf763062ad2ac9e885ac7f0c093bda0d20964bf67f6b712ed4 diff --git a/acct-group/x2goprint/metadata.xml b/acct-group/x2goprint/metadata.xml new file mode 100644 index 000000000000..e7a96b9df4ec --- /dev/null +++ b/acct-group/x2goprint/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="person"> + <email>voyageur@gentoo.org</email> + <name>Bernard Cafarelli</name> +</maintainer> +</pkgmetadata> diff --git a/acct-group/x2goprint/x2goprint-0.ebuild b/acct-group/x2goprint/x2goprint-0.ebuild new file mode 100644 index 000000000000..21c15f4074f2 --- /dev/null +++ b/acct-group/x2goprint/x2goprint-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for net-misc/x2goserver" +ACCT_GROUP_ID=292 |