Skip to content

Commit

Permalink
acct-user/ros: add user (130) ros
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/781296
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Jul 20, 2021
1 parent 743f234 commit 6e861b0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions acct-user/ros/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo ROS Project</name>
</maintainer>
</pkgmetadata>
14 changes: 14 additions & 0 deletions acct-user/ros/ros-0.ebuild
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6e861b0

Please sign in to comment.