diff options
author | Ruven Pillay <someone@users.sourceforge.net> | 2024-03-27 16:20:38 +0100 |
---|---|---|
committer | Ruven Pillay <someone@users.sourceforge.net> | 2024-03-27 16:20:38 +0100 |
commit | 509dfc7e91ee576cd00201703a605ecec28748d8 (patch) | |
tree | c58480daa8069fafd8a9ed76414fe0a4e98f83f5 /acct-group | |
parent | Revert "sys-boot/boot-repair-iso-download: new package" (diff) | |
download | guru-509dfc7e91ee576cd00201703a605ecec28748d8.tar.gz guru-509dfc7e91ee576cd00201703a605ecec28748d8.tar.bz2 guru-509dfc7e91ee576cd00201703a605ecec28748d8.zip |
net-misc/iipsrv: new package
Merge request for new net-misc/iipsrv package with user and group accounts (both set to -1) for the server process in acct-user/iipsrv and acct--group/iipsrv. net-misc/iipsrv includes both OpenRC and Systemd files and configuration.
iipsrv is an image server and transcoder for high resolution and scientific images that supports the IIP, IIIF, Deepzoom and Zoomify APIs (https://iipimage.sourceforge.io)
Signed-off-by: Ruven Pillay <someone@users.sourceforge.net>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/iipsrv/iipsrv-0-r1.ebuild | 8 | ||||
-rw-r--r-- | acct-group/iipsrv/metadata.xml | 12 |
2 files changed, 20 insertions, 0 deletions
diff --git a/acct-group/iipsrv/iipsrv-0-r1.ebuild b/acct-group/iipsrv/iipsrv-0-r1.ebuild new file mode 100644 index 000000000..35f064dae --- /dev/null +++ b/acct-group/iipsrv/iipsrv-0-r1.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID=-1 diff --git a/acct-group/iipsrv/metadata.xml b/acct-group/iipsrv/metadata.xml new file mode 100644 index 000000000..ceab52578 --- /dev/null +++ b/acct-group/iipsrv/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>ruven@users.sourceforge.net</email> + <name>Ruven</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> |