diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
commit | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch) | |
tree | 4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /acct-group/plex | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
Diffstat (limited to 'acct-group/plex')
-rw-r--r-- | acct-group/plex/Manifest | 2 | ||||
-rw-r--r-- | acct-group/plex/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/plex/plex-0.ebuild | 9 |
3 files changed, 23 insertions, 0 deletions
diff --git a/acct-group/plex/Manifest b/acct-group/plex/Manifest new file mode 100644 index 000000000000..c99d0e8b3b3a --- /dev/null +++ b/acct-group/plex/Manifest @@ -0,0 +1,2 @@ +EBUILD plex-0.ebuild 184 BLAKE2B 4734a1aa31fde7616ddeb7e02614061fd5e75651453ba4014b9de659c7c8067e2802980eb63fc453bd96b97c2d6e4b561dc02c036d21101f51537cef97e394da SHA512 d9cddf7bc1407d4c4a3ebb1d50508d8ed4c15dd483ce892bf977746136a14223dd1a3ea8a76301c09e62578d4fd0934d390cf8b32ce0d79ce7794121e7a68f11 +MISC metadata.xml 367 BLAKE2B 0d52124daec02b05aa2c729fcc943a29b74d871de0dccf8cafb9947908a4eea58b2d893a454cb76230d1a24eecdd4b9ef752c40d52961488bd5722dfba57f2c8 SHA512 9feb86f493b8ba2cf3a3bf8c146e55bbd7701e58bf62ab576a71fecdac0ad0522bfe45650d84f6b0ec94be2fbf07c6db143cce5c69e80a32101084e372e86eb0 diff --git a/acct-group/plex/metadata.xml b/acct-group/plex/metadata.xml new file mode 100644 index 000000000000..8815e575c0e3 --- /dev/null +++ b/acct-group/plex/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ss23@ss23.geek.nz</email> + <name>Stephen Shkardoon</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/plex/plex-0.ebuild b/acct-group/plex/plex-0.ebuild new file mode 100644 index 000000000000..87e5a692cc10 --- /dev/null +++ b/acct-group/plex/plex-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="Plex Media Server group" +ACCT_GROUP_ID=103 |