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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8FAA1139345 for ; Tue, 20 Jul 2021 21:12:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1CE9E09E6; Tue, 20 Jul 2021 21:12:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB79DE09E6 for ; Tue, 20 Jul 2021 21:12:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EB49342AB4 for ; Tue, 20 Jul 2021 21:12:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B905263F for ; Tue, 20 Jul 2021 21:11:59 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1626815371.6e861b0fac014768345344a9b9a2e71cabac051a.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/ros/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/ros/metadata.xml acct-user/ros/ros-0.ebuild X-VCS-Directories: acct-user/ros/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6e861b0fac014768345344a9b9a2e71cabac051a X-VCS-Branch: master Date: Tue, 20 Jul 2021 21:11:59 +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: aa4aa729-87c5-4aed-9a9c-555bfa9f38ca X-Archives-Hash: a421730c2841b91dd9700ac1eb6f83b0 commit: 6e861b0fac014768345344a9b9a2e71cabac051a Author: Conrad Kostecki gentoo org> AuthorDate: Tue Jul 20 21:03:29 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Jul 20 21:09:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e861b0f acct-user/ros: add user (130) ros Bug: https://bugs.gentoo.org/781296 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> acct-user/ros/metadata.xml | 8 ++++++++ acct-user/ros/ros-0.ebuild | 14 ++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/acct-user/ros/metadata.xml b/acct-user/ros/metadata.xml new file mode 100644 index 00000000000..74ced8bea00 --- /dev/null +++ b/acct-user/ros/metadata.xml @@ -0,0 +1,8 @@ + + + + + ros@gentoo.org + Gentoo ROS Project + + diff --git a/acct-user/ros/ros-0.ebuild b/acct-user/ros/ros-0.ebuild new file mode 100644 index 00000000000..78fb0313969 --- /dev/null +++ b/acct-user/ros/ros-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for dev-ros/roslaunch" + +ACCT_USER_GROUPS=( "ros" ) +ACCT_USER_HOME="/home/ros" +ACCT_USER_ID="130" + +acct-user_add_deps