commit: daedd823562e7f42f6b8b3781b52e69fef5f4983 Author: Jack Sangdahl <jack <AT> pngu <DOT> org> AuthorDate: Tue Mar 4 07:25:27 2025 +0000 Commit: Jack Sangdahl <jack <AT> pngu <DOT> org> CommitDate: Tue Mar 4 16:35:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=daedd823
acct-group/keyd: new package, add 2.5.0 Signed-off-by: Jack Sangdahl <jack <AT> pngu.org> acct-group/keyd/keyd-2.5.0.ebuild | 10 ++++++++++ acct-group/keyd/metadata.xml | 12 ++++++++++++ 2 files changed, 22 insertions(+) diff --git a/acct-group/keyd/keyd-2.5.0.ebuild b/acct-group/keyd/keyd-2.5.0.ebuild new file mode 100644 index 000000000..08e96e444 --- /dev/null +++ b/acct-group/keyd/keyd-2.5.0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="Group for app-misc/keyd" + +ACCT_GROUP_ID="444" diff --git a/acct-group/keyd/metadata.xml b/acct-group/keyd/metadata.xml new file mode 100644 index 000000000..e6a81ca92 --- /dev/null +++ b/acct-group/keyd/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"> + <email>[email protected]</email> + <name>Jack Sangdahl</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/rvaiya/keyd/issues</bugs-to> + <remote-id type="github">rvaiya/keyd</remote-id> + </upstream> +</pkgmetadata>
