From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75B6915800F for ; Sun, 22 Jan 2023 08:21:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91289E090E; Sun, 22 Jan 2023 08:21:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D436E090E for ; Sun, 22 Jan 2023 08:21:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9E5D340E69 for ; Sun, 22 Jan 2023 08:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FF21899 for ; Sun, 22 Jan 2023 08:21:38 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1674356200.89e1b83d07e56baeadf15e78118499914481da02.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: acct-user/mautrix-telegram/ X-VCS-Repository: repo/proj/guru X-VCS-Files: acct-user/mautrix-telegram/mautrix-telegram-0.ebuild acct-user/mautrix-telegram/metadata.xml X-VCS-Directories: acct-user/mautrix-telegram/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 89e1b83d07e56baeadf15e78118499914481da02 X-VCS-Branch: master Date: Sun, 22 Jan 2023 08:21:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: da04c0aa-edf7-43ad-8548-edb16b73eee3 X-Archives-Hash: 491a06b28cab4d2c61c41ab2f6c47fc1 commit: 89e1b83d07e56baeadf15e78118499914481da02 Author: Julien Roy jroy ca> AuthorDate: Sun Jan 22 02:56:40 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Jan 22 02:56:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89e1b83d acct-user/mautrix-telegram: new package, add 0 Signed-off-by: Julien Roy jroy.ca> acct-user/mautrix-telegram/mautrix-telegram-0.ebuild | 15 +++++++++++++++ acct-user/mautrix-telegram/metadata.xml | 8 ++++++++ 2 files changed, 23 insertions(+) diff --git a/acct-user/mautrix-telegram/mautrix-telegram-0.ebuild b/acct-user/mautrix-telegram/mautrix-telegram-0.ebuild new file mode 100644 index 000000000..e75d2e5c2 --- /dev/null +++ b/acct-user/mautrix-telegram/mautrix-telegram-0.ebuild @@ -0,0 +1,15 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="User for Mautrix Telegram Bridge" + +ACCT_USER_ID=-1 +ACCT_USER_GROUPS=( mautrix ) +ACCT_USER_HOME=/var/lib/mautrix/telegram +ACCT_USER_HOME_PERMS=0750 + +acct-user_add_deps diff --git a/acct-user/mautrix-telegram/metadata.xml b/acct-user/mautrix-telegram/metadata.xml new file mode 100644 index 000000000..97ba7c28b --- /dev/null +++ b/acct-user/mautrix-telegram/metadata.xml @@ -0,0 +1,8 @@ + + + + + julien@jroy.ca + Julien Roy + +