From d9cf4a25fc0d19f06f525a45982564aba4364fba Mon Sep 17 00:00:00 2001 From: Benoît Dufour Date: Mon, 30 Oct 2023 21:20:27 -0400 Subject: */*: Added www-apps/libmedium, acct-group/libmedium, acct-user/libmedium Those packages that I created install correctly for me with current Portage. Feel free to fix them if they don't install at all or if you think they need some improvement. www-apps/libmedium might require proper logging and a SystemD service. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Benoît Dufour --- acct-group/libmedium/libmedium-0.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 acct-group/libmedium/libmedium-0.ebuild (limited to 'acct-group') diff --git a/acct-group/libmedium/libmedium-0.ebuild b/acct-group/libmedium/libmedium-0.ebuild new file mode 100644 index 000000000..0173f5cd6 --- /dev/null +++ b/acct-group/libmedium/libmedium-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="A group for www-apps/libmedium" +ACCT_GROUP_ID=-1 +SLOT="0" -- cgit v1.2.3-65-gdbad